
:root{--rose:#d91f5b;--wine:#7a1734;--blush:#fff1f4;--cream:#fffaf8;--ink:#21191c;--soft:#7e6970}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,#fff7f9,#fffaf8);overflow-x:hidden}
a{color:inherit}.nav{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:14px 6%;background:rgba(255,248,250,.92);backdrop-filter:blur(16px);border-bottom:1px solid #f1d8df}.brand{display:flex;gap:10px;align-items:center;text-decoration:none}.brand strong{display:block;font-family:Georgia,serif;font-size:21px}.brand small{display:block;color:var(--soft);font-size:11px}.heart-logo{font-size:32px;color:var(--rose)}.nav nav{display:flex;gap:24px;font-size:14px}.nav nav a{text-decoration:none}
.hero{min-height:720px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:36px;padding:72px 6%;background:radial-gradient(circle at 15% 20%,#ffe2e9 0,transparent 28%),linear-gradient(135deg,#fff8fa,#ffdbe5)}
.hero-copy{max-width:700px}.eyebrow{letter-spacing:.28em;font-weight:800;font-size:12px;color:#8b6872;margin-bottom:18px}.hero h1{font-family:Georgia,serif;font-size:clamp(58px,8vw,100px);line-height:.88;margin:0;color:#140d10}.hero h1 em,.launch h2 em{font-family:"Snell Roundhand","Brush Script MT",cursive;color:var(--rose);font-weight:400}.hero h2{font-family:Georgia,serif;font-weight:400;font-size:clamp(24px,3vw,38px);margin:22px 0 14px}.hero p{font-size:18px;line-height:1.75;color:#5f4d53}.actions{display:flex;gap:14px;flex-wrap:wrap}.button{display:inline-block;background:var(--rose);color:white;padding:14px 24px;border-radius:999px;text-decoration:none;font-weight:800;box-shadow:0 10px 28px rgba(217,31,91,.25)}.button.ghost{background:#fff;color:var(--rose);border:1px solid var(--rose);box-shadow:none}.script{font-family:"Snell Roundhand","Brush Script MT",cursive!important;font-size:27px!important;color:#a13352!important}
.hero-visual img{width:100%;height:600px;object-fit:cover;object-position:center;border-radius:36px;box-shadow:0 26px 70px rgba(104,25,48,.22)}
.features{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:42px 6%;background:#fff0f4;border-top:1px solid #f4cfd9;border-bottom:1px solid #f4cfd9}.features article{text-align:center;padding:26px 18px}.icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;background:#ffd7e1;font-size:28px}.features h3{font-family:Georgia,serif;font-size:22px;margin:10px 0}.features p{color:#755d65}
.people{padding:80px 5%;background:linear-gradient(#fffafd,#ffe7ee)}.section-copy{max-width:760px;margin:0 auto 34px;text-align:center}.section-copy h2,.company h2{font-family:Georgia,serif;font-size:clamp(38px,5vw,64px);line-height:1.05;margin:0 0 18px}.section-copy p{font-size:18px;color:#6a545c}.people img{display:block;width:100%;max-width:1180px;margin:auto;border-radius:28px;box-shadow:0 22px 60px rgba(122,23,52,.18)}
.launch{display:grid;grid-template-columns:1fr 1fr;gap:0;background:#fff5f7;min-height:560px}.launch-image img{width:100%;height:100%;object-fit:cover}.launch-copy{padding:70px 7%;display:flex;flex-direction:column;justify-content:center}.launch h2{font-family:Georgia,serif;font-size:clamp(44px,6vw,76px);line-height:1;margin:0 0 20px}.launch p{font-size:18px;color:#6a545c;line-height:1.7}.store-badges{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.store-badges span{background:#111;color:#fff;border-radius:12px;padding:13px 18px;font-weight:800}
.company{padding:90px 8%;background:#7b1836;color:#fff}.company>div{max-width:850px}.company .eyebrow{color:#ffd9e4}.company p{font-size:18px;color:#f7dbe4;line-height:1.7}
footer{display:flex;gap:28px;justify-content:space-between;flex-wrap:wrap;align-items:center;padding:34px 6%;background:#4d1024;color:#fff}.footer-brand strong{display:block;font-family:Georgia,serif;font-size:22px}.footer-brand small{display:block;color:#efcbd6}.footer-links{display:flex;gap:18px;flex-wrap:wrap}.footer-links a{color:#fff}
.heart-field{position:fixed;inset:0;pointer-events:none;z-index:1;overflow:hidden}.heart-field span{position:absolute;top:-10%;color:rgba(221,35,91,.22);font-size:22px;animation:fall linear infinite}.heart-field span:nth-child(1){left:5%;animation-duration:11s}.heart-field span:nth-child(2){left:18%;animation-duration:15s;animation-delay:2s}.heart-field span:nth-child(3){left:33%;animation-duration:12s;animation-delay:5s}.heart-field span:nth-child(4){left:48%;animation-duration:16s;animation-delay:1s}.heart-field span:nth-child(5){left:62%;animation-duration:13s;animation-delay:7s}.heart-field span:nth-child(6){left:74%;animation-duration:18s;animation-delay:4s}.heart-field span:nth-child(7){left:86%;animation-duration:14s;animation-delay:3s}.heart-field span:nth-child(8){left:94%;animation-duration:17s;animation-delay:6s}@keyframes fall{0%{transform:translateY(-10vh) rotate(0);opacity:0}10%{opacity:.7}100%{transform:translateY(115vh) rotate(320deg);opacity:0}}
@media(max-width:800px){.nav nav{display:none}.hero{grid-template-columns:1fr;padding-top:46px}.hero-visual img{height:430px}.features{grid-template-columns:1fr 1fr}.launch{grid-template-columns:1fr}.launch-image img{height:360px}.hero h1{font-size:64px}}
@media(max-width:480px){.features{grid-template-columns:1fr}.hero{padding:42px 6% 56px}.hero-visual img{height:360px}.hero h1{font-size:54px}.hero h2{font-size:25px}.section-copy h2{font-size:42px}}
