/* PassoViva — Luz de Lisboa
   Warm sand ground, deep pine-green ink, terracotta signal CTAs.
   Archivo + Karla (local). Soft rounded surfaces, calm wellness tone.
*/

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  background: var(--pine);
  color: #fff;
  font-weight: 700;
  z-index: 1000;
}
.skip-link:focus {
  position: fixed;
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.65rem 0.95rem;
  clip: auto;
  overflow: visible;
  border-radius: var(--radius-sm);
  background: var(--paper);
  color: var(--pine-deep);
  border: 2px solid var(--pine);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --sand: #F4EFE6;
  --sand-2: #EBE3D4;
  --paper: #FFFFFF;
  --ink: #16261F;
  --pine: #1D6B57;
  --pine-deep: #144F3F;
  --pine-soft: #E4EEE8;
  --clay: #C24A22;
  --clay-deep: #9E3A18;
  --clay-bright: #E86A3D;
  --sage: #55655B;
  --line: #E0D8C6;
  --line-soft: #EDE7DA;
  --white: #FFFFFF;
  --font-display: "Archivo", system-ui, sans-serif;
  --font-body: "Karla", system-ui, sans-serif;
  --radius: 16px;
  --radius-sm: 10px;
  --radius-pill: 999px;
  --max: 1160px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow-soft: 0 18px 44px -24px rgba(20, 50, 40, 0.35);
  --shadow-card: 0 10px 30px -20px rgba(20, 50, 40, 0.30);
}

html {
  scroll-behavior: smooth;
  background: var(--pine-deep);
}
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--sand);
  line-height: 1.62;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }

.wrap {
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
}

/* Disclosure — light warm band with clay Publicidade badge */
.disclosure {
  background: var(--sand-2);
  color: var(--sage);
  border-bottom: 1px solid var(--line);
  font-size: 0.8125rem;
  line-height: 1.5;
}
.disclosure-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1.1rem;
  padding: 0.7rem 0;
}
.disclosure-badge {
  flex: 0 0 auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  font-family: var(--font-display);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: var(--clay);
  padding: 0.32rem 0.64rem;
  border-radius: var(--radius-pill);
  line-height: 1;
}
.disclosure-copy {
  flex: 1 1 16rem;
  margin: 0;
  min-width: 0;
  font-weight: 500;
  color: var(--sage);
}
.disclosure-copy strong { color: var(--ink); }
.disclosure-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem 0;
  margin-left: auto;
}
.disclosure-links a {
  color: var(--pine-deep);
  font-weight: 700;
  text-decoration: none;
  padding: 0.2rem 0.55rem;
  border-radius: var(--radius-pill);
  transition: background 0.15s var(--ease), color 0.15s;
}
.disclosure-links a:hover,
.disclosure-links a:focus-visible {
  color: var(--pine-deep);
  background: var(--pine-soft);
  outline: none;
}
.disclosure-links a + a::before {
  content: "·";
  margin-right: 0.5rem;
  color: var(--line);
  pointer-events: none;
}
.disclosure a {
  color: var(--pine-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.disclosure-links a { text-decoration: none; }
.disclosure-bottom {
  background: var(--pine-deep);
  color: rgba(255, 255, 255, 0.78);
  border-top: none;
  border-bottom: none;
}
.disclosure-bottom .disclosure-inner { padding: 0.95rem 0; }
.disclosure-bottom .disclosure-copy {
  flex-basis: min(100%, 48rem);
  color: rgba(255, 255, 255, 0.78);
}
.disclosure-bottom .disclosure-copy a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.affiliate-note {
  margin: 0.6rem 0 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
  max-width: 36rem;
}
.affiliate-note-dark {
  color: var(--sage);
  margin: 0 0 0.45rem;
  max-width: none;
}
.nav-mobile-buy {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.5rem;
}
.hero-note + .affiliate-note,
.affiliate-note + .hero-note { margin-top: 0.4rem; }
.cta-inline-note {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.6rem;
  justify-items: start;
}
.cta-inline-note .affiliate-note { color: var(--sage); }
.offer .cta-inline-note .affiliate-note { color: var(--sage); }
.footer-merchant {
  margin-top: 0.9rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
}
.footer-merchant a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
s { text-decoration: line-through; opacity: 0.7; }

/* Cookie consent — reject equal prominence to accept */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400;
  padding: 0.9rem 0.9rem calc(0.9rem + env(safe-area-inset-bottom));
}
.cookie-banner[hidden] { display: none !important; }
.cookie-banner-inner {
  width: min(100% - 1rem, var(--max));
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1rem 1.25rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem 1.25rem;
  box-shadow: var(--shadow-soft);
}
.cookie-copy { flex: 1 1 16rem; }
.cookie-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  margin: 0 0 0.35rem;
  color: var(--ink);
}
.cookie-copy p:last-child {
  margin: 0;
  font-size: 0.875rem;
  color: var(--sage);
  line-height: 1.5;
}
.cookie-copy a {
  color: var(--pine-deep);
  text-decoration: underline;
}
.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  flex: 0 0 auto;
}
.cookie-actions .btn {
  min-height: 46px;
  min-width: 10.5rem;
  justify-content: center;
}
.cookie-actions .btn-ghost-dark {
  border: 1.5px solid var(--pine);
  color: var(--pine-deep);
  background: transparent;
}
.cookie-actions .btn-ghost-dark:hover { background: var(--pine-soft); }

