:root {
  --ink: #18221d;
  --muted: #667068;
  --cream: #f5f1e9;
  --paper: #fbf9f4;
  --line: #ded9cf;
  --lime: #c9f269;
  --green: #1f4938;
  --white: #fff;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { width: 100%; min-width: 0; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
img { max-width: 100%; height: auto; }
body {
  width: 100%;
  min-width: 0;
  min-height: 100vh;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-wrap: anywhere;
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
main,
header,
footer,
section,
article,
nav,
.header-actions,
.hero-copy,
.showcase-copy,
.comparison-card,
.footer-main > *,
.footer-links > * {
  min-width: 0;
}
p,
h1,
h2,
h3,
a,
button,
summary {
  overflow-wrap: anywhere;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 84px;
  margin: 0;
  background: rgba(245, 241, 233, .92);
  transition: background-color .2s ease, box-shadow .2s ease;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.site-header-inner {
  position: relative;
  width: min(1240px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header.is-scrolled { box-shadow: 0 8px 24px rgba(24, 34, 29, .08); }

.brand { display: flex; align-items: center; gap: 11px; font-size: 21px; font-weight: 800; letter-spacing: -0.04em; }
.brand-logo-image { display: block; width: auto; height: 32px; }
.brand-mark { position: relative; width: 31px; height: 31px; display: block; }
.brand-mark i { position: absolute; display: block; width: 21px; height: 21px; border: 3px solid var(--ink); border-radius: 6px; transform: rotate(45deg); }
.brand-mark i:first-child { left: 1px; top: 1px; }
.brand-mark i:last-child { right: 1px; bottom: 1px; background: var(--lime); }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 650; }
.desktop-nav a { transition: opacity .2s ease; }
.desktop-nav a:hover { opacity: .55; }
.desktop-nav a:focus-visible,
.menu-button:focus-visible,
.text-button:focus-visible,
.header-actions .button:focus-visible {
  outline: 3px solid rgba(31, 73, 56, .32);
  outline-offset: 3px;
}
.header-actions { display: flex; align-items: center; gap: 18px; }
.text-button, .menu-button { border: 0; background: transparent; cursor: pointer; font-weight: 650; }
.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px 9px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border-radius: 12px;
}
.menu-button span {
  display: block;
  width: 22px;
  height: 2px;
  flex: 0 0 2px;
  background: currentColor;
  border-radius: 999px;
  transition: transform .2s ease, opacity .2s ease;
}
.menu-button.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button.is-open span:nth-child(2) { opacity: 0; }
.menu-button.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 750;
  font-size: 14px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 20px; }
.button-dark { color: var(--white); background: var(--ink); }
.button-accent { color: #132016; background: var(--lime); box-shadow: 0 12px 34px rgba(60, 88, 38, .18); }

.hero {
  position: relative;
  min-height: 710px;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  align-items: center;
  gap: 70px;
  padding: 54px 0 80px;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(201,242,105,.25); }
.hero h1 {
  margin: 22px 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6.4vw, 94px);
  line-height: .92;
  letter-spacing: -.065em;
  font-weight: 500;
}
.hero h1 em { color: var(--green); font-weight: 500; }
.hero-description { max-width: 530px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 24px; }
.watch-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 750; }
.play { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid #bac0b8; border-radius: 50%; font-size: 10px; }
.proof { margin-top: 52px; display: flex; align-items: center; gap: 14px; }
.proof-faces { display: flex; }
.proof-faces span { width: 34px; height: 34px; margin-left: -7px; display: grid; place-items: center; color: #fff; background: var(--green); border: 3px solid var(--cream); border-radius: 50%; font-size: 9px; font-weight: 800; }
.proof-faces span:first-child { margin-left: 0; background: #a06e4c; }
.proof-faces span:last-child { background: #445f77; }
.proof strong, .proof small { display: block; }
.proof strong { font-size: 12px; }
.proof small { margin-top: 2px; color: var(--muted); font-size: 10px; }

.hero-visual { position: relative; min-height: 590px; display: grid; overflow: clip; place-items: center; }
.hero-visual::before { content: ""; position: absolute; inset: 35px 20px 10px 40px; border-radius: 50% 42% 47% 53%; background: #dfe7d6; transform: rotate(-7deg); }
.visual-orbit { position: absolute; border: 1px solid rgba(31,73,56,.17); border-radius: 50%; }
.visual-orbit-one { width: 570px; height: 430px; transform: rotate(-16deg); }
.visual-orbit-two { width: 470px; height: 560px; transform: rotate(25deg); }
.result-frame {
  position: relative;
  z-index: 2;
  width: min(440px, 74%);
  aspect-ratio: .78;
  overflow: hidden;
  background: #d7d4cd;
  border: 9px solid var(--paper);
  border-radius: 26px;
  box-shadow: 0 32px 80px rgba(25, 39, 31, .25);
  transform: rotate(1.5deg);
}
.result-frame img { width: 100%; height: 100%; display: block; object-fit: cover; }
.result-top { position: absolute; top: 14px; left: 14px; right: 14px; display: flex; justify-content: space-between; }
.result-label, .result-top button, .ai-chip { backdrop-filter: blur(14px); background: rgba(250,248,243,.88); border: 1px solid rgba(255,255,255,.8); box-shadow: 0 4px 18px rgba(0,0,0,.11); }
.result-label { padding: 8px 11px; display: flex; align-items: center; gap: 7px; border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.result-label i { width: 6px; height: 6px; background: #58b756; border-radius: 50%; }
.result-top button { width: 35px; height: 35px; border-radius: 50%; cursor: pointer; }
.result-bottom { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 13px 14px; display: flex; align-items: center; justify-content: space-between; border-radius: 15px; background: rgba(19,28,23,.84); color: #fff; backdrop-filter: blur(15px); }
.result-bottom small, .result-bottom strong { display: block; }
.result-bottom small { opacity: .66; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.result-bottom strong { margin-top: 3px; font-size: 12px; }
.ai-chip { padding: 7px 9px; color: var(--ink); border-radius: 999px; font-size: 9px; font-weight: 800; }
.laminate-swatch { position: absolute; z-index: 4; right: 1%; top: 14%; width: 164px; padding: 10px; display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 9px; background: var(--paper); border-radius: 14px; box-shadow: 0 18px 45px rgba(27,45,35,.2); transform: rotate(4deg); }
.grain { height: 55px; border-radius: 9px; background: repeating-linear-gradient(88deg,#714520 0 2px,#b77b3c 3px 5px,#8d5729 6px 8px,#c69255 9px 11px); }
.laminate-swatch small, .laminate-swatch strong { display: block; }
.laminate-swatch small { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.laminate-swatch strong { margin-top: 4px; font-size: 13px; }
.instruction-bubble { position: absolute; z-index: 4; left: 0; bottom: 16%; max-width: 250px; padding: 13px 16px; color: #fff; background: var(--green); border-radius: 15px 15px 15px 4px; box-shadow: 0 16px 44px rgba(18,42,32,.24); font-size: 11px; line-height: 1.45; }
.instruction-bubble span { margin-left: 7px; color: var(--lime); }

.brand-strip { min-height: 94px; padding: 22px max(24px, calc((100% - 1240px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 34px; color: #eef5ef; background: var(--green); }
.brand-strip > p { flex: 0 0 auto; color: var(--lime); font-family: Georgia, serif; font-style: italic; font-size: 19px; }
.steps { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.steps span { font-size: 12px; font-weight: 700; white-space: nowrap; }
.steps b { margin-right: 7px; color: var(--lime); font-size: 9px; }
.steps i { color: rgba(255,255,255,.3); font-style: normal; }

.final-cta {
  position: relative;
  width: min(1240px, calc(100% - 48px));
  min-height: 560px;
  margin: 0 auto 48px;
  padding: 76px 82px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: 70px;
  overflow: hidden;
  color: var(--white);
  background: var(--green);
  border-radius: 38px;
  box-shadow: 0 28px 80px rgba(21, 51, 39, .18);
}
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 12% 12%, rgba(201,242,105,.11), transparent 31%);
}
.cta-copy { position: relative; z-index: 2; }
.cta-kicker { display: flex; align-items: center; gap: 10px; color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.cta-kicker span { font-size: 14px; }
.cta-copy h2 { margin: 22px 0 24px; font-family: Georgia, serif; font-size: clamp(46px, 5.1vw, 70px); line-height: .98; letter-spacing: -.055em; font-weight: 500; }
.cta-copy h2 em { color: var(--lime); font-weight: 500; }
.cta-copy > p { max-width: 530px; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.75; }
.cta-actions { margin-top: 34px; display: flex; align-items: center; gap: 24px; }
.cta-note { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; }
.cta-note i { width: 22px; height: 22px; display: grid; place-items: center; color: var(--green); background: var(--lime); border-radius: 50%; font-size: 10px; font-style: normal; }
.cta-preview { position: relative; z-index: 2; min-height: 405px; display: grid; place-items: center; }
.cta-photo { position: relative; width: min(330px, 78%); aspect-ratio: .82; overflow: hidden; border: 7px solid rgba(255,255,255,.92); border-radius: 24px; box-shadow: 0 28px 70px rgba(4,20,13,.35); transform: rotate(2deg); }
.cta-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.cta-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(12,30,22,.45)); }
.cta-result-label { position: absolute; z-index: 2; top: 13px; left: 13px; padding: 8px 11px; color: var(--ink); background: rgba(255,255,255,.9); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }
.cta-sample { position: absolute; z-index: 3; top: 11%; right: 0; width: 112px; padding: 9px; color: var(--ink); background: var(--paper); border-radius: 14px; box-shadow: 0 18px 45px rgba(4,20,13,.3); transform: rotate(6deg); }
.cta-grain { height: 72px; display: block; border-radius: 8px; background: repeating-linear-gradient(88deg,#714520 0 2px,#b77b3c 3px 5px,#8d5729 6px 8px,#c69255 9px 11px); }
.cta-sample small { margin-top: 7px; display: block; font-size: 9px; font-weight: 800; text-align: center; }
.cta-message { position: absolute; z-index: 3; left: 0; bottom: 13%; max-width: 220px; padding: 13px 15px; color: var(--ink); background: var(--lime); border-radius: 15px 15px 4px 15px; box-shadow: 0 18px 45px rgba(4,20,13,.3); font-size: 11px; font-weight: 700; line-height: 1.45; transform: rotate(-2deg); }
.cta-message b { margin-left: 7px; color: var(--green); }
.cta-orbit { position: absolute; pointer-events: none; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.cta-orbit-one { width: 520px; height: 520px; right: -70px; top: 15px; }
.cta-orbit-two { width: 370px; height: 480px; right: 45px; top: 35px; transform: rotate(31deg); }

.faq-section {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 104px 0 122px;
  display: grid;
  grid-template-columns: .76fr 1.24fr;
  align-items: start;
  gap: 105px;
}
.faq-intro { position: sticky; top: 38px; }
.faq-intro h2 {
  margin: 22px 0 24px;
  font-family: Georgia, serif;
  font-size: clamp(44px, 4.7vw, 66px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 500;
}
.faq-intro h2 em { color: var(--green); font-weight: 500; }
.faq-intro > p { max-width: 390px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.faq-intro > a { margin-top: 30px; display: inline-flex; align-items: center; gap: 14px; color: var(--green); font-size: 13px; font-weight: 800; border-bottom: 1px solid rgba(31,73,56,.3); padding-bottom: 5px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  min-height: 94px;
  padding: 24px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  cursor: pointer;
  list-style: none;
  font-family: Georgia, serif;
  font-size: 21px;
  line-height: 1.25;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: flex; align-items: baseline; gap: 18px; }
.faq-list summary b { color: #99a099; font: 800 9px/1 Inter, sans-serif; letter-spacing: .12em; }
.faq-list summary i {
  position: relative;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid #c9cec8;
  border-radius: 50%;
  transition: background .2s ease, transform .2s ease;
}
.faq-list summary i::before,
.faq-list summary i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  background: var(--ink);
  transform: translate(-50%, -50%);
}
.faq-list summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-list details[open] summary i { background: var(--lime); border-color: var(--lime); transform: rotate(45deg); }
.faq-list details > p { max-width: 650px; padding: 0 58px 28px 31px; color: var(--muted); font-size: 14px; line-height: 1.75; }

.site-footer {
  padding: 0 24px 24px;
  color: rgba(255,255,255,.72);
  background: var(--paper);
}
.footer-shell {
  position: relative;
  width: min(100%, 1370px);
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(145deg, #10271e 0%, #17382b 100%);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 34px;
  box-shadow: 0 24px 70px rgba(16,39,30,.14);
}
.footer-shell::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -180px;
  top: -240px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 85px rgba(255,255,255,.025);
  pointer-events: none;
}
.footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(380px, .8fr);
  gap: 80px;
  padding: 78px 76px 68px;
  align-items: start;
}
.footer-brand { max-width: 520px; }
.footer-logo { width: fit-content; color: #fff; }
.footer-logo-image { display: block; width: auto; height: 36px; }
.footer-logo .brand-mark { background: var(--lime); }
.footer-brand > p {
  max-width: 500px;
  margin: 27px 0 31px;
  color: rgba(255,255,255,.62);
  font: 500 clamp(16px, 1.35vw, 21px)/1.58 Georgia, serif;
  letter-spacing: -.015em;
}
.footer-start {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 46px;
  padding: 12px 17px;
  color: var(--green);
  background: var(--lime);
  border: 1px solid var(--lime);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.footer-start:hover,
.footer-start:focus-visible { background: #d8f78d; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.footer-start span { font-size: 17px; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.footer-socials a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 850;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.footer-socials a:hover,
.footer-socials a:focus-visible { color: var(--green); background: var(--lime); border-color: var(--lime); transform: translateY(-2px); }
.footer-socials svg { width: 17px; height: 17px; display: block; fill: currentColor; }
.footer-socials + .footer-start { margin-top: 18px; }
.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 36px;
  padding: 29px 30px 24px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
}
.footer-links > div + div { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.09); }
.footer-links h2 {
  margin: 2px 0 17px;
  color: rgba(255,255,255,.42);
  font: 800 10px/1 Inter, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.footer-links a {
  width: fit-content;
  display: block;
  margin: 0;
  padding: 7px 0;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  font-weight: 700;
  transition: color .2s ease, transform .2s ease;
}
.footer-links a:hover,
.footer-links a:focus-visible { color: var(--lime); transform: translateX(3px); }
.footer-bottom {
  position: relative;
  z-index: 1;
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 76px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.4);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
}
.footer-promise { display: flex; align-items: center; gap: 9px; text-transform: uppercase; }
.footer-promise span { color: var(--lime); font-size: 13px; }

.how-section {
  position: relative;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 118px 0 64px;
  overflow: clip;
}
.how-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  top: 70px;
  right: -280px;
  border-radius: 50%;
  background: rgba(201,242,105,.14);
  filter: blur(2px);
}
.how-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 70px; margin-bottom: 52px; }
.how-heading h2 { margin-top: 22px; font-family: Georgia, serif; font-size: clamp(44px, 5.2vw, 70px); line-height: .98; letter-spacing: -.05em; font-weight: 500; }
.how-heading h2 em { color: var(--green); font-weight: 500; }
.how-heading > p { max-width: 420px; padding-bottom: 8px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.how-cards { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.how-cards::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 15%;
  right: 15%;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(31,73,56,.28) 0 5px, transparent 5px 12px);
}
.how-card { position: relative; min-width: 0; padding: 20px 20px 27px; background: rgba(251,249,244,.88); border: 1px solid var(--line); border-radius: 26px; box-shadow: 0 10px 35px rgba(32,48,38,.035); backdrop-filter: blur(12px); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.how-card:hover { transform: translateY(-7px); border-color: #c8c2b7; box-shadow: 0 24px 60px rgba(32,48,38,.11); }
.how-card-ai { background: var(--green); border-color: var(--green); color: var(--white); }
.how-card-ai:hover { border-color: var(--green); box-shadow: 0 26px 65px rgba(31,73,56,.23); }
.how-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.step-number { width: 37px; height: 37px; display: grid; place-items: center; color: var(--green); background: var(--lime); border-radius: 50%; font-size: 10px; font-weight: 850; }
.step-status { color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.how-card-ai .step-status { color: rgba(255,255,255,.58); }
.step-visual { position: relative; height: 235px; overflow: hidden; margin-bottom: 27px; background: #e4e8df; border-radius: 19px; }
.photo-visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.photo-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(20,31,24,.42)); }
.image-corner { position: absolute; z-index: 2; width: 25px; height: 25px; border-color: var(--lime); }
.image-corner-top { top: 13px; left: 13px; border-top: 2px solid var(--lime); border-left: 2px solid var(--lime); border-radius: 7px 0 0; }
.image-corner-bottom { right: 13px; bottom: 13px; border-right: 2px solid var(--lime); border-bottom: 2px solid var(--lime); border-radius: 0 0 7px; }
.upload-pill { position: absolute; z-index: 3; left: 50%; bottom: 15px; transform: translateX(-50%); width: max-content; padding: 7px 13px 7px 8px; display: flex; align-items: center; gap: 8px; color: var(--ink); background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.8); border-radius: 999px; backdrop-filter: blur(10px); font-size: 10px; font-weight: 800; }
.upload-pill b { width: 23px; height: 23px; display: grid; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; font-size: 13px; }
.swatch-visual { display: flex; align-items: center; justify-content: center; background: #e9e3d9; }
.swatch { position: absolute; width: 116px; height: 166px; border: 6px solid var(--paper); border-radius: 13px; box-shadow: 0 18px 34px rgba(36,36,25,.16); }
.swatch-one { margin-left: -128px; transform: rotate(-11deg); background: repeating-linear-gradient(88deg,#6e4225 0 3px,#a86e38 4px 8px,#7d4d2a 9px 12px); }
.swatch-two { margin-right: -126px; transform: rotate(10deg); background: linear-gradient(135deg,#c7b8a1,#eee5d9 45%,#afa18d); }
.swatch-three { z-index: 2; transform: translateY(-5px); background: repeating-linear-gradient(91deg,#c39a62 0 3px,#966537 4px 6px,#d6b27c 7px 11px); }
.swatch-three i { position: absolute; right: 8px; top: 8px; width: 25px; height: 25px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-size: 11px; font-style: normal; }
.prompt-visual { padding: 24px; display: flex; flex-direction: column; justify-content: center; gap: 14px; background: var(--green); }
.mini-prompt { padding: 16px; color: var(--ink); background: var(--paper); border-radius: 15px 15px 4px 15px; font-size: 12px; line-height: 1.55; box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.mini-prompt span { float: right; width: 25px; height: 25px; margin: -3px -4px -3px 9px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-weight: 900; }
.ai-thinking { align-self: flex-start; padding: 9px 12px; display: flex; align-items: center; gap: 5px; color: #f0f5f1; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-size: 9px; font-weight: 750; letter-spacing: .05em; }
.ai-thinking i { width: 4px; height: 4px; background: var(--lime); border-radius: 50%; }
.how-card h3 { margin: 0 3px 10px; font-family: Georgia, serif; font-size: 25px; font-weight: 500; letter-spacing: -.03em; }
.how-card > p { margin: 0 3px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.how-card-ai > p { color: rgba(255,255,255,.68); }
.card-note { display: inline-flex; margin: 18px 3px 0; padding: 7px 10px; color: var(--green); background: #edf0e8; border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.card-note-accent { color: var(--green); background: var(--lime); }
.how-action { margin-top: 40px; display: flex; align-items: center; justify-content: center; gap: 18px; }
.how-action small { color: var(--muted); font-size: 11px; }
.how-action small i { width: 20px; height: 20px; margin-right: 5px; display: inline-grid; place-items: center; color: var(--green); background: rgba(201,242,105,.48); border-radius: 50%; font-style: normal; font-weight: 900; }

.feature-intro { max-width: 800px; margin: 0 auto; padding: 64px 24px 140px; text-align: center; }
.feature-intro .eyebrow { justify-content: center; }
.feature-intro h2 { margin: 23px 0; font-family: Georgia, serif; font-size: clamp(40px, 5vw, 68px); line-height: 1.02; letter-spacing: -.04em; font-weight: 500; }
.feature-intro > p:last-child { color: var(--muted); font-size: 16px; line-height: 1.7; }

.results-showcase {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto 130px;
  padding: 78px;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  align-items: center;
  gap: 76px;
  color: var(--white);
  background: var(--green);
  border-radius: 38px;
  overflow: hidden;
}
.showcase-copy .eyebrow { color: var(--lime); }
.showcase-copy h2 { margin: 22px 0 24px; font-family: Georgia, serif; font-size: clamp(42px, 4.4vw, 64px); line-height: .98; letter-spacing: -.05em; font-weight: 500; }
.showcase-copy h2 em { color: var(--lime); font-weight: 500; }
.showcase-copy > p { max-width: 470px; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.75; }
.result-facts { margin: 34px 0; border-top: 1px solid rgba(255,255,255,.14); }
.result-facts div { padding: 13px 0; display: grid; grid-template-columns: 38px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); }
.result-facts strong { color: var(--lime); font-size: 10px; letter-spacing: .12em; }
.result-facts span { font-size: 12px; font-weight: 650; }
.comparison-card { padding: 12px; background: var(--paper); border-radius: 27px; box-shadow: 0 32px 80px rgba(0,0,0,.24); transform: rotate(1deg); }
.comparison-images { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; height: 470px; }
.comparison-images figure { position: relative; min-width: 0; overflow: hidden; background: #c9c4ba; }
.comparison-images figure:first-child { border-radius: 17px 4px 4px 17px; }
.comparison-images figure:last-child { border-radius: 4px 17px 17px 4px; }
.comparison-images img { width: 100%; height: 100%; display: block; object-fit: cover; }
.comparison-images figcaption { position: absolute; top: 13px; left: 13px; padding: 7px 10px; color: var(--ink); background: rgba(251,249,244,.88); border: 1px solid rgba(255,255,255,.75); border-radius: 999px; backdrop-filter: blur(12px); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.comparison-meta { padding: 14px 8px 4px; display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 11px; color: var(--ink); }
.meta-swatch { width: 40px; height: 40px; border-radius: 9px; background: repeating-linear-gradient(88deg,#714520 0 2px,#b77b3c 3px 5px,#8d5729 6px 8px,#c69255 9px 11px); }
.comparison-meta small, .comparison-meta strong { display: block; }
.comparison-meta small { color: var(--muted); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.comparison-meta strong { margin-top: 3px; font-size: 12px; }
.comparison-meta > span { padding: 7px 10px; color: var(--green); background: #e8eee6; border-radius: 999px; font-size: 8px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }

.why-section {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 18px 0 130px;
}
.why-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 52px; }
.why-heading h2 { margin-top: 22px; font-family: Georgia, serif; font-size: clamp(44px, 5.2vw, 70px); line-height: .98; letter-spacing: -.05em; font-weight: 500; }
.why-heading h2 em { color: var(--green); font-weight: 500; }
.why-heading > p { max-width: 430px; padding-bottom: 8px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.why-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: auto auto; gap: 18px; }
.why-card { position: relative; overflow: hidden; min-width: 0; border: 1px solid var(--line); border-radius: 28px; background: var(--paper); }
.why-card h3 { font-family: Georgia, serif; font-size: 31px; line-height: 1.04; letter-spacing: -.035em; font-weight: 500; }
.why-card p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.why-icon { width: 43px; height: 43px; display: grid; place-items: center; color: var(--green); background: var(--lime); border-radius: 50%; font-size: 18px; font-weight: 850; }
.why-kicker { display: block; margin-bottom: 14px; color: var(--green); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.why-card-primary { min-height: 450px; padding: 38px; display: flex; flex-direction: column; color: var(--white); background: var(--green); border-color: var(--green); }
.why-card-primary::after { content: ""; position: absolute; width: 330px; height: 330px; right: -110px; top: -105px; border: 1px solid rgba(201,242,105,.2); border-radius: 50%; box-shadow: 0 0 0 48px rgba(201,242,105,.035), 0 0 0 96px rgba(201,242,105,.025); }
.why-icon-spark { position: relative; z-index: 1; margin-bottom: 62px; }
.why-card-primary .why-kicker { color: var(--lime); }
.why-card-primary h3 { max-width: 510px; font-size: clamp(40px, 4.2vw, 58px); }
.why-card-primary > p { max-width: 560px; margin-top: 20px; color: rgba(255,255,255,.66); }
.why-prompt { position: relative; min-height: 62px; margin-top: auto; padding: 10px 10px 10px 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--ink); background: var(--paper); border-radius: 18px; box-shadow: 0 18px 45px rgba(0,0,0,.18); font-size: 11px; font-weight: 650; }
.why-prompt b { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; background: var(--lime); border-radius: 50%; }
.why-card-detail { padding: 26px; }
.why-card-topline { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.detail-visual { position: relative; height: 190px; overflow: hidden; margin-bottom: 25px; background: #d9d0c2; border-radius: 20px; }
.detail-panel { position: absolute; inset: 20px 68px 20px 38px; border: 2px solid rgba(31,73,56,.55); border-radius: 6px; background: repeating-linear-gradient(90deg,#b58b5e 0 3px,#d5b384 4px 8px,#ae8053 9px 12px); box-shadow: inset -10px 0 25px rgba(53,32,14,.11); }
.detail-handle { position: absolute; z-index: 2; width: 5px; height: 50px; top: 70px; right: 89px; background: #342f29; border-radius: 999px; box-shadow: 0 2px 6px rgba(0,0,0,.3); }
.detail-scan { position: absolute; z-index: 3; left: 25px; right: 25px; top: 48%; height: 2px; background: var(--lime); box-shadow: 0 0 16px var(--lime); }
.detail-visual b { position: absolute; z-index: 4; left: 15px; bottom: 14px; padding: 7px 10px; color: var(--green); background: rgba(251,249,244,.9); border-radius: 999px; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.why-card-detail h3 { margin-bottom: 12px; }
.why-card-finish { min-height: 270px; padding: 26px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 28px; background: #e9e2d6; }
.finish-sample { position: relative; height: 218px; overflow: hidden; border: 6px solid var(--paper); border-radius: 18px; box-shadow: 0 15px 35px rgba(52,38,22,.14); transform: rotate(-3deg); }
.finish-grain { position: absolute; inset: 0; background: repeating-linear-gradient(87deg,#704620 0 3px,#b17b43 4px 8px,#8a572d 9px 12px,#c7965d 13px 16px); }
.finish-light { position: absolute; inset: 0; background: linear-gradient(115deg,rgba(255,255,255,.35),transparent 44%,rgba(37,20,7,.18)); }
.why-card-finish h3 { margin-bottom: 14px; }
.why-card-simple { padding: 34px; display: flex; flex-direction: column; background: var(--lime); border-color: var(--lime); }
.why-card-simple .why-icon { margin-bottom: 36px; color: var(--white); background: var(--green); }
.why-card-simple h3 { margin-bottom: 17px; font-size: 38px; }
.why-card-simple p { color: rgba(24,34,29,.68); }
.why-card-simple a { position: relative; align-self: flex-start; margin-top: auto; display: inline-flex; align-items: center; gap: 14px; padding-top: 28px; padding-bottom: 4px; border-bottom: 1px solid rgba(24,34,29,.35); font-size: 11px; font-weight: 850; }

.spaces-section {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 10px 0 135px;
}
.spaces-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 50px; }
.spaces-heading h2 { margin-top: 22px; font-family: Georgia, serif; font-size: clamp(44px, 5.2vw, 70px); line-height: .98; letter-spacing: -.05em; font-weight: 500; }
.spaces-heading h2 em { color: var(--green); font-weight: 500; }
.spaces-heading-copy { max-width: 430px; padding-bottom: 8px; }
.spaces-heading-copy p { color: var(--muted); font-size: 15px; line-height: 1.75; }
.spaces-heading-copy a { margin-top: 20px; display: inline-flex; align-items: center; gap: 13px; padding-bottom: 5px; border-bottom: 1px solid rgba(31,73,56,.35); color: var(--green); font-size: 11px; font-weight: 850; }
.spaces-grid { display: grid; grid-template-columns: 1.18fr .82fr .82fr; grid-template-rows: repeat(2, minmax(240px, auto)); gap: 16px; }
.space-card { position: relative; overflow: hidden; min-width: 0; padding: 22px; display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: 1fr auto; color: var(--white); background: #323a34; border-radius: 27px; isolation: isolate; }
.space-card::after { content: ""; position: absolute; z-index: 1; inset: 0; border: 1px solid rgba(255,255,255,.14); border-radius: inherit; pointer-events: none; }
.space-card-featured { grid-row: 1 / 3; }
.space-card-kitchen { grid-column: 2 / 4; }
.space-card img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.space-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg,rgba(12,21,16,.08) 25%,rgba(12,21,16,.86) 100%); }
.space-topline { position: absolute; z-index: 2; top: 22px; left: 22px; right: 22px; display: flex; align-items: center; justify-content: space-between; }
.space-count { position: absolute; z-index: 3; top: 22px; left: 22px; color: rgba(255,255,255,.75); font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.space-topline .space-count { position: static; }
.space-chip { padding: 7px 10px; color: var(--green); background: var(--lime); border-radius: 999px; font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.space-content { position: relative; z-index: 3; min-width: 0; grid-column: 1; grid-row: 2; align-self: end; padding-top: 72px; padding-right: 14px; }
.space-content > span { display: block; margin-bottom: 7px; color: var(--lime); font-size: 8px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.space-content h3 { font-family: Georgia, serif; font-size: 30px; line-height: 1; letter-spacing: -.035em; font-weight: 500; }
.space-card-featured .space-content { padding-top: 96px; padding-right: 20px; }
.space-card-featured .space-content h3 { font-size: clamp(40px, 4vw, 58px); }
.space-card-featured .space-content p { max-width: 410px; margin-top: 13px; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.65; }
.space-arrow { position: relative; z-index: 4; width: 42px; height: 42px; grid-column: 2; grid-row: 2; align-self: end; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-style: normal; font-weight: 900; transition: transform .25s ease; }
.space-card-featured .space-arrow { right: auto; bottom: auto; }
.space-card:hover img { transform: scale(1.045); }
.space-card:hover .space-arrow { transform: rotate(45deg); }
.space-art { position: absolute; z-index: -2; inset: 0; overflow: hidden; }
.space-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(13,23,17,.72),rgba(13,23,17,.08) 70%); }
.kitchen-art { background: #d7d1c6; }
.upper, .lower, .counter { position: absolute; display: block; }
.upper { top: 22px; width: 25%; height: 82px; background: repeating-linear-gradient(88deg,#8a5a31 0 3px,#b27b45 4px 8px,#936038 9px 12px); border-right: 2px solid #d3b38a; box-shadow: 0 8px 24px rgba(49,31,17,.15); }
.upper-one { right: 28%; }.upper-two { right: 3%; }
.counter { left: 37%; right: 0; top: 112px; height: 13px; background: #2b2b28; }
.lower { top: 125px; bottom: 0; background: #eee8dc; border-right: 2px solid #bdb7ac; }
.lower-one { left: 37%; width: 21%; }.lower-two { left: 58%; width: 21%; }.lower-three { left: 79%; right: 0; }
.tv-art { background: #c9bea9; }
.tv-panel { position: absolute; left: 25%; right: 7%; top: 15px; bottom: 44px; background: repeating-linear-gradient(88deg,#6f4528 0 3px,#a87343 4px 8px,#805131 9px 13px); }
.tv-screen { position: absolute; z-index: 1; width: 40%; height: 43%; right: 17%; top: 24%; background: #171b19; border: 3px solid #2d322f; box-shadow: 0 9px 25px rgba(0,0,0,.3); }
.tv-console { position: absolute; z-index: 1; left: 18%; right: 6%; bottom: 22px; height: 38px; background: #e5e0d7; box-shadow: 0 8px 18px rgba(46,38,28,.18); }
.tv-light { position: absolute; z-index: 1; right: 13%; top: 0; width: 2px; height: 55%; background: var(--lime); box-shadow: 0 0 22px var(--lime); }
.office-art { background: #d8d2c8; }
.office-wall { position: absolute; inset: 0; background: linear-gradient(115deg,#e4ded3,#bcb5aa); }
.office-desk { position: absolute; z-index: 1; left: 21%; right: 5%; bottom: 52px; height: 24px; background: repeating-linear-gradient(88deg,#85532d 0 3px,#b17b47 4px 8px,#96613a 9px 12px); box-shadow: 0 9px 18px rgba(44,30,18,.2); }
.office-leg { position: absolute; z-index: 1; right: 13%; bottom: 0; width: 10px; height: 55px; background: #252c28; }
.office-drawer { position: absolute; z-index: 1; left: 28%; bottom: 4px; width: 35%; height: 48px; background: #eee9df; border-top: 2px solid #aba59b; }
.spaces-note { margin-top: 28px; display: flex; align-items: center; justify-content: center; gap: 11px; color: var(--muted); font-size: 11px; }
.spaces-note > span { width: 28px; height: 28px; display: grid; place-items: center; color: var(--green); background: rgba(201,242,105,.55); border-radius: 50%; }
.spaces-note strong { color: var(--ink); }

/* Intermediate/tablet and mobile "Desktop site" viewport.
   Reflow before the approved desktop grids become compressed. */
@media (min-width: 901px) and (max-width: 1100px) {
  .site-header-inner,
  .hero,
  .how-section,
  .results-showcase,
  .why-section,
  .spaces-section,
  .final-cta {
    width: calc(100% - 40px);
  }

  .desktop-nav {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    padding: 18px;
    flex-direction: column;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(0,0,0,.12);
  }
  .desktop-nav.nav-open { display: flex; }
  .menu-button { display: flex; min-width: 44px; min-height: 44px; }
  .text-button { display: none; }

  .hero {
    min-height: 650px;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 30px;
    padding-block: 40px 64px;
  }
  .hero h1 { font-size: clamp(52px, 7vw, 70px); }
  .hero-visual { min-height: 520px; }
  .visual-orbit-one { width: 470px; height: 360px; }
  .visual-orbit-two { width: 390px; height: 480px; }
  .result-frame { width: min(380px, 76%); }
  .laminate-swatch { right: -1%; width: 146px; }

  .brand-strip { flex-wrap: wrap; justify-content: center; }
  .brand-strip > p { width: 100%; text-align: center; }

  .how-section { padding: 96px 0 58px; }
  .feature-intro { padding-top: 58px; }
  .how-heading,
  .why-heading,
  .spaces-heading { gap: 36px; }
  .how-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .how-card:last-child { grid-column: 1 / -1; }
  .how-card:last-child .step-visual { max-width: 520px; margin-inline: auto; }

  .results-showcase {
    padding: 48px;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 34px;
  }
  .comparison-images { height: 420px; }

  .why-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .why-card-primary,
  .why-card-detail { min-height: 460px; }

  .spaces-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: minmax(240px, auto);
  }
  .space-card-featured,
  .space-card-kitchen { grid-column: 1 / -1; grid-row: auto; }
  .space-card-featured { min-height: 380px; }

  .final-cta { padding: 58px 48px; gap: 36px; }
  .cta-copy h2 { font-size: clamp(44px, 5.6vw, 60px); }
  .faq-section { width: calc(100% - 80px); gap: 56px; }
  .footer-main { padding-inline: 56px; }
}

@media (max-width: 900px) {
  .site-header-inner { width: min(100% - 30px, 1240px); }
  .desktop-nav { display: none; position: absolute; top: calc(100% + 8px); left: 0; right: 0; padding: 18px; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 50px rgba(0,0,0,.12); }
  .desktop-nav.nav-open { display: flex; }
  .menu-button { display: flex; }
  .text-button { display: none; }
  .hero { width: min(100% - 30px, 680px); grid-template-columns: 1fr; gap: 28px; padding-top: 40px; text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .proof { justify-content: center; }
  .hero-description { margin-inline: auto; }
  .hero-visual { min-height: 620px; }
  .brand-strip { flex-direction: column; text-align: center; }
  .steps { flex-wrap: wrap; justify-content: center; }
  .how-section { width: min(100% - 30px, 680px); padding: 90px 0 54px; }
  .feature-intro { padding-top: 54px; }
  .how-heading { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .how-heading .eyebrow { justify-content: center; }
  .how-heading > p { margin: 0 auto; }
  .how-cards { grid-template-columns: 1fr; gap: 16px; }
  .how-cards::before { display: none; }
  .how-card { display: grid; grid-template-columns: 45% 1fr; grid-template-rows: auto auto 1fr; column-gap: 24px; align-items: start; }
  .how-card-top { grid-column: 2; margin: 4px 0 24px; }
  .step-visual { grid-column: 1; grid-row: 1 / 4; height: 230px; margin: 0; }
  .how-card h3, .how-card > p { grid-column: 2; }
  .card-note { grid-column: 2; align-self: end; justify-self: start; }
  .results-showcase { width: min(100% - 30px, 680px); padding: 56px; grid-template-columns: 1fr; gap: 48px; }
  .showcase-copy { text-align: center; }
  .showcase-copy .eyebrow { justify-content: center; }
  .showcase-copy > p { margin-inline: auto; }
  .result-facts { max-width: 440px; margin-inline: auto; text-align: left; }
  .why-section { width: min(100% - 30px, 680px); padding-bottom: 100px; }
  .why-heading { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .why-heading .eyebrow { justify-content: center; }
  .why-heading > p { margin: 0 auto; }
  .why-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .why-card-primary { min-height: 470px; }
  .why-card-detail { min-height: 460px; }
  .why-card-finish { min-height: 300px; }
  .why-card-simple { min-height: 330px; }
  .spaces-section { width: min(100% - 30px, 680px); padding-bottom: 100px; }
  .spaces-heading { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .spaces-heading .eyebrow { justify-content: center; }
  .spaces-heading-copy { margin: 0 auto; }
  .spaces-grid { grid-template-columns: 1fr 1fr; grid-template-rows: minmax(390px, auto) minmax(220px, auto) minmax(220px, auto); }
  .space-card-featured { grid-column: 1 / 3; grid-row: auto; }
  .space-card-kitchen { grid-column: 1 / 3; }
  .final-cta { width: min(100% - 30px, 680px); padding: 62px 52px 46px; grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .cta-kicker, .cta-actions { justify-content: center; }
  .cta-copy > p { margin-inline: auto; }
  .cta-preview { min-height: 390px; }
  .faq-section { width: min(100% - 30px, 680px); padding: 90px 0 105px; grid-template-columns: 1fr; gap: 42px; }
  .faq-intro { position: static; text-align: center; }
  .faq-intro .eyebrow { justify-content: center; }
  .faq-intro > p { margin-inline: auto; }
  .footer-main { grid-template-columns: 1fr; gap: 52px; padding: 62px 52px 52px; }
  .footer-links { max-width: 420px; }
  .footer-bottom { margin-inline: 52px; }
}

@media (max-width: 560px) {
  .site-header { height: 70px; }
  .brand { font-size: 19px; }
  .brand-logo-image { height: 29px; }
  .brand-mark { transform: scale(.9); }
  .button-small { display: none; }
  .hero { min-height: auto; padding: 52px 0 52px; }
  .hero h1 { margin-top: 18px; font-size: clamp(53px, 16vw, 72px); }
  .hero-description { padding: 0 4px; font-size: 15px; }
  .hero-actions { margin-top: 28px; flex-direction: column; gap: 18px; }
  .button-accent { width: min(100%, 310px); }
  .proof { margin-top: 38px; text-align: left; }
  .hero-visual { min-height: 480px; margin-top: 6px; }
  .hero-visual::before { inset: 35px -20px 20px; }
  .visual-orbit-one { width: 410px; height: 330px; }
  .visual-orbit-two { width: 330px; height: 430px; }
  .result-frame { width: 77%; border-width: 6px; border-radius: 20px; }
  .laminate-swatch { right: -4%; top: 11%; width: 136px; grid-template-columns: 42px 1fr; }
  .grain { height: 45px; }
  .instruction-bubble { left: -3%; bottom: 12%; max-width: 200px; }
  .result-bottom { padding: 10px; }
  .result-bottom strong { font-size: 10px; }
  .ai-chip { display: none; }
  .brand-strip { padding-block: 30px; }
  .steps { max-width: 280px; display: grid; grid-template-columns: 1fr; gap: 13px; text-align: left; }
  .steps i { display: none; }
  .how-section { padding: 76px 0 52px; }
  .how-heading { margin-bottom: 34px; }
  .how-heading h2 { font-size: 43px; }
  .how-cards { gap: 14px; }
  .spaces-section { padding-top: 0; padding-bottom: 80px; }
  .spaces-heading { margin-bottom: 34px; }
  .spaces-heading h2 { font-size: 43px; }
  .spaces-grid { grid-template-columns: 1fr; grid-template-rows: none; grid-auto-rows: minmax(210px, auto); gap: 13px; }
  .space-card-featured, .space-card-kitchen { grid-column: auto; }
  .space-card-featured { min-height: 410px; }
  .space-card-featured .space-content { left: auto; bottom: auto; }
  .space-card-featured .space-content h3 { font-size: 43px; }
  .space-card-featured .space-content p { max-width: 260px; font-size: 11px; }
  .space-card-featured .space-arrow { right: auto; bottom: auto; }
  .spaces-note { align-items: flex-start; padding: 0 14px; line-height: 1.55; text-align: left; }
  .how-card { display: block; padding: 16px 16px 24px; }
  .how-card-top { margin: 0 0 14px; }
  .step-visual { height: 210px; margin-bottom: 23px; }
  .how-card h3 { font-size: 24px; }
  .how-action { flex-direction: column; }
  .how-action .button { width: min(100%, 310px); }
  .feature-intro { padding: 52px 24px 100px; }
  .results-showcase { margin-bottom: 80px; padding: 38px 16px 16px; border-radius: 27px; }
  .showcase-copy { padding: 0 8px; }
  .showcase-copy h2 { font-size: 43px; }
  .showcase-copy .button { width: min(100%, 310px); }
  .comparison-card { padding: 7px; border-radius: 20px; transform: none; }
  .comparison-images { height: 380px; gap: 4px; }
  .comparison-images figure:first-child { border-radius: 13px 3px 3px 13px; }
  .comparison-images figure:last-child { border-radius: 3px 13px 13px 3px; }
  .comparison-images figcaption { top: 9px; left: 9px; padding: 6px 8px; font-size: 8px; }
  .comparison-meta { grid-template-columns: 36px 1fr; }
  .meta-swatch { width: 36px; height: 36px; }
  .comparison-meta > span { display: none; }
  .why-section { padding-top: 8px; padding-bottom: 80px; }
  .why-heading { margin-bottom: 34px; }
  .why-heading h2 { font-size: 43px; }
  .why-card { border-radius: 23px; }
  .why-card-primary { min-height: 455px; padding: 27px 22px; }
  .why-icon-spark { margin-bottom: 46px; }
  .why-card-primary h3 { font-size: 41px; }
  .why-prompt { left: auto; right: auto; bottom: auto; padding-left: 14px; }
  .why-card-detail { min-height: auto; padding: 18px 18px 27px; }
  .detail-visual { height: 205px; }
  .why-card-finish { min-height: auto; padding: 18px; grid-template-columns: 1fr; gap: 27px; }
  .finish-sample { height: 210px; transform: none; }
  .why-card-simple { min-height: 340px; padding: 27px 22px; }
  .why-card-simple h3 { font-size: 36px; }
  .why-card-simple a { left: auto; bottom: auto; }
  .final-cta { width: calc(100% - 24px); min-height: auto; margin-bottom: 12px; padding: 50px 18px 32px; border-radius: 27px; }
  .cta-copy h2 { font-size: clamp(36px, 11vw, 46px); }
  .cta-copy h2 br { display: none; }
  .cta-copy > p { font-size: 14px; }
  .cta-actions { margin-top: 28px; flex-direction: column; gap: 16px; }
  .cta-actions .button { width: min(100%, 310px); }
  .cta-preview { min-height: min(112vw, 430px); }
  .cta-photo { width: min(68vw, 280px); }
  .cta-sample { right: 1%; width: min(29vw, 108px); }
  .cta-grain { height: min(18vw, 70px); }
  .cta-message { left: 1%; bottom: 10%; max-width: min(52vw, 205px); }
  .faq-section { width: calc(100% - 24px); padding: 72px 0 80px; gap: 34px; }
  .faq-intro h2 { font-size: 43px; }
  .faq-list summary { min-height: 82px; padding: 20px 2px; gap: 16px; font-size: 18px; }
  .faq-list summary span { gap: 11px; }
  .faq-list summary i { flex-basis: 31px; width: 31px; height: 31px; }
  .faq-list details > p { padding: 0 42px 24px 22px; font-size: 13px; }
  .site-footer { padding: 0 12px 12px; }
  .footer-shell { border-radius: 27px; }
  .footer-main { gap: 48px; padding: 48px 24px 38px; }
  .footer-brand > p { margin: 23px 0 27px; font-size: 17px; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 22px; padding: 24px; }
  .footer-links > div + div { padding-left: 22px; }
  .footer-bottom {
    min-height: auto;
    margin: 0 24px;
    padding: 24px 0 27px;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

/* Phone-size tuning: scale with the real viewport instead of fixed mobile sizes. */
@media (max-width: 431px) {
  .footer-links { grid-template-columns: 1fr; gap: 24px; }
  .footer-links > div + div { padding: 23px 0 0; border-top: 1px solid rgba(255,255,255,.09); border-left: 0; }
  .site-header-inner,
  .hero,
  .how-section,
  .results-showcase,
  .why-section,
  .spaces-section {
    width: calc(100% - 24px);
  }

  .site-header { height: 64px; }
  .menu-button { min-width: 44px; min-height: 44px; }

  .hero { padding: 36px 0 42px; }
  .hero h1 {
    font-size: clamp(42px, 14vw, 58px);
    line-height: .95;
    letter-spacing: -.055em;
  }
  .hero-description { font-size: 14px; line-height: 1.6; }
  .hero-visual {
    min-height: clamp(390px, 112vw, 480px);
    width: 100%;
    overflow: hidden;
  }
  .visual-orbit-one { width: 105vw; height: 82vw; }
  .visual-orbit-two { width: 84vw; height: 108vw; }
  .result-frame { width: min(76vw, 300px); }
  .laminate-swatch {
    right: 0;
    width: min(36vw, 136px);
    padding: 7px;
    grid-template-columns: 35px minmax(0, 1fr);
  }
  .laminate-swatch strong { font-size: 11px; }
  .grain { height: 39px; }
  .instruction-bubble {
    left: 0;
    bottom: 9%;
    max-width: min(53vw, 190px);
    padding: 10px 12px;
    font-size: 10px;
  }

  .how-section,
  .feature-intro,
  .why-section,
  .spaces-section { padding-bottom: 68px; }
  .how-section { padding-top: 64px; padding-bottom: 48px; }
  .feature-intro { padding-top: 48px; }

  .how-heading h2,
  .feature-intro h2,
  .showcase-copy h2,
  .why-heading h2,
  .spaces-heading h2 {
    font-size: clamp(34px, 11vw, 43px);
  }

  .step-visual { height: min(56vw, 210px); }
  .swatch { width: 30vw; height: 43vw; max-width: 112px; max-height: 164px; }
  .swatch-one { margin-left: -31vw; }
  .swatch-two { margin-right: -31vw; }

  .results-showcase { padding: 32px 12px 12px; gap: 36px; }
  .comparison-images { height: clamp(280px, 100vw, 380px); }

  .why-card-primary {
    min-height: 430px;
    padding-inline: 18px;
  }
  .why-card-primary h3 { font-size: clamp(34px, 10.5vw, 41px); }
  .why-prompt { left: auto; right: auto; }

  .spaces-grid { grid-template-rows: none; grid-auto-rows: minmax(min(58vw, 210px), auto); }
  .space-card-featured { min-height: min(118vw, 410px); }
  .space-card-featured .space-content h3 { font-size: clamp(34px, 11vw, 43px); }
}

@media (max-width: 350px) {
  .brand-strip { padding-inline: 20px; }
  .hero h1 br,
  .how-heading h2 br,
  .showcase-copy h2 br,
  .why-heading h2 br,
  .spaces-heading h2 br { display: none; }
  .button { padding-inline: 18px; gap: 10px; }
  .proof { align-items: flex-start; }
  .result-top { top: 9px; left: 9px; right: 9px; }
  .result-bottom { left: 9px; right: 9px; bottom: 9px; }
  .why-prompt { font-size: 10px; }
}

/* Landscape and short-screen phones should not inherit tall portrait spacing. */
@media (max-height: 520px) and (orientation: landscape) {
  .hero { min-height: auto; padding-block: 28px 40px; }
  .hero-visual { min-height: 430px; }
}
