@font-face { font-family: 'Courier Prime'; src: url('assets/fonts/CourierPrime-Regular.ttf') format('truetype'); font-weight: 400; font-display: block; }
@font-face { font-family: 'Courier Prime'; src: url('assets/fonts/CourierPrime-Bold.ttf') format('truetype'); font-weight: 700; font-display: block; }
:root { --desk: #dfdbd2; --paper: #f8f5ec; --ink: #34202a; --muted: #71695f; --pink: #fa6aa4; --reverse: #f486b1; --mono: 'Courier Prime', 'Courier New', monospace; color-scheme: light; font-family: var(--mono); color: var(--ink); background: var(--desk); }
* { box-sizing: border-box; }
body { margin: 0; min-width: 280px; }
button, input, select { font: inherit; color: inherit; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: wait; }
button, a { touch-action: manipulation; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
[hidden] { display: none !important; }
.filter-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.experience { min-height: 100svh; background: radial-gradient(ellipse at 50% 36%, #eeebe4 0%, var(--desk) 65%, #d2cdc3 100%); }
.masthead { position: absolute; z-index: 2; inset: 30px 38px auto; display: flex; justify-content: space-between; align-items: center; }
.wordmark { color: inherit; font: 900 19px/.9 Georgia, serif; letter-spacing: -1px; text-decoration: none; }
.wordmark span { display: block; margin-top: 8px; font: 9px/1 var(--mono); letter-spacing: 2.8px; }
.edition { font-size: 10px; letter-spacing: 1.8px; }
.stage { min-height: 100svh; padding: 100px 24px 78px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.postcard { position: relative; width: min(468px, 100%); padding: 0; border: 0; border-radius: 3px; background: transparent; aspect-ratio: 996 / 1428; box-shadow: 0 1px 1px #61544429, 0 9px 17px -11px #61544480, 0 32px 64px -32px #443b3166; transition: transform 850ms cubic-bezier(.2,.7,.15,1), opacity 700ms; }
.letter-art { display: block; width: 100%; height: 100%; }
.ticket-area { position: absolute; left: 9%; top: 58.5%; width: 82%; }
.ticket-anchor { position: relative; width: 100%; aspect-ratio: 1173 / 508; }
.ticket-position { position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: rotate(-4deg); z-index: 2; perspective: 1800px; perspective-origin: 50% 50%; --panel-height: 225px; }
.ticket-plane { position: relative; width: 100%; height: 100%; transform-style: preserve-3d; }
.ticket-face { position: absolute; inset: 0; width: 100%; height: 100%; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.ticket-front { padding: 0; border: 0; background: transparent; filter: drop-shadow(0 3px 2px #40242c30) drop-shadow(0 13px 12px #40242c18); touch-action: none; user-select: none; -webkit-user-select: none; transition: filter 250ms; }
.ticket-front:hover { filter: drop-shadow(0 6px 4px #40242c30) drop-shadow(0 18px 16px #40242c2b); }
.ticket-front:focus-visible { outline: 2px dashed var(--ink); outline-offset: 9px; border-radius: 12px; }
.ticket-front[aria-disabled='true'] { cursor: default; }
.ticket-art { display: block; width: 100%; height: 100%; overflow: visible; }
.issued-serial { fill: #2b1720; font-family: 'Arial Narrow', Arial, sans-serif; font-weight: 800; letter-spacing: 1px; }
.pull-hint { margin: 26px 0 0; text-align: center; color: var(--muted); font-size: 9px; letter-spacing: 1px; transition: opacity 350ms; }
.pull-hint span { display: inline-block; font-size: 15px; margin-right: 7px; }
.site-footer { position: fixed; z-index: 5; inset: auto 38px 23px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #71695f; font-size: 8px; letter-spacing: .8px; pointer-events: none; }
.site-footer button { border: 0; padding: 8px 0; background: transparent; font-size: 10px; pointer-events: auto; }
.site-footer button span { margin-left: 8px; font-size: 16px; }
.is-open .postcard { opacity: .24; transform: translateY(22px) scale(.95); }
.is-open .pull-hint { opacity: 0; }
.ticket-overlay { position: fixed; inset: 0; z-index: 10; overflow-y: auto; overscroll-behavior: contain; }
.overlay-shade { position: fixed; inset: 0; background: #d8d2c9a1; opacity: 0; transition: opacity 650ms; }
.is-open .overlay-shade { opacity: 1; }
.overlay-content { position: relative; width: 100%; min-height: 100%; }
.ticket-overlay .ticket-position { will-change: transform; }
/* The reverse is a real three-panel sheet. It is flattened into the back of the
   ticket before the outer flip; the inner folds have their own perspective. */
.ticket-back { transform: rotateY(180deg); overflow: visible; filter: drop-shadow(0 14px 17px #3b162724) drop-shadow(0 2px 2px #3b162724); }
.claim-form { position: absolute; left: 0; top: calc(-1 * var(--panel-height)); width: 100%; height: calc(3 * var(--panel-height)); margin: 0; perspective: 1600px; perspective-origin: 50% 50%; }
.paper-panel { position: absolute; left: 0; width: 100%; height: var(--panel-height); transform-style: preserve-3d; }
.panel-top { top: 0; transform-origin: 50% 100%; transform: rotateX(-179.9deg); z-index: 3; }
.panel-middle { top: var(--panel-height); z-index: 1; }
.panel-bottom { top: calc(2 * var(--panel-height)); transform-origin: 50% 0; transform: rotateX(179.9deg); z-index: 2; }
.panel-face, .panel-under { position: absolute; inset: 0; background: var(--reverse); backface-visibility: hidden; -webkit-backface-visibility: hidden; mask: radial-gradient(circle at 0 6px, #0000 2.5px, #000 3px) left top / 51% 12px repeat-y, radial-gradient(circle at 100% 6px, #0000 2.5px, #000 3px) right top / 51% 12px repeat-y; }
.panel-under { transform: rotateX(180deg); background: #ee86ad; }
.panel-face { box-shadow: inset 0 1px #fff6, inset 0 -1px #56253722; }
.panel-top .panel-face { border-radius: 3px 3px 0 0; }
.panel-bottom .panel-face { border-radius: 0 0 3px 3px; }
.paper-stock { position: absolute; inset: 0; width: 100%; height: 100%; mix-blend-mode: multiply; opacity: .8; pointer-events: none; }
.panel-content { position: relative; height: 100%; padding: 20px 34px; }
.panel-face::before, .panel-face::after { content: ''; position: absolute; top: 0; bottom: 0; width: 1px; border-left: 1px dashed #763a4d4d; pointer-events: none; }
.panel-face::before { left: 14px; } .panel-face::after { right: 14px; }
.panel-middle .panel-face { background: #f17eaa; }
.panel-bottom .panel-face { background: #f38bb3; }
.fold-light { position: absolute; inset: 0; background: linear-gradient(0deg, #27121a55, #27121a08 80%); opacity: .5; pointer-events: none; }
.panel-middle .fold-light { background: linear-gradient(#32151c18, transparent 15%, transparent 85%, #32151c12); opacity: 1; }
.panel-bottom .fold-light { background: linear-gradient(180deg, #27121a55, #27121a08 80%); }
.form-topline { display: flex; justify-content: space-between; align-items: center; font-size: 9px; letter-spacing: 1.1px; padding-bottom: 9px; border-bottom: 1px solid #5727395c; }
.icon-button { display: grid; place-items: center; width: 32px; height: 32px; margin: -13px -10px -10px 0; padding: 0; border: 0; background: transparent; font: 25px/1 var(--mono); }
.slip-heading { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 17px 0 16px; }
.slip-wordmark { width: 114px; height: 62px; flex-shrink: 0; overflow: hidden; }
.slip-title { font: 700 22px/.94 var(--mono); letter-spacing: 1px; padding-top: 4px; text-align: right; }
.slip-title > span { display: block; font: 400 8px/1 var(--mono); letter-spacing: .75px; margin-top: 10px; }
.identity-fields { display: grid; grid-template-columns: 1.12fr 1fr; gap: 25px; }
.field { display: block; min-width: 0; }
.field-label { display: flex; align-items: baseline; gap: 9px; font: 700 10px/1 var(--mono); letter-spacing: .6px; }
.field-label b { font: 400 9px/1 var(--mono); opacity: .65; }
.field input { display: block; width: 100%; min-width: 0; height: 37px; border: 0; border-bottom: 1px solid #6430447a; border-radius: 0; background: transparent; padding: 8px 0 4px; font: 400 18px/1.25 var(--mono); outline-offset: 2px; box-shadow: 0 1px #ffc5d445; transition: border-color 160ms; }
.field input::placeholder { color: #794559; opacity: .86; }
.field input:focus { border-bottom-color: var(--ink); }
.panel-middle .panel-content { padding-top: 25px; }
.field-footnote { display: block; margin-top: 6px; font-size: 8px; letter-spacing: 1px; color: #6b3649; }
.contact-method { position: relative; display: flex; align-items: center; justify-content: flex-end; gap: 18px; margin: 21px 0 0; padding: 0; border: 0; min-height: 22px; }
.contact-method legend { position: absolute; left: 0; top: 4px; padding: 0; font: 700 10px/1 var(--mono); letter-spacing: .6px; }
.contact-method label { display: flex; align-items: center; gap: 5px; font-size: 10px; cursor: pointer; }
input[type='checkbox'], input[type='radio'] { appearance: none; -webkit-appearance: none; margin: 0; width: 14px; height: 14px; border: 1px solid #5a2f40; background: transparent; flex-shrink: 0; cursor: pointer; display: inline-grid; place-items: center; }
input[type='radio'] { border-radius: 50%; }
input[type='radio']:checked::after { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--ink); }
input[type='checkbox']:checked::after { content: '×'; font-size: 18px; line-height: 11px; font-weight: 700; }
.contact-entry input { height: 36px; }
.phone-row { display: flex; align-items: stretch; gap: 12px; }
.phone-row select { width: 110px; border: 0; border-radius: 0; border-bottom: 1px solid #6430447a; background: transparent; padding: 6px 0; font-size: 11px; }
.phone-row input { flex: 1; }
.panel-bottom .panel-content { padding-top: 20px; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 0; font-size: 11px; line-height: 1.35; cursor: pointer; }
.consent input { margin-top: 1px; }
.text-link { border: 0; padding: 0; background: transparent; text-decoration: underline; text-underline-offset: 2px; font-size: 9px; color: #643445; }
.claim-stub { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 22px; }
.stub-copy { display: flex; align-items: center; gap: 10px; font-size: 8px; line-height: 1.3; letter-spacing: .35px; }
.stub-star { font: 40px/1 Georgia, serif; }
.submit-button { position: relative; display: flex; justify-content: center; align-items: center; gap: 15px; min-height: 49px; padding: 11px 16px 9px; border: 3px double currentColor; background: transparent; color: var(--ink); font: 700 17px/1 var(--mono); letter-spacing: -.25px; white-space: nowrap; transform: rotate(-2deg); box-shadow: 1px 2px #63334516; transition: transform 200ms, background-color 200ms; }
.submit-button:hover { transform: rotate(0deg) translateY(-2px); background: #ffb4cf55; }
.submit-button:active { transform: rotate(0deg) translateY(1px); }
.submit-button:disabled { opacity: .65; }
.submit-button span:last-child { font: 400 26px/.8 var(--mono); }
.fine-print { margin: 17px 0 0; font-size: 9px; line-height: 1.3; color: #663448; max-width: 330px; }
.slip-footer { position: absolute; left: 34px; right: 34px; bottom: 13px; display: flex; justify-content: space-between; padding-top: 8px; border-top: 1px dotted #70394b70; font-size: 7px; letter-spacing: .7px; }
.form-error { position: absolute; left: 34px; right: 34px; top: 56px; margin: 0; font-size: 9px; line-height: 1.2; color: #6e152d; background: var(--reverse); z-index: 1; }
.claimed-stamp { position: absolute; left: 29%; top: 48%; width: 53%; transform: rotate(-13deg); color: #651d35; opacity: 0; visibility: hidden; pointer-events: none; filter: url(#stamp-ink); }
.claimed-stamp span { display: block; padding: 5px 7px 1px; border: 4px double currentColor; font: 700 clamp(19px, 5vw, 34px)/1 var(--mono); letter-spacing: 2px; background: #f58cb4dc; }
.receipt { position: absolute; left: 50%; width: min(440px, calc(100% - 32px)); text-align: center; transform: translateX(-50%); opacity: 0; }
.receipt-kicker { font-size: 9px; letter-spacing: 1.5px; margin: 0 0 17px; }
.receipt h2 { margin: 0 0 17px; font: 700 25px/1 var(--mono); letter-spacing: 1px; outline: none; }
.receipt > p:not(.receipt-kicker):not(.receipt-number) { font-size: 12px; line-height: 1.6; }
.receipt-number { font-size: 10px; letter-spacing: 1.2px; margin: 20px 0; }
.return-button, .instagram-link { display: block; margin: 10px auto 0; background: none; border: 0; color: inherit; font-size: 11px; text-decoration: underline; text-underline-offset: 5px; padding: 10px; }
.instagram-link { font-weight: bold; }
.privacy-dialog { max-width: min(420px, calc(100% - 32px)); padding: 28px; border: 1px solid #9e9283; background: var(--paper); color: var(--ink); box-shadow: 0 30px 80px #2b252430; }
.privacy-dialog::backdrop { background: #39302bd9; }
.privacy-dialog h2 { font: 700 22px/1.2 var(--mono); }
.privacy-dialog p { font: 12px/1.65 var(--mono); }
.privacy-dialog .submit-button { margin-top: 22px; font-size: 14px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
@media (max-width: 600px) {
  .masthead { inset: 22px 23px auto; }
  .edition { font-size: 8px; letter-spacing: 1px; }
  .wordmark { font-size: 17px; }
  .wordmark span { font-size: 8px; }
  .stage { padding: 89px 23px 72px; }
  .pull-hint { font-size: 8px; letter-spacing: .4px; }
  .site-footer { inset: auto 20px 12px; font-size: 7px; letter-spacing: .1px; }
  .site-footer button { font-size: 9px; }
  .panel-content { padding: 20px 25px; }
  .panel-face::before { left: 10px; } .panel-face::after { right: 10px; }
  .form-topline { font-size: 8px; }
  .slip-heading { gap: 15px; padding: 17px 0 20px; }
  .slip-wordmark { width: 100px; height: 54px; }
  .slip-title { font-size: 19px; letter-spacing: .6px; }
  .slip-title > span { font-size: 7px; letter-spacing: .3px; }
  .identity-fields { gap: 18px; }
  .field-label { font-size: 9px; gap: 7px; letter-spacing: .1px; }
  .field input { font-size: 16px; }
  .contact-method { gap: 12px; }
  .contact-method legend { font-size: 9px; letter-spacing: 0; }
  .contact-method label { font-size: 9px; }
  .consent { font-size: 10px; }
  .claim-stub { gap: 10px; margin-top: 24px; }
  .stub-copy { font-size: 7px; gap: 6px; }
  .stub-star { font-size: 28px; }
  .submit-button { font-size: 15px; padding-inline: 11px; gap: 6px; }
  .submit-button span:last-child { font-size: 22px; }
  .fine-print { font-size: 8px; margin-top: 16px; }
  .slip-footer { left: 25px; right: 25px; font-size: 6px; letter-spacing: .4px; }
  .form-error { left: 25px; right: 25px; font-size: 8px; }
  .receipt h2 { font-size: 23px; }
  .receipt > p:not(.receipt-kicker):not(.receipt-number) { font-size: 11px; }
}
@media (max-width: 350px) { .stage { padding-inline: 18px; } .slip-wordmark { width: 87px; } .slip-title { font-size: 17px; } .slip-title > span { font-size: 6px; } .identity-fields { gap: 12px; } .field-label { font-size: 8px; } .stub-star { display: none; } .submit-button { font-size: 14px; padding-inline: 8px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
