:root {
  --maroon: #5a101d;
  --maroon-deep: #29070d;
  --maroon-ink: #160306;
  --gold: #c9a05a;
  --gold-light: #edd8a6;
  --cream: #f5f0e7;
  --paper: #fbfaf7;
  --ink: #191716;
  --muted: #716a65;
  --line: rgba(35, 24, 20, .14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; right: 0; width: 100%; max-width: 1440px; margin: auto; padding: 25px clamp(22px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: white; }
.site-header .brand { position: absolute; top: 25px; left: clamp(25px, 8vw, 125px); display: inline-flex; width: max-content; transform: translateX(-23px); flex-direction: column; text-decoration: none; line-height: 1; }
.brand-logo { width: 174px; height: auto; }
.site-header nav { grid-column: 2; display: flex; justify-self: center; gap: 30px; }
.site-header nav a { text-decoration: none; font-size: .82rem; letter-spacing: .08em; color: rgba(255,255,255,.78); }
.site-header nav a:hover { color: white; }
.header-cta { grid-column: 3; justify-self: end; padding: 11px 17px; border: 1px solid rgba(236,216,166,.48); border-radius: 999px; text-decoration: none; color: var(--gold-light); font-size: .78rem; letter-spacing: .04em; }

.hero { position: relative; min-height: 780px; overflow: hidden; background: radial-gradient(circle at 78% 38%, rgba(181,75,91,.28), transparent 24%), radial-gradient(circle at 15% 0%, rgba(142,42,58,.48), transparent 34%), linear-gradient(135deg, #24050b 0%, #5c101e 50%, #30070f 100%); color: white; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; padding: 130px clamp(25px, 8vw, 125px) 70px; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: repeating-linear-gradient(116deg, transparent 0 40px, rgba(255,255,255,.035) 41px 42px); transform: scale(1.3) rotate(-3deg); }
.hero-glow { position: absolute; width: 600px; height: 600px; right: -240px; top: 130px; border: 1px solid rgba(202,160,90,.2); border-radius: 50%; box-shadow: 0 0 100px rgba(202,160,90,.08); }
.hero-copy { position: relative; z-index: 1; max-width: 700px; }
.eyebrow { margin: 0 0 22px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 700; }
.eyebrow.dark { color: #8c632f; }
.hero h1 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 4.45vw, 5.8rem); font-weight: 400; line-height: .92; letter-spacing: -.05em; }
.headline-line { display: block; }
.hero h1 em { color: var(--gold-light); font-style: italic; font-weight: 400; }
.hero-lede { max-width: 650px; margin: 34px 0 0; font-size: clamp(1.02rem, 1.6vw, 1.26rem); color: rgba(255,255,255,.72); }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 36px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 23px; border: 1px solid transparent; border-radius: 2px; text-decoration: none; font-size: .82rem; font-weight: 700; letter-spacing: .06em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #241507; }
.button-quiet { border-color: rgba(255,255,255,.32); color: white; }
.button-maroon { background: var(--maroon); color: white; }
.hero-notes { display: flex; gap: clamp(22px, 4vw, 54px); margin-top: 55px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.16); }
.hero-notes div { display: grid; gap: 4px; }
.hero-notes strong { font-family: var(--serif); color: var(--gold-light); font-weight: 400; font-size: 1.12rem; }
.hero-notes span { color: rgba(255,255,255,.48); font-size: .69rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-art { position: relative; z-index: 1; justify-self: center; width: min(66%, 350px); perspective: 1200px; }
.cover-frame { position: relative; z-index: 2; display: block; border: 1px solid rgba(236,216,166,.32); box-shadow: 0 45px 80px rgba(0,0,0,.48); transform: rotate(3.2deg); transition: transform .4s ease; cursor: pointer; }
.cover-frame:hover { transform: rotate(1deg) translateY(-6px); }
.cover-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 7px rgba(255,255,255,.04); }
.gold-orbit { position: absolute; z-index: 0; width: 135%; aspect-ratio: 1; border: 1px solid rgba(202,160,90,.3); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.floating-note { position: absolute; z-index: 3; right: -30%; bottom: 10%; width: 152px; padding: 17px 18px; background: rgba(30,5,10,.88); border: 1px solid rgba(202,160,90,.35); backdrop-filter: blur(10px); }
.floating-note span { display: block; color: var(--gold-light); font-size: .64rem; text-transform: uppercase; letter-spacing: .15em; }
.floating-note strong { display: block; margin-top: 5px; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }

.intro, .featured, .catalogue, .showrooms { padding: clamp(80px, 10vw, 145px) clamp(22px, 7vw, 105px); }
.intro { background: var(--cream); }
.mobile-category-strip { display: none; }
.intro-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(50px, 7vw, 105px); align-items: center; }
.intro-heading .eyebrow { margin-bottom: 18px; }
.intro-heading h2 { color: #111; }
.intro h2, .section-heading h2, .catalogue h2, .showrooms h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 5.25rem); line-height: .98; font-weight: 400; letter-spacing: -.04em; }
.intro-grid > div { max-width: 600px; color: #4e4844; font-size: 1.06rem; }
.intro-grid p:first-child { margin-top: 2px; }
#legacy-title { font-size: clamp(2.6rem, 3.35vw, 4.5rem); }

.featured { background: var(--maroon-ink); color: white; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(260px, 420px); gap: 50px; align-items: end; margin-bottom: 55px; }
.section-heading > p { color: rgba(255,255,255,.58); margin: 0 0 7px; }
.feature-grid { display: grid; grid-template-columns: 1.05fr .95fr; grid-template-rows: repeat(2, minmax(270px, 38vw)); gap: 12px; }
.feature-card { position: relative; padding: 0; overflow: hidden; border: 0; background: #1b1513; cursor: pointer; color: white; text-align: left; }
.feature-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 16%; filter: saturate(.8) contrast(1.04); transition: transform .6s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
.feature-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08) 20%, rgba(0,0,0,.2) 52%, rgba(0,0,0,.88) 100%); }
.feature-card:hover img { transform: scale(1.035); filter: saturate(1); }
.feature-wide { grid-row: span 1; }
.feature-overlay { position: absolute; z-index: 2; left: clamp(14px, 2vw, 28px); right: clamp(14px, 2vw, 28px); bottom: clamp(14px, 2vw, 24px); display: grid; padding: clamp(18px, 2.5vw, 30px); background: linear-gradient(120deg, rgba(0,0,0,.72), rgba(0,0,0,.44)); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 15px 38px rgba(0,0,0,.3); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); }
.feature-overlay small { color: var(--gold-light); text-transform: uppercase; letter-spacing: .14em; font-size: .65rem; }
.feature-overlay strong { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 3rem); font-weight: 400; line-height: 1.15; }
.feature-overlay em { margin-top: 7px; font-style: normal; color: rgba(255,255,255,.7); font-size: .82rem; }
.mobile-shop-section { display: none; }
.featured-shop { margin-inline: -1px; overflow: hidden; }
.featured-products-track { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 14px; }
.shop-card { position: relative; display: flex; min-width: 0; flex-direction: column; padding: 0; overflow: hidden; border: 1px solid rgba(35,24,20,.11); border-radius: 3px; background: #fff; color: var(--ink); text-align: left; cursor: pointer; box-shadow: 0 8px 25px rgba(49,31,24,.05); transition: transform .25s ease, box-shadow .25s ease; }
.shop-card:hover { transform: translateY(-3px); box-shadow: 0 15px 34px rgba(49,31,24,.1); }
.shop-card-image { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #f1eee9; }
.shop-card-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .4s ease; }
.shop-card:hover .shop-card-image img { transform: scale(1.02); }
.shop-sale { position: absolute; top: 10px; left: 10px; padding: 5px 8px; border-radius: 2px; background: var(--maroon); color: #fff; font-size: .61rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.shop-card-copy { display: flex; flex: 1; flex-direction: column; padding: 15px 14px 16px; }
.shop-category { color: #8c632f; font-size: .61rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.shop-card h3 { margin: 7px 0 3px; font-family: var(--serif); font-size: 1.08rem; font-weight: 400; line-height: 1.18; }
.shop-finish { margin: 0 0 11px; color: var(--muted); font-size: .72rem; }
.shop-price { display: flex; align-items: baseline; gap: 7px; margin-top: auto; }
.shop-price strong { color: var(--maroon); font-size: .92rem; }
.shop-price del { color: #988f89; font-size: .68rem; }
.shop-view { display: block; margin-top: 11px; padding-top: 10px; border-top: 1px solid var(--line); color: var(--maroon); font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.shop-pagination { display: none; }

.book-section { position: relative; overflow: hidden; padding: clamp(80px, 10vw, 145px) clamp(18px, 7vw, 105px); background: radial-gradient(circle at 8% 16%, rgba(202,160,90,.13), transparent 26%), linear-gradient(145deg, #190307, #400a13 58%, #210409); color: white; }
.book-section::before { content: "16"; position: absolute; right: -1vw; top: -9vw; font-family: var(--serif); font-size: clamp(17rem, 38vw, 42rem); line-height: 1; color: rgba(255,255,255,.022); pointer-events: none; }
.book-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr minmax(280px, 440px); gap: 50px; align-items: end; max-width: 1280px; margin: 0 auto 58px; }
.book-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 4.8vw, 5.2rem); line-height: .92; font-weight: 400; letter-spacing: -.045em; }
.book-heading > p { margin: 0 0 7px; color: rgba(255,255,255,.6); }
.catalogue-stage { position: relative; z-index: 1; max-width: 1280px; margin: 0 auto; padding: 20px 20px 24px; border: 1px solid rgba(236,216,166,.24); background: linear-gradient(150deg, rgba(0,0,0,.72), rgba(0,0,0,.46)); box-shadow: 0 35px 90px rgba(0,0,0,.58); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); }
.catalogue-stage::before { content: ""; position: absolute; inset: 54px 0 0; pointer-events: none; background: radial-gradient(circle at 50% 44%, rgba(202,160,90,.12), transparent 36%), rgba(0,0,0,.16); }
.catalogue-stage > * { position: relative; z-index: 1; }
.catalogue-stage:fullscreen { max-width: none; width: 100%; height: 100%; padding: 18px; background: #190307; display: flex; flex-direction: column; }
.catalogue-stage:fullscreen .stage-topbar { grid-template-columns: 1fr 1fr auto; flex: 0 0 54px; }
.catalogue-stage:fullscreen .page-status { justify-self: start; margin-left: 36px; }
.catalogue-stage:fullscreen .book-viewer { min-height: 0; flex: 1 1 auto; padding: 18px 0 14px; }
.catalogue-stage:fullscreen .page-shell { height: min(calc(100vh - 260px), 620px); }
.catalogue-stage:fullscreen .book-controls { flex: 0 0 auto; }
.catalogue-stage:fullscreen .thumbnail-rail { flex: 0 0 88px; }
.stage-topbar { height: 54px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: start; border-bottom: 1px solid rgba(255,255,255,.13); }
.stage-brand img { width: 132px; height: auto; }
.page-status { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.48); font-size: .71rem; letter-spacing: .12em; }
.page-status span:first-child { color: var(--gold-light); font-weight: 800; }
.page-status i { display: block; width: 35px; height: 1px; background: rgba(255,255,255,.22); }
.stage-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.fullscreen-button { border: 0; background: transparent; color: rgba(255,255,255,.66); font: 700 .68rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.fullscreen-button span { color: var(--gold-light); margin-left: 6px; }
.download-button { color: var(--gold-light); font: 700 .68rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.download-button span { margin-left: 6px; }
.mobile-top-pagination { display: none; }
.book-viewer { min-height: 690px; display: grid; grid-template-columns: 70px minmax(280px, 540px) 70px; align-items: center; justify-content: center; gap: clamp(12px, 3vw, 42px); padding: 42px 0 35px; touch-action: pan-y; }
.page-shell { position: relative; height: 620px; aspect-ratio: 595 / 842; margin: auto; overflow: hidden; background: white; box-shadow: 0 35px 60px rgba(0,0,0,.62), 10px 0 0 rgba(255,255,255,.08), 18px 0 0 rgba(255,255,255,.035); }
.page-shell img { width: 100%; height: 100%; object-fit: contain; background: white; }
.page-corner { position: absolute; right: 0; bottom: 0; width: 0; height: 0; border-style: solid; border-width: 0 0 28px 28px; border-color: transparent transparent rgba(83,17,27,.16) transparent; filter: drop-shadow(-2px -2px 3px rgba(0,0,0,.15)); }
.book-arrow { width: 62px; aspect-ratio: 1; border: 1px solid rgba(236,216,166,.35); border-radius: 50%; background: rgba(0,0,0,.14); color: var(--gold-light); font: 300 2.4rem/1 var(--serif); cursor: pointer; transition: background .2s ease, transform .2s ease; }
.book-arrow:hover { background: var(--gold); color: #241507; transform: scale(1.06); }
.book-arrow:disabled { opacity: .25; cursor: default; transform: none; }
.book-controls { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; padding: 0 12px 19px; }
.book-controls button { border: 0; background: transparent; color: rgba(255,255,255,.72); font: 700 .72rem/1 var(--sans); letter-spacing: .06em; cursor: pointer; }
.book-controls button span { color: var(--gold-light); margin: 0 6px; }
.book-controls button:disabled { opacity: .3; }
.page-progress { height: 1px; background: rgba(255,255,255,.16); overflow: hidden; }
.page-progress span { display: block; width: 1.754%; height: 100%; background: var(--gold); transition: width .3s ease; }
.thumbnail-rail { display: flex; gap: 8px; overflow-x: auto; padding: 2px 3px 5px; scrollbar-width: thin; scrollbar-color: rgba(236,216,166,.4) transparent; }
.page-thumb { position: relative; flex: 0 0 62px; height: 84px; padding: 0; border: 1px solid transparent; background: rgba(255,255,255,.06); opacity: .42; cursor: pointer; overflow: hidden; transition: opacity .2s ease, border-color .2s ease, transform .2s ease; }
.page-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.page-thumb span { position: absolute; right: 3px; bottom: 3px; min-width: 19px; padding: 2px 3px; background: rgba(25,3,7,.82); color: white; font-size: .54rem; }
.page-thumb:hover, .page-thumb.active { opacity: 1; border-color: var(--gold); transform: translateY(-2px); }
.products-section { background: #f8f5ef; }
.all-products-grid { margin-top: 0; }

.catalogue { background: var(--paper); }
.catalogue-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.catalogue-heading > p { display: flex; align-items: baseline; gap: 7px; max-width: 390px; margin: 0 0 8px; color: var(--muted); }
.catalogue-heading > p span { color: var(--maroon); font-family: var(--serif); font-size: 1.45rem; font-weight: 700; line-height: 1; }
.filter-bar { display: flex; gap: 9px; overflow-x: auto; padding: 36px 0 30px; scrollbar-width: none; }
.filter-bar::-webkit-scrollbar { display: none; }
.filter { flex: 0 0 auto; border: 1px solid var(--line); background: transparent; color: #4c4642; border-radius: 999px; padding: 11px 17px; font: 600 .77rem/1 var(--sans); cursor: pointer; }
.filter.active { background: var(--maroon); color: white; border-color: var(--maroon); }
.offer-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 28px 15px; }
.offer-card { display: flex; flex-direction: column; min-width: 0; height: 100%; border: 0; padding: 0; background: transparent; text-align: left; cursor: pointer; color: inherit; }
.offer-image { position: relative; display: block; width: 100%; overflow: hidden; aspect-ratio: 595 / 842; background: #e9e5df; }
.offer-image img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; background: white; transition: transform .45s ease; }
.offer-card:hover .offer-image img { filter: brightness(.96); }
.offer-badge { position: absolute; top: 12px; left: 12px; padding: 6px 9px; background: rgba(72,7,17,.92); color: white; font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.offer-copy { display: block; flex: 1; width: 100%; padding: 16px 3px 0; }
.offer-copy > .offer-description { margin: 7px 0 0; min-height: 44px; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.offer-meta { display: flex; justify-content: space-between; gap: 12px; color: #8a7d75; text-transform: uppercase; letter-spacing: .1em; font-size: .62rem; font-weight: 700; }
.offer-copy h3 { margin: 8px 0 3px; font-family: var(--serif); font-size: 1.32rem; font-weight: 400; line-height: 1.2; }
.offer-copy > p { margin: 0; min-height: 22px; color: var(--muted); font-size: .78rem; }
.price-row { display: flex; align-items: baseline; gap: 10px; margin-top: 10px; }
.price-row del { color: #928b86; font-size: .74rem; }
.price-row strong { color: var(--maroon); font-size: 1rem; }
.load-more { display: block; margin: 50px auto 0; padding: 14px 22px; border: 1px solid var(--maroon); color: var(--maroon); background: transparent; font: 700 .78rem/1 var(--sans); letter-spacing: .08em; cursor: pointer; }
.load-more:hover { background: var(--maroon); color: white; }

.brand-band { display: grid; grid-template-columns: repeat(3, 1fr); background: #efe8dc; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.brand-band > div { padding: clamp(35px, 5vw, 72px); border-right: 1px solid var(--line); }
.brand-band > div:last-child { border-right: 0; }
.brand-band span { color: #9a733b; font-family: var(--serif); }
.brand-band strong { display: block; margin-top: 28px; font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.brand-band p { color: var(--muted); margin-bottom: 0; font-size: .9rem; }

.showrooms { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 10vw, 150px); background: linear-gradient(130deg, #2a060d, #59101d); color: white; }
.showroom-copy { align-self: center; }
.showroom-copy > p:not(.eyebrow) { color: rgba(255,255,255,.62); max-width: 480px; margin: 26px 0 34px; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.location-grid article { position: relative; overflow: hidden; padding: clamp(30px, 4vw, 48px); border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); transition: transform .3s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease; }
.location-grid article::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--gold), transparent); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.location-grid article:hover { z-index: 1; transform: translateY(-6px); background: rgba(255,255,255,.065); border-color: rgba(236,216,166,.42); box-shadow: 0 25px 45px rgba(0,0,0,.24); }
.location-grid article:hover::before { transform: scaleX(1); }
.location-grid small { color: var(--gold-light); text-transform: uppercase; letter-spacing: .13em; }
.location-grid .city-name { display: block; font-family: var(--sans); font-size: clamp(.7rem, .72vw, .82rem); font-weight: 700; letter-spacing: .14em; }
.location-grid h3 { margin: 5px 0 20px; font-family: var(--serif); font-size: clamp(2rem, 2.8vw, 2.8rem); font-weight: 400; line-height: 1; }
.location-grid p { min-height: 66px; color: rgba(255,255,255,.58); font-size: .82rem; }
.location-grid a { color: white; text-underline-offset: 4px; font-size: .86rem; }

footer { display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 30px; align-items: center; padding: 42px clamp(22px, 7vw, 105px); background: #130204; color: rgba(255,255,255,.56); font-size: .72rem; }
.footer-brand { display: inline-flex; width: max-content; color: white; line-height: 1; }
footer p { text-align: center; }
footer > div:last-child { justify-self: end; display: flex; gap: 20px; }

.whatsapp-fab { position: fixed; z-index: 8; right: 22px; bottom: 22px; display: block; width: 56px; height: 56px; overflow: hidden; border-radius: 50%; box-shadow: 0 12px 30px rgba(0,0,0,.22); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-fab:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 17px 38px rgba(0,0,0,.28); }
.whatsapp-fab img { position: absolute; width: 100px; max-width: none; height: 103px; left: -18px; top: -23px; }

.catalogue-modal { width: min(1080px, calc(100% - 32px)); max-height: calc(100vh - 32px); border: 0; padding: 0; background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.5); overflow: visible; }
.catalogue-modal::backdrop { background: rgba(18,3,6,.82); backdrop-filter: blur(7px); }
.modal-content { display: grid; grid-template-columns: minmax(0,.92fr) minmax(300px,.68fr); max-height: calc(100vh - 32px); overflow: auto; }
.modal-image-wrap { background: #e5dfd7; min-height: 650px; }
.modal-image-wrap img { width: 100%; height: 100%; object-fit: contain; }
.modal-info { align-self: center; padding: clamp(30px, 6vw, 75px); }
.modal-info h2 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1; font-weight: 400; }
.modal-info > p:not(.eyebrow) { color: var(--muted); }
.modal-includes { margin-top: 24px; padding: 20px 22px; border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.modal-includes h3 { margin: 0 0 13px; color: var(--maroon); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.modal-includes ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px 18px; margin: 0; padding: 0; list-style: none; }
.modal-includes li { position: relative; padding-left: 14px; color: #5e5651; font-size: .76rem; line-height: 1.4; }
.modal-includes li::before { content: ""; position: absolute; left: 0; top: .55em; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.modal-price { display: grid; gap: 4px; padding: 25px 0; margin: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.modal-price span { color: #908781; text-decoration: line-through; font-size: .85rem; }
.modal-price strong { color: var(--maroon); font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.modal-info small { display: block; color: #8a817c; margin-top: 16px; font-size: .69rem; }
.modal-close { position: absolute; z-index: 3; top: 12px; right: 12px; width: 42px; height: 42px; border: 1px solid var(--line); background: rgba(255,255,255,.88); font-size: 1.65rem; cursor: pointer; }
.modal-nav { position: absolute; z-index: 3; top: 50%; width: 42px; height: 54px; border: 0; background: var(--maroon); color: white; font-size: 2rem; cursor: pointer; }
.modal-prev { left: -21px; }
.modal-next { right: -21px; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .header-cta { grid-column: 2; }
  .hero { grid-template-columns: 1.2fr .8fr; min-height: 720px; padding-left: 48px; padding-right: 48px; }
  .hero h1 { font-size: clamp(3.5rem, 8vw, 6rem); }
  .offer-grid { grid-template-columns: repeat(3,1fr); }
  .showrooms { grid-template-columns: 1fr; }
  .headline-line { white-space: normal; }
}

@media (min-width: 1051px) {
  .headline-line { white-space: nowrap; }
}

@media (max-width: 760px) {
  main { display: flex; flex-direction: column; }
  .site-header { position: relative; padding: 20px; background: #4b0b16; }
  .site-header .brand { top: 20px; left: 22px; transform: translateX(-19px); }
  .brand-logo { width: 142px; }
  .header-cta { font-size: .68rem; padding: 9px 12px; }
  .hero { order: -1; min-height: auto; grid-template-columns: 1fr; padding: 58px 22px 65px; }
  .hero h1 { font-size: clamp(2.55rem, 12.5vw, 3.7rem); line-height: .94; letter-spacing: -.045em; }
  .hero-lede { font-size: 1rem; }
  .hero-art { display: none; }
  .cover-frame, .cover-frame:hover { transform: rotate(1deg); }
  .floating-note { right: -18%; width: 128px; }
  .hero-notes { gap: 16px; justify-content: space-between; }
  .hero-notes strong { font-size: .95rem; }
  .hero-notes span { font-size: .57rem; }
  .intro { position: relative; padding-top: 74px; padding-bottom: 0; }
  .mobile-category-strip { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 7px; margin: -112px 0 0; }
  .mobile-category-strip button { min-width: 0; padding: 0; overflow: hidden; border: 1px solid rgba(90,16,29,.16); border-radius: 3px; background: #fff; color: var(--ink); text-align: left; box-shadow: 0 8px 20px rgba(41,18,13,.08); cursor: pointer; }
  .mobile-category-strip img { width: 100%; aspect-ratio: 1.15; object-fit: cover; object-position: top; }
  .mobile-category-strip span { display: flex; min-height: 38px; align-items: center; padding: 6px; font-size: .57rem; font-weight: 800; line-height: 1.15; letter-spacing: .02em; }
  .intro-heading .eyebrow { margin-bottom: 14px; }
  .intro-grid { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .mobile-shop-section { order: -2; display: block; overflow: hidden; padding: 36px 0 62px 22px; background: #f7f4ef; }
  .mobile-shop-heading { padding-right: 22px; margin-bottom: 28px; }
  .mobile-shop-heading .eyebrow { margin-bottom: 12px; }
  .mobile-shop-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.35rem, 11vw, 3.2rem); line-height: .98; font-weight: 400; letter-spacing: -.04em; }
  .mobile-shop-heading > p:last-child { margin: 14px 0 0; color: var(--muted); font-size: .9rem; }
  .featured-shop { overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .featured-shop::-webkit-scrollbar { display: none; }
  .featured-products-track { display: flex; width: max-content; gap: 10px; padding-right: 22px; }
  .shop-card, .shop-card:nth-child(n+9) { display: flex; width: calc((100vw - 54px) / 2); min-width: calc((100vw - 54px) / 2); scroll-snap-align: start; }
  .shop-card-image { aspect-ratio: 4 / 5.15; }
  .shop-card-copy { padding: 12px 11px 13px; }
  .shop-card h3 { font-size: .98rem; }
  .shop-price { display: grid; gap: 0; }
  .shop-pagination { display: flex; justify-content: flex-start; gap: 7px; width: calc(100% - 22px); margin-top: 20px; padding: 3px calc(50% - 12px); overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; }
  .shop-pagination::-webkit-scrollbar { display: none; }
  .shop-pagination button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(90,16,29,.24); cursor: pointer; transition: width .25s ease, border-radius .25s ease, background .25s ease; }
  .shop-pagination button.active { width: 24px; border-radius: 99px; background: var(--maroon); }
  .feature-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 340px); }
  .book-heading { grid-template-columns: 1fr; gap: 24px; }
  .catalogue-stage { padding: 14px 10px 16px; }
  .stage-topbar { grid-template-columns: 1fr auto; height: 48px; }
  .page-status { display: none; }
  .stage-brand img { width: 115px; }
  .stage-actions { gap: 12px; }
  .fullscreen-button { display: none; }
  .download-button { font-size: .62rem; }
  .mobile-top-pagination { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 4px 0; color: var(--gold-light); }
  .mobile-top-pagination button { border: 0; padding: 8px 0; background: transparent; color: rgba(255,255,255,.78); font: 700 .68rem/1 var(--sans); letter-spacing: .05em; cursor: pointer; }
  .mobile-top-pagination button:disabled { opacity: .3; }
  .mobile-top-pagination strong { font: 700 .68rem/1 var(--sans); letter-spacing: .11em; }
  .book-viewer { min-height: 0; grid-template-columns: 1fr; padding: 18px 4px 25px; }
  .page-shell { width: min(83vw, 430px); height: auto; }
  .book-arrow { display: none; }
  .book-controls { gap: 12px; padding-inline: 3px; }
  .page-thumb { flex-basis: 53px; height: 72px; }
  .offer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 25px 10px; }
  .offer-copy h3 { font-size: 1.05rem; }
  .price-row { display: grid; gap: 1px; }
  .catalogue-heading { align-items: start; flex-direction: column; }
  .brand-band { grid-template-columns: 1fr; }
  .brand-band > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .location-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer p { text-align: left; }
  footer > div:last-child { justify-self: start; }
  .modal-content { grid-template-columns: 1fr; }
  .modal-image-wrap { min-height: 0; height: 48vh; }
  .modal-info { padding: 28px 22px; }
  .modal-includes ul { grid-template-columns: 1fr; }
  .modal-nav { top: 24vh; }
  .modal-prev { left: 6px; }
  .modal-next { right: 6px; }
}

@media (max-width: 440px) {
  .hero-notes div:nth-child(2) { display: none; }
  .offer-grid { grid-template-columns: 1fr 1fr; }
  .offer-meta { display: grid; gap: 3px; }
  .whatsapp-fab { right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

