@font-face {
  font-family: "Cormorant Garamond Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../fonts/cormorant-garamond-latin-ext.woff2") format("woff2-variations");
  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: "Cormorant Garamond Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../fonts/cormorant-garamond-latin.woff2") format("woff2-variations");
  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+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "DM Sans Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 1000;
  src: url("../fonts/dm-sans-latin-ext.woff2") format("woff2-variations");
  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: "DM Sans Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 1000;
  src: url("../fonts/dm-sans-latin.woff2") format("woff2-variations");
  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+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root {
  --ink: #0d1719;
  --deep: #10272b;
  --river: #335f66;
  --mist: #d9e2df;
  --paper: #f3efe7;
  --cream: #fbf8f1;
  --orange: #f7931d;
  --gold: #c58c46;
  --line: rgba(13, 23, 25, 0.16);
  --wrap: min(1360px, calc(100vw - 96px));
  --serif: "Cormorant Garamond Variable", "Iowan Old Style", "Baskerville", Georgia, serif;
  --sans: "DM Sans Variable", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding: clamp(96px, 10vw, 170px) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 104px; display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 32px; padding: 0 max(36px, calc((100vw - 1500px) / 2)); color: white; border-bottom: 1px solid rgba(255,255,255,.18); transition: background .35s ease, height .35s ease, border-color .35s ease; }
.site-header.is-scrolled { height: 82px; background: rgba(13, 23, 25, .96); border-color: rgba(255,255,255,.08); backdrop-filter: blur(16px); }
.brand { width: 184px; position: relative; z-index: 102; }
.brand img { width: 100%; max-height: 68px; filter: brightness(0) invert(1); }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.2vw, 42px); }
.desktop-nav a { position: relative; font-size: 13px; font-weight: 500; letter-spacing: .06em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--orange); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.nav-dropdown { position: relative; display: flex; align-items: center; min-height: 82px; }
.nav-dropdown > a { display: flex; align-items: center; gap: 7px; }
.nav-dropdown > a > span { color: var(--orange); font-size: 13px; transform: translateY(-2px); }
.nav-submenu { position: absolute; top: calc(100% - 1px); left: 50%; width: 330px; padding: 12px 20px; background: rgba(13,23,25,.98); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 24px 60px rgba(0,0,0,.28); opacity: 0; visibility: hidden; transform: translate(-50%, 10px); transition: opacity .25s ease, transform .25s ease, visibility .25s; }
.nav-dropdown:hover .nav-submenu, .nav-dropdown:focus-within .nav-submenu { opacity: 1; visibility: visible; transform: translate(-50%,0); }
.nav-submenu a { display: grid; grid-template-columns: 28px 1fr; gap: 8px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.78); font-size: 12px; font-weight: 400; letter-spacing: .03em; }
.nav-submenu a:last-child { border-bottom: 0; }
.nav-submenu a:hover { color: white; }
.nav-submenu a::after { display: none; }
.nav-submenu a span { color: var(--orange); font-size: 8px; letter-spacing: .12em; padding-top: 3px; }
.header-actions { display: flex; align-items: center; gap: 18px; position: relative; z-index: 102; }
.language-switch { font-size: 12px; letter-spacing: .18em; font-weight: 600; padding: 12px 2px; }
.button { min-height: 52px; padding: 14px 26px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--orange); background: var(--orange); color: #111; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: background .25s ease, color .25s ease, transform .25s ease; }
.button:hover, .button:focus-visible { background: #ffab43; transform: translateY(-2px); }
.button-small { min-height: 46px; padding: 11px 20px; }
.button-outline { color: white; border-color: rgba(255,255,255,.5); background: transparent; }
.button-outline:hover { background: white; border-color: white; color: var(--ink); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: inherit; cursor: pointer; padding: 12px 7px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 28px; height: 1px; background: currentColor; margin: 7px 0; transition: transform .3s ease; }
.site-header.menu-active .menu-toggle > span:first-child { transform: translateY(4px) rotate(45deg); }
.site-header.menu-active .menu-toggle > span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; overflow-y: auto; background: var(--deep); visibility: hidden; opacity: 0; transition: opacity .3s ease, visibility .3s; z-index: 101; }
.site-header.menu-active .mobile-menu { visibility: visible; opacity: 1; }
.mobile-menu-inner { width: min(720px, calc(100% - 48px)); margin: 0 auto; min-height: 100%; padding: 130px 0 48px; display: flex; flex-direction: column; }
.mobile-menu nav { display: grid; border-top: 1px solid rgba(255,255,255,.15); }
.mobile-menu nav a { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.15); font-family: var(--serif); font-size: clamp(28px, 8vw, 54px); line-height: 1.1; }
.mobile-menu nav span { display: inline-block; min-width: 42px; font-family: var(--sans); font-size: 10px; letter-spacing: .12em; color: var(--orange); vertical-align: middle; }
.mobile-nav-group { border-bottom: 1px solid rgba(255,255,255,.15); }
.mobile-nav-group > a { border-bottom: 0 !important; }
.mobile-subnav { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; padding: 0 0 14px 42px; }
.mobile-subnav a { padding: 7px 0 !important; border: 0 !important; color: rgba(255,255,255,.58); font-family: var(--sans) !important; font-size: 11px !important; line-height: 1.3 !important; }
.mobile-menu-contact { margin-top: auto; display: grid; font-size: 14px; }

