:root {
  --ink: #171916;
  --ink-soft: #4d514a;
  --cream: #f3efe7;
  --paper: #fffdf8;
  --white: #ffffff;
  --line: rgba(23, 25, 22, .14);
  --orange: #f35c2e;
  --orange-dark: #d84920;
  --lime: #d8f06d;
  --radius: 22px;
  --shadow: 0 28px 70px rgba(22, 24, 20, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.section-pad { padding: 100px max(24px, calc((100vw - 1180px) / 2)); }
.topbar {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 48px));
  height: 92px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; letter-spacing: -.03em; font-size: 20px; }
.brand-mark { width: 24px; height: 24px; display: inline-block; border-radius: 50% 50% 48% 52%; background: var(--orange); position: relative; transform: rotate(-22deg); }
.brand-mark::after { content: ""; position: absolute; width: 7px; height: 14px; border-radius: 50%; background: var(--paper); top: 5px; left: 8px; transform: rotate(22deg); }
.header-cta { text-decoration: none; padding: 11px 18px; border: 1px solid var(--ink); border-radius: 999px; font-weight: 750; font-size: 14px; transition: .2s ease; }
.header-cta:hover { color: var(--white); background: var(--ink); }

.hero {
  min-height: 760px;
  padding-top: 140px;
  padding-bottom: 72px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 76px;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 82%, rgba(216,240,109,.33), transparent 25%),
    linear-gradient(110deg, var(--paper) 0 58%, var(--cream) 58% 100%);
}
.hero-copy { min-width: 0; max-width: 560px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 850; }
.eyebrow > span { width: 27px; height: 2px; background: var(--orange); }
.hero h1, .section-heading h2, .gallery h2, .detail-text-card h2, .order-panel h2 {
  margin: 0;
  letter-spacing: -.055em;
  font-weight: 820;
  line-height: .98;
}
.hero h1 { max-width: 620px; font-size: clamp(52px, 5.4vw, 82px); }
.hero h1 em { display: inline-block; color: var(--orange); font-family: Georgia, serif; font-weight: 500; }
.hero-lead { max-width: 520px; margin: 27px 0 30px; color: var(--ink-soft); font-size: 18px; }
.hero-price { margin-bottom: 24px; display: flex; gap: 13px; align-items: center; }
.hero-price > span { max-width: 42px; color: var(--ink-soft); text-transform: uppercase; line-height: 1.05; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.hero-price strong { font-size: 43px; line-height: 1; letter-spacing: -.05em; }
.hero-price small { font-size: 15px; letter-spacing: 0; }
.button { min-height: 54px; border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 26px; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--orange); box-shadow: 0 13px 30px rgba(243,92,46,.27); }
.button-primary:hover { background: var(--orange-dark); box-shadow: 0 17px 36px rgba(243,92,46,.34); }
.button-dark { color: var(--white); background: var(--ink); }
.microcopy { margin: 17px 0 0; color: var(--ink-soft); font-size: 12px; }
.microcopy span { color: #5c7610; font-weight: 900; }

.hero-visual { position: relative; max-width: 540px; justify-self: end; }
.hero-photo-wrap { position: relative; width: min(440px, 36vw); aspect-ratio: .77; border-radius: 240px 240px 24px 24px; overflow: hidden; box-shadow: var(--shadow); }
.hero-photo-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.28); border-radius: inherit; pointer-events: none; }
.hero-photo-wrap > img { width: 100%; height: 100%; object-fit: cover; }
.mobile-product-label { display: none; }
.photo-badge { position: absolute; right: 18px; bottom: 18px; width: 112px; aspect-ratio: 1; display: grid; place-content: center; color: var(--ink); background: var(--lime); border-radius: 50%; text-align: center; transform: rotate(-8deg); }
.photo-badge strong { font-size: 15px; }
.photo-badge span { font-size: 10px; }
.floating-note { position: absolute; z-index: 2; display: flex; align-items: center; gap: 9px; padding: 13px 15px; border-radius: 13px; box-shadow: 0 14px 34px rgba(23,25,22,.16); }
.floating-note b { font-size: 27px; letter-spacing: -.06em; line-height: 1; }
.floating-note span { font-size: 10px; font-weight: 750; line-height: 1.15; text-transform: uppercase; letter-spacing: .06em; }
.note-top { top: 13%; left: -62px; color: var(--white); background: var(--ink); transform: rotate(-4deg); }
.note-bottom { right: -40px; bottom: 25%; background: var(--white); transform: rotate(5deg); }

