:root {
  --cream: #f1ede6;
  --paper: #fbf9f6;
  --sand: #e4dbce;
  --beige: #d4c4b1;
  --espresso: #2d2925;
  --ink: #312d29;
  --muted: #716860;
  --line: rgba(49, 45, 41, .18);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
figure { margin: 0; }
.site-header { position: absolute; z-index: 10; top: 24px; left: 50%; width: min(1180px, calc(100% - 48px)); transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; padding: 12px 14px 12px 18px; border: 1px solid rgba(255,255,255,.54); border-radius: 99px; background: rgba(246, 242, 236, .76); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 600; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; color: var(--paper); background: var(--espresso); font-family: var(--serif); font-size: 17px; font-weight: 600; font-style: italic; }
.brand-dot { color: #997a5e; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; }
.site-nav a, .site-footer a { transition: opacity .2s ease; }
.site-nav a:hover, .site-footer a:hover { opacity: .58; }
.nav-cta { display: inline-flex; gap: 8px; align-items: center; padding: 8px 14px; color: var(--paper); border-radius: 99px; background: var(--espresso); }
.menu-toggle { display: none; border: 0; background: transparent; font: inherit; font-size: 13px; cursor: pointer; }
.mobile-section-switch { display: none; }
.hero { position: relative; min-height: 780px; padding: 150px max(6vw, 30px) 100px; display: flex; align-items: center; background: linear-gradient(90deg, rgba(241,237,230,.99) 0%, rgba(241,237,230,.96) 27%, rgba(241,237,230,.66) 58%, rgba(241,237,230,.14) 100%), url("assets/hero-background.jpg") center 62% / cover no-repeat; overflow: hidden; }
.hero-copy { position: relative; z-index: 1; max-width: 540px; padding-left: clamp(0px, 3vw, 48px); }
.eyebrow, .section-kicker { margin: 0 0 24px; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; line-height: .9; }
h1 { font-size: clamp(68px, 8.5vw, 125px); }
h2 { font-size: clamp(58px, 7vw, 100px); }
h1 em, h2 em { color: #85684e; font-style: italic; font-weight: 400; }
.hero-lede { max-width: 390px; margin: 34px 0 30px; color: #5e554e; font-size: 17px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero-resource-links { display: grid; gap: 9px; }
.hero-resource-links .text-link { width: max-content; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 48px; padding: 12px 18px; border: 1px solid transparent; border-radius: 99px; font-size: 12px; font-weight: 600; letter-spacing: .02em; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--paper); background: var(--espresso); }
.button-dark:hover { background: #4a4037; }
.button-light { color: var(--espresso); border-color: rgba(251,249,246,.42); background: rgba(251,249,246,.08); }
.button-light:hover { background: rgba(251,249,246,.18); }
.business .button-light { color: var(--paper); border-color: var(--espresso); background: var(--espresso); }
.business .button-light:hover { background: #4a4037; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 600; }
.hero-note { display: flex; align-items: center; gap: 13px; margin-top: 80px; color: #8a7868; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.note-line { width: 42px; height: 1px; background: currentColor; }
.section-pad { padding: clamp(80px, 12vw, 170px) max(6vw, 30px); }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12vw; align-items: end; }
.intro-text { max-width: 455px; padding-bottom: 4px; }
.large-copy { margin: 0 0 22px; font-family: var(--serif); font-size: 30px; line-height: 1.12; }
.intro-text p:not(.large-copy) { margin: 0 0 30px; color: var(--muted); }
.gallery-section { background: var(--paper); padding-top: 0; }
.packages { background: var(--cream); }
.wedding-inspiration { color: var(--espresso); background: linear-gradient(145deg, #f7f1eb 0%, #e9ded2 100%); }
.wedding-inspiration .section-heading p { color: #806f62; }
.wedding-inspiration-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: center; }
.inspiration-copy { max-width: 360px; }
.inspiration-lede { margin: 0 0 28px; color: #6f5e52; font-family: var(--serif); font-size: 28px; line-height: 1.08; }
.inspiration-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.inspiration-tags span { padding: 7px 12px; border: 1px solid rgba(128,97,72,.28); border-radius: 99px; color: #806148; font-size: 11px; letter-spacing: .05em; }
.wedding-inspiration-video { max-width: 620px; max-height: 620px; margin-left: auto; overflow: hidden; border: 1px solid rgba(49,45,41,.14); border-radius: 8px 8px 150px 150px; background: #d9c8b5; box-shadow: 0 24px 60px rgba(83,62,42,.12); }
.wedding-inspiration-video video { display: block; width: 100%; max-height: 620px; object-fit: contain; }
.package-heading { margin-bottom: 58px; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.package-card { min-height: 530px; padding: 27px 26px 30px; border: 1px solid rgba(49,45,41,.17); background: rgba(251,249,246,.48); }
.package-card.package-featured { border-color: #9b7a5c; background: #e3d6c7; transform: translateY(-18px); box-shadow: 0 20px 40px rgba(83,62,42,.09); }
.package-top { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid rgba(49,45,41,.17); color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.package-top span:last-child { text-align: right; }
.package-card h3 { margin: 28px 0 0; font-family: var(--serif); font-size: 48px; font-weight: 500; line-height: .95; }
.package-duration { margin: 9px 0 25px; color: #806148; font-size: 14px; font-weight: 600; }
.package-card ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 13px; line-height: 1.45; }
.package-card li { position: relative; padding-left: 18px; }
.package-card li::before { content: ""; position: absolute; top: .7em; left: 0; width: 6px; height: 1px; background: #9b7a5c; }
.addons { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; margin-top: 72px; padding-top: 35px; border-top: 1px solid var(--line); }
.addons .section-kicker { margin-bottom: 8px; }
.addons h3 { margin: 0; font-family: var(--serif); font-size: 34px; font-weight: 500; line-height: 1; }
.addon-list { border-top: 1px solid var(--line); }
.addon-list div { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.addon-list strong { font-family: var(--serif); font-size: 23px; font-weight: 500; }
.addon-list span { max-width: 270px; color: var(--muted); font-size: 12px; line-height: 1.35; text-align: right; }
.voices { background: var(--paper); }
.voices-heading { display: grid; grid-template-columns: 1.1fr .9fr; column-gap: 12vw; align-items: end; margin-bottom: 58px; }
.voices-heading .section-kicker { grid-column: 1 / -1; }
.voices-heading h2 { grid-column: 1; }
.voices-heading > p { max-width: 300px; margin: 0 0 5px; color: var(--muted); font-size: 14px; }
.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.voice-card { min-height: 245px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border: 1px solid rgba(49,45,41,.16); background: #e7ded4; }
.voice-card-dark { color: var(--paper); background: var(--espresso); }
.voice-number { color: #806148; font-size: 11px; letter-spacing: .12em; }
.voice-card-dark .voice-number { color: #d2b394; }
.voice-card p { max-width: 260px; margin: 30px 0; font-family: var(--serif); font-size: 27px; line-height: 1.05; }
.voice-card small { color: var(--muted); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.voice-card-dark small { color: rgba(251,249,246,.58); }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 66px; }
.section-heading p { max-width: 270px; margin: 0 2vw 7px 0; color: var(--muted); font-size: 14px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 31px; gap: 18px; }
.gallery-item { position: relative; overflow: hidden; background: var(--sand); }
.gallery-item img { filter: saturate(.82); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.gallery-item:hover img { filter: saturate(1); transform: scale(1.035); }
.gallery-item figcaption { position: absolute; right: 15px; bottom: 11px; left: 15px; color: white; font-family: var(--serif); font-size: 16px; text-shadow: 0 1px 15px rgba(0,0,0,.45); }
.gallery-wide { grid-column: span 7; grid-row: span 10; }
.gallery-tall { grid-column: span 5; grid-row: span 15; }
.gallery-offset { grid-column: 8 / span 5; grid-row: 11 / span 15; }
.gallery-low { grid-column: 1 / span 7; grid-row: 16 / span 10; }
.gallery-detail { grid-column: 8 / span 5; grid-row: 26 / span 10; }
.gallery-more-wide { grid-column: 1 / span 7; grid-row: 26 / span 10; }
.gallery-more-1 { grid-column: 1 / span 4; grid-row: 36 / span 10; }
.gallery-more-2 { grid-column: 5 / span 4; grid-row: 36 / span 10; }
.gallery-more-3 { grid-column: 9 / span 4; grid-row: 36 / span 10; }
.gallery-more-4 { grid-column: 1 / span 6; grid-row: 46 / span 10; }
.gallery-more-5 { grid-column: 7 / span 6; grid-row: 46 / span 10; }
.business { color: var(--espresso); background: radial-gradient(circle at 100% 0%, rgba(255,255,255,.34), transparent 34%), #d9c8b5; }
.business-label { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 0; color: rgba(45,41,37,.72); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.business-label span { display: inline-flex; align-items: center; min-height: 33px; padding: 4px 12px; color: var(--paper); border-radius: 99px; background: var(--espresso); letter-spacing: .12em; }
.business-top { display: flex; justify-content: space-between; align-items: start; gap: 40px; margin-bottom: 110px; }
.business-intro { max-width: 360px; margin: 0; color: rgba(45,41,37,.76); font-family: var(--serif); font-size: 27px; line-height: 1.05; }
.business h2 em { color: #c9ac8d; }
.business-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12vw; align-items: end; }
.business h2 em { color: #806148; }
.business-copy { max-width: 410px; margin: 30px 0 34px; color: rgba(45,41,37,.78); }
.service-list { border-top: 1px solid rgba(45,41,37,.3); }
.service-row { display: grid; grid-template-columns: 34px 1fr 25px; gap: 12px; align-items: center; padding: 22px 0; border-bottom: 1px solid rgba(45,41,37,.3); }
.service-row span { color: rgba(45,41,37,.62); font-size: 11px; letter-spacing: .1em; }
.service-row strong { font-family: var(--serif); font-size: 26px; font-weight: 500; }
.service-row span:last-child { color: #806148; font-size: 16px; text-align: right; }
.contact { background: linear-gradient(150deg, var(--sand), #f2ece4 68%); }
.contact-card { max-width: 860px; margin: 0 auto; padding: clamp(48px, 8vw, 100px); border: 1px solid rgba(49,45,41,.14); background: rgba(251,249,246,.5); text-align: center; }
.contact-card .section-kicker { margin-bottom: 34px; }
.contact-card h2 { font-size: clamp(52px, 7.3vw, 96px); }
.contact-card p { max-width: 360px; margin: 30px auto 32px; color: var(--muted); }
.site-footer { display: flex; justify-content: space-between; align-items: center; padding: 28px max(6vw, 30px); color: #776c62; background: var(--paper); font-size: 12px; }
.site-footer p { margin: 0; }
.site-footer > a:last-child { font-weight: 600; }
.social-links { display: flex; align-items: center; gap: 9px; }
.social-links a { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(49,45,41,.16); border-radius: 50%; color: var(--ink); transition: color .2s ease, background .2s ease, transform .2s ease; }
.social-links a:hover { color: #806148; background: var(--cream); opacity: 1; transform: translateY(-2px); }
.social-links svg { width: 15px; height: 15px; fill: currentColor; }
.brand-copy { display: flex; flex-direction: column; gap: 3px; line-height: 1.02; }
.brand-copy small { color: var(--muted); font-size: 9px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; }
.minimum { background: var(--paper); }
.minimum-grid { display: grid; grid-template-columns: .9fr 1.1fr 1.1fr; gap: 18px; align-items: start; }
.minimum-lede { max-width: 320px; margin: 32px 0 0; color: var(--muted); font-family: var(--serif); font-size: 27px; line-height: 1.08; }
.minimum-card { min-height: 230px; padding: 28px; border: 1px solid rgba(49,45,41,.14); background: #e7ded4; }
.minimum-card + .minimum-card { background: var(--cream); }
.minimum-card h3 { margin: 24px 0 10px; font-family: var(--serif); font-size: 39px; font-weight: 500; line-height: 1; }
.minimum-card p { color: var(--muted); font-size: 14px; }
.minimum-card small { display: block; color: var(--muted); font-size: 12px; line-height: 1.45; }
.space-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 76px; }
.space-facts article { padding-top: 20px; border-top: 1px solid var(--line); }
.fact-number { color: #806148; font-size: 11px; letter-spacing: .12em; }
.space-facts h3 { margin: 24px 0 12px; font-family: var(--serif); font-size: 34px; font-weight: 500; line-height: .95; }
.space-facts p { margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.space-facts strong { display: block; color: #806148; font-size: 12px; line-height: 1.45; }
.package-note { display: block; margin-top: 22px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.food-note { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; margin-top: 56px; padding-top: 26px; border-top: 1px solid var(--line); }
.food-note strong { font-family: var(--serif); font-size: 26px; font-weight: 500; line-height: 1; }
.food-note span { max-width: 600px; color: var(--muted); font-size: 14px; }
.drinks { background: var(--sand); }
.drink-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.drink-grid details { padding: 26px; border: 1px solid rgba(49,45,41,.17); background: rgba(251,249,246,.55); }
.drink-grid summary, .faq-grid summary { cursor: pointer; font-family: var(--serif); font-size: 31px; line-height: 1; }
.drink-grid details p { color: var(--muted); font-size: 14px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.tag-list span { padding: 5px 9px; border: 1px solid rgba(49,45,41,.16); border-radius: 99px; color: var(--muted); font-size: 11px; }
.detail-copy { margin-top: 18px !important; }
.extras { background: var(--paper); }
.extras-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 12vw; align-items: end; margin-bottom: 60px; }
.extras-heading p { max-width: 400px; margin: 0 0 4px; color: var(--muted); }
.extras-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.extras-grid article { min-height: 200px; padding: 24px; border: 1px solid rgba(49,45,41,.14); background: #e7ded4; }
.extras-grid article:nth-child(even) { background: var(--cream); }
.extras-grid article > span { color: #806148; font-size: 11px; font-weight: 600; letter-spacing: .07em; }
.extras-grid h3 { margin: 20px 0 9px; font-family: var(--serif); font-size: 28px; font-weight: 500; line-height: .95; }
.extras-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.timeline { background: var(--cream); }
.timeline-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.timeline-grid article { padding: 22px 0 0; border-top: 1px solid var(--line); }
.timeline-grid span { color: #806148; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.timeline-grid p { margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.48; }
.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: repeat(2,1fr); column-gap: 30px; border-top: 1px solid var(--line); }
.faq-grid details { padding: 21px 0; border-bottom: 1px solid var(--line); }
.faq-grid summary { display: flex; justify-content: space-between; gap: 18px; font-size: 24px; }
.faq-grid summary::after { content: "+"; color: #806148; font-family: var(--sans); font-size: 18px; }
.faq-grid details[open] summary::after { content: "−"; }
.faq-grid details p { margin: 14px 0 0; color: var(--muted); font-size: 14px; }
.contact-actions { display: flex; justify-content: center; gap: 22px; align-items: center; flex-wrap: wrap; }
.contact-details { display: grid; gap: 3px; margin-top: 45px; padding-top: 24px; border-top: 1px solid rgba(49,45,41,.14); color: var(--muted); font-size: 13px; }
.contact-details strong { color: var(--ink); font-family: var(--serif); font-size: 24px; font-weight: 500; }
.contact-details a { font-weight: 600; }
.brand-logo { display: block; width: min(252px, 34vw); height: auto; object-fit: contain; opacity: .93; filter: drop-shadow(0 8px 16px rgba(91,64,43,.11)); }
.site-footer .brand-logo { width: 220px; }
button { font: inherit; }
button.text-link { color: inherit; border-top: 0; border-right: 0; border-left: 0; background: transparent; cursor: pointer; }
.virtual-tour { background: var(--sand); }
.tour-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 8; border: 1px solid rgba(49,45,41,.15); background: #cfc3b5; box-shadow: 0 22px 50px rgba(83,62,42,.1); }
.tour-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.tour-link, .review-link, .buffet-download { margin-top: 26px; }
.voices { background: var(--paper); }
.voice-grid article { min-height: 205px; padding: 25px; border: 1px solid rgba(49,45,41,.16); background: #e7ded4; }
.voice-grid article:nth-child(3n + 2) { background: var(--cream); }
.voice-grid article span { color: #806148; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.voice-grid article p { margin: 30px 0 0; font-family: var(--serif); font-size: 26px; line-height: 1.05; }
.buffet { background: var(--cream); }
.buffet-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.buffet-grid article { min-height: 245px; padding: 25px; border: 1px solid rgba(49,45,41,.16); background: rgba(251,249,246,.52); }
.buffet-grid article:nth-child(odd) { background: #e7ded4; }
.buffet-grid article > span { color: #806148; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.buffet-grid h3 { margin: 21px 0 11px; font-family: var(--serif); font-size: 31px; font-weight: 500; line-height: .98; }
.buffet-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.48; }
.buffet-download { gap: 12px; }
.contact-dialog, .phone-dialog, .visit-dialog { width: min(720px, calc(100% - 32px)); padding: 0; border: 0; background: transparent; }
.contact-dialog::backdrop, .phone-dialog::backdrop, .visit-dialog::backdrop { background: rgba(45,41,37,.56); backdrop-filter: blur(5px); }
.visit-card { text-align: center; }
.visit-card > p { max-width: 430px; margin-right: auto; margin-left: auto; }
.map-download { color: #806148; }
.dialog-card { position: relative; padding: clamp(30px, 6vw, 62px); border: 1px solid rgba(49,45,41,.15); background: var(--paper); box-shadow: 0 24px 70px rgba(45,41,37,.22); }
.dialog-card h2 { font-size: clamp(52px, 7vw, 82px); }
.dialog-card > p { max-width: 390px; margin: 24px 0 28px; color: var(--muted); }
.dialog-close { position: absolute; top: 17px; right: 20px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: transparent; font-size: 25px; line-height: 1; cursor: pointer; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label { display: grid; gap: 6px; color: var(--muted); font-size: 12px; font-weight: 600; }
.form-grid input, .form-grid textarea { width: 100%; padding: 12px 13px; border: 1px solid rgba(49,45,41,.2); border-radius: 0; color: var(--ink); background: #f1ede6; font: inherit; font-size: 15px; }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid textarea:focus { outline: 2px solid #9b7a5c; outline-offset: 2px; }
.form-full { grid-column: 1 / -1; }
.dialog-actions, .phone-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 28px; }
.phone-actions { margin-top: 34px; }
.phone-actions .button-light { color: var(--espresso); border-color: var(--line); background: transparent; }
.choice-dialog { width: min(650px, calc(100% - 32px)); padding: 0; border: 0; background: transparent; }
.choice-dialog::backdrop { background: rgba(45,41,37,.56); backdrop-filter: blur(5px); }
.choice-card { text-align: center; }
.choice-card > p { max-width: 390px; margin-right: auto; margin-left: auto; }
.choice-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.choice-actions .button-light { color: var(--espresso); border-color: var(--line); background: transparent; }
.wedding-menu { position: relative; }
.wedding-menu summary { list-style: none; cursor: pointer; }
.wedding-menu summary::-webkit-details-marker { display: none; }
.wedding-menu summary::after { content: "⌄"; margin-left: 6px; color: #806148; }
.wedding-menu[open] summary::after { content: "⌃"; }
.wedding-submenu { position: absolute; top: calc(100% + 16px); left: -18px; min-width: 230px; display: grid; gap: 0; padding: 10px; border: 1px solid rgba(49,45,41,.12); border-radius: 18px; background: rgba(251,249,246,.97); box-shadow: 0 18px 40px rgba(55,44,35,.1); }
.wedding-submenu a { padding: 8px 10px; font-size: 12px; }
.wedding-submenu a:hover { background: #f1ede6; opacity: 1; }
.restaurant-nav-link { color: #806148; font-weight: 600; }
.reservation-dialog { width: min(650px, calc(100% - 32px)); padding: 0; border: 0; background: transparent; }
.reservation-dialog::backdrop { background: rgba(45,41,37,.56); backdrop-filter: blur(5px); }
.reservation-card { text-align: center; }
.reservation-card > p { max-width: 390px; margin-right: auto; margin-left: auto; }
.reservation-actions { display: flex; justify-content: center; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.reservation-actions .button-light { color: var(--espresso); border-color: var(--line); background: transparent; }
.restaurant-reserve-button { margin-top: 24px; padding: 0 0 4px; border: 0; border-bottom: 1px solid currentColor; color: #9b5d4e; background: transparent; font-size: 13px; font-weight: 600; cursor: pointer; }
.restaurant-reserve-button:hover { color: #5b3a32; }
.restaurant-section { position: relative; overflow: hidden; color: #5b3a32; background: linear-gradient(145deg, #efc4b4 0%, #f6d8cc 52%, #fff8f2 100%); }
.restaurant-section::before { position: absolute; top: -130px; right: -80px; width: 330px; height: 330px; border: 1px solid rgba(126,74,62,.16); border-radius: 50%; content: ""; }
.restaurant-section .section-kicker { color: #8b5a4d; }
.restaurant-section h2 em { color: #a35e52; }
.restaurant-ornament { position: relative; z-index: 1; margin-bottom: 28px; color: #a35e52; font-family: var(--serif); font-size: 30px; text-align: center; }
.restaurant-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 12vw; align-items: end; }
.restaurant-intro > p { max-width: 390px; margin: 0 0 8px; color: #79584f; font-size: 16px; }
.restaurant-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 70px; }
.restaurant-grid article { min-height: 235px; padding: 26px; border: 1px solid rgba(126,74,62,.18); background: rgba(255,248,242,.38); }
.restaurant-grid article:nth-child(2) { background: rgba(226,171,153,.28); }
.restaurant-grid article > span { color: #9b5d4e; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.restaurant-grid h3 { margin: 24px 0 12px; color: #5b3a32; font-family: var(--serif); font-size: 34px; font-weight: 500; line-height: .98; }
.restaurant-grid p { margin: 0; color: #79584f; font-size: 14px; line-height: 1.5; }
.restaurant-media-placeholder { display: grid; justify-items: center; gap: 4px; margin-top: 22px; padding: 28px; border: 1px dashed rgba(126,74,62,.28); color: #8b5a4d; text-align: center; }
.restaurant-media-placeholder span { font-family: var(--serif); font-size: 28px; }
.restaurant-media-placeholder small { font-size: 12px; }
.restaurant-page { background: #fff8f2; }
.legal-page { min-height: 100vh; background: var(--cream); }
.legal-header { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 28px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.legal-header .brand-logo { width: min(220px, 40vw); }
.legal-main { width: min(760px, calc(100% - 48px)); margin: 0 auto; padding: clamp(72px, 10vw, 130px) 0 100px; }
.legal-main h1 { margin: 12px 0 28px; font-size: clamp(70px, 10vw, 128px); line-height: .84; }
.legal-intro { max-width: 540px; margin: 0 0 70px; color: var(--muted); font-size: 18px; }
.legal-section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 14px; font-family: var(--serif); font-size: 34px; font-weight: 500; line-height: 1; }
.legal-section p { margin: 0 0 14px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section strong { color: var(--ink); }
.legal-section a { color: #806148; text-decoration: underline; text-underline-offset: 3px; }
.legal-date { margin: 38px 0 0; color: var(--muted); font-size: 13px; }
.legal-footer { padding-top: 35px; }
.restaurant-hero { min-height: 760px; padding: 160px max(6vw, 30px) 100px; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; color: #5b3a32; background: linear-gradient(135deg, #f2cbbd 0%, #f7ddd1 56%, #fff8f2 100%); }
.restaurant-hero-copy { max-width: 560px; }
.restaurant-hero-copy .eyebrow { color: #8b5a4d; }
.restaurant-hero-copy h1 { font-size: clamp(68px, 8.5vw, 125px); }
.restaurant-hero-copy h1 em { color: #a35e52; }
.restaurant-hero-copy > p:not(.eyebrow) { max-width: 420px; margin: 34px 0 30px; color: #79584f; font-size: 17px; line-height: 1.55; }
.restaurant-hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.restaurant-hero-image { position: relative; overflow: hidden; aspect-ratio: 3 / 4; max-height: 560px; border-radius: 180px 180px 8px 8px; box-shadow: 0 24px 60px rgba(126,74,62,.16); }
.restaurant-hero-image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(91,58,50,.2)); content: ""; }
.restaurant-hero-image img { filter: saturate(.9); }
.restaurant-hero-video { position: relative; overflow: hidden; aspect-ratio: 3 / 4; max-height: 560px; border-radius: 180px 180px 8px 8px; background: #d7a99b; box-shadow: 0 24px 60px rgba(126,74,62,.16); }
.restaurant-hero-video::after { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 58%, rgba(91,58,50,.2)); content: ""; }
.restaurant-hero-video video { display: block; width: 100%; height: 100%; object-fit: cover; }
.restaurant-gallery { background: #fff8f2; }
.restaurant-photo-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.restaurant-photo-grid figure { position: relative; overflow: hidden; min-height: 310px; background: #e9c7ba; }
.restaurant-photo-grid figure:nth-child(3n + 1) { grid-row: span 2; }
.restaurant-photo-grid figure:nth-child(5n + 2) { transform: translateY(32px); }
.restaurant-photo-grid img { transition: transform .6s ease, filter .4s ease; filter: saturate(.9); }
.restaurant-photo-grid figure:hover img { transform: scale(1.04); filter: saturate(1); }
.restaurant-photo-grid figcaption { position: absolute; right: 14px; bottom: 12px; left: 14px; color: white; font-family: var(--serif); font-size: 18px; text-shadow: 0 1px 15px rgba(55,38,32,.45); }
.restaurant-videos { color: #5b3a32; background: linear-gradient(145deg, #f2cbbd, #fff8f2); }
.restaurant-videos .restaurant-media-placeholder { min-height: 190px; border-color: rgba(126,74,62,.28); }
.restaurant-media-video { max-width: 760px; margin: 28px auto 0; overflow: hidden; border: 1px solid rgba(126,74,62,.16); border-radius: 8px; background: #5b3a32; box-shadow: 0 24px 60px rgba(126,74,62,.14); }
.restaurant-media-video video { display: block; width: 100%; max-height: 680px; margin: 0 auto; object-fit: contain; }
.restaurant-contact { color: #5b3a32; background: #f6d8cc; }
.restaurant-contact .contact-card { background: rgba(255,248,242,.48); }
@media (max-width: 820px) {
  .site-header { top: 16px; width: calc(100% - 32px); }
  .menu-toggle { display: block; }
  .mobile-section-switch { display: inline-flex; align-items: center; margin-left: 8px; padding: 7px 10px; border: 1px solid rgba(49,45,41,.16); border-radius: 99px; color: #806148; background: rgba(251,249,246,.55); font-size: 11px; font-weight: 600; white-space: nowrap; }
  .site-header .brand-logo { width: min(160px, 38vw); }
  .site-nav { position: absolute; top: 55px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid rgba(255,255,255,.6); border-radius: 22px; background: rgba(246,242,236,.95); box-shadow: 0 18px 40px rgba(55,44,35,.1); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 11px 12px; }
  .wedding-menu { padding: 11px 12px; }
  .wedding-submenu { position: static; min-width: 0; margin: 8px 0 0; padding: 0 0 0 10px; border: 0; border-radius: 0; box-shadow: none; background: transparent; }
  .wedding-submenu a { padding: 8px 0; }
  .restaurant-nav-link { padding: 11px 12px; }
  .site-nav .nav-cta { justify-content: space-between; }
  .hero { min-height: 720px; padding-top: 140px; background-position: 66% center; }
  .hero-copy { padding: 0; }
  .intro-grid, .business-grid { grid-template-columns: 1fr; gap: 52px; }
  .minimum-grid, .food-note, .extras-heading, .wedding-inspiration-grid { grid-template-columns: 1fr; gap: 34px; }
  .space-facts, .drink-grid { grid-template-columns: 1fr; }
  .extras-grid { grid-template-columns: repeat(2,1fr); }
  .buffet-grid { grid-template-columns: repeat(2,1fr); }
  .timeline-grid { grid-template-columns: repeat(2,1fr); }
  .faq-grid { grid-template-columns: 1fr; }
  .restaurant-intro { grid-template-columns: 1fr; gap: 34px; }
  .restaurant-grid { grid-template-columns: 1fr; }
  .restaurant-hero { grid-template-columns: 1fr; gap: 48px; padding-top: 130px; }
  .restaurant-hero-image, .restaurant-hero-video { width: min(100%, 420px); max-height: 500px; }
  .wedding-inspiration-video { width: min(100%, 520px); margin: 0 auto; }
  .restaurant-photo-grid { grid-template-columns: repeat(2,1fr); }
  .restaurant-photo-grid figure { min-height: 260px; }
  .package-grid, .voice-grid { grid-template-columns: 1fr; }
  .package-card.package-featured { transform: none; }
  .addons, .voices-heading { grid-template-columns: 1fr; gap: 34px; }
  .voices-heading .section-kicker, .voices-heading h2 { grid-column: auto; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 30px; }
  .business-top { display: block; margin-bottom: 72px; }
  .business-intro { margin-top: 36px; }
  .gallery-grid { grid-auto-rows: 25px; gap: 12px; }
  .gallery-wide { grid-column: span 12; grid-row: span 10; }
  .gallery-tall { grid-column: span 6; grid-row: span 15; }
  .gallery-offset { grid-column: 7 / span 6; grid-row: 11 / span 15; }
  .gallery-low { grid-column: 1 / span 12; grid-row: 26 / span 9; }
  .gallery-detail { grid-column: 7 / span 6; grid-row: 35 / span 10; }
  .gallery-more-wide { grid-column: 1 / span 12; grid-row: 45 / span 9; }
  .gallery-more-1 { grid-column: 1 / span 6; grid-row: 54 / span 12; }
  .gallery-more-2 { grid-column: 7 / span 6; grid-row: 54 / span 12; }
  .gallery-more-3 { grid-column: 7 / span 6; grid-row: 66 / span 12; }
  .gallery-more-4 { grid-column: 1 / span 6; grid-row: 78 / span 12; }
  .gallery-more-5 { grid-column: 7 / span 6; grid-row: 78 / span 12; }
  .site-footer { gap: 20px; flex-wrap: wrap; }
}
@media (max-width: 520px) {
  h1 { font-size: 64px; }
  h2 { font-size: 57px; }
  .hero { padding-right: 22px; padding-left: 22px; }
  .section-pad { padding-right: 22px; padding-left: 22px; }
  .hero { min-height: 680px; background-position: 62% center; }
  .gallery-grid { grid-auto-rows: 22px; }
  .gallery-item figcaption { font-size: 14px; }
  .gallery-tall { grid-column: span 6; }
  .gallery-offset { grid-column: 7 / span 6; }
  .service-row strong { font-size: 22px; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .extras-grid, .timeline-grid { grid-template-columns: 1fr; }
  .buffet-grid { grid-template-columns: 1fr; }
  .minimum-card { min-height: 0; }
  .faq-grid summary { font-size: 22px; }
  .contact-details { font-size: 12px; }
  .brand-logo { width: min(190px, 49vw); }
  .site-footer .brand-logo { width: 190px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-full { grid-column: auto; }
  .tour-frame { aspect-ratio: 4 / 5; }
  .restaurant-hero { padding-right: 22px; padding-left: 22px; }
  .restaurant-photo-grid { gap: 10px; }
  .restaurant-photo-grid figure { min-height: 210px; }
  .restaurant-photo-grid figure:nth-child(5n + 2) { transform: none; }
  .restaurant-hero-image, .restaurant-hero-video { border-radius: 110px 110px 8px 8px; }
}


/* Restaurant video carousel */
.restaurant-video-carousel {
  position: relative;
  margin-top: 28px;
  padding-inline: 56px;
}
.restaurant-video-viewport {
  overflow-x: auto;
  padding: 10px max(0px, calc((100% - min(76vw, 760px)) / 2)) 24px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
}
.restaurant-video-viewport::-webkit-scrollbar { display: none; }
.restaurant-video-viewport:focus-visible {
  outline: 2px solid rgba(91, 58, 50, .72);
  outline-offset: 6px;
}
.restaurant-video-track {
  display: flex;
  width: max-content;
  gap: 18px;
  align-items: stretch;
}
.restaurant-video-card {
  flex: 0 0 min(76vw, 760px);
  margin: 0;
  scroll-snap-align: center;
  opacity: .46;
  transform: scale(.94);
  transition: opacity .35s ease, transform .35s ease;
}
.restaurant-video-card.is-active {
  opacity: 1;
  transform: scale(1);
}
.restaurant-video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  background: var(--espresso);
  box-shadow: 0 18px 44px rgba(74, 43, 36, .18);
}
.restaurant-video-card figcaption {
  margin-top: 10px;
  color: #5b3a32;
  font-family: var(--serif);
  font-size: 20px;
  text-align: center;
}
.video-carousel-arrow {
  position: absolute;
  top: calc(50% - 24px);
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(91, 58, 50, .35);
  border-radius: 50%;
  color: #5b3a32;
  background: rgba(255, 248, 242, .92);
  box-shadow: 0 8px 24px rgba(74, 43, 36, .14);
  cursor: pointer;
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1;
  transition: transform .2s ease, background .2s ease;
}
.video-carousel-arrow:hover {
  background: #fff8f2;
  transform: scale(1.06);
}
.video-carousel-arrow:focus-visible {
  outline: 2px solid #5b3a32;
  outline-offset: 4px;
}
.video-carousel-prev { left: 0; }
.video-carousel-next { right: 0; }

@media (max-width: 820px) {
  .restaurant-video-carousel { padding-inline: 34px; }
  .restaurant-video-viewport {
    padding-inline: max(0px, calc((100% - min(82vw, 760px)) / 2));
  }
  .restaurant-video-card { flex-basis: min(82vw, 760px); }
  .video-carousel-arrow {
    width: 40px;
    height: 40px;
    font-size: 28px;
  }
}
\r\n\r\n/* Breakfast price and winter programme */\r\n.restaurant-card-actions {\r\n  display: flex;\r\n  flex-wrap: wrap;\r\n  align-items: center;\r\n  gap: 14px;\r\n  margin-top: 22px;\r\n}\r\n.restaurant-card-actions .restaurant-reserve-button { margin-top: 0; }\r\n.restaurant-card-price {\r\n  display: flex;\r\n  align-items: baseline;\r\n  gap: 8px;\r\n  margin-top: 20px;\r\n  color: #5b3a32;\r\n}\r\n.restaurant-card-price strong {\r\n  font-family: var(--serif);\r\n  font-size: 42px;\r\n  font-weight: 500;\r\n  line-height: 1;\r\n}\r\n.restaurant-card-price span { color: #79584f; font-size: 12px; }\r\n.restaurant-program-link {\r\n  color: #5b3a32;\r\n  border-color: rgba(126, 74, 62, .3);\r\n  background: rgba(255, 248, 242, .42);\r\n}\r\n.restaurant-program-link:hover { background: #fff8f2; }\r\n.winter-program-section { color: #5b3a32; background: #fff8f2; }\r\n.winter-program-highlight {\r\n  display: flex;\r\n  justify-content: space-between;\r\n  align-items: flex-end;\r\n  gap: 30px;\r\n  margin-top: 46px;\r\n  padding: 30px;\r\n  border: 1px solid rgba(126, 74, 62, .18);\r\n  background: rgba(226, 171, 153, .2);\r\n}\r\n.winter-program-highlight h3 {\r\n  margin: 8px 0 12px;\r\n  color: #5b3a32;\r\n  font-family: var(--serif);\r\n  font-size: clamp(36px, 4vw, 58px);\r\n  font-weight: 500;\r\n  line-height: .95;\r\n}\r\n.winter-program-highlight p { max-width: 530px; margin: 0; color: #79584f; }\r\n.winter-program-dialog {\r\n  width: min(650px, calc(100% - 32px));\r\n  padding: 0;\r\n  border: 0;\r\n  background: transparent;\r\n}\r\n.winter-program-dialog::backdrop {\r\n  background: rgba(45, 41, 37, .56);\r\n  backdrop-filter: blur(5px);\r\n}\r\n.winter-program-dialog-card {\r\n  position: relative;\r\n  padding: clamp(30px, 6vw, 62px);\r\n  border: 1px solid rgba(49, 45, 41, .15);\r\n  background: var(--paper);\r\n  box-shadow: 0 24px 70px rgba(45, 41, 37, .22);\r\n  text-align: center;\r\n}\r\n.winter-program-dialog-card h2 { font-size: clamp(52px, 7vw, 82px); }\r\n.winter-program-dialog-card > p { max-width: 390px; margin: 24px auto 28px; color: var(--muted); }\r\n.winter-program-dialog-card .restaurant-card-actions { justify-content: center; }\r\n@media (max-width: 820px) {\r\n  .winter-program-highlight { flex-direction: column; align-items: flex-start; }\r\n}\r\n@media (max-width: 520px) {\r\n  .restaurant-card-actions { flex-direction: column; align-items: flex-start; }\r\n}\r\n