/* 富爱俱乐部 · 长沙 · style.css */
/* 设计风格：网红潮流·辣味活力 | 字体变体 B (Noto Serif SC 400 重衬线暖奢) */
/* Trust Strip B (亮色横排大数字) | Footer C (双列简约) | 圆角 4px */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@300;400&family=EB+Garamond:ital@1&display=swap');

/* ─── Tokens ─── */
:root {
  --chili: #c43022;
  --chili-light: #e04838;
  --orange: #e07820;
  --gold: #b88830;
  --bg: #fdf5f0;
  --bg-alt: #f8ece4;
  --bg-dark: #1a0c08;
  --ink: #1a0c08;
  --ink-light: #3a1c12;
  --ink-muted: #8a5040;
  --ink-faint: #c8a090;
  --on-dark: rgba(252,244,238,0.96);
  --on-dark-muted: rgba(220,180,160,0.75);
  --on-dark-faint: rgba(170,120,100,0.5);
  --border: #e8d0c0;
  --border-dark: #28100a;
  --font-serif: 'Noto Serif SC', 'STSong', Georgia, serif;
  --font-num: 'EB Garamond', Georgia, serif;
  --radius: 4px;
  --radius-sm: 2px;
}

/* ─── Reset ─── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--font-serif);font-weight:400;font-size:16px;line-height:1.95;letter-spacing:0.04em;color:var(--ink);background:var(--bg);overflow-x:hidden}
img{display:block;width:100%;height:100%;object-fit:cover}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}

/* ─── Typography ─── */
.t-label{font-size:14px;font-weight:300;letter-spacing:0.28em;text-transform:uppercase;color:var(--chili)}
.t-hero{font-family:var(--font-serif);font-size:clamp(2.25rem,5.5vw,4.5rem);font-weight:300;line-height:1.25;letter-spacing:0.04em}
.t-h2{font-family:var(--font-serif);font-size:clamp(1.625rem,3vw,2.5rem);font-weight:300;line-height:1.4;letter-spacing:0.04em}
.t-h3{font-size:18px;font-weight:400;line-height:1.5;letter-spacing:0.04em}
.t-body{font-size:16px;font-weight:400;line-height:1.95;letter-spacing:0.04em}
.t-small{font-size:14px;font-weight:300;line-height:1.85;letter-spacing:0.04em}
.t-num{font-family:var(--font-num);font-style:italic;color:var(--chili)}

/* ─── Layout ─── */
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 40px}
.section{padding:96px 0}
.section-alt{background:var(--bg-alt)}

/* ─── Reveal ─── */
.reveal{opacity:0;transform:translateY(24px);transition:opacity 0.7s ease,transform 0.7s ease}
.reveal.is-visible{opacity:1;transform:none}

