    --bg-alt: #141210;
    --bg-card: #1A1613;
    --bg-light: #F5EEE0;
    --bg-light-alt: #EBE2CE;
    --ink: #F5EEE0;
    --ink-dark: #1A1512;
    --ink-soft: #C9BFAF;
    --ink-soft-dark: #524940;
    --muted: #857A6B;
    --muted-light: #9C9285;
    --gold: #C9A55C;
    --gold-soft: #E8C983;
    --gold-dark: #8C6E38;
    --line: #2A2521;
    --line-light: #D9CFBE;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: 'Inter', -apple-system, sans-serif;
    background: var(--bg);
    color: var(--ink);
    font-weight: 300;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
  }
  a { color: inherit; text-decoration: none; }
  img { max-width: 100%; display: block; }
  button { font-family: inherit; cursor: pointer; }

  .container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

  h1, h2, h3, .serif {
    font-family: 'Cormorant Garamond', 'Songti SC', serif;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: inherit;
  }
  h1 { font-size: clamp(48px, 6.5vw, 84px); line-height: 1.04; }
  h2 { font-size: clamp(34px, 4.2vw, 56px); line-height: 1.12; }
  h3 { font-size: 22px; line-height: 1.3; font-weight: 500; }

  .eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
  }
  em { font-style: italic; color: var(--gold-soft); }
  .divider { width: 40px; height: 1px; background: var(--gold); margin: 32px 0; }
  .lead { font-size: 17px; color: var(--ink-soft); max-width: 640px; line-height: 1.75; }

  
  section.light { background: var(--bg-light); color: var(--ink-dark); }
  section.light .lead { color: var(--ink-soft-dark); }
  section.light .eyebrow { color: var(--gold-dark); }
  section.light em { color: var(--gold-dark); }
  section.light .divider { background: var(--gold-dark); }
  section.light-alt { background: var(--bg-light-alt); color: var(--ink-dark); }
  section.light-alt .lead { color: var(--ink-soft-dark); }
  section.light-alt .eyebrow { color: var(--gold-dark); }
  section.light-alt em { color: var(--gold-dark); }
  section.light-alt .divider { background: var(--gold-dark); }

  
  .btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 26px;
    font-size: 12px; letter-spacing: 0.14em;
    border-radius: 999px;
    transition: all .2s;
    font-weight: 500;
    border: 1px solid transparent;
    text-transform: uppercase;
  }
  .btn-primary { background: var(--gold); color: #0A0908; }
  .btn-primary:hover { background: var(--gold-soft); }
  .btn-outline { background: transparent; color: var(--ink); border-color: var(--ink-soft); }
  .btn-outline:hover { border-color: var(--gold); color: var(--gold); }
  .btn-outline-dark { background: transparent; color: var(--ink-dark); border-color: var(--ink-dark); }
  .btn-outline-dark:hover { background: var(--ink-dark); color: var(--bg-light); }
  .btn-dark { background: var(--ink-dark); color: var(--bg-light); }
  .btn-dark:hover { background: var(--gold-dark); }

  
  .announce {
    background: var(--bg-alt);
    padding: 10px 0;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.16em;
    color: var(--ink-soft);
    text-transform: uppercase;
    border-bottom: 1px solid var(--line);
  }
  .announce .sep { color: var(--gold); margin: 0 14px; }
  .lang-switch {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 4px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(26,22,19,0.4);
    margin-right: 4px;
  }
  .lang-btn {
    background: transparent;
    border: none;
    color: var(--ink-soft);
    font-family: inherit;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 4px 8px;
    cursor: pointer;
    transition: color .2s;
    border-radius: 999px;
  }
  .lang-btn.active { color: var(--gold); font-weight: 600; }
  .lang-btn:hover { color: var(--gold-soft); }
  .lang-switch .sep { color: var(--muted); opacity: 0.6; margin: 0; font-size: 9px; }

  
  .topbar {
    padding: 10px 0;
    background: #050403;
    border-bottom: 1px solid var(--line);
    font-size: 12px;
    letter-spacing: 0.04em;
    color: var(--ink-soft);
  }
  .topbar-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .site-header .topbar-link {
    color: var(--ink-soft);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    transition: color .2s;
  }
  .site-header .topbar-link:hover { color: var(--gold); }
  .site-header .topbar-link svg {
    width: 14px; height: 14px;
    color: var(--gold);
    flex-shrink: 0;
  }
  .site-header .topbar-value {
    color: var(--ink);
    font-weight: 600;
    letter-spacing: 0.02em;
  }
  .site-header .topbar-link:hover .topbar-value { color: var(--gold-soft); }
  .topbar-sep {
    color: var(--muted);
    opacity: 0.5;
    font-size: 10px;
  }
  @media (max-width: 780px) {
    .topbar { padding: 8px 0; font-size: 11px; }
    .topbar-inner { justify-content: center; gap: 12px; padding: 0 16px; }
    .topbar-sep { display: none; }
    .topbar-link svg { width: 12px; height: 12px; }
  }
  @media (max-width: 480px) {
    .topbar-link span:not(.topbar-value):not([data-en]) { display: none; }
    .topbar-value:not(.always) { display: none; }
  }

  
  nav {
    position: sticky; top: 0; z-index: 100;
    padding: 18px 0;
    background: rgba(10, 9, 8, 0.9);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
  }
  .nav-inner {
    display: flex; align-items: center; justify-content: space-between;
    max-width: 1240px; margin: 0 auto; padding: 0 32px;
  }
  .brand-mark {
    display: inline-flex; align-items: center; gap: 14px;
  }
  .brand-symbol {
    width: 40px; height: 40px;
    border: 1px solid var(--gold);
    color: var(--gold);
    display: inline-flex; align-items: center; justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    letter-spacing: 0;
    border-radius: 2px;
  }
  .brand-text { display: flex; flex-direction: column; line-height: 1.1; }
  .brand-text strong {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 500;
    color: var(--ink);
  }
  .brand-text small {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-top: 2px;
  }
  .nav-links { display: flex; gap: 30px; align-items: center; }
  .nav-links a:not(.btn) {
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-soft);
    transition: color .2s;
  }
  .nav-links a:not(.btn):hover { color: var(--gold); }

  
  .hero {
    position: relative;
    min-height: 82vh;
    padding: 0;
    overflow: hidden;
    background: #050403;
    isolation: isolate;
    display: flex;
    align-items: stretch;
  }
  .hero-ambient {
    position: absolute; inset: 0; z-index: 1;
    background:
      linear-gradient(135deg, #0A0908 0%, #1A1613 55%, #0A0908 100%),
      radial-gradient(ellipse at 55% 40%, rgba(201,165,92,0.24) 0%, rgba(201,165,92,0.03) 40%, transparent 70%);
  }
  .hero-ambient::before {
    content: ''; position: absolute; inset: 0;
    background:
      radial-gradient(circle at 88% 15%, rgba(232,201,131,0.22), transparent 40%),
      radial-gradient(circle at 6% 92%, rgba(201,165,92,0.14), transparent 45%),
      radial-gradient(ellipse at 62% 65%, rgba(201,165,92,0.08), transparent 55%);
    mix-blend-mode: screen;
    pointer-events: none;
  }
  .hero-vignette {
    position: absolute; inset: 0; z-index: 6;
    background: radial-gradient(ellipse at center, transparent 55%, rgba(0,0,0,0.35) 100%);
    pointer-events: none;
  }
  .hero-photo {
    position: relative; z-index: 3;
    align-self: stretch;
    height: 100%;
    min-height: 82vh;
    overflow: hidden;
    pointer-events: none;
    padding: 0;
    box-sizing: border-box;
  }
  
  .hero-photo::before {
    content: ''; position: absolute;
    inset: 0;
    z-index: 2;
    background:
      radial-gradient(ellipse 38% 18% at 50% 12%,
        rgba(255,240,205,0.32) 0%,
        rgba(255,240,205,0.08) 40%,
        transparent 78%),
      radial-gradient(ellipse 50% 45% at 50% 40%,
        rgba(201,165,92,0.30) 0%,
        rgba(201,165,92,0.08) 50%,
        transparent 82%);
    filter: blur(50px);
    pointer-events: none;
  }
  
  .hero-photo .hero-arc {
    position: absolute;
    right: -35%;
    top: 4%;
    width: 80%;
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(201,165,92,0.35);
    border-radius: 50%;
    z-index: 2;
    pointer-events: none;
    box-shadow: inset 0 0 60px rgba(201,165,92,0.08);
  }
  .hero-photo .hero-arc-inner {
    position: absolute;
    right: -20%;
    top: 14%;
    width: 55%;
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(232,201,131,0.18);
    border-radius: 50%;
    z-index: 2;
    pointer-events: none;
  }
  
  .hero-photo img {
    display: block;
    position: absolute;
    top: clamp(40px, 6vh, 90px);
    left: 44%;
    transform: translateX(-50%);
    height: auto;
    width: 100%;
    max-width: 860px;
    animation: heroZoom 24s ease-in-out infinite alternate;
    z-index: 4;
    
    filter:
      blur(0.6px)
      brightness(1.02)
      contrast(1.05)
      saturate(0.95)
      drop-shadow(0 30px 45px rgba(0,0,0,0.7))
      drop-shadow(0 0 48px rgba(201,165,92,0.28))
      drop-shadow(0 0 10px rgba(10,9,8,0.85))
      drop-shadow(0 0 3px rgba(10,9,8,0.9));
    -webkit-mask-image: linear-gradient(180deg,
      black 0%, black 35%, rgba(0,0,0,0.5) 52%, rgba(0,0,0,0.15) 70%, transparent 82%);
    mask-image: linear-gradient(180deg,
      black 0%, black 35%, rgba(0,0,0,0.5) 52%, rgba(0,0,0,0.15) 70%, transparent 82%);
  }
  
  .hero-photo img.is-jpg {
    
    filter:
      brightness(0.78)
      contrast(1.38)
      saturate(0.65)
      sepia(0.35)
      hue-rotate(-14deg)
      drop-shadow(0 20px 40px rgba(0,0,0,0.55));
    
    -webkit-mask-image:
      radial-gradient(ellipse 32% 22% at 50% 12%,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,1) 60%,
        rgba(0,0,0,0.4) 85%,
        transparent 100%),
      radial-gradient(ellipse 46% 68% at 50% 68%,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,1) 55%,
        rgba(0,0,0,0.55) 80%,
        transparent 100%),
      linear-gradient(180deg,
        transparent 0%,
        rgba(0,0,0,0.6) 6%,
        rgba(0,0,0,1) 16%,
        rgba(0,0,0,1) 92%,
        rgba(0,0,0,0.4) 100%);
    -webkit-mask-composite: source-over, source-over;
    mask-image:
      radial-gradient(ellipse 32% 22% at 50% 12%,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,1) 60%,
        rgba(0,0,0,0.4) 85%,
        transparent 100%),
      radial-gradient(ellipse 46% 68% at 50% 68%,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,1) 55%,
        rgba(0,0,0,0.55) 80%,
        transparent 100%),
      linear-gradient(180deg,
        transparent 0%,
        rgba(0,0,0,0.6) 6%,
        rgba(0,0,0,1) 16%,
        rgba(0,0,0,1) 92%,
        rgba(0,0,0,0.4) 100%);
    mask-composite: add;
  }
  @keyframes heroZoom {
    from { transform: translateX(-50%) scale(1.0); }
    to   { transform: translateX(-50%) scale(1.03); }
  }
  
  .hero > .container {
    max-width: none !important;
    margin: 0 !important;
    padding-left: clamp(32px, 6vw, 120px) !important;
    padding-right: clamp(32px, 4vw, 40px) !important;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 620px) minmax(0, 1fr);
    gap: 32px;
    align-items: center;
    position: relative;
    z-index: 4;
  }
  .hero-content {
    position: relative;
    z-index: 10;
    padding: 40px 0 40px;
    max-width: 640px;
    margin: 0;
    text-align: left;
  }
  .hero-content h1 { white-space: nowrap; }
  
  html[lang="zh-CN"] .hero-content h1 {
    line-height: 1.15;
    letter-spacing: 0;
  }
  html[lang="zh-CN"] .hero-content h1 em {
    font-family: 'Cormorant Garamond', 'Songti SC', 'STSong', serif;
  }
  html[lang="zh-CN"] .section-header h2,
  html[lang="zh-CN"] .cta-banner h2,
  html[lang="zh-CN"] .cta-final h2 {
    line-height: 1.25;
    letter-spacing: 0;
  }
  .hero-content h1,
  .hero-content .lead,
  .hero-content .eyebrow,
  .hero-content .urgency-note { text-align: left; }
  .hero-content .hero-ctas { justify-content: flex-start; }
  
  .hero-content .hero-badges { justify-self: start; }
  .hero-content .eyebrow {
    color: var(--gold-soft);
    text-shadow: 0 2px 12px rgba(0,0,0,0.7);
  }
  
  .hero-location {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px 8px 12px;
    border: 1px solid rgba(201,165,92,0.42);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(201,165,92,0.14), rgba(10,9,8,0.5));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: var(--gold-soft);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.35);
  }
  .hero-location svg {
    color: var(--gold);
    flex-shrink: 0;
    filter: drop-shadow(0 0 4px rgba(201,165,92,0.6));
  }
  .hero-location-dot {
    width: 3px; height: 3px;
    background: var(--gold);
    border-radius: 50%;
    display: inline-block;
    opacity: 0.55;
  }
  .hero-location-alt {
    font-family: 'Cormorant Garamond', 'Songti SC', serif;
    font-size: 15px;
    letter-spacing: 0.02em;
    text-transform: none;
    color: var(--gold);
    font-weight: 500;
  }
  
  .hero-city-marker {
    position: absolute;
    top: 50%;
    right: clamp(20px, 3vw, 48px);
    transform: translateY(-50%) rotate(90deg);
    transform-origin: right center;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 18px;
    color: rgba(232,201,131,0.5);
    font-family: 'Cormorant Garamond', 'Songti SC', serif;
    font-size: clamp(13px, 1vw, 15px);
    letter-spacing: 0.42em;
    text-transform: uppercase;
    pointer-events: none;
    white-space: nowrap;
  }
  .hero-city-marker::before,
  .hero-city-marker::after {
    content: '';
    width: 44px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201,165,92,0.6), transparent);
  }
  .hero-city-marker .cn {
    font-size: 22px;
    letter-spacing: 0.16em;
    color: rgba(232,201,131,0.65);
  }
  @media (max-width: 1024px) {
    .hero-city-marker { display: none; }
  }
  @media (max-width: 640px) {
    .hero-location {
      font-size: 10px;
      padding: 6px 14px 6px 10px;
      gap: 8px;
      letter-spacing: 0.14em;
    }
    .hero-location-alt { font-size: 13px; }
  }
  .hero-rule {
    display: block;
    width: 64px;
    height: 1px;
    background: var(--gold);
    margin: 24px 0 28px;
    box-shadow: 0 0 12px rgba(201,165,92,0.5);
  }
  .hero-content h1 {
    font-size: clamp(44px, 4.8vw, 78px);
    line-height: 1.05;
    letter-spacing: -0.015em;
    margin: 0 0 28px;
    color: #F9F1E1;
    text-shadow: 0 4px 40px rgba(0,0,0,0.55);
  }
  .hero-content h1 em { white-space: nowrap; }
  .hero-content h1 em {
    display: block;
    margin-top: 6px;
    font-style: italic;
    color: var(--gold-soft);
    background: linear-gradient(90deg, #E8C983 0%, #C9A55C 55%, #E8C983 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hero-content .lead {
    color: rgba(245,238,224,0.85);
    max-width: 560px;
    font-size: 17px;
    text-shadow: 0 2px 14px rgba(0,0,0,0.6);
  }
  .hero-content .lead strong {
    color: var(--gold-soft);
    font-family: 'Cormorant Garamond', 'Songti SC', serif;
    font-weight: 500;
    font-size: 19px;
    letter-spacing: 0.01em;
    font-style: italic;
  }
  .hero-ctas {
    display: flex; gap: 14px; margin-top: 36px;
    flex-wrap: nowrap; align-items: stretch;
  }
  .hero-ctas .btn { white-space: nowrap; flex: 0 1 auto; }
  .hero-ctas .btn-primary { flex: 1 1 auto; justify-content: center; }
  @media (max-width: 520px) {
    .hero-ctas { flex-wrap: wrap; }
    .hero-ctas .btn { width: 100%; justify-content: center; }
  }
  .hero-ctas .btn-primary {
    box-shadow: 0 14px 36px rgba(201,165,92,0.35), inset 0 0 0 1px rgba(255,255,255,0.15);
  }
  .hero-ctas .btn-outline {
    color: #F5EEE0;
    border-color: rgba(245,238,224,0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    background: rgba(10,9,8,0.25);
  }
  .hero-ctas .btn-outline:hover {
    background: rgba(201,165,92,0.15);
    border-color: var(--gold);
    color: var(--gold);
  }
  .hero-badges {
    margin-top: 48px;
    display: flex; flex-wrap: wrap;
    gap: 0;
    max-width: 560px;
    border-top: 1px solid rgba(201,165,92,0.25);
    padding-top: 24px;
  }
  .hero-badge {
    flex: 1 1 auto; min-width: 0;
    display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
    font-size: 10px;
    color: rgba(245,238,224,0.72);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding-right: 16px;
    border-right: 1px solid rgba(201,165,92,0.18);
  }
  .hero-badge + .hero-badge { padding-left: 16px; }
  .hero-badge:last-child { border-right: none; }
  .hero-badge b {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    color: var(--gold-soft);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    text-shadow: 0 2px 10px rgba(0,0,0,0.6);
  }
  .hero-signature {
    position: absolute;
    top: clamp(300px, 48vh, 540px);
    right: clamp(60px, 6vw, 130px);
    left: auto;
    bottom: auto;
    transform: none;
    z-index: 10;
    text-align: right;
    color: rgba(245,238,224,0.78);
    font-family: 'Cormorant Garamond', serif;
    line-height: 1.2;
    padding: 10px 18px 10px 22px;
    background: linear-gradient(90deg, transparent, rgba(10,9,8,0.55) 30%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-right: 2px solid var(--gold);
  }
  .hero-signature .name {
    font-size: 22px;
    color: var(--gold-soft);
    letter-spacing: 0.02em;
  }
  .hero-signature .sub {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(245,238,224,0.55);
    margin-top: 4px;
  }
  .scroll-hint {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    font-size: 10px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(245,238,224,0.55);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .scroll-hint::after {
    content: '';
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, var(--gold), transparent);
    animation: scrollPulse 2.2s ease-in-out infinite;
  }
  @keyframes scrollPulse {
    0%, 100% { opacity: 0.4; transform: scaleY(1); }
    50%      { opacity: 1;   transform: scaleY(1.15); }
  }
  
  @media (max-width: 1024px) {
    .hero { min-height: 92vh; }
    .hero > .container { grid-template-columns: minmax(0, 480px) minmax(0, 1fr); gap: 20px; }
    .hero-content { padding: 130px 0 80px; max-width: 460px; }
    .hero-content h1 { font-size: clamp(44px, 6.2vw, 68px); }
    .hero-badges { grid-template-columns: repeat(2, auto); gap: 16px 28px; }
    .hero-photo img { height: 92%; }
  }
  
  @media (max-width: 780px) {
    .hero { min-height: 92vh; align-items: flex-end; }
    .hero-signature, .scroll-hint { display: none; }
    .hero > .container {
      grid-template-columns: 1fr;
      padding-right: clamp(24px, 6vw, 32px) !important;
    }
    .hero-photo {
      position: absolute; inset: 0;
      height: 100%;
      z-index: 2;
      justify-content: flex-end;
      align-items: flex-start;
      pointer-events: none;
    }
    .hero-photo img {
      height: 100%; width: 100%;
      object-fit: cover; object-position: 55% 8%;
      filter: brightness(0.55) contrast(1.18) saturate(0.85) sepia(0.24) hue-rotate(-6deg);
      -webkit-mask-image: linear-gradient(180deg,
          rgba(0,0,0,0.85) 0%,
          rgba(0,0,0,0.55) 45%,
          rgba(0,0,0,0.1) 100%);
      mask-image: linear-gradient(180deg,
          rgba(0,0,0,0.85) 0%,
          rgba(0,0,0,0.55) 45%,
          rgba(0,0,0,0.1) 100%);
    }
    .hero-content { padding: 120px 0 72px; max-width: 100%; position: relative; z-index: 10; }
    .hero-content .eyebrow { font-size: 10px; letter-spacing: 0.2em; margin-bottom: 12px; }
    .hero-content h1 {
      font-size: clamp(42px, 12vw, 60px);
      line-height: 1.02;
      margin-bottom: 20px;
    }
    .hero-content h1 br { display: none; }
    .hero-content h1 em { display: block; margin-top: 4px; }
    .hero-content .lead { font-size: 15px; line-height: 1.65; }
    .hero-ctas { gap: 10px; margin-top: 28px; }
    .hero-badges {
      margin-top: 36px;
      display: flex; flex-wrap: wrap; gap: 14px 20px;
    }
    .hero-badge { font-size: 10px; letter-spacing: 0.1em; }
  }
  @media (max-width: 640px) {
    .hero-ctas { flex-direction: column; }
    .hero-ctas .btn { width: 100%; justify-content: center; }
  }
  
  @media (max-width: 380px) {
    .hero-content h1 { font-size: 38px; }
    .hero-content .lead { font-size: 14px; }
    .hero-badges { grid-template-columns: 1fr; gap: 10px; }
  }

  
  @keyframes ctaPulse {
    0%, 100% { box-shadow: 0 14px 36px rgba(201,165,92,0.35), 0 0 0 0 rgba(201,165,92,0.55); }
    50%      { box-shadow: 0 18px 40px rgba(201,165,92,0.45), 0 0 0 14px rgba(201,165,92,0); }
  }
  .btn-primary.pulse { animation: ctaPulse 2.6s ease-in-out infinite; }
  .btn-primary.pulse:hover { animation-play-state: paused; }
  .btn-large { padding: 18px 34px !important; font-size: 13px !important; }

  .cta-microcopy {
    margin-top: 20px;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(245,238,224,0.75);
    line-height: 2;
    text-align: center;
    max-width: 520px;
  }
  .cta-microcopy > span {
    display: inline-block;
    margin: 0 12px;
    white-space: nowrap;
  }
  .cta-microcopy > span::before {
    content: '✓';
    color: var(--gold);
    font-weight: 700;
    margin-right: 6px;
  }
  html[lang="zh-CN"] .cta-microcopy {
    letter-spacing: 0.06em;
  }
  html[lang="zh-CN"] .cta-microcopy > span { margin: 0 14px; }
  section.light .cta-microcopy, section.light-alt .cta-microcopy { color: var(--ink-soft-dark); }

  .urgency-note {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 7px 14px;
    background: rgba(201,165,92,0.12);
    border: 1px solid rgba(201,165,92,0.4);
    border-radius: 999px;
    font-size: 10px; letter-spacing: 0.16em;
    text-transform: uppercase; color: var(--gold-soft);
    margin-bottom: 20px;
  }
  .urgency-note::before {
    content: ''; width: 6px; height: 6px;
    background: var(--gold); border-radius: 50%;
    animation: onlinePulse 2s infinite;
  }
  @keyframes onlinePulse {
    0%   { box-shadow: 0 0 0 0 rgba(201,165,92,0.7); }
    70%  { box-shadow: 0 0 0 8px rgba(201,165,92,0); }
    100% { box-shadow: 0 0 0 0 rgba(201,165,92,0); }
  }

  
  .sp-item { text-align: center; padding: 8px 20px; border-right: 1px solid var(--line); }
  .sp-item:last-child { border-right: none; }
  .sp-stars {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px; color: var(--gold);
    line-height: 1; margin-bottom: 8px; letter-spacing: 4px;
  }
  .sp-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px; color: var(--gold); line-height: 1;
    margin-bottom: 8px; font-weight: 500;
  }
  .sp-label {
    font-size: 10px; letter-spacing: 0.16em;
    text-transform: uppercase; color: var(--ink-soft);
  }
  .country-strip {
    padding: 22px 0; background: var(--bg);
    text-align: center; border-bottom: 1px solid var(--line);
  }
  .country-strip .label {
    font-size: 10px; letter-spacing: 0.24em;
    text-transform: uppercase; color: var(--muted);
    margin-bottom: 14px;
  }
  .country-pills {
    display: flex; justify-content: center;
    flex-wrap: wrap; gap: 8px;
    font-size: 11px; color: var(--ink-soft);
    letter-spacing: 0.1em;
  }
  .country-pills span {
    padding: 5px 12px; border: 1px solid var(--line);
    border-radius: 999px; background: var(--bg-alt);
  }

  
  .mini-cta {
    margin: 64px auto 0; max-width: 780px;
    padding: 28px 36px;
    background: var(--bg-card);
    border: 1px solid var(--gold-dark);
    border-radius: 4px;
    display: grid; grid-template-columns: 1fr auto;
    gap: 32px; align-items: center;
    position: relative; overflow: hidden;
  }
  .mini-cta::before {
    content: ''; position: absolute;
    top: 0; left: 0; width: 3px; height: 100%;
    background: var(--gold);
  }
  .mini-cta.light-card { background: var(--bg-light); }
  .mini-cta.light-card h4 { color: var(--ink-dark); }
  .mini-cta.light-card .mini-sub { color: var(--ink-soft-dark); }
  .mini-cta h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px; color: var(--ink);
    margin-bottom: 4px; font-weight: 500;
  }
  .mini-cta .mini-sub { color: var(--ink-soft); font-size: 13px; }
  @media (max-width: 640px) {
    .mini-cta { grid-template-columns: 1fr; padding: 24px; gap: 18px; text-align: center; margin-top: 48px; }
    .mini-cta .btn { justify-content: center; width: 100%; }
    .mini-cta::before { width: 100%; height: 3px; }
  }

  
  .testimonials-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 24px; margin-top: 32px;
  }
  .testimonial-card {
    background: var(--bg-card);
    border: 1px solid var(--line);
    padding: 32px 28px; border-radius: 4px;
    position: relative;
    transition: border-color .3s, transform .3s;
  }
  .testimonial-card:hover { border-color: var(--gold); transform: translateY(-3px); }
  .testimonial-card::before {
    content: '"'; position: absolute;
    top: -8px; right: 20px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 90px; color: var(--gold);
    opacity: 0.28; line-height: 1;
  }
  .testimonial-stars {
    color: var(--gold); letter-spacing: 3px;
    margin-bottom: 18px; font-size: 15px;
  }
  .testimonial-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px; color: var(--ink);
    line-height: 1.55; margin-bottom: 24px;
    font-style: italic;
  }
  .testimonial-meta {
    padding-top: 18px; border-top: 1px solid var(--line);
    display: flex; justify-content: space-between; align-items: center;
    font-size: 11px; color: var(--muted); letter-spacing: 0.08em;
  }
  .testimonial-meta .name { color: var(--gold-soft); font-weight: 500; }

  
  .cta-banner {
    background: linear-gradient(135deg, #1A1613 0%, #2A2018 50%, #0A0908 100%);
    padding: 100px 0; text-align: center;
    position: relative; overflow: hidden;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .cta-banner::before {
    content: ''; position: absolute; inset: 0;
    background:
      radial-gradient(ellipse at 20% 30%, rgba(201,165,92,0.20), transparent 45%),
      radial-gradient(ellipse at 80% 70%, rgba(232,201,131,0.14), transparent 45%);
    pointer-events: none;
  }
  .cta-banner > * { position: relative; z-index: 2; }
  .cta-banner .urgency-note { margin: 0 auto 24px; }
  .cta-banner h2 { font-size: clamp(36px, 5vw, 56px); margin-bottom: 20px; }
  .cta-banner p { color: var(--ink-soft); max-width: 580px; margin: 0 auto 36px; font-size: 17px; }
  .cta-banner .microcopy {
    margin-top: 28px; font-size: 11px;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: rgba(245,238,224,0.6);
    display: flex; justify-content: center; gap: 24px; flex-wrap: wrap;
  }
  .cta-banner .microcopy span::before { content: '✓ '; color: var(--gold); }

  
  .sticky-wa {
    position: fixed !important;
    bottom: 28px !important; right: 28px !important;
    z-index: 999;
    display: flex !important; flex-direction: row !important; align-items: center; gap: 14px !important;
    padding: 14px 26px 14px 18px !important;
    background: linear-gradient(135deg, #1A1613 0%, #0A0908 100%) !important;
    color: var(--gold-soft) !important;
    border: 1px solid var(--gold) !important;
    border-radius: 999px !important;
    text-transform: none !important;
    box-shadow:
      0 14px 40px rgba(0,0,0,0.55),
      0 0 0 4px rgba(201,165,92,0.12),
      inset 0 1px 0 rgba(232,201,131,0.15) !important;
    animation: waFloat 3.8s ease-in-out infinite, waGlow 2.6s ease-in-out infinite;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    overflow: visible;
  }
  .sticky-wa::before {
    content: ''; position: absolute;
    inset: -1px;
    border-radius: 999px;
    padding: 1px;
    background: linear-gradient(135deg, #E8C983 0%, #C9A55C 50%, #8C6E38 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
  }
  .sticky-wa::after {
    content: ''; position: absolute;
    top: -3px; right: -3px;
    width: 14px; height: 14px;
    background: #22C55E;
    border: 2px solid #0A0908;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(34,197,94,0.75), 0 0 12px rgba(34,197,94,0.8);
    animation: onlinePulse 1.8s infinite;
    z-index: 4;
  }
  .sticky-wa:hover {
    transform: scale(1.04) translateY(-4px) !important;
    box-shadow:
      0 22px 50px rgba(0,0,0,0.6),
      0 0 0 6px rgba(201,165,92,0.18),
      0 0 40px rgba(201,165,92,0.35) !important;
    animation-play-state: paused;
  }
  .wa-icon-wrap {
    width: 40px; height: 40px; flex-shrink: 0;
    background: linear-gradient(135deg, #25D366 0%, #1EBE57 100%);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 4px 14px rgba(37,211,102,0.45), 0 0 0 1px rgba(37,211,102,0.5);
    position: relative;
    z-index: 2;
  }
  .wa-icon-wrap svg { width: 22px; height: 22px; fill: #FFFFFF; }
  .sticky-wa .main-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px; font-weight: 500;
    letter-spacing: 0.02em; text-transform: none;
    line-height: 1.1; color: var(--gold-soft);
    position: relative; z-index: 2;
  }
  .sticky-wa .sub-text {
    font-size: 10px; letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 0.85; margin-top: 4px;
    font-weight: 400;
    color: rgba(232,201,131,0.85);
    display: flex; align-items: center; gap: 6px;
    position: relative; z-index: 2;
  }
  .sticky-wa .sub-text::before {
    content: ''; width: 5px; height: 5px;
    background: #22C55E; border-radius: 50%;
    box-shadow: 0 0 8px rgba(34,197,94,0.9);
    animation: onlinePulse 1.5s infinite;
  }
  @keyframes waFloat {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-7px); }
  }
  @keyframes waGlow {
    0%, 100% { filter: drop-shadow(0 0 0 rgba(201,165,92,0)); }
    50%      { filter: drop-shadow(0 0 20px rgba(201,165,92,0.45)); }
  }
  @media (max-width: 640px) {
    .sticky-wa {
      bottom: 16px !important; right: 16px !important;
      padding: 10px 20px 10px 14px !important;
      gap: 10px !important;
    }
    .wa-icon-wrap { width: 34px; height: 34px; }
    .wa-icon-wrap svg { width: 18px; height: 18px; }
    .sticky-wa .main-text { font-size: 14px; }
    .sticky-wa .sub-text { font-size: 9px; letter-spacing: 0.1em; }
  }

  
  .quick-form-wrap {
    background: var(--bg-card);
    border: 1px solid var(--gold-dark);
    padding: 32px; border-radius: 4px;
    margin-bottom: 24px; position: relative;
  }
  .quick-form-wrap::before {
    content: 'FASTEST'; position: absolute;
    top: -10px; left: 24px;
    background: var(--gold); color: var(--bg);
    padding: 4px 10px; font-size: 9px;
    letter-spacing: 0.18em; font-weight: 700;
    border-radius: 2px;
  }
  .qf-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--gold); margin-bottom: 6px; }
  .qf-sub { font-size: 13px; color: var(--ink-soft); margin-bottom: 20px; }
  .qf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
  @media (max-width: 640px) { .qf-row { grid-template-columns: 1fr; } }
  .form-divider {
    text-align: center; margin: 20px 0 24px;
    font-size: 10px; letter-spacing: 0.24em;
    color: var(--muted); text-transform: uppercase;
  }

  @media (max-width: 780px) {
    .sp-grid { grid-template-columns: 1fr 1fr !important; gap: 24px 12px !important; }
    .sp-item { border-right: none; }
    .sp-item:nth-child(1), .sp-item:nth-child(2) { border-bottom: 1px solid var(--line); padding-bottom: 20px; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .cta-banner { padding: 72px 0; }
  }

  
  #photo-guide { background: var(--bg-alt); }
  .photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 8px;
  }
  .photo-tile {
    padding: 28px 26px 26px;
    background: var(--bg-card);
    border: 1px solid var(--line);
    border-radius: 4px;
    transition: border-color .3s, transform .3s;
  }
  .photo-tile:hover { border-color: var(--gold); transform: translateY(-3px); }
  .photo-tile .tile-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 14px;
    font-weight: 500;
  }
  .photo-tile h3 { font-size: 18px; color: var(--gold-soft); margin-bottom: 8px; }
  .photo-tile p { color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
  .photo-note {
    text-align: center;
    margin-top: 28px;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
  }
  .checklist-block {
    margin: 56px auto 0;
    max-width: 780px;
    padding: 32px 40px;
    background: var(--bg-card);
    border: 1px solid var(--line);
    border-left: 3px solid var(--gold);
    border-radius: 4px;
  }
  .checklist-head {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    color: var(--gold-soft);
    margin-bottom: 20px;
  }
  .checklist { list-style: none; padding: 0; margin: 0; }
  .checklist li {
    padding: 10px 0 10px 28px;
    position: relative;
    color: var(--ink-soft);
    font-size: 15px;
    border-bottom: 1px solid var(--line);
  }
  .checklist li:last-child { border-bottom: none; }
  .checklist li::before {
    content: '✓';
    position: absolute;
    left: 4px; top: 10px;
    color: var(--gold);
    font-weight: 600;
    font-size: 14px;
  }
  @media (max-width: 780px) {
    .photo-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
    .photo-tile { padding: 20px 18px; }
    .checklist-block { padding: 24px 20px; }
  }
  @media (max-width: 480px) {
    .photo-grid { grid-template-columns: 1fr; }
  }

  
  .metric-band {
    background: var(--bg-alt);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 40px 0;
  }
  .metric-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 32px;
    text-align: center;
  }
  .metric { border-right: 1px solid var(--line); padding: 8px 20px; }
  .metric:last-child { border-right: none; }
  .metric strong {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    color: var(--gold);
    font-weight: 500;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
  }
  .metric span {
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-soft);
  }

  
  section { padding: 120px 0; position: relative; }
  .section-header { margin-bottom: 64px; max-width: 780px; }
  .section-header p { margin-top: 24px; }
  .section-header.center { margin-left: auto; margin-right: auto; text-align: center; }
  .section-header.center .lead { margin-left: auto; margin-right: auto; }

  
  .concerns-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  section.light .concern-card {
    background: var(--bg-light-alt);
    border: 1px solid var(--line-light);
    color: var(--ink-dark);
  }
  section.light .concern-card:hover { border-color: var(--gold-dark); transform: translateY(-3px); }
  section.light .concern-card h3 { color: var(--ink-dark); }
  section.light .concern-card p { color: var(--ink-soft-dark); }
  section.light .concern-icon { border-color: var(--gold-dark); color: var(--gold-dark); }
  .concern-card {
    padding: 32px 28px;
    border-radius: 4px;
    transition: all .3s;
  }
  .concern-icon {
    width: 40px; height: 40px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--gold);
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .concern-card h3 { font-size: 20px; margin-bottom: 10px; }
  .concern-card p { font-size: 14px; }

  
  .assessment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
  }
  .view-tags {
    display: flex; gap: 10px;
    margin: 24px 0 0;
    flex-wrap: wrap;
  }
  .view-tag {
    padding: 8px 16px;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.12em;
    color: var(--ink-soft);
    text-transform: uppercase;
  }
  .assessment-step {
    padding: 24px 0;
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 20px;
  }
  .assessment-step:last-child { border-bottom: 1px solid var(--line); }
  .step-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    color: var(--gold);
    line-height: 1;
  }
  .step-body h3 { font-size: 18px; margin-bottom: 6px; color: var(--gold-soft); }
  .step-sub {
    font-size: 11px; color: var(--muted); letter-spacing: 0.08em;
    text-transform: uppercase; margin-bottom: 10px;
  }
  .step-body p { font-size: 14px; color: var(--ink-soft); }

  
  .method-tagline {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(26px, 3vw, 38px);
    color: var(--gold-dark);
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid var(--line-light);
    text-align: center;
  }
  .method-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    margin-top: 24px;
  }
  section.light .method-card,
  section.light-alt .method-card { border-top-color: var(--line-light); }
  section.light .method-num,
  section.light-alt .method-num { color: var(--gold-dark); }
  section.light .method-card h3,
  section.light-alt .method-card h3 { color: var(--ink-dark); }
  section.light .method-card p,
  section.light-alt .method-card p { color: var(--ink-soft-dark); }
  .method-card { padding-top: 32px; border-top: 1px solid var(--line); }
  .method-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 20px;
  }
  .method-card h3 { margin-bottom: 14px; font-size: 22px; color: var(--gold-soft); }
  .method-card p { color: var(--ink-soft); font-size: 15px; }

  
  .compare-table {
    margin-top: 24px;
    width: 100%;
    border-collapse: collapse;
    background: var(--bg-card);
    border-radius: 4px;
    overflow: hidden;
  }
  .compare-table th, .compare-table td {
    padding: 22px 24px;
    text-align: left;
    border-bottom: 1px solid var(--line);
    font-size: 15px;
    vertical-align: top;
  }
  .compare-table thead th {
    background: var(--bg-alt);
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 500;
    color: var(--ink);
    letter-spacing: 0;
    text-transform: none;
  }
  .compare-table thead th.gold-col { color: var(--gold); }
  .compare-table tbody th {
    font-weight: 500;
    color: var(--muted);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    width: 22%;
  }
  .compare-table td { color: var(--ink-soft); }
  .compare-table td.gold-col { color: var(--gold-soft); }
  .compare-table tr:last-child th, .compare-table tr:last-child td { border-bottom: none; }

  
  .treatment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  section.light .treatment-card {
    background: var(--bg-light);
    border: 1px solid var(--line-light);
  }
  section.light .treatment-card:hover { border-color: var(--gold-dark); transform: translateY(-4px); }
  section.light .treatment-card h3 { color: var(--ink-dark); }
  section.light .treatment-card p { color: var(--ink-soft-dark); }
  section.light .treatment-tag { color: var(--gold-dark); }
  .treatment-card {
    background: var(--bg-card);
    border: 1px solid var(--line);
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
    transition: all .3s;
  }
  .treatment-card:hover { transform: translateY(-4px); border-color: var(--gold); }
  .treatment-photo {
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #1A1613, #2A2018);
    overflow: hidden;
  }
  .treatment-photo img { width: 100%; height: 100%; object-fit: cover; }
  .treatment-body { padding: 32px 28px; }
  .treatment-tag {
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 14px;
  }
  .treatment-card h3 { font-size: 22px; margin-bottom: 14px; color: var(--gold-soft); line-height: 1.3; }
  .treatment-card p { font-size: 14px; color: var(--ink-soft); }

  
  .case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 24px;
  }
  .case-card {
    background: var(--bg-card);
    border: 1px solid var(--line);
    border-radius: 4px;
    overflow: hidden;
  }
  .case-photo {
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #1A1613, #2A2018);
    position: relative;
    display: flex; align-items: center; justify-content: center;
    color: var(--muted);
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    font-style: italic;
  }
  .case-photo::before, .case-photo::after {
    position: absolute; top: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 10px; letter-spacing: 0.18em;
    background: rgba(0,0,0,0.7); padding: 4px 10px; border-radius: 2px;
  }
  .case-photo::before { content: 'BEFORE'; left: 12px; color: var(--muted); }
  .case-photo::after { content: 'AFTER'; right: 12px; color: var(--gold); }
  .case-body { padding: 26px 24px; }
  .case-tag {
    font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--muted); margin-bottom: 12px;
  }
  .case-body h3 { font-size: 22px; margin-bottom: 18px; color: var(--gold-soft); }
  .case-meta { display: flex; flex-direction: column; }
  .case-meta-row {
    display: grid; grid-template-columns: 100px 1fr;
    gap: 12px;
    font-size: 13px;
    padding: 10px 0;
    border-bottom: 1px solid var(--line);
    color: var(--ink-soft);
  }
  .case-meta-row:last-child { border-bottom: none; }
  .case-meta-row .label {
    color: var(--muted);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 10px;
    padding-top: 2px;
  }
  .case-disclaimer {
    font-size: 11px;
    color: var(--muted);
    font-style: italic;
    padding-top: 14px;
    margin-top: 4px;
    border-top: 1px solid var(--line);
  }

  
  .doctor-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 72px;
    align-items: center;
  }
  .doctor-portrait {
    aspect-ratio: 3/4;
    background:
      radial-gradient(ellipse at 50% 40%, rgba(201,165,92,0.15), transparent 65%),
      linear-gradient(180deg, #1A1613 0%, #0A0908 100%);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4);
    border: 1px solid var(--gold-dark);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 40px;
  }
  
  .doctor-portrait img {
    display: block;
    width: 100%;
    max-height: calc(100% - 20px);
    height: auto;
    object-fit: contain;
    object-position: center bottom;
    filter:
      blur(0.3px)
      drop-shadow(0 20px 34px rgba(0,0,0,0.5))
      drop-shadow(0 0 20px rgba(201,165,92,0.2))
      drop-shadow(0 0 6px rgba(10,9,8,0.65));
    -webkit-mask-image: radial-gradient(ellipse 98% 99% at 50% 55%, black 92%, transparent 100%);
    mask-image: radial-gradient(ellipse 98% 99% at 50% 55%, black 92%, transparent 100%);
  }
  
  .doctor-portrait img.is-jpg {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center 8%;
    filter: none;
  }
  .doctor-portrait:has(img.is-jpg) {
    background: linear-gradient(180deg, #7A7A7E 0%, #5A5A5E 100%);
    padding-top: 0;
    display: block;
  }
  .doctor-portrait:has(img.is-jpg)::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, transparent 55%, rgba(90,90,94,0.4) 100%),
      radial-gradient(ellipse at 50% 25%, transparent 55%, rgba(0,0,0,0.15) 100%);
    pointer-events: none;
  }
  .doctor-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 44px;
    margin: 12px 0 8px;
    line-height: 1.1;
  }
  .doctor-name span { color: var(--muted); font-size: 30px; margin-left: 10px; }
  .doctor-title {
    font-size: 12px;
    color: var(--gold);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 24px;
  }
  .doctor-bio { color: var(--ink-soft); margin-bottom: 28px; font-size: 16px; }
  .doctor-points {
    display: flex; flex-direction: column;
    margin-bottom: 32px;
  }
  .doctor-point {
    padding: 18px 0;
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 20px;
  }
  .doctor-point:last-child { border-bottom: 1px solid var(--line); }
  .doctor-point strong {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
    padding-top: 3px;
  }
  .doctor-point span { color: var(--ink-soft); font-size: 14px; }

  
  .paths-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 24px;
  }
  .path-card {
    background: var(--bg-card);
    padding: 44px 40px;
    border: 1px solid var(--line);
    border-radius: 4px;
    transition: all .3s;
  }
  .path-card:hover { border-color: var(--gold); }
  .path-num {
    color: var(--muted); font-size: 11px;
    letter-spacing: 0.18em; text-transform: uppercase;
    margin-bottom: 16px;
  }
  .path-num b { color: var(--gold); font-weight: 500; }
  .path-card h3 {
    font-size: 28px; margin-bottom: 14px;
    color: var(--gold-soft);
    font-family: 'Cormorant Garamond', serif; font-weight: 400;
  }
  .path-card p { color: var(--ink-soft); margin-bottom: 24px; font-size: 15px; }
  .path-card a.learn {
    color: var(--gold); font-size: 11px;
    letter-spacing: 0.16em; text-transform: uppercase;
  }
  .path-card a.learn::after { content: ' →'; }

  
  .journey-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 40px;
    position: relative;
  }
  .journey-step { position: relative; padding-right: 12px; }
  .journey-step::before {
    content: '';
    position: absolute; top: 24px; left: 55px; right: -8px;
    height: 1px; background: var(--line);
  }
  .journey-step:last-child::before { display: none; }
  .journey-num {
    width: 48px; height: 48px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    color: var(--gold);
    background: var(--bg);
    margin-bottom: 22px;
    position: relative; z-index: 2;
  }
  .journey-step h3 { font-size: 18px; margin-bottom: 10px; color: var(--gold-soft); }
  .journey-step p { font-size: 13px; color: var(--ink-soft); line-height: 1.65; }

  .journey-phases {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 64px;
    padding-top: 48px;
    border-top: 1px solid var(--line);
  }
  .phase h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    color: var(--gold);
    margin-bottom: 10px;
  }
  .phase p { font-size: 14px; color: var(--ink-soft); }

  
  .media-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 40px;
  }
  .video-frame {
    background: var(--bg-light-alt);
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid var(--line-light);
  }
  .video-frame video {
    width: 100%;
    aspect-ratio: 16/9;
    display: block;
    background: #0A0908;
    object-fit: cover;
  }
  .video-frame .video-placeholder {
    width: 100%;
    aspect-ratio: 16/9;
    background: linear-gradient(135deg, #EBE2CE, #D9CFBE);
    color: var(--muted-light);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px; font-style: italic;
  }
  .video-frame figcaption {
    padding: 18px 20px;
    font-size: 13px;
    letter-spacing: 0.1em;
    color: var(--ink-soft-dark);
    text-transform: uppercase;
  }

  
  .faq-list { max-width: 820px; margin: 0 auto; }
  .faq-item { border-bottom: 1px solid var(--line); }
  .faq-q {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    color: var(--ink);
    cursor: pointer;
    display: flex; justify-content: space-between; align-items: center;
    gap: 24px;
    padding: 26px 0;
    transition: color .2s;
  }
  .faq-q:hover { color: var(--gold); }
  .faq-q::after {
    content: '+'; font-size: 24px; color: var(--gold);
    transition: transform .3s; flex-shrink: 0;
  }
  .faq-item.open .faq-q::after { transform: rotate(45deg); }
  .faq-a {
    max-height: 0; overflow: hidden;
    transition: max-height .4s;
    color: var(--ink-soft);
    font-size: 15px;
  }
  .faq-item.open .faq-a { max-height: 400px; padding: 0 0 26px; }

  
  .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 64px;
  }
  .contact-left h2 { margin-bottom: 20px; }
  .contact-left .lead { margin-bottom: 40px; }
  .contact-benefits { display: flex; flex-direction: column; gap: 20px; margin-bottom: 40px; }
  .contact-benefit {
    display: grid; grid-template-columns: 40px 1fr; gap: 16px;
    align-items: start;
    padding-top: 24px;
    border-top: 1px solid var(--line);
  }
  .contact-benefit-icon {
    width: 32px; height: 32px;
    background: var(--gold);
    color: var(--bg);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; font-weight: 600;
  }
  .contact-benefit h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 500; font-size: 14px;
    margin-bottom: 4px; color: var(--ink);
    letter-spacing: 0.04em;
  }
  .contact-benefit p { font-size: 13px; color: var(--ink-soft); }
  .contact-alt {
    display: flex; gap: 16px; flex-wrap: wrap;
    padding-top: 24px;
    border-top: 1px solid var(--line);
  }

  form.consult {
    background: var(--bg-card);
    padding: 36px;
    border-radius: 4px;
    border: 1px solid var(--line);
  }
  .form-row {
    display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
    margin-bottom: 14px;
  }
  .field { display: flex; flex-direction: column; }
  .field.full { grid-column: 1 / -1; }
  .field label {
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 8px;
  }
  .field input, .field select, .field textarea {
    background: var(--bg);
    border: 1px solid var(--line);
    color: var(--ink);
    padding: 13px 15px;
    font-family: inherit;
    font-size: 14px;
    border-radius: 2px;
    transition: border-color .2s;
    outline: none;
  }
  .field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); }
  .field textarea { resize: vertical; min-height: 90px; }
  .field select { appearance: none; -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23C9A55C' d='M5 6L0 0h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 16px center;
    padding-right: 40px;
  }
  form.consult button[type=submit] {
    width: 100%;
    padding: 16px;
    background: var(--gold);
    color: var(--bg);
    border: none;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 2px;
    margin-top: 8px;
    transition: background .2s;
  }
  form.consult button[type=submit]:hover { background: var(--gold-soft); }
  .form-note {
    font-size: 11px;
    color: var(--muted);
    margin-top: 14px;
    text-align: center;
    font-style: italic;
  }

  
  .trust-bar { padding: 80px 0; }
  .trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  .trust-item { text-align: center; padding: 24px 16px; }
  .trust-item h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    color: var(--gold);
    margin-bottom: 10px;
    font-weight: 500;
  }
  .trust-item p { font-size: 13px; color: var(--ink-soft); }

  
  footer {
    background: #050403;
    color: rgba(245,238,224,0.5);
    padding: 60px 0 28px;
    font-size: 12px;
    border-top: 1px solid var(--line);
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--line);
  }
  footer .brand-mark { margin-bottom: 16px; }
  footer .tagline {
    color: var(--gold);
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    font-style: italic;
    margin: 12px 0;
  }
  footer h4 {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 14px;
    font-weight: 500;
  }
  footer ul { list-style: none; }
  footer ul li { margin-bottom: 6px; }
  footer a:hover { color: var(--gold); }
  .footer-bottom {
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .disclaimer {
    font-size: 11px;
    line-height: 1.7;
    max-width: 900px;
    margin: 24px auto 0;
    padding: 24px 32px;
    color: rgba(245,238,224,0.4);
    text-align: center;
    border-top: 1px solid var(--line);
  }

  
  .sticky-wa {
    position: fixed;
    bottom: 26px; right: 26px;
    background: var(--gold);
    color: var(--bg);
    padding: 14px 22px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.14em;
    font-weight: 600;
    z-index: 90;
    box-shadow: 0 12px 30px rgba(201,165,92,0.35);
    display: flex; align-items: center; gap: 8px;
    text-transform: uppercase;
    transition: transform .2s;
  }
  .sticky-wa:hover { transform: translateY(-3px); }

  
  @media (max-width: 1024px) {
    .journey-steps { grid-template-columns: repeat(2, 1fr); gap: 32px; }
    .journey-step::before { display: none; }
    .method-grid, .concerns-grid, .treatment-grid, .case-grid { grid-template-columns: 1fr 1fr; }
    .metric-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .metric:nth-child(2) { border-right: none; }
    .doctor-point { grid-template-columns: 1fr; gap: 4px; }
  }
  
  @media (max-width: 780px) {
    .container { padding: 0 24px; }
    .nav-inner { padding: 0 20px; }
    .brand-text strong { font-size: 18px; }
    .brand-text small { font-size: 9px; }
    .doctor-grid, .contact-grid, .assessment-grid { grid-template-columns: 1fr; gap: 48px; }
    .doctor-portrait { max-width: 500px; margin: 0 auto; }
    .method-grid, .concerns-grid, .treatment-grid, .case-grid, .paths-grid, .journey-phases, .trust-grid, .media-grid { grid-template-columns: 1fr; }
    .metric-grid { grid-template-columns: 1fr; }
    .metric { border-right: none; border-bottom: 1px solid var(--line); padding-bottom: 24px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .form-row { grid-template-columns: 1fr; }
    section { padding: 80px 0; }
    .section-header { margin-bottom: 48px; }
    .nav-links a:not(.btn) { display: none; }
    .nav-links { gap: 0; }
    .compare-table th, .compare-table td { padding: 16px 12px; font-size: 13px; }
    .compare-table tbody th { width: 40%; }
  }
  
  @media (max-width: 640px) {
    .container { padding: 0 20px; }
    nav { padding: 14px 0; }
    .brand-symbol { width: 34px; height: 34px; font-size: 18px; }
    .brand-text strong { font-size: 16px; }
    .brand-text small { font-size: 8px; letter-spacing: 0.18em; }
    .nav-inner .btn { padding: 10px 18px; font-size: 11px; letter-spacing: 0.1em; }
    .announce { font-size: 10px; letter-spacing: 0.12em; padding: 8px 12px; }
    .announce .sep { margin: 0 6px; }
    h2 { font-size: clamp(28px, 8vw, 40px); }
    .lead { font-size: 15px; }
    section { padding: 64px 0; }
    .section-header { margin-bottom: 40px; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; padding-bottom: 32px; }
    .footer-bottom { flex-direction: column; gap: 12px; }
    .disclaimer { padding: 20px 20px; font-size: 10px; }
    form.consult { padding: 24px 20px; }
    .field label { font-size: 9px; letter-spacing: 0.12em; }
    .concerns-grid, .method-grid { gap: 16px; }
    .concern-card, .method-card, .treatment-card, .case-card, .path-card { padding-left: 22px; padding-right: 22px; }
    .path-card { padding: 32px 24px; }
    .compare-table thead th { font-size: 17px; }
    .compare-table th, .compare-table td { padding: 12px 10px; font-size: 12px; }
    .journey-steps { gap: 24px; }
    .faq-q { font-size: 19px; padding: 22px 0; }
    .sticky-wa { bottom: 16px; right: 16px; padding: 12px 18px; font-size: 11px; }
    .metric strong { font-size: 26px; }
    .doctor-name { font-size: 34px; }
    .doctor-name span { font-size: 22px; }
    .contact-alt .btn { flex: 1; justify-content: center; }
  }




.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 0 rgba(0,0,0,0.3);
}
.site-header .topbar { position: relative; }
.site-header nav {
  position: static;         
  background: rgba(10, 9, 8, 0.92);
}


.topbar-announce {
  background: var(--gold);
  color: #0A0908;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 16px;
}
.topbar-announce a { color: #0A0908; }


.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 4px;
  width: 40px; height: 36px;
  flex-direction: column;
  align-items: center; justify-content: center;
  gap: 5px;
  cursor: pointer;
  padding: 0;
}
.nav-toggle span {
  display: block;
  width: 18px; height: 1.5px;
  background: var(--gold);
  transition: all .25s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(5,4,3,0.98);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 26px;
    transform: translateX(100%);
    transition: transform .3s ease;
    z-index: 900;
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links a:not(.btn) {
    font-size: 18px;
    letter-spacing: 0.12em;
    display: block;
  }
  .nav-toggle { position: relative; z-index: 950; }
}


.page-hero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #050403;
  isolation: isolate;
}
.page-hero .page-hero-bg {
  position: absolute; inset: 0; z-index: 1;
}
.page-hero .page-hero-bg img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 30%;
  filter: brightness(0.5) contrast(1.15) saturate(0.85);
}
.page-hero .page-hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(5,4,3,0.5) 0%, transparent 40%, rgba(5,4,3,0.9) 100%),
    linear-gradient(95deg, rgba(5,4,3,0.9) 0%, rgba(5,4,3,0.4) 55%, transparent 100%);
  z-index: 2;
}
.page-hero-content {
  position: relative; z-index: 3;
  padding: 80px 0 70px;
  width: 100%;
}
.breadcrumb {
  display: flex; gap: 10px; align-items: center;
  font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(245,238,224,0.6);
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.breadcrumb a { color: var(--gold-soft); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { color: rgba(245,238,224,0.4); }
.page-hero h1 {
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.05;
  margin-bottom: 20px;
  max-width: 820px;
}
.page-hero .page-lead {
  font-size: 17px; color: rgba(245,238,224,0.85);
  max-width: 640px; line-height: 1.7;
}
.page-hero-ctas { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }


.modal-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.82);
  backdrop-filter: blur(6px);
  z-index: 2000;
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
}
.modal-overlay.open { display: flex; }
.modal {
  background: var(--bg-card);
  border: 1px solid var(--gold-dark);
  border-radius: 6px;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}
