:root {
  --ink: #17211b;
  --muted: #5f6f66;
  --line: #dfe7e1;
  --paper: #ffffff;
  --soft: #f5f7f2;
  --deep: #12352f;
  --deep-2: #0b241f;
  --leaf: #2f7d52;
  --leaf-dark: #1f5d3d;
  --coral: #d9613b;
  --gold: #c79a42;
  --blue: #2e6f9e;
  --shadow: 0 20px 50px rgba(18, 53, 47, 0.14);
  --radius: 8px;
  --wrap: min(1180px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

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", Arial, sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
}

body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button {
  border: 0;
}

.wrap {
  width: var(--wrap);
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--paper);
  color: var(--deep);
  border: 1px solid var(--line);
  padding: 8px 12px;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(223, 231, 225, 0.8);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 156px;
  flex: 0 0 auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.site-nav a {
  padding: 10px 0;
}

.site-nav a:hover {
  color: var(--leaf-dark);
}

.nav-cta {
  background: var(--deep);
  color: #fff !important;
  padding: 10px 16px !important;
  border-radius: 6px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  background: var(--deep);
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.hero-media,
.hero-media img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(9, 27, 23, 0.92) 0%, rgba(9, 27, 23, 0.76) 38%, rgba(9, 27, 23, 0.34) 100%),
    linear-gradient(0deg, rgba(9, 27, 23, 0.72) 0%, rgba(9, 27, 23, 0.1) 42%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.68fr);
  gap: 48px;
  align-items: center;
  padding: 90px 0 80px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero h1,
.section h2,
.site-footer h2 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(44px, 6vw, 78px);
  font-weight: 850;
}

.hero-lede {
  max-width: 710px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
}

.btn.primary {
  color: #fff;
  background: var(--coral);
  box-shadow: 0 12px 24px rgba(217, 97, 59, 0.28);
}

.btn.secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
}

.answer-panel {
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}

.panel-label {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--leaf-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.answer-panel h2 {
  margin: 0 0 10px;
  font-size: 27px;
  line-height: 1.14;
}

.answer-panel p {
  margin: 0;
  color: var(--muted);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 22px 0;
}

.hero-facts div {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px;
  background: var(--soft);
}

.hero-facts dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.hero-facts dd {
  margin: 4px 0 0;
  color: var(--deep);
  font-size: 14px;
  font-weight: 900;
}

.note,
.fine-print,
.table-note,
.form-note {
  color: var(--muted);
  font-size: 13px;
}

.trust-strip {
  background: var(--deep);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}

.trust-grid div {
  padding: 22px 20px;
  background: rgba(255, 255, 255, 0.045);
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  font-size: 15px;
}

.trust-grid span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.section {
  padding: 92px 0;
}

section[id] {
  scroll-margin-top: 92px;
}

.section-white {
  background: #fff;
}

.section-muted {
  background: var(--soft);
}

.section-dark {
  background: var(--deep-2);
  color: #fff;
}

.section-head {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-head.align-left {
  margin-left: 0;
  text-align: left;
}

.section h2 {
  font-size: clamp(31px, 4vw, 52px);
  font-weight: 850;
}

.section-head p:last-child,
.sticky-copy p,
.split-feature p,
.image-feature p,
.evidence-grid p,
.faq-layout p,
.quote-grid p {
  color: var(--muted);
  font-size: 17px;
}

.section-dark .section-head p:last-child {
  color: rgba(255, 255, 255, 0.74);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  cursor: pointer;
  outline: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(47, 125, 82, 0.35);
  box-shadow: var(--shadow);
}

.product-card:focus-visible {
  border-color: var(--leaf);
  box-shadow: 0 0 0 4px rgba(47, 125, 82, 0.18), var(--shadow);
}

.product-media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f6f3ed;
}

.product-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 180ms ease, transform 420ms ease;
}

.product-card:hover .product-media > img,
.product-card:focus-visible .product-media > img {
  transform: scale(1.025);
}

.product-media > img.is-switching {
  opacity: 0.35;
}

.product-zoom {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: #fff;
  background: rgba(18, 53, 47, 0.78);
  box-shadow: 0 8px 24px rgba(11, 36, 31, 0.2);
  backdrop-filter: blur(8px);
}