.trust-strip { min-height: 116px; color: var(--white); background: var(--ink); display: grid; grid-template-columns: repeat(3, 1fr); padding: 24px max(24px, calc((100vw - 1180px) / 2)); }
.trust-strip > div { display: flex; align-items: center; justify-content: center; gap: 15px; border-right: 1px solid rgba(255,255,255,.16); }
.trust-strip > div:last-child { border-right: 0; }
.trust-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 20px; }
.trust-strip p { margin: 0; line-height: 1.2; }
.trust-strip strong, .trust-strip small { display: block; }
.trust-strip strong { font-size: 15px; }
.trust-strip small { margin-top: 5px; color: rgba(255,255,255,.65); font-size: 11px; }

.sizes { background: var(--paper); }
.section-heading { margin-bottom: 48px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading h2, .gallery h2, .detail-text-card h2, .order-panel h2 { font-size: clamp(39px, 4.6vw, 61px); }
.section-heading > div { max-width: 670px; }
.section-heading > p { max-width: 355px; margin: 0 0 5px; color: var(--ink-soft); }
.section-heading.compact { margin-bottom: 38px; }
.size-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.size-card { position: relative; min-height: 450px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; }
.size-card.featured { color: var(--white); background: var(--ink); border-color: var(--ink); transform: translateY(-12px); box-shadow: var(--shadow); }
.size-number { position: absolute; top: 22px; right: 27px; color: rgba(23,25,22,.08); font-size: 68px; font-weight: 900; line-height: 1; letter-spacing: -.07em; }
.featured .size-number { color: rgba(255,255,255,.09); }
.popular { position: absolute; top: 0; left: 34px; padding: 8px 13px; color: var(--ink); background: var(--lime); border-radius: 0 0 10px 10px; text-transform: uppercase; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.featured .size-label { margin-top: 23px; }
.size-label { margin: 16px 0 8px; color: var(--orange); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.size-card h3 { margin: 0; font-size: clamp(30px, 3.5vw, 44px); letter-spacing: -.055em; line-height: 1; }
.size-card h3 small { font-size: 14px; letter-spacing: 0; }
.size-line { margin: 29px 0 25px; height: 1px; background: var(--line); }
.featured .size-line { background: rgba(255,255,255,.16); }
.size-price { display: flex; align-items: baseline; gap: 6px; }
.size-price strong { font-size: 47px; letter-spacing: -.06em; }
.size-price span { font-size: 13px; font-weight: 800; }
.size-use { margin: 5px 0 25px; color: var(--ink-soft); font-size: 13px; }
.featured .size-use { color: rgba(255,255,255,.63); }
.size-card .button { width: 100%; margin-top: auto; font-size: 13px; }

.size-visualizer { color: var(--white); background: var(--ink); }
.size-visualizer .section-heading > p { color: rgba(255,255,255,.6); }
.size-visualizer .section-heading h2 { color: var(--white); }
.visualizer-shell { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(360px, .78fr); background: #22251f; border: 1px solid rgba(255,255,255,.1); border-radius: 28px; overflow: hidden; box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.room-plan { position: relative; min-height: 620px; overflow: hidden; background-color: #ddd6c9; background-image: repeating-linear-gradient(90deg, transparent 0 79px, rgba(57,47,36,.08) 79px 81px), linear-gradient(90deg, rgba(255,255,255,.18), transparent 50%); }
.room-plan::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 65px rgba(67,55,41,.12); }
.plan-label { position: absolute; z-index: 8; top: 24px; left: 24px; padding: 9px 13px; color: var(--ink); background: rgba(255,255,255,.84); backdrop-filter: blur(8px); border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.plan-wall { position: absolute; z-index: 5; background: #f8f4ec; box-shadow: 0 6px 20px rgba(48,41,31,.15); }
.plan-wall-top { top: 0; left: 0; right: 0; height: 15px; }
.plan-wall-left { top: 0; bottom: 0; left: 0; width: 15px; }
.plan-bed { position: absolute; z-index: 3; top: 58px; left: 72px; width: 224px; height: 280px; border: 7px solid #83786b; border-radius: 11px 11px 19px 19px; background: #f7f2e9; box-shadow: 0 20px 35px rgba(61,48,35,.24); }
.bed-head { position: absolute; top: -17px; left: -9px; right: -9px; height: 22px; border-radius: 7px 7px 3px 3px; background: #5f574e; }
.pillow { position: absolute; top: 24px; width: 84px; height: 57px; border: 1px solid #d0c8bb; border-radius: 18px; background: #fffdfa; box-shadow: 0 5px 12px rgba(75,63,50,.09); }
.pillow-one { left: 16px; transform: rotate(-2deg); }
.pillow-two { right: 16px; transform: rotate(2deg); }
.plan-bed > span { position: absolute; top: 108px; left: 0; right: 0; color: #756d63; text-align: center; font-size: 11px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.plan-bed b { color: var(--ink); font-size: 12px; }
.plan-rug { position: absolute; z-index: 2; left: 196px; top: 282px; border: 3px solid rgba(255,255,255,.72); border-radius: 16px; background: repeating-radial-gradient(circle at 25% 30%, #535856 0 5px, #424744 6px 14px, #626764 15px 20px); box-shadow: 0 20px 40px rgba(31,30,26,.27), inset 0 0 0 2px rgba(20,23,21,.24); transition: width .42s cubic-bezier(.2,.8,.2,1), height .42s cubic-bezier(.2,.8,.2,1), left .42s cubic-bezier(.2,.8,.2,1), top .42s cubic-bezier(.2,.8,.2,1); }
.plan-rug::after { content: ""; position: absolute; inset: 5px; border: 1px dashed rgba(255,255,255,.22); border-radius: 11px; }
.plan-rug > span { position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-4deg); padding: 8px 11px; color: var(--ink); background: var(--lime); border-radius: 8px; font-size: 10px; font-weight: 950; white-space: nowrap; box-shadow: 0 8px 18px rgba(0,0,0,.17); }
.plan-rug.rug-small { width: 126px; height: 280px; left: 245px; top: 282px; }
.plan-rug.rug-medium { width: 210px; height: 280px; left: 203px; top: 282px; }
.plan-rug.rug-large { width: 280px; height: 322px; left: 168px; top: 258px; }
.plan-nightstand { position: absolute; z-index: 4; top: 79px; left: 322px; width: 72px; height: 72px; display: grid; place-items: center; border: 5px solid #8f8273; border-radius: 8px; background: #b4a695; box-shadow: 0 12px 20px rgba(61,48,35,.2); }
.plan-nightstand span { width: 25px; height: 25px; display: grid; place-items: center; color: #686158; background: #e9e0d4; border-radius: 50%; }
.scale-person { position: absolute; z-index: 6; right: 25px; top: 105px; display: flex; align-items: center; gap: 10px; color: #655e55; font-size: 9px; font-weight: 800; line-height: 1.25; text-transform: uppercase; }
.scale-person i { position: relative; width: 25px; height: 104px; display: block; border-radius: 16px; background: rgba(23,25,22,.72); }
.scale-person i::before { content: ""; position: absolute; top: -21px; left: 3px; width: 19px; height: 19px; border-radius: 50%; background: rgba(23,25,22,.72); }
.plan-dimension { position: absolute; z-index: 7; color: #544d45; border-color: rgba(84,77,69,.52); font-size: 9px; font-weight: 900; transition: .42s cubic-bezier(.2,.8,.2,1); }
.plan-dimension span { padding: 3px 6px; background: rgba(255,255,255,.68); border-radius: 4px; white-space: nowrap; }
.dimension-width { left: 203px; top: 574px; width: 210px; border-top: 1px solid; text-align: center; }
.dimension-width::before,.dimension-width::after { content: ""; position: absolute; top: -4px; width: 1px; height: 8px; background: currentColor; }
.dimension-width::before { left: 0; }.dimension-width::after { right: 0; }
.dimension-width span { position: relative; top: -8px; }
.dimension-height { left: 428px; top: 282px; height: 280px; border-left: 1px solid; display: grid; align-items: center; }
.dimension-height::before,.dimension-height::after { content: ""; position: absolute; left: -4px; width: 8px; height: 1px; background: currentColor; }
.dimension-height::before { top: 0; }.dimension-height::after { bottom: 0; }
.dimension-height span { margin-left: 7px; }
.visualizer-controls { display: flex; flex-direction: column; justify-content: center; padding: 52px; background: #22251f; }
.visualizer-kicker { margin: 0 0 18px; color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.visualizer-title-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.13); }
.visualizer-title-row span { color: rgba(255,255,255,.55); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.visualizer-title-row h3 { margin: 4px 0 0; color: var(--white); font-size: 39px; line-height: 1; letter-spacing: -.055em; }
.visualizer-title-row h3 small,.visualizer-title-row > strong small { font-size: 11px; letter-spacing: 0; }
.visualizer-title-row > strong { color: var(--lime); font-size: 27px; letter-spacing: -.04em; white-space: nowrap; }
.visualizer-description { min-height: 67px; margin: 23px 0 27px; color: rgba(255,255,255,.65); font-size: 14px; }
.range-wrap { display: block; padding: 10px 0 3px; }
.range-wrap input { width: 100%; height: 26px; margin: 0; appearance: none; -webkit-appearance: none; background: transparent; cursor: pointer; }
.range-wrap input::-webkit-slider-runnable-track { height: 5px; border-radius: 99px; background: linear-gradient(90deg,var(--orange),var(--lime)); }
.range-wrap input::-webkit-slider-thumb { width: 25px; height: 25px; margin-top: -10px; appearance: none; -webkit-appearance: none; border: 5px solid var(--white); border-radius: 50%; background: var(--orange); box-shadow: 0 4px 14px rgba(0,0,0,.35); }
.range-wrap input::-moz-range-track { height: 5px; border-radius: 99px; background: linear-gradient(90deg,var(--orange),var(--lime)); }
.range-wrap input::-moz-range-thumb { width: 16px; height: 16px; border: 5px solid var(--white); border-radius: 50%; background: var(--orange); box-shadow: 0 4px 14px rgba(0,0,0,.35); }
.range-labels { display: flex; justify-content: space-between; color: rgba(255,255,255,.44); font-size: 9px; font-weight: 800; }
.size-pills { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-top: 24px; }
.size-pills button { min-height: 40px; padding: 0 8px; color: rgba(255,255,255,.62); background: transparent; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; cursor: pointer; font-size: 10px; font-weight: 850; transition: .2s ease; }
.size-pills button:hover,.size-pills button.active { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.scale-note { display: flex; gap: 8px; margin: 22px 0; color: rgba(255,255,255,.43); font-size: 10px; }
.visualizer-order { width: 100%; }
.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; }

.gallery { color: var(--white); background: var(--ink); display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: center; }
.gallery-copy { max-width: 430px; }
.eyebrow-light { color: var(--white); }
.gallery h2 { margin-bottom: 24px; }
.gallery-copy > p:not(.eyebrow):not(.gallery-hint) { color: rgba(255,255,255,.62); }
.gallery-hint { margin: 35px 0 14px; color: rgba(255,255,255,.4); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.thumbs { display: flex; flex-wrap: wrap; gap: 9px; }
.thumb { width: 62px; height: 72px; padding: 0; border: 2px solid transparent; border-radius: 9px; background: none; overflow: hidden; opacity: .52; cursor: pointer; transition: .2s ease; }
.thumb:hover, .thumb.active { border-color: var(--lime); opacity: 1; transform: translateY(-2px); }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery-main { position: relative; height: 620px; border-radius: var(--radius); overflow: hidden; }
.gallery-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.42), transparent 35%); pointer-events: none; }
.gallery-main > img { width: 100%; height: 100%; object-fit: cover; transition: opacity .18s ease, transform .5s ease; }
.gallery-main.changing > img { opacity: .15; transform: scale(1.015); }
.gallery-tag { position: absolute; z-index: 2; left: 22px; bottom: 22px; padding: 10px 13px; color: var(--ink); background: var(--white); border-radius: 999px; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }

.details { background: var(--cream); display: grid; grid-template-columns: .85fr 1.2fr .85fr; gap: 18px; align-items: stretch; }
.detail-card, .detail-text-card { min-height: 580px; border-radius: var(--radius); overflow: hidden; }
.detail-image-card { position: relative; }
.detail-image-card > img { width: 100%; height: 100%; object-fit: cover; }
.detail-image-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.56), transparent 48%); }
.detail-overlay { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; display: flex; gap: 13px; align-items: center; color: var(--white); }
.detail-overlay > span { width: 37px; height: 37px; display: grid; place-items: center; flex: 0 0 auto; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 10px; font-weight: 900; }
.detail-overlay p, .detail-overlay strong { margin: 0; display: block; }
.detail-overlay p { font-size: 11px; color: rgba(255,255,255,.68); }
.detail-overlay strong { color: var(--white); font-size: 14px; }
.detail-text-card { padding: 50px; background: var(--white); }
.detail-text-card h2 { margin-bottom: 38px; }
.feature-list { list-style: none; padding: 0; margin: 0; }
.feature-list li { display: flex; gap: 17px; padding: 20px 0; border-top: 1px solid var(--line); }
.feature-list li > span { color: var(--orange); font-size: 11px; font-weight: 900; }
.feature-list strong { font-size: 15px; }
.feature-list p { margin: 4px 0 0; color: var(--ink-soft); font-size: 12px; }
.backing-card img { object-position: 52% center; }

.how { background: var(--paper); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.steps > div { position: relative; padding: 30px 50px 0 0; border-right: 1px solid var(--line); }
.steps > div:not(:first-child) { padding-left: 32px; }
.steps > div:last-child { border-right: 0; }
.steps span { display: inline-grid; width: 36px; height: 36px; place-items: center; margin-bottom: 24px; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 10px; font-weight: 900; }
.steps strong { display: block; font-size: 20px; letter-spacing: -.02em; }
.steps p { max-width: 260px; margin: 9px 0 0; color: var(--ink-soft); font-size: 13px; }

.order { display: grid; grid-template-columns: .85fr 1.15fr; background: var(--ink); padding-top: 84px; padding-bottom: 84px; }
.order-visual { position: relative; min-height: 680px; border-radius: var(--radius) 0 0 var(--radius); overflow: hidden; }
.order-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.42), transparent 50%); }
.order-visual > img { width: 100%; height: 100%; object-fit: cover; }
.order-sticker { position: absolute; z-index: 2; left: 28px; bottom: 28px; width: 112px; height: 112px; display: grid; place-content: center; text-align: center; color: var(--ink); background: var(--lime); border-radius: 50%; transform: rotate(-8deg); }
.order-sticker strong, .order-sticker span { display: block; }
.order-sticker strong { font-size: 19px; letter-spacing: -.04em; }
.order-sticker span { font-size: 12px; }
.order-panel { min-height: 680px; padding: 58px 70px; background: var(--white); border-radius: 0 var(--radius) var(--radius) 0; }
.order-panel h2 { margin-bottom: 16px; }
.order-intro { max-width: 580px; margin: 0 0 30px; color: var(--ink-soft); font-size: 14px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: block; margin-bottom: 15px; }
.field > span { display: block; margin: 0 0 7px 3px; font-size: 11px; font-weight: 800; }
.field > span small { color: var(--ink-soft); font-weight: 600; }
.field input, .field select { width: 100%; height: 52px; border: 1px solid var(--line); border-radius: 11px; padding: 0 15px; color: var(--ink); background: #faf9f5; outline: 0; transition: .2s ease; }
.field input:focus, .field select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(243,92,46,.12); background: var(--white); }
.field input::placeholder { color: #94978f; }
.consent { display: flex; align-items: flex-start; gap: 9px; margin: 3px 0 19px; color: var(--ink-soft); font-size: 10px; }
.consent input { margin-top: 2px; accent-color: var(--orange); }
.consent a { color: var(--ink); }
.button-submit { width: 100%; }
.button-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.form-status { min-height: 18px; margin: 10px 0 0; text-align: center; font-size: 12px; font-weight: 700; }
.form-status.success { color: #4d6b00; }
.form-status.error { color: #b52d18; }
.honey { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.faq { background: var(--cream); }
.faq-list { max-width: 900px; margin: 0 auto; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; display: flex; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; font-size: 17px; font-weight: 800; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { width: 26px; height: 26px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; font-size: 17px; line-height: 1; transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 690px; margin: -8px 0 25px; color: var(--ink-soft); font-size: 14px; }

footer { min-height: 120px; padding: 28px max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; color: rgba(255,255,255,.62); background: var(--ink); font-size: 12px; }
.brand-footer { color: var(--white); }
footer a:last-child { text-underline-offset: 3px; }
.mobile-cta { display: none; }

@media (max-width: 980px) {
  .section-pad { padding: 78px 28px; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 34px; padding-top: 130px; background: linear-gradient(110deg, var(--paper) 0 54%, var(--cream) 54% 100%); }
  .hero-photo-wrap { width: 42vw; }
  .size-card { padding: 26px; }
  .visualizer-shell { grid-template-columns: 1.1fr .9fr; }
  .visualizer-controls { padding: 38px 30px; }
  .room-plan { min-height: 590px; }
  .plan-bed { left: 45px; }
  .plan-nightstand { left: 295px; }
  .scale-person { display: none; }
  .details { grid-template-columns: 1fr 1.25fr; }
  .detail-card, .detail-text-card { min-height: 540px; }
  .backing-card { grid-column: 1 / -1; min-height: 420px; }
  .order-panel { padding: 52px 38px; }
  .gallery { gap: 45px; }
}

@media (max-width: 720px) {
  body { padding-bottom: 76px; }
  .section-pad { padding: 64px 18px; }
  .topbar { width: calc(100% - 36px); height: 72px; }
  .brand { font-size: 18px; }
  .header-cta { display: none; }
  .hero { min-height: auto; padding-top: 100px; padding-bottom: 56px; grid-template-columns: minmax(0, 1fr); gap: 38px; background: radial-gradient(circle at 25% 40%, rgba(216,240,109,.25), transparent 28%), var(--paper); }
  .hero-copy { grid-row: 2; width: calc(100vw - 36px); max-width: calc(100vw - 36px); }
  .hero h1 { max-width: 100%; font-size: clamp(46px, 12.5vw, 54px); text-wrap: balance; }
  .hero-lead { margin-top: 22px; font-size: 16px; }
  .hero-visual { grid-row: 1; width: 100%; justify-self: auto; padding: 0 7px; }
  .hero-photo-wrap { width: 100%; aspect-ratio: .8; border-radius: 190px 190px 20px 20px; }
  .mobile-product-label { position: absolute; z-index: 3; left: 14px; bottom: 14px; display: flex; flex-direction: column; align-items: flex-start; padding: 11px 14px 12px; color: var(--ink); background: rgba(255,255,255,.93); backdrop-filter: blur(8px); border-radius: 12px; box-shadow: 0 10px 25px rgba(23,25,22,.18); transform: rotate(-2deg); }
  .mobile-product-label small { color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-product-label strong { margin-top: 2px; font-size: 15px; letter-spacing: -.02em; }
  .photo-badge { width: 88px; right: 12px; bottom: 12px; }
  .photo-badge strong { font-size: 12px; }
  .photo-badge span { font-size: 8px; }
  .note-top { left: -4px; }
  .note-bottom { display: none; }
  .trust-strip { grid-template-columns: 1fr; padding: 8px 18px; }
  .trust-strip > div { min-height: 82px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); padding-left: 10px; }
  .trust-strip > div:last-child { border-bottom: 0; }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-heading h2, .gallery h2, .detail-text-card h2, .order-panel h2 { font-size: 42px; }
  .section-heading > p { margin-top: 18px; }
  .size-grid { grid-template-columns: 1fr; gap: 14px; }
  .size-card, .size-card.featured { min-height: 405px; transform: none; }
  .visualizer-shell { grid-template-columns: 1fr; }
  .room-plan { min-height: 520px; transform: none; }
  .plan-bed { top: 55px; left: 28px; width: 176px; height: 220px; }
  .plan-nightstand { top: 70px; left: 220px; width: 60px; height: 60px; }
  .plan-rug.rug-small { width: 90px; height: 200px; left: 152px; top: 250px; }
  .plan-rug.rug-medium { width: 150px; height: 200px; left: 122px; top: 250px; }
  .plan-rug.rug-large { width: 200px; height: 230px; left: 97px; top: 235px; }
  .dimension-width { left: 122px; top: 469px; width: 150px; }
  .dimension-height { left: 286px; top: 250px; height: 200px; }
  .visualizer-controls { padding: 36px 22px; }
  .visualizer-title-row h3 { font-size: 33px; }
  .size-pills { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; gap: 34px; }
  .gallery-copy { grid-row: auto; }
  .gallery-main { height: 500px; grid-row: auto; }
  .details { grid-template-columns: 1fr; }
  .detail-card, .detail-text-card, .backing-card { min-height: 500px; grid-column: auto; }
  .detail-text-card { min-height: auto; padding: 38px 25px; }
  .steps { grid-template-columns: 1fr; border-top: 0; }
  .steps > div, .steps > div:not(:first-child) { padding: 25px 0; border-right: 0; border-top: 1px solid var(--line); }
  .steps span { margin-bottom: 16px; }
  .order { grid-template-columns: 1fr; }
  .order-visual { min-height: 470px; border-radius: var(--radius) var(--radius) 0 0; }
  .order-panel { min-height: auto; padding: 38px 22px; border-radius: 0 0 var(--radius) var(--radius); }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  footer { flex-direction: column; justify-content: center; text-align: center; }
  footer p { margin: 0; }
  .mobile-cta { position: fixed; z-index: 50; left: 12px; right: 12px; bottom: 10px; min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 14px; color: var(--white); background: var(--orange); box-shadow: 0 12px 35px rgba(0,0,0,.25); border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 900; }
}

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