:root {
  --navy: #0b1020;
  --navy-raised: #11182d;
  --navy-soft: #182039;
  --ivory: #f4eedc;
  --ivory-muted: #c8c3b5;
  --paper: #e8dfcb;
  --coral: #ff7041;
  --coral-dark: #a83212;
  --violet: #8c6ab6;
  --line: rgb(244 238 220 / 18%);
  --line-dark: rgb(11 16 32 / 18%);
  --display: "Iowan Old Style", "Baskerville", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Avenir Next", "Futura", "Century Gothic", "Trebuchet MS", sans-serif;
  --max: 1320px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--navy);
  color: var(--ivory);
  font-family: var(--sans);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; }
a { color: inherit; }

::selection {
  background: var(--coral);
  color: var(--navy);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: -5rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  background: var(--ivory);
  color: var(--navy);
  font-weight: 800;
}

.skip-link:focus { top: 1rem; }

.ambient-grid,
.astro-atmosphere {
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: min(900px, 100vh);
  overflow: hidden;
  pointer-events: none;
}

.ambient-grid {
  opacity: 0.42;
  background-image:
    linear-gradient(rgb(244 238 220 / 5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(244 238 220 / 5%) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(#000, transparent 92%);
}

.site-header,
main,
footer { position: relative; z-index: 1; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 3rem), var(--max));
  min-height: 92px;
  margin: auto;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ivory);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-decoration: none;
}

.brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.site-header nav { display: flex; gap: clamp(1.2rem, 4vw, 3rem); }

.site-header nav a,
.text-link,
.footer-links a,
.social-links a {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration-color: rgb(244 238 220 / 32%);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.45rem;
  text-transform: uppercase;
}

.site-header nav a:hover,
.text-link:hover,
.footer-links a:hover { color: var(--coral); }

.hub-hero,
.hero {
  width: min(calc(100% - 3rem), var(--max));
  margin: auto;
}

.hub-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  align-items: center;
  min-height: min(780px, calc(100vh - 92px));
  padding: clamp(4rem, 8vw, 8rem) 0;
}

.eyebrow {
  display: flex;
  gap: 1rem 2.4rem;
  margin: 0 0 1.8rem;
  color: var(--ivory-muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.eyebrow span:first-child { color: var(--coral); }

.hub-hero h1,
.hero h1,
.catalog h2,
.contact-panel h2,
.manifesto h2,
.section-heading h2,
.membership h2,
.closing h2 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.055em;
}

.hub-hero h1,
.hero h1 {
  margin: 0;
  font-size: clamp(4.2rem, 8.4vw, 8.9rem);
  line-height: 0.79;
}

.hub-hero h1 em,
.hero h1 em,
.membership h2 em,
.faq h2 em {
  color: var(--coral);
  font-weight: 400;
}

.lede {
  max-width: 590px;
  margin: 2.1rem 0 2.3rem;
  color: var(--ivory-muted);
  font-size: clamp(1rem, 1.5vw, 1.23rem);
}

.hero-link { display: inline-flex; gap: 0.8rem; align-items: center; }

.fold-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 550px;
  isolation: isolate;
}

.fold-stage::before,
.fold-stage::after {
  position: absolute;
  z-index: -2;
  border: 1px solid var(--line);
  border-radius: 50%;
  content: "";
}

.fold-stage::before { width: 430px; height: 430px; }
.fold-stage::after { width: 320px; height: 320px; border-style: dashed; transform: rotate(18deg); }

.fold-stage img {
  width: min(82%, 540px);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  filter: drop-shadow(0 32px 60px rgb(0 0 0 / 45%));
  transform: translateY(-1.5%);
  animation: mark-arrival 1.1s cubic-bezier(.2,.8,.2,1) both;
}

.fold-glow {
  position: absolute;
  z-index: -1;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgb(255 112 65 / 20%);
  filter: blur(70px);
}