@media (max-width: 720px) {
  .disclosure-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.85rem 0;
  }
  .disclosure-links { margin-left: 0; }
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--pine-deep);
  transition: background 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.site-header.is-light {
  background: rgba(244, 239, 230, 0.9);
  backdrop-filter: saturate(1.4) blur(10px);
  box-shadow: 0 1px 0 var(--line), 0 12px 30px -22px rgba(20, 50, 40, 0.5);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.8rem 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.brand-mark {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: var(--clay);
  padding: 0.3rem 0.5rem;
  border-radius: var(--radius-pill);
  line-height: 1;
}
.site-header.is-light .brand-mark { background: var(--clay); color: #fff; }
.brand-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  color: #fff;
}
.site-header.is-light .brand-name { color: var(--ink); }

.nav { display: none; gap: 1.6rem; }
.nav a {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.82);
  padding: 0.3rem 0;
  border-bottom: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}
.nav a:hover { color: #fff; border-bottom-color: var(--clay-bright); }
.nav a:focus-visible {
  outline: 2px solid var(--clay-bright);
  outline-offset: 4px;
  border-radius: 3px;
}
.site-header.is-light .nav a { color: var(--sage); }
.site-header.is-light .nav a:hover { color: var(--pine-deep); border-bottom-color: var(--clay); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.84rem;
  letter-spacing: 0.02em;
  padding: 0.78rem 1.35rem;
  border-radius: var(--radius-pill);
  transition: transform 0.15s var(--ease), background 0.15s, color 0.15s, box-shadow 0.15s;
}
.btn:focus-visible {
  outline: 2px solid var(--pine);
  outline-offset: 3px;
}
.btn-primary {
  background: var(--clay);
  color: #fff;
  box-shadow: 0 10px 24px -14px rgba(194, 74, 34, 0.9);
}
.btn-primary:hover {
  background: var(--clay-deep);
  transform: translateY(-1px);
}
.btn-amber {
  background: var(--clay);
  color: #fff;
  box-shadow: 0 14px 30px -14px rgba(194, 74, 34, 0.75);
}
.btn-amber:hover {
  background: var(--clay-deep);
  transform: translateY(-2px);
}
.btn-amber:disabled,
.btn-primary:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
  box-shadow: none;
}
.btn-lg {
  width: 100%;
  max-width: 23rem;
  min-height: 54px;
  padding: 1rem 1.6rem;
  font-size: 0.92rem;
}

.nav-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.menu-toggle {
  width: 46px;
  height: 46px;
  display: grid;
  gap: 5px;
  place-content: center;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: var(--radius-sm);
}
.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
}
.site-header.is-light .menu-toggle span { background: var(--ink); }

.header-inner > .btn-primary { display: none; }
@media (min-width: 900px) {
  .nav { display: flex; }
  .menu-toggle,
  .nav-toggle { display: none; }
  .header-inner > .btn-primary { display: inline-flex; }
}
.site-header.header-simple .header-inner > .btn-primary,
.site-header.header-simple .header-inner > .btn-ghost { display: inline-flex; }
.site-header.header-simple .menu-toggle { display: none; }

