:root {
  --text: #2b2f33;
  --accent: #0f98ad;
  --header-h: 66px;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--text);
  background: #fff;
}
.container { width: min(calc(100% - 56px), 1360px); margin: 0 auto; }

.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
  background: rgba(255,255,255,.58);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(130,130,130,.26);
}
.nav-wrap {
  min-height: var(--header-h);
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 20px;
}
.logo { width: 146px; height: auto; display: block; }

.nav { display: flex; align-items: center; justify-content: center; gap: 34px; }
.nav a {
  color: #2a3036;
  text-decoration: none;
  font-size: 22px;
  line-height: 1;
  letter-spacing: .02em;
  font-family: Inter, sans-serif;
  font-weight: 500;
}
.nav a.active { text-decoration: none; }
.chev { font-size: .72em; vertical-align: .08em; }

.nav-right {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #2f3337;
}
.nav-right .util {
  color: #2f3337;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .02em;
}
.nav-right .icon { line-height: 1; opacity: .88; font-size: 16px; }

.hero {
  position: relative;
  min-height: 740px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #7c7f83;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,.10) 32%, rgba(255,255,255,.03) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: calc(var(--header-h) + 62px);
  padding-bottom: 36px;
  max-width: 690px;
  margin-left: 22px;
}
h1 {
  margin: 0 0 30px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(44px, 4.0vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.005em;
  font-weight: 500;
  color: #2e3338;
}
h1 .accent {
  color: var(--accent);
  font-weight: 600;
}
.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  min-height: 48px;
  padding: 0 30px;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 12.5px;
}

@media (max-width: 1100px) {
  .container { width: min(calc(100% - 30px), 1360px); }
  .nav { gap: 18px; }
  .nav a { font-size: 16px; }
  h1 { font-size: clamp(42px, 6vw, 58px); }
}
@media (max-width: 900px) {
  .nav, .nav-right { display: none; }
  .nav-wrap { grid-template-columns: 1fr; justify-items: center; min-height: 72px; }
  .logo { width: 126px; }
  .hero { min-height: 560px; }
  .hero-content {
    max-width: 92%;
    text-align: center;
    margin-inline: auto;
    padding-top: calc(var(--header-h) + 24px);
  }
  h1 { font-size: clamp(36px, 8vw, 48px); line-height: 1.03; }
  .hero-cta { min-height: 48px; padding: 0 22px; font-size: 13px; }
}


/* section 1 tweak: logo-only centered nav */
.nav-center-only{grid-template-columns:1fr;justify-items:center;min-height:66px;}


/* section 2: featured collection */
.products-section {
  background: #efefef;
  padding: 74px 0 84px;
  border-bottom: 1px solid #818181;
}
.products-title {
  margin: 0 auto 42px;
  max-width: 980px;
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 800;
  letter-spacing: .01em;
  color: #2a3036;
  line-height: 1.06;
  font-size: clamp(34px, 4vw, 66px);
  text-transform: uppercase;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}
.product-card { text-align: center; }
.product-image {
  width: min(88%, 280px);
  aspect-ratio: 1/1;
  object-fit: contain;
  margin: 0 auto 14px;
  display: block;
}
.product-card h3 {
  margin: 4px 0 5px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color: #2b3035;
}
.product-card .subtitle {
  margin: 0 auto 8px;
  max-width: 280px;
  color: #129bb1;
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 500;
}
.product-card .price {
  margin: 0;
  color: #2a3036;
  font-size: 12.5px;
}

@media (max-width: 1100px) {
  .products-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .product-card h3 { font-size: 34px; }
}
@media (max-width: 700px) {
  .products-section { padding: 42px 0 50px; }
  .products-grid { grid-template-columns: 1fr; gap: 20px; }
  .products-title { font-size: clamp(28px, 8vw, 44px); margin-bottom: 18px; }
  .product-card h3 { font-size: 30px; }
}


