:root {
  --ink: #17211c;
  --ink-soft: #526058;
  --forest: #153c2f;
  --forest-deep: #0a241b;
  --forest-light: #1e5943;
  --moss: #6f8061;
  --ivory: #f3f0e8;
  --paper: #fbfaf6;
  --white: #fff;
  --accent: #e86f47;
  --accent-dark: #a84228;
  --welcome-red: #ef6848;
  --sand: #cdbb9f;
  --line: rgba(23, 33, 28, .14);
  --line-light: rgba(255, 255, 255, .16);
  --shadow: 0 32px 90px rgba(9, 31, 23, .14);
  --shadow-soft: 0 18px 50px rgba(9, 31, 23, .08);
  --shell: 1320px;
  --header-height: 84px;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, p, figure, blockquote { margin-top: 0; }
::selection { background: var(--accent); color: var(--forest-deep); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
[hidden] { display: none !important; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 12px 18px; border-radius: 6px; background: var(--white); color: var(--forest); font-weight: 800; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: none; }

.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--forest-light); font-size: 11px; font-weight: 800; letter-spacing: .2em; line-height: 1.2; text-transform: uppercase; }
.eyebrow > span { width: 32px; height: 1px; background: currentColor; }
.eyebrow--light { color: #c8d8d0; }
.eyebrow--welcome { color: var(--welcome-red); }
.section { position: relative; padding: 128px 0; }
.section--ivory { background: var(--ivory); }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(300px, .58fr); gap: 64px; align-items: end; margin-bottom: 62px; }
.section-heading h2, .finder-heading h2, .about-intro h2, .brands-heading h2, .contact-copy h2, .system-story h2 { margin: 0; font-size: clamp(52px, 5.6vw, 82px); font-weight: 600; letter-spacing: -.055em; line-height: .96; }
.section-heading h2 em, .finder-heading h2 em, .about-intro h2 em, .brands-heading h2 em, .contact-copy h2 em, .system-story h2 em, .hero h1 em { font-family: var(--serif); font-weight: 400; }
.section-heading--split > p { margin: 0 0 4px; max-width: 510px; color: var(--ink-soft); font-size: 18px; line-height: 1.7; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 14px; padding: 15px 22px; border: 1px solid transparent; border-radius: 3px; background: transparent; font-size: 14px; font-weight: 750; letter-spacing: .01em; transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 44px; padding: 11px 17px; font-size: 13px; }
.button--solid { background: var(--forest); color: var(--white); }
.button--solid:hover { background: var(--forest-light); }
.button--accent { background: var(--accent); color: var(--forest-deep); box-shadow: 0 15px 35px rgba(232, 111, 71, .25); }
.button--accent:hover { background: #f4815b; }
.button--glass { border-color: rgba(255, 255, 255, .42); background: rgba(255, 255, 255, .06); color: var(--white); backdrop-filter: blur(10px); }
.button--glass:hover { background: rgba(255, 255, 255, .14); }
.button--light { background: var(--paper); color: var(--forest-deep); }
.button--dark { background: var(--forest-deep); color: var(--white); }
.button--dark:hover { background: var(--forest-light); }
.button--muted { border-color: var(--line); color: var(--ink); box-shadow: none; }
.button--muted:hover { background: var(--ivory); }
.text-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 46px; padding: 4px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--forest); font-size: 14px; font-weight: 750; }
.text-button span { font-size: 19px; font-weight: 400; transition: transform .25s ease; }
.text-button[aria-expanded="true"] span { transform: rotate(45deg); }

/* Top bar and navigation */
.utility-bar { position: relative; z-index: 102; background: var(--forest-deep); color: rgba(255, 255, 255, .74); font-size: 11px; letter-spacing: .025em; }
.utility-bar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-bar p { margin: 0; }
.utility-bar__links { display: flex; align-items: center; gap: 28px; }
.utility-bar a { color: var(--white); font-weight: 750; }
.open-status.is-open::before, .open-status.is-closed::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: #75bf85; }
.open-status.is-closed::before { background: var(--accent); }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(251, 250, 246, .94); backdrop-filter: blur(18px); transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(9, 31, 23, .08); background: rgba(251, 250, 246, .98); }
.site-header__inner { min-height: var(--header-height); display: grid; grid-template-columns: 236px 1fr auto; gap: 28px; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand__mark {
  display: block;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  clip-path: none;
  -webkit-mask: none;
  mask: none;
}
.brand__mark img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  clip-path: none;
  -webkit-mask: none;
  mask: none;
  transform: none;
}
.brand__name { display: flex; min-width: 0; flex-direction: column; font-family: Inter, Arial, Helvetica, sans-serif; line-height: 1.05; }
.brand__name strong { color: var(--forest-deep); font-family: inherit; font-size: 21px; font-weight: 700; letter-spacing: -.025em; white-space: nowrap; }
.brand__name small { margin-top: 4px; color: var(--ink-soft); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(12px, 1.8vw, 28px); }
.desktop-nav a { position: relative; padding: 12px 0; color: #344139; font-size: 12px; font-weight: 700; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 6px; left: 0; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.store-switcher { position: relative; }
.store-switcher summary { display: flex; min-height: 44px; align-items: center; gap: 8px; padding: 10px 13px; list-style: none; color: var(--forest); font-size: 12px; font-weight: 750; cursor: pointer; }
.store-switcher summary::-webkit-details-marker { display: none; }
.store-switcher summary svg { width: 14px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.5; transition: transform .2s ease; }
.store-switcher[open] summary svg { transform: rotate(180deg); }
.store-switcher__menu { position: absolute; top: calc(100% + 12px); right: 0; width: 330px; padding: 14px; border: 1px solid var(--line); border-radius: 5px; background: var(--paper); box-shadow: var(--shadow); }
.store-switcher__menu::before { content: ""; position: absolute; top: -13px; right: 0; left: 0; height: 13px; }
.store-switcher__menu > p { margin: 4px 8px 10px; color: var(--ink-soft); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.store-switcher__menu a { display: flex; align-items: center; justify-content: space-between; padding: 13px 12px; border-top: 1px solid var(--line); transition: background .2s ease; }
.store-switcher__menu a:hover { background: var(--ivory); }
.store-switcher__menu a span:first-child { display: flex; flex-direction: column; }
.store-switcher__menu b { font-family: var(--serif); font-size: 17px; }
.store-switcher__menu small { color: var(--ink-soft); font-size: 10px; }
.menu-toggle { display: none; width: 46px; height: 46px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.menu-toggle span { position: absolute; width: 18px; height: 1px; background: var(--forest); transition: transform .25s ease; }
.menu-toggle span:first-child { transform: translateY(-3px); }
.menu-toggle span:last-child { transform: translateY(3px); }
.menu-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }
.mobile-menu { position: absolute; top: 100%; right: 0; left: 0; z-index: 99; height: calc(100svh - var(--header-height)); padding: 44px 24px max(32px, env(safe-area-inset-bottom)); overflow: auto; background: var(--paper); }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { display: flex; align-items: center; justify-content: space-between; padding: 18px 4px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 27px; }
.mobile-menu nav span { color: var(--moss); font-family: var(--sans); font-size: 10px; letter-spacing: .14em; }
.mobile-menu__stores { display: grid; gap: 8px; margin-top: 34px; }
.mobile-menu__stores a { padding: 14px 16px; background: var(--forest); color: var(--white); font-size: 13px; }
.no-script { padding: 12px 0; background: #fff2ce; color: #594820; font-size: 12px; }
.no-script a { font-weight: 800; text-decoration: underline; }
.finder-noscript { margin: 0; padding: 24px; background: #fff2ce; color: #594820; }
.finder-noscript a { font-weight: 800; text-decoration: underline; }

/* Hero */
.hero { position: relative; min-height: calc(100svh - 34px); display: flex; overflow: hidden; align-items: stretch; background: var(--forest-deep); color: var(--white); }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; animation: hero-in 1.2s cubic-bezier(.22, 1, .36, 1) both; }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 18, 13, .91) 0%, rgba(4, 18, 13, .7) 43%, rgba(4, 18, 13, .17) 77%, rgba(4, 18, 13, .05)), linear-gradient(0deg, rgba(4, 18, 13, .62), transparent 40%); }
.hero__inner { position: relative; z-index: 2; min-height: calc(100svh - 34px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, 440px); gap: clamp(42px, 5vw, 82px); align-items: center; padding-top: 126px; padding-bottom: 86px; }
.hero__copy { align-self: center; max-width: 760px; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(56px, 5.7vw, 88px); font-weight: 580; letter-spacing: -.065em; line-height: .92; text-wrap: balance; }
.hero h1 em { display: block; color: #e5d6c4; }
.hero__lead { max-width: 650px; margin: 30px 0 0; color: rgba(255, 255, 255, .78); font-size: clamp(17px, 1.6vw, 21px); line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 34px; }
.hero__text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(255, 255, 255, .42); color: rgba(255, 255, 255, .84); font-size: 13px; font-weight: 750; line-height: 2.2; }
.hero__text-link span { color: var(--accent); }
.hero-finder { width: 100%; align-self: center; padding: 30px; border: 1px solid rgba(255, 255, 255, .38); border-radius: 5px; background: rgba(251, 250, 246, .96); color: var(--ink); box-shadow: 0 34px 100px rgba(0, 0, 0, .3); backdrop-filter: blur(18px); }
.hero-finder__top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-finder__top span { color: var(--forest); }
.hero-finder h2 { margin: 27px 0 10px; font-family: var(--serif); font-size: 34px; font-weight: 500; letter-spacing: -.04em; line-height: 1.04; }
.hero-finder > p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
.hero-finder__choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin: 22px 0 14px; }
.hero-finder__choices label { min-width: 0; cursor: pointer; }
.hero-finder__choices input { position: absolute; opacity: 0; }
.hero-finder__choices span { min-height: 43px; display: flex; align-items: center; padding: 9px 12px; border: 1px solid var(--line); background: var(--white); color: var(--ink-soft); font-size: 11px; font-weight: 750; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease; }
.hero-finder__choices label:hover span { border-color: rgba(21, 60, 47, .45); color: var(--forest); transform: translateY(-1px); }
.hero-finder__choices input:checked + span { border-color: var(--forest); background: var(--forest); color: var(--white); }
.hero-finder__choices input:focus-visible + span { outline: 3px solid var(--accent); outline-offset: 2px; }
.hero-finder__form .button { width: 100%; }
.hero-finder__trust { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-top: 17px; color: var(--ink-soft); font-size: 9px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.hero-finder__trust span { display: flex; align-items: center; gap: 7px; }
.hero-finder__trust span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #69a878; }
.hero__proof { display: grid; align-self: end; border-left: 1px solid var(--line-light); }
.hero__proof > div { min-width: 210px; display: flex; align-items: center; gap: 16px; padding: 19px 0 19px 28px; border-top: 1px solid var(--line-light); }
.hero__proof > div:last-child { border-bottom: 1px solid var(--line-light); }
.hero__proof strong { min-width: 50px; font-family: var(--serif); font-size: 42px; font-weight: 400; line-height: .9; }
.hero__proof span { color: rgba(255, 255, 255, .68); font-size: 11px; font-weight: 650; letter-spacing: .07em; line-height: 1.45; text-transform: uppercase; }
.hero__scroll { position: absolute; bottom: 34px; left: 50%; z-index: 3; display: flex; align-items: center; gap: 16px; color: rgba(255, 255, 255, .6); font-size: 9px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; transform: translateX(-50%); }
.hero__scroll i { width: 38px; height: 1px; overflow: hidden; background: rgba(255, 255, 255, .28); }
.hero__scroll i::after { content: ""; display: block; width: 18px; height: 1px; background: var(--white); animation: scroll-line 2s ease-in-out infinite; }
@keyframes hero-in { from { opacity: 0; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }
@keyframes scroll-line { from { transform: translateX(-100%); } to { transform: translateX(220%); } }

/* Pathways */
.pathway-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: 320px 320px 286px; gap: 12px; }
.pathway-card { --card-image: none; position: relative; grid-column: span 4; display: flex; overflow: hidden; min-height: 0; align-items: flex-end; padding: 26px; border: 0; border-radius: 2px; background: var(--forest); color: var(--white); isolation: isolate; text-align: left; }
.pathway-card[data-category="preparation"] { --card-image: url("images/stage-01.jpg"); }
.pathway-card[data-category="installation"] { --card-image: url("images/stage-02.jpg"); }
.pathway-card[data-category="sanding"] { --card-image: url("images/stage-03.jpg"); }
.pathway-card[data-category="protection"] { --card-image: url("images/stage-04.jpg"); }
.pathway-card[data-category="finishing"] { --card-image: url("images/stage-05.jpg"); }
.pathway-card[data-category="care"] { --card-image: url("images/stage-06.jpg"); }
.pathway-card[data-category="outdoor"] { --card-image: url("images/stage-07.jpg"); }
.pathway-card[data-category="cleaning"] { --card-image: url("images/stage-08.jpg"); }
.pathway-card[data-category="machines"] { --card-image: url("images/stage-09.jpg"); }
.pathway-card[data-category="accessories"] { --card-image: url("images/stage-10.jpg"); }
.pathway-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: var(--card-image); background-position: center; background-size: cover; transition: transform .65s cubic-bezier(.22, 1, .36, 1), filter .65s ease; }
.pathway-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(7, 28, 20, .04) 15%, rgba(7, 28, 20, .2) 46%, rgba(7, 28, 20, .92) 100%); transition: background .3s ease; }
.pathway-card:hover::before { transform: scale(1.045); filter: saturate(.82); }
.pathway-card:focus-visible::before { transform: scale(1.045); }
.pathway-card:nth-child(1) { grid-column: span 7; }
.pathway-card:nth-child(2) { grid-column: span 5; }
.pathway-card:nth-child(3) { grid-column: span 4; }
.pathway-card:nth-child(4) { grid-column: span 5; }
.pathway-card:nth-child(5) { grid-column: span 3; }
.pathway-card:nth-child(6) { grid-column: 1 / -1; }
.pathway-card__number { position: absolute; top: 23px; left: 26px; color: rgba(255, 255, 255, .58); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.pathway-card__content { display: grid; max-width: 430px; gap: 8px; }
.pathway-card__content strong { font-family: var(--serif); font-size: clamp(25px, 2.2vw, 34px); font-weight: 500; letter-spacing: -.035em; line-height: 1.02; }
.pathway-card__content small { max-width: 360px; color: rgba(255, 255, 255, .73); font-size: 13px; line-height: 1.45; }
.pathway-card__arrow { position: absolute; right: 24px; bottom: 25px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; font-size: 18px; transition: background .25s ease, color .25s ease, transform .25s ease; }
.pathway-card:hover .pathway-card__arrow { background: var(--white); color: var(--forest); transform: rotate(45deg); }
.pathway-more { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 12px; }
.pathway-more .pathway-card { grid-column: auto; }
.pathway-toggle { margin-top: 34px; }
.pathway-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 50px; align-items: center; margin-top: 72px; padding: 36px 40px; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow-soft); }
.pathway-cta > div { display: grid; grid-template-columns: 120px minmax(240px, .8fr) minmax(300px, 1fr); gap: 28px; align-items: center; }
.pathway-cta__index { color: var(--accent-dark); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.pathway-cta strong { font-family: var(--serif); font-size: 26px; font-weight: 500; letter-spacing: -.03em; line-height: 1.1; }
.pathway-cta p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }

