:root {
  --charcoal: #1f2925;
  --charcoal-2: #39443f;
  --wood: #d3b27f;
  --wood-deep: #805f37;
  --warm-white: #fbfbf8;
  --paper: #eef1ec;
  --ink: #202824;
  --muted: #5b6660;
  --accent: #16725f;
  --accent-dark: #0f5547;
  --copper: #b6532e;
  --line: rgba(31, 41, 37, .16);
  --radius: 8px;
  --shadow: 0 18px 45px rgba(37, 34, 31, .14);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --display: Sora, var(--font);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--warm-white);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.container { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.narrow { max-width: 760px; }
.section { padding: clamp(64px, 8vw, 112px) 0; }
.section-warm { background: var(--paper); }
.section-dark { background: var(--charcoal); color: var(--warm-white); }
.skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 100;
  translate: 0 -180%;
  padding: 10px 14px;
  background: var(--accent);
  color: #fff;
  font-weight: 900;
}
.skip-link:focus { translate: 0; }
.sr-only { position: absolute; inline-size: 1px; block-size: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 251, 248, .97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.brand img { width: 168px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 6px; font-size: .93rem; }
.nav-products { display: flex; align-items: center; gap: 2px; }
.site-nav a { padding: 10px 9px; border-radius: var(--radius); text-decoration: none; font-weight: 800; color: var(--muted); white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current="page"] { background: var(--paper); color: var(--ink); }
.site-nav .nav-wa { background: var(--accent); color: #fff; margin-left: 4px; }
.nav-toggle { display: none; }

.hero { position: relative; isolation: isolate; overflow: hidden; }
.hero-home { display: grid; align-items: end; min-height: min(800px, calc(88svh - 74px)); }
.hero-home::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(22,31,27,.86), rgba(22,31,27,.62)); }
.hero-background { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 760px); padding-block: clamp(64px, 9vw, 108px); }
.product-hero { background: var(--charcoal); color: var(--warm-white); }
.hero-product-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(280px, .85fr); gap: clamp(28px, 6vw, 72px); align-items: center; padding-block: clamp(52px, 8vw, 96px); }
.hero-copy, .section-heading, .card, .product-card, .steps li, .ideas-grid, .material-grid > *, .faq-grid > *, .split > *, .hero-product-grid > * { min-width: 0; }
.eyebrow { margin: 0 0 14px; color: var(--accent); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.product-hero .eyebrow, .hero-home .eyebrow { color: #b9e3d8; }
h1, h2, h3 { margin: 0; font-family: var(--display); line-height: 1.05; overflow-wrap: anywhere; }
h1 { font-size: clamp(2.75rem, 7vw, 5rem); max-width: 880px; }
h2 { font-size: clamp(2rem, 4.6vw, 3.45rem); }
h3 { font-size: 1.35rem; }
p { margin: 18px 0 0; }
.lead { font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero h1 { color: var(--warm-white); }
.hero-home .lead, .hero-home p, .product-hero .lead, .product-hero p { color: rgba(251, 251, 248, .88); }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 13px 18px; border: 2px solid currentColor; border-radius: var(--radius); font-weight: 900; text-decoration: none; transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--accent); border-color: var(--accent); }
.button-primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.button-secondary { color: var(--ink); background: transparent; }
.hero .button-secondary, .section-dark .button-secondary { color: var(--warm-white); }
.microcopy { color: var(--muted); font-size: .95rem; }
.hero .microcopy { color: rgba(251, 251, 248, .78); }
.product-figure { margin: 0; padding: 16px; border: 1px solid rgba(251,251,248,.22); border-radius: var(--radius); background: rgba(251,251,248,.06); }
.product-figure img { border-radius: calc(var(--radius) - 2px); background: var(--paper); aspect-ratio: 4 / 3; object-fit: cover; }
.product-figure figcaption { margin-top: 10px; color: rgba(251, 251, 248, .7); font-size: .86rem; }

.section-heading { max-width: 780px; margin-bottom: 34px; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.compact { margin-bottom: 0; }
.product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.product-card { min-height: 100%; }
.product-card a { display: flex; flex-direction: column; min-height: 100%; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--warm-white); text-decoration: none; }
.product-card img { aspect-ratio: 4 / 3; object-fit: cover; border-radius: calc(var(--radius) - 2px); background: #ead8b9; }
.product-card span { margin-top: 14px; color: var(--copper); font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.product-card h3 { margin-top: 6px; }
.product-card p { color: var(--muted); font-size: .95rem; }
.product-card strong { margin-top: auto; padding-top: 16px; color: var(--accent); }
.product-card a:hover { border-color: rgba(22, 114, 95, .55); box-shadow: var(--shadow); }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 6vw, 76px); align-items: start; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; counter-reset: step; }
.steps li { display: grid; grid-template-columns: 64px 1fr; gap: 16px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.steps span { grid-row: span 2; color: var(--accent); font-weight: 900; }
.steps strong { font-size: 1.1rem; }
.steps p { margin-top: 2px; color: var(--muted); }
.proof { padding-block: 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.proof-grid article { padding: 22px; background: var(--paper); border-radius: var(--radius); border: 1px solid var(--line); }
.proof-grid strong { display: block; font-family: var(--display); font-size: 2rem; color: var(--charcoal); }
.proof-grid span { display: block; margin-top: 8px; color: var(--muted); }
.material-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(28px, 6vw, 72px); align-items: center; }
.material-grid img { border-radius: var(--radius); background: var(--wood); }
.section-dark .eyebrow { color: var(--wood); }
.section-dark p { color: rgba(255, 249, 237, .8); }
.use-box, .callout, .related-card, .local-box, .final-box { padding: clamp(24px, 4vw, 42px); border-radius: var(--radius); border: 1px solid var(--line); background: var(--paper); }
.use-box p, .local-box p, .final-box p, .related-card p { color: var(--muted); }
.callout { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.callout p { color: var(--muted); }
.check-list { columns: 2; gap: 28px; margin: 18px 0 0; padding-left: 1.2rem; }
.check-list li { break-inside: avoid; margin-bottom: 10px; }
.check-list li::marker { color: var(--accent); }
.local-box, .final-box { text-align: center; }
.local-box p, .final-box p { max-width: 720px; margin-inline: auto; }
.local-box .button, .final-box .button { margin-top: 24px; }
.related { padding-top: 0; }
.text-link { color: var(--accent); font-weight: 900; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 48px; align-items: start; }
.faq-list { display: grid; gap: 10px; }
details { background: var(--warm-white); border: 1px solid var(--line); border-radius: var(--radius); padding: 0; }
summary { cursor: pointer; padding: 18px 20px; font-weight: 900; }
summary::marker { color: var(--accent); }
details p { margin: 0; padding: 0 20px 20px; color: var(--muted); }
.legal { min-height: 58vh; }

.site-footer { padding: 54px 0 98px; background: var(--charcoal); color: var(--warm-white); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4, minmax(0, 1fr)); gap: 28px; }
.footer-brand img { width: 168px; height: auto; }
.site-footer h2 { font-size: .9rem; text-transform: uppercase; letter-spacing: .04em; color: var(--wood); }
.site-footer p { color: rgba(251,251,248,.78); }
.site-footer ul { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 8px; }
.site-footer a { color: var(--warm-white); }
.footer-bottom { margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(251,251,248,.16); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-bottom p { margin: 0; font-size: .9rem; }
.mobile-wa { display: none; }

@media (max-width: 1100px) {
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; }
  .site-nav { font-size: .86rem; }
  .site-nav a { padding-inline: 7px; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 24px, 680px); }
  .header-inner { min-height: 64px; }
  .brand img { width: 136px; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; inline-size: 44px; block-size: 44px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--warm-white); }
  .nav-toggle span[aria-hidden="true"], .nav-toggle span[aria-hidden="true"]::before, .nav-toggle span[aria-hidden="true"]::after { content: ""; display: block; inline-size: 18px; block-size: 2px; background: var(--ink); position: relative; }
  .nav-toggle span[aria-hidden="true"]::before { position: absolute; top: -6px; }
  .nav-toggle span[aria-hidden="true"]::after { position: absolute; top: 6px; }
  .site-nav { display: none; position: absolute; inset: 64px 12px auto; max-height: calc(100svh - 82px); overflow: auto; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--warm-white); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  body.nav-open .site-nav { display: flex; }
  .nav-products { display: grid; gap: 2px; }
  .site-nav a { padding: 12px; }
  .site-nav .nav-wa { margin-left: 0; text-align: center; }
  .hero-home { min-height: auto; }
  .hero-grid, .hero-product-grid, .split, .material-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid, .hero-product-grid { padding-block: 42px; }
  .product-grid { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr; }
  .hero-actions .button, .callout .button { width: 100%; }
  .callout { align-items: stretch; flex-direction: column; }
  .check-list { columns: 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .mobile-wa { display: inline-flex; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 30; min-height: 54px; align-items: center; justify-content: center; border-radius: var(--radius); background: var(--accent); color: #fff; font-weight: 900; text-decoration: none; box-shadow: 0 12px 28px rgba(37, 34, 31, .24); opacity: 0; pointer-events: none; translate: 0 16px; transition: opacity .18s ease, translate .18s ease; }
  body.mobile-cta-visible .mobile-wa { opacity: 1; pointer-events: auto; translate: 0; }
}

@media (max-width: 520px) {
  .section { padding: 54px 0; }
  .hero-grid, .hero-product-grid { padding-block: 34px 42px; }
  .hero .button-secondary { display: none; }
  .steps li { grid-template-columns: 1fr; }
  .steps span { grid-row: auto; }
  .use-box, .callout, .related-card, .local-box, .final-box { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
}

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

.image-placeholder { display: grid; place-items: center; aspect-ratio: 4 / 3; min-height: 180px; border-radius: calc(var(--radius) - 2px); background: var(--paper); color: var(--muted); font-weight: 900; text-align: center; padding: 24px; }
.entry-content > * + * { margin-top: 18px; }
.entry-content ul, .entry-content ol { padding-left: 1.4rem; }
.entry-content a { color: var(--accent); font-weight: 800; }
