:root {
  --navy-950: #061a2d;
  --navy-900: #0a2948;
  --navy-800: #123b63;
  --navy-700: #1d4d78;
  --blue-400: #5e9dc2;
  --foam: #e8f4f4;
  --sand: #f4efe5;
  --gold: #efb34f;
  --white: #fff;
  --ink: #10202f;
  --muted: #5d6b77;
  --line: rgba(10, 41, 72, 0.14);
  --shadow: 0 28px 80px rgba(6, 26, 45, 0.16);
  --radius: 1.25rem;
  --shell: min(1160px, calc(100% - 2.5rem));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 999;
  padding: 0.65rem 1rem;
  color: var(--navy-950);
  background: var(--white);
  border-radius: 0.4rem;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.launch-bar {
  min-height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.65rem;
  padding: 0.45rem 1rem;
  color: var(--navy-950);
  background: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-align: center;
}

.launch-dot {
  width: 0.5rem;
  height: 0.5rem;
  flex: 0 0 auto;
  background: var(--navy-900);
  border-radius: 50%;
  box-shadow: 0 0 0 0.28rem rgba(10, 41, 72, 0.16);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: var(--white);
  background: rgba(6, 26, 45, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.nav-shell {
  width: var(--shell);
  min-height: 5rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.brand img {
  width: 3.2rem;
  aspect-ratio: 1;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
}

.brand span {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand strong {
  font-size: 0.96rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.brand small {
  margin-top: 0.3rem;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--white);
}

.site-nav .nav-cta {
  padding: 0.7rem 1rem;
  color: var(--navy-950);
  background: var(--gold);
  border-radius: 0.4rem;
}

.menu-button {
  width: 2.8rem;
  height: 2.8rem;
  display: none;
  place-content: center;
  gap: 0.28rem;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
}

.menu-button > span:not(.sr-only) {
  width: 1.25rem;
  height: 2px;
  display: block;
  background: currentColor;
  border-radius: 99px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-button[aria-expanded="true"] > span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-button[aria-expanded="true"] > span:nth-child(2) {
  opacity: 0;
}

.menu-button[aria-expanded="true"] > span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 74% 34%, rgba(94, 157, 194, 0.28), transparent 22rem),
    linear-gradient(135deg, var(--navy-950), var(--navy-800));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.hero-watermark {
  position: absolute;
  top: 44%;
  left: -0.06em;
  color: rgba(255, 255, 255, 0.025);
  font-size: clamp(18rem, 44vw, 45rem);
  font-weight: 950;
  line-height: 0.6;
  letter-spacing: -0.11em;
  transform: translateY(-50%);
  user-select: none;
}

.hero-shell {
  position: relative;
  z-index: 2;
  width: var(--shell);
  min-height: 700px;
  margin: auto;
  padding: 7.2rem 0 9rem;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
}

.eyebrow {
  margin: 0 0 1.35rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 0.25rem;
  height: 0.25rem;
  background: var(--gold);
  border-radius: 50%;
}

.eyebrow-dark {
  color: var(--navy-700);
}

.eyebrow-gold {
  color: #8d5f0e;
}

.hero h1,
.section-kicker h2,
.workout-copy h2,
.new-heading h2,
.three-heading h2,
.faq-heading h2,
.launch-card h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(3.5rem, 7.5vw, 6.8rem);
}

.hero h1 em {
  color: var(--gold);
  font-style: italic;
}

.hero-intro {
  max-width: 650px;
  margin: 2rem 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
}

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

.button {
  min-height: 3.35rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.35rem;
  border: 2px solid transparent;
  border-radius: 0.45rem;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-light {
  color: var(--navy-950);
  background: var(--white);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.button-light:hover,
.button-light:focus-visible {
  background: var(--gold);
}

.button-navy {
  color: var(--white);
  background: var(--navy-900);
}

.button-navy:hover,
.button-navy:focus-visible {
  background: var(--navy-700);
  box-shadow: 0 12px 28px rgba(6, 26, 45, 0.18);
}

.text-link {
  color: var(--white);
  font-size: 0.83rem;
  font-weight: 800;
  text-decoration: none;
}

.text-link span {
  display: inline-block;
  margin-left: 0.35rem;
  transition: transform 180ms ease;
}

.text-link:hover span,
.text-link:focus-visible span {
  transform: translateX(0.25rem);
}

.hero-proof {
  margin: 3rem 0 0;
  padding: 2rem 0 0;
  display: flex;
  gap: clamp(1.6rem, 4vw, 3.5rem);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  list-style: none;
}

.hero-proof li {
  display: flex;
  flex-direction: column;
}

.hero-proof strong {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
}

.hero-proof span {
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-mark {
  position: relative;
  min-height: 610px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}

.hero-mark img {
  position: relative;
  z-index: 2;
  width: auto;
  height: clamp(470px, 49vw, 590px);
  max-width: 100%;
  margin: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 36px rgba(0, 0, 0, 0.28));
  transform: rotate(3deg);
}

.hero-mark p {
  position: relative;
  z-index: 2;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.sun-ring {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: min(112%, 430px);
  aspect-ratio: 1;
  border: 1px solid rgba(239, 179, 79, 0.4);
  border-radius: 50%;
  transform: translate(-50%, -55%);
}

.sun-ring::before,
.sun-ring::after {
  content: "";
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: inherit;
}

.sun-ring::after {
  inset: -8%;
}

.wave {
  position: absolute;
  z-index: 3;
  right: -10%;
  bottom: -5.5rem;
  left: -10%;
  height: 9rem;
  background: var(--white);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.wave-one {
  bottom: -6rem;
  left: -30%;
  opacity: 0.15;
  background: var(--blue-400);
  transform: rotate(-1.5deg);
}

.wave-two {
  bottom: -7rem;
  right: -20%;
  left: 12%;
  transform: rotate(2deg);
}

.section-shell {
  width: var(--shell);
  margin: auto;
}

.principles {
  padding: 8rem 0;
  background: var(--white);
}

.principles .section-shell {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(3rem, 8vw, 8rem);
}

.section-kicker h2,
.workout-copy h2,
.new-heading h2,
.three-heading h2,
.faq-heading h2,
.launch-card h2 {
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.principle-card {
  min-height: 190px;
  padding: 1.7rem;
  background: var(--sand);
  border: 1px solid transparent;
  border-radius: var(--radius);
  transition: transform 180ms ease, border-color 180ms ease;
}

.principle-card:hover {
  border-color: rgba(10, 41, 72, 0.18);
  transform: translateY(-3px);
}

.principle-card > span {
  color: var(--navy-700);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.principle-card h3 {
  margin: 2.25rem 0 0.35rem;
  color: var(--navy-900);
  font-size: 1.05rem;
}

.principle-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.feature-card {
  grid-column: 1 / -1;
  color: var(--white);
  background: var(--navy-900);
}

.feature-card > span,
.feature-card h3 {
  color: var(--gold);
}

.feature-card p {
  color: rgba(255, 255, 255, 0.65);
}

.workout-section {
  padding: 8rem 0;
  background: var(--sand);
}

.workout-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(3rem, 9vw, 9rem);
}

.workout-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 2rem 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.schedule-card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.6rem, 4vw, 3rem);
  color: var(--white);
  background: var(--navy-950);
  border-radius: calc(var(--radius) * 1.25);
  box-shadow: var(--shadow);
}

.schedule-card::after {
  content: "F3";
  position: absolute;
  right: -0.1em;
  bottom: -0.24em;
  color: rgba(255, 255, 255, 0.035);
  font-size: 15rem;
  font-weight: 950;
  line-height: 1;
  pointer-events: none;
}

.schedule-topline {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.status-pill {
  padding: 0.35rem 0.65rem;
  color: var(--navy-950);
  background: var(--gold);
  border-radius: 99px;
  letter-spacing: 0.06em;
}

.schedule-card h3 {
  position: relative;
  z-index: 1;
  margin: 2rem 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.schedule-card dl {
  position: relative;
  z-index: 1;
  margin: 0;
}

.schedule-card dl > div {
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.schedule-card dt {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.schedule-card dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
}

.schedule-note {
  position: relative;
  z-index: 1;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.73rem;
  font-style: italic;
}

.new-here {
  padding: 8rem 0;
}

.new-heading {
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  column-gap: 2rem;
}

.new-heading .eyebrow {
  grid-column: 1 / -1;
}

.new-heading p:last-child {
  margin: 0;
  color: var(--muted);
}

.steps {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.steps li {
  min-height: 220px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.4rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.steps li > span {
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 900;
}

.steps h3 {
  margin: 0 0 0.6rem;
  color: var(--navy-900);
  font-size: 1.12rem;
}

.steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.three-fs {
  position: relative;
  overflow: hidden;
  padding: 8rem 0;
  color: var(--white);
  background:
    radial-gradient(circle at 15% 20%, rgba(94, 157, 194, 0.19), transparent 25rem),
    var(--navy-900);
}

.three-fs::after {
  content: "";
  position: absolute;
  right: -10rem;
  bottom: -10rem;
  width: 38rem;
  height: 38rem;
  border: 1px solid rgba(239, 179, 79, 0.18);
  border-radius: 50%;
}

.three-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.three-heading .eyebrow {
  grid-column: 1 / -1;
}

.three-heading h2 {
  grid-column: 1 / -1;
}

.f-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.f-card {
  min-height: 340px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.f-number {
  margin: 0 auto auto 0;
  color: rgba(255, 255, 255, 0.09);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 7rem;
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.1em;
}

.f-number span {
  color: var(--gold);
  font-size: 0.36em;
  vertical-align: top;
}

.f-card h3 {
  margin: 3rem 0 0.5rem;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
}

.f-card > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
}

.faq-section {
  padding: 8rem 0;
  background: var(--foam);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(3rem, 9vw, 9rem);
}

.faq-heading > p:last-child {
  margin-top: 1.6rem;
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 1.55rem 3rem 1.55rem 0;
  color: var(--navy-900);
  font-size: 1.02rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  color: var(--navy-700);
  font-size: 1.7rem;
  font-weight: 400;
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.faq-list details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-list details p {
  max-width: 640px;
  margin: -0.35rem 0 1.6rem;
  color: var(--muted);
}

.launch-section {
  padding: 5rem 0;
  background: var(--white);
}

.launch-card {
  padding: clamp(2rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 3rem;
  color: var(--white);
  background:
    linear-gradient(105deg, rgba(6, 26, 45, 0.98), rgba(18, 59, 99, 0.9)),
    var(--navy-900);
  border-radius: calc(var(--radius) * 1.5);
  box-shadow: var(--shadow);
}

.launch-card h2 {
  margin-bottom: 1.3rem;
}

.launch-card > div > p:last-child {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
}

.site-footer {
  padding: 4.5rem 0 1.5rem;
  color: rgba(255, 255, 255, 0.64);
  background: var(--navy-950);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr auto;
  align-items: center;
  gap: 3rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-brand img {
  width: 4rem;
  aspect-ratio: 1;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
}

.footer-brand div {
  display: flex;
  flex-direction: column;
}

.footer-brand strong {
  color: var(--white);
  font-size: 1rem;
  text-transform: uppercase;
}

.footer-brand span {
  color: var(--gold);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-grid > p {
  margin: 0;
  font-size: 0.85rem;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  text-align: right;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--gold);
}

.footer-bottom {
  margin-top: 3.5rem;
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal[data-delay="1"] {
  transition-delay: 100ms;
}

.reveal[data-delay="2"] {
  transition-delay: 200ms;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

@media (max-width: 920px) {
  .menu-button {
    display: grid;
  }

  .site-nav {
    position: fixed;
    top: calc(5rem + 2.25rem);
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--navy-950);
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 220ms ease, visibility 220ms;
  }

  .site-nav.is-open {
    transform: translateX(0);
    visibility: visible;
  }

  .site-nav a {
    padding: 1.15rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 1rem;
  }

  .site-nav .nav-cta {
    margin-top: 1.25rem;
    padding: 1rem;
    border: 0;
    text-align: center;
  }

  .hero-shell,
  .principles .section-shell,
  .workout-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .hero-shell {
    padding-top: 5.5rem;
    text-align: center;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-proof {
    width: 100%;
    justify-content: center;
  }

  .hero-mark img {
    width: auto;
    height: min(128vw, 560px);
    max-width: 78vw;
  }

  .principles,
  .workout-section,
  .new-here,
  .three-fs,
  .faq-section {
    padding: 6rem 0;
  }

  .section-kicker h2 br,
  .faq-heading h2 br {
    display: none;
  }

  .three-heading {
    display: block;
  }

  .f-card {
    min-height: 300px;
  }

  .launch-card {
    grid-template-columns: 1fr;
  }

  .launch-card .button {
    justify-self: start;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links {
    grid-column: 1 / -1;
    flex-direction: row;
    text-align: left;
    gap: 1.5rem;
  }
}

@media (max-width: 680px) {
  :root {
    --shell: min(100% - 1.5rem, 1160px);
  }

  .launch-bar {
    font-size: 0.68rem;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-shell {
    min-height: auto;
    padding: 4.5rem 0 9rem;
  }

  .hero-mark {
    min-height: auto;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    gap: 1rem;
  }

  .hero-proof li {
    flex: 1;
  }

  .hero-proof strong {
    font-size: 1.45rem;
  }

  .principle-grid,
  .steps,
  .f-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    grid-column: auto;
  }

  .new-heading {
    display: block;
  }

  .new-heading p:last-child {
    margin-top: 1rem;
  }

  .schedule-card dl > div {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }

  .f-card {
    min-height: 270px;
  }

  .launch-section {
    padding: 3rem 0;
  }

  .launch-card {
    border-radius: var(--radius);
  }

  .launch-card .button {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