/* ─── Navbar ─── */
.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:transparent;transition:background 0.3s,border-bottom 0.3s}
.navbar.scrolled{background:rgba(253,245,240,0.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:20px 0}
.nav-logo{font-family:var(--font-serif);font-size:16px;font-weight:400;letter-spacing:0.08em;color:var(--ink)}
.nav-logo span{color:var(--chili)}
.nav-links{display:flex;align-items:center;gap:32px}
.nav-links a{font-size:14px;font-weight:300;letter-spacing:0.06em;color:var(--ink-light);transition:color 0.2s}
.nav-links a:hover{color:var(--chili)}
.nav-cta{display:inline-flex;align-items:center;height:44px;padding:0 24px;background:var(--chili);color:#fff !important;font-size:14px;font-weight:300;letter-spacing:0.12em;border-radius:var(--radius);transition:background 0.2s}
.nav-cta:hover{background:var(--chili-light)}
.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:none;border:none}
.nav-toggle span{display:block;width:22px;height:1px;background:var(--ink);transition:all 0.3s}
.nav-mobile{display:none}

/* ─── Hero ─── */
/* 左文右图分屏 — 右图带辣椒红渐变蒙版 */
.hero-section{padding-top:80px;min-height:100dvh;display:grid;grid-template-columns:1.1fr 0.9fr;overflow:hidden}
.hero-content{display:flex;flex-direction:column;justify-content:center;padding:80px 64px}
.hero-eyebrow{display:flex;align-items:center;gap:16px;margin-bottom:32px}
.hero-eyebrow-dot{width:8px;height:8px;border-radius:50%;background:var(--chili)}
.hero-title{margin-bottom:24px}
.hero-title em{color:var(--chili);font-style:normal}
.hero-body{color:var(--ink-light);max-width:44ch;margin-bottom:40px}
.hero-cta{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-bottom:40px}
.btn-primary{display:inline-flex;align-items:center;height:48px;padding:0 32px;background:var(--chili);color:#fff;font-size:14px;font-weight:300;letter-spacing:0.12em;border-radius:var(--radius);transition:background 0.2s;white-space:nowrap}
.btn-primary:hover{background:var(--chili-light)}
.btn-ghost{display:inline-flex;align-items:center;height:48px;padding:0 24px;border:1px solid var(--border);color:var(--ink-light);font-size:14px;font-weight:300;letter-spacing:0.06em;border-radius:var(--radius);transition:border-color 0.2s,color 0.2s}
.btn-ghost:hover{border-color:var(--chili);color:var(--chili)}
.hero-stat-row{display:flex;gap:0;border-top:1px solid var(--border)}
.hero-stat-item{flex:1;padding:24px 0 0;border-right:1px solid var(--border);padding-right:24px;margin-right:24px}
.hero-stat-item:last-child{border-right:none;margin-right:0;padding-right:0}
.hero-stat-num{font-family:var(--font-num);font-style:italic;font-size:clamp(1.5rem,2.5vw,2rem);color:var(--chili);line-height:1;margin-bottom:4px}
.hero-stat-label{font-size:14px;color:var(--ink-muted)}

/* Hero right panel */
.hero-visual{position:relative;min-height:100dvh;background:var(--bg-alt);overflow:hidden}
.hero-visual::before{content:'沙';font-family:var(--font-serif);font-size:clamp(12rem,20vw,18rem);font-weight:300;color:rgba(196,48,34,0.06);position:absolute;bottom:-40px;right:-20px;z-index:2;line-height:1}
.hero-visual::after{content:'';position:absolute;inset:0;background:linear-gradient(to right,var(--bg) 0%,transparent 30%);z-index:1}

/* ─── Trust Strip B — 亮色横排大数字 ─── */
.trust-strip{background:var(--bg-alt);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:64px 0}
.trust-row{display:flex;align-items:center;gap:0}
.trust-item{flex:1;display:flex;align-items:center;gap:20px;padding:0 40px;border-right:1px solid var(--border)}
.trust-item:first-child{padding-left:0}
.trust-item:last-child{border-right:none}
.trust-big-num{font-family:var(--font-num);font-style:italic;font-size:clamp(2.5rem,4vw,3.5rem);color:var(--chili);line-height:1;flex-shrink:0}
.trust-label{font-size:16px;font-weight:400;color:var(--ink);margin-bottom:4px}
.trust-sub{font-size:14px;color:var(--ink-muted)}

/* ─── About ─── */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.about-header{margin-bottom:32px}
.about-body{color:var(--ink-light)}
.about-body p{margin-bottom:20px;max-width:44ch}
.about-features{display:flex;flex-direction:column}
.about-feature-item{display:flex;gap:20px;padding:24px 0;border-bottom:1px solid var(--border)}
.about-feature-item:first-child{border-top:1px solid var(--border)}
.about-feature-num{font-family:var(--font-num);font-style:italic;font-size:18px;color:var(--chili);flex-shrink:0;padding-top:2px}
.about-feature-title{font-size:16px;font-weight:400;margin-bottom:6px}
.about-feature-desc{font-size:14px;color:var(--ink-muted)}

/* ─── Services ─── */
/* 两大卡+底部VIP */
.services-section{background:var(--bg-alt)}
.services-header{margin-bottom:48px}
.service-big-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.service-big-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:40px;position:relative;overflow:hidden}
.service-big-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(to right,var(--chili),var(--orange))}
.service-big-num{font-family:var(--font-num);font-style:italic;font-size:3rem;color:var(--chili);opacity:0.15;line-height:1;margin-bottom:16px}
.service-big-title{font-size:20px;font-weight:400;margin-bottom:16px}
.service-big-desc{font-size:14px;color:var(--ink-muted);line-height:1.85}
.service-big-list{margin-top:16px;display:flex;flex-direction:column;gap:8px}
.service-big-list li{font-size:14px;color:var(--ink-muted);padding-left:16px;position:relative}
.service-big-list li::before{content:'·';position:absolute;left:4px;color:var(--chili)}
.service-vip{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;background:var(--chili);color:#fff;padding:40px 48px;border-radius:var(--radius)}
.service-vip-text .t-label{color:rgba(255,255,255,0.7)}
.service-vip-title{font-family:var(--font-serif);font-size:clamp(1.25rem,2vw,1.625rem);font-weight:300;color:#fff;margin:12px 0}
.service-vip-desc{font-size:14px;color:rgba(255,255,255,0.75);max-width:48ch}
.service-vip-cta{display:inline-flex;align-items:center;height:48px;padding:0 32px;background:#fff;color:var(--chili);font-size:14px;letter-spacing:0.12em;border-radius:var(--radius);white-space:nowrap;transition:background 0.2s}
.service-vip-cta:hover{background:rgba(255,255,255,0.9)}

/* ─── Profiles ─── */
/* 不对称 Bento */
.profiles-section{}
.profiles-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px}
.profiles-bento{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:280px 200px;gap:16px}
.profile-card{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;position:relative}
.profile-card-wide{grid-column:span 2}
.profile-card-tall{grid-row:span 2}
.profile-img-wrap{position:absolute;inset:0;overflow:hidden}
.profile-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform 0.5s}
.profile-card:hover .profile-img-wrap img{transform:scale(1.04)}
.profile-body{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(26,12,8,0.88) 0%,transparent 100%);padding:24px;color:var(--on-dark)}
.profile-name{font-size:16px;font-weight:400;margin-bottom:2px}
.profile-sub{font-size:14px;color:var(--on-dark-muted)}
.profile-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}
.profile-tag{font-size:14px;color:var(--on-dark-faint);border:1px solid rgba(220,160,130,0.25);padding:2px 8px;border-radius:var(--radius-sm)}
.profiles-cta-bar{display:flex;justify-content:space-between;align-items:center;padding:24px 40px;background:var(--bg-alt);border:1px solid var(--border);margin-top:16px;border-radius:var(--radius)}
.profiles-cta-bar p{font-size:14px;color:var(--ink-muted)}
.profiles-cta-bar p strong{color:var(--ink)}

