:root {
  --green-950: #0d241c;
  --green-900: #143329;
  --green-800: #1b4338;
  --green-700: #245c49;
  --sand-50: #fbf8f2;
  --sand-100: #f3ede2;
  --sand-200: #e6dcc8;
  --ink: #161615;
  --muted: #5d5a54;
  --line: #e4ddd2;
  --white: #fff;
  --sale: #8c2f2b;
  --gold: #c4a35a;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(20, 51, 41, .12);
  --header: 84px;
  --font: "Source Sans 3", "Segoe UI", sans-serif;
  --display: "Source Serif 4", Georgia, serif;
  --page: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
}
body.nav-open, body.search-open, body.cart-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, .display { font-family: var(--display); font-weight: 600; letter-spacing: -.015em; line-height: 1.2; }
.container { width: min(var(--page), calc(100% - 96px)); max-width: var(--page); margin-inline: auto; }
.sr-only, .skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 12px; top: 12px; background: #fff; padding: 8px 12px; z-index: 80; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 700; color: var(--green-700); margin: 0 0 .5rem; }
.eyebrow.light { color: #e8ef7a; }
.lede { font-size: 1.12rem; color: var(--muted); max-width: none; }
.page-hero .lede { max-width: none; }
.text-link { color: var(--green-800); font-weight: 700; text-underline-offset: 3px; }
.text-btn { background: none; border: 0; color: var(--muted); cursor: pointer; padding: 0; font: inherit; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  border-radius: 999px; padding: .9rem 1.35rem; font-weight: 700; text-decoration: none;
  border: 1px solid transparent; cursor: pointer; font-family: inherit;
}
.btn-dark { background: var(--green-900); color: #fff; }
.btn-dark:hover { background: var(--green-700); }
.btn-light { background: #e8ef7a; color: var(--ink); }
.btn-outline, .btn-ghost { background: transparent; border-color: currentColor; color: inherit; }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.75); }
.btn[disabled] { opacity: .5; cursor: not-allowed; }

.util-bar { background: #245c49; color: #eef5f0; font-size: .82rem; }
.util-bar-inner { display: flex; gap: 1.25rem; justify-content: space-between; align-items: center; min-height: 38px; flex-wrap: nowrap; overflow: hidden; }
.util-bar p { margin: 0; white-space: nowrap; display: inline-flex; align-items: center; gap: .4rem; }
.util-bar p::before {
  content: "";
  width: .72em; height: .72em;
  flex: 0 0 .72em;
  background: #fff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M2.5 8.5l3.5 3.5 7.5-8'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M2.5 8.5l3.5 3.5 7.5-8'/%3E%3C/svg%3E") center / contain no-repeat;
}
.util-bar a { color: #fff; font-weight: 700; white-space: nowrap; }

.site-header {
  position: sticky; top: 0; z-index: 90; background: #fff;
  border-bottom: 1px solid var(--line);
}
.header-inner { position: relative; display: flex; align-items: center; gap: 1.4rem; min-height: var(--header); }
.logo { flex: 0 0 auto; }
.logo img { height: 52px; width: auto; object-fit: contain; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: none; padding: 10px; z-index: 70; position: relative; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 6px 0; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.nav-sheet-top { display: none; }
.nav-close { width: 40px; height: 40px; border: 0; background: none; font-size: 1.8rem; line-height: 1; cursor: pointer; color: var(--ink); }
.nav-label { display: none; }
.nav-mobile-cta { display: none; }
.site-nav { flex: 1; min-width: 0; position: relative; }
.nav-list {
  display: flex; align-items: center; justify-content: center; gap: .1rem .9rem;
  list-style: none; margin: 0; padding: 0; flex-wrap: nowrap; white-space: nowrap;
}
.nav-list > li > a {
  display: inline-flex; align-items: center; gap: .3rem; padding: .65rem 0;
  text-decoration: none; font-weight: 650; font-size: .9rem;
}
.nav-list > li.is-active > a, .nav-list > li > a:hover { color: var(--green-700); }
.chev { width: 6px; height: 6px; border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .18s ease; }
.has-mega:hover > a .chev, .has-mega:focus-within > a .chev { transform: rotate(-135deg) translateY(1px); }
.has-mega { position: static; }
.mega {
  position: absolute; left: 0; right: 0; top: calc(100% + 10px); z-index: 50;
  display: none; width: 100%;
  padding: 0; overflow: hidden; white-space: normal;
  background: #fff; border: 0; border-radius: 20px;
  box-shadow: 0 18px 50px rgba(20, 51, 41, .16);
}
.mega::before {
  content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px;
}
.has-mega:hover .mega, .has-mega:focus-within .mega { display: block; }
.mega-panel { display: grid; grid-template-columns: minmax(240px, 38%) 1fr; align-items: stretch; min-height: 0; }
.mega-intro {
  background: var(--green-800); color: #f4f7f3;
  padding: 1.55rem 1.5rem 1.45rem; display: grid; align-content: center; gap: .45rem;
}
.mega-intro h2 { margin: 0; font-size: clamp(1.25rem, 1.8vw, 1.55rem); line-height: 1.2; }
.mega-lede { margin: 0; font-size: .9rem; line-height: 1.45; opacity: .88; max-width: 28ch; }
.mega-intro .btn {
  padding: .45rem .95rem; font-size: .8rem; justify-self: start; margin-top: .45rem;
  border-color: rgba(255,255,255,.55); color: #fff;
}
.mega-intro .btn:hover { background: #fff; color: var(--green-800); }
.mega-kicker { text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; opacity: .7; margin: 0; }
.mega-title { margin: 0 0 .85rem; font-family: var(--display); font-size: 1.12rem; font-weight: 600; }
.mega-links { background: #f3f0e9; padding: 1.3rem 1.35rem 1.35rem; display: grid; align-content: center; }
.pill-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem .65rem; }
.pill {
  display: flex; gap: .7rem; align-items: center; padding: .5rem .85rem .5rem .5rem;
  background: #e6e0d4; border-radius: 999px; text-decoration: none; border: 1px solid transparent;
  min-width: 0;
}
.pill-ico {
  flex: 0 0 36px; width: 36px; height: 36px; border-radius: 50%;
  display: grid; place-items: center; background: #fff; color: var(--green-800);
  font-style: normal; font-weight: 700; font-size: .82rem;
}
.pill span { min-width: 0; }
.pill:hover { border-color: var(--green-700); background: #fff; }
.pill strong { display: block; font-size: .86rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pill small { display: block; color: var(--muted); font-weight: 500; font-size: .68rem; }
.has-info { position: relative; }
.mega-info {
  left: 0; right: auto; width: 268px; top: calc(100% + 8px);
  border-radius: 16px; box-shadow: 0 16px 40px rgba(20, 51, 41, .16);
  overflow: visible;
}
.info-menu { display: grid; padding: .45rem; background: #fff; }
.info-menu > a, .has-flyout > a {
  display: flex; align-items: center; justify-content: space-between; gap: .6rem;
  padding: .72rem .9rem; text-decoration: none; font-weight: 650; font-size: .92rem; border-radius: 10px;
}
.info-menu > a:hover, .has-flyout > a:hover { background: var(--sand-100); color: var(--green-800); }
.has-flyout { position: relative; }
.has-flyout > a .chev { transform: rotate(-45deg); }
.flyout {
  display: none; position: absolute; right: calc(100% + 8px); left: auto; top: 0;
  min-width: 220px; background: #fff; border-radius: 16px; padding: .45rem;
  box-shadow: 0 16px 40px rgba(20, 51, 41, .16); z-index: 60;
}
.flyout a { display: block; padding: .72rem .9rem; text-decoration: none; font-weight: 650; border-radius: 10px; }
.flyout a:hover { background: var(--sand-100); color: var(--green-800); }
.has-flyout:hover .flyout, .has-flyout:focus-within .flyout, .has-flyout.is-open .flyout { display: grid; }
.header-tools { display: flex; align-items: center; gap: .2rem; margin-left: auto; }
.icon-btn {
  display: inline-flex; flex-direction: column; align-items: center; gap: 1px;
  background: none; border: 0; text-decoration: none; font-size: .68rem; font-weight: 700;
  color: var(--ink); padding: .35rem .55rem; position: relative; cursor: pointer; font-family: inherit;
}
.cart-badge {
  position: absolute; top: 0; right: 2px; min-width: 18px; height: 18px; border-radius: 99px;
  background: #e8ef7a; color: var(--ink); font-size: .68rem; display: grid; place-items: center;
}
.search-modal {
  position: fixed; inset: 0; z-index: 80; background: rgba(13, 36, 28, .46);
  display: grid; place-items: start center; padding: 12vh 1rem 2rem;
}
.search-modal[hidden] { display: none; }
.search-modal-card {
  width: min(640px, 100%); background: #fff; border-radius: 24px; padding: 1.4rem 1.5rem 1.6rem;
  box-shadow: var(--shadow);
}
.search-modal-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: .8rem; }
.search-form { display: flex; gap: .6rem; align-items: center; }
.search-hint { margin: 1rem 0 .5rem; font-size: .8rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.search-pills { display: flex; flex-wrap: wrap; gap: .45rem; }
.search-pills a {
  border: 1px solid var(--line); border-radius: 999px; padding: .4rem .8rem; text-decoration: none; font-size: .88rem; font-weight: 650;
}
.search-pills a:hover { border-color: var(--green-700); color: var(--green-800); }
.mini-cart { position: fixed; inset: 0; z-index: 240; pointer-events: none; visibility: hidden; }
.mini-cart.is-open { pointer-events: auto; visibility: visible; }
.mini-cart-backdrop {
  position: absolute; inset: 0; background: rgba(13, 36, 28, .5);
  opacity: 0; transition: opacity .25s ease;
}
.mini-cart.is-open .mini-cart-backdrop { opacity: 1; }
.mini-cart-panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(420px, 100%);
  background: #fff; display: flex; flex-direction: column;
  box-shadow: -18px 0 50px rgba(13, 36, 28, .18);
  transform: translateX(100%); transition: transform .28s ease;
}
.mini-cart.is-open .mini-cart-panel { transform: none; }
.mini-cart-head {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.05rem 1.2rem 1rem; border-bottom: 1px solid var(--line); flex: 0 0 auto;
}
.mini-cart.is-empty .mini-cart-head { border-bottom: 0; }
.mini-cart-head h2 { margin: 0; font-family: var(--font); font-size: 1.05rem; font-weight: 750; display: flex; align-items: center; gap: .5rem; }
.mini-cart-head em {
  font-style: normal; min-width: 1.5rem; height: 1.5rem; padding: 0 .4rem;
  border-radius: 99px; background: var(--green-900); color: #fff;
  display: inline-grid; place-items: center; font-size: .78rem;
}
.mini-cart-close {
  width: 40px; height: 40px; border: 0; background: none; font-size: 1.8rem; line-height: 1;
  cursor: pointer; color: var(--ink);
}
.mini-cart-meter { padding: .85rem 1.2rem .7rem; border-bottom: 1px solid var(--line); flex: 0 0 auto; }
.mini-cart.is-empty .mini-cart-meter { display: none; padding: 0; border: 0; }
.mini-cart-meter .ship-meter { padding: 0; background: transparent; }
.mini-cart-meter strong { font-size: .82rem; letter-spacing: .02em; }
.mini-cart-meter .ship-meter-bar { margin-top: .55rem; position: relative; }
.mini-cart-scroll { flex: 1 1 auto; overflow: auto; padding: .2rem 0 1rem; }
.mini-line {
  display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: .85rem;
  padding: 1rem 1.2rem; border-bottom: 1px solid var(--line);
}
.mini-line img { width: 72px; height: 72px; object-fit: cover; background: var(--sand-50); }
.mini-line h3 { margin: 0 0 .2rem; font-family: var(--font); font-size: .92rem; font-weight: 650; line-height: 1.3; }
.mini-line h3 a { text-decoration: none; }
.mini-line .cart-meta { margin: 0 0 .35rem; font-size: .82rem; }
.mini-line-top { display: flex; justify-content: space-between; gap: .6rem; align-items: start; }
.mini-line .text-btn { font-size: .8rem; color: var(--muted); }
.mini-line-row { display: flex; justify-content: space-between; align-items: center; gap: .6rem; margin-top: .45rem; }
.mini-qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 4px; overflow: hidden; }
.mini-qty button {
  width: 32px; height: 32px; border: 0; background: #fff; cursor: pointer; font-size: 1.05rem; color: var(--ink);
}
.mini-qty b { min-width: 1.6rem; text-align: center; font-size: .88rem; font-weight: 650; }
.mini-price { text-align: right; font-size: .92rem; }
.mini-price s { display: block; color: var(--muted); font-weight: 500; font-size: .78rem; }
.mini-stock { margin: .45rem 0 0; color: var(--green-700); font-size: .78rem; font-weight: 650; }
.mini-empty { padding: 2rem 1.3rem; text-align: center; color: var(--muted); }
.mini-empty h3 { margin: 0 0 .4rem; font-size: 1.2rem; }
.mini-recs { padding: 1.15rem 1.2rem 0; }
.mini-recs h3 { margin: 0 0 .8rem; font-family: var(--font); font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; }
.mini-rec {
  display: grid; grid-template-columns: 56px minmax(0, 1fr) auto; gap: .7rem; align-items: center;
  padding: .65rem 0; border-bottom: 1px solid var(--line);
}
.mini-rec:last-child { border-bottom: 0; }
.mini-rec img { width: 56px; height: 56px; object-fit: cover; background: var(--sand-50); }
.mini-rec p { margin: 0; font-size: .82rem; font-weight: 650; line-height: 1.3; }
.mini-rec .price { margin: .2rem 0 0; font-size: .8rem; }
.mini-rec .price s { color: var(--muted); margin-right: .25rem; }
.mini-rec .btn { padding: .45rem .7rem; font-size: .72rem; border-radius: 4px; white-space: nowrap; }
.mini-cart-foot { flex: 0 0 auto; border-top: 1px solid var(--line); padding: 1rem 1.2rem 1.15rem; background: #fff; }
.mini-sum { display: flex; justify-content: space-between; gap: 1rem; margin: 0 0 .4rem; font-size: .92rem; }
.mini-sum.total { font-size: 1.05rem; margin-bottom: .85rem; }
.mini-sum .is-sale { color: var(--sale); }
.mini-cart-foot .btn-dark { width: 100%; border-radius: 4px; letter-spacing: .04em; }
.mini-continue { display: block; text-align: center; margin: .7rem 0 .9rem; font-weight: 650; width: 100%; background: none; border: 0; cursor: pointer; font: inherit; color: var(--green-800); }
.mini-pay { display: flex; justify-content: center; }
.pay-marks { display: flex; flex-wrap: wrap; justify-content: center; gap: .32rem; align-items: center; }
.pay-ico { display: inline-flex; line-height: 0; border-radius: 4px; overflow: hidden; box-shadow: 0 0 0 1px #e2ddd4; background: #fff; }
.pay-ico svg { display: block; height: 26px; width: auto; }
.footer-bottom .pay-marks { flex: 1 1 auto; }
.footer-bottom .pay-ico { box-shadow: 0 0 0 1px rgba(255,255,255,.16); }
.search-form input, select, textarea, input[type=text], input[type=email], input[type=number], input[type=search], input[type=tel] {
  width: 100%; border: 1px solid #cfc9bf; border-radius: 4px; padding: .78rem .9rem; font: inherit; background: #fff;
  min-height: 46px; transition: border-color .15s ease, box-shadow .15s ease; color: var(--ink);
}
.search-form input:focus, select:focus, textarea:focus, input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus {
  outline: 0; border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(36, 92, 73, .12);
}

.hero { position: relative; min-height: min(64vh, 640px); display: grid; place-items: center; color: #fff; width: 100%; text-align: center; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; background: rgba(10, 28, 22, .42); }
.hero-inner { position: relative; z-index: 1; width: min(var(--page), calc(100% - 48px)); margin: 0 auto; padding: 2.4rem 0; }
.hero-copy { max-width: 760px; margin: 0 auto; }
.hero h1 { font-size: clamp(2.2rem, 4.6vw, 4.1rem); line-height: 1.05; margin: 0 0 .55rem; }
.hero-lead { font-size: clamp(1rem, 1.7vw, 1.22rem); margin: 0 0 1.25rem; color: #f3f6f1; }
.hero-actions { display: flex; gap: .7rem; flex-wrap: wrap; justify-content: center; }
.hero-actions .btn { min-width: 200px; padding: .95rem 1.5rem; }
.hero-actions .btn-outline-light { backdrop-filter: blur(6px); background: rgba(255,255,255,.08); }
.hero-actions .btn-outline-light:hover { background: #fff; color: var(--ink); }
.trustpilot-badge {
  display: inline-flex; align-items: center; justify-content: center; gap: .7rem; flex-wrap: wrap;
  margin: 1.5rem auto 0; background: rgba(8,18,14,.42); border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px; padding: .55rem 1.05rem; font-size: .92rem; text-decoration: none; color: #fff;
}
.trustpilot-badge:hover { background: rgba(8,18,14,.58); }
.trustpilot-badge .stars { color: #00b67a; letter-spacing: .05em; }
.trustpilot-badge small { opacity: .8; }

.usps { background: var(--white); border-bottom: 1px solid var(--line); }
.usp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; padding: 2.2rem 0; }
.usp-grid h2 { font-family: var(--font); font-size: 1rem; margin: 0 0 .3rem; }
.usp-grid p { margin: 0; color: var(--muted); font-size: .92rem; }
.section { padding: 5rem 0; }
.section.sand { background: var(--sand-50); }
.section-head { margin-bottom: 2rem; }
.section-head:not(.split) { text-align: center; }
.section-head.split { display: flex; justify-content: space-between; align-items: end; gap: 1rem; text-align: left; }
.section-head h2, .page-hero h1 { font-size: clamp(2rem, 3.4vw, 3.2rem); margin: 0; }
.page-hero { padding: 2.8rem 0 1.4rem; background: var(--sand-50); width: 100%; text-align: left; }
.page-hero.compact { padding: 2.1rem 0 1rem; }
.section.tight-top { padding-top: 2.2rem; }
.page-hero .lede { max-width: 46rem; }
.page-hero .crumbs { justify-content: flex-start; margin-inline: 0; }
.prose { max-width: none; }
.page-content { max-width: none; }
.page-content, .article-wrap { width: 100%; margin-inline: 0; }
.wide-copy h2 { font-size: clamp(1.55rem, 2.4vw, 2.15rem); margin: 1.6rem 0 .7rem; }
.wide-copy h3 { font-family: var(--font); font-size: 1.05rem; margin: 1.2rem 0 .4rem; }
.welcome-band { padding: 4.4rem 0 5rem; background: #fff; }
.welcome-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem 3rem;
  align-items: end;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid var(--line);
  margin-bottom: 2.4rem;
}
.welcome-head h2 { margin: 0 0 .7rem; font-size: clamp(1.8rem, 2.8vw, 2.45rem); }
.welcome-head p { margin: 0; color: var(--muted); max-width: 38rem; line-height: 1.7; }
.welcome-head .btn { align-self: end; flex-shrink: 0; }
.welcome-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem 3rem; }
.welcome-cols h3 { font-family: var(--display); font-size: 1.2rem; margin: 0 0 .55rem; }
.welcome-cols p { margin: 0; color: var(--muted); line-height: 1.65; }
.newsletter-band { padding: 0; width: 100%; background: #fff; }
.newsletter-card {
  display: grid; grid-template-columns: 1fr 1fr;
  background: var(--sand-50); overflow: hidden; min-height: 560px;
  width: 100%;
}
.newsletter-media { margin: 0; background: var(--sand-100); height: 100%; }
.newsletter-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.newsletter-copy {
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  padding: clamp(2.8rem, 6vw, 4.8rem) clamp(2.75rem, 7.5vw, 7.5rem);
  gap: 1.15rem; box-sizing: border-box;
}
.newsletter-copy h2 { margin: 0; font-size: clamp(1.7rem, 2.6vw, 2.35rem); }
.newsletter-copy > p { margin: 0; color: var(--muted); max-width: 34rem; line-height: 1.7; }
.newsletter-form { display: grid; gap: .85rem; margin-top: .35rem; max-width: 34rem; }
.newsletter-row { display: flex; gap: .55rem; align-items: stretch; }
.newsletter-row input { flex: 1; min-width: 0; }
.newsletter-row .btn { flex: 0 0 auto; white-space: nowrap; padding-inline: 1.35rem; }
.newsletter-check {
  display: flex; align-items: flex-start; gap: .6rem;
  font-size: .86rem; color: var(--muted); line-height: 1.5;
}
.newsletter-check input { width: auto; min-height: 0; margin-top: .2rem; accent-color: var(--green-800); }
.newsletter-check a { color: var(--green-800); font-weight: 650; }
.emaerket-band { padding: 4.6rem 0; }
.emaerket-card {
  display: grid; grid-template-columns: 1.15fr minmax(0, 1fr); align-items: center;
  background: #e8f3ec; overflow: hidden; border-radius: 24px;
  box-shadow: 0 10px 28px rgba(20, 51, 41, .08);
}
.emaerket-card figure { margin: 0; background: #e8f3ec; }
.emaerket-card img { width: 100%; height: 100%; object-fit: cover; min-height: 280px; }
.emaerket-card div { padding: clamp(1.6rem, 4vw, 2.6rem) clamp(1.5rem, 4vw, 2.8rem); }
.emaerket-card h2 { margin: 0 0 .75rem; font-size: clamp(1.45rem, 2.2vw, 1.9rem); }
.emaerket-card p { margin: 0; color: var(--muted); line-height: 1.75; font-size: 1.05rem; }
.emaerket-card a { color: #1b8f78; font-weight: 700; }
.article-body { max-width: 54rem; margin: 0 0 2rem; }
.container.wide-copy,
.container.copy-block,
.page-shell { width: min(var(--page), calc(100% - 96px)); max-width: var(--page); margin-inline: auto; }
.guide-layout, .doc-layout {
  display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 2.4rem 2.8rem; align-items: start;
}
.guide-copy, .legal-copy, .product-copy, .seo-block {
  min-width: 0; overflow-wrap: anywhere;
}
.guide-copy h2, .legal-copy h2, .seo-block h2 {
  font-size: clamp(1.35rem, 2vw, 1.75rem); margin: 2rem 0 .7rem; line-height: 1.28;
}
.guide-copy h2:first-child, .legal-copy h2:first-child { margin-top: 0; }
.guide-copy p, .legal-copy p, .guide-copy li, .legal-copy li {
  font-size: 1.05rem; line-height: 1.75; margin: 0 0 1rem;
}
.guide-copy table, .legal-copy table, .seo-block table, .product-copy table {
  width: 100%; border-collapse: collapse; font-size: .95rem; margin: 0 0 1.6rem;
  background: #fff; border: 1px solid var(--line);
}
.guide-copy th, .legal-copy th, .seo-block th, .product-copy th { background: var(--sand-50); font-weight: 700; }
.guide-copy th, .guide-copy td, .legal-copy th, .legal-copy td, .seo-block th, .seo-block td, .product-copy th, .product-copy td {
  border-bottom: 1px solid var(--line); padding: .75rem .8rem; text-align: left;
}
.guide-aside, .doc-aside {
  display: grid; align-content: start; gap: .15rem; padding: 1.1rem 1.15rem 1.25rem;
  background: var(--sand-50); border: 1px solid var(--line); border-radius: 18px;
  position: sticky; top: calc(var(--header) + 18px);
}
.guide-aside a, .doc-aside a {
  text-decoration: none; font-weight: 650; padding: .45rem 0; border-bottom: 1px solid var(--line); font-size: .92rem;
}
.guide-aside a:last-of-type, .doc-aside a:last-of-type { border-bottom: 0; }
.guide-aside a:hover, .doc-aside a:hover { color: var(--green-800); }
.aside-note { margin: .8rem 0 0; color: var(--muted); font-size: .8rem; }
.guide-product { margin-top: 2.4rem; max-width: 280px; }
.editorial-card {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch;
  background: #fff; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; margin: 0 0 1.4rem;
  min-height: 340px;
}
.editorial-card.is-flip .story-media { order: 2; }
.cat-editorial { padding-top: 1.2rem; }
.editorial-card .story-copy {
  padding: 2rem 2.1rem; background: #fff; max-width: none;
}
.editorial-card .story-copy p, .editorial-card .story-copy h2 { max-width: none; }
.editorial-card .story-media img { object-fit: contain; padding: 8% 10%; background: #fff; }

.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.cat-tile { position: relative; border-radius: 22px; overflow: hidden; min-height: 420px; color: #fff; text-decoration: none; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.cat-tile img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .45s ease; }
.cat-tile:hover img { transform: scale(1.05); }
.cat-tile span { position: absolute; left: 1.15rem; right: 1.15rem; bottom: 1.15rem; z-index: 1; }
.cat-tile strong { display: block; font-size: 1.2rem; }
.cat-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent, rgba(0,0,0,.62)); }

.product-card {
  background: #fff; border: 1px solid var(--line); overflow: hidden;
  display: flex; flex-direction: column; min-height: 100%;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.product-card:hover { border-color: #cfc8bb; box-shadow: 0 12px 28px rgba(20, 51, 41, .08); }
.card-media { position: relative; aspect-ratio: 1; background: #fff; display: block; overflow: hidden; }
.card-media img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: contain; padding: 8%;
  transition: opacity .45s ease, transform .55s ease;
}
.card-media img.is-alt { opacity: 0; }
.card-media .badge { z-index: 2; }
@media (hover: hover) and (pointer: fine) {
  .product-card:hover .card-media img { transform: scale(1.035); }
  .product-card:hover .card-media.has-hover img.is-primary { opacity: 0; }
  .product-card:hover .card-media.has-hover img.is-alt { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .card-media img { transition: none; }
}
.card-body { padding: .95rem 1rem 1.1rem; display: flex; flex-direction: column; flex: 1; gap: .45rem; }
.card-body h3 { font-family: var(--font); font-size: .95rem; line-height: 1.35; margin: 0; font-weight: 650;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; min-height: 3.9em; }
.card-body a { text-decoration: none; }
.price { display: flex; gap: .45rem; align-items: baseline; margin: 0; }
.price strong { font-size: 1.05rem; }
.price s { color: var(--muted); font-size: .9rem; }
.btn-card {
  margin-top: auto; width: 100%; border-radius: 4px; min-height: 42px; padding: .65rem .9rem;
  background: transparent; color: var(--green-900); border: 1px solid var(--green-900); font-size: .86rem;
}
.product-card:hover .btn-card, .btn-card:hover { background: var(--green-900); color: #fff; }
.card-body .btn-ghost { margin-top: auto; width: 100%; border-radius: 4px; min-height: 42px; font-size: .86rem; }
.badge { position: absolute; left: 10px; top: 10px; border-radius: 4px; padding: .22rem .5rem; font-size: .72rem; font-weight: 800; letter-spacing: .02em; }
.badge.sale { background: #e8ef7a; color: var(--ink); }
.badge.pack { left: auto; right: 10px; background: var(--green-900); color: #fff; }
.badge.deal { left: auto; right: 10px; background: #efe6d4; color: var(--ink); }
.badge.sold { background: var(--ink); color: #fff; left: auto; right: 10px; }
.badge.pack ~ .badge.deal,
.badge.pack ~ .badge.sold { top: 38px; }
.badge.pack ~ .badge.deal ~ .badge.sold,
.badge.deal ~ .badge.sold { top: 64px; }
.product-card.is-soldout { opacity: .78; }

.reviews { background: var(--sand-50); color: var(--ink); padding: 4.2rem 0; text-align: left; }
.reviews-head {
  display: flex; justify-content: space-between; align-items: end; gap: 1.5rem;
  margin-bottom: 1.8rem; flex-wrap: wrap;
}
.reviews-head h2 { margin: 0; font-size: clamp(1.7rem, 2.6vw, 2.3rem); }
.tp-score {
  display: flex; align-items: center; gap: .85rem; text-decoration: none;
  color: inherit; padding: .35rem 0;
}
.tp-score strong { font-size: 2.1rem; font-family: var(--display); line-height: 1; }
.tp-score span { display: grid; gap: .1rem; }
.tp-score small { color: var(--muted); font-size: .82rem; }
.reviews .stars, .tp-score .stars { color: #00b67a; margin: 0; letter-spacing: .08em; }
.review-slider { position: relative; padding: 0 3.1rem; }
.review-track {
  display: flex; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-behavior: smooth; -webkit-overflow-scrolling: touch;
  padding: .15rem 0 1rem; scrollbar-width: none;
  overscroll-behavior-x: contain; cursor: grab;
}
.review-track::-webkit-scrollbar { display: none; }
.review-track blockquote {
  margin: 0; background: #fff; border: 1px solid var(--line); padding: 1.25rem 1.3rem;
  display: grid; gap: .45rem;
  flex: 0 0 calc((100% - 2rem) / 3);
  min-height: 210px; scroll-snap-align: start;
}
.review-grid h3, .review-track h3 { font-family: var(--font); font-size: .98rem; margin: 0; font-weight: 700; }
.review-track blockquote p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.55; }
.review-track footer { color: var(--muted); font-size: .8rem; margin-top: auto; padding-top: .4rem; }
.review-nav {
  position: absolute; top: 42%; transform: translateY(-50%);
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line);
  background: #fff; color: var(--ink); font-size: 1.4rem; line-height: 1; cursor: pointer;
  z-index: 2; display: grid; place-items: center; box-shadow: 0 6px 16px rgba(20, 51, 41, .08);
}
.review-nav:hover { border-color: var(--green-700); color: var(--green-800); }
.review-nav[data-review-prev] { left: 0; }
.review-nav[data-review-next] { right: 0; }
.text-link.light { color: #e8ef7a; }
.split-story {
  display: grid; grid-template-columns: 1fr 1fr; background: var(--sand-50);
}
.split-story.reverse { grid-template-columns: 1fr 1fr; }
.split-story.reverse img { order: 2; }
.split-story img { width: 100%; height: 100%; object-fit: cover; min-height: 360px; }
.split-story div { padding: clamp(2rem, 5vw, 4.5rem); display: grid; align-content: center; gap: .7rem; }
.split-story h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.split-story p { color: var(--muted); max-width: 46ch; }
.story-wrap { padding: 0; width: 100%; }
.story-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  min-height: 560px;
  align-items: stretch;
}
.story-media { margin: 0; overflow: hidden; background: var(--sand-100); height: 100%; }
.story-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.story-copy {
  background: var(--sand-50);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.15rem;
  padding: clamp(2.8rem, 6vw, 4.8rem) clamp(2.75rem, 7.5vw, 7.5rem);
  box-sizing: border-box;
}
.story-copy h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.2vw, 2.15rem);
  line-height: 1.28;
  max-width: 34rem;
}
@media (min-width: 1101px) {
  .story-copy h2.is-single { white-space: nowrap; max-width: none; }
}
.story-copy p {
  color: var(--muted);
  margin: 0;
  max-width: 34rem;
  line-height: 1.75;
}
.story-row.is-flip .story-media { order: 2; }
.cat-stories .story-media { background: #fff; position: relative; }
.cat-stories .story-media img { object-fit: contain; padding: 7% 9%; }
.seo-block h2, .guide-copy h2 { scroll-margin-top: calc(var(--header) + 18px); }
.seo-block blockquote {
  margin: 1.6rem 0 2rem; padding: 1.2rem 1.35rem 1.15rem;
  background: var(--sand-50); border-left: 4px solid var(--green-700);
}
.seo-block blockquote p { margin: 0 0 .7rem; font-size: 1.08rem; line-height: 1.7; font-family: var(--display); }
.seo-block blockquote footer { color: var(--muted); font-size: .88rem; font-weight: 650; }
.doc-aside a { scroll-margin-top: calc(var(--header) + 18px); }
.seo-block h2 { font-size: clamp(1.45rem, 2.2vw, 1.95rem); margin: 2rem 0 .7rem; }
.seo-block h2:first-child { margin-top: 0; }
.seo-block table { width: 100%; border-collapse: collapse; font-size: .92rem; margin: 1.2rem 0 1.6rem; }
.seo-block th, .seo-block td { border-bottom: 1px solid var(--line); padding: .75rem .6rem; text-align: left; }
.pay-secure { color: var(--muted); font-size: .84rem; margin: 0 0 1rem; line-height: 1.5; }

.crumbs { display: flex; gap: .4rem; flex-wrap: wrap; color: var(--muted); font-size: .88rem; margin-bottom: .8rem; }
.toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.4rem; gap: 1rem; }
.prose h2 { margin-top: 2rem; }
.prose table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.prose th, .prose td { border-bottom: 1px solid var(--line); padding: .7rem; text-align: left; }
.page-content img { border-radius: 16px; margin: 1rem 0; }

.pdp { padding: 2.2rem 0 3.5rem; }
.pdp-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 2.2rem; align-items: start; }
.pdp-gallery { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: .7rem; align-items: start; }
.pdp-gallery:not(:has(.thumbs)) { grid-template-columns: minmax(0, 1fr); }
.pdp-main { margin: 0; background: #fff; border-radius: 20px; overflow: hidden; max-width: none; position: relative; }
.pdp-main img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; padding: 7%; box-sizing: border-box; }
.pdp-main .badge { z-index: 2; }
.spec-list { margin: .2rem 0 1rem; padding-left: 1.15rem; color: var(--ink); line-height: 1.55; }
.spec-list li { margin: .2rem 0; }
.pdp-lede { margin: .2rem 0 1rem; max-width: 38rem; }
.product-article { padding: 1rem 0 4.2rem; }
.product-copy { max-width: none; }
.product-copy h2 {
  font-family: var(--display); font-size: clamp(1.45rem, 2.3vw, 2rem);
  margin: 2.1rem 0 .7rem; line-height: 1.28; font-weight: 600;
}
.product-copy h2:first-child { margin-top: 0; }
.product-kicker { font-size: 1.12rem; margin: 0 0 1.1rem; color: var(--ink); }
.product-copy h3 { font-family: var(--font); font-size: 1.08rem; font-weight: 700; margin: 1.45rem 0 .4rem; }
.product-copy p, .product-copy li { font-size: 1.05rem; line-height: 1.78; color: var(--ink); }
.product-copy p { margin: 0 0 1rem; }
.product-copy ul, .product-copy ol { margin: 0 0 1.2rem; padding-left: 1.2rem; }
.product-copy a { color: var(--green-800); font-weight: 650; text-underline-offset: 3px; }
.product-copy table { width: 100%; border-collapse: collapse; font-size: .95rem; margin: 1rem 0 1.5rem; }
.product-copy th, .product-copy td { border-bottom: 1px solid var(--line); padding: .7rem .55rem; text-align: left; }
.seo-links { margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .95rem; line-height: 1.7; }
.pdp-info { padding-top: .2rem; }
.pdp-info h1 { margin-top: 0; font-size: clamp(1.7rem, 2.6vw, 2.35rem); }
.thumbs { display: flex; flex-direction: column; gap: .5rem; margin: 0; }
.thumb { position: relative; width: 72px; height: 72px; padding: 0; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: #fff; cursor: pointer; }
.thumb img { width: 100%; height: 100%; object-fit: contain; padding: 8%; box-sizing: border-box; }
.thumb.is-on { border-color: var(--green-800); }
.pdp-price { display: flex; gap: .6rem; align-items: center; font-size: 1.4rem; }
.pdp-price .badge { position: static; }
.stock.in { color: var(--green-700); font-weight: 700; }
.stock.out { color: var(--sale); font-weight: 700; }
.size-row { display: flex; flex-wrap: wrap; gap: .5rem; }
.size input { display: none; }
.size span { display: block; min-width: 72px; text-align: center; border: 1px solid var(--line); border-radius: 999px; padding: .55rem .8rem; cursor: pointer; }
.size input:checked + span { background: var(--green-900); color: #fff; border-color: var(--green-900); }
.qty-deals { margin: 1.15rem 0 .15rem; }
.qty-deals h2 { font-family: var(--font); font-size: 1.02rem; font-weight: 750; margin: 0 0 .7rem; }
.qty-deal-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .5rem; }
.qty-deal { display: block; cursor: pointer; }
.qty-deal input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.qty-deal-card {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  min-height: 168px; padding: .55rem .3rem .65rem; gap: .12rem;
  background: #f6f0e4; border: 1.5px solid transparent; border-radius: 10px;
}
.qty-deal-card em {
  font-style: normal; font-size: .66rem; font-weight: 800; letter-spacing: .04em;
  text-transform: uppercase; background: #7a9a72; color: #fff;
  padding: .22rem .42rem; border-radius: 4px; margin-bottom: .3rem;
}
.qty-deal-card strong { font-family: var(--font); font-size: .95rem; font-weight: 750; }
.qty-deal-card small { color: var(--muted); font-size: .72rem; line-height: 1.25; }
.qty-deal-card b { font-size: .86rem; margin-top: auto; padding: .3rem 0 .1rem; font-weight: 750; }
.qty-deal-card .radio {
  width: 16px; height: 16px; border: 2px solid #c9c2b6; border-radius: 50%;
  margin-top: .3rem; display: block;
}
.qty-deal input:checked + .qty-deal-card {
  background: #eadfcd; border-color: var(--green-800);
}
.qty-deal input:checked + .qty-deal-card em { background: var(--green-900); }
.qty-deal input:checked + .qty-deal-card .radio {
  border-color: var(--green-900);
  box-shadow: inset 0 0 0 4px var(--green-900);
}
.qty-row { display: flex; gap: .7rem; align-items: end; margin: 1rem 0; }
.qty-row input { width: 90px; }
.qty-row.has-deals { margin-top: 1.15rem; }
.qty-row.has-deals .btn { width: 100%; }
.form-msg { color: var(--sale); font-weight: 700; }

.cart-layout, .checkout-layout, .contact-layout, .contact-grid { display: grid; grid-template-columns: 1.4fr .8fr; gap: 1.5rem; align-items: start; }
.contact-grid { grid-template-columns: minmax(0, 1.05fr) minmax(300px, .92fr); gap: 2.2rem 2.6rem; }
.contact-page { padding-bottom: 4.4rem; }
.contact-page .page-shell { width: min(var(--page), calc(100% - 96px)); }
.contact-sub { font-size: 1.45rem; margin: .2rem 0 1rem; }
.contact-promises { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; margin: 0 0 1.8rem; }
.contact-promise { background: var(--sand-50); border: 1px solid var(--line); border-radius: 18px; padding: 1.15rem 1.2rem 1.25rem; }
.contact-promise h2 { font-size: 1.2rem; margin: 0 0 .4rem; }
.contact-promise p { margin: 0; color: var(--muted); line-height: 1.65; }
.contact-channels { list-style: none; margin: 0 0 1.4rem; padding: 0; display: grid; gap: .75rem; }
.contact-channel {
  display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: .9rem; align-items: start;
  padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: 16px; text-decoration: none; background: #fff;
}
a.contact-channel:hover { border-color: var(--green-700); }
.contact-ico {
  width: 44px; height: 44px; border-radius: 12px; background: #e8f3ec; color: var(--green-800);
  display: grid; place-items: center;
}
.contact-channel strong { display: block; font-size: .92rem; }
.contact-channel span span { display: block; font-weight: 650; margin: .12rem 0 .15rem; }
.contact-channel small { display: block; color: var(--muted); font-weight: 500; font-size: .86rem; line-height: 1.45; }
.contact-help { color: var(--muted); margin: 0; line-height: 1.7; }
.contact-faq { margin-top: 3.2rem; }
.contact-faq h2 { font-size: clamp(1.45rem, 2.2vw, 1.9rem); margin: 0 0 1rem; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem 2.2rem; }
.about-grid article { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 1.6rem; }
.about-grid h2 { margin-top: 0; font-size: 1.45rem; }
.cart-page { padding: 1.6rem 0 4.2rem; }
.cart-head { margin: 0 0 1.8rem; }
.cart-head h1 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.5rem); }
.cart-head .lede { margin: .45rem 0 0; }
.ship-meter { padding: 1.1rem 1.45rem 1rem; }
.ship-meter strong { display: block; font-size: .92rem; }
.ship-meter.is-free { background: #e8f3ec; }
.ship-meter-bar { display: block; height: 6px; background: #e6e0d6; margin-top: .65rem; overflow: hidden; border-radius: 99px; }
.ship-meter-bar i { display: block; height: 100%; background: var(--green-700); border-radius: 99px; }
.cart-row { display: grid; grid-template-columns: 120px minmax(0, 1fr) 96px 120px; gap: 1.1rem; align-items: start; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.cart-thumb { display: block; background: #fff; position: relative; overflow: hidden; }
.cart-thumb img { width: 120px; height: 120px; object-fit: cover; }
.cart-info h2 { font-family: var(--font); font-size: 1.02rem; margin: 0 0 .35rem; font-weight: 650; }
.cart-info h2 a { text-decoration: none; }
.cart-meta, .cart-unit { margin: 0 0 .25rem; color: var(--muted); font-size: .9rem; }
.cart-qty input { width: 96px; }
.cart-line { text-align: right; font-size: 1.05rem; padding-top: .15rem; }
.cart-continue { display: inline-block; margin-top: 1.2rem; }
.cart-sum, .contact-form { background: #f7f5f1; border: 1px solid var(--line); padding: 1.5rem 1.5rem 1.6rem; }
.contact-form {
  border-radius: 20px; box-shadow: 0 10px 28px rgba(20, 51, 41, .06);
  position: sticky; top: calc(var(--header) + 18px);
}
.contact-form h2 { margin: 0 0 .35rem; font-size: 1.55rem; }
.contact-form .note { margin: 0 0 1.1rem; }
.contact-form .form-grid { margin: 0 0 1.15rem; }
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-form .btn-dark { width: 100%; }
.cart-sum { position: sticky; top: calc(var(--header) + 14px); padding: 0; overflow: hidden; }
.cart-sum .ship-meter { background: #efeae2; border-bottom: 1px solid var(--line); }
.cart-sum .ship-meter.is-free { background: #e8f3ec; }
.cart-sum-body { padding: 1.35rem 1.45rem 1.55rem; }
.cart-sum h2 { margin-top: 0; font-family: var(--font); font-size: 1.05rem; letter-spacing: .04em; text-transform: uppercase; }
.cart-trust { list-style: none; padding: 1rem 0 0; margin: 1rem 0 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
.cart-trust li { margin: .3rem 0; }
.cart-suggest { margin-top: 3.4rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.1rem; }
.form-grid .full { grid-column: 1 / -1; }
.field, .contact-form label, .cart-row label {
  display: flex; flex-direction: column; gap: .38rem; font-size: .84rem; font-weight: 600;
}
.field span, .contact-form label { font-weight: 600; }
.req { color: #b42318; font-style: normal; font-weight: 700; }
.choice { display: flex; flex-direction: row; align-items: center; gap: .7rem; margin: .55rem 0; padding: .85rem 1rem; border: 1px solid var(--line); border-radius: 14px; }
.choice small { display: block; color: var(--muted); font-weight: 500; }
.sum-line { display: flex; justify-content: space-between; gap: 1rem; }
.sum-line.total { border-top: 1px solid var(--line); padding-top: .8rem; font-size: 1.05rem; }
.alert { padding: .8rem 1rem; border-radius: 12px; }
.alert.error { background: #fde8e6; }
.alert.success { background: #e8f5ee; }
.note { color: var(--muted); font-size: .9rem; }

.checkout-page { padding-top: 1.6rem; }
.checkout-page .crumbs { margin-bottom: 1.2rem; }
.checkout-layout { grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 2.4rem 3rem; }
.checkout-title {
  font-family: var(--font); font-size: 1.15rem; font-weight: 700; letter-spacing: .04em;
  text-transform: uppercase; margin: 0 0 1.1rem; color: var(--green-900);
}
.coupon-prompt { margin: 0 0 1.2rem; color: var(--green-800); font-size: .95rem; }
.coupon-prompt button { background: none; border: 0; padding: 0; font: inherit; cursor: pointer; color: var(--green-800); font-weight: 700; }
.coupon-row { margin: 0 0 1.4rem; max-width: 320px; }
.check-line, .legal-check {
  display: flex; align-items: flex-start; gap: .65rem; margin: 1.15rem 0; font-weight: 500; font-size: .92rem;
}
.check-line input, .legal-check input { margin-top: .25rem; width: 18px; height: 18px; flex: 0 0 auto; accent-color: var(--green-800); }
.ship-alt { margin: 1.2rem 0 1.6rem; padding-top: .4rem; }
.checkout-main textarea { min-height: 110px; resize: vertical; }
.checkout-aside { position: sticky; top: calc(var(--header) + 12px); }
.order-box { background: #f7f5f1; border: 1px solid var(--line); padding: 0; margin-bottom: 1.2rem; }
.order-table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.order-table th, .order-table td { padding: .85rem 1rem; text-align: left; vertical-align: top; border-bottom: 1px solid #e6e0d6; }
.order-table thead th { font-family: var(--font); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.order-table td:last-child, .order-table th:last-child { text-align: right; white-space: nowrap; }
.order-table tbody td small { display: block; color: var(--muted); font-size: .8rem; margin-top: .2rem; }
.order-table .ship-row td { text-align: left; white-space: normal; }
.order-table .total-row th, .order-table .total-row td { border-bottom: 0; font-size: 1.05rem; font-weight: 700; }
.ship-opt {
  display: flex; align-items: center; justify-content: space-between; gap: .75rem;
  margin: .45rem 0; font-weight: 500; text-align: left; cursor: pointer;
}
.ship-opt input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.ship-opt span { flex: 1; min-width: 0; line-height: 1.4; white-space: normal; }
.ship-opt .switch {
  position: relative; flex: 0 0 46px; width: 46px; height: 28px;
  border-radius: 99px; background: #d5cfc4; transition: background .2s ease;
}
.ship-opt .switch::after {
  content: ""; position: absolute; top: 3px; left: 3px;
  width: 22px; height: 22px; border-radius: 50%; background: #fff;
  box-shadow: 0 1px 3px rgba(20, 51, 41, .22);
  transition: transform .2s ease;
}
.ship-opt input:checked ~ .switch { background: var(--green-800); }
.ship-opt input:checked ~ .switch::after { transform: translateX(18px); }
.ship-opt input:focus-visible ~ .switch { box-shadow: 0 0 0 3px rgba(36, 92, 73, .22); }
.pay-methods { border: 0; margin: 0 0 1rem; padding: 0; min-width: 0; }
.pay-methods .checkout-title { margin-top: .4rem; }
.pay-opt {
  display: flex; align-items: center; gap: .7rem; padding: .85rem 0; border-bottom: 1px solid var(--line); font-weight: 650;
}
.pay-opt input { accent-color: var(--green-800); }
.pay-logos { margin-left: auto; display: flex; gap: .28rem; align-items: center; }
.pay-note { background: #eaf2ff; color: #1f3a6b; padding: .85rem 1rem; margin: .7rem 0 1rem; font-size: .9rem; }
.gift-row { display: grid; gap: .7rem; margin: 1.1rem 0 1.2rem; }
.gift-row .btn-ghost { border-color: var(--line); background: #f3f1ec; border-radius: 4px; min-height: 46px; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }
.checkout-submit { width: 100%; border-radius: 4px; min-height: 52px; letter-spacing: .08em; text-transform: uppercase; margin-top: .2rem; }
.ship-banner { background: #f3f1ec; margin: .9rem 0 0; padding: .85rem 1rem; font-weight: 650; text-align: center; }
.ship-banner.muted { font-weight: 500; color: var(--muted); }

.blog-hero { background: #fff; padding: 2.4rem 0 0; }
.blog-hero h1 { max-width: 36rem; }
.blog-hero .lede { max-width: 40rem; }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.6rem 1.4rem; align-items: stretch; }
.blog-card { background: #fff; min-height: 0; display: flex; flex-direction: column; }
.blog-card-body { padding: 1rem 0 0; display: flex; flex-direction: column; gap: .35rem; flex: 1; }
.blog-card h2 { font-size: 1.28rem; margin: 0; }
.blog-card h2 a { text-decoration: none; }
.blog-card-body p { color: var(--muted); margin: 0; }
.blog-card-body .text-link { margin-top: auto; padding-top: .7rem; }
.blog-cover { display: block; aspect-ratio: 16/10; overflow: hidden; margin: 0; background: var(--sand-100); }
.blog-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-page { padding: 2.2rem 0 4rem; }
.article-col { max-width: none; width: 100%; }
.article-col h1 { margin: .15rem 0 .7rem; font-size: clamp(1.9rem, 3.2vw, 2.7rem); max-width: 36rem; }
.article-col > .lede { margin: 0 0 1.4rem; max-width: 40rem; line-height: 1.65; }
.article-cover { margin: 0 0 2rem; overflow: hidden; width: 100%; }
.article-cover img { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; }
.article-body { max-width: 54rem; }
.article-body p, .article-body li { color: var(--ink); line-height: 1.8; font-size: 1.05rem; }
.article-body h2, .article-body h3 { margin: 1.8rem 0 .7rem; }
.article-body img, .article-body figure, .article-body table, .article-body div { max-width: 100%; height: auto; }
.article-body p, .article-body h2, .article-body h3, .article-body ul, .article-body ol { text-align: left; margin-left: 0; }
.article-cta {
  background: var(--sand-50); color: var(--ink); padding: 1.8rem 2rem; margin: 2.4rem 0 2.5rem; max-width: 54rem;
  border: 1px solid var(--line);
}
.article-cta .eyebrow { color: var(--green-700); }
.article-cta h2 { margin: .2rem 0 .5rem; }
.article-cta p { color: var(--muted); }
.article-cta .btn-dark { background: var(--green-900); color: #fff; }
.related-head { margin: 2.4rem 0 1.2rem; }
.related-head h2 { font-size: clamp(1.4rem, 2vw, 1.8rem); }
.faq-list { display: grid; gap: .55rem; margin: 1rem 0 2rem; }
.faq-item { border: 1px solid var(--line); border-radius: 14px; background: #fff; padding: 0; }
.faq-item summary {
  cursor: pointer; list-style: none; padding: .95rem 1.1rem; font-weight: 700; font-family: var(--font);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; float: right; color: var(--green-700); font-weight: 500; }
.faq-item[open] summary::after { content: "–"; }
.faq-body { padding: 0 1.1rem 1rem; color: var(--muted); }
.empty-card { background: #f7f5f1; padding: 3rem 1.4rem; text-align: center; }
.empty-card h1 { margin: .2rem 0 .6rem; }
.cart-sum .btn-dark { width: 100%; }
.cart-sum .text-link { display: inline-block; margin-top: .8rem; }

.site-footer { background: var(--green-950); color: #e7eee8; padding: 3.4rem 0 1.4rem; margin-top: 0; padding-bottom: 4.5rem; }
.footer-trust { display: flex; justify-content: space-between; gap: 1.5rem; align-items: center; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,.12); margin-bottom: 2rem; }
.footer-badges { display: flex; flex-wrap: wrap; gap: .55rem; }
.footer-badges a {
  display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.22);
  color: #f4f7f3; text-decoration: none; border-radius: 999px; padding: .45rem .85rem;
  font-size: .8rem; font-weight: 700; letter-spacing: .02em;
}
.footer-badges a:hover { background: rgba(255,255,255,.08); }
.trust-points { margin: 0; padding-left: 1.1rem; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 1.5rem; }
.footer-grid h2, .footer-col summary {
  font-family: var(--font); font-size: 1rem; font-weight: 600; margin: 0 0 .55rem;
}
.footer-col summary {
  list-style: none; cursor: default; pointer-events: none;
}
.footer-col summary::-webkit-details-marker, .footer-col summary::marker { display: none; content: none; }
.footer-col ul { display: block !important; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin: .35rem 0; }
.footer-grid a { text-decoration: none; color: #d5dfd8; }
.footer-brand p { margin: .7rem 0 0; color: #c5d0c8; line-height: 1.6; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.12); margin-top: 2rem; padding-top: 1rem; font-size: .88rem; color: #b7c4bb; }
.logo-light img { background: transparent; border-radius: 0; padding: 0; filter: brightness(0) invert(1); opacity: .94; }

@media (max-width: 1100px) {
  :root { --header: 64px; }
  .util-bar { font-size: .8rem; padding-top: env(safe-area-inset-top, 0px); }
  .util-bar-inner { justify-content: center; min-height: 34px; }
  .util-bar-inner p:not(.util-ship) { display: none; }
  .logo img { height: 40px; }
  .header-inner { gap: .35rem; min-height: var(--header); }
  .icon-btn { min-width: 44px; min-height: 44px; padding: .25rem .35rem; }
  .nav-toggle { display: block; z-index: 410; }
  body.nav-open .nav-toggle { visibility: hidden; pointer-events: none; }
  body.nav-open .site-header { z-index: 400; }
  .nav-sheet-top {
    display: flex; justify-content: space-between; align-items: center;
    margin: 0; padding: calc(12px + env(safe-area-inset-top)) 20px 14px;
    border-bottom: 1px solid var(--line);
    font-weight: 800; font-size: 1.05rem;
    position: sticky; top: 0; background: #fff; z-index: 1;
  }
  .nav-mobile-cta {
    display: grid; gap: .7rem; padding: 1.2rem 20px 1.6rem;
  }
  .nav-mobile-cta .btn { width: 100%; border-radius: 4px; }
  .site-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    max-width: none;
    z-index: 400;
    background: #fff;
    padding: 0;
    overflow: auto;
    transform: none;
    filter: none;
    box-shadow: none;
  }
  .site-nav.is-open { display: flex; flex-direction: column; }
  .nav-list { flex-direction: column; align-items: stretch; white-space: normal; gap: 0; padding: 0 20px; }
  .nav-list > li > a { padding: 1.15rem 0; border-bottom: 1px solid var(--line); font-size: 1.22rem; width: 100%; }
  .has-mega { position: static; }
  .has-mega:hover .mega, .has-mega:focus-within .mega { display: none; }
  .mega { position: static; display: none; width: auto; box-shadow: none; border: 0; padding: .15rem 0 .7rem; overflow: visible; transform: none; left: auto; right: auto; border-radius: 0; top: auto; }
  .has-mega.is-open .mega { display: block; }
  .mega-info { width: auto; }
  .flyout { position: static; right: auto; box-shadow: none; padding: 0 0 .2rem .8rem; display: none; }
  .has-flyout.is-open .flyout { display: grid; }
  .guide-layout, .doc-layout, .editorial-card { grid-template-columns: 1fr; }
  .guide-aside, .doc-aside { position: static; }
  .editorial-card .story-media { height: 240px; }
  .mega::before { display: none; }
  .mega-panel { width: 100%; grid-template-columns: 1fr; }
  .mega-intro { border-radius: 16px; margin-bottom: .5rem; padding: 1.1rem 1rem; }
  .mega-lede { max-width: none; }
  .mega-links { background: transparent; padding: 0; }
  .pill-grid { grid-template-columns: 1fr; }
  .pill strong { white-space: normal; }
  .product-grid, .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .review-track blockquote { flex-basis: calc((100% - 1rem) / 2); }
  .pdp-grid, .cart-layout, .checkout-layout, .contact-layout, .contact-grid, .footer-grid, .about-grid, .split-story, .welcome-head, .welcome-cols, .cart-head, .story-row, .guide-layout, .doc-layout, .editorial-card, .emaerket-card { grid-template-columns: 1fr; }
  .qty-deal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-promises { grid-template-columns: 1fr; }
  .contact-form { position: static; }
  .welcome-head .btn { justify-self: start; }
  .footer-grid { gap: 0; }
  .footer-brand { padding-bottom: 1.35rem; }
  .newsletter-card { grid-template-columns: 1fr; min-height: 0; }
  .story-copy { padding: 2.2rem 1.5rem 2.6rem; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .checkout-aside { position: static; }
  .story-row { min-height: 0; max-height: none; height: auto; }
  .emaerket-card img { min-height: 220px; }
  .pdp-gallery { grid-template-columns: 64px minmax(0, 1fr); }
  .hide-sm { display: none; }
  .footer-trust { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .footer-col {
    border-top: 1px solid rgba(255,255,255,.12);
  }
  .footer-col summary {
    pointer-events: auto; cursor: pointer;
    display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    padding: .62rem 0; margin: 0; min-height: 0; line-height: 1.2;
  }
  .footer-col summary::after { content: "+"; font-weight: 500; opacity: .75; }
  .footer-col[open] summary::after { content: "–"; }
  .footer-col:not([open]) ul { display: none !important; }
  .footer-col[open] ul { display: block !important; padding-bottom: .7rem; }
  .site-footer { padding: 2.6rem 0 calc(5.4rem + env(safe-area-inset-bottom, 0px)); }
}
@media (max-width: 700px) {
  .container, .hero-inner, .page-shell { width: calc(100% - 32px); }
  .container.wide-copy,
  .container.copy-block { width: calc(100% - 32px); }
  .util-bar-inner { justify-content: center; gap: 0; }
  .icon-btn span { display: none; }
  .section { padding: 2.6rem 0; }
  .section.tight-top { padding-top: 1.4rem; }
  .page-hero { padding: 1.5rem 0 .85rem; }
  .page-hero h1, .section-head h2 { font-size: clamp(1.55rem, 7vw, 2.15rem); }
  .page-hero .lede, .lede { font-size: 1rem; }
  .hero { min-height: min(70vh, 520px); }
  .hero-inner { padding: 1.6rem 0 2rem; }
  .hero h1 { font-size: clamp(1.85rem, 8.4vw, 2.55rem); }
  .hero-lead { font-size: 1rem; margin-bottom: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; width: min(100%, 320px); margin-inline: auto; }
  .hero-actions .btn { width: 100%; min-width: 0; }
  .trustpilot-badge { margin-top: 1rem; }
  .product-grid, .cat-grid { grid-template-columns: 1fr 1fr; gap: .7rem; }
  .card-body { padding: .7rem .7rem .85rem; gap: .35rem; }
  .card-body h3 { min-height: 0; -webkit-line-clamp: 2; font-size: .82rem; }
  .btn-card, .card-body .btn-ghost { min-height: 38px; font-size: .78rem; padding: .5rem .55rem; }
  .badge { font-size: .64rem; padding: .16rem .4rem; }
  .cat-tile { min-height: 220px; border-radius: 16px; }
  .cat-tile strong { font-size: 1rem; }
  .reviews { padding: 2.6rem 0; }
  .review-slider { padding: 0; }
  .split-story img, .split-story.reverse img { min-height: 220px; order: 0; }
  .split-story div { padding: 1.6rem 0 2rem; }
  .story-wrap { width: calc(100% - 32px); margin-inline: auto; display: grid; gap: 1rem; }
  .story-row { border-radius: 18px; overflow: hidden; }
  .story-copy { padding: 1.6rem 1.15rem 1.8rem; }
  .newsletter-band { width: calc(100% - 32px); margin-inline: auto; padding: 0; }
  .newsletter-card { border-radius: 18px; }
  .newsletter-copy { padding: 1.6rem 1.15rem 1.8rem; }
  .newsletter-media img { min-height: 220px; }
  .newsletter-row { flex-direction: column; }
  .newsletter-row .btn { width: 100%; }
  .emaerket-band { padding: 2.4rem 0; }
  .emaerket-card { border-radius: 18px; }
  .emaerket-card img { min-height: 180px; }
  .editorial-card { min-height: 0; border-radius: 18px; }
  .editorial-card .story-copy { padding: 1.3rem 1.15rem 1.5rem; }
  .pdp { padding: 1.2rem 0 2.4rem; }
  .pdp-gallery, .pdp-gallery:not(:has(.thumbs)) { grid-template-columns: 1fr; }
  .thumbs { flex-direction: row; overflow-x: auto; }
  .thumb { width: 64px; height: 64px; flex: 0 0 64px; }
  .pdp-info h1 { font-size: 1.55rem; }
  .qty-row { flex-wrap: wrap; }
  .qty-row .btn { width: 100%; }
  .qty-deal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .qty-deal-card { min-height: 150px; }
  .size span { min-width: 58px; }
  .cart-page { padding: 1.1rem 0 3rem; }
  .cart-row { grid-template-columns: 88px 1fr; }
  .cart-thumb img { width: 88px; height: 88px; }
  .cart-qty, .cart-line { grid-column: 2; }
  .cart-line { text-align: left; }
  .cart-sum { position: static; }
  .form-grid { grid-template-columns: 1fr; }
  .search-form { flex-direction: column; align-items: stretch; }
  .search-modal { padding: 18vh 0 2rem; align-items: stretch; }
  .search-modal-card { width: calc(100% - 24px); margin-inline: auto; border-radius: 18px; padding: 1.1rem 1.1rem 1.3rem; }
  .blog-grid { grid-template-columns: 1fr; }
  .contact-page { padding-bottom: 2.6rem; }
  .contact-form { padding: 1.15rem 1.1rem 1.25rem; }
  .mini-cart-panel { width: 100%; }
  .mini-rec { grid-template-columns: 52px minmax(0, 1fr); }
  .mini-rec .btn { grid-column: 1 / -1; width: 100%; }
  .guide-copy table, .legal-copy table, .seo-block table, .product-copy table, .order-table {
    display: block; overflow-x: auto; -webkit-overflow-scrolling: touch;
  }
  .footer-bottom { flex-direction: column; gap: .35rem; }
  .footer-badges { width: 100%; }
  .footer-badges a { font-size: .75rem; }
  .usp-scroll {
    overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
    padding: 1.2rem 0;
  }
  .usp-grid { display: flex; gap: 0; width: max-content; padding: 0; }
  .usp-grid article {
    flex: 0 0 min(78vw, 280px); scroll-snap-align: start;
    padding: .2rem 1.2rem .2rem 0; border-right: 1px solid var(--line);
  }
  .usp-grid article:last-child { border-right: 0; }
  .review-track { padding: .15rem 0 1rem; }
  .review-track blockquote { flex-basis: min(78vw, 320px); }
  .review-nav { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .site-nav { transition: none; }
}
