@font-face { font-family: "Oakes Grotesk"; src: url("/assets/fonts/Oakes-Grotesk-Regular.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Oakes Grotesk"; src: url("/assets/fonts/Oakes-Grotesk-Medium.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Oakes Grotesk"; src: url("/assets/fonts/Oakes-Grotesk-SemiBold.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }

:root {
  --accent: #b56730;
  --ink: #161a00;
  --ink-on-accent: #050600;
  --cream: #fcf5ef;
  --white: #fff;
  --muted: #68665d;
  --line: #d8cec4;
  --soft: #eee3d8;
  --danger: #9b1c1c;
  --success: #315f45;
  --rating-gold: #e2ae44;
  --button-primary-bg: var(--accent);
  --button-primary-color: var(--ink-on-accent);
  --button-primary-hover-bg: var(--ink);
  --button-primary-hover-color: var(--white);
  --button-secondary-bg: var(--ink);
  --button-secondary-color: var(--white);
  --button-secondary-hover-bg: var(--success);
  --button-secondary-hover-color: var(--white);
  --button-neutral-bg: var(--white);
  --button-neutral-color: var(--ink);
  --button-neutral-hover-bg: var(--accent);
  --button-neutral-hover-color: var(--ink-on-accent);
  --radius: 18px;
  --shadow: 0 20px 55px rgba(22, 26, 0, .12);
  --container: 1440px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: 150px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Oakes Grotesk", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; text-rendering: optimizeLegibility; }
body:has(dialog[open]) { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-underline-offset: .2em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 400; letter-spacing: -.015em; line-height: 1.08; text-wrap: balance; }
h1 { font-size: clamp(2.55rem, 6vw, 5.4rem); margin-bottom: .45em; }
h2 { font-size: clamp(2.1rem, 4.5vw, 4.25rem); margin-bottom: .55em; }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
p { max-width: 70ch; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #0569c8; outline-offset: 4px; }
::selection { color: var(--cream); background: var(--ink); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 12px 18px; color: var(--cream); background: var(--ink); border-radius: 10px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.eyebrow { margin-bottom: .65rem; color: inherit; font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.lede { font-size: clamp(1.08rem, 2vw, 1.35rem); color: #46463f; }
.fine-print, .field-hint { color: var(--muted); font-size: .84rem; }
.text-link { font-weight: 750; }


.site-header { position: sticky; z-index: 80; top: 0; border-bottom: 1px solid rgba(22, 26, 0, .1); background: var(--cream); }
.site-header__inner { display: flex; align-items: center; min-height: 84px; gap: 28px; }
.brand { display: inline-flex; flex: 0 0 auto; }
.brand img { width: 154px; height: auto; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 42px); margin-left: auto; }
.desktop-nav a { position: relative; padding: 12px 2px; font-size: .92rem; font-weight: 700; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 6px; left: 0; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.button.header-cta { margin-left: 8px; color: var(--ink); border-color: var(--ink); background: transparent; }
.menu-toggle { position: relative; display: none; width: 46px; height: 46px; padding: 0; border: 0; border-radius: 0; color: var(--ink); background: transparent; transition: none; }
.menu-toggle:hover { color: var(--accent); background: transparent; }
.menu-toggle span:not(.sr-only) { position: absolute; top: 50%; left: 50%; display: block; width: 26px; height: 2px; margin: 0; border-radius: 999px; background: currentColor; transition: none; }
.menu-toggle span:not(.sr-only):nth-of-type(2) { transform: translate(-50%, -8px); }
.menu-toggle span:not(.sr-only):nth-of-type(3) { transform: translate(-50%, -50%); }
.menu-toggle span:not(.sr-only):nth-of-type(4) { transform: translate(-50%, 6px); }
.menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(2) { transform: translate(-50%, -50%) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(3) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(4) { transform: translate(-50%, -50%) rotate(-45deg); }
.mobile-nav { position: absolute; inset: 100% 0 auto; padding: 12px 20px 24px; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: var(--shadow); }
.mobile-nav a,
.mobile-nav button { display: block; width: 100%; min-height: 48px; padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); color: inherit; background: transparent; cursor: pointer; font: inherit; font-weight: 750; text-align: left; text-decoration: none; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; box-shadow: none; cursor: pointer; font-weight: 800; line-height: 1.15; text-align: center; text-decoration: none; transition: none; }
.button:disabled { cursor: wait; opacity: .68; }
.button--primary { color: var(--button-primary-color); background: var(--button-primary-bg); }
.button--primary:hover:not(:disabled) { color: var(--button-primary-hover-color); background: var(--button-primary-hover-bg); }
.button--secondary { color: var(--button-secondary-color); background: var(--button-secondary-bg); }
.button--secondary:hover:not(:disabled) { color: var(--button-secondary-hover-color); background: var(--button-secondary-hover-bg); }
.button--outline { color: var(--ink); border-color: var(--ink); background: transparent; }
.button--outline:hover:not(:disabled),
.button.header-cta:hover:not(:disabled) { color: var(--white); border-color: var(--ink); background: var(--ink); }
.button--outline.button--primary { color: var(--accent); border-color: var(--accent); background: transparent; }
.button--outline.button--primary:hover:not(:disabled) { color: var(--ink-on-accent); border-color: var(--accent); background: var(--accent); }
.button--outline.button--secondary { color: var(--success); border-color: var(--success); background: transparent; }
.button--outline.button--secondary:hover:not(:disabled) { color: var(--white); border-color: var(--success); background: var(--success); }
.button--compact { min-height: 44px; padding: 10px 18px; font-size: .88rem; }
.button--large { min-height: 58px; padding: 16px 28px; font-size: 1.02rem; }
.icon-button { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; padding: 0; border: 1px solid var(--button-neutral-color); border-radius: 50%; color: var(--button-neutral-color); background: var(--button-neutral-bg); box-shadow: none; cursor: pointer; line-height: 0; transition: none; }
.icon-button:hover:not(:disabled) { color: var(--button-neutral-hover-color); border-color: var(--button-neutral-hover-bg); background: var(--button-neutral-hover-bg); }
.icon-button svg { display: block; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.product-shell { padding-block: clamp(34px, 5vw, 76px); }
.product-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); align-items: start; gap: clamp(38px, 5vw, 86px); }
.gallery { position: sticky; top: 120px; display: grid; grid-template-columns: 76px minmax(0, 1fr); grid-template-areas: "rail stage"; gap: 16px; min-width: 0; }
.gallery__rail { grid-area: rail; display: flex; flex-direction: column; gap: 10px; box-sizing: border-box; max-width: 100%; max-height: calc(100vh - 160px); padding: 3px 0; overflow-x: hidden; overflow-y: auto; scrollbar-width: none; }
.gallery__rail::-webkit-scrollbar { display: none; }
.gallery__thumb { position: relative; flex: 0 0 auto; width: 68px; height: 68px; padding: 3px; border: 2px solid transparent; border-radius: 12px; background: var(--white); cursor: pointer; overflow: hidden; transition: none; }
.gallery__thumb:hover { border-color: var(--accent); }
.gallery__thumb.is-active { border-color: var(--ink); }
.gallery__thumb img { width: 100%; height: 100%; border-radius: 8px; object-fit: cover; }
.gallery__stage { position: relative; grid-area: stage; min-width: 0; aspect-ratio: 1; border-radius: 28px; background: #eee7df; overflow: hidden; touch-action: pan-y; }
.gallery__open { width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.gallery__open img { width: 100%; height: 100%; object-fit: contain; user-select: none; -webkit-user-drag: none; transition: opacity .2s ease; }
.gallery__zoom { top: 14px; right: 14px; }
.gallery__controls { position: absolute; right: 16px; bottom: 16px; display: flex; align-items: center; gap: 6px; padding: 5px; border-radius: 999px; background: rgba(255, 255, 255, .94); box-shadow: 0 6px 20px rgba(22,26,0,.12); }
.gallery__controls .icon-button { width: 42px; height: 42px; }
.gallery__controls span { min-width: 50px; font-size: .78rem; font-weight: 800; text-align: center; }
.gallery__dots { display: none; }

.product-config { min-width: 0; }
.product-heading { padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.product-heading h1 { font-size: clamp(2.65rem, 4.7vw, 5rem); }
.badge-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 18px; }
.badge { display: inline-flex; padding: 7px 12px; border-radius: 999px; color: var(--ink-on-accent); background: var(--accent); font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.product-origin { display: flex; align-items: center; gap: 13px; width: fit-content; margin: 22px 0 0; padding: 13px 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: 0 8px 24px rgba(22,26,0,.06); }
.product-origin svg { flex: 0 0 auto; width: 29px; height: 29px; fill: none; stroke: var(--accent); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.product-origin strong, .product-origin small { display: block; }
.product-origin strong { font-size: .92rem; }
.product-origin small { margin-top: 2px; color: var(--muted); font-size: .73rem; font-weight: 600; }
.configurator-form { margin-top: 8px; }
.option-group { min-width: 0; margin: 0; padding: 28px 0; border: 0; border-bottom: 1px solid var(--line); }
.option-group legend { width: 100%; padding: 0 0 14px; font-size: 1.06rem; font-weight: 850; }
.option-group legend > span { float: right; color: var(--muted); font-size: .9rem; font-weight: 600; }
.option-grid { display: grid; gap: 10px; }
.option-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.option-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.option-grid--list { grid-template-columns: 1fr; }
.option-card { position: relative; display: flex; align-items: center; gap: 11px; min-height: 66px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); cursor: pointer; }
.option-card:has(input:checked) { border: 2px solid var(--ink); padding: 10px 11px; box-shadow: inset 0 0 0 2px var(--cream); }
.option-card input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.option-card:has(input:focus-visible) { outline: 3px solid #0569c8; outline-offset: 3px; }
.option-card strong, .option-card small { display: block; }
.option-card strong { font-size: .88rem; }
.option-card small { margin-top: 3px; color: var(--muted); font-size: .72rem; }
.option-card--wide { min-height: 58px; }
.swatch { flex: 0 0 auto; width: 30px; height: 30px; border: 1px solid #aaa69d; border-radius: 50%; background: var(--swatch); box-shadow: inset 0 0 0 3px rgba(255,255,255,.45); }
.quantity-control { display: inline-grid; grid-template-columns: 48px 72px 48px; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: var(--white); }
.quantity-control button { width: 48px; height: 48px; border: 0; color: var(--button-neutral-color); background: var(--button-neutral-bg); cursor: pointer; font-size: 1.35rem; transition: none; }
.quantity-control button:hover:not(:disabled) { color: var(--button-neutral-hover-color); background: var(--button-neutral-hover-bg); }
.quantity-control button:disabled { opacity: .3; cursor: not-allowed; }
.quantity-control input { width: 72px; height: 48px; border: 0; border-right: 1px solid var(--line); border-left: 1px solid var(--line); color: var(--ink); background: transparent; font-weight: 800; text-align: center; appearance: textfield; }
.quantity-control input::-webkit-inner-spin-button { appearance: none; }
.price-card { margin-top: 28px; padding: clamp(22px, 3vw, 32px); border-radius: 22px; color: var(--cream); background: var(--ink); }
.price-card__head { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.price-total { display: block; font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1; letter-spacing: -.045em; }
.discount-pill { padding: 7px 10px; border-radius: 999px; color: var(--ink-on-accent); background: var(--accent); font-size: .72rem; font-weight: 850; text-align: center; }
.price-lines { margin: 26px 0 18px; }
.price-lines div { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px solid rgba(252,245,239,.18); font-size: .87rem; }
.price-lines dt { color: #d7d3c5; }
.price-lines dd { margin: 0; font-weight: 750; text-align: right; }
.configuration-summary { font-size: .86rem; }
.price-card .fine-print { color: #c3c0b4; }
.cta-stack { display: grid; gap: 10px; margin-top: 22px; }

.section { padding-block: clamp(76px, 10vw, 150px); }
.section--cream { background: var(--cream); }
.section--dark { color: var(--cream); background: var(--ink); }
.section--dark .eyebrow { color: #e0af8c; }
.section--dark p { color: #d1cec1; }
.section-intro { max-width: 900px; margin-bottom: clamp(36px, 6vw, 70px); }
.section-intro > p:last-child { color: var(--muted); font-size: 1.12rem; }
.section--dark .section-intro > p:last-child { color: #c9c5b8; }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: clamp(28px, 7vw, 110px); margin-bottom: clamp(40px, 7vw, 80px); }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin-bottom: .5rem; font-size: 1.1rem; }
.discount-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.discount-card { display: flex; flex-direction: column; min-height: 180px; padding: 22px; border: 1px solid rgba(252,245,239,.25); border-radius: var(--radius); }
.discount-card strong { color: #e0af8c; font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.04em; }
.discount-card span { margin-top: auto; font-weight: 800; }
.discount-card small { color: #b8b5aa; }
.discount-card.is-current { color: var(--ink-on-accent); background: var(--accent); border-color: var(--accent); }
.discount-card.is-current strong, .discount-card.is-current small { color: var(--ink-on-accent); }
.feature-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-cards article, .two-cards article { min-height: 270px; padding: clamp(24px, 4vw, 46px); border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.feature-number { display: inline-flex; margin-bottom: 70px; color: #75431f; font-size: .8rem; font-weight: 900; }
.feature-cards p, .two-cards p { color: var(--muted); }
.feature-split, .editorial-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(40px, 8vw, 130px); }
.feature-split--reverse > :first-child { order: 2; }
.media-frame { margin: 0; border-radius: 28px; overflow: hidden; background: #e5ddd4; }
.media-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.media-frame--tall img { aspect-ratio: 4 / 5; }
.media-frame figcaption { padding: 8px 12px; color: var(--cream); background: #75431f; font-size: .72rem; text-align: center; }
.editorial-grid article { padding: 5vw; }
.two-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.comparison-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 20px; border-bottom: 1px solid var(--line); text-align: left; }
.comparison-table thead th { color: var(--cream); background: var(--ink); }
.comparison-table thead th:nth-child(2) { color: var(--ink-on-accent); background: var(--accent); }
.comparison-table tbody th { width: 28%; }
.accordion-list { border-top: 1px solid rgba(252,245,239,.3); }
.accordion-list details { border-bottom: 1px solid rgba(252,245,239,.3); }
.accordion-list summary { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; min-height: 74px; padding: 22px 4px; cursor: pointer; list-style: none; }
.accordion-list summary::-webkit-details-marker, .faq-list summary::-webkit-details-marker { display: none; }
.accordion-list summary strong { text-align: right; }
.accordion-body { padding: 0 0 24px; }
.accordion-body p { margin-bottom: 8px; }
.highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.highlight-card { position: relative; min-height: 480px; padding: 0; border: 0; border-radius: 24px; color: #fff; background: #3c3c36; cursor: zoom-in; overflow: hidden; text-align: left; }
.highlight-card::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(10,11,2,.92)); }
.highlight-card img { width: 100%; height: 100%; object-fit: cover; }
.highlight-card__copy { position: absolute; z-index: 1; inset: auto 24px 24px; display: grid; gap: 10px; }
.highlight-card q { font-size: 1.18rem; font-weight: 750; line-height: 1.35; }
.faq-list { max-width: 960px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 72px; padding: 14px 0; cursor: pointer; font-size: 1.1rem; font-weight: 800; list-style: none; }
.faq-list details > div { padding: 0 60px 28px 0; }
.faq-list details p { color: var(--muted); }

.dialog { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; color: var(--ink); background: rgba(22, 26, 0, .66); }
.dialog::backdrop { background: rgba(22, 26, 0, .66); backdrop-filter: blur(7px); }
.dialog__surface { position: absolute; top: 3vh; right: 3vw; bottom: 3vh; width: min(720px, 94vw); padding: clamp(24px, 4vw, 48px); border-radius: 26px; background: var(--cream); box-shadow: var(--shadow); overflow-y: auto; }
.dialog__header { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.dialog__header h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.25rem); }
.lightbox__surface { position: relative; display: grid; place-items: center; width: 100%; height: 100%; padding: 34px 90px; }
.lightbox figure { display: grid; place-items: center; max-width: min(1100px, 78vw); max-height: calc(100vh - 60px); margin: 0; }
.lightbox figure img { max-width: 100%; max-height: calc(100vh - 110px); border-radius: 18px; object-fit: contain; }
.lightbox figcaption { margin-top: 10px; padding: 6px 12px; border-radius: 999px; color: var(--cream); background: var(--ink); text-align: center; }
.lightbox__close { position: absolute; z-index: 2; top: 22px; right: 22px; }
.lightbox__prev, .lightbox__next { position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); }
.lightbox__prev { left: 22px; }.lightbox__next { right: 22px; }

.inquiry-form { display: grid; gap: 20px; }
.inquiry-summary-card { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 18px; align-items: stretch; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.inquiry-summary-card__media { min-height: 150px; margin: 0; border-radius: 12px; background: #f4f4ef; overflow: hidden; }
.inquiry-summary-card__media img { width: 100%; height: 100%; object-fit: contain; }
.inquiry-summary-card__content { display: grid; align-content: center; min-width: 0; }
.inquiry-summary-card p { margin-bottom: 7px; }
.inquiry-summary-card strong { font-size: 1.5rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field { display: grid; align-content: start; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .86rem; font-weight: 800; }
.field input, .field textarea { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid #aaa39b; border-radius: 10px; color: var(--ink); background: #fff; }
.field textarea { resize: vertical; }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border: 2px solid var(--danger); }
.field-error { color: var(--danger); font-size: .8rem; font-weight: 700; }
.optional { color: var(--muted); font-size: .72rem; font-weight: 500; }
.inquiry-consent { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.hp-field { position: absolute; left: -10000px; }
.form-error-summary { padding: 16px; border: 2px solid var(--danger); border-radius: 12px; color: var(--danger); background: #fff6f6; }
.form-error-summary h3 { margin-bottom: 6px; font-size: 1.1rem; }
.form-error-summary ul { margin: 0; }
.form-actions { display: grid; gap: 8px; }
.form-status { min-height: 1.5em; margin: 0; color: var(--danger); font-weight: 750; }
.button-spinner { width: 16px; height: 16px; margin-left: 9px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: spin .7s linear infinite; }

.mobile-inquiry-bar { display: none; }
.page-main { min-height: 62vh; padding-block: clamp(54px, 9vw, 120px); }
.narrow-page { max-width: 860px; }
.content-page, .contact-page { padding-block: clamp(44px, 6vw, 84px); }
.content-page h1 { font-size: clamp(2.5rem, 5vw, 3.75rem); line-height: 1.06; }
.content-page .lede { max-width: 64ch; margin-bottom: 32px; font-size: clamp(1.02rem, 1.6vw, 1.22rem); }
.prose-sections { display: grid; gap: 0; }
.prose-sections section { padding: 30px 0; border-bottom: 1px solid var(--line); }
.prose-sections h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); }
.prose-sections h3 { margin-top: 24px; font-size: 1.08rem; }
.prose-sections p, .prose-sections li { color: #4f4e47; }
.prose-sections li + li { margin-top: 8px; }
.prose-sections section[id] { scroll-margin-top: 110px; }
.policy-note { margin-top: 22px; padding: 18px 20px; border-left: 4px solid var(--accent); border-radius: 0 12px 12px 0; background: #fff; }
.policy-note p:last-child { margin-bottom: 0; }
.policy-details { display: grid; grid-template-columns: minmax(130px, .45fr) 1fr; gap: 10px 22px; margin: 20px 0 0; }
.policy-details dt { color: var(--muted); font-weight: 700; }
.policy-details dd { margin: 0; overflow-wrap: anywhere; }
.contact-card { margin-top: 50px; padding: clamp(24px, 5vw, 48px); border-radius: 22px; color: var(--cream); background: var(--ink); }
.contact-card h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
.contact-card p { color: #d1cec1; }
.contact-card .eyebrow { color: var(--cream); }
.contact-card address { margin-bottom: 24px; color: #d1cec1; font-style: normal; line-height: 1.7; }
.contact-card a:not(.button) { color: var(--cream); }
.contact-card .button { margin-top: 8px; color: var(--button-neutral-color); background: var(--button-neutral-bg); border-color: var(--button-neutral-bg); box-shadow: none; }
.contact-card .button:hover:not(:disabled) { color: var(--button-neutral-hover-color); background: var(--button-neutral-hover-bg); border-color: var(--button-neutral-hover-bg); }
.contact-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: start; gap: clamp(44px, 6vw, 76px); max-width: 1240px; }
.contact-copy { position: sticky; top: 112px; }
.contact-copy h1 { font-size: clamp(2.75rem, 4.25vw, 4rem); line-height: 1.06; }
.contact-copy .lede { max-width: 44ch; margin-bottom: 28px; font-size: clamp(1rem, 1.4vw, 1.18rem); }
.contact-methods { display: grid; gap: 14px; padding-top: 22px; border-top: 1px solid var(--line); }
.contact-methods p { margin: 0; color: var(--muted); }
.contact-methods strong, .contact-methods a { display: block; margin-top: 3px; color: var(--ink); font-size: 1.05rem; }
.contact-form-card { padding: clamp(24px, 3vw, 36px); border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.contact-form-card h2 { margin-bottom: 6px; font-size: clamp(1.6rem, 2.5vw, 2rem); }
.contact-form-card > p { margin-bottom: 20px; color: var(--muted); }
.contact-form { display: grid; gap: 16px; }
.contact-form .form-grid { gap: 14px 16px; }
.contact-form .form-actions { justify-items: start; }
.contact-form .form-status { width: 100%; }
.form-status.is-success { color: var(--success); }
.confirmation-mark { display: grid; place-items: center; width: 78px; height: 78px; margin-bottom: 26px; border-radius: 50%; color: var(--cream); background: var(--success); font-size: 2rem; }
.confirmation-details { margin: 36px 0; border-top: 1px solid var(--line); }
.confirmation-details div { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.confirmation-details dt { color: var(--muted); }.confirmation-details dd { margin: 0; font-weight: 700; overflow-wrap: anywhere; }

.site-footer { padding-top: 72px; color: var(--cream); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1fr) repeat(3, max-content); column-gap: clamp(32px, 4vw, 72px); row-gap: 28px; }
.footer-grid > .site-footer__brand { grid-column: 1; max-width: 360px; }
.footer-grid nav:first-of-type { grid-column: 2; }
.footer-grid nav:nth-of-type(2) { grid-column: 3; }
.footer-grid > .site-footer__brand img { width: 165px; height: auto; margin-bottom: 22px; }
.footer-grid p { color: #c7c4b8; font-size: .88rem; }
.site-footer__contact { display: grid; grid-column: 4; align-content: start; justify-items: start; gap: 4px; min-width: 200px; }
.site-footer__contact > a,
.site-footer__contact > p { display: grid; grid-template-columns: 20px minmax(0, 1fr); align-items: start; gap: 10px; margin: 0; padding: 6px 0; color: #d8d5c8; font-size: .86rem; line-height: 1.5; }
.site-footer__contact a { text-decoration: none; }
.site-footer__contact a:hover { color: #fff; text-decoration: none; }
.site-footer__contact-icon { display: block; width: 20px; height: 20px; margin-top: 1px; }
.footer-grid h2 { font-size: .9rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid nav a { display: block; padding: 6px 0; color: #d8d5c8; font-size: .86rem; text-decoration: none; }
.footer-grid nav a:hover { color: #fff; text-decoration: underline; }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 60px; padding-block: 22px; border-top: 1px solid rgba(252,245,239,.2); color: #a9a69c; font-size: .78rem; }
.site-footer__legal { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px 20px; }
.site-footer__legal a { color: inherit; text-decoration: none; }
.site-footer__legal a:hover { color: #fff; text-decoration: underline; }

.chair-upsell { min-width: 0; margin: 30px 0 0; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); overflow: hidden; }
.chair-upsell legend { width: calc(100% + 2px); margin: 0 -1px; padding: 0 0 17px; }
.chair-upsell legend span, .chair-upsell legend small { display: block; }
.chair-upsell legend span { font-size: 1.08rem; font-weight: 850; }
.chair-upsell legend small { margin-top: 3px; color: var(--muted); font-size: .78rem; font-weight: 600; }
.chair-upsell__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; width: 100%; max-width: 100%; min-width: 0; }
.chair-card { position: relative; display: grid; align-content: start; gap: 7px; min-width: 0; padding: 8px 8px 13px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); cursor: pointer; overflow: hidden; }
.chair-card:has(input:checked) { border: 2px solid var(--ink); padding: 7px 7px 12px; }
.chair-card > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.chair-card:has(input:focus-visible) { outline: 3px solid #0569c8; outline-offset: 3px; }
.chair-card > img { width: 100%; height: auto; aspect-ratio: 1; border-radius: 10px; background: #fcf5ef; object-fit: contain; }
.chair-card__check { position: absolute; z-index: 1; top: 14px; right: 14px; display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid var(--line); border-radius: 50%; color: transparent; background: #fff; font-size: .8rem; font-weight: 900; }
.chair-card:has(input:checked) .chair-card__check,
.chair-none:has(input:checked) .chair-card__check { color: var(--cream); background: var(--ink); border-color: var(--ink); }
.chair-card > strong { font-size: .84rem; line-height: 1.25; }
.chair-card__price { font-size: .82rem; font-weight: 850; }
.chair-card > small { color: var(--muted); font-size: .7rem; line-height: 1.35; }
.chair-none { position: relative; display: grid; grid-template-columns: 80px minmax(0, 1fr); align-items: center; gap: 12px; min-height: 96px; margin-top: 13px; padding: 7px 44px 7px 7px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); cursor: pointer; overflow: hidden; }
.chair-none:has(input:checked) { padding: 6px 43px 6px 6px; border: 2px solid var(--ink); }
.chair-none > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.chair-none:has(input:focus-visible) { outline: 3px solid #0569c8; outline-offset: 3px; }
.chair-none__visual { display: grid; place-items: center; width: 80px; height: 80px; border-radius: 10px; color: var(--muted); background: #f1ede8; font-size: 25px; }
.chair-none__copy { display: grid; gap: 3px; min-width: 0; }
.chair-none__copy strong { font-size: .84rem; line-height: 1.25; }
.chair-none__copy small { color: var(--muted); font-size: .7rem; line-height: 1.35; }

.purchase-details { display: grid; gap: 12px; min-width: 0; margin-top: 14px; }
.discount-table-section { min-width: 0; max-width: 100%; padding: 18px 0 6px; }
.discount-table-section .eyebrow { margin-bottom: 7px; }
.discount-table-section h2 { margin-bottom: 8px; font-size: 1.55rem; }
.discount-table-section > div:first-child > p:last-child { max-width: 48ch; margin-bottom: 20px; color: var(--muted); font-size: .875rem; line-height: 1.5; }
.benefits-accordion { min-width: 0; max-width: 100%; border: 1px solid var(--line); border-radius: 18px; background: var(--white); overflow: hidden; }
.table-wrap--discount { width: 100%; max-width: 100%; min-width: 0; border-radius: 12px; }
.quantity-discount-table { width: 100%; min-width: 450px; border-collapse: collapse; text-align: center; }
.quantity-discount-table th, .quantity-discount-table td { padding: 12px 10px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quantity-discount-table tr > :last-child { border-right: 0; }
.quantity-discount-table tbody tr:last-child > * { border-bottom: 0; }
.quantity-discount-table thead th { color: var(--muted); background: #f4eee8; font-size: .75rem; }
.quantity-discount-table tbody th { text-align: center; font-size: .8rem; }
.quantity-discount-table td { font-size: 1.05rem; font-weight: 900; }
.quantity-discount-table td.is-current { color: var(--ink-on-accent); background: var(--accent); }
.benefits-accordion > summary { display: flex; align-items: center; justify-content: space-between; min-height: 68px; padding: 18px 22px; cursor: pointer; font-weight: 850; list-style: none; }
.benefits-accordion > summary::-webkit-details-marker { display: none; }
.benefits-list { padding: 0 22px 10px; }
.benefits-list article { display: grid; grid-template-columns: 62px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid var(--line); }
.benefits-list img { width: 58px; height: 58px; object-fit: contain; }
.benefits-list h3 { margin-bottom: 7px; font-size: 1rem; }
.benefits-list p { margin: 0; color: var(--muted); font-size: .83rem; }

.control-points { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: clamp(34px, 6vw, 72px); border: 1px solid var(--line); border-radius: 18px; background: var(--line); overflow: hidden; }
.control-points article { display: grid; gap: 5px; min-height: 120px; padding: 24px; background: var(--white); }
.control-points strong { font-size: .9rem; }
.control-points span { color: var(--muted); font-size: .78rem; }
.assembly-card { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: clamp(36px, 7vw, 100px); }
.tabletop-gallery { display: grid; grid-auto-columns: minmax(360px, 46%); grid-auto-flow: column; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.tabletop-gallery figure { position: relative; margin: 0; border-radius: 22px; overflow: hidden; scroll-snap-align: start; }
.tabletop-gallery img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.tabletop-gallery figcaption { position: absolute; right: 12px; bottom: 12px; padding: 6px 10px; border-radius: 999px; color: #fff; background: rgba(22,26,0,.78); font-size: .68rem; }
.inspiration-rail { display: grid; grid-auto-columns: minmax(260px, 30%); grid-auto-flow: column; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.inspiration-rail img { width: 100%; aspect-ratio: 4 / 5; border-radius: 18px; object-fit: cover; scroll-snap-align: start; }

.reviews-section { background: var(--cream); }
.reviews-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 38px; }
.reviews-heading h2 { margin-bottom: 0; color: #19191c; font-size: clamp(2.2rem, 4.2vw, 3.9rem); font-weight: 500; }
.review-carousel__controls { display: flex; gap: 8px; }
.review-layout { display: grid; grid-template-columns: minmax(300px, 330px) minmax(0, 1fr); align-items: start; gap: 24px; }
.review-overview { display: grid; align-content: start; gap: 32px; }
.review-summary { display: grid; gap: 18px; padding: 0; border: 0; border-radius: 0; background: transparent; }
.review-score { display: flex; align-items: baseline; gap: 10px; }
.review-score strong { color: #19191c; font-size: clamp(3rem, 4.2vw, 4rem); font-weight: 500; letter-spacing: -.06em; line-height: .9; }
.review-score span { color: #96938f; font-size: clamp(1.8rem, 3vw, 3.25rem); line-height: 1; }
.review-stars { color: var(--rating-gold); font-size: 1.7rem; letter-spacing: .08em; }
.rating-star--partial { position: relative; display: inline-block; color: #d9d7d2; letter-spacing: 0; }
.rating-star--partial::before { content: "★"; position: absolute; inset: 0 auto 0 0; width: 70%; color: var(--rating-gold); overflow: hidden; white-space: nowrap; }
.review-rating-meta { display: flex; align-items: center; gap: 14px; }
.review-rating-meta p { margin: 0; color: #55545b; font-size: .78rem; }
.review-distribution { display: grid; gap: 7px; }
.review-distribution > span { display: grid; grid-template-columns: 74px 1fr 42px; align-items: center; gap: 9px; color: #333338; font-size: .72rem; }
.review-distribution b, .review-distribution em { font-style: normal; font-weight: 600; }
.review-distribution i { position: relative; height: 7px; border-radius: 999px; background: #ebe8e6; overflow: hidden; }
.review-distribution i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--value); background: var(--rating-gold); }
.review-insight { margin-top: 0; padding-top: 28px; border-top: 1px solid #d6d2cd; }
.review-insight h3 { margin-bottom: 12px; color: #19191c; font-size: 1.08rem; font-weight: 500; }
.review-insight p { margin: 0; color: #55545b; line-height: 1.65; }
.review-carousel-column { min-width: 0; }
.review-carousel { display: grid; grid-auto-columns: calc((100% - 48px) / 4); grid-auto-flow: column; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; }
.review-carousel::-webkit-scrollbar { display: none; width: 0; height: 0; }
.review-card { display: grid; grid-template-rows: auto 1fr; min-width: 0; border: 1px solid #ddd8d4; border-radius: 18px; background: #fff; overflow: hidden; scroll-snap-align: start; }
.review-card__image { position: relative; width: 100%; padding: 0; border: 0; background: #eeeae7; cursor: zoom-in; overflow: hidden; }
.review-card__image img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.review-card__body { display: grid; grid-template-rows: auto auto minmax(0, 1fr) auto; align-content: stretch; padding: 20px; color: #19191c; }
.review-card__stars { display: flex; align-items: center; gap: 9px; margin-bottom: 16px; color: var(--rating-gold); letter-spacing: .05em; }
.review-card h3 { margin-bottom: 9px; color: #19191c; font-size: 1.08rem; }
.review-card p { color: #414047; font-size: .88rem; }
.review-card footer { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: 0; padding-top: 18px; border-top: 1px solid #ebe7e3; color: #333338; font-size: .74rem; }
.review-card footer strong, .review-card footer small { display: block; }
.review-card footer small, .review-card time { color: #747078; }

@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1299px) {
  .review-layout { grid-template-columns: 1fr; }
  .review-overview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1099px) {
  .product-grid { grid-template-columns: minmax(0, 1fr); }
  .gallery { position: relative; top: auto; grid-template-columns: 78px minmax(0, 1fr); max-width: 820px; margin-inline: auto; }
  .gallery__rail { max-height: min(68vw, 680px); }
  .product-config { max-width: 820px; margin-inline: auto; }
  .review-carousel { grid-auto-columns: minmax(340px, 45%); }
  .discount-grid { grid-template-columns: repeat(5, minmax(140px, 1fr)); overflow-x: auto; padding-bottom: 10px; }
  .footer-grid { column-gap: clamp(20px, 3vw, 42px); }
}

@media (max-width: 899px) {
  html { scroll-padding-top: 120px; }
  .site-header__inner { min-height: 72px; }
  .desktop-nav { display: none; }
  .button.header-cta { margin-left: auto; }
  .menu-toggle { display: block; }
  .split-heading, .feature-split, .editorial-grid { grid-template-columns: 1fr; }
  .feature-split--reverse > :first-child { order: 0; }
  .feature-split > div, .editorial-grid article { max-width: 720px; padding: 0; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-copy { position: static; }
  .feature-cards { grid-template-columns: 1fr; }
  .control-points { grid-template-columns: repeat(2, 1fr); }
  .assembly-card { grid-template-columns: 1fr; }
  .review-overview { grid-template-columns: 1fr; }
  .tabletop-gallery { grid-auto-columns: minmax(340px, 72%); }
  .inspiration-rail { grid-auto-columns: minmax(250px, 42%); }
  .feature-cards article { min-height: auto; }
  .feature-number { margin-bottom: 40px; }
  .highlight-grid { grid-template-columns: 1fr 1fr; }
  .highlight-card:last-child { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-grid > .site-footer__brand { grid-column: 1 / -1; }
  .footer-grid nav:first-of-type { grid-column: 1; }
  .footer-grid nav:nth-of-type(2) { grid-column: 2; }
  .site-footer__contact { grid-column: 3; min-width: 0; }
}

@media (max-width: 599px) {
  :root { --radius: 14px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header__inner { min-height: 64px; gap: 10px; }
  .brand img { width: 118px; }
  .button.header-cta { display: none; }
  .menu-toggle { width: 44px; height: 44px; margin-left: auto; }
  .product-shell { padding-top: 18px; }
  .product-grid { gap: 36px; }
  .product-config { width: 100%; max-width: 100%; min-width: 0; }
  .gallery { grid-template-columns: 1fr; grid-template-areas: "stage" "dots"; gap: 0; width: 100%; }
  .gallery__stage { border-radius: 18px; }
  .gallery__rail,
  .gallery__controls { display: none; }
  .gallery__dots { position: static; grid-area: dots; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 2px; max-width: 100%; min-height: 24px; margin-top: 9px; transform: none; }
  .product-heading h1 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .option-grid--three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .option-card { min-height: 64px; }
  .chair-upsell { margin-inline: -4px; padding: 18px; }
  .chair-upsell__grid { grid-auto-columns: minmax(185px, 68%); grid-auto-flow: column; grid-template-columns: none; padding-bottom: 8px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .chair-card { scroll-snap-align: start; }
  .price-card { margin-inline: -4px; }
  .price-card__head { display: grid; }
  .discount-pill { justify-self: start; }
  .section { padding-block: 76px; }
  .control-points { grid-template-columns: 1fr; }
  .control-points article { min-height: 96px; }
  .tabletop-gallery { grid-auto-columns: 88%; }
  .inspiration-rail { grid-auto-columns: 76%; }
  .reviews-heading { align-items: center; }
  .review-summary { grid-template-columns: 1fr; gap: 18px; padding: 0; }
  .review-rating-meta { align-items: flex-start; flex-direction: column; gap: 6px; }
  .review-carousel { grid-auto-columns: 88%; }
  .split-heading { gap: 18px; }
  .feature-cards, .two-cards, .highlight-grid { grid-template-columns: 1fr; }
  .highlight-card, .highlight-card:last-child { grid-column: auto; min-height: 420px; }
  .accordion-list summary { grid-template-columns: 1fr; gap: 8px; }
  .accordion-list summary strong { color: #d1cec1; text-align: left; }
  .faq-list details > div { padding-right: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .inquiry-summary-card { grid-template-columns: 1fr; }
  .inquiry-summary-card__media { min-height: 0; aspect-ratio: 16 / 9; }
  .dialog__surface { inset: 0; width: 100%; padding: 20px 16px calc(30px + env(safe-area-inset-bottom)); border-radius: 0; }
  .dialog__header { position: sticky; z-index: 2; top: -20px; margin: -20px -16px 20px; padding: 18px 16px 12px; background: var(--cream); }
  .dialog__header .eyebrow { margin-bottom: 4px; }
  .dialog__header h2 { font-size: 1.75rem; }
  .lightbox__surface { padding: 66px 14px 86px; }
  .lightbox figure { max-width: 100%; }
  .lightbox__prev, .lightbox__next { top: auto; bottom: 20px; transform: none; }
  .lightbox__prev { left: calc(50% - 60px); }.lightbox__next { right: calc(50% - 60px); }
  .lightbox figcaption { border-radius: 12px; font-size: .78rem; }
  .mobile-inquiry-bar { position: fixed; z-index: 70; right: 0; bottom: 0; left: 0; display: none; align-items: center; justify-content: space-between; gap: 12px; min-height: 76px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(22,26,0,.15); background: rgba(252,245,239,.96); box-shadow: 0 -10px 30px rgba(22,26,0,.12); backdrop-filter: blur(14px); }
  .mobile-inquiry-bar small, .mobile-inquiry-bar strong { display: block; }
  .mobile-inquiry-bar small { color: var(--muted); font-size: .68rem; }
  .mobile-inquiry-bar strong { font-size: .95rem; white-space: nowrap; }
  .mobile-inquiry-bar .button { min-height: 48px; padding-inline: 17px; }
  .site-footer { padding-bottom: 84px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > .site-footer__brand,
  .footer-grid nav:first-of-type,
  .footer-grid nav:nth-of-type(2),
  .site-footer__contact { grid-column: 1; }
  .site-footer__bottom { flex-direction: column; }
  .site-footer__legal { justify-content: flex-start; }
  .confirmation-details div { grid-template-columns: 1fr; gap: 4px; }
  .policy-details { grid-template-columns: 1fr; gap: 3px; }
  .policy-details dd + dt { margin-top: 10px; }
}

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

@media (forced-colors: active) {
  .option-card:has(input:checked), .gallery__thumb.is-active { outline: 3px solid CanvasText; }
  .swatch { forced-color-adjust: none; }
}
