:root {
  --ink: #14241f;
  --ink-soft: #4f5d57;
  --forest: #1f5a49;
  --forest-dark: #123f34;
  --mint: #cfe7d5;
  --cream: #f3f0e8;
  --paper: #fbfaf6;
  --line: rgba(20, 36, 31, 0.14);
  --white: #ffffff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Avenir Next", Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

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

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

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  padding: 0 clamp(24px, 5vw, 76px);
}

.brand {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.brand img {
  display: block;
  border-radius: 11px;
  box-shadow: 0 8px 18px rgba(31, 90, 73, 0.16);
}

.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-size: 15px; letter-spacing: -0.02em; }
.brand-copy span { font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.13em; color: #7d8984; }

.desktop-nav { display: flex; align-items: center; gap: 36px; }
.desktop-nav a { color: #52615b; font-size: 13px; font-weight: 600; text-decoration: none; transition: color 160ms ease; }
.desktop-nav a:hover { color: var(--forest); }

.header-cta {
  justify-self: end;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 12px 18px;
  border-radius: 999px;
  color: var(--white);
  background: var(--forest);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(31, 90, 73, 0.18);
  transition: transform 180ms ease, background 180ms ease;
}

.header-cta:hover { transform: translateY(-2px); background: var(--forest-dark); }

.hero {
  position: relative;
  min-height: 820px;
  height: min(900px, 100svh);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
  align-items: center;
  gap: clamp(30px, 5vw, 90px);
  padding: 108px clamp(24px, 8vw, 140px) 54px;
  background:
    linear-gradient(100deg, rgba(255,255,255,0.58), rgba(255,255,255,0) 53%),
    radial-gradient(circle at 80% 33%, rgba(197, 227, 207, 0.9), transparent 34%),
    var(--cream);
}

.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: 8%; top: 18%; background: rgba(255,255,255,0.5); }
.hero-glow-two { width: 260px; height: 260px; right: 39%; bottom: -12%; background: rgba(208,231,215,0.5); }

.hero-copy { position: relative; z-index: 2; max-width: 680px; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 22px;
  color: var(--forest);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow > span { display: block; width: 27px; height: 1px; background: currentColor; }

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

h1 {
  margin-bottom: 28px;
  font-size: clamp(58px, 6.2vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.065em;
  font-weight: 600;
}

h1 em {
  color: var(--forest);
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-weight: 500;
}

.hero-lede {
  max-width: 590px;
  margin-bottom: 34px;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65;
}

.hero-actions { display: flex; align-items: center; gap: 25px; }

.app-store-button {
  min-width: 184px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 11px 19px 10px;
  color: #fff;
  background: #101511;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 13px;
  text-decoration: none;
  box-shadow: 0 15px 30px rgba(20,36,31,0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.app-store-button:hover { transform: translateY(-3px); box-shadow: 0 19px 36px rgba(20,36,31,0.24); }
.app-store-button span:nth-child(2) { display: grid; text-align: left; }
.app-store-button small { font-size: 10px; line-height: 1; }
.app-store-button strong { margin-top: 3px; font-size: 20px; line-height: 1; letter-spacing: -0.03em; }
.apple-mark { position: relative; width: 24px; height: 28px; display: block; overflow: hidden; color: #fff; font-size: 27px; line-height: 26px; transform: scaleX(0.84); }
.apple-mark::after { content: ""; position: absolute; width: 9px; height: 5px; top: 0; left: 13px; border-radius: 100% 0; background: #fff; transform: rotate(-32deg); }

.text-link { color: var(--forest); font-size: 13px; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(31,90,73,0.3); padding: 6px 0; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform 160ms ease; }
.text-link:hover span { transform: translateY(3px); }
.device-note { margin: 18px 0 0; color: #7b8782; font-size: 11px; }

.hero-visual { position: relative; z-index: 2; height: 680px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(31,90,73,0.16); border-radius: 50%; transform: rotate(-18deg); }
.orbit-one { width: 590px; height: 390px; }
.orbit-two { width: 700px; height: 470px; opacity: 0.55; }

.phone-shadow { position: absolute; width: 330px; height: 66px; bottom: 18px; border-radius: 50%; background: rgba(28,65,53,0.24); filter: blur(28px); transform: rotate(-4deg); }

.phone {
  position: relative;
  width: 310px;
  height: 632px;
  padding: 8px;
  background: linear-gradient(145deg, #26312d, #07100c 48%, #65736d);
  border-radius: 54px;
  box-shadow: 0 44px 90px rgba(27,57,48,0.32), inset 0 0 0 1px rgba(255,255,255,0.35);
  transform: rotate(3.5deg);
}

.phone::after { content: ""; position: absolute; inset: 3px; border-radius: 51px; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.26); pointer-events: none; }
.phone-side { position: absolute; width: 4px; background: #26312d; border-radius: 3px; }
.phone-side-left { left: -3px; top: 127px; height: 83px; }
.phone-side-right { right: -3px; top: 150px; height: 112px; }

.phone-screen { position: relative; height: 100%; overflow: hidden; border-radius: 47px; background: #f9faf7; padding: 22px 17px 20px; }
.phone-screen::before { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; top: 90px; left: -100px; background: rgba(210,232,217,0.3); filter: blur(28px); }
.phone-product { width: 340px; }
.product-screen { padding: 0; background: #f8f9fb; }
.product-screen::before { display: none; }
.product-screen img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; }
.dynamic-island { position: absolute; z-index: 3; top: 11px; left: 50%; width: 86px; height: 24px; transform: translateX(-50%); background: #050806; border-radius: 20px; }
.phone-status { position: relative; z-index: 2; height: 32px; display: flex; justify-content: space-between; align-items: flex-start; padding: 0 7px; font-size: 9px; font-weight: 700; }
.app-header { position: relative; z-index: 2; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; padding: 10px 3px 14px; border-bottom: 1px solid rgba(20,36,31,0.08); }
.mini-logo { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: white; background: var(--forest); font-size: 8px; font-weight: 700; }
.app-header div:nth-child(2) { display: grid; gap: 2px; }
.app-header strong { font-size: 12px; }
.app-header div:nth-child(2) span { color: #829089; font-size: 8px; }
.more { color: #74817c; font-size: 11px; letter-spacing: 2px; }
.app-conversation { position: relative; z-index: 2; padding: 23px 2px; }
.day-marker { margin-bottom: 24px; color: #94a19b; font-size: 7px; font-weight: 700; letter-spacing: 0.13em; text-align: center; }
.omnia-line { width: 88%; color: #2b3e36; font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; font-size: 15px; line-height: 1.45; }
.user-bubble { width: 85%; margin: 23px 0 23px auto; padding: 13px 15px; border-radius: 16px 16px 4px 16px; color: white; background: var(--forest); font-size: 10px; line-height: 1.5; box-shadow: 0 9px 20px rgba(31,90,73,0.15); }
.thinking-line { display: flex; gap: 3px; margin: 0 0 10px; }
.thinking-line span { width: 4px; height: 4px; border-radius: 50%; background: #8aa69b; }
.thinking-line span:nth-child(2) { opacity: 0.65; }
.thinking-line span:nth-child(3) { opacity: 0.35; }
.omnia-line.response { font-size: 14px; }
.memory-chip { width: max-content; max-width: 100%; margin-top: 17px; padding: 7px 9px; border: 1px solid #dce7df; border-radius: 999px; color: #5b7268; background: rgba(255,255,255,0.72); font-size: 7px; }
.memory-chip span { color: var(--forest); }
.composer { position: absolute; z-index: 2; left: 16px; right: 16px; bottom: 26px; height: 49px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; padding: 5px 6px 5px 11px; border: 1px solid #d8dfdb; border-radius: 15px; background: rgba(255,255,255,0.9); box-shadow: 0 11px 27px rgba(31,56,47,0.1); }
.voice-dot { width: 24px; height: 24px; display: grid; place-items: center; color: #5f7c70; background: #eef3ef; border-radius: 50%; font-size: 9px; }
.composer > span { color: #9aa39f; font-size: 9px; }
.send-arrow { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: white; background: var(--forest); font-size: 14px; }
.home-indicator { position: absolute; bottom: 8px; left: 50%; width: 88px; height: 3px; transform: translateX(-50%); background: #101511; border-radius: 3px; }

.floating-note { position: absolute; width: 184px; display: grid; grid-template-columns: 32px 1fr; grid-template-rows: auto auto; column-gap: 10px; align-items: center; padding: 13px 15px; border: 1px solid rgba(255,255,255,0.7); border-radius: 16px; background: rgba(253,252,248,0.82); box-shadow: 0 19px 45px rgba(31,65,54,0.15); backdrop-filter: blur(14px); }
.floating-note > span { grid-row: 1 / 3; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: #e6f0e8; }
.floating-note strong { font-size: 10px; }
.floating-note small { color: #78857f; font-size: 8px; }
.note-one { top: 145px; left: 0; transform: rotate(-2deg); }
.note-two { right: -15px; bottom: 152px; transform: rotate(1deg); }

.promise { min-height: 100px; display: flex; align-items: center; justify-content: center; gap: 22px; padding: 24px; color: #eff6f2; background: var(--forest-dark); }
.promise p { margin: 0; font-size: 13px; letter-spacing: 0.015em; }
.promise p:first-child { font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; font-size: 18px; font-style: italic; color: #bdd5c6; }
.promise-line { width: 55px; height: 1px; background: rgba(255,255,255,0.25); }

.why { padding: 126px clamp(24px, 7vw, 110px) 140px; background: var(--paper); }
.section-heading { max-width: 780px; margin: 0 auto 78px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
h2 { margin-bottom: 24px; font-size: clamp(43px, 5vw, 70px); line-height: 1.02; letter-spacing: -0.055em; font-weight: 600; }
.section-heading > p:last-child { max-width: 600px; margin: 0 auto; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }

.feature-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature { min-height: 560px; position: relative; display: flex; flex-direction: column; overflow: hidden; padding: 27px 28px 31px; border: 1px solid var(--line); border-radius: 26px; background: #f5f2e9; }
.feature-number { color: #89958f; font-size: 10px; letter-spacing: 0.08em; }
.feature-art { position: relative; height: 235px; display: grid; place-items: center; margin: 18px -5px 14px; }
.feature-copy { margin-top: auto; }
.feature-kicker { margin-bottom: 11px; color: var(--forest); font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.feature h3 { margin-bottom: 15px; font-size: 27px; line-height: 1.08; letter-spacing: -0.04em; }
.feature-copy > p:last-child { margin-bottom: 0; color: #68746f; font-size: 13px; line-height: 1.65; }

.memory-art { border-radius: 19px; background: radial-gradient(circle, rgba(205,228,212,0.8), transparent 65%); }
.memory-center { z-index: 2; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--forest); box-shadow: 0 13px 28px rgba(31,90,73,0.24); }
.memory-node { position: absolute; width: 14px; height: 14px; border: 4px solid #e5eee7; border-radius: 50%; background: #6b9484; box-shadow: 0 0 0 1px #a5beb4; }
.node-a { top: 33px; left: 63px; }.node-b { top: 35px; right: 60px; }.node-c { bottom: 28px; left: 82px; }.node-d { bottom: 32px; right: 73px; }
.memory-path { position: absolute; width: 90px; height: 1px; background: #abc4b8; transform-origin: center; }
.path-a { transform: rotate(37deg) translate(-34px, -39px); }.path-b { transform: rotate(-38deg) translate(35px, -39px); }.path-c { width: 156px; transform: rotate(0deg) translate(0, 53px); }

.voice-art { display: flex; align-items: center; justify-content: center; gap: 7px; }
.voice-art span { width: 6px; border-radius: 5px; background: var(--forest); box-shadow: 0 0 16px rgba(31,90,73,0.12); }
.voice-art span:nth-child(1), .voice-art span:nth-child(9) { height: 27px; opacity: .35; }
.voice-art span:nth-child(2), .voice-art span:nth-child(8) { height: 52px; opacity: .5; }
.voice-art span:nth-child(3), .voice-art span:nth-child(7) { height: 83px; opacity: .68; }
.voice-art span:nth-child(4), .voice-art span:nth-child(6) { height: 117px; opacity: .86; }
.voice-art span:nth-child(5) { height: 155px; }

.projects-art { perspective: 800px; }
.project-card { position: absolute; width: 79%; height: 100px; display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 10px; padding: 18px; border: 1px solid rgba(20,36,31,0.12); border-radius: 15px; background: #fbfaf7; box-shadow: 0 13px 28px rgba(20,36,31,0.08); }
.project-card span { width: 27px; height: 27px; border-radius: 8px; background: #d8e9dc; }
.project-card strong { font-size: 11px; }
.project-card small { grid-column: 2; margin-top: -21px; color: #8b9691; font-size: 7px; }
.project-back { top: 27px; transform: scale(.82) translateY(-4px); opacity: .55; }
.project-middle { top: 67px; transform: scale(.91); opacity: .78; }
.project-front { top: 115px; border-color: rgba(31,90,73,0.23); }

.inside { min-height: 760px; display: grid; grid-template-columns: .85fr 1.15fr; overflow: hidden; background: var(--forest-dark); }
.inside-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(34px, 8vw, 138px); color: white; }
.eyebrow.light { color: #a9cbb9; }
.inside-copy h2 { max-width: 520px; }
.inside-copy > p:not(.eyebrow) { max-width: 530px; color: #c5d3cc; font-size: 16px; line-height: 1.75; }
.inside-copy ul { display: grid; gap: 16px; margin: 29px 0 0; padding: 0; list-style: none; color: #e5ede9; font-size: 13px; }
.inside-copy li { display: flex; gap: 11px; align-items: center; }
.inside-copy li span { color: #9ac9ae; }
.inside-moments { position: relative; min-height: 760px; background: radial-gradient(circle at 30% 40%, #276a55, #163f35 52%, #0d3028); }
.inside-moments::before, .inside-moments::after { content: ""; position: absolute; border: 1px solid rgba(207,231,213,0.12); border-radius: 50%; }
.inside-moments::before { width: 650px; height: 650px; left: 5%; top: 5%; }.inside-moments::after { width: 470px; height: 470px; left: 16%; top: 16%; }
.screenshot-stack { overflow: hidden; }
.real-screen { position: absolute; z-index: 2; width: 292px; margin: 0; overflow: hidden; padding: 6px 6px 0; border: 1px solid rgba(255,255,255,.25); border-radius: 40px; background: #fff; box-shadow: 0 35px 70px rgba(2,20,14,.32); }
.real-screen img { width: 100%; height: 520px; display: block; object-fit: cover; object-position: top; border-radius: 34px 34px 20px 20px; }
.real-screen figcaption { height: 58px; display: flex; align-items: center; gap: 10px; padding: 0 14px; color: #283b33; font-size: 10px; font-weight: 700; }
.real-screen figcaption span { width: 24px; height: 24px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: var(--forest); font-size: 8px; }
.screen-save { top: 70px; left: 8%; transform: rotate(-4deg); }
.screen-recall { right: 7%; bottom: 55px; transform: rotate(4deg); }
.moment-card { position: absolute; z-index: 2; width: min(390px, 68%); padding: 25px 27px; border: 1px solid rgba(255,255,255,.14); border-radius: 19px; color: white; background: rgba(244,247,242,.1); box-shadow: 0 25px 55px rgba(2,20,14,.2); backdrop-filter: blur(13px); }
.moment-card small { color: #9ec8b1; font-size: 8px; font-weight: 700; letter-spacing: .13em; }
.moment-card p { margin: 15px 0 19px; font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; font-size: 23px; line-height: 1.25; }
.moment-card span { color: #c6d8cf; font-size: 9px; }
.moment-one { top: 85px; left: 10%; transform: rotate(-3deg); }.moment-two { top: 300px; right: 8%; transform: rotate(3deg); }.moment-three { bottom: 72px; left: 15%; transform: rotate(-1deg); }

.privacy { min-height: 550px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 8vw; padding: 90px clamp(28px, 10vw, 170px); background: #e5ece4; }
.privacy-mark { display: grid; place-items: center; }
.privacy-mark > span { position: relative; width: 174px; height: 204px; display: block; border: 2px solid var(--forest); border-radius: 86px 86px 42px 42px; clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 100%, 0 65%); }
.privacy-mark > span::before { content: ""; position: absolute; width: 55px; height: 55px; top: 62px; left: 57px; border: 2px solid var(--forest); border-radius: 50%; }
.privacy-mark > span::after { content: ""; position: absolute; width: 2px; height: 33px; top: 116px; left: 83px; background: var(--forest); }
.privacy-copy { max-width: 680px; }
.privacy-copy h2 { font-size: clamp(40px, 4.5vw, 62px); }
.privacy-copy > p:not(.eyebrow) { color: #56675f; font-size: 16px; line-height: 1.75; }
.privacy-copy a { display: inline-block; margin-top: 10px; color: var(--forest); font-size: 12px; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(31,90,73,.35); padding-bottom: 5px; }

.final-cta { position: relative; min-height: 600px; overflow: hidden; display: grid; place-items: center; padding: 90px 24px; color: white; background: var(--ink); text-align: center; }
.final-cta::before { content: ""; position: absolute; width: 760px; height: 760px; border: 1px solid rgba(204,230,211,.1); border-radius: 50%; box-shadow: 0 0 0 100px rgba(204,230,211,.025), 0 0 0 210px rgba(204,230,211,.018); }
.final-copy { position: relative; z-index: 2; display: grid; justify-items: center; }
.final-copy h2 { font-size: clamp(48px, 6vw, 82px); }
.final-copy > p:not(.eyebrow) { color: #b9c9c1; }
.light-button { margin-top: 22px; color: var(--ink); background: #f8f6ef; box-shadow: 0 17px 35px rgba(0,0,0,.2); }
.light-button .apple-mark { color: var(--ink); }.light-button .apple-mark::after { background: var(--ink); }
.final-monogram { position: absolute; right: -45px; bottom: -110px; color: rgba(207,231,213,.035); font-family: Georgia, serif; font-size: 330px; letter-spacing: -.12em; }

.site-footer { min-height: 150px; display: grid; grid-template-columns: 1fr auto 1fr auto; align-items: center; gap: 36px; padding: 38px clamp(24px, 5vw, 76px); background: #0e1d18; color: #b9c6c0; }
.footer-brand { color: white; }
.footer-brand .brand-copy span { color: #84968e; }
.site-footer > p { margin: 0; font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; font-style: italic; }
.site-footer nav { display: flex; gap: 25px; }
.site-footer nav a { font-size: 11px; text-decoration: none; }.site-footer nav a:hover { color: white; }
.site-footer > small { color: #6f8279; font-size: 10px; }

@media (prefers-reduced-motion: no-preference) {
  .phone { animation: float-phone 6s ease-in-out infinite; }
  .note-one { animation: float-note-one 5s ease-in-out infinite; }
  .note-two { animation: float-note-two 5.5s ease-in-out infinite; }
  @keyframes float-phone { 0%,100% { transform: rotate(3.5deg) translateY(0); } 50% { transform: rotate(2.5deg) translateY(-10px); } }
  @keyframes float-note-one { 0%,100% { transform: rotate(-2deg) translateY(0); } 50% { transform: rotate(-1deg) translateY(-7px); } }
  @keyframes float-note-two { 0%,100% { transform: rotate(1deg) translateY(0); } 50% { transform: rotate(2deg) translateY(8px); } }
}

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { height: auto; min-height: 880px; grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr); padding-left: 46px; padding-right: 46px; }
  .floating-note { width: 162px; }
  .note-one { left: -20px; }.note-two { right: -25px; }
  .feature-grid { grid-template-columns: 1fr; max-width: 720px; }
  .feature { min-height: 450px; }
  .feature-art { height: 210px; }
  .inside { grid-template-columns: 1fr; }
  .inside-copy { min-height: 600px; }
  .inside-moments { min-height: 680px; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer > p { display: none; }
}

@media (max-width: 760px) {
  .site-header { height: 76px; padding: 0 20px; }
  .brand img { width: 37px; height: 37px; }
  .brand-copy strong { font-size: 13px; }
  .header-cta { padding: 10px 14px; font-size: 11px; }
  .hero { min-height: 1120px; grid-template-columns: 1fr; gap: 22px; padding: 124px 22px 45px; text-align: center; }
  .hero-copy { margin: 0 auto; }
  .hero-copy .eyebrow, .hero-actions { justify-content: center; }
  h1 { font-size: clamp(53px, 15vw, 75px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 13px; }
  .hero-visual { height: 680px; width: 100%; }
  .phone { width: 282px; height: 575px; }
  .phone-screen { border-radius: 44px; }
  .orbit-one { width: 470px; height: 340px; }.orbit-two { width: 550px; height: 400px; }
  .note-one { top: 100px; left: -5px; }.note-two { right: -5px; bottom: 105px; }
  .floating-note { width: 142px; padding: 10px; grid-template-columns: 27px 1fr; }
  .floating-note > span { width: 27px; height: 27px; }
  .promise { flex-direction: column; gap: 10px; padding: 28px 18px; text-align: center; }
  .promise-line { width: 1px; height: 22px; }
  .why { padding: 90px 18px 100px; }
  .section-heading { margin-bottom: 50px; }
  h2 { font-size: 43px; }
  .feature { min-height: 480px; padding: 23px; }
  .inside-copy { min-height: 620px; padding: 80px 25px; }
  .inside-moments { min-height: 650px; }
  .real-screen { width: 230px; border-radius: 32px; }
  .real-screen img { height: 410px; border-radius: 27px 27px 16px 16px; }
  .real-screen figcaption { height: 52px; padding: 0 10px; font-size: 8px; }
  .screen-save { top: 55px; left: 2%; }
  .screen-recall { right: 2%; bottom: 55px; }
  .moment-card { width: 76%; }
  .moment-card p { font-size: 20px; }
  .moment-one { left: 5%; }.moment-two { right: 4%; }.moment-three { left: 9%; }
  .privacy { grid-template-columns: 1fr; gap: 55px; padding: 82px 25px; text-align: center; }
  .privacy-copy .eyebrow { justify-content: center; }
  .privacy-mark > span { transform: scale(.75); }
  .site-footer { grid-template-columns: 1fr; justify-items: center; gap: 26px; text-align: center; }
  .site-footer nav { grid-row: 2; }
}

@media (max-width: 390px) {
  .brand-copy span { display: none; }
  .header-cta span { display: none; }
  .phone { width: 260px; height: 530px; }
  .phone-screen { border-radius: 40px; }
  .note-one { left: -20px; }.note-two { right: -20px; }
}

@media print {
  .site-header { position: static; }
  .hero { min-height: 0; height: auto; }
  .hero-visual, .inside-moments, .final-monogram { display: none; }
  .hero, .inside, .privacy, .final-cta { display: block; padding: 50px; }
}
