/* ===================================================================
   Volcano Spirit Cacao, stylesheet
   Palette drawn from the brand's own photography & packaging:
   charcoal (logo ground), parchment (kraft packaging), cacao brown,
   volcanic terracotta, deep maroon (raw pod), highland sage.
=================================================================== */

:root {
  --charcoal: #1b1712;
  --charcoal-soft: #2a231b;
  --parchment: #f5ede1;
  --parchment-dim: #ece0cd;
  --ivory: #f1e3c9;
  --cacao: #3d2718;
  --terracotta: #a85a34;
  --terracotta-dark: #8a4527;
  --maroon: #6e2430;
  --sage: #565f42;
  --sage-light: #7c8560;
  --forest-dark: #2d3624;
  --cream-ink: #efe6d6;
  --line: rgba(27, 23, 18, 0.12);
  --line-light: rgba(241,227,201,0.18);

  --font-display: "Fraunces", "Georgia", serif;
  --font-body: "Jost", "Helvetica Neue", Arial, sans-serif;

  --container: 1180px;
  --radius: 2px;
  --shadow-soft: 0 20px 50px -25px rgba(27, 23, 18, 0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--parchment);
  color: var(--cacao);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

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

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0 0 0.5em;
  line-height: 1.15;
}

p { margin: 0 0 1em; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 12.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--terracotta-dark);
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.on-dark .eyebrow { color: #e8b98f; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 13.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--terracotta);
  color: var(--ivory);
  border-color: var(--terracotta);
}
.btn-primary:hover { background: var(--terracotta-dark); border-color: var(--terracotta-dark); }
.btn-outline {
  background: transparent;
  color: var(--terracotta-dark);
  border-color: var(--terracotta);
}
.btn-outline:hover { background: var(--terracotta); color: var(--ivory); border-color: var(--terracotta); }
.on-dark .btn-outline,
.cta-band .btn-outline,
.photo-cta .btn-outline,
.hero .btn-outline {
  color: var(--ivory);
  border-color: rgba(241,227,201,0.7);
}
.on-dark .btn-outline:hover,
.cta-band .btn-outline:hover,
.photo-cta .btn-outline:hover,
.hero .btn-outline:hover {
  background: rgba(241,227,201,0.12);
  color: var(--ivory);
}

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.split-text .btn-row,
.value-card .btn-row,
.page-body .btn-row { margin-top: 26px; }
.cta-band .btn-row,
.photo-cta .btn-row { margin-top: 8px; }

