:root {
  --green-950: #123d24;
  --green-800: #1f642f;
  --green-700: #357d3e;
  --green-100: #e8f1db;
  --orange: #ff7110;
  --cream: #f6f5e7;
  --paper: #fffef9;
  --ink: #172218;
  --muted: #536258;
  --line: #d9e2d3;
  --content: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

a { color: inherit; }

.site-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  width: min(calc(100% - 48px), var(--content));
  min-height: 92px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--green-950);
  font-size: 1.25rem;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: -.02em;
}

.brand-mark {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}

nav {
  display: flex;
  gap: 30px;
  font-weight: 650;
}

nav a {
  text-decoration: none;
  color: var(--green-950);
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

nav a:hover,
nav a:focus-visible { border-bottom-color: var(--green-800); }

.hero {
  min-height: 100svh;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 16% 34%, rgba(255,255,255,.30), transparent 28%),
    linear-gradient(90deg, #e8f2d3 0%, #f4f7df 47%, #f8f7e9 72%, #edf2d6 100%);
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(58vw, 980px);
  z-index: -2;
  background: url("assets/images/robin-hero.webp") calc(100% + 84px) 58% / auto 100% no-repeat;
  opacity: .72;
  filter: saturate(.92) contrast(.98);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.22) 18%, #000 48%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.22) 18%, #000 48%, #000 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse at 68% 48%,
      rgba(249,248,233,.76) 0%,
      rgba(249,248,233,.62) 24%,
      rgba(249,248,233,.24) 43%,
      transparent 62%);
  pointer-events: none;
}

.hero-content {
  width: min(calc(100% - 48px), var(--content));
  min-height: 100svh;
  margin: 0 auto;
  padding: 130px 0 72px;
  display: grid;
  grid-template-columns: minmax(450px, 1.08fr) minmax(0, .92fr);
  grid-template-areas: "visual copy";
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
}

.hero-copy {
  grid-area: copy;
  max-width: 570px;
  padding: 34px 0;
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 0 rgba(250, 249, 238, .42);
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--green-800);
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: .88rem;
}

h1 {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(3.4rem, 5.4vw, 5.7rem);
  line-height: .97;
  letter-spacing: -.062em;
  max-width: 10.5ch;
}

.lead {
  margin: 28px 0 30px;
  max-width: 34rem;
  color: #314936;
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.55;
}

.store-badge {
  width: min(220px, 72vw);
  display: inline-block;
  border-radius: 10px;
  transition: transform .18s ease, filter .18s ease;
}

.store-badge img {
  width: 100%;
  height: auto;
  display: block;
}

.store-badge:hover,
.store-badge:focus-visible {
  transform: translateY(-2px);
  filter: drop-shadow(0 12px 18px rgba(18,61,36,.18));
}

.availability {
  margin: 10px 0 0 2px;
  color: #506957;
  font-size: .92rem;
}

.mockup-stage {
  grid-area: visual;
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
}

.phone {
  position: absolute;
  aspect-ratio: 709 / 1536;
  padding: 8px;
  border: 2px solid rgba(255,255,255,.40);
  border-radius: 42px;
  background: linear-gradient(145deg, #2b2d2a, #080908 70%);
  box-shadow:
    0 32px 70px rgba(27,55,29,.26),
    inset 0 0 0 1px rgba(255,255,255,.1);
}

.phone-screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 34px;
  background: white;
}

.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.phone-speaker {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 50%;
  width: 70px;
  height: 8px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(9,10,9,.86);
  box-shadow: inset 0 1px rgba(255,255,255,.14);
}

.phone--front {
  width: clamp(265px, 24vw, 345px);
  right: 7%;
  top: 3%;
  z-index: 2;
  transform: rotate(2.2deg);
}

.phone--rear {
  width: clamp(220px, 20vw, 292px);
  left: 5%;
  bottom: 1%;
  z-index: 1;
  transform: rotate(-7deg);
  opacity: .98;
}

.section-shell {
  width: min(calc(100% - 48px), var(--content));
  margin: 0 auto;
}

.capabilities {
  padding: clamp(88px, 10vw, 144px) 0;
  background: var(--paper);
}

.capabilities-layout {
  display: grid;
  grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr);
  gap: clamp(56px, 8vw, 112px);
  align-items: center;
}

