:root {
  --ivory: #f3f0e9;
  --paper: #fffdf8;
  --ink: #1c2526;
  --navy: #0b2838;
  --navy-deep: #061923;
  --teal: #2a7772;
  --teal-soft: #94c3be;
  --line: #c9cec7;
  --muted: #65706e;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Geist", Arial, sans-serif;
  --font-geist-sans: "Geist", Arial, sans-serif;
  --font-geist-mono: "Courier New", monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  margin: 0;
}

body.mobileMenuOpen {
  overflow: hidden;
}

.desktopNav a[aria-current="location"],
.mobileNav a[aria-current="location"] {
  color: var(--teal);
}

body.admin-bar .siteHeader {
  top: 32px;
}

.contentPage {
  min-height: 60vh;
}

.contentPage > article > h1 {
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.homeEditorContent:empty {
  display: none;
}

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

.skipLink {
  background: var(--paper);
  color: var(--navy);
  font-size: 13px;
  font-weight: 750;
  left: 16px;
  padding: 12px 16px;
  position: fixed;
  top: 12px;
  transform: translateY(-160%);
  transition: transform 160ms ease;
  z-index: 100;
}

.skipLink:focus {
  transform: translateY(0);
}

.anchorTarget {
  position: absolute;
}

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

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 1em;
}

section[id] {
  scroll-margin-top: 88px;
}

