
:root{
  --ink:#19140f; --muted:#6b5f56; --cream:#fff8ee; --paper:#fffdf8; --linen:#f4eadc;
  --cocoa:#6f4426; --cocoa-dark:#3b2417; --gold:#c28a3d; --sage:#526b57; --blue:#28384d;
  --rose:#b45f4d; --ring:rgba(194,138,61,.35); --shadow:0 18px 50px rgba(45,28,16,.14);
  --radius:24px; --max:1120px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:linear-gradient(180deg,var(--cream),#fff 42%,var(--linen));color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.65} a{color:var(--cocoa-dark)} a:hover{color:var(--rose)} .skip-link{position:absolute;left:-999px;top:8px;background:#fff;padding:8px 12px;border-radius:999px;z-index:5}.skip-link:focus{left:8px}.site-header{position:sticky;top:0;z-index:4;backdrop-filter:blur(14px);background:rgba(255,248,238,.88);border-bottom:1px solid rgba(111,68,38,.14)}.topbar{max-width:var(--max);margin:auto;padding:14px 20px;display:flex;gap:18px;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink)}.brand small{display:block;color:var(--muted);font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.brand-mark{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--cocoa),var(--gold));color:#fff;display:grid;place-items:center;font-weight:950;box-shadow:0 8px 22px rgba(111,68,38,.22)}.nav-links{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.nav-links a{padding:8px 12px;border-radius:999px;text-decoration:none;font-weight:800;background:rgba(255,255,255,.6);border:1px solid rgba(111,68,38,.12)}.hero{max-width:var(--max);margin:0 auto;padding:70px 20px 44px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:28px;align-items:center}.eyebrow{display:inline-flex;gap:8px;align-items:center;padding:7px 12px;border-radius:999px;background:rgba(194,138,61,.14);color:var(--cocoa-dark);font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:12px}.hero h1,.article-hero h1{font-size:clamp(38px,6vw,76px);line-height:.96;margin:16px 0;color:var(--cocoa-dark);letter-spacing:-.055em}.hero p,.article-hero p{font-size:clamp(17px,2.2vw,22px);color:var(--muted);max-width:760px}.hero-card{background:linear-gradient(145deg,#fff,var(--linen));border:1px solid rgba(111,68,38,.14);border-radius:32px;padding:26px;box-shadow:var(--shadow);position:relative;overflow:hidden}.hero-card:before{content:"";position:absolute;inset:-40% -20% auto auto;width:220px;height:220px;background:radial-gradient(circle,rgba(194,138,61,.25),transparent 68%)}.hero-card h2{font-size:28px;line-height:1.1;margin:0 0 10px}.quick-list{display:grid;gap:10px;margin:18px 0 0;padding:0;list-style:none}.quick-list li{padding:12px 14px;border-radius:16px;background:#fff;border:1px solid rgba(111,68,38,.11);font-weight:750}.section{max-width:var(--max);margin:0 auto;padding:28px 20px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}.section h2{font-size:clamp(28px,4vw,44px);line-height:1.05;margin:0;color:var(--cocoa-dark);letter-spacing:-.03em}.section-head p{margin:0;color:var(--muted);max-width:560px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.card{display:flex;flex-direction:column;gap:14px;min-height:100%;padding:22px;border-radius:var(--radius);background:rgba(255,255,255,.78);border:1px solid rgba(111,68,38,.13);box-shadow:0 10px 28px rgba(45,28,16,.08);text-decoration:none;color:var(--ink)}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow);transition:.18s ease}.card .tag{align-self:flex-start;padding:5px 10px;border-radius:999px;background:rgba(82,107,87,.12);color:var(--sage);font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.card h3{font-size:24px;line-height:1.12;margin:0;color:var(--cocoa-dark)}.card p{margin:0;color:var(--muted)}.card .read{margin-top:auto;font-weight:950;color:var(--rose)}.band{background:linear-gradient(135deg,var(--cocoa-dark),#1b2635);color:#fff;border-radius:32px;padding:34px;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;box-shadow:var(--shadow)}.band h2{color:#fff}.band p{color:#f0dfca}.button-row{display:flex;flex-wrap:wrap;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:999px;background:var(--cocoa);color:#fff;text-decoration:none;font-weight:950;border:0}.btn.secondary{background:#fff;color:var(--cocoa-dark)}.article-hero{max-width:900px;margin:0 auto;padding:58px 20px 22px}.article{max-width:900px;margin:0 auto 54px;padding:0 20px}.article-card{background:rgba(255,255,255,.86);border:1px solid rgba(111,68,38,.13);border-radius:30px;padding:clamp(24px,4vw,42px);box-shadow:0 12px 40px rgba(45,28,16,.1)}.article h2{font-size:clamp(26px,4vw,38px);line-height:1.1;margin:34px 0 10px;color:var(--cocoa-dark)}.article h3{font-size:22px;margin:24px 0 8px;color:var(--blue)}.article p,.article li{color:#3f372f}.article ul,.article ol{padding-left:1.25rem}.callout{border-left:5px solid var(--gold);background:var(--cream);padding:18px 20px;border-radius:16px;margin:22px 0}.mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tip{padding:16px;border-radius:18px;background:#fff;border:1px solid rgba(111,68,38,.12)}.tip strong{display:block;color:var(--cocoa-dark);margin-bottom:6px}.quiz{display:grid;gap:18px}.quiz-question{padding:18px;border-radius:20px;background:#fff;border:1px solid rgba(111,68,38,.13)}.quiz-question label{display:block;margin:8px 0;padding:10px 12px;border:1px solid rgba(111,68,38,.16);border-radius:14px;cursor:pointer}.quiz-question label:hover{background:var(--cream)}.result{display:none;padding:20px;border-radius:22px;background:linear-gradient(135deg,#fff,#f7ead7);border:1px solid rgba(194,138,61,.35)}.result.active{display:block}.site-footer{max-width:var(--max);margin:40px auto 0;padding:28px 20px 44px;border-top:1px solid rgba(111,68,38,.14);display:grid;grid-template-columns:1fr 1.4fr;gap:20px;color:var(--muted)}.footer-links{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.footer-links a{padding:8px 10px;border-radius:999px;background:#fff;text-decoration:none;font-weight:800;border:1px solid rgba(111,68,38,.1)}@media(max-width:850px){.hero{grid-template-columns:1fr;padding-top:44px}.grid{grid-template-columns:1fr}.section-head,.band,.site-footer{grid-template-columns:1fr;display:grid}.footer-links{justify-content:flex-start}.topbar{align-items:flex-start;flex-direction:column}.mini-grid{grid-template-columns:1fr}.hero h1,.article-hero h1{font-size:clamp(36px,13vw,58px)}}@media(prefers-reduced-motion:no-preference){.card,.btn{transition:.18s ease}.btn:hover{transform:translateY(-1px)}}

/* Production mobile polish — 2026-07-10 */
html,body{max-width:100%;overflow-x:hidden}.nav-links{align-items:center}button,.btn,input{font:inherit}.quiz-question input[type="radio"]{accent-color:var(--cocoa);margin-right:8px}.quiz-question label:has(input[type="number"]){display:flex;align-items:center;justify-content:space-between;gap:12px}.quiz-question input[type="number"]{width:104px;max-width:44%;margin-left:auto;padding:9px 10px;border:1px solid rgba(111,68,38,.18);border-radius:12px;background:#fffdf8;color:var(--ink);font-weight:800}.quiz-question input[type="number"]:focus{outline:3px solid var(--ring);border-color:rgba(111,68,38,.32)}
@media(max-width:850px){.site-header{box-shadow:0 8px 24px rgba(45,28,16,.08)}main{max-width:100%;overflow:hidden}.topbar{padding:10px 14px 8px;gap:8px;align-items:stretch;flex-direction:column}.brand{min-width:0;gap:8px}.brand-mark{width:38px;height:38px;border-radius:12px;font-size:15px;flex:0 0 auto}.brand strong{display:block;font-size:16px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand small{font-size:10px;letter-spacing:.12em;line-height:1.2}.nav-links{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;padding:2px 2px 6px;margin:0 -2px;scroll-snap-type:x proximity;scrollbar-width:none}.nav-links::-webkit-scrollbar{display:none}.nav-links a{flex:0 0 auto;scroll-snap-align:start;padding:7px 10px;font-size:13px;line-height:1;border-radius:999px;background:rgba(255,255,255,.88);box-shadow:0 4px 14px rgba(45,28,16,.08)}.hero,.section,.article,.article-hero,.site-footer{width:100%;max-width:100%;overflow:hidden}.hero{grid-template-columns:minmax(0,1fr)!important;padding:34px 16px 32px;gap:18px}.hero>*,.section>*,.article-card,.hero-card,.card,.band{min-width:0;max-width:100%}.article-hero{padding:34px 16px 16px}.hero h1,.article-hero h1{font-size:clamp(30px,8.6vw,40px)!important;line-height:1.08;letter-spacing:-.035em;text-wrap:balance}.hero p,.article-hero p{font-size:16px;line-height:1.55;max-width:100%}.eyebrow{font-size:11px;padding:6px 10px;max-width:100%;white-space:normal}.button-row{gap:10px}.hero .button-row,.band .button-row{display:grid;grid-template-columns:1fr;width:100%}.hero .button-row .btn,.band .button-row .btn{width:100%;text-align:center}.btn{padding:11px 14px;font-size:14px}.hero-card,.article-card,.card,.band{border-radius:20px}.hero-card{padding:20px}.hero-card h2,.section h2,.band h2{font-size:clamp(24px,7.2vw,32px);line-height:1.12}.article{padding:0 16px 42px}.article-card{padding:20px 16px}.section{padding:28px 16px}.grid{gap:14px}.card{padding:18px}.card h3{font-size:21px}.site-footer{padding:26px 16px}}
@media(max-width:460px){.topbar{padding:8px 12px 6px}.brand-mark{width:34px;height:34px;border-radius:11px;font-size:14px}.brand strong{font-size:15px}.brand small{font-size:9px}.nav-links a{padding:6px 9px;font-size:12.5px}.hero{padding:30px 16px 28px}.hero h1,.article-hero h1{font-size:clamp(29px,8.8vw,37px)!important;line-height:1.06;letter-spacing:-.035em}.hero p,.article-hero p{font-size:15.5px}.hero .button-row,.band .button-row{display:grid;grid-template-columns:1fr;width:100%}.hero .button-row .btn,.band .button-row .btn{width:100%;text-align:center}.hero-card{padding:20px}.hero-card h2,.section h2,.band h2{font-size:clamp(24px,7.2vw,30px);line-height:1.12}.card h3{font-size:21px}.eyebrow{max-width:100%;white-space:normal}.quiz-question{padding:14px}.quiz-question label:has(input[type="number"]){display:grid;grid-template-columns:1fr;gap:6px}.quiz-question input[type="number"]{width:100%;max-width:none;margin-left:0}.footer-links a{width:100%}}

/* Production mobile second pass — tighter hero + overflow guards, 2026-07-10 */
.hero h1,.article-hero h1,.hero-card h2,.section h2,.card h3,.quick-list li,.btn{overflow-wrap:break-word;word-break:normal}
.hero p,.article-hero p,.hero-card p,.card p,.article-card p{overflow-wrap:break-word}

@media(max-width:850px){
.site-header{position:sticky;top:0;z-index:50}
.topbar{padding:8px 12px 7px}
.nav-links{gap:8px;padding-right:28px;mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 22px),transparent 100%);-webkit-mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 22px),transparent 100%)}
.hero{padding-top:30px;padding-bottom:30px}
.hero h1{max-width:12ch;font-size:clamp(30px,8.8vw,38px)!important;line-height:1.06}
.hero p,.article-hero p{line-height:1.52}
.button-row .btn{min-height:45px;line-height:1.2;white-space:normal}
.hero-card{padding:20px;border-radius:20px}
.quick-list{gap:9px}
.quick-list li{line-height:1.35;padding:12px 14px}
}

