:root {
  --bg: #f6efe8;
  --sand: #efe4d9;
  --card: #ffffff;
  --ink: #1f1b18;
  --muted: #6c635d;
  --line: rgba(31,27,24,.08);
  --brand: #b08a68;
  --brand-deep: #8d694d;
  --shadow: 0 20px 60px rgba(45, 31, 20, .10);
  --radius-xl: 34px;
  --radius-lg: 26px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.announcement {
  background: #181311;
  color: #fff;
  text-align: center;
  padding: 10px 16px;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(12px);
  background: rgba(255,255,255,.88);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 92px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}
.logo-wrap img { width: 146px; height: auto; }
.main-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  font-size: 15px;
  color: #544d48;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.phone-link { font-weight: 600; color: var(--brand-deep); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-weight: 600;
  box-shadow: var(--shadow);
}
.btn:hover { background: var(--brand-deep); }
.btn-secondary {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.45);
  color: #fff;
  box-shadow: none;
}
.hero {
  position: relative;
  min-height: 84svh;
  overflow: clip;
  background: #221913;
}
.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}
.hero-media {
  background: url('assets/images/hero-poster.jpg') center/cover no-repeat;
  transform: scale(1.04);
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(19,13,10,.84), rgba(19,13,10,.45) 50%, rgba(19,13,10,.20) 74%, rgba(19,13,10,.42)),
    radial-gradient(circle at 76% 30%, rgba(176,138,104,.28), transparent 30%);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 130px 0 110px;
  color: #fff;
  max-width: 820px;
}
.eyebrow, .section-kicker {
  margin: 0 0 16px;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
}
.hero h1,
h2 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  letter-spacing: -.03em;
  line-height: .97;
}
.hero h1 { font-size: clamp(3.5rem, 8vw, 6.4rem); max-width: 740px; }
h2 { font-size: clamp(2.4rem, 5vw, 4rem); max-width: 820px; }
.hero-copy,
.section-copy,
p {
  line-height: 1.8;
  font-size: 17px;
}
.hero-copy {
  max-width: 660px;
  color: rgba(255,255,255,.88);
  margin: 20px 0 0;
}
.hero-actions,
.contact-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.section { padding: 96px 0; }
.intro { background: linear-gradient(180deg, #faf6f1, #f5ede5); }
.two-col,
.experience-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 34px;
  align-items: center;
}
.intro-grid { align-items: start; }
.info-card,
.contact-card,
.special-card,
.doctor-card,
.review-grid blockquote {
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.info-card,
.contact-card { padding: 30px; border-radius: var(--radius-xl); }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}
.max { max-width: 820px; }
.text-link { color: var(--brand-deep); font-weight: 700; }
.doctor-grid,
.special-grid,
.review-grid {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}
.doctor-grid { grid-template-columns: repeat(2, 1fr); }
.special-grid,
.review-grid { grid-template-columns: repeat(3, 1fr); }
.doctor-card { overflow: hidden; border-radius: var(--radius-xl); }
.doctor-card img { aspect-ratio: 1 / 1.05; object-fit: cover; width: 100%; }
.doctor-copy { padding: 24px; }
.special-card {
  border-radius: var(--radius-xl);
  padding: 28px;
  background: linear-gradient(180deg, #fff, #f8f2ec);
}
.special-card.highlight { background: linear-gradient(180deg, #f1e2d2, #f7efe6); }
.badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(176,138,104,.12);
  color: var(--brand-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.experience { background: #fbf7f3; }
.image-panel img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: calc(var(--radius-xl) + 6px);
  box-shadow: var(--shadow);
}
.reviews { background: linear-gradient(180deg, #fff, #fbf8f5); }
.review-grid blockquote {
  margin: 0;
  border-radius: var(--radius-xl);
  padding: 28px;
}
.review-grid p { margin: 0; color: var(--ink); }
.contact { background: var(--sand); }
h3 {
  margin: 0 0 10px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.55rem;
  letter-spacing: -.02em;
}
p { color: var(--muted); margin: 0 0 14px; }
@media (max-width: 1024px) {
  .header-inner { grid-template-columns: 1fr; padding: 16px 0; }
  .main-nav { order: 3; flex-wrap: wrap; }
  .header-actions { justify-content: flex-start; }
  .two-col,
  .experience-grid,
  .contact-grid,
  .doctor-grid,
  .special-grid,
  .review-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-content { padding: 100px 0 80px; }
}
@media (max-width: 640px) {
  .main-nav { display: none; }
  .logo-wrap img { width: 120px; }
  .hero h1 { font-size: 3rem; }
  .section { padding: 72px 0; }
}

/* Claude homepage/page additions patched by Jenny */
.announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.announcement-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}
.main-nav a.active,
.main-nav a:hover {
  color: var(--brand-deep);
}
.mobile-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: #f4ece4;
}
.mobile-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #2a2019;
}
.btn-sm {
  min-height: 42px;
  padding: 0 18px;
  font-size: 14px;
}
.btn-outline,
.btn-outline-light {
  background: transparent;
  border: 1px solid currentColor;
  box-shadow: none;
}
.btn-outline { color: var(--brand-deep); }
.btn-outline-light { color: #fff; }
.hero-sub {
  max-width: 680px;
  color: rgba(255,255,255,.9);
  margin: 20px 0 0;
}
.section-header {
  margin-bottom: 26px;
}
.section-header.center,
.center {
  text-align: center;
}
.section-intro,
.narrow {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.specials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}
.special-card {
  position: relative;
  display: flex;
  align-items: end;
  min-height: 290px;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  text-decoration: none;
  isolation: isolate;
}
.special-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17,11,8,.16) 0%, rgba(17,11,8,.72) 100%);
  z-index: 0;
}
.special-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(176,138,104,.05), rgba(24,18,14,.25));
  z-index: 0;
}
.special-card-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 24px;
}
.special-label,
.special-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.special-label {
  margin-bottom: 12px;
  padding: 8px 12px;
  background: rgba(255,255,255,.18);
  color: #fff;
  backdrop-filter: blur(8px);
}
.special-card h3 {
  color: #fff;
  font-size: 1.95rem;
  line-height: 1.02;
  max-width: 14ch;
  margin-bottom: 18px;
}
.special-cta {
  color: #fff;
  padding: 0;
  opacity: .88;
}
.special-cta::after {
  content: '→';
  margin-left: 8px;
}
.experience-features {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 18px;
}
.experience-features li {
  display: grid;
  gap: 4px;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--line);
}
.treatments-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}
.treatment-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.treatment-card img {
  aspect-ratio: 1 / .78;
  width: 100%;
  object-fit: cover;
}
.treatment-card h3,
.treatment-card p {
  padding-left: 22px;
  padding-right: 22px;
}
.treatment-card h3 { padding-top: 18px; }
.treatment-card p { padding-bottom: 22px; }
.page-hero {
  position: relative;
  min-height: 360px;
  display: grid;
  align-items: end;
  color: #fff;
  background-size: cover;
  background-position: center;
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16,11,8,.20), rgba(16,11,8,.72));
}
.page-hero-content {
  position: relative;
  z-index: 1;
  padding: 110px 0 56px;
}
.page-hero h1 {
  font-size: clamp(3rem, 7vw, 5.4rem);
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  line-height: .98;
}
.lead {
  font-size: 1.12rem;
}
.alt-bg {
  background: linear-gradient(180deg, #fcf9f6, #f5ede5);
}
.doctor-profile {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 40px;
  align-items: center;
}
.doctor-profile.reverse {
  grid-template-columns: 1.1fr .9fr;
}
.doctor-profile.reverse .doctor-profile-img { order: 2; }
.doctor-profile.reverse .doctor-profile-copy { order: 1; }
.doctor-profile-img img {
  width: 100%;
  aspect-ratio: .95 / 1.08;
  object-fit: cover;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}
.doctor-credentials {
  color: var(--brand-deep);
  font-weight: 700;
}
.steps-grid,
.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 22px;
}
.step-card,
.offer-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 28px;
  box-shadow: var(--shadow);
}
.step-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #efe2d6;
  color: var(--brand-deep);
  font-weight: 700;
}
.offer-card.highlight {
  background: linear-gradient(180deg, #f4e4d5, #fffdfb);
}
.fine-print {
  margin-top: 14px;
  font-size: 13px;
}
.contact-details {
  display: grid;
  gap: 16px;
  margin: 22px 0 0;
}
.contact-detail {
  display: grid;
  gap: 6px;
}
.cta-banner {
  background: linear-gradient(135deg, #221913, #6f4f37);
  color: #fff;
}
.cta-banner p { color: rgba(255,255,255,.84); }
.site-footer {
  background: #181311;
  color: #fff;
}
.site-footer p,
.site-footer a { color: rgba(255,255,255,.82); }
.footer-inner {
  display: grid;
  grid-template-columns: 1.3fr .8fr .8fr 1fr;
  gap: 30px;
  padding: 56px 0 34px;
}
.footer-links,
.footer-contact {
  display: grid;
  gap: 10px;
  align-content: start;
}
.footer-links h4,
.footer-contact h4 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1rem;
  font-family: Inter, Arial, Helvetica, sans-serif;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 16px 0;
}
@media (max-width: 1024px) {
  .specials-grid,
  .treatments-grid,
  .steps-grid,
  .offers-grid,
  .footer-inner,
  .doctor-profile,
  .doctor-profile.reverse {
    grid-template-columns: 1fr;
  }
  .doctor-profile.reverse .doctor-profile-img,
  .doctor-profile.reverse .doctor-profile-copy {
    order: initial;
  }
}
@media (max-width: 860px) {
  .header-inner {
    grid-template-columns: auto auto 1fr;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
  .main-nav {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 0 6px;
  }
  body.nav-open .main-nav {
    display: flex;
  }
  .header-actions {
    justify-content: end;
  }
  .header-actions .btn-sm {
    display: none;
  }
}
@media (max-width: 640px) {
  .announcement {
    flex-direction: column;
    gap: 8px;
  }
  .special-card {
    min-height: 240px;
  }
  .special-card h3 {
    font-size: 1.5rem;
  }
  .page-hero {
    min-height: 280px;
  }
}

.service-layout {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 34px;
  align-items: start;
}
.service-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 30px;
  box-shadow: var(--shadow);
}
.feature-list {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}
.feature-item {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(45,31,20,.05);
}
@media (max-width: 1024px) {
  .service-layout { grid-template-columns: 1fr; }
}
