:root {
  --bg: #f3ece4;
  --bg-soft: #faf6f0;
  --panel: rgba(255, 253, 249, 0.7);
  --text: #16120e;
  --muted: #5b5044;
  --line: rgba(107, 89, 68, 0.22);
  --gold: #b89a63;
  --gold-soft: #d8c29d;
  --shadow: 0 24px 70px rgba(33, 25, 18, 0.12);
  --radius-lg: 32px;
  --radius-md: 20px;
  --max-width: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.8), transparent 34%),
    radial-gradient(circle at right center, rgba(216, 194, 157, 0.18), transparent 28%),
    linear-gradient(180deg, #f6efe8 0%, #efe5da 100%);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24)),
    radial-gradient(rgba(110, 83, 47, 0.05) 1px, transparent 1px);
  background-size: auto, 12px 12px;
  opacity: 0.55;
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 32px), var(--max-width));
  margin: 24px auto;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 36px;
  background: rgba(248, 242, 234, 0.74);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.site-header,
.hero,
.overview,
.about-layout,
.consultation-layout,
.site-footer {
  display: grid;
  gap: 24px;
}

.site-header {
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 8px 0 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.brand-monogram {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.6rem;
  line-height: 0.8;
}

.brand-letter {
  position: absolute;
}

.brand-letter-a {
  transform: translate(-2px, -8px);
}

.brand-letter-l {
  transform: translate(8px, 12px);
}

.brand-copy {
  display: grid;
  gap: 4px;
}

.brand-copy strong,
.hero h1,
.hero-card h2,
.section-heading h2,
.overview-card h2,
.profile-panel h3,
.booking-panel h3,
.booking-options h3,
.faq summary,
.footer-brand {
  font-family: "Cormorant Garamond", serif;
}

.brand-copy strong {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.brand-copy span {
  color: var(--muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.site-nav {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.site-nav a {
  color: var(--muted);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.site-nav a.active {
  color: var(--text);
  font-weight: 700;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.nav-cta,
.button-dark {
  color: #fffaf3;
  background: linear-gradient(135deg, #18120e 0%, #34271a 100%);
}

.site-nav .nav-cta {
  color: #fffaf3;
}

.button-light {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.55);
}

.hero {
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  padding: 24px 0 48px;
}

.eyebrow,
.overview-label,
.profile-role {
  margin: 0 0 16px;
  color: var(--gold);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero h1 {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(3.2rem, 7vw, 6rem);
  line-height: 0.93;
}

.hero-text,
.overview-card p,
.service-card p,
.profile-panel p,
.booking-panel p,
.booking-options p,
.faq p,
.footer-note {
  color: var(--muted);
  line-height: 1.8;
}

.hero-text {
  max-width: 52ch;
  margin: 22px 0 0;
  font-size: 1.05rem;
}

.hero-actions,
.hero-details,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin: 28px 0;
}

.hero-details {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-details li {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

.hero-details span {
  color: var(--gold);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
}

.hero-card,
.overview-card,
.service-card,
.profile-panel,
.founder-intro-card,
.credential-panel,
.booking-panel,
.booking-options article,
.faq-list details {
  border: 1px solid rgba(91, 80, 68, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 250, 244, 0.62)),
    var(--panel);
  box-shadow: 0 20px 40px rgba(38, 29, 19, 0.08);
}

.hero-card {
  position: relative;
  min-height: 540px;
  padding: 36px;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.hero-card::before,
.hero-card::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 194, 157, 0.55), rgba(216, 194, 157, 0));
  transform: translate(-30%, 35%);
}

.hero-card::after {
  inset: 0 0 auto auto;
  transform: translate(35%, -30%);
}

.crest {
  position: relative;
  width: min(100%, 360px);
  aspect-ratio: 1;
  margin: 24px auto 48px;
}

.crest-ring,
.crest-ring::before,
.crest-ring::after {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.crest-ring {
  border: 2px solid rgba(184, 154, 99, 0.35);
}

.crest-ring::before,
.crest-ring::after {
  content: "";
  border: 10px solid transparent;
}

.crest-ring::before {
  inset: 20px 148px;
  border-left-color: rgba(184, 154, 99, 0.3);
  border-right-color: rgba(184, 154, 99, 0.3);
  border-radius: 999px;
}

.crest-scales,
.crest-scales::before,
.crest-scales::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.crest-scales {
  top: 18%;
  width: 14px;
  height: 66%;
  border-radius: 999px;
  background: linear-gradient(180deg, #c4a56c 0%, #9d7f49 100%);
}

.crest-scales::before,
.crest-scales::after {
  content: "";
  top: 26%;
  width: 190px;
  height: 4px;
  background: linear-gradient(90deg, #b39156 0%, #d2b985 50%, #b39156 100%);
}

.crest-scales::after {
  top: 38%;
  width: 250px;
  height: 1px;
  background: transparent;
  border-bottom: 2px solid rgba(184, 154, 99, 0.62);
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-radius: 999px;
}

.hero-card-copy {
  position: absolute;
  inset: auto 36px 36px;
}

.hero-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.hero-service-list li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.4;
}

.hero-service-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
}

.hero-card-copy p:first-child,
.overview-label {
  color: #5f421d;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.hero-card h2,
.overview-card h2,
.section-heading h2 {
  margin: 8px 0 0;
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1;
}

.overview {
  grid-template-columns: 1fr;
  align-items: center;
  padding: 0 0 24px;
}

.overview-card {
  padding: 32px;
  border-radius: var(--radius-lg);
}

.overview-stats,
.choice-card ul,
.approach-steps {
  display: grid;
  gap: 16px;
}

.overview-stats article {
  min-width: 180px;
  padding: 26px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.48);
}

.overview-stats strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
}

.overview-stats span {
  color: var(--muted);
}

.approach-steps {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.approach-steps article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.44);
}

.approach-steps span {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.approach-steps h3 {
  margin: 8px 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
}

.approach-steps p {
  margin: 0;
}

.choice-card {
  align-self: stretch;
  padding: 32px;
  border: 1px solid rgba(91, 80, 68, 0.16);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 250, 244, 0.62)),
    var(--panel);
  box-shadow: 0 20px 40px rgba(38, 29, 19, 0.08);
}

.choice-card ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.choice-card li {
  position: relative;
  padding: 18px 18px 18px 48px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.46);
  color: var(--muted);
  font-weight: 700;
}

.choice-card li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 18px;
  width: 16px;
  height: 9px;
  border-bottom: 2px solid var(--gold);
  border-left: 2px solid var(--gold);
  transform: rotate(-45deg);
}

.section {
  padding: 64px 0 0;
}

.page-hero {
  max-width: 860px;
  padding: 32px 0 28px;
}

.page-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 7vw, 5.8rem);
  line-height: 0.95;
}