.capabilities-image {
  margin: 0;
  position: relative;
}

.capabilities-image::before {
  content: "";
  position: absolute;
  inset: auto -28px -28px 28px;
  height: 78%;
  z-index: 0;
  border-radius: 28px;
  background: var(--green-100);
}

.capabilities-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: 24px;
  box-shadow: 0 26px 60px rgba(28,62,35,.14);
}

.capabilities-copy h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--green-950);
  font-size: clamp(2.4rem, 4.2vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.section-intro {
  max-width: 42rem;
  margin: 24px 0 44px;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.65;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 42px;
}

.feature {
  padding-top: 17px;
  border-top: 1px solid var(--line);
}

.feature-number {
  display: block;
  margin-bottom: 14px;
  color: var(--orange);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .12em;
}

.feature h3 {
  margin: 0 0 9px;
  color: var(--green-950);
  font-size: 1.1rem;
  line-height: 1.25;
}

.feature p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}


.coverage {
  background: var(--green-950);
  color: white;
}

.coverage-layout {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
}

.coverage-copy {
  align-self: center;
  max-width: 560px;
  padding: clamp(84px, 10vw, 142px) clamp(44px, 7vw, 112px);
}

.section-kicker--light {
  color: #bad58a;
}

.coverage-number {
  margin: 0 0 8px;
  color: var(--orange);
  font-size: clamp(6rem, 11vw, 10.5rem);
  font-weight: 850;
  line-height: .82;
  letter-spacing: -.085em;
}

.coverage h2 {
  max-width: 9ch;
  margin: 28px 0 24px;
  color: white;
  font-size: clamp(2.55rem, 4.4vw, 4.8rem);
  line-height: .98;
  letter-spacing: -.052em;
}

.coverage-copy > p:not(.section-kicker):not(.coverage-number) {
  margin: 0;
  max-width: 35rem;
  color: #e4eddf;
  font-size: 1.12rem;
  line-height: 1.62;
}

.coverage-copy .coverage-note {
  margin-top: 22px;
  color: #b9c9b8;
  font-size: .98rem;
}

.coverage-image {
  min-height: 690px;
  margin: 0;
  overflow: hidden;
}

.coverage-image img {
  width: 100%;
  height: 100%;
  min-height: 690px;
  object-fit: cover;
  object-position: 56% center;
  display: block;
}


.how-it-works {
  padding: clamp(92px, 10vw, 148px) 0;
  background: var(--cream);
}

.how-it-works-layout {
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
  gap: clamp(58px, 8vw, 116px);
  align-items: center;
}

.how-it-works-image {
  position: relative;
  margin: 0;
}

.how-it-works-image::after {
  content: "";
  position: absolute;
  inset: 30px -26px -26px 30px;
  z-index: 0;
  border: 1px solid #c8d7bf;
  border-radius: 28px;
}

.how-it-works-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 34% center;
  display: block;
  border-radius: 26px;
  box-shadow: 0 28px 62px rgba(28, 62, 35, .14);
}

.how-it-works-image figcaption {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 24px;
  max-width: 250px;
  padding: 12px 16px;
  color: white;
  background: rgba(18, 61, 36, .9);
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 720;
  line-height: 1.25;
  backdrop-filter: blur(8px);
}

.how-it-works-copy h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--green-950);
  font-size: clamp(2.5rem, 4.4vw, 4.6rem);
  line-height: 1;
  letter-spacing: -.05em;
}

.process-list {
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ccd8c5;
}

.process-step {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid #ccd8c5;
}

.process-number {
  color: var(--orange);
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .12em;
  padding-top: 4px;
}

.process-step h3 {
  margin: 0 0 8px;
  color: var(--green-950);
  font-size: 1.2rem;
  line-height: 1.25;
}

.process-step p {
  margin: 0;
  max-width: 42rem;
  color: var(--muted);
  line-height: 1.62;
}


.download-cta {
  padding: clamp(78px, 8vw, 118px) 0;
  background:
    radial-gradient(circle at 18% 26%, rgba(255, 173, 66, .19), transparent 30%),
    linear-gradient(135deg, #173f26 0%, #245634 100%);
  color: white;
}

.download-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
}

.download-cta-copy h2 {
  max-width: 10ch;
  margin: 0;
  color: white;
  font-size: clamp(2.6rem, 4.8vw, 5rem);
  line-height: .98;
  letter-spacing: -.052em;
}

