:root {
  --cream: #f7f1e8;
  --cream-soft: #fbf8f2;
  --slate: #6f8395;
  --slate-dark: #4e6578;
  --navy: #172a3a;
  --navy-soft: #22384a;
  --ink: #24313d;
  --muted: #66727d;
  --line: #ded6ca;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(23, 42, 58, 0.11);
  --radius: 22px;
  --max-width: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream-soft);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-underline-offset: 0.22em;
}

a:hover {
  color: var(--slate-dark);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.12;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(2.7rem, 7vw, 5.5rem);
  letter-spacing: -0.055em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -0.035em;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
  letter-spacing: -0.015em;
}

p {
  margin-bottom: 16px;
}

p:last-child {
  margin-bottom: 0;
}

address {
  font-style: normal;
}

.container {
  width: min(100% - 40px, var(--max-width));
  margin: 0 auto;
}

.narrow {
  max-width: 820px;
}

.section {
  padding: 88px 0;
}

.section-muted {
  background: var(--cream);
}

.section-navy {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.84);
}

.section-navy h2,
.section-navy h3 {
  color: var(--white);
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -100px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--navy);
  color: var(--white);
  border-radius: 10px;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(222, 214, 202, 0.85);
  background: rgba(251, 248, 242, 0.94);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 20px 0;
}

.site-brand {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  text-decoration: none;
}

.brand-name {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.brand-subtitle {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
}

.site-nav a {
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--navy);
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: rgba(111, 131, 149, 0.14);
}

.site-nav .nav-button {
  border: 1px solid rgba(23, 42, 58, 0.22);
  background: var(--white);
}

.hero {
  padding-top: 104px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.72fr);
  gap: 68px;
  align-items: center;
}

.hero-text,
.page-intro {
  max-width: 740px;
  color: var(--navy-soft);
  font-size: clamp(1.16rem, 2vw, 1.35rem);
  line-height: 1.58;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--slate-dark);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.68);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(23, 42, 58, 0.18);
}

.button-primary:hover {
  background: var(--navy-soft);
  color: var(--white);
}

.button-secondary {
  border: 1px solid rgba(23, 42, 58, 0.18);
  background: var(--white);
  color: var(--navy);
}

.hero-card,
.info-panel,
.contact-card,
.appointment-card,
.feature-card,
.disclosure-block,
.cta-panel {
  border: 1px solid rgba(222, 214, 202, 0.9);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.hero-card {
  overflow: hidden;
}

.portrait-card {
  position: relative;
  aspect-ratio: 4 / 5;
  background: linear-gradient(140deg, rgba(111, 131, 149, 0.18), rgba(247, 241, 232, 0.9));
}

.portrait-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portrait-placeholder {
  display: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 28px;
  color: var(--muted);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.card-body,
.disclosure-compact {
  padding: 24px;
}

.card-body h2 {
  margin-bottom: 8px;
  font-size: 2rem;
}

.disclosure {
  border-top: 1px solid var(--line);
  background: rgba(247, 241, 232, 0.64);
  color: var(--navy-soft);
  font-size: 0.93rem;
  line-height: 1.5;
}

.disclosure p {
  margin-bottom: 8px;
}

.two-column,
.approach-grid,
.content-grid,
.contact-grid,
.appointment-grid {
  display: grid;
  gap: 48px;
}

.two-column,
.approach-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}

.text-block {
  color: var(--navy-soft);
  font-size: 1.08rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  padding: 26px;
  box-shadow: none;
}

.feature-card p {
  color: var(--muted);
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 38px;
}

.cta-panel p {
  max-width: 650px;
  color: var(--navy-soft);
}

.disclosure-section {
  padding: 54px 0;
}

.disclosure-block {
  padding: 30px;
  box-shadow: none;
}

.disclosure-block h2 {
  margin-bottom: 10px;
  font-size: 1.55rem;
}

.page-hero {
  padding-top: 94px;
  padding-bottom: 70px;
}

.content-grid {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
}

.info-panel,
.contact-card,
.appointment-card {
  padding: 30px;
}

.info-panel {
  position: sticky;
  top: 112px;
}

.info-panel h2,
.contact-card h2,
.appointment-card h2 {
  font-size: 1.7rem;
}

.stacked-content {
  display: grid;
  gap: 34px;
}

.stacked-content article {
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.stacked-content article:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.contact-grid,
.appointment-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-link {
  color: var(--navy);
  font-size: 1.2rem;
  font-weight: 700;
}

.small-note {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.main-card {
  padding: 38px;
}

.side-card {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.84);
}

.side-card h2 {
  color: var(--white);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--cream);
}

.site-footer {
  padding: 44px 0;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.site-footer a {
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 32px;
}

.footer-name {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
}

@media (max-width: 900px) {
  .header-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    width: 100%;
    flex-wrap: wrap;
  }

  .hero-grid,
  .two-column,
  .approach-grid,
  .content-grid,
  .contact-grid,
  .appointment-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 74px;
  }

  .hero-card {
    max-width: 420px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .info-panel {
    position: static;
  }

  .cta-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(100% - 28px, var(--max-width));
  }

  .section {
    padding: 62px 0;
  }

  .page-hero,
  .hero {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .brand-subtitle {
    font-size: 0.7rem;
  }

  .site-nav a {
    padding: 9px 10px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-actions .button {
    justify-content: center;
  }

  .info-panel,
  .contact-card,
  .appointment-card,
  .main-card,
  .feature-card,
  .disclosure-block,
  .cta-panel {
    padding: 24px;
  }
}