.page-hero p:last-child {
  max-width: 64ch;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.booking-page-layout {
  padding-top: 36px;
}

.section-heading {
  max-width: 720px;
}

.split-heading {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.split-heading .button {
  flex: 0 0 auto;
}

.service-grid,
.faq-list,
.article-grid {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

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

.service-card,
.profile-panel,
.founder-intro-card,
.credential-panel,
.booking-panel,
.booking-options article,
.faq-list details {
  padding: 28px;
  border-radius: var(--radius-md);
}

.service-card h3,
.credential-panel h3,
.booking-panel h3,
.booking-options h3 {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
}

.interactive-service {
  min-height: auto;
  overflow: clip;
  outline: none;
  transition: transform 180ms ease;
}

.interactive-service summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  list-style: none;
}

.interactive-service summary::-webkit-details-marker {
  display: none;
}

.interactive-service summary span {
  display: grid;
  gap: 8px;
}

.interactive-service summary strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1;
}

.interactive-service summary em {
  max-width: 72ch;
  color: var(--muted);
  font-style: normal;
  line-height: 1.6;
}

.interactive-service summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #5f421d;
  font-size: 1.4rem;
}

.interactive-service[open] summary::after {
  content: "-";
}

.service-details {
  display: grid;
  align-content: start;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.service-details p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.service-details h4 {
  margin: 2px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
}

.service-details ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-details li {
  position: relative;
  padding-left: 17px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

.service-details li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

.about .credential-panel {
  padding: 18px;
}

.about .credential-panel h3 {
  font-size: 1.5rem;
}

.about .credential-panel li {
  line-height: 1.42;
  padding-left: 18px;
  font-size: 0.86rem;
}

.about .credential-panel li::before {
  top: 7px;
  width: 7px;
  height: 7px;
}

.about-layout,
.consultation-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.about .about-layout {
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 24px;
}

.bio-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 28px;
  align-items: start;
}

.profile-frame,
.bio-copy,
.article-card,
.cta-band {
  border: 1px solid rgba(91, 80, 68, 0.16);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 250, 244, 0.62)),
    var(--panel);
  box-shadow: 0 20px 40px rgba(38, 29, 19, 0.08);
}

.profile-frame {
  position: sticky;
  top: 24px;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  overflow: hidden;
}

.profile-photo {
  display: block;
  width: 100%;
  height: min(72vh, 680px);
  object-fit: cover;
  object-position: center top;
  border-radius: 22px;
  background: #fff;
}

