body{margin:0;background:#f7f3ea;color:#20262d;font:16px/1.75 -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans SC","Microsoft YaHei",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}.page{width:min(1120px,calc(100% - 40px));margin:auto;padding:30px 0 56px}.background{position:fixed;inset:0;z-index:-1;overflow:hidden}.orb{position:absolute;border-radius:50%}.orb-a{width:520px;height:520px;top:-210px;left:-150px;background:radial-gradient(circle,rgba(239,187,163,.55),transparent 68%)}.orb-b{width:620px;height:620px;right:-260px;top:130px;background:radial-gradient(circle,rgba(188,214,235,.6),transparent 68%)}.grid-lines{position:absolute;inset:0;opacity:.15;background-image:linear-gradient(rgba(32,38,45,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(32,38,45,.08) 1px,transparent 1px);background-size:48px 48px}.nav{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:72px}.brand{display:flex;align-items:center;gap:11px;color:#69717b;font-size:13px;font-weight:760;letter-spacing:.1em;text-decoration:none;text-transform:uppercase}.brand-mark{width:10px;height:10px;border-radius:50%;background:#b85e55;box-shadow:0 0 0 7px rgba(184,94,85,.11)}.nav-links{display:flex;gap:18px;color:#69717b;font-size:14px}.nav-links a{text-decoration:none}.hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);align-items:center;gap:70px;min-height:620px;padding-bottom:78px}.eyebrow{margin:0;color:#8f433d;font-size:12px;font-weight:820;letter-spacing:.18em;text-transform:uppercase}h1{margin:18px 0 24px;font-size:clamp(46px,7vw,82px);line-height:1.02;letter-spacing:-.065em}.lead{max-width:660px;margin:0;color:#69717b;font-size:clamp(17px,2.2vw,20px)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:12px 20px;border:1px solid transparent;border-radius:999px;font-weight:760;text-decoration:none;cursor:pointer}.button-primary{color:#fff;background:#20262d}.button-ghost{color:#20262d;background:rgba(255,255,255,.55);border-color:rgba(32,38,45,.13)}.profile-card,.story-card,.expect-card,.match-card{border:1px solid rgba(32,38,45,.13);background:rgba(255,253,248,.86);box-shadow:0 16px 48px rgba(42,48,55,.08)}.profile-card{padding:26px;border-radius:32px}.profile-topline{display:flex;align-items:center;gap:8px;color:#69717b;font-size:11px;font-weight:800;letter-spacing:.14em}.status-dot{width:8px;height:8px;border-radius:50%;background:#27835a}.avatar{display:grid;width:96px;height:96px;margin:34px 0 28px;place-items:center;color:#fff;font-size:44px;background:linear-gradient(145deg,#c87468,#8f433d);border-radius:28px 28px 28px 9px}.profile-kicker,.profile-note{color:#69717b}.profile-kicker{margin:0}.profile-card h2{margin:0;font-size:36px}.profile-list{margin-top:26px}.profile-list div{display:grid;grid-template-columns:76px 1fr;padding:13px 0;border-top:1px solid rgba(32,38,45,.13)}.profile-list dt{color:#69717b;font-size:13px}.profile-list dd{margin:0;font-weight:720}.profile-note{font-size:12px}.section{padding:90px 0;border-top:1px solid rgba(32,38,45,.13)}.section-heading{display:grid;grid-template-columns:68px 1fr;align-items:end;gap:16px;margin-bottom:34px}.section-index{margin:0;color:#69717b;font-family:Georgia,serif;font-size:38px}.section-heading h2{margin:7px 0 0;font-size:clamp(34px,5vw,54px);line-height:1.05;letter-spacing:-.05em}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.story-card{min-height:250px;padding:28px;border-radius:26px}.story-card-large{grid-row:span 2;display:flex;min-height:516px;flex-direction:column;justify-content:flex-end;background:linear-gradient(160deg,rgba(255,255,255,.9),rgba(241,215,208,.62))}.story-label{margin:0 auto auto 0;color:#8f433d;font-size:12px;font-weight:800}.story-card h3{margin:18px 0 14px;font-size:clamp(24px,3vw,35px);line-height:1.18}.story-card p:last-child,.expect-card p,.match-intro>p,.closing p{color:#69717b}.expect-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.expect-card{min-height:340px;display:flex;flex-direction:column;padding:26px;border-radius:26px}.expect-number{color:#b85e55;font-family:Georgia,serif;font-size:48px}.expect-card h3{margin:auto 0 10px;font-size:28px}.match-card{padding:38px;border-radius:32px}.match-intro{display:flex;align-items:end;justify-content:space-between;gap:24px}.score strong{display:block;font-size:32px}.score span{color:#69717b;font-size:12px}.match-options{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.match-chip{padding:12px 16px;color:#20262d;background:#fff;border:1px solid rgba(32,38,45,.13);border-radius:999px;cursor:pointer}.match-chip[aria-pressed="true"]{color:#fff;background:#8f433d;border-color:#8f433d}.score-track{height:7px;margin-top:30px;overflow:hidden;background:rgba(32,38,45,.08);border-radius:999px}.score-track span{display:block;width:0;height:100%;background:linear-gradient(90deg,#b85e55,#8f433d);transition:width .3s}.closing{margin-top:90px;padding:70px;text-align:center;color:#fff;background:#20262d;border-radius:36px}.closing h2{max-width:780px;margin:15px auto 18px;font-size:clamp(36px,6vw,66px);line-height:1.03}.closing p{max-width:680px;margin:auto}.closing .button{margin-top:30px;color:#20262d;background:#fff}footer{display:flex;justify-content:space-between;gap:18px;padding:30px 4px 0;color:#69717b;font-size:12px}.toast{position:fixed;left:50%;bottom:24px;padding:10px 15px;color:#fff;background:#20262d;border-radius:999px;opacity:0;transform:translate(-50%,18px);transition:.18s}.toast.show{opacity:1;transform:translate(-50%,0)}.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s,transform .6s}.reveal.visible{opacity:1;transform:none}@media(max-width:860px){.hero{grid-template-columns:1fr;min-height:auto}.expect-grid{grid-template-columns:1fr}.match-intro{align-items:start;flex-direction:column}}@media(max-width:640px){.page{width:calc(100% - 28px)}.nav-links a:nth-child(2){display:none}.hero{gap:34px}.hero-actions{flex-direction:column}.button{width:100%}.about-grid{grid-template-columns:1fr}.story-card-large{grid-row:auto;min-height:360px}.section{padding:70px 0}.closing{padding:42px 24px}footer{flex-direction:column}.match-options{flex-direction:column}.match-chip{border-radius:16px;text-align:left}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none}}