:root {
  --paper: #f5efe6;
  --paper-deep: #ebe0d2;
  --ink: #221d1a;
  --muted: #756c65;
  --wine: #6e2636;
  --wine-dark: #451620;
  --rose: #c68c91;
  --line: rgba(34, 29, 26, 0.15);
  --white: #fffaf3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }

.grain {
  position: fixed; inset: 0; opacity: .055; pointer-events: none; z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}

.site-header {
  height: 88px; max-width: 1440px; margin: auto; padding: 0 5vw;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line); position: relative; z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; letter-spacing: -.02em; }
.brand-mark { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: 12px; }
nav { display: flex; gap: 34px; font-size: 13px; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--ink); transition: .25s; }
nav a:hover::after { right: 0; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; padding: 16px 23px; border-radius: 3px; font-weight: 600; font-size: 13px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--wine); }
.button-small { padding: 11px 17px; }

.hero { min-height: 680px; max-width: 1440px; margin: auto; padding: 72px 7vw 90px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 7vw; overflow: hidden; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 23px; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 600; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
h1, h2 { font-family: "Gloock", serif; font-weight: 400; letter-spacing: -.045em; margin: 0; }
h1 { font-size: clamp(55px, 6vw, 91px); line-height: .96; }
h1 em, h2 em { color: var(--wine); font-weight: 400; }
.hero-intro { max-width: 530px; font-size: 17px; line-height: 1.7; color: var(--muted); margin: 29px 0; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-button { border: 0; background: transparent; padding: 10px 0; font-size: 13px; font-weight: 600; cursor: pointer; }
.play-icon { width: 29px; height: 29px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; margin-right: 8px; font-size: 8px; }
.reassurance { color: var(--muted); font-size: 11px; margin-top: 20px; }
.reassurance span { color: var(--wine); font-weight: 600; }

.hero-stage { position: relative; min-height: 560px; display: grid; place-items: center; }
.hero-stage::before { content: ""; position: absolute; width: 470px; height: 470px; border-radius: 50%; background: #e8d8c7; }
.phone-card { position: relative; width: min(430px, 80%); background: #fffdf9; border: 1px solid rgba(34,29,26,.2); box-shadow: 0 30px 80px rgba(57,37,29,.16); transform: rotate(1.5deg); z-index: 2; }
.browser-bar { height: 31px; display: flex; align-items: center; justify-content: space-between; padding: 0 11px; border-bottom: 1px solid var(--line); font-size: 7px; color: #918a84; }
.browser-dots { display: flex; gap: 3px; }
.browser-dots i { width: 4px; height: 4px; background: #aaa39e; border-radius: 50%; }
.lock { color: var(--wine); }
.mini-page { padding: 32px 50px 36px; text-align: center; }
.mini-kicker { margin: 0 0 22px; font-size: 7px; letter-spacing: .24em; font-weight: 600; color: var(--wine); }
.photo-stack { width: 210px; height: 155px; margin: 0 auto 30px; position: relative; }
.photo { position: absolute; width: 145px; height: 145px; padding: 7px 7px 20px; background: #fff; box-shadow: 0 7px 18px rgba(20,10,5,.17); }
.photo-back { left: 5px; transform: rotate(-9deg); background: #fff8ed; }
.photo-front { right: 4px; top: 4px; transform: rotate(7deg); }
.sun { position: absolute; width: 30px; height: 30px; background: #dd9d75; border-radius: 50%; left: 29px; top: 27px; }
.hills { position: absolute; inset: 61px 7px 20px; background: #7d8871; clip-path: polygon(0 65%, 36% 11%, 59% 57%, 76% 25%, 100% 68%, 100% 100%, 0 100%); }
.flower-scene { height: 118px; background: linear-gradient(#bfd0cd 0 57%, #7e8e72 57%); overflow: hidden; display: flex; align-items: end; justify-content: space-around; padding: 0 9px 20px; color: #f4e2d1; font-size: 25px; }
.flower-scene i { font-style: normal; text-shadow: 0 16px 0 #51634e; }
.flower-scene i:nth-child(even) { transform: translateY(13px) scale(.75); color: #d79b9d; }
.tape { position: absolute; width: 55px; height: 17px; background: rgba(235,218,177,.72); top: -8px; left: 82px; transform: rotate(2deg); z-index: 3; }
.mini-page h2 { font-size: 29px; line-height: 1.12; }
.mini-page > p:not(.mini-kicker) { font-family: "Gloock", serif; font-style: italic; color: var(--muted); font-size: 12px; }
.mini-button { border: 0; background: none; color: var(--wine); font-size: 8px; text-transform: uppercase; letter-spacing: .13em; margin-top: 7px; }
.floating-note { position: absolute; right: -2%; bottom: 45px; width: 210px; padding: 19px; background: var(--wine); color: #fff7ee; transform: rotate(-4deg); z-index: 3; box-shadow: 0 12px 28px rgba(55,15,25,.2); }
.floating-note span { font-size: 8px; opacity: .6; }
.floating-note p { font-family: "Gloock", serif; margin: 10px 0 0; line-height: 1.4; font-size: 14px; }
.floating-note i { position: absolute; right: 16px; top: 12px; font-size: 20px; }
.scribble { position: absolute; font-family: "Gloock", serif; font-style: italic; color: var(--wine); font-size: 13px; transform: rotate(-10deg); z-index: 4; }
.scribble-one { left: 2%; top: 32px; }
.spark { position: absolute; color: var(--wine); }
.spark-one { left: 11%; bottom: 75px; font-size: 28px; }
.spark-two { right: 6%; top: 68px; font-size: 34px; }

.statement { padding: 120px 20px 105px; text-align: center; background: var(--wine); color: #f7eadc; }
.statement > p { text-transform: uppercase; letter-spacing: .18em; font-size: 9px; opacity: .68; }
.statement h2 { font-size: clamp(48px, 6vw, 83px); line-height: 1.03; margin: 17px 0 40px; }
.statement h2 em { color: #ddb7ac; }
.statement-rule { max-width: 400px; height: 1px; margin: auto; background: rgba(255,255,255,.22); position: relative; }
.statement-rule span { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); padding: 0 18px; background: var(--wine); font-size: 23px; }

.section-shell { max-width: 1440px; margin: auto; padding: 120px 7vw; }
.section-heading { display: grid; grid-template-columns: 1.1fr .8fr; column-gap: 10%; align-items: end; margin-bottom: 58px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { font-size: clamp(43px, 5vw, 70px); line-height: 1.02; }
.section-heading > p:last-child { color: var(--muted); line-height: 1.65; font-size: 14px; max-width: 360px; padding-bottom: 4px; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.step-card { min-width: 0; }
.step-visual { height: 315px; background: #e9ded1; padding: 34px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.step-card.featured .step-visual { background: #d8b4ac; }
.choice { width: 85%; margin: 5px auto; display: flex; justify-content: space-between; padding: 13px 15px; background: rgba(255,255,255,.55); border: 1px solid transparent; color: #6e6660; font-size: 11px; transform: rotate(-2deg); }
.choice:nth-child(2) { transform: rotate(1deg) translateX(14px); }
.choice:nth-child(3) { transform: rotate(-1deg) translateX(-3px); }
.choice.selected { background: #fffaf3; border-color: var(--wine); color: var(--ink); box-shadow: 0 7px 20px rgba(50,25,20,.1); }
.choice i { font-style: normal; color: var(--wine); }
.editor-card { background: #fffaf3; padding: 21px; min-height: 140px; transform: rotate(1.5deg); box-shadow: 0 12px 25px rgba(67,29,29,.12); }
.editor-label { display: block; text-transform: uppercase; font-size: 7px; letter-spacing: .14em; color: var(--wine); margin-bottom: 24px; }
.typed-line { font-family: "Gloock", serif; font-size: 14px; display: block; border-bottom: 1px solid #d8cdc2; padding-bottom: 6px; margin-bottom: 8px; }
.typed-line.short { width: 79%; }
.cursor { display: block; width: 1px; height: 15px; background: var(--wine); animation: blink .9s infinite; }
.add-photo { margin: 13px auto 0; background: rgba(255,255,255,.5); border: 1px dashed rgba(70,35,35,.3); padding: 10px 15px; width: 78%; font-size: 8px; text-align: center; }
.send-visual { align-items: flex-end; background: #dfe2d7; }
.message-bubble { max-width: 93%; background: #fff; padding: 17px; border-radius: 17px 17px 4px 17px; font-size: 11px; line-height: 1.6; box-shadow: 0 8px 19px rgba(33,42,29,.08); }
.message-bubble b { font-size: 8px; font-weight: 500; color: var(--wine); }
.sent-status { font-size: 7px; color: #78806f; margin: 7px 4px 0; }
.step-copy { display: flex; gap: 16px; align-items: center; margin: 25px 0 10px; }
.step-copy span { font-size: 9px; color: var(--wine); }
.step-copy h3 { font-family: "Gloock", serif; font-weight: 400; font-size: 21px; margin: 0; }
.step-card > p { color: var(--muted); font-size: 12px; line-height: 1.6; padding-left: 29px; margin: 0; }

.moments { background: var(--ink); color: #f3e7da; padding: 110px 9vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 12%; }
.eyebrow.light { color: #d7b0a7; }
.moments-copy h2 { font-size: clamp(42px, 5vw, 66px); line-height: 1.05; }
.moments-copy > p:not(.eyebrow) { color: #afa49a; line-height: 1.7; font-size: 13px; max-width: 390px; margin: 28px 0; }
.inline-link { display: inline-flex; gap: 25px; border-bottom: 1px solid #786e67; padding-bottom: 6px; font-size: 12px; }
.moment { width: 100%; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; text-align: left; border: 0; border-bottom: 1px solid rgba(255,255,255,.16); padding: 20px 4px; background: transparent; color: #bdb2a9; cursor: pointer; transition: color .2s, padding .2s; }
.moment:hover, .moment.active { color: #fff4e7; padding-left: 13px; }
.moment span { font-size: 8px; color: #9d7779; }
.moment strong { font-family: "Gloock", serif; font-size: clamp(20px, 2.3vw, 29px); font-weight: 400; }
.moment i { font-style: normal; opacity: 0; transform: translateX(-8px); transition: .2s; }
.moment:hover i, .moment.active i { opacity: 1; transform: translateX(0); }
#moment-caption { color: #a4978d; font-size: 11px; font-style: italic; text-align: right; min-height: 20px; }

.privacy-card { min-height: 500px; display: grid; grid-template-columns: 1fr 1fr; background: #e7d9ca; overflow: hidden; }
.privacy-art { position: relative; min-height: 500px; background: var(--wine); overflow: hidden; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.orbit-one { width: 400px; height: 400px; }
.orbit-two { width: 250px; height: 250px; }
.privacy-art::before, .privacy-art::after { content: "✦"; position: absolute; color: #dcb6ac; font-size: 31px; }
.privacy-art::before { left: 18%; top: 20%; }
.privacy-art::after { right: 18%; bottom: 18%; font-size: 20px; }
.keyhole { width: 112px; height: 112px; border-radius: 50%; background: #f0e3d4; color: var(--wine); display: grid; place-items: center; font-size: 25px; z-index: 2; box-shadow: 0 0 0 13px rgba(255,255,255,.08); }
.keyhole span { position: absolute; width: 15px; height: 35px; background: var(--wine); margin-top: 34px; clip-path: polygon(36% 0,64% 0,100% 100%,0 100%); }
.privacy-copy { padding: 70px 8%; align-self: center; }
.privacy-copy h2 { font-size: clamp(37px, 4vw, 56px); line-height: 1.08; }
.privacy-copy > p:not(.eyebrow) { color: var(--muted); max-width: 500px; font-size: 13px; line-height: 1.75; margin: 25px 0; }
.privacy-copy ul { display: grid; grid-template-columns: 1fr 1fr; list-style: none; padding: 0; margin: 0; gap: 12px; font-size: 11px; }
.privacy-copy li span { color: var(--wine); margin-right: 7px; }

.create { background: #eadfd2; padding: 130px 20px; text-align: center; overflow: hidden; }
.create-inner { position: relative; max-width: 760px; margin: auto; }
.big-heart { position: absolute; left: 50%; top: -108px; transform: translateX(-50%); font-family: serif; color: rgba(110,38,54,.08); font-size: 330px; line-height: 1; }
.eyebrow.centered { justify-content: center; position: relative; }
.create h2 { position: relative; font-size: clamp(53px, 7vw, 86px); line-height: .96; }
.create form { position: relative; margin: 43px auto 0; max-width: 590px; text-align: left; }
.create label { display: block; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; margin: 0 0 8px 4px; }
.input-wrap { display: flex; border-bottom: 1px solid var(--ink); }
.input-wrap input { width: 100%; min-width: 0; background: transparent; border: 0; outline: 0; padding: 16px 5px; font-family: "Gloock", serif; font-size: 27px; color: var(--ink); }
.input-wrap input::placeholder { color: #ab9e91; }
.input-wrap button { flex: 0 0 auto; border: 0; background: var(--wine); color: white; padding: 0 24px; cursor: pointer; font-size: 12px; font-weight: 600; }
.input-wrap button span { margin-left: 15px; }
.form-note { color: var(--muted); font-size: 9px; margin-top: 15px; text-align: center; }

footer { padding: 35px 5vw; display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 25px; align-items: center; border-top: 1px solid var(--line); font-size: 10px; }
footer p { color: var(--muted); text-align: center; }
footer div { display: flex; gap: 20px; }
footer small { grid-column: 1 / -1; color: #9d958e; padding-top: 12px; border-top: 1px solid var(--line); }

dialog { width: min(480px, calc(100% - 32px)); border: 0; padding: 50px; background: var(--paper); text-align: center; color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.3); }
dialog::backdrop { background: rgba(30,20,18,.72); backdrop-filter: blur(5px); }
dialog h2 { font-size: 39px; }
dialog > p:not(.mini-kicker) { color: var(--muted); font-size: 13px; line-height: 1.6; }
.close-modal { position: absolute; right: 14px; top: 11px; border: 0; background: none; font-size: 28px; cursor: pointer; }
.password-demo { display: flex; border: 1px solid var(--line); margin: 27px 0 14px; }
.password-demo span { flex: 1; padding: 14px; letter-spacing: .3em; color: #9d948c; }
.password-demo button { border: 0; background: var(--wine); color: white; padding: 0 18px; font-size: 11px; cursor: pointer; }
dialog small { color: #8d837c; font-size: 9px; }
.toast { position: fixed; left: 50%; bottom: 30px; transform: translate(-50%, 30px); background: var(--ink); color: white; padding: 13px 20px; border-radius: 3px; font-size: 12px; opacity: 0; pointer-events: none; transition: .3s; z-index: 30; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }
@keyframes blink { 50% { opacity: 0; } }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-copy { text-align: center; }
  .hero-intro { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-stage { min-height: 510px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p:last-child { margin-top: 22px; }
  .step-grid { grid-template-columns: 1fr; }
  .step-visual { height: 285px; }
  .moments { grid-template-columns: 1fr; }
  .privacy-card { grid-template-columns: 1fr; }
  .privacy-art { min-height: 360px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer p { text-align: center; }
  footer div { justify-content: center; }
  footer small { grid-column: auto; }
}

@media (max-width: 560px) {
  .site-header { height: 72px; padding: 0 18px; }
  .site-header .button { font-size: 0; width: 41px; height: 41px; padding: 0; border-radius: 50%; }
  .site-header .button::after { content: "↗"; font-size: 15px; }
  .hero { padding: 50px 20px 65px; }
  h1 { font-size: 51px; }
  .hero-intro { font-size: 15px; }
  .hero-actions { flex-direction: column; gap: 10px; }
  .hero-actions .button { width: 100%; }
  .hero-stage { min-height: 440px; margin-top: 15px; }
  .hero-stage::before { width: 330px; height: 330px; }
  .phone-card { width: 92%; }
  .mini-page { padding: 25px 30px 28px; }
  .photo-stack { transform: scale(.83); margin-top: -10px; margin-bottom: 8px; }
  .mini-page h2 { font-size: 22px; }
  .floating-note { width: 170px; right: -14px; bottom: 6px; }
  .scribble-one { left: -4px; }
  .statement { padding: 90px 20px; }
  .section-shell { padding: 90px 20px; }
  .section-heading h2 { font-size: 42px; }
  .step-card > p { margin-bottom: 33px; }
  .moments { padding: 85px 20px; }
  .privacy-art { min-height: 300px; }
  .orbit-one { width: 310px; height: 310px; }
  .privacy-copy { padding: 55px 28px; }
  .privacy-copy ul { grid-template-columns: 1fr; }
  .create { padding: 100px 20px; }
  .input-wrap { display: block; border: 0; }
  .input-wrap input { border-bottom: 1px solid var(--ink); text-align: center; }
  .input-wrap button { width: 100%; padding: 16px; margin-top: 14px; }
  dialog { padding: 44px 24px; }
}

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