@media(max-width:460px){
.brand strong{max-width:260px}
.nav-links a{font-size:12.25px;padding:6px 9px}
.hero{padding-top:28px;padding-bottom:26px}
.hero h1{font-size:clamp(30px,8.7vw,36px)!important;line-height:1.05}
.hero-card{padding:18px 20px}
.hero-card h2{font-size:clamp(27px,7.8vw,30px)}
.card h3{line-height:1.16}
}

@media(max-width:375px){
.brand strong{max-width:245px}
.nav-links a{padding:6px 8px}
.hero h1{font-size:31px!important}
.hero-card h2{font-size:28px}
}

/* Finished product copy/UI polish — 2026-07-11 */
body{background:radial-gradient(circle at top left,rgba(194,138,61,.14),transparent 34rem),linear-gradient(180deg,var(--cream),#fff 45%,var(--linen));}
.nav-links a:focus-visible,.btn:focus-visible,.card:focus-visible{outline:3px solid var(--ring);outline-offset:3px}
.nav-links a:hover{background:#fff;box-shadow:0 8px 18px rgba(45,28,16,.08)}
.button-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:22px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;text-decoration:none;border:0;cursor:pointer;box-shadow:0 10px 22px rgba(111,68,38,.18)}
.btn.secondary{box-shadow:none}
.card h2,.card h3{font-size:24px;line-height:1.12;margin:0;color:var(--cocoa-dark)}
.card img,.feature-image{width:100%;height:auto;border-radius:20px;border:1px solid rgba(111,68,38,.13);box-shadow:0 10px 26px rgba(45,28,16,.08)}
.card .read{margin-top:auto;font-weight:900;color:var(--cocoa-dark)}
.article-card h2{font-size:clamp(24px,3.4vw,34px);line-height:1.12;margin:34px 0 12px;color:var(--cocoa-dark);letter-spacing:-.025em}
.article-card h2:first-child{margin-top:0}
.article-card p,.article-card li{font-size:17px}
.article-card ul,.article-card ol{padding-left:1.25rem}
.article-card li+li{margin-top:7px}
.brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.brand-grid .tip:first-child{background:linear-gradient(145deg,#fff,#fff5e7)}
.site-footer{border-top:1px solid rgba(111,68,38,.12);background:rgba(255,253,248,.92)}
.footer-links a{white-space:nowrap}
.quiz-question label{cursor:pointer}
.result.active{animation:fdFadeIn .18s ease-out}
@keyframes fdFadeIn{from{opacity:.65;transform:translateY(4px)}to{opacity:1;transform:none}}
@media(max-width:1000px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-grid{grid-template-columns:1fr}}
@media(max-width:850px){.button-row{display:grid;grid-template-columns:1fr;width:100%}.button-row .btn{width:100%;text-align:center}.article-card p,.article-card li{font-size:16px}.section-head{align-items:flex-start}.hero h1{max-width:none}.site-footer{padding-left:16px;padding-right:16px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:10px}.footer-links a{width:100%;text-align:center}}
@media(max-width:640px){.grid{grid-template-columns:1fr}.article-card{box-shadow:0 12px 32px rgba(45,28,16,.10)}.card{padding:18px}.card h2,.card h3{font-size:22px}.feature-image{border-radius:18px}.footer-links{grid-template-columns:1fr}.article-card ul,.article-card ol{padding-left:1.1rem}}

/* Mobile verification pass — avoid clipped horizontal nav, 2026-07-11 */
@media(max-width:850px){
  .topbar{max-width:100%}
  .nav-links{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;overflow:visible;padding:2px 0 0;margin:0;mask-image:none;-webkit-mask-image:none;scroll-snap-type:none}
  .nav-links a{min-width:0;text-align:center;white-space:normal}
  .nav-links a:last-child{grid-column:1 / -1}
}
@media(max-width:460px){
  .nav-links{grid-template-columns:1fr 1fr;gap:7px}
  .nav-links a{font-size:12px;padding:7px 8px;min-width:0}
  .nav-links a:last-child{grid-column:1 / -1}
  .brand{max-width:100%}
  .brand span:last-child{min-width:0}
}

/* Showroom feature CTA contrast */
.showroom-cta h2{color:#fff}
.showroom-cta p{color:rgba(255,255,255,.84)}
.showroom-cta .eyebrow{color:#fff;background:rgba(255,255,255,.14)}
