:root {
  --sand: #e9e0d2;
  --sand-deep: #ded2bf;
  --paper: #f8f6f1;
  --paper-strong: #fffefa;
  --olive: #465242;
  --olive-dark: #354032;
  --clay: #b96f52;
  --clay-dark: #a95d43;
  --ink: #332f2a;
  --muted: #77746e;
  --line: rgba(61, 59, 51, .15);
  --metal: #b8b8b3;
  --font-body: "Segoe UI", "Aptos", Arial, sans-serif;
  --font-display: "Aptos Display", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); }
button, input, select { font: inherit; }
a { color: inherit; }
img { max-width: 100%; }
.section-wrap { width: min(1190px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: absolute; top: -60px; left: 16px; z-index: 100; padding: 12px 16px; border-radius: 8px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }

.site-header { position: relative; z-index: 20; background: rgba(248, 246, 241, .94); border-bottom: 1px solid rgba(51, 47, 42, .08); }
.header-inner { width: min(1380px, calc(100% - 64px)); min-height: 78px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; color: var(--olive); font-family: var(--font-display); font-size: 1.43rem; font-weight: 800; letter-spacing: -.07em; text-decoration: none; white-space: nowrap; }
.wordmark-mark { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 10px; background: var(--olive); color: var(--paper); font-family: Georgia, serif; font-size: 1.15rem; font-weight: 500; letter-spacing: -.05em; }
.wordmark-light { font-weight: 500; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 46px); }
.main-nav a { color: var(--ink); font-size: .88rem; text-decoration: none; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--clay-dark); }
.main-nav .nav-cta { display: inline-flex; align-items: center; gap: 14px; padding: 12px 17px; border: 1px solid var(--olive); border-radius: 4px; color: var(--olive); font-weight: 600; }
.nav-cta span { font-size: 1.05rem; transition: transform .2s ease; }
.nav-cta:hover span { transform: translate(2px, -2px); }
.menu-toggle { display: none; }

