:root {
  --cacao: #4a2c24;
  --cacao-dark: #281813;
  --ivory: #f7f2eb;
  --sand: #d8c3a5;
  --teal: #0f4c5c;
  --gold: #f2c94c;
  --wine: #6d2b45;
  --ink: #251b18;
  --white: #fffdfa;
  --line: rgba(74, 44, 36, .2);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  --container: min(1320px, calc(100vw - 80px));
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
::selection { color: var(--ivory); background: var(--wine); }

.skip-link { position: fixed; z-index: 2000; top: 1rem; left: 1rem; padding: .7rem 1rem; color: var(--cacao); background: var(--gold); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; height: 104px; display: grid; grid-template-columns: 150px 1fr 190px; align-items: center; gap: 1.25rem; padding: 0 3.2vw; color: var(--ivory); border-bottom: 1px solid rgba(247, 242, 235, .15); transition: height .35s var(--ease), background .35s, color .35s, box-shadow .35s; }
.site-header.is-scrolled, .site-header-solid { height: 78px; color: var(--ivory); background: rgba(40, 24, 19, .96); box-shadow: 0 8px 30px rgba(24, 12, 8, .14); backdrop-filter: blur(18px); }
.brand { display: inline-flex; width: 102px; height: 90px; align-items: center; overflow: hidden; }
.brand img { width: 102px; height: auto; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(.75rem, 1.55vw, 1.7rem); font-size: .65rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.desktop-nav a { position: relative; padding: .4rem 0; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.shop-link { justify-self: end; font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.shop-link[href*="sumupstore"] { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: .7rem .95rem; color: var(--cacao-dark); background: var(--gold); box-shadow: 0 8px 25px rgba(40, 24, 19, .16); transition: color .25s, background .25s, transform .25s; }
.shop-link[href*="sumupstore"]:hover { color: var(--cacao-dark); background: #f7d96c; transform: translateY(-2px); }
.shop-link span { display: inline-block; margin-left: .3rem; transition: transform .25s; }
.shop-link:hover span { transform: translate(.2rem, -.2rem); }
.menu-toggle { display: none; justify-self: end; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .3s, opacity .3s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-panel { position: fixed; z-index: 900; inset: 0; display: grid; place-items: center; color: var(--ivory); background: var(--cacao-dark); visibility: hidden; opacity: 0; transition: opacity .35s, visibility .35s; }
.mobile-panel.is-open { visibility: visible; opacity: 1; }
.mobile-panel nav { display: grid; gap: 1.2rem; text-align: center; }
.mobile-panel a { font-family: var(--serif); font-size: clamp(1.9rem, 8vw, 3.5rem); line-height: 1.2; }
.mobile-panel a:last-child { justify-self: center; margin-top: 1rem; padding: .85rem 1.15rem; color: var(--cacao-dark); background: var(--gold); font-family: var(--sans); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; }

.hero { position: relative; min-height: 100svh; display: grid; grid-template-columns: 54% 46%; color: var(--ivory); background: var(--cacao); }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0 auto 0 0; width: 54%; pointer-events: none; opacity: .4; background: radial-gradient(circle at 12% 18%, rgba(242, 201, 76, .16), transparent 24%), repeating-radial-gradient(ellipse at 10% 100%, transparent 0 72px, rgba(247, 242, 235, .035) 74px 76px); }
.hero-copy { position: relative; z-index: 2; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding: 150px 7vw 90px; }
.eyebrow { margin: 0 0 1.5rem; font-size: .71rem; font-weight: 700; letter-spacing: .18em; line-height: 1.35; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 1px; margin-right: .8rem; vertical-align: middle; background: currentColor; opacity: .65; }
.hero-title, .display-title { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; line-height: .96; text-wrap: balance; }
.hero-title { max-width: 800px; font-size: clamp(4rem, 7.5vw, 8.8rem); }
.hero-title em, .display-title em { color: var(--gold); font-weight: 400; }
.hero-intro { max-width: 560px; margin: 2.2rem 0 0; color: rgba(247, 242, 235, .8); font-family: var(--serif); font-size: clamp(1.05rem, 1.55vw, 1.4rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 1rem; margin-top: 2.5rem; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .9rem 1.35rem; border: 1px solid transparent; font-size: .72rem; font-weight: 750; letter-spacing: .12em; line-height: 1.2; text-align: center; text-transform: uppercase; transition: color .25s, background .25s, border-color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--cacao-dark); background: var(--gold); }
.button-gold:hover { background: #f7d96c; }
.button-dark { color: var(--ivory); background: var(--cacao); }
.button-dark:hover { background: var(--wine); }
.button-outline { color: var(--ivory); border-color: rgba(247, 242, 235, .5); }
.button-outline:hover { color: var(--cacao); background: var(--ivory); border-color: var(--ivory); }
.hero-shop-button { min-height: 58px; padding-inline: 1.65rem; box-shadow: 0 14px 36px rgba(20, 10, 7, .24); }
.text-link, .line-link { display: inline-flex; align-items: center; gap: .6rem; font-size: .74rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.text-link { padding-bottom: .35rem; border-bottom: 1px solid rgba(247, 242, 235, .4); }
.text-link span, .line-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(.2rem, -.2rem); }
.line-link { padding-bottom: .35rem; border-bottom: 1px solid currentColor; }
.line-link:hover span { transform: translateY(.2rem); }
.hero-signature { position: absolute; right: 5vw; bottom: 2rem; color: rgba(247, 242, 235, .48); font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.hero-visual { position: relative; min-height: 100svh; overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(74, 44, 36, .4), transparent 28%), linear-gradient(0deg, rgba(40, 24, 19, .38), transparent 48%); }
.hero-film { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; background: var(--cacao-dark); }
.video-toggle { position: absolute; z-index: 3; left: 1.7rem; bottom: 1.7rem; display: inline-flex; min-height: 38px; align-items: center; gap: .55rem; padding: .55rem .8rem; color: var(--ivory); border: 1px solid rgba(247, 242, 235, .5); background: rgba(37, 27, 24, .34); backdrop-filter: blur(8px); cursor: pointer; font-size: .58rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transition: color .25s, background .25s, border-color .25s; }
.video-toggle:hover { color: var(--cacao-dark); border-color: var(--gold); background: var(--gold); }
.video-toggle-icon { width: 12px; font-family: var(--sans); font-size: .78rem; letter-spacing: -.2em; text-align: center; }
.hero-logo-mark { position: absolute; z-index: 2; right: 1.7rem; bottom: 1.7rem; width: clamp(185px, 17vw, 245px); padding: 1.05rem 1.25rem; border: 1px solid rgba(247, 242, 235, .3); background: rgba(40, 24, 19, .48); backdrop-filter: blur(10px); box-shadow: 0 18px 45px rgba(20, 10, 7, .24); }
.hero-logo-mark img { width: 100%; height: auto; }
.scroll-cue { position: absolute; z-index: 3; bottom: 2.5rem; left: 3.2vw; display: flex; align-items: center; gap: .9rem; color: rgba(247, 242, 235, .7); font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue i { position: relative; width: 54px; height: 1px; overflow: hidden; background: rgba(247, 242, 235, .25); }
.scroll-cue i::after { content: ""; position: absolute; inset: 0; background: var(--ivory); animation: scrollLine 2s infinite; }
@keyframes heroZoom { from { scale: 1.11; } to { scale: 1.04; } }
@keyframes scrollLine { 0% { transform: translateX(-100%); } 55%, 100% { transform: translateX(100%); } }

.marquee { overflow: hidden; color: var(--cacao-dark); background: var(--gold); border-top: 1px solid rgba(74, 44, 36, .25); border-bottom: 1px solid rgba(74, 44, 36, .25); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 2.2rem; padding: 1rem 0; animation: marquee 28s linear infinite; }
.marquee span { font-family: var(--serif); font-size: 1.05rem; font-style: italic; }
.marquee b { font-size: .72rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { width: var(--container); margin-inline: auto; padding: clamp(6rem, 10vw, 10rem) 0; }
.section-tight { width: var(--container); margin-inline: auto; padding: 0 0 clamp(6rem, 10vw, 10rem); }
.section-number { margin-bottom: 2.2rem; color: var(--wine); font-family: var(--serif); font-size: 1rem; }
.section-number::after { content: ""; display: inline-block; width: 74px; height: 1px; margin-left: 1rem; vertical-align: middle; background: currentColor; opacity: .45; }
.display-title { font-size: clamp(3.4rem, 6.2vw, 7rem); }
.lead { font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.85rem); line-height: 1.5; }

.manifesto { display: grid; grid-template-columns: .24fr 1.25fr .8fr; gap: clamp(2rem, 5vw, 6rem); align-items: start; }
.manifesto .section-number { margin-top: .6rem; }
.manifesto-copy { padding-top: 4rem; }
.manifesto-copy p:not(.lead) { color: rgba(37, 27, 24, .72); }
.manifesto-links { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 1.3rem; }
.origin-story { scroll-margin-top: 90px; }

.origin-story { display: grid; grid-template-columns: 1.05fr .9fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.origin-gallery { position: relative; min-height: 790px; }
.origin-main { width: 78%; height: 720px; margin: 0; overflow: hidden; background: var(--sand); }
.origin-main img, .origin-detail img { height: 100%; object-fit: cover; }
.origin-main img { object-position: 50% center; }
.origin-detail { position: absolute; right: 0; bottom: 0; width: 43%; height: 410px; margin: 0; overflow: hidden; border: 10px solid var(--ivory); box-shadow: 18px 18px 0 var(--gold); }
.origin-detail img { object-position: center; }
.origin-copy { padding-block: 3rem; }
.origin-copy .display-title { font-size: clamp(3.05rem, 4.65vw, 5.5rem); }
.origin-copy .lead { margin-top: 2.2rem; }
.origin-copy > p:not(.eyebrow):not(.lead) { color: rgba(37, 27, 24, .7); }
.house-timeline { margin: 2.6rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.house-timeline li { display: grid; grid-template-columns: 92px 1fr; gap: 1.25rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.house-timeline time { padding-top: .28rem; color: var(--wine); font-family: var(--serif); font-size: .95rem; }
.house-timeline h3 { margin: 0 0 .35rem; font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.8rem); font-weight: 400; }
.house-timeline p { margin: 0; color: rgba(37, 27, 24, .66); font-size: .9rem; line-height: 1.6; }
.origin-quote { margin: 2.5rem 0; padding: 1.4rem 0 1.4rem 1.5rem; border-left: 1px solid var(--wine); }
.origin-quote p { margin: 0; color: var(--wine); font-family: var(--serif); font-size: clamp(1.4rem, 2.2vw, 2rem); font-style: italic; line-height: 1.35; }
.origin-quote cite { display: block; margin-top: .75rem; color: rgba(37, 27, 24, .5); font-size: .6rem; font-style: normal; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }

.story-image { position: relative; }
.image-frame { margin: 0; height: min(72vw, 790px); overflow: hidden; background: var(--sand); }
.image-frame img { height: 100%; object-fit: cover; object-position: 50% 55%; }
.story-note { position: absolute; right: 4vw; bottom: clamp(3rem, 7vw, 7rem); width: min(340px, 42vw); padding: 2rem; color: var(--ivory); background: var(--teal); }
.story-note span { font-size: .65rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.story-note p { margin: .7rem 0 0; font-family: var(--serif); font-size: 1.45rem; line-height: 1.35; }

.craft { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.1fr); gap: clamp(4rem, 8vw, 9rem); }
.craft-intro { position: sticky; top: 130px; align-self: start; }
.craft .display-title { max-width: 100%; font-size: clamp(3.2rem, 4.7vw, 5.6rem); }
.craft-intro .lead { max-width: 560px; margin-top: 2.2rem; }
.craft-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.craft-steps li { display: grid; grid-template-columns: 64px 1fr; gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.craft-steps li > span { color: var(--wine); font-family: var(--serif); }
.craft-steps h3 { margin: 0 0 .45rem; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 400; }
.craft-steps p { max-width: 520px; margin: 0; color: rgba(37, 27, 24, .66); }

.salon { width: 100%; padding-inline: max(40px, calc((100vw - 1320px) / 2)); color: var(--ivory); background: var(--teal); }
.salon-grid { display: grid; grid-template-columns: 1fr .8fr; grid-template-areas: "main copy" "main detail"; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.salon-main { grid-area: main; height: min(72vw, 920px); margin: 0; overflow: hidden; }
.salon-main img { height: 100%; object-fit: cover; }
.salon-copy { grid-area: copy; padding-top: 1rem; }
.salon-copy .section-number { color: var(--gold); }
.salon-copy > p:not(.eyebrow):not(.lead) { max-width: 560px; color: rgba(247, 242, 235, .72); }
.salon-highlights { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.4rem 0 0; padding: 0; list-style: none; }
.salon-highlights li { padding: .5rem .75rem; border: 1px solid rgba(247, 242, 235, .24); color: rgba(247, 242, 235, .78); font-size: .58rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.salon-copy .button { margin-top: 1.5rem; }
.salon-detail { grid-area: detail; width: 70%; height: 300px; margin: 0 0 0 auto; overflow: hidden; box-shadow: -24px 24px 0 var(--gold); }
.salon-detail img { height: 100%; object-fit: cover; }

.menu-preview-head { display: grid; grid-template-columns: 1fr .7fr; gap: 5rem; align-items: end; }
.menu-preview-head > .lead { margin-bottom: .8rem; }
.menu-cards { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.menu-card { min-height: 330px; padding: 2.2rem; border-right: 1px solid var(--line); transition: color .35s, background .35s, transform .35s var(--ease); }
.menu-card:last-child { border-right: 0; }
.menu-card:hover { color: var(--ivory); background: var(--cacao); transform: translateY(-10px); }
.menu-card-index { color: var(--wine); font-family: var(--serif); }
.menu-card:hover .menu-card-index { color: var(--gold); }
.menu-card h3 { margin: 4rem 0 1rem; font-family: var(--serif); font-size: 2.1rem; font-weight: 400; line-height: 1.05; }
.menu-card p { max-width: 300px; color: rgba(37, 27, 24, .68); }
.menu-card:hover p { color: rgba(247, 242, 235, .72); }
.menu-card strong { display: block; margin-top: 2rem; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.center-action { margin-top: 3rem; text-align: center; }

.online-shop { position: relative; width: 100%; min-height: 760px; display: grid; grid-template-columns: .78fr 1fr; gap: 7vw; align-items: center; padding-inline: max(40px, calc((100vw - 1320px) / 2)); color: var(--ivory); background: var(--wine); overflow: hidden; }
.shop-copy { position: relative; z-index: 2; }
.shop-copy .section-number { color: var(--gold); }
.shop-copy .lead { max-width: 540px; }
.shop-store-note { max-width: 540px; margin: 1.8rem 0 0; padding: 1.2rem 0; border-top: 1px solid rgba(247, 242, 235, .24); border-bottom: 1px solid rgba(247, 242, 235, .24); }
.shop-store-note span { color: var(--gold); font-size: .61rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.shop-store-note p { margin: .65rem 0 0; color: rgba(247, 242, 235, .76); line-height: 1.65; }
.shop-store-note + .button { margin-top: 1.6rem; }
.shop-image { height: 610px; margin: 0; overflow: hidden; transform: rotate(2.5deg); box-shadow: 22px 22px 0 var(--gold); }
.shop-image img { height: 100%; object-fit: cover; object-position: center 63%; }
.shop-orbit { position: absolute; right: -5rem; bottom: -7rem; width: 330px; aspect-ratio: 1; border: 1px solid rgba(247, 242, 235, .15); border-radius: 50%; }
.shop-orbit::after { content: "✦"; position: absolute; top: -18px; left: 50%; color: var(--gold); font-size: 1.4rem; }

.visit-heading { display: grid; grid-template-columns: .25fr 1fr; }
.visit-heading .eyebrow, .visit-heading .display-title { grid-column: 2; }
.visit-grid { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(3rem, 8vw, 9rem); margin-top: 5rem; align-items: center; }
.visit-photo { height: 470px; overflow: hidden; background: var(--sand); }
.visit-photo img { height: 100%; object-fit: cover; }
.visit-info { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.4rem; }
.visit-block { padding-top: 1.2rem; border-top: 1px solid var(--line); }
.visit-block > span { color: var(--wine); font-size: .65rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.visit-block p { margin: .7rem 0 0; }
.visit-actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 2rem; margin-top: 1rem; }

.site-footer { padding: 6rem max(40px, calc((100vw - 1320px) / 2)) 1.8rem; color: var(--ivory); background: var(--cacao-dark); }
.footer-brand { display: flex; align-items: center; justify-content: space-between; padding-bottom: 3rem; border-bottom: 1px solid rgba(247, 242, 235, .16); }
.footer-brand img { width: 160px; }
.footer-brand p { font-family: var(--serif); font-size: 1.25rem; font-style: italic; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; padding: 3.5rem 0; }
.footer-nav > div { display: grid; gap: .55rem; align-content: start; }
.footer-nav span { margin-bottom: .5rem; color: var(--sand); font-size: .62rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.footer-nav a { width: max-content; color: rgba(247, 242, 235, .72); }
.footer-nav a:hover { color: var(--gold); }
.footer-nav .footer-shop-link { margin-top: .55rem; padding-bottom: .25rem; color: var(--gold); border-bottom: 1px solid rgba(242, 201, 76, .55); font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 1.5rem; border-top: 1px solid rgba(247, 242, 235, .16); color: rgba(247, 242, 235, .45); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }

/* Menu page */
.menu-page { background: var(--ivory); }
.menu-hero { min-height: 92svh; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 7vw; padding: 150px max(40px, calc((100vw - 1320px) / 2)) 80px; color: var(--ivory); background: var(--cacao); }
.menu-hero-copy .display-title { font-size: clamp(4.5rem, 8vw, 9rem); }
.menu-hero-copy .lead { max-width: 500px; color: rgba(247, 242, 235, .72); }
.menu-hero-gallery { min-height: 620px; display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; align-items: end; }
.menu-hero-gallery figure { height: 560px; margin: 0; overflow: hidden; }
.menu-hero-gallery figure:last-child { height: 460px; }
.menu-hero-gallery img { height: 100%; object-fit: cover; }
.temporary-menu { background: var(--ivory); }
.temporary-menu-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.temporary-menu-heading h2 { margin: .5rem 0 1rem; font-family: var(--serif); font-size: clamp(3rem, 6vw, 6.5rem); font-weight: 400; letter-spacing: -.05em; line-height: .98; }
.temporary-menu-heading p:last-child { max-width: 650px; color: rgba(37, 27, 24, .66); }
.temporary-menu-heading .button { flex: 0 0 auto; }
.temporary-menu-document { width: min(1040px, 100%); margin: 4rem auto 0; padding: clamp(.7rem, 2vw, 1.4rem); background: var(--cacao); box-shadow: 0 28px 80px rgba(37, 27, 24, .16); }
.temporary-menu-document object { display: block; width: 100%; height: clamp(760px, 112vw, 1380px); border: 0; background: #fff; }
.temporary-menu-document p { margin: 0; padding: 3rem 2rem; color: var(--ivory); text-align: center; }
.temporary-menu-document a { color: var(--gold); text-decoration: underline; text-underline-offset: .2em; }
.temporary-menu-note { max-width: 760px; margin: 2rem auto 0; color: rgba(37, 27, 24, .55); text-align: center; }
.menu-jump { position: sticky; z-index: 100; top: 78px; display: flex; justify-content: center; gap: clamp(1rem, 4vw, 4rem); padding: 1rem 2rem; background: rgba(247, 242, 235, .95); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.menu-jump a { font-size: .68rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.menu-jump a:hover { color: var(--wine); }
.menu-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 9rem); scroll-margin-top: 150px; }
.menu-section-title { position: sticky; top: 160px; align-self: start; }
.menu-section-title > span { color: var(--wine); font-family: var(--serif); }
.menu-section-title h2 { margin: .6rem 0 1.2rem; font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.8rem); font-weight: 400; letter-spacing: -.05em; line-height: .98; }
.menu-section-title > strong { display: block; margin-bottom: 1rem; color: var(--wine); font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.menu-section-title > p:last-child { max-width: 500px; color: rgba(37, 27, 24, .66); }
.menu-list { border-top: 1px solid var(--line); }
.menu-list article { padding: 2rem 0; border-bottom: 1px solid var(--line); }
.menu-list h3, .tea-grid h3 { margin: 0 0 .6rem; font-family: var(--serif); font-size: clamp(1.6rem, 2.7vw, 2.4rem); font-weight: 400; }
.menu-list p { max-width: 680px; margin: 0; color: rgba(37, 27, 24, .66); }
.menu-list article.priced { display: grid; grid-template-columns: 1fr auto; gap: 2rem; }
.menu-list article.priced > strong { color: var(--wine); white-space: nowrap; }
.menu-section-alt { position: relative; width: 100%; padding-inline: max(40px, calc((100vw - 1320px) / 2)); color: var(--ivory); background: var(--teal); }
.menu-section-alt .menu-section-title > span, .menu-section-alt .menu-section-title > strong { color: var(--gold); }
.menu-section-alt .menu-list { border-color: rgba(247, 242, 235, .2); }
.menu-section-alt .menu-list article { border-color: rgba(247, 242, 235, .2); }
.menu-section-alt .menu-list p { color: rgba(247, 242, 235, .7); }
.tea-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.tea-grid article { padding: 2.2rem; background: var(--ivory); }
.tea-grid ul { display: grid; gap: 1.1rem; margin: 1.4rem 0 0; padding: 0; list-style: none; }
.tea-grid li { display: grid; }
.tea-grid b { font-weight: 650; }
.tea-grid small { color: rgba(37, 27, 24, .62); font-size: .82rem; }
.coffee-section { width: 100%; padding-inline: max(40px, calc((100vw - 1320px) / 2)); color: var(--ivory); background: var(--wine); }
.coffee-section .menu-section-title > span { color: var(--gold); }
.coffee-section .menu-section-title > p:last-child { color: rgba(247, 242, 235, .7); }
.coffee-list { border-top: 1px solid rgba(247, 242, 235, .2); }
.coffee-list div { display: flex; justify-content: space-between; gap: 2rem; padding: 1.6rem 0; border-bottom: 1px solid rgba(247, 242, 235, .2); font-family: var(--serif); font-size: clamp(1.4rem, 2.5vw, 2.1rem); }
.coffee-list strong { color: var(--gold); font-weight: 400; white-space: nowrap; }
.menu-note { max-width: 820px; margin: 4rem auto 7rem; padding: 0 2rem; color: rgba(37, 27, 24, .55); text-align: center; }
.menu-cta { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: 5rem max(40px, calc((100vw - 1320px) / 2)); color: var(--ivory); background: var(--cacao); }
.menu-cta h2 { max-width: 780px; margin: 0; font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 5.2rem); font-weight: 400; letter-spacing: -.04em; line-height: 1.02; }
.compact-footer { padding-top: 4rem; }

/* Legal pages and 404 */
.legal-page { background: var(--ivory); }
.legal-content { width: min(820px, calc(100vw - 40px)); margin: 0 auto; padding: 150px 0 7rem; }
.legal-content h1 { margin: 0 0 3rem; font-family: var(--serif); font-size: clamp(3.4rem, 7vw, 6.5rem); font-weight: 400; letter-spacing: -.05em; line-height: 1; }
.legal-content h2 { margin: 3rem 0 .8rem; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.legal-content p { color: rgba(37, 27, 24, .72); }
.legal-content a { border-bottom: 1px solid currentColor; }
.legal-warning { padding: 1.3rem; color: var(--ivory); background: var(--wine); }
.legal-footer { display: flex; justify-content: space-between; padding: 2rem max(20px, calc((100vw - 820px) / 2)); color: var(--ivory); background: var(--cacao-dark); }
.not-found { min-height: 100svh; display: grid; place-items: center; padding: 2rem; color: var(--ivory); background: var(--cacao); text-align: center; }
.not-found main { max-width: 760px; }
.not-found img { width: 180px; margin: 0 auto 2rem; }
.not-found h1 { margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(3rem, 8vw, 7rem); font-weight: 400; line-height: 1; }
.not-found p:not(.eyebrow) { color: rgba(247, 242, 235, .7); }
.not-found .button { margin-top: 1.5rem; }

/* Motion */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-image { overflow: hidden; }
.reveal-image img { opacity: .4; scale: 1.1; transition: opacity 1.1s var(--ease), scale 1.5s var(--ease); }
.reveal-image.is-visible img { opacity: 1; scale: 1; }

@media (max-width: 1100px) {
  :root { --container: min(100% - 48px, 1040px); }
  .site-header { grid-template-columns: 105px 1fr 165px; padding-inline: 24px; }
  .desktop-nav { gap: .8rem; font-size: .6rem; letter-spacing: .07em; }
  .shop-link[href*="sumupstore"] { padding-inline: .7rem; font-size: .62rem; }
  .manifesto { grid-template-columns: .16fr 1.05fr .8fr; gap: 2.5rem; }
  .salon { padding-inline: 24px; }
  .online-shop { padding-inline: 40px; }
}

@media (max-width: 860px) {
  :root { --container: calc(100vw - 36px); }
  .site-header { height: 76px; grid-template-columns: 1fr auto; padding-inline: 18px; }
  .site-header.is-scrolled, .site-header-solid { height: 70px; }
  .brand { width: 76px; height: 68px; }
  .brand img { width: 76px; }
  .desktop-nav, .site-header > .shop-link { display: none; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero::before { width: 100%; height: 62%; }
  .hero-copy { min-height: 670px; padding: 130px 24px 90px; }
  .hero-title { font-size: clamp(3.65rem, 15vw, 6.2rem); }
  .hero-visual { min-height: 75svh; }
  .hero-logo-mark { right: 1.2rem; bottom: 1.2rem; width: 170px; padding: .8rem 1rem; }
  .video-toggle { left: 1.2rem; bottom: 1.2rem; }
  .hero-signature { display: none; }
  .scroll-cue { bottom: calc(75svh + 1.5rem); left: 24px; }
  .manifesto, .craft, .menu-preview-head, .visit-grid, .menu-section { grid-template-columns: 1fr; }
  .manifesto { gap: .8rem; }
  .manifesto .section-number { display: none; }
  .manifesto-copy { padding-top: 1rem; }
  .display-title { font-size: clamp(3.1rem, 13vw, 5.5rem); }
  .origin-story { grid-template-columns: 1fr; gap: 2.5rem; }
  .origin-gallery { min-height: 680px; }
  .origin-main { width: 86%; height: 620px; }
  .origin-detail { width: 42%; height: 330px; border-width: 7px; box-shadow: 12px 12px 0 var(--gold); }
  .origin-copy { padding-block: 0; }
  .story-note { right: 1rem; bottom: 2rem; width: min(310px, calc(100vw - 56px)); }
  .craft-intro, .menu-section-title { position: static; }
  .salon { padding-inline: 18px; }
  .salon-grid { grid-template-columns: 1fr; grid-template-areas: "copy" "main" "detail"; }
  .salon-main { height: 680px; }
  .salon-detail { width: 86%; }
  .menu-preview-head { gap: 1rem; }
  .menu-cards { grid-template-columns: 1fr; }
  .menu-card { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--line); }
  .menu-card:last-child { border-bottom: 0; }
  .menu-card h3 { margin-top: 2rem; }
  .online-shop { grid-template-columns: 1fr; padding-inline: 24px; }
  .shop-image { height: 560px; grid-row: 1; }
  .shop-copy { grid-row: 2; }
  .visit-heading { grid-template-columns: 1fr; }
  .visit-heading .eyebrow, .visit-heading .display-title { grid-column: 1; }
  .footer-brand { align-items: flex-start; flex-direction: column; gap: 1.5rem; }
  .footer-nav { grid-template-columns: repeat(2, 1fr); }
  .menu-hero { grid-template-columns: 1fr; padding-inline: 24px; }
  .menu-hero-gallery { min-height: 480px; }
  .menu-hero-gallery figure { height: 440px; }
  .menu-hero-gallery figure:last-child { height: 360px; }
  .temporary-menu-heading { align-items: flex-start; flex-direction: column; gap: 1.5rem; }
  .temporary-menu-document { margin-top: 2.5rem; }
  .temporary-menu-document object { height: clamp(680px, 145vw, 980px); }
  .menu-jump { top: 70px; justify-content: flex-start; overflow-x: auto; }
  .menu-jump a { white-space: nowrap; }
  .menu-section-alt, .coffee-section { padding-inline: 24px; }
  .menu-section-title { margin-bottom: 2rem; }
  .menu-cta { align-items: flex-start; flex-direction: column; padding-inline: 24px; }
}

@media (max-width: 560px) {
  .hero-copy { min-height: 690px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.3rem; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 70svh; }
  .hero-logo-mark { width: 145px; padding: .65rem .8rem; }
  .scroll-cue { bottom: calc(70svh + 1.5rem); }
  .section { padding-block: 5rem; }
  .section-tight { padding-bottom: 5rem; }
  .origin-gallery { min-height: 540px; }
  .origin-main { width: 88%; height: 500px; }
  .origin-detail { width: 45%; height: 265px; }
  .house-timeline li { grid-template-columns: 1fr; gap: .55rem; }
  .image-frame { height: 620px; }
  .story-note { padding: 1.3rem; }
  .craft-steps li { grid-template-columns: 42px 1fr; gap: .8rem; }
  .salon-main { height: 600px; }
  .salon-detail { height: 220px; box-shadow: -12px 12px 0 var(--gold); }
  .shop-image { height: 500px; box-shadow: 12px 12px 0 var(--gold); }
  .visit-photo { height: 300px; }
  .visit-info { grid-template-columns: 1fr; }
  .visit-actions { grid-column: 1; align-items: flex-start; flex-direction: column; }
  .footer-nav { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .menu-hero { min-height: auto; padding-top: 120px; }
  .menu-hero-copy .display-title { font-size: clamp(4rem, 18vw, 5.5rem); }
  .menu-hero-gallery { min-height: 390px; }
  .menu-hero-gallery figure { height: 360px; }
  .menu-hero-gallery figure:last-child { height: 290px; }
  .temporary-menu { padding-inline: 18px; }
  .temporary-menu-heading .button { width: 100%; }
  .temporary-menu-document object { height: 680px; }
  .menu-jump { padding-inline: 18px; }
  .tea-grid { grid-template-columns: 1fr; }
  .menu-list article.priced { grid-template-columns: 1fr; gap: .7rem; }
  .legal-footer { flex-direction: column; gap: .7rem; }
}

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

@media print {
  .site-header, .mobile-panel, .menu-jump, .menu-cta, .site-footer, .temporary-menu-heading, .temporary-menu-note { display: none !important; }
  .menu-hero { min-height: auto; grid-template-columns: 1fr; padding: 2cm 0 1cm; color: #000; background: #fff; }
  .menu-hero-gallery { display: none; }
  .temporary-menu { padding: 0; }
  .temporary-menu-document { width: 100%; margin: 0; padding: 0; background: #fff; box-shadow: none; }
  .temporary-menu-document object { height: 26cm; }
  .menu-section, .menu-section-alt, .coffee-section { width: 100%; display: block; padding: 1cm 0; color: #000; background: #fff; break-inside: avoid; }
  .menu-section-title { position: static; }
  .menu-list article, .coffee-list div { border-color: #999; }
  .menu-note { margin: 1cm auto; }
}
