:root{--ink:#243c37;--coral:#ed745b;--cream:#f7f3eb;--sage:#dce8dd;--line:#dedbd2;--white:#fff;--muted:#6f7772}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif}.shell{width:min(1160px,calc(100% - 48px));margin:auto}.nav{height:92px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);font-size:25px;font-weight:700;text-decoration:none}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:50% 50% 46% 54%;background:var(--coral);color:white;font-family:"Playfair Display";font-style:italic}.nav-links{display:flex;align-items:center;gap:36px}.nav-links a,.text-button{color:var(--ink);text-decoration:none;font:600 14px "DM Sans"}.text-button{border:1px solid var(--ink);border-radius:50px;padding:11px 21px;background:transparent;cursor:pointer}.hero{min-height:650px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px;padding-top:38px;padding-bottom:85px}.eyebrow,.kicker{font-size:12px;font-weight:700;letter-spacing:2px}.eyebrow{display:flex;align-items:center;gap:10px}.eyebrow span{width:25px;height:2px;background:var(--coral)}h1,h2,blockquote{font-family:"Playfair Display",serif}h1{font-size:clamp(58px,6vw,86px);line-height:.99;letter-spacing:-3px;margin:26px 0}h1 em{color:var(--coral);font-weight:600}.hero-lede{max-width:500px;font-size:19px;line-height:1.65;color:#596660}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:34px}.primary{border:0;border-radius:100px;padding:17px 26px;background:var(--coral);color:white;font-weight:700;font-size:15px;cursor:pointer;box-shadow:0 8px 20px #ed745b30}.primary span{padding-left:16px}.hero-actions a{color:var(--ink);font-weight:600;font-size:14px}.trust{display:flex;align-items:center;gap:15px;margin-top:44px}.trust p{font-size:12px;color:var(--muted);line-height:1.5}.trust strong{color:var(--ink)}.avatars{display:flex}.avatars span{width:34px;height:34px;border:2px solid var(--cream);border-radius:50%;margin-left:-8px;display:grid;place-items:center;background:#d9a58e;font-size:9px;font-weight:700;color:white}.avatars span:nth-child(2){background:#6c8e83}.avatars span:nth-child(3){background:#d5b45c}.avatars span:last-child{background:var(--ink)}.hero-visual{position:relative;min-height:520px;display:grid;place-items:center}.orb{position:absolute;border-radius:50%}.orb-one{width:430px;height:430px;background:#e4e6d4}.orb-two{width:180px;height:180px;background:#f4c55c;top:15px;right:4px}.profile-card{position:relative;width:355px;background:white;border-radius:150px 150px 24px 24px;box-shadow:0 22px 55px #30443d25;overflow:hidden;transform:rotate(2deg)}.profile-photo{height:330px;position:relative;background:linear-gradient(160deg,#80998d,#c9a78d)}.portrait-placeholder{position:absolute;inset:0;display:grid;place-items:center;background:radial-gradient(circle at 48% 32%,#eccdb9 0 13%,transparent 13.5%),radial-gradient(ellipse at 50% 67%,#c46348 0 27%,transparent 27.5%),linear-gradient(145deg,transparent 45%,#385b52 45% 70%,transparent 70%)}.portrait-placeholder span{position:absolute;right:35px;top:48px;font-size:26px;color:#f7cc5e}.heart{position:absolute;right:22px;top:25px;width:43px;height:43px;border:0;border-radius:50%;background:white;color:var(--coral);font-size:26px;cursor:pointer}.heart.liked{background:var(--coral);color:white}.match-pill{position:absolute;left:22px;bottom:18px;padding:8px 13px;border-radius:20px;background:#fff;color:var(--ink);font-size:11px;font-weight:700}.profile-info{padding:20px 24px 24px}.profile-info h2{font:700 23px "DM Sans";margin:0}.profile-info h2 span{display:inline-grid;place-items:center;background:#6d9c88;color:white;border-radius:50%;font-size:9px;width:16px;height:16px}.profile-info p{font-size:12px;color:var(--muted);margin:5px 0 15px}.tags{display:flex;gap:6px;flex-wrap:wrap}.tags span{font-size:10px;border:1px solid var(--line);padding:6px 9px;border-radius:20px}.floating-note{position:absolute;left:0;bottom:50px;background:white;padding:14px 20px;border-radius:14px;box-shadow:0 12px 30px #30443d20;display:flex;align-items:center;gap:12px;font-size:11px;line-height:1.5;transform:rotate(-4deg)}.floating-note>span{font-size:22px;color:#e4b340}.manifesto{background:var(--ink);color:white;padding:70px 0;text-align:center}.manifesto p{color:#b9c8c3;margin:0 0 10px}.manifesto h2{font-size:clamp(30px,4vw,48px);margin:0;font-style:italic;font-weight:600}.how{padding-top:105px;padding-bottom:100px}.section-heading{display:flex;align-items:end;justify-content:space-between}.kicker{color:var(--coral)}.section-heading h2{font-size:46px;margin:12px 0 0}.section-heading>p{color:var(--muted);max-width:330px;line-height:1.6}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:70px;margin-top:70px}.steps article{position:relative}.step-number{position:absolute;right:0;color:#bbb8af;font:italic 16px "Playfair Display"}.step-icon{width:64px;height:64px;border-radius:22px;display:grid;place-items:center;font-size:25px}.peach{background:#f2d7ca}.yellow{background:#f2e3aa}.green{background:#cfe1d5}.steps h3{font-size:20px;margin:24px 0 10px}.steps p{color:var(--muted);font-size:14px;line-height:1.7}.story{padding-bottom:110px}.story-card{background:#ebe0d1;border-radius:28px;padding:65px 12%;text-align:center}.quote-mark{font:70px "Playfair Display";color:var(--coral);height:45px}.story blockquote{font-size:clamp(27px,3vw,40px);line-height:1.35;margin:20px auto;max-width:750px}.story p{font-size:13px;color:var(--muted)}.story-dots{display:flex;justify-content:center;gap:7px;margin-top:25px}.story-dots span{width:6px;height:6px;border-radius:50%;background:#b3aea4}.story-dots span:first-child{width:20px;border-radius:8px;background:var(--coral)}.cta{background:var(--coral);color:white;padding:80px 0}.cta .shell{display:flex;align-items:center;justify-content:space-between}.cta .kicker{color:#ffdcd4}.cta h2{font-size:45px;margin:14px 0 0}.primary.light{background:white;color:var(--ink);box-shadow:none}footer{min-height:135px;display:flex;align-items:center;justify-content:space-between}footer p,footer a{color:var(--muted);font-size:12px}footer>div{display:flex;gap:25px}dialog{border:0;border-radius:28px;padding:45px;width:min(460px,calc(100% - 32px));color:var(--ink);text-align:center;box-shadow:0 25px 80px #15251f55}dialog::backdrop{background:#243c37bb;backdrop-filter:blur(4px)}dialog h2{font-size:33px;margin:8px}dialog>p{color:var(--muted);line-height:1.5}.modal-icon{color:var(--coral);font-size:30px}.close{position:absolute;right:18px;top:14px;border:0;background:none;font-size:27px;color:var(--muted);cursor:pointer}form{text-align:left;margin-top:28px}label{font-size:12px;font-weight:700;display:block;margin:14px 0}input{display:block;width:100%;margin-top:7px;padding:14px;border:1px solid var(--line);border-radius:10px;font:14px "DM Sans"}form .primary{width:100%;margin-top:12px}.success span{display:grid;place-items:center;margin:25px auto 15px;width:55px;height:55px;border-radius:50%;background:var(--sage);font-size:27px}.success h3{font-size:24px;margin:0}.success p{color:var(--muted)}@media(max-width:800px){.nav-links a{display:none}.hero{grid-template-columns:1fr;padding-top:35px}.hero-visual{min-height:500px}.section-heading,.cta .shell{align-items:flex-start;flex-direction:column;gap:30px}.steps{grid-template-columns:1fr;gap:45px}.floating-note{left:5px}.profile-card{width:320px}footer{padding:30px 0;flex-wrap:wrap;gap:20px}}@media(max-width:480px){.shell{width:min(100% - 30px,1160px)}.nav{height:75px}.nav-links{gap:10px}h1{font-size:54px}.hero-actions{align-items:flex-start;flex-direction:column}.hero{gap:25px}.hero-visual{transform:scale(.9);margin-inline:-20px}.how{padding-top:75px}.section-heading h2,.cta h2{font-size:36px}.story-card{padding:45px 24px}}
