:root {
  --cream: #fff1c9;
  --cream-deep: #f7dfaa;
  --paper: #fff9e9;
  --amber: #f5a623;
  --amber-dark: #d98412;
  --terracotta: #e77a4c;
  --green: #28482f;
  --olive: #7f8d55;
  --ink: #252937;
  --muted: #7f6f60;
  --line: rgba(69, 61, 48, 0.14);
  --shadow: 0 24px 70px rgba(101, 76, 34, 0.14);
}

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

html {
  scroll-behavior: smooth;
}

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

img {
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  transform: translateY(-160%);
  background: var(--ink);
  color: white;
  padding: 10px 14px;
  border-radius: 10px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 76px;
  padding: 12px clamp(20px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(255, 241, 201, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--green);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.25rem;
  text-decoration: none;
}

.brand img {
  border-radius: 12px;
  box-shadow: 0 5px 16px rgba(92, 71, 31, 0.15);
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.5vw, 32px);
}

.site-header nav a {
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.site-header nav a:not(.nav-cta):hover,
.site-header nav a:not(.nav-cta):focus-visible {
  color: var(--amber-dark);
}

.nav-cta {
  background: var(--green);
  color: white;
  padding: 9px 17px;
  border-radius: 999px;
}

.hero {
  min-height: calc(100vh - 76px);
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(64px, 9vw, 120px) clamp(24px, 6vw, 86px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  align-items: center;
  gap: clamp(40px, 8vw, 110px);
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--amber-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1, h2, h3, p {
  margin-top: 0;
}

h1, h2 {
  font-family: "DM Serif Display", Georgia, serif;
  color: var(--green);
  font-weight: 400;
  line-height: 1.04;
}

.hero h1 {
  margin-bottom: 24px;
  font-size: clamp(3.4rem, 7.3vw, 6.8rem);
  letter-spacing: -0.035em;
}

.hero h1 em {
  color: var(--terracotta);
  font-weight: inherit;
}

.hero-intro {
  max-width: 620px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.button {
  min-height: 52px;
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button-primary {
  background: var(--amber);
  color: #2b251b;
  box-shadow: 0 12px 32px rgba(217, 132, 18, 0.23);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #ffb538;
}

.button-secondary {
  border-color: rgba(40, 72, 47, 0.22);
  background: rgba(255, 255, 255, 0.38);
  color: var(--green);
}

.apple-mark {
  position: relative;
  width: 18px;
  overflow: hidden;
  color: var(--green);
  font-size: 1.25rem;
}

.hero-note {
  margin: 17px 0 0 4px;
  color: var(--muted);
  font-size: 0.87rem;
}

.hero-art {
  position: relative;
  max-width: 500px;
  justify-self: center;
}

.hero-art img {
  position: relative;
  display: block;
  width: min(100%, 480px);
  border-radius: 28%;
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}

.sun-glow {
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle, rgba(245, 166, 35, 0.34), transparent 66%);
  filter: blur(10px);
}

.wordmark-strip {
  padding: 20px clamp(20px, 5vw, 72px) 72px;
}

.wordmark-strip img {
  display: block;
  width: min(1120px, 100%);
  margin: 0 auto;
  border-radius: 26px;
  box-shadow: 0 18px 48px rgba(91, 69, 30, 0.11);
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(84px, 10vw, 128px) clamp(24px, 5vw, 60px);
}

.section-centred,
.section-heading {
  text-align: center;
}

.section h2,
.screens-section h2,
.privacy-panel h2,
.support-section h2,
.final-cta h2 {
  margin-bottom: 18px;
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  letter-spacing: -0.025em;
}

.section-lead {
  max-width: 680px;
  margin: 0 auto 52px;
  color: var(--muted);
  font-size: 1.12rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.steps article,
.feature-grid article,
.timeline article {
  background: rgba(255, 249, 233, 0.72);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
}

.step-number {
  width: 42px;
  height: 42px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  background: var(--amber);
  border-radius: 50%;
  color: var(--green);
  font-weight: 800;
}

.steps h3,
.feature-grid h3,
.timeline h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.18rem;
}

.steps p,
.feature-grid p,
.timeline p {
  margin-bottom: 0;
  color: var(--muted);
}

.screens-section {
  padding: clamp(80px, 10vw, 130px) 24px;
  overflow: hidden;
  background: var(--green);
  color: white;
}

.screens-section .eyebrow {
  color: #ffc45c;
}

.screens-section h2 {
  color: var(--cream);
}

.screens {
  max-width: 1220px;
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2.4vw, 30px);
}

.screens figure {
  width: min(22%, 255px);
  margin: 0;
  transition: transform 220ms ease;
}

.screens figure:hover {
  transform: translateY(-8px);
}

.screens figure.featured {
  transform: translateY(-18px);
}

.screens figure.featured:hover {
  transform: translateY(-26px);
}

.screens img {
  display: block;
  width: 100%;
  border: 7px solid #1d201e;
  border-radius: 34px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.34);
}

.screens figcaption {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 52px;
}

.feature-grid article {
  min-height: 220px;
  transition: transform 180ms ease, border-color 180ms ease;
}

.feature-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(217, 132, 18, 0.35);
}

.feature-grid article > span {
  display: block;
  margin-bottom: 24px;
  color: var(--amber-dark);
  font-family: Georgia, serif;
  font-size: 2rem;
}

.privacy-panel {
  max-width: 1100px;
  margin: 30px auto 100px;
  padding: clamp(34px, 6vw, 68px);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(32px, 7vw, 88px);
  align-items: center;
  background: var(--olive);
  border-radius: 34px;
  color: #fff9e8;
  box-shadow: var(--shadow);
}

.privacy-panel h2 {
  margin: 0;
  color: #fff9e8;
}

.privacy-panel .eyebrow {
  color: #ffd277;
}

.privacy-panel p {
  color: rgba(255, 249, 232, 0.83);
  font-size: 1.08rem;
}

.text-link {
  color: white;
  font-weight: 800;
  text-underline-offset: 4px;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 50px;
}

.timeline strong {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--amber-dark);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.subscription-note {
  max-width: 780px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 0.86rem;
  text-align: center;
}

.support-section {
  padding: clamp(64px, 8vw, 96px) clamp(28px, 7vw, 90px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.support-section > div {
  max-width: 670px;
}

.support-section h2 {
  margin-bottom: 10px;
}

.support-section p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
}

.final-cta {
  padding: clamp(90px, 12vw, 150px) 24px;
  text-align: center;
}

.final-cta img {
  border-radius: 25px;
  box-shadow: 0 14px 35px rgba(102, 74, 26, 0.18);
}

.final-cta .eyebrow {
  margin-top: 24px;
}

footer {
  min-height: 90px;
  padding: 28px clamp(24px, 5vw, 70px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.86rem;
}

footer p {
  margin: 0;
}

footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

footer a {
  font-weight: 700;
  text-underline-offset: 3px;
}

.policy-shell {
  width: min(940px, calc(100% - 40px));
  margin: 0 auto;
  padding: 80px 0 110px;
}

.policy-hero {
  padding: 36px 0 46px;
}

.policy-hero h1 {
  margin-bottom: 12px;
  font-size: clamp(3.2rem, 8vw, 6rem);
}

.policy-hero > p:last-child {
  color: var(--muted);
}

.policy-card {
  padding: clamp(30px, 7vw, 72px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.policy-card .policy-intro {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
  color: var(--green);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.35;
}

.policy-card h2 {
  margin: 44px 0 12px;
  color: var(--green);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.65rem;
  font-weight: 400;
}

.policy-card p,
.policy-card li {
  color: #665b50;
}

.policy-card a {
  color: var(--amber-dark);
  font-weight: 700;
}

.policy-card li + li {
  margin-top: 6px;
}

@media (max-width: 880px) {
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-copy {
    order: 2;
  }

  .hero-art {
    order: 1;
    width: min(68vw, 380px);
  }

  .hero-intro {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .steps,
  .feature-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .feature-grid article {
    min-height: auto;
  }

  .privacy-panel {
    margin-right: 20px;
    margin-left: 20px;
    grid-template-columns: 1fr;
  }

  .support-section {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .site-header nav a:not(.nav-cta) {
    display: none;
  }

  .brand span {
    font-size: 1.05rem;
  }

  .hero {
    min-height: auto;
    padding-top: 55px;
  }

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

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .screens {
    width: 720px;
    margin-left: 50%;
    transform: translateX(-50%);
    gap: 14px;
  }

  .screens figure {
    width: 158px;
  }

  .screens figure:nth-child(1),
  .screens figure:nth-child(4) {
    opacity: 0.62;
  }

  .screens img {
    border-width: 5px;
    border-radius: 24px;
  }

  .wordmark-strip {
    padding-bottom: 42px;
  }

  .wordmark-strip img {
    border-radius: 16px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .policy-shell {
    padding-top: 38px;
  }

  .policy-card {
    border-radius: 22px;
  }
}

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

  *, *::before, *::after {
    transition-duration: 0.01ms !important;
  }
}
