:root {
  --ink: #18211d;
  --green: #233d33;
  --green-2: #315246;
  --sage: #a9b9ad;
  --ivory: #f7f3eb;
  --paper: #fffdf8;
  --sand: #e9dfcf;
  --gold: #c39a62;
  --line: rgba(24,33,29,.14);
  --shadow: 0 24px 70px rgba(27,45,37,.13);
  --radius: 28px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 12px 18px; background: #fff; }
.skip-link:focus { top: 16px; }
.announcement { padding: 9px 16px; color: #fff; background: var(--green); font-size: 12px; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid transparent; background: rgba(255,253,248,.86); backdrop-filter: blur(15px); transition: box-shadow .2s, border-color .2s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 9px 28px rgba(20,32,27,.06); }
.header-inner { height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { width: max-content; font-family: Georgia, "Times New Roman", serif; font-size: 24px; letter-spacing: .28em; }
.site-menu { display: flex; align-items: center; gap: 32px; font-size: 14px; }
.site-menu a, .cart-link { transition: opacity .2s; }
.site-menu a:hover, .cart-link:hover { opacity: .58; }
.cart-link { justify-self: end; font-size: 14px; }
.eva-cart-count { display: inline-grid; place-items: center; width: 24px; height: 24px; margin-left: 4px; border-radius: 999px; color: #fff; background: var(--green); font-size: 11px; }
.menu-toggle { display: none; border: 0; background: none; }
.hero { overflow: hidden; min-height: 690px; background: radial-gradient(circle at 77% 42%, #f0e9dc 0 20%, transparent 48%), linear-gradient(135deg, #f8f4ec, #fffcf5); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 64px; padding-block: 56px; }
.eyebrow { margin: 0 0 18px; color: var(--green-2); font-weight: 700; font-size: 12px; letter-spacing: .19em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.06; letter-spacing: -.035em; }
h1 { max-width: 660px; font-size: clamp(48px, 5.4vw, 78px); }
h2 { font-size: clamp(38px, 4vw, 58px); }
h3 { margin: 0; font-size: 20px; line-height: 1.25; }
.hero-lead { max-width: 590px; margin: 25px 0; color: #46534d; font-size: 19px; }
.hero-points { display: grid; gap: 9px; margin: 0 0 30px; padding: 0; list-style: none; }
.hero-points li::before { content: "✓"; display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: 10px; border-radius: 50%; color: #fff; background: var(--green); font-size: 13px; }
.hero-offer { display: flex; align-items: center; gap: 22px; }
.price-wrap { font-size: 21px; font-weight: 700; white-space: nowrap; }
.price-wrap del { margin-right: 8px; color: #78817d; font-size: 15px; font-weight: 500; }
.price-wrap ins { color: var(--green); text-decoration: none; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 28px; border: 1px solid var(--green); border-radius: 999px; font-weight: 700; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--green); }
.button-primary:hover { background: var(--green-2); }
.button-light { color: var(--green); border-color: #fff; background: #fff; }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px 17px; margin-top: 23px; color: #64706a; font-size: 12px; }
.trust-row span:not(:last-child)::after { content: "·"; margin-left: 17px; }
.hero-visual { position: relative; min-width: 0; isolation: isolate; }
.visual-orbit { position: absolute; inset: 8% 4% 5%; z-index: -1; border: 1px solid rgba(35,61,51,.14); border-radius: 50%; transform: rotate(-8deg); }
.product-hero-image { width: 100%; max-height: 610px; display: block; object-fit: contain; filter: drop-shadow(0 35px 35px rgba(35,61,51,.17)); mix-blend-mode: multiply; }
.hero-badge { position: absolute; right: 1%; bottom: 9%; width: 92px; height: 92px; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: #fff; background: rgba(35,61,51,.92); text-align: center; box-shadow: var(--shadow); }
.hero-badge strong { font-family: Georgia, serif; font-size: 27px; line-height: 1; }
.hero-badge span { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.press-strip { border-block: 1px solid var(--line); background: #fff; }
.press-items { min-height: 82px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 20px; color: #56625c; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.press-items span:not(:last-child) { border-right: 1px solid var(--line); }
.section { padding: 112px 0; }
.section-heading { max-width: 710px; margin-bottom: 54px; }
.section-heading p:not(.eyebrow) { color: #5f6b65; font-size: 18px; }
.centered { margin-inline: auto; text-align: center; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.benefit-card { min-height: 250px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s, box-shadow .25s; }
.benefit-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.benefit-card > span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 44px; border-radius: 50%; color: #fff; background: var(--green); font-size: 12px; }
.benefit-card p { margin-bottom: 0; color: #606a65; }
.feature-band { background: var(--ivory); }
.feature-grid { display: grid; grid-template-columns: 1fr .88fr; align-items: center; gap: 8vw; }
.feature-image-wrap { padding: 7%; border-radius: var(--radius); background: #eee5d8; }
.feature-image-wrap img { display: block; border-radius: calc(var(--radius) - 10px); mix-blend-mode: multiply; }
.feature-copy > p:not(.eyebrow) { color: #59645e; font-size: 18px; }
.spec-list { margin: 34px 0; border-top: 1px solid var(--line); }
.spec-list div { display: flex; justify-content: space-between; gap: 30px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.spec-list dt { color: #6d7672; }
.spec-list dd { margin: 0; font-weight: 700; text-align: right; }
.text-link { display: inline-block; border-bottom: 1px solid currentColor; font-weight: 700; }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.steps::before { content: ""; position: absolute; left: 16.7%; right: 16.7%; top: 29px; height: 1px; background: var(--line); }
.steps article { position: relative; padding: 0 25px; text-align: center; }
.steps b { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 25px; border: 1px solid var(--green); border-radius: 50%; color: var(--green); background: var(--paper); font-family: Georgia, serif; font-size: 22px; }
.steps p { color: #646f69; }
.comparison { color: #fff; background: var(--green); }
.comparison .eyebrow { color: #c9d8cd; }
.comparison-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 9vw; }
.comparison-grid > div:first-child > p:not(.eyebrow) { color: #cbd5cf; }
.compare-card { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); }
.compare-card div { display: grid; gap: 0; }
.compare-card div:first-child { background: rgba(255,255,255,.09); }
.compare-card strong, .compare-card span { padding: 18px 25px; border-bottom: 1px solid rgba(255,255,255,.13); }
.compare-card span::before { content: "✓"; margin-right: 9px; color: #d7c49f; }
.compare-card .muted span::before { content: "–"; color: #a6b2ac; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; }
.faq-grid > div:first-child > p:not(.eyebrow) { color: #64706a; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 22px 42px 22px 0; cursor: pointer; font-size: 17px; font-weight: 700; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 8px; font-size: 24px; font-weight: 300; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin-top: -6px; padding: 0 45px 22px 0; color: #626e68; }
.final-cta { padding: 82px 0; color: #fff; background: #17251f; }
.final-cta .eyebrow { color: #c2d2c7; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.site-footer { padding: 70px 0 25px; color: #d9dfdc; background: #0f1713; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 55px; }
.brand-light { color: #fff; }
.footer-grid p { color: #98a39d; }
.footer-grid h2 { margin-bottom: 15px; color: #fff; font-family: inherit; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a:not(.brand) { display: block; padding: 4px 0; color: #aeb8b3; font-size: 14px; }
.footer-bottom { margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.11); color: #77827c; font-size: 12px; }
.content-page, .shop-page { min-height: 60vh; padding-block: 70px; }
.woocommerce div.product { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { width: auto; float: none; }
.woocommerce .quantity .qty { min-height: 48px; border: 1px solid var(--line); border-radius: 10px; }
.woocommerce button.button, .woocommerce a.button, .woocommerce input.button { min-height: 50px; padding: 13px 24px; border-radius: 999px; color: #fff; background: var(--green); }
.sticky-buy { position: fixed; left: 50%; bottom: 18px; z-index: 45; width: min(560px, calc(100% - 28px)); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 13px 12px 20px; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; background: rgba(255,253,248,.94); box-shadow: 0 16px 60px rgba(19,33,27,.22); backdrop-filter: blur(14px); transform: translate(-50%, 130%); opacity: 0; transition: transform .25s, opacity .25s; }
.sticky-buy.visible { transform: translate(-50%, 0); opacity: 1; }
.sticky-buy > div { display: grid; line-height: 1.25; }
.sticky-buy > div span { font-size: 13px; }
.sticky-buy .button { min-height: 44px; padding: 10px 21px; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 30px, 720px); --radius: 22px; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; justify-self: end; }
  .site-menu { position: fixed; inset: 109px 0 auto; display: none; padding: 28px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-menu.open { display: grid; }
  .cart-link { display: none; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 22px; padding-block: 62px 40px; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; max-width: 640px; margin-inline: auto; }
  .press-items { grid-template-columns: 1fr 1fr; padding: 20px 0; }
  .press-items span:not(:last-child) { border: 0; }
  .section { padding: 78px 0; }
  .benefit-grid, .feature-grid, .comparison-grid, .faq-grid { grid-template-columns: 1fr; }
  .feature-grid, .comparison-grid, .faq-grid { gap: 45px; }
  .woocommerce div.product { grid-template-columns: 1fr; gap: 25px; }
}

@media (max-width: 620px) {
  .announcement { font-size: 10px; }
  .header-inner { height: 66px; }
  .site-menu { inset: 97px 0 auto; }
  .hero-grid { padding-top: 44px; }
  h1 { font-size: 45px; }
  h2 { font-size: 37px; }
  .hero-lead { font-size: 17px; }
  .hero-offer { align-items: stretch; flex-direction: column; }
  .hero-offer .button { width: 100%; }
  .trust-row span:not(:last-child)::after { display: none; }
  .product-hero-image { max-height: 440px; }
  .hero-badge { width: 74px; height: 74px; right: 0; }
  .press-items { grid-template-columns: 1fr; gap: 10px; }
  .benefit-grid, .steps, .compare-card, .footer-grid { grid-template-columns: 1fr; }
  .steps { gap: 38px; }
  .steps::before { display: none; }
  .final-cta-inner { align-items: stretch; flex-direction: column; }
  .final-cta .button { width: 100%; }
  .footer-grid { gap: 35px; }
  .sticky-buy { border-radius: 18px; }
  .sticky-buy > div { max-width: 145px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
