:root {
  --brown: #6f4e37;
  --brown-deep: #3b291f;
  --brown-soft: #8d6848;
  --cream: #fbf6ef;
  --cream-dark: #f1e7db;
  --sand: #d9b382;
  --accent: #d8ad55;
  --accent-deep: #795331;
  --sun: #e7bd63;
  --ink: #2f2925;
  --muted: #766b64;
  --line: rgba(111, 78, 55, 0.18);
  --display: 'Playfair Display', Georgia, serif;
  --hand: 'Caveat', cursive;
  --sans: 'DM Sans', Arial, sans-serif;
  --shell: min(1160px, calc(100% - 80px));
  --shadow: 0 18px 50px rgba(72, 48, 32, 0.11);
}

* { 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; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); margin: 0 auto; }
.skip-link { position: fixed; z-index: 100; left: 20px; top: -100px; padding: 10px 16px; color: #fff; background: var(--brown-deep); border-radius: 4px; }
.skip-link:focus { top: 20px; }

.site-header { position: absolute; z-index: 20; top: 0; right: 0; left: 0; color: var(--brown-deep); transition: background .25s ease, box-shadow .25s ease, top .25s ease; }
.site-header.scrolled { position: fixed; top: 0; color: var(--ink); background: transparent; box-shadow: none; backdrop-filter: none; }
.header-inner { display: flex; width: 100%; max-width: none; height: 76px; align-items: center; justify-content: space-between; margin: 0; padding: 0 max(18px, calc((100vw - 1160px) / 2)); background: rgba(251, 246, 239, .92); border-bottom: 1px solid rgba(111, 78, 55, .14); box-shadow: 0 10px 28px rgba(83, 46, 24, .1); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; width: 40px; height: 40px; place-items: center; color: var(--sand); border: 1px solid currentColor; border-radius: 50%; }
.brand-mark svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.brand-photo { overflow: hidden; border-color: rgba(217, 179, 130, .9); background: var(--brown); }
.brand-photo img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--display); font-size: 19px; letter-spacing: -.04em; }
.brand-name strong { font-style: italic; font-weight: 600; }
.brand-location { margin-top: 7px; color: currentColor; font-size: 8px; font-weight: 700; letter-spacing: .2em; opacity: .65; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 12px; font-weight: 600; letter-spacing: .05em; }
.main-nav > a { position: relative; padding: 7px 0; opacity: .86; transition: opacity .2s ease, color .2s ease; }
.main-nav > a:not(.nav-phone)::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: currentColor; content: ''; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav > a:hover { opacity: 1; }
.main-nav > a:not(.nav-phone):hover::after { transform: scaleX(1); }
.nav-phone { display: inline-flex; align-items: center; gap: 10px; padding: 11px 15px !important; color: var(--brown-deep); background: var(--sand); border-radius: 3px; opacity: 1 !important; }
.nav-phone span { font-size: 16px; line-height: 0; }
.menu-toggle { display: none; border: 0; color: currentColor; background: transparent; }

