:root {
  --pink: #f5f1e9;
  --pink-light: #faf7f1;
  --paper: #f5f1e9;
  --ink: #151313;
  --muted: #575149;
  --serif: "Bodoni 72", Didot, "Iowan Old Style", Georgia, serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
  --sheet-viewport-height: 100dvh;
  --sheet-viewport-bottom: 0px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scrollbar-gutter: stable; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.5 var(--sans); -webkit-font-smoothing: antialiased; }
body.signup-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 50; padding: .75rem 1rem; background: var(--paper); }
.skip-link:focus { top: 1rem; }
.masthead { height: 86px; position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding: .75rem clamp(1.15rem, 4vw, 4.5rem); background: var(--pink); }
.signature img { width: 72px; height: 68px; object-fit: contain; object-position: left center; }
.pill { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 2rem; border: 1px solid currentColor; border-radius: 999px; padding: .75rem 1.35rem; background: transparent; font: 500 .73rem/1 var(--sans); letter-spacing: .04em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: background-color 180ms ease, color 180ms ease, transform 180ms ease; }
.pill:hover { transform: translateY(-2px); }
.pill--dark { color: var(--ink); }
.pill--dark:hover { background: var(--ink); color: var(--pink); }
.pill--light { background: var(--pink-light); color: var(--ink); }
.pill--light:hover { background: var(--paper); }
.pill:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid #76634e; outline-offset: 4px; }

.hero { position: relative; height: calc(100svh - 86px); min-height: 640px; overflow: hidden; display: flex; align-items: center; background: #eee0d7; }
.hero__picture { position: absolute; inset: 0; }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(245 241 233 / .96), rgb(245 241 233 / .75) 32%, transparent 63%); }
.hero__copy { position: relative; z-index: 1; width: 52%; max-width: 760px; padding: 3rem clamp(1.25rem, 6vw, 7rem); color: var(--ink); }
.kicker, .section-label { margin: 0 0 1.5rem; font: 600 .68rem/1.3 var(--sans); letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .9; }
h1 { font-size: clamp(5rem, 11vw, 11rem); }
h1 span { display: inline-block; font-style: italic; }
.hero__copy > p:not(.kicker) { max-width: 31rem; margin: 1.6rem 0 2rem; font-family: var(--serif); font-size: clamp(1.08rem, 1.65vw, 1.35rem); }