.nav-mobile {
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  padding-bottom: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.nav-toggle:checked ~ .nav-mobile { display: flex; }
@media (min-width: 900px) {
  .nav-toggle:checked ~ .nav-mobile { display: none; }
}
.nav-mobile a {
  min-height: 46px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  padding: 0 0.15rem;
}
.nav-mobile a:focus-visible {
  outline: 2px solid var(--clay-bright);
  outline-offset: 2px;
  border-radius: 4px;
}
.site-header.is-light .nav-mobile { border-top-color: var(--line); }
.site-header.is-light .nav-mobile a { color: var(--ink); }
.nav-mobile-cta {
  margin-top: 0.5rem !important;
  justify-content: center !important;
  background: var(--clay) !important;
  color: #fff !important;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 0.84rem;
  border-radius: var(--radius-pill) !important;
}

/* Hero — light, airy editorial split with framed product card */
.hero {
  position: relative;
  background:
    radial-gradient(70% 60% at 88% 12%, var(--pine-soft), transparent 60%),
    radial-gradient(60% 50% at 0% 100%, rgba(194, 74, 34, 0.06), transparent 70%),
    var(--sand);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: -12%;
  right: -8%;
  width: 42vw;
  max-width: 620px;
  aspect-ratio: 1;
  background: radial-gradient(circle at center, rgba(29, 107, 87, 0.1), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.5rem;
  align-items: center;
  padding: 3.75rem 0 4.25rem;
}
@media (min-width: 940px) {
  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3.5rem;
    padding: 4.5rem 0 5rem;
  }
}
.hero-content {
  animation: rise 0.8s var(--ease) both;
}
.hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--pine-deep);
  background: var(--pine-soft);
  border: 1px solid rgba(29, 107, 87, 0.25);
  padding: 0.42rem 0.9rem;
  border-radius: var(--radius-pill);
  margin-bottom: 1.5rem;
}
.hero-brand-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--clay);
  flex: 0 0 auto;
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.3rem, 5vw, 3.5rem);
  letter-spacing: -0.035em;
  line-height: 1.03;
  color: var(--ink);
  margin-bottom: 1.1rem;
  max-width: 15ch;
}
.hero-lead {
  color: var(--sage);
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.9rem;
  max-width: 40ch;
}
.hero-lead strong { color: var(--ink); }
.hero-cta .affiliate-note { color: var(--sage); }
.hero-note {
  margin-top: 0.8rem;
  font-size: 0.82rem;
  color: var(--sage);
}
.hero-points {
  display: grid;
  gap: 0.55rem;
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--line);
}
.hero-points li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.95rem;
  color: var(--ink);
  font-weight: 500;
}
.hero-points-ico {
  color: var(--clay);
  font-size: 0.85rem;
  flex: 0 0 auto;
}

/* Hero figure — framed product card + floating chips */
.hero-figure {
  position: relative;
  animation: rise 0.9s var(--ease) 0.1s both;
}
.hero-figure-frame {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  background: var(--paper);
  rotate: 1.2deg;
}
.hero-figure-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, transparent 55%, rgba(20, 79, 63, 0.16));
  pointer-events: none;
}
.hero-figure-frame img {
  width: 100%;
  aspect-ratio: 4 / 3.05;
  object-fit: cover;
  object-position: 30% center;
  display: block;
}
.hero-price-chip {
  position: absolute;
  left: -1rem;
  bottom: 1.75rem;
  display: grid;
  gap: 0.05rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.85rem 1.15rem;
  box-shadow: var(--shadow-card);
  rotate: -2deg;
}
.hero-price-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--clay);
}
.hero-price-value {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.7rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1;
}
.hero-price-sub {
  font-size: 0.74rem;
  color: var(--sage);
}
.hero-tag-chip {
  position: absolute;
  right: -0.5rem;
  top: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--pine-deep);
  color: #fff;
  border-radius: var(--radius-pill);
  padding: 0.5rem 0.85rem;
  font-size: 0.76rem;
  font-weight: 600;
  box-shadow: var(--shadow-card);
  rotate: 2deg;
}
.hero-tag-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: var(--clay-bright);
  color: var(--pine-deep);
  font-size: 0.66rem;
  font-weight: 800;
}
@keyframes rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-content, .hero-figure { animation: none; }
  .btn, .btn-primary, .btn-amber { transition: none; }
  .btn-primary:hover, .btn-amber:hover { transform: none; }
  html { scroll-behavior: auto; }
}

/* Manifest / trust — warm chips */
.manifest {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: 1.4rem 0;
}
.manifest-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}
@media (min-width: 900px) {
  .manifest-grid { grid-template-columns: repeat(5, 1fr); }
}
.manifest-item {
  padding: 1rem 1.05rem;
  background: var(--sand);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}