.download-cta-copy > p:last-child {
  max-width: 40rem;
  margin: 24px 0 0;
  color: #dbe9d7;
  font-size: 1.12rem;
  line-height: 1.62;
}

.download-cta-action {
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.google-play-link {
  display: inline-block;
  border-radius: 12px;
  transition: transform .18s ease, box-shadow .18s ease;
}

.google-play-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .2);
}

.google-play-link:focus-visible {
  outline: 3px solid #ffd287;
  outline-offset: 6px;
}

.google-play-link img {
  display: block;
  width: min(260px, 100%);
  height: auto;
}

.download-cta-action span {
  max-width: 310px;
  color: #bcd0b7;
  font-size: .92rem;
  line-height: 1.45;
}

.project-status {
  padding: clamp(92px, 10vw, 148px) 0;
  background: #f1f7ed;
}

.project-status-layout {
  display: grid;
  grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr);
  gap: clamp(56px, 9vw, 132px);
  align-items: start;
}

.project-status-heading {
  position: sticky;
  top: 40px;
}

.project-status-heading h2 {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(2.7rem, 4.5vw, 4.8rem);
  line-height: 1;
  letter-spacing: -.05em;
}

.project-status-copy {
  max-width: 760px;
}

.project-status-copy p {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(1.12rem, 1.6vw, 1.34rem);
  line-height: 1.66;
}

.project-status-copy p + p {
  margin-top: 28px;
}

.site-footer {
  padding: 44px 0;
  background: #112d1c;
  color: white;
}

.site-footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  gap: 32px;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: block;
}

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

.footer-brand strong {
  font-size: 1rem;
}

