* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--surface); color: var(--ink); font: 200 1rem/1.5 var(--font-body); -webkit-font-smoothing: antialiased; }
::selection { background: var(--wine); color: var(--cream); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { cursor: pointer; }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 100; background: var(--wine); color: var(--cream); padding: 1rem; transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: max(1.4rem, env(safe-area-inset-top)) var(--gutter); font-size: clamp(.75rem, .9vw, .95rem); font-weight: 500; }
.mobile-menu { display: none; }
.mobile-menu summary { position: relative; display: grid; align-content: center; gap: 6px; width: 44px; height: 44px; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary > span { display: block; width: 27px; height: 1.5px; background: currentColor; transform-origin: center; transition: transform 220ms var(--ease); }
.mobile-menu[open] summary > span:first-child { transform: translateY(3.75px) rotate(45deg); }
.mobile-menu[open] summary > span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
.mobile-menu nav { position: absolute; top: 100%; left: 0; right: 0; display: flex; flex-direction: column; background: var(--cream); padding: .5rem var(--gutter) 1.75rem; border-bottom: 1px solid rgb(77 1 3 / 20%); animation: menu-enter 220ms var(--ease); }
.mobile-menu nav a { padding: .65rem 0; font: 400 clamp(2rem, 8vw, 4rem)/1.1 var(--font-heading); letter-spacing: -.04em; text-decoration: none; }
.mobile-menu nav a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .15em; }
@keyframes menu-enter { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 900px), (orientation: portrait) {
  .topbar { position: relative; }
  .desktop-tagline, .topbar .desktop-contact { display: none; }
  .mobile-menu { display: block; margin-left: auto; }
  .topbar:has(.mobile-menu[open]) { background: var(--cream); }
}
.text-link { display: inline-flex; align-items: center; gap: 1rem; min-height: 44px; text-underline-offset: .3em; }
.text-link:hover { text-decoration: underline; }
.text-link span { display: inline-block; transition: transform 250ms var(--ease); }
.text-link:hover span { transform: translate(2px, -2px); }
.split-logo { position: relative; width: min(75vw, 70rem); margin: 5rem auto; aspect-ratio: 894 / 587; pointer-events: none; }
.logo-half, .logo-half svg { display: block; width: 100%; height: 100%; }
.logo-half svg { position: absolute; inset: 0; }
.footer-logo { opacity: 0; }
.logo-second { display: none; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding: 0 var(--gutter); }
.photo { margin: 0; min-width: 0; overflow: hidden; }
.photo img { width: 100%; height: 100%; display: block; object-fit: cover; aspect-ratio: 4 / 5; }
.gallery-ui, .scroll-cue { display: none; }
.scene { position: relative; }
.studio-anchor { display: none; }
.is-enhanced .studio-anchor { display: block; position: absolute; top: 144.3svh; width: 1px; height: 1px; scroll-margin: 0; pointer-events: none; }
.statement { padding: 6rem var(--gutter); }
.studio-story { margin: 0; font: 400 clamp(1.25rem, min(4vw, 9svh), 9rem)/1.16 var(--font-heading); letter-spacing: -.035em; text-wrap: pretty; }
/* Without JS or with reduced motion, all content remains a normal static page. */
.is-enhanced .scene { height: 285svh; }
.is-enhanced .stage { position: sticky; top: 0; height: 100svh; min-height: 400px; overflow: clip; z-index: 2; }
.is-enhanced .topbar { position: absolute; inset: 0 0 auto; z-index: 60; }
.is-enhanced .split-logo { position: fixed; width: min(84vw, 120svh); left: 50%; top: 49svh; margin: 0; transform: translate(-50%, -50%); z-index: 1; }
.is-enhanced .logo-half { position: absolute; inset: 0; will-change: transform; }
.is-enhanced .logo-first { clip-path: inset(0 50% 0 0); }
.is-enhanced .logo-second { display: block; clip-path: inset(0 0 0 50%); }
.is-enhanced .logo-letter { transform-box: fill-box; transform-origin: 25% 100%; animation: typeset 900ms var(--ease) both; animation-delay: calc(140ms + var(--letter) * 110ms); }
.is-enhanced .letter-4 { animation-name: club-set; animation-delay: 650ms; }
.is-enhanced.has-scrolled .logo-letter { animation: none; }
@keyframes typeset { from { opacity: 0; transform: translateY(30px) rotate(3deg); } to { opacity: 1; transform: translateY(0) rotate(0); } }
@keyframes club-set { from { opacity: 0; clip-path: inset(0 100% 0 0); transform: translateY(12px); } to { opacity: 1; clip-path: inset(0); transform: translateY(0); } }
.is-enhanced .gallery { display: block; position: absolute; inset: 0; padding: 0; z-index: 3; pointer-events: none; }
.is-enhanced .photo { position: absolute; left: 50%; top: 48%; width: min(var(--photo-width, 24vw), var(--photo-max, 42svh)); aspect-ratio: var(--ratio, 4 / 5); pointer-events: auto; will-change: transform, opacity; user-select: none; touch-action: pan-y; }
.is-enhanced .photo img { aspect-ratio: auto; }
.photo:nth-of-type(1) { --photo-width: 25vw; --photo-max: 43svh; --ratio: 3 / 4; }
.photo:nth-of-type(2) { --photo-width: 19vw; --photo-max: 31svh; --ratio: 2 / 3; }
.photo:nth-of-type(3) { --photo-width: 25vw; --photo-max: 45svh; --ratio: 3 / 2; }
.photo:nth-of-type(4) { --photo-width: 23vw; --photo-max: 40svh; --ratio: 3 / 2; }
.photo:nth-of-type(5) { --photo-width: 16vw; --photo-max: 27svh; --ratio: 2 / 3; }
.photo:nth-of-type(6) { --photo-width: 19vw; --photo-max: 35svh; --ratio: 3 / 2; }
.is-enhanced .gallery-ui { position: absolute; bottom: max(1.5rem, env(safe-area-inset-bottom)); left: var(--gutter); right: var(--gutter); z-index: 20; display: flex; justify-content: flex-end; align-items: end; gap: 1rem; opacity: 0; }
.gallery-controls { display: flex; align-items: center; gap: .2rem; }
.swipe-hint { display: none; }
@keyframes swipe-suggest { 0%, 100% { transform: translateX(0) rotate(0); opacity: 0; } 12% { opacity: 1; } 30% { transform: translateX(-38px) rotate(-8deg); } 68% { transform: translateX(38px) rotate(8deg); opacity: 1; } 88% { transform: translateX(0) rotate(0); opacity: 1; } }
@keyframes hint-appear { 0%, 100% { opacity: 0; } 8%, 85% { opacity: .65; } }
.gallery-controls button { display: grid; place-items: center; width: 44px; height: 44px; border: 0; background: transparent; font-size: 1.4rem; transition: background 180ms, color 180ms; }
.gallery-controls button:hover { background: var(--wine); color: var(--cream); }
#pause { margin-left: .5rem; }
#pause svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; }
#pause .play-icon { display: none; }
#pause[aria-pressed="true"] .pause-icon { display: none; }
#pause[aria-pressed="true"] .play-icon { display: block; }
.is-enhanced .scroll-cue { position: absolute; display: flex; align-items: center; gap: .9rem; bottom: 1.5rem; left: 50%; transform: translateX(-50%); z-index: 21; min-height: 44px; font-size: .72rem; font-weight: 500; }
.scroll-cue span { font-size: 1.2rem; }
.scroll-cue:hover { text-decoration: underline; text-underline-offset: .3em; }
.is-enhanced .statement { position: absolute; inset: 0; z-index: 10; padding: clamp(5rem, 9svh, 8rem) var(--gutter) 2rem; display: flex; flex-direction: column; justify-content: center; opacity: 0; pointer-events: none; will-change: transform, opacity; }
.is-enhanced .statement.is-visible { pointer-events: auto; }
.contact { position: relative; background: var(--wine); color: var(--cream); padding: clamp(2rem, 5vw, 6rem) var(--gutter) max(1.5rem, env(safe-area-inset-bottom)); }
.contact-content { position: relative; z-index: 2; max-width: 150rem; margin-inline: auto; }
.contact-top { display: flex; justify-content: space-between; gap: 1rem; font-size: clamp(.8rem, 1vw, 1rem); }
.contact-invitation { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: clamp(3rem, 7vw, 7rem) 0 clamp(3rem, 6vw, 6rem); }
.contact-invitation h2 { margin: 0; font: 400 clamp(2rem, 4vw, 6rem)/1.16 var(--font-heading); letter-spacing: -.035em; }
.contact-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 6vw; margin-bottom: clamp(4rem, 9vw, 9rem); }
.contact-intro p { margin-top: 0; font: 400 clamp(1.35rem, 2vw, 2.4rem)/1.25 var(--font-heading); letter-spacing: -.025em; }
.contact-email { display: inline-block; font-weight: 200; font-size: clamp(1.6rem, 3vw, 3rem); margin-top: 1rem; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .2em; transition: color 180ms; }
.contact-email:hover { color: var(--butter); }
.form-row { display: grid; grid-template-columns: 1fr; }
#contact-form { min-width: 0; }
form label { display: block; font-size: .875rem; font-weight: 500; }
.form-field { position: relative; padding: 1.25rem 0 0; border-top: 1px solid rgb(233 233 225 / 35%); }
.form-field::before { content: ''; position: absolute; top: -1px; left: 0; width: 100%; height: 2px; background: var(--butter); transform: scaleX(0); transform-origin: left; transition: transform 350ms var(--ease); }
.form-field > span { display: block; font: 400 clamp(1.2rem, 1.6vw, 2rem)/1.2 var(--font-heading); transition: color 250ms, transform 350ms var(--ease); }
.form-field:focus-within::before { transform: scaleX(1); }
.form-field:focus-within > span { color: var(--butter); transform: translateX(6px); }
input, textarea { display: block; width: 100%; min-width: 0; border: 0; border-radius: 0; background: transparent; padding: .75rem 0 1.5rem; margin: 0; font: 400 clamp(1.8rem, 3.1vw, 4rem)/1.2 var(--font-heading); letter-spacing: -.035em; }
input::placeholder, textarea::placeholder { color: rgb(233 233 225 / 68%); opacity: 1; transition: opacity 250ms; }
input:focus::placeholder, textarea:focus::placeholder { opacity: .45; }
input:focus, textarea:focus { outline: 0; }
textarea { resize: vertical; min-height: 100px; }
.form-bottom { display: flex; flex-direction: column; align-items: start; gap: 1rem; margin-top: 1rem; }
.form-bottom p { font-size: .75rem; line-height: 1.5; margin: 0; }
.form-bottom button { position: relative; isolation: isolate; overflow: hidden; width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem; border: 1px solid var(--cream); min-height: 88px; padding: 1.2rem 1.4rem; background: transparent; text-align: left; font: 400 clamp(1.8rem, 3.1vw, 4rem)/1.1 var(--font-heading); letter-spacing: -.045em; transition: color 300ms; }
.form-bottom button::before { content: ''; position: absolute; inset: 0; z-index: -1; background: var(--cream); transform: translateY(101%); transition: transform 350ms var(--ease); }
.form-bottom button:is(:hover, :focus-visible) { color: var(--wine); }
.form-bottom button:is(:hover, :focus-visible)::before { transform: translateY(0); }
.submit-label { transition: transform 350ms var(--ease); }
.form-bottom button:hover .submit-label { transform: translateX(5px); }
.submit-mark { flex: 0 0 auto; width: 12px; height: 12px; border-radius: 50%; background: currentColor; transition: transform 350ms var(--ease); }
.form-bottom button:hover .submit-mark { transform: scale(.65); }
.form-bottom button:disabled { cursor: wait; }
.form-bottom button:disabled .submit-mark { background: transparent; border: 1px solid currentColor; border-right-color: transparent; animation: sending 700ms linear infinite; }
@keyframes sending { to { transform: rotate(360deg); } }
#form-status { font-size: .85rem; min-height: 1.5em; }
.contact-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid rgb(233 233 225 / 30%); padding-top: 1.5rem; font-size: .7rem; font-weight: 500; }
.contact-bottom img { width: clamp(7rem, 16vw, 14rem); height: auto; }
@media (orientation: portrait) {
  .topbar { font-size: .72rem; padding-top: max(1rem, env(safe-area-inset-top)); }
  .topbar .text-link { gap: .5rem; }
  .is-enhanced .scene { height: 260svh; }
  .is-enhanced .studio-anchor { top: 124.8svh; }
  .is-enhanced .split-logo { width: min(88vw, 70svh); top: 47svh; }
  .is-enhanced .logo-first { clip-path: inset(0 0 43.8% 0); }
  .is-enhanced .logo-second { clip-path: inset(56.2% 0 0 0); }
  .is-enhanced .photo { top: var(--portrait-photo-top, 47%); width: var(--portrait-photo-width, min(72vw, 41svh)); aspect-ratio: 3 / 4; }
  .is-enhanced .gallery-ui { bottom: max(3.8rem, calc(env(safe-area-inset-bottom) + 2.8rem)); align-items: center; }
  .is-enhanced .swipe-hint { display: block; position: absolute; left: 50%; top: var(--portrait-photo-top, 47%); width: 140px; height: 80px; transform: translate(-50%, -50%); z-index: 40; pointer-events: none; animation: hint-appear 8s 3.5s both; }
  .swipe-trail { position: absolute; left: 22px; right: 22px; top: 24px; border-top: 1px dashed rgb(255 255 255 / 75%); }
  .swipe-finger { position: absolute; left: 52px; top: 14px; width: 36px; height: 50px; animation: swipe-suggest 2.4s 3.5s 3 both; }
  .swipe-finger svg { width: 100%; height: 100%; overflow: visible; }
  .swipe-finger path { fill: rgb(233 233 225 / 80%); stroke: var(--wine); stroke-width: 1; }
  .touch-ring { fill: rgb(255 255 255 / 20%); stroke: white; stroke-width: 1; }
  .is-enhanced.has-swiped .swipe-hint, .is-enhanced.has-scrolled .swipe-hint { visibility: hidden; }
  .gallery-controls { gap: 0; }
  #pause { margin-left: 0; }
  .is-enhanced .scroll-cue { bottom: max(.6rem, env(safe-area-inset-bottom)); }
  .is-enhanced .statement { padding: 5rem max(14px, 3.5vw) 1.5rem; }
  .studio-story { font-size: clamp(1.15rem, 5.9vw, 3.6rem); line-height: 1.16; letter-spacing: -.025em; }
  .contact-top { flex-direction: column; gap: .3rem; }
  .contact-invitation { margin-top: 4rem; align-items: start; }
  .contact-invitation h2 { font-size: clamp(1.5rem, 6.3vw, 3.6rem); }
  .contact-intro p { font-size: clamp(1.25rem, 5.5vw, 2rem); }
  .contact input, .contact textarea, .form-bottom button { font-size: clamp(1.5rem, 6.3vw, 2.8rem); }
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .contact-email { font-size: clamp(1.7rem, 6.4vw, 3rem); }
  .contact-bottom { flex-wrap: wrap; row-gap: 1.5rem; }
  .contact-bottom img { width: 7rem; }
  .contact-bottom > span { font-size: .6rem; }
  .gallery { grid-template-columns: 1fr 1fr; gap: .6rem; }
}
@media (max-width: 450px) {
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-bottom { align-items: start; flex-direction: column; }
  .form-bottom button { width: 100%; justify-content: space-between; padding-inline: 1rem; }
  .contact-bottom > span { order: 3; flex-basis: 100%; }
}
@media (max-height: 500px) and (orientation: landscape) {
  .topbar { padding-block: .3rem; }
  .is-enhanced .stage { min-height: 0; }
  .is-enhanced .statement { padding-top: 3.3rem; }
  .studio-story { font-size: min(4vw, 6svh); }
  .is-enhanced .gallery-ui, .is-enhanced .scroll-cue { bottom: .25rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