/* ---------- Skip link ---------- */
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--forest-dark);
  color: var(--ivory);
  padding: 12px 20px;
  z-index: 2000;
}
.skip-link:focus { left: 12px; top: 12px; }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 18px 0;
  transition: background 0.35s ease, padding 0.35s ease, box-shadow 0.35s ease;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 100%;
  padding-left: 48px;
  padding-right: 48px;
}
.site-header.is-scrolled {
  background: rgba(45, 54, 36, 0.94);
  backdrop-filter: blur(8px);
  padding: 12px 0;
  box-shadow: 0 10px 30px -20px rgba(0,0,0,0.6);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ivory);
  flex-shrink: 0;
}
.brand img { height: 40px; width: 40px; border-radius: 50%; flex-shrink: 0; }
.brand-word {
  font-family: var(--font-display);
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.1;
}
.brand-word span { display: block; font-size: 10px; letter-spacing: 0.3em; color: #cbb190; font-family: var(--font-body); margin-top: 2px; }

/* Homepage only: the big centered hero logo carries the brand at scroll=0,
   and slowly fades out as you scroll (opacity driven by --hero-logo-opacity,
   set continuously in main.js) while the small corner mark crossfades in
   (see .hero-logo-big below). */
body.has-hero .site-header .brand { opacity: var(--brand-opacity, 0); transition: opacity 0.1s linear; pointer-events: none; }
body.has-hero.is-scrolled .site-header .brand { pointer-events: auto; }

.main-nav { display: flex; flex: 1 1 auto; min-width: 0; justify-content: center; }
.main-nav ul {
  list-style: none;
  display: flex;
  gap: 42px;
  margin: 0;
  padding: 0;
}
.main-nav a {
  color: var(--ivory);
  font-size: 12.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding-bottom: 4px;
  white-space: nowrap;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: var(--terracotta);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.main-nav a:hover::after { transform: scaleX(1); }

.header-cta { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.header-cta .btn { padding: 11px 22px; }
.header-cta .btn-outline { color: var(--ivory); border-color: var(--ivory); }
.header-cta .btn-outline:hover { background: var(--ivory); color: var(--cacao); }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  width: 42px;
  height: 42px;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  height: 1.5px;
  background: var(--ivory);
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.nav-toggle span { top: 20px; }
.nav-toggle span::before { top: -8px; }
.nav-toggle span::after { top: 8px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { transform: translateY(-8px) rotate(-45deg); }

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 999;
  transform: translateY(-100%);
  visibility: hidden;
  transition: transform 0.4s ease, visibility 0s linear 0.4s;
}
.mobile-nav.is-open { visibility: visible; transform: translateY(0); transition: transform 0.4s ease; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-start;
  color: var(--ivory);
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center 30%;
  background-attachment: fixed;
}
@media (max-width: 800px) {
  .hero-media { background-attachment: scroll; }
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  /* Overlay for text legibility up top, tapering to nothing by the
     trust-row band at the bottom so that strip shows the photo untinted. */
  background: linear-gradient(180deg, rgba(30,20,12,0.58) 0%, rgba(30,20,12,0.36) 34%, rgba(30,20,12,0.16) 56%, rgba(30,20,12,0) 76%);
}
.hero-logo-big {
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: 2;
  width: 138px;
  transform: translateX(-50%) scale(var(--hero-logo-scale, 1));
  transform-origin: top center;
  opacity: var(--hero-logo-opacity, 1);
  transition: opacity 0.1s linear, transform 0.1s linear;
}
.hero-logo-big img { width: 100%; height: auto; display: block; filter: drop-shadow(0 6px 20px rgba(0,0,0,0.35)); }
body.is-scrolled .hero-logo-big { pointer-events: none; }
.hero-content {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 176px 24px 190px 56px;
  max-width: 560px;
}
.hero h1 {
  font-size: clamp(2.3rem, 5.6vw, 3.9rem);
  margin: 14px 0 16px;
  color: var(--ivory);
}
.hero h1 em { font-style: normal; color: var(--terracotta); }
.hero p.lede {
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  max-width: 480px;
  color: #ecdfd0;
  margin-bottom: 20px;
}
.trust-row {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 26px 32px;
  border-top: 1px solid rgba(241,227,201,0.35);
}
.trust-row li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  white-space: nowrap;
  padding: 0 22px;
  position: relative;
}
.trust-row li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: rgba(241,227,201,0.4);
}
.trust-row .icon-circle {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid rgba(241,227,201,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.5));
}
.trust-row svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  stroke: var(--ivory);
  fill: none;
  stroke-width: 1.1;
}
.trust-row span:last-child {
  font-size: 10.5px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ivory);
  opacity: 0.96;
  line-height: 1.3;
  max-width: 110px;
  white-space: normal;
  text-shadow: 0 1px 4px rgba(0,0,0,0.55);
}
@media (max-width: 900px) {
  .trust-row li:not(:first-child)::before { display: none; }
}
.scroll-cue {
  position: absolute;
  bottom: 78px;
  right: 24px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #d9c6ae;
}
.scroll-cue .line { width: 1px; height: 34px; background: linear-gradient(#d9c6ae, transparent); animation: scrollpulse 2.2s ease-in-out infinite; }
@keyframes scrollpulse { 0%,100%{opacity:.3} 50%{opacity:1} }

/* ---------- Sections ---------- */
section { position: relative; }
.section { padding: 100px 0; }
.section-tight { padding: 70px 0; }
.section-head { max-width: 700px; margin-bottom: 52px; }
.section-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); margin-top: 14px; }
.section-head p { font-size: 1.05rem; opacity: 0.85; }
.center { text-align: center; margin-left: auto; margin-right: auto; }

.on-dark { color: var(--ivory); }
.on-cacao { color: var(--ivory); }
.on-sage { color: var(--ivory); }

/* ---------- Manifesto (controversial section) ---------- */
.manifesto {
  background: var(--parchment-dim);
  color: var(--cacao);
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}
.manifesto::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(168,90,52,0.1), transparent 55%);
  pointer-events: none;
}
.manifesto-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: start;
  position: relative;
}
.manifesto h2 {
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  color: var(--cacao);
}
.manifesto h2 .strike { position: relative; color: var(--terracotta-dark); }
.manifesto-body p { font-size: 1.08rem; color: var(--cacao); opacity: 0.85; }
.manifesto-body p.lead { font-size: 1.25rem; color: var(--cacao); opacity: 1; font-family: var(--font-display); font-weight: 400; line-height: 1.5; }
.manifesto-list { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 18px; }
.manifesto-list li {
  display: flex;
  gap: 14px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 0.95rem;
  color: var(--cacao);
  opacity: 0.9;
}
.manifesto-list b { color: var(--cacao); font-family: var(--font-display); font-weight: 500; display: block; margin-bottom: 4px; opacity: 1; }
.manifesto-list .mark { color: var(--terracotta); font-size: 1.1rem; flex-shrink: 0; }

