:root {
  --ink: #141718;
  --paper: #f4f2ed;
  --white: #fff;
  --acid: #d7ff3f;
  --line: rgba(20,23,24,.16);
  --muted: #626767;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.55 "DM Sans", sans-serif; }
a { color: inherit; }
.notice { background: var(--ink); color: #e8e9e3; text-align: center; padding: .55rem 1rem; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.site-header { max-width: var(--max); margin: auto; min-height: 82px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-family: Manrope, sans-serif; font-size: 1.05rem; text-decoration: none; }
.brand b { font-weight: 500; color: var(--muted); }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; background: var(--ink); color: var(--acid); border-radius: 50%; font-weight: 700; }
nav { display: flex; gap: 2rem; align-items: center; }
nav a { font-size: .9rem; text-decoration: none; }
nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.menu-button { display: none; border: 1px solid var(--line); background: transparent; border-radius: 30px; padding: .6rem 1rem; font: inherit; }
.hero { position: relative; min-height: 690px; max-width: 1480px; margin: 0 auto; overflow: hidden; background: #1d2424; }
.hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,11,11,.86) 0%, rgba(7,11,11,.54) 40%, rgba(7,11,11,.08) 72%); }
.hero-content { position: relative; z-index: 1; color: white; max-width: 650px; padding: 128px clamp(28px,7vw,100px) 80px; }
.eyebrow { margin: 0 0 1.2rem; color: var(--acid); font-size: .78rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.dark { color: #465200; }
h1,h2,h3 { font-family: Manrope, sans-serif; line-height: 1.05; margin-top: 0; }
h1 { font-size: clamp(3.2rem,7vw,6.2rem); letter-spacing: -.06em; margin-bottom: 1.5rem; }
.hero-content > p:not(.eyebrow) { max-width: 520px; color: #e3e5df; font-size: 1.12rem; }
.primary-button { display: inline-flex; align-items: center; gap: 2rem; background: var(--acid); color: var(--ink); padding: 1rem 1.25rem; margin-top: 1rem; text-decoration: none; font-weight: 700; }
.photo-credit { position: absolute; right: 18px; bottom: 10px; color: rgba(255,255,255,.72); font-size: .7rem; z-index: 1; }
.trust-strip { max-width: var(--max); margin: 0 auto; padding: 34px 28px; display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--line); }
.trust-strip div { display: flex; flex-direction: column; padding: 0 2rem; border-right: 1px solid var(--line); }
.trust-strip div:first-child { padding-left: 0; }
.trust-strip div:last-child { border: 0; }
.trust-strip span { color: var(--muted); font-size: .88rem; margin-top: .25rem; }
.section { max-width: var(--max); margin: 0 auto; padding: 110px 28px; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 5rem; align-items: end; margin-bottom: 55px; }
h2 { font-size: clamp(2.4rem,4.7vw,4.8rem); letter-spacing: -.055em; margin-bottom: 0; }
.section-heading > p { color: var(--muted); font-size: 1.02rem; margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.guide-feature { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; margin: 0 0 22px; padding: clamp(28px,5vw,55px); background: var(--acid); text-decoration: none; }
.guide-feature h3 { max-width: 760px; margin: 0 0 1rem; font-size: clamp(2rem,4vw,3.6rem); letter-spacing: -.045em; }
.guide-feature p:not(.eyebrow) { max-width: 650px; margin: 0; color: #3c440f; }
.guide-feature > span { font-weight: 700; white-space: nowrap; }
.kitchen-feature { background: #17393c; color: white; }
.kitchen-feature .eyebrow { color: var(--acid); }
.kitchen-feature p:not(.eyebrow) { color: #c6d2d1; }
.bathroom-feature { background: #24536c; color: white; }
.bathroom-feature .eyebrow { color: #d8f5ff; }
.bathroom-feature p:not(.eyebrow) { color: #d5e4ea; }
.closet-feature { background: #4b405f; color: white; }
.closet-feature .eyebrow { color: #e6d8ff; }
.closet-feature p:not(.eyebrow) { color: #ddd7e8; }
.laundry-feature { background: #8b4d2f; color: white; }
.laundry-feature .eyebrow { color: #ffe2c6; }
.laundry-feature p:not(.eyebrow) { color: #f3ddd1; }
.entryway-feature { background: #315a4c; color: white; }
.entryway-feature .eyebrow { color: #c9ffe7; }
.entryway-feature p:not(.eyebrow) { color: #d5e8e1; }
.product-card { background: var(--white); display: grid; grid-template-columns: 46% 54%; min-height: 330px; border: 1px solid rgba(0,0,0,.05); }
.product-visual { min-height: 100%; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; color: white; text-decoration: none; transition: filter .2s ease, transform .2s ease; }
.product-visual:hover { filter: brightness(1.12); }
.product-visual:focus-visible { outline: 4px solid var(--acid); outline-offset: -6px; }
.product-visual span { font-size: .72rem; letter-spacing: .1em; }
.product-visual strong { font: 600 1.65rem/1.05 Manrope, sans-serif; max-width: 160px; }
.visual-sink { background: linear-gradient(145deg,#2c454a,#101c20); }
.visual-drawer { background: linear-gradient(145deg,#95745a,#4b382d); }
.visual-pantry { background: linear-gradient(145deg,#69764b,#303b22); }
.visual-closet { background: linear-gradient(145deg,#5f5d75,#262633); }
.product-copy { padding: 28px; display: flex; flex-direction: column; }
.product-tag { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.product-copy h3 { font-size: 1.5rem; margin: 1rem 0 .75rem; }
.product-copy > p:not(.product-tag) { color: var(--muted); margin: 0; }
.product-copy a { margin-top: auto; font-weight: 700; text-decoration: none; padding-top: 1.5rem; }
.product-copy a:hover { text-decoration: underline; text-underline-offset: 4px; }
.rooms { background: var(--ink); color: white; padding: 110px max(28px,calc((100vw - var(--max))/2 + 28px)); display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; }
.rooms-intro { align-self: start; position: sticky; top: 30px; }
.rooms-intro h2 { font-size: clamp(2.5rem,4vw,4.3rem); }
.room-links a { display: grid; grid-template-columns: 130px 1fr 30px; align-items: center; gap: 1rem; padding: 30px 0; text-decoration: none; border-top: 1px solid rgba(255,255,255,.18); }
.room-links a:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.room-links span { color: #a9aeaa; font-size: .85rem; }
.room-links b { font: 500 1.45rem Manrope, sans-serif; }
.room-links i { color: var(--acid); font-style: normal; font-size: .75rem; }
.method { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.method h2 { font-size: clamp(2.5rem,4vw,4.5rem); }
.method-list article { display: grid; grid-template-columns: 55px 1fr; padding: 30px 0; border-top: 1px solid var(--line); }
.method-list article:last-child { border-bottom: 1px solid var(--line); }
.method-list article > span { font-size: .75rem; color: var(--muted); }
.method-list h3 { margin: 0 0 .5rem; font-size: 1.4rem; }
.method-list p { margin: 0; color: var(--muted); }
.disclosure { background: var(--acid); padding: 90px max(28px,calc((100vw - 860px)/2)); }
.disclosure .eyebrow { color: #465200; }
.disclosure h2 { margin-bottom: 1.5rem; }
.disclosure > p:not(.eyebrow) { font-size: 1.05rem; }
.amazon-note { font-weight: 700; border-top: 1px solid rgba(0,0,0,.22); padding-top: 1.5rem; margin-top: 2rem; }
footer { max-width: var(--max); margin: auto; padding: 55px 28px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1rem; }
footer > p { grid-column: 1; margin: 0; color: var(--muted); }
footer > div { grid-column: 2; grid-row: 1 / span 2; display: flex; flex-direction: column; gap: .35rem; align-items: flex-end; color: var(--muted); font-size: .84rem; }
footer > div a { text-decoration: none; }
.legal-main { max-width: 860px; margin: 0 auto; padding: 100px 28px 120px; }
.legal-main > h1, .contact-main h1 { font: 700 clamp(3.2rem,7vw,6.3rem)/.98 Manrope, sans-serif; letter-spacing: -.065em; margin: 0 0 2rem; }
.legal-lead { font-size: 1.25rem; color: var(--muted); margin-bottom: 5rem; }
.legal-main section { padding: 2rem 0; border-top: 1px solid var(--line); }
.legal-main section h2 { font-size: 1.65rem; letter-spacing: -.025em; margin: 0 0 1rem; }
.legal-main section p { color: var(--muted); margin: 0; }
.simple-nav { display: flex; }
.contact-main { min-height: 670px; max-width: var(--max); margin: 0 auto; padding: 110px 28px 130px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: start; }
.contact-intro > p:not(.eyebrow) { color: var(--muted); max-width: 600px; font-size: 1.1rem; }
.contact-card { background: var(--ink); color: white; padding: clamp(28px,5vw,55px); }
.contact-label { color: var(--acid); font-size: .78rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-email { display: block; overflow-wrap: anywhere; font: 600 clamp(1.25rem,2.5vw,2rem) Manrope, sans-serif; margin: 2rem 0; text-underline-offset: 6px; }
.contact-card > p:not(.contact-label) { color: #c7cbc7; }
.contact-card .primary-button { color: var(--ink); }
.legal-footer { border-top: 1px solid var(--line); }
.guide-main { max-width: var(--max); margin: 0 auto; padding: 70px 28px 120px; }
.guide-hero { max-width: 1000px; padding: 40px 0 70px; }
.guide-hero h1 { font-size: clamp(3.2rem,7vw,6.5rem); }
.guide-deck { max-width: 800px; color: var(--muted); font-size: clamp(1.1rem,2vw,1.35rem); }
.guide-meta { display: flex; gap: 2rem; margin-top: 2rem; color: var(--muted); font-size: .85rem; }
.guide-disclosure { padding: 24px 28px; background: #e7e4dc; border-left: 5px solid var(--acid); color: #4c5050; }
.guide-disclosure strong { color: var(--ink); }
.guide-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; padding: 100px 0; border-bottom: 1px solid var(--line); }
.guide-intro h2 { font-size: clamp(2.3rem,4vw,4rem); }
.guide-intro > p { margin: 2.2rem 0 0; color: var(--muted); font-size: 1.08rem; }
.guide-pick { display: grid; grid-template-columns: 110px 1fr; gap: 2rem; padding: 65px 0; border-bottom: 1px solid var(--line); }
.pick-number { font: 600 2rem Manrope, sans-serif; color: #5d680d; }
.pick-body { max-width: 900px; }
.pick-body h2 { font-size: clamp(2.1rem,4vw,3.7rem); margin: .7rem 0 1.25rem; }
.pick-body > p:not(.product-tag) { color: var(--muted); font-size: 1.08rem; }
.pick-body dl { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 2rem 0; }
.pick-body dl div { border-top: 1px solid var(--line); padding-top: 1rem; }
.pick-body dt { font-weight: 700; margin-bottom: .35rem; }
.pick-body dd { margin: 0; color: var(--muted); }
.retailer-link { display: inline-block; margin-top: .5rem; font-weight: 700; text-underline-offset: 5px; }
.guide-close { margin-top: 85px; padding: clamp(38px,7vw,85px); background: var(--ink); color: white; }
.guide-close h2 { max-width: 900px; }
.guide-close > p:not(.eyebrow) { max-width: 720px; color: #c7cbc7; font-size: 1.08rem; }
.kitchen-guide .pick-number { color: #176268; }
.kitchen-close { background: #17393c; }
.bathroom-guide .pick-number { color: #245f7e; }
.bathroom-close { background: #24536c; }
.closet-guide .pick-number { color: #665279; }
.closet-close { background: #4b405f; }
.laundry-guide .pick-number { color: #9a4d27; }
.laundry-close { background: #8b4d2f; }
.entryway-guide .pick-number { color: #2e6c57; }
.entryway-close { background: #315a4c; }
@media (max-width: 820px) {
  .site-header { min-height: 68px; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; z-index: 5; top: 106px; right: 20px; background: var(--white); padding: 22px; width: 220px; box-shadow: 0 14px 40px rgba(0,0,0,.16); flex-direction: column; align-items: flex-start; }
  nav.open { display: flex; }
  nav.simple-nav { display: flex; position: static; width: auto; padding: 0; background: transparent; box-shadow: none; flex-direction: row; align-items: center; }
  .hero { min-height: 610px; }
  .hero-content { padding-top: 90px; }
  .hero-shade { background: linear-gradient(90deg,rgba(7,11,11,.84),rgba(7,11,11,.22)); }
  .trust-strip, .section-heading, .rooms, .method, .contact-main, .guide-feature, .guide-intro { grid-template-columns: 1fr; }
  .trust-strip div { padding: 1rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip div:last-child { border-bottom: 0; }
  .section { padding-top: 78px; padding-bottom: 78px; }
  .section-heading { gap: 2rem; }
  .rooms { gap: 3rem; }
  .rooms-intro { position: static; }
  .product-grid { grid-template-columns: 1fr; }
  .contact-main { padding-top: 78px; }
  .guide-main { padding-top: 35px; }
  .guide-feature { align-items: start; }
}
@media (max-width: 540px) {
  h1 { font-size: 3.25rem; }
  .product-card { grid-template-columns: 1fr; }
  .product-visual { min-height: 180px; }
  .room-links a { grid-template-columns: 90px 1fr 24px; }
  .room-links b { font-size: 1.1rem; }
  footer { grid-template-columns: 1fr; }
  footer > div { grid-column: 1; grid-row: auto; align-items: flex-start; margin-top: 1rem; }
  .guide-meta { flex-direction: column; gap: .25rem; }
  .guide-pick { grid-template-columns: 1fr; gap: .5rem; padding: 50px 0; }
  .pick-body dl { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
