:root {
  --ink: #17202a;
  --charcoal: #171717;
  --charcoal-soft: #232321;
  --ivory: #f7f4ee;
  --paper: #fffefa;
  --stone: #d8d0c2;
  --bronze: #9b7b4c;
  --bronze-light: #c1a273;
  --coffee: #3a2b23;
  --line-dark: rgba(23, 32, 42, .18);
  --line-light: rgba(247, 244, 238, .18);
  --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
  --brand-serif: "Cinzel", Georgia, serif;
  --shell: min(1180px, calc(100vw - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ivory); }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.page-shell { width: var(--shell); margin-inline: auto; }
.narrow-shell { width: min(830px, calc(100vw - 40px)); margin-inline: auto; text-align: center; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-180%); background: var(--ink); color: white; padding: 12px 18px; }
.skip-link:focus { transform: translateY(0); }

.topbar { min-height: 34px; padding: 8px 36px; display: flex; justify-content: space-between; align-items: center; background: var(--charcoal); color: rgba(247,244,238,.72); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; }
.topbar p { margin: 0; }
.topbar a { transition: color .2s ease; }
.topbar a:hover, .topbar a:focus-visible { color: var(--bronze-light); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,254,250,.97); border-bottom: 1px solid var(--line-dark); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 10px 30px rgba(23,32,42,.08); }
.brand-row { min-height: 124px; position: relative; display: flex; align-items: center; justify-content: center; padding: 14px 48px 12px; }
.brand { display: flex; flex-direction: column; align-items: center; line-height: 1; }
.brand-wordmark { color: var(--ink); font-family: var(--brand-serif); font-size: 1.62rem; font-weight: 500; font-variant-numeric: lining-nums; font-feature-settings: "lnum" 1, "kern" 1; letter-spacing: .18em; line-height: 1; white-space: nowrap; }
.brand-rule { width: 100%; height: 1px; margin: 8px 0 7px; background: linear-gradient(90deg, transparent, var(--bronze) 18%, var(--bronze) 82%, transparent); }
.brand-sub { color: var(--ink); font-size: .55rem; font-weight: 600; letter-spacing: .44em; }
.brand-signature { margin-top: 6px; font-family: var(--serif); font-size: .82rem; font-style: italic; color: #746b60; }
.header-book { position: absolute; right: 48px; top: 50%; transform: translateY(-50%); min-width: 160px; padding: 12px 18px; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); text-align: center; font-size: .66rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.header-book:hover, .header-book:focus-visible { background: transparent; color: var(--ink); }
.main-nav { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 46px; border-top: 1px solid var(--line-dark); }
.main-nav a { font-size: .66rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--bronze); }
.mobile-book, .menu-button { display: none; }