.footer-brand span,
.footer-copyright {
  color: #afc4ad;
  font-size: .87rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.footer-links a {
  color: #dbe8d8;
  text-decoration: none;
  font-size: .92rem;
}

.footer-links a:hover {
  color: white;
}

.footer-links a:focus-visible {
  outline: 2px solid #ffd287;
  outline-offset: 4px;
  border-radius: 3px;
}

.footer-copyright {
  margin: 0;
  text-align: right;
}

@media (max-width: 900px) {
  .hero::before {
    width: 100%;
    background-position: calc(100% + 120px) 72%;
    background-size: auto 72%;
    opacity: .30;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.16) 24%, #000 58%, #000 100%);
    mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.16) 24%, #000 58%, #000 100%);
  }

  .hero::after {
    background: linear-gradient(180deg,
      rgba(246,248,225,.90) 0%,
      rgba(239,246,216,.72) 43%,
      rgba(232,241,202,.34) 100%);
  }

  .hero-content {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "visual";
    gap: 28px;
    padding-top: 124px;
  }

  .hero-copy {
    max-width: 720px;
    text-align: center;
    margin: 0 auto;
    padding: 12px 0 0;
  }

  h1 { max-width: none; }
  .lead { margin-left: auto; margin-right: auto; }
  .store-badge { margin-inline: auto; }
  .mockup-stage { min-height: 650px; }
  .phone--front { width: min(50vw, 315px); right: 23%; }
  .phone--rear { width: min(41vw, 260px); left: 20%; bottom: 0; }

  .capabilities-layout {
    grid-template-columns: 1fr;
    gap: 66px;
  }

  .capabilities-image {
    width: min(720px, 90%);
    margin-inline: auto;
  }

  .capabilities-copy {
    max-width: 760px;
    margin: 0 auto;
  }

  .capabilities-copy h2 { max-width: 14ch; }

  .coverage-layout {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .coverage-copy {
    width: min(calc(100% - 48px), 760px);
    max-width: none;
    margin: 0 auto;
    padding: 94px 0 82px;
  }

  .coverage h2 { max-width: 12ch; }

  .coverage-image,
  .coverage-image img {
    min-height: 520px;
  }

  .how-it-works-layout {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .how-it-works-copy {
    order: 1;
  }

  .how-it-works-image {
    order: 2;
    width: min(720px, 88%);
    margin-inline: auto;
  }

  .how-it-works-image img {
    aspect-ratio: 4 / 3;
    object-position: center 42%;
  }

  .how-it-works-copy {
    max-width: 760px;
    margin: 0 auto;
  }

  .how-it-works-copy h2 {
    max-width: 14ch;
  }

  .download-cta-inner {
    grid-template-columns: 1fr;
  }

  .download-cta-action {
    justify-self: start;
  }

  .project-status-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .project-status-heading {
    position: static;
  }

  .site-footer-inner {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .footer-copyright {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .site-header {
    width: min(calc(100% - 28px), var(--content));
    min-height: 74px;
  }

  .brand-mark { width: 40px; height: 40px; }
  .brand { font-size: 1.08rem; }
  nav { gap: 16px; font-size: .94rem; }

  .hero-content,
  .section-shell {
    width: min(calc(100% - 28px), var(--content));
  }

  .hero-content {
    min-height: auto;
    padding: 108px 0 56px;
  }

  .eyebrow,
  .section-kicker { font-size: .76rem; }
  h1 { font-size: clamp(3rem, 16vw, 4.25rem); }
  .lead { font-size: 1.02rem; }
  .store-badge { width: min(205px, 70vw); }
  .mockup-stage { min-height: 540px; margin-top: 10px; }
  .phone--front { width: min(61vw, 276px); right: 8%; top: 0; }
  .phone--rear { width: min(47vw, 215px); left: 5%; bottom: 0; }

  .capabilities { padding: 76px 0 86px; }
  .capabilities-layout { gap: 54px; }
  .capabilities-image { width: calc(100% - 18px); }
  .capabilities-image::before { inset: auto -18px -18px 18px; }
  .capabilities-image img { border-radius: 20px; }
  .capabilities-copy h2 { font-size: clamp(2.35rem, 12vw, 3.4rem); }
  .section-intro { font-size: 1.02rem; margin-bottom: 34px; }
  .feature-grid { grid-template-columns: 1fr; gap: 28px; }

  .coverage-copy {
    width: min(calc(100% - 28px), 760px);
    padding: 76px 0 68px;
  }

  .coverage-number {
    font-size: clamp(5.8rem, 30vw, 8.3rem);
  }

  .coverage h2 {
    margin-top: 22px;
    font-size: clamp(2.5rem, 12vw, 3.5rem);
  }

  .coverage-copy > p:not(.section-kicker):not(.coverage-number) {
    font-size: 1.02rem;
  }

  .coverage-image,
  .coverage-image img {
    min-height: 390px;
  }

  .coverage-image img {
    object-position: 52% center;
  }

  .how-it-works {
    padding: 78px 0 88px;
  }

  .how-it-works-layout {
    gap: 58px;
  }

  .how-it-works-image {
    width: calc(100% - 18px);
  }

  .how-it-works-image::after {
    inset: 18px -18px -18px 18px;
  }

  .how-it-works-image img {
    border-radius: 20px;
    aspect-ratio: 4 / 3.4;
  }

  .how-it-works-image figcaption {
    left: 14px;
    bottom: 14px;
    max-width: calc(100% - 28px);
    font-size: .8rem;
  }

  .how-it-works-copy h2 {
    font-size: clamp(2.45rem, 12vw, 3.55rem);
  }

  .process-list {
    margin-top: 34px;
  }

  .process-step {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    padding: 24px 0;
  }

  .process-step h3 {
    font-size: 1.08rem;
  }

  .download-cta {
    padding: 72px 0 78px;
  }

  .download-cta-copy h2 {
    font-size: clamp(2.5rem, 12vw, 3.7rem);
  }

  .download-cta-copy > p:last-child {
    font-size: 1.02rem;
  }

  .project-status {
    padding: 78px 0 86px;
  }

  .project-status-layout {
    gap: 36px;
  }

  .project-status-heading h2 {
    font-size: clamp(2.5rem, 12vw, 3.7rem);
  }

  .project-status-copy p {
    font-size: 1.05rem;
  }

  .site-footer {
    padding: 38px 0;
  }

  .footer-links {
    flex-direction: column;
    gap: 12px;
  }
}

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


/* Internal pages */

.internal-page {
  min-height: 100vh;
  background: #f8fbf5;
  color: var(--green-950);
}

.site-header--internal {
  position: static;
  background: #f8fbf5;
  border-bottom: 1px solid #dbe5d5;
}

.site-header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--green-950);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -.02em;
}

.brand-link img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: block;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav a {
  color: var(--green-950);
  text-decoration: none;
  font-weight: 700;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--orange);
}

