@font-face {
  font-family: "Gloock";
  src: url("../fonts/Gloock-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

:root {
  --ivory: #fbf7f2;
  --paper: #fffdf9;
  --ink: #171319;
  --muted: #665e62;
  --berry: #88154e;
  --berry-dark: #66103b;
  --coral: #de6846;
  --blush: #f1d9cf;
  --line: #e8ddd6;
  --shadow: 0 22px 70px rgba(72, 36, 49, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: "Work Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.reveal { opacity: 1; transform: none; }
.js-ready .reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.js-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(232, 221, 214, 0.8);
  background: rgba(251, 247, 242, 0.88);
  backdrop-filter: blur(18px);
}
.nav-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 400 23px/1 "Gloock", serif; }
.brand img { width: 38px; height: 38px; border-radius: 11px; box-shadow: 0 8px 22px rgba(45, 23, 80, .18); }
.site-header nav { display: flex; gap: 32px; color: #4e464a; font-size: 14px; }
.site-header nav a { padding: 10px 0; }
.site-header nav a:hover { color: var(--berry); }
.nav-cta { padding: 12px 18px; color: white; background: var(--berry); border-radius: 999px; font-size: 14px; font-weight: 700; }

.hero { min-height: 710px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 40px; padding-block: 74px 90px; }
.hero-copy { position: relative; z-index: 2; max-width: 600px; }
.eyebrow, .kicker { color: var(--berry); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.eyebrow span { display: block; width: 30px; height: 1px; background: var(--berry); }
h1, h2, h3 { font-family: "Gloock", Georgia, serif; font-weight: 400; margin: 0; }
.hero h1 { font-size: clamp(52px, 5.2vw, 80px); line-height: 1.01; letter-spacing: -.035em; }
.hero-lede { max-width: 555px; margin: 28px 0 0; color: var(--muted); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--berry); box-shadow: 0 13px 30px rgba(136, 21, 78, .22); }
.button-primary:hover { background: var(--berry-dark); box-shadow: 0 17px 36px rgba(136, 21, 78, .28); }
.button-ghost { border-color: #d9cbc4; background: rgba(255,255,255,.55); }
.microcopy { margin-top: 17px; color: #877d81; font-size: 12px; }

.hero-visual { position: relative; min-height: 585px; }
.glow { position: absolute; border-radius: 50%; filter: blur(1px); }
.glow-one { width: 470px; height: 470px; top: 30px; right: 15px; background: radial-gradient(circle at 45% 40%, #f6d5c5, #efd0db 44%, rgba(239,208,219,0) 72%); }
.glow-two { width: 240px; height: 240px; bottom: 0; left: 0; background: rgba(227, 183, 165, .35); filter: blur(36px); }
.phone { overflow: hidden; border: 9px solid #1d191b; border-radius: 42px; background: #171317; box-shadow: 0 34px 85px rgba(44, 25, 32, .28); }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.phone-main { position: absolute; width: 300px; height: 600px; top: 0; left: 50%; transform: translateX(-48%) rotate(1.5deg); }
.phone-speaker { position: absolute; z-index: 2; width: 94px; height: 24px; top: 7px; left: 50%; transform: translateX(-50%); border-radius: 0 0 16px 16px; background: #1d191b; }
.floating-note { position: absolute; z-index: 4; border: 1px solid rgba(255,255,255,.8); border-radius: 19px; background: rgba(255, 253, 249, .94); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.note-top { top: 60px; right: -20px; width: 225px; padding: 18px 20px; }
.note-top strong { display: block; margin: 6px 0 4px; font: 400 25px/1.1 "Gloock", serif; }
.floating-note small { display: block; color: var(--muted); font-size: 12px; line-height: 1.45; }
.note-kicker { color: var(--coral); font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.note-bottom { bottom: 26px; left: 3px; display: flex; align-items: center; gap: 12px; width: 232px; padding: 11px; }
.tiny-avatar { width: 45px; height: 45px; overflow: hidden; border-radius: 50%; }
.tiny-avatar img { width: 100%; height: 100%; object-fit: cover; }
.note-bottom strong { display: block; font-family: "Gloock"; font-size: 17px; }

.intro-strip { border-block: 1px solid var(--line); background: #f2e9e2; }
.strip-grid { min-height: 116px; display: grid; grid-template-columns: 1fr 1.2fr; align-items: center; gap: 50px; }
.strip-grid > p { max-width: 420px; color: #51484c; line-height: 1.5; }
.strip-metrics { display: flex; justify-content: flex-end; gap: 38px; }
.strip-metrics span { color: #746a6e; font-size: 12px; }
.strip-metrics strong { margin-right: 6px; color: var(--ink); font: 400 31px/1 "Gloock", serif; }

.section { padding-block: 112px; }
.section-heading h2 { margin-top: 12px; font-size: clamp(40px, 4.2vw, 62px); line-height: 1.05; letter-spacing: -.025em; }
.split-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.split-heading p { margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.story-card { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--paper); box-shadow: 0 15px 45px rgba(68, 43, 49, .07); transition: transform .25s ease, box-shadow .25s ease; }
.story-card:hover { transform: translateY(-7px); box-shadow: 0 23px 60px rgba(68, 43, 49, .13); }
.story-image { position: relative; height: 375px; overflow: hidden; }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.story-card:hover .story-image img { transform: scale(1.025); }
.fiction-label { position: absolute; top: 18px; left: 18px; padding: 8px 10px; border-radius: 999px; color: white; background: rgba(102,16,59,.86); font-size: 9px; font-weight: 700; letter-spacing: .06em; backdrop-filter: blur(8px); }
.story-card-copy { padding: 25px 25px 27px; }
.story-name { color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.story-card h3 { margin-top: 7px; font-size: 27px; line-height: 1.1; }
.story-card p { min-height: 67px; color: var(--muted); line-height: 1.55; }
.read-mark { display: flex; justify-content: space-between; align-items: center; padding-top: 15px; border-top: 1px solid var(--line); color: var(--berry); font-size: 13px; font-weight: 700; }

.feature-section { overflow: hidden; background: #efe5df; }
.centered-heading { max-width: 780px; margin-inline: auto; text-align: center; }
.centered-heading p { max-width: 650px; margin: 22px auto 0; color: var(--muted); line-height: 1.7; }
.feature-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; margin-top: 70px; }
.feature-list { display: grid; gap: 3px; }
.feature-item { display: grid; grid-template-columns: 43px 1fr; gap: 17px; padding: 23px 20px; border-left: 2px solid transparent; color: #766c70; }
.feature-item.active { border-left-color: var(--berry); border-radius: 0 18px 18px 0; background: rgba(255,255,255,.58); color: var(--ink); }
.feature-number { margin-top: 5px; color: var(--coral); font: 700 11px/1 "Work Sans"; }
.feature-item h3 { font-size: 25px; }
.feature-item p { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.phone-stage { position: relative; min-height: 630px; }
.phone-feature { position: absolute; width: 275px; height: 570px; border-width: 7px; border-radius: 36px; }
.phone-back { top: 18px; left: 80px; transform: rotate(-6deg); opacity: .72; }
.phone-front { top: 0; right: 50px; transform: rotate(3deg); }
.stage-caption { position: absolute; z-index: 4; right: 0; bottom: 23px; width: 260px; padding: 18px; border-radius: 17px; background: var(--paper); box-shadow: var(--shadow); }
.stage-caption span { display: block; color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.stage-caption strong { display: block; margin-top: 6px; font: 400 20px/1.25 "Gloock"; }

.moments-section { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.moments-copy h2 { margin-top: 13px; font-size: clamp(40px, 4vw, 58px); line-height: 1.05; }
.moments-copy > p { margin-top: 24px; color: var(--muted); line-height: 1.75; }
.check-list { display: grid; gap: 15px; padding: 0; margin: 30px 0 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.check-list span { width: 25px; height: 25px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--berry); background: #f2dfdf; font-size: 12px; font-weight: 700; }
.stills-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 260px 260px; gap: 14px; }
.stills-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: 25px; }
.stills-grid img:first-child { grid-row: 1 / 3; }

.trust-section { padding-block: 100px; color: white; background: #361a2b; }
.trust-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; }
.kicker.light { color: #efaa8b; }
.trust-section h2 { margin-top: 13px; font-size: clamp(40px, 4vw, 60px); line-height: 1.05; }
.trust-points { display: grid; gap: 20px; }
.trust-points p { margin: 0; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.13); color: #dccfd5; line-height: 1.6; }
.trust-points strong { color: white; }
.trust-links { display: flex; flex-wrap: wrap; gap: 25px; padding-top: 7px; }
.trust-links a { color: #f4af90; font-size: 14px; font-weight: 700; }

.closing-section { padding-block: 94px; }
.closing-card { position: relative; overflow: hidden; padding: 78px 45px; border-radius: 38px; color: white; background: radial-gradient(circle at 80% 5%, #bd3770 0, #85184e 34%, #51102f 100%); text-align: center; box-shadow: var(--shadow); }
.closing-card::before, .closing-card::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.closing-card::before { width: 420px; height: 420px; top: -280px; right: -80px; }
.closing-card::after { width: 300px; height: 300px; bottom: -230px; left: -50px; }
.closing-icon { width: 75px; height: 75px; margin: 0 auto 22px; border-radius: 21px; box-shadow: 0 13px 35px rgba(0,0,0,.25); }
.closing-card .kicker { color: #f4b194; }
.closing-card h2 { max-width: 800px; margin: 13px auto 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.04; }
.closing-card p { max-width: 630px; margin: 21px auto 27px; color: #f2dfe6; line-height: 1.65; }
.button-light { position: relative; z-index: 2; color: var(--berry); background: white; }

.site-footer { padding: 70px 0 28px; border-top: 1px solid var(--line); background: #f3eae4; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; }
.footer-brand img { width: 34px; height: 34px; }
.footer-grid > div > p { max-width: 330px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.footer-links div { display: flex; flex-direction: column; gap: 12px; }
.footer-links strong { margin-bottom: 3px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.footer-links a { color: var(--muted); font-size: 13px; }
.footer-links a:hover { color: var(--berry); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 56px; padding-top: 24px; border-top: 1px solid #dfd2ca; color: #81767a; font-size: 11px; }

.legal-hero { padding: 92px 0 70px; border-bottom: 1px solid var(--line); background: linear-gradient(160deg, #f7eee8 0%, #fbf7f2 75%); }
.legal-hero-inner h1 { margin-top: 14px; font-size: clamp(54px, 6vw, 82px); line-height: 1; }
.legal-hero-inner p { margin-top: 20px; color: var(--muted); }
.legal-layout { display: grid; grid-template-columns: 210px minmax(0, 760px); gap: 80px; justify-content: center; padding-block: 80px 120px; }
.legal-layout aside { position: sticky; top: 110px; align-self: start; display: flex; flex-direction: column; gap: 15px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.48); }
.legal-layout aside span { margin-bottom: 3px; color: var(--berry); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.legal-layout aside a { color: var(--muted); font-size: 13px; }
.legal-layout aside a:hover { color: var(--berry); }
.legal-content section { scroll-margin-top: 110px; margin-bottom: 54px; }
.legal-content h2 { margin-bottom: 20px; font-size: 33px; line-height: 1.15; }
.legal-content h3 { margin: 28px 0 10px; font-family: "Work Sans"; font-size: 17px; font-weight: 700; }
.legal-content p, .legal-content li { color: #51494d; font-size: 15px; line-height: 1.8; }
.legal-content p { margin: 0 0 17px; }
.legal-content ul { display: grid; gap: 9px; padding-left: 20px; }
.legal-content a { color: var(--berry); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1000px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; text-align: center; }
  .hero-copy { max-width: 750px; margin-inline: auto; }
  .eyebrow { justify-content: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: 610px; max-width: 650px; width: 100%; margin: 10px auto 0; }
  .strip-grid, .split-heading, .moments-section, .trust-grid { grid-template-columns: 1fr; }
  .strip-grid { padding-block: 28px; text-align: center; }
  .strip-grid > p { margin: 0 auto; }
  .strip-metrics { justify-content: center; }
  .split-heading { gap: 20px; }
  .story-image { height: 310px; }
  .feature-layout { grid-template-columns: 1fr; gap: 40px; }
  .feature-list { max-width: 650px; margin-inline: auto; }
  .phone-stage { width: min(650px, 100%); margin-inline: auto; }
  .moments-section { gap: 50px; }
  .stills-grid { max-width: 740px; width: 100%; margin-inline: auto; }
  .trust-grid { gap: 50px; }
  .legal-layout { grid-template-columns: 1fr; gap: 40px; }
  .legal-layout aside { position: static; display: none; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 32px, 1180px); }
  .nav-inner { height: 68px; }
  .brand { font-size: 20px; }
  .brand img { width: 34px; height: 34px; }
  .nav-cta { padding: 10px 14px; font-size: 12px; }
  .hero { min-height: auto; padding-block: 52px 64px; }
  .hero h1 { font-size: 48px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { min-height: 530px; }
  .phone-main { width: 250px; height: 500px; }
  .note-top { top: 46px; right: -4px; width: 175px; padding: 14px; text-align: left; }
  .note-top strong { font-size: 20px; }
  .note-bottom { left: -4px; bottom: 12px; width: 195px; text-align: left; }
  .strip-metrics { gap: 15px; }
  .strip-metrics span { display: flex; flex-direction: column; }
  .strip-metrics strong { margin: 0 0 5px; }
  .section { padding-block: 80px; }
  .section-heading h2, .moments-copy h2, .trust-section h2 { font-size: 42px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-image { height: 400px; }
  .phone-stage { min-height: 510px; }
  .phone-feature { width: 220px; height: 455px; }
  .phone-back { left: 10px; }
  .phone-front { right: 5px; }
  .stage-caption { width: 205px; padding: 14px; }
  .stills-grid { grid-template-rows: 190px 190px; gap: 9px; }
  .stills-grid img { border-radius: 17px; }
  .closing-section { width: 100%; padding-inline: 16px; }
  .closing-card { padding: 58px 22px; border-radius: 29px; }
  .closing-card h2 { font-size: 43px; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-links div:last-child { grid-column: 1 / 3; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .legal-hero { padding: 67px 0 50px; }
  .legal-hero-inner h1 { font-size: 52px; }
  .legal-layout { padding-block: 55px 90px; }
  .legal-content h2 { font-size: 29px; }
}

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