.product-zoom svg,
.gallery-close svg,
.gallery-arrow svg,
.gallery-enlarge svg,
.lightbox-close svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-dots {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 5px 18px rgba(11, 36, 31, 0.12);
  transform: translateX(-50%);
  backdrop-filter: blur(8px);
}

.product-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #aebbb4;
  transition: width 180ms ease, background 180ms ease;
}

.product-dot.is-active {
  width: 17px;
  background: var(--leaf);
}

.product-content {
  padding: 22px;
}

.product-kicker {
  margin: 0 0 6px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.product-card h3 {
  margin: 0 0 9px;
  font-size: 22px;
  line-height: 1.2;
}

.product-card p {
  margin: 0;
  color: var(--muted);
}

.product-card ul,
.check-list {
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.product-card li,
.check-list li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  font-size: 14px;
}

.product-card li + li,
.check-list li + li {
  margin-top: 8px;
}

.product-card li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--leaf);
}

.product-gallery,
.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.product-gallery-backdrop,
.image-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 17, 14, 0.82);
  backdrop-filter: blur(8px);
}

.product-gallery-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(900px, 100%);
  max-height: calc(100vh - 40px);
  max-height: calc(100svh - 40px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(4, 17, 14, 0.38);
}

.product-gallery-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}

.product-gallery-header .eyebrow {
  margin-bottom: 3px;
}

.product-gallery-header h2 {
  margin: 0;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.15;
}

.gallery-close,
.lightbox-close {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--deep);
  background: var(--soft);
  cursor: pointer;
}

.gallery-close:hover,
.gallery-close:focus-visible {
  color: #fff;
  background: var(--deep);
}

.product-gallery-stage {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 1 520px;
  min-height: 0;
  height: min(54vh, 520px);
  padding: 20px 64px;
  overflow: hidden;
  background: #f6f3ed;
}

.gallery-main {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  cursor: zoom-in;
}

.gallery-main > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-enlarge {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background: rgba(18, 53, 47, 0.82);
  box-shadow: 0 8px 24px rgba(11, 36, 31, 0.22);
}

.gallery-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  background: rgba(18, 53, 47, 0.82);
  box-shadow: 0 8px 24px rgba(11, 36, 31, 0.2);
  cursor: pointer;
  transform: translateY(-50%);
}

.gallery-arrow:hover,
.gallery-arrow:focus-visible {
  background: var(--leaf-dark);
}

.gallery-arrow-prev {
  left: 18px;
}

.gallery-arrow-next {
  right: 18px;
}

.gallery-count {
  position: absolute;
  right: 18px;
  bottom: 14px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(11, 36, 31, 0.78);
  font-size: 12px;
  font-weight: 800;
}

.gallery-thumbnails {
  display: flex;
  gap: 10px;
  padding: 14px 18px;
  overflow-x: auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
  scrollbar-width: thin;
}

.gallery-thumbnail {
  flex: 0 0 68px;
  width: 68px;
  height: 68px;
  padding: 3px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 8px;
  background: var(--soft);
  cursor: pointer;
}

.gallery-thumbnail.is-active {
  border-color: var(--leaf);
  box-shadow: 0 0 0 2px rgba(47, 125, 82, 0.15);
}

.gallery-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.gallery-description {
  margin: 0;
  padding: 16px 22px 20px;
  color: var(--muted);
  background: #fff;
}

.image-lightbox {
  z-index: 1100;
}

.image-lightbox-panel {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(980px, 100%);
  height: min(86vh, 820px);
  padding: 24px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(4, 17, 14, 0.42);
}

.image-lightbox-panel > img {
  position: absolute;
  inset: 24px;
  width: calc(100% - 48px);
  height: calc(100% - 48px);
  border-radius: 10px;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
  color: #fff;
  background: rgba(18, 53, 47, 0.86);
}

