:root {
  --ink: #17241d;
  --ink-soft: #4e5b54;
  --forest: #173f2c;
  --forest-2: #245d40;
  --lime: #d6f05f;
  --wood: #b97538;
  --wood-light: #d9a36f;
  --paper: #f6f5f0;
  --white: #fff;
  --line: #d9ddd8;
  --shadow: 0 18px 50px rgba(23, 36, 29, 0.12);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.topbar { background: var(--ink); color: #e9eee9; font-size: 13px; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 48px; }
.topbar span, .topbar a { display: inline-flex; align-items: center; gap: 7px; }
.topbar svg { width: 15px; height: 15px; color: var(--lime); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; background: var(--forest); color: var(--lime); border-radius: 6px; }
.brand-mark svg { width: 23px; }
.brand strong, .brand small { display: block; line-height: 1.1; }
.brand strong { font: 800 17px "Manrope", sans-serif; }
.brand small { margin-top: 4px; color: var(--ink-soft); font-size: 10px; text-transform: uppercase; letter-spacing: 1.1px; }
.main-nav { display: flex; gap: 28px; font-size: 14px; font-weight: 600; }
.main-nav a { padding: 27px 0; border-bottom: 2px solid transparent; }
.main-nav a:hover { color: var(--forest-2); border-color: var(--forest-2); }
.header-cta { padding: 12px 18px; background: var(--forest); color: white; border-radius: 6px; font-size: 14px; font-weight: 700; }
.product-section { padding: 50px 0 64px; background: linear-gradient(90deg, #f5f3ed 0 49.5%, #fff 49.5%); }
.product-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr); gap: 70px; align-items: start; }
.gallery { position: relative; }
.product-badges { position: absolute; z-index: 2; top: 16px; left: 16px; display: flex; gap: 8px; }
.badge { padding: 7px 10px; border-radius: 4px; font-size: 12px; font-weight: 700; }
.badge-dark { background: var(--ink); color: white; }
.badge-light { background: rgba(255,255,255,.92); color: var(--ink); }
.main-image-wrap { position: relative; overflow: hidden; aspect-ratio: 1 / 1; background: white; border: 1px solid #e4e3de; }
.main-image { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, opacity .2s ease; }
.main-image-wrap:hover .main-image { transform: scale(1.025); }
.zoom-button { position: absolute; right: 16px; bottom: 16px; width: 42px; height: 42px; border: 1px solid var(--line); background: white; color: var(--ink); border-radius: 6px; display: grid; place-items: center; box-shadow: 0 6px 20px rgba(0,0,0,.1); }
.zoom-button svg { width: 19px; }
.gallery-thumbs { display: flex; align-items: stretch; gap: 10px; margin-top: 12px; }
.thumb { width: 74px; height: 74px; padding: 3px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 5px; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb.active { border: 2px solid var(--forest); }
.gallery-note { min-width: 180px; display: flex; align-items: center; gap: 10px; margin-left: 4px; color: var(--ink-soft); font-size: 13px; }
.gallery-note svg { width: 25px; color: var(--wood); }
.gallery-note strong { display: block; color: var(--ink); }
.product-info { padding-top: 4px; }
.rating-row { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.stars { color: #d7922c; letter-spacing: 2px; }
.rating-row a { color: var(--ink-soft); text-decoration: underline; text-underline-offset: 3px; }
.eyebrow { margin: 22px 0 9px; color: var(--forest-2); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.8px; }
.eyebrow.light { color: var(--lime); }
h1, h2, h3 { font-family: "Manrope", sans-serif; letter-spacing: 0; }
h1 { max-width: 650px; margin: 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.05; }
.product-subtitle { margin: 18px 0 20px; color: var(--ink-soft); font-size: 16px; }
.feature-strip { display: flex; gap: 20px; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-strip span { display: inline-flex; align-items: center; gap: 7px; color: var(--ink-soft); font-size: 13px; font-weight: 600; }
.feature-strip svg { width: 17px; color: var(--forest-2); }
.purchase-card { margin-top: 20px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.mode-tabs { display: grid; grid-template-columns: 1fr 1fr; padding: 3px; background: #eef0ed; border-radius: 6px; }
.mode-tab { min-height: 56px; border: 0; background: transparent; color: var(--ink-soft); border-radius: 4px; }
.mode-tab span, .mode-tab small { display: block; }
.mode-tab span { font-weight: 800; }
.mode-tab small { margin-top: 2px; font-size: 11px; }
.mode-tab.active { background: white; color: var(--ink); box-shadow: 0 2px 9px rgba(23,36,29,.09); }
.price-area { display: flex; align-items: center; justify-content: space-between; min-height: 90px; }
.price-label { color: var(--ink-soft); font-size: 12px; }
.price { display: flex; align-items: baseline; gap: 5px; line-height: 1; }
.price small { font-size: 18px; font-weight: 700; }
.price strong { font: 800 38px "Manrope", sans-serif; }
.discount-pill { padding: 7px 10px; color: #143c24; background: #dff2d8; border-radius: 4px; font-size: 12px; font-weight: 800; }
.wholesale-scale { display: grid; grid-template-columns: 1fr 1fr; margin: -2px 0 16px; border: 1px solid var(--line); border-radius: 5px; overflow: hidden; }
.wholesale-scale div { padding: 8px 10px; font-size: 12px; }
.wholesale-scale div + div { border-left: 1px solid var(--line); }
.wholesale-scale span, .wholesale-scale strong { display: block; }
.wholesale-scale span { color: var(--ink-soft); }
.quantity-area label { display: block; margin-bottom: 9px; font-size: 13px; font-weight: 700; }
.quantity-row { display: flex; gap: 12px; }
.stepper { height: 50px; display: grid; grid-template-columns: 44px 62px 44px; border: 1px solid #b9c0bb; border-radius: 5px; overflow: hidden; }
.stepper button { display: grid; place-items: center; border: 0; background: #f2f3f1; color: var(--ink); }
.stepper button:hover { background: #e5e9e5; }
.stepper svg { width: 17px; }
.stepper input { width: 100%; border: 0; border-left: 1px solid var(--line); border-right: 1px solid var(--line); text-align: center; font-weight: 800; outline: 0; -moz-appearance: textfield; }
.stepper input::-webkit-inner-spin-button { display: none; }
.coverage { flex: 1; min-width: 0; padding: 6px 12px; background: var(--paper); border-radius: 5px; }
.coverage span, .coverage strong { display: block; }
.coverage span { color: var(--ink-soft); font-size: 11px; }
.coverage strong { font-size: 16px; }
.quick-quantities { display: flex; gap: 7px; margin-top: 9px; }
.quick-quantities button { padding: 6px 10px; border: 1px solid var(--line); background: white; border-radius: 4px; color: var(--ink-soft); font-size: 12px; }
.quick-quantities button:hover { color: var(--forest); border-color: var(--forest); }
.order-summary { margin: 17px 0 14px; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.order-summary div { display: flex; justify-content: space-between; gap: 20px; }
.order-summary span { color: var(--ink-soft); font-size: 13px; }
.order-summary strong { font-size: 18px; }
.order-summary p { display: flex; align-items: center; gap: 5px; margin: 7px 0 0; color: var(--ink-soft); font-size: 11px; }
.order-summary svg { width: 13px; }
.buyer-fields { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10px; margin-bottom: 12px; }
.buyer-fields span { display: block; margin-bottom: 5px; font-size: 11px; font-weight: 700; }
.buyer-fields input { width: 100%; height: 43px; padding: 0 11px; border: 1px solid #b9c0bb; border-radius: 4px; outline: 0; }
.buyer-fields input:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(36,93,64,.1); }
.buy-button { width: 100%; min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 0 17px; border: 0; background: var(--forest); color: white; border-radius: 5px; font-weight: 800; transition: background .2s, transform .2s; }
.buy-button:hover { background: var(--forest-2); transform: translateY(-1px); }
.buy-button svg { width: 20px; color: var(--lime); }
.buy-button strong { margin-left: auto; padding-left: 14px; border-left: 1px solid rgba(255,255,255,.24); }
.checkout-note { display: flex; align-items: flex-start; justify-content: center; gap: 6px; margin: 10px 10px 0; color: var(--ink-soft); font-size: 10px; text-align: center; }
.checkout-note svg { flex: 0 0 13px; width: 13px; margin-top: 1px; }
.trust-band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.trust-grid { min-height: 100px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 12px; padding: 18px 22px; }
.trust-grid > div + div { border-left: 1px solid var(--line); }
.trust-grid svg { width: 27px; color: var(--wood); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: 13px; }
.trust-grid span { color: var(--ink-soft); font-size: 11px; }
.section { padding: 90px 0; }
.section-heading { max-width: 690px; margin-bottom: 38px; }
.section-heading .eyebrow, .spec-content .eyebrow, .wholesale .eyebrow, .faq .eyebrow { margin-top: 0; }
h2 { margin: 0; font-size: clamp(30px, 4vw, 45px); line-height: 1.12; }
.section-heading > p:last-child, .spec-content > p, .wholesale-grid > div > p, .faq-grid > div > p { color: var(--ink-soft); }
.benefits { background: var(--paper); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cfd4cf; }
.benefit-grid article { position: relative; padding: 30px 25px 0 0; }
.benefit-grid article + article { padding-left: 25px; border-left: 1px solid #cfd4cf; }
.benefit-grid .number { position: absolute; top: 13px; right: 14px; color: #a7afa9; font-size: 11px; font-weight: 700; }
.benefit-grid svg { width: 30px; color: var(--wood); }
.benefit-grid h3 { margin: 17px 0 7px; font-size: 17px; }
.benefit-grid p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.specs-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.spec-image { position: relative; }
.spec-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.spec-image span { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 11px 13px; background: rgba(23,36,29,.88); color: white; font-size: 11px; }
.spec-content dl { margin: 28px 0 22px; border-top: 1px solid var(--line); }
.spec-content dl div { display: grid; grid-template-columns: 1fr 1.3fr; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.spec-content dt { color: var(--ink-soft); }
.spec-content dd { margin: 0; font-weight: 700; }
.text-link { display: inline-flex; align-items: center; gap: 7px; padding: 0 0 5px; border: 0; border-bottom: 2px solid var(--forest); background: transparent; color: var(--forest); font-weight: 800; }
.text-link svg { width: 17px; }
.wholesale { background: var(--forest); color: white; }
.wholesale-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.wholesale-grid > div > p { color: #c6d3ca; max-width: 570px; }
.wholesale-button { display: inline-flex; align-items: center; gap: 8px; margin-top: 15px; padding: 14px 17px; border: 0; background: var(--lime); color: var(--ink); border-radius: 5px; font-weight: 800; }
.wholesale-button svg { width: 19px; }
.wholesale-table { background: white; color: var(--ink); border-radius: var(--radius); overflow: hidden; }
.wholesale-table > div { display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 18px 22px; }
.wholesale-table > div + div { border-top: 1px solid var(--line); }
.wholesale-table strong { text-align: right; font-size: 21px; }
.wholesale-table .table-head { background: #edf0ec; color: var(--ink-soft); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.wholesale-table .best { border-left: 4px solid var(--lime); }
.wholesale-table small { display: block; width: fit-content; margin-top: 5px; padding: 3px 6px; background: var(--lime); border-radius: 3px; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.wholesale-table > p { margin: 0; padding: 14px 22px; background: var(--paper); color: var(--ink-soft); font-size: 11px; }
.row-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.review-score { display: flex; align-items: center; gap: 13px; }
.review-score > strong { font: 800 45px "Manrope", sans-serif; }
.review-score span, .review-score small { display: block; }
.review-score span { color: #d7922c; letter-spacing: 2px; }
.review-score small { color: var(--ink-soft); font-size: 10px; letter-spacing: 0; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
blockquote { margin: 0; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); }
blockquote > span { color: #d7922c; letter-spacing: 2px; font-size: 13px; }
blockquote p { min-height: 74px; font-size: 15px; }
blockquote footer { font-weight: 800; font-size: 13px; }
blockquote footer small { display: block; color: var(--ink-soft); font-weight: 400; }
.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.accordion details { border-top: 1px solid #cbd1cc; }
.accordion details:last-child { border-bottom: 1px solid #cbd1cc; }
.accordion summary { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; font-weight: 800; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary svg { flex: 0 0 18px; width: 18px; transition: transform .2s; }
.accordion details[open] summary svg { transform: rotate(45deg); }
.accordion details p { margin: -2px 40px 20px 0; color: var(--ink-soft); font-size: 14px; }
.final-cta { padding: 62px 0; background: var(--ink); color: white; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.final-cta .eyebrow { margin-top: 0; }
.final-cta h2 { max-width: 720px; }
.final-cta button { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; padding: 15px 18px; border: 0; background: var(--lime); color: var(--ink); border-radius: 5px; font-weight: 800; }
.final-cta button svg { width: 18px; }
footer { padding: 28px 0; border-top: 1px solid #304139; background: var(--ink); color: #c4cec7; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 12px; }
.footer-brand { color: white; margin: 0; }
.footer-brand .brand-mark { background: #2b4638; }
.footer-brand small { color: #aebbb3; }
.mobile-buy-bar { display: none; }
.image-modal { position: fixed; max-width: min(760px, calc(100% - 32px)); padding: 0; border: 0; background: white; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.image-modal::backdrop { background: rgba(10,20,15,.75); }
.image-modal img { max-height: 84vh; }
.modal-close { position: absolute; top: 10px; right: 10px; z-index: 2; width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 5px; background: white; }
.toast { position: fixed; left: 50%; bottom: 30px; z-index: 50; transform: translate(-50%, 20px); padding: 11px 16px; border-radius: 5px; background: var(--ink); color: white; font-size: 13px; opacity: 0; pointer-events: none; transition: .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .product-section { background: linear-gradient(#f5f3ed 0 540px, #fff 540px); }
  .product-grid { grid-template-columns: 1fr; gap: 35px; }
  .gallery { max-width: 620px; margin: 0 auto; }
  .product-info { max-width: 680px; margin: 0 auto; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .trust-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit-grid article:nth-child(3) { padding-left: 0; border-left: 0; }
  .benefit-grid article:nth-child(n+3) { margin-top: 30px; padding-top: 30px; border-top: 1px solid #cfd4cf; }
  .specs-grid, .wholesale-grid { grid-template-columns: 1fr; gap: 45px; }
  .faq-grid { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 640px) {
  body { padding-bottom: 72px; }
  .container { width: min(100% - 28px, 1180px); }
  .topbar-inner { justify-content: space-between; gap: 10px; min-height: 32px; font-size: 10px; }
  .topbar-inner span:nth-child(2), .topbar-inner a { display: none; }
  .site-header { position: relative; }
  .header-inner { min-height: 62px; }
  .header-cta { display: none; }
  .brand-mark { width: 36px; height: 36px; }
  .brand strong { font-size: 15px; }
  .product-section { padding: 14px 0 36px; background: linear-gradient(#f5f3ed 0 370px, #fff 370px); }
  .product-grid { gap: 24px; }
  .product-badges { top: 9px; left: 9px; }
  .badge { padding: 5px 7px; font-size: 9px; }
  .main-image-wrap { aspect-ratio: 1 / 1; }
  .zoom-button { right: 9px; bottom: 9px; width: 38px; height: 38px; }
  .gallery-thumbs { margin-top: 8px; }
  .thumb { width: 58px; height: 58px; }
  .gallery-note { min-width: 0; font-size: 11px; }
  .gallery-note svg { width: 20px; }
  .product-info { padding: 0; }
  .rating-row { font-size: 11px; }
  .eyebrow { margin-top: 16px; }
  h1 { font-size: 34px; }
  .product-subtitle { font-size: 14px; }
  .feature-strip { gap: 11px; overflow-x: auto; }
  .feature-strip span { white-space: nowrap; font-size: 11px; }
  .purchase-card { margin: 16px -5px 0; padding: 14px; box-shadow: 0 10px 30px rgba(23,36,29,.1); }
  .price strong { font-size: 34px; }
  .buyer-fields { grid-template-columns: 1fr; }
  .buy-button { display: none; }
  .checkout-note { margin-bottom: 2px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { align-items: flex-start; padding: 16px 10px; }
  .trust-grid svg { width: 21px; }
  .trust-grid strong { font-size: 11px; }
  .trust-grid span { font-size: 9px; }
  .section { padding: 62px 0; }
  h2 { font-size: 30px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article, .benefit-grid article + article, .benefit-grid article:nth-child(3) { padding: 25px 0 0; border-left: 0; }
  .benefit-grid article + article { margin-top: 25px; border-top: 1px solid #cfd4cf; }
  .specs-grid, .wholesale-grid, .faq-grid { gap: 32px; }
  .spec-content dl div { grid-template-columns: 1fr 1.2fr; }
  .wholesale-table > div { padding: 15px; }
  .wholesale-table strong { font-size: 17px; }
  .row-heading { align-items: flex-start; flex-direction: column; }
  .review-grid { grid-template-columns: 1fr; }
  blockquote p { min-height: 0; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .mobile-buy-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; min-height: 68px; display: flex; align-items: center; gap: 12px; padding: 9px 14px; border-top: 1px solid var(--line); background: rgba(255,255,255,.97); box-shadow: 0 -8px 25px rgba(23,36,29,.12); backdrop-filter: blur(10px); }
  .mobile-buy-bar > div { min-width: 95px; }
  .mobile-buy-bar span, .mobile-buy-bar strong { display: block; }
  .mobile-buy-bar span { color: var(--ink-soft); font-size: 10px; }
  .mobile-buy-bar strong { font-size: 17px; }
  .mobile-buy-bar button { flex: 1; min-height: 48px; border: 0; background: var(--forest); color: white; border-radius: 5px; font-weight: 800; }
  .toast { bottom: 85px; width: calc(100% - 28px); text-align: center; }
}

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