:root {
  --bg: #f7f1e8;
  --surface: #fffaf4;
  --surface-strong: #ffffff;
  --text: #1d1713;
  --muted: #6e6259;
  --line: rgba(43, 30, 22, 0.13);
  --brand: #e7441f;
  --brand-dark: #aa2714;
  --ember: #f59b23;
  --green: #1f8b5b;
  --dark: #17110e;
  --dark-soft: #211814;
  --cream: #fff6e8;
  --shadow: 0 20px 60px rgba(57, 32, 18, 0.12);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 30px;
  --header-height: 78px;
}

html[data-theme="dark"] {
  --bg: #100d0b;
  --surface: #181310;
  --surface-strong: #211915;
  --text: #fff8ee;
  --muted: #bcaea3;
  --line: rgba(255, 242, 228, 0.12);
  --dark: #080706;
  --dark-soft: #15100d;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; transition: background .25s ease, color .25s ease; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(80px, 10vw, 140px) 0; }
.section-dark { background: var(--dark); color: #fff8ee; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 15px; border-radius: 10px; background: var(--text); color: var(--bg); transform: translateY(-140%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--ember); outline-offset: 3px; }

.site-header { position: sticky; z-index: 100; top: 0; height: var(--header-height); border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--bg) 84%, transparent); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; font-size: 1.08rem; letter-spacing: -.02em; }
.brand img { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; object-fit: cover; box-shadow: 0 6px 18px rgba(0,0,0,.15); }
.brand span { text-transform: uppercase; font-weight: 780; letter-spacing: .04em; }
.brand strong { color: var(--brand); }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2.6vw, 32px); margin-left: auto; }
.desktop-nav a { position: relative; color: var(--muted); font-size: .92rem; font-weight: 650; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--brand); transform: scaleX(0); transition: transform .2s; }
.desktop-nav a:hover, .desktop-nav a[aria-current="true"] { color: var(--text); }
.desktop-nav a[aria-current="true"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-button { display: inline-grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); cursor: pointer; }
.icon-button svg { width: 20px; height: 20px; }
.icon-button:hover { border-color: color-mix(in srgb, var(--brand) 55%, var(--line)); }
.moon-icon { display: none; }
html[data-theme="dark"] .sun-icon { display: none; }
html[data-theme="dark"] .moon-icon { display: block; }
.menu-toggle { display: none; }
.mobile-menu { position: fixed; z-index: 99; top: var(--header-height); right: 0; left: 0; padding: 16px 20px 24px; border-bottom: 1px solid var(--line); background: var(--bg); box-shadow: var(--shadow); }
.mobile-menu a { display: block; min-height: 48px; padding: 12px 8px; border-bottom: 1px solid var(--line); font-weight: 750; }
.mobile-menu a:last-child { border: 0; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 780; line-height: 1.1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; height: 20px; }
.button-small { min-height: 44px; padding: 11px 17px; font-size: .9rem; }
.button-primary { background: var(--brand); color: #fff; box-shadow: 0 12px 34px rgba(231, 68, 31, .28); }
.button-primary:hover { background: var(--brand-dark); }
.button-light { background: #fff7e9; color: #271710; }
.button-outline { border-color: var(--line); background: var(--surface); }

.hero { position: relative; isolation: isolate; min-height: calc(100svh - var(--header-height)); display: grid; align-items: center; overflow: hidden; padding: clamp(58px, 7vw, 105px) 0; }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .7; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 76%); }
.hero-ember { position: absolute; z-index: -1; border-radius: 50%; filter: blur(18px); opacity: .22; pointer-events: none; }
.hero-ember-one { width: 500px; height: 500px; right: -140px; top: 2%; background: radial-gradient(circle, var(--ember), transparent 66%); }
.hero-ember-two { width: 320px; height: 320px; left: -190px; bottom: -80px; background: radial-gradient(circle, var(--brand), transparent 68%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(330px, .77fr); gap: clamp(44px, 7vw, 88px); align-items: center; }
.eyebrow, .section-kicker { margin: 0 0 20px; color: var(--brand); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.hero h1, .section h2, .cta-band h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 620; letter-spacing: -.045em; line-height: .98; }
.hero h1 { max-width: 760px; font-size: clamp(3.3rem, 7.4vw, 6.8rem); }
.hero h1 em { display: block; color: var(--brand); font-style: normal; }
.hero-lead { max-width: 680px; margin: 28px 0 20px; color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.17rem); }
.hero-location { display: flex; align-items: center; gap: 9px; margin-bottom: 28px; font-size: .92rem; font-weight: 700; }
.hero-location svg { width: 19px; height: 19px; color: var(--brand); }
.hero-location a { border-bottom: 1px solid var(--line); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: stretch; gap: 12px; }
.call-card { min-height: 58px; display: flex; flex-direction: column; justify-content: center; padding: 8px 19px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); }
.call-card span { color: var(--muted); font-size: .7rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.call-card strong { font-size: .93rem; }
.trust-list { display: flex; flex-wrap: wrap; gap: 24px; margin: 34px 0 0; padding: 0; list-style: none; }
.trust-list li { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .86rem; font-weight: 700; }
.trust-list span { color: var(--brand); font-size: .7rem; font-weight: 900; }
.hero-visual { position: relative; width: 100%; max-width: 570px; justify-self: end; }
.hero-image-wrap { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 40px 40px 110px 40px; background: #1a0e08; box-shadow: 0 35px 100px rgba(57,25,10,.25); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(14,7,3,.45), transparent 48%); pointer-events: none; }
.hero-image-wrap > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.wood-fired-stamp { position: absolute; z-index: 2; right: 18px; bottom: 22px; width: 112px; height: 112px; display: grid; place-content: center; border: 2px solid rgba(255,247,232,.75); border-radius: 50%; background: rgba(19,11,7,.78); color: #fff6e8; text-align: center; transform: rotate(-8deg); backdrop-filter: blur(8px); }
.wood-fired-stamp span { color: #ffb547; font-family: Georgia, serif; font-size: 1.05rem; font-style: italic; }
.wood-fired-stamp strong { font-size: .94rem; letter-spacing: .12em; line-height: 1.05; }
.wood-fired-stamp small { font-size: .55rem; letter-spacing: .14em; }
.image-note { display: flex; align-items: center; gap: 9px; margin: 16px 0 0 28px; color: var(--muted); font-size: .82rem; font-weight: 750; }
.image-note span { width: 7px; height: 7px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 6px color-mix(in srgb, var(--brand) 16%, transparent); }

.quick-menu { border-block: 1px solid var(--line); background: var(--surface); }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-card { min-height: 118px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 24px clamp(16px, 3vw, 36px); border-right: 1px solid var(--line); }
.quick-card:first-child { border-left: 1px solid var(--line); }
.quick-card:hover .arrow { color: var(--brand); transform: translate(2px,-2px); }
.quick-number { color: var(--brand); font-size: .69rem; font-weight: 900; }
.quick-card div { display: flex; flex-direction: column; }
.quick-card strong { font-size: 1.06rem; }
.quick-card small { color: var(--muted); font-size: .76rem; }
.arrow { transition: transform .2s; }

.story-grid { display: grid; grid-template-columns: minmax(300px,.82fr) minmax(0,1.18fr); gap: clamp(46px, 8vw, 110px); align-items: center; }
.story-image { position: relative; }
.story-image > img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.story-badge { position: absolute; right: -28px; bottom: 30px; display: flex; flex-direction: column; padding: 17px 20px; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius-sm); background: rgba(20,13,9,.88); color: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.2); backdrop-filter: blur(10px); }
.story-badge strong { color: #ffad38; }
.story-badge span { font-size: .76rem; }
.story-copy h2, .section-heading h2, .why-heading h2 { font-size: clamp(2.5rem, 5.2vw, 5rem); }
.story-copy > p:not(.section-kicker) { max-width: 650px; margin: 26px 0 34px; color: var(--muted); font-size: 1.08rem; }
.fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.fact-grid > div { min-height: 170px; display: flex; flex-direction: column; align-items: flex-start; padding: 22px 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.fact-grid svg { width: 28px; height: 28px; margin-bottom: auto; color: var(--brand); }
.fact-grid strong { margin-top: 20px; }
.fact-grid span { color: var(--muted); font-size: .78rem; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.section-heading > p { max-width: 460px; margin: 0; color: var(--muted); }
.section-heading .section-kicker { margin-bottom: 12px; }
.section-dark .section-kicker { color: #ff8b45; }
.section-dark .section-heading > p { color: #c8b7aa; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; counter-reset: process; }
.process-grid li { min-height: 255px; display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); }
.process-grid li > span { width: 42px; height: 42px; display: grid; margin-bottom: auto; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #ff9c4d; font-size: .72rem; font-weight: 900; }
.process-grid strong { margin-top: 34px; font-size: 1.2rem; }
.process-grid p { margin: 5px 0 0; color: #bfaea2; font-size: .9rem; }

.text-link { display: inline-flex; align-items: center; gap: 7px; padding-bottom: 3px; border-bottom: 1px solid var(--line); color: var(--brand); font-size: .9rem; font-weight: 800; }
.category-nav { position: sticky; z-index: 20; top: calc(var(--header-height) + 10px); width: fit-content; display: flex; gap: 6px; margin: 0 auto 70px; padding: 6px; border: 1px solid var(--line); border-radius: 999px; background: color-mix(in srgb, var(--surface) 90%, transparent); box-shadow: 0 8px 25px rgba(43,30,22,.08); backdrop-filter: blur(14px); }
.category-nav a { min-height: 44px; display: grid; padding: 10px 20px; place-items: center; border-radius: 999px; color: var(--muted); font-size: .88rem; font-weight: 780; }
.category-nav a:hover { background: var(--text); color: var(--bg); }
.menu-block { padding-top: 24px; }
.menu-block + .menu-block { margin-top: 100px; padding-top: 100px; border-top: 1px solid var(--line); }
.menu-intro { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.menu-intro .section-kicker { margin-bottom: 8px; }
.menu-intro h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.1rem, 4.5vw, 4rem); font-weight: 600; letter-spacing: -.04em; line-height: 1; }
.menu-intro > p { max-width: 460px; margin: 0; color: var(--muted); font-size: .9rem; }
.product-group + .product-group { margin-top: clamp(42px, 6vw, 72px); padding-top: clamp(34px, 5vw, 58px); border-top: 1px solid var(--line); }
.product-group-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.product-group-heading h4 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 2.5vw, 2.15rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.08; }
.product-group-heading p, .product-group-heading span, .product-group-heading small { margin: 0; color: var(--muted); font-size: .78rem; font-weight: 700; }
.menu-bars { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: minmax(168px, auto); gap: 14px; }
.menu-bar { position: relative; min-width: 0; min-height: 168px; display: grid; grid-template-columns: clamp(126px, 14vw, 164px) minmax(0, 1fr) auto; align-items: stretch; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 8px 28px rgba(57, 32, 18, .055); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.menu-bar::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; box-shadow: inset 0 1px rgba(255, 255, 255, .38); }
.menu-bar-media { position: relative; min-width: 0; min-height: 100%; overflow: hidden; border-right: 1px solid var(--line); background: color-mix(in srgb, var(--dark) 92%, var(--surface)); }
.menu-bar-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 68%, rgba(14, 8, 5, .12)); }
.menu-bar-media img { width: 100%; height: 100%; min-height: 168px; padding: 10px; object-fit: contain; object-position: center; transition: transform .35s ease; }
.menu-bar-media.is-cover img { padding: 0; object-fit: cover; transform: scale(1.01); }
.menu-bar-media.is-contain img { padding: 10px; object-fit: contain; transform: none; }
.menu-bar-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 20px 14px 20px 20px; }
.menu-bar-kicker { display: block; margin-bottom: 5px; color: var(--brand); font-size: .63rem; font-weight: 900; letter-spacing: .115em; line-height: 1.25; text-transform: uppercase; }
.menu-bar-title { margin: 0; color: var(--text); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.17rem, 1.65vw, 1.42rem); font-weight: 650; letter-spacing: -.025em; line-height: 1.08; }
.menu-bar-description { margin: 8px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.38; overflow-wrap: anywhere; }
.menu-bar-price { align-self: center; min-width: 74px; display: inline-flex; align-items: baseline; justify-content: center; gap: 4px; margin-right: 16px; padding: 10px 11px; border-radius: 999px; background: color-mix(in srgb, var(--brand) 11%, var(--surface)); color: var(--brand); font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; font-weight: 700; line-height: 1; white-space: nowrap; }
.menu-bar-price small, .menu-bar-price span { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: .61rem; font-weight: 900; letter-spacing: .05em; }
html[data-theme="dark"] .menu-bar { box-shadow: 0 14px 38px rgba(0, 0, 0, .18); }
html[data-theme="dark"] .menu-bar::after { box-shadow: inset 0 1px rgba(255, 255, 255, .055); }
.menu-bar:focus-within { border-color: var(--ember); box-shadow: 0 0 0 3px color-mix(in srgb, var(--ember) 28%, transparent); }

@media (hover: hover) {
  .menu-bar:hover { border-color: color-mix(in srgb, var(--brand) 34%, var(--line)); box-shadow: 0 14px 36px rgba(57, 32, 18, .1); transform: translateY(-2px); }
  .menu-bar:hover .menu-bar-media.is-cover img { transform: scale(1.045); }
}

.why-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(50px, 9vw, 120px); }
.why-heading { position: sticky; top: calc(var(--header-height) + 50px); align-self: start; }
.why-list { border-top: 1px solid rgba(255,255,255,.13); }
.why-list article { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.why-list article > span { color: #ff9447; font-size: .7rem; font-weight: 900; }
.why-list strong { font-size: 1.05rem; }
.why-list p { margin: 4px 0 0; color: #bfaea2; font-size: .87rem; }

.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-flow: dense; grid-auto-rows: 238px; gap: 12px; }
.gallery-item { position: relative; min-width: 0; min-height: 44px; overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: var(--radius); background: color-mix(in srgb, var(--dark) 94%, var(--surface)); box-shadow: 0 10px 32px rgba(57, 32, 18, .07); cursor: zoom-in; isolation: isolate; }
.gallery-item img { width: 100%; height: 100%; padding: 12px; object-fit: contain; object-position: center; transition: transform .42s ease, filter .42s ease; }
.gallery-item.is-cover img { padding: 0; object-fit: cover; }
.gallery-item::after { content: ""; position: absolute; z-index: 0; inset: 44% 0 0; background: linear-gradient(transparent, rgba(10,6,4,.82)); pointer-events: none; }
.gallery-item > span { position: absolute; z-index: 1; right: 16px; bottom: 14px; left: 16px; color: #fff; font-size: .78rem; font-weight: 800; line-height: 1.3; text-align: left; text-shadow: 0 1px 8px rgba(0,0,0,.35); }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }
.gallery-item:focus-visible { outline: 3px solid var(--ember); outline-offset: 3px; }

@media (hover: hover) {
  .gallery-item:hover img { filter: saturate(1.04) contrast(1.02); transform: scale(1.035); }
}

.cta-band { padding: clamp(56px, 8vw, 92px) 0; background: var(--brand); color: #fff; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.cta-inner > div > span { font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.cta-band h2 { max-width: 800px; margin-top: 8px; font-size: clamp(2.2rem, 5vw, 4.7rem); }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; }
.contact-cards { display: flex; flex-direction: column; gap: 10px; }
.contact-card { min-height: 92px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); transition: border-color .2s, transform .2s; }
.contact-card:hover { border-color: var(--brand); transform: translateX(3px); }
.contact-card > div { min-width: 0; display: flex; flex-direction: column; }
.contact-card small { color: var(--muted); font-size: .7rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.contact-card strong { overflow-wrap: anywhere; font-size: .9rem; }
.contact-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: color-mix(in srgb, var(--brand) 12%, var(--surface)); color: var(--brand); }
.contact-icon svg { width: 21px; height: 21px; }
.location-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.map-wrap { height: 330px; background: #ded5cc; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }
.location-copy { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 26px; }
.location-copy span { color: var(--brand); font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.location-copy h3 { margin: 2px 0 4px; font-family: Georgia, serif; font-size: 1.7rem; }
.location-copy p { margin: 0; color: var(--muted); font-size: .86rem; }
.hours { display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; margin-top: 18px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.hours .section-kicker { margin-bottom: 8px; }
.hours h3 { margin: 0; font-family: Georgia, serif; font-size: 2rem; font-weight: 600; }
.hours dl { margin: 0; }
.hours dl div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.hours dl div:last-child { border: 0; }
.hours dt { color: var(--muted); }
.hours dd { margin: 0; font-weight: 780; }

.site-footer { padding: 70px 0 24px; background: #0c0907; color: #fff8ee; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: clamp(30px, 6vw, 80px); }
.brand-footer img { border-color: rgba(255,255,255,.14); }
.footer-brand > p { max-width: 320px; margin: 20px 0 0; color: #bfaea2; font-family: Georgia, serif; font-size: 1.1rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid h2 { margin: 0 0 12px; color: #ff9950; font-family: inherit; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a, .footer-grid > div > p { margin: 0; color: #cbbcb1; font-size: .82rem; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #9e8f84; font-size: .75rem; }

.mobile-contact { display: none; }
.lightbox { position: fixed; z-index: 1000; inset: 0; place-items: center; padding: 34px; background: rgba(4,3,2,.92); backdrop-filter: blur(12px); }
.lightbox:not([hidden]) { display: grid; }
.lightbox figure { max-width: min(880px, 80vw); max-height: 88vh; display: flex; flex-direction: column; margin: 0; }
.lightbox figure img { max-width: 100%; max-height: 80vh; border-radius: 16px; object-fit: contain; box-shadow: 0 24px 80px rgba(0,0,0,.45); }
.lightbox figcaption { padding-top: 10px; color: #fff; font-size: .84rem; text-align: center; }
.lightbox-close, .lightbox-arrow { position: absolute; z-index: 2; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; cursor: pointer; }
.lightbox-close { top: 18px; right: 18px; width: 48px; height: 48px; font-size: 2rem; }
.lightbox-arrow { top: 50%; width: 52px; height: 52px; font-size: 2.2rem; transform: translateY(-50%); }
.lightbox-prev { left: 22px; }
.lightbox-next { right: 22px; }

.reveal { opacity: 1; transform: none; transition: opacity .6s ease, transform .6s ease; }
.reveal-ready .reveal { opacity: 0; transform: translateY(20px); }
.reveal-ready .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .menu-toggle { display: inline-grid; }
  .hero-grid { grid-template-columns: 1fr .72fr; gap: 38px; }
  .hero h1 { font-size: clamp(3.2rem, 7.7vw, 5.4rem); }
  .story-grid { gap: 55px; }
  .fact-grid { grid-template-columns: 1fr; }
  .fact-grid > div { min-height: 118px; display: grid; grid-template-columns: auto 1fr; column-gap: 15px; align-content: center; }
  .fact-grid svg { grid-row: span 2; margin: 0; }
  .fact-grid strong { margin: 0; }
  .menu-bar { grid-template-columns: 136px minmax(0, 1fr) auto; }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 230px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 900px) {
  .product-group-heading { align-items: flex-start; flex-direction: column; gap: 6px; }
  .menu-bars { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .menu-bar { grid-template-columns: clamp(122px, 25vw, 168px) minmax(0, 1fr) auto; }
}

@media (max-width: 768px) {
  :root { --header-height: 70px; }
  .shell { width: min(100% - 28px, 680px); }
  .section { padding: 78px 0; }
  .header-order { display: none; }
  .brand img { width: 44px; height: 44px; }
  .hero { min-height: auto; padding: 48px 0 64px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { display: contents; opacity: 1; transform: none; }
  .eyebrow { order: 1; margin-bottom: -20px; }
  .hero h1 { order: 2; font-size: clamp(3rem, 14vw, 5.1rem); }
  .hero-lead { order: 3; margin-top: 6px; }
  .hero-location { order: 4; margin: -2px 0 2px; }
  .hero-actions { order: 5; }
  .trust-list { order: 6; margin-top: 10px; }
  .hero-visual { order: 7; width: 100%; max-width: none; margin-top: 12px; }
  .hero-image-wrap { aspect-ratio: 16 / 9; border-radius: 28px 28px 82px 28px; }
  .hero-image-wrap > img { object-position: center; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-card { min-height: 90px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
  .quick-card:last-child { border-bottom: 0; }
  .story-grid { grid-template-columns: 1fr; }
  .story-image { max-width: 520px; }
  .story-badge { right: 14px; bottom: 14px; }
  .fact-grid { grid-template-columns: repeat(3, 1fr); }
  .fact-grid > div { min-height: 160px; display: flex; }
  .fact-grid svg { margin-bottom: auto; }
  .fact-grid strong { margin-top: 15px; }
  .section-heading, .menu-intro { align-items: flex-start; flex-direction: column; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 205px; }
  .category-nav { width: 100%; }
  .category-nav a { flex: 1; padding-inline: 12px; }
  .product-group-heading { align-items: flex-start; flex-direction: column; gap: 6px; }
  .menu-bars { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .menu-bar { grid-template-columns: clamp(122px, 30vw, 168px) minmax(0, 1fr) auto; }
  .why-grid { grid-template-columns: 1fr; }
  .why-heading { position: static; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 230px; }
  .gallery-wide { grid-column: span 2; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .contact-grid { grid-template-columns: 1fr; }
  .hours { grid-template-columns: 1fr; gap: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 640px) {
  body { padding-bottom: calc(84px + env(safe-area-inset-bottom)); }
  .mobile-contact { position: fixed; z-index: 90; right: 10px; bottom: calc(8px + env(safe-area-inset-bottom)); left: 10px; display: grid; grid-template-columns: repeat(4, 1fr); min-height: 66px; padding: 6px; border: 1px solid var(--line); border-radius: 22px; background: color-mix(in srgb, var(--surface) 88%, transparent); box-shadow: 0 15px 45px rgba(25,13,7,.24); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
  .mobile-contact a { min-width: 0; min-height: 52px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; border-radius: 16px; color: var(--muted); font-size: .65rem; font-weight: 750; }
  .mobile-contact a:nth-child(2) { background: var(--brand); color: #fff; }
  .mobile-contact svg { width: 20px; height: 20px; }
  .hero-actions { width: 100%; }
  .hero-actions .button, .call-card { width: 100%; }
  .call-card { align-items: center; border-radius: 18px; }
  .trust-list { gap: 12px 18px; }
  .fact-grid { grid-template-columns: 1fr; }
  .fact-grid > div { min-height: 112px; display: grid; }
  .menu-block + .menu-block { margin-top: 72px; padding-top: 72px; }
  .product-group + .product-group { margin-top: 38px; padding-top: 34px; }
  .menu-bars { gap: 10px; }
  .menu-bar { min-height: 152px; grid-template-columns: clamp(104px, 31vw, 132px) minmax(0, 1fr); grid-template-rows: minmax(0, 1fr) auto; border-radius: 18px; }
  .menu-bar-media { grid-row: 1 / span 2; }
  .menu-bar-media img { min-height: 152px; }
  .menu-bar-copy { justify-content: flex-start; padding: 15px 14px 8px; }
  .menu-bar-kicker { margin-bottom: 3px; font-size: .57rem; }
  .menu-bar-title { font-size: clamp(1.04rem, 5vw, 1.22rem); }
  .menu-bar-description { margin-top: 6px; font-size: .67rem; line-height: 1.34; }
  .menu-bar-price { grid-column: 2; grid-row: 2; justify-self: start; align-self: end; min-width: 66px; margin: 0 14px 13px; padding: 8px 10px; font-size: 1.13rem; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 200px; gap: 8px; }
  .gallery-wide { grid-column: span 2; }
  .location-copy { align-items: stretch; flex-direction: column; }
  .location-copy .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .lightbox { padding: 70px 12px 28px; }
  .lightbox figure { max-width: 94vw; }
  .lightbox-arrow { top: auto; bottom: 18px; width: 48px; height: 48px; transform: none; }
  .lightbox-prev { left: calc(50% - 58px); }
  .lightbox-next { right: calc(50% - 58px); }
}

@media (max-width: 430px) {
  .shell { width: calc(100% - 24px); }
  .brand span { font-size: .88rem; }
  .header-actions { gap: 5px; }
  .icon-button { width: 42px; height: 42px; }
  .hero h1 { font-size: clamp(2.8rem, 13.6vw, 4.1rem); }
  .hero-image-wrap { aspect-ratio: 16 / 9; }
  .wood-fired-stamp { width: 96px; height: 96px; }
  .story-copy h2, .section-heading h2, .why-heading h2 { font-size: clamp(2.4rem, 12vw, 3.5rem); }
  .gallery-grid { grid-auto-rows: 195px; }
  .contact-card { padding-inline: 14px; }
  .contact-card strong { font-size: .82rem; }
  .hours { padding: 24px 20px; }
  .hours dl div { flex-direction: column; gap: 0; }
}

@media (max-width: 360px) {
  .brand span { display: none; }
  .hero h1 { font-size: 2.72rem; }
  .category-nav a { padding-inline: 8px; font-size: .78rem; }
  .menu-bar { grid-template-columns: 98px minmax(0, 1fr); }
  .menu-bar-copy { padding-inline: 12px; }
  .menu-bar-price { margin-inline: 12px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .gallery-tall, .gallery-wide { grid-column: auto; grid-row: auto; }
  .mobile-contact a { font-size: .58rem; }
}

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