.two-col {
  display: grid;
  grid-template-columns: minmax(280px, 0.6fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.sticky-copy {
  position: sticky;
  top: 104px;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--leaf-dark);
  font-weight: 900;
  border-bottom: 2px solid var(--leaf-dark);
}

.table-card {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 30px rgba(18, 53, 47, 0.08);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

caption {
  padding: 18px 20px;
  color: var(--deep);
  font-weight: 900;
  text-align: left;
}

th,
td {
  padding: 16px 20px;
  border-top: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--deep);
  background: #edf3ee;
  font-size: 13px;
  text-transform: uppercase;
}

td {
  color: var(--muted);
  font-size: 14px;
}

td:first-child {
  color: var(--ink);
  font-weight: 800;
}

.table-note {
  margin: 14px 20px 20px;
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.64fr) 1fr;
  gap: 42px;
  align-items: start;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.comparison-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(18, 53, 47, 0.08);
}

.comparison-grid h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.comparison-grid p {
  margin: 0 0 20px;
  font-size: 15px;
}

.comparison-grid dl {
  margin: 0;
}

.comparison-grid dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.comparison-grid dt {
  color: var(--muted);
  font-weight: 800;
}

.comparison-grid dd {
  margin: 0;
  color: var(--deep);
  font-weight: 900;
  text-align: right;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-grid li {
  min-height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(255, 255, 255, 0.055);
}

.process-grid span {
  display: inline-flex;
  margin-bottom: 32px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.process-grid h3 {
  margin: 0 0 9px;
  font-size: 22px;
}

.process-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.image-feature {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 0.9fr);
  gap: 54px;
  align-items: center;
}

.image-stack {
  display: grid;
  gap: 16px;
}

.image-stack img {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(18, 53, 47, 0.08);
}

.image-stack img:first-child {
  aspect-ratio: 16 / 9;
}

.image-stack img:last-child {
  aspect-ratio: 16 / 7;
}

.quality-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.quality-list div {
  border-left: 4px solid var(--leaf);
  background: var(--soft);
  padding: 16px 18px;
  border-radius: 0 8px 8px 0;
}

.quality-list strong,
.quality-list span {
  display: block;
}

.quality-list strong {
  color: var(--deep);
}

.quality-list span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}

.compliance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.compliance-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 24px;
  box-shadow: 0 8px 28px rgba(18, 53, 47, 0.08);
}

.compliance-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.compliance-grid h3 {
  margin: 0 0 10px;
  color: var(--deep);
  font-size: 21px;
  line-height: 1.24;
}

.compliance-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.compliance-note {
  margin: 22px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(47, 125, 82, 0.2);
  border-left: 4px solid var(--leaf);
  border-radius: 0 8px 8px 0;
  background: rgba(255, 255, 255, 0.74);
  color: var(--muted);
  font-size: 14px;
}

.evidence-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) 1fr;
  gap: 48px;
  align-items: center;
}

.evidence-grid figure {
  margin: 0;
}

.evidence-grid img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.evidence-grid figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}

.answer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.answer-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: #fff;
}

.answer-grid h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
}

.answer-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.buyer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.buyer-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(12, 41, 35, 0.05);
}

.buyer-grid span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.buyer-grid h3 {
  margin: 0 0 10px;
  color: var(--deep);
  font-size: 21px;
  line-height: 1.24;
}

.buyer-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.source-note {
  margin: 22px auto 0;
  max-width: 980px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.source-note a {
  color: var(--leaf);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.reviews-section:not(.is-ready) [data-review-card]:nth-child(n + 9) {
  display: none;
}

.review-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(220px, 0.5fr);
  gap: 14px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.review-toolbar label {
  display: grid;
  gap: 7px;
}

.review-toolbar label > span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-toolbar input,
.review-toolbar select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--deep);
  font: inherit;
}

.review-toolbar input:focus,
.review-toolbar select:focus {
  outline: 3px solid rgba(224, 96, 58, 0.32);
  outline-offset: 2px;
}

.review-count {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

.review-card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 26px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 50px rgba(4, 17, 14, 0.18);
}

.review-card h3 {
  margin: 22px 0 12px;
  color: #fff;
  font-size: 21px;
  line-height: 1.25;
}

.review-order-card h3 {
  margin-bottom: 4px;
}

.review-customer-market {
  margin: 0 0 18px !important;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 13px !important;
  font-weight: 800;
}

.review-card blockquote {
  margin: 0;
}

