@font-face {
  font-family: "Editorial";
  src: url("/assets/editorial.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Source Sans";
  src: url("/assets/source-sans.ttf") format("truetype");
  font-weight: 200 900;
  font-display: swap;
}

:root {
  --paper: #f6f0e5;
  --paper-deep: #ebe0cf;
  --cream: #fffaf1;
  --ink: #201f1c;
  --muted: #6f685e;
  --red: #e33f35;
  --yellow: #f4c852;
  --green: #5c6b4e;
  --shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px -1px rgba(0, 0, 0, 0.06), 0 18px 45px rgba(70, 45, 15, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "Source Sans", sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p, li { text-wrap: pretty; }

.site-header {
  width: min(1180px, calc(100% - 48px));
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; }
.brand img { width: 150px; height: auto; }
nav { display: flex; align-items: center; gap: 34px; }
nav a { min-height: 44px; display: inline-flex; align-items: center; color: #4d4942; text-decoration: none; font-size: 15px; font-weight: 600; }
.nav-cta { min-height: 44px; padding: 0 19px; border-radius: 22px; color: var(--cream); background: var(--ink); text-decoration: none; display: inline-flex; align-items: center; justify-content: center; transition-property: scale, background-color; transition-duration: 150ms; }
.nav-cta:hover { background: #37342e; }
.nav-cta:active, .button:active { scale: .96; }

.hero { min-height: 720px; width: min(1180px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; padding: 54px 0 92px; }
.hero-copy { min-width: 0; position: relative; z-index: 2; }
.eyebrow { color: var(--red); font-size: 13px; font-weight: 750; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.hero h1, .section-heading h2, .experience-copy h2, .launch h2, .legal-shell aside h1 { font-family: "Editorial", Georgia, serif; font-weight: 400; letter-spacing: -.04em; }
.hero h1 { max-width: 680px; margin-bottom: 28px; font-size: clamp(64px, 7.2vw, 104px); line-height: .86; }
em { color: var(--red); font-style: italic; }
.hero-lede { max-width: 520px; margin-bottom: 32px; color: var(--muted); font-size: 21px; line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 0 22px 0 24px; border-radius: 26px; display: inline-flex; gap: 12px; align-items: center; justify-content: center; font-weight: 700; text-decoration: none; transition-property: scale, background-color, box-shadow; transition-duration: 150ms; }
.button.primary { color: white; background: var(--red); box-shadow: 0 8px 24px rgba(227, 63, 53, .22); }
.button.primary:hover { background: #c9342c; box-shadow: 0 10px 28px rgba(227, 63, 53, .3); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-weight: 650; text-underline-offset: 5px; }
.microcopy { margin: 15px 0 0 4px; color: #8c8478; font-size: 13px; }
.mobile-break { display: none; }

.hero-art { min-height: 590px; position: relative; display: grid; place-items: center; }
.sun-orbit { position: absolute; width: 480px; aspect-ratio: 1; border-radius: 50%; background: var(--yellow); opacity: .8; }
.sun-orbit::before, .sun-orbit::after { content: ""; position: absolute; inset: -28px; border: 1px dashed rgba(73, 55, 23, .2); border-radius: 50%; }
.sun-orbit::after { inset: 44px; }
.phone-shell { width: 270px; height: 550px; position: relative; z-index: 2; overflow: hidden; border: 9px solid var(--ink); border-radius: 42px; background: white; box-shadow: 0 30px 80px rgba(42, 30, 12, .28); transform: rotate(4deg); }
.phone-bar { height: 37px; padding: 11px 18px 0; display: flex; justify-content: space-between; background: #f8f0e3; font-size: 10px; font-weight: 700; }
.phone-paper { height: calc(100% - 37px); position: relative; overflow: hidden; }
.phone-paper > img { width: 100%; height: 100%; object-fit: cover; outline: 1px solid rgba(0, 0, 0, .1); outline-offset: -1px; }
.phone-message { position: absolute; inset: auto 18px 24px; padding: 22px; border-radius: 22px; background: rgba(255, 251, 243, .94); box-shadow: var(--shadow); }
.phone-message small { color: var(--red); font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.phone-message p { margin: 10px 0 16px; font-family: "Editorial", Georgia, serif; font-size: 23px; line-height: 1.05; }
.phone-message span { font-size: 12px; font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }
.floating-stamp { width: 122px; position: absolute; right: 2%; bottom: 10%; z-index: 3; transform: rotate(14deg); filter: drop-shadow(0 12px 18px rgba(47, 30, 8, .2)); }
.hand-note { position: absolute; top: 12%; left: 1%; z-index: 3; font-family: "Editorial", Georgia, serif; font-size: 22px; font-style: italic; transform: rotate(-9deg); }

.marquee { overflow: hidden; padding: 19px 0; color: #fff9ed; background: var(--red); transform: rotate(-1deg) scale(1.02); }
.marquee div { width: max-content; margin: auto; font-size: 13px; font-weight: 800; letter-spacing: .16em; white-space: nowrap; }
.marquee i { margin: 0 20px; color: var(--yellow); font-style: normal; }

.section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 130px 0; }
.section-heading { max-width: 740px; margin-bottom: 58px; }
.section-heading h2, .experience-copy h2, .launch h2 { margin-bottom: 24px; font-size: clamp(50px, 6vw, 78px); line-height: .95; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { min-height: 440px; position: relative; padding: 34px; border-radius: 28px; background: var(--cream); box-shadow: var(--shadow); }
.step-card.featured { color: white; background: var(--red); transform: translateY(-18px) rotate(1deg); }
.step-number { position: absolute; right: 28px; top: 26px; font-family: "Editorial", Georgia, serif; font-size: 24px; opacity: .52; }
.step-icon { width: 94px; height: 94px; margin: 45px 0 70px; display: grid; place-items: center; border-radius: 50%; color: var(--red); background: var(--paper-deep); font-family: "Editorial", Georgia, serif; font-size: 35px; }
.step-icon.postmark { border: 2px dashed var(--red); background: transparent; transform: rotate(-7deg); }
.step-card img { height: 180px; width: 100%; margin: 31px auto 7px; object-fit: contain; filter: drop-shadow(0 13px 17px rgba(55, 20, 8, .22)); }
.step-card h3 { margin-bottom: 12px; font-family: "Editorial", Georgia, serif; font-size: 30px; font-weight: 400; }
.step-card p { margin: 0; color: #71695f; line-height: 1.55; }
.step-card.featured p { color: rgba(255,255,255,.78); }

.experience { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.experience-art { min-height: 600px; position: relative; }
.paper-stack { width: 310px; height: 420px; position: absolute; top: 55px; left: 80px; border-radius: 4px; background: #fffdf6; box-shadow: var(--shadow); }
.paper-stack.back { transform: rotate(-9deg); background: var(--yellow); }
.paper-stack.front { padding: 74px 38px; transform: rotate(4deg); }
.paper-stack.front p { font-family: "Editorial", Georgia, serif; font-size: 30px; line-height: 1.25; }
.paper-stack.front span { color: var(--red); font-family: "Editorial", Georgia, serif; font-style: italic; }
.experience-art img { width: 320px; position: absolute; right: 8px; bottom: 26px; filter: drop-shadow(0 20px 28px rgba(48, 31, 10, .22)); transform: rotate(-5deg); }
.experience-copy > p:not(.eyebrow) { max-width: 500px; color: var(--muted); font-size: 19px; line-height: 1.6; }
.experience-copy ul { margin: 30px 0 0; padding: 0; list-style: none; }
.experience-copy li { margin: 13px 0; font-weight: 650; }
.experience-copy li span { margin-right: 10px; color: var(--red); }

.launch { width: 100%; max-width: none; padding-inline: 24px; background: var(--yellow); }
.launch-inner { max-width: 850px; margin: 0 auto; text-align: center; }
.launch img { width: 100px; margin: 0 auto 20px; transform: rotate(-8deg); filter: drop-shadow(0 10px 16px rgba(70, 43, 7, .13)); }
.launch h2 { margin-inline: auto; }
.launch p:not(.eyebrow) { margin-bottom: 28px; color: #66572f; font-size: 19px; }
.button.ink { color: white; background: var(--ink); }
.button.ink:hover { background: #38352f; }

footer { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 70px 0 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: center; }
.footer-brand img { width: 170px; }
footer > p { margin: 0; text-align: right; color: var(--muted); }
.footer-links { display: flex; gap: 24px; }
.footer-links a, footer small { color: var(--muted); font-size: 14px; }
footer > small { text-align: right; }

.reveal { opacity: 0; transform: translateY(12px); filter: blur(4px); transition-property: opacity, transform, filter; transition-duration: 480ms; transition-timing-function: cubic-bezier(.2, 0, 0, 1); }
.reveal.visible { opacity: 1; transform: translateY(0); filter: blur(0); }
.delay-1 { transition-delay: 90ms; }
.delay-2 { transition-delay: 180ms; }
.delay-3 { transition-delay: 270ms; }

.legal-page { background: #f9f4ea; }
.legal-header { border-bottom: 1px solid rgba(32,31,28,.12); }
.legal-shell { width: min(1080px, calc(100% - 48px)); margin: 0 auto; padding: 90px 0 130px; display: grid; grid-template-columns: 270px 1fr; gap: 90px; align-items: start; }
.legal-shell aside { position: sticky; top: 50px; }
.legal-shell aside h1 { margin: 18px 0 32px; font-size: 54px; line-height: .94; }
.legal-shell aside > p:last-child { color: var(--muted); font-size: 14px; line-height: 1.6; }
.legal-content { padding: 48px 56px; border-radius: 30px; background: #fffdf8; box-shadow: var(--shadow); }
.legal-content .legal-intro { margin-bottom: 50px; color: #45413b; font-family: "Editorial", Georgia, serif; font-size: 26px; line-height: 1.35; }
.legal-content h2 { margin: 42px 0 12px; font-family: "Editorial", Georgia, serif; font-size: 27px; font-weight: 400; }
.legal-content p { color: #5f5951; font-size: 16px; line-height: 1.72; }
.legal-content a { color: var(--red); font-weight: 650; }
.legal-footer { padding-top: 34px; border-top: 1px solid rgba(32,31,28,.12); display: flex; justify-content: space-between; }
.legal-footer a { color: var(--muted); }

@media (max-width: 900px) {
  nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 50px; text-align: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-art { min-height: 550px; }
  .step-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 360px; }
  .step-card.featured { transform: none; }
  .step-icon { margin-bottom: 45px; }
  .experience { grid-template-columns: 1fr; gap: 40px; }
  .experience-copy { order: -1; }
  .legal-shell { grid-template-columns: 1fr; gap: 35px; }
  .legal-shell aside { position: static; }
}

@media (max-width: 600px) {
  .site-header, .hero, .section, footer, .legal-shell { width: min(100% - 32px, 1180px); }
  .site-header { height: 76px; }
  .brand img { width: 128px; }
  .site-header nav { display: none; }
  .legal-header .nav-cta { display: inline-flex; padding-inline: 15px; font-size: 13px; }
  .hero { min-height: auto; display: block; padding: 45px 0 80px; }
  .hero-copy { width: 100%; overflow: hidden; }
  .hero .eyebrow { max-width: 310px; margin-inline: auto; font-size: 11px; }
  .hero h1, .hero h1 em { overflow-wrap: anywhere; }
  .hero h1 { width: 100%; max-width: 350px; margin-inline: auto; font-size: 48px; }
  .mobile-break { display: inline; }
  .hero-lede { width: 100%; max-width: 350px; }
  .hero-lede { font-size: 18px; }
  .hero-actions { flex-direction: column; gap: 12px; }
  .hero-art { min-height: 490px; margin-top: 54px; }
  .sun-orbit { width: 330px; }
  .phone-shell { width: 225px; height: 460px; border-radius: 35px; }
  .floating-stamp { width: 94px; right: -2%; }
  .hand-note { top: 5%; left: 0; font-size: 18px; }
  .section { padding: 90px 0; }
  .section-heading h2, .experience-copy h2, .launch h2 { font-size: 50px; }
  .step-card { padding: 28px; border-radius: 24px; }
  .experience-art { min-height: 470px; transform: scale(.82); transform-origin: center top; margin-bottom: -70px; }
  .paper-stack { left: 35px; }
  .experience-art img { right: -28px; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer > p, footer > small { text-align: left; }
  .footer-links { flex-wrap: wrap; }
  .legal-shell { padding: 55px 0 90px; }
  .legal-shell aside h1 { font-size: 46px; }
  .legal-content { padding: 30px 24px; border-radius: 24px; }
  .legal-content .legal-intro { font-size: 23px; }
}

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