/* section 3: study block */
.study-section {
  background: #fff;
  border-bottom: 1px solid #414141;
  padding: 56px 0 68px;
}
.study-wrap {
  max-width: 1020px;
  margin-inline: auto;
  text-align: center;
}
.study-wrap h2 {
  margin: 0 0 14px;
  font-family: "Playfair Display", Georgia, serif;
  color: #30343a;
  font-weight: 500;
  font-size: clamp(36px, 4.3vw, 64px);
  line-height: 1.02;
}
.study-wrap h2 .accent { color: #0f98ad; }
.study-copy {
  margin: 0 auto 34px;
  max-width: 980px;
  color: #262c32;
  font-size: clamp(15px, 1.05vw, 19px);
  line-height: 1.2;
}
.study-image-wrap { margin: 16px auto 26px; }
.study-image {
  width: min(100%, 920px);
  height: auto;
  display: block;
  margin: 0 auto;
}
.study-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 12px;
  background: #0f98ad;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 12.5px;
}
@media (max-width: 800px) {
  .study-section { padding: 32px 0 40px; }
  .study-copy { font-size: 16px; }
}


/* section 4: real people results */
.results-section {
  background: #fff;
  padding: 24px 0 76px;
  border-bottom: 1px solid #414141;
}
.results-title {
  margin: 0 0 30px;
  text-align: center;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(40px, 4.4vw, 66px);
  line-height: .98;
  color: #2a3036;
  font-weight: 500;
}
.results-title .pipe { color: #0cc0df; font-weight: 700; }
.results-marquee {
  width: 100%;
  overflow: hidden;
}
.results-track {
  display: flex;
  gap: 20px;
  width: max-content;
  padding-inline: 28px;
  animation: results-scroll 84s linear infinite;
}
.result-card {
  width: min(500px, 31vw);
  min-width: 300px;
  height: auto;
  display: block;
  border-radius: 2px;
  flex: 0 0 auto;
}
@keyframes results-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 12px)); }
}
@media (max-width: 900px){
  .results-title{ font-size: clamp(34px, 8vw, 52px); }
  .results-track { animation-duration: 45s; gap: 14px; padding-inline: 12px; }
  .result-card { width: 78vw; min-width: 78vw; }
}


/* section 5: benefits product */
.benefits-section {
  background: #efeef1;
  padding: 64px 0;
  border-bottom: 1px solid #414141;
}
.benefits-title {
  margin: 0 0 28px;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: clamp(28px, 3.2vw, 52px);
  line-height: 1.06;
  font-weight: 800;
  color: #2a3036;
  text-transform: uppercase;
}
.benefits-title span, .benefits-title em { color: #0cc0df; font-style: italic; }
.benefits-layout {
  display: grid;
  grid-template-columns: minmax(260px, 42%) 1fr;
  gap: 34px;
  align-items: center;
}
.benefits-product-image {
  width: min(100%, 560px);
  display: block;
  margin: 0 auto;
}
.benefits-list-col { display: grid; gap: 12px; }
.benefit-item h3 {
  margin: 0 0 5px;
  font-family: Inter, sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  line-height: 1;
  letter-spacing: .01em;
  color: #262c32;
  font-weight: 800;
}
.benefit-item p {
  margin: 0;
  color: #2a3036;
  font-size: clamp(13px, .94vw, 16px);
  line-height: 1.28;
}
@media (max-width: 960px) {
  .benefits-layout { grid-template-columns: 1fr; gap: 20px; }
  .benefits-title { font-size: clamp(26px, 8vw, 40px); }
}


/* section 6: product slider feature */
.slider-feature-section {
  background: #fff;
  border-bottom: 1px solid #414141;
}
.slider-feature {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  min-height: 640px;
}
.slider-feature-promo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.slider-feature-product {
  display: grid;
  place-content: center;
  text-align: center;
  padding: 42px 34px;
}
.sf-product-image {
  width: min(100%, 360px);
  display: block;
  margin: 0 auto 10px;
}
.slider-feature-product h3 {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  line-height: 1;
  color: #2a3036;
}
.sf-price {
  margin: 6px 0 10px;
  color: #2a3036;
  font-size: 16px;
}
.sf-guarantee {
  margin: 4px 0 10px;
  font-size: 12.5px;
  color: #2a3036;
}
.sf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 12px;
  background: #0f98ad;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 12.5px;
}
@media (max-width: 900px) {
  .slider-feature { grid-template-columns: 1fr; }
  .slider-feature-promo { max-height: 320px; }
}