.siteHeader {
  align-items: center;
  background: rgba(243, 240, 233, 0.96);
  border-bottom: 1px solid rgba(28, 37, 38, 0.18);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 88px;
  padding: 0 clamp(24px, 5vw, 84px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  color: var(--navy);
  display: inline-flex;
  font-size: 18px;
  font-weight: 780;
  gap: 12px;
  letter-spacing: -0.035em;
  width: max-content;
}

.brand small {
  display: block;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.24em;
  margin-top: 2px;
}

.brandMark {
  align-items: center;
  background: var(--navy);
  color: var(--paper);
  display: flex;
  font-family: var(--serif);
  font-size: 22px;
  height: 39px;
  justify-content: center;
  width: 39px;
}

.desktopNav {
  display: flex;
  gap: clamp(24px, 3.4vw, 48px);
}

.desktopNav a {
  font-size: 13px;
  font-weight: 560;
  position: relative;
}

.desktopNav a::after {
  background: var(--teal);
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
  width: 100%;
}

.desktopNav a:hover::after,
.desktopNav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.headerCta {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 9px;
  justify-self: end;
  letter-spacing: 0.02em;
}

.headerCta svg {
  font-size: 16px;
  transition: transform 180ms ease;
}

.headerCta:hover svg {
  transform: translate(2px, -2px);
}

.mobileNav {
  display: none;
}

.hero {
  background: var(--navy-deep);
  color: var(--paper);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(470px, 0.92fr);
  min-height: 760px;
  overflow: hidden;
  padding-bottom: 132px;
  position: relative;
}

.hero::before {
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
  pointer-events: none;
  position: absolute;
}

.heroCopy {
  align-self: center;
  max-width: 900px;
  padding: clamp(72px, 9vh, 126px) clamp(42px, 7vw, 122px) 72px clamp(24px, 5vw, 84px);
  position: relative;
  z-index: 2;
}

.eyebrow {
  align-items: center;
  color: var(--teal-soft);
  display: flex;
  font-size: 11px;
  font-weight: 760;
  gap: 12px;
  letter-spacing: 0.16em;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.eyebrow span {
  background: var(--teal-soft);
  display: inline-block;
  height: 28px;
  width: 3px;
}

.eyebrow b {
  font-size: 7px;
}

.hero h1 {
  font-family: var(--serif);
  font-size: clamp(54px, 5.3vw, 86px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
  max-width: 920px;
}

.heroLead {
  color: #c6d1d1;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.65;
  margin: 34px 0 0;
  max-width: 700px;
}

.heroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}

.button {
  align-items: center;
  border: 1px solid currentColor;
  display: inline-flex;
  font-size: 14px;
  font-weight: 680;
  gap: 16px;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease,
    box-shadow 180ms ease;
}

.button svg {
  font-size: 18px;
}

.buttonPrimary {
  background: var(--paper);
  border-color: var(--paper);
  color: var(--navy);
}

.buttonPrimary:hover {
  background: #dce9e6;
  border-color: #dce9e6;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

.buttonGhost {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--paper);
}

.buttonGhost:hover {
  background: rgba(255, 255, 255, 0.08);
}

.privacyNote {
  color: #879a9d;
  font-size: 10px;
  line-height: 1.5;
  margin: 19px 0 0;
}

.heroTrust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.heroTrust span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #b9c8c9;
  font-size: 9px;
  font-weight: 680;
  letter-spacing: 0.06em;
  padding: 9px 12px;
  text-transform: uppercase;
}

.heroPortrait {
  align-self: stretch;
  margin: 0;
  min-height: 628px;
  overflow: hidden;
  position: relative;
}

.heroPortrait::before,
.heroPortrait::after {
  content: "";
  position: absolute;
  z-index: 2;
}

.heroPortrait::before {
  border: 1px solid rgba(148, 195, 190, 0.42);
  height: 76%;
  inset: 12% 7% auto;
}

.heroPortrait::after {
  background: var(--teal);
  height: 1px;
  left: -28px;
  top: 24%;
  width: 56px;
}

.heroPortrait img {
  filter: saturate(0.74) contrast(1.04);
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  width: 100%;
  transition: filter 400ms ease, transform 1.1s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.heroPortrait:hover img {
  filter: saturate(0.88) contrast(1.04);
  transform: scale(1.018);
}

.portraitOverlay {
  background: linear-gradient(90deg, var(--navy-deep) 0%, transparent 28%),
    linear-gradient(0deg, rgba(6, 25, 35, 0.9) 0%, transparent 36%);
  inset: 0;
  position: absolute;
}

.heroPortrait figcaption {
  bottom: 48px;
  display: grid;
  left: 56px;
  position: absolute;
  z-index: 3;
}

.heroPortrait figcaption span {
  font-family: var(--serif);
  font-size: 25px;
}

.heroPortrait figcaption small {
  color: var(--teal-soft);
  font-size: 9px;
  letter-spacing: 0.14em;
  margin-top: 7px;
  text-transform: uppercase;
}

.heroMetrics {
  animation: metricsEnter 720ms ease 240ms both;
  background: rgba(7, 33, 46, 0.96);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  bottom: 0;
  display: grid;
  grid-column: 1 / 3;
  grid-template-columns: repeat(4, 1fr);
  left: 0;
  min-height: 132px;
  position: absolute;
  right: 0;
  z-index: 4;
}

.heroMetrics article {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr;
  padding: 24px clamp(22px, 3vw, 48px);
  transition: background 180ms ease;
}

.heroMetrics article:hover {
  background: rgba(255, 255, 255, 0.045);
}

.heroMetrics article:last-child {
  border-right: 0;
}

.heroMetrics strong {
  color: var(--paper);
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.heroMetrics span {
  color: #aababc;
  font-size: 10px;
  line-height: 1.5;
  max-width: 190px;
}

.section {
  margin: 0 auto;
  max-width: 1480px;
  padding: 50px clamp(24px, 5vw, 84px);
}

.profileSection {
  padding-top: 30px;
}

.sectionLabel {
  align-items: center;
  display: flex;
  gap: 15px;
  margin-bottom: 22px;
}

.sectionLabel span {
  align-items: center;
  border: 1px solid var(--teal);
  border-radius: 50%;
  color: var(--teal);
  display: inline-flex;
  font-family: var(--font-geist-mono);
  font-size: 9px;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.sectionLabel p,
.overline {
  color: var(--teal);
  font-size: 10px;
  font-weight: 740;
  letter-spacing: 0.16em;
  margin: 0;
  text-transform: uppercase;
}

.profileHeading {
  align-items: start;
  display: grid;
  gap: clamp(30px, 5vw, 76px);
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
}

.profileHeading h2,
.servicesHeading h2,
.engagementHeading h2,
.methodContent h2,
.productionHeading h2,
.presenceContent h2,
.faqIntro h2,
.contactContent h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.046em;
  margin: 0;
}

.profileHeading h2 {
  font-size: clamp(48px, 5vw, 76px);
  line-height: 1.02;
}

.profileIntro {
  border-left: 1px solid var(--line);
  color: #4f5b59;
  font-size: 16px;
  line-height: 1.75;
  padding-left: 32px;
}

.expertBrand {
  height: 88px;
  margin: 0 0 22px;
  max-width: 430px;
  overflow: hidden;
  position: relative;
}

.expertBrand img {
  height: auto;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.profileIntro p {
  margin: 0;
}

.profileIntro a {
  align-items: center;
  color: var(--navy);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  margin-top: 28px;
}

.profileIntro svg {
  font-size: 16px;
}

.credentialsGrid {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
}

.credentialsGrid article {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 178px;
  padding: 20px 22px;
  transition: background 180ms ease, transform 180ms ease;
}

.credentialsGrid article:hover {
  background: var(--paper);
  transform: translateY(-4px);
}

.credentialsGrid .institutionalCredential {
  display: block;
  grid-column: auto;
  min-height: 178px;
}

.credentialsGrid .institutionalCredential h3 {
  margin: 18px 0 10px;
}

.credentialsGrid .recognitionCredential {
  background: rgba(24, 121, 104, 0.055);
}

.credentialsGrid article > span,
.serviceNumber,
.productionGrid article > span {
  color: var(--teal);
  font-family: var(--font-geist-mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.credentialsGrid h3 {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 18px 0 10px;
}

.credentialsGrid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.servicesSection {
  background: var(--navy);
  color: var(--paper);
  position: relative;
}

.servicesSection::before {
  background-image: radial-gradient(rgba(255, 255, 255, 0.11) 0.7px, transparent 0.7px);
  background-size: 10px 10px;
  content: "";
  height: 360px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 360px;
}

.sectionOnDark .sectionLabel span {
  border-color: rgba(148, 195, 190, 0.68);
  color: var(--teal-soft);
}

.sectionOnDark .sectionLabel p {
  color: var(--teal-soft);
}

.servicesHeading {
  align-items: end;
  display: grid;
  gap: clamp(60px, 10vw, 170px);
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
}

.servicesHeading h2 {
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: 1.01;
}

.servicesHeading > p {
  color: #b7c6c7;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.servicesGrid {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}

.servicesGrid article {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 26px 24px;
  transition: background 180ms ease, transform 180ms ease;
}

.servicesGrid article:hover,
.servicesGrid article:focus-within {
  background: rgba(255, 255, 255, 0.045);
  transform: translateY(-4px);
}

.serviceCardLink {
  display: flex;
  flex-direction: column;
  height: 100%;
  outline: none;
}

.serviceCard:focus-within {
  box-shadow: inset 0 0 0 2px var(--teal-soft);
}

.servicesGrid h3 {
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 28px 0 14px;
}

.serviceCardLink > p {
  color: #b9c7c8;
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}

.serviceTags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
  padding-top: 20px;
}

.serviceTags span {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #d7e0df;
  font-size: 8px;
  letter-spacing: 0.05em;
  padding: 7px 9px;
  text-transform: uppercase;
}

.serviceLink {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--teal-soft);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  gap: 9px;
  justify-content: space-between;
  letter-spacing: 0.08em;
  margin-top: 22px;
  padding-top: 16px;
  text-transform: uppercase;
}

.serviceLink svg {
  font-size: 16px;
  transition: transform 180ms ease;
}

.serviceLink:hover svg {
  transform: translate(2px, -2px);
}

.serviceAssurance {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 24px;
  padding: 30px;
}

.serviceAssurance div > span {
  color: var(--teal-soft);
  display: block;
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.serviceAssurance p {
  color: var(--paper);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.25;
  margin: 12px 0 9px;
  max-width: 850px;
}

.serviceAssurance small {
  color: #8fa2a4;
  display: block;
  font-size: 10px;
  line-height: 1.6;
}

.serviceAssurance .button {
  min-width: 220px;
}

.specificServices {
  align-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-top: 0;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(150px,.7fr) repeat(3,1fr);
  padding: 18px 24px;
}

.specificServices > span {
  color: var(--teal-soft);
  font-size: 9px;
  font-weight: 720;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.specificServices a {
  color: #d7e0df;
  font-size: 11px;
}

.specificServices a:hover,
.specificServices a:focus-visible {
  color: var(--teal-soft);
}

.engagementSection {
  background: var(--paper);
}

.engagementHeading {
  align-items: end;
  display: grid;
  gap: clamp(48px, 8vw, 140px);
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
}

.engagementHeading h2 {
  color: var(--navy);
  font-size: clamp(46px, 4.9vw, 72px);
  line-height: 1.02;
}

.engagementHeading > p {
  color: #596562;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.engagementGrid {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
}

.engagementGrid article {
  align-items: start;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  display: grid;
  gap: 20px;
  grid-template-columns: 30px 1fr 24px;
  min-height: 150px;
  padding: 24px;
  transition: background 180ms ease, transform 180ms ease;
}

.engagementGrid article:hover {
  background: var(--ivory);
  transform: translateY(-3px);
}

.engagementGrid article > span {
  color: var(--teal);
  font-family: var(--font-geist-mono);
  font-size: 9px;
  padding-top: 6px;
}

.engagementGrid h3 {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 10px;
}

.engagementGrid p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
  margin: 0;
}

.engagementGrid svg {
  color: var(--teal);
  font-size: 20px;
  margin-top: 2px;
}

.engagementGrid article > b {
  color: var(--teal);
  font-size: 20px;
  font-weight: 500;
  margin-top: 2px;
}

.engagementCta {
  align-items: center;
  background: var(--navy);
  color: var(--paper);
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 20px;
  padding: 24px 28px;
}

.engagementCta p {
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.35;
  margin: 0;
  max-width: 760px;
}

.engagementButton {
  background: var(--paper);
  border-color: var(--paper);
  color: var(--navy);
}

.methodLayout {
  align-items: center;
  display: grid;
  gap: clamp(58px, 8vw, 128px);
  grid-template-columns: minmax(370px, 0.82fr) minmax(0, 1.18fr);
}

.methodVisual {
  background: var(--paper);
  border: 1px solid var(--line);
  margin: 0;
  padding: 18px;
  position: relative;
}

.methodVisual img {
  mix-blend-mode: multiply;
  width: 100%;
}

.methodVisual figcaption {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 17px 4px 0;
}

.methodVisual figcaption span {
  color: var(--teal);
  font-family: var(--font-geist-mono);
  font-size: 8px;
  text-transform: uppercase;
}

.methodVisual figcaption b {
  font-size: 10px;
  font-weight: 580;
}

.methodContent h2 {
  font-size: clamp(46px, 4.7vw, 70px);
  line-height: 1.02;
}

.methodLead {
  color: #5d6967;
  font-size: 15px;
  line-height: 1.75;
  margin: 30px 0 48px;
}

.methodSteps {
  border-top: 1px solid var(--line);
}

.methodSteps article {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 26px;
  grid-template-columns: 36px 1fr;
  padding: 22px 0;
}

.methodSteps article > span {
  color: var(--teal);
  font-family: var(--font-geist-mono);
  font-size: 9px;
  padding-top: 5px;
}

.methodSteps h3 {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 7px;
}

.methodSteps p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}

.referenceNote {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 30px;
}

.referenceNote p {
  color: var(--navy);
  flex-basis: 100%;
  font-size: 8px;
  font-weight: 740;
  letter-spacing: 0.08em;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.referenceNote span {
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 8px;
  padding: 7px 9px;
}

.productionSection {
  background: #e7e2d7;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.productionHeading {
  align-items: end;
  display: grid;
  gap: clamp(60px, 10vw, 170px);
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
}

.productionHeading h2 {
  font-size: clamp(46px, 4.9vw, 72px);
  line-height: 1.02;
}

.productionHeading > p {
  color: #596562;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.productionGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
}

.productionGrid article {
  border: 1px solid rgba(28, 37, 38, 0.24);
  min-height: 270px;
  padding: 25px 23px;
  transition: background 180ms ease, transform 180ms ease;
}

.productionGrid article:hover {
  background: rgba(255, 253, 248, 0.5);
  transform: translateY(-4px);
}

.productionGrid article + article {
  border-left: 0;
}

.productionGrid article > p {
  color: var(--teal);
  font-size: 9px;
  font-weight: 740;
  letter-spacing: 0.12em;
  margin: 32px 0 0;
  text-transform: uppercase;
}

.productionGrid h3 {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 15px 0 0;
}

.productionLine {
  background: var(--teal);
  height: 1px;
  margin: 26px 0 18px;
  width: 44px;
}

.productionGrid small {
  color: #5d6966;
  display: block;
  font-size: 12px;
  line-height: 1.7;
}

.booksSection {
  background: var(--ivory);
}

.booksHeading {
  align-items: end;
  display: grid;
  gap: clamp(60px, 10vw, 170px);
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
}

.booksHeading h2 {
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(46px, 4.9vw, 72px);
  font-weight: 500;
  letter-spacing: -0.046em;
  line-height: 1.02;
  margin: 0;
}

.booksHeading > p {
  color: #596562;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.booksGrid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}

.booksGrid article {
  background: var(--paper);
  border: 1px solid var(--line);
  display: grid;
  grid-template-rows: 340px 1fr;
  min-width: 0;
}

.bookCardLink {
  color: inherit;
  display: contents;
}

.bookCardLinked {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.bookCardLinked:hover,
.bookCardLinked:focus-within {
  border-color: var(--teal);
  box-shadow: 0 16px 36px rgba(7, 25, 35, 0.1);
  transform: translateY(-4px);
}

.bookCardLink:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 4px;
}

.booksGrid figure {
  align-items: center;
  background: #071a24;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  padding: 14px;
}

.booksGrid img {
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.booksGrid article:hover img {
  transform: none;
}

.bookCopy {
  padding: 30px;
}

.bookCopy > span {
  color: var(--teal);
  font-family: var(--font-geist-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bookCopy h3 {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 24px 0 8px;
}

.bookCopy .bookSubtitle {
  color: var(--teal);
  font-size: 11px;
  font-weight: 680;
  margin: 0 0 24px;
}

.bookCopy > p:not(.bookSubtitle) {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
  padding-top: 22px;
}

.bookCopy .bookAction {
  color: var(--teal);
  display: block;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
  margin-top: 20px;
  text-transform: uppercase;
}

/* Internal service and legal pages */
.serviceHero {
  align-items: end;
  background: var(--navy-deep);
  color: var(--paper);
  display: grid;
  gap: clamp(54px, 8vw, 130px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
  min-height: 650px;
  padding: clamp(72px, 10vw, 140px) clamp(24px, 6vw, 96px);
  position: relative;
}

.serviceHero::before {
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
  pointer-events: none;
  position: absolute;
}

.serviceHero > * {
  position: relative;
}

.breadcrumb {
  align-items: center;
  color: #9eb0b2;
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  gap: 9px;
  margin-bottom: 52px;
  text-transform: uppercase;
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  color: var(--teal-soft);
}

.serviceHero h1 {
  font-family: var(--serif);
  font-size: clamp(54px, 6.2vw, 94px);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .98;
  margin: 0;
  max-width: 1050px;
}

.serviceHeroLead {
  color: #c1cdce;
  font-size: 16px;
  line-height: 1.7;
  margin: 28px 0 0;
  max-width: 780px;
}

.serviceHero aside {
  border: 1px solid rgba(255,255,255,.22);
  padding: 30px;
}

.serviceExpertCard img {
  aspect-ratio: 1;
  border: 1px solid rgba(148,195,190,.35);
  filter: saturate(.76);
  margin-bottom: 22px;
  object-fit: cover;
  object-position: center 18%;
  width: 100%;
}

.serviceHero aside > span,
.serviceHero aside > small {
  color: var(--teal-soft);
  display: block;
  font-size: 9px;
  font-weight: 720;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.serviceHero aside strong {
  display: block;
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
  margin-top: 16px;
}

.serviceHero aside p {
  color: #b9c7c8;
  font-size: 12px;
  line-height: 1.65;
  margin: 14px 0 24px;
}

.serviceContent {
  background: var(--ivory);
}

.serviceIntro {
  align-items: end;
  display: grid;
  gap: clamp(50px, 9vw, 150px);
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
}

.serviceIntro h2,
.serviceFaq h2 {
  color: var(--navy);
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.02;
}

.serviceIntro > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.serviceColumns {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 38px;
}

.serviceColumns article {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 34px;
}

.serviceColumns article > span {
  color: var(--teal);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.serviceColumns h3 {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 500;
  line-height: 1.15;
  margin: 20px 0 26px;
}

.serviceColumns ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.serviceColumns li {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  padding: 14px 0 14px 24px;
  position: relative;
}

.serviceColumns li::before {
  color: var(--teal);
  content: "✓";
  left: 0;
  position: absolute;
}

.serviceBoundary {
  align-items: start;
  background: var(--navy);
  color: var(--paper);
  display: grid;
  gap: 40px;
  grid-template-columns: 160px 1fr;
  margin-top: 22px;
  padding: 28px 34px;
}

.serviceBoundary strong {
  color: var(--teal-soft);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.serviceBoundary p {
  color: #c7d1d1;
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}

.serviceFaq {
  background: var(--paper);
}

.serviceContact {
  background: var(--navy-deep);
  color: var(--paper);
  padding: clamp(60px, 8vw, 110px) clamp(24px, 8vw, 130px);
  text-align: center;
}

.serviceContact h2 {
  font-family: var(--serif);
  font-size: clamp(42px, 5.4vw, 76px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.04;
  margin: 20px auto;
  max-width: 980px;
}

.serviceContact > p:not(.overline) {
  color: #bdc9ca;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 auto 30px;
  max-width: 760px;
}

.compactFooter .footerBottom > div {
  display: flex;
  gap: 24px;
}

.compactFooter .footerBottom > div a:first-child {
  color: var(--teal-soft);
  font-size: 10px;
}

.legalContent {
  background: var(--paper);
  max-width: 980px;
}

.legalContent > h1 {
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(52px, 6vw, 82px);
  font-weight: 500;
  letter-spacing: -.04em;
  margin: 20px 0 14px;
}

.legalUpdated {
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 50px;
}

.legalContent section {
  border-top: 1px solid var(--line);
  padding: 26px 0;
}

.legalContent section h2 {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 12px;
}

.legalContent section p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

.legalContent section a {
  color: var(--teal);
  text-decoration: underline;
}

.aboutHero {
  align-items: center;
  background: var(--navy-deep);
  color: var(--paper);
  display: grid;
  gap: clamp(50px, 9vw, 150px);
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .55fr);
  padding: clamp(60px, 8vw, 120px) clamp(24px, 7vw, 110px);
}

.aboutHero h1 {
  font-family: var(--serif);
  font-size: clamp(58px, 7.2vw, 110px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .95;
  margin: 0;
}

.aboutHero > div > p:last-child {
  color: #c0cccc;
  font-size: 17px;
  line-height: 1.7;
  max-width: 760px;
}

.aboutHero figure {
  border: 1px solid rgba(148,195,190,.36);
  margin: 0;
  padding: 16px;
}

.aboutHero img {
  aspect-ratio: 1;
  filter: saturate(.78);
  object-fit: cover;
}

.aboutHero figcaption {
  color: var(--teal-soft);
  font-size: 9px;
  letter-spacing: .1em;
  padding: 16px 2px 2px;
  text-transform: uppercase;
}

.aboutBio,
.aboutCredentials {
  background: var(--paper);
}

@media (max-width: 780px) {
  .aboutHero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .serviceHero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 90px;
  }

  .serviceHero aside {
    max-width: 520px;
  }

  .serviceIntro {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 680px) {
  .serviceHero {
    gap: 34px;
    padding: 58px 24px 50px;
  }

  .breadcrumb {
    margin-bottom: 34px;
  }

  .serviceHero h1 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .serviceHeroLead {
    font-size: 14px;
  }

  .serviceExpertCard {
    align-items: start;
    display: grid;
    gap: 7px 16px;
    grid-template-columns: 92px minmax(0, 1fr);
    max-width: none;
    padding: 18px !important;
  }

  .serviceExpertCard img {
    aspect-ratio: auto !important;
    grid-row: 1 / 5;
    height: 116px !important;
    margin: 0 !important;
    object-fit: cover;
    object-position: center 20%;
    width: 92px !important;
  }

  .serviceHero .serviceExpertCard > span,
  .serviceHero .serviceExpertCard > strong,
  .serviceHero .serviceExpertCard > p,
  .serviceHero .serviceExpertCard > small {
    grid-column: 2;
    margin: 0;
  }

  .serviceHero .serviceExpertCard > strong {
    font-size: 23px;
    line-height: 1.05;
  }

  .serviceHero .serviceExpertCard > p {
    display: none;
  }

  .serviceHero .serviceExpertCard > small {
    line-height: 1.45;
  }

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

  .serviceColumns article {
    padding: 26px 22px;
  }

  .serviceBoundary {
    gap: 14px;
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .specificServices {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .compactFooter .footerBottom > div {
    align-items: center;
    flex-direction: column;
  }

  .servicePage {
    padding-bottom: 76px;
  }
}

.presenceSection {
  background: var(--paper);
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  min-height: 340px;
}

.presenceImage {
  height: 100%;
  min-height: 340px;
  overflow: hidden;
}

.presenceImage img {
  filter: saturate(0.82);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.presenceContent {
  align-self: center;
  padding: 34px clamp(30px, 5vw, 72px);
}

.presenceContent h2 {
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1;
  margin-top: 16px;
  max-width: 760px;
}

.presenceContent > p:not(.overline) {
  color: #596562;
  font-size: 14px;
  line-height: 1.6;
  margin: 16px 0 0;
  max-width: 790px;
}

.presenceTopics {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
}

.presenceTopics span {
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-size: 11px;
  padding: 12px 4px 12px 0;
}

.presenceTopics span:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.presenceTopics span:nth-child(even) {
  padding-left: 22px;
}

.presenceAction {
  align-items: center;
  background: var(--navy);
  color: var(--paper);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 16px;
  padding: 16px 18px;
}

.presenceAction strong,
.presenceAction small {
  display: block;
}

.presenceAction strong {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
}

.presenceAction small {
  color: #9db0b2;
  font-size: 9px;
  line-height: 1.55;
  margin-top: 5px;
}

.presenceAction a {
  border-bottom: 1px solid var(--teal-soft);
  color: var(--teal-soft);
  font-size: 10px;
  font-weight: 720;
  padding-bottom: 7px;
  text-transform: uppercase;
}

.faqSection {
  background: #e7e2d7;
  border-top: 1px solid var(--line);
}

.faqLayout {
  display: grid;
  gap: clamp(50px, 8vw, 130px);
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
}

.faqIntro h2 {
  color: var(--navy);
  font-size: clamp(42px, 4.4vw, 66px);
  line-height: 1.02;
}

.faqIntro > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
  margin: 24px 0 0;
}

.faqIntro > a {
  align-items: center;
  color: var(--navy);
  display: inline-flex;
  font-size: 11px;
  font-weight: 720;
  gap: 10px;
  margin-top: 28px;
}

.faqList {
  border-top: 1px solid rgba(28, 37, 38, 0.3);
}

.faqList details {
  border-bottom: 1px solid rgba(28, 37, 38, 0.3);
}

.faqList summary {
  align-items: center;
  color: var(--navy);
  cursor: pointer;
  display: grid;
  font-family: var(--serif);
  font-size: 21px;
  gap: 18px;
  grid-template-columns: 28px 1fr 20px;
  list-style: none;
  padding: 22px 0;
}

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

.faqList summary span {
  color: var(--teal);
  font-family: var(--font-geist-mono);
  font-size: 8px;
}

.faqList summary b {
  font-family: var(--sans);
  font-size: 22px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.faqList details[open] summary b {
  transform: rotate(45deg);
}

.faqList details > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
  margin: -4px 38px 22px 46px;
  max-width: 760px;
}

.contactSection {
  background: var(--navy-deep);
  color: var(--paper);
  display: grid;
  gap: clamp(42px, 7vw, 110px);
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  overflow: hidden;
  padding: 54px clamp(24px, 7vw, 120px);
  position: relative;
}

.contactGrid {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.contactGrid::before {
  background-image: radial-gradient(rgba(255, 255, 255, 0.11) 0.7px, transparent 0.7px);
  background-size: 10px 10px;
  content: "";
  height: 320px;
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
}

.contactGrid span {
  border-color: rgba(255, 255, 255, 0.08);
  border-style: solid;
  position: absolute;
}

.contactGrid span:nth-child(1) {
  border-width: 1px 0 0;
  inset: 30% 0 auto;
}

.contactGrid span:nth-child(2) {
  border-width: 0 0 0 1px;
  inset: 0 auto 0 48%;
}

.contactGrid span:nth-child(3) {
  border-width: 1px;
  height: 210px;
  right: -65px;
  top: -65px;
  transform: rotate(45deg);
  width: 210px;
}

.contactGrid span:nth-child(4) {
  border: 1px solid rgba(42, 119, 114, 0.42);
  border-radius: 50%;
  bottom: -170px;
  height: 390px;
  left: -170px;
  width: 390px;
}

.contactContent,
.contactProtocol {
  position: relative;
  z-index: 1;
}

.contactContent .overline {
  color: var(--teal-soft);
}

.contactContent h2 {
  font-size: clamp(52px, 5.7vw, 84px);
  line-height: 0.99;
  margin-top: 26px;
}

.contactContent > p:not(.overline) {
  color: #b9c7c8;
  font-size: 15px;
  line-height: 1.75;
  margin: 32px 0 0;
  max-width: 700px;
}

.contactButton {
  background: var(--paper);
  border-color: var(--paper);
  color: var(--navy);
  margin-top: 44px;
}

.contactButton:hover {
  background: #dce9e6;
  border-color: #dce9e6;
  transform: translateY(-2px);
}

.contactReach {
  display: grid;
  gap: 7px;
  margin-top: 18px;
}

.contactReach a {
  color: var(--paper);
  font-size: 13px;
  font-weight: 700;
}

.contactReach span {
  color: #8fa2a4;
  font-size: 10px;
}

.contactSocial {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: 38px;
  padding-top: 22px;
}

.contactSocial > p {
  color: var(--teal-soft);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.contactSocial > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.contactSocial a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  font-size: 10px;
  font-weight: 680;
  gap: 9px;
  min-height: 42px;
  padding: 0 13px;
  transition: background 180ms ease, border-color 180ms ease;
}

.contactSocial a:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--teal-soft);
}

.contactSocial a > span {
  color: var(--teal-soft);
  font-family: var(--font-geist-mono);
  font-size: 8px;
  text-transform: uppercase;
}

.contactSocial svg {
  font-size: 13px;
}

.contactProtocol {
  align-self: end;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 40px;
}

.contactProtocol > p {
  color: var(--teal-soft);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.contactProtocol ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contactProtocol li {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #d2dcdb;
  display: grid;
  font-size: 12px;
  gap: 18px;
  grid-template-columns: 28px 1fr;
  padding: 20px 0;
}

.contactProtocol li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.contactProtocol li span {
  color: var(--teal-soft);
  font-family: var(--font-geist-mono);
  font-size: 8px;
}

.contactProtocol small {
  color: #7f9295;
  display: block;
  font-size: 9px;
  line-height: 1.6;
  margin-top: 22px;
}

.siteFooter {
  background: #04131b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--paper);
  padding: 0 clamp(24px, 5vw, 84px);
}

.footerMain {
  display: grid;
  gap: clamp(52px, 8vw, 120px);
  grid-template-columns: minmax(300px, 1.3fr) minmax(150px, 0.55fr) minmax(310px, 1fr);
  margin: 0 auto;
  max-width: 1480px;
  padding: 36px 0 30px;
}

.footerIdentity > p {
  color: #84979a;
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
  max-width: 430px;
}

.footerWhatsapp {
  color: var(--teal-soft);
  display: inline-block;
  font-size: 12px;
  font-weight: 720;
  margin-top: 14px;
}

.footerDisclosure > summary {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--teal-soft);
  cursor: pointer;
  display: flex;
  font-size: 9px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.12em;
  list-style: none;
  margin: 0;
  padding: 0 0 14px;
  text-transform: uppercase;
}

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

.footerDisclosure > summary b {
  color: var(--paper);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: transform 180ms ease;
}

.footerDisclosure[open] > summary b {
  transform: rotate(45deg);
}

.footerDisclosure > nav,
.footerDisclosure > div {
  animation: footerReveal 180ms ease both;
  padding-top: 7px;
}

.footerNav nav {
  display: flex;
  flex-direction: column;
}

.footerNav a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #c2cdce;
  font-size: 11px;
  padding: 11px 0;
}

.footerNav a:hover {
  color: var(--paper);
}

.footerSocial > div > a {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #c2cdce;
  display: grid;
  gap: 14px;
  grid-template-columns: 28px 1fr auto;
  padding: 13px 0;
}

.footerSocial > div > a:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footerSocial > div > a > span:first-child {
  align-items: center;
  border: 1px solid rgba(148, 195, 190, 0.5);
  color: var(--teal-soft);
  display: flex;
  font-family: var(--font-geist-mono);
  font-size: 8px;
  height: 28px;
  justify-content: center;
  text-transform: uppercase;
  width: 28px;
}

.footerSocial > div > a > span:nth-child(2) {
  font-size: 11px;
}

.footerSocial small {
  color: #718689;
  display: block;
  font-size: 8px;
  margin-top: 3px;
}

.footerSocial svg {
  font-size: 14px;
  transition: transform 180ms ease;
}

.footerSocial a:hover svg {
  transform: translate(2px, -2px);
}

@keyframes footerReveal {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footerBottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #718689;
  display: flex;
  font-size: 9px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1480px;
  min-height: 72px;
  padding: 14px 112px;
  position: relative;
  text-align: center;
}

.legalLine {
  line-height: 1.6;
  margin: 0;
  max-width: 960px;
}

.backToTop {
  align-items: center;
  color: var(--paper);
  display: flex;
  font-size: 9px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.08em;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}

.backToTop svg {
  font-size: 15px;
  transform: rotate(-90deg);
}

.floatingWhatsapp {
  align-items: center;
  background: #176b5d;
  border: 1px solid rgba(255, 255, 255, 0.34);
  bottom: 22px;
  box-shadow: 0 16px 38px rgba(4, 19, 27, 0.28);
  color: #fff;
  display: flex;
  font-size: 11px;
  font-weight: 720;
  gap: 10px;
  letter-spacing: 0.01em;
  padding: 13px 16px;
  position: fixed;
  right: 22px;
  transition: background 180ms ease, transform 180ms ease;
  z-index: 18;
}

.floatingWhatsapp span {
  color: #bce6dc;
  font-family: var(--font-geist-mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.floatingWhatsapp svg {
  font-size: 14px;
}

.floatingWhatsapp:hover {
  background: #12584d;
  transform: translateY(-2px);
}

:focus-visible {
  outline: 3px solid rgba(148, 195, 190, 0.58);
  outline-offset: 4px;
}

@keyframes heroEnter {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes portraitEnter {
  from {
    opacity: 0;
    transform: scale(1.025);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes metricsEnter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1120px) {
  .headerCta {
    display: none;
  }

  .siteHeader {
    grid-template-columns: 1fr auto;
  }

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

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

  .heroMetrics article:nth-child(2) {
    border-right: 0;
  }

  .heroMetrics article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .hero {
    padding-bottom: 240px;
  }

  .profileHeading,
  .servicesHeading,
  .engagementHeading,
  .productionHeading,
  .booksHeading {
    grid-template-columns: 1fr;
  }

  .profileIntro,
  .servicesHeading > p,
  .engagementHeading > p,
  .productionHeading > p,
  .booksHeading > p {
    max-width: 740px;
  }

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

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

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

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

  .productionGrid article:nth-child(3) {
    border-left: 1px solid rgba(28, 37, 38, 0.24);
  }

  .productionGrid article:nth-child(n + 3) {
    border-top: 0;
  }

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

  .methodLayout {
    gap: 56px;
  }
}

@media (max-width: 860px) {
  .siteHeader {
    height: 76px;
    padding-inline: 22px;
  }

  .desktopNav {
    display: none;
  }

  .mobileNav {
    display: block;
    justify-self: end;
  }

  .mobileNav summary {
    cursor: pointer;
    height: 44px;
    list-style: none;
    position: relative;
    width: 44px;
  }

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

  .mobileNav summary span {
    background: var(--navy);
    height: 1px;
    left: 8px;
    position: absolute;
    transition: transform 180ms ease, top 180ms ease;
    width: 28px;
  }

  .mobileNav summary span:first-child {
    top: 17px;
  }

  .mobileNav summary span:last-child {
    top: 27px;
  }

  .mobileNav[open] summary span:first-child {
    top: 22px;
    transform: rotate(45deg);
  }

  .mobileNav[open] summary span:last-child {
    top: 22px;
    transform: rotate(-45deg);
  }

  .mobileNav nav {
    background: var(--ivory);
    border-bottom: 1px solid var(--line);
    display: grid;
    left: 0;
    padding: 18px 22px 28px;
    position: absolute;
    top: 75px;
    width: 100%;
  }

  .mobileNav nav a {
    border-bottom: 1px solid var(--line);
    color: var(--navy);
    font-family: var(--serif);
    font-size: 24px;
    padding: 14px 0;
  }

  .hero {
    display: block;
    padding-bottom: 0;
  }

  .heroCopy {
    padding: 76px 24px 64px;
  }

  .hero h1 {
    font-size: clamp(49px, 11vw, 68px);
  }

  .heroPortrait {
    min-height: 580px;
  }

  .heroMetrics {
    position: relative;
  }

  .section {
    padding-block: 44px;
  }

  .profileSection {
    padding-top: 28px;
  }

  .profileHeading {
    gap: 40px;
  }

  .credentialsGrid {
    margin-top: 30px;
  }

  .servicesGrid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .servicesGrid article {
    min-height: 270px;
  }

  .serviceAssurance {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .serviceAssurance .button {
    justify-self: start;
  }

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

  .engagementCta {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .engagementButton {
    justify-self: start;
  }

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

  .methodVisual {
    margin-inline: auto;
    max-width: 600px;
  }

  .productionGrid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .productionGrid article {
    min-height: 260px;
  }

  .productionGrid article + article {
    border-left: 1px solid rgba(28, 37, 38, 0.24);
    border-top: 0;
  }

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

  .booksGrid article {
    grid-template-columns: minmax(210px, 0.72fr) 1fr;
    grid-template-rows: none;
  }

  .booksGrid figure {
    border-bottom: 0;
    border-right: 1px solid var(--line);
    min-height: 430px;
  }

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

  .presenceImage {
    height: 320px;
    min-height: 320px;
  }

  .contactSection {
    grid-template-columns: 1fr;
    padding-block: 52px;
  }

  .contactProtocol {
    max-width: 650px;
  }

  .footerMain {
    gap: 46px;
    grid-template-columns: 1fr 1fr;
  }

  .footerIdentity {
    grid-column: 1 / 3;
  }

  .footerBottom {
    grid-template-columns: 1fr auto;
  }

  .footerBottom > p {
    display: block;
  }
}

@media (max-width: 580px) {
  .brand {
    font-size: 16px;
  }

  .brandMark {
    height: 35px;
    width: 35px;
  }

  .heroCopy {
    padding-top: 58px;
  }

  .eyebrow {
    font-size: 9px;
  }

  .hero h1 {
    font-size: 45px;
  }

  .heroLead {
    font-size: 16px;
  }

  .heroActions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .heroPortrait {
    min-height: 470px;
  }

  .heroPortrait figcaption {
    bottom: 32px;
    left: 28px;
  }

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

  .heroMetrics article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-right: 0;
    min-height: 104px;
  }

  .section {
    padding-block: 38px;
  }

  .profileSection {
    padding-top: 24px;
  }

  .sectionLabel {
    margin-bottom: 22px;
  }

  .profileHeading h2,
  .servicesHeading h2,
  .engagementHeading h2,
  .methodContent h2,
  .productionHeading h2,
  .booksHeading h2,
  .presenceContent h2,
  .faqIntro h2 {
    font-size: 42px;
  }

  .profileIntro {
    font-size: 14px;
    padding-left: 22px;
  }

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

  .credentialsGrid .institutionalCredential {
    align-items: start;
    display: block;
    grid-column: auto;
    min-height: 0;
  }

  .credentialsGrid .institutionalCredential h3 {
    margin: 16px 0 9px;
  }

  .credentialsGrid article {
    min-height: 0;
    padding: 20px;
  }

  .servicesGrid article {
    min-height: 270px;
    padding: 25px 22px;
  }

  .serviceAssurance {
    padding: 24px 22px;
  }

  .serviceAssurance p {
    font-size: 21px;
  }

  .serviceAssurance .button {
    justify-self: stretch;
    width: 100%;
  }

  .engagementGrid article {
    grid-template-columns: 24px 1fr;
    min-height: 0;
    padding: 22px 18px;
  }

  .engagementGrid article > svg {
    display: none;
  }

  .engagementGrid article > b {
    display: none;
  }

  .engagementCta {
    padding: 24px 20px;
  }

  .engagementButton {
    width: 100%;
  }

  .faqList summary {
    font-size: 19px;
    gap: 12px;
    grid-template-columns: 24px 1fr 18px;
  }

  .faqList details > p {
    margin-left: 36px;
    margin-right: 0;
  }

  .methodVisual {
    padding: 11px;
  }

  .booksGrid article {
    grid-template-columns: 1fr;
    grid-template-rows: 330px 1fr;
  }

  .booksGrid figure {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    min-height: 0;
  }

  .bookCopy {
    padding: 26px 22px 30px;
  }

  .presenceImage {
    height: 280px;
    min-height: 280px;
  }

  .presenceContent {
    padding: 34px 24px;
  }

  .presenceAction {
    align-items: start;
    grid-template-columns: 1fr;
  }

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

  .presenceTopics span {
    border-right: 0 !important;
    padding-left: 0 !important;
  }

  .contactContent h2 {
    font-size: 48px;
  }

  .contactProtocol {
    padding-left: 22px;
  }

  .footerMain {
    grid-template-columns: 1fr;
    padding-block: 32px 26px;
  }

  .footerIdentity {
    grid-column: auto;
  }

  .footerBottom {
    align-items: start;
    flex-direction: column;
    gap: 18px;
    padding-inline: 0;
    padding-block: 24px;
  }

  .backToTop {
    justify-self: start;
    position: static;
    align-self: center;
  }

  .floatingWhatsapp {
    bottom: 12px;
    justify-content: center;
    left: 12px;
    right: 12px;
  }
}

@media (max-width: 782px) {
  body.admin-bar .siteHeader {
    top: 46px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .heroCopy > * {
    animation: rise 360ms both;
  }

  .heroCopy > :nth-child(2) {
    animation-delay: 70ms;
  }

  .heroCopy > :nth-child(3) {
    animation-delay: 130ms;
  }

  .heroCopy > :nth-child(4) {
    animation-delay: 190ms;
  }

  .heroPortrait {
    animation: reveal 420ms 60ms both;
  }
}

@keyframes rise {
  from {
    transform: translateY(14px);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes reveal {
  from {
    transform: translateX(20px);
  }
  to {
    transform: translateX(0);
  }
}
