:root {
  --night: #11110f;
  --night-soft: #191916;
  --charcoal: #23231f;
  --bone: #f2eee7;
  --mist: #d8d1c7;
  --muted: #a8a095;
  --gold: #c5a05a;
  --gold-light: #e3c582;
  --ember: #9a4828;
  --moss: #394235;
  --serif: Didot, "Bodoni MT", "Iowan Old Style", "Times New Roman", serif;
  --sans: Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --page-pad: clamp(1.25rem, 5vw, 5.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; background: var(--night); }
body { margin: 0; overflow-x: hidden; background: var(--night); color: var(--bone); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--gold); color: var(--night); }

.skip-link { position: fixed; left: 1rem; top: -100px; z-index: 100; background: var(--bone); color: var(--night); padding: .75rem 1rem; transition: top .2s; }
.skip-link:focus { top: 1rem; }
.page-progress { position: fixed; inset: 0 0 auto; z-index: 70; height: 2px; background: transparent; }
.page-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--ember), var(--gold-light)); transform: scaleX(0); transform-origin: left; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 60; display: flex; align-items: center; justify-content: space-between; min-height: 82px; padding: 1rem var(--page-pad); border-bottom: 1px solid transparent; transition: background .5s var(--ease), border-color .5s var(--ease), min-height .5s var(--ease); }
.site-header.scrolled { min-height: 68px; background: rgba(17,17,15,.83); border-color: rgba(242,238,231,.12); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-family: var(--serif); font-size: clamp(1.85rem, 3vw, 2.55rem); font-style: italic; letter-spacing: -.055em; line-height: 1; }
.brand-mark { color: var(--gold-light); font-family: var(--sans); font-size: .72rem; font-style: normal; }
nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.2vw, 2.65rem); font-size: .7rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
nav > a:not(.nav-cta) { position: relative; padding: .6rem 0; color: rgba(242,238,231,.77); transition: color .25s; }
nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: .35rem; width: 100%; height: 1px; background: var(--gold-light); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
nav > a:hover, nav > a:focus-visible, nav > a.active { color: var(--bone); }
nav > a:hover::after, nav > a:focus-visible::after, nav > a.active::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: inline-flex; align-items: center; gap: .8rem; border: 1px solid rgba(242,238,231,.45); padding: .75rem 1rem; transition: background .3s, color .3s, border-color .3s; }
.nav-cta b { color: var(--gold-light); font-size: 1rem; font-weight: 400; transition: transform .3s var(--ease); }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--bone); border-color: var(--bone); color: var(--night); }
.nav-cta:hover b { transform: translate(2px,-2px); color: var(--ember); }
.menu-toggle { display: none; align-items: center; gap: .8rem; padding: .55rem 0; border: 0; background: transparent; color: inherit; cursor: pointer; }
.menu-label { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.menu-icon { display: grid; gap: 6px; }
.menu-icon i { display: block; width: 25px; height: 1px; background: currentColor; transition: transform .3s var(--ease); }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; isolation: isolate; }
.hero-media, .hero-veil { position: absolute; inset: 0; z-index: -3; }
.hero-media img { height: 100%; object-fit: cover; object-position: 56% center; transform: scale(1.06); animation: hero-breathe 16s ease-in-out infinite alternate; }
.hero-veil { z-index: -2; background: linear-gradient(90deg, rgba(13,13,11,.96) 0%, rgba(13,13,11,.75) 43%, rgba(13,13,11,.18) 78%), linear-gradient(0deg, rgba(13,13,11,.8), transparent 47%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .18; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.24'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); opacity: .5; pointer-events: none; }
.orb-one { width: 28rem; height: 28rem; right: -12rem; bottom: -8rem; background: radial-gradient(circle, rgba(197,160,90,.2), transparent 68%); animation: orb-drift 12s ease-in-out infinite alternate; }
.orb-two { width: 20rem; height: 20rem; left: 34%; top: -12rem; background: radial-gradient(circle, rgba(154,72,40,.18), transparent 68%); animation: orb-drift 16s ease-in-out infinite alternate-reverse; }
.hero-content { position: relative; z-index: 2; width: min(900px, 100%); padding: clamp(9rem, 17vh, 12rem) var(--page-pad) clamp(6rem, 12vh, 8.5rem); }
.overline { margin: 0 0 1.35rem; font-size: .68rem; font-weight: 650; letter-spacing: .23em; text-transform: uppercase; }
.overline-accent { color: var(--ember); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; }
h1 { font-size: clamp(4.3rem, 10vw, 9.5rem); line-height: .77; }
h1 span, h1 em { display: block; }
h1 .script { margin: 0 0 .32em .04em; color: var(--gold-light); font-size: .48em; font-style: italic; letter-spacing: -.03em; }
h1 em { margin-left: clamp(1.25rem, 8vw, 7rem); font-weight: 400; }
.hero-copy { max-width: 35rem; margin: 2rem 0 0 clamp(.25rem, 8vw, 7.2rem); color: rgba(242,238,231,.82); font-family: var(--serif); font-size: clamp(1.1rem, 1.75vw, 1.45rem); line-height: 1.35; }
.hero-actions { display: flex; align-items: center; gap: clamp(1.5rem, 3vw, 3rem); margin: 2.2rem 0 0 clamp(.25rem, 8vw, 7.2rem); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.2rem; min-height: 52px; border: 1px solid; padding: .85rem 1.3rem; cursor: pointer; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: background .3s, color .3s, border-color .3s, transform .3s var(--ease); }
.button span { transition: transform .3s var(--ease); }
.button:hover span { transform: translate(2px,-2px); }
.button-primary { border-color: var(--bone); background: var(--bone); color: var(--night); }
.button-primary:hover, .button-primary:focus-visible { border-color: var(--gold-light); background: var(--gold-light); transform: translateY(-2px); }
.button-dark { border-color: var(--night); background: var(--night); color: var(--bone); }
.button-dark:hover, .button-dark:focus-visible { border-color: var(--ember); background: var(--ember); transform: translateY(-2px); }
.text-link { position: relative; color: rgba(242,238,231,.78); font-size: .72rem; letter-spacing: .08em; }
.text-link::after { content: ""; position: absolute; inset: auto 0 -.35rem; height: 1px; background: rgba(242,238,231,.45); transition: background .3s; }
.text-link:hover::after { background: var(--gold-light); }
.event-stamp { position: absolute; right: var(--page-pad); bottom: clamp(6rem, 12vh, 8rem); z-index: 3; display: grid; width: 155px; aspect-ratio: 1; place-content: center; border: 1px solid rgba(242,238,231,.42); border-radius: 50%; text-align: center; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.event-stamp::before { content: "✦"; position: absolute; left: 50%; top: -7px; padding: 0 .65rem; background: var(--night); color: var(--gold-light); font-size: .7rem; transform: translateX(-50%); }
.event-stamp strong { display: block; font-family: var(--serif); font-size: 4rem; font-weight: 400; line-height: .82; }
.event-stamp span { font-size: .57rem; letter-spacing: .12em; text-transform: uppercase; }
.stamp-month { margin-bottom: .5rem; color: var(--gold-light); }
.hero-index { position: absolute; right: var(--page-pad); top: 50%; display: flex; align-items: center; gap: .7rem; color: rgba(242,238,231,.55); font-size: .55rem; letter-spacing: .1em; transform: rotate(90deg) translateY(-50%); transform-origin: right top; }
.hero-index i { width: 4.5rem; height: 1px; background: rgba(242,238,231,.35); }

.experience { position: relative; display: grid; grid-template-columns: minmax(280px,.75fr) minmax(420px,1fr); min-height: 100vh; background: var(--bone); color: var(--night); }
.experience-image { position: relative; min-height: 740px; overflow: hidden; }
.experience-image img { height: 118%; object-fit: cover; object-position: center; transform: translateY(var(--parallax-y, 0)); filter: saturate(.8) contrast(1.06); }
.experience-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(17,17,15,.28)); }
.image-word { position: absolute; right: -1.7rem; bottom: 6rem; z-index: 2; color: var(--bone); font-family: var(--serif); font-size: clamp(5rem, 10vw, 10rem); font-style: italic; letter-spacing: -.07em; writing-mode: vertical-rl; transform: rotate(180deg); opacity: .84; }
.experience-content { align-self: center; padding: clamp(6rem, 11vw, 10rem) var(--page-pad); }
.experience-content h2 { max-width: 780px; font-size: clamp(3.4rem, 6.5vw, 7rem); line-height: .92; }
h2 em { display: block; font-weight: 400; }
.editorial-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: 820px; margin-top: 3rem; }
.editorial-copy p { margin: 0; color: #4f4c47; font-size: .96rem; }
.elements { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 3.5rem; border-top: 1px solid #c8c0b5; border-bottom: 1px solid #c8c0b5; }
.elements span { padding: 1.1rem .25rem; border-right: 1px solid #c8c0b5; font-family: var(--serif); font-size: 1.1rem; }
.elements span:last-child { border-right: 0; }
.elements i { display: block; margin-bottom: .5rem; color: var(--ember); font-family: var(--sans); font-size: .58rem; font-style: normal; letter-spacing: .1em; }
.date-panel { grid-column: 1 / -1; position: relative; display: grid; grid-template-columns: auto minmax(260px,1fr) minmax(300px,.72fr); align-items: stretch; margin: 0 var(--page-pad) clamp(5rem, 9vw, 8rem); background: var(--night); color: var(--bone); overflow: hidden; box-shadow: 0 24px 70px rgba(24,20,15,.18); }
.date-monogram { display: grid; min-width: 190px; place-content: center; padding: 2.2rem; border-right: 1px solid rgba(242,238,231,.15); text-align: center; }
.date-monogram span { color: var(--gold-light); font-size: .65rem; font-weight: 700; letter-spacing: .2em; }
.date-monogram strong { font-family: var(--serif); font-size: clamp(5.5rem, 9vw, 9rem); font-weight: 400; line-height: .78; }
.date-details { align-self: center; padding: clamp(2rem, 5vw, 4.8rem); }
.date-details h3 { max-width: 540px; margin: 0; font-family: var(--serif); font-size: clamp(1.8rem, 3.2vw, 3.5rem); font-weight: 400; line-height: 1.05; }
.date-details > p:not(.overline) { margin: 1rem 0 0; color: var(--muted); }
.countdown { display: flex; gap: 2rem; margin-top: 2.2rem; }
.countdown span { min-width: 54px; }
.countdown strong, .countdown small { display: block; }
.countdown strong { font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1; }
.countdown small { margin-top: .35rem; color: var(--muted); font-size: .55rem; letter-spacing: .12em; text-transform: uppercase; }
.date-panel > img { height: 100%; min-height: 390px; object-fit: cover; object-position: center; filter: saturate(.75); }

.chefs { position: relative; min-height: 100vh; display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: 6vw; padding: clamp(7rem, 11vw, 11rem) var(--page-pad); overflow: hidden; isolation: isolate; }
.chefs-backdrop, .chefs-veil { position: absolute; inset: 0; z-index: -3; }
.chefs-backdrop img { height: 115%; object-fit: cover; object-position: 28% center; transform: translateY(var(--parallax-y, 0)); filter: saturate(.48) contrast(1.18); }
.chefs-veil { z-index: -2; background: linear-gradient(90deg, rgba(17,17,15,.72), rgba(17,17,15,.95) 60%), linear-gradient(0deg, rgba(17,17,15,.88), transparent 55%); }
.chefs::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .13; background-image: radial-gradient(rgba(227,197,130,.75) .55px, transparent .55px); background-size: 9px 9px; mask-image: linear-gradient(90deg, transparent 20%, #000); }
.chefs-heading h2 { font-size: clamp(4rem, 7.5vw, 8rem); line-height: .87; }
.chefs-heading h2 em { color: var(--gold-light); }
.chefs-intro { max-width: 28rem; margin-top: 2rem; color: var(--muted); }
.chef-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; perspective: 1000px; }
.chef-card { position: relative; min-height: 480px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid rgba(242,238,231,.18); background: rgba(242,238,231,.055); padding: 1.6rem; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); transition: transform .6s var(--ease), border-color .4s, background .4s; }
.chef-card:nth-child(2) { transform: translateY(2.5rem); }
.chef-card:hover { transform: translateY(-6px); border-color: rgba(227,197,130,.65); background: rgba(242,238,231,.09); }
.chef-card:nth-child(2):hover { transform: translateY(calc(2.5rem - 6px)); }
.chef-card::before { content: ""; position: absolute; inset: 0; opacity: .75; background: radial-gradient(circle at 50% 37%, rgba(197,160,90,.18), transparent 31%), linear-gradient(150deg, transparent 50%, rgba(154,72,40,.13)); }
.chef-card.has-image::before { background: linear-gradient(0deg, rgba(17,17,15,.92), transparent 64%); z-index: 1; }
.chef-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; filter: saturate(.75); }
.chef-symbol { position: absolute; left: 50%; top: 40%; font-family: var(--serif); font-size: 4rem; font-weight: 400; transform: translate(-50%,-50%); }
.chef-symbol::before, .chef-symbol::after { content: ""; position: absolute; left: 50%; top: 50%; border: 1px solid rgba(227,197,130,.3); border-radius: 50%; transform: translate(-50%,-50%); }
.chef-symbol::before { width: 118px; height: 118px; }
.chef-symbol::after { width: 170px; height: 170px; border-style: dashed; animation: slow-spin 24s linear infinite; }
.chef-copy { position: relative; z-index: 2; }
.chef-status { display: inline-block; margin-bottom: .75rem; color: var(--gold-light); font-size: .57rem; font-weight: 650; letter-spacing: .15em; text-transform: uppercase; }
.chef-card h3 { margin: 0; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; line-height: 1; }
.chef-card p { margin: .65rem 0 0; color: var(--muted); font-size: .78rem; }

.registration { background: var(--bone); color: var(--night); padding: clamp(6rem, 10vw, 10rem) var(--page-pad) 0; }
.registration-heading { display: grid; grid-template-columns: .55fr 1fr; gap: 2rem 6vw; align-items: end; margin-bottom: clamp(3rem, 6vw, 5rem); }
.registration-heading .overline { grid-column: 1 / -1; margin-bottom: 0; }
.registration-heading h2 { max-width: 850px; font-size: clamp(4rem, 8vw, 8.5rem); line-height: .86; }
.registration-heading > p:last-child { max-width: 27rem; margin: 0 0 .7rem; color: #5e5951; }
.registration-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(1rem, 2.5vw, 2rem); align-items: stretch; }
.payment-card { position: relative; min-height: 590px; display: flex; flex-direction: column; background: var(--night); color: var(--bone); padding: clamp(1.6rem, 3.5vw, 3.2rem); overflow: hidden; }
.payment-card::before { content: ""; position: absolute; width: 350px; height: 350px; right: -170px; top: -150px; border: 1px solid rgba(227,197,130,.14); border-radius: 50%; box-shadow: 0 0 0 45px rgba(227,197,130,.025), 0 0 0 90px rgba(227,197,130,.018); }
.card-topline { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(242,238,231,.15); color: var(--muted); font-size: .6rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.account-owner { position: relative; margin: 3rem 0 2.2rem; }
.account-owner small { display: block; margin-bottom: .35rem; color: var(--gold-light); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.account-owner strong { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 400; }
dl { margin: 0; }
dl div { display: grid; grid-template-columns: .7fr 1fr; gap: 1rem; align-items: center; padding: 1rem 0; border-top: 1px solid rgba(242,238,231,.13); }
dt { color: var(--muted); font-size: .75rem; }
dd { margin: 0; text-align: right; font-size: .9rem; }
.account-number { font-family: var(--serif); font-size: 2.1rem; letter-spacing: .04em; }
.copy-button { position: relative; display: flex; justify-content: space-between; align-items: center; width: 100%; margin-top: auto; border: 0; background: var(--bone); color: var(--night); padding: 1rem 1.1rem; cursor: pointer; font-size: .75rem; font-weight: 650; text-align: left; transition: background .3s; }
.copy-button:hover, .copy-button:focus-visible { background: var(--gold-light); }
.copy-button b { font-size: 1rem; font-weight: 400; }
.payment-note { margin: 1.3rem 0 0; color: var(--muted); font-size: .7rem; }
.payment-note span { margin-right: .45rem; color: var(--gold-light); }
.form-card { border: 1px solid #ccc3b7; padding: clamp(1.6rem, 4vw, 3.6rem); background: rgba(255,255,255,.26); }
.form-intro { padding-bottom: 2rem; border-bottom: 1px solid #d0c8bd; }
.form-step { color: var(--ember); font-size: .58rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.form-intro h3 { margin: .55rem 0 .7rem; font-family: var(--serif); font-size: clamp(2.1rem, 4vw, 3.6rem); font-weight: 400; line-height: 1; }
.form-intro p { margin: 0; color: #69635a; font-size: .88rem; }
.registration-form { display: grid; gap: 1.3rem; margin-top: 2rem; }
.field > span { display: block; margin-bottom: .55rem; font-size: .72rem; font-weight: 650; }
.field input { width: 100%; height: 56px; border: 1px solid #beb5aa; border-radius: 0; outline: 0; background: transparent; color: var(--night); padding: 0 1rem; transition: border-color .25s, box-shadow .25s; }
.field input::placeholder { color: #8e877e; }
.field input:focus { border-color: var(--ember); box-shadow: 0 0 0 3px rgba(154,72,40,.08); }
.upload-field { position: relative; min-height: 145px; display: grid; grid-template-columns: auto 1fr auto; gap: 1.1rem; align-items: center; border: 1px dashed #aaa095; padding: 1.25rem; cursor: pointer; transition: border-color .25s, background .25s; }
.upload-field:hover, .upload-field:focus-within { border-color: var(--ember); background: rgba(154,72,40,.035); }
.upload-field.file-ready { border-style: solid; border-color: var(--moss); background: rgba(57,66,53,.055); }
.upload-field input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.upload-icon { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid #aaa095; border-radius: 50%; font-size: 1.1rem; }
.upload-copy strong, .upload-copy small { display: block; }
.upload-copy strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.upload-copy small { margin-top: .25rem; color: #777066; font-size: .68rem; }
.upload-action { border-bottom: 1px solid currentColor; font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.field-error { display: none; margin-top: .45rem; color: #a83e2b; font-size: .65rem; }
.field.invalid > .field-error { display: block; }
.upload-field.invalid { border-color: #a83e2b; }
.upload-field.invalid > .field-error { position: absolute; left: 1.25rem; bottom: .35rem; display: block; }
.submit-button { width: 100%; }
.form-security { margin: -.2rem 0 0; color: #777066; font-size: .66rem; text-align: center; }
.form-security span { color: var(--ember); }
.embed-holder iframe { width: 100%; min-height: 650px; border: 0; }

.contact-band { display: grid; grid-template-columns: .78fr 1.22fr; gap: 3rem 7vw; margin-top: clamp(5rem, 10vw, 9rem); padding: clamp(4rem, 7vw, 6rem) 0; border-top: 1px solid #c7bfb4; }
.contact-band h3 { max-width: 560px; margin: 0; font-family: var(--serif); font-size: clamp(2.3rem, 4.5vw, 4.5rem); font-weight: 400; line-height: .98; }
.contact-links { display: grid; }
.contact-links a { display: flex; justify-content: space-between; gap: 1.5rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid #c7bfb4; transition: color .25s, padding .3s var(--ease); }
.contact-links a:first-child { border-top: 1px solid #c7bfb4; }
.contact-links a:hover, .contact-links a:focus-visible { color: var(--ember); padding-left: .5rem; }
.contact-links small { color: #777066; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-links span { font-family: var(--serif); font-size: 1.1rem; text-align: right; }
.contact-person { grid-column: 2; margin: -1.5rem 0 0; color: #777066; font-size: .72rem; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: center; padding: 2.3rem var(--page-pad); border-top: 1px solid rgba(242,238,231,.1); background: #0b0b0a; color: var(--muted); font-size: .68rem; }
.footer-brand { color: var(--bone); }
footer p { letter-spacing: .08em; text-align: center; }
.back-top { justify-self: end; transition: color .25s; }
.back-top:hover { color: var(--gold-light); }
.toast { position: fixed; left: 50%; bottom: 1.5rem; z-index: 90; padding: .85rem 1.15rem; background: var(--bone); color: var(--night); box-shadow: 0 16px 50px rgba(0,0,0,.35); font-size: .75rem; transform: translate(-50%, 180%); transition: transform .45s var(--ease); }
.toast.show { transform: translate(-50%,0); }
.status-dialog { width: min(540px, calc(100% - 2rem)); border: 0; background: var(--bone); color: var(--night); padding: clamp(2rem, 5vw, 3.5rem); box-shadow: 0 30px 100px rgba(0,0,0,.55); }
.status-dialog::backdrop { background: rgba(10,10,8,.82); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.dialog-close { position: absolute; right: 1rem; top: .7rem; border: 0; background: transparent; color: inherit; cursor: pointer; font-size: 1.7rem; font-weight: 300; }
.dialog-mark { display: block; margin-bottom: 2rem; color: var(--gold); font-size: 1.1rem; }
.status-dialog h2 { font-size: clamp(2.7rem, 7vw, 4.8rem); line-height: .9; }
.status-dialog > p:not(.overline) { color: #5e5951; }
.status-dialog .button { margin-top: 1rem; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .22s; }
.reveal-delay-3 { transition-delay: .32s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes hero-breathe { from { transform: scale(1.06); } to { transform: scale(1.12); } }
@keyframes orb-drift { from { transform: translate3d(0,0,0); } to { transform: translate3d(-2rem,2.5rem,0); } }
@keyframes slow-spin { to { transform: translate(-50%,-50%) rotate(360deg); } }

@media (max-width: 1050px) {
  .experience { grid-template-columns: minmax(260px,.7fr) 1fr; }
  .editorial-copy { grid-template-columns: 1fr; gap: 1rem; }
  .date-panel { grid-template-columns: auto 1fr; }
  .date-panel > img { grid-column: 1 / -1; height: 360px; min-height: 0; }
  .chefs { grid-template-columns: 1fr; align-items: start; }
  .chefs-heading { max-width: 680px; }
  .chef-grid { width: min(820px,100%); }
  .chef-card { min-height: 390px; }
  .registration-heading { grid-template-columns: 1fr; }
  .registration-heading .overline { grid-column: auto; }
}

@media (max-width: 820px) {
  :root { --page-pad: clamp(1.2rem, 5vw, 2.5rem); }
  .site-header { min-height: 72px; }
  .menu-toggle { position: relative; z-index: 62; display: flex; }
  .menu-open .menu-icon i:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-icon i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  nav { position: fixed; inset: 0; z-index: 61; display: flex; flex-direction: column; justify-content: center; gap: 1.4rem; background: rgba(17,17,15,.98); opacity: 0; pointer-events: none; transform: translateY(-15px); transition: opacity .4s var(--ease), transform .4s var(--ease); }
  nav::before { content: "✦"; margin-bottom: 1rem; color: var(--gold-light); }
  nav > a:not(.nav-cta) { font-family: var(--serif); font-size: 2rem; font-weight: 400; letter-spacing: -.02em; text-transform: none; }
  nav .nav-cta { margin-top: 1rem; }
  .menu-open nav { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .hero-veil { background: linear-gradient(0deg, rgba(13,13,11,.96) 0%, rgba(13,13,11,.68) 58%, rgba(13,13,11,.18) 100%); }
  .hero-media img { object-position: 57% center; }
  .hero-content { padding-top: 8rem; padding-bottom: 7rem; }
  .hero-copy, .hero-actions { margin-left: 0; }
  .event-stamp { display: none; }
  .hero-index { display: none; }
  .experience { grid-template-columns: 1fr; }
  .experience-image { min-height: 64vh; }
  .image-word { right: .3rem; bottom: 2rem; writing-mode: horizontal-tb; transform: none; }
  .experience-content { padding-top: 5.5rem; padding-bottom: 5rem; }
  .date-panel { grid-template-columns: 1fr; margin-top: 0; }
  .date-monogram { min-width: 0; border-right: 0; border-bottom: 1px solid rgba(242,238,231,.15); }
  .date-panel > img { grid-column: auto; }
  .chefs { padding-top: 6rem; padding-bottom: 6rem; }
  .chef-grid { grid-template-columns: 1fr; }
  .chef-card, .chef-card:nth-child(2) { min-height: 350px; transform: none; }
  .chef-card:nth-child(2):hover { transform: translateY(-6px); }
  .registration-grid { grid-template-columns: 1fr; }
  .payment-card { min-height: 510px; }
  .contact-band { grid-template-columns: 1fr; }
  .contact-person { grid-column: auto; margin-top: -1.5rem; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer .brand, .back-top { justify-self: center; }
}

@media (max-width: 540px) {
  h1 { font-size: clamp(4rem, 20vw, 6.6rem); }
  h1 em { margin-left: .75rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.5rem; }
  .experience-content h2, .registration-heading h2 { font-size: clamp(3.35rem, 16vw, 5.4rem); }
  .elements { grid-template-columns: 1fr 1fr; }
  .elements span:nth-child(2) { border-right: 0; }
  .elements span:nth-child(-n+2) { border-bottom: 1px solid #c8c0b5; }
  .date-panel { margin-left: 0; margin-right: 0; margin-bottom: 0; }
  .date-details { padding: 2rem 1.5rem; }
  .date-panel > img { height: 280px; }
  .countdown { gap: 1.2rem; }
  .chefs-heading h2 { font-size: clamp(4.2rem, 18vw, 6rem); }
  .registration { padding-left: 0; padding-right: 0; }
  .registration-heading, .contact-band { margin-left: var(--page-pad); margin-right: var(--page-pad); }
  .registration-grid { gap: 0; }
  .payment-card, .form-card { border-left: 0; border-right: 0; }
  dl div { grid-template-columns: 1fr; gap: .25rem; }
  dd { text-align: left; }
  .upload-field { grid-template-columns: auto 1fr; }
  .upload-action { grid-column: 2; justify-self: start; }
  .contact-links a { align-items: flex-start; flex-direction: column; gap: .2rem; }
  .contact-links span { text-align: left; }
}

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