/* section 7: scrolling text banner */
.ticker-section {
  background: #0097b2;
  color: #fff;
  border-top: 1px solid #414141;
  border-bottom: 1px solid #414141;
  overflow: hidden;
  height: 104px;
  display: flex;
  align-items: center;
}
.ticker-track {
  display: flex;
  gap: 30px;
  white-space: nowrap;
  width: max-content;
  animation: ticker-left 24s linear infinite;
  font-family: Inter, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(18px, 1.9vw, 30px);
  letter-spacing: .02em;
}
@keyframes ticker-left {
  from { transform: translateX(0); }
  to { transform: translateX(-33.33%); }
}
@media (max-width: 900px) {
  .ticker-section { height: 74px; }
  .ticker-track { font-size: clamp(14px, 4.5vw, 22px); }
}


/* section 8: mission image/text */
.mission-section {
  background: #fff;
  border-bottom: 1px solid #414141;
}
.mission-grid {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: stretch;
  min-height: 700px;
}
.mission-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mission-copy {
  padding: clamp(42px, 5vw, 84px);
  display: grid;
  align-content: center;
  gap: 20px;
}
.mission-copy .kicker {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #2a3036;
}
.mission-copy .kicker span { color: #0097b2; }
.mission-copy h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 4.3vw, 62px);
  line-height: .95;
  font-weight: 500;
  color: #2a3036;
}
.mission-copy p {
  margin: 0;
  color: #2a3036;
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.55;
  max-width: 900px;
}
.mission-btn {
  width: fit-content;
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 12px;
  background: #0097b2;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 12.5px;
}
@media (max-width: 960px){
  .mission-grid { grid-template-columns: 1fr; min-height: auto; }
  .mission-media { max-height: 360px; }
}


