:root {
  --ink: #1d2929;
  --pine: #223b3b;
  --pine-2: #315052;
  --ivory: #f7f1e8;
  --ivory-2: #fffaf3;
  --mist: #e9f1f2;
  --sage: #8fa9a5;
  --clay: #9a543b;
  --clay-dark: #7c422f;
  --white: #ffffff;
  --line: rgba(34, 59, 59, 0.16);
  --shadow: 0 24px 70px rgba(29, 41, 41, 0.12);
  --radius-lg: 30px;
  --radius-md: 20px;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--clay); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--white); color: var(--ink); padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { top: 16px; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(760px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 12px; color: var(--clay-dark); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 600; }
.kicker { margin: 0; color: var(--sage); text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 600; }
h1, h2, h3 { font-family: "Fraunces", serif; color: var(--pine); font-weight: 600; letter-spacing: -.025em; text-wrap: balance; }
h1 { font-size: clamp(3rem, 6vw, 5.7rem); line-height: .98; margin: .2em 0; letter-spacing: -.045em; }
h2 { font-size: clamp(2.2rem, 4vw, 3.65rem); line-height: 1.08; margin: 0 0 24px; }
h3 { font-size: 1.45rem; line-height: 1.2; margin: 0 0 10px; }
p { margin: 0 0 1.15em; }
.lede { font-size: clamp(1.15rem, 2vw, 1.35rem); line-height: 1.55; color: #324343; max-width: 730px; }
.small { font-size: .93rem; }
.muted { color: #536363; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247, 241, 232, .98); border-bottom: 1px solid var(--line); }
.header-inner { max-width: 1200px; margin: auto; min-height: 76px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex-direction: column; text-decoration: none; line-height: 1; color: var(--pine); }
.brand-script { font-family: "Fraunces", serif; font-size: 1.48rem; font-weight: 600; letter-spacing: -.04em; }
.brand-sub { margin-top: 6px; font-size: .65rem; text-transform: uppercase; letter-spacing: .14em; color: #556968; }
.site-footer .brand-sub { color: #b9cac7; }
.desktop-nav { display: flex; align-items: center; gap: 7px; }
.desktop-nav a { text-decoration: none; font-size: .86rem; font-weight: 600; padding: 9px 11px; border-radius: 999px; transition: color 220ms var(--ease-out), background-color 220ms var(--ease-out), transform 160ms var(--ease-out); }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { background: var(--mist); color: var(--pine); }
.desktop-nav a:active, .button:active, .menu-toggle:active { transform: scale(.97); }
.desktop-nav .nav-cta { background: var(--pine); color: var(--white); padding-inline: 16px; }
.desktop-nav .nav-cta:hover { background: var(--clay); color: var(--white); }
.menu-toggle { display: none; min-width: 46px; min-height: 46px; border: 1px solid var(--line); background: var(--white); border-radius: 50%; color: var(--pine); cursor: pointer; transition: transform 160ms var(--ease-out), background-color 220ms var(--ease-out); }
.menu-lines, .menu-lines::before, .menu-lines::after { content: ""; display: block; width: 20px; height: 2px; background: currentColor; margin: auto; transition: transform 220ms var(--ease-out), opacity 220ms var(--ease-out); }
.menu-lines::before { transform: translateY(-6px); }
.menu-lines::after { transform: translateY(4px); }
.menu-toggle[aria-expanded="true"] .menu-lines { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-lines::before { transform: translateY(2px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-lines::after { transform: translateY(0) rotate(-45deg); }
.mobile-nav { display: none; position: fixed; inset: 77px 0 auto; z-index: 49; background: var(--ivory); border-bottom: 1px solid var(--line); padding: 16px 20px 28px; box-shadow: 0 24px 40px rgba(29,41,41,.12); }
.mobile-nav.open { display: grid; }
.mobile-nav a { text-decoration: none; font-family: "Fraunces", serif; font-size: 1.45rem; padding: 10px 0; border-bottom: 1px solid var(--line); }
.mobile-nav .button { margin-top: 18px; border-bottom: 0; font-family: inherit; font-size: 1rem; }

.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 600; line-height: 1; transition: transform 160ms var(--ease-out), background-color 220ms var(--ease-out), color 220ms var(--ease-out), border-color 220ms var(--ease-out); }
.button-primary { background: var(--clay); color: var(--white); }
.button-primary:hover { background: var(--clay-dark); }
.button-secondary { border-color: rgba(34,59,59,.28); background: transparent; color: var(--pine); }
.button-secondary:hover { background: var(--white); border-color: var(--pine); }
.button-light { background: var(--white); color: var(--pine); }
.button-light:hover { background: var(--mist); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.55); }
.button-outline-light:hover { color: var(--pine); background: var(--white); border-color: var(--white); }
.text-link { color: var(--clay-dark); font-weight: 600; text-underline-offset: 4px; }
.text-light { color: var(--white) !important; }
.eyebrow-spaced { margin-top: 32px; }

.hero { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; padding: 70px 0 84px; }
.hero::before { content: ""; position: absolute; width: 540px; height: 540px; right: -180px; top: -200px; border: 1px solid rgba(143,169,165,.35); border-radius: 50%; box-shadow: 0 0 0 70px rgba(143,169,165,.06), 0 0 0 140px rgba(143,169,165,.035); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-note { margin-top: 22px; font-size: .92rem; color: #536363; }
.portrait-card { position: relative; max-width: 430px; margin-left: auto; padding: 14px; background: var(--white); border-radius: 42% 42% 20px 20px; box-shadow: var(--shadow); }
.portrait-card-left { margin: 0; max-width: 360px; }
.portrait-card::before { content: ""; position: absolute; inset: -18px 28px auto -24px; height: 72%; border: 2px solid var(--sage); border-radius: 48% 48% 24px 24px; z-index: -1; }
.portrait-card img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: 50% 42%; border-radius: 40% 40% 14px 14px; }
.portrait-caption { position: absolute; left: -40px; bottom: 28px; max-width: 250px; padding: 17px 20px; background: var(--pine); color: var(--white); border-radius: 16px; box-shadow: 0 18px 38px rgba(29,41,41,.2); }
.portrait-caption strong { display: block; font-family: "Fraunces", serif; font-size: 1.2rem; }

.trust-strip { background: var(--pine); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { padding: 25px 30px; border-right: 1px solid rgba(255,255,255,.16); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-family: "Fraunces", serif; font-size: 1.35rem; }
.trust-item span { color: #d8e5e3; font-size: .92rem; }

.section { padding: clamp(72px, 10vw, 128px) 0; position: relative; }
.section-white { background: var(--white); }
.section-mist { background: var(--mist); }
.section-dark { background: var(--pine); color: var(--white); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark .lede, .section-dark .muted { color: #d8e5e3; }
.section-clay { background: var(--clay); color: var(--white); }
.section-clay h2, .section-clay h3 { color: var(--white); }
.section-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; margin-bottom: 46px; align-items: end; }
.section-head p { margin-bottom: 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 88px); align-items: center; }
.split.top { align-items: start; }
.quote-block { padding: 34px; border-left: 5px solid var(--clay); background: var(--ivory-2); border-radius: 0 var(--radius-md) var(--radius-md) 0; }
.quote-block p { font-family: "Fraunces", serif; font-size: clamp(1.45rem, 3vw, 2.2rem); line-height: 1.3; color: var(--pine); }

.service-directory { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 250px; padding: 30px; background: var(--white); border-radius: var(--radius-md); text-decoration: none; overflow: hidden; box-shadow: 0 1px 0 rgba(34,59,59,.08); transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out), background-color 220ms var(--ease-out); }
.service-card:nth-child(1), .service-card:nth-child(4) { grid-column: span 7; }
.service-card:nth-child(2), .service-card:nth-child(3), .service-card:nth-child(5), .service-card:nth-child(6) { grid-column: span 5; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); background: var(--ivory-2); }
.service-card::after { content: ""; position: absolute; width: 90px; height: 90px; right: -34px; bottom: -34px; border: 1px solid var(--sage); border-radius: 50%; }
.service-number { display: block; color: var(--clay); font-size: .8rem; font-weight: 600; letter-spacing: .12em; margin-bottom: 42px; }
.service-card p { color: #536363; }
.service-card .card-link { position: absolute; left: 30px; bottom: 25px; color: var(--clay-dark); font-weight: 600; font-size: .92rem; }

.proof-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.proof-card { padding: 30px; border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius-md); }
.proof-card .proof-number { display: block; font-family: "Fraunces", serif; color: #b9cfcb; font-size: 2.4rem; line-height: 1; margin-bottom: 20px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: steps; }
.step { position: relative; padding: 30px; background: var(--white); border-radius: var(--radius-md); counter-increment: steps; }
.step::before { content: "0" counter(steps); display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 30px; border-radius: 50%; background: var(--mist); color: var(--pine); font-weight: 600; }

.feature-band { overflow: hidden; border-radius: var(--radius-lg); display: grid; grid-template-columns: 1fr 1fr; box-shadow: var(--shadow); }
.feature-band > div { padding: clamp(38px, 6vw, 70px); }
.feature-band .feature-dark { background: var(--pine); color: var(--white); }
.feature-band .feature-dark h2 { color: var(--white); }
.feature-band .feature-light { background: var(--white); }

.inner-hero { position: relative; overflow: hidden; padding: 96px 0 78px; }
.inner-hero.compact { background: var(--mist); }
.inner-hero.dark { background: var(--pine); color: var(--white); }
.inner-hero.dark h1, .inner-hero.dark .lede { color: var(--white); }
.inner-hero.clay { background: var(--clay); color: var(--white); }
.inner-hero.clay h1, .inner-hero.clay .lede { color: var(--white); }
.inner-hero.clay h2, .inner-hero.dark h2 { color: var(--white); }
.inner-hero.clay .kicker { color: var(--ivory); }
.inner-hero::after { content: ""; position: absolute; width: 310px; height: 310px; right: -70px; bottom: -200px; border: 1px solid currentColor; opacity: .13; border-radius: 50%; box-shadow: 0 0 0 50px currentColor; }
.inner-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: end; }
.inner-hero h1 { font-size: clamp(3rem, 6vw, 5.2rem); }
.anger-hero .inner-hero-grid { grid-template-columns: 1fr .95fr; align-items: center; }
.anger-proof { position: relative; z-index: 2; max-width: 500px; }
.anger-proof h2 { font-size: clamp(2rem, 3.4vw, 3.25rem); margin-bottom: 20px; }
.anger-proof .lede { color: var(--white); }
.contact-hero::after { display: none; }
.contact-hero-intro { position: relative; z-index: 2; max-width: 900px; }
.contact-hero-intro .lede { margin-bottom: 0; }
.contact-process { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 46px 0 0; padding: 26px 0 0; border-top: 1px solid rgba(255,255,255,.26); list-style: none; }
.contact-process li { display: grid; gap: 7px; }
.contact-process .process-number { color: #b9cfcb; font-size: .74rem; font-weight: 600; letter-spacing: .14em; }
.contact-process strong { font-family: "Fraunces", serif; color: var(--white); font-size: 1.3rem; line-height: 1.2; }
.contact-process p { margin: 0; color: #d8e5e3; font-size: .95rem; line-height: 1.45; }
.contact-hero .button-row { position: relative; z-index: 2; margin-top: 34px; }

.editorial-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.sticky-label { position: sticky; top: 110px; }
.timeline { display: grid; }
.timeline-item { display: grid; grid-template-columns: 120px 1fr; gap: 28px; padding: 27px 0; border-top: 1px solid var(--line); }
.timeline-item:last-child { border-bottom: 1px solid var(--line); }
.timeline-item strong { color: var(--clay-dark); }

.detail-list { display: grid; gap: 18px; }
.detail-item { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid var(--line); }
.detail-item:last-child { border-bottom: 1px solid var(--line); }
.detail-marker { width: 42px; height: 42px; display: grid; place-items: center; background: var(--mist); border-radius: 50%; color: var(--pine); font-weight: 600; }

.service-chapter { padding: 42px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; }
.service-chapter:last-child { border-bottom: 1px solid var(--line); }
.service-chapter h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); }
.tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.tag { padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; font-size: .82rem; color: #4d5f5e; }

.faq-list { display: grid; gap: 10px; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px 0; border: 0; background: transparent; color: var(--pine); text-align: left; font-family: "Fraunces", serif; font-size: 1.35rem; cursor: pointer; }
.faq-icon { position: relative; flex: 0 0 30px; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; left: 8px; top: 13px; width: 12px; height: 2px; background: var(--pine); transition: transform 220ms var(--ease-out); }
.faq-icon::after { transform: rotate(90deg); }
.faq-question[aria-expanded="true"] .faq-icon::after { transform: rotate(0); }
.faq-answer { display: none; max-width: 780px; padding: 0 0 24px; color: #4b5c5b; }
.faq-answer.open { display: block; }

.contact-card { display: grid; grid-template-columns: 1.08fr .92fr; background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.contact-main { padding: clamp(36px, 6vw, 72px); }
.contact-side { padding: clamp(36px, 5vw, 58px); background: var(--pine); color: var(--white); }
.contact-side h2, .contact-side h3 { color: var(--white); }
.contact-link { display: block; font-family: "Fraunces", serif; color: var(--pine); font-size: clamp(1.55rem, 4vw, 2.75rem); text-decoration: none; line-height: 1.2; overflow-wrap: anywhere; margin: 12px 0 22px; }
.contact-link:hover { color: var(--clay-dark); }
	.notice { padding: 22px 24px; background: #f3e6dc; border-left: 4px solid var(--clay); border-radius: 0 14px 14px 0; font-size: .95rem; }
	.notice strong { color: var(--pine); }
	.credentials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
	.credential-card { display: flex; flex-direction: column; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 12px 32px rgba(29,41,41,.07); }
	.credential-preview { display: block; padding: 16px; background: var(--mist); }
	.credential-preview img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #d7d4cf; border-radius: 10px; transition: transform 220ms var(--ease-out); }
	.credential-preview:hover img { transform: scale(1.015); }
	.credential-card-body { padding: 26px 28px 28px; }
	.credential-card-body h3 { margin-bottom: 8px; }
	.credential-card-body p { color: #536363; }
	.credential-card-body .text-link { display: inline-block; margin-top: 2px; }

.site-footer { padding: 72px 0 110px; background: #172a2a; color: #dce7e5; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .9fr; gap: 60px; }
.site-footer .brand { color: var(--white); margin-bottom: 22px; }
.site-footer h3 { color: var(--white); font-size: 1.05rem; font-family: inherit; text-transform: uppercase; letter-spacing: .12em; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: #dce7e5; text-decoration: none; }
.footer-links a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 24px; font-size: .84rem; color: #b9cac7; }
.mobile-call { display: none; }

.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity 500ms var(--ease-out), transform 500ms var(--ease-out); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.js .hero .reveal, .js .inner-hero .reveal { opacity: 1; transform: none; }
.js .hero + .section .reveal, .js .inner-hero + .section .reveal { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .hero-grid, .inner-hero-grid, .section-head, .split, .editorial-grid, .contact-card, .contact-process { grid-template-columns: 1fr; }
  .anger-hero .inner-hero-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-grid { gap: 44px; }
  .portrait-card { margin: 0 auto; }
  .section-head { gap: 10px; }
  .service-card:nth-child(n) { grid-column: span 6; }
  .feature-band { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.2fr .8fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .sticky-label { position: static; }
}

@media (max-width: 680px) {
  body { font-size: 17px; padding-bottom: 68px; }
  .container, .narrow { width: min(100% - 30px, 1120px); }
  .header-inner { min-height: 70px; padding: 0 15px; }
  .mobile-nav { inset: 71px 0 auto; }
  .brand-script { font-size: 1.28rem; }
  .brand-sub { font-size: .58rem; }
  .hero { padding: 62px 0 76px; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4.1rem); }
  .anger-hero h1 { font-size: clamp(2.35rem, 11.2vw, 3.3rem); }
  .portrait-card { width: calc(100% - 16px); }
  .portrait-caption { left: -8px; right: -8px; bottom: 18px; max-width: none; }
	  .trust-grid, .proof-grid, .steps, .footer-grid { grid-template-columns: 1fr; }
	  .credentials-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .trust-item:last-child { border-bottom: 0; }
  .service-card:nth-child(n) { grid-column: 1 / -1; min-height: 230px; }
  .timeline-item, .service-chapter { grid-template-columns: 1fr; gap: 8px; }
  .feature-band > div { padding: 34px 26px; }
  .button-row { align-items: stretch; }
  .button-row .button { width: 100%; }
  .contact-link { font-size: 1.45rem; }
  .footer-bottom { flex-direction: column; }
  .mobile-call { position: fixed; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; z-index: 60; left: 10px; right: 10px; bottom: 9px; min-height: 58px; padding: 8px 9px 8px 18px; border-radius: 18px; background: var(--pine); color: var(--white); box-shadow: 0 16px 40px rgba(22,42,42,.32); }
  .mobile-call span { font-size: .78rem; line-height: 1.2; }
  .mobile-call a { min-height: 42px; padding: 0 17px; display: inline-flex; align-items: center; border-radius: 999px; text-decoration: none; font-weight: 600; background: var(--white); color: var(--pine); }
}

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