.orbit-label,
.coordinate {
  position: absolute;
  color: var(--ivory-muted);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.orbit-label { top: 11%; right: 7%; color: var(--coral); }
.coordinate-a { bottom: 12%; left: 4%; }
.coordinate-b { right: 6%; bottom: 18%; }

.studio-strip {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem max(1.5rem, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgb(244 238 220 / 3%);
}

.studio-strip p {
  margin: 0;
  color: var(--ivory-muted);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.studio-strip p:nth-child(2) { color: var(--coral); }

.catalog,
.explore,
.faq {
  width: min(calc(100% - 3rem), var(--max));
  margin: auto;
  padding: clamp(6rem, 10vw, 10rem) 0;
}

.catalog-heading {
  display: grid;
  grid-template-columns: 0.3fr 1.1fr 0.6fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: 4.5rem;
}

.section-index,
.tier-label,
.app-status,
.feature-count {
  margin: 0;
  color: var(--coral);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.catalog h2,
.contact-panel h2,
.section-heading h2,
.membership h2,
.faq h2,
.closing h2 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.88;
}

.catalog-heading > p:last-child,
.contact-copy > p,
.membership-intro > p:last-child { color: var(--ivory-muted); }

.app-cards { display: grid; }

.app-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  overflow: hidden;
  background: var(--paper);
  color: var(--navy);
}

.app-card-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 470px;
  overflow: hidden;
  background:
    radial-gradient(circle at 65% 30%, rgb(255 112 65 / 24%), transparent 34%),
    var(--navy-raised);
}

.app-card-visual::before,
.app-card-visual::after {
  position: absolute;
  border: 1px solid rgb(244 238 220 / 13%);
  border-radius: 50%;
  content: "";
}

.app-card-visual::before { width: 330px; height: 330px; }
.app-card-visual::after { width: 430px; height: 430px; }

.app-card-visual img {
  position: relative;
  z-index: 1;
  width: min(48%, 210px);
  height: auto;
  border-radius: 25%;
  box-shadow: 0 26px 70px rgb(0 0 0 / 46%);
  transform: rotate(-4deg);
  transition: transform 450ms cubic-bezier(.2,.8,.2,1);
}

.app-card:hover .app-card-visual img { transform: rotate(0) scale(1.035); }

.app-card-number {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  color: var(--ivory-muted);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.app-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 6vw, 6rem);
}

.app-card-content .app-status { color: var(--coral-dark); }

.app-status span {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.45rem;
  border-radius: 50%;
  background: #2b9a5b;
}