.bio-copy {
  padding: 34px;
}

.bio-copy p,
.bio-copy blockquote {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.9;
}

.bio-copy p:first-child {
  margin-top: 0;
}

.bio-copy blockquote {
  margin: 28px 0 0;
  padding: 24px;
  border-left: 4px solid var(--gold);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.48);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
}

.profile-panel .button {
  margin-top: 12px;
}

.founder-intro-card h3 {
  margin: 0 0 16px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
}

.founder-intro-card p:not(.profile-role) {
  color: var(--muted);
  line-height: 1.8;
}

.founder-intro-card .button {
  margin-top: 14px;
}

.home-profile-panel {
  width: min(100%, 360px);
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
}

.about .founder-intro-card {
  border-radius: var(--radius-lg);
}

.about .home-profile-panel {
  justify-self: stretch;
  width: min(100%, 360px);
  border-radius: var(--radius-lg);
}

.home-profile-photo {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--radius-lg);
  filter: saturate(0.92) contrast(1.03);
}

.service-page-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 0;
}

.service-page-grid .service-card {
  padding: 28px 34px;
}

.article-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
}

.article-preview-grid {
  margin-top: 28px;
}

.article-list {
  display: grid;
  gap: 18px;
}

.article-card {
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.featured-article {
  grid-column: span 3;
}

.article-category {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.article-card h2,
.article-card h3 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
}

.article-card h2 {
  font-size: clamp(2.4rem, 5vw, 4rem);
}

.article-card h3 {
  font-size: 2rem;
}

.article-card p {
  color: var(--muted);
  line-height: 1.8;
}

.article-card .button {
  margin-top: auto;
  align-self: flex-start;
}

.article-accordion {
  padding: 28px 34px;
}

.article-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  list-style: none;
}

.article-accordion summary::-webkit-details-marker {
  display: none;
}

.article-accordion summary span {
  display: grid;
  gap: 8px;
}

.article-accordion summary small {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.article-accordion summary strong {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1;
}

.article-accordion summary em {
  max-width: 78ch;
  color: var(--muted);
  font-style: normal;
  line-height: 1.6;
}

.article-accordion summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #5f421d;
  font-size: 1.4rem;
}

.article-accordion[open] summary::after {
  content: "-";
}

.article-details {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.article-details p {
  max-width: 82ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.cta-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
  padding: 32px;
}

.cta-band h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.credential-panel ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.credential-panel li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  line-height: 1.8;
}

.credential-panel li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
}

.consultation-form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.consultation-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.95rem;
}

.consultation-form input,
.consultation-form select,
.consultation-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(91, 80, 68, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  font: inherit;
  color: var(--text);
}

.consultation-form input:focus,
.consultation-form select:focus,
.consultation-form textarea:focus {
  outline: 2px solid rgba(184, 154, 99, 0.4);
  border-color: rgba(184, 154, 99, 0.45);
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--gold);
}

.booking-options {
  display: grid;
  gap: 20px;
}

.calendly-tile {
  padding: 0;
  max-height: 560px;
  overflow: hidden;
}

.booking-info-panel {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 12px;
  height: 560px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(91, 80, 68, 0.16);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 250, 244, 0.62)),
    var(--panel);
  box-shadow: 0 20px 40px rgba(38, 29, 19, 0.08);
}

.booking-info-panel > h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1;
}

.booking-info-panel > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.booking-info-panel .booking-options {
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
}

.booking-info-panel .booking-options article {
  display: grid;
  align-content: center;
  padding: 16px;
}

.booking-info-panel .booking-options h3 {
  margin-bottom: 8px;
  font-size: 1.5rem;
}

.booking-info-panel .booking-options p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.42;
}

.faq-list details {
  background: rgba(255, 255, 255, 0.56);
}

