:root {
  --ink: #172725;
  --ink-soft: #31413f;
  --cream: #f4f0e8;
  --paper: #fbfaf6;
  --white: #ffffff;
  --clay: #b7543d;
  --clay-dark: #91412f;
  --sage: #bfc9b8;
  --line: rgba(23, 39, 37, 0.15);
  --shadow: 0 30px 70px rgba(18, 35, 32, 0.14);
  --shell: min(1180px, calc(100% - 40px));
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  transform: translateY(-150%);
  z-index: 1000;
  padding: 10px 14px;
  background: var(--white);
  color: var(--ink);
  border-radius: 6px;
}
.skip-link:focus { transform: none; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 120px 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(251,250,246,.97);
  color: var(--ink);
  border-bottom: 1px solid rgba(23,39,37,.08);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  background: rgba(251,250,246,.93);
  box-shadow: 0 10px 30px rgba(18,35,32,.08);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; flex: 0 0 auto; }
.brand-logo { width: 68px; height: auto; flex: 0 0 auto; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; text-transform: uppercase; }
.brand-copy strong { font: 500 25px/1 var(--sans); letter-spacing: .19em; }
.brand-copy small { margin-top: 9px; font-size: 9px; font-weight: 700; letter-spacing: .32em; text-transform: uppercase; }
.brand-footer .brand-logo { width: 62px; }
.site-nav { display: flex; align-items: center; gap: 27px; }
.site-nav > a { font-size: 14px; font-weight: 600; text-decoration: none; }
.site-nav > a:not(.button) { position: relative; }
.site-nav > a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: currentColor;
  transition: right .2s ease;
}
.site-nav > a:hover::after { right: 0; }
.menu-button { display: none; border: 0; background: transparent; color: currentColor; padding: 10px; }
.menu-button > span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: currentColor; transition: transform .2s, opacity .2s; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: 13px; }
.button-primary { background: var(--clay); color: var(--white); }
.button-primary:hover { background: var(--clay-dark); }
.button-dark { background: var(--ink); color: var(--white); }
.site-header .button-dark { background: var(--clay); color: var(--white); }
.site-header .button-dark:hover { background: var(--clay-dark); }
.button-light { background: var(--cream); color: var(--ink); }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-weight: 700; text-decoration: none; }
.text-link span { font-size: 20px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, 3px); }

.hero {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
  display: flex;
  align-items: center;
  padding: 205px 0 100px;
}
.hero-grid { display: grid; grid-template-columns: 1.13fr .87fr; align-items: center; gap: 80px; position: relative; z-index: 2; }
.eyebrow, .section-kicker {
  margin: 0 0 22px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.eyebrow { color: var(--sage); }
.section-kicker { color: var(--clay); }
.section-kicker.light { color: #e2c8bb; }
.hero h1, .section h2 {
  margin: 0;
  font: 400 clamp(46px, 6.2vw, 90px)/.95 var(--serif);
  letter-spacing: -.045em;
}
.hero h1 em, .section h2 em { color: var(--clay); font-weight: 400; }
.hero-lead { max-width: 690px; margin: 30px 0 0; font-size: 19px; color: rgba(244,240,232,.78); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 48px; color: rgba(244,240,232,.7); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.trust-row span { display: flex; align-items: center; gap: 9px; }
.trust-row span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--sage); }
.hero-card { position: relative; max-width: 460px; justify-self: end; }
.portrait-placeholder {
  min-height: 520px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 65% 25%, rgba(255,255,255,.22), transparent 25%),
    linear-gradient(145deg, #d2d8cb 0%, #aab8ae 48%, #73847e 100%);
  border-radius: 230px 230px 18px 18px;
  box-shadow: var(--shadow);
}
.portrait-placeholder::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  top: 105px;
  border-radius: 50%;
  background: rgba(244,240,232,.45);
}
.portrait-placeholder::after {
  content: "";
  position: absolute;
  width: 370px;
  height: 290px;
  bottom: -70px;
  border-radius: 50% 50% 0 0;
  background: rgba(23,39,37,.42);
}
.portrait-monogram { position: relative; z-index: 2; font: italic 400 82px/1 var(--serif); color: var(--cream); transform: translateY(-20px); }
.portrait-note { position: absolute; z-index: 3; right: 22px; bottom: 22px; padding: 10px 13px; background: rgba(251,250,246,.88); color: var(--ink); font-size: 11px; line-height: 1.25; text-align: right; }
.hero-card-caption { display: flex; justify-content: space-between; gap: 20px; margin-top: 18px; }
.hero-card-caption p { margin: 0; font: 500 23px/1.1 var(--serif); }
.hero-card-caption span { max-width: 210px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: rgba(244,240,232,.62); text-align: right; }
.hero-orbit { position: absolute; border: 1px solid rgba(244,240,232,.1); border-radius: 50%; }
.orbit-one { width: 680px; height: 680px; left: -350px; top: -120px; }
.orbit-two { width: 900px; height: 900px; right: -380px; bottom: -520px; }
.scroll-cue { position: absolute; z-index: 3; left: 28px; bottom: 44px; display: flex; align-items: center; gap: 12px; color: rgba(244,240,232,.55); font-size: 10px; text-decoration: none; text-transform: uppercase; letter-spacing: .16em; transform: rotate(-90deg); transform-origin: left center; }
.scroll-cue span { width: 42px; height: 1px; background: currentColor; }

