:root {
  --navy: #22344a;
  --blue: #4a7290;
  --cream: #efe4cc;
  --paper: #f8f1df;
  --orange: #dd8a3d;
  --rust: #b85c34;
  --ink: #2b2018;
  --white: #fffaf0;
  --shadow: 0 28px 70px rgba(43, 32, 24, 0.16);
  --serif: "Fraunces", Georgia, serif;
  --sans: "Nunito Sans", system-ui, sans-serif;
  --hand: "Caveat", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 30%, rgba(221, 138, 61, 0.08), transparent 26rem),
    linear-gradient(rgba(248, 241, 223, 0.82), rgba(248, 241, 223, 0.82)),
    var(--paper);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.6;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.04; }
h2 { font-size: clamp(2.5rem, 5vw, 5.3rem); letter-spacing: -0.045em; }

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

.site-header {
  width: min(1240px, calc(100% - 40px));
  min-height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand { display: inline-flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.brand-mark {
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--orange);
}
.brand strong { display: block; font-family: var(--serif); font-size: 1.5rem; letter-spacing: 0.17em; }
.brand small { display: block; font-size: 0.6rem; font-weight: 800; letter-spacing: 0.18em; }
nav { display: flex; align-items: center; gap: 2rem; font-size: 0.84rem; font-weight: 800; }
nav a { text-decoration: none; }
.nav-cta { padding: 0.72rem 1.05rem; border: 1px solid var(--ink); border-radius: 999px; }

.section-shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.hero {
  width: min(1240px, calc(100% - 40px));
  min-height: calc(100vh - 90px);
  margin: 0 auto;
  padding: 4rem 0 6rem;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
}
.eyebrow, .section-kicker {
  color: var(--blue);
  font-family: var(--hand);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.15;
}
.hero h1 { margin-bottom: 1rem; font-size: clamp(3rem, 5.8vw, 6.2rem); letter-spacing: -0.06em; }
.hero h1 em { color: var(--rust); font-style: italic; }
.hero-lede { margin-bottom: 1rem; font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; }
.hero-description { max-width: 620px; font-size: 1.12rem; }
.hero-actions { margin-top: 2rem; display: flex; align-items: center; flex-wrap: wrap; gap: 1.2rem; }
.button {
  border: 0;
  border-radius: 999px;
  padding: 1rem 1.5rem;
  font: 800 0.92rem var(--sans);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--rust); box-shadow: 0 12px 30px rgba(184, 92, 52, 0.28); }
.button-primary:hover { background: #a64f2e; box-shadow: 0 16px 34px rgba(184, 92, 52, 0.35); }
.launch-note { display: flex; align-items: center; gap: 0.55rem; font-size: 0.78rem; font-weight: 800; }
.launch-note i { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(221,138,61,.18); }
.hero-art { position: relative; width: min(100%, 490px); justify-self: end; }
.hero-art::before {
  content: "";
  position: absolute;
  inset: -18px 22px 18px -18px;
  border: 1px solid rgba(43, 32, 24, 0.32);
  border-radius: 46% 46% 2rem 2rem;
  transform: rotate(-2deg);
}
.hero-art img { position: relative; width: 100%; aspect-ratio: 0.7; object-fit: cover; border-radius: 46% 46% 2rem 2rem; box-shadow: var(--shadow); }
.scribble { position: absolute; left: -2rem; bottom: 2rem; margin: 0; color: var(--cream); font: 600 1.7rem var(--hand); transform: rotate(-7deg); }
.compass-badge {
  position: absolute;
  right: -25px;
  top: 18%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--orange);
  background: var(--navy);
  border: 5px solid var(--cream);
  font-size: 1.6rem;
}

.trail {
  min-height: 64px;
  padding: 1rem 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 4vw, 4rem);
  color: var(--cream);
  background: var(--navy);
  font-size: clamp(0.72rem, 1.4vw, 0.9rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}
.trail b { color: var(--orange); }

