﻿:root {
  --ink: #0a0a0a;
  --paper: #fff;
  --soft: #f4f3ef;
  --warm: #ebe7de;
  --line: #d9d7d0;
  --muted: #686862;
  --cloudhaus-olive: #707654;
  --olive: var(--cloudhaus-olive);
  --olive-soft: #eef0e5;
  --max: 1440px;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; overflow-x: clip; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
:focus-visible { outline: 3px solid rgba(112, 118, 84, .55); outline-offset: 3px; }
.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; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.page-hero { padding: clamp(32px,7vw,92px) 0; background: var(--soft); }
.page-hero h1 { max-width: 900px; margin: 0; font-size: clamp(2.7rem,7vw,6rem); letter-spacing: -.055em; line-height: .95; }
.page-hero p { max-width: 720px; margin: 22px 0 0; color: var(--muted); font-size: 1.1rem; }
.page-link-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.page-link-grid a, .support-panel { min-height: 180px; padding: 28px; border: 1px solid var(--line); background: var(--soft); font-size: 1.25rem; font-weight: 750; }
.process-list { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; padding: 0; list-style-position: inside; }
.process-list li { padding: 24px; border-top: 1px solid var(--ink); }
.site-search { max-width: 780px; margin-bottom: 38px; }
.site-search > div { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.site-search input, .support-form input { min-height: 52px; width: 100%; padding: 10px 14px; border: 1px solid var(--line); }
.support-form { max-width: 760px; display: grid; gap: 20px; }
.support-form fieldset { display: grid; gap: 12px; padding: 22px; border: 1px solid var(--line); }
.faq-list details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-weight: 750; }
@media (max-width: 760px) { .page-link-grid, .process-list { grid-template-columns: 1fr; } .site-search > div { grid-template-columns: 1fr; } .continue-shopping__inner { align-items: stretch; flex-direction: column; gap: 22px; } .continue-shopping__actions { align-items: stretch; flex-direction: column; gap: 10px; } .continue-shopping__actions .text-link { align-self: flex-start; } }
@media (max-width: 760px) { .room-discovery-grid { grid-template-columns: 1fr; } }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.announcement { padding: 9px 20px; color: #fff; background: var(--cloudhaus-olive); font-size: .73rem; font-weight: 750; letter-spacing: .02em; text-align: center; text-transform: uppercase; }
.announcement__link { display: inline-block; max-width: min(100%, 920px); color: inherit; text-decoration: none; }
.announcement__link:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); }
.header-main { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; }
.brand img { width: 154px; height: auto; }
.brand img,.footer-brand img { height: auto !important; max-height: none; object-fit: contain; transform: none !important; }
.footer-brand > a { display: inline-block; line-height: 0; }
.desktop-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.2vw, 38px); font-size: .92rem; font-weight: 650; }
.desktop-nav a:hover, .header-action:hover { color: var(--olive); }
.header-actions { display: flex; align-items: center; gap: 20px; }
.header-action, .menu-toggle { display: inline-flex; align-items: center; gap: 8px; border: 0; background: transparent; cursor: pointer; font-size: .9rem; font-weight: 700; padding: 10px 0; }
.icon { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.bag-count { display: grid; place-items: center; min-width: 19px; height: 19px; padding: 0 5px; border-radius: 999px; color: #fff; background: var(--ink); font-size: .66rem; }
.menu-toggle { display: none; }
.mobile-menu { display: none; }
.desktop-nav .is-active, .header-actions .is-active { text-decoration: underline; text-underline-offset: 7px; }
.shop-nav { position: relative; display: flex; align-items: center; }
.shop-nav__toggle { min-width: 34px; min-height: 44px; border: 0; background: transparent; cursor: pointer; }
.shop-panel { position: absolute; z-index: 40; top: calc(100% + 18px); left: 0; width: min(760px, 82vw); padding: 26px; grid-template-columns: 1.2fr 1fr 1fr; gap: 30px; border: 1px solid var(--line); background: #fff; box-shadow: 0 20px 48px rgba(0,0,0,.12); }
.shop-panel:not([hidden]) { display: grid; }
.shop-panel > div { display: grid; align-content: start; gap: 10px; }
.shop-panel strong, .mobile-menu nav section > strong { color: var(--muted); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.shop-panel a { min-height: 32px; font-weight: 600; }
.shop-panel a.is-active { text-decoration: underline; text-underline-offset: 4px; }
body.menu-open { overflow: hidden; }

.section { padding: clamp(50px, 6vw, 88px) 0; }
.section--soft { background: var(--soft); }
.section--warm { background: #f7f3eb; }
.section-kicker { margin: 0 0 12px; color: var(--olive); font-size: .76rem; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 34px; }
.section-head h2, .content-heading { max-width: 820px; margin: 0; font-size: clamp(1.9rem, 3.4vw, 3.2rem); font-weight: 800; letter-spacing: -.04em; line-height: 1.02; }
.section-head p { max-width: 520px; margin: 0; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 7px; padding-block: 5px; border-bottom: 1px solid currentColor; font-size: .9rem; font-weight: 750; }
.text-link:hover { color: var(--olive); }

.btn { min-height: 54px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; padding: 14px 24px; border: 1px solid var(--ink); border-radius: 2px; cursor: pointer; font-weight: 780; transition: background .2s ease, color .2s ease, transform .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn--dark { color: #fff; background: #000; }
.btn--dark:hover { background: #252525; }
.btn--light { border-color: #e3e2dd; background: #efefed; }
.btn--light:hover { background: #e4e4e0; }
.btn--outline { background: transparent; }
.btn--outline:hover { color: #fff; background: var(--ink); }
.btn--small { min-height: 44px; padding: 10px 17px; font-size: .88rem; }

.home-hero { min-height: min(760px, calc(100vh - 104px)); display: grid; align-items: end; background: linear-gradient(90deg, rgba(18,18,18,.68), rgba(18,18,18,.18) 45%, rgba(18,18,18,.08)), url("../assets/curated-sets/the-atrium-living-set.png") center/cover no-repeat; }
.home-hero__content { max-width: 790px; padding-block: clamp(84px, 12vw, 150px); color: #fff; }
.home-hero__kicker { color: #fff; }
.home-hero h1 { margin: 0 0 22px; font-size: clamp(3rem, 6.4vw, 6.1rem); font-weight: 820; letter-spacing: -.06em; line-height: .9; }
.home-hero p { max-width: 650px; margin: 0 0 34px; font-size: clamp(1.05rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.home-hero .btn--light { color: var(--ink); background: #fff; border-color: #fff; }
.home-hero .btn--outline { color: #fff; border-color: rgba(255,255,255,.8); }
.home-shop-section { background: #fff; }
.home-shop-categories { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin: -6px 0 34px; }
.home-shop-categories a { position: relative; min-height: clamp(180px, 18vw, 260px); overflow: hidden; display: block; border: 1px solid var(--line); background: var(--soft); color: #fff; text-decoration: none; transition: border-color .2s ease, transform .2s ease; }
.home-shop-categories a::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0,0,0,0) 36%, rgba(0,0,0,.62) 100%); pointer-events: none; }
.home-shop-categories img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.home-shop-categories a:hover, .home-shop-categories a:focus-visible { border-color: var(--olive); transform: translateY(-1px); }
.home-shop-categories a:hover img, .home-shop-categories a:focus-visible img { transform: scale(1.03); }
.home-shop-category__copy { position: absolute; z-index: 2; right: 16px; bottom: 16px; left: 16px; display: grid; gap: 7px; text-shadow: 0 1px 16px rgba(0,0,0,.32); }
.home-shop-category__copy strong { font-size: clamp(1rem, 1.3vw, 1.22rem); font-weight: 820; line-height: 1.05; }
.home-shop-category__copy small { max-width: 20ch; color: rgba(255,255,255,.84); font-size: .76rem; line-height: 1.28; }
.home-best-sellers { margin: 38px 0 28px; padding-top: 30px; border-top: 1px solid var(--line); }
.home-best-sellers__head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, 420px); gap: 24px; align-items: end; margin-bottom: 22px; }
.home-best-sellers__head h3 { margin: 0; font-size: clamp(2rem, 4.4vw, 4.2rem); line-height: .92; letter-spacing: -.05em; }
.home-best-sellers__head p:not(.section-kicker) { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.45; }
.home-shop-section__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.starting-point { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .9fr); gap: 30px; padding: clamp(28px, 4vw, 42px); border: 1px solid var(--line); background: #fff; }
.starting-point__intro h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.02; letter-spacing: -.045em; }
.starting-point__copy { max-width: 520px; margin: 0; color: var(--muted); font-size: 1.04rem; }
.starting-point .hero-actions { align-self: end; justify-content: flex-start; }
.promise-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.promise-card { padding: 30px; border-top: 1px solid var(--ink); background: var(--soft); }
.promise-card h3 { margin: 0 0 10px; font-size: 1.12rem; line-height: 1.15; }
.promise-card p { margin: 0; color: var(--muted); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 28px; padding: 19px 0; border-bottom: 1px solid var(--line); font-size: .85rem; font-weight: 650; }
.how-it-works-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.how-it-works-grid--five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.how-step { padding: 28px; border-top: 1px solid var(--ink); background: #fff; }
.how-step__number { display: inline-block; margin-bottom: 18px; color: var(--olive); font-size: .75rem; font-weight: 800; letter-spacing: .08em; }
.how-step h3 { margin: 0 0 8px; font-size: 1.15rem; line-height: 1.15; }
.how-step p { margin: 0; color: var(--muted); }
.trust-row span::before, .trust-list li::before { content: "✓"; margin-right: 9px; color: var(--olive); font-weight: 900; }

.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.product-card { position: relative; min-width: 0; }
.product-card__media { position: relative; display: block; aspect-ratio: 1/1.04; overflow: hidden; background: #f4f3ef; }
.product-card__media img { width: 100%; height: 100%; object-fit: contain; background: var(--soft); }
.product-card__image { position: absolute; inset: 0; display: block; width: 100%; height: 100%; pointer-events: none; transition: opacity .3s ease, transform .45s ease; }
.product-card__image--default { opacity: 1; }
.product-card__image--hover { opacity: 0; transform: scale(1.015); }
@media (hover: hover) and (pointer: fine) {
  .product-card:hover .product-card__image--default,
  .product-card:focus-within .product-card__image--default { opacity: 0; }
  .product-card:hover .product-card__image--hover,
  .product-card:focus-within .product-card__image--hover { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .product-card__image { transition: none; }
}
.product-card__body { padding: 18px 2px 4px; }
.product-card__category { margin: 0 0 5px !important; color: var(--olive) !important; font-size: .69rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.product-card__body h3 { margin: 0 0 5px; font-size: 1.14rem; line-height: 1.15; }
.product-card__body h3 a:hover { color: var(--olive); }
.product-card__price { margin: 0 !important; color: var(--ink) !important; font-weight: 780; }
.product-card__body small { display: block; margin-top: 5px; color: var(--muted); }
.product-card__actions { display: flex; gap: 9px; margin-top: 16px; }
.product-card__actions .btn { flex: 1; }
.product-card__badge { position: absolute; z-index: 1; top: 12px; left: 12px; padding: 7px 9px; border: 0; background: var(--ink); color: #fff; font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; }
.product-card__feedback { min-height: 21px; margin: 8px 0 0 !important; color: var(--olive) !important; font-size: .78rem; font-weight: 700; }
.product-card__feedback a { text-decoration: underline; }
.swatches { display: flex; gap: 7px; margin-top: 12px; }
.swatch { width: 14px; height: 14px; border: 1px solid rgba(0,0,0,.18); border-radius: 50%; background: var(--swatch, #d8c7ad); }

.room-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.room-grid--editorial { grid-template-columns: repeat(12, minmax(0, 1fr)); }
.room-card { position: relative; min-height: 470px; overflow: hidden; background: #ddd; }
.room-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.room-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.68)); }
.room-card__copy { position: absolute; z-index: 1; inset: auto 24px 23px; color: #fff; }
.room-card__copy small { display: block; margin-bottom: 8px; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.room-card__copy h3 { margin: 0; font-size: 1.45rem; }
.room-card:hover img { transform: scale(1.03); }
.room-grid--editorial .room-card { min-height: 360px; grid-column: span 3; }
.room-grid--editorial .room-card--wide { min-height: 520px; grid-column: span 6; grid-row: span 2; }

.story-grid, .upsell-grid, .trust-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.review-grid { display: block; }
.story-card { border: 1px solid var(--line); background: #fff; overflow: hidden; }
.story-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--soft); }
.story-card__body { padding: 22px; }
.story-card__body h3 { margin: 0 0 8px; font-size: 1.12rem; }
.story-card__body p { margin: 0; color: var(--muted); }
.review-grid--homepage, .review-grid--stories { margin-top: 0; }
.review-rail { display: grid; gap: 18px; }
.review-rail__meta { display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.review-rail__count, .review-rail__hint, .review-rail__progress { margin: 0; }
.review-rail__count { font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.review-rail__hint { margin-top: 8px; font-size: .86rem; color: var(--muted); }
.review-rail__status { display: flex; align-items: center; gap: 12px; }
.review-rail__progress { min-width: 60px; text-align: right; font-size: .86rem; font-weight: 700; color: var(--muted); }
.review-rail__buttons { display: flex; gap: 8px; }
.review-rail__button { width: 42px; height: 42px; border: 1px solid var(--line); background: #fff; color: var(--ink); }
.review-rail__button:disabled { opacity: .45; cursor: not-allowed; }
.review-rail__viewport { overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; padding: 0 16px 8px 0; touch-action: pan-y; }
.review-rail__viewport::-webkit-scrollbar { display: none; }
.review-rail__viewport.is-dragging { cursor: grabbing; }
.review-rail__track { display: flex; gap: 18px; width: max-content; }
.review-card { flex: 0 0 min(84vw, 360px); display: grid; grid-template-rows: auto 1fr; background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; scroll-snap-align: start; content-visibility: auto; contain-intrinsic-size: 520px; }
.review-card--text-only { grid-template-rows: 1fr; }
.review-card__media { background: var(--soft); aspect-ratio: 5 / 4; }
.review-card__image { aspect-ratio: 5/4; width: 100%; height: 100%; object-fit: contain; display: block; background: var(--soft); }
.review-card__copy { display: grid; align-content: start; gap: 12px; padding: 24px; min-height: 100%; }
.review-card__rating { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.review-card__stars { font-size: .96rem; letter-spacing: .08em; }
.review-card__copy h3 { margin: 0; font-size: 1.18rem; line-height: 1.15; }
.review-card__excerpt { margin: 0; color: var(--muted); font-size: .93rem; line-height: 1.55; }
.review-card__excerpt-wrap { display: grid; gap: 10px; }
.review-card__excerpt--clamped { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }
.review-card__toggle, .review-card__product { justify-self: start; padding: 0; border: 0; background: transparent; color: var(--ink); font: inherit; font-size: .83rem; font-weight: 750; text-decoration: underline; text-underline-offset: .18em; }
.review-card__full[hidden] { display: none; }
.review-card__footer { display: grid; gap: 4px; margin-top: auto; padding-top: 6px; }
.review-card__person { margin: 10px 0 0; font-size: .92rem; font-weight: 750; color: var(--ink); }
.review-card__meta { margin: 0; color: var(--muted); font-size: .83rem; }
.review-section__footer { margin-top: 28px; display: flex; justify-content: flex-start; }
.review-page-intro { max-width: 760px; }
.review-page-intro h2 { margin: 8px 0 14px; font-size: clamp(2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.04em; }
.review-page-intro p:last-child { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.6; }
.review-trust { margin-top: 42px; padding-top: 36px; border-top: 1px solid var(--line); }
.review-empty-state { padding: 28px; border: 1px solid var(--line); background: #fff; }
@media (min-width: 760px) {
  .review-card { flex-basis: min(46vw, 420px); }
}
@media (min-width: 1040px) {
  .review-card { flex-basis: min(31vw, 380px); }
}
.trust-card { padding: 30px; border-top: 1px solid var(--ink); background: #fff; }
.trust-card strong { display: block; margin-bottom: 8px; font-size: 1.12rem; }
.trust-card p { margin: 0; color: var(--muted); }
.custom-callout { display: grid; grid-template-columns: 1.2fr auto; align-items: center; gap: 30px; padding: clamp(38px, 6vw, 72px); background: var(--ink); color: #fff; }
.custom-callout h2 { margin: 0 0 8px; font-size: clamp(2rem,4vw,4rem); letter-spacing: -.04em; line-height: 1; }
.custom-callout p { margin: 0; color: #c7c7c7; }
.custom-callout .btn { color: var(--ink); border-color: #fff; background: #fff; }

.breadcrumb { padding: 18px 0; color: var(--muted); font-size: .79rem; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #aaa; }
.context-nav { display: flex; gap: 8px; margin: 4px 0 24px; overflow-x: auto; scrollbar-width: thin; }
.context-nav a { flex: 0 0 auto; padding: 9px 12px; border: 1px solid var(--line); font-size: .76rem; font-weight: 700; }
.context-nav a[aria-current="page"] { border-color: var(--olive); background: var(--olive-soft); }
.checkout-progress { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 30px; padding: 0; list-style: none; }
.checkout-progress li { padding: 12px; border-bottom: 2px solid var(--line); color: var(--muted); font-weight: 700; }
.checkout-progress li[aria-current="step"] { border-color: var(--olive); color: var(--ink); }
.checkout-form .form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.checkout-form textarea { width: 100%; padding: 12px; border: 1px solid var(--line); font: inherit; }
.checkout-form select { min-height: 48px; width: 100%; padding: 10px 12px; border: 1px solid var(--line); background: #fff; font: inherit; }
.delivery-quote, .checkout-order-summary { margin: 24px 0; padding: 22px; border: 1px solid var(--line); }
.delivery-quote h2, .checkout-order-summary h2 { margin-top: 0; }
.delivery-notice { padding-left: 14px; border-left: 3px solid var(--olive); color: var(--muted); font-size: .86rem; }
.delivery-status { margin-top: 18px; padding: 16px; background: var(--soft); }
.delivery-status[data-delivery-state="quoted"] { border-left: 3px solid var(--olive); background: var(--olive-soft); }
.delivery-status[data-delivery-state="manual_review"], .delivery-status[data-delivery-state="unavailable"] { border-left: 3px solid #8b5f2d; }
.delivery-status p { margin-bottom: 0; }
.check-row { display: flex !important; align-items: center; gap: 10px; }
.check-row input { width: auto !important; }
.payment-confidence { margin-top: 26px; padding: clamp(22px, 4vw, 34px); border: 1px solid var(--line); background: #fff; }
.payment-confidence__eyebrow { margin: 0 0 8px; color: var(--olive); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.payment-confidence h2 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.25rem); letter-spacing: -.035em; }
.payment-confidence__intro { max-width: 58ch; margin: 12px 0 20px; color: var(--muted); }
.payment-confidence__methods { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; padding: 0; list-style: none; }
.payment-confidence__methods li { padding: 7px 10px; border: 1px solid var(--line); background: var(--soft); font-size: .78rem; font-weight: 750; }
.payment-confidence__assurance { display: grid; grid-template-columns: auto 1fr; gap: 10px; margin: 0; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
.payment-confidence__lock { color: var(--olive); font-weight: 900; }
.payment-confidence__policies { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 16px; font-size: .8rem; }
.payment-confidence__policies a { text-decoration: underline; text-underline-offset: 3px; }
.checkout-form > [data-continue-payment] { width: 100%; margin-top: 14px; min-height: 54px; }
.address-autocomplete { margin: 18px 0; }
.address-autocomplete input[type="search"] { width: 100%; min-height: 50px; }
.address-autocomplete__status { margin: 8px 0 0; color: var(--muted); font-size: .9rem; }
.address-autocomplete__list { max-height: 240px; margin-top: 6px; overflow-y: auto; border: 1px solid var(--line); background: #fff; }
.address-autocomplete__option { display: block; width: 100%; min-height: 48px; padding: 12px 14px; border: 0; border-bottom: 1px solid var(--line); background: #fff; color: var(--ink); text-align: left; font: inherit; cursor: pointer; }
.address-autocomplete__option:last-child { border-bottom: 0; }
.address-autocomplete__option:hover, .address-autocomplete__option[aria-selected="true"], .address-autocomplete__option:focus-visible { background: var(--olive-soft); outline: 2px solid var(--olive); outline-offset: -2px; }
.address-autocomplete__manual { margin-top: 10px; padding: 8px 0; border: 0; background: transparent; cursor: pointer; }
.address-manual-fields[hidden], .address-autocomplete__list[hidden] { display: none; }
.address-confirmed { margin: 12px 0 2px; padding: 14px 16px; border-left: 3px solid var(--olive); background: var(--olive-soft); }
.address-confirmed strong { display: block; margin-bottom: 4px; }
.address-confirmed p { margin: 0; color: var(--muted); }
.address-manual-fields--selected > label:first-child, .address-manual-fields--selected > .form-grid { display: none; }
.checkout-form--address-selected .delivery-area-field { display: none; }
.checkout-form--address-selected [data-delivery-quote] { display: none; }

/* Focused checkout shell */
.checkout-page { background: #f8f6f0; }
.checkout-page .announcement, .checkout-page .newsletter, .checkout-page .site-footer, .checkout-page .continue-shopping, .checkout-page .breadcrumb, .checkout-page .desktop-nav, .checkout-page .menu-toggle, .checkout-page .mobile-menu, .checkout-page .header-actions > a:first-child { display: none !important; }
.checkout-page .site-header { position: relative; border-bottom-color: #dedbd2; background: #fff; }
.checkout-page .header-main { grid-template-columns: 1fr auto 1fr; max-width: 1180px; height: 70px; min-height: 70px; }
.checkout-page .header-main::before { content: "Secure checkout"; color: var(--muted); font-size: .78rem; font-weight: 750; letter-spacing: .02em; }
.checkout-page .brand { grid-column: 2; }
.checkout-page .header-actions { display: flex !important; grid-column: 3; justify-self: end; }
.checkout-page .page-hero { padding: clamp(30px, 5vw, 58px) 0 22px; border: 0; }
.checkout-page .page-hero h1 { max-width: none; margin: 3px 0 8px; font-size: clamp(2.25rem, 4vw, 4rem); line-height: .98; }
.checkout-page .page-hero p { max-width: 620px; }
.checkout-page__eyebrow { margin: 0 !important; color: var(--olive) !important; font-size: .72rem !important; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.checkout-page__section { padding-top: 0; }
.checkout-page__shell { max-width: 1180px; }
.checkout-workspace { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); align-items: start; gap: clamp(46px, 7vw, 96px); }
.checkout-flow { min-width: 0; padding-bottom: 70px; }
.checkout-flow > fieldset { margin: 0 0 18px; padding: 24px; border: 1px solid #dedbd2; border-radius: 10px; background: #fff; }
.checkout-flow > fieldset legend { padding: 0 8px; font-size: 1rem; font-weight: 800; }
.checkout-flow label { font-size: .86rem; }
.checkout-flow input, .checkout-flow textarea, .checkout-flow select { border-radius: 8px; background: #fff; }
.checkout-field-help { display: block; margin-top: 7px; color: var(--muted); font-size: .72rem; font-weight: 500; line-height: 1.4; }
.checkout-flow .delivery-quote { margin: 18px 0; border-radius: 10px; background: #fff; }
.checkout-flow .delivery-quote > p:not(.delivery-status):not(.merchandising-progress), .checkout-form--address-selected .delivery-notice { display: none; }
.checkout-flow .delivery-status { border-radius: 8px; }
.checkout-flow .payment-confidence { border-radius: 10px; }
.checkout-order-summary { position: sticky; top: 24px; margin: 0; padding: clamp(24px, 3vw, 34px); border: 0; border-radius: 10px; background: #efede8; }
.checkout-order-summary__toggle { display: none; }
.checkout-order-summary__body { min-width: 0; }
.checkout-order-items { margin-bottom: 26px; border-bottom: 1px solid #d7d3ca; }
.checkout-order-item { display: grid; grid-template-columns: 82px minmax(0, 1fr) auto; align-items: start; gap: 14px; padding: 0 0 20px; margin-bottom: 20px; border-bottom: 1px solid #d7d3ca; }
.checkout-order-item:last-child { border-bottom: 0; }
.checkout-order-item__media { position: relative; width: 82px; height: 82px; border-radius: 9px; background: #fff; }
.checkout-order-item__media img { width: 100%; height: 100%; object-fit: contain; border-radius: inherit; }
.checkout-order-item__media span { position: absolute; top: -7px; right: -7px; min-width: 23px; height: 23px; display: grid; place-items: center; padding: 0 5px; border-radius: 999px; background: var(--ink); color: #fff; font-size: .7rem; font-weight: 850; }
.checkout-order-item__details h3 { margin: 4px 0 5px; font-size: .94rem; line-height: 1.2; }
.checkout-order-item__details p { margin: 0; color: var(--muted); font-size: .7rem; line-height: 1.45; }
.checkout-order-item > strong { padding-top: 4px; font-size: .82rem; white-space: nowrap; }
.checkout-order-summary .summary-line { padding: 11px 0; }
.checkout-order-summary .summary-line--total { margin-top: 7px; padding-top: 17px; font-size: 1.08rem; }
.payment-provider-row { display: grid; grid-template-columns: auto auto auto 1fr; align-items: center; gap: 9px; padding: 13px; border: 1px solid var(--ink); border-radius: 8px; background: #fff; font-size: .78rem; }
.payment-provider-row__selected { width: 12px; height: 12px; border: 4px solid var(--ink); border-radius: 50%; }
.payment-provider-row__marks { justify-self: end; display: flex; align-items: center; gap: 5px; }
.payment-provider-row__name { font-size: .95rem; letter-spacing: -.02em; }
.payment-brand-mark { display: block; width: 48px; height: 30px; padding: 4px; border: 1px solid #e4e1d9; border-radius: 4px; background: #fff; object-fit: contain; box-sizing: border-box; }
.payment-confidence__availability { margin: 8px 0 18px; color: var(--muted); font-size: .72rem; }
.checkout-flow > [data-continue-payment] { border-radius: 8px; }

@media (max-width: 820px) {
  .checkout-page .header-main { height: 62px; min-height: 62px; padding-inline: 16px; }
  .checkout-page .header-main::before { content: "Secure"; }
  .checkout-page .header-actions { display: flex !important; }
  .checkout-page .header-action { min-height: 44px; }
  .checkout-page .page-hero { padding: 24px 0 14px; }
  .checkout-page .page-hero h1 { font-size: 2.15rem; }
  .checkout-page__section { padding-bottom: 30px; }
  .checkout-workspace { display: flex; flex-direction: column; gap: 18px; }
  .checkout-flow { order: 2; width: 100%; padding-bottom: 20px; }
  .checkout-order-summary { position: static; order: 1; width: 100%; padding: 0; border: 1px solid #dedbd2; background: #fff; }
  .checkout-order-summary__toggle { width: 100%; min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 13px 16px; border: 0; border-radius: 10px; background: #fff; color: var(--ink); font: inherit; cursor: pointer; }
  .checkout-order-summary__toggle span { font-weight: 800; }
  .checkout-order-summary__toggle strong { color: var(--olive); font-size: .86rem; }
  .checkout-order-summary__body { display: none; padding: 0 16px 18px; }
  .checkout-order-summary--open .checkout-order-summary__body { display: block; }
  .checkout-order-item { grid-template-columns: 68px minmax(0, 1fr) auto; gap: 10px; }
  .checkout-order-item__media { width: 68px; height: 68px; }
  .checkout-flow > fieldset, .checkout-flow .delivery-quote, .checkout-flow .payment-confidence { padding: 18px; border-radius: 9px; }
  .checkout-form .form-grid { grid-template-columns: 1fr; }
  .payment-provider-row { grid-template-columns: auto auto 1fr; }
  .payment-provider-row__marks { grid-column: 1 / -1; justify-self: start; padding-left: 21px; }
  .payment-confidence__policies { gap: 10px 14px; }
}
.delivery-access__toggle { margin-bottom: 12px; padding: 8px 0; border: 0; background: transparent; cursor: pointer; }
.delivery-access [data-delivery-access-fields][hidden] { display: none; }
.checkout-confidence { margin-top: 26px; padding: 20px; border: 1px solid var(--line); }
.checkout-confidence nav, .summary-help { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 12px; }
.summary-line--total { padding-top: 12px; border-top: 1px solid var(--line); }
.product-layout { display: grid; grid-template-columns: minmax(0, 1.17fr) minmax(400px, .83fr); gap: clamp(38px, 6vw, 94px); align-items: start; padding: 10px 0 70px; }
.product-layout > *, .gallery, .buy-panel { min-width: 0; }
.gallery { display: grid; gap: 12px; }
.gallery-main {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0;
  overflow: hidden;
  background: var(--soft);
  min-height: 440px;
  max-height: min(72vh, 760px);
}
.gallery-main__zoom {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}
.gallery-main__zoom:focus-visible { outline: 3px solid var(--olive); outline-offset: -6px; }
.gallery-main img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: min(72vh, 760px);
  object-fit: contain;
  transition: transform .28s ease;
}
.gallery-main__zoom:hover img { transform: scale(1.015); }
.gallery-main img.is-product { padding: clamp(8px, 2.4vw, 28px); object-fit: contain !important; box-sizing: border-box; }
.gallery-main img.is-lifestyle, .gallery-main img.is-customer { object-fit: contain !important; object-position: center; }
.gallery-main img.is-detail { padding: 0; object-fit: contain !important; object-position: center; }
.gallery-main img.is-technical { padding: clamp(18px, 4vw, 54px); object-fit: contain !important; background: #fff; box-sizing: border-box; }
.gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(26, 26, 24, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .10);
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-50%);
}
.gallery-arrow:hover { background: #fff; }
.gallery-arrow:focus-visible { outline: 3px solid var(--olive); outline-offset: 3px; }
.gallery-arrow--prev { left: 16px; }
.gallery-arrow--next { right: 16px; }
.gallery-counter {
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  margin: 0;
  padding: 7px 10px;
  background: rgba(255, 255, 255, .9);
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.thumbs { display: flex; gap: 12px; overflow-x: auto; scrollbar-width: thin; padding: 4px 0 8px; scroll-snap-type: x mandatory; }
.thumb {
  flex: 0 0 clamp(76px, 7.4vw, 104px);
  width: clamp(76px, 7.4vw, 104px);
  height: clamp(76px, 7.4vw, 104px);
  padding: 5px;
  border: 1px solid transparent;
  background: var(--soft);
  cursor: pointer;
  scroll-snap-align: start;
}
.thumb[aria-current="true"] { border-color: var(--ink); background: #fff; }
.thumb img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.gallery-helper { margin: -2px 0 0; color: var(--muted); font-size: .9rem; }
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  grid-template-columns: minmax(48px, 7vw) minmax(0, 1fr) minmax(48px, 7vw);
  align-items: center;
  gap: 12px;
  padding: clamp(14px, 3vw, 36px);
  background: rgba(16, 16, 14, .92);
}
.gallery-lightbox__figure {
  min-width: 0;
  margin: 0;
  display: grid;
  place-items: center;
  gap: 14px;
}
.gallery-lightbox__figure img {
  max-width: 100%;
  max-height: 84vh;
  object-fit: contain;
  background: #f5f3ed;
}
.gallery-lightbox__figure figcaption { color: #fff; font-weight: 800; letter-spacing: .08em; }
.gallery-lightbox__close,
.gallery-lightbox__nav {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: var(--ink);
  cursor: pointer;
}
.gallery-lightbox__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  font-size: 1.8rem;
}
.gallery-lightbox__nav { width: 54px; height: 54px; font-size: 2.2rem; }
.gallery-lightbox__nav--prev { justify-self: start; }
.gallery-lightbox__nav--next { justify-self: end; }
.buy-panel { position: sticky; top: 24px; padding-top: 10px; }
.configuration-summary { display: grid; gap: 4px; margin: 18px 0; padding: 16px; border-left: 3px solid var(--olive); background: var(--olive-soft); }
.configuration-summary > span { color: var(--muted); font-size: .68rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.configuration-summary small { color: var(--muted); }
.configuration-summary b { margin-top: 5px; font-size: 1.15rem; }
.product-trust-rail { border-block: 1px solid var(--line); background: #fff; }
.product-trust-rail .shell { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.product-trust-rail a { padding: 17px 14px; border-right: 1px solid var(--line); font-size: .78rem; font-weight: 700; }
.product-trust-rail a:last-child { border-right: 0; }
.product-category { margin: 0 0 12px; color: var(--olive); font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.buy-panel h1 { margin: 0; font-size: clamp(2.45rem, 4vw, 4.45rem); font-weight: 820; letter-spacing: -.055em; line-height: .94; }
.price { margin: 18px 0 0; font-size: 1.5rem; font-weight: 800; }
.recommended-price-note { margin: 3px 0 0; color: var(--olive); font-size: .82rem; font-weight: 750; }
.product-summary { max-width: 560px; margin: 12px 0 16px; color: var(--muted); font-size: 1.02rem; }
.image-honesty-note { margin: 0 0 16px; color: var(--muted); font-size: .76rem; }
.purchase-confidence-mini {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 18px;
  color: var(--olive);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.purchase-confidence-mini span {
  display: grid;
  place-items: center;
  min-height: 38px;
  padding: 7px 8px;
  border: 1px solid rgba(96, 105, 72, .22);
  background: rgba(238, 238, 231, .58);
  text-align: center;
  line-height: 1.2;
}
.option-group { margin-top: 26px; }
.option-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-bottom: 11px; }
.option-heading strong { font-size: .94rem; }
.option-heading span { color: var(--muted); font-size: .82rem; }
.fabric-options { display: grid; gap: 9px; }
.fabric-more { margin-top: 10px; border-top: 1px solid var(--line); }
.fabric-more > summary { padding: 14px 0 4px; color: var(--olive); font-weight: 750; cursor: pointer; }
.fabric-options--more { margin-top: 8px; }
.cart-item__image--missing { display: grid; place-items: center; padding: 12px; background: var(--soft); color: var(--muted); font-size: .78rem; text-align: center; }
.room-discovery-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.room-discovery-card { border-top: 1px solid var(--line); padding-top: 14px; }
.room-discovery-card > a { display: grid; gap: 14px; }
.room-discovery-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; background: var(--soft); }
.room-discovery-card strong,.room-discovery-card small { display: block; }
.room-discovery-card small { margin-top: 6px; color: var(--muted); line-height: 1.5; }
.room-discovery-card__products { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-top: 14px; font-size: .82rem; }
.room-discovery-card__products a { border-bottom: 1px solid var(--line); }
.fabric-option-card { border: 1px solid var(--line); background: #fff; }
.fabric-option-card:hover { border-color: #999; }
.fabric-option-card:has(.fabric-option[aria-pressed="true"]) { border-color: var(--olive); box-shadow: inset 0 0 0 1px var(--olive); background: var(--olive-soft); }
.fabric-option { position: relative; display: grid; grid-template-columns: 82px 1fr auto; gap: 16px; align-items: center; width: 100%; padding: 14px 17px; border: 0; background: transparent; cursor: pointer; text-align: left; }
.fabric-option, .fabric-option > span { min-width: 0; }
.fabric-dot { width: 78px; height: 78px; margin-top: 0; border: 1px solid rgba(0,0,0,.18); border-radius: 2px; overflow: hidden; background: var(--swatch, #e7e4dc); box-shadow: inset 0 0 0 6px rgba(255,255,255,.42); }
.fabric-dot--image { position: relative; }
.fabric-dot--image img { width: 100%; height: 100%; object-fit: cover; }
.fabric-dot--image.is-missing img { display: none; }
.fabric-dot__fallback, .fabric-dot--image.is-missing::before { width: 100%; height: 100%; display: block; content: ""; background: linear-gradient(135deg, #ece9e1, #d8d4ca); }
.fabric-view-link { display: block; width: fit-content; margin: -8px 17px 14px 115px; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: #4d4d48; cursor: pointer; font-size: .8rem; font-weight: 650; line-height: 1.35; text-decoration: underline; text-underline-offset: 3px; }
.fabric-view-link:hover { color: #000; }
body.fabric-viewer-open { overflow: hidden; }
.fabric-viewer { width: 100vw; max-width: none; height: 100dvh; max-height: none; padding: clamp(24px, 4vw, 48px); border: 0; overflow: hidden; background: rgba(0,0,0,.82); color: #fff; }
.fabric-viewer::backdrop { background: rgba(0,0,0,.82); }
.fabric-viewer__content { position: relative; width: min(1180px, 100%); height: min(820px, calc(100dvh - clamp(48px, 8vw, 96px))); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: clamp(24px, 3.5vw, 48px); margin: auto; padding: clamp(22px, 3vw, 38px); overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: #171713; box-shadow: 0 26px 80px rgba(0,0,0,.38); text-align: left; }
.fabric-viewer__preview { min-width: 0; min-height: 0; display: grid; place-items: center; overflow: hidden; background: #24241f; }
.fabric-viewer__preview img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; }
.fabric-viewer img.is-missing { background: linear-gradient(135deg, #ece9e1, #d8d4ca); }
.fabric-viewer__preview img.is-missing { width: 100%; aspect-ratio: 1; }
.fabric-viewer h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); line-height: .95; }
.fabric-viewer p, .fabric-viewer small { margin: 0; color: rgba(255,255,255,.8); }
.fabric-viewer__eyebrow { color: rgba(255,255,255,.62); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.fabric-viewer__body { min-width: 0; min-height: 0; display: grid; grid-template-rows: auto auto auto minmax(0, 1fr) auto auto auto; align-content: stretch; gap: 12px; overflow: hidden; padding: 8px 2px 2px; }
.fabric-viewer__selection { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.fabric-viewer__selection p { color: #fff; font-size: 1.05rem; font-weight: 750; }
.fabric-viewer__selection strong { flex: 0 0 auto; font-size: 1rem; }
.fabric-viewer__colours { min-height: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-content: start; gap: 9px; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; padding: 2px 6px 2px 2px; scrollbar-gutter: stable; }
.fabric-viewer__colour { position: relative; min-width: 0; display: grid; gap: 7px; align-content: start; padding: 7px; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.06); color: #fff; cursor: pointer; text-align: left; }
.fabric-viewer__colour[aria-pressed="true"] { border-color: #fff; box-shadow: inset 0 0 0 1px #fff; background: rgba(255,255,255,.16); }
.fabric-viewer__colour[aria-pressed="true"]::after { position: absolute; top: 12px; right: 12px; width: 22px; height: 22px; display: grid; place-items: center; content: "✓"; border-radius: 50%; background: #fff; color: #171713; font-size: .72rem; font-weight: 900; }
.fabric-viewer__colour img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #ebe9df; }
.fabric-viewer__colour span { font-size: .8rem; font-weight: 750; }
.fabric-viewer__hint { font-size: .84rem; line-height: 1.45; }
.fabric-viewer__select { width: fit-content; min-width: 180px; }
.fabric-viewer__select:disabled { border-color: rgba(255,255,255,.34); background: transparent; color: rgba(255,255,255,.72); cursor: default; opacity: 1; }
.fabric-viewer__sticky-action { display: flex; align-items: center; gap: 10px; }
.fabric-viewer__close { position: absolute; z-index: 4; top: 14px; right: 14px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: #fff; color: #000; font-size: 1.7rem; cursor: pointer; }
.fabric-viewer--timber { display: grid; place-items: center; }
.fabric-viewer--timber .fabric-viewer__content { width: min(760px, 100%); height: min(520px, calc(100dvh - 64px)); grid-template-columns: minmax(0, 1.15fr) minmax(250px, .85fr); gap: 0; padding: 0; }
.fabric-viewer--timber .fabric-viewer__preview { min-height: 0; }
.fabric-viewer--timber .fabric-viewer__preview img { object-fit: cover; }
.fabric-viewer--timber .fabric-viewer__body { grid-template-rows: auto auto auto 1fr auto; gap: 12px; padding: 54px 28px 28px; overflow-y: auto; }
.fabric-viewer--timber h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); }
.fabric-option strong { display: block; font-size: .98rem; }
.fabric-option small { display: block; margin-top: 4px; color: var(--muted); line-height: 1.35; }
.fabric-option em { display: block; width: fit-content; margin-top: 8px; color: #4d4d48; font-size: .78rem; font-style: normal; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.badge { padding: 4px 7px; border-radius: 999px; color: var(--olive); background: #fff; font-size: .67rem; font-weight: 800; }
.price-delta { color: var(--olive); font-size: .72rem; font-weight: 800; white-space: nowrap; }
.size-options { display: flex; flex-wrap: wrap; gap: 8px; }
.choice-pill { min-height: 46px; padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; background: #fff; cursor: pointer; font-weight: 700; }
.choice-pill[aria-pressed="true"] { border-color: var(--olive); color: #fff; background: var(--olive); }
.choice-pill--link { display: inline-flex; align-items: center; justify-content: center; color: var(--ink); background: var(--soft); }
.choice-pill--link:hover { border-color: var(--olive); color: var(--olive); }
.quantity-row { display: grid; grid-template-columns: 128px 1fr; gap: 10px; margin-top: 26px; }
.quantity { height: 56px; display: grid; grid-template-columns: 42px 1fr 42px; align-items: center; border: 1px solid var(--line); }
.quantity button { height: 100%; border: 0; background: transparent; cursor: pointer; font-size: 1.2rem; }
.quantity output { text-align: center; font-weight: 750; }
.cta-stack { display: grid; gap: 9px; margin-top: 10px; }
.cta-stack .btn { width: 100%; }
.feedback { min-height: 20px; margin: 9px 0 0; color: var(--olive); font-size: .8rem; font-weight: 700; }
.help-link { display: block; width: fit-content; margin: 13px auto 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; font-size: .86rem; font-weight: 700; }
.trust-list { display: grid; gap: 7px; margin: 16px 0 0; padding: 15px 0 0; border-top: 1px solid var(--line); list-style: none; color: #444; font-size: .8rem; }
.product-whatsapp {
  position: fixed;
  z-index: 31;
  left: 22px;
  bottom: 22px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border: 1px solid var(--cloudhaus-olive);
  border-radius: 999px;
  background: #1f7a3a;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.16);
  font-weight: 800;
}
.product-whatsapp:hover { background: #17642f; }
.fabric-library { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 22px; padding: 20px; background: var(--soft); }
.fabric-library strong { display: block; }
.fabric-library p { margin: 3px 0 0; color: var(--muted); font-size: .86rem; }

.upsell-card { border: 1px solid var(--line); background: #fff; }
.upsell-card img { width: 100%; aspect-ratio: 4/3; object-fit: contain; background: var(--soft); }
.upsell-card__body { padding: 22px; }
.upsell-card h3 { margin: 0 0 7px; font-size: 1.18rem; }
.upsell-card p { margin: 0 0 16px; color: var(--muted); }
.relationship-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.relationship-card { padding: 16px; border: 1px solid var(--line); background: #fff; }
.relationship-card .product-card { display: grid; grid-template-columns: 148px minmax(0, 1fr); gap: 16px; align-items: center; }
.relationship-card .product-card__media { aspect-ratio: 1 / 1; width: 148px; max-height: 148px; }
.relationship-card .product-card__media img { object-fit: contain; padding: 10px; }
.relationship-card .product-card__body { padding: 0; }
.relationship-card .product-card__body h3 { font-size: 1rem; }
.relationship-card .product-card__category,
.relationship-card .product-card__body small,
.relationship-card .product-card__feedback { display: none; }
.relationship-card .product-card__actions { margin-top: 12px; }
.relationship-card .product-card__actions .btn { min-height: 40px; padding: 9px 12px; font-size: .78rem; }
.relationship-card__label { margin: 0 0 11px !important; color: var(--olive) !important; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.relationship-cluster { display: grid; gap: 14px; margin-top: 28px; padding-top: 26px; border-top: 1px solid var(--line); }
.relationship-cluster:first-of-type { margin-top: 0; padding-top: 0; border-top: 0; }
.relationship-cluster__kicker { margin: 0; color: var(--olive); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.relationship-cluster h3 { margin: 0; font-size: clamp(1.55rem, 3vw, 2.4rem); line-height: 1.04; letter-spacing: -.04em; }
.relationship-cluster > p:not(.relationship-cluster__kicker) { max-width: 680px; margin: -6px 0 4px; color: var(--muted); }
.room-bundle { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 6vw, 84px); align-items: center; }
.room-bundle__images { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.room-bundle__images img { width: 100%; aspect-ratio: 1/1; object-fit: contain; background: var(--soft); }
.room-bundle__copy h2 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.04em; }
.room-bundle__copy > p:not(.section-kicker) { color: var(--muted); }
.room-bundle__copy > strong { display: block; margin: 24px 0; font-size: 1.25rem; }
.room-bundle--feature .room-bundle__images { align-self: stretch; }
.bundle-piece-list { display: grid; gap: 8px; margin: 24px 0; padding: 0; list-style: none; }
.bundle-piece-list a { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 650; }
.bundle-piece-list a::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--olive); }
.bundle-pricing { display: grid; gap: 10px; margin: 0 0 26px; padding: 18px 20px; background: rgba(255,255,255,.62); border: 1px solid rgba(0,0,0,.08); }
.bundle-pricing > div { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; }
.bundle-pricing span { color: var(--muted); }
.bundle-pricing strong { font-size: 1.05rem; }
.bundle-pricing__total { padding-top: 12px; border-top: 1px solid rgba(0,0,0,.12); }
.bundle-pricing__total strong { font-size: 1.3rem; }
.room-bundle--compact { grid-template-columns: .75fr 1.25fr; }
.room-bundle--compact .room-bundle__images img { aspect-ratio: 4/3; }
.section-cta-row { margin-top: 28px; }
.brand-story { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(32px, 5vw, 68px); align-items: center; }
.brand-story__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: var(--soft); }
.brand-story__copy h2 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.04em; }
.brand-story__copy p { color: var(--muted); }
.brand-story__meta { color: var(--ink) !important; font-weight: 700; }
.final-cta { max-width: 860px; margin: 0 auto; text-align: center; }
.final-cta h2 { margin: 0 0 18px; font-size: clamp(2.2rem, 4.5vw, 4.3rem); line-height: 1; letter-spacing: -.045em; }
.final-cta > p:not(.section-kicker) { max-width: 620px; margin: 0 auto 28px; color: var(--muted); }
.final-cta .hero-actions { justify-content: center; margin-bottom: 18px; }
.details-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(35px,8vw,130px); }
.details-copy p { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.accordion:last-child { border-bottom: 1px solid var(--line); }
.accordion button { width: 100%; display: flex; justify-content: space-between; gap: 18px; padding: 20px 0; border: 0; background: transparent; cursor: pointer; font-weight: 780; text-align: left; }
.accordion button::after { content: "+"; font-size: 1.2rem; font-weight: 400; }
.accordion button[aria-expanded="true"] { color: var(--olive); }
.accordion button[aria-expanded="true"]::after { content: "−"; }
.accordion__panel { padding: 0 0 21px; color: var(--muted); }
.accordion__panel[hidden] { display: none; }
.product-detail-list { display: grid; gap: 8px; margin: 0; padding-left: 20px; }
.product-detail-list li { padding-left: 3px; }
.product-detail-dl { display: grid; gap: 10px; margin: 0; }
.product-detail-dl div { display: grid; grid-template-columns: minmax(110px, .45fr) 1fr; gap: 18px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.product-detail-dl dt { color: var(--ink); font-weight: 800; }
.product-detail-dl dd { margin: 0; color: var(--muted); }
.spec-table { width: 100%; border-collapse: collapse; background: #fff; }
.spec-table th, .spec-table td { padding: 16px 18px; border: 1px solid var(--line); text-align: left; }
.spec-table th { width: 36%; background: var(--soft); font-size: .83rem; }

.shop-hero { padding: clamp(55px,8vw,110px) 0 42px; }
.shop-hero h1 { margin: 0 0 14px; font-size: clamp(3rem,7vw,7rem); font-weight: 820; letter-spacing: -.06em; line-height: .9; }
.shop-hero p { max-width: 580px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.category-tabs { display: flex; gap: 8px; margin: 0 0 36px; overflow-x: auto; padding-bottom: 5px; }
.category-tab { flex: 0 0 auto; min-height: 44px; padding: 10px 18px; border: 1px solid var(--line); border-radius: 999px; background: #fff; cursor: pointer; font-weight: 700; }
.category-tab[aria-selected="true"] { color: #fff; border-color: var(--ink); background: var(--ink); }
.shop-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 45px 20px; }
.shop-product[hidden] { display: none; }

/* Shared Shop and standard-category presentation. */
.shop-intro, .catalogue-intro { padding: clamp(48px, 7vw, 96px) 0 28px; }
.shop-intro h1, .catalogue-intro h1 { max-width: 760px; margin: 8px 0 12px; font-size: clamp(3rem, 6vw, 6.3rem); letter-spacing: -.06em; line-height: .92; }
.shop-intro p:last-child, .catalogue-intro p:last-child { max-width: 620px; margin: 0; color: var(--muted); font-size: 1.05rem; }
.shop-discovery { padding: 10px 0 32px; }
.shop-discovery__grid { display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); gap: 12px; }
.shop-category-card { position: relative; min-height: 215px; overflow: hidden; background: var(--soft); color: #fff; text-decoration: none; }
.shop-category-card--feature { min-height: 330px; }
.shop-category-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .3s ease; }
.shop-category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.56)); }
.shop-category-card span { position: absolute; z-index: 1; bottom: 16px; left: 16px; font-size: 1rem; font-weight: 780; }
.shop-category-card:hover img, .shop-category-card:focus-visible img { transform: scale(1.03); }
.catalogue-related, .catalogue-category-strip { display: flex; gap: 8px; overflow-x: auto; padding: 22px 0 3px; }
.catalogue-related a, .catalogue-category-strip button { flex: 0 0 auto; padding: 8px 0; margin-right: 14px; border: 0; border-bottom: 1px solid transparent; background: transparent; color: var(--ink); font: inherit; font-size: .82rem; font-weight: 750; text-decoration: none; cursor: pointer; }
.catalogue-related a:hover, .catalogue-related a:focus-visible, .catalogue-category-strip button:hover, .catalogue-category-strip button:focus-visible { border-color: var(--olive); color: var(--olive); }
.catalogue-utility { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.catalogue-utility p { margin: 0; font-size: .9rem; }.catalogue-utility__controls { display: flex; align-items: center; gap: 9px; }.catalogue-utility select { min-height: 38px; padding: 0 9px; border: 1px solid var(--line); background: #fff; font: inherit; font-size: .82rem; }
.catalogue-filter { margin: 10px 0; padding: 15px; border: 1px solid var(--line); background: #fff; }.catalogue-filter > div:first-child { display: flex; justify-content: space-between; }.catalogue-filter > div:first-child button { border: 0; background: transparent; font-size: 1.4rem; cursor: pointer; }.catalogue-filter__choices { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; }.catalogue-filter__choices button { padding: 8px 12px; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.product-grid--catalogue { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 42px 20px; padding: 30px 0; }.product-grid--catalogue .product-card__actions { display: block; }.product-grid--catalogue .product-card__actions .btn { width: 100%; }.catalogue-empty { padding: 54px 0; }.catalogue-empty h2 { margin: 0; }.catalogue-empty p { color: var(--muted); }
.shop-room-edit { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(28px,5vw,74px); align-items: center; margin: 20px 0; padding: clamp(22px,4vw,54px); background: var(--soft); }.shop-room-edit__media img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; }.shop-room-edit h2 { margin: 7px 0 13px; font-size: clamp(2rem,3.8vw,4rem); line-height: .98; letter-spacing: -.045em; }.shop-room-edit p:not(.section-kicker) { color: var(--muted); }.shop-room-edit ul { padding: 0; list-style: none; }.shop-room-edit li { padding: 5px 0; border-bottom: 1px solid rgba(0,0,0,.1); }.shop-room-edit > div:last-child > strong { display: block; margin: 20px 0; font-size: 1.35rem; }.shop-room-edit__actions { display: flex; align-items: center; gap: 18px; }
.shop-help { padding: clamp(44px,7vw,85px) 0; border-top: 1px solid var(--line); }.shop-help h2 { max-width: 620px; margin: 6px 0 10px; font-size: clamp(2rem,4vw,4rem); letter-spacing: -.045em; }.shop-help p { max-width: 560px; color: var(--muted); }.shop-help .text-link { display: inline-block; margin-left: 18px; }.shop-help--compact { padding: 28px 0; }.shop-help--compact h2 { display: inline-block; margin-right: 22px; font-size: 1.4rem; }
.shop-confidence { padding: 18px 0; background: var(--soft); }.shop-confidence .shell { display: flex; justify-content: space-between; gap: 20px; }.shop-confidence span { font-size: .78rem; font-weight: 720; }.shop-confidence span::before { content: "â€¢"; margin-right: 8px; color: var(--olive); }

.continue-shopping { padding: clamp(30px, 4vw, 48px) 0; border-top: 1px solid var(--line); background: var(--soft); }
.continue-shopping__inner { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.continue-shopping h2 { max-width: 700px; margin: 0; font-size: clamp(1.8rem, 3.2vw, 3rem); line-height: 1.02; letter-spacing: -.04em; }
.continue-shopping__actions { display: flex; align-items: center; gap: 22px; flex: 0 0 auto; }
.newsletter { padding: clamp(46px,6vw,72px) 0; border-top: 1px solid var(--line); }
.newsletter__inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: end; }
.newsletter h2 { margin: 0 0 8px; font-size: clamp(2rem,4vw,4rem); letter-spacing: -.04em; line-height: 1; }
.newsletter p { margin: 0; color: var(--muted); }
.newsletter form { display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.newsletter input { min-width: 0; min-height: 56px; padding: 14px 18px; border: 1px solid var(--line); background: var(--soft); }
.form-feedback { grid-column: 1/-1; min-height: 18px; margin: 3px 0 0; color: var(--olive); font-size: .8rem; font-weight: 700; }
.site-footer { padding: 30px 0 18px; color: #fff; background: #0b0b0b; }
.mobile-purchase-bar { display: none; }
.footer-grid { display: grid; grid-template-columns: minmax(220px,1.3fr) repeat(4,minmax(120px,1fr)); gap: 24px 18px; }
.footer-brand img { width: 150px; filter: invert(1); }
.footer-brand p { max-width: 330px; color: #a9a9a9; }
.footer-column strong { display: block; margin-bottom: 10px; }
.footer-column a { display: block; width: fit-content; margin: 5px 0; color: #bdbdbd; font-size: .86rem; line-height: 1.4; }
.footer-bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid #333; color: #858585; font-size: .78rem; }

.cart-hero { padding: 30px 0 38px; border-bottom: 1px solid var(--line); }
.cart-hero h1 { margin: 18px 0 8px; font-size: clamp(3.2rem, 7vw, 6.8rem); font-weight: 820; letter-spacing: -.06em; line-height: .9; }
.cart-hero p { margin: 0; color: var(--muted); }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: clamp(44px, 7vw, 110px); padding-top: 55px; padding-bottom: 46px; align-items: start; }
.cart-item { display: grid; grid-template-columns: 180px 1fr; gap: 22px; padding: 0 0 28px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }
.cart-item__image { width: 180px; height: 180px; object-fit: contain; background: var(--soft); }
.cart-item__top { display: flex; justify-content: space-between; gap: 24px; }
.cart-item h2 { margin: 0 0 7px; font-size: 1.24rem; }
.cart-item p { margin: 3px 0; color: var(--muted); font-size: .86rem; }
.cart-item__actions { display: flex; align-items: center; gap: 20px; margin-top: 30px; }
.quantity--small { width: 116px; height: 44px; }
.remove-button { border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; color: var(--muted); font-size: .82rem; }
.cart-line-total { margin-left: auto; font-weight: 800; }
.cart-empty { padding: 48px; background: var(--soft); }
.cart-empty h2 { margin-top: 0; font-size: 2rem; }
.cart-summary { position: sticky; top: 24px; padding: 28px; border: 1px solid var(--line); background: #fff; }
.cart-summary h2 { margin: 0 0 25px; }
.delivery-area-control { display: grid; gap: 8px; margin: 18px 0 10px; font-size: .86rem; font-weight: 700; }
.delivery-area-control select { width: 100%; min-height: 44px; padding: 0 11px; border: 1px solid var(--line); background: #fff; color: var(--ink); font: inherit; }
.delivery-area-validation, .cart-drawer-delivery__validation { margin: 8px 0; color: #8a2f24; font-size: .84rem; font-weight: 700; }
.checkout-disabled-explanation { margin: 10px 0 0; font-size: .84rem; line-height: 1.45; }
.cart-drawer__checkout-disabled { border-radius: 2px; cursor: not-allowed; }
.cart-drawer__checkout-disabled:focus-visible { outline: 3px solid #705f3c; outline-offset: 3px; }
.cart-drawer__checkout-disabled .btn { width: 100%; opacity: .48; pointer-events: none; }
.fabric-option__supplier { display: block; margin-top: 3px; color: var(--muted); font-size: .74rem; font-style: normal; font-weight: 600; }
.merchandising-progress { margin: 10px 0 18px; color: var(--olive); font-size: .84rem; font-weight: 700; line-height: 1.45; }
.checkout-form .merchandising-progress { margin-top: -4px; }
.value-ladder { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.value-edit { display:grid; background:#fff; border:1px solid var(--line); }
.value-edit img { width:100%; aspect-ratio:4/3; object-fit:cover; background:var(--soft); }
.value-edit > div { display:grid; gap:10px; padding:20px; }
.value-edit h3,.value-edit p { margin:0; }
.value-edit small { color:var(--muted); line-height:1.45; }
.value-edit .hero-actions { align-items:flex-start; margin-top:4px; }
.bag-drawer-open { overflow: hidden; }
.cart-drawer-layer { position: fixed; z-index: 90; inset: 0; display: grid; justify-items: end; overflow: hidden; }
.cart-drawer-layer[hidden] { display: none; }
.cart-drawer-overlay { position: absolute; inset: 0; background: rgba(18,18,18,.46); }
.cart-drawer { position: relative; width: min(560px, calc(100vw - 32px)); height: 100dvh; display: grid; grid-template-rows: auto minmax(0,1fr) auto; overflow: hidden; background: #fff; box-shadow: -22px 0 56px rgba(0,0,0,.2); }
.cart-drawer__header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 24px 17px; border-bottom: 1px solid var(--line); background: #fff; }
.cart-drawer__header .section-kicker { margin: 0 0 4px; }
.cart-drawer__header h2 { margin: 0; font-size: clamp(1.35rem, 2.4vw, 1.8rem); letter-spacing: -.035em; }
.cart-drawer__close { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); cursor: pointer; font-size: 1.8rem; line-height: 1; }
.cart-drawer__close:hover { border-color: var(--cloudhaus-olive); color: var(--cloudhaus-olive); }
.cart-drawer__scroll { min-width: 0; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; padding: 18px 24px 28px; scrollbar-gutter: stable; }
.cart-drawer-card { margin-bottom: 25px; padding: 18px; border: 1px solid var(--line); background: #faf9f5; }
.cart-drawer-card h3, .cart-drawer-section h3 { margin: 0; font-size: 1.12rem; letter-spacing: -.02em; }
.cart-drawer-card > p:not(.section-kicker) { margin: 8px 0; color: var(--muted); font-size: .84rem; line-height: 1.5; }
.cart-drawer-delivery { border-left: 3px solid var(--cloudhaus-olive); }
.cart-drawer-delivery .section-kicker { margin: 0 0 5px; }
.cart-drawer-delivery__area { color: var(--ink) !important; }
.cart-drawer-delivery__area button { min-height: 44px; padding: 0 2px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--cloudhaus-olive); cursor: pointer; font: inherit; font-weight: 750; }
.cart-drawer-delivery__select { display: grid; gap: 7px; margin-top: 13px; font-size: .76rem; font-weight: 800; }
.cart-drawer-delivery__select select { width: 100%; min-height: 46px; padding: 0 12px; border: 1px solid var(--line); background: #fff; color: var(--ink); font: inherit; }
.cart-drawer-progress { height: 7px; margin: 14px 0 7px; overflow: hidden; border-radius: 999px; background: #deddd6; }
.cart-drawer-progress span { display: block; height: 100%; max-width: 100%; border-radius: inherit; background: var(--cloudhaus-olive); }
.cart-drawer-progress--complete span { background: #536239; }
.cart-drawer-section { min-width: 0; margin-bottom: 26px; }
.cart-drawer-section__heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 13px; }
.cart-drawer-section__heading .section-kicker { margin: 0 0 4px; }
.cart-drawer-items { border-top: 1px solid var(--line); }
.cart-drawer-item { min-width: 0; display: grid; grid-template-columns: 112px minmax(0,1fr); gap: 15px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.cart-drawer-item > img { width: 112px; height: 112px; object-fit: contain; background: var(--soft); }
.cart-drawer-item__body { min-width: 0; }
.cart-drawer-item__title { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.cart-drawer-item__title h4 { min-width: 0; margin: 0; font-size: .94rem; line-height: 1.28; }
.cart-drawer-item__title strong { flex: 0 0 auto; font-size: .88rem; }
.cart-drawer-item__details { display: grid; gap: 2px; margin: 7px 0 0; padding: 0; color: var(--muted); list-style: none; font-size: .72rem; line-height: 1.38; }
.cart-drawer-item__details span { color: var(--ink); font-weight: 750; }
.cart-drawer-item__unit { margin: 6px 0 0; color: var(--muted); font-size: .7rem; }
.cart-drawer-item__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 13px; margin-top: 10px; }
.cart-drawer-item__actions > a, .cart-drawer-item__actions > button { min-height: 44px; display: inline-flex; align-items: center; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--muted); cursor: pointer; font: inherit; font-size: .75rem; font-weight: 750; }
.cart-drawer-quantity { height: 44px; display: grid; grid-template-columns: 40px 34px 40px; align-items: center; border: 1px solid var(--line); background: #fff; }
.cart-drawer-quantity button { width: 40px; height: 42px; padding: 0; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: 1rem; }
.cart-drawer-quantity button:disabled { cursor: not-allowed; opacity: .35; }
.cart-drawer-quantity output { text-align: center; font-size: .8rem; font-weight: 800; }
.cart-drawer-recommendation-row { min-width: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.cart-drawer-recommendation { min-width: 0; min-height: 132px; display: grid; grid-template-columns: 96px minmax(0,1fr); align-items: stretch; overflow: hidden; border: 1px solid var(--line); background: #fff; }
.cart-drawer-recommendation__media { width: 96px; height: 96px; align-self: start; display: grid; place-items: center; overflow: hidden; background: var(--soft); }
.cart-drawer-recommendation__media img { width: 96px; height: 96px; max-height: 96px; object-fit: contain; background: var(--soft); }
.cart-drawer-recommendation > div:last-child { min-width: 0; display: grid; align-content: start; gap: 4px; padding: 10px; }
.cart-drawer-recommendation p, .cart-drawer-recommendation h4 { margin: 0; }
.cart-drawer-recommendation p { color: var(--cloudhaus-olive); font-size: .63rem; font-weight: 800; line-height: 1.25; }
.cart-drawer-recommendation h4 { font-size: .78rem; line-height: 1.3; }
.cart-drawer-recommendation strong { font-size: .78rem; }
.cart-drawer-recommendation a { min-height: 44px; display: inline-flex; align-items: center; width: fit-content; border-bottom: 1px solid currentColor; font-size: .72rem; font-weight: 800; }
.cart-drawer-bundle .section-kicker { margin: 0 0 5px; }
.cart-drawer-bundle > small { display: block; margin-top: 7px; color: var(--cloudhaus-olive); font-size: .72rem; line-height: 1.4; }
.cart-drawer-bundle__totals { display: grid; gap: 5px; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); font-size: .78rem; }
.cart-drawer-bundle__totals span { display: flex; justify-content: space-between; gap: 12px; }
.cart-drawer-bundle__totals small { margin-top: 4px; color: var(--cloudhaus-olive); line-height: 1.4; }
.cart-drawer-bundle-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-top: 15px; }
.cart-drawer-bundle-tile { min-width: 0; min-height: 86px; display: grid; grid-template-columns: 76px minmax(0,1fr); gap: 9px; align-items: center; padding: 7px; border: 1px solid var(--line); background: #fff; }
.cart-drawer-bundle-tile > div:first-child { position: relative; width: 76px; overflow: hidden; }
.cart-drawer-bundle-tile img { width: 76px; aspect-ratio: 4 / 3; object-fit: contain; background: var(--soft); }
.cart-drawer-bundle-tile span { position: absolute; top: 5px; right: 5px; width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--cloudhaus-olive); font-size: .72rem; font-weight: 900; }
.cart-drawer-bundle-tile.is-selected { border-color: var(--cloudhaus-olive); box-shadow: inset 3px 0 var(--cloudhaus-olive); }
.cart-drawer-bundle-tile.is-selected span { border-color: var(--cloudhaus-olive); background: var(--cloudhaus-olive); color: #fff; }
.cart-drawer-bundle-tile h4 { margin: 0 0 2px; font-size: .7rem; line-height: 1.25; }
.cart-drawer-bundle-tile small, .cart-drawer-bundle-tile a { min-height: 44px; display: inline-flex; align-items: center; color: var(--cloudhaus-olive); font-size: .65rem; font-weight: 800; }
.cart-drawer-totals h3 { margin-bottom: 11px; }
.cart-drawer-totals dl { margin: 0; }
.cart-drawer-totals dl div { display: flex; justify-content: space-between; gap: 18px; padding: 8px 0; color: var(--muted); font-size: .82rem; }
.cart-drawer-totals dt, .cart-drawer-totals dd { margin: 0; }
.cart-drawer-totals dd { color: var(--ink); font-weight: 800; text-align: right; }
.cart-drawer-totals .cart-drawer-totals__total { margin-top: 5px; padding-top: 13px; border-top: 1px solid var(--line); color: var(--ink); font-size: 1rem; font-weight: 800; }
.cart-drawer-trust { padding: 2px 0 10px; }
.cart-drawer-trust ul { display: grid; gap: 8px; margin: 0 0 10px; padding: 0; list-style: none; font-size: .79rem; font-weight: 700; }
.cart-drawer-trust li::before { content: "✓"; margin-right: 8px; color: var(--cloudhaus-olive); }
.cart-drawer-trust details { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cart-drawer-trust summary { min-height: 44px; display: flex; align-items: center; cursor: pointer; font-size: .76rem; font-weight: 800; }
.cart-drawer-trust details p { margin: 0 0 13px; color: var(--muted); font-size: .75rem; line-height: 1.45; }
.cart-drawer-trust > a { min-height: 44px; display: inline-flex; align-items: center; color: var(--cloudhaus-olive); font-size: .77rem; font-weight: 800; }
.cart-drawer__footer { padding: 14px 24px calc(15px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: #fff; box-shadow: 0 -12px 28px rgba(0,0,0,.07); }
.cart-drawer__preview-notice { margin: 8px 0; color: var(--cloudhaus-olive); font-size: .72rem; font-weight: 750; line-height: 1.35; }
.cart-drawer__footer > div { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 9px; font-size: .9rem; }
.cart-drawer__footer > div strong { font-size: 1.05rem; }
.cart-drawer__footer > p { margin: -2px 0 9px; color: var(--muted); font-size: .72rem; }
.cart-drawer__footer .btn { width: 100%; min-height: 48px; }
.cart-drawer__footer .text-link { min-height: 40px; display: flex; align-items: center; justify-content: center; margin: 4px auto -6px; font-size: .77rem; }
.cart-drawer-empty { min-height: 55vh; display: grid; align-content: center; justify-items: start; padding: 28px 4px; }
.cart-drawer-empty h3 { max-width: 13ch; margin: 0 0 12px; font-size: clamp(1.8rem, 5vw, 2.5rem); line-height: 1; letter-spacing: -.045em; }
.cart-drawer-empty > p:not(.section-kicker) { max-width: 38ch; margin: 0 0 22px; color: var(--muted); }
.cart-drawer-empty > div { display: grid; gap: 10px; }
.cart-drawer-empty .text-link { min-height: 44px; display: inline-flex; align-items: center; }
.cart-drawer :focus-visible { outline: 3px solid var(--cloudhaus-olive); outline-offset: 3px; }
.summary-line { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 1.16rem; }
.cart-summary > p { color: var(--muted); font-size: .83rem; }
.cart-summary .btn { width: 100%; margin: 12px 0 16px; }
.cart-summary .text-link { margin-inline: auto; }
.checkout-notice { margin-top: 22px; padding: 18px; border-left: 3px solid var(--olive); background: var(--olive-soft); }
.checkout-notice p { margin: 5px 0 0; font-size: .82rem; }
.cart-trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 24px 0 62px; border-top: 1px solid var(--line); font-size: .82rem; font-weight: 650; }
.cart-trust span::before { content: "✓"; margin-right: 8px; color: var(--olive); font-weight: 900; }
.cart-upsell-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.cart-upsell-card { display: grid; grid-template-columns: 132px 1fr; gap: 18px; align-items: center; padding: 12px; background: #fff; border: 1px solid var(--line); }
.cart-upsell-card img { width: 132px; height: 132px; object-fit: contain; background: var(--soft); }
.cart-upsell-card h3 { margin: 0 0 4px; font-size: 1rem; }
.cart-upsell-card p { margin: 0 0 13px; color: var(--muted); font-size: .84rem; }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .header-main { grid-template-columns: 1fr auto 1fr; min-height: 66px; }
  .menu-toggle { display: inline-flex; justify-self: start; }
  .header-actions { justify-self: end; }
  .header-action span:not(.bag-count) { display: none; }
  .mobile-menu { position: fixed; z-index: 50; inset: 0 auto 0 0; width: min(360px, 90vw); display: block; padding: 30px; background: #fff; transform: translateX(-105%); transition: transform .25s ease; box-shadow: 20px 0 40px rgba(0,0,0,.12); }
  .mobile-menu.is-open { transform: translateX(0); }
  .mobile-menu { overflow-y: auto; overscroll-behavior: contain; }
  .mobile-menu__head { position: sticky; top: -30px; z-index: 2; display: flex; align-items: center; justify-content: space-between; margin: -10px -4px 18px; padding: 12px 4px; background: #fff; }
  .mobile-menu__close { min-width: 44px; min-height: 44px; border: 0; background: transparent; cursor: pointer; font-size: 1.7rem; }
  .mobile-menu nav { display: grid; gap: 25px; font-size: 1rem; }
  .mobile-menu nav section { display: grid; gap: 2px; }
  .mobile-menu nav a { display: flex; align-items: center; min-height: 44px; font-weight: 650; }
  .mobile-menu nav a.is-active { padding-left: 10px; border-left: 3px solid var(--olive); }
  .product-layout { grid-template-columns: 1fr 1fr; gap: 34px; }
  .room-grid { grid-template-columns: repeat(2, 1fr); }
  .starting-point,
  .brand-story { grid-template-columns: 1fr; }
  .promise-grid { grid-template-columns: 1fr; }
  .how-it-works-grid--five { grid-template-columns: 1fr 1fr; }
  .room-grid--editorial { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .room-grid--editorial .room-card,
  .room-grid--editorial .room-card--wide { min-height: 360px; grid-column: auto; grid-row: auto; }
  .room-card { min-height: 390px; }
  .shop-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .room-bundle { grid-template-columns: 1fr; }
  .cart-layout { grid-template-columns: 1fr; }
  .cart-summary { position: static; }
  .cart-upsell-card { grid-template-columns: 100px 1fr; }
  .cart-upsell-card img { width: 100px; height: 100px; }
  .value-ladder { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .announcement { padding: 7px 12px; font-size: .62rem; }
  .header-main { gap: 10px; min-height: 58px; }
  .brand img { width: 118px; }
  .header-actions { gap: 13px; }
  .section { padding: 48px 0; }
  .section-head { display: block; margin-bottom: 25px; }
  .section-head p { margin-top: 12px; }
  .home-hero { min-height: 610px; background-position: 58% center; }
  .home-hero h1 { font-size: clamp(3.3rem, 16vw, 5.2rem); }
  .home-hero__content { padding-block: 84px 58px; }
  .home-shop-categories { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 14px 9px 0; margin-right: -14px; margin-bottom: 28px; }
  .home-shop-categories a { flex: 0 0 74vw; min-height: 210px; scroll-snap-align: start; }
  .home-shop-category__copy { right: 14px; bottom: 14px; left: 14px; }
  .home-best-sellers { margin: 30px 0 24px; padding-top: 22px; }
  .home-best-sellers__head { grid-template-columns: 1fr; gap: 10px; margin-bottom: 18px; }
  .home-best-sellers__head h3 { font-size: clamp(1.8rem, 11vw, 3rem); }
  .hero-actions { display: grid; }
  .starting-point { padding: 24px; }
  .starting-point__copy { font-size: .98rem; }
  .trust-row { display: grid; gap: 9px; }
  .product-grid, .story-grid, .upsell-grid, .trust-grid, .how-it-works-grid, .promise-grid { grid-template-columns: 1fr; }
  .product-grid { gap: 38px; }
  .gallery { gap: 9px; }
  .gallery-main { min-height: 320px; max-height: 64vh; }
  .gallery-arrow { width: 40px; height: 40px; font-size: 1.65rem; }
  .gallery-arrow--prev { left: 10px; }
  .gallery-arrow--next { right: 10px; }
  .gallery-counter { right: 10px; bottom: 10px; font-size: .68rem; }
  .thumbs { gap: 8px; }
  .thumb { flex-basis: 68px; width: 68px; height: 68px; }
  .gallery-helper { font-size: .78rem; }
  .gallery-lightbox { grid-template-columns: 1fr; grid-template-rows: 1fr auto; padding: 54px 12px 20px; }
  .gallery-lightbox__figure img { max-height: 76vh; }
  .gallery-lightbox__nav {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    font-size: 1.8rem;
    transform: translateY(-50%);
  }
  .gallery-lightbox__nav--prev { left: 12px; }
  .gallery-lightbox__nav--next { right: 12px; }
  .gallery-lightbox__close { top: 10px; right: 10px; width: 42px; height: 42px; }
  .review-card__copy { padding: 18px; }
  .room-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .room-grid--editorial { grid-template-columns: 1fr; }
  .room-grid--editorial .room-card,
  .room-grid--editorial .room-card--wide { min-height: 300px; }
  .room-card { min-height: 270px; }
  .room-card__copy { inset: auto 15px 15px; }
  .room-card__copy h3 { font-size: 1.05rem; }
  .room-card__copy small { margin-bottom: 6px; }
  .custom-callout { grid-template-columns: 1fr; }
  .breadcrumb { padding: 12px 0; }
  .checkout-progress { font-size: .72rem; }
  .checkout-progress li { padding: 9px 5px; }
  .checkout-form .form-grid { grid-template-columns: 1fr; }
  .product-trust-rail .shell { display: flex; overflow-x: auto; scroll-snap-type: x proximity; }
  .product-trust-rail a { min-width: 220px; scroll-snap-align: start; }
  .product-layout { grid-template-columns: 1fr; gap: 25px; padding-bottom: 50px; }
  .buy-panel { position: static; padding-top: 0; }
  .buy-panel h1 { font-size: clamp(2.7rem, 14vw, 4.15rem); }
  .buy-panel h1 { font-size: clamp(2.65rem, 12vw, 3.55rem); overflow-wrap: break-word; }
  .option-heading { align-items: start; }
  .option-heading span { max-width: 70%; text-align: right; }
  .fabric-option { width: 100%; grid-template-columns: 76px minmax(0, 1fr); gap: 12px; padding: 12px; }
  .fabric-dot { width: 72px; height: 72px; box-shadow: inset 0 0 0 4px rgba(255,255,255,.42); }
  .fabric-option strong { font-size: .93rem; }
  .fabric-option small { font-size: .82rem; }
  .fabric-option .badge, .fabric-option .price-delta { grid-column: 2; justify-self: start; width: fit-content; }
  .fabric-view-link { margin: -6px 12px 12px 100px; }
  .purchase-confidence-mini { grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 14px; font-size: .6rem; letter-spacing: .035em; }
  .purchase-confidence-mini span { min-height: 32px; padding: 6px; }
  .purchase-confidence-mini span:last-child { grid-column: 1 / -1; }
  .recommended-price-note { font-size: .78rem; }
  .product-summary { margin: 10px 0 13px; font-size: .96rem; line-height: 1.45; }
  .image-honesty-note { margin-bottom: 12px; font-size: .72rem; }
  .quantity-row { grid-template-columns: 122px 1fr; }
  .choice-pill { max-width: 100%; padding-inline: 14px; }
  .product-whatsapp { left: 14px; bottom: calc(76px + env(safe-area-inset-bottom)); width: 48px; height: 48px; justify-content: center; padding: 0; }
  .product-whatsapp span:last-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .fabric-library { align-items: start; flex-direction: column; }
  .details-layout { grid-template-columns: 1fr; gap: 30px; }
  .spec-table th, .spec-table td { padding: 13px 11px; font-size: .82rem; }
  .shop-hero { padding-top: 52px; }
  .shop-hero h1 { font-size: clamp(3.2rem,16vw,5rem); }
  .shop-grid { grid-template-columns: 1fr 1fr; gap: 34px 10px; }
  .shop-grid .product-card__actions { display: grid; }
  .shop-grid .product-card__body h3 { font-size: 1rem; }
  .shop-intro, .catalogue-intro { padding: 42px 0 22px; }
  .shop-intro h1, .catalogue-intro h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .shop-discovery__grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 14px 9px; margin-right: -14px; }.shop-category-card, .shop-category-card--feature { flex: 0 0 76vw; min-height: 215px; scroll-snap-align: start; }.shop-category-card img { object-position: center; }
  .catalogue-utility { align-items: flex-start; flex-direction: column; gap: 10px; }.catalogue-utility__controls { width: 100%; }.catalogue-utility__controls .btn, .catalogue-utility__controls select { flex: 1; }.catalogue-category-strip { padding-top: 13px; }.product-grid--catalogue { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px 10px; padding: 22px 0; }.product-grid--catalogue .product-card__body { padding-top: 11px; }.product-grid--catalogue .product-card__body h3 { font-size: .95rem; line-height: 1.15; }.product-grid--catalogue .product-card__body small { font-size: .7rem; }.product-grid--catalogue .product-card__price { font-size: .92rem; }.product-grid--catalogue .swatches { transform: scale(.86); transform-origin: left; }.product-grid--catalogue .btn { min-height: 42px; padding: 9px 8px; font-size: .78rem; }
  .shop-room-edit { grid-template-columns: 1fr; gap: 22px; margin: 14px -14px; padding: 20px 14px; }.shop-room-edit__media { order: -1; }.shop-room-edit h2 { font-size: 2rem; }.shop-room-edit__actions { align-items: flex-start; flex-direction: column; gap: 14px; }.shop-room-edit__actions .btn { width: 100%; }.shop-help .text-link { display: block; margin: 14px 0 0; }.shop-confidence .shell { overflow-x: auto; justify-content: flex-start; }.shop-confidence span { flex: 0 0 210px; }
  .newsletter__inner { grid-template-columns: 1fr; gap: 28px; }
  .newsletter form { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .room-bundle__copy .hero-actions { display: grid; }
  .bundle-pricing > div { align-items: start; flex-direction: column; gap: 4px; }
  .brand-story__media img { aspect-ratio: 4 / 3; }
  .final-cta { text-align: left; }
  .final-cta .hero-actions { justify-content: stretch; }
  .final-cta > p:not(.section-kicker) { margin-inline: 0; }
  .cart-hero { padding-top: 16px; }
  .cart-layout { gap: 25px; padding-top: 30px; }
  .cart-item { grid-template-columns: 98px 1fr; gap: 14px; }
  .cart-item__image { width: 98px; height: 112px; }
  .cart-item__top { display: block; }
  .cart-item__top > strong { display: block; margin-top: 10px; }
  .cart-item__actions { flex-wrap: wrap; gap: 12px; margin-top: 17px; }
  .cart-line-total { width: 100%; margin: 0; }
  .cart-summary { padding: 22px 18px; }
  .cart-trust { grid-template-columns: 1fr 1fr; padding-bottom: 42px; }
  .cart-upsell-strip { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 7px; }
  .cart-upsell-card { flex: 0 0 82vw; max-width: 360px; scroll-snap-align: start; }
  .value-ladder { grid-template-columns:1fr; }
  .relationship-grid { grid-template-columns: 1fr; }
  .relationship-card { padding: 12px; }
  .relationship-card .product-card { grid-template-columns: 96px minmax(0, 1fr); gap: 12px; }
  .relationship-card .product-card__media { width: 96px; max-height: 96px; }
  .relationship-card .product-card__media img { padding: 7px; }
  .relationship-card .product-card__actions { display: block; margin-top: 10px; }
  .relationship-card .product-card__actions .btn { width: 100%; }
  .mobile-purchase-bar { position: fixed; z-index: 30; inset: auto 0 0; display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,255,255,.97); box-shadow: 0 -8px 25px rgba(0,0,0,.08); transform: translateY(110%); transition: transform .2s ease; }
  .mobile-purchase-bar.is-visible { transform: translateY(0); }
  .mobile-purchase-bar__image { flex: 0 0 50px; width: 50px; height: 50px; border: 1px solid var(--line); background: var(--soft); object-fit: contain; }
  .mobile-purchase-bar__details { flex: 1 1 auto; min-width: 0; }
  .mobile-purchase-bar small, .mobile-purchase-bar strong { display: block; }
  .mobile-purchase-bar small { max-width: 100%; overflow: hidden; color: var(--muted); font-size: .7rem; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-purchase-bar strong { font-size: .95rem; }
}

@media (max-width: 430px) {
  .fabric-option { grid-template-columns: 64px minmax(0, 1fr); gap: 10px; padding: 10px; }
  .fabric-dot { width: 60px; height: 60px; }
  .fabric-option strong { font-size: .88rem; }
  .fabric-option small { font-size: .76rem; }
  .fabric-view-link { margin-left: 84px; font-size: .76rem; }
  .purchase-confidence-mini { grid-template-columns: 1fr; }
  .purchase-confidence-mini span:last-child { grid-column: auto; }
}

/* Final homepage ecommerce, performance and merchandising pass. */
.announcement__mobile { display: none; }
.announcement__link { display: block; max-width: 100%; text-align: center; white-space: nowrap; }

.home-hero { position: relative; isolation: isolate; overflow: hidden; background: #302f2a; }
.home-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(18,18,18,.72) 0%, rgba(18,18,18,.56) 38%, rgba(18,18,18,.12) 70%); }
.home-hero__media { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.home-hero__content { width: min(calc(100% - 40px), var(--max)); max-width: none; }
.home-hero__content > * { max-width: 680px; }
.home-hero .hero-actions { align-items: center; }
.home-hero .btn { flex: 0 0 auto; }
.home-hero__secondary { color: #fff; font-weight: 750; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .28em; }
.home-hero__secondary:hover { color: #fff; text-decoration-thickness: 2px; }
.home-hero__trust { margin: 24px 0 0 !important; font-size: .82rem !important; font-weight: 750; letter-spacing: .01em; }
.home-hero__trust span { padding-inline: 7px; color: #dad6c9; }

.product-collage { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); grid-template-rows: repeat(3, minmax(0, 1fr)); gap: 7px; aspect-ratio: 16 / 10; padding: 7px; overflow: hidden; background: #ebe8df; }
.product-collage img { width: 100%; height: 100%; min-height: 0; object-fit: contain; background: #f4f3ef; }
.product-collage img:first-child { grid-row: 1 / -1; }
.product-collage--feature { align-self: center; width: 100%; min-height: 0; aspect-ratio: 16 / 10; }
.bundle-price-lead strong { font-size: clamp(2rem, 3.4vw, 3rem); }
.bundle-breakdown .bundle-piece-list { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 5px 0 14px; padding: 0 0 14px; border-bottom: 1px solid var(--line); list-style: none; }
.bundle-breakdown .bundle-piece-list li { padding: 0; }

.value-ladder { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.value-ladder[data-value-ladder="higher-tiers"] { grid-template-columns: 1fr; gap: 16px; }
.value-edit { min-width: 0; overflow: hidden; }
.value-edit > .product-collage { width: 100%; }
.value-edit__body { display: grid; align-content: start; gap: 10px; padding: 22px; }
.value-edit__body h3, .value-edit__body p { margin: 0; }
.value-edit__summary { color: var(--muted); line-height: 1.5; }
.value-edit__facts { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin-top: 3px; }
.value-edit__facts p { display: grid; align-content: start; gap: 4px; margin: 0; padding-top: 9px; border-top: 1px solid var(--line); }
.value-edit__facts strong { font-size: .78rem; line-height: 1.4; }
.value-edit__price { display: grid; gap: 3px; padding-top: 4px; }
.value-edit__price span, .value-edit__price small { color: var(--muted); font-size: .74rem; }
.value-edit__price strong { font-size: 1.15rem; }
.value-edit__body details { border-top: 1px solid var(--line); }
.value-edit__body summary { min-height: 42px; display: flex; align-items: center; cursor: pointer; font-size: .78rem; font-weight: 750; }
.value-edit__body details p { padding-bottom: 10px; color: var(--muted); font-size: .76rem; line-height: 1.5; }
.value-edit__body > .btn { justify-self: start; margin-top: 2px; }
.value-comparison { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1px; margin:0 0 18px; border:1px solid var(--line); background:var(--line); overflow:hidden; }
.value-comparison__item { display:grid; align-content:start; gap:6px; min-width:0; padding:16px; background:#fff; }
.value-comparison__item p, .value-comparison__item span, .value-comparison__item strong, .value-comparison__item b { margin:0; }
.value-comparison__item p { color:var(--cloudhaus-olive); font-size:.68rem; font-weight:850; letter-spacing:.06em; text-transform:uppercase; }
.value-comparison__item strong { font-size:.95rem; line-height:1.2; }
.value-comparison__item span { color:var(--muted); font-size:.78rem; line-height:1.35; }
.value-comparison__item b { font-size:.86rem; line-height:1.25; }
.value-edit__use-case { margin:0; color:var(--cloudhaus-olive); font-size:.72rem; font-weight:850; letter-spacing:.06em; text-transform:uppercase; }
.value-edit__count { margin:0; color:var(--muted); font-size:.86rem; font-weight:750; }
.value-edit__included { border:1px solid var(--line); padding:0 12px; background:var(--paper); }
.value-edit__included summary { min-height:42px; display:flex; align-items:center; cursor:pointer; font-size:.78rem; font-weight:800; }
.value-edit__included ul, .bundle-piece-list { margin:0; padding:0 0 12px 18px; color:var(--muted); font-size:.82rem; line-height:1.55; }
.value-edit__comparison { display:grid; gap:9px; padding:13px; border:1px solid var(--line); background:#fbfaf6; }
.value-edit__comparison-title { margin:0; color:var(--ink); font-size:.76rem; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.value-edit__comparison-context { margin:-5px 0 0; color:var(--muted); font-size:.76rem; }
.value-edit__added { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; }
.value-edit__none { margin:0; color:var(--muted); font-size:.8rem; }
.value-edit__removed { display:grid; gap:4px; color:var(--muted); font-size:.76rem; }
.value-edit__removed span { font-weight:850; text-transform:uppercase; letter-spacing:.06em; }
.value-edit__removed ul { margin:0; padding-left:18px; }
.product-collage__tile { position:relative; display:grid; place-items:center; min-width:0; min-height:0; margin:0; background:#f7f5ef; border:1px solid rgba(42,39,32,.06); overflow:hidden; }
.product-collage__tile img { width:100%; height:100%; object-fit:contain; mix-blend-mode:multiply; }
.product-collage__tile--lead { grid-row:1 / -1; }
.product-collage__tile--mini { aspect-ratio:1; min-height:92px; }
.product-collage__qty { position:absolute; right:8px; bottom:8px; display:grid; place-items:center; min-width:32px; height:28px; padding:0 8px; border-radius:999px; background:var(--ink); color:#fff; font-size:.76rem; font-weight:850; box-shadow:0 8px 20px rgba(0,0,0,.12); }
.value-edit .product-collage { grid-template-columns:repeat(auto-fit,minmax(88px,1fr)); grid-auto-rows:112px; aspect-ratio:auto; overflow:visible; }
.value-edit .product-collage__tile--lead { grid-row:auto; }
.product-collage--feature { grid-template-columns:minmax(0,1.4fr) minmax(0,1fr); grid-template-rows:repeat(3,minmax(0,1fr)); overflow:hidden; }
.product-collage--feature .product-collage__tile--lead { grid-row:1 / -1; }

.homepage-proof__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 18px; }
.homepage-proof-card { min-width: 0; display: grid; grid-template-columns: 40% minmax(0, 1fr); border: 1px solid var(--line); background: #fff; overflow: hidden; }
.homepage-proof-card--featured { grid-row: span 2; grid-template-columns: 1fr; }
.homepage-proof-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 68%; background: var(--soft); }
.homepage-proof-card--featured img { aspect-ratio: 16 / 10; max-height: 430px; }
.homepage-proof-card__body { display: grid; align-content: center; gap: 10px; padding: clamp(18px, 2.4vw, 28px); }
.homepage-proof-card__body h3, .homepage-proof-card__body p { margin: 0; }
.homepage-proof-card__body > p:not(.section-kicker) { color: var(--muted); font-size: .88rem; line-height: 1.5; }
.homepage-proof-card__body .text-link { justify-self: start; }

.review-rail__viewport { touch-action: pan-x pan-y; }
.value-ladder:focus-visible, .homepage-proof__grid:focus-visible, .review-rail__viewport:focus-visible { outline: 3px solid var(--cloudhaus-olive); outline-offset: 4px; }

@media (max-width: 760px) {
  .announcement { min-height: 38px; max-height: none; padding-block: 5px; }
  .announcement__desktop { display: none; }
  .announcement__mobile { display: block; }
  .announcement__link { font-size: clamp(.55rem, 2.4vw, .62rem); line-height: 1.15; letter-spacing: .02em; white-space: normal; }
  .home-hero { min-height: 540px; }
  .home-hero::after { background: linear-gradient(90deg, rgba(18,18,18,.76), rgba(18,18,18,.42) 65%, rgba(18,18,18,.2)); }
  .home-hero__media { object-position: 66% center; }
  .home-hero__content { width: min(calc(100% - 28px), var(--max)); padding-block: 70px 42px; }
  .home-hero h1 { max-width: 10ch; font-size: clamp(2.8rem, 13vw, 4rem); }
  .home-hero p { max-width: 35ch; font-size: 1rem; }
  .home-hero .hero-actions { align-items: stretch; }
  .home-hero .hero-actions .btn { width: 100%; min-height: 46px; }
  .home-hero__secondary { justify-self: start; min-height: 44px; display: inline-flex; align-items: center; }
  .home-hero__trust { display: flex; flex-wrap: wrap; gap: 2px 6px; font-size: .72rem !important; }
  .home-hero__trust span { padding: 0; }
  .room-bundle { gap: 25px; }
  .product-collage--feature { min-height: 0; aspect-ratio: 16 / 10; }
  .room-bundle__copy .hero-actions { align-items: start; }
  .value-ladder, .homepage-proof__grid { display: flex; gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; touch-action: pan-x pan-y; padding: 0 14px 10px 0; }
  .value-ladder::-webkit-scrollbar, .homepage-proof__grid::-webkit-scrollbar { display: none; }
  .value-edit, .homepage-proof-card, .homepage-proof-card--featured { flex: 0 0 82vw; max-width: 370px; display: grid; grid-template-columns: 1fr; grid-row: auto; scroll-snap-align: start; }
  .value-comparison { grid-template-columns:1fr; }
  .value-comparison__item { padding:14px; }
  .value-edit__body { padding: 17px; }
  .value-edit__body > p:not(.section-kicker) { min-height: 0; }
  .value-edit__body > .btn { width: auto; }
  .homepage-proof-card img, .homepage-proof-card--featured img { width: 100%; height: auto; max-height: none; aspect-ratio: 16 / 10; object-position: center 68%; }
  .homepage-proof-card__body { align-content: start; padding: 18px; }
  .review-card { flex-basis: min(82vw, 350px); }
  .fabric-viewer { padding: 0; }
  .fabric-viewer__content { width: 100%; height: 100dvh; grid-template-columns: 1fr; grid-template-rows: minmax(170px, 30vh) minmax(0, 1fr); gap: 0; padding: 0; border: 0; }
  .fabric-viewer__preview { min-height: 0; }
  .fabric-viewer__preview img { width: 100%; height: 100%; max-width: none; max-height: none; }
  .fabric-viewer__body { grid-template-rows: auto auto auto minmax(0, 1fr) auto auto auto; gap: 9px; padding: 15px 14px calc(14px + env(safe-area-inset-bottom)); }
  .fabric-viewer h2 { padding-right: 52px; font-size: clamp(1.55rem, 8vw, 2.35rem); }
  .fabric-viewer__colours { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fabric-viewer__colour { padding: 6px; }
  .fabric-viewer__colour span { font-size: .76rem; }
  .fabric-viewer__hint { font-size: .78rem; }
  .fabric-viewer__sticky-action { padding-top: 2px; }
  .fabric-viewer__select { width: 100%; min-height: 50px; color: #111; background: #fff; opacity: 1; }
  .fabric-viewer__select:disabled { color: rgba(255,255,255,.72); background: transparent; }
  .fabric-viewer__close { top: 12px; right: 12px; width: 48px; height: 48px; }
  .fabric-viewer--timber { padding: 16px; }
  .fabric-viewer--timber .fabric-viewer__content { width: min(430px, 100%); height: min(620px, calc(100dvh - 32px)); grid-template-columns: 1fr; grid-template-rows: minmax(190px, 44%) minmax(0, 1fr); border: 1px solid rgba(255,255,255,.18); }
  .fabric-viewer--timber .fabric-viewer__body { grid-template-rows: auto auto auto 1fr auto; gap: 9px; padding: 20px 18px calc(18px + env(safe-area-inset-bottom)); }
  .fabric-viewer--timber h2 { font-size: clamp(1.6rem, 8vw, 2.2rem); }
}

@media (max-width: 420px) {
  .brand img { width: 104px; }
  .header-actions { gap: 9px; }
  .home-shop-categories a { flex-basis: 82vw; min-height: 205px; }
  .room-grid, .shop-grid { grid-template-columns: 1fr; }
  .room-card { min-height: 330px; }
  .how-it-works-grid--five { grid-template-columns: 1fr; }
  .quantity-row { grid-template-columns: 112px 1fr; }
  .btn { padding-inline: 16px; }
}

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

/* Definitive homepage refinement: light editorial surfaces, reusable accent and compact mobile rhythm. */
.site-header { position: sticky; top: 0; z-index: 40; }
.header-main { position: relative; display: flex; min-height: 68px; gap: 24px; }
.header-search { position: relative; order: 2; width: min(100%, 330px); display: flex; align-items: center; margin-left: auto; border-bottom: 1px solid var(--line); }
.header-search input { min-width: 0; width: 100%; min-height: 38px; border: 0; outline: 0; background: transparent; font-size: .78rem; }
.header-search:focus-within { border-bottom-color: var(--cloudhaus-olive); box-shadow: 0 2px 0 var(--cloudhaus-olive); }
.header-search button { min-height: 38px; padding: 0 0 0 10px; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: .72rem; font-weight: 750; }
.header-search__results { position: absolute; z-index: 55; top: calc(100% + 9px); right: 0; width: min(480px, calc(100vw - 32px)); max-height: min(60vh, 520px); overflow-y: auto; padding: 10px; border: 1px solid var(--line); background: #fff; box-shadow: 0 16px 36px rgba(0,0,0,.12); }
.header-search__results p { margin: 9px 9px 5px; color: var(--cloudhaus-olive); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.header-search__results a { display: flex; align-items: center; gap: 11px; min-height: 53px; padding: 7px 9px; }
.header-search__results a:hover, .header-search__results a:focus, .header-search__results a.is-active { background: var(--olive-soft); outline: 0; }
.header-search__results img { width: 42px; height: 42px; object-fit: contain; background: var(--soft); }
.header-search__results strong, .header-search__results small { display: block; }
.header-search__results small { margin-top: 2px; color: var(--muted); font-size: .75rem; }
.room-card__copy p { margin: 5px 0 0; font-size: .86rem; line-height: 1.35; }
.desktop-nav { order: 1; flex: 0 1 auto; justify-content: flex-start; gap: clamp(14px, 1.4vw, 26px); white-space: nowrap; }
.header-actions { order: 3; flex: 0 0 auto; gap: 15px; white-space: nowrap; }
.header-actions > a:first-child { display: none; }
.home-hero { background-image: linear-gradient(90deg, rgba(18,18,18,.68), rgba(18,18,18,.18) 45%, rgba(18,18,18,.08)), var(--home-hero-image, url("../assets/curated-sets/the-atrium-living-set.png")); }
.trust-rail { border-bottom: 1px solid var(--line); background: var(--paper); }
.trust-rail .shell { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-rail span { min-height: 57px; display: flex; align-items: center; justify-content: center; padding: 12px 24px; font-size: .78rem; font-weight: 700; text-align: center; }
.trust-rail span + span { border-left: 1px solid var(--line); }
.trust-rail span::before { content: ""; width: 5px; height: 5px; margin-right: 10px; border-radius: 50%; background: var(--cloudhaus-olive); }
.spaces-section { padding-top: clamp(42px, 5vw, 70px); }
.help-bar { border-block: 1px solid var(--line); background: var(--paper); }
.help-bar .shell { min-height: 68px; display: flex; align-items: center; gap: 28px; }
.help-bar strong { margin-right: auto; font-size: .92rem; }
.help-bar a { padding: 10px 0; border-bottom: 1px solid transparent; font-size: .86rem; font-weight: 750; }
.help-bar a:hover { border-color: var(--cloudhaus-olive); color: var(--cloudhaus-olive); }
.room-bundle__hero img { width: 100%; height: 100%; min-height: 530px; object-fit: cover; background: var(--soft); }
.bundle-price-lead { display: grid; gap: 3px; margin: 22px 0 13px; }
.bundle-price-lead > span { color: var(--muted); font-size: .8rem; font-weight: 700; }
.bundle-price-lead strong { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; letter-spacing: -.04em; }
.bundle-price-lead small { color: var(--cloudhaus-olive); font-weight: 800; }
.room-bundle__facts { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-top: 20px; }
.room-bundle__facts p { display: grid; gap: 4px; margin: 0; padding-top: 11px; border-top: 1px solid var(--line); }
.room-bundle__facts span, .value-edit__facts span { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.room-bundle__facts strong { font-size: .92rem; line-height: 1.35; }
.room-set-path { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.room-set-path__card { display: grid; align-content: start; gap: 14px; min-height: 278px; padding: 26px; border: 1px solid var(--line); background: #fff; }
.room-set-path__card > * { margin: 0; }
.room-set-path__card h3 { font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1.08; letter-spacing: -.03em; }
.room-set-path__card > p:not(.section-kicker) { color: var(--muted); line-height: 1.55; }
.room-set-path__card .text-link, .room-set-path__card .btn { align-self: end; justify-self: start; margin-top: auto; }
.room-set-path__card--featured { border-color: var(--cloudhaus-olive); background: #f2f4e9; }
.room-set-page { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(28px, 5vw, 70px); align-items: start; }
.room-set-page__visual { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 8px; background: #ebe8df; }
.room-set-page__visual figure { display: grid; gap: 8px; min-width: 0; margin: 0; padding: 8px; background: #f7f5ef; }
.room-set-page__visual img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; }
.room-set-page__visual figcaption { font-size: .76rem; font-weight: 750; line-height: 1.35; }
.room-set-page__copy { display: grid; align-content: start; gap: 18px; }
.room-set-page__copy > * { margin: 0; }
.room-set-page__copy h2 { font-size: clamp(2.35rem, 4vw, 4.25rem); line-height: .98; letter-spacing: -.045em; }
.room-set-page__copy > p:not(.section-kicker), .room-set-page__note { color: var(--muted); line-height: 1.58; }
.room-set-page__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.room-set-page__facts p { display: grid; gap: 5px; margin: 0; padding-top: 12px; border-top: 1px solid var(--line); }
.room-set-page__facts span, .room-set-page__price span { color: var(--muted); font-size: .68rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.room-set-page__facts strong { font-size: .88rem; line-height: 1.35; }
.room-set-page__price { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); background: var(--paper); }
.room-set-page__price p { display: grid; gap: 7px; margin: 0; padding: 15px; }
.room-set-page__price p + p { border-left: 1px solid var(--line); }
.room-set-page__price strong { font-size: 1.35rem; line-height: 1.08; }
.room-set-page__price-final { background: #edf1e3; }
.room-set-page__included { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.room-set-page__included summary { min-height: 48px; display: flex; align-items: center; cursor: pointer; font-weight: 800; }
.room-set-page__included ul { display: grid; gap: 8px; margin: 0; padding: 0 0 17px 18px; }
.room-set-page__included a { color: var(--ink); }
.room-set-next { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-top: clamp(40px, 8vw, 100px); padding: clamp(24px, 4vw, 46px); border: 1px solid var(--line); background: var(--soft); }
.room-set-next > div { max-width: 680px; }
.room-set-next p, .room-set-next h2 { margin: 0; }
.room-set-next h2 { margin-top: 8px; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; letter-spacing: -.04em; }
.room-set-next div > p:not(.section-kicker) { margin-top: 14px; color: var(--muted); line-height: 1.55; }
.bundle-price-lead { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 0; border-block: 1px solid var(--line); }
.bundle-price-lead p { display: grid; gap: 5px; margin: 0; padding: 13px 12px; }
.bundle-price-lead p + p { border-left: 1px solid var(--line); }
.bundle-price-lead p:first-child { padding-left: 0; }
.bundle-price-lead span { color: var(--muted); font-size: .7rem; font-weight: 750; }
.bundle-price-lead p strong { font-size: clamp(1.05rem, 2vw, 1.35rem); letter-spacing: -.025em; }
.bundle-price-lead__final strong { color: var(--cloudhaus-olive); }
.bundle-delivery-note { margin: 0 0 15px !important; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.bundle-breakdown { margin-bottom: 25px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.bundle-breakdown summary { padding: 13px 0; cursor: pointer; font-size: .83rem; font-weight: 750; }
.bundle-breakdown div { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; color: var(--muted); font-size: .83rem; }
.bundle-breakdown div:last-child { color: var(--ink); font-weight: 750; }
.how-it-works-grid--five { gap: 0; border-top: 1px solid var(--line); }
.how-step { position: relative; padding: 25px 22px 10px; border: 0; background: transparent; }
.how-step + .how-step { border-left: 1px solid var(--line); }
.how-step__number { color: var(--cloudhaus-olive); }
.review-card__stars { color: var(--cloudhaus-olive); }
.making-teaser__inner { display: grid; grid-template-columns: minmax(0, .9fr) minmax(280px, 1.1fr); gap: clamp(28px, 6vw, 88px); align-items: center; }
.making-teaser__inner > img { width: 100%; aspect-ratio: 4/3; object-fit: cover; background: var(--soft); }
.making-teaser h2 { margin: 0 0 14px; font-size: clamp(2rem, 3.8vw, 3.8rem); line-height: 1; letter-spacing: -.04em; }
.making-teaser p:not(.section-kicker) { max-width: 510px; margin: 0 0 20px; color: var(--muted); }
.showroom-link { display: grid; gap: 3px; width: fit-content; margin-top: 28px; padding-top: 15px; border-top: 1px solid var(--line); font-size: .87rem; font-weight: 750; }
.showroom-link span { color: var(--cloudhaus-olive); font-size: .71rem; letter-spacing: .08em; text-transform: uppercase; }
.floating-whatsapp { position: fixed; z-index: 24; right: 22px; bottom: 22px; min-height: 46px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 15px; border: 1px solid var(--cloudhaus-olive); border-radius: 999px; background: var(--ink); color: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.16); font-weight: 750; }
.floating-whatsapp:not([href]) { display: none; }
.floating-whatsapp:not(:disabled):hover { background: var(--cloudhaus-olive); }
body:has([data-checkout-page]) .floating-whatsapp, body:has([data-payment-return]) .floating-whatsapp, body:has([data-payment-failed]) .floating-whatsapp, body:has([data-order-confirmation]) .floating-whatsapp { display: none; }
.order-experience { max-width: 1080px; margin: 0 auto; }
.order-experience__hero { max-width: 740px; padding: clamp(24px, 4vw, 52px) 0 30px; }
.order-experience__hero--confirmed h2 { color: var(--cloudhaus-olive); }
.order-experience__hero h2, .order-experience__panel h3, .order-experience__help h3 { margin: 0 0 12px; letter-spacing: -.04em; }
.order-experience__hero p:not(.section-kicker), .order-experience__panel > p:not(.section-kicker), .order-experience__help p:not(.section-kicker) { color: var(--muted); line-height: 1.65; }
.order-experience__meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--line); }
.order-experience__meta p { display: grid; gap: 5px; margin: 0; padding: 18px 20px; }
.order-experience__meta p + p { border-left: 1px solid var(--line); }
.order-experience__meta span, .order-experience__panel .section-kicker { color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.order-experience__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; margin-top: 20px; }
.order-experience__panel { padding: clamp(22px, 3vw, 34px); border: 1px solid var(--line); background: #fff; }
.order-experience__items { display: grid; gap: 0; margin: 22px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.order-experience__items li { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.order-experience__items li > div { display: grid; gap: 4px; }
.order-experience__items li > div:last-child { justify-items: end; text-align: right; white-space: nowrap; }
.order-experience__items span, .order-experience__steps span { color: var(--muted); font-size: .83rem; line-height: 1.45; }
.order-experience__totals { border-top: 1px solid var(--line); }
.order-experience__totals p { display: flex; justify-content: space-between; gap: 16px; margin: 0; padding: 9px 0; }
.order-experience__totals p:last-child { margin-top: 6px; padding-top: 15px; border-top: 1px solid var(--line); font-size: 1.05rem; }
.order-experience__steps { display: grid; gap: 19px; margin: 22px 0 0; padding: 0; list-style: none; counter-reset: confirmation-step; }
.order-experience__steps li { position: relative; display: grid; gap: 5px; padding-left: 38px; counter-increment: confirmation-step; }
.order-experience__steps li::before { content: counter(confirmation-step); position: absolute; left: 0; top: -2px; width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid var(--cloudhaus-olive); border-radius: 50%; color: var(--cloudhaus-olive); font-size: .72rem; font-weight: 800; }
.order-experience__help { display: flex; justify-content: space-between; gap: 32px; align-items: end; margin-top: 20px; padding: clamp(22px, 4vw, 42px); background: var(--soft); }
.order-experience__help > div { max-width: 580px; }
.order-experience__help .hero-actions { margin: 0; flex: 0 0 auto; }
.order-experience__actions { margin-top: 24px; }
@media (max-width: 760px) {
  .order-experience__meta, .order-experience__grid { grid-template-columns: 1fr; }
  .order-experience__meta p + p { border-top: 1px solid var(--line); border-left: 0; }
  .order-experience__meta p { padding: 14px 0; }
  .order-experience__help { display: grid; gap: 18px; align-items: start; padding: 22px; }
  .order-experience__help .hero-actions { margin-top: 0; }
  .order-experience__items li { gap: 10px; }
}
.claus-launcher { position: fixed; right: 22px; bottom: 22px; z-index: 41; min-height: 48px; display: inline-flex; align-items: center; gap: 10px; padding: 11px 16px; border: 1px solid var(--cloudhaus-olive); border-radius: 999px; background: var(--ink); color: #fff; box-shadow: 0 12px 28px rgba(0,0,0,.18); font-size: .83rem; font-weight: 750; }
.claus-launcher__mark { width: 24px; height: 24px; display: inline-grid; place-items: center; border-radius: 999px; background: var(--cloudhaus-olive); color: #fff; font-size: .8rem; }
.claus-panel { position: fixed; right: 22px; bottom: 82px; z-index: 42; width: min(410px, calc(100vw - 28px)); max-height: min(78vh, 760px); display: grid; grid-template-rows: auto minmax(0,1fr) auto; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 22px 48px rgba(0,0,0,.14); overflow: hidden; }
.claus-panel__header { display: flex; justify-content: space-between; gap: 14px; padding: 20px 20px 16px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #f3f1ea, #fff 70%); }
.claus-panel__eyebrow { margin: 0 0 6px; color: var(--cloudhaus-olive); font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.claus-panel__header h2 { margin: 0; font-size: 1.55rem; letter-spacing: -.04em; }
.claus-panel__disclosure { margin: 8px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.45; }
.claus-panel__close { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font-size: 1.2rem; }
.claus-panel__body { min-height: 0; overflow: hidden; display: grid; grid-template-rows: minmax(0,1fr) auto; }
.claus-messages { min-height: 0; overflow-y: auto; padding: 16px; background: #fcfbf8; }
.claus-message + .claus-message { margin-top: 14px; }
.claus-bubble { max-width: 92%; padding: 12px 14px; border-radius: 18px; }
.claus-bubble p { margin: 0; white-space: pre-wrap; line-height: 1.5; }
.claus-bubble--assistant { background: #f0ede4; color: var(--ink); border-bottom-left-radius: 8px; }
.claus-bubble--user { margin-left: auto; background: var(--ink); color: #fff; border-bottom-right-radius: 8px; }
.claus-quick-actions { display: flex; flex-wrap: wrap; gap: 8px; padding: 12px 16px 16px; border-top: 1px solid var(--line); background: #fff; }
.claus-chip { min-height: 38px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font-size: .74rem; font-weight: 700; }
.claus-panel__footer { display: grid; gap: 12px; padding: 16px; border-top: 1px solid var(--line); background: #fff; }
.claus-input { width: 100%; min-height: 72px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 16px; resize: vertical; background: #faf8f2; }
.claus-panel__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.claus-panel__actions .text-link { margin-right: auto; }
.claus-whatsapp { font-size: .76rem; font-weight: 750; color: var(--cloudhaus-olive); }
.claus-panel__support { margin: 0; color: var(--muted); font-size: .72rem; }
.claus-cards { display: grid; gap: 12px; margin-top: 12px; }
.claus-card { display: grid; grid-template-columns: 108px minmax(0,1fr); gap: 12px; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.claus-card__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: var(--soft); border-radius: 12px; }
.claus-card__body h3 { margin: 6px 0 4px; font-size: 1rem; }
.claus-card__price { margin: 0 0 6px; font-weight: 800; }
.claus-card__reason { margin: 0 0 10px; color: var(--muted); font-size: .8rem; line-height: 1.45; }
.claus-card__actions { display: flex; flex-wrap: wrap; gap: 8px; }
.claus-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 10px; }
.claus-links a { color: var(--cloudhaus-olive); font-size: .78rem; font-weight: 750; }
.claus-follow-up { margin: 10px 0 0; color: var(--ink); font-size: .82rem; font-weight: 700; }
.claus-compare { margin-top: 12px; overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.claus-compare table { width: 100%; border-collapse: collapse; font-size: .77rem; }
.claus-compare th, .claus-compare td { padding: 10px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.claus-compare tbody tr:last-child th, .claus-compare tbody tr:last-child td { border-bottom: 0; }

@media (max-width: 1040px) {
  .header-main { display: grid; grid-template-columns: 1fr auto 1fr; gap: 10px; }
  .header-search { order: 4; grid-column: 1 / -1; grid-row: 2; width: 100%; min-height: 42px; margin: -2px 0 9px; padding-inline: 2px; }
  .header-search input, .header-search button { min-height: 40px; }
  .site-header { background: rgba(255,255,255,.98); }
  .header-search__results { position: fixed; top: 112px; right: 14px; left: 14px; width: auto; max-height: min(58vh, 440px); }
  .room-bundle__hero img { min-height: auto; aspect-ratio: 4/3; }
}
@media (max-width: 760px) {
  .room-set-path { grid-template-columns: 1fr; }
  .room-set-path__card { min-height: 0; padding: 22px; }
  .room-set-page { grid-template-columns: 1fr; gap: 28px; }
  .room-set-page__copy h2 { font-size: clamp(2.35rem, 12vw, 3.55rem); }
  .room-set-page__facts, .room-set-page__price { grid-template-columns: 1fr; }
  .room-set-page__price p + p { border-top: 1px solid var(--line); border-left: 0; }
  .room-set-next { display: grid; align-items: start; gap: 22px; padding: 24px; }
  .announcement { max-height: 46px; padding: 6px 12px; line-height: 1.28; }
  .home-hero { min-height: 505px; }
  .home-hero h1 { font-size: clamp(2.75rem, 13.2vw, 4.1rem); }
  .home-hero__content { padding-block: 66px 44px; }
  .trust-rail { padding-inline: 16px; }
  .trust-rail .shell { display: grid; grid-template-columns: 1fr; border-inline: 1px solid var(--line); }
  .trust-rail span { width: 100%; min-height: 0; justify-content: flex-start; padding: 11px 14px; text-align: left; }
  .trust-rail span + span { border-top: 1px solid var(--line); border-left: 0; }
  .spaces-section { padding: 36px 0; }
  .room-grid--editorial { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .room-grid--editorial .room-card--wide { min-height: 280px; grid-column: 1 / -1; }
  .room-grid--editorial .room-card:not(.room-card--wide) { min-height: 150px; grid-column: auto; }
  .room-card__copy { inset: auto 12px 11px; }
  .room-card__copy h3 { font-size: .93rem; }
  .room-card__copy p { display: none; }
  .room-card__copy small { font-size: .6rem; }
  .help-bar .shell { min-height: 0; flex-wrap: wrap; gap: 2px 19px; padding-block: 13px; }
  .help-bar strong { width: 100%; font-size: .86rem; }
  .help-bar a { font-size: .8rem; }
  .section { padding: 40px 0; }
  .room-bundle__copy h2 { font-size: 2.3rem; }
  .bundle-piece-list { gap: 5px; margin: 17px 0; }
  .bundle-breakdown div { flex-direction: row; }
  .product-grid[data-home-product-grid] { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 14px 8px 0; scrollbar-width: none; }
  .product-grid[data-home-product-grid] .product-card { flex: 0 0 78vw; max-width: 310px; scroll-snap-align: start; }
  .product-grid[data-home-product-grid] .product-card:nth-child(n+5) { display: none; }
  .product-grid[data-home-product-grid] .product-card__actions { display: flex; }
  .product-grid[data-home-product-grid] .product-card__actions .btn:first-child { display: none; }
  .how-it-works-grid--five { display: grid; grid-template-columns: 1fr; }
  .how-step { min-height: 0; display: grid; grid-template-columns: 36px 1fr; column-gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--line); }
  .how-step + .how-step { border-left: 0; }
  .how-step__number { grid-row: span 2; margin: 2px 0 0; }
  .how-step h3 { font-size: 1rem; }
  .how-step p { font-size: .82rem; }
  .review-rail { gap: 14px; }
  .review-rail__meta { align-items: start; }
  .review-rail__status { width: 100%; justify-content: space-between; }
  .review-rail__buttons[data-homepage-buttons] { display: none; }
  .review-card { flex-basis: min(85vw, 340px); }
  .making-teaser__inner { grid-template-columns: 1fr; gap: 22px; }
  .making-teaser__inner > img { aspect-ratio: 16/9; }
  .brand-story { gap: 26px; }
  .brand-story__media img { aspect-ratio: 16/9; }
  .final-cta h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .newsletter { padding: 36px 0; }
  .newsletter__inner { gap: 20px; }
  .newsletter form { grid-template-columns: 1fr auto; }
  .newsletter input, .newsletter .btn { min-height: 48px; }
  .newsletter .btn { padding-inline: 17px; }
  .site-footer { padding-top: 22px; }
  .footer-grid { gap: 18px 16px; }
  .footer-brand p { margin: 6px 0; }
  .footer-column a { min-height: 36px; margin: 2px 0; }
  .floating-whatsapp { right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); width: 48px; height: 48px; justify-content: center; padding: 0; }
  .floating-whatsapp span:last-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .claus-launcher { right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); min-height: 48px; padding: 0 14px; }
  .claus-launcher__label { font-size: .78rem; }
  .claus-panel { right: 10px; left: 10px; bottom: calc(72px + env(safe-area-inset-bottom)); width: auto; max-height: min(78vh, 680px); border-radius: 18px; }
  body:has(.mobile-purchase-bar.is-visible) .claus-launcher { bottom: calc(76px + env(safe-area-inset-bottom)); }
  body:has(.mobile-purchase-bar.is-visible) .claus-panel { bottom: calc(134px + env(safe-area-inset-bottom)); }
  .claus-card { grid-template-columns: 88px minmax(0,1fr); }
  .claus-panel__actions { align-items: stretch; }
  .claus-panel__actions .text-link { width: 100%; margin-right: 0; }
  .claus-whatsapp { order: 2; }
}

/* Keep the explicit LCP image authoritative over the retired background-image hook. */
.home-hero { background-image: none; }
@media (min-width: 1180px) {
  .value-edit { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); }
  .value-edit > .product-collage { height: 100%; min-height: 360px; aspect-ratio: auto; }
}
@media (min-width: 900px) {
  .value-ladder[data-value-ladder="higher-tiers"] .value-edit { grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); }
  .value-ladder[data-value-ladder="higher-tiers"] .value-edit > .product-collage { height: 100%; min-height: 330px; aspect-ratio: auto; }
}
@media (max-width: 760px) {
  .home-hero { min-height: 540px; }
  .home-hero__content { padding-block: 70px 42px; }
  .review-card { flex-basis: min(82vw, 350px); }
  .value-edit__facts { grid-template-columns: 1fr; gap: 8px; }
  .room-bundle__facts { grid-template-columns: 1fr; gap: 8px; }
  .bundle-price-lead p { padding-inline: 8px; }
  .cart-drawer { width: 100vw; max-width: none; }
  .cart-drawer__header { padding: 15px 14px 13px; }
  .cart-drawer__scroll { padding: 14px 14px 22px; scrollbar-gutter: auto; }
  .cart-drawer__footer { padding: 12px 14px calc(12px + env(safe-area-inset-bottom)); }
  .cart-drawer-card { margin-bottom: 21px; padding: 15px; }
  .cart-drawer-item { grid-template-columns: 94px minmax(0,1fr); gap: 12px; }
  .cart-drawer-item > img { width: 94px; height: 94px; }
  .cart-drawer-item__title { display: grid; gap: 4px; }
  .cart-drawer-item__actions { gap: 5px 11px; }
  .cart-drawer-recommendation-row { grid-template-columns: 1fr; }
  .cart-drawer-recommendation { min-height: 118px; grid-template-columns: 104px minmax(0,1fr); }
  .cart-drawer-recommendation__media, .cart-drawer-recommendation__media img { width: 104px; height: 104px; max-height: 104px; }
  .cart-drawer-bundle-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .cart-drawer-bundle-tile { grid-template-columns: 68px minmax(0,1fr); }
  .cart-drawer-bundle-tile > div:first-child, .cart-drawer-bundle-tile img { width: 68px; }
  .cart-drawer-empty { min-height: 45vh; }
}
@media (max-width: 390px) {
  .cart-drawer-item { grid-template-columns: 84px minmax(0,1fr); }
  .cart-drawer-item > img { width: 84px; height: 84px; }
  .cart-drawer-bundle-grid { grid-template-columns: 1fr; gap: 8px; }
  .cart-drawer-bundle-tile { min-height: 82px; grid-template-columns: 78px minmax(0,1fr); }
  .cart-drawer-bundle-tile > div:first-child, .cart-drawer-bundle-tile img { width: 78px; }
}

/* Canonical compact sticky navigation. Preview inherits this exact storefront rule. */
html { scroll-padding-top: 88px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  background: #fff;
  box-shadow: 0 1px 0 var(--line), 0 8px 22px rgba(25,25,22,.045);
  isolation: isolate;
}
.header-main { height: 76px; min-height: 76px; max-height: 76px; }

@media (max-width: 1040px) {
  html { scroll-padding-top: 76px; }
  .header-main {
    min-height: 66px;
    max-height: 66px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 66px;
    gap: 10px;
  }
  .brand { grid-column: 2; grid-row: 1; justify-self: center; }
  .menu-toggle { grid-column: 1; grid-row: 1; justify-self: start; }
  .header-actions { grid-column: 3; grid-row: 1; justify-self: end; }
  .header-actions > a:first-child { display: inline-flex; }
  .header-search { display: none; }
}

@media (max-width: 420px) {
  .header-main { min-height: 62px; max-height: 62px; grid-template-rows: 62px; }
  .brand img { width: 108px; }
  .header-actions { gap: 10px; }
  .header-action, .menu-toggle { min-height: 44px; }
}

/* Studio owns only the Preview scroll boundary; storefront components remain canonical. */
.studio-preview-document,
.studio-preview-document__body { height: 100%; min-width: 0; overflow: hidden; }
.studio-preview-scroll { height: 100%; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; }
.studio-preview-boundary { position: relative; z-index: 1; padding: 10px 18px; background: #293126; color: #fff; font: 600 13px/1.4 system-ui; text-align: center; }
.studio-preview-boundary span { font-weight: 400; opacity: .82; }
.studio-preview-document a { cursor: default; }

.preview-checkout-review { width: 100vw; max-width: none; height: 100dvh; max-height: none; padding: clamp(18px, 4vw, 44px); border: 0; overflow: hidden; background: rgba(0,0,0,.76); color: #fff; }
.preview-checkout-review::backdrop { background: rgba(0,0,0,.76); }
.preview-checkout-review__panel { position: relative; width: min(820px, 100%); max-height: 100%; display: grid; gap: 16px; margin: auto; padding: clamp(22px, 4vw, 42px); overflow: hidden; background: #171713; }
.preview-checkout-review__panel h2, .preview-checkout-review__panel p { margin: 0; }
.preview-checkout-review__panel h2 { padding-right: 50px; font-size: clamp(2rem, 5vw, 3.6rem); line-height: .95; }
.preview-checkout-review__close { position: absolute; top: 14px; right: 14px; width: 48px; height: 48px; border: 0; border-radius: 50%; background: #fff; color: #111; cursor: pointer; font-size: 1.7rem; }
.preview-checkout-review__lines { min-height: 0; overflow-x: hidden; overflow-y: auto; border-top: 1px solid rgba(255,255,255,.2); }
.preview-checkout-review__lines article { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 20px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.preview-checkout-review__lines article > div { min-width: 0; display: grid; gap: 3px; }
.preview-checkout-review__lines article > div:last-child { align-content: start; text-align: right; }
.preview-checkout-review__lines span, .preview-checkout-review__lines code { color: rgba(255,255,255,.72); font-size: .78rem; overflow-wrap: anywhere; }
.preview-checkout-review__summary { display: grid; gap: 7px; margin: 0; }
.preview-checkout-review__summary > div { display: flex; justify-content: space-between; gap: 20px; }
.preview-checkout-review__summary dt, .preview-checkout-review__summary dd { margin: 0; }
.preview-checkout-review__summary dd { font-weight: 800; text-align: right; }
.preview-checkout-review__total { margin-top: 5px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.25); font-size: 1.05rem; }
.preview-checkout-review__panel--rejected { align-content: center; }
.preview-checkout-review__reason { color: rgba(255,255,255,.65); font-size: .74rem; overflow-wrap: anywhere; }
.preview-checkout-review__version { color: rgba(255,255,255,.6); font-size: .72rem; overflow-wrap: anywhere; }
.preview-checkout-review__done { width: fit-content; min-width: 190px; }

@media (min-width: 761px) and (max-width: 900px) {
  .fabric-viewer { padding: 18px; }
  .fabric-viewer__content { height: calc(100dvh - 36px); grid-template-columns: 1fr; grid-template-rows: minmax(220px, 38%) minmax(0, 1fr); gap: 0; padding: 0; }
  .fabric-viewer__body { grid-template-rows: auto auto auto minmax(0, 1fr) auto auto auto; padding: 18px; }
  .fabric-viewer__colours { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fabric-viewer__preview img { width: 100%; height: 100%; max-width: none; max-height: none; }
}

@media (max-width: 600px) {
  .preview-checkout-review { padding: 0; }
  .preview-checkout-review__panel { width: 100%; height: 100dvh; max-height: none; padding: 22px 14px calc(14px + env(safe-area-inset-bottom)); }
  .preview-checkout-review__lines article { grid-template-columns: 1fr; gap: 8px; }
  .preview-checkout-review__lines article > div:last-child { grid-template-columns: 1fr auto; text-align: left; }
  .preview-checkout-review__done { width: 100%; }
}

.address-autocomplete__option strong, .address-autocomplete__option span { display: block; }
.address-autocomplete__option span { margin-top: 0.2rem; color: var(--muted); font-size: 0.85rem; }


.address-autocomplete__attribution { margin: 0.45rem 0 0; color: #5e5e5e; font-family: Roboto, Arial, sans-serif; font-size: 0.78rem; white-space: nowrap; }

/* Policy pages — restrained, readable and deliberately non-promotional. */
.policy-page { background: #fff; }
.policy-page .page-hero { padding: clamp(52px, 7vw, 88px) 0 clamp(48px, 6vw, 76px); border-bottom: 1px solid var(--line); }
.policy-page .page-hero h1 { max-width: 780px; font-size: clamp(3rem, 6vw, 5.5rem); }
.policy-page .page-hero p { max-width: 760px; font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.55; }
.policy-page main > .section { padding: 0 0 clamp(72px, 10vw, 132px); }
.policy-meta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: .78rem;
}
.policy-meta p { margin: 0; }
.policy-layout {
  display: grid;
  grid-template-columns: minmax(180px, 230px) minmax(0, 720px);
  gap: clamp(64px, 9vw, 136px);
  justify-content: center;
  align-items: start;
  padding-top: clamp(46px, 6vw, 78px);
}
.policy-contents--desktop {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 2px;
  padding-top: 4px;
}
.policy-contents--desktop > p {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.policy-contents a {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 8px;
  padding: 7px 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.35;
  text-decoration: none;
}
.policy-contents a:hover, .policy-contents a:focus-visible { color: var(--ink); }
.policy-contents a span { color: var(--olive); font-variant-numeric: tabular-nums; }
.policy-contents--mobile { display: none; }
.policy-copy { min-width: 0; }
.policy-section {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  padding: 0 0 clamp(42px, 6vw, 66px);
  scroll-margin-top: 112px;
}
.policy-section + .policy-section { padding-top: clamp(42px, 6vw, 66px); border-top: 1px solid var(--line); }
.policy-section__number {
  margin: 6px 0 0;
  color: var(--olive);
  font-size: .72rem;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
  letter-spacing: .06em;
}
.policy-section h2 {
  margin: 0 0 20px;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.12;
  letter-spacing: -.035em;
}
.policy-section p, .policy-section li {
  color: #44443f;
  font-size: .98rem;
  line-height: 1.72;
}
.policy-section p { margin: 0; }
.policy-section p + p, .policy-section ul + p { margin-top: 15px; }
.policy-section ul { margin: 16px 0 0; padding-left: 1.2em; }
.policy-section li + li { margin-top: 8px; }
.policy-section a { color: var(--ink); text-underline-offset: 3px; }
.policy-contact {
  margin-top: 4px;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--line);
  background: var(--soft);
}
.policy-contact .section-kicker { margin: 0 0 12px; color: var(--olive); }
.policy-contact h2 { margin: 0; font-size: clamp(1.55rem, 2.6vw, 2.3rem); letter-spacing: -.035em; }
.policy-contact > p:not(.section-kicker) { max-width: 560px; margin: 14px 0 22px; color: var(--muted); line-height: 1.65; }
.policy-contact > div { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }

@media (max-width: 760px) {
  .policy-page .page-hero { padding: 36px 0 42px; }
  .policy-page .page-hero h1 { font-size: clamp(2.65rem, 13vw, 3.6rem); }
  .policy-page .page-hero p { margin-top: 18px; font-size: 1rem; line-height: 1.55; }
  .policy-page main > .section { padding-bottom: 72px; }
  .policy-meta { display: grid; gap: 5px; padding: 16px 0; }
  .policy-meta p:last-child { display: none; }
  .policy-layout { display: block; padding-top: 24px; }
  .policy-contents--desktop { display: none; }
  .policy-contents--mobile {
    display: block;
    margin-bottom: 44px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .policy-contents--mobile summary {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: .84rem;
    font-weight: 750;
    list-style: none;
  }
  .policy-contents--mobile summary::-webkit-details-marker { display: none; }
  .policy-contents--mobile summary::after { content: "+"; font-size: 1.15rem; font-weight: 400; }
  .policy-contents--mobile[open] summary::after { content: "−"; }
  .policy-contents--mobile nav { display: grid; padding: 0 0 16px; }
  .policy-contents a { min-height: 38px; align-items: center; padding: 6px 0; font-size: .82rem; }
  .policy-section {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    padding-bottom: 40px;
    scroll-margin-top: 82px;
  }
  .policy-section + .policy-section { padding-top: 40px; }
  .policy-section__number { margin-top: 4px; font-size: .68rem; }
  .policy-section h2 { margin-bottom: 16px; font-size: 1.42rem; }
  .policy-section p, .policy-section li { font-size: .94rem; line-height: 1.68; }
  .policy-contact { margin-top: 0; padding: 25px 22px; }
  .policy-contact h2 { font-size: 1.65rem; }
  .policy-contact > div { align-items: flex-start; flex-direction: column; gap: 14px; }
  .policy-contact .btn { width: 100%; }
}

/* Checkout overrides stay last because the global shell is enhanced after page render. */
.checkout-page .header-search { display: none !important; }
.checkout-page [data-checkout-saving-row][hidden] { display: none !important; }
.checkout-page .checkout-order-summary__toggle { width: 100%; min-height: 46px; display: flex; align-items: center; justify-content: space-between; margin: 0 0 22px; padding: 0 0 14px; border: 0; border-bottom: 1px solid #d7d3ca; background: transparent; color: var(--ink); font: inherit; cursor: default; }
.checkout-page .checkout-order-summary__toggle span { font-size: 1.18rem; font-weight: 850; }
.checkout-page .checkout-order-summary__toggle strong { color: var(--olive); font-size: .82rem; }
@media (max-width: 820px) {
  .checkout-page .checkout-order-summary__toggle { min-height: 58px; margin: 0; padding: 13px 16px; border-bottom: 0; cursor: pointer; }
  .checkout-page .checkout-order-summary__toggle span { font-size: 1rem; }
}

/* Checkout composition — calm, compact and product-led */
.checkout-page { background: #fff; }
.checkout-page .site-header { border-bottom: 1px solid #e7e4dc; }
.checkout-page .header-main { max-width: 1120px; height: 64px; min-height: 64px; }
.checkout-page .header-main::before { content: "Secure checkout"; font-size: .72rem; font-weight: 650; }
.checkout-page .page-hero { max-width: 1120px; padding: 26px 0 18px; }
.checkout-page .page-hero h1 { margin: 4px 0 5px; font-size: clamp(1.8rem, 3vw, 2.55rem); line-height: 1.05; letter-spacing: -.035em; }
.checkout-page .page-hero p:not(.checkout-page__eyebrow) { margin: 0; color: #716f68; font-size: .88rem; }
.checkout-page__eyebrow { font-size: .66rem !important; letter-spacing: .12em; }
.checkout-page__section { padding: 0; border-top: 1px solid #ebe8e1; }
.checkout-page__shell { width: 100%; max-width: none; padding: 0; }
.checkout-workspace { width: 100%; max-width: none; grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr); gap: 0; }
.checkout-flow { width: 100%; max-width: 620px; justify-self: end; padding: 42px 64px 72px 24px; }
.checkout-flow > fieldset,
.checkout-flow .delivery-quote,
.checkout-flow .payment-confidence { margin: 0; padding: 0 0 30px; border: 0; border-bottom: 1px solid #e6e3dc; border-radius: 0; background: transparent; }
.checkout-flow > fieldset + fieldset,
.checkout-flow .delivery-quote,
.checkout-flow .payment-confidence { padding-top: 30px; }
.checkout-flow > fieldset legend { width: 100%; margin: 0 0 17px; padding: 0; font-size: 1.08rem; letter-spacing: -.015em; }
.checkout-flow label { gap: 6px; color: #2e2d29; font-size: .77rem; font-weight: 650; }
.checkout-flow input,
.checkout-flow textarea,
.checkout-flow select { min-height: 46px; padding: 11px 13px; border-color: #d8d5ce; border-radius: 7px; background: #fff; font-size: .88rem; box-shadow: none; }
.checkout-flow textarea { min-height: 82px; resize: vertical; }
.checkout-form .form-grid { gap: 12px; }
.checkout-field-help,
.address-autocomplete__status { color: #77746d; font-size: .7rem; }
.address-autocomplete { margin: 16px 0; }
.address-autocomplete__manual,
.delivery-access__toggle { color: #23221f; font-size: .76rem; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.address-confirmed { padding: 11px 13px; border: 1px solid #d9ddcc; border-left: 3px solid var(--olive); border-radius: 6px; background: #f4f5ee; font-size: .78rem; }
.checkout-flow .delivery-quote h2,
.payment-confidence h2 { margin: 0 0 7px; font-size: 1.08rem; letter-spacing: -.015em; }
.checkout-flow .delivery-status { margin-top: 14px; padding: 13px 15px; border-radius: 6px; font-size: .8rem; }
.checkout-flow .delivery-status p { margin-top: 5px; }
.checkout-order-summary { position: sticky; top: 0; min-height: calc(100vh - 65px); margin: 0; padding: 43px max(24px, calc((100vw - 1120px) / 2)) 70px 64px; border: 0; border-radius: 0; background: #f3f1ee; }
.checkout-page .checkout-order-summary__toggle { min-height: 40px; margin-bottom: 24px; padding-bottom: 12px; }
.checkout-page .checkout-order-summary__toggle span { font-size: 1rem; }
.checkout-order-items { margin-bottom: 18px; }
.checkout-order-item { grid-template-columns: 72px minmax(0, 1fr) auto; gap: 13px; margin-bottom: 15px; padding-bottom: 15px; }
.checkout-order-item__media { width: 72px; height: 72px; border: 1px solid #dfdcd5; border-radius: 7px; }
.checkout-order-item__details h3 { margin-top: 2px; font-size: .82rem; }
.checkout-order-item__details p { font-size: .65rem; }
.checkout-order-item > strong { font-size: .76rem; }
.checkout-order-summary .summary-line { padding: 8px 0; font-size: .78rem; }
.checkout-order-summary .summary-line--total { margin-top: 5px; padding-top: 14px; font-size: 1rem; }
.payment-confidence__eyebrow { margin-bottom: 5px; font-size: .65rem; }
.payment-confidence__intro { margin: 0 0 14px; font-size: .8rem; }
.payment-provider-row { grid-template-columns: auto minmax(0, 1fr) auto; gap: 9px; padding: 0; overflow: hidden; border-color: #bdbab3; border-radius: 7px; font-size: .75rem; }
.payment-provider-row__selected { margin-left: 13px; }
.payment-provider-row__name { padding: 14px 0; font-size: .8rem; }
.payment-provider-row__marks { padding-right: 10px; }
.payment-brand-mark { width: 43px; height: 27px; padding: 4px; }
.payment-provider-row__redirect { grid-column: 1 / -1; padding: 10px 13px; border-top: 1px solid #ddd9d1; background: #f6f5f2; color: #6f6c65; text-align: center; font-size: .68rem; }
.payment-confidence__availability { margin: 7px 0 13px; font-size: .65rem; }
.payment-confidence__assurance { padding-top: 13px; font-size: .75rem; }
.payment-confidence__policies { gap: 12px; margin-top: 12px; font-size: .7rem; }
.checkout-flow > [data-continue-payment] { min-height: 50px; margin-top: 20px; border-radius: 7px; font-size: .84rem; }

@media (max-width: 820px) {
  .checkout-page .page-hero { padding: 20px 18px 15px; }
  .checkout-page .page-hero h1 { font-size: 1.75rem; }
  .checkout-page .page-hero p:not(.checkout-page__eyebrow) { font-size: .8rem; }
  .checkout-page__section { padding-bottom: 0; }
  .checkout-workspace { gap: 0; }
  .checkout-order-summary { width: 100%; min-height: 0; padding: 0; border: 0; border-bottom: 1px solid #dedbd2; border-radius: 0; background: #f3f1ee; }
  .checkout-page .checkout-order-summary__toggle { min-height: 56px; margin: 0; padding: 12px 18px; border-radius: 0; }
  .checkout-order-summary__body { padding: 0 18px 20px; }
  .checkout-flow { max-width: none; padding: 28px 18px 40px; }
  .checkout-flow > fieldset,
  .checkout-flow .delivery-quote,
  .checkout-flow .payment-confidence { padding: 0 0 25px; border-radius: 0; }
  .checkout-flow > fieldset + fieldset,
  .checkout-flow .delivery-quote,
  .checkout-flow .payment-confidence { padding-top: 25px; }
  .checkout-flow > fieldset legend { font-size: 1rem; }
  .payment-provider-row { grid-template-columns: auto minmax(0, 1fr); }
  .payment-provider-row > .payment-provider-row__marks { grid-column: 1 / -1; display: flex; justify-self: stretch; justify-content: space-between; padding: 0 13px 11px; }
  .payment-brand-mark { width: 52px; height: 30px; }
  .payment-provider-row__redirect { padding-inline: 12px; }
}