.app-card h3,
.coming-grid h3 {
  margin: 1rem 0;
  font-family: var(--display);
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.app-card-content > p:not(.app-status, .card-actions) { max-width: 510px; color: #424150; }

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0 0;
}

.card-actions a {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.card-actions .card-primary {
  background: var(--navy);
  color: var(--ivory);
}

.card-actions a:hover { color: var(--coral-dark); }
.card-actions .card-primary:hover { background: var(--coral); color: var(--navy); }

.coming-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.coming-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  min-height: 180px;
  padding: 2rem;
  border-right: 1px solid var(--line);
  align-content: end;
}

.coming-grid article:last-child { border-right: 0; }
.coming-grid h3 { margin: 0.4rem 0 0; font-size: clamp(1.7rem, 3vw, 2.7rem); }
.coming-grid .app-status { color: var(--ivory-muted); }
.coming-number { margin: 0; color: var(--coral); font-family: var(--display); font-size: 1.2rem; }
.coming-open { background: rgb(244 238 220 / 3%); }

.contact-panel {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 4rem;
  padding: clamp(6rem, 10vw, 10rem) max(1.5rem, calc((100vw - var(--max)) / 2));
  background: var(--coral);
  color: var(--navy);
}

.contact-panel .section-index { color: var(--navy); }
.contact-copy { align-self: end; }
.contact-copy > p { max-width: 430px; color: #54200f; }

.social-links {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  border-top: 1px solid var(--line-dark);
}

.social-links a { display: flex; justify-content: space-between; padding: 1rem 0; border-bottom: 1px solid var(--line-dark); }
.social-links a:hover {
  color: var(--navy);
  text-decoration-color: var(--navy);
  text-decoration-thickness: 2px;
}

/* Mundo Astro */
.astro-atmosphere {
  height: 930px;
  opacity: 0.85;
  background:
    radial-gradient(circle at 82% 28%, rgb(140 106 182 / 26%), transparent 22%),
    radial-gradient(circle at 15% 15%, rgb(255 112 65 / 13%), transparent 20%);
  mask-image: linear-gradient(#000 72%, transparent);
}

.astro-atmosphere span {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--ivory);
  box-shadow: 190px 90px 0 rgb(244 238 220 / 50%), 430px 180px 0 rgb(244 238 220 / 65%), 710px 55px 0 rgb(244 238 220 / 40%), 980px 270px 0 rgb(244 238 220 / 50%);
}

.astro-atmosphere span:nth-child(1) { top: 18%; left: 7%; }
.astro-atmosphere span:nth-child(2) { top: 44%; left: 22%; transform: rotate(18deg); }
.astro-atmosphere span:nth-child(3) { top: 9%; right: 14%; transform: rotate(-11deg); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 4rem;
  align-items: center;
  min-height: 800px;
  padding: clamp(4rem, 7vw, 7rem) 0;
}

.product-signature {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.2rem;
}

.product-signature img { width: 58px; height: 58px; border-radius: 15px; box-shadow: 0 12px 32px rgb(0 0 0 / 25%); }
.product-signature div { display: flex; flex-direction: column; gap: 0.15rem; }
.product-signature span { color: var(--ivory-muted); font-size: 0.58rem; font-weight: 800; letter-spacing: 0.16em; }
.product-signature strong { font-size: 0.8rem; letter-spacing: 0.15em; }
.no-wrap { white-space: nowrap; }

.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 54px;
  padding: 0.95rem 1.25rem;
  border: 1px solid transparent;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button-coral { background: var(--coral); color: var(--navy); box-shadow: 7px 7px 0 var(--ivory); }
.button-coral:hover { transform: translate(-2px, -2px); box-shadow: 10px 10px 0 var(--ivory); }
.button-light { background: var(--ivory); color: var(--navy); box-shadow: 7px 7px 0 var(--navy); }
.button-light:hover { transform: translate(-2px, -2px); box-shadow: 10px 10px 0 var(--navy); }

.availability { margin-top: 1.8rem; color: var(--ivory-muted); font-size: 0.72rem; letter-spacing: 0.04em; }
.pulse { display: inline-block; width: 0.5rem; height: 0.5rem; margin-right: 0.5rem; border-radius: 50%; background: #65ca83; box-shadow: 0 0 0 4px rgb(101 202 131 / 12%); }

.phone-stage { position: relative; display: grid; place-items: center; min-height: 650px; }
.phone-stage::before { position: absolute; width: 470px; height: 470px; border: 1px solid rgb(255 112 65 / 35%); border-radius: 50%; content: ""; }
.phone-stage::after { position: absolute; z-index: -1; width: 380px; height: 380px; border-radius: 50%; background: rgb(140 106 182 / 17%); filter: blur(40px); content: ""; }
.vertical-note { position: absolute; right: 1rem; color: var(--ivory-muted); font-size: 0.55rem; font-weight: 800; letter-spacing: 0.18em; writing-mode: vertical-rl; }

.app-capture { position: relative; width: min(62%, 310px); margin: 0; transform: rotate(2.5deg); }
.app-capture img { display: block; width: 100%; height: auto; border: 8px solid #050713; border-radius: 35px; box-shadow: 25px 35px 70px rgb(0 0 0 / 48%), 0 0 0 1px #665b79; }
.app-capture figcaption { margin-top: 1rem; color: var(--ivory-muted); font-size: 0.62rem; letter-spacing: 0.08em; text-align: center; text-transform: uppercase; }

.manifesto {
  padding: clamp(6rem, 11vw, 11rem) max(1.5rem, calc((100vw - 960px) / 2));
  background: var(--paper);
  color: var(--navy);
  text-align: center;
}

.manifesto h2 { margin: 1rem auto 2rem; font-size: clamp(3.1rem, 6vw, 6rem); line-height: 0.95; }
.manifesto .section-index { color: var(--coral-dark); }
.manifesto h2 em { color: var(--coral-dark); font-weight: 400; }
.manifesto > p:last-child { max-width: 670px; margin: auto; color: #44404b; }

.section-heading { display: grid; grid-template-columns: 0.4fr 1.2fr; gap: 3rem; align-items: start; margin-bottom: 4.5rem; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-grid article { position: relative; min-height: 290px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background 220ms ease; }
.feature-grid article:hover { background: rgb(244 238 220 / 5%); }
.feature-mark { color: var(--coral); font-family: var(--display); font-size: 2.4rem; }
.feature-count { position: absolute; top: 2rem; right: 2rem; color: var(--ivory-muted); }
.feature-grid h3 { margin: 3rem 0 0.6rem; font-family: var(--display); font-size: 2rem; font-weight: 400; letter-spacing: -0.04em; }
.feature-grid article > p:last-child { color: var(--ivory-muted); }

.membership {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(3rem, 8vw, 8rem);
  padding: clamp(6rem, 10vw, 10rem) max(1.5rem, calc((100vw - var(--max)) / 2));
  background: var(--navy-raised);
}

.membership h2 { margin-top: 1.4rem; font-size: clamp(3rem, 5vw, 5.6rem); }
.membership-intro > p:last-child { max-width: 440px; margin-top: 2rem; }
.membership-columns { display: grid; grid-template-columns: 1fr 1fr; align-self: center; }
.tier { min-height: 410px; padding: clamp(2rem, 4vw, 3.2rem); border: 1px solid var(--line); }
.premium-tier { background: var(--coral); color: var(--navy); }
.premium-tier .tier-label { color: #68230d; }
.tier h3 { margin: 3.5rem 0 2rem; font-family: var(--display); font-size: clamp(2rem, 3vw, 3rem); font-weight: 400; letter-spacing: -0.04em; line-height: 0.95; }
.tier ul { margin: 0; padding: 0; list-style: none; }
.tier li { padding: 0.7rem 0; border-bottom: 1px solid currentColor; font-size: 0.88rem; }
.free-tier li { border-color: var(--line); color: var(--ivory-muted); }
.premium-tier li { border-color: var(--line-dark); }

.faq { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 6rem; }
.faq .section-heading { display: block; margin: 0; }
.faq .section-heading h2 { margin-top: 1.4rem; }
.faq-grid { border-top: 1px solid var(--line); }
.faq-grid article { display: grid; grid-template-columns: 46px 0.8fr 1.2fr; gap: 1rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.faq-grid article > span { color: var(--coral); font-size: 0.62rem; font-weight: 800; }
.faq-grid h3 { margin: 0; font-family: var(--display); font-size: 1.5rem; font-weight: 400; line-height: 1.05; }
.faq-grid p { margin: 0; color: var(--ivory-muted); font-size: 0.9rem; }

.guide-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto clamp(6rem, 10vw, 10rem);
  border-top: 1px solid var(--line);
}

.guide-links a { display: grid; grid-template-columns: 40px 1fr auto; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); font-size: 0.77rem; font-weight: 800; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; }
.guide-links a:first-child { padding-right: 2rem; }
.guide-links a:last-child { padding-left: 2rem; border-left: 1px solid var(--line); }
.guide-links span { color: var(--coral); }
.guide-links a:hover { color: var(--coral); }

.closing { padding: clamp(7rem, 12vw, 12rem) 1.5rem; background: var(--coral); color: var(--navy); text-align: center; }
.closing .section-index { color: var(--navy); }
.closing h2 { margin: 1rem auto 2.5rem; }
.closing h2 em { color: var(--navy); font-weight: 400; }

footer {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  padding: 3rem max(1.5rem, calc((100vw - var(--max)) / 2));
  background: #070a14;
}

.footer-brand img { width: 34px; height: 34px; }
footer p { margin: 0.8rem 0 0; color: var(--ivory-muted); font-size: 0.72rem; }
.footer-links { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 1rem 1.5rem; }

a:focus-visible { outline: 3px solid var(--coral); outline-offset: 5px; }
.contact-panel a:focus-visible, .closing a:focus-visible { outline-color: var(--navy); }

@keyframes mark-arrival {
  from { opacity: 0; transform: translateY(4%) scale(0.94); }
  to { opacity: 1; transform: translateY(-1.5%) scale(1); }
}

@media (max-width: 960px) {
  .hub-hero,
  .hero { grid-template-columns: 1fr; }

  .hub-hero { min-height: auto; }
  .fold-stage { min-height: 440px; }
  .fold-stage img { width: min(68%, 440px); }
  .catalog-heading { grid-template-columns: 1fr 2fr; }
  .catalog-heading > p:last-child { grid-column: 2; }
  .app-card { grid-template-columns: 0.8fr 1.2fr; }
  .app-card-visual { min-height: 390px; }
  .coming-grid { grid-template-columns: 1fr; }
  .coming-grid article { min-height: 130px; border-right: 0; border-bottom: 1px solid var(--line); }
  .coming-grid article:last-child { border-bottom: 0; }
  .hero { padding-bottom: 6rem; }
  .phone-stage { min-height: 580px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .membership { grid-template-columns: 1fr; }
  .faq { grid-template-columns: 1fr; gap: 3rem; }
}

@media (max-width: 680px) {
  .site-header,
  .hub-hero,
  .hero,
  .catalog,
  .explore,
  .faq,
  .guide-links { width: min(calc(100% - 2rem), var(--max)); }

  .site-header { min-height: 76px; }
  .brand img { width: 32px; height: 32px; }
  .site-header nav { gap: 1rem; }
  .site-header nav a { font-size: 0.64rem; }
  .hub-hero { padding-top: 4.2rem; }
  .hub-hero h1,
  .hero h1 { font-size: clamp(3.8rem, 19vw, 6.2rem); }
  .eyebrow { flex-direction: column; gap: 0.25rem; }
  .fold-stage { min-height: 340px; }
  .fold-stage::before { width: 290px; height: 290px; }
  .fold-stage::after { width: 220px; height: 220px; }
  .fold-stage img { width: min(78%, 340px); }
  .studio-strip { overflow: hidden; padding-inline: 1rem; }
  .studio-strip p { min-width: max-content; }
  .studio-strip p:last-child { display: none; }
  .catalog-heading,
  .section-heading { display: block; }
  .catalog-heading h2,
  .section-heading h2 { margin: 1rem 0 1.5rem; }
  .catalog-heading > p:last-child { margin: 0; }
  .app-card { grid-template-columns: 1fr; }
  .app-card-visual { min-height: 330px; }
  .app-card-content { padding: 2rem 1.4rem 2.4rem; }
  .app-card h3 { font-size: clamp(3.2rem, 16vw, 4.6rem); }
  .contact-panel { grid-template-columns: 1fr; gap: 3rem; padding-inline: 1rem; }
  .contact-panel h2 { margin-top: 1rem; }
  .product-signature { margin-bottom: 1.6rem; }
  .hero { gap: 2rem; padding-top: 3.5rem; }
  .phone-stage { min-height: 520px; }
  .phone-stage::before { width: 330px; height: 330px; }
  .app-capture { width: min(67%, 280px); }
  .vertical-note { right: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 230px; }
  .membership { padding-inline: 1rem; }
  .membership-columns { grid-template-columns: 1fr; }
  .tier { min-height: 330px; }
  .faq-grid article { grid-template-columns: 34px 1fr; }
  .faq-grid p { grid-column: 2; }
  .guide-links { grid-template-columns: 1fr; }
  .guide-links a:first-child { padding-right: 0; }
  .guide-links a:last-child { padding-left: 0; border-left: 0; }
  footer { flex-direction: column; padding-inline: 1rem; }
}

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