.hero { position: relative; display: flex; min-height: 720px; align-items: center; overflow: hidden; color: var(--brown-deep); background: var(--cream-dark); }
.hero::after { position: absolute; right: -90px; bottom: -110px; width: 260px; height: 260px; border: 1px solid rgba(216, 173, 85, .34); border-radius: 50%; box-shadow: 0 0 0 28px rgba(216, 173, 85, .1), 0 0 0 56px rgba(216, 173, 85, .06); content: ''; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 1; filter: saturate(1.06) contrast(.98); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(251, 246, 239, .92) 0%, rgba(251, 246, 239, .75) 36%, rgba(251, 246, 239, .17) 69%, rgba(251, 246, 239, .02) 100%), linear-gradient(0deg, rgba(63, 38, 24, .14), transparent 45%); }
.hero-content { position: relative; z-index: 1; padding-top: 90px; }
.hero-kicker, .eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--accent-deep); font-size: 11px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.hero-kicker .dot { display: inline-block; width: 7px; height: 7px; background: var(--accent); border-radius: 50%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: -.055em; line-height: 1.04; }
h1 { max-width: 700px; margin-bottom: 25px; font-size: clamp(58px, 8vw, 104px); }
h1 em, h2 em { color: var(--accent); font-style: italic; }
.hero-content > p { max-width: 470px; margin-bottom: 34px; color: rgba(59, 41, 31, .78); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 16px; padding: 13px 20px; border: 1px solid transparent; border-radius: 2px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 16px; line-height: 0; }
.button-light { color: var(--brown-deep); background: var(--sand); }
.button-light:hover { background: #e9c89d; }
.button-ghost { color: var(--brown-deep); border-color: rgba(111, 78, 55, .45); background: rgba(255,255,255,.26); }
.button-ghost:hover { color: #fff; border-color: var(--brown-deep); background: var(--brown-deep); }
.button-dark { color: #fff; background: var(--brown); }
.button-dark:hover { background: var(--brown-deep); }
.hero-trust { display: flex; align-items: center; gap: 18px; margin-top: 82px; color: rgba(59, 41, 31, .7); font-size: 11px; letter-spacing: .03em; }
.trust-rating { display: flex; align-items: center; gap: 8px; }
.trust-rating strong { color: var(--brown-deep); font-size: 13px; }
.stars { color: var(--sand); font-size: 13px; letter-spacing: 2px; }
.trust-divider { width: 1px; height: 18px; background: rgba(111, 78, 55, .3); }
.hero-open { position: absolute; z-index: 1; top: 137px; right: max(40px, calc((100vw - 1160px) / 2)); display: flex; align-items: center; gap: 8px; padding: 10px 14px; color: var(--brown-deep); background: rgba(255,255,255,.76); border: 1px solid rgba(111, 78, 55, .16); border-radius: 100px; font-size: 10px; letter-spacing: .05em; box-shadow: 0 8px 24px rgba(83, 46, 24, .1); backdrop-filter: blur(10px); }
.hero-open strong { color: var(--accent-deep); font-weight: 700; }
.hero-open > span:last-child { opacity: .7; }
.open-pulse, .hours-card .open-badge i { display: inline-block; width: 7px; height: 7px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 0 4px rgba(216, 173, 85, .16); }
.scroll-cue { position: absolute; z-index: 1; right: max(40px, calc((100vw - 1160px) / 2)); bottom: 39px; display: flex; align-items: center; gap: 14px; color: rgba(59, 41, 31, .65); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue i { color: var(--accent); font-size: 20px; font-style: normal; }

.intro-strip { color: #fff; background: var(--brown); box-shadow: 0 10px 30px rgba(111, 78, 55, .16); }
.intro-grid { display: grid; min-height: 102px; grid-template-columns: repeat(3, 1fr) 1.1fr; align-items: center; gap: 22px; }
.intro-grid > div { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: center; padding-right: 24px; border-right: 1px solid rgba(255,255,255,.22); }
.intro-grid > div > span:not(.mini-label) { grid-column: 2; color: rgba(255,255,255,.66); font-size: 11px; line-height: 1.2; }
.intro-grid strong { font-family: var(--display); font-size: 19px; font-weight: 500; line-height: 1; }
.mini-label { grid-row: 1 / span 2; color: #acd2c2; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.tiny-star { color: var(--sand); font-family: var(--sans); font-size: 13px; }
.strip-link { justify-self: end; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.strip-link span, .text-link span { margin-left: 12px; color: var(--sand); font-size: 18px; transition: margin .2s ease; }
.strip-link:hover span, .text-link:hover span { margin-left: 17px; }

.photo-ribbon { padding: 24px 0 0; background: #fffaf4; }
.photo-ribbon-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.photo-tile { position: relative; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: var(--brown); }
.photo-tile-wide { aspect-ratio: 4 / 3; }
.photo-tile::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(45, 27, 18, .65), transparent 58%); content: ''; }
.photo-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.photo-tile:hover img { transform: scale(1.05); }
.photo-tile figcaption { position: absolute; z-index: 1; right: 16px; bottom: 14px; left: 16px; display: flex; align-items: baseline; justify-content: space-between; color: #fff; }
.photo-tile figcaption span { color: var(--sun); font-size: 10px; font-weight: 700; }
.photo-tile figcaption strong { font-family: var(--display); font-size: 18px; font-weight: 500; }

.section { padding: 140px 0; }
.menu-section { background: var(--cream); }
.section-heading { margin-bottom: 68px; }
.split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.eyebrow { color: var(--brown-soft); }
h2 { margin-bottom: 0; font-size: clamp(45px, 5.6vw, 76px); }
.heading-note { max-width: 310px; margin: 0 5% 7px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.menu-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(370px, .95fr); gap: 10%; align-items: start; }
.menu-item { display: grid; grid-template-columns: 46px 1fr 24px; gap: 22px; align-items: center; padding: 25px 0; border-top: 1px solid var(--line); }
.menu-item:last-of-type { border-bottom: 1px solid var(--line); }
.menu-number { color: var(--sand); font-size: 12px; font-weight: 700; }
.menu-item h3 { margin: 0 0 5px; color: var(--brown); font-family: var(--display); font-size: 25px; font-weight: 500; letter-spacing: -.03em; }
.menu-item p { max-width: 410px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.menu-arrow { color: var(--brown-soft); font-size: 21px; transition: transform .2s ease; }
.menu-item:hover .menu-arrow { transform: translate(3px, -3px); }
.text-link { display: inline-flex; align-items: center; margin-top: 32px; color: var(--brown); font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.menu-visual { position: relative; min-height: 500px; margin-top: -20px; overflow: hidden; background: var(--brown); }
.menu-visual::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(35, 23, 16, .74), transparent 60%); content: ''; }
.menu-visual img { width: 100%; height: 540px; object-fit: cover; object-position: center; opacity: .9; }
.image-caption { position: absolute; z-index: 1; right: 35px; bottom: 33px; left: 35px; color: #fff; }
.image-caption span { display: block; margin-bottom: 5px; color: var(--sand); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.image-caption strong { font-family: var(--display); font-size: 28px; font-weight: 500; line-height: 1.04; }
.image-caption em { color: var(--sand); font-weight: 500; }

.story-section { background: var(--cream-dark); }
.story-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 11%; align-items: center; }
.story-gallery { position: relative; min-height: 590px; }
.gallery-main { position: absolute; inset: 0; width: 100%; height: 540px; overflow: hidden; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { padding-bottom: 10px; }
.story-copy h2 { max-width: 510px; margin-bottom: 30px; font-size: clamp(40px, 4.5vw, 64px); }
.story-copy h2 em { color: var(--brown); }
.story-copy > p:not(.eyebrow) { max-width: 500px; color: var(--muted); font-size: 14px; }
.story-copy .lead { color: var(--ink); font-size: 17px; line-height: 1.65; }
.story-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 34px; }
.story-tags span { padding: 8px 12px; color: var(--brown); border: 1px solid rgba(111, 78, 55, .23); border-radius: 100px; font-size: 10px; font-weight: 700; letter-spacing: .05em; }

.event-band { position: relative; min-height: 330px; padding: 72px 0; color: #fff; background: var(--brown); overflow: hidden; }
.event-image, .event-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.event-image { object-fit: cover; object-position: center 44%; }
.event-overlay { background: linear-gradient(90deg, rgba(73, 37, 24, .88), rgba(73, 37, 24, .5) 55%, rgba(73, 37, 24, .25)); }
.event-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 90px 1fr 295px; gap: 25px; align-items: center; }
.event-symbol { display: grid; width: 62px; height: 62px; place-items: center; color: var(--sand); border: 1px solid rgba(217,179,130,.5); border-radius: 50%; font-size: 25px; }
.event-band .eyebrow { margin-bottom: 13px; color: var(--sand); }
.event-band h2 { font-size: clamp(34px, 4vw, 54px); }
.event-cta { padding-left: 35px; border-left: 1px solid rgba(255,255,255,.22); }
.event-cta p { max-width: 240px; margin-bottom: 20px; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.5; }

.location-section { background: #fffaf5; }
.location-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 11%; align-items: center; }
.location-copy h2 { margin-bottom: 40px; }
.location-copy h2 em { color: var(--brown); }
.address-block { display: flex; gap: 17px; margin-bottom: 28px; }
.info-icon { color: var(--accent); font-size: 22px; line-height: 1; }
.address-block div { display: flex; flex-direction: column; }
.address-block strong { font-family: var(--display); font-size: 20px; font-weight: 500; }
.address-block span { color: var(--muted); font-size: 12px; }
.address-block a { width: max-content; margin-top: 7px; color: var(--accent); font-size: 11px; font-weight: 700; }
.hours-card { padding: 23px; background: var(--cream-dark); }
.hours-card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; font-size: 12px; }
.open-badge { display: inline-flex; align-items: center; gap: 7px; color: var(--accent); font-size: 10px; font-weight: 700; }
.open-badge i { width: 6px; height: 6px; background: var(--accent); box-shadow: none; }
.hours-list { margin: 0; }
.hours-list div { display: flex; justify-content: space-between; padding: 7px 0; border-top: 1px solid rgba(111, 78, 55, .13); color: var(--muted); font-size: 12px; }
.hours-list dt, .hours-list dd { margin: 0; }
.hours-list dd { color: var(--ink); font-weight: 700; }
.phone-line { display: flex; align-items: center; gap: 13px; padding: 23px 0 0; color: var(--brown); }
.phone-line > span { font-size: 20px; }
.phone-line div { display: flex; flex: 1; flex-direction: column; line-height: 1.1; }
.phone-line small { margin-bottom: 5px; color: var(--muted); font-size: 10px; }
.phone-line strong { font-family: var(--display); font-size: 19px; font-weight: 500; }
.phone-line b { font-size: 19px; font-weight: 400; }
.map-card { position: relative; min-height: 550px; overflow: hidden; background: #f1dfca; box-shadow: var(--shadow); }
.map-topline { position: absolute; z-index: 3; top: 20px; right: 20px; left: 20px; display: flex; justify-content: space-between; color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.map-pin { color: #c9795c; font-size: 13px; }
.map-placeholder { position: absolute; inset: 0; overflow: hidden; background: #f4e6d6; }
.map-lines { position: absolute; inset: -30%; opacity: .6; background: repeating-linear-gradient(23deg, transparent 0 70px, rgba(255,255,255,.72) 71px 74px, transparent 75px 140px), repeating-linear-gradient(112deg, transparent 0 110px, rgba(220, 176, 130, .42) 111px 114px, transparent 115px 220px); transform: rotate(-5deg); }
.map-road { position: absolute; height: 13px; background: rgba(255,255,255,.82); transform: rotate(-24deg); box-shadow: 0 0 0 3px rgba(199, 207, 181, .36); }
.road-a { top: 32%; right: -10%; left: -10%; }
.road-b { top: 61%; right: 18%; left: -10%; transform: rotate(37deg); }
.road-c { top: 10%; right: 40%; bottom: -5%; width: 12px; height: auto; transform: rotate(24deg); }
.map-label { position: absolute; color: #b2876b; font-family: var(--display); font-size: 14px; font-style: italic; }
.label-main { top: 35%; left: 20%; }
.label-side { right: 13%; bottom: 25%; font-size: 12px; }
.map-marker { position: absolute; top: 49%; left: 55%; display: grid; width: 43px; height: 43px; place-items: center; color: #fff; background: var(--brown); border: 4px solid rgba(255,255,255,.75); border-radius: 50% 50% 50% 0; box-shadow: 0 8px 18px rgba(60, 35, 20, .22); transform: rotate(-45deg); }
.map-marker span { font-size: 16px; transform: rotate(45deg); }
.map-consent { position: absolute; right: 50%; bottom: 32px; left: 50%; width: min(290px, calc(100% - 36px)); padding: 21px; text-align: center; background: rgba(251, 246, 239, .95); box-shadow: 0 12px 34px rgba(66, 69, 52, .14); transform: translateX(-50%); }
.map-consent-icon { color: var(--accent); font-size: 22px; }
.map-consent strong { display: block; margin-top: 2px; font-family: var(--display); font-size: 21px; font-weight: 500; }
.map-consent p { margin: 3px 0 14px; color: var(--muted); font-size: 11px; line-height: 1.35; }
.small-button { min-height: 39px; padding: 9px 14px; font-size: 9px; }
.map-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.contact-section { color: #fff; background: var(--brown-deep); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 11%; align-items: start; }
.contact-section .eyebrow { color: #b8d9ca; }
.contact-intro h2 { margin-bottom: 27px; }
.contact-intro h2 em { color: var(--sand); }
.contact-intro .lead { max-width: 390px; color: rgba(255,255,255,.73); font-size: 16px; line-height: 1.7; }
.contact-links { margin-top: 50px; }
.contact-links a { display: flex; align-items: center; gap: 14px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.2); }
.contact-links a:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.contact-links a > span { width: 26px; color: var(--sand); font-size: 19px; }
.contact-links a div { display: flex; flex: 1; flex-direction: column; line-height: 1.1; }
.contact-links small { margin-bottom: 5px; color: rgba(255,255,255,.56); font-size: 10px; }
.contact-links strong { font-family: var(--display); font-size: 19px; font-weight: 500; }
.contact-links b { font-size: 19px; font-weight: 400; }
.contact-form { padding: 34px 36px; color: var(--ink); background: var(--cream); }
.form-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-bottom: 29px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-heading span { font-family: var(--display); font-size: 28px; }
.form-heading small { color: var(--muted); font-size: 10px; }
.contact-form label { display: flex; flex: 1; flex-direction: column; gap: 7px; margin-bottom: 18px; color: var(--brown-soft); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); outline: 0; color: var(--ink); background: transparent; font-size: 14px; letter-spacing: normal; text-transform: none; resize: vertical; transition: border .2s ease; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #aaa19b; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-bottom-color: var(--accent); }
.form-row { display: flex; gap: 30px; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 8px; }
.form-footer p { max-width: 250px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.form-success { margin: 20px 0 0; padding: 12px; color: var(--accent-deep); background: rgba(216,173,85,.16); font-size: 12px; }

.instagram-section { padding: 105px 0 125px; background: var(--cream); }
.instagram-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 37px; }
.instagram-heading .eyebrow { margin-bottom: 16px; }
.instagram-heading h2 { font-size: clamp(40px, 4.7vw, 62px); }
.instagram-heading h2 em { color: var(--brown); }
.instagram-grid { display: grid; height: 220px; grid-template-columns: repeat(3, 1fr) .95fr; gap: 12px; }
.instagram-grid > a { position: relative; min-height: 180px; overflow: hidden; background: var(--brown); }
.instagram-grid > a:not(.instagram-quote)::after { position: absolute; inset: 0; background: rgba(45, 28, 18, .02); content: ''; transition: background .2s ease; }
.instagram-grid > a:not(.instagram-quote):hover::after { background: rgba(45, 28, 18, .25); }
.instagram-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.instagram-grid a:hover img { transform: scale(1.05); }
.instagram-grid > a > span { position: absolute; z-index: 1; top: 16px; right: 17px; color: #fff; font-size: 19px; }
.instagram-quote { display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--brown); background: var(--sand) !important; text-align: center; }
.instagram-quote > span { position: static !important; color: var(--brown) !important; font-size: 21px !important; }
.instagram-quote strong { margin: 7px 0 14px; font-family: var(--display); font-size: 24px; font-weight: 500; line-height: 1.08; }
.instagram-quote em { font-weight: 500; }
.instagram-quote small { font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.site-footer { padding: 72px 0 30px; color: rgba(255,255,255,.75); background: var(--brown-deep); }
.footer-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 65px; }
.footer-brand { color: #fff; }
.footer-brand .brand-mark { color: var(--sand); }
.footer-signoff { margin: 0; color: var(--sand); font-family: var(--display); font-size: 26px; line-height: 1.1; text-align: center; }
.footer-signoff em { font-weight: 500; }
.back-top { display: flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.back-top span { display: grid; width: 34px; height: 34px; place-items: center; color: var(--brown-deep); background: var(--sand); border-radius: 50%; font-size: 17px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); font-size: 10px; }
.footer-bottom div { display: flex; gap: 22px; }
.footer-bottom a:hover, .legal-details a:hover { color: var(--sand); }
.legal-details { margin-top: 25px; }
.legal-details details { border-top: 1px solid rgba(255,255,255,.14); }
.legal-details details:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.legal-details summary { padding: 13px 0; color: rgba(255,255,255,.65); cursor: pointer; font-size: 11px; }
.legal-details details > div { max-width: 520px; padding: 0 0 18px; color: rgba(255,255,255,.58); font-size: 11px; }
.legal-details p { margin-bottom: 10px; }
.legal-note { color: var(--sand); }

.cookie-banner { position: fixed; z-index: 50; right: 22px; bottom: 22px; left: 22px; display: flex; max-width: 720px; align-items: center; justify-content: space-between; gap: 24px; margin-left: auto; padding: 18px 20px; color: #fff; background: var(--brown-deep); box-shadow: 0 15px 55px rgba(38,25,17,.25); transition: transform .3s ease, opacity .3s ease; }
.cookie-banner.is-hidden { pointer-events: none; opacity: 0; transform: translateY(20px); }
.cookie-banner strong { color: var(--sand); font-family: var(--display); font-size: 18px; font-weight: 500; }
.cookie-banner p { max-width: 440px; margin: 4px 0 0; color: rgba(255,255,255,.68); font-size: 10px; line-height: 1.4; }
.cookie-banner a { color: var(--sand); text-decoration: underline; }
.cookie-actions { display: flex; flex-shrink: 0; align-items: center; gap: 12px; }
.cookie-secondary { padding: 10px 0; border: 0; color: rgba(255,255,255,.68); background: transparent; font-size: 10px; font-weight: 700; }
.cookie-accept { min-height: 38px; padding: 10px 14px; font-size: 9px; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 48px, 760px); }
  .main-nav { gap: 17px; }
  .hero { min-height: 670px; }
  .hero-open { right: 24px; }
  .scroll-cue { right: 24px; }
  .menu-layout, .story-grid, .location-grid, .contact-grid { grid-template-columns: 1fr; gap: 65px; }
  .photo-ribbon-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .photo-tile-wide { grid-row: auto; }
  .menu-visual { max-width: 600px; min-height: 420px; margin-top: 0; margin-left: auto; }
  .menu-visual img { height: 460px; }
  .story-gallery { min-height: min(600px, 72vw); max-width: 650px; }
  .story-copy { max-width: 660px; }
  .location-copy { max-width: 660px; }
  .map-card { min-height: 500px; }
  .contact-intro { display: grid; grid-template-columns: 1fr 1fr; column-gap: 38px; }
  .contact-intro .eyebrow, .contact-intro h2, .contact-intro > .lead { grid-column: 1; }
  .contact-links { grid-column: 2; grid-row: 1 / span 3; margin-top: 0; align-self: end; }
  .instagram-grid { height: 190px; }
  .instagram-quote strong { font-size: 19px; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 36px); }
  .site-header { top: 0; }
  .header-inner { padding: 0 18px; border-radius: 0; box-shadow: 0 8px 22px rgba(83, 46, 24, .12); }
  .header-inner { height: 76px; }
  .brand-name { font-size: 17px; }
  .brand-location { font-size: 7px; }
  .brand-mark { width: 35px; height: 35px; }
  .main-nav { position: fixed; inset: 76px 0 auto; display: flex; height: calc(100vh - 76px); flex-direction: column; align-items: stretch; gap: 0; padding: 31px 18px; color: var(--ink); background: var(--cream); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease; }
  .site-header.nav-open .main-nav { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav > a { padding: 17px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 25px; font-weight: 500; letter-spacing: -.03em; }
  .main-nav > a:not(.nav-phone)::after { display: none; }
  .nav-phone { width: max-content; margin-top: 27px; padding: 13px 16px !important; font-family: var(--sans) !important; font-size: 10px !important; letter-spacing: .08em !important; }
  .menu-toggle { display: flex; width: 32px; height: 31px; flex-direction: column; align-items: flex-end; justify-content: center; gap: 6px; padding: 0; }
  .menu-toggle span { display: block; width: 25px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle span:last-child { width: 17px; }
  .nav-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .nav-open .menu-toggle span:last-child { width: 25px; transform: translateY(-3.5px) rotate(-45deg); }
  .hero { min-height: 680px; }
  .hero-image { object-position: 60% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(251,246,239,.94), rgba(251,246,239,.7) 52%, rgba(251,246,239,.16)), linear-gradient(0deg, rgba(63,38,24,.16), transparent 62%); }
  .hero-content { padding-top: 45px; }
  .hero-kicker { margin-bottom: 22px; font-size: 9px; }
  h1 { font-size: clamp(53px, 16vw, 76px); }
  .hero-content > p { max-width: 335px; font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 265px; }
  .hero-actions .button { justify-content: space-between; }
  .hero-trust { align-items: flex-start; flex-direction: column; gap: 8px; margin-top: 45px; }
  .trust-divider { display: none; }
  .hero-open { top: auto; right: auto; bottom: 28px; left: 18px; padding: 7px 10px; }
  .scroll-cue { display: none; }
  .intro-grid { grid-template-columns: 1fr 1fr; gap: 0; padding: 22px 0; }
  .intro-grid > div { min-height: 52px; padding: 7px 15px 7px 0; border-right: 0; }
  .intro-grid > div:nth-child(2) { padding-left: 15px; border-left: 1px solid rgba(255,255,255,.22); }
  .intro-grid > div:nth-child(3) { padding-top: 16px; }
  .intro-grid .strip-link { grid-column: 1 / -1; justify-self: start; padding-top: 16px; }
  .photo-ribbon { padding-top: 14px; }
  .photo-ribbon-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .photo-tile { min-height: 0; height: auto; }
  .photo-tile-wide { grid-column: auto; grid-row: auto; height: auto; }
  .photo-tile figcaption { right: 12px; bottom: 10px; left: 12px; }
  .photo-tile figcaption strong { font-size: 16px; }
  .section { padding: 88px 0; }
  .section-heading { margin-bottom: 44px; }
  .split-heading { display: block; }
  .heading-note { margin: 26px 0 0; }
  h2 { font-size: clamp(42px, 12vw, 60px); }
  .menu-layout { gap: 45px; }
  .menu-item { grid-template-columns: 27px 1fr 20px; gap: 13px; padding: 21px 0; }
  .menu-item h3 { font-size: 22px; }
  .menu-item p { font-size: 12px; }
  .menu-visual { min-height: 370px; }
  .menu-visual img { height: 390px; }
  .image-caption { right: 22px; bottom: 23px; left: 22px; }
  .image-caption strong { font-size: 25px; }
  .story-grid { gap: 46px; }
  .story-gallery { min-height: 370px; }
  .gallery-main { width: 100%; height: 350px; }
  .story-copy h2 { font-size: clamp(38px, 10.5vw, 53px); }
  .event-band { padding: 56px 0; }
  .event-inner { display: block; }
  .event-symbol { margin-bottom: 25px; }
  .event-band h2 { margin-bottom: 25px; font-size: 42px; }
  .event-cta { padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.22); border-left: 0; }
  .location-grid, .contact-grid { gap: 45px; }
  .location-copy h2 { margin-bottom: 30px; }
  .map-card { min-height: 450px; }
  .contact-intro { display: block; }
  .contact-links { margin-top: 35px; }
  .contact-form { padding: 25px 20px; }
  .form-heading { display: block; }
  .form-heading span { display: block; margin-bottom: 5px; font-size: 25px; }
  .form-row { display: block; }
  .form-footer { display: block; }
  .form-footer p { margin-bottom: 18px; }
  .form-footer .button { width: 100%; justify-content: space-between; }
  .instagram-section { padding: 84px 0 95px; }
  .instagram-heading { display: block; }
  .instagram-heading .text-link { margin-top: 22px; }
  .instagram-grid { height: auto; grid-template-columns: 1fr 1fr; gap: 8px; }
  .instagram-grid > a { min-height: 160px; }
  .instagram-quote { grid-column: 1 / -1; min-height: 130px !important; }
  .instagram-quote strong { font-size: 22px; }
  .footer-top { display: block; padding-bottom: 38px; }
  .footer-signoff { margin: 38px 0; text-align: left; }
  .back-top { width: max-content; }
  .footer-bottom { display: block; line-height: 1.5; }
  .footer-bottom div { flex-wrap: wrap; gap: 10px 18px; margin-top: 14px; }
  .cookie-banner { right: 10px; bottom: 10px; left: 10px; display: block; padding: 15px; }
  .cookie-actions { justify-content: flex-end; margin-top: 14px; }
}
