:root {
    --black:    #000000;
    --ink:      #0a0a0a;
    --ink-2:    #171717;
    --grey-900: #1a1a1a;
    --grey-700: #404040;
    --grey-500: #737373;
    --grey-400: #a3a3a3;
    --grey-300: #d4d4d4;
    --grey-200: #e5e5e5;
    --grey-100: #f5f5f5;
    --grey-50:  #f3eee3;       /* warm cream-tan — alt section background */
    --white:    #ffffff;       /* pure white — for use on dark surfaces */
    --paper:    #faf8f3;       /* warm cream — site background */
    --line:     #e8e4dc;       /* warmed border to match paper */
    --accent:        #2d5043;  /* deep forest green */
    --accent-light:  #4a7263;
    --accent-soft:   #eef1e8;  /* warm green-cream tint */
    --shadow-sm: 0 1px 2px rgba(0,0,0,0.04);
    --shadow-md: 0 1px 3px rgba(0,0,0,0.06), 0 4px 12px rgba(0,0,0,0.04);
    --shadow-lg: 0 4px 16px rgba(0,0,0,0.08), 0 16px 48px rgba(0,0,0,0.06);
    --radius-sm: 0;
    --radius:   2px;
    --radius-lg: 4px;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; scroll-padding-top: var(--anchor-pad, 150px); }
  body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px; line-height: 1.6; color: var(--ink); background: var(--paper);
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "ss01", "cv11";
  }
  h1, h2, h3, h4 {
    font-family: 'Inter', sans-serif; color: var(--black);
    line-height: 1.18; letter-spacing: -0.02em; font-weight: 600;
  }
  h1 { font-size: clamp(2.5rem, 5.5vw, 4.5rem); font-weight: 600; letter-spacing: -0.025em; line-height: 1.1; }
  h2 { font-size: clamp(1.85rem, 3.6vw, 2.85rem); margin-bottom: 0.5rem; font-weight: 600; letter-spacing: -0.022em; line-height: 1.15; }
  h3 { font-size: 1.4rem; font-weight: 600; letter-spacing: -0.015em; }
  h4 { font-size: 1.05rem; font-weight: 600; }
  p { color: var(--ink-2); }
  a { color: var(--black); text-decoration: none; transition: opacity 0.15s; }
  a[href^="tel:"] { white-space: nowrap; }
  a, button { -webkit-tap-highlight-color: transparent; }
  a:hover { opacity: 0.6; }

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

  .eyebrow {
    display: inline-block; font-family: 'Oswald', 'Inter', sans-serif;
    font-size: 0.85rem; font-weight: 500;
    letter-spacing: 0.24em; text-transform: uppercase;
    color: var(--accent); margin-bottom: 1.25rem;
  }
  .lead { font-size: 1.15rem; color: var(--grey-700); line-height: 1.65; font-weight: 400; }

  /* Buttons */
  .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 16px 32px; border-radius: var(--radius);
    font-family: 'Oswald', 'Inter', sans-serif; font-size: 0.92rem; font-weight: 500;
    letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none;
    cursor: pointer; border: 1.5px solid transparent;
    transition: all 0.2s ease; white-space: nowrap;
  }
  .btn:active { transform: scale(0.985); }
  .btn-primary { background: var(--black); color: var(--white); }
  .btn-primary:hover { background: var(--paper); color: var(--black); border-color: var(--black); opacity: 1; }
  .btn-secondary { background: transparent; color: var(--black); border-color: var(--black); }
  .btn-secondary:hover { background: var(--black); color: var(--white); opacity: 1; }
  .btn-inverse { background: var(--paper); color: var(--black); }
  .btn-inverse:hover { background: transparent; color: var(--white); border-color: var(--white); opacity: 1; }
  .btn-outline-light { background: transparent; color: var(--white); border-color: var(--white); }
  .btn-outline-light:hover { background: var(--paper); color: var(--black); opacity: 1; }

  /* Top bar */
  .topbar {
    background: var(--black); color: var(--white);
    font-size: 0.88rem; padding: 14px 0;
    letter-spacing: 0.08em; text-transform: uppercase; font-weight: 500;
  }
  .topbar-status {
    display: inline-flex; align-items: center; gap: 9px;
    color: #4ade80; font-weight: 600; letter-spacing: 0.12em;
  }
  .topbar-dot {
    width: 8px; height: 8px; border-radius: 50%; background: #4ade80;
    box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.5);
    animation: topbar-pulse 2.4s ease-out infinite;
    flex-shrink: 0;
  }
  @keyframes topbar-pulse {
    0% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.55); }
    70% { box-shadow: 0 0 0 9px rgba(74, 222, 128, 0); }
    100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); }
  }
  .topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
  .topbar a { color: var(--white); }
  .topbar a:hover { opacity: 0.7; }
  .topbar-info { display: flex; gap: 32px; flex-wrap: wrap; }

  /* Nav (fixed via parent .header-wrap) */
  .nav {
    border-bottom: 1px solid var(--line);
    background: var(--paper);
  }
  /* Push content below the fixed header so it isn't covered.
     JS measures the real header and keeps --header-pad / --anchor-pad in sync;
     the values below are no-JS fallbacks only. */
  body { padding-top: var(--header-pad, 280px); }
  @media (max-width: 960px) { body { padding-top: var(--header-pad, 235px); } }
  @media (max-width: 640px) { body { padding-top: var(--header-pad, 125px); } }
  /* Fixed header wrapper — topbar + nav both fixed, nav can resize without layout shift */
  .header-wrap {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: var(--paper);
  }

  /* Default (expanded) — logo centered on top, links + cta in row below */
  .nav .container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    padding: 36px 32px 22px;
    transition: padding 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .logo { grid-column: 1 / -1; justify-self: center; display: inline-flex; align-items: center; text-decoration: none; }
  .logo img.wordmark { height: 96px; width: auto; display: block; transition: height 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
  .nav .nav-links { grid-column: 1 / 3; justify-self: start; }
  .nav .nav-cta { grid-column: 3 / 4; justify-self: end; }

  /* Compact (after scroll past 60px) — single horizontal row */
  .nav.compact .container {
    display: flex; justify-content: space-between;
    padding: 14px 32px;
  }
  .nav.compact .logo img.wordmark { height: 44px; }
  .nav-links { display: flex; gap: 36px; list-style: none; align-items: center; }
  .nav-links a {
    color: var(--ink); font-weight: 500; font-size: 1rem;
    letter-spacing: 0.04em; padding: 6px 0; position: relative;
  }
  .nav-links a::after {
    content: ''; position: absolute; left: 0; right: 0; bottom: -2px;
    height: 1.5px; background: var(--accent); transform: scaleX(0);
    transform-origin: left; transition: transform 0.2s ease;
  }
  .nav-links a:hover { color: var(--accent); }
  .nav-links a:hover { opacity: 1; }
  .nav-links a:hover::after { transform: scaleX(1); }
  .nav-cta { display: flex; gap: 12px; align-items: center; }
  .nav-cta .btn { padding: 12px 22px; font-size: 0.7rem; }
  .menu-toggle { display: none; background: none; border: none; font-size: 1.6rem; color: var(--black); cursor: pointer; }

  /* Hero — large editorial whitespace */
  .hero { padding: 120px 0 100px; background: var(--paper); position: relative; overflow: hidden; }
  .hero-status {
    display: flex; align-items: center; gap: 10px;
    width: fit-content;
    font-family: 'Oswald', 'Inter', sans-serif;
    font-size: 0.78rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--accent); margin-bottom: 28px;
    padding: 8px 16px; background: var(--accent-soft); border-radius: 100px;
  }
  .status-dot {
    width: 8px; height: 8px; border-radius: 50%; background: var(--accent);
    box-shadow: 0 0 0 0 rgba(45,80,67,0.4); animation: pulse 2.4s ease-out infinite;
  }
  @keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(45,80,67,0.4); }
    70% { box-shadow: 0 0 0 8px rgba(45,80,67,0); }
    100% { box-shadow: 0 0 0 0 rgba(45,80,67,0); }
  }
  .hero-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 72px; align-items: center; }
  .hero h1 {
    margin-bottom: 2rem;
  }
  .hero h1 .accent { display: block; color: var(--accent); font-weight: 400; font-style: italic; letter-spacing: -0.04em; }
  .hero-lead { font-size: 1.2rem; color: var(--grey-700); margin-bottom: 2.5rem; max-width: 540px; line-height: 1.55; }
  .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
  .hero-card {
    background: var(--black); color: var(--white);
    padding: 40px; border-radius: var(--radius);
  }
  .hero-portrait {
    margin: 0; position: relative; border-radius: var(--radius); overflow: hidden;
    box-shadow: var(--shadow-lg); max-width: 420px; justify-self: end;
  }
  .hero-portrait img {
    width: 100%; height: 100%; object-fit: cover; object-position: center 20%;
    display: block; aspect-ratio: 4/5;
  }
  .hero-portrait figcaption {
    position: absolute; left: 0; right: 0; bottom: 0;
    padding: 40px 28px 20px;
    font-family: 'Oswald', 'Inter', sans-serif;
    font-size: 0.95rem; letter-spacing: 0.14em; text-transform: uppercase;
    color: #fff; font-weight: 500;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  }

  /* What to Expect band */
  .expect-band { background: var(--black); color: #fff; padding: 56px 0; }
  .expect-inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 40px; flex-wrap: wrap;
  }
  .expect-band h2 {
    color: #fff; font-size: 1.6rem; margin: 0; white-space: nowrap;
  }
  .expect-list {
    list-style: none; margin: 0; padding: 0;
    display: grid; grid-template-columns: 1fr 1fr; gap: 12px 40px;
  }
  .expect-list li {
    display: flex; align-items: center; gap: 12px;
    font-size: 0.95rem; color: rgba(255,255,255,0.88);
  }
  .expect-list .check {
    color: var(--accent-light); font-weight: 700; flex-shrink: 0;
  }
  @media (max-width: 760px) {
    .expect-inner { flex-direction: column; align-items: flex-start; gap: 24px; }
    .expect-list { grid-template-columns: 1fr; }
  }
  .hero-card h3 { color: var(--white); margin-bottom: 1.5rem; font-size: 1.05rem; font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; }
  .hero-card-list { list-style: none; }
  .hero-card-list li {
    padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.15);
    display: flex; align-items: center; gap: 14px; font-size: 0.92rem;
    color: rgba(255,255,255,0.85); font-weight: 400;
  }
  .hero-card-list li:last-child { border-bottom: none; padding-bottom: 0; }
  .hero-card-list .check {
    width: 18px; height: 18px; border: 1.5px solid var(--white); border-radius: 0;
    display: inline-flex; align-items: center; justify-content: center;
    flex-shrink: 0; font-size: 0.7rem; color: var(--white);
  }

  /* Trust bar */
  .trustbar { background: var(--paper); padding: 56px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .trustbar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
  .trust-item { display: flex; flex-direction: column; gap: 8px; padding-left: 0; }
  .trust-num { font-size: 3rem; color: var(--black); font-weight: 800; line-height: 1; letter-spacing: -0.04em; }
  .trust-label { font-family: 'Oswald', 'Inter', sans-serif; font-size: 0.85rem; color: var(--grey-500); letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500; }

  section { padding: 120px 0; }
  .section-head { max-width: 760px; margin-bottom: 72px; }
  .section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
  .section-head h2 { margin-bottom: 1.25rem; }

  /* First Visit */
  .first-visit { background: var(--paper); }
  .first-visit-grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: 80px; align-items: start; }
  .visit-steps { list-style: none; counter-reset: vstep; padding: 0; margin: 0; }
  .visit-steps li {
    counter-increment: vstep;
    padding: 28px 0 28px 76px;
    position: relative;
    border-bottom: 1px solid var(--line);
  }
  .visit-steps li:first-child { padding-top: 0; }
  .visit-steps li:first-child::before { top: 0; }
  .visit-steps li:last-child { border-bottom: none; padding-bottom: 0; }
  .visit-steps li::before {
    content: counter(vstep, decimal-leading-zero);
    position: absolute; left: 0; top: 30px;
    font-family: 'Oswald', 'Inter', sans-serif;
    font-size: 1.4rem; color: var(--accent); font-weight: 600;
    letter-spacing: 0.04em;
  }
  .visit-steps h4 { color: var(--black); margin-bottom: 8px; font-size: 1.2rem; }
  .visit-steps p { color: var(--grey-700); font-size: 0.97rem; line-height: 1.7; max-width: 580px; }
  .visit-aside { display: flex; flex-direction: column; gap: 28px; padding: 40px 36px; background: var(--accent-soft); border-radius: var(--radius); position: sticky; top: 140px; }
  .aside-block h4 {
    font-family: 'Oswald', 'Inter', sans-serif;
    color: var(--accent); margin-bottom: 10px; font-size: 0.9rem;
    letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500;
  }
  .aside-block p { color: var(--grey-700); font-size: 0.93rem; line-height: 1.65; }

  /* Practice / Mission */
  .practice { background: var(--paper); padding-bottom: 0; }
  .practice-image {
    margin: 0 auto; max-width: 1100px;
  }
  .practice-image figure { margin: 0; }
  .practice-image img {
    width: 100%; height: auto; display: block;
    border-radius: var(--radius);
    filter: grayscale(8%) contrast(1.02);
  }
  .practice-image figcaption {
    margin-top: 18px;
    font-size: 0.88rem;
    color: var(--grey-500);
    letter-spacing: 0.02em;
    text-align: center;
    line-height: 1.55;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Approach (2 pillars) */
  .approach { background: var(--paper); padding-top: 64px; }
  .approach-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
  .approach-card {
    background: var(--paper); padding: 64px 56px;
    border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
    transition: background 0.2s;
  }
  .approach-card:hover { background: var(--grey-50); }
  .approach-num {
    display: block; font-family: 'Inter', sans-serif; color: var(--accent);
    font-size: 0.85rem; font-weight: 600; margin-bottom: 28px; letter-spacing: 0.18em; text-transform: uppercase;
  }
  .approach-card h4 { color: var(--black); font-size: 1.85rem; margin-bottom: 18px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.15; }
  .approach-card p { font-size: 1rem; color: var(--grey-700); line-height: 1.7; max-width: 460px; }

  /* About / Doctor */
  .doctor { background: var(--grey-50); }
  .about-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start; }
  .about-image {
    aspect-ratio: 4/5; background: var(--black);
    border-radius: var(--radius); position: relative; overflow: hidden;
  }
  .about-image img {
    width: 100%; height: 100%; object-fit: cover; object-position: center 28%; display: block;
    filter: grayscale(8%) contrast(1.02);
  }
  .about-image .badge {
    position: absolute; bottom: 24px; left: 24px;
    background: var(--paper); color: var(--black);
    padding: 12px 20px; font-size: 0.7rem;
    text-transform: uppercase; letter-spacing: 0.16em; font-weight: 700;
    z-index: 2;
  }
  .about-content p { margin-bottom: 1.25rem; color: var(--ink-2); font-size: 1rem; line-height: 1.75; }
  .about-sig {
    margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--grey-300);
    font-family: 'Inter', sans-serif; font-size: 1.1rem; color: var(--black); font-weight: 700;
    letter-spacing: -0.02em;
  }
  .about-sig small {
    display: block; font-size: 0.75rem; color: var(--grey-500);
    letter-spacing: 0.12em; text-transform: uppercase; margin-top: 6px; font-weight: 500;
  }
  .credentials { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
  .credential {
    background: var(--paper); border: 1px solid var(--grey-300);
    padding: 6px 14px; font-size: 0.72rem; color: var(--ink); font-weight: 500;
    letter-spacing: 0.04em;
  }

  /* Services */
  .services { background: var(--paper); }
  .services-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
    border-top: 1px solid var(--line); border-left: 1px solid var(--line);
  }
  .service-card {
    background: var(--paper); padding: 48px 36px;
    border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
    transition: background 0.2s ease; position: relative;
  }
  .service-card:hover { background: var(--grey-50); }
  .service-num {
    display: block; font-size: 0.72rem; color: var(--accent);
    font-weight: 600; margin-bottom: 24px; letter-spacing: 0.1em;
  }
  .service-card h3 { font-size: 1.5rem; margin-bottom: 14px; color: var(--black); font-weight: 700; letter-spacing: -0.02em; }
  .service-card p { color: var(--grey-700); font-size: 0.95rem; line-height: 1.65; }
  .service-card .featured-badge {
    position: absolute; top: 36px; right: 36px;
    background: var(--accent); color: var(--white);
    font-size: 0.6rem; padding: 4px 10px;
    text-transform: uppercase; letter-spacing: 0.14em; font-weight: 700;
  }

  /* Bioesthetic feature */
  .bioesthetic { background: var(--black); color: var(--white); padding: 140px 0; }
  .bioesthetic h2, .bioesthetic h4 { color: var(--white); }
  .bioesthetic .eyebrow { color: var(--white); }
  .bioesthetic .lead { color: rgba(255,255,255,0.7); }
  .bioesthetic-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: start; }
  .bioesthetic-grid p { color: rgba(255,255,255,0.75); }
  .bioesthetic-list {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0;
    list-style: none; margin-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.15);
  }
  .bioesthetic-list li {
    padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.9); font-size: 0.92rem;
    display: flex; align-items: flex-start; gap: 12px;
  }
  .bioesthetic-list li:nth-child(odd) { padding-right: 16px; }
  .bioesthetic-list li:nth-child(even) { padding-left: 16px; border-left: 1px solid rgba(255,255,255,0.15); }
  .bioesthetic-list li::before {
    content: '—'; color: var(--white); flex-shrink: 0; font-weight: 300; opacity: 0.5;
  }

  /* Team */
  .team { background: var(--paper); }
  .team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 56px 24px; max-width: 920px; margin: 0 auto; }
  .team-card { background: var(--paper); transition: transform 0.2s; }
  .team-card:hover { transform: translateY(-4px); }
  .team-photo {
    aspect-ratio: 1; background: var(--black); overflow: hidden; position: relative;
  }
  .team-photo img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform 0.4s ease, filter 0.4s ease;
    filter: grayscale(15%);
  }
  .team-card:hover .team-photo img { transform: scale(1.03); filter: grayscale(0); }
  .team-info { padding: 10px 4px 0; }
  .team-info h3 { color: var(--black); margin-bottom: 6px; font-size: 1.2rem; font-weight: 700; letter-spacing: -0.02em; }
  .team-title {
    font-family: 'Oswald', 'Inter', sans-serif;
    color: var(--grey-500); font-size: 0.85rem; letter-spacing: 0.16em;
    text-transform: uppercase; margin-bottom: 14px; font-weight: 500;
  }
  .team-bio { color: var(--grey-700); font-size: 0.88rem; line-height: 1.65; }

  .team-photo.placeholder {
    display: flex; align-items: center; justify-content: center;
    background: var(--accent-soft);
  }
  .team-photo.placeholder span {
    font-family: 'Oswald', 'Inter', sans-serif;
    font-size: 3.2rem; font-weight: 500; color: var(--accent);
    opacity: 0.45; letter-spacing: 0.04em;
  }
  .team-note {
    margin-top: 40px; font-size: 0.88rem; color: var(--grey-500);
    font-style: italic; text-align: center;
  }

  /* Testimonials */
  .testimonials { background: var(--accent-soft); }
  .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .testimonial {
    background: var(--paper); border: 1px solid var(--line);
    padding: 40px 36px; position: relative;
  }
  .testimonial-stars { color: var(--accent); margin-bottom: 20px; letter-spacing: 4px; font-size: 0.9rem; }
  .testimonial-text {
    color: var(--ink); line-height: 1.65; margin-bottom: 28px;
    font-size: 1rem; font-weight: 400;
  }
  .testimonial-author {
    display: flex; align-items: center; gap: 14px;
    padding-top: 24px; border-top: 1px solid var(--line);
  }
  .author-initial {
    width: 40px; height: 40px; background: var(--black); color: var(--white);
    display: flex; align-items: center; justify-content: center; font-weight: 800;
    font-family: 'Inter', sans-serif; font-size: 0.9rem; letter-spacing: -0.02em;
  }
  .author-name { font-weight: 700; color: var(--black); font-size: 0.9rem; }
  .author-meta { font-size: 0.75rem; color: var(--grey-500); letter-spacing: 0.05em; }

  /* Articles / Journal */
  .journal { background: var(--paper); }
  .journal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
  .journal-card {
    background: var(--white);
    padding: 44px 36px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  }
  .journal-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: var(--accent);
  }
  .journal-tag {
    font-family: 'Oswald', 'Inter', sans-serif;
    font-size: 0.78rem;
    color: var(--accent);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 22px;
  }
  .journal-card h3 {
    color: var(--black);
    margin-bottom: 16px;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
  }
  .journal-card p {
    color: var(--grey-700);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 28px;
    flex: 1;
  }
  .journal-link {
    font-family: 'Oswald', 'Inter', sans-serif;
    font-size: 0.82rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 600;
    align-self: flex-start;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    transition: border-color 0.2s, opacity 0.2s;
  }
  .journal-link:hover {
    border-bottom-color: var(--accent);
    opacity: 1;
  }

  /* FAQ */
  .faq { background: var(--paper); }
  .faq-list { max-width: 880px; margin: 0 auto; }
  .faq-item {
    border-bottom: 1px solid var(--line);
    transition: background 0.2s;
  }
  .faq-item:first-child { border-top: 1px solid var(--line); }
  .faq-item summary {
    padding: 28px 0; cursor: pointer; list-style: none;
    display: flex; justify-content: space-between; align-items: center; gap: 24px;
    font-weight: 600; color: var(--black); font-size: 1.05rem; transition: opacity 0.2s;
    letter-spacing: -0.01em;
  }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary:hover { opacity: 0.6; }
  .faq-item summary::after {
    content: '+'; font-size: 1.6rem; color: var(--accent);
    font-weight: 300; transition: transform 0.2s; flex-shrink: 0;
  }
  .faq-item[open] summary::after { content: '−'; }
  .faq-answer { padding: 0 0 32px; color: var(--grey-700); line-height: 1.75; max-width: 720px; font-size: 0.97rem; }
  .faq-answer ul { padding-left: 20px; margin-top: 8px; }
  .faq-answer li { margin-bottom: 4px; }

  /* Contact */
  .contact { background: var(--grey-50); }
  .contact .section-head { margin-bottom: 40px; }
  .contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: start; }
  .contact-info h3 { color: var(--black); margin-bottom: 24px; font-size: 1.6rem; }
  .location-image {
    aspect-ratio: 4/3; overflow: hidden; margin-bottom: 32px; border-radius: var(--radius);
  }
  .location-image img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    filter: grayscale(15%);
  }
  .location-map {
    aspect-ratio: 16/10; overflow: hidden; margin-top: 24px; border-radius: var(--radius);
    border: 1px solid var(--line);
  }
  .location-map iframe {
    width: 100%; height: 100%; border: 0; display: block;
    filter: grayscale(40%) contrast(1.05);
  }
  .info-block { margin-bottom: 36px; }
  .info-block h4 {
    font-family: 'Oswald', 'Inter', sans-serif;
    color: var(--grey-500); font-size: 0.85rem;
    letter-spacing: 0.2em; text-transform: uppercase;
    margin-bottom: 10px; font-weight: 500;
  }
  .info-block p, .info-block a { color: var(--ink); font-size: 1rem; line-height: 1.6; }
  .info-block .big {
    font-size: 1.6rem; color: var(--black); font-weight: 700; letter-spacing: -0.02em;
  }
  .info-note { font-size: 0.85rem; color: var(--grey-500); font-style: italic; margin-top: 4px; }
  .hours-table { width: 100%; border-collapse: collapse; }
  .hours-table td { padding: 12px 0; border-bottom: 1px solid var(--grey-200); font-size: 0.92rem; }
  .hours-table td:first-child { color: var(--grey-700); }
  .hours-table td:last-child { text-align: right; color: var(--black); font-weight: 600; }
  .hours-table tr.closed td:last-child { color: var(--grey-400); font-weight: 400; }

  .contact-form {
    background: var(--paper); padding: 48px;
    border: 1px solid var(--line);
  }
  .contact-form h3 { color: var(--black); margin-bottom: 8px; font-size: 1.4rem; }
  .contact-form .lead { margin-bottom: 28px; font-size: 0.95rem; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
  .form-field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
  .form-field label {
    font-size: 0.7rem; font-weight: 600; color: var(--grey-500);
    letter-spacing: 0.12em; text-transform: uppercase;
  }
  .form-field input,
  .form-field select,
  .form-field textarea {
    padding: 14px 0; border: none; border-bottom: 1px solid var(--grey-300);
    border-radius: 0; font-family: inherit; font-size: 0.97rem;
    background: transparent; color: var(--ink); transition: border-color 0.2s;
  }
  .form-field input:focus,
  .form-field select:focus,
  .form-field textarea:focus {
    outline: none; border-bottom-color: var(--black);
  }
  .form-field textarea { resize: vertical; min-height: 80px; }
  .radio-row { display: flex; gap: 24px; padding-top: 4px; }
  .radio-row label {
    display: flex; align-items: center; gap: 8px; font-weight: 500;
    color: var(--ink); cursor: pointer; font-size: 0.95rem;
    text-transform: none; letter-spacing: 0;
  }

  .form-privacy-note {
    font-size: 0.83rem; color: var(--grey-500); line-height: 1.6;
    margin: 4px 0 20px; padding: 12px 16px;
    background: var(--accent-soft); border-radius: var(--radius);
  }
  .form-privacy-note a { font-weight: 600; color: var(--accent); }

  .privacy-content { max-width: 760px; }
  .privacy-content h3 { margin: 40px 0 12px; font-size: 1.15rem; }
  .privacy-content h3:first-child { margin-top: 0; }
  .privacy-content p { color: var(--ink-2); line-height: 1.75; font-size: 0.98rem; }
  .privacy-content a { color: var(--accent); font-weight: 600; }

  /* Footer */
  footer { background: var(--black); color: rgba(255,255,255,0.7); padding: 96px 0 32px; }
  .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 64px; }
  .footer-brand img.wordmark { height: 110px; width: auto; display: block; filter: invert(1) brightness(2); margin-bottom: 4px; }
  .footer-brand p { color: rgba(255,255,255,0.6); margin-top: 24px; font-size: 0.9rem; line-height: 1.7; max-width: 340px; }
  .footer-col h4 {
    font-family: 'Oswald', 'Inter', sans-serif;
    color: var(--white); font-size: 0.85rem; letter-spacing: 0.2em;
    text-transform: uppercase; margin-bottom: 20px; font-weight: 500;
  }
  .footer-col ul { list-style: none; }
  .footer-col li { margin-bottom: 12px; }
  .footer-col a, .footer-col p { color: rgba(255,255,255,0.65); font-size: 0.92rem; }
  .footer-col a:hover { color: var(--white); opacity: 1; }
  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.12); padding-top: 28px;
    display: flex; justify-content: space-between; align-items: center;
    font-size: 0.78rem; color: rgba(255,255,255,0.45); flex-wrap: wrap; gap: 16px;
    letter-spacing: 0.05em;
  }

  @media (hover: none) {
    .nav-links a:hover { color: var(--ink); opacity: 1; }
    .nav-links a:hover::after { transform: scaleX(0); }
    a:hover { opacity: 1; }
  }

  /* Responsive */
  @media (max-width: 1080px) {
    .topbar { padding: 9px 0; }
    .topbar-info { gap: 6px 18px; font-size: 0.72rem; }
    .topbar .container { row-gap: 4px; }
    .nav .container {
      display: flex; justify-content: space-between; align-items: center;
      padding: 18px 24px;
    }
    .nav .logo img.wordmark,
    .nav.compact .logo img.wordmark { height: 40px; }
    .nav .container,
    .nav.compact .container {
      display: flex; justify-content: space-between; align-items: center;
      padding: 16px 24px;
    }
    .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; width: 100%; justify-self: stretch; background: var(--paper); flex-direction: column; align-items: stretch; padding: 16px 32px; border-bottom: 1px solid var(--line); gap: 0; box-shadow: var(--shadow-lg); }
    .nav-links.open { display: flex; }
    .nav-links li { width: 100%; }
    .nav-links a {
      padding: 14px 12px; border-bottom: 1px solid var(--line); width: 100%;
      border-radius: 6px;
      transition: background-color 0.18s ease;
    }
    .nav-links a::after { display: none; }
    .nav-links a:active { background-color: var(--accent-soft); }
    .menu-toggle { transition: transform 0.15s ease, opacity 0.15s ease; }
    .menu-toggle:active { transform: scale(0.9); opacity: 0.7; }
    .nav-links a:last-child { border-bottom: none; }
    .menu-toggle { display: block; }
    .nav-cta .btn-secondary { display: none; }
    .approach-grid { grid-template-columns: repeat(2, 1fr); }
    .team-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 960px) {
    .footer-brand img.wordmark { height: 80px; }
    .hero-grid, .about-grid, .bioesthetic-grid, .contact-grid, .first-visit-grid { grid-template-columns: 1fr; gap: 48px; }
    .contact-grid .contact-form { order: -1; }
    .visit-aside { position: static; }
    .services-grid, .testimonials-grid, .journal-grid { grid-template-columns: 1fr 1fr; }
    .approach-grid { grid-template-columns: 1fr 1fr; }
    .trustbar-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  }
  @media (max-width: 640px) {
    section { padding: 80px 0; }
    .hero { padding: 80px 0 64px; }
    .container { padding: 0 24px; }
    .services-grid, .team-grid, .testimonials-grid, .approach-grid, .bioesthetic-list, .journal-grid { grid-template-columns: 1fr; }
    .team-photo { max-width: 210px; }
    .bioesthetic-list li:nth-child(even) { padding-left: 0; border-left: none; }
    .bioesthetic-list li:nth-child(odd) { padding-right: 0; }
    .form-row { grid-template-columns: 1fr; }
    /* Two tidy rows: essentials on top, address + days below */
    .topbar { padding: 8px 0; }
    .topbar .container { display: grid; grid-template-columns: 1fr auto; gap: 3px 14px; align-items: baseline; }
    .topbar-info { display: contents; }
    .topbar-status { grid-row: 1; grid-column: 1; font-size: 0.63rem; letter-spacing: 0.08em; white-space: nowrap; }
    .topbar .topbar-cta { display: block; grid-row: 1; grid-column: 2; font-size: 0.72rem; }
    .topbar-addr { grid-row: 2; grid-column: 1; font-size: 0.62rem; font-weight: 400; color: rgba(255,255,255,0.6); letter-spacing: 0.06em; }
    .topbar-hours { grid-row: 2; grid-column: 2; font-size: 0.62rem; font-weight: 400; color: rgba(255,255,255,0.6); letter-spacing: 0.06em; text-align: right; }
    .topbar-xtra { display: none; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .about-image { max-width: 380px; margin: 0 auto; }
    .contact-form { padding: 32px 24px; }
    .hero-card { padding: 32px 28px; }
    .wordmark { font-size: 1.2rem; }
  }