.review-card blockquote p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.review-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  color: var(--sand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.review-card-top time {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.review-service-scores {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.review-service-scores div {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 7px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.review-service-scores span,
.review-service-scores strong {
  display: block;
}

.review-service-scores span {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.review-service-scores strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
}

.review-service-scores .review-star-icons {
  margin: 5px 0 0;
  color: #f5c66d;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: none;
}

.review-product-count {
  margin: 0 0 14px;
  color: var(--sand);
  font-size: 13px;
  font-weight: 900;
}

.review-product-entry {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 18px 0 2px;
}

.review-product-image {
  width: 120px;
  height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  background: #fff;
  object-fit: cover;
}

.review-product-copy {
  min-width: 0;
}

.review-product-entry h4 {
  margin: 6px 0 18px;
  color: #fff;
  font-size: 16px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.review-original-label {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.48) !important;
  font-size: 10px !important;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-product-entry blockquote {
  margin-top: 7px;
  border-left: 3px solid var(--coral);
  padding-left: 14px;
}

.review-order-details {
  margin-top: 2px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.12);
}

.review-order-details summary {
  padding: 14px 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.review-order-details[open] summary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.review-product-list {
  padding: 0 16px 16px;
}

.review-repeat {
  margin-top: auto;
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.review-actions {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.review-more {
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}

.review-more:hover {
  border-color: #fff;
  background: #fff;
  color: var(--deep);
}

.review-empty {
  margin: 24px 0 0;
  border: 1px dashed rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  padding: 28px;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.review-disclosure {
  margin: 20px auto 0;
  max-width: 920px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  text-align: center;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 10px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--deep);
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.quote-section {
  color: #fff;
  background:
    linear-gradient(rgba(12, 41, 35, 0.9), rgba(12, 41, 35, 0.9)),
    url("assets/about-sub.jpg") center / cover;
}

.quote-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(300px, 1fr);
  gap: 46px;
  align-items: start;
}

.quote-grid p {
  color: rgba(255, 255, 255, 0.76);
}

.contact-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.contact-box a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 850;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  padding: 22px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.quote-form label {
  display: grid;
  gap: 6px;
  color: var(--deep);
  font-size: 13px;
  font-weight: 900;
}

.quote-form label:nth-child(6),
.quote-form .btn,
.quote-form .form-note {
  grid-column: 1 / -1;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  padding: 12px 13px;
}

.quote-form textarea {
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: 3px solid rgba(47, 125, 82, 0.18);
  border-color: var(--leaf);
}

.quote-form .form-note {
  margin: 0;
}

.quote-form.okki-entry-card {
  grid-template-columns: 1fr;
  align-content: start;
}

.okki-entry-card .eyebrow {
  margin: 0;
  color: var(--leaf);
}

.okki-entry-card h3 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
}

.okki-entry-card .okki-entry-intro,
.okki-entry-card .form-note {
  color: var(--muted);
}

.okki-entry-card .okki-entry-intro {
  margin: 0;
}

.okki-entry-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 4px 0 6px;
  padding: 0;
  list-style: none;
}

.okki-entry-list li {
  position: relative;
  padding-left: 18px;
  color: var(--deep);
  font-size: 14px;
  font-weight: 800;
}

.okki-entry-list li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--leaf);
}

.okki-entry-card .btn {
  margin-top: 4px;
}

.okki-entry-card .form-note {
  font-size: 13px;
}

.site-footer {
  background: #0a1d19;
  color: rgba(255, 255, 255, 0.72);
  padding: 54px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 28px;
}

.footer-grid img {
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.site-footer h2 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 14px;
}

.site-footer p {
  margin: 8px 0;
}

.site-footer a {
  display: block;
  margin: 8px 0;
}

.site-footer a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
}

.okki-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 20px;
}

.okki-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 17, 14, 0.82);
  backdrop-filter: blur(8px);
}

.okki-modal-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(620px, 100%);
  height: min(86vh, 720px);
  max-height: calc(100vh - 40px);
  max-height: calc(100svh - 40px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(4, 17, 14, 0.38);
}