/* ─── CTA ─── */
.cta-section{background:var(--bg-dark);text-align:center;padding:96px 0}
.cta-section .t-label{color:var(--chili-light);margin-bottom:16px}
.cta-title{font-family:var(--font-serif);font-size:clamp(1.75rem,3.5vw,3rem);font-weight:300;color:var(--on-dark);margin-bottom:24px}
.cta-body{font-size:16px;color:var(--on-dark-muted);max-width:44ch;margin:0 auto 40px}
.cta-group{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}
.btn-cta{display:inline-flex;align-items:center;height:52px;padding:0 40px;background:var(--chili);color:#fff;font-size:14px;font-weight:300;letter-spacing:0.12em;border-radius:var(--radius);transition:background 0.2s}
.btn-cta:hover{background:var(--chili-light)}
.btn-cta-outline{display:inline-flex;align-items:center;height:52px;padding:0 32px;border:1px solid rgba(220,160,130,0.3);color:var(--on-dark-muted);font-size:14px;letter-spacing:0.06em;border-radius:var(--radius);transition:border-color 0.2s}
.btn-cta-outline:hover{border-color:var(--chili-light);color:var(--chili-light)}

/* ─── Blog ─── */
.blog-section{}
.blog-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.blog-card{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius);padding:32px;display:flex;flex-direction:column;transition:border-color 0.2s}
.blog-card:hover{border-color:var(--chili)}
.blog-card-tag{font-size:14px;color:var(--chili);letter-spacing:0.12em;margin-bottom:16px}
.blog-card-title{font-size:18px;font-weight:400;line-height:1.5;margin-bottom:12px;flex:1}
.blog-card-meta{font-size:14px;color:var(--ink-muted);margin-top:24px;display:flex;justify-content:space-between}

/* ─── FAQ ─── */
.faq-section{background:var(--bg-alt)}
.faq-header{margin-bottom:48px}
.faq-list{display:flex;flex-direction:column;gap:1px;background:var(--border)}
.faq-item{background:var(--bg)}
details.faq-item summary{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;cursor:pointer;list-style:none;font-size:16px;font-weight:400;color:var(--ink);transition:color 0.2s;gap:16px}
details.faq-item summary::-webkit-details-marker{display:none}
details.faq-item summary::after{content:'+';font-family:var(--font-num);font-style:normal;font-size:20px;color:var(--chili);flex-shrink:0;transition:transform 0.3s}
details.faq-item[open] summary{color:var(--chili)}
details.faq-item[open] summary::after{transform:rotate(45deg)}
.faq-answer{padding:0 32px 24px;color:var(--ink-muted);font-size:14px;line-height:1.85;max-width:64ch}