.manifest-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--pine-deep);
  margin-bottom: 0.2rem;
}
.manifest-item span {
  display: block;
  font-size: 0.8rem;
  color: var(--sage);
  line-height: 1.4;
}

/* Sections */
.section { padding: 4.5rem 0; }
.section-kicker {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 0.6rem;
}
.section h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  letter-spacing: -0.03em;
  line-height: 1.14;
  color: var(--ink);
  margin-bottom: 0.9rem;
  max-width: 22ch;
}
.section-intro {
  color: var(--sage);
  max-width: 42rem;
  margin-bottom: 2.4rem;
  font-size: 1.05rem;
}
.rule {
  width: 100%;
  max-width: 3.5rem;
  height: 4px;
  background: var(--clay);
  border-radius: var(--radius-pill);
  margin: 0 0 1.5rem;
}

.context { background: var(--sand); }
.context-split {
  display: grid;
  gap: 2rem;
}
@media (min-width: 840px) {
  .context-split {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
  }
}
.situation-list {
  display: grid;
  gap: 0.7rem;
}
.situation-list li {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.15rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-size: 1rem;
}
.situation-list .hash {
  flex: 0 0 1.9rem;
  height: 1.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  color: #fff;
  background: var(--pine);
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
}
.situation-list li > span:not(.hash) {
  flex: 1 1 auto;
  min-width: 0;
}
.panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.7rem;
  box-shadow: var(--shadow-card);
}
.panel h3 {
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.75rem;
}
.panel p {
  color: var(--sage);
  font-size: 0.96rem;
  margin-bottom: 0.9rem;
}
.panel p:last-child { margin-bottom: 0; }
.disclaimer-inline {
  border-top: 1px solid var(--line);
  padding-top: 0.95rem;
  margin-top: 0.95rem;
  font-size: 0.83rem;
}

.mechanism { background: var(--pine-soft); }
.slab-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 800px) {
  .slab-grid { grid-template-columns: repeat(3, 1fr); }
}
.slab {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.7rem 1.5rem;
  box-shadow: var(--shadow-card);
}
.slab-label {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clay);
  background: rgba(194, 74, 34, 0.1);
  padding: 0.28rem 0.6rem;
  border-radius: var(--radius-pill);
  margin-bottom: 0.85rem;
}
.slab h3 {
  font-family: var(--font-display);
  font-size: 1.22rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.55rem;
}
.slab p { color: var(--sage); font-size: 0.96rem; }

.mech-visual {
  margin-top: 2.2rem;
  display: grid;
  gap: 1.4rem;
}
@media (min-width: 760px) {
  .mech-visual {
    grid-template-columns: 1.25fr 0.85fr;
    align-items: center;
  }
}
.mech-visual img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}
.mech-aside {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
}
.mech-aside strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.18rem;
  color: var(--ink);
  margin-bottom: 0.55rem;
}
.mech-aside p { color: var(--sage); }

.specs { background: var(--sand); }
.spec-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.spec-table th,
.spec-table td {
  text-align: left;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid var(--line-soft);
  vertical-align: top;
}
.spec-table th {
  width: 36%;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--pine-deep);
  background: var(--sand);
}
.spec-table td { color: var(--sage); }
.spec-table tr:last-child th,
.spec-table tr:last-child td { border-bottom: 0; }
.spec-table a { color: var(--pine-deep); text-decoration: underline; }

.offer { background: var(--pine-soft); }
.offer .context-split { margin-top: 0; }
.offer .panel { box-shadow: var(--shadow-soft); }

.faq { background: var(--sand); }
.faq-list {
  display: grid;
  gap: 0.7rem;
  max-width: 48rem;
}
.faq-list details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: box-shadow 0.2s var(--ease);
}
.faq-list details[open] { box-shadow: var(--shadow-card); }
.faq-list summary {
  list-style: none;
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--ink);
  padding: 1.1rem 1.25rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  min-height: 48px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  flex: 0 0 auto;
  color: #fff;
  background: var(--pine);
  border-radius: var(--radius-pill);
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1;
  transition: background 0.15s;
}
.faq-list details[open] summary::after { content: "–"; background: var(--clay); }
.faq-list details p {
  padding: 0 1.25rem 1.25rem;
  color: var(--sage);
}
.faq-list a {
  color: var(--pine-deep);
  text-decoration: underline;
}