.main-nav a:focus-visible,
.brand-link:focus-visible {
  outline: 3px solid #ffbd66;
  outline-offset: 5px;
  border-radius: 4px;
}

.simple-page {
  min-height: 640px;
  padding: clamp(88px, 10vw, 144px) 0;
}

.simple-page-layout {
  display: grid;
  grid-template-columns: minmax(230px, .55fr) minmax(0, 1.45fr);
  gap: clamp(56px, 9vw, 132px);
  align-items: start;
}

.simple-page-heading h1 {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.simple-page-content {
  max-width: 720px;
  padding-top: 6px;
}

.simple-page-content > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.68;
}

.plain-contact {
  margin-top: 14px !important;
}

.plain-contact a {
  color: var(--green-950);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 750;
  text-underline-offset: 5px;
  overflow-wrap: anywhere;
}

.plain-contact a:focus-visible {
  outline: 3px solid #ffb24c;
  outline-offset: 5px;
  border-radius: 4px;
}

.support-note {
  margin-top: 64px;
  padding-top: 28px;
  border-top: 1px solid #ccd8c5;
}

.support-note h2 {
  margin: 0 0 18px;
  color: var(--green-950);
  font-size: 1.15rem;
  line-height: 1.3;
}

.support-note p {
  margin: 0;
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.65;
}

.support-note p + p {
  margin-top: 14px;
}

@media (max-width: 900px) {
  .simple-page-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .simple-page-content {
    max-width: 760px;
  }
}

@media (max-width: 620px) {
  .site-header-inner {
    min-height: 74px;
  }

  .brand-link img {
    width: 40px;
    height: 40px;
  }

  .main-nav {
    gap: 18px;
  }

  .simple-page {
    min-height: 560px;
    padding: 72px 0 82px;
  }

  .simple-page-layout {
    gap: 30px;
  }

  .simple-page-heading h1 {
    font-size: clamp(2.8rem, 15vw, 4rem);
  }

  .support-note {
    margin-top: 50px;
  }
}


/* Legal pages */

.legal-page {
  padding: clamp(84px, 9vw, 132px) 0;
  background: #f8fbf5;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(230px, .52fr) minmax(0, 1.48fr);
  gap: clamp(56px, 9vw, 132px);
  align-items: start;
}

.legal-heading {
  position: sticky;
  top: 36px;
}

.legal-heading h1 {
  max-width: 8ch;
  margin: 0;
  color: var(--green-950);
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.legal-content {
  max-width: 780px;
  color: var(--green-950);
}

.legal-content > :first-child {
  margin-top: 0;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.legal-content p {
  margin: 0 0 20px;
}

.legal-content h2 {
  margin: 52px 0 18px;
  color: var(--green-950);
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  line-height: 1.2;
  letter-spacing: -.025em;
}

.legal-content ul {
  margin: 0 0 24px;
  padding-left: 1.35rem;
}

.legal-content li + li {
  margin-top: 8px;
}

.legal-content a {
  color: var(--green-950);
  text-underline-offset: 4px;
}

.legal-content a:hover {
  color: var(--orange);
}

.legal-content a:focus-visible {
  outline: 3px solid #ffb24c;
  outline-offset: 4px;
  border-radius: 3px;
}

@media (max-width: 900px) {
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .legal-heading {
    position: static;
  }

  .legal-heading h1 {
    max-width: none;
  }
}

@media (max-width: 620px) {
  .legal-page {
    padding: 70px 0 82px;
  }

  .legal-layout {
    gap: 34px;
  }

  .legal-heading h1 {
    font-size: clamp(2.7rem, 14vw, 4rem);
  }

  .legal-content h2 {
    margin-top: 42px;
  }
}


.privacy-contact {
  margin-top: 52px !important;
  padding-top: 22px;
  border-top: 1px solid #ccd8c5;
  color: var(--muted) !important;
  font-size: .94rem !important;
}

.legal-updated {
  margin-bottom: 34px !important;
  color: var(--muted) !important;
  font-size: .9rem !important;
  font-weight: 650;
}


.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  color: white;
  background: var(--green-950);
  border-radius: 6px;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform .15s ease;
}

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

img {
  max-width: 100%;
  height: auto;
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
