/* 河鲨婚恋：无框架静态样式 */
:root{--background:#fffdfb;--foreground:#2d2023;--font-sans:"PingFang SC","Microsoft YaHei",system-ui,sans-serif}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: var(--font-sans); }
a { text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(232, 218, 214, .9); background: rgba(255,253,251,.92); backdrop-filter: blur(16px); }
.site-header nav a { color: #6f5a5f; font-size: .9rem; transition: color .2s; }
.site-header nav a:hover { color: #de4f70; }
.hero-section { position: relative; overflow: hidden; background: #f7efeb; }
.hero-image { position: absolute; inset: 0; background: url('assets/hesha-hero.png') center/cover no-repeat; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,253,250,.98) 0%, rgba(255,253,250,.9) 34%, rgba(255,253,250,.34) 58%, rgba(255,253,250,.02) 80%); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #d9c0b8; border-radius: 999px; background: rgba(255,255,255,.65); padding: 9px 14px; color: #7b4654; font-size: .82rem; font-weight: 600; letter-spacing: .08em; backdrop-filter: blur(6px); }
.hero-section h1 { margin-top: 24px; font-family: "Songti SC", "STSong", serif; font-size: clamp(3rem, 6vw, 5.2rem); line-height: 1.12; letter-spacing: -.045em; color: #321d23; }
.hero-copy { margin-top: 26px; max-width: 550px; color: #67555a; font-size: 1.1rem; line-height: 1.95; }
.hero-section .mt-10 span { display: inline-flex; align-items: center; gap: 7px; }
.hero-section .mt-10 svg { width: 17px; height: 17px; color: #8a4256; }
.search-strip { position: relative; z-index: 20; margin-top: -46px; }
.search-panel { display: flex; align-items: end; gap: 18px; border: 1px solid rgba(226,210,205,.9); border-radius: 24px; background: rgba(255,255,255,.96); padding: 22px 24px; box-shadow: 0 20px 60px rgba(65,32,39,.11); backdrop-filter: blur(14px); }
.filter-field { display: grid; gap: 7px; }
.filter-field > span { color: #7e6c70; font-size: .76rem; font-weight: 600; }
.section-space { padding-block: 112px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.section-kicker { display: inline-block; color: #9a5265; font-size: .76rem; font-weight: 700; letter-spacing: .18em; }
.section-heading h2, #service h2, .cta-card h2 { margin-top: 12px; font-family: "Songti SC", "STSong", serif; font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.25; letter-spacing: -.03em; color: #332126; }
.section-heading p, #service .section-heading p { margin-top: 14px; max-width: 650px; color: #7d6e71; font-size: 1rem; line-height: 1.8; }
.result-count { flex: none; border-radius: 999px; background: #f5ece8; padding: 9px 14px; color: #845666; font-size: .82rem; }
.profile-card { overflow: hidden; border: 1px solid #ebdfdb; border-radius: 24px; background: #fff; box-shadow: 0 10px 32px rgba(61,36,42,.055); transition: transform .25s, box-shadow .25s; }
.profile-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(61,36,42,.1); }
.profile-portrait { position: relative; display: grid; height: 225px; place-items: center; overflow: hidden; }
.portrait-ring { position: absolute; width: 150px; height: 150px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; box-shadow: 0 0 0 25px rgba(255,255,255,.08), 0 0 0 55px rgba(255,255,255,.05); }
.portrait-initial { position: relative; font-family: "Songti SC", serif; font-size: 5rem; color: rgba(255,255,255,.9); text-shadow: 0 6px 20px rgba(0,0,0,.1); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 52px; }
.process-card { position: relative; min-height: 230px; border-top: 1px solid #dbc8c2; background: linear-gradient(180deg, #fff 0%, #fcf8f6 100%); padding: 28px 24px; }
.process-card > span { font-family: Georgia, serif; color: #bd806b; font-size: 1.1rem; }
.process-card h3 { margin-top: 40px; color: #3d292f; font-size: 1.12rem; font-weight: 650; }
.process-card p { margin-top: 12px; color: #7d6d70; font-size: .9rem; line-height: 1.8; }
.safety-section { background: #39242a; padding-block: 104px; color: white; }
.safety-section h2 { margin-top: 14px; font-family: "Songti SC", serif; font-size: clamp(2.3rem, 4.5vw, 4rem); line-height: 1.25; }
.safety-section > div > div:first-child > p { margin-top: 24px; color: #c9b9bd; line-height: 1.9; }
.safety-card { border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.06); padding: 24px; }
.safety-card svg { color: #d5a18e; }
.safety-card h3 { margin-top: 18px; font-size: 1.05rem; }
.safety-card p { margin-top: 10px; color: #c7b8bb; font-size: .88rem; line-height: 1.75; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; overflow: hidden; border-radius: 30px; background: linear-gradient(120deg, #a72f51 0%, #d64b6c 58%, #ee718c 100%); padding: 52px 58px; color: white; box-shadow: 0 24px 60px rgba(167,47,81,.2); }
.cta-card .section-kicker { color: #f0c9bb; }
.cta-card h2 { color: white; }
.cta-card p { margin-top: 14px; max-width: 660px; color: #eadde0; line-height: 1.8; }
footer { border-top: 1px solid #eee4e1; background: #faf7f5; }

@media (max-width: 900px) {
  .hero-image { background-position: 64% center; }
  .hero-wash { background: linear-gradient(90deg, rgba(255,253,250,.97) 0%, rgba(255,253,250,.88) 53%, rgba(255,253,250,.25) 100%); }
  .search-panel { align-items: stretch; flex-wrap: wrap; }
  .search-panel > div:first-child { width: 100%; }
  .filter-field { flex: 1 1 180px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-card { align-items: flex-start; flex-direction: column; padding: 42px; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1180px); }
  .hero-section .shell { align-items: flex-start; min-height: 680px; padding-top: 72px; }
  .hero-image { background-position: 69% bottom; opacity: .38; }
  .hero-wash { background: linear-gradient(180deg, rgba(255,253,250,1) 0%, rgba(255,253,250,.93) 52%, rgba(255,253,250,.42) 100%); }
  .hero-section h1 { font-size: 2.85rem; }
  .hero-copy { font-size: 1rem; line-height: 1.8; }
  .search-strip { margin-top: -36px; }
  .search-panel { padding: 20px; }
  .search-panel > a, .search-panel > button { width: 100%; }
  .section-space { padding-block: 76px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 190px; }
  .process-card h3 { margin-top: 24px; }
  .safety-section { padding-block: 76px; }
  .cta-card { padding: 34px 26px; }
}

body{font-size:16px}h1,h2,h3,p{margin:0}a{color:inherit}button,select{font:inherit}button,a,select{touch-action:manipulation}button{cursor:pointer}img{max-width:100%}[hidden]{display:none!important}:focus-visible{outline:3px solid #a72f51;outline-offset:4px}section[id]{scroll-margin-top:90px}
.header-row,.brand,.nav-links,.header-actions,.actions,.trust,.card-heading,.footer-links{display:flex;align-items:center;gap:24px}.header-row{min-height:72px;justify-content:space-between}.brand{gap:12px}.brand img{width:48px;height:48px;object-fit:contain;background:white;border-radius:12px;padding:4px}.brand strong{display:block;font-size:18px;letter-spacing:.12em}.brand small{display:block;color:#9a7d84;font-size:12px}.nav-links{gap:28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:12px 24px;border:0;border-radius:24px;background:#de4f70;color:white;line-height:1.5}.btn:hover{background:#c83e60}.btn-outline{background:#ffffffcc;color:#52373e;border:1px solid #d8c5c0}.btn-outline:hover{background:#fff}.btn-light{background:white;color:#a72f51;flex-shrink:0}.btn-light:hover{background:#fff7f8}.text-btn{border:0;background:transparent;color:#654d52;padding:10px}.menu-toggle{display:none;border:1px solid #e4d7d2;background:white;border-radius:10px;padding:8px 12px}.mobile-nav{padding:16px 0;display:grid;gap:16px}.hero-inner{position:relative;z-index:1;display:flex;align-items:center;min-height:700px;padding-block:80px}.hero-content{max-width:620px}.actions{flex-wrap:wrap;gap:12px;margin-top:32px}.trust{flex-wrap:wrap;gap:16px 28px;margin-top:40px;color:#634f54;font-size:14px}.search-intro{margin-right:auto}.search-intro p{font-size:14px;font-weight:600}.search-intro small{display:block;margin-top:6px;color:#8b7a7d;font-size:14px}.filter-field>span{font-size:14px}select{width:150px;min-height:44px;border:1px solid #e4d7d2;border-radius:12px;padding:8px;background:white;color:#332126}.search-panel>.btn{border-radius:12px}.profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:40px}.card-body{padding:24px}.card-heading{align-items:flex-start;justify-content:space-between;gap:12px}.card-heading h3{font-size:20px}.card-meta{margin-top:6px;color:#7d7173;font-size:14px}.status{border-radius:20px;background:#f8f1ed;color:#8d5b4b;padding:4px 12px;font-size:14px;white-space:nowrap}.occupation{margin-top:16px;font-size:14px;color:#58494c;font-weight:600}.intro{margin-top:8px;color:#796d6f;line-height:1.8;min-height:58px}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.tags span{border:1px solid #eaded9;border-radius:20px;padding:4px 10px;font-size:14px;color:#766467}.card-body>.btn{margin-top:20px;width:100%;border-radius:12px}.demo-badge{position:absolute;left:16px;top:16px;background:#fffffff0;color:#6f2438;border-radius:20px;padding:6px 12px;font-size:14px}.empty-state{margin-top:40px;padding:70px 24px;border:1px dashed #d9c9c4;border-radius:24px;text-align:center;color:#76676a}.section-kicker{font-size:14px}.service-heading{max-width:720px}.safety-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}.safety-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.safety-section .section-kicker{color:#cf9e89}.safety-icon{color:#d5a18e;font-size:24px}.footer-main{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;padding-block:48px}.footer-copy{max-width:620px;font-size:14px;line-height:1.8;color:#8c7a7e;margin-top:16px}.footer-links{flex-wrap:wrap;font-size:14px;gap:16px}.footer-links button{border:0;background:none;color:#79686c;padding:0}.copyright{border-top:1px solid #eee4e1;padding:20px;text-align:center;color:#8c7a7e;font-size:12px}
dialog{width:min(460px,calc(100% - 28px));max-height:90vh;overflow:auto;border:1px solid #efd9df;border-radius:24px;padding:32px;color:#332126;background:#fffdfb}dialog::backdrop{background:#24101888;backdrop-filter:blur(3px)}.dialog-close{position:absolute;right:12px;top:10px;width:36px;height:36px;border:0;background:transparent;color:#705f62;font-size:24px}.dialog-title{font-size:24px;padding-right:20px}.dialog-copy{margin-top:16px;color:#705f62;line-height:1.8}.dialog-note{background:#fbf6f3;border-radius:16px;padding:16px;margin-top:20px;color:#705f62;font-size:14px;line-height:1.8}.dialog-action{width:100%;margin-top:20px;border-radius:12px}.qr{display:block;width:100%;max-width:330px;margin:20px auto;border-radius:16px;border:1px solid #eee1e4}.center{text-align:center}.noscript{padding:20px;background:#fff0f4;text-align:center}
@media(max-width:1050px){.header-row>.nav-links{gap:16px}.header-actions{gap:4px}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.safety-layout{grid-template-columns:1fr}}
@media(max-width:900px){.header-row>.nav-links,.header-actions{display:none}.menu-toggle{display:block}.filter-field select{width:100%}.footer-main{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.profile-grid,.safety-grid{grid-template-columns:1fr}.hero-inner{padding-top:72px;min-height:680px}.hero-section h1{font-size:clamp(2rem,9vw,2.85rem)}.card-body{padding:20px}.filter-field{flex-basis:120px}.trust{gap:12px}.cta-card h2{font-size:2rem}.actions .btn{padding-inline:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}.profile-card:hover{transform:none}}