/* ─── Footer C — 双列简约 ─── */
.footer{background:var(--bg-dark);padding:64px 0 40px}
.footer-2col{display:grid;grid-template-columns:2fr 1fr;gap:80px;padding-bottom:48px;border-bottom:1px solid var(--border-dark)}
.footer-brand-name{font-family:var(--font-serif);font-size:16px;font-weight:400;color:var(--on-dark);letter-spacing:0.08em;margin-bottom:16px}
.footer-brand-name span{color:var(--chili-light)}
.footer-brand-desc{font-size:14px;color:var(--on-dark-muted);line-height:1.85;max-width:44ch;margin-bottom:24px}
.footer-brand-links{display:flex;gap:24px;flex-wrap:wrap}
.footer-brand-links a{font-size:14px;color:var(--on-dark-muted);transition:color 0.2s}
.footer-brand-links a:hover{color:var(--chili-light)}
.footer-col-title{font-size:14px;font-weight:400;color:var(--on-dark);letter-spacing:0.1em;margin-bottom:20px}
.footer-links{display:flex;flex-direction:column;gap:12px}
.footer-links a{font-size:14px;color:var(--on-dark-muted);transition:color 0.2s}
.footer-links a:hover{color:var(--chili-light)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:32px;flex-wrap:wrap;gap:8px}
.footer-copy{font-size:14px;color:var(--on-dark-faint)}
.footer-adult{font-size:14px;color:var(--on-dark-faint);text-align:center;width:100%}

/* ─── Mobile Nav ─── */
@media(max-width:767px){
  .nav-links{display:none}
  .nav-toggle{display:flex}
  .nav-mobile{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--bg);z-index:99;padding:80px 40px 40px;flex-direction:column;gap:0}
  .nav-mobile.open{display:flex}
  .nav-mobile a{font-size:18px;font-weight:300;letter-spacing:0.06em;color:var(--ink);padding:20px 0;border-bottom:1px solid var(--border)}
  .nav-mobile .nav-cta{margin-top:32px;width:100%;justify-content:center;border-radius:var(--radius)}
}

/* ─── Responsive ─── */
@media(max-width:1024px){
  .hero-section{grid-template-columns:1fr;min-height:auto}
  .hero-visual{display:none}
  .hero-content{padding:100px 20px 56px}
  .about-grid{grid-template-columns:1fr;gap:48px}
  .service-big-cards{grid-template-columns:1fr}
  .profiles-bento{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}
  .profile-card-wide,.profile-card-tall{grid-column:auto;grid-row:auto}
  .profile-img-wrap{position:relative;height:240px}
  .profile-body{position:relative;padding:16px;background:none;color:var(--ink)}
  .profile-name,.profile-sub{color:var(--ink)}
  .profile-tag{color:var(--ink-muted);border-color:var(--border)}
  .blog-grid{grid-template-columns:1fr 1fr}
  .footer-2col{grid-template-columns:1fr;gap:40px}
}

@media(max-width:767px){
  .container{padding:0 24px}
  .section{padding:64px 0}
  .t-hero{font-size:2rem}
  .t-h2{font-size:1.5rem}
  body{font-size:14px}
  /* Trust Strip — 2×2 grid */
  .trust-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}
  .trust-item{border-right:none;border-bottom:none;padding:0;flex-direction:column;align-items:flex-start;gap:8px}
  .trust-big-num{font-size:2.25rem}
  /* Hero stats — 2 per row */
  .hero-stat-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
  .hero-stat-item{flex:none;padding:16px 0 0;border-right:none;min-width:0}
  /* Services */
  .service-big-card{padding:24px 20px}
  .service-big-num{font-size:2rem}
  .service-vip{grid-template-columns:1fr;gap:24px;padding:24px}
  /* Profiles */
  .profiles-bento{grid-template-columns:1fr}
  .profiles-cta-bar{flex-direction:column;gap:16px;text-align:center;padding:24px}
  /* Blog */
  .blog-grid{grid-template-columns:1fr}
  /* Footer */
  .footer-bottom{flex-direction:column;align-items:center;text-align:center;gap:8px}
  /* CTA & Buttons */
  .cta-group{flex-direction:column;align-items:center}
  .btn-cta,.btn-cta-outline,.btn-primary,.btn-ghost{width:100%;justify-content:center}
  /* Headers */
  .profiles-header{flex-direction:column;align-items:flex-start;gap:16px}
  .blog-header{flex-direction:column;align-items:flex-start;gap:16px}
}