.modal-close {
  position: absolute; top: 14px; right: 14px;
  width: 36px; height: 36px;
  background: rgba(0,0,0,0.5);
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  font-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: flex; align-items: center; justify-content: center;
  transition: all .2s;
}
.modal-close:hover { border-color: var(--gold); color: var(--gold); }
.modal-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 0; }
.modal-img { background: #000; }
.modal-img img { width: 100%; height: 100%; object-fit: cover; min-height: 300px; }
.modal-body { padding: 40px 36px; }
.modal-body .case-tag { margin-bottom: 10px; }
.modal-body h3 { font-size: 26px; color: var(--gold-soft); margin-bottom: 22px; }
.modal-meta { display: flex; flex-direction: column; margin-bottom: 24px; }
.modal-meta-row {
  display: grid; grid-template-columns: 110px 1fr; gap: 14px;
  padding: 14px 0; border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.modal-meta-row:last-child { border-bottom: none; }
.modal-meta-row .label { color: var(--muted); text-transform: uppercase; font-size: 11px; letter-spacing: 0.1em; }
.modal-meta-row span:last-child { color: var(--ink); }
.modal-disclaimer { font-size: 12px; color: var(--muted); font-style: italic; line-height: 1.6; margin-top: 8px; }
@media (max-width: 720px) {
  .modal-grid { grid-template-columns: 1fr; }
  .modal-img img { min-height: 220px; max-height: 40vh; }
  .modal-body { padding: 28px 22px; }
}


.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.article-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  transition: all .3s;
  display: flex; flex-direction: column;
}
.article-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.article-thumb { aspect-ratio: 16/10; overflow: hidden; background: #0A0908; }
.article-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.article-card:hover .article-thumb img { transform: scale(1.04); }
.article-body { padding: 26px 24px; flex: 1; display: flex; flex-direction: column; }
.article-meta { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.article-body h3 { font-size: 21px; color: var(--ink); margin-bottom: 12px; line-height: 1.3; }
.article-body p { font-size: 14px; color: var(--ink-soft); margin-bottom: 20px; flex: 1; }
.article-link { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.article-link::after { content: ' →'; }
@media (max-width: 900px) { .article-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .article-grid { grid-template-columns: 1fr; } }


.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.photo-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 4px; overflow: hidden;
}
.photo-card-img { aspect-ratio: 1/1; overflow: hidden; background: #0A0908; }
.photo-card-img img { width: 100%; height: 100%; object-fit: cover; }
.photo-card-body { padding: 18px 20px; }
.photo-card-body .photo-tag { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.photo-card-body h4 { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--ink); margin-bottom: 6px; font-weight: 500; }
.photo-card-body p { font-size: 13px; color: var(--ink-soft); }
@media (max-width: 900px) { .photo-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .photo-grid { grid-template-columns: 1fr; } }


.filter-row {
  display: flex; gap: 10px; flex-wrap: wrap;
  margin-bottom: 32px;
}
.filter-pill {
  padding: 9px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  cursor: pointer;
  transition: all .2s;
  background: transparent;
  font-family: inherit;
}
.filter-pill:hover { border-color: var(--gold); color: var(--gold); }
.filter-pill.active { background: var(--gold); color: #0A0908; border-color: var(--gold); font-weight: 600; }


.feature-case {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0; background: var(--bg-card);
  border: 1px solid var(--gold-dark); border-radius: 6px; overflow: hidden;
}
.feature-case-img { background: #000; }
.feature-case-img img { width: 100%; height: 100%; object-fit: cover; }
.feature-case-body { padding: 48px 40px; display: flex; flex-direction: column; justify-content: center; }
@media (max-width: 720px) { .feature-case { grid-template-columns: 1fr; } .feature-case-body { padding: 28px 22px; } }


.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split-grid.rev { direction: rtl; }
.split-grid.rev > * { direction: ltr; }
@media (max-width: 780px) { .split-grid { grid-template-columns: 1fr; gap: 40px; } }


.sub-stat-strip {
  background: var(--bg-alt);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 40px 0;
}
.sub-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: center; }
.sub-stat { padding: 8px 20px; border-right: 1px solid var(--line); }
.sub-stat:last-child { border-right: none; }
.sub-stat strong { font-family: 'Cormorant Garamond', serif; font-size: 30px; color: var(--gold); display: block; font-weight: 500; line-height: 1.1; margin-bottom: 8px; }
.sub-stat span { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); }
@media (max-width: 640px) { .sub-stat-grid { grid-template-columns: 1fr; } .sub-stat { border-right: none; border-bottom: 1px solid var(--line); padding-bottom: 20px; } }


.doctor-tags {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-bottom: 28px;
}
.doctor-tag {
  padding: 8px 16px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  color: var(--gold-soft);
  letter-spacing: 0.06em;
  transition: border-color .2s, color .2s;
}
.doctor-tag:hover { border-color: var(--gold); color: var(--gold-soft); }


.home-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #050403;
  isolation: isolate;
}
.home-hero .hero-bgimg {
  position: absolute; inset: 0; z-index: 1;
}
.home-hero .hero-bgimg img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 22%;
  filter: brightness(0.55) contrast(1.2) saturate(0.85) sepia(0.18) hue-rotate(-6deg);
  animation: heroZoom 24s ease-in-out infinite alternate;
}
.home-hero .hero-bgimg::after {
  content: ''; position: absolute; inset: 0; z-index: 2;
  background:
    linear-gradient(95deg,
      rgba(5,4,3,0.94) 0%,
      rgba(10,9,8,0.75) 32%,
      rgba(10,9,8,0.35) 55%,
      rgba(10,9,8,0.08) 80%),
    linear-gradient(180deg,
      rgba(10,9,8,0.5) 0%,
      transparent 30%,
      transparent 55%,
      rgba(5,4,3,0.85) 100%);
}
.home-hero .hero-gold-arc {
  position: absolute; right: -30%; top: 6%;
  width: 68%; aspect-ratio: 1/1;
  border: 1px solid rgba(201,165,92,0.28);
  border-radius: 50%;
  z-index: 2; pointer-events: none;
  box-shadow: inset 0 0 60px rgba(201,165,92,0.06);
}
.home-hero-content {
  position: relative; z-index: 5;
  padding: 140px 0 90px;
  width: 100%;
}
.home-hero-content h1 {
  font-size: clamp(48px, 5.6vw, 88px);
  line-height: 1.04;
  letter-spacing: -0.015em;
  margin: 0 0 26px;
  max-width: 720px;
  color: #F9F1E1;
  text-shadow: 0 4px 40px rgba(0,0,0,0.6);
}
.home-hero-content h1 em {
  display: block;
  margin-top: 6px;
  font-style: italic;
  color: var(--gold-soft);
  background: linear-gradient(90deg, #E8C983 0%, #C9A55C 55%, #E8C983 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-hero-content .lead {
  color: rgba(245,238,224,0.86);
  max-width: 560px;
  font-size: 17px;
  text-shadow: 0 2px 14px rgba(0,0,0,0.6);
}
.home-hero-ctas { display: flex; gap: 14px; margin-top: 38px; flex-wrap: wrap; }
.home-hero-badges {
  margin-top: 46px;
  display: flex; flex-wrap: wrap;
  max-width: 620px;
  border-top: 1px solid rgba(201,165,92,0.28);
  padding-top: 22px;
}
.home-hero-badges .hero-badge {
  flex: 1 1 auto; min-width: 0;
  display: flex; flex-direction: column; gap: 4px;
  font-size: 10px;
  color: rgba(245,238,224,0.74);
  letter-spacing: 0.14em; text-transform: uppercase;
  padding-right: 16px;
  border-right: 1px solid rgba(201,165,92,0.18);
}
.home-hero-badges .hero-badge + .hero-badge { padding-left: 16px; }
.home-hero-badges .hero-badge:last-child { border-right: none; }
.home-hero-badges .hero-badge b {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 27px;
  color: var(--gold-soft);
  font-weight: 500; line-height: 1;
  letter-spacing: 0; text-transform: none;
  text-shadow: 0 2px 10px rgba(0,0,0,0.6);
}

.home-hero .hero-signature {
  top: auto; right: clamp(40px, 5vw, 90px);
  bottom: clamp(90px, 16vh, 150px);
  left: auto; transform: none;
}
@media (max-width: 780px) {
  .home-hero { min-height: 88vh; }
  .home-hero-content { padding: 110px 0 64px; }
  .home-hero .hero-gold-arc { display: none; }
  .home-hero-badges .hero-badge { min-width: 50%; padding: 8px 12px 8px 0; }
  .home-hero-badges .hero-badge:nth-child(2) { border-right: none; }
}



.nav-links a.active:not(.btn) { color: var(--gold); }
.nav-links a.active:not(.btn)::after {
  content: ''; display: block;
  width: 100%; height: 1px;
  background: var(--gold);
  margin-top: 5px;
}


.case-photo { display: block; position: relative; }
.case-photo img {
  width: 100%; height: 100%; object-fit: cover;
  position: relative; z-index: 1;
}
.case-photo::before, .case-photo::after { z-index: 2; }


section.light .trust-item h4,
section.light-alt .trust-item h4 { color: var(--gold-dark); }
section.light .path-card h3,
section.light-alt .path-card h3 { color: var(--ink-dark); }
section.light .journey-step::before,
section.light-alt .journey-step::before { background: var(--line-light); }
section.light .journey-step h3,
section.light-alt .journey-step h3 { color: var(--ink-dark); }
section.light .journey-step p,
section.light-alt .journey-step p { color: var(--ink-soft-dark); }
section.light .journey-num,
section.light-alt .journey-num {
  background: var(--bg-light);
  color: var(--gold-dark);
  border-color: var(--gold-dark);
}
section.light-alt .case-card {
  background: var(--bg-light);
  border-color: var(--line-light);
}
section.light-alt .case-body h3 { color: var(--ink-dark); }
section.light-alt .case-meta-row { border-color: var(--line-light); }
section.light-alt .case-meta-row span:last-child { color: var(--ink-soft-dark); }


@media (max-width: 780px) {
  .site-header { position: sticky; top: 0; }
  .topbar-announce { display: none; }
  .topbar { padding: 6px 0; }
  .topbar-inner {
    justify-content: center;
    gap: 12px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .topbar-inner::-webkit-scrollbar { display: none; }
  .topbar-link { font-size: 10px; }
  .topbar-link:nth-of-type(2) { display: none; } 
  .topbar-link:nth-of-type(3) .topbar-value { display: none; } 
  .site-header nav { padding: 11px 0; }
  .site-header .brand-symbol { width: 34px; height: 34px; }
  .site-header .brand-text strong { font-size: 16px; }
  .site-header .brand-text small { font-size: 8px; }
  .sticky-wa .main-text { font-size: 13px; }
  .sticky-wa .sub-text { display: none; }
  .sticky-wa { padding-right: 16px !important; }
}


@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}


html, body { max-width: 100%; overflow-x: hidden; }
@media (max-width: 900px) {
  .trust-grid,
  .journey-steps,
  .sub-stat-grid,
  .method-grid,
  .concerns-grid,
  .treatment-grid,
  .case-grid,
  .paths-grid,
  .journey-phases,
  .media-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 640px) {
  .trust-grid,
  .journey-steps,
  .sub-stat-grid,
  .method-grid,
  .concerns-grid,
  .treatment-grid,
  .case-grid,
  .paths-grid,
  .journey-phases,
  .media-grid,
  .article-grid,
  .photo-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
  }
  .trust-item,
  .journey-step,
  .sub-stat,
  .method-card,
  .concern-card,
  .treatment-card,
  .case-card,
  .path-card,
  .phase { min-width: 0; }
  .compare-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
}