.signup { width: min(calc(100% - 1.25rem), 440px); max-width: none; max-height: min(86dvh, calc(var(--sheet-viewport-height) - 1rem)); position: fixed; inset: auto max(1rem, env(safe-area-inset-right)) calc(var(--sheet-viewport-bottom) + max(1rem, env(safe-area-inset-bottom))) auto; margin: 0; border: 1px solid rgb(21 19 19 / .35); border-radius: 1.2rem; padding: 0; overflow: hidden; background: var(--pink); color: var(--ink); box-shadow: 0 24px 80px rgb(21 19 19 / .28); }
.signup__handle { display: none; }
.signup[open] { display: flex; flex-direction: column; animation: sheet-in 260ms cubic-bezier(.16, 1, .3, 1) both; }
.signup::backdrop { background: rgb(21 19 19 / .32); backdrop-filter: blur(2px); }
.signup__header { position: sticky; top: 0; z-index: 2; flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 64px; border-bottom: 1px solid rgb(21 19 19 / .2); padding: .8rem 1.15rem; background: var(--pink); }
.signup__header h2 { font-size: clamp(1.65rem, 4vw, 2.15rem); line-height: 1; }
.signup__close { min-height: 42px; display: inline-flex; align-items: center; gap: .65rem; border: 0; padding: .35rem 0 .35rem .75rem; background: transparent; color: var(--ink); font: 600 .65rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.signup__close span:last-child { font: 1.7rem/1 var(--serif); }
.signup__scroll { min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 1rem 1.25rem calc(1rem + env(safe-area-inset-bottom)); scrollbar-gutter: stable; }
.signup__intro { margin-bottom: 1rem; }
.signup__intro .section-label { margin-bottom: .75rem; }
.signup__intro > p:not(.section-label) { max-width: 31rem; margin: 0; color: #51493f; font-family: var(--serif); font-size: 1.05rem; }
.signup__panel { width: 100%; }
.noscript-message { border: 1px solid; padding: 1rem; font-family: var(--serif); }
.noscript-message--page { margin: 0; background: var(--pink); text-align: center; }
.contact-import { margin: 0 0 1.35rem; }
.pill--contact { width: 100%; justify-content: center; min-height: 42px; background: transparent; }
.contact-import__hint, .contact-status { margin: .5rem 0 0; color: #51493f; font-size: .7rem; }
.contact-import:has(#contact-import[hidden]) { display: none; }
.contact-status { min-height: 1em; }
.field { margin-bottom: 1rem; }
.field label { display: flex; justify-content: space-between; font: 600 .68rem/1 var(--sans); letter-spacing: .09em; text-transform: uppercase; }
.field label span { font-size: .6rem; font-weight: 500; }
.field input { width: 100%; min-height: 48px; border: 0; border-bottom: 1px solid rgb(21 19 19 / .65); border-radius: 0; padding: .4rem 0; background: transparent; color: var(--ink); font: 1.2rem var(--serif); }
.field input:focus { border-color: #76634e; background: rgb(255 255 255 / .16); box-shadow: inset 0 -2px #76634e; }
.field input:focus-visible { outline: none; }
.field input[aria-invalid="true"] { border-color: #7d1835; }
.field__error { min-height: 1.2rem; margin: .25rem 0 0; color: #76152f; font-size: .76rem; }
.check-row { display: grid; grid-template-columns: 1.35rem 1fr; gap: .75rem; align-items: start; margin-top: .8rem; }
.check-row input { width: 1.2rem; height: 1.2rem; margin: .18rem 0 0; accent-color: var(--ink); }
.check-row label { font-size: .78rem; line-height: 1.45; }
.check-error { margin-left: 2.1rem; }
.phone-details { margin: .15rem 0 1rem; border-block: 1px solid rgb(21 19 19 / .45); }
.phone-details summary { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; list-style: none; font: 600 .67rem/1.2 var(--sans); letter-spacing: .07em; text-transform: uppercase; }
.phone-details summary::-webkit-details-marker { display: none; }
.phone-details summary::after { content: "+"; font: 1.25rem/1 var(--serif); }
.phone-details[open] summary::after { content: "−"; }
.phone-details summary span { margin-left: auto; color: #62594d; font-size: .58rem; }
.field--phone { margin-top: .6rem; }
.pill--submit { width: 100%; justify-content: space-between; margin-top: 1.2rem; background: var(--ink); color: var(--paper); }
.pill--submit:hover { background: #352d30; }
.pill--submit:disabled { cursor: wait; opacity: .65; transform: none; }
.form-status { margin: .8rem 0 0; font-size: .72rem; }
.form-status { min-height: 1.4rem; color: #76152f; font-weight: 600; }
.signup-privacy { margin-top: .85rem; border-top: 1px solid rgb(21 19 19 / .35); }
.signup-privacy summary { min-height: 44px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; font: 600 .64rem/1 var(--sans); letter-spacing: .07em; text-transform: uppercase; }
.signup-privacy summary::-webkit-details-marker { display: none; }
.signup-privacy summary::after { content: "+"; font: 1.2rem/1 var(--serif); }
.signup-privacy[open] summary::after { content: "−"; }
.signup-privacy p { margin: 0 0 .85rem; font: .78rem/1.5 var(--sans); }
.signup-privacy a { text-underline-offset: .18rem; }
.success { padding: 3rem 0; }
.success__mark { display: grid; place-items: center; width: 3.5rem; height: 3.5rem; margin-bottom: 2rem; border: 1px solid; border-radius: 50%; }
.success h3 { font-size: clamp(3.5rem, 6vw, 6rem); }

.signup-launcher { max-width: calc(100% - 2rem); position: fixed; z-index: 30; right: max(1rem, env(safe-area-inset-right)); bottom: max(1rem, env(safe-area-inset-bottom)); min-height: 48px; border: 1px solid rgb(248 246 242 / .7); border-radius: 999px; padding: .8rem 1.3rem; background: var(--ink); color: var(--paper); box-shadow: 0 8px 28px rgb(21 19 19 / .25); font: 600 .68rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: opacity 160ms ease, transform 160ms ease; }
.signup-launcher:hover { transform: translateY(-2px); }
.signup-open .signup-launcher { opacity: 0; pointer-events: none; }

.artist-portrait { margin: 0; background: #eee0d7; }
.artist-portrait img { width: 100%; height: auto; }

.teaser-image { position: relative; height: min(72vw, 840px); min-height: 520px; overflow: hidden; display: grid; place-items: end start; color: var(--ink); }
.teaser-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgb(248 223 231 / .88), transparent 58%); }
.teaser-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.teaser-image p { position: relative; z-index: 1; margin: 0; padding: clamp(2rem, 6vw, 5.5rem) clamp(1.25rem, 8vw, 9rem); font: italic clamp(3.8rem, 8vw, 6.5rem)/.95 var(--serif); letter-spacing: -.05em; }
.teaser-image p span { display: block; margin-bottom: .8rem; font: 600 .68rem/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; }

.privacy { padding: 2rem clamp(1.25rem, 9vw, 10rem); color: var(--muted); }
.privacy > div { max-width: 1200px; margin-inline: auto; }
.privacy h2 { font: 600 .85rem/1.4 var(--sans); letter-spacing: 0; }
.privacy details { max-width: none; margin-top: .65rem; border-block: 1px solid rgb(21 19 19 / .25); }
.privacy summary { min-height: 60px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.privacy summary::after { content: "+"; font: 1.4rem var(--serif); }
.privacy details[open] summary::after { content: "−"; }
.privacy details p { max-width: 70ch; margin: 0 0 1rem; font: .85rem/1.6 var(--sans); }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 2.4rem clamp(1.25rem, 4vw, 4.5rem) calc(5.5rem + env(safe-area-inset-bottom)); background: var(--pink); font-size: .7rem; }
footer > img { width: 76px; }
footer > p { text-align: center; }
footer > div { display: flex; justify-content: flex-end; gap: 1.3rem; }
footer .credit { grid-column: 1 / -1; margin: -.4rem 0 0; color: #685b60; font-size: .62rem; }

@keyframes reveal { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes sheet-in { from { opacity: 0; transform: translateY(1.5rem); } to { opacity: 1; transform: translateY(0); } }
.reveal { animation: reveal 900ms cubic-bezier(.16, 1, .3, 1) both; }

@media (max-width: 780px) {
  .masthead { height: 75px; padding: .5rem 1rem; }
  .signature img { width: 58px; height: 58px; }
  .masthead .pill { min-height: 40px; padding: .65rem 1rem; font-size: .62rem; }
  .hero { height: auto; min-height: calc(100svh - 75px); display: block; }
  .hero__picture { position: relative; display: block; height: min(100vw, 480px); }
  .hero__image { object-position: center; }
  .hero__shade { display: none; }
  .hero__copy { width: 100%; max-width: none; padding: 1.75rem 1.25rem 6rem; background: var(--paper); }
  h1 { font-size: clamp(4.6rem, 24vw, 7rem); }
  .hero__copy > p:not(.kicker) { margin: 1rem 0 1.5rem; font-size: 1.04rem; }
  .privacy { padding: 1.5rem 1.25rem; }
  .signup { width: 100%; max-height: min(68svh, calc(var(--sheet-viewport-height) - .5rem)); inset: auto 0 var(--sheet-viewport-bottom) 0; border-width: 1px 0 0; border-radius: 1.25rem 1.25rem 0 0; }
  .signup--qr { height: calc(var(--sheet-viewport-height) * .85); max-height: calc(var(--sheet-viewport-height) - .5rem); }
  .signup__handle { display: flex; flex: 0 0 auto; min-height: 44px; align-items: center; flex-direction: column; justify-content: center; gap: 5px; width: 100%; border: 0; padding: 8px 1rem 4px; background: transparent; color: var(--muted); font: 500 .6rem/1.2 var(--sans); cursor: grab; touch-action: none; user-select: none; }
  .signup__handle span:first-child { width: 38px; height: 4px; border-radius: 999px; background: currentColor; opacity: .65; }
  .signup--dragging { cursor: grabbing; }
  .signup__scroll { padding-inline: 1rem; }
  .signup-launcher { right: 1rem; bottom: max(.75rem, env(safe-area-inset-bottom)); }
  .artist-portrait img { height: 125vw; max-height: 900px; object-fit: cover; object-position: center 35%; }
  .teaser-image { height: 125vw; min-height: 520px; max-height: 720px; }
  .teaser-image img { object-position: center 20%; }
  .teaser-image p { font-size: clamp(3.5rem, 16vw, 5.5rem); }
  footer { grid-template-columns: 1fr; justify-items: start; gap: .8rem; }
  footer > p { margin: 0; text-align: left; }
  footer > div { justify-content: flex-start; }
  footer .credit { grid-column: auto; margin: .5rem 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Keep the short signup compact; reserve error space only when there is an error. */
.signup .field__error:empty, .signup .form-status:empty { display: none; }
.signup .field { margin-bottom: .8rem; }
.signup .field input { min-height: 44px; }
.signup .check-row { margin-top: .65rem; }
.signup .pill--submit { margin-top: 1rem; }

@media (forced-colors: active) {
  .field input:focus-visible { outline: 2px solid Highlight; outline-offset: 2px; }
}

/* A saved signup becomes a compact confirmation, with its own dialog title. */
.signup--success { height: auto; }
.signup--success .signup__handle, .signup--success .signup__close span:first-child { display: none; }
.signup--success .signup__header { min-height: 48px; justify-content: flex-end; border-bottom: 0; padding-block: .25rem; }
.signup--success .signup__close { min-width: 44px; justify-content: center; padding-inline: .5rem; }
.signup--success .success { padding: .25rem 0 1.75rem; }
.signup--success .success__mark { width: 2.75rem; height: 2.75rem; margin-bottom: 1.25rem; }
.signup--success .success .section-label { margin-bottom: 1rem; }
.signup--success .success h3 { font-size: clamp(2.5rem, 8vw, 3.25rem); line-height: 1.02; }
.success:focus { outline: none; }

/* The keyboard leaves much less room than the initial guestlist invitation. */
@media (max-width: 780px) {
  .signup--keyboard:not(.signup--success) { height: calc(var(--sheet-viewport-height) - .5rem); max-height: calc(var(--sheet-viewport-height) - .5rem); }
  .signup--keyboard .signup__handle, .signup--keyboard .signup__intro { display: none; }
  .signup--keyboard .signup__header { min-height: 48px; padding: 0 .85rem; gap: .5rem; }
  .signup--keyboard .signup__header h2 { font-size: 1.15rem; line-height: 1.1; letter-spacing: -.02em; }
  .signup--keyboard .signup__close { min-width: 44px; min-height: 44px; justify-content: center; padding: 0; }
  .signup--keyboard .signup__close span:first-child { display: none; }
  .signup--keyboard .signup__scroll { padding-block: .65rem 1rem; scroll-padding-block: .5rem; }
  .signup--keyboard .field { scroll-margin-block: .5rem; }
}