/* ---------- Origin / story with image ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.split.reverse .split-media { order: 2; }
.split-media { position: relative; }
.split-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}
.split-media.wide img { aspect-ratio: 5/4; }
.split-text .eyebrow { margin-bottom: 16px; }
.split-text h2 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); }
.split-text p { font-size: 1.02rem; opacity: 0.88; }
.stat-row { display: flex; gap: 28px; margin-top: 34px; }
.stat-row .stat { flex: 1 1 0; min-width: 0; }
.stat-row .stat b { display: block; font-family: var(--font-display); font-size: 2.1rem; color: var(--terracotta-dark); }
.stat-row .stat span { display: block; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.7; }
@media (max-width: 480px) {
  .stat-row { flex-wrap: wrap; }
  .stat-row .stat { flex: 1 1 100%; }
}

/* ---------- Photo strip ---------- */
.photo-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}
.photo-strip img { width: 100%; height: 320px; object-fit: cover; }

/* ---------- Image band: a single full-bleed breather photo between sections ---------- */
.image-band img { width: 100%; height: 52vh; min-height: 320px; max-height: 560px; object-fit: cover; display: block; }
@media (max-width: 640px) {
  .image-band img { height: 38vh; min-height: 240px; }
}

/* ---------- Values / cards ---------- */
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.value-card {
  background: var(--parchment-dim);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 30px;
}
.value-card .num {
  font-family: var(--font-display);
  font-size: 13px;
  color: var(--terracotta);
  letter-spacing: 0.1em;
}
.value-card h3 { font-size: 1.25rem; margin: 14px 0 10px; }
.value-card p { font-size: 0.96rem; opacity: 0.82; margin: 0; }
.value-card img.card-thumb {
  display: block;
  width: calc(100% + 60px);
  max-width: none;
  margin: -34px -30px 20px;
  border-radius: var(--radius) var(--radius) 0 0;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.blog-meta {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--terracotta-dark);
  opacity: 0.85;
  font-weight: 500;
  margin-top: 14px;
}

/* ---------- Blog preview (homepage): unboxed, image over text ---------- */
.blog-preview-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 50px; margin-top: 46px; }
.blog-preview-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  margin-bottom: 22px;
}
.blog-preview-card .blog-meta { margin-top: 0; margin-bottom: 8px; }
.blog-preview-card h3 { font-size: 1.3rem; margin: 0 0 10px; }
.blog-preview-card h3 a:hover { color: var(--terracotta-dark); }
.blog-preview-card p:not(.blog-meta) { font-size: 0.96rem; opacity: 0.8; margin: 0; }
@media (max-width: 700px) {
  .blog-preview-grid { grid-template-columns: 1fr; gap: 36px; }
}

/* ---------- Ceremony gallery band ---------- */
.gallery-band { background: var(--maroon); color: var(--ivory); padding: 90px 0; }
.gallery-band .section-head h2 { color: var(--ivory); }
.gallery-band .section-head p { color: #e9c9c9; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 130px;
  gap: 10px;
}
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); }
.gallery-grid .g1 { grid-column: span 3; grid-row: span 3; }
.gallery-grid .g2 { grid-column: span 3; grid-row: span 2; }
.gallery-grid .g3 { grid-column: span 3; grid-row: span 2; }
.gallery-grid .g4 { grid-column: span 2; grid-row: span 2; }
.gallery-grid .g5 { grid-column: span 2; grid-row: span 2; }
.gallery-grid .g6 { grid-column: span 2; grid-row: span 2; }

/* ---------- Quote ---------- */
.quote-block { padding: 100px 0; text-align: center; }
.quote-block blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3.4vw, 2.1rem);
  font-weight: 400;
  font-style: italic;
  max-width: 820px;
  margin: 0 auto 20px;
  line-height: 1.5;
  color: var(--cacao);
}
.quote-block cite { font-style: normal; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.65; }
.quote-block blockquote em { font-style: italic; color: var(--terracotta); }

