/*
 * Gemini Pro — product-launch system.
 * Google editorial clarity, strong contrast and expressive product surfaces.
 */

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
  background: #f8f9fc;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: #171821;
  background: #f8f9fc;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

::selection { color: #fff; background: #0b57d0; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
h1, h2, h3, p, ul, ol, figure { margin: 0; }
h1, h2, h3 { font-family: var(--font-display); text-wrap: balance; }
p { text-wrap: pretty; }

:where(a, button, summary):focus-visible {
  outline: 3px solid #0b57d0;
  outline-offset: 4px;
}

::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: #eef1f7; }
::-webkit-scrollbar-thumb { background: #9ba8bc; border: 3px solid #eef1f7; border-radius: 999px; }
.tnum { font-variant-numeric: tabular-nums lining-nums; }

.skip-link {
  position: fixed;
  inset: .75rem auto auto 1rem;
  z-index: 1000;
  padding: .65rem .9rem;
  border-radius: .625rem;
  color: #fff;
  background: #171821;
  font-weight: 650;
  transform: translateY(-180%);
  transition: transform 180ms cubic-bezier(.16,1,.3,1);
}
.skip-link:focus-visible { transform: translateY(0); }

/* Shared layout */
.hero__inner,
.trust__grid,
.products,
.steps,
.member__grid,
.price,
.faq,
.final-cta,
.footer {
  width: min(100% - 2.5rem, 74rem);
  margin-inline: auto;
}

.section-title {
  color: #171821;
  font-size: clamp(2rem, 4vw, 3.75rem);
  font-weight: 680;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.section-lede {
  max-width: 62ch;
  margin-top: 1rem;
  color: #505665;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.65;
}

.btn {
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  padding: .8rem 1.35rem;
  border: 1px solid transparent;
  border-radius: .75rem;
  font-family: var(--font-display);
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms cubic-bezier(.16,1,.3,1), background-color 180ms ease, border-color 180ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--fill { color: #fff; background: #0b57d0; }
.btn--fill:hover { background: #0847ad; }
.btn--outline { color: #202124; background: #fff; border-color: #aeb6c5; }
.btn--outline:hover { border-color: #202124; }
.btn--sm { min-height: 2.5rem; padding: .65rem 1rem; font-size: .875rem; }
.btn--lg { min-height: 3.65rem; padding: 1rem 1.5rem; font-size: 1rem; }

/* Navigation */
.nav {
  position: sticky;
  inset: 0 0 auto;
  z-index: var(--z-sticky);
  width: 100%;
  min-height: 4.5rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-inline: max(1.25rem, calc((100vw - 74rem) / 2));
  color: #202124;
  background: rgb(255 255 255 / .94);
  border-bottom: 1px solid #dfe3eb;
  box-shadow: 0 10px 30px -28px rgb(14 30 62 / .65);
  backdrop-filter: blur(14px);
}
.nav__wordmark {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: #30313a;
  font-family: var(--font-outlier);
  font-size: .92rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.nav__logo { width: 1.35rem; height: 1.35rem; }
.wordmark-accent { color: #0b57d0; font-weight: 600; }
.nav__links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-left: auto;
  padding: 0;
  list-style: none;
}
.nav__links a {
  color: #4a5060;
  font-size: .92rem;
  font-weight: 560;
  text-decoration: none;
  text-underline-offset: .35rem;
}
.nav__links a:hover { color: #0b57d0; text-decoration: underline; }
.theme-toggle {
  width: 2.55rem;
  height: 2.55rem;
  display: grid;
  place-items: center;
  padding: 0;
  color: #30313a;
  background: #f2f4f8;
  border: 1px solid #d7dce5;
  border-radius: 50%;
  cursor: pointer;
}
.theme-toggle svg { width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-width: 1.7; }
.icon-sun { display: none; }

/* Hero */
.hero {
  position: relative;
  overflow: clip;
  background: #fff;
  border-bottom: 1px solid #e2e6ee;
}
.hero::before {
  content: "";
  position: absolute;
  width: 28rem;
  aspect-ratio: 1;
  right: -10rem;
  bottom: -13rem;
  border-radius: 50%;
  background: #fce8e6;
  filter: blur(18px);
  opacity: .72;
  pointer-events: none;
}
.hero__inner {
  position: relative;
  min-height: 43rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, .92fr);
  grid-template-areas:
    "spark product"
    "title product"
    "lede product"
    "price product"
    "actions product";
  align-content: center;
  align-items: center;
  column-gap: clamp(3rem, 7vw, 7rem);
  padding-block: clamp(4rem, 8vw, 7rem);
}
.hero__spark { grid-area: spark; width: 4rem; margin-bottom: 1.35rem; }
.hero__title {
  grid-area: title;
  max-width: 11ch;
  color: #171821;
  font-size: clamp(3.35rem, 6.25vw, 5.85rem);
  font-weight: 690;
  line-height: .95;
  letter-spacing: -.04em;
}
.hero__lede {
  grid-area: lede;
  max-width: 43ch;
  margin-top: 1.7rem;
  color: #454b59;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.55;
}
.hero__figure {
  grid-area: price;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: .25rem .75rem;
  margin-top: 1.55rem;
  color: #171821;
  font-family: var(--font-outlier);
  font-size: clamp(3.65rem, 7vw, 5.8rem);
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.04em;
}
.hero__figure-note {
  color: #535a68;
  font-family: var(--font-body);
  font-size: .95rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
}
.hero__actions { grid-area: actions; display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.4rem; }
.hero__collage {
  grid-area: product;
  min-width: 0;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: auto 1fr 1fr;
  gap: .75rem;
  padding: 1.1rem;
  background: #d3e3fd;
  border-radius: 1rem;
  box-shadow: 0 28px 70px -46px rgb(18 50 96 / .65);
}
.hero__collage::before {
  content: "18 meses  ·  5 TB";
  grid-column: 1 / -1;
  padding: .15rem .2rem .25rem;
  color: #173866;
  font-family: var(--font-outlier);
  font-size: .84rem;
  font-weight: 500;
  letter-spacing: .02em;
}
.hero__collage img {
  width: 100%;
  height: 100%;
  min-height: 9.5rem;
  padding: .55rem;
  object-fit: contain;
  background: #fff;
  border: 1px solid #d7e2f2;
  border-radius: .75rem;
  box-shadow: 0 14px 34px -30px rgb(18 50 96 / .6);
}
.hero__collage img:first-of-type { grid-row: 2 / span 2; min-height: 22rem; }

/* Trust */
.trust { background: #fff; }
.trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #dfe3eb;
}
.trust__grid li { padding: 2.2rem 1.4rem 2.4rem; }
.trust__grid li + li { border-left: 1px solid #dfe3eb; }
.trust__icon { width: 1.5rem; height: 1.5rem; margin-bottom: .8rem; fill: none; stroke: #0b57d0; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.trust__grid h3 { color: #202124; font-size: 1rem; line-height: 1.25; }
.trust__grid p { margin-top: .45rem; color: #545b68; font-size: .875rem; line-height: 1.55; }

/* Product band */
.products {
  display: grid;
  grid-template-columns: minmax(18rem, .9fr) minmax(28rem, 1.1fr);
  align-items: end;
  gap: 3rem;
  padding-block: 6rem 5rem;
}
.products .section-title { max-width: 12ch; }
.products .section-lede { max-width: 45ch; }
.products__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
  padding: 0;
  list-style: none;
}
.products__row li {
  min-height: 4.25rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .85rem 1rem;
  color: #303440;
  background: #fff;
  border: 1px solid #dfe3eb;
  border-radius: .75rem;
  font-weight: 600;
}
.products__row img { width: 1.75rem; height: 1.75rem; flex: none; }

/* Steps */
.steps { padding-block: 5rem 6rem; border-top: 1px solid #dfe3eb; }
.steps .section-title { max-width: 15ch; }
.steps__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 5rem);
  margin-top: 3rem;
  padding: 0;
  list-style: none;
}
.steps__grid::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  height: 1px;
  background: #aab7ca;
}
.steps__grid li { position: relative; padding-top: 3.65rem; }
.steps__num {
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  color: #fff;
  background: #0b57d0;
  border-radius: 50%;
  font-family: var(--font-outlier);
  font-size: .9rem;
}
.steps__grid h3 { color: #202124; font-size: 1.25rem; line-height: 1.2; }
.steps__grid p { max-width: 34ch; margin-top: .65rem; color: #535a68; font-size: .92rem; }

/* Editorial capabilities */
.bento-section {
  width: 100%;
  padding: 6.5rem max(1.25rem, calc((100vw - 74rem) / 2));
  background: #fff;
}
.bento-section > .section-title,
.bento-section > .section-lede { margin-inline: 0; text-align: left; }
.bento-section > .section-title { max-width: 12ch; }
.bento-section > .section-lede { max-width: 54ch; }
.bento {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}
.story {
  min-width: 0;
  overflow: hidden;
  display: grid;
  border: 0;
  border-radius: 1rem;
}
.story__copy { padding: clamp(1.6rem, 3vw, 2.6rem); align-self: center; }
.story h3 { max-width: 15ch; font-size: clamp(1.75rem, 3vw, 2.7rem); font-weight: 670; line-height: 1.03; letter-spacing: -.035em; }
.story p { max-width: 42ch; margin-top: 1rem; font-size: 1rem; line-height: 1.65; }
.story .cell__img {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  margin: 0;
  padding: clamp(1rem, 2vw, 1.75rem);
  object-fit: contain;
  border-radius: 0;
  transition: transform 420ms cubic-bezier(.16,1,.3,1);
}
.story:hover .cell__img { transform: scale(1.015); }
.story--lead {
  grid-column: 1 / -1;
  grid-template-columns: .8fr 1.2fr;
  color: #173153;
  background: #dce9fd;
}
.story--lead p { color: #344e70; }
.story--lead .cell__img { min-height: 27rem; background: #f7faff; }
.story--split:nth-of-type(2) { grid-template-columns: 1fr; color: #173153; background: #d3e3fd; }
.story--split:nth-of-type(2) p { color: #344e70; }
.story--split:nth-of-type(2) .cell__img { order: -1; min-height: 14rem; background: #eaf2ff; }
.story--split:nth-of-type(3) { grid-template-columns: 1fr; color: #3b2d08; background: #fce8a8; }
.story--split:nth-of-type(3) p { color: #564719; }
.story--split:nth-of-type(3) .cell__img { min-height: 14rem; background: #fff8df; }
.story--storage {
  grid-column: 1 / -1;
  grid-template-columns: 1.15fr .85fr;
  color: #183822;
  background: #ccebd6;
}
.story--storage p { color: #345a40; }
.story--storage .cell__img { min-height: 23rem; background: #edf8f0; }

/* Account proof */
.member {
  width: 100%;
  padding-block: 6.5rem;
  color: #fff;
  background: #11131a;
}
.member__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, .75fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 7rem);
}
.member .section-title { max-width: 12ch; color: #fff; }
.member__points { display: grid; gap: 1rem; margin-top: 2rem; padding: 0; list-style: none; }
.member__points li { position: relative; max-width: 48ch; padding-left: 1.5rem; color: #d5d9e2; }
.member__points li::before { content: ""; position: absolute; left: 0; top: .63em; width: .55rem; height: .55rem; background: #8ab4f8; transform: rotate(45deg); }
.member__points b { color: #fff; }
.member__card {
  justify-self: end;
  width: min(100%, 24rem);
  overflow: hidden;
  color: #171821;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 28px 70px -42px #000;
}
.member__inner { padding: 2.4rem 2rem 2rem; text-align: center; }
.member__logo { width: 3rem; height: auto; margin: 0 auto 1rem; }
.member__plan { font-size: 2.25rem; font-weight: 680; line-height: 1; letter-spacing: -.035em; }
.member__storage { margin-top: .9rem; font-family: var(--font-outlier); font-size: 1.35rem; }
.member__storage span { color: #5a6170; font-family: var(--font-body); font-size: .85rem; }
.member__status { width: fit-content; display: flex; align-items: center; gap: .45rem; margin: 1.2rem auto 0; padding: .5rem .8rem; color: #185b31; background: #dff4e6; border-radius: 999px; font-size: .82rem; font-weight: 600; }
.member__dot { width: .45rem; height: .45rem; background: #1e8e3e; border-radius: 50%; }
.member figcaption { padding: .8rem 1rem; color: #45306f; background: #e9ddff; font-family: var(--font-outlier); font-size: .78rem; text-align: center; }

/* Price */
.price {
  padding-block: 6.5rem;
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}
.price > .section-title { position: sticky; top: 7rem; max-width: 9ch; }
.price__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 1rem; align-items: stretch; }
.price__card { min-width: 0; padding: clamp(1.6rem, 3vw, 2.4rem); border-radius: 1rem; }
.price__card--official { color: #323642; background: #fff; border: 1px solid #d9dee8; }
.price__card--offer { display: flex; flex-direction: column; color: #fff; background: #0b57d0; }
.price__label { color: #5b6270; font-family: var(--font-outlier); font-size: .83rem; }
.price__badge { order: -1; width: fit-content; display: inline-flex; align-items: center; gap: .5rem; margin-bottom: 1.4rem; color: #0b3b80; background: #d3e3fd; border-radius: 999px; padding: .48rem .75rem; font-family: var(--font-outlier); font-size: .78rem; font-weight: 500; }
.price__dot { width: .45rem; height: .45rem; border-radius: 50%; background: #0b57d0; }
.price__amount { margin-top: 1.15rem; font-family: var(--font-outlier); font-size: clamp(2.25rem, 4vw, 3.55rem); font-weight: 500; line-height: 1; letter-spacing: -.035em; }
.price__amount span { font-family: var(--font-body); font-size: .9rem; font-weight: 500; letter-spacing: 0; }
.price__amount--big { margin-top: 0; color: #fff; font-size: clamp(3rem, 5vw, 4.5rem); }
.price__amount--big > [data-price-num] {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}
.price__amount--big span:last-child { color: #e8f0fe; }
.price__total { margin-top: 1.25rem; color: #555c69; font-size: .9rem; }
.price__card--offer .price__total { color: #e5edfb; }
.price__notes { display: grid; gap: .55rem; margin-top: 1.25rem; padding: 0; color: #606775; font-size: .88rem; list-style: none; }
.price__notes li { position: relative; padding-left: 1rem; }
.price__notes li::before { content: ""; position: absolute; left: 0; top: .72em; width: .45rem; height: 1px; background: #8b93a0; }
.price__local { margin-top: 1rem; color: #fff; font-family: var(--font-outlier); font-size: 1.2rem; }
.price__card--offer .btn { width: 100%; margin-top: auto; color: #0b3b80; background: #fff; }
.price__card--offer .btn:hover { background: #eaf2ff; }
.price__stock { width: fit-content; margin: .9rem auto 0; padding: .4rem .65rem; color: #173d75; background: #d3e3fd; border-radius: .5rem; font-size: .8rem; }
.price__safe { margin-top: .8rem; color: #e8f0fe; font-size: .82rem; text-align: center; }

/* FAQ */
.faq {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: clamp(2rem, 7vw, 6rem);
  padding-block: 6rem;
  border-top: 1px solid #dfe3eb;
}
.faq .section-title { max-width: 8ch; }
.faq__list { border-top: 1px solid #b8c0ce; }
.faq details { border-bottom: 1px solid #b8c0ce; }
.faq summary {
  min-height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem .25rem;
  color: #202124;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 620;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary > span { min-width: 0; }
.faq summary::after { content: "+"; flex: none; color: #0b57d0; font-family: var(--font-outlier); font-size: 1.35rem; font-weight: 500; transition: transform 180ms ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { max-width: 66ch; padding: 0 2.5rem 1.5rem .25rem; color: #505765; font-size: .95rem; }

/* Closing */
.final-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 2rem;
  padding: clamp(2.5rem, 6vw, 5rem);
  color: #173153;
  background: #d3e3fd;
  border-radius: 1rem;
}
.final-cta::after {
  content: "18";
  position: absolute;
  right: -.04em;
  bottom: -.28em;
  color: rgb(11 87 208 / .09);
  font-family: var(--font-outlier);
  font-size: clamp(12rem, 28vw, 25rem);
  font-weight: 500;
  line-height: .8;
  pointer-events: none;
}
.final-cta__line { position: relative; z-index: 1; max-width: 17ch; font-size: clamp(2.25rem, 4.5vw, 4rem); font-weight: 680; line-height: 1.02; letter-spacing: -.035em; }
.final-cta .btn { position: relative; z-index: 1; min-width: 14rem; }
.final-cta__note { position: relative; z-index: 1; grid-column: 1 / -1; color: #385473; font-size: .9rem; }

.footer { padding-block: 6rem 2.5rem; }
.footer__line { max-width: 18ch; color: #171821; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 680; line-height: 1.02; letter-spacing: -.035em; }
.footer__meta { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid #cfd5df; }
.footer__legal { max-width: 58ch; color: #5b6270; font-size: .8rem; text-align: right; }

/* Motion */
.reveal {
  animation: hero-enter 620ms cubic-bezier(.16,1,.3,1) both;
  animation-delay: calc(var(--i, 0) * 55ms);
}
@keyframes hero-enter {
  from { opacity: .01; transform: translateY(10px); filter: blur(4px); }
  to { opacity: 1; transform: none; filter: none; }
}
.cell.is-hidden, .cell.is-shown { opacity: 1; transform: none; }

/* Dark theme */
:root[data-theme="dark"] html,
:root[data-theme="dark"] body { background: #0f1116; }
:root[data-theme="dark"] body { color: #f3f5fa; }
:root[data-theme="dark"] .nav { color: #f3f5fa; background: rgb(17 19 26 / .94); border-color: #303440; }
:root[data-theme="dark"] .nav__wordmark,
:root[data-theme="dark"] .nav__links a,
:root[data-theme="dark"] .theme-toggle { color: #e7eaf1; }
:root[data-theme="dark"] .theme-toggle { background: #242832; border-color: #454b59; }
:root[data-theme="dark"] .icon-moon { display: none; }
:root[data-theme="dark"] .icon-sun { display: block; }
:root[data-theme="dark"] .hero { background: #11131a; border-color: #303440; }
:root[data-theme="dark"] .hero__title,
:root[data-theme="dark"] .hero__figure,
:root[data-theme="dark"] .section-title,
:root[data-theme="dark"] .trust__grid h3,
:root[data-theme="dark"] .steps__grid h3,
:root[data-theme="dark"] .faq summary,
:root[data-theme="dark"] .footer__line { color: #f3f5fa; }
:root[data-theme="dark"] .hero__lede,
:root[data-theme="dark"] .hero__figure-note,
:root[data-theme="dark"] .section-lede,
:root[data-theme="dark"] .trust__grid p,
:root[data-theme="dark"] .steps__grid p,
:root[data-theme="dark"] .faq details p,
:root[data-theme="dark"] .footer__legal { color: #b8beca; }
:root[data-theme="dark"] .trust,
:root[data-theme="dark"] .bento-section { background: #0f1116; }
:root[data-theme="dark"] .trust__grid,
:root[data-theme="dark"] .trust__grid li + li,
:root[data-theme="dark"] .steps,
:root[data-theme="dark"] .faq,
:root[data-theme="dark"] .footer__meta { border-color: #303440; }
:root[data-theme="dark"] .products__row li,
:root[data-theme="dark"] .price__card--official { color: #edf0f6; background: #191c23; border-color: #363b46; }
:root[data-theme="dark"] .products__row li { color: #edf0f6; }
:root[data-theme="dark"] .price__label,
:root[data-theme="dark"] .price__total,
:root[data-theme="dark"] .price__notes { color: #b8beca; }
:root[data-theme="dark"] .faq__list,
:root[data-theme="dark"] .faq details { border-color: #48505f; }

/* Responsive */
@media (max-width: 62rem) {
  .nav__links { display: none; }
  .theme-toggle { margin-left: auto; }
  .hero__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-areas: "spark" "title" "lede" "price" "actions" "product";
    padding-block: 4.5rem;
  }
  .hero__title { max-width: 12ch; }
  .hero__collage { width: min(100%, 40rem); margin-top: 3rem; }
  .trust__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust__grid li:nth-child(3) { border-left: 0; border-top: 1px solid #dfe3eb; }
  .trust__grid li:nth-child(4) { border-top: 1px solid #dfe3eb; }
  .products { grid-template-columns: 1fr; align-items: start; }
  .products .section-title { max-width: 14ch; }
  .story--lead, .story--storage { grid-template-columns: 1fr; }
  .story--lead .cell__img, .story--storage .cell__img { order: -1; min-height: 21rem; }
  .member__grid { grid-template-columns: 1fr; }
  .member__card { justify-self: start; }
  .price { grid-template-columns: 1fr; }
  .price > .section-title { position: static; max-width: 12ch; }
  .faq { grid-template-columns: 1fr; }
  .faq .section-title { max-width: 12ch; }
}

@media (max-width: 46rem) {
  .hero__inner,
  .products,
  .steps,
  .member__grid,
  .price,
  .faq,
  .final-cta,
  .footer { width: min(100% - 2rem, 74rem); }
  .nav { min-height: 4.15rem; padding-inline: 1rem; gap: .65rem; }
  .nav > .btn { padding-inline: .8rem; }
  .hero__inner { padding-block: 3.25rem 4rem; text-align: left; }
  .hero__spark { width: 3.4rem; }
  .hero__title { max-width: 11ch; font-size: clamp(2.75rem, 13vw, 4.1rem); }
  .hero__lede { font-size: 1rem; }
  .hero__figure { font-size: clamp(3.5rem, 18vw, 5.2rem); }
  .hero__figure-note { flex-basis: 100%; }
  .hero__actions { display: grid; grid-template-columns: 1fr; }
  .hero__collage { grid-template-columns: 1fr 1fr; gap: .55rem; padding: .75rem; }
  .hero__collage::before { grid-column: 1 / -1; }
  .hero__collage img { min-height: 8rem; padding: .35rem; }
  .hero__collage img:first-of-type { grid-column: 1 / -1; grid-row: auto; min-height: 17rem; }
  .trust__grid { width: 100%; grid-template-columns: 1fr; border-top: 0; }
  .trust__grid li { padding: 1.55rem 1rem 1.7rem; border-top: 1px solid #dfe3eb; }
  .trust__grid li + li { border-left: 0; }
  .products { padding-block: 4.5rem; }
  .products__row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .products__row li { min-height: 3.75rem; padding: .75rem; font-size: .9rem; }
  .steps { padding-block: 4.5rem; }
  .steps__grid { grid-template-columns: 1fr; gap: 2rem; }
  .steps__grid::before { top: 1.25rem; bottom: 1.25rem; left: 1.25rem; right: auto; width: 1px; height: auto; }
  .steps__grid li { min-height: 5rem; padding: 0 0 0 3.75rem; }
  .bento-section { padding-block: 4.75rem; }
  .bento { grid-template-columns: 1fr; }
  .story--lead, .story--split, .story--storage { grid-column: 1; grid-template-columns: 1fr; }
  .story--lead .cell__img,
  .story--split .cell__img,
  .story--storage .cell__img { order: -1; min-height: 14rem; max-height: 20rem; }
  .story h3 { font-size: 1.9rem; }
  .member { padding-block: 4.75rem; }
  .member__card { width: 100%; }
  .price { padding-block: 4.75rem; }
  .price__grid { grid-template-columns: 1fr; }
  .price__card--offer { min-height: 27rem; }
  .faq { padding-block: 4.75rem; }
  .faq summary { font-size: 1rem; }
  .final-cta { grid-template-columns: 1fr; align-items: start; padding: 2rem; }
  .final-cta .btn { width: 100%; min-width: 0; }
  .footer { padding-block: 4.75rem 2rem; }
  .footer__meta { align-items: flex-start; flex-direction: column; }
  .footer__legal { text-align: left; }
}

@media (max-width: 25rem) {
  .nav__wordmark { font-size: .8rem; }
  .nav > .btn { font-size: .78rem; }
  .theme-toggle { display: none; }
}

@media (hover: none) {
  .btn:hover, .story:hover .cell__img { transform: none; }
}

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