/* Process / system story */
.system-story { overflow: hidden; background: var(--forest); color: var(--white); }
.system-story::before { content: "AMAR"; position: absolute; right: -4vw; bottom: -8vw; color: rgba(255, 255, 255, .025); font-family: var(--serif); font-size: 32vw; line-height: .7; pointer-events: none; }
.system-story__grid { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1fr); gap: 120px; align-items: start; }
.system-story__intro { position: sticky; top: 130px; }
.system-story h2 { margin-bottom: 34px; }
.system-story__intro > p:not(.eyebrow):not(.system-story__note) { max-width: 590px; color: rgba(255, 255, 255, .68); font-size: 18px; line-height: 1.75; }
.system-story__note { max-width: 580px; margin: 26px 0 34px; padding-left: 20px; border-left: 2px solid var(--accent); color: #e4ddd1; font-family: var(--serif); font-size: 20px; line-height: 1.55; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { min-height: 220px; display: grid; grid-template-columns: 80px 1fr; gap: 26px; align-items: start; padding: 46px 0; border-top: 1px solid var(--line-light); }
.process-list li:last-child { border-bottom: 1px solid var(--line-light); }
.process-list > li > span { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.process-list h3 { margin: -5px 0 14px; font-family: var(--serif); font-size: clamp(30px, 3vw, 42px); font-weight: 400; letter-spacing: -.035em; line-height: 1.08; }
.process-list p { max-width: 450px; margin: 0; color: rgba(255, 255, 255, .64); line-height: 1.7; }

/* Store integration */
.stores-section { background: var(--paper); }
.store-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.store-card { min-height: 480px; display: flex; flex-direction: column; align-items: flex-start; padding: 44px; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow-soft); }
.store-card--secondary { background: var(--ivory); box-shadow: none; }
.store-card__top { width: 100%; display: flex; align-items: center; justify-content: space-between; padding-bottom: 26px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.store-card h3 { margin: 55px 0 16px; font-family: var(--serif); font-size: clamp(35px, 3vw, 48px); font-weight: 500; letter-spacing: -.04em; }
.store-card > p { max-width: 540px; margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.store-card__meta { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding: 28px 0 24px; color: var(--ink-soft); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.store-card__meta span:first-child { display: flex; align-items: center; gap: 8px; }
.store-card__meta i { width: 7px; height: 7px; border-radius: 50%; background: #69a878; box-shadow: 0 0 0 4px rgba(105, 168, 120, .12); }

/* Finder feature on the homepage */
.finder-teaser { overflow: hidden; background: var(--forest-deep); color: var(--white); }
.finder-teaser::before { content: ""; position: absolute; top: -240px; right: -160px; width: 680px; height: 680px; border: 1px solid rgba(255, 255, 255, .05); border-radius: 50%; box-shadow: 0 0 0 120px rgba(255, 255, 255, .016), 0 0 0 240px rgba(255, 255, 255, .01); }
.finder-teaser__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(440px, .8fr); gap: clamp(70px, 8vw, 132px); align-items: center; }
.finder-teaser__visual { position: relative; min-height: 650px; }
.finder-teaser__image { position: absolute; inset: 0 16% 8% 0; background: linear-gradient(180deg, transparent 48%, rgba(7, 28, 20, .7)), url("images/stage-04.jpg") center / cover; box-shadow: 0 35px 90px rgba(0, 0, 0, .28); }
.finder-teaser__image::after { content: "SYSTEM / 04"; position: absolute; top: 24px; left: 26px; padding: 8px 10px; background: rgba(251, 250, 246, .92); color: var(--forest); font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.finder-teaser__result { position: absolute; right: 0; bottom: 0; width: min(390px, 74%); display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 27px; border-top: 3px solid var(--accent); background: var(--paper); color: var(--ink); box-shadow: 0 28px 80px rgba(0, 0, 0, .34); }
.finder-teaser__result > span, .finder-teaser__result > strong { grid-column: 1 / -1; }
.finder-teaser__result > span { color: var(--forest-light); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.finder-teaser__result > strong { margin: 8px 0 25px; font-family: var(--serif); font-size: 24px; font-weight: 500; letter-spacing: -.025em; }
.finder-teaser__result > div { display: grid; gap: 4px; padding: 13px 10px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.finder-teaser__result > div:last-child { border-right: 0; }
.finder-teaser__result small { color: var(--ink-soft); font-size: 8px; text-transform: uppercase; }
.finder-teaser__result b { color: var(--forest); font-size: 10px; line-height: 1.35; }
.finder-teaser__copy h2 { margin: 0; font-size: clamp(52px, 5.4vw, 78px); font-weight: 600; letter-spacing: -.055em; line-height: .96; }
.finder-teaser__copy h2 em { font-family: var(--serif); font-weight: 400; }
.finder-teaser__copy > p:not(.eyebrow):not(.finder-teaser__note) { max-width: 610px; margin: 30px 0 0; color: rgba(255, 255, 255, .68); font-size: 17px; line-height: 1.75; }
.finder-teaser__copy ul { display: grid; gap: 0; margin: 34px 0; padding: 0; border-top: 1px solid var(--line-light); list-style: none; }
.finder-teaser__copy li { display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--line-light); color: rgba(255, 255, 255, .82); font-size: 13px; }
.finder-teaser__copy li span { color: var(--accent); font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.finder-teaser__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.finder-teaser__consult { border-bottom: 1px solid rgba(255, 255, 255, .4); color: rgba(255, 255, 255, .82); font-size: 12px; font-weight: 750; line-height: 2.1; }
.finder-teaser__note { margin: 17px 0 0; color: rgba(255, 255, 255, .44); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

/* Dedicated finder page */
.finder-page-hero { position: relative; overflow: hidden; padding: 98px 0 112px; background: var(--ivory); }
.finder-page-hero::before { content: "04"; position: absolute; right: -1vw; bottom: -12vw; color: rgba(21, 60, 47, .035); font-family: var(--serif); font-size: 40vw; line-height: .75; pointer-events: none; }
.finder-page-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, .75fr); gap: clamp(72px, 8vw, 140px); align-items: center; }
.finder-page-hero__back { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 64px; color: var(--forest); font-size: 11px; font-weight: 750; }
.finder-page-hero__copy .eyebrow { margin-bottom: 26px; }
.finder-page-hero h1 { margin: 0; font-size: clamp(56px, 6vw, 88px); font-weight: 580; letter-spacing: -.065em; line-height: .9; }
.finder-page-hero h1 em { color: var(--forest-light); font-family: var(--serif); font-weight: 400; }
.finder-page-hero__copy > p:last-of-type { max-width: 690px; margin: 30px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }
.finder-page-hero__meta { display: flex; flex-wrap: wrap; gap: 0; margin-top: 44px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.finder-page-hero__meta span { min-width: 150px; display: grid; gap: 2px; padding: 18px 28px 18px 0; }
.finder-page-hero__meta strong { color: var(--forest); font-family: var(--serif); font-size: 29px; font-weight: 500; }
.finder-page-hero__meta small { color: var(--ink-soft); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.finder-page-hero__visual { position: relative; min-height: 600px; }
.finder-page-hero__image { position: absolute; inset: 0 0 46px 54px; background: linear-gradient(180deg, transparent 46%, rgba(7, 28, 20, .6)), url("images/stage-04.jpg") 54% center / cover; box-shadow: var(--shadow); }
.finder-page-hero__card { position: absolute; left: 0; bottom: 0; width: min(350px, 78%); padding: 25px 28px; border-top: 3px solid var(--accent); background: var(--forest-deep); color: var(--white); box-shadow: 0 24px 70px rgba(9, 31, 23, .3); }
.finder-page-hero__card span { color: #b9cfc5; font-size: 8px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.finder-page-hero__card strong { display: block; margin: 8px 0 6px; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.finder-page-hero__card p { margin: 0; color: rgba(255, 255, 255, .62); font-size: 11px; }
.finder-page-hero__seal { position: absolute; top: -22px; right: -22px; width: 92px; height: 92px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: var(--forest-deep); font-size: 9px; font-weight: 900; letter-spacing: .14em; line-height: 1.45; text-align: center; transform: rotate(8deg); }
.finder-section--page { padding-top: 116px; }
.finder-heading--compact { max-width: none; display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .55fr); gap: 80px; align-items: end; }
.finder-heading--compact > p:last-child { margin: 0 0 4px; }
.finder-support { padding: 96px 0; background: var(--ivory); }
.finder-support__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, .65fr); gap: 100px; align-items: end; }
.finder-support h2 { margin: 0; font-size: clamp(48px, 5vw, 72px); font-weight: 600; letter-spacing: -.055em; line-height: .96; }
.finder-support h2 em { font-family: var(--serif); font-weight: 400; }
.finder-support__grid > div:last-child > p { margin: 0 0 28px; color: var(--ink-soft); font-size: 16px; line-height: 1.75; }
.finder-support__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.finder-support__actions > a:not(.button) { color: var(--forest); font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }

/* Finder */
.finder-section { overflow: hidden; background: var(--forest-deep); color: var(--white); }
.finder-section::before { content: ""; position: absolute; top: -250px; right: -150px; width: 650px; height: 650px; border: 1px solid rgba(255, 255, 255, .055); border-radius: 50%; box-shadow: 0 0 0 120px rgba(255, 255, 255, .018), 0 0 0 240px rgba(255, 255, 255, .012); }
.finder-heading { position: relative; max-width: 900px; margin-bottom: 58px; }
.finder-heading.finder-heading--compact { max-width: none; }
.finder-heading > p:last-child { max-width: 690px; margin: 28px 0 0; color: rgba(255, 255, 255, .67); font-size: 18px; line-height: 1.7; }
.finder-shell { position: relative; overflow: hidden; border-radius: 4px; background: var(--paper); color: var(--ink); box-shadow: 0 38px 110px rgba(0, 0, 0, .26); }
.finder-progress { display: grid; grid-template-columns: minmax(220px, 1fr) minmax(180px, 1.8fr) auto; gap: 36px; align-items: center; padding: 24px 34px; border-bottom: 1px solid var(--line); background: var(--ivory); }
.finder-progress__copy { display: flex; flex-direction: column; }
.finder-progress__copy span { color: var(--ink-soft); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.finder-progress__copy strong { margin-top: 3px; font-family: var(--serif); font-size: 18px; font-weight: 500; }
.finder-progress__track { height: 2px; overflow: hidden; background: rgba(21, 60, 47, .12); }
.finder-progress__track i { display: block; width: 25%; height: 100%; background: var(--accent); transition: width .35s cubic-bezier(.22, 1, .36, 1); }
.finder-progress__track i[data-progress="2"] { width: 50%; }
.finder-progress__track i[data-progress="3"] { width: 75%; }
.finder-progress__track i[data-progress="4"] { width: 100%; }
.finder-progress ol { display: flex; gap: 18px; margin: 0; padding: 0; list-style: none; }
.finder-progress li { color: #a0aaa4; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.finder-progress li.is-active, .finder-progress li.is-complete { color: var(--forest); }
.finder-form { min-height: 590px; display: flex; flex-direction: column; padding: 50px 54px 34px; }
.finder-stage { animation: stage-in .35s cubic-bezier(.22, 1, .36, 1) both; }
@keyframes stage-in { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: none; } }
.finder-stage fieldset { margin: 0; padding: 0; border: 0; }
.finder-stage legend { padding: 0; font-family: var(--serif); font-size: clamp(34px, 4vw, 52px); font-weight: 500; letter-spacing: -.045em; line-height: 1.05; }
.field-intro { max-width: 630px; margin: 15px 0 32px; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.choice-grid { display: grid; gap: 10px; }
.choice-grid--surface { grid-template-columns: repeat(3, 1fr); }
.choice-grid--finish { grid-template-columns: repeat(3, 1fr); }
.choice-card { position: relative; min-height: 154px; display: flex; flex-direction: column; align-items: flex-start; padding: 22px; border: 1px solid var(--line); background: var(--white); cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.choice-card:hover { border-color: rgba(21, 60, 47, .42); transform: translateY(-2px); }
.choice-card:has(input:focus-visible) { outline: 3px solid var(--accent); outline-offset: 3px; }
.choice-card:has(input:checked) { border-color: var(--forest); background: #eef2ed; box-shadow: inset 0 0 0 1px var(--forest); }
.choice-card:has(input:disabled) { opacity: .38; filter: grayscale(1); cursor: not-allowed; transform: none; }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card__icon { color: var(--forest-light); font-family: var(--serif); font-size: 30px; line-height: 1; }
.choice-card strong { margin-top: auto; font-family: var(--serif); font-size: 19px; font-weight: 600; letter-spacing: -.025em; line-height: 1.15; }
.choice-card small { margin-top: 5px; color: var(--ink-soft); font-size: 11px; line-height: 1.4; }
.choice-card > i { position: absolute; top: 18px; right: 18px; width: 18px; height: 18px; border: 1px solid #a8b0ab; border-radius: 50%; }
.choice-card:has(input:checked) > i { border: 5px solid var(--forest); background: var(--white); }
.choice-card--horizontal { min-height: 178px; display: grid; grid-template-columns: 70px 1fr; gap: 22px; align-items: center; }
.choice-card--horizontal strong { display: block; margin: 0 0 8px; font-size: 24px; }
.choice-card--horizontal small { font-size: 12px; }
.choice-card__swatch { width: 62px; height: 92px; border-radius: 50%; background: linear-gradient(145deg, #c9a87e, #896344); box-shadow: inset 8px 8px 18px rgba(255, 255, 255, .25), 0 10px 24px rgba(45, 37, 27, .15); }
.choice-card__swatch--lacquer { background: linear-gradient(145deg, #e4c99f, #a37a4d); filter: saturate(.65); }
.choice-card__swatch--oil { background: linear-gradient(145deg, #ad6d33, #543518); }
.compatibility-note { margin-top: 14px; padding: 12px 15px; border-left: 2px solid var(--accent); background: rgba(232, 111, 71, .08); color: #6c3a2d; font-size: 12px; }
.field-error { margin: 14px 0 0; color: #b94025; font-size: 13px; font-weight: 700; }
.mode-tabs { width: fit-content; max-width: 100%; display: flex; flex-wrap: wrap; margin-bottom: 34px; padding: 4px; border: 1px solid var(--line); background: var(--ivory); }
.mode-tabs label { cursor: pointer; }
.mode-tabs input { position: absolute; opacity: 0; }
.mode-tabs span { display: block; padding: 10px 18px; color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.mode-tabs input:checked + span { background: var(--forest); color: var(--white); }
.mode-tabs input:focus-visible + span { outline: 3px solid var(--accent); outline-offset: 2px; }
.area-panel { max-width: 920px; }
.big-field { display: flex; flex-direction: column; gap: 10px; color: var(--ink-soft); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.big-field__input { display: flex; align-items: baseline; border-bottom: 1px solid var(--ink); }
.big-field input { width: 100%; min-width: 0; padding: 5px 0 12px; border: 0; background: transparent; color: var(--forest); font-family: var(--serif); font-size: clamp(58px, 8vw, 92px); line-height: 1; outline: none; }
.big-field input::placeholder { color: #c5cbc7; }
.big-field b { color: var(--ink-soft); font-size: 20px; font-weight: 500; text-transform: none; }
.dimensions-list, .room-list { display: grid; gap: 12px; }
.dimension-row, .room-row { display: grid; grid-template-columns: 1fr auto 1fr 42px; gap: 18px; align-items: end; }
.room-row { grid-template-columns: 1fr auto 1fr auto 1fr 42px; }
.dimension-row label, .room-row label { display: grid; gap: 7px; color: var(--ink-soft); font-size: 11px; font-weight: 750; }
.dimension-row label > span, .room-row label > span { display: flex; align-items: center; border-bottom: 1px solid var(--ink); }
.dimension-row input, .room-row input { width: 100%; min-width: 0; padding: 10px 0; border: 0; background: transparent; font-family: var(--serif); font-size: 28px; outline: none; }
.dimension-row input:focus, .room-row input:focus { box-shadow: 0 2px 0 var(--accent); }
.dimension-row b, .room-row b { color: var(--ink-soft); font-size: 12px; }
.dimension-times { padding-bottom: 13px; color: var(--ink-soft); }
.dimension-remove { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink-soft); }
.dimension-remove:disabled { opacity: .3; cursor: not-allowed; }
.dimension-actions { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 22px; }
.dimension-actions p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.dimension-actions strong, .dimension-actions output { color: var(--forest); font-family: var(--serif); font-size: 20px; }
.calculation-formula { margin: 0 0 24px; padding: 12px 15px; border-left: 2px solid var(--forest); background: var(--ivory); color: var(--ink-soft); font-size: 12px; }
.calculation-formula strong { color: var(--forest); }
.select-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.select-grid label, .contact-form > label, .contact-form__row label { display: grid; gap: 9px; color: var(--ink-soft); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.optional { font-size: 8px; font-weight: 600; opacity: .65; }
.select-grid select, .contact-form select, .contact-form input, .contact-form textarea { width: 100%; min-height: 54px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 0; background: var(--white); font-size: 14px; letter-spacing: 0; outline: none; text-transform: none; }
.select-grid select:focus, .contact-form select:focus, .contact-form input:focus, .contact-form textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(21, 60, 47, .1); }
.finder-form [aria-invalid="true"] { box-shadow: 0 0 0 2px #b94025; }
.preference-note { margin: 13px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.55; }
.finder-nav { display: flex; align-items: center; margin-top: auto; padding-top: 32px; border-top: 1px solid var(--line); }
.finder-nav__hint { margin-right: auto; margin-left: 18px; color: var(--ink-soft); font-size: 11px; }
.finder-nav [data-next], .finder-nav [data-submit] { margin-left: auto; }

.finder-results { padding: 48px 54px 54px; }
.results-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.results-header .eyebrow { margin-bottom: 12px; }
.results-header h3 { margin: 0; font-family: var(--serif); font-size: clamp(36px, 4vw, 54px); font-weight: 500; letter-spacing: -.04em; }
.results-header h3:focus-visible { outline: 0; text-decoration: underline; text-decoration-color: var(--forest); text-decoration-thickness: 2px; text-underline-offset: 8px; }
.result-summary { display: flex; flex-wrap: wrap; gap: 8px; padding: 22px 0 30px; }
.result-summary span { padding: 8px 12px; background: var(--ivory); color: var(--ink-soft); font-size: 11px; }
.result-summary b { color: var(--forest); }
.result-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.result-cards[data-count="1"] { grid-template-columns: minmax(0, 720px); }
.result-cards[data-count="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.result-card { min-width: 0; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); background: var(--white); }
.result-card.is-recommended { border: 2px solid var(--forest); box-shadow: var(--shadow-soft); transform: translateY(-6px); }
.result-card__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.result-card__tier { padding: 6px 9px; background: var(--ivory); color: var(--forest); font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.is-recommended .result-card__tier { background: var(--forest); color: var(--white); }
.result-card__price { color: var(--ink-soft); font-size: 11px; }
.result-card h4 { margin: 26px 0 10px; font-family: var(--serif); font-size: 26px; font-weight: 550; letter-spacing: -.035em; line-height: 1.08; }
.result-card__why { min-height: 63px; margin: 0 0 22px; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.result-card__technical { margin-bottom: 20px; }
.result-tech-metrics { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; }
.result-tech-metrics > div { min-width: 95px; flex: 1 1 105px; padding: 10px; border: 1px solid var(--line); background: var(--ivory); }
.result-tech-metrics dt { overflow-wrap: anywhere; color: var(--ink-soft); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.result-tech-metrics dd { overflow-wrap: anywhere; margin: 3px 0 0; color: var(--forest); font-size: 12px; font-weight: 750; }
.result-tech-details { margin-top: 8px; color: var(--ink-soft); font-size: 10.5px; }
.result-tech-details summary { cursor: pointer; color: var(--forest); font-weight: 750; }
.result-tech-details p { margin: 8px 0 0; line-height: 1.5; }
.result-card__lines { display: grid; border-top: 1px solid var(--line); }
.result-line { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.result-line b { display: block; font-size: 12px; line-height: 1.4; }
.result-line small { display: block; margin-top: 4px; color: var(--ink-soft); font-size: 10.5px; line-height: 1.45; }
.result-line > span { color: var(--forest); font-family: var(--serif); font-size: 18px; white-space: nowrap; }
.result-card__total { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding: 22px 0 16px; }
.result-card__total span { color: var(--ink-soft); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.result-card__total strong { font-family: var(--serif); font-size: 26px; font-weight: 500; }
.result-card__actions { display: grid; gap: 8px; }
.result-card__actions form { margin: 0; }
.result-card__actions button, .result-card__actions a { width: 100%; min-height: 45px; display: flex; align-items: center; justify-content: center; padding: 10px 12px; border: 1px solid var(--forest); background: var(--forest); color: var(--white); font-size: 12px; font-weight: 800; }
.result-card__actions a { border-color: var(--line); background: transparent; color: var(--forest); }
.product-action { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr); gap: 6px; }
.product-action > * { min-width: 0; }
.result-card__actions .product-card-link { padding-inline: 8px; font-size: 11px; text-align: center; }
.multi-pack-note { margin: 0 0 2px; padding: 10px 12px; border-left: 2px solid var(--accent); background: var(--ivory); color: var(--ink-soft); font-size: 11px; line-height: 1.5; }
.result-card__actions .result-consult { border: 0; background: transparent; color: var(--forest); text-decoration: underline; text-underline-offset: 3px; }
.result-card__addons { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); }
.result-addons > summary { cursor: pointer; color: var(--forest); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.result-addons__intro { margin: 10px 0 14px; color: var(--ink-soft); font-size: 10.5px; line-height: 1.5; }
.result-addons__list { display: grid; gap: 10px; }
.result-addon { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px 12px; padding: 12px; background: var(--ivory); }
.result-addon__copy b { display: block; font-size: 11px; line-height: 1.4; }
.result-addon__copy small { display: block; margin-top: 4px; color: var(--ink-soft); font-size: 10px; line-height: 1.5; }
.result-addon__qty { color: var(--forest); font-family: var(--serif); font-size: 16px; }
.result-addon__actions { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr .7fr; gap: 6px; }
.result-addon__actions form { margin: 0; }
.result-addon__actions button, .result-addon__actions a { width: 100%; min-height: 44px; display: flex; align-items: center; justify-content: center; padding: 8px; border: 1px solid var(--forest); background: var(--forest); color: var(--white); font-size: 11px; font-weight: 800; text-align: center; }
.result-addon__actions a { border-color: var(--line); background: var(--white); color: var(--forest); }
.result-disclaimer { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.result-disclaimer p { max-width: 760px; margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.6; }
.catalog-stamp { white-space: nowrap; }
.empty-result { padding: 32px; border: 1px dashed var(--line); background: var(--ivory); color: var(--ink-soft); font-size: 13px; }

/* About */
.about-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .56fr); gap: 100px; }
.about-intro h2 { margin-bottom: 32px; }
.about-lead { max-width: 740px; color: var(--ink-soft); font-size: 18px; line-height: 1.85; }
.about-intro .text-button { margin-top: 18px; }
.about-quote { align-self: end; padding: 40px; background: var(--forest); color: var(--white); }
.about-quote > span { color: var(--accent); font-family: var(--serif); font-size: 74px; line-height: .65; }
.about-quote blockquote { margin: 28px 0 20px; font-family: var(--serif); font-size: 32px; font-weight: 400; letter-spacing: -.03em; line-height: 1.15; }
.about-quote p { margin: 0; color: rgba(255, 255, 255, .65); font-size: 13px; line-height: 1.65; }
.about-more { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr .65fr; gap: 90px; padding-top: 58px; border-top: 1px solid var(--line); }
.about-more article h3 { max-width: 720px; margin: 0 0 22px; font-family: var(--serif); font-size: 38px; font-weight: 500; letter-spacing: -.035em; line-height: 1.15; }
.about-more article p { max-width: 760px; color: var(--ink-soft); line-height: 1.75; }
.about-more ul { margin: 0; padding: 0; list-style: none; }
.about-more li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 17px 0; border-top: 1px solid var(--line); font-size: 14px; }
.about-more li:last-child { border-bottom: 1px solid var(--line); }
.about-more li span { color: var(--accent-dark); font-size: 10px; font-weight: 800; }

/* Brands */
.brands-section { overflow: hidden; padding: 118px 0 104px; background: var(--white); }
.brands-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 64px; }
.brands-heading .eyebrow { grid-column: 1 / -1; }
.brands-heading h2 { max-width: 800px; }
.brands-heading > p:last-child { max-width: 360px; margin: 0 0 5px 60px; color: var(--ink-soft); line-height: 1.7; }
.brand-rail { position: relative; display: flex; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.brand-rail::before, .brand-rail::after { content: ""; position: absolute; top: 0; bottom: 0; z-index: 2; width: 12vw; pointer-events: none; }
.brand-rail::before { left: 0; background: linear-gradient(90deg, var(--white), transparent); }
.brand-rail::after { right: 0; background: linear-gradient(-90deg, var(--white), transparent); }
.brand-rail__track { flex: none; display: flex; width: max-content; animation: brand-scroll 36s linear infinite; }
.brand-rail:hover .brand-rail__track, .brand-rail:focus-within .brand-rail__track { animation-play-state: paused; }
.brand-rail.is-paused .brand-rail__track { animation-play-state: paused; }
.brand-rail__track > a { width: 220px; height: 130px; display: grid; flex: 0 0 220px; place-items: center; padding: 25px 34px; border-right: 1px solid var(--line); }
.brand-rail img { max-width: 145px; max-height: 52px; object-fit: contain; filter: grayscale(1); opacity: .65; transition: filter .25s ease, opacity .25s ease; }
.brand-rail a:hover img, .brand-rail a:focus-visible img { filter: none; opacity: 1; }
.brands-all { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 28px; padding-top: 34px; }
.brand-motion-toggle { min-height: 54px; }
@keyframes brand-scroll { to { transform: translateX(-50%); } }

/* Contact */
.contact-section { background: var(--forest); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(440px, .65fr); gap: 110px; align-items: start; }
.contact-copy > p:not(.eyebrow) { max-width: 580px; margin: 28px 0 38px; color: rgba(255, 255, 255, .66); font-size: 18px; }
.contact-links { display: grid; border-top: 1px solid var(--line-light); }
.contact-links a { display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; padding: 17px 0; border-bottom: 1px solid var(--line-light); }
.contact-links small { color: rgba(255, 255, 255, .52); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-links strong { margin-top: 3px; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.contact-links a > span { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 18px; transition: transform .2s ease; }
.contact-links a:hover > span { transform: translate(3px, -3px); }
.contact-copy address { display: grid; gap: 4px; margin-top: 30px; color: rgba(255, 255, 255, .62); font-size: 12px; font-style: normal; }
.contact-copy address strong { margin-bottom: 4px; color: var(--white); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.contact-form { display: none; gap: 18px; padding: 40px; background: var(--paper); color: var(--ink); }
.js .contact-form { display: grid; }
.contact-form__heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.contact-form__heading span { font-family: var(--serif); font-size: 28px; }
.contact-form__heading small { color: var(--ink-soft); font-size: 10px; }
.contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form textarea { min-height: 125px; resize: vertical; }
.check-field { display: flex !important; grid-template-columns: auto 1fr !important; align-items: flex-start; gap: 10px !important; color: var(--ink-soft) !important; font-size: 10px !important; font-weight: 500 !important; letter-spacing: 0 !important; line-height: 1.5; text-transform: none !important; }
.check-field input { width: 17px; min-height: 17px; margin: 1px 0 0; padding: 0; accent-color: var(--forest); }
.check-field a { text-decoration: underline; text-underline-offset: 2px; }
.contact-form .button { justify-self: start; }
.form-status { min-height: 18px; margin: -5px 0 0; color: #a44029; font-size: 11px; }
.form-status.is-success { color: var(--forest-light); }
.contact-form__fallback { margin: -4px 0 0; color: var(--ink-soft); font-size: 10px; line-height: 1.6; }
.contact-form__fallback a { color: var(--forest); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.contact-noscript { align-self: start; padding: 36px; background: var(--paper); color: var(--ink); }
.contact-noscript strong { font-family: var(--serif); font-size: 28px; font-weight: 500; }
.contact-noscript p { margin: 15px 0 0; color: var(--ink-soft); line-height: 1.75; }
.contact-noscript a { color: var(--forest); font-weight: 800; text-decoration: underline; }

/* Footer */
.site-footer { background: #071c15; color: rgba(255, 255, 255, .68); }
.site-footer__top { display: grid; grid-template-columns: 1.15fr repeat(3, .55fr); gap: 60px; padding-top: 78px; padding-bottom: 68px; }
.brand--footer .brand__mark { width: 88px; height: 88px; flex-basis: 88px; }
.brand--footer .brand__name strong, .brand--footer .brand__name small { color: var(--white); }
.footer-brand > p { max-width: 390px; margin: 28px 0 24px; color: rgba(255, 255, 255, .5); font-size: 13px; line-height: 1.65; }
.footer-direction { display: inline-flex; gap: 10px; color: var(--white); font-size: 12px; font-weight: 750; }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-col h3 { margin: 7px 0 15px; color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer-col a, .footer-col p { margin: 0; font-size: 12px; }
.footer-col a:hover { color: var(--white); }
.site-footer__bottom { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .58); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.site-footer__legal { display: grid; gap: 7px; }
.site-footer__credit { width: fit-content; display: inline-flex; align-items: center; gap: 6px; color: rgba(255, 255, 255, .54); letter-spacing: .02em; text-transform: none; transition: color .2s ease; }
.site-footer__credit strong { color: rgba(255, 255, 255, .82); font-weight: 700; }
.site-footer__credit span[aria-hidden="true"] { color: var(--accent); font-size: 11px; transition: transform .2s ease; }
.site-footer__credit:hover, .site-footer__credit:hover strong { color: var(--white); }
.site-footer__credit:hover span[aria-hidden="true"] { transform: translate(2px, -2px); }
.cookie-manage {
  width: fit-content;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .38);
  background: transparent;
  color: rgba(255, 255, 255, .68);
  font-size: 9px;
  letter-spacing: .05em;
  line-height: 1.6;
  text-transform: uppercase;
}
.cookie-manage:hover { color: var(--white); }
.floating-contact { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: flex; align-items: center; gap: 10px; padding: 7px 15px 7px 7px; border-radius: 999px; background: var(--white); color: var(--forest); box-shadow: 0 12px 40px rgba(4, 18, 13, .22); font-size: 11px; font-weight: 800; }
.floating-contact > span:first-child { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #1ca463; color: var(--white); font-size: 12px; }

/* Cookie consent */
body.cookie-settings-open { overflow: hidden; }
.cookie-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 300;
  width: min(calc(100% - 48px), 1240px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: 27px 30px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 6px;
  background: #0b2a20;
  color: var(--white);
  box-shadow: 0 24px 80px rgba(4, 18, 13, .42);
}
.cookie-banner__copy { max-width: 690px; }
.cookie-banner__eyebrow { margin: 0 0 6px; color: #ef8b68; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.cookie-banner h2, .cookie-settings h2 { margin: 0; font-family: var(--serif); font-size: 29px; font-weight: 500; letter-spacing: -.025em; line-height: 1.05; }
.cookie-banner__copy > p:last-child { margin: 11px 0 0; color: rgba(255, 255, 255, .72); font-size: 12px; line-height: 1.65; }
.cookie-banner a, .cookie-settings a { color: inherit; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner__actions { display: grid; grid-template-columns: repeat(2, minmax(152px, 1fr)); gap: 8px; }
.cookie-banner__actions .cookie-action--text { grid-column: 1 / -1; }
.cookie-action {
  min-height: 45px;
  padding: 11px 17px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.cookie-action--primary { background: var(--accent); color: var(--forest-deep); }
.cookie-action--primary:hover { background: #f4815b; }
.cookie-action--secondary { border-color: rgba(255, 255, 255, .52); background: transparent; color: var(--white); }
.cookie-action--secondary:hover { border-color: var(--white); background: rgba(255, 255, 255, .08); }
.cookie-action--text { min-height: 34px; padding-block: 6px; background: transparent; color: rgba(255, 255, 255, .74); text-decoration: underline; text-underline-offset: 3px; }
.cookie-action--text:hover { color: var(--white); }
.cookie-settings {
  width: min(calc(100% - 32px), 760px);
  max-height: min(860px, calc(100svh - 32px));
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 7px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 30px 100px rgba(4, 18, 13, .4);
}
.cookie-settings::backdrop { background: rgba(4, 18, 13, .74); backdrop-filter: blur(5px); }
.cookie-settings__panel { padding: 35px; }
.cookie-settings__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.cookie-settings__header .cookie-banner__eyebrow { color: var(--accent-dark); }
.cookie-settings h2 { font-size: 38px; }
.cookie-settings__close {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  padding: 0 0 3px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--forest);
  font-family: var(--sans);
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}
.cookie-settings__close:hover { background: var(--ivory); }
.cookie-settings__intro { margin: 20px 0 24px; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.cookie-categories { border-top: 1px solid var(--line); }
.cookie-category {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
}
.cookie-category > span:first-child { display: grid; gap: 5px; }
.cookie-category strong { color: var(--forest-deep); font-size: 14px; }
.cookie-category small { max-width: 500px; color: var(--ink-soft); font-size: 11px; line-height: 1.55; }
.cookie-switch { position: relative; min-width: 108px; display: grid; grid-template-columns: 45px; justify-items: center; gap: 5px; cursor: pointer; }
.cookie-switch input { position: absolute; width: 45px; height: 25px; margin: 0; opacity: 0; cursor: pointer; }
.cookie-switch i { width: 45px; height: 25px; padding: 3px; border: 1px solid rgba(23, 33, 28, .28); border-radius: 999px; background: #d9dcd8; transition: background .2s ease, border-color .2s ease; }
.cookie-switch i::after { content: ""; display: block; width: 17px; height: 17px; border-radius: 50%; background: var(--white); box-shadow: 0 2px 7px rgba(4, 18, 13, .24); transition: transform .2s ease; }
.cookie-switch input:checked + i { border-color: var(--forest); background: var(--forest); }
.cookie-switch input:checked + i::after { transform: translateX(20px); }
.cookie-switch input:focus-visible + i { outline: 3px solid var(--accent); outline-offset: 4px; }
.cookie-switch input:disabled + i { border-color: var(--forest); background: var(--forest); opacity: .68; }
.cookie-switch b { color: var(--ink-soft); font-size: 8px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.cookie-settings__note { margin: 20px 0 0; color: var(--ink-soft); font-size: 10px; line-height: 1.6; }
.cookie-settings__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-top: 25px; }
.cookie-settings__actions .cookie-action--primary { color: var(--forest-deep); }
.cookie-settings__actions .cookie-action--secondary { border-color: var(--forest); color: var(--forest); }
.cookie-settings__actions .cookie-action--secondary:hover { border-color: var(--forest); background: var(--ivory); }
.cookie-settings__actions .cookie-action--text { grid-column: 1 / -1; color: var(--forest); }
.cookie-settings__actions .cookie-action--text:hover { color: var(--forest-light); }
.cookie-policy-button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--forest-light);
  font-weight: 750;
  line-height: 1.5;
}

/* Scroll reveal */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s cubic-bezier(.22, 1, .36, 1), transform .75s cubic-bezier(.22, 1, .36, 1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

/* Legal pages */
.subpage-main { min-height: 60vh; background: var(--ivory); }
.subpage-header { grid-template-columns: 1fr auto; }
.subpage-hero { padding: 105px 0 60px; background: var(--forest); color: var(--white); }
.subpage-hero h1 { max-width: 960px; margin: 0; font-family: var(--serif); font-size: clamp(52px, 7vw, 86px); font-weight: 500; letter-spacing: -.05em; line-height: .96; }
.subpage-content { padding: 70px 0 110px; }
.prose { max-width: 920px; padding: 52px; background: var(--white); box-shadow: var(--shadow-soft); }
.prose h2 { margin: 42px 0 16px; font-family: var(--serif); font-size: 32px; font-weight: 500; letter-spacing: -.03em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 28px 0 10px; font-size: 17px; }
.prose p, .prose li { color: var(--ink-soft); line-height: 1.75; }
.prose a { color: var(--forest-light); text-decoration: underline; }
.prose-table-wrap { margin: 22px 0; overflow-x: auto; }
.prose table { width: 100%; border-collapse: collapse; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
.prose th, .prose td { padding: 14px 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose th { background: var(--ivory); color: var(--forest-deep); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.prose code { color: var(--forest-deep); font-size: 12px; overflow-wrap: anywhere; }
.error-page { min-height: 100svh; display: flex; align-items: center; background: var(--forest-deep); color: var(--white); }
.error-page__inner { min-height: 100svh; display: flex; flex-direction: column; justify-content: space-between; padding-top: 44px; padding-bottom: 70px; }
.error-page__inner > div { max-width: 850px; }
.error-page h1 { margin: 0; font-size: clamp(58px, 8vw, 106px); font-weight: 580; letter-spacing: -.065em; line-height: .91; }
.error-page h1 em { color: #e5d6c4; font-family: var(--serif); font-weight: 400; }
.error-page__inner > div > p:not(.eyebrow) { max-width: 570px; margin: 28px 0 0; color: rgba(255,255,255,.67); font-size: 18px; }

/* Offer and brand content pages */
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 48px; color: rgba(255, 255, 255, .64); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs a { text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 4px; transition: color .2s ease, text-decoration-color .2s ease; }
.breadcrumbs a:hover { color: var(--white); text-decoration-color: currentColor; }
.breadcrumbs span[aria-current="page"] { color: var(--white); }
.content-hero { position: relative; overflow: hidden; padding: 58px 0 96px; background: var(--forest); color: var(--white); }
.content-hero::before { content: ""; position: absolute; right: -160px; bottom: -360px; width: 720px; height: 720px; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; box-shadow: 0 0 0 120px rgba(255,255,255,.015), 0 0 0 240px rgba(255,255,255,.01); }
.content-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .68fr); gap: clamp(50px, 7vw, 110px); align-items: center; }
.content-hero__grid--single { grid-template-columns: minmax(0, 920px); }
.content-hero__copy h1 { max-width: 900px; margin: 0; font-size: clamp(54px, 6.5vw, 94px); font-weight: 580; letter-spacing: -.062em; line-height: .94; text-wrap: balance; }
.content-hero__copy > p:last-child { max-width: 760px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: clamp(16px, 1.6vw, 20px); line-height: 1.7; }
.content-hero__visual { position: relative; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: var(--forest-deep); box-shadow: 0 34px 90px rgba(0,0,0,.25); }
.content-hero__visual::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.18); pointer-events: none; }
.content-hero__visual img { width: 100%; height: 100%; object-fit: cover; }
.content-section { padding: 110px 0; background: var(--paper); }
.content-layout, .brand-detail-content { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .43fr); gap: clamp(64px, 8vw, 120px); align-items: start; }
.content-lead { max-width: 850px; margin-bottom: 56px; color: var(--ink-soft); font-size: 20px; line-height: 1.8; }
.content-article > h2, .brand-detail-content article > h2 { margin: 64px 0 28px; font-family: var(--serif); font-size: clamp(36px, 4vw, 52px); font-weight: 500; letter-spacing: -.04em; line-height: 1.04; }
.content-article > h2:first-of-type { margin-top: 0; }
.content-steps { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.content-steps li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.content-steps li > span { padding-top: 5px; color: var(--accent-dark); font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.content-steps h3 { margin: 0 0 9px; font-family: var(--serif); font-size: 28px; font-weight: 500; letter-spacing: -.025em; }
.content-steps p { max-width: 720px; margin: 0; color: var(--ink-soft); line-height: 1.75; }
.content-tips { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.content-tips section { padding: 30px; border: 1px solid var(--line); background: var(--white); }
.content-tips h3 { margin: 0 0 18px; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.content-tips ul { display: grid; gap: 14px; margin: 0; padding: 0; color: var(--ink-soft); list-style: none; }
.content-tips li { position: relative; padding-left: 20px; line-height: 1.7; }
.content-tips li::before { content: ""; position: absolute; top: .72em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--accent-dark); }
.content-note { position: sticky; top: 130px; padding: 36px; border-top: 3px solid var(--accent); background: var(--forest-deep); color: var(--white); box-shadow: var(--shadow-soft); }
.content-note > span { color: var(--accent); font-size: 9px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.content-note h2 { margin: 28px 0 18px; font-family: var(--serif); font-size: 34px; font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
.content-note p { color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.75; }
.content-note a { display: inline-flex; gap: 12px; margin-top: 12px; border-bottom: 1px solid rgba(255,255,255,.45); color: var(--white); font-size: 12px; font-weight: 800; line-height: 2.1; }
.content-products { padding: 108px 0 118px; background: var(--ivory); }
.content-heading { max-width: 860px; margin-bottom: 50px; }
.content-heading h2 { margin: 0; font-size: clamp(46px, 5.6vw, 74px); font-weight: 580; letter-spacing: -.055em; line-height: .98; }
.content-heading > p:last-child { max-width: 690px; margin: 25px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.shop-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.shop-category-grid--brand { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.shop-category-card { min-height: 190px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; gap: 18px; padding: 28px; border: 1px solid var(--line); background: var(--white); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.shop-category-card:hover { border-color: var(--forest); box-shadow: var(--shadow-soft); transform: translateY(-3px); }
.shop-category-card > span { color: var(--forest-light); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.shop-category-card strong { grid-column: 1; align-self: end; font-family: var(--serif); font-size: 27px; font-weight: 500; letter-spacing: -.03em; line-height: 1.1; }
.shop-category-card i { grid-column: 2; grid-row: 1 / 3; align-self: end; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; transition: background .25s ease, color .25s ease, transform .25s ease; }
.shop-category-card:hover i { background: var(--forest); color: var(--white); transform: rotate(45deg); }
.shop-category-card--primary { background: var(--forest); color: var(--white); }
.shop-category-card--primary > span { color: var(--accent); }
.shop-category-card--primary i { border-color: var(--line-light); }
.content-contact { padding: 90px 0; background: var(--forest); color: var(--white); }
.content-contact__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 70px; align-items: center; }
.content-contact h2 { max-width: 780px; margin: 0; font-size: clamp(44px, 5vw, 70px); font-weight: 580; letter-spacing: -.055em; line-height: .98; }
.content-contact__inner > div:first-child > p:last-child { max-width: 680px; margin: 24px 0 0; color: rgba(255,255,255,.66); line-height: 1.75; }
.content-contact__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }
.content-contact__actions > a:not(.button) { align-self: center; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.45); font-weight: 800; }
.content-hero--brands { padding-bottom: 116px; background: var(--forest-deep); }
.brand-index-section { padding: 110px 0 120px; background: var(--ivory); }
.brand-index-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr); gap: 70px; align-items: end; margin-bottom: 60px; }
.brand-index-intro h2 { margin: 0; font-size: clamp(48px, 5.4vw, 74px); font-weight: 580; letter-spacing: -.055em; line-height: .98; }
.brand-index-intro > p { margin: 0 0 5px; color: var(--ink-soft); line-height: 1.75; }
.brand-index-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.brand-index-card { min-height: 260px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: 130px 1fr; gap: 18px; padding: 26px; border: 1px solid var(--line); background: var(--white); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.brand-index-card:hover { border-color: var(--forest); box-shadow: var(--shadow-soft); transform: translateY(-3px); }
.brand-index-card__mark { grid-column: 1 / -1; display: grid; place-items: center; padding: 16px; border-bottom: 1px solid var(--line); }
.brand-index-card__mark img { width: 180px; height: 72px; object-fit: contain; filter: grayscale(1); opacity: .72; transition: filter .25s ease, opacity .25s ease; }
.brand-index-card:hover .brand-index-card__mark img { filter: none; opacity: 1; }
.brand-index-card__copy { display: flex; flex-direction: column; justify-content: flex-end; }
.brand-index-card__copy strong { font-family: var(--serif); font-size: 26px; font-weight: 500; letter-spacing: -.03em; }
.brand-index-card__copy small { max-width: 300px; margin-top: 6px; color: var(--ink-soft); line-height: 1.5; }
.brand-index-card > i { align-self: end; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; }
.brand-detail-hero { padding: 58px 0 105px; background: var(--ivory); }
.brand-detail-hero .breadcrumbs { color: var(--ink-soft); }
.brand-detail-hero .breadcrumbs a:hover, .brand-detail-hero .breadcrumbs span[aria-current="page"] { color: var(--forest); }
.brand-detail-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .56fr); gap: clamp(64px, 9vw, 140px); align-items: center; }
.brand-detail-hero__copy h1 { margin: 0; font-size: clamp(66px, 8vw, 116px); font-weight: 580; letter-spacing: -.065em; line-height: .9; overflow-wrap: anywhere; }
.brand-detail-hero__copy > p:not(.eyebrow) { max-width: 760px; margin: 30px 0 0; color: var(--ink-soft); font-size: 19px; line-height: 1.8; }
.brand-detail-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 36px; }
.brand-detail-hero__actions > a:not(.button) { border-bottom: 1px solid currentColor; color: var(--forest); font-size: 13px; font-weight: 800; line-height: 2; }
.brand-detail-mark { min-height: 330px; display: grid; place-items: center; align-content: center; gap: 30px; padding: 58px; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow-soft); }
.brand-detail-mark img { width: min(320px, 100%); height: auto; object-fit: contain; }
.brand-detail-content article > p:not(.eyebrow) { max-width: 780px; color: var(--ink-soft); font-size: 18px; line-height: 1.8; }
.brand-product-list { display: grid; gap: 0; margin: 34px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.brand-product-list li { position: relative; padding: 18px 20px 18px 30px; border-bottom: 1px solid var(--line); color: var(--ink-soft); text-transform: lowercase; }
.brand-product-list li::before { content: "→"; position: absolute; left: 0; color: var(--accent-dark); }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .menu-toggle { position: relative; display: grid; }
  .hero__proof { display: none; }
  .hero { min-height: auto; }
  .hero__inner { min-height: auto; grid-template-columns: 1fr; padding-top: 120px; padding-bottom: 86px; }
  .hero__copy { align-self: center; }
  .hero-finder { max-width: 760px; }
  .system-story__grid { gap: 70px; }
  .pathway-more { grid-template-columns: repeat(2, 1fr); }
  .pathway-cta { grid-template-columns: 1fr; }
  .finder-teaser__grid { grid-template-columns: 1fr; gap: 74px; }
  .finder-teaser__visual { min-height: 570px; }
  .finder-page-hero__grid { grid-template-columns: 1fr; }
  .finder-page-hero__copy { max-width: 850px; }
  .finder-page-hero__visual { width: min(720px, 100%); min-height: 560px; }
  .finder-heading--compact, .finder-support__grid { grid-template-columns: 1fr; gap: 38px; }
  .result-cards, .result-cards[data-count="1"], .result-cards[data-count="2"] { grid-template-columns: 1fr; }
  .result-card.is-recommended { order: -1; transform: none; }
  .result-card__why { min-height: 0; }
  .site-footer__top { grid-template-columns: 1fr 1fr; }
  .content-hero__grid, .brand-detail-hero__grid { grid-template-columns: 1fr; }
  .content-hero__visual, .brand-detail-mark { width: min(720px, 100%); }
  .content-layout, .brand-detail-content { grid-template-columns: minmax(0, 1fr) minmax(280px, .46fr); gap: 58px; }
  .shop-category-grid, .shop-category-grid--brand, .brand-index-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .content-contact__inner { grid-template-columns: 1fr; }
  .content-contact__actions { justify-content: flex-start; }
}

@media (max-width: 860px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .section { padding: 90px 0; }
  .utility-bar__inner { justify-content: center; }
  .utility-bar__inner > p { display: none; }
  .utility-bar__links { width: 100%; justify-content: space-between; gap: 12px; }
  .store-switcher, .header-cta { display: none; }
  .hero__inner { padding-top: 110px; padding-bottom: 90px; }
  .hero__scroll { display: none; }
  .section-heading--split, .brands-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading--split > p, .brands-heading > p:last-child { margin: 0; }
  .pathway-grid { grid-auto-rows: 270px; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; }
  .pathway-grid .pathway-card { grid-column: span 1; grid-row: auto; }
  .pathway-card--tall { grid-column: span 1; grid-row: span 1; }
  .pathway-cta { gap: 28px; margin-top: 52px; padding: 30px; }
  .pathway-cta > div { grid-template-columns: 1fr; gap: 12px; }
  .pathway-cta p { max-width: 620px; }
  .pathway-cta .button { justify-self: start; }
  .system-story__grid { grid-template-columns: 1fr; }
  .system-story__intro { position: static; }
  .store-cards { grid-template-columns: 1fr; }
  .store-card { min-height: 420px; }
  .finder-teaser__copy { order: -1; }
  .finder-teaser__visual { min-height: 520px; }
  .finder-page-hero { padding: 74px 0 88px; }
  .finder-page-hero__back { margin-bottom: 44px; }
  .finder-page-hero__grid { gap: 68px; }
  .finder-heading--compact { gap: 24px; }
  .choice-grid--surface, .choice-grid--finish { grid-template-columns: repeat(2, 1fr); }
  .choice-grid--finish .choice-card:last-child { grid-column: 1 / -1; }
  .finder-form { min-height: 650px; }
  .select-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 50px; }
  .about-quote { max-width: 520px; }
  .about-more { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; gap: 70px; }
  .site-footer__bottom { flex-direction: column; align-items: flex-start; justify-content: center; padding: 18px 0; }
  .cookie-banner { grid-template-columns: 1fr; gap: 20px; }
  .cookie-banner__copy { max-width: none; }
  .content-hero { padding-top: 48px; padding-bottom: 74px; }
  .breadcrumbs { margin-bottom: 38px; }
  .content-layout, .brand-detail-content { grid-template-columns: 1fr; }
  .content-note { position: static; }
  .content-tips { grid-template-columns: 1fr; }
  .brand-index-intro { grid-template-columns: 1fr; gap: 24px; }
  .brand-detail-hero { padding-bottom: 80px; }
}

@media (max-width: 600px) {
  :root { --header-height: 70px; }
  html { scroll-padding-top: 84px; }
  .shell { width: min(calc(100% - 24px), var(--shell)); }
  .section { padding: 74px 0; }
  .eyebrow { margin-bottom: 18px; font-size: 9px; }
  .section-heading h2, .finder-heading h2, .about-intro h2, .brands-heading h2, .contact-copy h2, .system-story h2 { font-size: clamp(43px, 13.8vw, 62px); }
  .utility-bar { font-size: 9px; }
  .open-status { max-width: 210px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .site-header__inner { min-height: var(--header-height); }
  .brand__mark { width: 62px; height: 62px; flex-basis: 62px; }
  .brand--footer .brand__mark { width: 72px; height: 72px; flex-basis: 72px; }
  .brand__name strong { font-size: 19px; }
  .brand__name small { font-size: 8px; }
  .mobile-menu { top: 100%; }
  .hero { min-height: calc(100svh - 34px); }
  .hero__media img { object-position: center 44%; }
  .hero__veil { background: linear-gradient(180deg, rgba(4, 18, 13, .52), rgba(4, 18, 13, .78) 62%, rgba(4, 18, 13, .95)); }
  .hero__inner { min-height: auto; align-items: end; padding-top: 82px; padding-bottom: 34px; }
  .hero__copy { align-self: end; }
  .hero h1 { font-size: clamp(46px, 13.6vw, 64px); line-height: .92; }
  .hero__lead { margin-top: 22px; font-size: 15px; }
  .hero__actions { margin-top: 27px; }
  .hero__actions { gap: 14px; }
  .hero__actions .button { width: 100%; }
  .hero-finder { margin-top: 12px; padding: 22px; }
  .hero-finder h2 { font-size: 30px; }
  .hero-finder__choices { gap: 6px; }
  .hero-finder__choices span { min-height: 44px; padding: 8px 9px; font-size: 10px; }
  .hero-finder__trust { gap: 7px 11px; font-size: 8px; }
  .section-heading--split { margin-bottom: 38px; }
  .section-heading--split > p { font-size: 15px; }
  .pathway-grid, .pathway-more { display: grid; grid-auto-rows: 244px; grid-template-columns: 1fr; grid-template-rows: none; }
  .pathway-grid .pathway-card { grid-column: span 1; }
  .pathway-card__content strong { max-width: calc(100% - 42px); font-size: 27px; }
  .pathway-card__arrow { right: 18px; bottom: 20px; width: 38px; height: 38px; }
  .pathway-cta { margin-top: 38px; padding: 24px 20px; }
  .pathway-cta strong { font-size: 25px; }
  .pathway-cta .button { width: 100%; }
  .system-story__grid { gap: 50px; }
  .system-story__intro > p:not(.eyebrow):not(.system-story__note) { font-size: 15px; }
  .process-list li { min-height: 0; grid-template-columns: 45px 1fr; gap: 12px; padding: 30px 0; }
  .process-list h3 { font-size: 29px; }
  .process-list p { font-size: 13px; }
  .store-card { min-height: 430px; padding: 28px; }
  .store-card h3 { margin-top: 42px; font-size: 32px; word-break: break-word; }
  .finder-teaser__grid { gap: 48px; }
  .finder-teaser__copy h2 { font-size: clamp(44px, 13vw, 59px); }
  .finder-teaser__copy > p:not(.eyebrow):not(.finder-teaser__note) { margin-top: 22px; font-size: 15px; }
  .finder-teaser__actions .button { width: 100%; }
  .finder-teaser__visual { min-height: 430px; }
  .finder-teaser__image { inset: 0 8% 11% 0; }
  .finder-teaser__result { width: 92%; padding: 20px; }
  .finder-teaser__result > strong { font-size: 21px; }
  .finder-teaser__result > div { padding: 11px 7px; }
  .finder-page-hero { padding: 56px 0 70px; }
  .finder-page-hero__back { margin-bottom: 36px; }
  .finder-page-hero h1 { font-size: clamp(48px, 14vw, 64px); }
  .finder-page-hero__copy > p:last-of-type { margin-top: 24px; font-size: 15px; }
  .finder-page-hero__meta { display: grid; grid-template-columns: repeat(3, 1fr); }
  .finder-page-hero__meta span { min-width: 0; padding: 14px 8px 14px 0; }
  .finder-page-hero__meta strong { font-size: 24px; }
  .finder-page-hero__meta small { font-size: 7px; }
  .finder-page-hero__visual { min-height: 430px; }
  .finder-page-hero__image { inset: 0 0 38px 24px; }
  .finder-page-hero__card { width: 86%; padding: 20px; }
  .finder-page-hero__seal { top: -15px; right: -7px; width: 72px; height: 72px; font-size: 7px; }
  .finder-section--page { padding-top: 74px; }
  .finder-support { padding: 72px 0; }
  .finder-support h2 { font-size: clamp(43px, 13vw, 58px); }
  .finder-support__grid { gap: 28px; }
  .finder-support__actions .button { width: 100%; }
  .finder-heading { margin-bottom: 38px; }
  .finder-heading > p:last-child { font-size: 15px; }
  .finder-shell { margin-inline: -12px; border-radius: 0; }
  .finder-progress { grid-template-columns: 1fr auto; gap: 20px; padding: 17px 18px; }
  .finder-progress__track { grid-column: 1 / -1; grid-row: 2; }
  .finder-progress ol { grid-column: 2; grid-row: 1; gap: 9px; }
  .finder-progress__copy strong { font-size: 15px; }
  .finder-form { min-height: 680px; padding: 34px 18px calc(20px + env(safe-area-inset-bottom)); }
  .finder-stage legend { font-size: 34px; }
  .field-intro { margin-bottom: 24px; font-size: 12px; }
  .choice-grid--surface, .choice-grid--finish { grid-template-columns: 1fr 1fr; gap: 8px; }
  .choice-card { min-height: 135px; padding: 17px; }
  .choice-card strong { font-size: 17px; }
  .choice-card small { font-size: 10px; }
  .choice-card__icon { font-size: 25px; }
  .choice-card > i { top: 14px; right: 14px; }
  .choice-card--horizontal { min-height: 116px; grid-column: 1 / -1; grid-template-columns: 48px 1fr; gap: 15px; }
  .choice-card--horizontal strong { font-size: 20px; }
  .choice-card__swatch { width: 44px; height: 68px; }
  .mode-tabs { width: 100%; }
  .mode-tabs label { flex: 1 1 30%; text-align: center; }
  .mode-tabs span { padding-inline: 8px; }
  .big-field input { font-size: 70px; }
  .dimension-row { grid-template-columns: 1fr auto 1fr; gap: 10px; padding: 12px; border: 1px solid var(--line); }
  .room-row { grid-template-columns: 1fr auto 1fr; gap: 10px; padding: 12px; border: 1px solid var(--line); }
  .room-row > .dimension-times:nth-of-type(2) { grid-column: 1; grid-row: 2; justify-self: end; }
  .room-row > label:nth-of-type(3) { grid-column: 2 / -1; grid-row: 2; }
  .dimension-remove { grid-column: 1 / -1; width: 100%; height: 35px; border-radius: 0; }
  .dimension-actions { align-items: flex-start; flex-direction: column; }
  .finder-nav { position: sticky; right: -18px; bottom: 0; left: -18px; z-index: 2; margin-right: -18px; margin-left: -18px; padding: 16px 18px max(16px, env(safe-area-inset-bottom)); background: var(--paper); }
  .finder-nav__hint { display: none; }
  .finder-nav .button { flex: 1; }
  .finder-results { padding: 34px 18px; }
  .results-header { align-items: flex-start; flex-direction: column; }
  .results-header h3 { font-size: 36px; }
  .result-card { padding: 20px; }
  .product-action, .result-addon__actions { grid-template-columns: 1fr; }
  .result-disclaimer { flex-direction: column; }
  .about-lead { font-size: 15px; }
  .about-quote { padding: 30px; }
  .about-quote blockquote { font-size: 27px; }
  .about-more article h3 { font-size: 30px; }
  .brands-section { padding: 74px 0; }
  .brands-heading { margin-bottom: 40px; }
  .brand-rail__track { animation-duration: 28s; }
  .brand-rail__track > a { width: 170px; height: 105px; flex-basis: 170px; }
  .contact-copy > p:not(.eyebrow) { font-size: 15px; }
  .contact-form { padding: 25px 18px; }
  .contact-form__heading { align-items: flex-start; flex-direction: column; gap: 2px; }
  .contact-form__row { grid-template-columns: 1fr; }
  .contact-form .button { width: 100%; }
  .site-footer__top { grid-template-columns: 1fr; gap: 38px; padding-top: 58px; padding-bottom: 48px; }
  .floating-contact { display: none; }
  .cookie-banner { right: 10px; bottom: 10px; left: 10px; width: calc(100% - 20px); padding: 22px 18px; }
  .cookie-banner h2 { font-size: 26px; }
  .cookie-banner__copy > p:last-child { font-size: 11px; }
  .cookie-banner__actions { grid-template-columns: 1fr; }
  .cookie-banner__actions .cookie-action--text { grid-column: auto; }
  .cookie-settings { width: calc(100% - 20px); max-height: calc(100svh - 20px); }
  .cookie-settings__panel { padding: 25px 18px; }
  .cookie-settings h2 { font-size: 32px; }
  .cookie-category { grid-template-columns: 1fr; gap: 14px; padding: 18px 0; }
  .cookie-switch { grid-template-columns: 45px auto; align-items: center; justify-items: start; }
  .cookie-settings__actions { grid-template-columns: 1fr; }
  .cookie-settings__actions .cookie-action--text { grid-column: auto; }
  .prose { padding: 26px 20px; }
  .content-hero { padding-top: 38px; padding-bottom: 58px; }
  .content-hero__grid { gap: 42px; }
  .content-hero__copy h1 { font-size: clamp(48px, 14vw, 64px); }
  .content-hero__copy > p:last-child { font-size: 15px; }
  .content-section, .brand-index-section { padding: 74px 0 82px; }
  .content-lead { margin-bottom: 42px; font-size: 16px; }
  .content-article > h2, .brand-detail-content article > h2 { margin-top: 48px; font-size: 38px; }
  .content-steps li { grid-template-columns: 42px 1fr; gap: 12px; padding: 24px 0; }
  .content-steps h3 { font-size: 25px; }
  .content-tips section { padding: 23px 20px; }
  .content-note { padding: 28px 22px; }
  .content-products { padding: 74px 0 82px; }
  .content-heading { margin-bottom: 36px; }
  .content-heading h2 { font-size: clamp(42px, 12.8vw, 56px); }
  .content-heading > p:last-child { font-size: 15px; }
  .shop-category-grid, .shop-category-grid--brand, .brand-index-grid { grid-template-columns: 1fr; }
  .shop-category-card { min-height: 160px; padding: 23px 20px; }
  .content-contact { padding: 72px 0; }
  .content-contact__inner { gap: 36px; }
  .content-contact__actions { align-items: stretch; flex-direction: column; }
  .content-contact__actions .button { width: 100%; }
  .brand-index-card { min-height: 235px; }
  .brand-detail-hero { padding-top: 38px; padding-bottom: 68px; }
  .brand-detail-hero__grid { gap: 45px; }
  .brand-detail-hero__copy h1 { font-size: clamp(54px, 17vw, 76px); }
  .brand-detail-hero__copy > p:not(.eyebrow) { font-size: 16px; }
  .brand-detail-hero__actions { align-items: stretch; flex-direction: column; }
  .brand-detail-hero__actions .button { width: 100%; }
  .brand-detail-mark { min-height: 250px; padding: 38px 25px; }
}

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