.hero { position: relative; overflow: hidden; background: var(--sand); }
.hero::before { position: absolute; top: -280px; left: -230px; width: 660px; height: 660px; border: 1px solid rgba(70, 82, 66, .1); border-radius: 50%; content: ""; }
.hero::after { position: absolute; top: -220px; left: -170px; width: 540px; height: 540px; border: 1px solid rgba(70, 82, 66, .08); border-radius: 50%; content: ""; }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: .88fr 1.12fr; width: min(1380px, calc(100% - 64px)); min-height: 620px; margin-inline: auto; }
.hero-copy { align-self: center; padding: 65px 0 72px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 21px; color: var(--olive); font-size: .73rem; font-weight: 700; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-line { width: 28px; height: 1px; background: var(--clay); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--font-display); }
h1 { max-width: 690px; margin-bottom: 22px; color: var(--olive-dark); font-size: clamp(3.15rem, 6.6vw, 6.3rem); font-weight: 700; letter-spacing: -.075em; line-height: .99; }
h1 em, h2 em, .site-footer em { color: var(--clay); font-style: normal; }
.hero-intro { max-width: 485px; margin-bottom: 31px; color: #59564f; font-size: 1.05rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 17px; padding: 0 21px; border: 1px solid transparent; border-radius: 4px; font-size: .88rem; font-weight: 700; text-decoration: none; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--clay); color: white; box-shadow: 0 10px 25px rgba(126, 72, 52, .13); }
.button-primary:hover { background: var(--clay-dark); box-shadow: 0 13px 28px rgba(126, 72, 52, .19); }
.button span { font-size: 1.1rem; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--olive); font-size: .87rem; font-weight: 700; text-decoration: none; }
.text-link span { color: var(--clay); font-size: 1.1rem; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 54px; padding-top: 20px; border-top: 1px solid rgba(51, 47, 42, .15); color: #666259; font-size: .77rem; }
.hero-notes span { display: inline-flex; align-items: center; gap: 9px; }
.note-icon { color: var(--olive); font-size: 1.17rem; }

.hero-visual { position: relative; min-height: 620px; overflow: hidden; isolation: isolate; }
.visual-glow { position: absolute; top: 9%; right: 7%; width: 80%; height: 70%; border-radius: 50%; background: rgba(255, 254, 250, .53); filter: blur(1px); }
.visual-floor { position: absolute; right: -15%; bottom: -5%; left: -8%; height: 28%; transform: skewY(-5deg); background: linear-gradient(180deg, rgba(201, 188, 169, .02), rgba(187, 170, 147, .36)); }
.hero-visual::after { position: absolute; right: 4%; bottom: 12%; width: 28%; height: 8%; border-radius: 50%; background: rgba(59, 54, 43, .2); filter: blur(20px); content: ""; }
.table-art { position: absolute; top: 8%; right: 0; width: min(100%, 690px); height: 90%; }
.table-leg { position: absolute; z-index: 1; top: 35%; width: 18px; height: 57%; border: 1px solid rgba(89, 91, 84, .35); border-radius: 12px; background: linear-gradient(90deg, #85867e 0%, #d2d1c9 35%, #a7a79e 65%, #73746d 100%); box-shadow: 3px 5px 9px rgba(68, 64, 55, .1); transform-origin: 50% 0; }
.leg-back-left { left: 36%; height: 48%; transform: rotate(-7deg); opacity: .75; }
.leg-back-right { left: 58%; height: 48%; transform: rotate(6deg); opacity: .78; }
.leg-front-left { left: 27%; height: 59%; transform: rotate(13deg); }
.leg-front-right { left: 69%; height: 59%; transform: rotate(-13deg); }
.table-support { position: absolute; z-index: 2; top: 47%; left: 34%; width: 34%; height: 13px; border: 1px solid rgba(89, 91, 84, .3); border-radius: 9px; background: linear-gradient(180deg, #d7d6cf, #91928a); box-shadow: 0 3px 7px rgba(68, 64, 55, .12); }
.table-brace { position: absolute; z-index: 2; top: 54%; left: 44%; width: 24%; height: 10px; border-radius: 8px; background: linear-gradient(180deg, #d2d1c9, #85867e); transform: rotate(58deg); transform-origin: 0 50%; }
.brace-horizontal { top: 56%; left: 31%; width: 39%; height: 12px; transform: rotate(0); }
.brace-diagonal { top: 48%; left: 49%; width: 27%; }
.table-top { position: absolute; z-index: 4; top: 8%; left: 0; width: 97%; height: 37%; border: 1px solid rgba(255, 255, 255, .9); border-radius: 50%; background: linear-gradient(150deg, #fffefa 3%, #f4f1e9 55%, #e9e4d8 100%); box-shadow: 0 18px 0 -8px #d4cbbd, 0 28px 38px rgba(72, 67, 55, .16), inset 0 5px 12px rgba(255, 255, 255, .92); transform: rotateX(18deg); }
.metal-disc { position: absolute; top: 14%; left: 24%; display: grid; width: 52%; height: 65%; place-items: center; overflow: hidden; border: 1px solid rgba(123, 123, 116, .58); border-radius: 50%; background: repeating-linear-gradient(168deg, #c8c8c3 0, #d3d3ce 2px, #bcbcb7 4px, #d2d2cd 6px); box-shadow: inset 0 2px 7px rgba(255, 255, 255, .74), 0 5px 9px rgba(65, 65, 59, .2); }
.metal-disc::after { position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(ellipse at 50% 38%, transparent 30%, rgba(67, 65, 59, .08) 100%); content: ""; }
.plate-wordmark { position: relative; z-index: 1; color: var(--olive-dark); font-family: var(--font-display); font-size: clamp(.6rem, 1vw, .88rem); font-weight: 800; letter-spacing: -.04em; }
.plate-screw { position: absolute; z-index: 2; width: 9px; height: 9px; border: 1px solid #85857f; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #f7f6f2 0 15%, #989992 18% 51%, #666760 53% 60%, #c5c5c0 62%); }
.screw-top { top: 12%; left: 49%; }.screw-right { top: 48%; right: 7%; }.screw-bottom { bottom: 12%; left: 49%; }.screw-left { top: 48%; left: 7%; }
.table-foot { position: absolute; z-index: 1; bottom: 1%; width: 55px; height: 13px; border-radius: 50%; background: linear-gradient(180deg, #aaa99f, #696b64); box-shadow: 0 8px 8px rgba(65, 61, 51, .12); }
.foot-left { left: 23%; }.foot-right { right: 17%; }
.visual-caption { position: absolute; z-index: 4; right: 4%; bottom: 8%; display: flex; align-items: center; gap: 9px; padding: 11px 14px; border: 1px solid rgba(51, 47, 42, .12); border-radius: 30px; background: rgba(248, 246, 241, .82); color: var(--ink); font-size: .7rem; backdrop-filter: blur(10px); }
.caption-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--clay); }
.visual-index { position: absolute; bottom: 8%; left: 4%; color: rgba(51, 47, 42, .58); font-family: var(--font-display); font-size: .65rem; font-weight: 700; letter-spacing: .15em; }
.visual-index span { margin-inline: 5px; color: var(--clay); }
.hero-bottom-rule { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: rgba(51, 47, 42, .12); }

.intro-strip { display: flex; min-height: 84px; align-items: center; justify-content: center; gap: clamp(20px, 5vw, 75px); padding: 18px 32px; border-bottom: 1px solid var(--line); background: var(--paper); }
.intro-strip p { margin: 0; color: #5e5a53; font-size: .82rem; }
.strip-mark { color: var(--clay); font-size: 1.05rem; }

.products { padding-block: 118px 126px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 47px; }
.section-heading .eyebrow, .process-heading .eyebrow, .faq-intro .eyebrow { margin-bottom: 16px; }
h2 { margin-bottom: 0; color: var(--olive-dark); font-size: clamp(2.6rem, 4.8vw, 4.55rem); font-weight: 650; letter-spacing: -.075em; line-height: 1.04; }
.section-lead { max-width: 380px; margin-bottom: 4px; color: var(--muted); font-size: .98rem; line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.product-card { overflow: hidden; border: 1px solid rgba(51, 47, 42, .1); border-radius: 5px; background: var(--paper-strong); }
.product-art { position: relative; display: grid; min-height: 340px; place-items: center; overflow: hidden; }
.table-card-art { background: linear-gradient(180deg, #e8e0d3, #f1eee7 72%, #e3ded3); }
.table-card-art::before { position: absolute; right: -20%; bottom: 7%; left: -15%; height: 20%; transform: rotate(-5deg); background: rgba(179, 163, 139, .25); content: ""; }
.art-label { position: absolute; top: 20px; left: 22px; color: rgba(51, 47, 42, .52); font-size: .63rem; font-weight: 700; letter-spacing: .14em; }
.card-table { position: absolute; top: 16%; left: 28%; width: 49%; height: 80%; }
.card-tabletop { position: absolute; z-index: 4; top: 0; left: -11%; width: 120%; height: 30%; border: 1px solid white; border-radius: 50%; background: linear-gradient(150deg, #fffefa, #e8e3d9); box-shadow: 0 9px 0 -3px #cec5b6, 0 18px 20px rgba(55, 49, 41, .15); transform: rotateX(16deg); }
.card-metal-disc { position: absolute; top: 15%; left: 30%; display: grid; width: 42%; height: 63%; place-items: center; border: 1px solid #aaa9a3; border-radius: 50%; background: repeating-linear-gradient(160deg, #cacac5, #b7b8b2 3px, #d6d6d1 6px); color: var(--olive); font-family: var(--font-display); font-size: .68rem; font-weight: 800; box-shadow: inset 0 2px 5px white; }
.card-metal-disc i { position: absolute; top: 13%; left: 49%; width: 5px; height: 5px; border: 1px solid #8b8b84; border-radius: 50%; background: #f5f5ef; }
.card-metal-disc i:nth-of-type(2) { top: 48%; left: 86%; }.card-metal-disc i:nth-of-type(3) { top: 83%; left: 49%; }.card-metal-disc i:nth-of-type(4) { top: 48%; left: 13%; }
.card-leg { position: absolute; z-index: 2; top: 25%; width: 10px; height: 68%; border-radius: 8px; background: linear-gradient(90deg, #84857d, #d0cfc7 45%, #83847d); transform-origin: top center; }
.card-leg-one { left: 16%; transform: rotate(14deg); }.card-leg-two { right: 17%; transform: rotate(-14deg); }
.card-leg-three { left: 52%; height: 55%; transform: rotate(1deg); opacity: .65; }
.card-brace { position: absolute; z-index: 3; top: 54%; left: 14%; width: 77%; height: 8px; border-radius: 8px; background: linear-gradient(180deg, #d4d3cb, #85867e); }
.product-card-plate .product-art { background: linear-gradient(140deg, #e6dece, #f3efe7); }
.sample-shadow { position: absolute; right: 12%; bottom: 18%; width: 70%; height: 15%; border-radius: 50%; background: rgba(64, 59, 50, .16); filter: blur(15px); }
.sample-plate { position: absolute; top: 25%; left: 20%; display: grid; width: 58%; height: 50%; place-items: center; transform: rotate(-7deg); border: 1px solid #a6a6a0; border-radius: 3px; background: repeating-linear-gradient(170deg, #d0d0cb 0, #bbbcb6 2px, #d8d8d3 4px); color: rgba(70, 82, 66, .68); box-shadow: 0 15px 22px rgba(58, 54, 46, .16), inset 0 1px 5px rgba(255, 255, 255, .9); font-family: var(--font-display); font-size: .77rem; font-weight: 700; letter-spacing: .16em; text-align: center; }
.hole { position: absolute; width: 11px; height: 11px; border: 1px solid #9d9d96; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #efeee9, #888982 56%, #f1f0eb 65%); }
.hole-tl { top: 8px; left: 8px; }.hole-tr { top: 8px; right: 8px; }.hole-bl { bottom: 8px; left: 8px; }.hole-br { right: 8px; bottom: 8px; }
.sample-sticker { position: absolute; z-index: 3; display: grid; place-items: center; color: var(--paper); font-family: var(--font-display); font-size: .56rem; font-weight: 800; letter-spacing: .08em; box-shadow: 0 9px 16px rgba(49, 46, 40, .19); }
.sticker-round { right: 17%; bottom: 18%; width: 67px; height: 67px; border: 5px solid rgba(255,255,255,.65); border-radius: 50%; background: var(--olive); transform: rotate(8deg); }
.sticker-oval { right: 12%; bottom: 38%; width: 78px; height: 32px; border: 3px solid rgba(255,255,255,.6); border-radius: 50%; background: var(--clay); transform: rotate(8deg); font-size: .45rem; }
.product-card-copy { padding: 25px 28px 29px; }
.product-card-title { display: flex; align-items: baseline; gap: 14px; }
.product-card-title > span { color: var(--clay); font-size: .72rem; font-weight: 700; letter-spacing: .1em; }
.product-card h3 { margin: 0; color: var(--olive-dark); font-family: var(--font-display); font-size: 1.48rem; letter-spacing: -.045em; }
.product-card-copy > p { max-width: 440px; margin: 12px 0 19px; color: var(--muted); font-size: .92rem; line-height: 1.65; }
.arrow-link { display: inline-flex; align-items: center; gap: 10px; color: var(--olive); font-size: .82rem; font-weight: 700; text-decoration: none; }
.arrow-link span { color: var(--clay); font-size: 1.05rem; transition: transform .2s ease; }
.arrow-link:hover span { transform: translate(3px, -3px); }

.real-estate { position: relative; overflow: hidden; background: var(--olive); color: var(--paper); }
.real-estate-inner { position: relative; display: grid; min-height: 620px; grid-template-columns: 1fr .92fr; align-items: center; gap: clamp(45px, 9vw, 125px); padding-block: 88px; }
.real-estate-photo { position: relative; min-height: 420px; overflow: hidden; border-radius: 4px; background: #d7c8b1; }
.estate-scene { position: absolute; inset: 0; overflow: hidden; background: linear-gradient(180deg, #efe7d9 0%, #e2d5c1 76%); }
.estate-window { position: absolute; top: 10%; right: 10%; display: grid; width: 53%; height: 43%; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; border: 8px solid rgba(255,255,255,.7); opacity: .8; box-shadow: 0 8px 24px rgba(74,63,46,.1); }
.estate-window span { border: 4px solid rgba(255,255,255,.68); }
.estate-plant { position: absolute; z-index: 3; right: 4%; bottom: 19%; width: 100px; height: 190px; }
.estate-plant::after { position: absolute; right: 8px; bottom: 0; left: 8px; height: 54px; border-radius: 4px 4px 18px 18px; background: #c2ad91; content: ""; }
.estate-plant i { position: absolute; bottom: 38px; left: 49%; width: 10px; height: 128px; border-radius: 90% 10% 80% 12%; background: #78816e; transform: rotate(-25deg); transform-origin: bottom; }
.estate-plant i:nth-child(2) { transform: rotate(21deg); height: 148px; }.estate-plant i:nth-child(3) { transform: rotate(-5deg); height: 171px; }.estate-plant i:nth-child(4) { transform: rotate(38deg); height: 112px; }
.estate-floor { position: absolute; right: -10%; bottom: -5%; left: -10%; height: 24%; transform: rotate(-4deg); background: linear-gradient(180deg, #d8cbb8, #cbbba5); }
.estate-table { position: absolute; z-index: 4; bottom: 10%; left: 24%; width: 56%; height: 71%; }
.estate-table-top { position: absolute; z-index: 5; top: 0; left: -12%; display: grid; width: 124%; height: 26%; place-items: center; border: 7px solid rgba(255,255,255,.75); border-radius: 50%; background: linear-gradient(150deg, #58634e, #394435); box-shadow: 0 9px 0 -2px #d2c6b4, 0 19px 27px rgba(48,44,36,.22); color: #f4efe5; transform: rotateX(18deg); }
.estate-table-top span { font-family: var(--font-display); font-size: .75rem; font-weight: 800; letter-spacing: .12em; line-height: 1.35; text-align: center; }
.estate-leg { position: absolute; z-index: 2; top: 19%; width: 15px; height: 81%; border-radius: 10px; background: linear-gradient(90deg, #73766c, #b4b4a9 48%, #76786f); }
.estate-leg-left { left: 24%; transform: rotate(10deg); }.estate-leg-right { right: 24%; transform: rotate(-10deg); }
.estate-crossbar { position: absolute; z-index: 3; top: 51%; left: 16%; width: 69%; height: 12px; border-radius: 8px; background: linear-gradient(180deg,#c5c4ba,#777970); }
.photo-note { position: absolute; z-index: 8; right: 13px; bottom: 13px; padding: 9px 12px; border-radius: 3px; background: rgba(248, 246, 241, .9); color: var(--ink); font-size: .68rem; }
.eyebrow-light { color: #e7dfd0; }
.eyebrow-light .eyebrow-line { background: #d18a6d; }
.real-estate-copy h2 { color: var(--paper); font-size: clamp(2.55rem, 4.2vw, 4.15rem); }
.real-estate-copy h2 em { color: #d59072; }
.real-estate-copy > p:not(.eyebrow) { max-width: 440px; margin: 24px 0 29px; color: rgba(248, 246, 241, .77); font-size: .96rem; line-height: 1.75; }
.button-light { background: var(--paper); color: var(--olive-dark); }
.button-light:hover { background: #fff; }
.estate-side-note { position: absolute; right: -44px; bottom: 112px; color: rgba(248,246,241,.37); font-size: .58rem; font-weight: 700; letter-spacing: .18em; writing-mode: vertical-rl; }

.process { padding-block: 115px 126px; }
.process-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 58px; }
.process-heading h2 { font-size: clamp(2.8rem, 5vw, 4.6rem); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.step { position: relative; min-height: 245px; padding: 30px 35px 16px 0; }
.step + .step { padding-left: 35px; border-left: 1px solid var(--line); }
.step-number { color: var(--clay); font-size: .72rem; font-weight: 700; letter-spacing: .1em; }
.step-icon { display: grid; width: 52px; height: 52px; place-items: center; margin: 25px 0 20px; border: 1px solid rgba(70,82,66,.25); border-radius: 50%; color: var(--olive); font-family: var(--font-display); font-size: 1.15rem; }
.icon-upload span { font-size: 1.35rem; }.icon-design span { color: var(--clay); }.icon-approve span { font-size: 1.25rem; }
.step h3 { margin-bottom: 10px; color: var(--olive-dark); font-family: var(--font-display); font-size: 1.13rem; letter-spacing: -.03em; }
.step p { max-width: 300px; margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.7; }

.design-section { overflow: hidden; background: #eee8dd; }
.design-inner { display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: clamp(45px, 9vw, 120px); padding-block: 108px; }
.design-copy h2 { margin-bottom: 22px; font-size: clamp(2.7rem, 4.4vw, 4.2rem); }
.design-copy > p:not(.eyebrow) { max-width: 395px; color: #6e6a63; font-size: .95rem; line-height: 1.75; }
.design-promise { display: flex; align-items: flex-start; gap: 12px; max-width: 395px; margin-top: 27px; color: var(--olive); font-size: .81rem; line-height: 1.55; }
.promise-check { display: grid; flex: 0 0 21px; width: 21px; height: 21px; place-items: center; border-radius: 50%; background: rgba(70,82,66,.11); font-size: .75rem; font-weight: 700; }
.design-tool { overflow: hidden; border: 1px solid rgba(51,47,42,.13); border-radius: 6px; background: var(--paper); box-shadow: 0 24px 70px rgba(65,59,49,.1); }
.tool-head { display: flex; min-height: 47px; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--line); color: #79756e; font-size: .63rem; font-weight: 700; letter-spacing: .13em; }
.tool-live { display: inline-flex; align-items: center; gap: 7px; color: var(--olive); font-size: .58rem; }
.tool-live i { width: 7px; height: 7px; border-radius: 50%; background: #829179; }
.tool-preview { display: grid; min-height: 245px; place-items: center; overflow: hidden; padding: 22px; background: radial-gradient(ellipse at 50% 45%, #f7f4ee 0%, #eee8dd 75%); }
.preview-table { position: relative; width: min(390px, 90%); height: 205px; }
.preview-tabletop { position: absolute; z-index: 3; top: 3%; left: 2%; width: 96%; height: 55%; border: 1px solid white; border-radius: 50%; background: linear-gradient(150deg, #fffefa, #ebe7dd); box-shadow: 0 9px 0 -3px #d0c7b9, 0 15px 20px rgba(62,57,48,.17); transform: rotateX(15deg); }
.preview-metal { position: absolute; top: 16%; left: 26%; display: grid; width: 48%; height: 65%; place-items: center; overflow: hidden; border: 1px solid #999a93; border-radius: 50%; background: repeating-linear-gradient(168deg,#cecec9,#bdbeb8 3px,#d6d6d0 6px); box-shadow: inset 0 2px 6px rgba(255,255,255,.8); }
.preview-metal::after { position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(ellipse at center, transparent 42%, rgba(51,47,42,.08)); content: ""; pointer-events: none; }
.preview-default-mark { position: relative; z-index: 1; color: rgba(70,82,66,.75); font-family: var(--font-display); font-size: .64rem; font-weight: 800; letter-spacing: .13em; }
#logo-preview { position: relative; z-index: 1; max-width: 65%; max-height: 68%; object-fit: contain; border-radius: 2px; }
.preview-screw { position: absolute; z-index: 2; width: 6px; height: 6px; border: 1px solid #888981; border-radius: 50%; background: #eeede8; }
.preview-screw-one { top: 13%; left: 50%; }.preview-screw-two { top: 50%; right: 7%; }.preview-screw-three { bottom: 13%; left: 50%; }.preview-screw-four { top: 50%; left: 7%; }
.preview-table-leg { position: absolute; z-index: 1; top: 44%; width: 12px; height: 54%; border-radius: 8px; background: linear-gradient(90deg,#83847d,#d0cfc7 48%,#85867e); transform-origin: top center; }
.preview-leg-left { left: 29%; transform: rotate(9deg); }.preview-leg-right { right: 29%; transform: rotate(-9deg); }
.preview-crossbar { position: absolute; z-index: 2; top: 62%; left: 24%; width: 53%; height: 8px; border-radius: 5px; background: linear-gradient(180deg,#d4d3cc,#8b8c84); }
.preview-caption { margin: -4px 0 0; color: #6d6962; font-size: .7rem; text-align: center; }
.upload-form { padding: 20px 22px 18px; }
.form-label { display: block; margin-bottom: 8px; color: var(--ink); font-size: .77rem; font-weight: 700; }
.upload-form select { width: 100%; min-height: 45px; margin-bottom: 14px; padding: 0 13px; border: 1px solid rgba(51,47,42,.2); border-radius: 3px; background: #fffefa; color: var(--ink); font-size: .83rem; }
.upload-form select:focus-visible, .upload-drop:focus-within { outline: 3px solid rgba(185,111,82,.27); outline-offset: 2px; }
.upload-drop { display: flex; min-height: 76px; align-items: center; gap: 12px; padding: 11px 12px; border: 1px dashed rgba(70,82,66,.42); border-radius: 4px; background: rgba(233,224,210,.28); cursor: pointer; transition: border-color .2s, background .2s; }
.upload-drop:hover, .upload-drop.is-dragging { border-color: var(--clay); background: rgba(185,111,82,.07); }
.upload-icon { display: grid; flex: 0 0 36px; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: rgba(70,82,66,.09); color: var(--olive); font-size: 1.2rem; }
.upload-copy { display: grid; gap: 4px; }
.upload-copy strong { color: var(--ink); font-size: .8rem; }
.upload-copy small { color: var(--muted); font-size: .66rem; line-height: 1.4; }
.upload-action { margin-left: auto; color: var(--olive); font-size: .72rem; font-weight: 700; white-space: nowrap; }
#design-file { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; clip-path: inset(50%); }
.file-error { margin: 7px 0 0; color: #9a3e2c; font-size: .75rem; }
.upload-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 14px; }
.selected-file { overflow: hidden; color: var(--muted); font-size: .7rem; text-overflow: ellipsis; white-space: nowrap; }
.button-small { min-height: 41px; padding-inline: 15px; font-size: .75rem; }
.button-small span { font-size: .95rem; }
.demo-note { margin: 12px 0 0; color: #77746e; font-size: .69rem; line-height: 1.5; }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 9vw, 125px); padding-block: 114px 122px; }
.faq-intro h2 { margin-bottom: 18px; font-size: clamp(2.75rem, 4.6vw, 4.25rem); }
.faq-intro > p:not(.eyebrow) { max-width: 335px; margin-bottom: 20px; color: var(--muted); font-size: .9rem; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 24px; color: var(--olive-dark); font-size: .93rem; font-weight: 600; list-style: none; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { position: relative; flex: 0 0 25px; width: 25px; height: 25px; border: 1px solid rgba(70,82,66,.27); border-radius: 50%; }
.faq-item summary span::before, .faq-item summary span::after { position: absolute; top: 11px; left: 7px; width: 9px; height: 1px; background: var(--olive); content: ""; transition: transform .2s; }
.faq-item summary span::after { transform: rotate(90deg); }
.faq-item[open] summary span::after { transform: rotate(0); }
.faq-item p { max-width: 580px; margin: -2px 52px 21px 0; color: var(--muted); font-size: .85rem; line-height: 1.7; }

.site-footer { background: #e4ddcf; }
.footer-main { display: grid; min-height: 180px; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 25px; }
.wordmark-footer { font-size: 1.28rem; }
.footer-main > p { margin: 0; color: var(--olive-dark); font-family: var(--font-display); font-size: 1.27rem; font-weight: 700; letter-spacing: -.05em; line-height: 1.25; }
.footer-up { justify-self: end; color: var(--olive); font-size: .8rem; font-weight: 600; text-decoration: none; }
.footer-up span { margin-left: 8px; color: var(--clay); }
.footer-bottom { display: flex; min-height: 53px; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid rgba(51,47,42,.14); color: #747067; font-size: .68rem; }
.footer-dot { display: inline-flex; align-items: center; gap: 7px; }
.footer-dot i { width: 6px; height: 6px; border-radius: 50%; background: var(--clay); }

@media (max-width: 1000px) {
  .hero-inner { grid-template-columns: .9fr 1.1fr; min-height: 560px; }
  .hero-visual { min-height: 560px; }
  h1 { font-size: clamp(3rem, 7vw, 5.2rem); }
  .table-art { top: 14%; right: -8%; width: 110%; }
  .real-estate-inner { gap: 48px; }
  .real-estate-photo { min-height: 370px; }
  .estate-side-note { right: -26px; }
  .design-inner { gap: 48px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 76px; }
  .section-wrap, .header-inner, .hero-inner { width: min(100% - 40px, 560px); }
  .header-inner { min-height: 70px; }
  .wordmark { font-size: 1.25rem; }
  .wordmark-mark { width: 27px; height: 27px; border-radius: 9px; }
  .menu-toggle { display: grid; width: 43px; height: 43px; align-content: center; justify-content: center; gap: 6px; border: 1px solid rgba(70,82,66,.27); border-radius: 3px; background: transparent; color: var(--olive); cursor: pointer; }
  .menu-toggle span { display: block; width: 17px; height: 1.5px; background: currentColor; transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.8px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.8px) rotate(-45deg); }
  .main-nav { position: absolute; top: 69px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 8px 20px 18px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 15px 25px rgba(51,47,42,.08); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 13px 4px; border-bottom: 1px solid rgba(51,47,42,.08); font-size: .92rem; }
  .main-nav .nav-cta { justify-content: space-between; margin-top: 12px; padding: 13px 15px; border: 1px solid var(--olive); }
  .hero-inner { display: flex; flex-direction: column; min-height: auto; }
  .hero-copy { padding: 61px 0 10px; }
  .eyebrow { margin-bottom: 16px; font-size: .66rem; }
  h1 { margin-bottom: 18px; font-size: clamp(3rem, 13vw, 5rem); }
  .hero-intro { max-width: 510px; margin-bottom: 24px; font-size: .96rem; }
  .hero-actions { gap: 18px; }
  .button { min-height: 49px; padding-inline: 16px; font-size: .8rem; }
  .hero-notes { gap: 12px 22px; margin-top: 31px; padding-top: 15px; font-size: .7rem; }
  .hero-visual { min-height: 410px; margin: 5px -20px 0; }
  .table-art { top: 4%; right: -1%; width: 100%; height: 96%; }
  .visual-caption { right: 5%; bottom: 6%; font-size: .64rem; }
  .visual-index { bottom: 6%; left: 5%; }
  .table-top { height: 38%; }
  .metal-disc { height: 60%; }
  .table-leg { top: 37%; height: 52%; width: 14px; }
  .leg-front-left { height: 52%; }.leg-front-right { height: 52%; }
  .table-support { top: 49%; height: 10px; }
  .brace-horizontal { top: 57%; height: 9px; }
  .brace-diagonal { top: 50%; height: 8px; }
  .intro-strip { justify-content: flex-start; gap: 13px; overflow-x: auto; min-height: 68px; padding-inline: 20px; scrollbar-width: none; }
  .intro-strip::-webkit-scrollbar { display: none; }
  .intro-strip p { flex: 0 0 auto; font-size: .71rem; }
  .strip-mark { flex: 0 0 auto; font-size: .84rem; }
  .products { padding-block: 75px 82px; }
  .section-heading { display: block; margin-bottom: 28px; }
  h2 { font-size: clamp(2.6rem, 11vw, 4rem); }
  .section-lead { max-width: 480px; margin-top: 17px; font-size: .9rem; }
  .product-grid { grid-template-columns: 1fr; gap: 17px; }
  .product-art { min-height: 300px; }
  .card-table { width: 52%; left: 25%; }
  .product-card-copy { padding: 22px 20px 24px; }
  .product-card h3 { font-size: 1.35rem; }
  .product-card-copy > p { font-size: .86rem; }
  .real-estate-inner { display: flex; flex-direction: column; align-items: stretch; gap: 37px; padding-block: 67px; }
  .real-estate-photo { min-height: 360px; }
  .real-estate-copy h2 { font-size: clamp(2.7rem, 10.5vw, 4rem); }
  .real-estate-copy > p:not(.eyebrow) { font-size: .91rem; }
  .estate-side-note { right: -28px; bottom: auto; top: 27px; font-size: .5rem; }
  .process { padding-block: 76px 82px; }
  .process-heading { display: block; margin-bottom: 30px; }
  .steps { grid-template-columns: 1fr; }
  .step, .step + .step { min-height: auto; padding: 23px 0 25px; border-left: 0; border-bottom: 1px solid var(--line); }
  .step-icon { width: 44px; height: 44px; margin: 13px 0 13px; }
  .step p { max-width: 480px; }
  .design-inner { grid-template-columns: 1fr; gap: 30px; padding-block: 75px; }
  .design-copy h2 { font-size: clamp(2.65rem, 10vw, 3.7rem); }
  .design-copy > p:not(.eyebrow) { font-size: .9rem; }
  .tool-preview { min-height: 220px; }
  .upload-form { padding: 18px 14px 16px; }
  .upload-drop { gap: 9px; padding: 10px 9px; }
  .upload-copy small { max-width: 230px; font-size: .61rem; }
  .upload-action { font-size: .65rem; }
  .faq-section { grid-template-columns: 1fr; gap: 33px; padding-block: 75px 80px; }
  .faq-intro > p:not(.eyebrow) { max-width: 500px; }
  .faq-item summary { min-height: 65px; font-size: .86rem; }
  .faq-item p { font-size: .82rem; }
  .footer-main { min-height: 155px; grid-template-columns: 1fr 1fr; }
  .footer-main > p { justify-self: end; font-size: 1.1rem; }
  .footer-up { justify-self: start; grid-column: 1 / -1; align-self: start; margin-top: -12px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; padding-block: 15px; font-size: .65rem; }
}

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