.home-hero { min-height: 100svh; height: 100svh; max-height: none; position: relative; display: flex; align-items: flex-end; overflow: hidden; background: var(--deep); color: white; }
.hero-slides, .hero-slide, .hero-shade { position: absolute; inset: 0; }
.hero-slide { opacity: 0; animation: heroFade 21s infinite; animation-delay: calc(var(--slide) * 7s); }
.hero-slide:first-child { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); animation: heroScale 21s infinite; animation-delay: calc(var(--slide) * 7s); }
.hero-shade { background: linear-gradient(90deg, rgba(6,15,17,.84) 0%, rgba(6,15,17,.44) 52%, rgba(6,15,17,.18) 78%), linear-gradient(0deg, rgba(6,15,17,.7) 0%, transparent 45%); }
.hero-waterline { position: absolute; right: -8vw; bottom: -210px; width: 56vw; height: 430px; border: 1px solid rgba(255,255,255,.22); border-radius: 50% 50% 0 0; transform: rotate(-7deg); }
.hero-waterline::before, .hero-waterline::after { content: ""; position: absolute; inset: 25px 35px auto; height: 100%; border: 1px solid rgba(247,147,29,.32); border-radius: inherit; }
.hero-waterline::after { inset: 56px 76px auto; border-color: rgba(255,255,255,.16); }
.hero-content { position: relative; z-index: 2; padding-bottom: clamp(92px, 11vh, 132px); }
.eyebrow, .kicker { margin: 0 0 22px; color: var(--river); font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light, .kicker.light { color: #f4c58d; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; margin-top: 0; }
.hero-content h1 { width: min(790px, 74vw); margin-bottom: 24px; font-size: clamp(56px, 6.15vw, 100px); line-height: .9; text-wrap: balance; }
.hero-lead { width: min(620px, 75vw); margin: 0 0 36px; color: rgba(255,255,255,.8); font-size: clamp(17px, 1.3vw, 21px); line-height: 1.65; }
.hero-buttons { display: flex; align-items: center; gap: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 28px; padding: 8px 0; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translate(3px,-3px); }
.light-link { color: white; }
.hero-location { position: absolute; z-index: 2; right: 42px; top: 50%; writing-mode: vertical-rl; transform: translateY(-50%); font-size: 9px; letter-spacing: .22em; color: rgba(255,255,255,.68); }
.hero-scroll { position: absolute; z-index: 2; left: 42px; bottom: 32px; display: flex; align-items: center; gap: 14px; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.hero-scroll span { width: 42px; height: 1px; background: var(--orange); }
@keyframes heroFade { 0%, 28% { opacity: 1; } 34%, 94% { opacity: 0; } 100% { opacity: 1; } }
@keyframes heroScale { 0% { transform: scale(1.04); } 33% { transform: scale(1.11); } 100% { transform: scale(1.11); } }

.fact-strip { background: var(--deep); color: white; border-top: 1px solid rgba(255,255,255,.08); }
.fact-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.fact { min-height: 126px; padding: 26px 28px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.1); }
.fact:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.fact span { color: var(--orange); font-size: 9px; letter-spacing: .16em; }
.fact p { margin: 10px 0 0; font-family: var(--serif); font-size: clamp(18px, 1.7vw, 27px); line-height: 1.2; }

.about-section { position: relative; overflow: hidden; background: var(--paper); }
.about-section::after { content: ""; position: absolute; right: -130px; top: 10%; width: 420px; height: 420px; border: 1px solid rgba(51,95,102,.18); border-radius: 50%; box-shadow: 0 0 0 28px rgba(51,95,102,.04), 0 0 0 56px rgba(51,95,102,.03); }
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.02fr) minmax(360px,.85fr); align-items: center; gap: clamp(56px, 8vw, 140px); }
.about-image { position: relative; padding: 0 0 56px 56px; }
.about-image::before { content: ""; position: absolute; left: 0; bottom: 0; width: 44%; height: 64%; background: var(--river); }
.about-image img { position: relative; width: 100%; aspect-ratio: 1 / .82; object-fit: cover; }
.image-index { position: absolute; left: 14px; bottom: 15px; color: white; font-size: 9px; letter-spacing: .15em; writing-mode: vertical-rl; transform: rotate(180deg); }
.about-copy h2, .section-heading h2, .menu-intro h2, .gallery-section h2 { margin-bottom: 34px; font-size: clamp(43px, 5vw, 82px); line-height: 1.04; text-wrap: balance; }
.large-copy { max-width: 620px; margin: 0 0 32px; color: #3c494a; font-size: clamp(17px,1.35vw,21px); }
.side-note { max-width: 360px; margin: 52px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: #637071; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }

.services-section { background: var(--cream); border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: .55fr 1fr; gap: 40px; align-items: start; margin-bottom: 70px; }
.section-heading .kicker { padding-top: 15px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { background: var(--paper); border: 1px solid var(--line); overflow: hidden; }
.service-image { overflow: hidden; aspect-ratio: 1.1 / .78; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.service-card:hover .service-image img { transform: scale(1.045); }
.service-card-copy { padding: 32px 34px 36px; }
.card-index { color: var(--orange); font-size: 9px; letter-spacing: .17em; }
.service-card h3 { margin: 18px 0 15px; font-size: clamp(31px,3vw,47px); line-height: 1; }
.service-card p { min-height: 84px; color: #586466; font-size: 14px; }
.service-card .text-link { margin-top: 12px; }

.menu-section { background: var(--deep); color: white; }
.menu-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 70px; }
.menu-intro h2 { margin-bottom: 0; max-width: 880px; }
.menu-actions { display: flex; justify-content: flex-end; gap: 12px; flex-wrap: wrap; }
.dish-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; grid-template-rows: repeat(2, minmax(260px, 36vw)); max-height: 1040px; gap: 14px; }
.dish-card { position: relative; overflow: hidden; background: var(--ink); }
.dish-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.dish-card::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent,rgba(7,14,15,.86)); }
.dish-card:hover img { transform: scale(1.035); }
.dish-card > div { position: absolute; z-index: 2; inset: auto 26px 24px; }
.dish-card span { color: var(--orange); font-size: 9px; letter-spacing: .16em; }
.dish-card h3 { margin: 7px 0 4px; font-size: clamp(27px,3vw,48px); line-height: 1; }
.dish-card p { max-width: 410px; margin: 0; color: rgba(255,255,255,.72); font-size: 13px; }
.dish-1 { grid-row: 1 / 3; }
.dish-4 { grid-column: 2 / 4; }
.visual-offer { padding-top: 28px; display: flex; justify-content: flex-end; }
.visual-offer a { display: flex; gap: 28px; align-items: center; color: rgba(255,255,255,.72); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.visual-offer span { color: var(--orange); }

.gallery-section { background: var(--paper); overflow: hidden; }
.section-heading.split { grid-template-columns: 1fr auto; align-items: end; }
.section-heading.split h2 { max-width: 860px; margin-bottom: 0; }
.gallery-grid { width: min(1680px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: 1.25fr .75fr 1fr; grid-template-rows: repeat(2, minmax(280px, 32vw)); max-height: 900px; gap: 12px; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.gallery-grid figure:hover img { transform: scale(1.035); }
.gallery-grid figcaption { position: absolute; left: 18px; bottom: 14px; padding: 6px 9px; background: rgba(13,23,25,.72); color: white; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.gallery-1 { grid-row: 1 / 3; }
.gallery-2 { grid-column: 2 / 4; }

.dinner-cta { min-height: min(820px, 86svh); position: relative; display: flex; align-items: center; color: white; overflow: hidden; }
.dinner-cta > img, .dinner-overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.dinner-overlay { background: linear-gradient(90deg,rgba(6,15,17,.82),rgba(6,15,17,.2)); }
.dinner-copy { position: relative; z-index: 1; }
.dinner-copy h2 { max-width: 760px; margin-bottom: 22px; font-size: clamp(54px,7vw,108px); line-height: .96; }
.dinner-copy > p:not(.kicker) { margin: 0 0 34px; color: rgba(255,255,255,.8); font-size: 18px; }

.site-footer { background: var(--ink); color: white; padding-top: 78px; }
.footer-main { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 70px; padding-bottom: 70px; }
.footer-brand img { width: 210px; filter: brightness(0) invert(1); margin-bottom: 28px; }
.footer-brand p { max-width: 340px; color: rgba(255,255,255,.55); }
.footer-label { margin: 0 0 20px !important; color: #f4c58d !important; font-size: 10px !important; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-main a, .footer-main p { margin: 0 0 10px; color: rgba(255,255,255,.7); font-size: 13px; }
.footer-main a:hover { color: white; }
.footer-bottom { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

/* Content pages */
.page-hero { position: relative; min-height: 650px; height: 76svh; max-height: 900px; display: flex; align-items: flex-end; overflow: hidden; background: var(--deep); color: white; }
.page-hero > img, .page-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero-overlay { background: linear-gradient(90deg,rgba(7,16,18,.83),rgba(7,16,18,.3) 65%,rgba(7,16,18,.15)), linear-gradient(0deg,rgba(7,16,18,.68),transparent 58%); }
.page-hero-arch { position: absolute; right: 8vw; bottom: -240px; width: min(46vw,660px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.2); border-radius: 50% 50% 0 0; box-shadow: 0 0 0 28px rgba(247,147,29,.06), 0 0 0 56px rgba(255,255,255,.025); }
.page-hero-copy { position: relative; z-index: 2; padding-bottom: clamp(78px,9vw,130px); }
.page-hero-copy h1 { max-width: 1100px; margin: 0 0 22px; font-size: clamp(68px,9vw,142px); line-height: .9; text-wrap: balance; }
.page-hero-copy > p:last-child { max-width: 660px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(17px,1.45vw,22px); }

.editorial-section { background: var(--paper); }
.editorial-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px,9vw,150px); align-items: start; }
.editorial-grid h2, .venue-heading h2, .menu-page-head h2, .wedding-intro h2, .coming-card h2, .voucher-copy h2, .reservation-aside h2, .contact-details h2, .company-grid h2 { margin-bottom: 0; font-size: clamp(45px,5.2vw,84px); line-height: 1.04; text-wrap: balance; }
.editorial-copy { columns: 2; column-gap: 48px; }
.editorial-copy p { margin: 0 0 24px; break-inside: avoid; color: #465254; }
.editorial-copy p:first-child::first-letter { float: left; margin: 10px 10px 0 0; font-family: var(--serif); font-size: 72px; line-height: .65; color: var(--orange); }
.welcome-line { margin-top: 72px; padding-top: 24px; border-top: 1px solid var(--line); font-family: var(--serif); font-size: clamp(24px,2.3vw,38px); }

.venue-section { background: var(--cream); }
.venue-heading { display: grid; grid-template-columns: .65fr 1fr; gap: 60px; margin-bottom: 80px; }
.venue-heading .kicker { padding-top: 14px; }
.venue-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.venue-card { position: relative; display: grid; grid-template-columns: minmax(320px,.85fr) minmax(420px,1.15fr); min-height: 490px; background: var(--paper); overflow: hidden; }
.venue-card:nth-child(even) .venue-photo { order: 2; }
.venue-card:nth-child(even) .venue-copy { order: 1; }
.venue-photo { position: relative; overflow: hidden; }
.venue-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.venue-card:hover .venue-photo img { transform: scale(1.035); }
.venue-photo > span { position: absolute; left: 20px; bottom: 18px; padding: 6px 9px; background: var(--deep); color: white; font-size: 9px; letter-spacing: .15em; }
.venue-copy { padding: clamp(50px,6vw,88px); display: flex; flex-direction: column; justify-content: center; }
.venue-capacity { margin: 0 0 12px !important; color: var(--orange) !important; font-size: 10px !important; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.venue-copy h3 { margin: 0 0 24px; font-size: clamp(44px,4.8vw,74px); line-height: .98; }
.venue-copy p { max-width: 640px; margin: 0 0 14px; color: #556163; }
.venue-copy .text-link { align-self: flex-start; margin-top: 18px; }
.venue-order { position: absolute; right: 18px; top: 18px; color: rgba(13,23,25,.25); font-size: 9px; letter-spacing: .15em; }
.venue-card:nth-child(even) .venue-order { right: auto; left: 18px; }

.page-cta { position: relative; min-height: 620px; display: flex; align-items: center; overflow: hidden; color: white; }
.page-cta > img, .page-cta-overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-cta-overlay { background: linear-gradient(90deg,rgba(6,15,17,.86),rgba(6,15,17,.2)); }
.page-cta-copy { position: relative; z-index: 1; }
.page-cta-copy h2 { max-width: 880px; margin-bottom: 34px; font-size: clamp(56px,7vw,106px); line-height: .96; text-wrap: balance; }

.menu-page-section { background: var(--paper); }
.menu-page-head { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 72px; }
.menu-page-head h2 { max-width: 900px; }
.menu-page-buttons { display: flex; justify-content: flex-end; gap: 12px; flex-wrap: wrap; }
.button-dark-outline { background: transparent; border-color: var(--ink); color: var(--ink); }
.button-dark-outline:hover { background: var(--ink); color: white; border-color: var(--ink); }
.menu-page-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 64px 22px; }
.menu-page-grid article { display: grid; grid-template-columns: 34px 1fr; align-items: start; }
.menu-page-grid img { grid-column: 1 / 3; width: 100%; aspect-ratio: 1.5; object-fit: cover; margin-bottom: 24px; }
.menu-page-grid span { color: var(--orange); font-size: 9px; letter-spacing: .15em; padding-top: 11px; }
.menu-page-grid h3 { margin: 0; font-size: clamp(35px,3.6vw,56px); line-height: 1; }
.menu-page-grid p { grid-column: 2; max-width: 520px; margin: 12px 0 0; color: #596466; }
.poster-section { background: var(--deep); color: white; overflow: hidden; }
.poster-grid { display: grid; grid-template-columns: 1fr minmax(340px,.6fr); align-items: center; gap: clamp(70px,11vw,180px); }
.poster-grid h2 { max-width: 780px; margin-bottom: 26px; font-size: clamp(50px,6vw,92px); line-height: 1; }
.poster-grid p:not(.kicker) { max-width: 620px; color: rgba(255,255,255,.65); }
.poster-grid .text-link { margin-top: 24px; }
.poster-image { position: relative; display: block; max-height: 780px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.35); transform: rotate(2deg); }
.poster-image img { width: 100%; }

.wedding-intro { background: var(--paper); }
.wedding-intro-grid { display: grid; grid-template-columns: .55fr 1fr; gap: 70px; }
.wedding-intro .kicker { padding-top: 14px; }
.story-rows { background: var(--cream); padding-bottom: clamp(90px,10vw,160px); }
.story-row { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 650px; border-top: 1px solid var(--line); }
.story-row:nth-child(even) .story-image { order: 2; }
.story-row:nth-child(even) .story-copy { order: 1; padding-left: 0; padding-right: clamp(48px,7vw,110px); }
.story-image { position: relative; overflow: hidden; }
.story-image img { width: 100%; aspect-ratio: 1.05; object-fit: cover; }
.story-image span { position: absolute; left: 18px; bottom: 16px; padding: 7px 9px; background: var(--orange); color: var(--ink); font-size: 9px; letter-spacing: .14em; }
.story-copy { padding-left: clamp(48px,7vw,110px); }
.story-copy h2 { margin-bottom: 26px; font-size: clamp(46px,5vw,76px); line-height: 1; }
.story-copy p { max-width: 620px; margin: 0 0 16px; color: #566163; }

.coming-section { background: var(--paper); }
.coming-card { position: relative; min-height: 600px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(56px,8vw,120px); background: var(--cream); border: 1px solid var(--line); overflow: hidden; }
.coming-card::after { content: ""; position: absolute; right: -10%; bottom: -75%; width: 70%; aspect-ratio: 1; border: 1px solid rgba(51,95,102,.2); border-radius: 50%; box-shadow: 0 0 0 35px rgba(51,95,102,.04),0 0 0 70px rgba(51,95,102,.03); }
.coming-card h2 { max-width: 900px; position: relative; z-index: 1; }
.coming-card > p:not(.kicker) { max-width: 640px; margin: 28px 0 32px; position: relative; z-index: 1; color: #566163; }
.coming-card .button { position: relative; z-index: 1; }
.coming-index { position: absolute; right: 28px; top: 24px; color: var(--orange); font-size: 9px; letter-spacing: .16em; }

.voucher-section { background: var(--paper); }
.voucher-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(70px,10vw,160px); }
.voucher-copy h2 { margin-bottom: 30px; }
.voucher-copy > p:not(.kicker) { max-width: 640px; color: #566163; font-size: 18px; }
.voucher-copy .button { margin-top: 20px; }
.voucher-card-visual { position: relative; min-height: 470px; padding: 46px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; background: var(--deep); color: white; box-shadow: 0 35px 80px rgba(13,23,25,.2); overflow: hidden; }
.voucher-card-visual::after { content: ""; position: absolute; right: -110px; bottom: -220px; width: 460px; height: 460px; border: 1px solid rgba(255,255,255,.18); border-radius: 50% 50% 0 0; box-shadow: 0 0 0 28px rgba(247,147,29,.08); }
.voucher-card-visual > span { color: #f4c58d; font-size: 10px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.voucher-card-visual img { width: 65%; filter: brightness(0) invert(1); position: relative; z-index: 1; }
.voucher-card-visual p { max-width: 330px; margin: 0; font-family: var(--serif); font-size: 34px; line-height: 1.1; position: relative; z-index: 1; }
.voucher-card-visual small { color: rgba(255,255,255,.48); font-size: 8px; letter-spacing: .16em; }

.reservation-section { background: var(--paper); }
.reservation-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px,9vw,140px); align-items: start; }
.reservation-aside { position: sticky; top: 120px; }
.reservation-aside h2 { margin-bottom: 28px; }
.reservation-aside > p:not(.kicker) { color: #566163; }
.reservation-direct { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); display: grid; }
.reservation-direct span { margin-bottom: 12px; color: var(--river); font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.reservation-direct a { font-family: var(--serif); font-size: 25px; }
.reservation-form { padding: clamp(34px,5vw,70px); background: var(--cream); border: 1px solid var(--line); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.reservation-form label { display: block; margin-bottom: 22px; }
.reservation-form label > span { display: block; margin-bottom: 9px; color: #495557; font-size: 11px; font-weight: 600; letter-spacing: .06em; }
.reservation-form input, .reservation-form textarea { width: 100%; border: 1px solid rgba(13,23,25,.2); border-radius: 0; background: rgba(255,255,255,.68); color: var(--ink); padding: 15px 16px; outline: 0; transition: border-color .2s ease, box-shadow .2s ease; }
.reservation-form input { min-height: 54px; }
.reservation-form textarea { resize: vertical; }
.reservation-form input:focus, .reservation-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(247,147,29,.12); }
.reservation-form .button { margin-top: 6px; cursor: pointer; }
.form-status { margin: 18px 0 0; color: var(--river); font-size: 14px; }
.form-noscript { padding: 14px; background: #fff0d7; color: #5e3c13; }

.contact-section { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(70px,10vw,150px); }
.contact-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: end; }
.contact-photos img { width: 100%; aspect-ratio: .7; object-fit: cover; }
.contact-photos img:last-child { transform: translateY(60px); }
.contact-details h2 { margin-bottom: 46px; }
.contact-lines { display: grid; border-top: 1px solid var(--line); }
.contact-lines a { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 24px; line-height: 1.25; }
.contact-lines span { font-family: var(--sans); color: var(--river); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; padding-top: 8px; }
.contact-buttons { margin-top: 34px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.company-section { background: var(--deep); color: white; }
.company-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.company-grid dl { margin: 0; }
.company-grid dl > div { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.company-grid dt { color: #f4c58d; font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.company-grid dd { margin: 0; color: rgba(255,255,255,.7); }

[data-reveal] { opacity: 1; transform: none; }

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    [data-reveal] {
      animation: reveal-in linear both;
      animation-timeline: view();
      animation-range: entry 0% cover 28%;
    }

    @keyframes reveal-in {
      from { opacity: 0; transform: translateY(30px); }
      to { opacity: 1; transform: none; }
    }
  }
}

@media (max-width: 1180px) {
  :root { --wrap: min(100% - 56px, 1160px); }
  .site-header { grid-template-columns: 190px 1fr auto; padding-inline: 28px; }
  .brand { width: 158px; }
  .desktop-nav { gap: 20px; }
  .desktop-nav a { font-size: 11px; }
  .button-small { display: none; }
  .about-grid { gap: 60px; }
  .footer-main { grid-template-columns: 1.4fr repeat(3,1fr); gap: 36px; }
  .venue-card { min-height: 450px; }
  .venue-copy { padding: 48px; }
  .contact-lines a { grid-template-columns: 95px 1fr; font-size: 21px; }
}

@media (max-width: 900px) {
  :root { --wrap: min(100% - 40px, 760px); }
  .section { padding: 90px 0; }
  .site-header { height: 82px; grid-template-columns: 1fr auto; padding-inline: 20px; }
  .desktop-nav { display: none; }
  .brand { width: 154px; }
  .menu-toggle { display: block; }
  .home-hero { min-height: 760px; height: 100svh; max-height: none; }
  .hero-content { padding-bottom: 118px; }
  .hero-content h1 { width: min(680px, 94vw); }
  .hero-lead { width: min(600px, 88vw); }
  .hero-location { display: none; }
  .hero-scroll { left: 20px; }
  .fact-grid { grid-template-columns: repeat(2,1fr); }
  .fact { border-bottom: 1px solid rgba(255,255,255,.1); }
  .fact:nth-child(3) { border-left: 1px solid rgba(255,255,255,.1); }
  .about-grid { grid-template-columns: 1fr; }
  .about-image { max-width: 680px; }
  .section-heading { grid-template-columns: 1fr; gap: 6px; }
  .section-heading .kicker { padding-top: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .service-image { aspect-ratio: auto; min-height: 340px; }
  .service-card p { min-height: 0; }
  .menu-intro { grid-template-columns: 1fr; gap: 32px; }
  .menu-actions { justify-content: flex-start; }
  .dish-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3,330px); max-height: none; }
  .dish-1 { grid-row: 1 / 3; }
  .dish-4 { grid-column: 1 / 3; }
  .section-heading.split { grid-template-columns: 1fr; gap: 32px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 280px 340px; max-height: none; }
  .gallery-1 { grid-row: 1; grid-column: 1 / 3; }
  .gallery-2 { grid-column: 1 / 3; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; }
  .page-hero { min-height: 620px; height: 72svh; }
  .page-hero-copy h1 { font-size: clamp(62px,12vw,102px); }
  .editorial-grid, .venue-heading, .menu-page-head, .wedding-intro-grid, .company-grid { grid-template-columns: 1fr; gap: 34px; }
  .editorial-copy { columns: 1; }
  .venue-heading .kicker, .wedding-intro .kicker { padding-top: 0; }
  .venue-card { grid-template-columns: 1fr; min-height: 0; }
  .venue-card:nth-child(even) .venue-photo, .venue-card:nth-child(even) .venue-copy { order: initial; }
  .venue-photo { min-height: 430px; }
  .venue-copy { padding: 54px; }
  .venue-card:nth-child(even) .venue-order { left: auto; right: 18px; }
  .menu-page-buttons { justify-content: flex-start; }
  .poster-grid { grid-template-columns: 1fr; }
  .poster-image { max-width: 450px; margin-inline: auto; }
  .story-row { grid-template-columns: 1fr; padding-block: 70px; }
  .story-row:nth-child(even) .story-image, .story-row:nth-child(even) .story-copy { order: initial; }
  .story-row:nth-child(even) .story-copy, .story-copy { padding: 42px 0 0; }
  .voucher-grid, .reservation-grid, .contact-grid { grid-template-columns: 1fr; }
  .reservation-aside { position: static; }
  .contact-photos { max-width: 620px; margin-bottom: 50px; }
  .company-grid dl > div { grid-template-columns: 150px 1fr; }
}

@media (max-width: 620px) {
  :root { --wrap: calc(100% - 32px); }
  .section { padding: 76px 0; }
  .header-actions { gap: 10px; }
  .home-hero { min-height: 700px; height: 100svh; }
  .hero-shade { background: linear-gradient(90deg, rgba(6,15,17,.76), rgba(6,15,17,.28)), linear-gradient(0deg, rgba(6,15,17,.78), transparent 55%); }
  .hero-content { padding-bottom: 108px; }
  .hero-content h1 { width: 100%; font-size: clamp(48px, 15vw, 72px); }
  .hero-lead { width: 100%; font-size: 16px; line-height: 1.55; }
  .hero-buttons { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-scroll { font-size: 8px; bottom: 24px; }
  .hero-waterline { right: -50vw; width: 120vw; }
  .fact { min-height: 112px; padding: 20px 16px; }
  .fact p { font-size: 18px; }
  .about-image { padding: 0 0 34px 34px; }
  .about-copy h2, .section-heading h2, .menu-intro h2, .gallery-section h2 { font-size: clamp(40px, 12vw, 58px); }
  .service-card { display: block; }
  .service-image { min-height: 270px; }
  .service-card-copy { padding: 26px 24px 30px; }
  .dish-grid { display: block; }
  .dish-card { min-height: 390px; margin-bottom: 12px; }
  .dish-card p { font-size: 12px; }
  .gallery-grid { width: calc(100% - 20px); display: block; }
  .gallery-grid figure { height: 310px; margin-bottom: 10px; }
  .dinner-cta { min-height: 690px; }
  .dinner-copy h2 { font-size: clamp(50px,15vw,74px); }
  .footer-main { grid-template-columns: 1fr; gap: 36px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { min-height: 110px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 0; padding: 22px 0; }
  .mobile-menu-inner { padding-top: 112px; }
  .mobile-subnav { grid-template-columns: 1fr; padding-left: 42px; padding-bottom: 12px; }
  .mobile-subnav a { font-size: 10px !important; }
  .page-hero { min-height: 570px; height: 74svh; max-height: 720px; }
  .page-hero-overlay { background: linear-gradient(90deg,rgba(7,16,18,.78),rgba(7,16,18,.22)),linear-gradient(0deg,rgba(7,16,18,.72),transparent 58%); }
  .page-hero-copy { padding-bottom: 64px; }
  .page-hero-copy h1 { font-size: clamp(54px,16vw,76px); }
  .page-hero-copy > p:last-child { font-size: 15px; line-height: 1.55; }
  .page-hero-arch { right: -48vw; width: 125vw; }
  .editorial-grid h2, .venue-heading h2, .menu-page-head h2, .wedding-intro h2, .coming-card h2, .voucher-copy h2, .reservation-aside h2, .contact-details h2, .company-grid h2 { font-size: clamp(40px,12vw,58px); }
  .welcome-line { margin-top: 48px; }
  .venue-heading { margin-bottom: 48px; }
  .venue-photo { min-height: 290px; }
  .venue-copy { padding: 36px 24px 42px; }
  .venue-copy h3 { font-size: 48px; }
  .page-cta { min-height: 570px; }
  .page-cta-copy h2 { font-size: clamp(48px,14vw,70px); }
  .menu-page-grid { grid-template-columns: 1fr; gap: 42px; }
  .menu-page-grid article { grid-template-columns: 30px 1fr; }
  .poster-grid { gap: 48px; }
  .poster-grid h2 { font-size: clamp(44px,13vw,66px); }
  .story-row { padding-block: 48px; }
  .story-image img { aspect-ratio: 1; }
  .story-copy h2 { font-size: 47px; }
  .coming-card { min-height: 560px; padding: 38px 24px; }
  .voucher-card-visual { min-height: 390px; padding: 30px; }
  .voucher-card-visual p { font-size: 28px; }
  .reservation-form { padding: 30px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-photos { gap: 8px; margin-bottom: 20px; }
  .contact-photos img:last-child { transform: translateY(24px); }
  .contact-lines a { grid-template-columns: 1fr; gap: 4px; font-size: 20px; overflow-wrap: anywhere; }
  .contact-lines span { padding-top: 0; }
  .company-grid dl > div { grid-template-columns: 1fr; gap: 6px; }
}

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