/* ---------- Product ---------- */
.product {
  background: var(--parchment-dim);
}
.product .split-media img { aspect-ratio: 3/4; object-fit: cover; }
.product-list { list-style: none; padding: 0; margin: 26px 0 34px; display: grid; gap: 12px; }
.product-list li { display: flex; gap: 12px; font-size: 0.98rem; }
.product-list li::before { content: "◆"; color: var(--terracotta); font-size: 10px; margin-top: 6px; }

/* ---------- CTA band ---------- */
.cta-band {
  background: var(--sage);
  color: var(--ivory);
  padding: 90px 0;
  text-align: center;
}
.cta-band h2 { color: var(--ivory); font-size: clamp(1.8rem, 3.6vw, 2.6rem); max-width: 760px; margin: 16px auto 14px; }
.cta-band p { max-width: 600px; margin: 0 auto 30px; color: #e7ead9; }
.cta-band .btn-row { justify-content: center; }
.cta-band .btn-primary { background: var(--terracotta); border-color: var(--terracotta); }
.cta-band .btn-outline { border-color: rgba(241,227,201,0.6); color: var(--ivory); }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--forest-dark);
  color: #cbbfa9;
  padding: 70px 0 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--line-light);
}
.footer-grid-2 { grid-template-columns: 1.5fr 1fr; }
.footer-grid-2 h4:not(:first-of-type) { margin-top: 26px; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-brand img { height: 44px; width: 44px; border-radius: 50%; }
.footer-brand span { font-family: var(--font-display); color: var(--ivory); font-size: 17px; letter-spacing: 0.06em; text-transform: uppercase; }
.site-footer p.tag { font-size: 0.92rem; max-width: 320px; opacity: 0.8; }
.site-footer h4 { color: var(--ivory); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; font-family: var(--font-body); font-weight: 500; margin-bottom: 18px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.site-footer a { font-size: 0.94rem; opacity: 0.85; transition: opacity 0.2s ease, color 0.2s ease; }
.site-footer a:hover { opacity: 1; color: #e6b98d; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 26px;
  font-size: 12.5px;
  opacity: 0.6;
}

/* ---------- Reveal-on-scroll ---------- */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* ==================== Responsive ==================== */
@media (max-width: 1024px) {
  .manifesto-grid { grid-template-columns: 1fr; gap: 40px; }
  .split { grid-template-columns: 1fr; gap: 34px; }
  .split.reverse .split-media { order: 0; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; row-gap: 36px; }
  .photo-strip { grid-template-columns: repeat(2, 1fr); }
  .photo-strip img { height: 260px; }
}

@media (max-width: 860px) {
  .main-nav, .header-cta .btn { display: none; }
  .nav-toggle { display: block; }
  .header-cta { gap: 0; }

  .mobile-nav {
    background: var(--forest-dark);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 28px;
    overflow-y: auto;
  }
  .mobile-nav ul { list-style: none; padding: 0; margin: 0 0 30px; display: grid; gap: 22px; }
  .mobile-nav a { color: var(--ivory); font-family: var(--font-display); font-size: 1.7rem; }
  .mobile-nav .btn {
    align-self: stretch;
    justify-content: center;
    text-align: center;
    white-space: normal;
    word-break: break-word;
  }

  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .gallery-grid .g1, .gallery-grid .g2, .gallery-grid .g3, .gallery-grid .g4, .gallery-grid .g5, .gallery-grid .g6 {
    grid-column: span 1; grid-row: span 1;
  }
}

@media (max-width: 640px) {
  .section { padding: 66px 0; }
  .manifesto, .gallery-band, .cta-band { padding: 66px 0; }
  .hero-content { padding: 128px 20px 40px; max-width: 100%; }
  .trust-row { flex-wrap: wrap; gap: 16px 10px; padding: 18px 16px; }
  .trust-row li { padding: 0 6px; flex: 1 1 40%; }
  .trust-row .icon-circle { width: 50px; height: 50px; }
  .trust-row svg { width: 20px; height: 20px; }
  .trust-row span:last-child { font-size: 9.5px; max-width: 100%; }
  .scroll-cue { display: none; }
  .value-grid { grid-template-columns: 1fr; }
  .stat-row { gap: 26px; }
  .photo-strip { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .btn-row { flex-direction: column; align-items: stretch; }
  .btn-row .btn { justify-content: center; }
  .hero-logo-big { width: 110px; top: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-logo-big,
  body.has-hero .site-header .brand { transition: none; }
}
