:root {
  --forest: #123f34;
  --forest-deep: #0a2d26;
  --sage: #dce7df;
  --paper: #f8f3e9;
  --white: #fffdf8;
  --ink: #17352e;
  --muted: #5c6f68;
  --coral: #ef775e;
  --coral-dark: #dc624b;
  --line: rgba(18, 63, 52, 0.15);
  --shadow: 0 24px 60px rgba(18, 63, 52, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 32px;
}
.brand {
  align-items: center;
  display: inline-flex;
  font-size: 20px;
  font-weight: 760;
  gap: 11px;
  letter-spacing: -0.03em;
  text-decoration: none;
}
.brand-mark { display: inline-flex; height: 27px; position: relative; width: 32px; }
.brand-mark i {
  background: var(--forest);
  border: 2px solid var(--paper);
  border-radius: 4px;
  height: 20px;
  position: absolute;
  top: 3px;
  width: 17px;
}
.brand-mark i:nth-child(1) { left: 0; transform: rotate(-9deg); }
.brand-mark i:nth-child(2) { left: 8px; z-index: 2; }
.brand-mark i:nth-child(3) { left: 15px; transform: rotate(9deg); }
.header-link {
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.hero {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: 1.05fr 0.95fr;
  max-width: 1240px;
  min-height: 690px;
  margin: 0 auto;
  padding: 64px 32px 100px;
}
.eyebrow {
  align-items: center;
  color: var(--coral-dark);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 9px;
  letter-spacing: .13em;
  margin: 0 0 23px;
  text-transform: uppercase;
}
.eyebrow span { background: currentColor; border-radius: 10px; display: inline-block; height: 7px; width: 7px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: 1.04; }
h1 { color: var(--forest-deep); font-size: clamp(54px, 6vw, 82px); margin-bottom: 28px; }
h1 em { color: var(--coral); font-weight: inherit; }
.hero-intro { color: #49635b; font-size: 19px; line-height: 1.7; max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 25px; }
.button {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 750;
  gap: 18px;
  justify-content: center;
  min-height: 51px;
  padding: 13px 22px;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); box-shadow: 0 12px 26px rgba(18, 63, 52, .18); color: white; }
.button-primary:hover { background: var(--forest-deep); }
.button-secondary { border: 1px solid var(--line); color: var(--forest); }
.button-secondary:hover { background: rgba(255, 255, 255, .6); }
.reassurance { color: var(--muted); font-size: 13px; }
.reassurance span { color: #4d9f75; font-size: 10px; margin-right: 5px; }

.memory-stack { height: 510px; position: relative; }
.memory-stack::before {
  background: #e6c9a2;
  border-radius: 50%;
  content: "";
  filter: blur(1px);
  height: 410px;
  opacity: .45;
  position: absolute;
  right: 3%;
  top: 8%;
  width: 410px;
}
.photo-card {
  background: var(--white);
  border: 1px solid rgba(18, 63, 52, .1);
  border-radius: 6px;
  box-shadow: var(--shadow);
  padding: 12px 12px 17px;
  position: absolute;
  width: 315px;
}
.photo-card p { font-family: Georgia, serif; font-size: 15px; margin: 12px 5px 0; }
.photo-back { right: 13px; top: 2px; transform: rotate(8deg); }
.photo-middle { left: 5px; top: 55px; transform: rotate(-8deg); }
.photo-front { left: 100px; top: 165px; transform: rotate(1.5deg); width: 345px; z-index: 3; }
.photo-scene { border-radius: 3px; height: 210px; overflow: hidden; position: relative; }
.coast { background: linear-gradient(#a6d2d1 0 48%, #2f7975 48% 67%, #dec398 67%); }
.coast::before { background: #f8d77d; border-radius: 50%; content:""; height: 43px; position:absolute; right: 33px; top: 26px; width:43px; }
.coast span { background: var(--forest); clip-path: polygon(50% 0,100% 100%,0 100%); height: 75px; left: 40px; position:absolute; top:75px; width:95px; }
.coast i { background: #f2eee2; border-radius: 50% 50% 0 0; bottom: 0; height: 50px; position:absolute; right:42px; width:28px; }
.ride { background: linear-gradient(#b9d8cf 0 47%, #708f67 47% 69%, #d1b984 69%); }
.ride::before, .ride::after { border: 5px solid #29443d; border-radius: 50%; bottom: 22px; content:""; height:45px; position:absolute; width:45px; }
.ride::before { left:80px; } .ride::after { left:150px; }
.ride span { background:#29443d; height:5px; left:102px; position:absolute; top:150px; transform:rotate(-8deg); width:72px; }
.ride i { background:var(--coral); border-radius:50% 50% 35% 35%; height:42px; left:122px; position:absolute; top:91px; width:30px; }
.ride b { background:#8ea16c; border-radius:50%; box-shadow: 70px -22px 0 #668864, 145px 8px 0 #789469; height:70px; left:-15px; position:absolute; top:55px; width:75px; }
.gathering { background: linear-gradient(#d8cfb6 0 48%, #5d775b 48% 100%); height: 225px; }
.gathering::before { background:#acc69e; border-radius:50%; box-shadow: 55px -22px 0 #8eb184, 210px -8px 0 #98b98d; content:""; height:110px; left:-26px; position:absolute; top:10px; width:110px; }
.person { background:#f0b08d; border-radius:50%; height:43px; position:absolute; top:84px; width:38px; }
.person::after { border-radius: 18px 18px 4px 4px; content:""; height:82px; left:-13px; position:absolute; top:36px; width:64px; }
.p1 { left:55px; } .p1::after { background:#e4a34f; }
.p2 { left:125px; top:75px; } .p2::after { background:#31655d; }
.p3 { left:202px; top:80px; } .p3::after { background:#ca6e59; }
.p4 { left:272px; top:91px; } .p4::after { background:#e8ddd0; }
.shared-note {
  background: var(--forest);
  border: 4px solid var(--paper);
  border-radius: 13px;
  bottom: 2px;
  box-shadow: 0 16px 35px rgba(18, 63, 52, .22);
  color: white;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  padding: 14px 19px;
  position: absolute;
  right: 3px;
  transform: rotate(-2deg);
  z-index: 5;
}
.shared-note span { color: #c7d9d1; font-size: 12px; }
.memory-stack.has-photo {
  align-items: center;
  display: flex;
  height: 510px;
  isolation: isolate;
}
.memory-stack.has-photo::before { display: none; }
.hero-collage {
  border: 8px solid rgba(255, 253, 248, .88);
  border-radius: 20px;
  box-shadow: var(--shadow);
  height: 465px;
  object-fit: cover;
  object-position: center;
  transform: rotate(1deg);
  width: 100%;
}

.problem-strip { background: var(--coral); color: #311e18; padding: 28px 32px; text-align: center; }
.problem-strip p { font-family: Georgia, serif; font-size: clamp(18px, 2vw, 24px); line-height: 1.45; margin: 0 auto; max-width: 930px; }
.section { max-width: 1240px; margin: 0 auto; padding: 110px 32px; }
.section-heading { max-width: 720px; }
.section-heading h2, .case h2, .early-copy h2 { font-size: clamp(40px, 4.6vw, 61px); margin-bottom: 22px; }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; max-width: 620px; }
.steps { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin-top: 58px; }
.step-card { background: rgba(255,255,255,.55); border: 1px solid var(--line); border-radius: 18px; min-height: 315px; padding: 26px; position: relative; }
.step-card.featured { background: var(--white); box-shadow: 0 18px 45px rgba(18,63,52,.08); transform: translateY(-14px); }
.step-number { color: #9aaaa4; font-size: 12px; font-weight: 800; letter-spacing: .1em; position:absolute; right:22px; top:22px; }
.step-icon { align-items:center; background:var(--sage); border-radius:50%; color:var(--forest); display:flex; font-size:24px; height:56px; justify-content:center; margin:12px 0 42px; width:56px; }
.featured .step-icon { background:var(--coral); color:white; }
.step-card h3 { font-family: Georgia, serif; font-size:27px; font-weight:500; margin-bottom:12px; }
.step-card p { color:var(--muted); font-size:15px; margin:0; }

.use-cases { display:grid; gap:0; grid-template-columns:1fr 1fr; max-width:none; padding:0; }
.case { min-height:580px; padding:90px max(6vw, 32px); }
.case-event { background:#eadfca; }
.case-group { background:var(--forest); color:white; }
.case h2 { font-size:clamp(40px, 4vw, 56px); max-width:580px; }
.case > p { font-size:17px; max-width:570px; opacity:.8; }
.case-label { color:var(--coral-dark); font-size:11px; font-weight:850; letter-spacing:.14em; margin-bottom:26px; text-transform:uppercase; }
.case-group .case-label { color:#f49a86; }
.case ul { list-style:none; margin:34px 0 0; padding:0; }
.case li { border-top:1px solid rgba(18,63,52,.17); font-weight:650; padding:14px 0 14px 28px; position:relative; }
.case-group li { border-color:rgba(255,255,255,.16); }
.case li::before { color:var(--coral); content:"✓"; left:0; position:absolute; }

.early-access { align-items:start; background:var(--forest-deep); color:white; display:grid; gap:90px; grid-template-columns:.95fr 1.05fr; padding:110px max(calc((100vw - 1176px) / 2), 32px); }
.early-copy h2 { color:white; }
.early-copy > p:not(.eyebrow) { color:#b9cec6; font-size:18px; max-width:520px; }
.eyebrow.light { color:#f49a86; }
.privacy-note { align-items:flex-start; border-top:1px solid rgba(255,255,255,.14); color:#b9cec6; display:flex; gap:14px; margin-top:45px; padding-top:24px; }
.privacy-note > span { align-items:center; background:rgba(255,255,255,.1); border-radius:50%; color:#76c096; display:flex; flex:0 0 29px; height:29px; justify-content:center; }
.privacy-note p { font-size:13px; margin:0; }
.privacy-note strong { color:white; }
.interest-form { background:var(--white); border-radius:18px; color:var(--ink); padding:34px; }
.form-row { display:flex; flex-direction:column; gap:7px; margin-bottom:17px; }
.form-row label { font-size:13px; font-weight:750; }
.form-row label span { color:#87958f; font-weight:500; }
.form-row input, .form-row select, .form-row textarea { background:#faf8f2; border:1px solid #d4ddd8; border-radius:8px; color:var(--ink); outline:none; padding:12px 13px; width:100%; }
.form-row textarea { resize:vertical; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color:#478876; box-shadow:0 0 0 3px rgba(71,136,118,.13); }
.trap { left:-9999px; position:absolute; }
.submit-button { background:var(--coral); color:#291a16; margin-top:5px; width:100%; }
.submit-button:hover { background:#f38971; }
.submit-button:disabled { cursor:wait; opacity:.7; transform:none; }
.form-status { font-size:14px; margin:14px 0 0; min-height:22px; text-align:center; }
.form-status.error { color:#b23c2d; }
.form-status.success { color:#23714f; font-weight:700; }

footer { align-items:center; background:#071f1a; color:#9fb8af; display:grid; gap:20px; grid-template-columns:1fr auto 1fr; padding:34px max(calc((100vw - 1176px) / 2), 32px); }
.footer-brand { color:white; }
.footer-brand .brand-mark i { background:white; border-color:#071f1a; }
footer p { font-size:12px; margin:0; text-align:center; }
.copyright { justify-self:end; }

@media (max-width: 920px) {
  .hero { gap:25px; grid-template-columns:1fr; padding-top:45px; }
  .hero-copy { max-width:720px; }
  .memory-stack { margin:15px auto 0; max-width:530px; width:100%; }
  .memory-stack.has-photo { max-width: 720px; }
  .steps { grid-template-columns:1fr; }
  .step-card, .step-card.featured { min-height:0; transform:none; }
  .step-icon { margin-bottom:25px; }
  .use-cases, .early-access { grid-template-columns:1fr; }
  .case { min-height:0; }
  .early-access { gap:55px; }
  footer { grid-template-columns:1fr; justify-items:center; }
  .copyright { justify-self:center; }
}

@media (max-width: 560px) {
  .site-header { padding:19px 20px; }
  .header-link { font-size:12px; }
  .hero { padding:42px 20px 76px; }
  h1 { font-size:48px; }
  .hero-intro { font-size:17px; }
  .hero-actions { flex-direction:column; }
  .button { width:100%; }
  .memory-stack { height:405px; transform:scale(.84); transform-origin:top left; width:118%; }
  .memory-stack.has-photo { height: 355px; transform: none; width: 100%; }
  .hero-collage { border-width: 5px; height: 330px; }
  .photo-card { width:275px; }
  .photo-front { left:48px; width:300px; }
  .photo-middle { left:-18px; }
  .photo-back { right:-15px; }
  .section { padding:82px 20px; }
  .case { padding:74px 22px; }
  .early-access { padding:80px 20px; }
  .interest-form { padding:24px 18px; }
  footer { padding:32px 20px; }
}

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