:root {
  --ink: #252a28;
  --green: #59615d;
  --green-soft: #e6e9e7;
  --cream: #f0f1ef;
  --paper: #fbfbfa;
  --orange: #cb6843;
  --orange-dark: #ae5233;
  --lime: #e1e4e2;
  --muted: #6d7471;
  --line: rgba(37, 42, 40, .14);
  --shadow: 0 18px 50px rgba(46, 53, 50, .1);
  --radius: 18px;
  --container: min(1160px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.container { width: var(--container); margin-inline: auto; }
.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: -60px; left: 20px; z-index: 100; padding: 10px 16px; background: white; }
.skip-link:focus { top: 20px; }

.topbar { background: var(--green); color: white; font-size: 12px; letter-spacing: .03em; }
.topbar-inner { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.topbar a { color: white; font-weight: 700; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(252, 251, 247, .95); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav-wrap { height: 94px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 178px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 22px; font-size: 13px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--green); transition: right .2s; }
.main-nav > a:hover::after { right: 0; }
.main-nav > a.active::after { right: 0; }
.nav-cta { padding: 12px 17px; background: var(--green); color: white; border-radius: 6px; }
.nav-cta span { margin-left: 12px; color: white; }
.menu-button { display: none; border: 0; background: none; padding: 10px; }
.menu-button > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: var(--ink); }

.eyebrow { margin: 0 0 16px; display: flex; align-items: center; gap: 10px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; background: currentColor; }
.eyebrow.light { color: white; }
h1, h2 { font-family: Manrope, sans-serif; letter-spacing: -.05em; line-height: 1.04; }
h2 { margin: 0; font-size: clamp(40px, 4.3vw, 62px); }

.hero { overflow: hidden; background: var(--cream); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(50px, 7vw, 92px); min-height: 580px; padding-block: 54px; }
.hero h1 { margin: 0; font-size: clamp(56px, 6.1vw, 82px); font-weight: 800; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-intro { max-width: 530px; margin: 24px 0 0; color: #46534f; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 20px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 6px; font-size: 14px; font-weight: 800; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--orange); }
.button-primary:hover { background: var(--orange-dark); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.52); }
.button-secondary:hover { border-color: var(--ink); background: white; }
.button-dark { color: white; background: var(--green); }
.button-light { color: var(--ink); background: white; }
.button-light:hover { background: var(--green-soft); }
.button-ghost { color: white; border-color: rgba(255,255,255,.55); }
.button-ghost:hover { color: var(--ink); background: white; }
.text-link { display: inline-flex; gap: 10px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 800; }
.text-link span { color: var(--orange); }
.hero-points { display: flex; flex-wrap: wrap; gap: 20px; margin: 28px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 12px; }
.hero-points span { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 5px; border-radius: 50%; background: var(--green-soft); color: var(--green); font-weight: 800; }
.hero-visual { position: relative; height: 460px; }
.hero-visual > img { height: 100%; object-fit: cover; object-position: 60% center; border-radius: 90px 18px 18px 18px; box-shadow: var(--shadow); }
.photo-label { position: absolute; left: -24px; bottom: 24px; display: flex; align-items: center; gap: 12px; padding: 13px 17px; border-radius: 6px; color: white; background: var(--green); box-shadow: var(--shadow); font-size: 12px; }
.photo-label small { display: block; color: white; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pulse { position: relative; width: 9px; height: 9px; border-radius: 50%; background: var(--orange); }
.pulse::after { content: ""; position: absolute; inset: -5px; border: 1px solid var(--orange); border-radius: 50%; opacity: .4; }

.choice-section { padding: 70px 0 80px; background: white; }
.choice-heading { display: grid; grid-template-columns: .55fr 1.45fr; align-items: end; gap: 40px; margin-bottom: 30px; }
.choice-heading .eyebrow { margin-bottom: 7px; }
.choice-heading h2 { font-size: clamp(32px, 3.5vw, 48px); }
.choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.choice-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; min-height: 126px; padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); transition: transform .2s, border-color .2s, box-shadow .2s; }
.choice-card:hover { transform: translateY(-3px); border-color: transparent; box-shadow: var(--shadow); }
.choice-icon { position: relative; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: white; background: var(--orange); }
.choice-icon img { display: block; width: 27px; height: 27px; object-fit: contain; }
.choice-bike img { width: 31px; height: 31px; }
.choice-search img { width: 25px; height: 25px; }
.choice-skate img { width: 31px; height: 31px; }
.choice-card strong, .choice-card small { display: block; }
.choice-card strong { font: 700 18px Manrope, sans-serif; letter-spacing: -.02em; }
.choice-card small { margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.choice-arrow { color: var(--orange); font-size: 20px; }

.section { padding: 105px 0; }
.showcase-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.showcase-image { position: relative; height: 540px; }
.showcase-image img { height: 100%; object-fit: cover; border-radius: var(--radius); }
.showcase-image span { position: absolute; left: 20px; bottom: 20px; padding: 10px 14px; border-radius: 5px; color: white; background: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.showcase-copy { max-width: 480px; }
.showcase-copy > p:not(.eyebrow), .story-copy > p:not(.eyebrow) { margin: 24px 0; color: var(--muted); font-size: 16px; }
.check-list { display: grid; gap: 0; margin: 28px 0 32px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.check-list li { position: relative; padding: 12px 0 12px 27px; border-bottom: 1px solid var(--line); font-weight: 600; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 800; }

.workshop-section { padding: 96px 0; background: var(--green); color: white; }
.workshop-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 55px 85px; align-items: center; }
.workshop-copy h2 { font-size: clamp(42px, 4.6vw, 64px); }
.workshop-copy > p:not(.eyebrow) { margin: 24px 0 30px; color: #cbd6d1; }
.workshop-image { height: 390px; }
.workshop-image img { height: 100%; object-fit: cover; border-radius: var(--radius); }
.steps { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.steps li { display: flex; align-items: center; gap: 15px; min-height: 68px; padding-right: 32px; }
.steps li + li { padding-left: 32px; border-left: 1px solid rgba(255,255,255,.18); }
.steps > li > .step-icon { position: relative; display: grid; flex: 0 0 auto; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: white; background: var(--orange); }
.step-icon img { display: block; width: 27px; height: 27px; object-fit: contain; }
.icon-bike img { width: 31px; height: 31px; }
.icon-check::before { position: absolute; top: 13px; left: 12px; width: 16px; height: 9px; border-bottom: 2.3px solid currentColor; border-left: 2.3px solid currentColor; transform: rotate(-45deg); content: ""; }
.steps strong, .steps small { display: block; }
.steps strong { font: 700 16px Manrope, sans-serif; }
.steps small { color: #aebeb7; }

.story-section { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(55px, 8vw, 105px); }
.story-image { height: 430px; }
.story-image img { height: 100%; object-fit: cover; border-radius: var(--radius); }
.story-copy { max-width: 520px; }
.story-copy blockquote { margin: 30px 0; padding: 14px 0 14px 22px; border-left: 3px solid var(--orange); font: 700 18px/1.5 Manrope, sans-serif; }

.visit-section { padding: 78px 0; color: var(--ink); background: #dde1df; }
.visit-section .eyebrow { color: var(--green); }
.visit-grid { display: grid; grid-template-columns: .9fr 1.1fr .62fr; gap: 60px; align-items: end; }
.visit-grid h2 { margin: 0; font-size: clamp(40px, 4.2vw, 58px); }
.visit-details { display: grid; gap: 24px; }
.visit-details small, .visit-details strong { display: block; }
.visit-details small { margin-bottom: 4px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.visit-details strong { font-size: 14px; line-height: 1.6; }
.visit-actions { display: grid; gap: 10px; }
.visit-actions .button-primary { background: var(--orange); }
.visit-actions .button-ghost { color: var(--ink); border-color: rgba(37,42,40,.35); }
.visit-actions .button-ghost:hover { color: white; background: var(--green); }

footer { padding: 65px 0 20px; color: white; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.4fr .7fr .6fr; gap: 45px; align-items: start; }
.brand-light img { width: 210px; filter: brightness(0) invert(1); opacity: .92; }
.footer-grid p { margin: 0; color: #9fa9a6; font-size: 14px; }
.footer-links { display: grid; gap: 8px; font-size: 13px; }
.footer-links a:hover { color: white; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.12); color: #73807c; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.mobile-actions { display: none; }

.catalog-hero { padding: 54px 0 68px; background: var(--cream); border-bottom: 1px solid var(--line); }
.breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 40px; color: var(--muted); font-size: 12px; }
.breadcrumb a { font-weight: 700; }
.breadcrumb a:hover { color: var(--green); }
.breadcrumb span:last-child { color: var(--ink); }
.catalog-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: clamp(50px, 9vw, 120px); }
.catalog-hero h1 { margin: 0; font: 800 clamp(54px, 6.4vw, 84px)/1 Manrope, sans-serif; letter-spacing: -.06em; }
.catalog-hero h1 em { color: var(--green); font-style: normal; }
.catalog-hero-grid > p { max-width: 470px; margin: 0 0 6px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.catalog-section { padding: 42px 0 105px; background: white; }
.category-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.category-chip { display: flex; align-items: center; justify-content: space-between; min-height: 58px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: var(--paper); font: 700 12px/1.25 "DM Sans", sans-serif; text-align: left; cursor: pointer; transition: border-color .2s, background .2s, color .2s; }
.category-chip small { display: grid; flex: 0 0 auto; place-items: center; width: 25px; height: 25px; margin-left: 8px; border-radius: 50%; color: var(--muted); background: var(--green-soft); font-size: 10px; }
.category-chip:hover { border-color: var(--green); }
.category-chip.active { color: white; border-color: var(--green); background: var(--green); }
.category-chip.active small { color: var(--green); background: white; }
.catalog-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding: 55px 0 28px; }
.catalog-toolbar .eyebrow { margin-bottom: 8px; }
.catalog-toolbar h2 { font-size: clamp(38px, 4vw, 52px); }
.result-count { margin: 7px 0 0; color: var(--muted); font-size: 12px; }
.sort-control { display: grid; gap: 7px; width: min(230px, 100%); }
.sort-control > span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sort-control select { width: 100%; height: 46px; padding: 0 38px 0 13px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: var(--paper); font: 600 13px "DM Sans", sans-serif; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); transition: transform .22s, box-shadow .22s, border-color .22s; }
.product-card:hover { transform: translateY(-4px); border-color: transparent; box-shadow: var(--shadow); }
.product-card[hidden] { display: none; }
.product-image { position: relative; display: block; aspect-ratio: 1.18; overflow: hidden; background: #f1f2f0; }
.product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .35s; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-badge { position: absolute; z-index: 2; top: 13px; left: 13px; padding: 6px 9px; border-radius: 4px; color: white; background: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-body { padding: 20px 19px 17px; }
.product-type { margin: 0 0 5px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-body h3 { min-height: 53px; margin: 0; font: 700 18px/1.45 Manrope, sans-serif; letter-spacing: -.025em; }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 17px; padding-top: 14px; border-top: 1px solid var(--line); }
.product-footer strong { font: 800 18px Manrope, sans-serif; }
.product-footer a { color: var(--green); font-size: 12px; font-weight: 800; }
.product-footer a span { margin-left: 5px; color: var(--orange); }
.no-results { padding: 50px; border-radius: 10px; color: var(--muted); background: var(--cream); text-align: center; }
.catalog-note { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 34px; padding: 23px 25px; border-radius: 10px; background: var(--green-soft); }
.catalog-note > div { display: flex; align-items: center; gap: 14px; }
.catalog-note-icon { display: grid; flex: 0 0 auto; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: white; background: var(--green); font: 800 14px Manrope, sans-serif; }
.catalog-note p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.catalog-note strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 13px; }
.catalog-note .button { flex: 0 0 auto; min-height: 46px; }

.live-stock-hero .catalog-hero-grid { align-items: center; }
.live-status { display: flex; align-items: center; gap: 9px; margin-top: 18px !important; color: var(--muted); font-size: 12px !important; font-weight: 800; }
.live-status > span { width: 9px; height: 9px; border-radius: 50%; background: #b5bdb9; box-shadow: 0 0 0 5px rgba(181,189,185,.18); }
.live-status.is-live { color: #307746; }
.live-status.is-live > span { background: #52a86b; box-shadow: 0 0 0 5px rgba(82,168,107,.15); }
.live-status.has-error { color: #9a4934; }
.live-status.has-error > span { background: var(--orange); box-shadow: 0 0 0 5px rgba(228,103,66,.14); }
.test-back { min-height: 44px; padding: 0 18px; }
.test-banner { display: flex; align-items: center; gap: 13px; margin-bottom: 28px; padding: 15px 18px; border: 1px solid #edc8bb; border-radius: 9px; color: #7d3e2c; background: #fff4ef; font-size: 12px; }
.test-banner strong { flex: 0 0 auto; padding: 5px 8px; border-radius: 4px; color: white; background: var(--orange); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.stock-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 13px; background: linear-gradient(145deg, #edf1ee, #f8f6f1); }
.stock-monogram { display: grid; place-items: center; width: 86px; height: 86px; border-radius: 50%; color: white; background: var(--green); font: 800 28px Manrope, sans-serif; letter-spacing: -.04em; box-shadow: 0 16px 35px rgba(42,74,64,.18); }
.stock-placeholder small { color: var(--muted); font-size: 10px; font-weight: 700; }
.stock-available { color: #307746; font-size: 11px; font-weight: 800; }
.stock-message { margin-top: 20px; padding: 30px; border-radius: 10px; color: var(--muted); background: var(--cream); text-align: center; line-height: 1.6; }
.live-product-card .product-body h3 { min-height: 78px; }

.product-detail-section { padding: 44px 0 96px; background: var(--cream); }
.product-detail-section .breadcrumb { margin-bottom: 34px; }
.product-detail { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(55px, 8vw, 100px); }
.product-detail-media { position: relative; min-width: 0; min-height: 560px; padding: 42px; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.product-detail-media > img { width: 100%; height: 470px; object-fit: contain; mix-blend-mode: multiply; }
.product-detail-media .product-badge { top: 20px; left: 20px; }
.image-help { position: absolute; left: 24px; right: 24px; bottom: -28px; display: flex; align-items: center; gap: 13px; width: min(350px, calc(100% - 48px)); padding: 14px 17px; border-radius: 7px; color: white; background: var(--green); box-shadow: var(--shadow); }
.image-help > span { display: grid; flex: 0 0 auto; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: var(--ink); background: var(--green-soft); font-weight: 800; }
.image-help p { margin: 0; font-size: 11px; line-height: 1.45; }
.image-help strong { display: block; font-size: 12px; }
.product-detail-copy { padding-block: 28px; }
.product-detail-copy h1 { margin: 0; font: 800 clamp(42px, 5vw, 64px)/1.06 Manrope, sans-serif; letter-spacing: -.055em; }
.detail-price { margin: 24px 0 4px; color: var(--green); font: 800 31px Manrope, sans-serif; letter-spacing: -.035em; }
.detail-stock { display: flex; align-items: center; gap: 8px; margin: 0; color: var(--muted); font-size: 12px; font-weight: 700; }
.detail-stock > span { width: 8px; height: 8px; border-radius: 50%; background: #52a86b; box-shadow: 0 0 0 4px rgba(82,168,107,.12); }
.detail-intro { max-width: 550px; margin: 25px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.detail-actions { display: flex; gap: 10px; margin-top: 28px; }
.detail-promises { display: grid; gap: 0; margin: 30px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.detail-promises li { display: grid; grid-template-columns: auto 1fr; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.detail-promises li > span { display: grid; place-items: center; width: 24px; height: 24px; margin-top: 2px; border-radius: 50%; color: var(--green); background: var(--green-soft); font-size: 11px; font-weight: 800; }
.detail-promises strong, .detail-promises small { display: block; }
.detail-promises strong { font: 700 13px Manrope, sans-serif; }
.detail-promises small { margin-top: 1px; color: var(--muted); font-size: 11px; }
.specs-section { padding: 105px 0; background: white; }
.specs-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 140px); align-items: start; }
.specs-grid h2 { font-size: clamp(40px, 4.6vw, 59px); }
.specs-grid > div > p:not(.eyebrow) { max-width: 430px; margin: 25px 0 0; color: var(--muted); }
.spec-list { margin: 0; border-top: 1px solid var(--line); }
.spec-list > div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 25px; padding: 17px 4px; border-bottom: 1px solid var(--line); }
.spec-list dt { color: var(--muted); font-size: 12px; font-weight: 600; }
.spec-list dd { margin: 0; font: 700 14px Manrope, sans-serif; }
.detail-next { padding: 70px 0; color: white; background: var(--green); }
.detail-next-grid { display: flex; align-items: end; justify-content: space-between; gap: 45px; }
.detail-next h2 { max-width: 720px; font-size: clamp(40px, 5vw, 62px); }

/* Complete pagina's */
.page-hero, .simple-hero, .contact-hero { overflow: hidden; background: var(--cream); }
.page-hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(55px, 8vw, 105px); min-height: 610px; padding-block: 52px 70px; }
.page-hero-grid > div { min-width: 0; }
.page-hero-grid > img { width: 100%; height: 470px; object-fit: cover; border-radius: 80px 18px 18px 18px; box-shadow: var(--shadow); }
.page-hero h1, .simple-hero h1, .contact-hero h1 { margin: 0; font: 800 clamp(54px, 6vw, 78px)/1.02 Manrope, sans-serif; letter-spacing: -.06em; }
.page-hero h1 em, .simple-hero h1 em, .contact-hero h1 em { color: var(--green); font-style: normal; }
.page-hero-grid > div > p:not(.eyebrow), .simple-hero .container > p:not(.eyebrow) { max-width: 660px; margin: 25px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.page-hero .breadcrumb { margin-bottom: 48px; }
.simple-hero { padding: 55px 0 82px; }
.simple-hero .container { max-width: 1160px; }
.simple-hero .breadcrumb { margin-bottom: 55px; }
.simple-hero h1 { max-width: 900px; }
.simple-hero .container > p:not(.eyebrow) { max-width: 710px; }

.section-heading { display: grid; grid-template-columns: .72fr 1.28fr; align-items: end; gap: 48px; margin-bottom: 44px; }
.section-heading .eyebrow { align-self: start; margin-top: 12px; }
.section-heading > p:last-child { max-width: 650px; margin: 0; color: var(--muted); }
.info-section, .rental-section, .pricing-section, .timeline-section, .links-section, .documents-section { padding: 105px 0; background: white; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-grid article { min-height: 260px; padding: 34px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.service-grid article > span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 45px; border-radius: 50%; color: white; background: var(--green); font: 800 11px Manrope, sans-serif; }
.service-grid h3, .rental-card h3, .values-grid h3, .timeline h3 { margin: 0 0 12px; font: 700 23px/1.25 Manrope, sans-serif; letter-spacing: -.03em; }
.service-grid p, .rental-card p, .values-grid p, .timeline p { margin: 0; color: var(--muted); font-size: 14px; }
.process-section, .values-section, .resource-section { padding: 100px 0; color: white; background: var(--green); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.process-grid h2, .values-section h2, .resource-section h2 { font-size: clamp(44px, 5vw, 64px); }
.process-grid ol { display: grid; gap: 0; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.22); list-style: none; }
.process-grid li { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.process-grid li strong { font: 700 16px Manrope, sans-serif; }
.process-grid li span { color: #cbd6d1; font-size: 13px; }
.cta-band { padding: 64px 0; color: white; background: var(--orange); }
.cta-band .container { display: flex; align-items: end; justify-content: space-between; gap: 45px; }
.cta-band h2 { font-size: clamp(37px, 4.5vw, 55px); }
.cta-band .eyebrow { margin-bottom: 9px; }

.rental-section { background: white; }
.rental-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.rental-card { display: grid; grid-template-columns: 1fr 155px; gap: 30px; padding: 36px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.rental-card .check-list { margin-bottom: 0; }
.price-panel { display: flex; flex-direction: column; justify-content: center; padding: 24px; border-radius: 10px; color: white; background: var(--green); }
.price-panel span { color: #ccd4d0; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price-panel strong { margin: 2px 0 20px; font: 800 27px Manrope, sans-serif; }
.notice-section { padding: 88px 0; background: var(--green-soft); }
.notice-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.notice-grid h2 { font-size: clamp(40px, 4.5vw, 58px); }
.notice-grid > div:last-child { max-width: 640px; color: var(--muted); font-size: 16px; }
.notice-grid .text-link { margin-top: 16px; color: var(--ink); }

.winter-hero { background: linear-gradient(135deg, #eef3f1, #dce6e3); }
.winter-visual { position: relative; display: flex; align-items: flex-end; min-height: 470px; overflow: hidden; padding: 42px; border-radius: 80px 18px 18px 18px; color: white; background: #52615e; box-shadow: var(--shadow); }
.winter-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.winter-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(25,33,31,.02) 30%, rgba(25,33,31,.78) 100%); }
.winter-visual small, .winter-visual strong { position: relative; z-index: 1; display: block; }
.winter-visual small { margin-bottom: 7px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.winter-visual strong { font: 700 30px Manrope, sans-serif; }
.pricing-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.pricing-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.price-list { border-top: 1px solid var(--line); }
.price-list > div { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 30px 5px; border-bottom: 1px solid var(--line); }
.price-list span { font: 700 18px Manrope, sans-serif; }
.price-list strong { color: var(--green); font: 800 30px Manrope, sans-serif; }
.price-list small { font: 500 11px "DM Sans", sans-serif; }

.timeline-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.timeline { border-top: 1px solid var(--line); }
.timeline article { display: grid; grid-template-columns: 50px 1fr; gap: 26px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.timeline article > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: white; background: var(--orange); font: 800 11px Manrope, sans-serif; }
.values-section .section-heading { display: block; max-width: 850px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.18); }
.values-grid article { min-height: 235px; padding: 34px; background: var(--green); }
.values-grid p { color: #cbd6d1; }

.contact-hero { padding: 55px 0 70px; }
.contact-hero .breadcrumb { margin-bottom: 52px; }
.contact-section { padding: 0 0 105px; background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 22px; }
.contact-cards { display: grid; gap: 10px; }
.contact-cards a { display: grid; grid-template-columns: 1fr auto; align-items: center; min-height: 95px; padding: 20px 24px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.contact-cards small, .contact-cards strong { display: block; grid-column: 1; }
.contact-cards small { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.contact-cards strong { font: 700 17px Manrope, sans-serif; }
.contact-cards a > span { grid-column: 2; grid-row: 1 / span 2; color: var(--orange); font-size: 20px; }
.location-panel { padding: 48px; border-radius: 16px; color: white; background: var(--green); }
.location-panel h2 { max-width: 580px; font-size: clamp(38px, 4vw, 54px); }
.location-panel > p:not(.eyebrow) { color: #cbd6d1; }
.hours { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 35px 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.hours > div { padding: 20px 16px 20px 0; }
.hours > div + div { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.2); }
.hours span, .hours strong { display: block; }
.hours span { margin-bottom: 7px; color: #aebeb7; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.hours strong { font-size: 12px; }
.map-section { overflow: hidden; background: var(--ink); }
.map-section a { position: relative; display: block; height: 420px; }
.map-section img { height: 100%; object-fit: cover; opacity: .72; }
.map-section span { position: absolute; left: 50%; bottom: 30px; display: flex; align-items: center; justify-content: space-between; width: min(1100px, calc(100% - 48px)); padding: 20px 24px; transform: translateX(-50%); border-radius: 8px; color: white; background: rgba(37,42,40,.9); }
.map-section b { color: white; }

.partner-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.partner-grid a { display: flex; flex-direction: column; justify-content: space-between; min-height: 150px; padding: 24px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); transition: transform .2s, border-color .2s; }
.partner-grid a:hover { transform: translateY(-3px); border-color: var(--green); }
.partner-grid strong { color: var(--green); font: 800 23px Manrope, sans-serif; }
.partner-grid span { color: var(--muted); font-size: 11px; }
.resource-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.resource-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }
.resource-links a { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-weight: 700; }
.resource-links span { color: #cbd6d1; }

.documents-section { background: white; }
.documents-grid { display: grid; gap: 18px; }
.documents-grid article { display: grid; grid-template-columns: 75px 1fr; gap: 35px; align-items: start; padding: 42px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.document-icon { display: grid; place-items: center; width: 58px; height: 72px; border-radius: 6px 6px 15px 6px; color: white; background: var(--green); font: 800 12px Manrope, sans-serif; }
.documents-grid h2 { font-size: clamp(34px, 4vw, 48px); }
.documents-grid article p:not(.eyebrow) { max-width: 750px; color: var(--muted); }
.documents-grid .button { margin-top: 12px; }

.catalog-controls { padding-top: 8px; }
.catalog-search { display: block; margin-bottom: 18px; }
.catalog-search input { width: 100%; height: 58px; padding: 0 20px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: var(--paper); font: 600 14px "DM Sans", sans-serif; }
.catalog-search input:focus { outline: 2px solid var(--orange); outline-offset: 2px; }
.category-strip { grid-template-columns: repeat(4, 1fr); }
.product-body h3 { min-height: 78px; }

@media (max-width: 980px) {
  .main-nav { position: fixed; inset: 94px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px 24px 28px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .main-nav > a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .main-nav .nav-cta { margin-top: 12px; padding-inline: 18px; }
  .menu-button { display: block; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 70px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(720px, 96%); margin-left: auto; }
  .choice-heading { grid-template-columns: 1fr; gap: 4px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-card { min-height: 105px; }
  .showcase-grid, .story-grid { grid-template-columns: 1fr; }
  .showcase-image, .story-image { width: min(720px, 100%); }
  .showcase-copy, .story-copy { max-width: 680px; }
  .workshop-grid { grid-template-columns: 1fr; }
  .workshop-image { width: min(720px, 100%); }
  .steps { grid-column: auto; }
  .visit-grid { grid-template-columns: 1fr 1fr; }
  .visit-actions { grid-column: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .catalog-hero-grid { grid-template-columns: 1fr; gap: 26px; }
  .category-strip { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-detail { grid-template-columns: 1fr; }
  .product-detail-media { width: min(720px, 100%); }
  .product-detail-copy { max-width: 720px; padding-top: 40px; }
  .specs-grid { grid-template-columns: 1fr; }
  .page-hero-grid, .contact-grid, .timeline-grid, .pricing-grid, .resource-grid, .notice-grid, .process-grid { grid-template-columns: 1fr; }
  .page-hero-grid > img, .winter-visual { width: min(720px, 100%); }
  .service-grid, .values-grid { grid-template-columns: 1fr; }
  .rental-grid { grid-template-columns: 1fr; }
  .partner-grid { grid-template-columns: repeat(3, 1fr); }
  .section-heading { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 680px) {
  :root { --container: calc(100% - 36px); }
  body { padding-bottom: 58px; }
  .topbar span { display: none; }
  .topbar-inner { justify-content: flex-end; }
  .nav-wrap { height: 78px; }
  .brand img { width: 142px; }
  .main-nav { inset: 78px 0 auto; }
  .hero-grid { gap: 45px; padding-block: 54px; }
  .hero h1 { font-size: clamp(50px, 15vw, 66px); }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-points { display: grid; gap: 10px; }
  .hero-visual { width: calc(100% - 8px); height: 350px; }
  .hero-visual > img { border-radius: 55px 14px 14px 14px; }
  .photo-label { left: -10px; bottom: 16px; }
  .choice-section { padding: 58px 0 65px; }
  .choice-heading h2 { font-size: 36px; }
  .choice-card { gap: 13px; padding: 20px 17px; }
  .choice-card strong { font-size: 16px; }
  .section { padding: 78px 0; }
  h2 { font-size: 42px; }
  .showcase-image { height: 390px; }
  .workshop-section { padding: 78px 0; }
  .workshop-grid { gap: 45px; }
  .workshop-image, .story-image { height: 320px; }
  .steps { grid-template-columns: 1fr; padding-top: 10px; }
  .steps li, .steps li + li { padding: 18px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .visit-grid { grid-template-columns: 1fr; gap: 38px; }
  .visit-actions { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
  .mobile-actions { position: fixed; z-index: 30; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); height: 58px; color: white; font-size: 12px; font-weight: 800; box-shadow: 0 -8px 28px rgba(16,26,24,.15); }
  .mobile-actions a { display: grid; place-items: center; background: var(--green); }
  .mobile-actions a:last-child { background: var(--orange); }
  .catalog-hero { padding: 32px 0 50px; }
  .breadcrumb { margin-bottom: 30px; }
  .catalog-hero h1 { font-size: clamp(46px, 14vw, 62px); }
  .catalog-hero-grid > p { font-size: 15px; }
  .catalog-section { padding: 26px 0 76px; }
  .category-strip { display: flex; overflow-x: auto; margin-right: -18px; padding-right: 18px; padding-bottom: 28px; scrollbar-width: none; }
  .category-strip::-webkit-scrollbar { display: none; }
  .category-chip { flex: 0 0 175px; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; padding-top: 40px; }
  .sort-control { width: 100%; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image { aspect-ratio: 1.3; }
  .catalog-note { align-items: stretch; flex-direction: column; gap: 22px; }
  .product-detail-section { padding: 28px 0 70px; }
  .product-detail { gap: 45px; }
  .product-detail-media { min-height: 390px; padding: 28px; }
  .product-detail-media > img { height: 330px; }
  .image-help { left: 14px; right: 14px; bottom: -25px; width: calc(100% - 28px); }
  .product-detail-copy h1 { font-size: clamp(40px, 12vw, 52px); }
  .detail-actions { align-items: stretch; flex-direction: column; }
  .specs-section { padding: 78px 0; }
  .specs-grid { gap: 45px; }
  .spec-list > div { grid-template-columns: .9fr 1.1fr; }
  .detail-next-grid { align-items: stretch; flex-direction: column; }
  .page-hero-grid { min-height: auto; padding-block: 35px 62px; }
  .page-hero-grid > img, .winter-visual { height: 350px; min-height: 350px; border-radius: 55px 14px 14px 14px; }
  .page-hero h1, .simple-hero h1, .contact-hero h1 { font-size: clamp(46px, 13vw, 62px); }
  .simple-hero, .contact-hero { padding: 36px 0 58px; }
  .info-section, .rental-section, .pricing-section, .timeline-section, .links-section, .documents-section { padding: 76px 0; }
  .service-grid article { min-height: auto; }
  .service-grid article > span { margin-bottom: 28px; }
  .process-section, .values-section, .resource-section { padding: 76px 0; }
  .process-grid { gap: 45px; }
  .process-grid li { grid-template-columns: 1fr; gap: 6px; }
  .cta-band .container { align-items: stretch; flex-direction: column; }
  .rental-card { grid-template-columns: 1fr; padding: 26px; }
  .price-panel { display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
  .price-panel strong { margin: 0; text-align: right; }
  .notice-section { padding: 70px 0; }
  .notice-grid { gap: 30px; }
  .timeline-grid, .resource-grid { gap: 45px; }
  .values-grid { border-radius: 10px; }
  .location-panel { padding: 30px 24px; }
  .hours { grid-template-columns: 1fr; }
  .hours > div, .hours > div + div { padding: 16px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .partner-grid { grid-template-columns: 1fr 1fr; }
  .partner-grid a { min-height: 125px; }
  .resource-links { grid-template-columns: 1fr; }
  .documents-grid article { grid-template-columns: 1fr; padding: 26px; }
  .map-section a { height: 330px; }
  .map-section span { align-items: flex-start; flex-direction: column; gap: 8px; width: calc(100% - 36px); }
}

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