@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./assets/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./assets/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root {
  color-scheme: light;
  --paper: #f6f8f5;
  --ink: #121c18;
  --muted: #647169;
  --orange: #ff501b;
  --orange-hover: #ef4310;
  font-family: Inter, 'Helvetica Neue', Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
body { margin: 0; }
button, input, a { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
a { color: inherit; }
button:disabled { cursor: wait; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid var(--ink); outline-offset: 5px; }
::selection { background: #ffb59a; color: var(--ink); }
svg { width: 24px; height: 24px; flex: 0 0 24px; }

.page { max-width: 1720px; margin-inline: auto; padding: 26px clamp(20px, 2.5vw, 44px) 30px; }
.masthead { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: clamp(25px, 2.1vw, 36px); }
.wordmark { font-size: clamp(26px, 2.75vw, 42px); line-height: 1; font-weight: 800; letter-spacing: -.055em; text-decoration: none; }
.coming-soon { display: flex; align-items: center; gap: 11px; font-size: clamp(14px, 1.25vw, 20px); font-weight: 750; letter-spacing: -.03em; white-space: nowrap; }
.status-dot { display: block; width: .82em; height: .82em; background: var(--orange); border-radius: 50%; }

.headline { margin: 0 0 24px; font-size: clamp(48px, 7.92vw, 130px); font-weight: 900; letter-spacing: -.045em; line-height: .99; }
.headline__line { display: block; }
.headline__last { white-space: nowrap; }
.accent { color: var(--orange); }

.scene { position: relative; margin: 0; width: 100%; aspect-ratio: 1507 / 562; overflow: hidden; border-radius: clamp(16px, 1.6vw, 27px); background: #4b5142; isolation: isolate; }
/* Keep the approved artwork unchanged; the viewport shows only its photo panel. */
.scene__crop { position: absolute; width: 100%; aspect-ratio: 1507 / 562; top: 50%; left: 50%; transform: translate(-50%, -50%); overflow: hidden; }
.scene__image { position: absolute; display: block; width: 105.175846%; max-width: none; height: auto; top: -62.099644%; left: -2.587923%; }

.teaser { display: flex; justify-content: space-between; align-items: flex-start; gap: 28px; margin-top: 25px; }
.teaser__copy { padding-top: 2px; }
.teaser h2 { margin: 0; font-size: clamp(23px, 2vw, 32px); font-weight: 750; line-height: 1.2; letter-spacing: -.045em; }
.teaser__copy > p { margin: 8px 0 0; color: var(--muted); font-size: 16px; line-height: 1.5; }
.actions { display: flex; align-items: flex-start; justify-content: flex-end; gap: 24px; flex-shrink: 0; }
.calendar-action { min-width: 268px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 11px; min-height: 55px; padding: 15px 20px; border: 1px solid transparent; border-radius: 12px; font-size: 16px; font-weight: 700; line-height: 1.35; text-decoration: none; transition: background-color 150ms, transform 150ms; }
.button--primary { color: var(--ink); background: var(--orange); }
.button--primary:hover { background: var(--orange-hover); }
.button:active { transform: translateY(1px); }
.calendar-action > .button { width: 100%; }
.privacy-note { margin: 9px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; text-align: center; }
.share-button { display: inline-flex; justify-content: center; align-items: center; gap: 9px; padding: 17px 0; min-height: 55px; border: 0; background: transparent; color: var(--ink); font-size: 15px; font-weight: 650; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 5px; transition: text-decoration-color 150ms; }
.share-button:hover { text-decoration-color: currentColor; }
.share-button svg { width: 20px; height: 20px; flex-basis: 20px; transition: transform 150ms; }
.share-button:hover svg { transform: translate(2px, -2px); }
.noscript-note { font-size: 14px; line-height: 1.5; }

.dialog { position: fixed; width: min(460px, calc(100% - 32px)); max-height: calc(100dvh - 40px); margin: auto; padding: 35px 30px 24px; border: 0; border-radius: 22px; background: var(--paper); color: var(--ink); box-shadow: 0 24px 100px #07120d38; overflow: auto; }
.dialog::backdrop { background: #07120d83; backdrop-filter: blur(5px); }
.close-button { position: absolute; display: grid; place-items: center; top: 12px; right: 12px; width: 40px; height: 40px; border: 0; border-radius: 50%; color: var(--ink); background: transparent; }
.close-button:hover { background: #e7ece6; }
.dialog__eyebrow { margin: 8px 35px 16px 0; font-size: 12px; font-weight: 700; line-height: 1.5; letter-spacing: .07em; color: var(--muted); }
.dialog h2 { margin: 0 0 13px; font-size: 32px; line-height: 1.08; letter-spacing: -.05em; }
.dialog > p:not([class]) { margin: 0; font-size: 16px; line-height: 1.6; }
.dialog time { font-weight: 650; }
.calendar-options { display: grid; gap: 10px; margin-top: 25px; }
.button--outline { color: var(--ink); border-color: #cbd3cc; background: transparent; }
.button--outline:hover { background: #e8eee7; }
.dialog__note { margin: 16px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.dialog__feedback { margin: 12px 0 0; font-size: 14px; line-height: 1.5; }
.dialog__feedback:empty { display: none; }
.share-url { width: 100%; margin: 22px 0 12px; min-height: 52px; padding: 14px 15px; border: 1px solid #cbd3cc; border-radius: 10px; color: var(--ink); background: #fff; font-size: 16px; }
#copy-link { width: 100%; }
.toast { position: fixed; bottom: 24px; left: 50%; z-index: 5; width: max-content; max-width: calc(100% - 32px); margin: 0; padding: 13px 20px; border-radius: 12px; color: #fff; background: var(--ink); font-size: 14px; line-height: 1.5; text-align: center; opacity: 0; transform: translate(-50%, 8px); transition: opacity 150ms, transform 150ms; pointer-events: none; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

@media (min-width: 1200px) and (max-height: 920px) {
  .page { padding-top: 22px; padding-bottom: 22px; }
  .masthead { margin-bottom: 24px; }
  .headline { font-size: min(7.5vw, 118px); margin-bottom: 20px; }
  .scene { aspect-ratio: 3.05; }
  .teaser { margin-top: 22px; }
}

@media (max-width: 1150px) {
  .actions { gap: 10px; flex-direction: column; align-items: center; }
  .share-button { min-height: 44px; padding: 9px 0; }
}

@media (max-width: 700px) {
  .page { padding: 22px 18px 26px; }
  .masthead { margin-bottom: 30px; gap: 14px; }
  .wordmark { font-size: 29px; }
  .coming-soon { font-size: 13px; gap: 8px; }
  .headline { font-size: clamp(42px, 10.8vw, 73px); line-height: 1.01; letter-spacing: -.045em; margin-bottom: 22px; }
  .headline__line:last-child { max-width: 10.7em; }
  .scene { aspect-ratio: 1.9; border-radius: 17px; }
  .scene__crop { width: 140.9%; left: 75%; transform: translate(-75%, -50%); }
  .teaser { flex-direction: column; align-items: stretch; gap: 22px; margin-top: 22px; }
  .teaser h2 { font-size: clamp(22px, 5.7vw, 30px); }
  .teaser__copy > p { margin-top: 6px; }
  .actions { align-items: stretch; gap: 12px; }
  .calendar-action { min-width: 0; }
  .button { min-height: 56px; }
  .share-button { min-height: 48px; font-size: 15px; }
  .privacy-note { margin-top: 10px; font-size: 12px; }
}

@media (max-width: 360px) {
  .page { padding-inline: 14px; }
  .wordmark { font-size: 26px; }
  .coming-soon { font-size: 12px; }
  .headline { font-size: 40px; }
  .dialog { padding-inline: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