.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: .33fr 1fr; gap: 70px; }
.intro h2 { max-width: 900px; font-size: clamp(42px, 5.5vw, 76px); }
.large-copy { max-width: 760px; margin: 38px 0 0; font-size: clamp(19px, 2vw, 26px); color: var(--ink-soft); }

.services { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr .45fr; align-items: end; gap: 60px; margin-bottom: 64px; }
.section-heading h2 { font-size: clamp(46px, 5.2vw, 75px); }
.section-heading > p { margin: 0 0 10px; font-size: 18px; color: var(--ink-soft); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 390px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; transition: background .25s ease, transform .25s ease; }
.service-card:hover { background: var(--cream); transform: translateY(-4px); }
.service-number { color: var(--clay); font: italic 18px/1 var(--serif); }
.service-card h3 { margin: auto 0 16px; font: 500 34px/1.05 var(--serif); letter-spacing: -.03em; }
.service-card p { margin: 0; color: var(--ink-soft); font-size: 15px; }
.service-card a { margin-top: 28px; font-size: 13px; font-weight: 800; text-decoration: none; }

.approach { background: var(--ink); color: var(--cream); }
.approach-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.approach-sticky { position: sticky; top: 150px; }
.approach h2 { font-size: clamp(46px, 5.1vw, 72px); }
.approach-sticky > p:last-child { max-width: 480px; margin-top: 28px; color: rgba(244,240,232,.68); font-size: 18px; }
.steps { border-top: 1px solid rgba(244,240,232,.2); }
.step { display: grid; grid-template-columns: 80px 1fr; gap: 28px; padding: 54px 0; border-bottom: 1px solid rgba(244,240,232,.2); }
.step > span { color: var(--clay); font: italic 20px/1 var(--serif); }
.step h3 { margin: 0 0 15px; font: 500 36px/1 var(--serif); }
.step p { margin: 0; color: rgba(244,240,232,.68); font-size: 17px; }