.okki-modal-header {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.okki-modal-header .eyebrow {
  margin-bottom: 3px;
}

.okki-modal-header h2 {
  margin: 0;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.15;
}

.okki-modal-body {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  background: #fff;
}

.okki-modal-body iframe {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

.okki-modal-body.is-loading iframe {
  visibility: hidden;
}

.okki-email-fallback {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 42px;
  padding: 9px 16px;
  border-top: 1px solid var(--line);
  background: var(--soft);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.okki-email-fallback a {
  color: var(--leaf-dark);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.okki-email-fallback a:hover,
.okki-email-fallback a:focus-visible {
  color: var(--leaf);
}

.okki-loading {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.okki-loader {
  width: 20px;
  height: 20px;
  border: 2px solid var(--line);
  border-top-color: var(--leaf);
  border-radius: 50%;
  animation: okki-spin 0.8s linear infinite;
}

@keyframes okki-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
  }

  .hero-grid,
  .two-col,
  .split-feature,
  .image-feature,
  .evidence-grid,
  .faq-layout,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-top: 74px;
  }

  .sticky-copy {
    position: static;
  }

  .trust-grid,
  .product-grid,
  .process-grid,
  .answer-grid,
  .buyer-grid,
  .review-grid,
  .compliance-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-nav {
    position: absolute;
    top: 76px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
    padding: 10px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 10px;
  }

  .nav-cta {
    text-align: center;
  }

  .nav-toggle {
    display: inline-flex;
  }
}

@media (max-width: 680px) {
  :root {
    --wrap: min(100vw - 28px, 1180px);
  }

  .header-inner {
    min-height: 66px;
  }

  .brand {
    width: 136px;
  }

  .site-nav {
    top: 66px;
    left: 14px;
    right: 14px;
  }

  .hero h1 {
    font-size: 39px;
  }

  .hero-lede,
  .section-head p:last-child,
  .sticky-copy p,
  .split-feature p,
  .image-feature p,
  .evidence-grid p,
  .faq-layout p,
  .quote-grid p {
    font-size: 16px;
  }

  .hero-grid {
    gap: 28px;
    padding: 54px 0 46px;
  }

  .answer-panel {
    padding: 20px;
  }

  .hero-facts,
  .trust-grid,
  .product-grid,
  .process-grid,
  .answer-grid,
  .buyer-grid,
  .review-toolbar,
  .review-grid,
  .compliance-grid,
  .comparison-grid,
  .contact-box,
  .quote-form,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 66px 0;
  }

  .product-content,
  .comparison-grid article,
  .process-grid li,
  .answer-grid article,
  .buyer-grid article,
  .review-card {
    padding: 20px;
  }

  .review-card {
    min-height: 0;
  }

  .review-card-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .review-service-scores {
    grid-template-columns: 1fr;
  }

  .review-product-entry {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 12px;
  }

  .review-product-image {
    width: 86px;
    height: 86px;
  }

  .product-gallery {
    padding: 8px;
  }

  .product-gallery-panel {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 16px);
    max-height: calc(100svh - 16px);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 12px;
  }

  .product-gallery-header {
    padding: 14px 16px;
  }

  .product-gallery-stage {
    flex-basis: 420px;
    height: min(48vh, 420px);
    padding: 12px 46px;
  }

  .gallery-arrow {
    width: 38px;
    height: 38px;
  }

  .gallery-arrow-prev {
    left: 7px;
  }

  .gallery-arrow-next {
    right: 7px;
  }

  .gallery-count {
    right: 10px;
    bottom: 9px;
  }

  .gallery-thumbnails {
    justify-content: flex-start;
    padding: 11px 14px;
  }

  .gallery-thumbnail {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
  }

  .gallery-description {
    padding: 13px 16px 18px;
    font-size: 14px;
  }

  .image-lightbox {
    padding: 8px;
  }

  .image-lightbox-panel {
    width: 100%;
    height: calc(100vh - 16px);
    height: calc(100svh - 16px);
    padding: 10px;
    border-radius: 12px;
  }

  .image-lightbox-panel > img {
    inset: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .okki-entry-list {
    grid-template-columns: 1fr;
  }

  .okki-modal {
    padding: 8px;
  }

  .okki-modal-panel {
    width: 100%;
    height: calc(100vh - 16px);
    height: calc(100svh - 16px);
    max-height: none;
    border-radius: 12px;
  }

  .okki-modal-header {
    padding: 14px 16px;
  }

  .okki-email-fallback {
    flex-wrap: wrap;
    min-height: 44px;
    padding: 8px 12px;
  }

  .quote-form label:nth-child(6),
  .quote-form .btn,
  .quote-form .form-note {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

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