:root {
  color-scheme: light;
  --teal: #005d68;
  --teal-dark: #003f47;
  --teal-light: #d5f1ee;
  --cream: #fffaf0;
  --paper: #fffdf7;
  --ink: #173134;
  --coral: #f27964;
  --yellow: #f6c854;
  --line: rgba(0, 93, 104, 0.19);
  --shadow: 0 24px 60px rgba(0, 54, 61, 0.14);
  font-family: "Avenir Next", Avenir, "Segoe UI", system-ui, sans-serif;
  background: var(--cream);
  color: var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--cream); }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 20; padding: .75rem 1rem; background: var(--paper); border-radius: .5rem; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header, main, .site-footer { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-weight: 800; text-decoration: none; letter-spacing: -.02em; }
.brand img { border-radius: 14px; }
nav { display: flex; align-items: center; gap: 1.5rem; }
nav a { font-size: .96rem; font-weight: 700; text-decoration: none; }
.nav-cta { padding: .72rem 1rem; border: 2px solid var(--teal); border-radius: 999px; }
.hero { min-height: 650px; padding: 4.5rem 0 5rem; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 3.5rem; }
.eyebrow { margin: 0 0 1rem; color: var(--teal); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 1.4rem; color: var(--teal-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.4rem, 6.5vw, 6.7rem); line-height: .92; letter-spacing: -.058em; }
.hero-lede { max-width: 610px; margin-bottom: 2rem; font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .85rem 1.25rem; border-radius: 999px; font-weight: 850; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.button-primary { color: #fff; background: var(--teal); box-shadow: 0 12px 24px rgba(0, 93, 104, .22); }
.button-quiet { border: 2px solid var(--line); }
.beta-note { margin: 1rem 0 0; color: #536a6b; font-size: .9rem; }
.hero-art { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero-art > img { position: relative; z-index: 2; width: min(100%, 650px); border: 3px solid var(--teal); border-radius: 54% 46% 45% 55% / 46% 52% 48% 54%; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.scribble { position: absolute; border: 3px solid var(--coral); border-radius: 50%; }
.scribble-one { width: 85%; height: 76%; transform: rotate(-8deg); }
.scribble-two { width: 70%; height: 92%; border-color: var(--yellow); transform: rotate(12deg); }
.memory-note { position: absolute; z-index: 3; width: 175px; padding: 1.1rem 1rem .9rem; background: var(--paper); border: 1px solid rgba(23, 49, 52, .12); box-shadow: 0 15px 25px rgba(0, 54, 61, .16); font-family: "Segoe Print", "Bradley Hand", cursive; font-size: .92rem; line-height: 1.35; }
.memory-note-one { top: 5%; right: -2%; transform: rotate(5deg); }
.memory-note-two { bottom: 0; left: 0; transform: rotate(-6deg); }
.pin { position: absolute; top: -8px; left: 50%; width: 16px; height: 16px; border-radius: 50%; background: var(--coral); box-shadow: 0 3px 0 #b94e3b; }
.promise-strip { width: 100%; padding: 1.15rem 1.5rem; display: flex; justify-content: center; align-items: center; gap: 1.2rem; color: #fff; background: var(--teal); border-radius: 18px; }
.promise-strip p { margin: 0; font-size: .95rem; }
.promise-strip span { color: var(--yellow); }
.how { padding: 8rem 0; }
.section-heading { max-width: 780px; margin-bottom: 3rem; }
h2 { color: var(--teal-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 4.8vw, 4.8rem); line-height: 1.03; letter-spacing: -.045em; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.step-card { min-height: 280px; padding: 1.75rem; border: 2px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.42); }
.step-card.featured { color: #fff; background: var(--teal); border-color: var(--teal); transform: rotate(1deg); box-shadow: var(--shadow); }
.step-number { display: block; margin-bottom: 4rem; color: var(--coral); font-size: .82rem; font-weight: 900; }
.featured .step-number { color: var(--yellow); }
.step-card h3 { margin-bottom: .75rem; font-size: 1.35rem; }
.step-card p { margin-bottom: 0; line-height: 1.6; }
.moment { margin-bottom: 8rem; padding: clamp(2rem, 6vw, 5rem); display: grid; grid-template-columns: 1fr .85fr; gap: 4rem; align-items: end; background: var(--teal-light); border-radius: 44px; }
.moment-story > p:last-child { max-width: 580px; margin-bottom: 0; font-size: 1.08rem; line-height: 1.65; }
blockquote { margin: 0; padding: 2rem; color: var(--teal-dark); background: var(--paper); border: 2px solid var(--teal); border-radius: 12px; box-shadow: 12px 12px 0 var(--yellow); transform: rotate(-2deg); }
blockquote p { margin-bottom: 1rem; font-family: Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1.2; }
blockquote footer { font-weight: 750; }
.privacy { margin-bottom: 8rem; padding-top: 1rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; border-top: 2px solid var(--line); }
.privacy h2 { margin-bottom: 0; }
.privacy-copy { padding-top: 4rem; font-size: 1.12rem; line-height: 1.7; }
.text-link { color: var(--teal); font-weight: 850; text-underline-offset: 4px; }
.company { margin-bottom: 8rem; padding: clamp(2rem, 6vw, 5rem); display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; background: var(--paper); border: 2px solid var(--line); border-radius: 44px; }
.company h2 { margin-bottom: 0; }
.company-copy { font-size: 1.12rem; line-height: 1.7; }
.company-links { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 1.5rem; }
.closing { margin-bottom: 4rem; padding: 2.3rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.8rem; color: #fff; background: var(--teal-dark); border-radius: 32px; }
.closing img { border-radius: 26px; }
.closing h2 { margin-bottom: .45rem; color: #fff; font-size: clamp(2rem, 4vw, 3.4rem); }
.closing p { margin-bottom: 0; }
.button-light { color: var(--teal-dark); background: var(--yellow); }
.site-footer { min-height: 120px; padding: 2rem 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; border-top: 1px solid var(--line); }
.site-footer > div { display: flex; gap: 1.2rem; }
.site-footer > div a { font-weight: 700; }
.site-footer p { margin: 0; text-align: right; color: #647879; font-size: .9rem; }

@media (max-width: 850px) {
  .site-header { min-height: 74px; }
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero { padding-top: 2.5rem; grid-template-columns: 1fr; }
  .hero-art { min-height: 430px; }
  .memory-note-one { right: 0; }
  .steps { grid-template-columns: 1fr; }
  .step-card { min-height: auto; }
  .step-number { margin-bottom: 2rem; }
  .moment, .privacy, .company { grid-template-columns: 1fr; gap: 2rem; }
  .privacy-copy { padding-top: 0; }
  .closing { grid-template-columns: auto 1fr; }
  .closing .button { grid-column: 1 / -1; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer p { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 560px) {
  .site-header, main, .site-footer { width: min(100% - 26px, 1180px); }
  .brand span { font-size: .94rem; }
  .nav-cta { padding: .62rem .8rem; font-size: .84rem; }
  .hero { min-height: auto; gap: 1rem; padding-bottom: 3.5rem; }
  h1 { font-size: clamp(3.15rem, 16vw, 4.4rem); }
  .hero-art { min-height: 360px; }
  .hero-art > img { border-radius: 35px; }
  .memory-note { width: 145px; font-size: .78rem; }
  .memory-note-one { top: 0; }
  .memory-note-two { bottom: 0; }
  .promise-strip { padding: 1.4rem; flex-direction: column; align-items: flex-start; gap: .5rem; }
  .promise-strip > span { display: none; }
  .how { padding: 5rem 0; }
  .moment { margin-bottom: 5rem; border-radius: 28px; }
  .privacy { margin-bottom: 5rem; }
  .company { margin-bottom: 5rem; border-radius: 28px; }
  .closing { grid-template-columns: 1fr; text-align: center; }
  .closing img { margin-inline: auto; }
  .site-footer { grid-template-columns: 1fr; justify-items: start; }
}

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