.about { background: var(--cream); overflow: hidden; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.about-visual { position: relative; min-height: 590px; display: grid; place-items: center; }
.about-shape { width: min(100%, 470px); aspect-ratio: .76; border-radius: 50% 50% 8px 8px; background: linear-gradient(155deg, #bac6b5, #6e8178); box-shadow: var(--shadow); transform: rotate(-3deg); }
.outline-word { position: absolute; z-index: 2; left: -70px; top: 68px; font: 400 clamp(70px, 9vw, 140px)/1 var(--serif); color: transparent; -webkit-text-stroke: 1px rgba(23,39,37,.2); letter-spacing: .06em; transform: rotate(-90deg) translateX(-100%); transform-origin: left top; }
.about-visual p { position: absolute; z-index: 3; bottom: 80px; right: 0; margin: 0; padding: 20px 24px; background: var(--clay); color: var(--white); font: 500 25px/1.1 var(--serif); }
.about-copy h2 { font-size: clamp(46px, 5vw, 72px); }
.about-copy > p { color: var(--ink-soft); font-size: 18px; }
.credential-box { margin-top: 35px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; gap: 8px; }
.credential-box strong { font: 500 23px/1.2 var(--serif); }
.credential-box span { color: var(--ink-soft); font-size: 13px; }

.consultation { padding-top: 0; background: var(--cream); }
.consultation-panel { padding: 78px; background: var(--clay); color: var(--white); display: grid; grid-template-columns: 1fr .6fr; gap: 80px; align-items: end; border-radius: 4px; }
.consultation-panel h2 { font-size: clamp(42px, 5vw, 70px); }
.consultation-copy p { margin: 0 0 30px; font-size: 17px; color: rgba(255,255,255,.8); }

.questions { background: var(--paper); }
.questions-grid { display: grid; grid-template-columns: .55fr 1fr; gap: 100px; }
.questions h2 { font-size: clamp(48px, 5vw, 76px); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; list-style: none; cursor: pointer; padding: 28px 50px 28px 0; font: 500 23px/1.2 var(--serif); }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::before, .accordion summary::after { content: ""; position: absolute; right: 4px; top: 40px; width: 18px; height: 1px; background: var(--ink); transition: transform .2s; }
.accordion summary::after { transform: rotate(90deg); }
.accordion details[open] summary::after { transform: rotate(0); }
.accordion details p { max-width: 750px; margin: -5px 0 30px; color: var(--ink-soft); }

.booking { background: var(--cream); }
.booking-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; align-items: start; }
.booking-intro { position: sticky; top: 140px; }
.booking h2 { font-size: clamp(46px, 5vw, 72px); }
.booking-intro > p { color: var(--ink-soft); font-size: 17px; }
.contact-lines { display: grid; gap: 5px; margin-top: 30px; }
.contact-lines a { width: fit-content; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.booking-widget { min-height: 650px; background: var(--white); box-shadow: var(--shadow); border-radius: 4px; overflow: hidden; }
.booking-placeholder { min-height: 650px; display: grid; align-content: center; justify-items: center; padding: 50px; text-align: center; background: linear-gradient(160deg, rgba(191,201,184,.23), transparent 62%); }
.booking-placeholder h3 { margin: 24px 0 8px; font: 500 34px/1.1 var(--serif); }
.booking-placeholder p { max-width: 470px; margin: 0; color: var(--ink-soft); }
.booking-placeholder code { padding: 2px 6px; border-radius: 4px; background: var(--cream); color: var(--clay-dark); }
.calendar-icon { width: 80px; aspect-ratio: 1; border: 2px solid var(--ink); border-radius: 12px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; padding: 22px; position: relative; }
.calendar-icon::before { content: ""; position: absolute; left: -2px; right: -2px; top: 17px; height: 2px; background: var(--ink); }
.calendar-icon span { width: 7px; height: 7px; margin-top: 8px; border-radius: 50%; background: var(--clay); }
.preview-badge { margin-top: 24px; padding: 8px 12px; border-radius: 999px; background: var(--ink); color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.booking-widget .calendly-inline-widget { min-width: 320px; height: 740px; }

.site-footer { padding: 78px 0 24px; background: #101c1a; color: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .6fr 1fr; gap: 80px; padding-bottom: 55px; }
.brand-footer { margin-bottom: 24px; color: var(--cream); }
.footer-grid > div:first-child > p { max-width: 390px; color: rgba(244,240,232,.6); }
.footer-grid h2 { margin: 0 0 20px; font: 500 18px/1 var(--serif); }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid a { color: rgba(244,240,232,.72); text-decoration: none; }
.footer-grid a:hover { color: var(--white); }
.footer-grid span { color: rgba(244,240,232,.72); }
.footer-bottom { padding-top: 22px; border-top: 1px solid rgba(244,240,232,.14); display: flex; justify-content: space-between; gap: 30px; color: rgba(244,240,232,.45); font-size: 11px; }
.footer-bottom p { margin: 0; }
.disclaimer { max-width: 650px; text-align: right; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .section { padding: 90px 0; }
  .menu-button { display: block; z-index: 2; }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 25px; background: var(--paper); color: var(--ink); transform: translateX(100%); transition: transform .25s ease; }
  .site-nav.open { transform: none; }
  .site-nav > a { font-size: 24px; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding: 175px 0 100px; }
  .hero-grid, .intro-grid, .section-heading, .approach-grid, .about-grid, .consultation-panel, .questions-grid, .booking-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 60px; }
  .hero-card { justify-self: center; width: min(100%, 500px); }
  .scroll-cue { display: none; }
  .intro-grid, .section-heading, .approach-grid, .about-grid, .questions-grid, .booking-grid { gap: 45px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-sticky, .booking-intro { position: static; }
  .consultation-panel { padding: 55px; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 26px); }
  .section { padding: 72px 0; }
  .nav-wrap { min-height: 82px; }
  .brand { gap: 9px; }
  .brand-logo { width: 50px; }
  .brand-copy strong { font-size: 17px; letter-spacing: .14em; }
  .brand-copy small { margin-top: 6px; font-size: 7px; letter-spacing: .22em; }
  .hero { padding-top: 145px; }
  .hero h1 { font-size: clamp(48px, 15vw, 66px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .portrait-placeholder { min-height: 440px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .step { grid-template-columns: 45px 1fr; gap: 15px; }
  .about-visual { min-height: 470px; }
  .consultation-panel { padding: 38px 26px; }
  .booking-placeholder { padding: 30px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .disclaimer { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* July 2026 content, compliance and mobile-first update */
html { scroll-padding-top: 112px; }
section[id] { scroll-margin-top: 112px; }

.nav-wrap { min-height: 102px; }
.brand-logo { width: 62px; }
.brand-copy strong { font-size: 20px; letter-spacing: .12em; white-space: nowrap; }
.brand-copy small { margin-top: 7px; font-size: 8px; letter-spacing: .27em; }
.brand-footer .brand-logo { width: 58px; }
.brand-footer .brand-copy strong { font-size: 18px; }

.nav-book {
  min-width: 214px;
  padding: 11px 17px;
  border-radius: 999px;
  background: var(--clay);
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  line-height: 1.15;
  transition: transform .2s ease, background .2s ease;
}
.nav-book:hover { transform: translateY(-2px); background: var(--clay-dark); }
.nav-book strong { font-size: 13px; }
.nav-book small { margin-top: 4px; font-size: 9px; font-weight: 650; opacity: .83; }

.hero-credential-line {
  margin: -11px 0 24px;
  color: rgba(244,240,232,.78);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .035em;
}
.primary-cta-group { display: grid; gap: 10px; width: fit-content; }
.cta-fees { display: flex; flex-wrap: wrap; gap: 5px 15px; margin: 0; color: rgba(244,240,232,.68); font-size: 11px; font-weight: 700; letter-spacing: .025em; }
.cta-fees span + span::before { content: "·"; margin-right: 15px; }
.light-fees .cta-fees { color: rgba(255,255,255,.78); }
.hero-actions { align-items: flex-start; }

.service-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-card { min-height: 100%; padding: 38px; }
.service-card h3 { margin: 0 0 20px; font-size: clamp(29px, 3vw, 39px); }
.service-card h3 .service-number { display: block; margin-bottom: 30px; }
.service-card > p { font-size: 16px; }
.service-card > a { margin-top: auto; padding-top: 30px; color: var(--ink); }
.focus-tag {
  display: inline-block;
  margin-left: 8px;
  transform: translateY(-5px);
  padding: 5px 8px;
  border: 1px solid rgba(183,84,61,.34);
  border-radius: 999px;
  color: var(--clay-dark);
  font: 800 9px/1 var(--sans);
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.service-price { margin: 25px 0 0; padding-top: 20px; border-top: 1px solid var(--line); }
.service-price strong { display: block; color: var(--clay-dark); font-size: 12px; line-height: 1.35; letter-spacing: .09em; text-transform: uppercase; }
.service-price p { margin: 11px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
.fees-strip { margin-top: 28px; padding: 27px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 170px 1fr; gap: 35px; }
.fees-strip h3 { margin: 0; font: 600 18px/1.2 var(--serif); }
.fees-strip p { margin: 0; max-width: 920px; color: var(--ink-soft); font-size: 14px; }

.credential-box { grid-template-columns: 1fr auto; align-items: center; gap: 25px; }
.credential-box > div:first-child { display: grid; gap: 10px; }
.licence-link { width: fit-content; color: var(--clay-dark); font-size: 13px; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.rcic-insignia-wrap { width: 115px; }
.rcic-insignia { width: 100%; height: auto; }

.consultation-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 28px 0; }
.consultation-options > div { padding: 18px; border: 1px solid var(--line); background: rgba(251,250,246,.5); display: grid; gap: 2px; }
.consultation-options strong { font: 500 22px/1.1 var(--serif); }
.consultation-options span { color: var(--clay-dark); font-size: 13px; font-weight: 800; }

.footer-grid-expanded { grid-template-columns: 1.35fr .55fr .7fr .75fr; gap: 55px; }
.footer-brand-column > p { max-width: 430px; }
.footer-licence { color: rgba(244,240,232,.76); }
.footer-bottom-stacked { display: grid; grid-template-columns: 1fr; gap: 7px; }
.site-credit { max-width: none; text-align: left; }
.site-credit a { color: rgba(244,240,232,.7); text-underline-offset: 3px; }

.legal-main { padding-top: 102px; }
.legal-hero { padding: 110px 0 80px; background: var(--ink); color: var(--cream); }
.legal-shell { max-width: 850px; }
.legal-hero h1 { margin: 0; font: 400 clamp(52px, 8vw, 92px)/.95 var(--serif); letter-spacing: -.045em; }
.legal-hero > .legal-shell > p:last-child { max-width: 720px; margin: 28px 0 0; color: rgba(244,240,232,.74); font-size: 18px; }
.legal-content { background: var(--paper); }
.prose { font-size: 17px; }
.prose h2 { margin: 55px 0 12px; font-size: 34px; line-height: 1.1; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--ink-soft); }
.prose a { color: var(--clay-dark); }
.legal-cta { padding: 75px 0; background: var(--clay); color: var(--white); }
.legal-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; }
.legal-cta h2 { margin: 0; font: 400 clamp(42px, 5vw, 68px)/1 var(--serif); }

@media (max-width: 1100px) {
  .site-nav { gap: 18px; }
  .site-nav > a:not(.nav-book) { font-size: 13px; }
  .nav-book { min-width: 190px; }
  .brand-copy strong { font-size: 18px; }
  .footer-grid-expanded { grid-template-columns: 1.2fr .7fr .8fr; }
  .footer-grid-expanded > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 980px) {
  html { scroll-padding-top: 82px; }
  section[id] { scroll-margin-top: 82px; }
  .nav-book { width: min(90%, 360px); min-height: 68px; justify-content: center; }
  .nav-book strong { font-size: 16px; }
  .nav-book small { font-size: 11px; }
  .service-grid-four { grid-template-columns: 1fr; }
  .fees-strip { grid-template-columns: 1fr; gap: 10px; }
  .footer-grid-expanded { grid-template-columns: 1fr 1fr; }
  .footer-grid-expanded > div:first-child, .footer-grid-expanded > div:last-child { grid-column: 1 / -1; }
  .legal-cta-inner { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 26px); }
  body { font-size: 16px; }
  .nav-wrap { min-height: 78px; }
  .brand { gap: 8px; max-width: calc(100% - 56px); }
  .brand-logo { width: 43px; }
  .brand-copy strong { font-size: 13.5px; letter-spacing: .075em; }
  .brand-copy small { margin-top: 5px; font-size: 6.5px; letter-spacing: .19em; }
  .hero { padding: 128px 0 75px; }
  .hero-grid { gap: 48px; }
  .hero h1 { font-size: clamp(46px, 14vw, 63px); }
  .hero-credential-line { margin-bottom: 19px; font-size: 11px; line-height: 1.45; }
  .hero-lead { font-size: 17px; }
  .hero-actions { width: 100%; gap: 24px; }
  .primary-cta-group { width: 100%; }
  .primary-cta-group .button { width: 100%; min-height: 58px; }
  .cta-fees { display: grid; gap: 2px; font-size: 11px; }
  .cta-fees span + span::before { content: none; }
  .trust-row { display: grid; gap: 12px; margin-top: 38px; }
  .portrait-placeholder { min-height: 395px; }
  .hero-card-caption { padding: 20px; }
  .service-card { padding: 28px 24px; min-height: 0; }
  .service-card h3 { font-size: 31px; }
  .service-card h3 .service-number { margin-bottom: 24px; }
  .focus-tag { margin-left: 3px; transform: translateY(-4px); }
  .service-price p { font-size: 13px; }
  .fees-strip { margin-top: 18px; padding: 22px 0; }
  .step { padding: 38px 0; }
  .step h3 { font-size: 31px; }
  .credential-box { grid-template-columns: 1fr; }
  .rcic-insignia-wrap { width: 100px; }
  .consultation-options { grid-template-columns: 1fr; }
  .booking-widget, .booking-placeholder { min-height: 600px; }
  .footer-grid-expanded { grid-template-columns: 1fr; }
  .footer-grid-expanded > div:first-child, .footer-grid-expanded > div:last-child { grid-column: auto; }
  .footer-brand-column .brand-copy strong { font-size: 15px; }
  .legal-main { padding-top: 78px; }
  .legal-hero { padding: 80px 0 65px; }
  .legal-hero h1 { font-size: 52px; }
  .prose { font-size: 16px; }
  .prose h2 { font-size: 29px; }
}


/* Social icon links and official horizontal RCIC insignia */
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}
.social-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 8px 11px;
  border: 1px solid rgba(244,240,232,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  color: rgba(244,240,232,.78) !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}
.social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(244,240,232,.38);
  background: rgba(255,255,255,.08);
  color: var(--white) !important;
}
.social-link:focus-visible {
  outline: 2px solid var(--clay);
  outline-offset: 3px;
}
.social-icon {
  display: block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: currentColor;
}
.social-icon-youtube { width: 19px; flex-basis: 19px; }
.rcic-insignia-wrap {
  width: clamp(190px, 21vw, 260px);
  max-width: 100%;
}
.rcic-insignia {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 640px) {
  .social-links { gap: 8px; }
  .social-link { min-height: 42px; padding: 9px 12px; }
  .rcic-insignia-wrap { width: min(230px, 100%); }
}

.booking-link-panel {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(32px, 6vw, 70px);
}

.booking-link-panel h3 {
  margin: 24px 0 12px;
  font: 400 clamp(32px, 4vw, 48px)/1 var(--serif);
}

.booking-link-panel p {
  max-width: 500px;
  margin: 0 0 28px;
}

.booking-link-panel small {
  margin-top: 16px;
  color: var(--ink-soft);
}