.faq summary {
  cursor: pointer;
  font-size: 1.7rem;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq p {
  margin: 12px 0 0;
}

.site-footer {
  grid-template-columns: 1.45fr 0.8fr 0.8fr;
  align-items: start;
  gap: 18px 34px;
  padding: 38px 0 10px;
}

.site-footer > div:first-child {
  grid-column: 1;
  grid-row: 1;
}

.site-footer > .footer-section:first-of-type {
  grid-column: 3;
  grid-row: 1;
}

.site-footer > .footer-section:last-of-type {
  grid-column: 2;
  grid-row: 1;
}

.footer-brand {
  margin: 0;
  font-size: 1.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-footer p {
  margin: 3px 0 0;
}

.footer-links {
  flex-direction: column;
  justify-content: start;
  gap: 6px;
  margin-top: 14px;
  font-size: 0.92rem;
}

.footer-section {
  display: grid;
  align-content: start;
  gap: 7px;
}

.footer-section h3 {
  margin: 0 0 2px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.32rem;
}

.footer-section a,
.footer-links a {
  color: var(--muted);
}

.social-links {
  display: grid;
  gap: 7px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.social-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: block;
}

.footer-note {
  grid-column: 1 / -1;
  max-width: 72ch;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.footer-copyright {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.78rem;
}

@media (max-width: 1040px) {
  .hero,
  .overview,
  .about-layout,
  .consultation-layout,
  .site-footer,
  .bio-grid {
    grid-template-columns: 1fr;
  }

  .site-footer > div:first-child,
  .site-footer > .footer-section:first-of-type,
  .site-footer > .footer-section:last-of-type {
    grid-column: auto;
    grid-row: auto;
  }

  .profile-frame {
    position: relative;
    top: auto;
  }

  .home-profile-panel {
    justify-self: start;
  }

  .about .about-layout {
    grid-template-columns: 320px minmax(0, 1fr);
  }

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

  .service-page-grid {
    grid-template-columns: 1fr;
  }

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

  .split-heading {
    align-items: start;
    flex-direction: column;
  }

  .featured-article {
    grid-column: auto;
  }

  .site-nav {
    justify-content: start;
    padding-top: 16px;
  }

  .site-header {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 12ch;
  }

  .hero-card {
    min-height: 460px;
  }

  .booking-info-panel {
    height: auto;
    min-height: auto;
    overflow: visible;
  }

  .calendly-tile {
    max-height: none;
  }

  .footer-links {
    justify-content: start;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(calc(100% - 18px), var(--max-width));
    margin: 9px auto;
    padding: 18px;
    border-radius: 24px;
  }

  .hero {
    padding-top: 8px;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 16vw, 4rem);
  }

  .brand {
    align-items: start;
  }

  .brand-copy strong {
    font-size: 1.45rem;
  }

  .brand-monogram {
    width: 58px;
    height: 58px;
    font-size: 2.1rem;
  }

  .site-nav {
    gap: 10px;
  }

  .site-nav a:not(.nav-cta) {
    padding: 8px 10px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
  }

  .page-hero h1 {
    font-size: clamp(2.5rem, 14vw, 4rem);
  }

  .page-hero p:last-child {
    font-size: 1rem;
  }

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

  .about .about-layout {
    grid-template-columns: 1fr;
  }

  .about .home-profile-panel {
    width: 100%;
  }

  .home-profile-photo {
    height: 360px;
  }

  .service-details ul {
    grid-template-columns: 1fr;
  }

  .interactive-service summary {
    align-items: start;
  }

  .article-accordion summary {
    align-items: start;
  }

  .interactive-service summary strong {
    font-size: 1.65rem;
  }

  .interactive-service summary::after {
    width: 34px;
    height: 34px;
  }

  .approach-steps {
    grid-template-columns: 1fr;
  }

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

  .hero-card,
  .overview-card,
  .service-card,
  .article-card,
  .profile-panel,
  .credential-panel,
  .choice-card,
  .bio-copy,
  .cta-band,
  .booking-panel,
  .booking-options article,
  .faq-list details {
    padding: 22px;
  }

  .hero-card {
    min-height: 420px;
  }

  .crest {
    width: min(100%, 280px);
    margin-bottom: 34px;
  }

  .hero-card-copy {
    inset: auto 22px 22px;
  }

  .hero-details li,
  .hero-service-list,
  .hero-actions .button,
  .site-nav .nav-cta {
    width: 100%;
  }

  .hero-service-list {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
  }

  .faq summary {
    font-size: 1.4rem;
  }

  .calendly-inline-widget {
    min-width: 100% !important;
  }

  .booking-info-panel .booking-options {
    grid-template-rows: none;
  }

  .site-footer {
    gap: 18px;
  }
}

@media (min-width: 1440px) {
  :root {
    --max-width: 1280px;
  }

  .hero h1 {
    font-size: 6.4rem;
  }

  .page-hero h1 {
    font-size: 6.1rem;
  }
}

@media (max-width: 460px) {
  .page-shell {
    width: min(calc(100% - 10px), var(--max-width));
    padding: 14px;
  }

  .brand-copy span {
    letter-spacing: 0.05em;
    font-size: 0.66rem;
  }

  .site-nav {
    gap: 8px;
  }

  .site-nav a:not(.nav-cta) {
    font-size: 0.86rem;
    padding: 7px 9px;
  }

  .footer-brand {
    font-size: 1.55rem;
  }
}
