:root {
  --page-pad: max(24px, calc((100vw - 1360px) / 2));
}

body { overflow-x: clip; }
.menu-backdrop { display: none; }
.desktop-nav a[aria-current="page"] { color: var(--mint); }
.product-card-copy small { display: block; color: #bae8c3; font-size: .66rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.product-card-copy strong { display: block; margin: 8px 0 0; color: white; font-size: clamp(2rem, 3.2vw, 3.5rem); font-weight: 690; letter-spacing: -.055em; line-height: .94; }
.product-card-copy > span { display: inline-flex; align-items: center; gap: 8px; margin-top: 15px; color: rgba(255,255,255,.78); font-size: .76rem; font-weight: 680; }
.product-card-copy > span svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.delivery-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.delivery-actions .button { margin: 0; }
.delivery-actions .button-primary { color: white; background: #ae1026; }
.button-light { color: var(--green-deep); background: white; box-shadow: 0 18px 42px rgba(0,0,0,.12); }
.button-light:hover { background: #f5fff3; }
.button-light svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.inner-page { background: var(--cream); }
.inner-page .inner-header { top: 14px; height: 76px; padding: 0 12px 0 14px; background: rgba(3,25,18,.9); border: 1px solid rgba(255,255,255,.15); border-radius: 22px; box-shadow: 0 16px 48px rgba(0,0,0,.2); backdrop-filter: blur(18px); }
.inner-page .inner-header .brand-shell { width: 72px; height: 60px; border-radius: 14px; }
.inner-page .inner-header .brand-shell img { width: 64px; height: 52px; }

.page-hero { position: relative; min-height: 730px; display: grid; align-items: end; overflow: hidden; color: white; background: var(--green-deep); isolation: isolate; }
.page-hero-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: hero-arrive 1.25s cubic-bezier(.2,.7,.2,1) both; }
.page-hero-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(2,25,18,.96) 0%, rgba(3,31,22,.78) 48%, rgba(3,24,17,.22) 82%), linear-gradient(0deg, rgba(0,15,10,.8), transparent 56%); }
.page-hero-inner { width: min(100%, 1480px); margin: 0 auto; padding: 175px 32px 88px; }
.breadcrumb { margin-bottom: 42px; }
.breadcrumb ol { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,.62); font-size: .7rem; font-weight: 650; letter-spacing: .04em; }
.breadcrumb li + li::before { content: "/"; margin-right: 9px; color: rgba(255,255,255,.33); }
.breadcrumb a:hover { color: white; }
.page-kicker { margin: 0 0 20px; color: #ff6677; font-size: .73rem; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.page-hero h1 { max-width: 950px; margin: 0; font-size: clamp(4rem, 6.8vw, 7.2rem); font-weight: 780; letter-spacing: -.075em; line-height: .91; text-wrap: balance; }
.page-hero-inner > p:not(.page-kicker) { max-width: 720px; margin: 27px 0 0; color: rgba(255,255,255,.76); font-size: clamp(1rem,1.25vw,1.18rem); line-height: 1.7; }
.page-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.content-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: clamp(55px, 8vw, 120px); margin-bottom: 56px; }
.content-heading h2, .split-intro h2, .order-strip h2, .audience-section h2, .story-gallery h2, .visit-options h2, .cta-band h2, .error-section h1 { margin: 0; font-size: clamp(3rem,5vw,5.7rem); font-weight: 740; letter-spacing: -.065em; line-height: .95; text-wrap: balance; }
.content-heading > p { max-width: 520px; margin: 0 0 5px; color: #607067; line-height: 1.75; }
.catalog-section, .category-detail, .related-section, .delivery-categories, .full-gallery, .values-section { padding: 130px var(--page-pad); background: #fffdf8; }
.catalog-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; padding: 18px; background: #eef2ec; border: 1px solid #dde4dc; border-radius: 20px; }
.catalog-toolbar label { flex: 1; max-width: 440px; }
.catalog-toolbar label span { display: block; margin: 0 0 8px 3px; color: #627066; font-size: .68rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.catalog-toolbar input { width: 100%; height: 48px; padding: 0 16px; color: var(--ink); background: white; border: 1px solid #cad4cc; border-radius: 13px; font: inherit; outline: none; }
.catalog-toolbar input:focus { border-color: #3d986b; box-shadow: 0 0 0 3px rgba(61,152,107,.14); }
.filter-buttons { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-buttons button { min-height: 42px; padding: 0 15px; color: #4a5d51; background: transparent; border: 1px solid #cbd5cd; border-radius: 999px; cursor: pointer; font-size: .75rem; font-weight: 700; }
.filter-buttons button:hover, .filter-buttons button.is-active { color: white; background: var(--green); border-color: var(--green); }
.catalog-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 17px; }
.catalog-card { position: relative; min-width: 0; overflow: hidden; color: white; background: var(--green); border-radius: 22px; box-shadow: 0 20px 55px rgba(13,45,29,.09); transition: transform .3s ease, box-shadow .3s ease; }
.catalog-card[hidden] { display: none; }
.catalog-card:hover { transform: translateY(-6px); box-shadow: 0 26px 65px rgba(13,45,29,.16); }
.catalog-media { display: block; height: 290px; overflow: hidden; }
.catalog-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.catalog-card:hover img { transform: scale(1.055); }
.catalog-copy { display: block; min-height: 186px; padding: 24px; }
.catalog-copy small { color: #9cdba8; font-size: .65rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.catalog-copy strong { display: block; margin-top: 9px; font-size: 1.55rem; letter-spacing: -.04em; }
.catalog-copy > span { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 28px; color: rgba(255,255,255,.7); font-size: .75rem; font-weight: 680; }
.catalog-copy svg { width: 19px; fill: none; stroke: #9ee8ae; stroke-width: 1.8; }
.catalog-empty { margin: 28px 0 0; padding: 20px; color: #58675e; background: #eef2ec; border-radius: 14px; text-align: center; }

.use-section { padding: 130px var(--page-pad); background: var(--cream); }
.use-grid, .need-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.use-grid article, .need-grid article { min-width: 0; padding: 35px; background: white; border: 1px solid #dce4dc; border-radius: 22px; }
.use-grid article > span, .need-grid article > span { color: var(--red); font-size: .69rem; font-weight: 780; letter-spacing: .1em; }
.use-grid h3, .need-grid h3 { margin: 36px 0 12px; font-size: clamp(1.5rem,2.2vw,2.3rem); letter-spacing: -.045em; }
.use-grid p, .need-grid p { margin: 0; color: #617168; font-size: .88rem; line-height: 1.7; }
.use-grid a, .need-grid a { display: inline-flex; align-items: center; gap: 12px; margin-top: 28px; padding-bottom: 6px; border-bottom: 1px solid #b7c1ba; font-size: .79rem; font-weight: 730; }
.use-grid svg, .need-grid svg { width: 18px; fill: none; stroke: var(--red); stroke-width: 1.8; }

.cta-band { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 70px; padding: 95px var(--page-pad); color: white; background: var(--red); }
.cta-band h2 { max-width: 880px; font-size: clamp(2.8rem,4.4vw,5rem); }
.cta-band > div > p:not(.section-kicker) { max-width: 720px; margin: 22px 0 0; color: rgba(255,255,255,.78); line-height: 1.7; }
.cta-band-actions { display: flex; flex-direction: column; align-items: stretch; gap: 10px; }
.cta-band-actions .button { width: 100%; }
.cta-band-actions .button-primary { background: #a70e25; }

.category-detail { background: var(--cream); }
.order-strip { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(70px,9vw,150px); padding: 120px var(--page-pad); color: white; background: var(--green-deep); }
.order-strip h2 { font-size: clamp(2.8rem,4.4vw,5rem); }
.order-strip ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.order-strip li { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.order-strip li > span { color: #8fdaa0; font-size: .72rem; font-weight: 760; }
.order-strip b { display: block; margin-bottom: 7px; font-size: 1rem; }
.order-strip li p { margin: 0; color: rgba(255,255,255,.58); font-size: .84rem; line-height: 1.6; }
.catalog-grid-related { grid-template-columns: repeat(3,minmax(0,1fr)); }
.related-section .content-heading { align-items: center; }

.split-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px,10vw,160px); padding: 130px var(--page-pad); background: #fffdf8; }
.split-intro > div:last-child { align-self: end; }
.split-intro > div:last-child > p { max-width: 720px; margin: 0 0 18px; color: #56675d; font-size: 1rem; line-height: 1.85; }
.safe-note { padding: 17px 19px; color: #315c45 !important; background: #e5f1e6; border-left: 3px solid #3a9967; border-radius: 0 12px 12px 0; font-size: .84rem !important; }
.steps-section { padding: 130px var(--page-pad); background: var(--cream); }
.step-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.step-grid li { min-height: 285px; padding: 30px; color: white; background: var(--green); border-radius: 20px; }
.step-grid li:nth-child(even) { color: var(--ink); background: #dcebd9; }
.step-grid li > span { color: #9ce0a8; font-size: .7rem; font-weight: 780; }
.step-grid li:nth-child(even) > span { color: var(--red); }
.step-grid h3 { margin: 76px 0 12px; font-size: 1.45rem; letter-spacing: -.04em; }
.step-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: .83rem; line-height: 1.65; }
.step-grid li:nth-child(even) p { color: #56675d; }
.delivery-categories .catalog-grid.compact .catalog-media { height: 210px; }
.delivery-categories .catalog-grid.compact .catalog-copy { min-height: 150px; }
.audience-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(70px,9vw,145px); padding: 130px var(--page-pad); color: white; background: var(--green-deep); }
.audience-media { height: 650px; }
.audience-media img { width: 100%; height: 100%; object-fit: cover; border-radius: 26px 160px 26px 26px; }
.audience-section > div:last-child > p:not(.section-kicker) { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.68); line-height: 1.8; }
.audience-section ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 28px 0 34px; padding: 0; list-style: none; }
.audience-section li { padding: 13px 15px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; font-size: .8rem; }
.page-faq { padding-top: 125px; padding-bottom: 125px; }

.story-gallery { display: grid; grid-template-columns: 1.1fr .55fr .75fr; align-items: stretch; gap: 16px; padding: 130px var(--page-pad); background: var(--green-deep); }
.story-gallery figure { min-height: 620px; margin: 0; overflow: hidden; border-radius: 24px; }
.story-gallery figure:nth-child(2) { margin-top: 85px; min-height: 535px; }
.story-gallery img { width: 100%; height: 100%; object-fit: cover; }
.story-gallery > div { display: flex; flex-direction: column; justify-content: end; padding: 40px; color: white; }
.story-gallery h2 { font-size: clamp(3rem,4.5vw,5.2rem); }
.story-gallery > div > p:last-child { color: rgba(255,255,255,.62); line-height: 1.75; }

.full-gallery { background: var(--cream); }
.masonry-grid { columns: 3 300px; column-gap: 16px; }
.masonry-grid figure { break-inside: avoid; margin: 0 0 16px; overflow: hidden; background: var(--green); border-radius: 20px; }
.masonry-grid img { width: 100%; height: auto; max-height: 610px; object-fit: cover; }
.masonry-grid figcaption { display: flex; gap: 13px; padding: 17px 19px; color: rgba(255,255,255,.76); font-size: .76rem; line-height: 1.5; }
.masonry-grid figcaption span { color: #9bdda7; font-weight: 760; }

.location-page { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(60px,8vw,120px); padding: 130px var(--page-pad); background: #fffdf8; }
.location-details h2 { margin: 0; font-size: clamp(3rem,4.6vw,5.4rem); letter-spacing: -.065em; line-height: .95; }
.location-details address { margin: 27px 0 36px; color: #58695f; font-style: normal; line-height: 1.8; }
.contact-stack { border-top: 1px solid #d5ddd6; }
.contact-stack a { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 19px 0; border-bottom: 1px solid #d5ddd6; }
.contact-stack small { color: #718078; }
.contact-stack strong { color: #167447; font-size: .84rem; }
.location-details .safe-note { margin-top: 28px; }
.visit-options { display: grid; grid-template-columns: 1fr 1fr; }
.visit-options article { min-height: 530px; padding: 100px var(--page-pad); padding-right: clamp(50px,7vw,120px); background: var(--cream); }
.visit-options article + article { color: white; background: var(--green-deep); }
.visit-options h2 { max-width: 650px; font-size: clamp(3rem,4.7vw,5.3rem); }
.visit-options article > p:not(.section-kicker) { max-width: 610px; color: #607067; line-height: 1.75; }
.visit-options article + article > p:not(.section-kicker) { color: rgba(255,255,255,.62); }
.light-link { color: white; border-color: rgba(255,255,255,.35); }

.tour-teaser { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; color: white; background: var(--green-deep); isolation: isolate; }
.tour-teaser > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: hero-arrive 1.4s ease both; }
.tour-teaser-shade { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 75% 42%, rgba(32,158,91,.19), transparent 31%), linear-gradient(90deg, rgba(2,24,17,.97), rgba(2,29,20,.78) 60%, rgba(2,20,14,.48)); backdrop-filter: blur(2px); }
.tour-teaser-content { position: relative; z-index: 2; width: min(100%, 1480px); padding: 160px 32px 80px; }
.tour-teaser-content h1 { max-width: 1000px; margin: 0; font-size: clamp(4rem,7vw,7.8rem); font-weight: 780; letter-spacing: -.075em; line-height: .9; }
.tour-teaser-content h1 span { display: block; color: #9be2a7; }
.tour-teaser-content > p:not(.page-kicker) { max-width: 720px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 1.03rem; line-height: 1.75; }
.back-home { display: inline-block; margin-top: 28px; color: rgba(255,255,255,.65); font-size: .76rem; font-weight: 680; }
.teaser-orbit { position: absolute; right: 7vw; bottom: 9vh; width: 260px; height: 260px; border: 1px solid rgba(185,232,176,.28); border-radius: 50%; animation: orbit 16s linear infinite; }
.teaser-orbit::before, .teaser-orbit::after { content: ""; position: absolute; border: 1px solid rgba(185,232,176,.16); border-radius: 50%; }
.teaser-orbit::before { inset: 32px; }.teaser-orbit::after { inset: 75px; }
.teaser-orbit span { position: absolute; top: -5px; left: 50%; width: 10px; height: 10px; background: var(--red); border-radius: 50%; box-shadow: 0 0 24px var(--red); }
.teaser-orbit i { position: absolute; inset: 50%; width: 7px; height: 7px; background: var(--mint); border-radius: 50%; }
@keyframes orbit { to { transform: rotate(360deg); } }

.error-section { min-height: 760px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 160px var(--page-pad) 100px; color: white; background: radial-gradient(circle at 80% 30%, #145438, transparent 25%), var(--green-deep); }
.error-section h1 { max-width: 920px; }
.error-section > p:not(.page-kicker) { max-width: 680px; margin: 25px 0 0; color: rgba(255,255,255,.65); line-height: 1.8; }

@media (max-width: 1180px) {
  .site-header, .site-header.is-scrolled, .inner-page .inner-header { top: 0; width: 100%; height: 78px; padding: 0 18px; border-width: 0 0 1px; border-radius: 0; }
  .brand-shell, .is-scrolled .brand-shell, .inner-page .inner-header .brand-shell { width: 66px; height: 60px; border-radius: 0 0 13px 13px; }
  .brand-shell img, .is-scrolled .brand-shell img, .inner-page .inner-header .brand-shell img { width: 58px; height: 50px; }
  .menu-button { position: relative; z-index: 103; display: grid; width: 46px; height: 46px; place-content: center; gap: 7px; padding: 0; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.3); border-radius: 14px; cursor: pointer; }
  .menu-button span { display: block; width: 20px; height: 1.5px; background: white; transition: transform .25s ease; }
  .menu-button.is-open span:first-child { transform: translateY(4.25px) rotate(45deg); }
  .menu-button.is-open span:last-child { transform: translateY(-4.25px) rotate(-45deg); }
  .desktop-nav { position: fixed; z-index: 102; top: 0; right: 0; bottom: 0; left: auto; display: flex; width: min(88vw,390px); flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; padding: 100px 24px 32px; color: white; background: rgba(3,29,21,.985); box-shadow: -30px 0 80px rgba(0,0,0,.28); visibility: hidden; opacity: 0; transform: translateX(100%); transition: opacity .28s ease, transform .35s cubic-bezier(.2,.7,.2,1), visibility .35s; overflow-y: auto; }
  .desktop-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .desktop-nav > a:not(.nav-order) { padding: 15px 4px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 1rem; font-weight: 650; letter-spacing: -.01em; }
  .desktop-nav > a:not(.nav-order)::after { display: none; }
  .nav-order { min-height: 56px; justify-content: center; margin-top: 24px; }
  .menu-backdrop { position: fixed; z-index: 101; inset: 0; display: block; padding: 0; background: rgba(0,12,8,.56); border: 0; visibility: hidden; opacity: 0; transition: opacity .28s ease, visibility .28s; }
  .menu-backdrop.is-visible { visibility: visible; opacity: 1; }
  .catalog-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  :root { --page-pad: 28px; }
  .page-hero { min-height: 690px; }
  .page-hero-inner { padding: 140px 28px 70px; }
  .content-heading, .split-intro, .order-strip, .cta-band { grid-template-columns: 1fr; gap: 38px; }
  .catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .catalog-grid-related { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .use-grid, .need-grid { grid-template-columns: 1fr; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .catalog-toolbar label { max-width: none; }
  .step-grid { grid-template-columns: 1fr 1fr; }
  .audience-section, .location-page { grid-template-columns: 1fr; }
  .audience-media { height: 560px; }
  .story-gallery { grid-template-columns: 1fr 1fr; }
  .story-gallery > div { grid-column: 1 / 3; min-height: 360px; }
  .story-gallery figure { min-height: 520px; }
  .story-gallery figure:nth-child(2) { margin-top: 0; min-height: 520px; }
  .visit-options { grid-template-columns: 1fr; }
  .visit-options article { min-height: 460px; padding: 85px 28px; }
}

@media (max-width: 600px) {
  :root { --page-pad: 18px; }
  .page-hero { min-height: 680px; }
  .page-hero-inner { padding: 125px 18px 58px; }
  .breadcrumb { margin-bottom: 32px; }
  .page-hero h1, .tour-teaser-content h1 { font-size: clamp(3.25rem,14vw,4.45rem); }
  .page-hero-inner > p:not(.page-kicker) { font-size: .93rem; }
  .page-actions { align-items: stretch; flex-direction: column; }
  .page-actions .button { width: 100%; }
  .catalog-section, .category-detail, .related-section, .delivery-categories, .full-gallery, .values-section, .use-section, .steps-section, .split-intro { padding-top: 82px; padding-bottom: 82px; }
  .content-heading { gap: 22px; margin-bottom: 38px; }
  .content-heading h2, .split-intro h2, .order-strip h2, .audience-section h2, .story-gallery h2, .visit-options h2, .cta-band h2, .error-section h1 { font-size: clamp(2.7rem,12vw,4rem); }
  .content-heading > p { font-size: .9rem; }
  .filter-buttons { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 3px; scrollbar-width: none; }
  .filter-buttons::-webkit-scrollbar { display: none; }
  .filter-buttons button { flex: 0 0 auto; }
  .catalog-grid, .catalog-grid-related { grid-template-columns: 1fr; }
  .catalog-media { height: 280px; }
  .catalog-copy { min-height: 160px; padding: 22px; }
  .use-grid article, .need-grid article { padding: 27px; }
  .cta-band { padding-top: 75px; padding-bottom: 75px; }
  .order-strip { padding-top: 82px; padding-bottom: 82px; }
  .step-grid { grid-template-columns: 1fr; }
  .step-grid li { min-height: 235px; }
  .step-grid h3 { margin-top: 52px; }
  .audience-section { padding: 82px 18px; }
  .audience-media { height: 430px; }
  .audience-media img { border-radius: 20px 80px 20px 20px; }
  .audience-section ul { grid-template-columns: 1fr; }
  .story-gallery { grid-template-columns: 1fr; padding: 82px 18px; }
  .story-gallery figure, .story-gallery figure:nth-child(2) { min-height: 420px; }
  .story-gallery > div { grid-column: auto; min-height: 380px; padding: 25px 8px; }
  .masonry-grid { columns: 1; }
  .location-page { padding: 82px 18px; }
  .location-page .map-card { height: 420px; }
  .contact-stack a { align-items: flex-start; flex-direction: column; gap: 5px; }
  .visit-options article { min-height: 430px; padding: 75px 18px; }
  .tour-teaser-content { padding: 125px 18px 60px; }
  .tour-teaser-content > p:not(.page-kicker) { font-size: .92rem; }
  .teaser-orbit { right: -90px; bottom: -85px; opacity: .6; }
  .error-section { min-height: 700px; padding: 130px 18px 80px; }
  .delivery-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .delivery-actions .button { width: 100%; }
}

@media (orientation: landscape) and (max-height: 560px) and (max-width: 980px) {
  .page-hero { min-height: 620px; }
  .page-hero-inner { padding-top: 115px; padding-bottom: 45px; }
  .page-hero h1 { font-size: clamp(3rem,8vw,5rem); }
  .tour-teaser { min-height: 650px; }
}


/* =========================================================
   PRODUCT CHOICE CATALOG — 2026-08-29
   Category pages show real product choices + WhatsApp CTA.
   ========================================================= */
.product-choice-section{padding:118px var(--page-pad);background:#fffdf8}
.product-choice-heading{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(42px,7vw,105px);align-items:end;margin-bottom:46px}
.product-choice-heading h2{margin:0;max-width:880px;font-size:clamp(3rem,5vw,5.6rem);font-weight:750;letter-spacing:-.065em;line-height:.95;text-wrap:balance}
.product-choice-heading>div>p:last-child,.product-choice-heading>p{margin:20px 0 0;max-width:720px;color:#5d6d63;line-height:1.78}
.product-choice-heading>p{margin:0 0 5px}
.product-choice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}
.product-choice-card{min-width:0;overflow:hidden;background:white;border:1px solid #dce4dc;border-radius:22px;box-shadow:0 18px 50px rgba(13,45,29,.07);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.product-choice-card:hover{transform:translateY(-5px);border-color:#bfd0c2;box-shadow:0 25px 65px rgba(13,45,29,.12)}
.product-choice-media{display:block;aspect-ratio:1.18/1;overflow:hidden;background:#eef3eb}
.product-choice-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}
.product-choice-card:hover .product-choice-media img{transform:scale(1.035)}
.product-choice-body{padding:22px 22px 24px}
.product-choice-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:11px}
.product-choice-meta small{color:#637167;font-size:.65rem;font-weight:760;letter-spacing:.095em;text-transform:uppercase}
.product-choice-status{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;color:#2d6749;background:#e7f2e8;border-radius:999px;font-size:.61rem;font-weight:760;white-space:nowrap}
.product-choice-status::before{content:"";width:6px;height:6px;background:#4f9e69;border-radius:50%}
.product-choice-card h3{margin:0;color:var(--ink);font-size:1.45rem;letter-spacing:-.04em;line-height:1.12}
.product-choice-card p{min-height:68px;margin:10px 0 0;color:#68766e;font-size:.82rem;line-height:1.65}
.product-choice-actions{display:flex;gap:8px;margin-top:20px;padding-top:18px;border-top:1px solid #e2e8e2}
.product-choice-actions a{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;padding:0 13px;border-radius:11px;font-size:.72rem;font-weight:760;transition:.2s}
.product-choice-actions .product-wa{flex:1;color:white;background:#0d6c4b}
.product-choice-actions .product-wa:hover{background:#09583d}
.product-choice-actions .product-delivery{color:#8e1022;background:#f5e8e9}
.product-choice-actions svg{width:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.product-choice-note{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-top:28px;padding:22px 24px;color:#405d4d;background:#eaf2e9;border:1px solid #d7e5d8;border-radius:17px}
.product-choice-note p{margin:0;max-width:880px;font-size:.82rem;line-height:1.7}
.product-choice-note a{flex:0 0 auto;display:inline-flex;min-height:43px;align-items:center;padding:0 15px;color:white;background:var(--red);border-radius:11px;font-size:.73rem;font-weight:760}
.category-detail.with-products{padding-top:105px}

@media(max-width:1120px){.product-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.product-choice-heading{grid-template-columns:1fr;gap:20px}.product-choice-heading>p{margin:0}.product-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-choice-card p{min-height:0}.product-choice-note{align-items:stretch;flex-direction:column}.product-choice-note a{align-self:flex-start}}
@media(max-width:600px){.product-choice-section{padding:80px 18px}.product-choice-grid{grid-template-columns:1fr}.product-choice-heading{margin-bottom:30px}.product-choice-heading h2{font-size:clamp(2.55rem,11vw,3.7rem)}.product-choice-media{aspect-ratio:1.35/1}.product-choice-actions{flex-direction:column}.product-choice-actions a{width:100%}.product-choice-note{padding:19px}}

/* Cherry v5 — global micro transition */
.page-transition{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;color:white;background:rgba(3,27,20,.97);backdrop-filter:blur(10px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility 0s .24s}
.page-transition::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(185,232,176,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(185,232,176,.045) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(90deg,transparent,#000 30%,#000 70%,transparent)}
.page-transition-inner{position:relative;display:grid;width:min(260px,70vw);justify-items:center}
.page-transition-logo{display:grid;width:66px;height:54px;place-items:center;overflow:hidden;background:white;border:1px solid rgba(255,255,255,.45);border-radius:13px;box-shadow:0 16px 45px rgba(0,0,0,.25)}
.page-transition-logo img{width:56px;height:44px;object-fit:contain}
.page-transition-label{margin-top:13px;color:rgba(255,255,255,.76);font-size:.66rem;font-weight:750;letter-spacing:.12em;text-transform:uppercase}
.page-transition-track{position:relative;width:100%;height:2px;margin-top:19px;overflow:hidden;background:rgba(255,255,255,.13);border-radius:99px}
.page-transition-track i{position:absolute;inset:0 auto 0 0;width:38%;background:linear-gradient(90deg,transparent,var(--red),#ff7484,transparent);transform:translateX(-120%)}
.js.page-loading .page-transition,.js.page-leaving .page-transition{opacity:1;visibility:visible;transition:opacity .18s ease,visibility 0s}
.js.page-loading .page-transition{animation:page-transition-safety .3s .8s forwards}
.js.page-ready .page-transition{opacity:0;visibility:hidden;animation:none;transition:opacity .24s ease,visibility 0s .25s}
.js.page-leaving .page-transition{animation:none}
.js.page-loading .page-transition-track i,.js.page-leaving .page-transition-track i{animation:page-transition-line .42s cubic-bezier(.4,0,.2,1) both}
.js.page-leaving body>*:not(.page-transition){opacity:.72;transform:translateY(-2px);transition:opacity .18s ease,transform .18s ease}
@keyframes page-transition-line{0%{transform:translateX(-120%)}100%{transform:translateX(320%)}}
@keyframes page-transition-safety{to{opacity:0;visibility:hidden}}

/* Cherry v5 — immersive under-development page */
.teaser-page{background:var(--green-deep)}
.build-hero{position:relative;min-height:900px;display:grid;align-items:center;overflow:hidden;color:white;background:#021a12;isolation:isolate}
.build-hero-image{position:absolute;z-index:-4;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.82) contrast(1.04);animation:hero-arrive 1.35s cubic-bezier(.2,.7,.2,1) both}
.build-hero-shade{position:absolute;z-index:-3;inset:0;background:radial-gradient(circle at 76% 44%,rgba(34,174,97,.18),transparent 28%),linear-gradient(90deg,rgba(1,25,17,.98) 0%,rgba(2,31,22,.92) 42%,rgba(2,25,18,.54) 74%,rgba(2,19,13,.72) 100%),linear-gradient(0deg,rgba(0,15,10,.84),transparent 48%)}
.build-grid{position:absolute;z-index:-2;inset:0;background:linear-gradient(rgba(183,232,191,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(183,232,191,.07) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(90deg,transparent 0,#000 35%,#000 100%)}
.build-grid::before,.build-grid::after{content:"";position:absolute;border:1px solid rgba(158,232,174,.17);border-radius:50%}
.build-grid::before{width:620px;height:620px;right:-190px;top:115px}.build-grid::after{width:360px;height:360px;right:-60px;top:245px}
.build-scan{position:absolute;z-index:-1;top:-12%;right:0;width:50%;height:7%;background:linear-gradient(180deg,transparent,rgba(102,236,148,.11),transparent);filter:blur(3px);animation:build-scan 6s ease-in-out infinite}
.build-hero-layout{width:min(100%,1480px);margin:0 auto;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:clamp(65px,8vw,125px);padding:160px 32px 125px}
.build-hero-copy{position:relative;z-index:2}
.build-hero-copy .breadcrumb{margin-bottom:34px}
.build-badge{display:flex;width:max-content;align-items:center;gap:10px;margin:0 0 25px;padding:9px 14px;color:#ff8996;background:rgba(120,9,29,.24);border:1px solid rgba(255,95,115,.55);border-radius:999px;font-size:.69rem;font-weight:780;letter-spacing:.1em;text-transform:uppercase}
.build-badge span{width:7px;height:7px;background:var(--red);border-radius:50%;box-shadow:0 0 0 5px rgba(239,35,60,.15),0 0 22px rgba(239,35,60,.8);animation:build-pulse 2s ease-in-out infinite}
.build-hero h1{max-width:900px;margin:0;font-size:clamp(4rem,6.25vw,7rem);font-weight:790;letter-spacing:-.075em;line-height:.91;text-wrap:balance}
.build-hero h1 span{display:block;margin-top:13px;color:#a9e5b0}
.build-hero-copy>p:not(.build-badge){max-width:710px;margin:28px 0 0;color:rgba(255,255,255,.7);font-size:1.02rem;line-height:1.75}
.build-hero .button-outline,.build-waiting-cta .button-outline{color:white;background:rgba(3,31,22,.32);border-color:rgba(255,255,255,.36);backdrop-filter:blur(8px)}
.button-outline svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.build-hero .button-outline:hover,.build-waiting-cta .button-outline:hover{background:rgba(255,255,255,.1)}
.build-back{display:inline-block;margin-top:27px;color:rgba(255,255,255,.55);font-size:.72rem;font-weight:680;letter-spacing:.03em}
.build-back:hover{color:white}
.build-console{position:relative;z-index:2;min-height:510px;overflow:hidden;background:linear-gradient(145deg,rgba(5,49,34,.8),rgba(2,25,18,.72));border:1px solid rgba(177,234,188,.28);border-radius:28px;box-shadow:0 35px 100px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.06);backdrop-filter:blur(16px)}
.build-console::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(176,230,185,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(176,230,185,.06) 1px,transparent 1px);background-size:32px 32px}
.build-console-head,.build-console-foot{position:relative;z-index:2;display:flex;min-height:65px;align-items:center;justify-content:space-between;gap:18px;padding:0 24px;color:rgba(255,255,255,.54);border-bottom:1px solid rgba(255,255,255,.12);font-size:.61rem;font-weight:760;letter-spacing:.1em}
.build-console-head b{padding:8px 10px;color:#ff9aa5;background:rgba(239,35,60,.13);border:1px solid rgba(239,35,60,.3);border-radius:999px;font-size:.56rem}
.build-map{position:relative;height:376px;margin:0 22px}
.build-map::before{content:"";position:absolute;left:12%;right:11%;top:17%;bottom:15%;border:1px solid rgba(170,231,183,.25);border-radius:92px 20px 72px 18px;transform:perspective(580px) rotateX(55deg) rotateZ(-6deg)}
.build-map-line{position:absolute;height:1px;background:linear-gradient(90deg,transparent,rgba(158,232,174,.62),transparent);transform-origin:left}
.line-a{left:22%;top:34%;width:48%;transform:rotate(19deg)}.line-b{left:30%;top:62%;width:45%;transform:rotate(-24deg)}.line-c{left:55%;top:37%;width:30%;transform:rotate(76deg)}
.build-node{position:absolute;display:grid;justify-items:center;gap:7px;color:rgba(255,255,255,.64);font-size:.53rem;letter-spacing:.08em}.build-node>i{width:11px;height:11px;background:#8ce49f;border:2px solid #d4ffdc;border-radius:50%;box-shadow:0 0 0 7px rgba(140,228,159,.08),0 0 24px rgba(140,228,159,.5)}
.node-a{left:18%;top:29%}.node-b{right:22%;top:29%}.node-c{right:17%;bottom:20%}
.build-focus{position:absolute;left:48%;top:49%;display:grid;width:90px;height:90px;place-items:center;color:#ff9aa5;border:1px dashed rgba(255,100,119,.58);border-radius:50%;font-size:.51rem;letter-spacing:.08em;animation:build-focus 3.5s ease-in-out infinite}.build-focus::before,.build-focus::after{content:"";position:absolute;background:rgba(255,100,119,.35)}.build-focus::before{width:130px;height:1px}.build-focus::after{width:1px;height:130px}.build-focus i{width:8px;height:8px;background:var(--red);border-radius:50%;box-shadow:0 0 18px var(--red)}.build-focus b{position:absolute;top:102px}
.build-console-foot{min-height:58px;border-top:1px solid rgba(255,255,255,.12);border-bottom:0}
.console-signal{display:flex;gap:5px}.console-signal i{display:block;width:20px;height:3px;background:#65cb7a;border-radius:99px}.console-signal i:nth-child(3),.console-signal i:nth-child(4){opacity:.18}
.build-ticker{position:absolute;z-index:3;right:0;bottom:0;left:0;display:flex;min-height:48px;align-items:center;justify-content:center;gap:25px;overflow:hidden;color:rgba(255,255,255,.58);background:rgba(1,22,15,.88);border-top:1px solid rgba(255,255,255,.11);font-size:.61rem;font-weight:760;letter-spacing:.12em;white-space:nowrap}.build-ticker i{width:5px;height:5px;background:var(--red);border-radius:50%}
@keyframes build-scan{0%,100%{transform:translateY(-120%);opacity:0}18%{opacity:1}72%{opacity:.8}88%{transform:translateY(1650%);opacity:0}}
@keyframes build-pulse{50%{transform:scale(.75);opacity:.65}}
@keyframes build-focus{50%{transform:scale(1.08);border-color:rgba(255,100,119,.25)}}

.build-status{padding:130px var(--page-pad);background:#f7f4ec}
.build-section-heading{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:clamp(55px,8vw,120px);margin-bottom:55px}
.build-section-heading h2,.build-preview-copy h2,.build-waiting-cta h2{margin:0;font-size:clamp(3rem,5vw,5.7rem);font-weight:750;letter-spacing:-.067em;line-height:.95;text-wrap:balance}
.build-section-heading>p{max-width:530px;margin:0 0 5px;color:#617067;line-height:1.75}
.build-status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.build-status-grid article{position:relative;min-height:340px;overflow:hidden;padding:28px;background:#fffdf8;border:1px solid #dce4dc;border-radius:20px;box-shadow:0 18px 50px rgba(13,45,29,.06)}
.build-status-grid article::before{content:"";position:absolute;width:150px;height:150px;right:-75px;bottom:-75px;border:1px solid rgba(11,106,72,.12);border-radius:50%}
.build-status-grid article>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.build-status-grid article>div>span{color:var(--red);font-size:.66rem;font-weight:780}
.build-status-grid article b{padding:7px 9px;border-radius:999px;font-size:.57rem;letter-spacing:.06em;text-transform:uppercase}.status-live{color:#26724b;background:#e4f2e6}.status-review{color:#9a6015;background:#f7edd8}.status-soon{color:#6a6971;background:#ececf0}
.build-status-grid h3{margin:75px 0 13px;font-size:1.48rem;letter-spacing:-.04em;line-height:1.12}.build-status-grid p{margin:0;color:#66756c;font-size:.83rem;line-height:1.7}
.status-track{position:absolute;right:28px;bottom:28px;left:28px;height:3px;overflow:hidden;background:#e5ebe5;border-radius:99px}.status-track span{position:absolute;inset:0 auto 0 0;width:35%;background:linear-gradient(90deg,transparent,#49a66c,transparent);animation:status-scan 2.8s ease-in-out infinite}
@keyframes status-scan{0%{transform:translateX(-110%)}100%{transform:translateX(390%)}}

.build-preview{display:grid;grid-template-columns:.72fr 1.28fr;align-items:center;gap:clamp(65px,8vw,125px);padding:130px var(--page-pad);color:white;background:#031b14}
.build-preview-copy{max-width:640px}.build-preview-copy>p:not(.section-kicker){margin:27px 0 0;color:rgba(255,255,255,.62);line-height:1.78}.build-preview-copy .inline-link{margin-top:32px}
.build-preview-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:310px 310px;gap:14px}
.build-preview-grid article{position:relative;overflow:hidden;background:#0b3929;border:1px solid rgba(255,255,255,.12);border-radius:20px}
.build-preview-grid article:nth-child(2),.build-preview-grid article:nth-child(3){transform:translateY(28px)}
.build-preview-grid img{width:100%;height:100%;object-fit:cover;opacity:.72;filter:saturate(.78);transition:transform .7s cubic-bezier(.2,.7,.2,1),opacity .3s}
.build-preview-grid article:hover img{transform:scale(1.045);opacity:.85}
.build-preview-grid article::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(1,20,14,.9))}
.build-preview-grid article>span{position:absolute;z-index:2;top:17px;right:17px;display:grid;width:34px;height:34px;place-items:center;color:#b7e9bf;background:rgba(3,29,21,.8);border:1px solid rgba(255,255,255,.17);border-radius:50%;font-size:.62rem;font-weight:760;backdrop-filter:blur(8px)}
.build-preview-grid article>div{position:absolute;z-index:2;right:20px;bottom:19px;left:20px}.build-preview-grid small{color:#9ee5aa;font-size:.58rem;font-weight:760;letter-spacing:.11em;text-transform:uppercase}.build-preview-grid h3{margin:6px 0 0;font-size:1.42rem;letter-spacing:-.04em}

.build-waiting-cta{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:70px;padding:105px var(--page-pad);color:white;background:var(--red)}
.build-waiting-cta h2{max-width:880px;font-size:clamp(3rem,4.8vw,5.4rem)}
.build-waiting-cta>div>p:not(.section-kicker){max-width:740px;margin:24px 0 0;color:rgba(255,255,255,.76);line-height:1.75}
.build-waiting-actions{display:flex;flex-direction:column;gap:10px}.build-waiting-actions .button{width:100%}

@media(max-width:1120px){
  .build-hero{min-height:980px}.build-hero-layout{grid-template-columns:1fr;gap:58px;padding-top:145px}.build-hero-copy{max-width:880px}.build-console{width:min(100%,760px);min-height:460px}.build-map{height:326px}.build-status-grid{grid-template-columns:1fr 1fr}.build-preview{grid-template-columns:1fr;gap:65px}.build-preview-copy{max-width:800px}
}
@media(max-width:820px){
  .build-hero{min-height:1020px}.build-hero-layout{padding:125px 28px 100px}.build-hero h1{font-size:clamp(3.8rem,10.5vw,5.8rem)}.build-section-heading,.build-waiting-cta{grid-template-columns:1fr;gap:32px}.build-preview-grid{grid-template-rows:280px 280px}.build-status{padding-top:100px;padding-bottom:100px}.build-preview{padding-top:100px;padding-bottom:120px}.build-waiting-cta{padding-top:85px;padding-bottom:85px}
}
@media(max-width:600px){
  .page-transition-label{font-size:.59rem}.build-hero{min-height:1040px}.build-hero-layout{gap:46px;padding:112px 18px 86px}.build-hero-copy .breadcrumb{margin-bottom:27px}.build-badge{margin-bottom:20px;font-size:.6rem}.build-hero h1{font-size:clamp(3.1rem,14vw,4.25rem)}.build-hero-copy>p:not(.build-badge){margin-top:23px;font-size:.91rem}.build-hero .page-actions{gap:9px}.build-console{min-height:390px;border-radius:20px}.build-console-head{min-height:58px;padding:0 15px}.build-console-head span{max-width:125px}.build-map{height:275px;margin:0 10px}.build-console-foot{min-height:54px;padding:0 15px}.build-focus{left:43%;top:46%;width:72px;height:72px}.build-focus::before{width:100px}.build-focus::after{height:100px}.build-focus b{top:84px}.build-node{font-size:.44rem}.build-ticker{justify-content:flex-start;padding-left:18px}.build-status{padding:80px 18px}.build-section-heading{margin-bottom:34px}.build-section-heading h2,.build-preview-copy h2,.build-waiting-cta h2{font-size:clamp(2.65rem,12vw,3.9rem)}.build-status-grid{grid-template-columns:1fr}.build-status-grid article{min-height:300px;padding:25px}.build-status-grid h3{margin-top:55px}.build-preview{padding:80px 18px 100px}.build-preview-grid{grid-template-columns:1fr;grid-template-rows:repeat(4,270px)}.build-preview-grid article:nth-child(2),.build-preview-grid article:nth-child(3){transform:none}.build-waiting-cta{padding:75px 18px}.build-waiting-actions{align-items:stretch}.build-waiting-actions .button{width:100%}
}
@media(orientation:landscape) and (max-height:620px) and (max-width:980px){.build-hero{min-height:900px}.build-hero-layout{padding-top:110px}.build-hero h1{font-size:clamp(3.1rem,8vw,4.8rem)}}
@media(prefers-reduced-motion:reduce){
  .page-transition{display:none!important}.js.page-leaving body>*:not(.page-transition){opacity:1;transform:none}.build-scan,.build-badge span,.build-focus,.status-track span{animation:none!important}
}