/* Order CTA (home) + standalone checkout page */
.order-cta {
  position: relative;
  background:
    radial-gradient(120% 120% at 85% 0%, rgba(232, 106, 61, 0.3), transparent 55%),
    linear-gradient(150deg, var(--pine) 0%, var(--pine-deep) 80%);
  color: #fff;
  padding: 4.5rem 0 5rem;
}
.order-cta-inner {
  display: grid;
  gap: 1.9rem;
  align-items: end;
}
@media (min-width: 800px) {
  .order-cta-inner {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 3rem;
  }
}
.order-cta-copy .order-kicker { color: var(--clay-bright); }
.order-cta h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  letter-spacing: -0.03em;
  color: #fff;
  max-width: none;
  margin-bottom: 0.75rem;
}
.order-cta .order-lead { color: rgba(255, 255, 255, 0.82); margin: 0; max-width: 36rem; }
.order-cta-actions .btn-lg { max-width: none; }
.order-cta-note {
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.62);
}

.btn-ghost-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--line);
  padding: 0.78rem 1.35rem;
  border-radius: var(--radius-pill);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.84rem;
  letter-spacing: 0.02em;
}
.btn-ghost-dark:hover {
  border-color: var(--pine);
  background: var(--pine-soft);
}

/* Footer */
.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.74);
  padding: 3.25rem 0 2rem;
  font-size: 0.9rem;
}
.footer-grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 720px) {
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
}
.footer-brand {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.35rem;
  color: #fff;
  margin-bottom: 0.7rem;
}
.footer-grid h3 {
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clay-bright);
  margin-bottom: 0.8rem;
}
.footer-grid a {
  display: block;
  margin-bottom: 0.45rem;
  color: rgba(255, 255, 255, 0.84);
}
.footer-grid a:hover { color: #fff; text-decoration: underline; }
.footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1.3rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  display: grid;
  gap: 0.65rem;
}
.footer-legal a { color: rgba(255,255,255,0.8); text-decoration: underline; text-underline-offset: 2px; }
.footer-legal a:hover { color: #fff; }
.medical-note { max-width: 60rem; line-height: 1.6; }

/* Legal */
.legal-page { background: var(--sand); min-height: 70vh; }
.legal-hero {
  background: linear-gradient(150deg, var(--pine) 0%, var(--pine-deep) 85%);
  color: #fff;
  padding: 3.25rem 0 2.6rem;
}
.legal-hero h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  letter-spacing: -0.03em;
}
.legal-meta {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
}
.legal-body {
  padding: 3rem 0 4rem;
  max-width: 46rem;
}
.legal-body h2 {
  font-family: var(--font-display);
  font-size: 1.22rem;
  color: var(--ink);
  margin: 2rem 0 0.7rem;
}
.legal-body p,
.legal-body li {
  color: var(--sage);
  margin-bottom: 0.85rem;
}
.legal-body ul {
  list-style: disc;
  padding-left: 1.25rem;
}
.legal-body a {
  color: var(--pine-deep);
  text-decoration: underline;
}

/* Mobile */
.mobile-cta { display: none; }

@media (max-width: 899px) {
  .wrap { width: min(100% - 1.6rem, var(--max)); }
  .hero-grid { padding: 2.75rem 0 3.25rem; }
  .hero h1, .hero-lead { max-width: none; }
  .hero-figure { margin-top: 0.5rem; }
  .hero-figure-frame { rotate: 0deg; }
  .hero-price-chip { left: 0; bottom: 1rem; }
  .hero-tag-chip { right: 0; }
  .btn-lg { max-width: none; }
  .manifest-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 3.25rem 0; }
  .section h2 { max-width: none; }
  .mech-visual img { height: 230px; }
  .order-cta { padding: 3.25rem 0 5.75rem; }
  .site-footer { padding-bottom: 5.75rem; }

  .mobile-cta {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    padding: 0.6rem 0.9rem calc(0.6rem + env(safe-area-inset-bottom));
    background: rgba(244, 239, 230, 0.97);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(6px);
  }
  .mobile-cta-note {
    margin: 0 0 0.4rem;
    font-size: 0.68rem;
    line-height: 1.4;
    color: var(--sage);
    text-align: center;
  }
  html:not([data-consent]) .mobile-cta {
    bottom: auto;
    display: none;
  }
  .mobile-cta .btn {
    width: 100%;
    min-height: 50px;
    background: var(--clay);
    color: #fff;
  }
}

@media (max-width: 420px) {
  .manifest-grid { grid-template-columns: 1fr; }
}