.hero { min-height: calc(100svh - 206px); position: relative; display: grid; align-items: center; overflow: hidden; background: var(--charcoal); }
.hero-image, .hero-overlay { position: absolute; inset: 0; }
.hero-image { background: url("assets/hero-clube-159.webp") center right / cover no-repeat; transform: scale(1.015); animation: heroSettle 1.6s ease forwards; }
.hero-overlay { background: linear-gradient(90deg, rgba(13,13,13,.94) 0%, rgba(13,13,13,.73) 40%, rgba(13,13,13,.18) 74%, rgba(13,13,13,.06) 100%); }
.hero-content { position: relative; z-index: 2; padding: 90px 0; color: var(--paper); }
.eyebrow, .section-label { margin: 0; color: var(--bronze); font-size: .68rem; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; }
.hero .eyebrow { color: var(--bronze-light); animation: riseIn .8s .08s ease both; }
.hero h1 { max-width: 760px; margin: 22px 0 24px; font-family: var(--serif); font-size: clamp(4.8rem, 7.5vw, 7.6rem); font-weight: 500; line-height: .9; letter-spacing: -.035em; animation: riseIn .9s .16s ease both; }
.hero-content > p:not(.eyebrow) { max-width: 520px; margin: 0 0 36px; color: rgba(247,244,238,.78); animation: riseIn .9s .25s ease both; }
.hero .button { animation: riseIn .9s .34s ease both; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 28px; border: 1px solid transparent; font-size: .67rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.button-light { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.button-light:hover, .button-light:focus-visible { background: transparent; color: var(--paper); }
.button-dark { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.button-dark:hover, .button-dark:focus-visible { background: transparent; color: var(--ink); }
.text-link { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: .76rem; letter-spacing: .08em; transition: color .2s ease; }
.text-link:hover, .text-link:focus-visible { color: var(--bronze); }

.intro { background: var(--paper); }
.intro h2 { margin: 24px 0 28px; font-family: var(--serif); font-size: clamp(3.7rem, 5.4vw, 5.8rem); font-weight: 500; line-height: .94; letter-spacing: -.035em; }
.intro-text { max-width: 680px; margin: 0 auto; color: #625d55; }
.intro-values { margin-top: 46px; display: flex; align-items: center; justify-content: center; gap: 26px; color: var(--ink); font-family: var(--serif); font-size: 1.32rem; letter-spacing: .06em; }
.intro-values i { width: 4px; height: 4px; background: var(--bronze); transform: rotate(45deg); }

.services { background: var(--ivory); border-top: 1px solid var(--line-dark); }
.section-heading { max-width: 760px; margin: 0 auto 66px; text-align: center; }
.section-heading h2 { margin: 18px 0 18px; font-family: var(--serif); font-size: clamp(3.2rem, 4.6vw, 5rem); font-weight: 500; line-height: 1; }
.section-heading > p:last-child { max-width: 580px; margin: 0 auto; color: #625d55; }
.service-explorer { border: 1px solid var(--line-dark); background: var(--paper); }
.service-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line-dark); }
.service-tabs button { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 0 24px; border: 0; border-right: 1px solid var(--line-dark); background: transparent; color: #625d55; cursor: pointer; font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: background .25s ease, color .25s ease; }
.service-tabs button:last-child { border-right: 0; }
.service-tabs button:hover, .service-tabs button:focus-visible { color: var(--bronze); }
.service-tabs button.active { background: var(--ink); color: var(--paper); }
.service-tabs small { color: var(--bronze); font-size: .6rem; letter-spacing: .08em; }
.service-explorer-grid { display: block; }
.service-list { max-height: 620px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--bronze) rgba(23,32,42,.08); }
.service-list::-webkit-scrollbar { width: 4px; }
.service-list::-webkit-scrollbar-track { background: rgba(23,32,42,.08); }
.service-list::-webkit-scrollbar-thumb { background: var(--bronze); }
.service-list button { width: 100%; min-height: 68px; display: grid; grid-template-columns: 38px 1fr 24px; align-items: center; gap: 14px; padding: 14px 24px; border: 0; border-bottom: 1px solid var(--line-dark); background: transparent; color: var(--ink); text-align: left; cursor: pointer; transition: background .2s ease, color .2s ease, padding .2s ease; }
.service-list button:last-child { border-bottom: 0; }
.service-list button:hover, .service-list button:focus-visible { background: rgba(155,123,76,.08); }
.service-list button.active { padding-left: 30px; background: var(--ivory); color: var(--bronze); }
.service-list button[hidden] { display: none; }
.service-list button span { color: var(--bronze); font-size: .6rem; letter-spacing: .12em; }
.service-list button strong { font-family: var(--serif); font-size: 1.32rem; font-weight: 500; line-height: 1.1; }
.service-list button i { justify-self: end; font-family: var(--sans); font-size: 1.05rem; font-style: normal; font-weight: 300; transition: transform .2s ease; }
.service-inline-detail { display: block; margin: 0; padding: 30px 32px 32px; background: var(--charcoal); color: var(--paper); }
.service-inline-detail[hidden] { display: none; }
.service-inline-detail-head { position: relative; display: block; width: 100%; }
.service-inline-detail-description { width: 100%; max-width: none; margin: 0; padding-right: 58px; color: rgba(247,244,238,.72); font-size: .92rem; line-height: 1.6; text-align: justify; }
.service-inline-close { position: absolute; top: 0; right: 0; width: 40px; height: 40px; border: 1px solid var(--line-light); background: transparent; color: var(--paper); font-size: 1.5rem; font-weight: 300; line-height: 1; cursor: pointer; }
.service-inline-close:hover, .service-inline-close:focus-visible { background: var(--paper); color: var(--ink); }
.service-inline-detail > .button { margin-top: 24px; }
.service-inline-detail.is-changing .service-inline-detail-description { animation: serviceChange .32s ease both; }
@keyframes serviceChange { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.product-teaser { padding: 118px 0; border-top: 1px solid var(--line-dark); background: var(--paper); }
.product-teaser-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(58px, 9vw, 132px); align-items: center; }
.product-teaser-stage { position: relative; min-height: 600px; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle at 50% 44%, #332b25 0%, #1a1816 48%, #111 100%); color: var(--paper); }
.product-teaser-stage::before { content: ""; position: absolute; inset: 28px; border: 1px solid rgba(193,162,115,.34); pointer-events: none; }
.brand-partnership { position: relative; z-index: 2; width: min(calc(100% - 80px), 570px); min-width: 0; display: flex; align-items: center; justify-content: center; gap: clamp(12px, 2vw, 24px); }
.partnership-clube { min-width: 0; display: flex; flex-direction: column; align-items: center; flex: 1 1 0; }
.partnership-clube strong { max-width: 100%; color: var(--paper); font-family: var(--brand-serif); font-size: clamp(1rem, 1.7vw, 1.65rem); font-weight: 500; letter-spacing: .1em; line-height: 1; white-space: nowrap; }
.partnership-clube span { width: 100%; margin-top: 10px; padding-top: 9px; border-top: 1px solid rgba(193,162,115,.65); color: var(--bronze-light); font-size: .52rem; font-weight: 600; letter-spacing: .35em; text-align: center; }
.partnership-cross { flex: 0 0 auto; color: var(--bronze-light); font-family: var(--serif); font-size: 2.5rem; font-weight: 300; line-height: 1; }
.brand-partnership > img { flex: 1 1 0; min-width: 0; max-width: 190px; width: clamp(120px, 16vw, 190px); height: auto; object-fit: contain; }
.partnership-note { position: absolute; left: 50%; bottom: 56px; z-index: 2; width: max-content; max-width: calc(100% - 90px); margin: 0; transform: translateX(-50%); color: rgba(247,244,238,.48); font-size: .56rem; font-weight: 600; letter-spacing: .22em; text-align: center; }
.product-teaser-copy h2 { max-width: 520px; margin: 20px 0 26px; font-family: var(--serif); font-size: clamp(4rem, 5.4vw, 6rem); font-weight: 500; line-height: .9; letter-spacing: -.035em; }
.product-teaser-copy > p:not(.section-label) { max-width: 520px; color: #625d55; }
.product-teaser-notes { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 540px; margin: 36px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.product-teaser-notes span { padding: 18px 10px 18px 0; color: #625d55; font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.product-teaser-notes span + span { padding-left: 16px; border-left: 1px solid var(--line-dark); }
.product-teaser-notes strong { display: block; margin-bottom: 4px; color: var(--bronze); font-size: .58rem; letter-spacing: .16em; }

.founder { display: grid; grid-template-columns: 1fr 1fr; min-height: 780px; background: var(--charcoal); color: var(--paper); }
.founder-image { position: relative; min-height: 720px; overflow: hidden; isolation: isolate; }
.founder-image img { position: relative; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: right top; transform: scale(1.4); transform-origin: 100% 12%; filter: saturate(.76) contrast(1.04); }
.founder-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(50px, 8vw, 130px); }
.section-label.light { color: var(--bronze-light); }
.founder h2 { margin: 0 0 2px; font-family: var(--serif); font-size: clamp(4.2rem, 6vw, 6.8rem); font-weight: 500; line-height: .9; }
.founder-role { margin: 0 0 34px; color: var(--bronze-light); font-size: .67rem; letter-spacing: .18em; text-transform: uppercase; }
.experience-line { display: flex; align-items: center; gap: 22px; margin-bottom: 32px; padding: 24px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.experience-line strong { color: var(--bronze-light); font-family: var(--serif); font-size: 4.4rem; font-weight: 400; line-height: .8; }
.experience-line span { color: rgba(247,244,238,.66); font-size: .68rem; letter-spacing: .12em; line-height: 1.55; text-transform: uppercase; }
.founder-lead { margin: 0 0 18px; font-family: var(--serif); font-size: 1.55rem; line-height: 1.35; }
.founder-copy > p:not(.section-label):not(.founder-role):not(.founder-lead) { color: rgba(247,244,238,.64); }
.craft-principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 26px; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.craft-principles div { padding: 20px 16px 20px 0; }
.craft-principles div + div { padding-left: 16px; border-left: 1px solid var(--line-light); }
.craft-principles strong, .craft-principles span { display: block; }
.craft-principles strong { margin-bottom: 7px; color: var(--bronze-light); font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.craft-principles span { color: rgba(247,244,238,.55); font-size: .68rem; line-height: 1.55; }
.light-link { align-self: flex-start; margin-top: 22px; color: var(--bronze-light); }

.story { position: relative; overflow: hidden; background: var(--paper); }
.story-number { position: absolute; left: -2vw; top: 50%; transform: translateY(-50%); color: rgba(23,32,42,.035); font-family: var(--serif); font-size: min(48vw, 660px); font-weight: 600; line-height: .7; }
.story-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 130px; align-items: center; }
.story h2 { margin: 20px 0 0; font-family: var(--serif); font-size: clamp(3.8rem, 5.2vw, 5.8rem); font-weight: 500; line-height: .94; }
.story-copy > p { color: #625d55; }
.story blockquote { margin: 38px 0 0; padding: 25px 0 0; border-top: 1px solid var(--line-dark); font-family: var(--serif); font-size: 2rem; line-height: 1.2; }

.atmosphere { padding: 125px 0; background: var(--coffee); color: var(--paper); text-align: center; }
.atmosphere h2 { margin: 24px 0 24px; font-family: var(--serif); font-size: clamp(3.7rem, 5.2vw, 5.7rem); font-weight: 400; line-height: .95; }
.atmosphere-inner > p:last-child { max-width: 630px; margin: 0 auto; color: rgba(247,244,238,.68); }

.location { background: var(--ivory); }
.location-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 110px; align-items: center; }
.location h2 { margin: 18px 0 30px; font-family: var(--serif); font-size: clamp(4rem, 5.4vw, 6rem); font-weight: 500; line-height: .9; }
.location address { color: #625d55; font-style: normal; }
.location-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.opening-card { min-height: 390px; display: flex; flex-direction: column; justify-content: center; padding: 54px; border: 1px solid var(--line-dark); background: var(--paper); text-align: center; }
.opening-card > p { margin: 0; color: var(--bronze); font-size: .68rem; font-weight: 600; letter-spacing: .28em; }
.opening-card strong { margin: 30px 0 22px; font-family: var(--serif); font-size: 5.2rem; font-weight: 500; line-height: .8; }
.opening-card span { color: #6a645b; }
.opening-card a { align-self: center; margin-top: 30px; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }

.final-cta { padding: 125px 0; background: var(--charcoal); color: var(--paper); }
.final-cta h2 { margin: 24px 0 42px; font-family: var(--serif); font-size: clamp(3.8rem, 5.3vw, 5.8rem); font-weight: 400; line-height: .95; }

.site-footer { padding: 72px 0 28px; background: #101010; color: var(--paper); }
.footer-top { display: grid; grid-template-columns: 1.4fr .9fr .6fr; gap: 70px; align-items: center; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; }
.footer-wordmark { color: var(--paper); font-family: var(--brand-serif); font-size: 1.55rem; font-weight: 500; font-variant-numeric: lining-nums; font-feature-settings: "lnum" 1, "kern" 1; letter-spacing: .16em; line-height: 1; white-space: nowrap; }
.footer-brand small { margin-top: 8px; color: var(--bronze-light); font-family: var(--sans); font-size: .52rem; letter-spacing: .3em; }
.footer-top > div p { margin: 0; color: rgba(247,244,238,.6); font-size: .76rem; }
.footer-top > div:last-child { display: flex; flex-direction: column; gap: 8px; }
.footer-top > div:last-child a { color: rgba(247,244,238,.72); font-size: .74rem; }
.footer-bottom { margin-top: 52px; padding-top: 24px; border-top: 1px solid var(--line-light); color: rgba(247,244,238,.35); font-size: .65rem; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes riseIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroSettle { from { transform: scale(1.055); } to { transform: scale(1.015); } }

@media (max-width: 980px) {
  :root { --shell: min(100% - 48px, 820px); }
  .brand-row { min-height: 94px; padding: 10px 24px; justify-content: space-between; }
  .brand { position: absolute; left: 50%; transform: translateX(-50%); }
  .brand-wordmark { font-size: 1.3rem; letter-spacing: .15em; }
  .brand-rule { margin: 5px 0; }
  .brand-sub { font-size: .46rem; letter-spacing: .34em; }
  .brand-signature { display: none; }
  .header-book { right: 24px; }
  .menu-button { display: inline-flex; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; flex-direction: column; justify-content: center; gap: 7px; z-index: 102; }
  .menu-button span:not(.sr-only) { display: block; width: 25px; height: 1px; background: var(--ink); transition: transform .25s ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: absolute; top: 100%; left: 0; right: 0; height: calc(100svh - 94px); z-index: 101; min-height: 0; padding: 45px 24px; flex-direction: column; justify-content: flex-start; gap: 23px; border: 0; background: var(--paper); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .25s ease, transform .25s ease; }
  .main-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav a { font-family: var(--serif); font-size: 1.7rem; font-weight: 500; letter-spacing: .02em; text-transform: none; }
  .main-nav .mobile-book { display: inline-flex; margin-top: 15px; padding: 12px 22px; background: var(--ink); color: var(--paper); font-family: var(--sans); font-size: .67rem; letter-spacing: .15em; text-transform: uppercase; }
  .hero { min-height: 720px; }
  .product-teaser-stage { min-height: 520px; }
  .founder-image img { object-position: right top; transform: scale(1.18); transform-origin: 100% 12%; }
  .founder-copy { padding: 70px 45px; }
  .story-grid { gap: 70px; }
  .location-grid { gap: 60px; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100vw - 40px); }
  .section { padding: 86px 0; }
  .topbar { justify-content: center; padding: 8px 20px; }
  .topbar a { display: none; }
  .brand-row { min-height: 78px; }
  .header-book { display: none; }
  .main-nav { top: 100%; height: calc(100svh - 78px); }
  .hero { min-height: 690px; }
  .hero-image { background-position: 66% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(13,13,13,.92) 0%, rgba(13,13,13,.67) 76%, rgba(13,13,13,.28) 100%); }
  .hero-content { align-self: end; padding: 70px 0; }
  .hero h1 { font-size: clamp(3.8rem, 17vw, 5.3rem); }
  .hero-content > p:not(.eyebrow) { max-width: 88%; }
  .intro h2 { font-size: 3.6rem; }
  .intro-values { gap: 12px; font-size: 1.05rem; }
  .service-tabs { display: flex; overflow-x: auto; scrollbar-width: none; }
  .service-tabs::-webkit-scrollbar { display: none; }
  .service-tabs button { flex: 0 0 auto; min-width: 155px; min-height: 64px; padding: 0 18px; }
  .service-list { max-height: 345px; border-bottom: 1px solid var(--line-dark); }
  .service-list button { min-height: 64px; padding: 12px 18px; }
  .service-list button.active { padding-left: 24px; }
  .service-list button strong { font-size: 1.2rem; }
  .service-inline-detail { padding: 28px 24px 30px; }
  .product-teaser { padding: 86px 0; }
  .product-teaser-grid { grid-template-columns: 1fr; gap: 52px; }
  .product-teaser-stage { min-height: 460px; }
  .brand-partnership { width: 72%; flex-direction: column; gap: 26px; }
  .partnership-clube strong { font-size: 1.65rem; }
  .partnership-cross { font-size: 2rem; }
  .brand-partnership > img { width: 170px; }
  .partnership-note { bottom: 44px; max-width: calc(100% - 70px); }
  .product-teaser-copy h2 { font-size: 4rem; }
  .product-teaser-notes { grid-template-columns: 1fr; }
  .product-teaser-notes span { padding: 14px 0; }
  .product-teaser-notes span + span { padding-left: 0; border-top: 1px solid var(--line-dark); border-left: 0; }
  .founder { grid-template-columns: 1fr; }
  .founder-image { min-height: 570px; }
  .founder-image img { object-position: right top; transform: scale(1.22); transform-origin: 100% 12%; }
  .founder-copy { padding: 76px 20px 86px; }
  .founder h2 { font-size: 4.3rem; }
  .craft-principles { grid-template-columns: 1fr; }
  .craft-principles div { padding: 17px 0; }
  .craft-principles div + div { padding-left: 0; border-top: 1px solid var(--line-light); border-left: 0; }
  .story-number { top: 24%; font-size: 94vw; }
  .story-grid { grid-template-columns: 1fr; gap: 45px; }
  .story h2 { font-size: 3.6rem; }
  .atmosphere { padding: 96px 0; }
  .atmosphere h2 { font-size: 3.5rem; }
  .location-grid { grid-template-columns: 1fr; }
  .location h2 { font-size: 4rem; }
  .location-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .opening-card { min-height: 350px; padding: 42px 24px; }
  .opening-card strong { font-size: 4.4rem; }
  .final-cta { padding: 96px 0; }
  .final-cta h2 { font-size: 3.55rem; }
  .footer-top { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { margin-top: 38px; }
}

@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; }
}