.memory { padding-block: clamp(6rem, 11vw, 10rem); display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.memory-art { position: relative; }
.memory-art::after { content: ""; position: absolute; inset: 22px -22px -22px 22px; z-index: -1; border: 1px solid var(--rust); border-radius: 1.5rem; }
.memory-art img { aspect-ratio: 1; object-fit: cover; border-radius: 1.5rem; box-shadow: var(--shadow); }
.image-caption { position: absolute; right: -1rem; bottom: 1rem; padding: 0.45rem 0.9rem; color: var(--navy); background: var(--cream); font: 600 1.45rem var(--hand); transform: rotate(-3deg); }
.memory-copy h2 { max-width: 750px; }
.memory-copy p:not(.section-kicker) { max-width: 680px; }
.lead { color: var(--rust); font-family: var(--serif); font-size: 1.5rem; font-weight: 700; }

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

.offer { padding-bottom: clamp(6rem, 10vw, 10rem); }
.offer-heading { max-width: 850px; margin: 0 auto 4rem; text-align: center; }
.offer-heading p:last-child { max-width: 720px; margin-inline: auto; }
.product-card { overflow: hidden; border: 10px solid var(--cream); border-radius: 2rem; box-shadow: var(--shadow); }
.product-card img { width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.feature-grid { margin-top: 3rem; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.feature { padding: 1.5rem; border-top: 2px solid var(--rust); background: rgba(255,250,240,.65); }
.feature span { color: var(--blue); font-size: 0.72rem; font-weight: 800; letter-spacing: .15em; }
.feature h3 { margin: .8rem 0 .6rem; font-size: 1.42rem; }
.feature p { margin: 0; font-size: 0.9rem; line-height: 1.5; }

.rhythm { padding-block: clamp(6rem, 10vw, 9rem); color: var(--cream); background: var(--blue); }
.rhythm-heading { max-width: 760px; }
.steps { margin: 4rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; list-style: none; background: rgba(239,228,204,.3); }
.steps li { min-height: 260px; padding: 2rem; background: var(--blue); }
.steps span { display: block; color: #f4c17f; font: 600 1.35rem var(--hand); }
.steps strong { display: block; margin: 3rem 0 .8rem; font: 700 1.5rem var(--serif); }
.steps p { margin: 0; color: rgba(239,228,204,.8); font-size: .92rem; }

.founder { padding-block: clamp(7rem, 12vw, 11rem); display: grid; grid-template-columns: 1fr 0.86fr; align-items: center; gap: clamp(4rem, 9vw, 9rem); }
.founder-copy h2 { font-size: clamp(2.6rem, 5vw, 4.8rem); }
.founder-signoff { margin-top: 2rem; color: var(--rust); font: 600 2rem var(--hand); }
.founder-photos { position: relative; min-height: 620px; }
.founder-photos img { position: absolute; object-fit: cover; border: 8px solid var(--cream); box-shadow: var(--shadow); }
.photo-one { width: 68%; aspect-ratio: .75; left: 0; top: 0; transform: rotate(-3deg); }
.photo-two { width: 55%; aspect-ratio: .76; right: 0; bottom: 0; transform: rotate(4deg); }

.outcome { padding-block: clamp(6rem, 10vw, 9rem); background: var(--orange); text-align: center; }
.outcome span { color: var(--navy); font-size: 2rem; }
.outcome blockquote { max-width: 950px; margin: 1.5rem auto; font: 700 clamp(2.2rem, 5vw, 5rem)/1.1 var(--serif); letter-spacing: -.04em; }
.outcome p { margin: 0; font: 600 1.8rem var(--hand); }

.signup { padding: clamp(5rem, 10vw, 9rem) 20px; color: var(--cream); background: var(--navy); }
.signup-card { width: min(820px, 100%); margin: 0 auto; text-align: center; }
.signup-card h2 { font-size: clamp(3rem, 6vw, 6rem); }
.signup-card > p:not(.section-kicker) { max-width: 650px; margin: 0 auto 2.5rem; color: rgba(239,228,204,.8); }
form { display: grid; grid-template-columns: 1fr 1.4fr auto; align-items: end; gap: .8rem; text-align: left; }
.field label { display: block; margin: 0 0 .35rem .2rem; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.field input { width: 100%; height: 56px; border: 1px solid rgba(239,228,204,.38); border-radius: .65rem; padding: 0 1rem; color: var(--cream); background: rgba(255,255,255,.07); font: 600 1rem var(--sans); outline: none; }
.field input::placeholder { color: rgba(239,228,204,.48); }
.field input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(221,138,61,.2); }
form .button { min-height: 56px; }
form .button:disabled { opacity: .65; cursor: wait; transform: none; }
.consent-field { grid-column: 1 / -1; display: flex; align-items: flex-start; justify-content: center; gap: .6rem; margin-top: .8rem; font-size: .85rem; }
.consent-field input { flex: 0 0 auto; width: 18px; height: 18px; margin: .15rem 0 0; accent-color: var(--rust); }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
form noscript { grid-column: 1 / -1; }
.fine-print, .form-note, .form-status { grid-column: 1 / -1; text-align: center; }
.fine-print { margin: .6rem 0 0; font-size: .78rem; }
.form-note { margin: 0; color: #f3be7f; font-size: .74rem; }
.form-status { min-height: 1.5rem; margin: 0; color: #f3be7f; font-weight: 800; }

footer { padding: 3rem 20px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: rgba(239,228,204,.7); background: #182536; font-size: .76rem; }
.footer-brand { color: var(--cream); }
footer p { margin: 0; text-align: center; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr 0.78fr; gap: 3rem; }
  .hero h1 { font-size: clamp(3rem, 5.8vw, 6.2rem); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature:last-child { grid-column: 1 / -1; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  form { grid-template-columns: 1fr 1fr; }
  form .button { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .site-header { min-height: 78px; }
  nav a:not(.nav-cta) { display: none; }
  .nav-cta { padding: .6rem .8rem; }
  .brand small { display: none; }
  .hero { min-height: auto; padding: 3rem 0 5rem; grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-description { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-art { width: min(88%, 460px); justify-self: center; }
  .hero-art img { aspect-ratio: .78; }
  .scribble { left: 1rem; }
  .trail { flex-wrap: wrap; gap: .65rem 1rem; }
  .memory, .founder { grid-template-columns: 1fr; }
  .memory-copy { order: -1; }
  .memory-art { width: calc(100% - 22px); }
  .product-card img { aspect-ratio: 1.1; }
  .founder-photos { width: min(520px, 100%); margin: 0 auto; }
  footer { flex-direction: column; }
}

@media (max-width: 540px) {
  .site-header, .hero, .section-shell { width: min(100% - 28px, 1160px); }
  .site-header { gap: .6rem; }
  .brand-mark { width: 35px; height: 35px; }
  .brand strong { font-size: 1.2rem; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 3.6rem); }
  .hero-actions { flex-direction: column; }
  .hero-art { width: 88%; }
  .compass-badge { right: -18px; width: 58px; height: 58px; }
  .feature-grid, .steps, form { grid-template-columns: 1fr; }
  .feature:last-child { grid-column: auto; }
  .steps li { min-height: 210px; }
  .steps strong { margin-top: 2rem; }
  form .button { grid-column: auto; }
  .fine-print, .form-note, .form-status { grid-column: auto; }
  .founder-photos { min-height: 480px; }
}

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