/* section 9: empowering naturally */
.empower-section {
  background: #fff;
  border-bottom: 1px solid #414141;
  padding: 52px 0 64px;
}
.empower-wrap { text-align: center; max-width: 1100px; margin-inline: auto; }
.empower-wrap h2 {
  margin: 0 0 16px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(36px, 4vw, 60px);
  line-height: .98;
  font-weight: 500;
  color: #2a3036;
}
.empower-wrap h2 .accent { color: #0097b2; }
.empower-wrap p {
  margin: 0 auto 30px;
  max-width: 1050px;
  color: #2a3036;
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.33;
}
.empower-image {
  width: min(100%, 900px);
  display: block;
  margin: 0 auto 30px;
}
.empower-btn {
  display: inline-flex;
  min-height: 48px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #0097b2;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 12.5px;
}


/* section 10: join newsletter */
.join-section {
  background: #fff;
  border-top: 1px solid #414141;
  border-bottom: 1px solid #414141;
  padding: 48px 0;
}
.join-wrap {
  text-align: center;
  max-width: 980px;
  margin-inline: auto;
}
.join-wrap h2 {
  margin: 0 0 30px;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  color: #2a3036;
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1;
}
.join-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.join-form input {
  min-width: min(520px, 90vw);
  max-width: 90vw;
  height: 48px;
  border: 1px solid #b7b7b7;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 16px;
}
.join-form button {
  height: 48px;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  background: #0097b2;
  color: #fff;
  font-weight: 700;
  letter-spacing: .03em;
  cursor: pointer;
}


/* section 11: legal/disclaimer text */
.legal-section {
  background: #fff;
  padding: 26px 0 26px;
  border-bottom: 1px solid #414141;
}
.legal-wrap {
  max-width: 1220px;
  color: #2a3036;
  font-size: 12.5px;
  line-height: 1.55;
}
.legal-wrap p { margin: 0 0 10px; }
.legal-wrap p:last-child { margin-bottom: 0; }


/* section 12: footer */
.site-footer {
  background: #181818;
  color: #f4f4f4;
  padding: 30px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
  border-bottom: 1px solid rgba(255,255,255,.28);
  padding-bottom: 22px;
}
.site-footer h4 {
  margin: 0 0 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.site-footer li, .site-footer a {
  color: #e9e9e9;
  text-decoration: none;
  font-size: 12.5px;
}
.footer-bottom {
  padding: 20px 0 22px;
  display: grid;
  gap: 8px;
  text-align: center;
}
.footer-locale, .footer-payments, .footer-copy { font-size: 13px; color: #d4d4d4; margin: 0; }
.footer-logo-wrap {
  border-top: 1px solid rgba(255,255,255,.15);
  display: flex;
  justify-content: center;
  padding: 22px 0 28px;
}
.footer-logo { width: min(460px, 78vw); height: auto; }
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr; }
}

.footer-payments{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;}
.pay-chip{border:1px solid rgba(255,255,255,.35);padding:2px 6px;border-radius:4px;font-size:11px;line-height:1.2;color:#e8e8e8;background:rgba(255,255,255,.04);}

/* === Standards pass: mobile-first responsive + accessibility hardening === */
html { -webkit-text-size-adjust: 100%; }
img { max-width: 100%; height: auto; }
a, button, input { font: inherit; }

/* tablet */
@media (max-width: 1024px) {
  .container { width: min(calc(100% - 28px), 1200px); }

  .hero { min-height: 600px; }
  .hero-content {
    max-width: 74%;
    margin-left: 0;
    padding-top: calc(var(--header-h) + 40px);
  }
  h1 { line-height: 1.02; }

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

  .study-wrap, .empower-wrap, .legal-wrap, .join-wrap { padding-inline: 6px; }

  .results-section { padding-bottom: 60px; }
  .result-card { width: min(460px, 44vw); min-width: 280px; }

  .benefits-layout {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }
  .benefits-image-col { order: 1; }
  .benefits-list-col { order: 2; }

  .slider-feature {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .slider-feature-promo { max-height: 420px; }
  .slider-feature-product { padding: 30px 20px 36px; }

  .mission-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .mission-media { max-height: 420px; }

  .join-form input { min-width: min(100%, 620px); }

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

/* mobile */
@media (max-width: 768px) {
  :root { --header-h: 62px; }

  .site-header { backdrop-filter: blur(8px); }
  .logo { width: 124px; }

  .hero {
    min-height: 520px;
    align-items: end;
  }
  .hero-overlay {
    background: linear-gradient(180deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,.1) 45%, rgba(255,255,255,.04) 100%);
  }
  .hero-content {
    max-width: 100%;
    margin: 0;
    padding: 0 0 28px;
  }
  h1 {
    font-size: clamp(38px, 10.2vw, 56px);
    line-height: 1.06;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
    max-width: 12ch;
  }
  .hero-cta {
    min-height: 48px;
    padding: 0 22px;
    font-size: 12.5px;
    letter-spacing: .1em;
  }

  .products-section,
  .study-section,
  .benefits-section,
  .mission-section,
  .empower-section,
  .join-section,
  .legal-section { padding-inline: 0; }

  .products-title,
  .study-wrap h2,
  .results-title,
  .benefits-title,
  .mission-copy h2,
  .empower-wrap h2,
  .join-wrap h2 {
    font-size: clamp(32px, 9.2vw, 46px);
    line-height: 1.04;
    letter-spacing: -0.01em;
  }

  .products-grid { grid-template-columns: 1fr; gap: 24px; }
  .product-card h3 { font-size: 44px; }
  .product-card .subtitle { max-width: 26ch; margin-bottom: 6px; }

  .study-copy, .empower-wrap p, .mission-copy p { font-size: 15px; line-height: 1.45; }
  .study-image-wrap { margin-top: 12px; }
  .study-btn, .mission-btn, .empower-btn, .sf-btn {
    min-height: 48px;
    padding: 0 20px;
    font-size: 12.5px;
  }

  .ticker-section { height: 84px; }
  .ticker-track {
    font-size: clamp(14px, 4.8vw, 20px);
    gap: 20px;
    animation-duration: 24s;
  }

  .results-track { gap: 12px; padding-inline: 10px; }
  .result-card {
    width: 82vw;
    min-width: 82vw;
  }

  .benefit-item h3 { line-height: 1.08; }

  .join-form {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .join-form input,
  .join-form button {
    width: 100%;
    min-width: 0;
    border-radius: 12px;
  }

  .legal-wrap { font-size: 12px; line-height: 1.5; }

  .footer-grid { grid-template-columns: 1fr; gap: 18px; }
  .site-footer h4 { margin-bottom: 8px; }
  .footer-payments { gap: 5px; }
  .pay-chip { font-size: 10px; }
}

/* small phones */
@media (max-width: 430px) {
  .container { width: calc(100% - 22px); }

  .hero { min-height: 500px; }
  h1 { font-size: clamp(34px, 10.8vw, 46px); }

  .product-card h3 { font-size: 40px; }
  .results-title { margin-bottom: 12px; }

  .mission-copy,
  .slider-feature-product,
  .benefits-section .container,
  .study-wrap,
  .empower-wrap,
  .join-wrap,
  .legal-wrap { padding-inline: 2px; }
}


/* Phase 1 critical mobile parity fixes */
.hero-bg-mobile { display: none; }
.product-mobile-cta {
  display: none;
  margin: 10px auto 0;
  width: min(100%, 360px);
  min-height: 46px;
  border-radius: 12px;
  background: #0f98ad;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .06em;
  align-items: center;
  justify-content: center;
  font-size: 12.5px;
}

@media (max-width: 768px) {
  .hero-bg-desktop { display: none; }
  .hero-bg-mobile { display: block; object-position: center top; }

  .hero {
    min-height: 620px;
    align-items: start;
  }
  .hero-content {
    text-align: center;
    padding-top: calc(var(--header-h) + 26px);
    padding-bottom: 0;
    max-width: 100%;
  }
  .hero-content h1 {
    margin: 0 auto 14px;
    max-width: 13ch;
    font-size: clamp(31px, 8.8vw, 46px);
    line-height: 1.08;
  }
  .hero-cta { margin-inline: auto; }

  .products-grid { gap: 18px; }
  .product-card .product-mobile-cta { display: inline-flex; }
}


/* accessibility refinement */
:where(a, button, input):focus-visible{outline:2px solid #0f98ad;outline-offset:2px;}
@media (max-width:768px){
  .hero-cta,.study-btn,.mission-btn,.empower-btn,.sf-btn,.join-form button,.product-mobile-cta{min-height:48px;}
  .site-footer a,.site-footer li{line-height:1.45;}
}


/* phase 3 micro polish */
:root {
  --surface-1: #ffffff;
  --surface-2: #efefef;
  --text-strong: #262c32;
  --teal-accent: #0a9bb4;
}

.hero-cta,
.study-btn,
.mission-btn,
.empower-btn,
.sf-btn,
.join-form button,
.product-mobile-cta {
  transition: transform 140ms ease, filter 140ms ease, opacity 140ms ease;
}

.hero-cta:hover,
.study-btn:hover,
.mission-btn:hover,
.empower-btn:hover,
.sf-btn:hover,
.join-form button:hover,
.product-mobile-cta:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.hero-cta:active,
.study-btn:active,
.mission-btn:active,
.empower-btn:active,
.sf-btn:active,
.join-form button:active,
.product-mobile-cta:active {
  transform: translateY(0);
  filter: brightness(.98);
}

/* keep long legal copy readable */
.legal-wrap {
  text-wrap: pretty;
}

/* prevent oversized section jumps on tiny phones */
@media (max-width: 430px) {
  .products-section,
  .study-section,
  .benefits-section,
  .mission-section,
  .empower-section,
  .join-section,
  .legal-section {
    padding-top: max(22px, 5vw);
    padding-bottom: max(24px, 5.5vw);
  }
}
