:root {
  --ink: #1f1f1f;
  --ink-dark: #151515;
  --paper: #faf8f7;
  --white: #fffdfc;
  --coral: #d98796;
  --coral-soft: #f1d7dd;
  --sage: #e7dde0;
  --muted: #777273;
  --line: rgba(31, 31, 31, .13);
  --shadow: 0 24px 70px rgba(31, 31, 31, .12);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink-dark); background: var(--paper); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; background: var(--white); padding: 10px 16px; border-radius: 4px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(250,248,247,.86); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(16,42,39,.05); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo-symbol { position: relative; width: 46px; height: 46px; overflow: hidden; border-radius: 50% 50% 50% 8px; background: var(--coral-soft); }
.brand-logo-symbol img { position: absolute; width: 76px; height: 76px; max-width: none; left: -15px; top: -5px; object-fit: cover; object-position: center top; }
.brand-name { font: 600 19px/1.05 var(--serif); letter-spacing: -.02em; }
.brand-name span { display: block; font: 600 10px/1.3 var(--sans); text-transform: uppercase; letter-spacing: .19em; color: var(--coral); }
.site-nav { display: flex; align-items: center; gap: 36px; }
.site-nav a { text-decoration: none; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.nav-cta):hover { color: var(--coral); }
.nav-cta { padding: 12px 18px; border-radius: 100px; background: var(--ink); color: var(--white); }
.nav-cta span { margin-left: 6px; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }

.hero { position: relative; min-height: 780px; overflow: hidden; padding: 174px 0 110px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 88px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.glow-one { width: 520px; height: 520px; right: -190px; top: 50px; background: rgba(203,217,205,.55); }
.glow-two { width: 280px; height: 280px; left: -180px; bottom: 0; border: 65px solid rgba(233,118,91,.11); }
.eyebrow { margin: 0 0 20px; color: var(--coral); font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.04em; line-height: .98; }
h1 { font-size: clamp(56px, 6.1vw, 84px); }
h1 span:last-child { font-size: .72em; letter-spacing: -.035em; }
h1 em, h2 em { color: var(--coral); font-weight: 500; }
.hero-text { max-width: 610px; margin: 30px 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 54px; padding: 0 24px; border-radius: 5px; text-decoration: none; font-size: 14px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--ink); box-shadow: 0 14px 30px rgba(24,59,54,.18); }
.button-primary:hover { background: var(--ink-dark); box-shadow: 0 18px 34px rgba(24,59,54,.23); }
.text-link { color: var(--ink); font-size: 14px; font-weight: 700; text-underline-offset: 5px; }
.hero-proof { margin-top: 50px; padding-top: 25px; border-top: 1px solid var(--line); display: flex; gap: 34px; }
.hero-proof div { display: grid; gap: 2px; }
.hero-proof div + div { padding-left: 34px; border-left: 1px solid var(--line); }
.hero-proof strong { font: 600 23px/1 var(--serif); color: var(--ink); }
.hero-proof span { color: var(--muted); font-size: 11px; }

.hero-visual { position: relative; height: 510px; display: grid; place-items: center; }
.portrait-arc { position: absolute; width: 435px; height: 435px; border-radius: 50% 50% 42% 58%; background: var(--sage); transform: rotate(-8deg); }
.portrait-arc::after { content: ""; position: absolute; inset: 36px; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; }
.portrait-frame { position: relative; z-index: 2; width: 390px; height: 450px; overflow: hidden; border: 7px solid var(--white); border-radius: 195px 195px 18px 18px; background: var(--sage); box-shadow: var(--shadow); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.ledger-card { position: relative; z-index: 2; width: 380px; padding: 26px; border-radius: 12px; background: rgba(255,253,249,.96); box-shadow: var(--shadow); transform: rotate(1.6deg); }
.ledger-head { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.status { color: var(--ink); }
.status i { display: inline-block; width: 7px; height: 7px; margin-right: 4px; border-radius: 50%; background: var(--coral); }
.ledger-title { display: flex; justify-content: space-between; align-items: end; padding: 22px 0 6px; }
.ledger-title span { color: var(--muted); font-size: 12px; }
.ledger-title strong { font: 600 21px/1 var(--serif); }
.chart { height: 165px; display: flex; align-items: end; gap: 12px; padding: 16px 8px 0; border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to bottom, transparent 0, transparent 40px, rgba(24,59,54,.07) 41px); }
.chart span { flex: 1; border-radius: 4px 4px 0 0; background: var(--ink); }
.chart span:nth-child(2n) { background: var(--coral); }
.ledger-bottom { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; padding-top: 18px; }
.ledger-bottom div { display: grid; gap: 3px; }
.ledger-bottom span { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.ledger-bottom strong { font-size: 11px; }
.floating-note { position: absolute; z-index: 3; padding: 12px 16px; border-radius: 6px; background: var(--ink); color: white; box-shadow: 0 12px 30px rgba(16,42,39,.22); font-size: 12px; font-weight: 600; }
.floating-note span { color: var(--coral-soft); margin-right: 5px; }
.note-top { top: 64px; right: -3px; }
.note-bottom { bottom: 60px; left: -15px; background: var(--coral); }

.trust-strip { padding: 21px 0; color: rgba(255,255,255,.8); background: var(--ink); }
.trust-row { display: flex; justify-content: center; align-items: center; gap: 32px; }
.trust-row p { margin: 0; font-size: 12px; font-weight: 600; letter-spacing: .05em; }
.trust-row span { color: var(--coral); }

.industry-band { padding: 92px 0; border-bottom: 1px solid var(--line); background: var(--white); }
.industry-wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: end; }
.industry-wrap h2 { max-width: 610px; font: 500 clamp(38px, 4vw, 54px)/1.02 var(--serif); letter-spacing: -.04em; }
.industry-list { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.industry-list span { padding: 11px 16px; border: 1px solid var(--line); border-radius: 100px; color: var(--muted); background: var(--paper); font-size: 12px; font-weight: 600; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 380px; align-items: end; gap: 60px; margin-bottom: 58px; }
.section-heading.compact { grid-template-columns: 1fr; }
.section-heading h2, .about-copy h2, .process h2, .contact h2 { max-width: 760px; font-size: clamp(43px, 5vw, 65px); }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { min-height: 430px; padding: 38px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card.featured { color: white; background: var(--ink); border-color: var(--ink); }
.service-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 52px; }
.service-number { color: var(--coral); font: 600 13px/1 var(--sans); }
.service-icon { width: 35px; height: 35px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--coral); }
.featured .service-icon { border-color: rgba(255,255,255,.22); }
.service-card h3 { margin: 0 0 16px; font: 500 31px/1.1 var(--serif); letter-spacing: -.02em; }
.service-card > p:not(.service-note) { max-width: 550px; margin: 0 0 22px; color: var(--muted); }
.featured > p:not(.service-note) { color: rgba(255,255,255,.68); }
.service-card ul { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; font-size: 14px; }
.service-card li::before { content: "✓"; margin-right: 10px; color: var(--coral); }
.service-note { margin: 24px 0 0; padding-top: 18px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 700; color: var(--coral); }
.featured .service-note { border-color: rgba(255,255,255,.15); color: var(--coral-soft); }
.clarity-section { padding: 118px 0; color: white; background: var(--ink-dark); }
.clarity-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 105px; align-items: start; }
.clarity-copy { position: sticky; top: 130px; }
.clarity-copy h2 { max-width: 580px; font-size: clamp(45px, 5vw, 66px); }
.clarity-points { border-top: 1px solid rgba(255,255,255,.16); }
.clarity-points article { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.clarity-points article > span { color: var(--coral-soft); font-size: 11px; font-weight: 700; }
.clarity-points h3 { margin: 0 0 9px; font: 500 27px/1.1 var(--serif); }
.clarity-points p { max-width: 500px; margin: 0; color: rgba(255,255,255,.62); }

.process { color: white; background: var(--ink); }
.process-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 100px; align-items: start; }
.eyebrow.light { color: var(--coral-soft); }
.process h2 { margin-bottom: 30px; }
.process-intro > p:not(.eyebrow) { max-width: 490px; color: rgba(255,255,255,.67); }
.button-light { margin-top: 25px; background: var(--white); color: var(--ink); }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.steps li { display: grid; grid-template-columns: 65px 1fr; gap: 24px; padding: 33px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.steps > li > span { color: var(--coral-soft); font-size: 12px; font-weight: 700; }
.steps h3 { margin: 0 0 8px; font: 500 26px/1.1 var(--serif); }
.steps p { margin: 0; color: rgba(255,255,255,.62); }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 105px; align-items: center; }
.about-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.about-visual::before { content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid var(--coral-soft); border-radius: 50%; }
.credential-panel { position: relative; z-index: 2; width: 360px; min-height: 390px; padding: 35px; border-radius: 180px 180px 14px 14px; display: grid; align-content: center; gap: 28px; background: var(--white); box-shadow: var(--shadow); text-align: center; }
.credential-panel > p { margin: 0; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.credential-logos { display: grid; grid-template-columns: repeat(2, 1fr); align-items: center; gap: 24px; }
.credential-logos img { width: 100%; max-height: 120px; object-fit: contain; }
.monogram-card { position: relative; z-index: 2; width: 310px; height: 400px; border-radius: 160px 160px 14px 14px; display: grid; place-content: center; text-align: center; background: var(--sage); box-shadow: var(--shadow); }
.monogram-card > span { font: 500 92px/.9 var(--serif); color: var(--ink); letter-spacing: -.08em; }
.monogram-card p { margin: 18px 0 0; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.experience-card { position: absolute; z-index: 3; right: -5px; bottom: 22px; width: 195px; padding: 22px; border-radius: 8px; color: white; background: var(--coral); box-shadow: 0 18px 40px rgba(233,118,91,.25); }
.experience-card strong { display: block; font: 600 42px/1 var(--serif); }
.experience-card span { font-size: 11px; line-height: 1.45; }
.about-copy h2 { margin-bottom: 30px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.78; }
.signature { margin-top: 33px; padding-top: 22px; border-top: 1px solid var(--line); font: 500 28px/1.1 var(--serif); }
.signature span { display: block; margin-top: 8px; color: var(--muted); font: 500 11px/1.4 var(--sans); letter-spacing: .1em; text-transform: uppercase; }

.reviews { background: #f3eee6; }
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.review-card { min-height: 310px; margin: 0; padding: 38px; border-radius: 10px; background: var(--white); display: flex; flex-direction: column; justify-content: space-between; }
.stars { color: var(--coral); font-size: 13px; letter-spacing: .18em; }
.review-card blockquote { margin: 28px 0; font: 500 27px/1.35 var(--serif); letter-spacing: -.02em; }
.review-card figcaption { display: flex; align-items: center; gap: 13px; }
.review-card figcaption > span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--sage); color: var(--ink); font-size: 11px; font-weight: 700; }
.review-card figcaption div { display: grid; }
.review-card figcaption strong { font-size: 13px; }
.review-card figcaption small { color: var(--muted); font-size: 11px; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 110px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro h2 { font-size: clamp(45px, 5vw, 64px); }
.faq-intro > p:not(.eyebrow) { max-width: 390px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 27px 46px 27px 0; cursor: pointer; list-style: none; font: 500 23px/1.25 var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; right: 4px; top: 28px; width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--coral); font: 500 17px/1 var(--sans); transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 660px; margin: -4px 0 28px; color: var(--muted); font-size: 14px; }

.contact { padding: 100px 0; background: #f3eee6; }
.contact-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; padding: 68px; border-radius: 12px; color: white; background: var(--ink); box-shadow: var(--shadow); }
.contact-card h2 { font-size: clamp(44px, 5vw, 66px); }
.contact-copy > p { margin: 0 0 28px; color: rgba(255,255,255,.68); }
.contact-actions { display: flex; align-items: center; gap: 24px; }
.button-coral { color: var(--ink-dark); background: var(--coral-soft); }
.contact-link { color: white; font-size: 13px; font-weight: 700; text-underline-offset: 5px; }
.direct-contact { margin: 20px 0 0 !important; color: rgba(255,255,255,.56) !important; font-size: 12px; }
.direct-contact a { color: white; text-underline-offset: 3px; }

.site-footer { color: rgba(255,255,255,.75); background: var(--ink-dark); }
.footer-top { min-height: 170px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; }
.brand-footer { color: white; }
.footer-logo-full { width: 138px; height: 138px; border-radius: 8px; object-fit: cover; }
.footer-top > p { font: 500 20px/1.3 var(--serif); text-align: center; }
.footer-links { display: grid; justify-items: end; gap: 5px; }
.footer-links a { font-size: 12px; }
.footer-bottom { padding: 20px 0 25px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-one { transition-delay: .12s; }

@media (max-width: 900px) {
  .container { width: min(100% - 36px, 720px); }
  .menu-toggle { display: grid; gap: 6px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: absolute; inset: 84px 18px auto; padding: 22px; border: 1px solid var(--line); border-radius: 8px; display: none; flex-direction: column; align-items: stretch; gap: 14px; background: var(--white); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 8px; }
  .nav-cta { text-align: center; }
  .hero { padding-top: 145px; }
  .hero-grid, .about-grid, .process-grid, .contact-card, .clarity-grid, .faq-grid, .industry-wrap { grid-template-columns: 1fr; gap: 62px; }
  .hero-grid { gap: 40px; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero-text { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { height: 470px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .section-heading .eyebrow, .about-copy .eyebrow, .process .eyebrow, .contact .eyebrow { justify-content: center; }
  .process-intro, .about-copy, .contact-card { text-align: center; }
  .process-intro > p:not(.eyebrow) { margin-inline: auto; }
  .about-visual { order: 2; }
  .about-copy { order: 1; }
  .contact-card { padding: 52px 36px; }
  .contact-actions { justify-content: center; }
  .industry-wrap { text-align: center; }
  .industry-wrap .eyebrow { justify-content: center; }
  .industry-list { justify-content: center; }
  .clarity-copy, .faq-intro { position: static; text-align: center; }
  .clarity-copy .eyebrow, .faq-intro .eyebrow { justify-content: center; }
  .faq-intro > p:not(.eyebrow) { margin-inline: auto; }
  .footer-top { grid-template-columns: 1fr; padding: 55px 0; justify-items: center; }
  .footer-links { justify-items: center; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 520px); }
  .nav-wrap { height: 72px; }
  .site-nav { inset: 72px 14px auto; }
  .hero { min-height: 0; padding: 122px 0 70px; }
  h1 { font-size: clamp(48px, 14vw, 65px); }
  .hero-text { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 17px; }
  .button { width: 100%; }
  .hero-proof { gap: 15px; }
  .hero-proof div + div { padding-left: 15px; }
  .hero-proof span { font-size: 9px; }
  .hero-visual { height: 390px; }
  .portrait-arc { width: 330px; height: 330px; }
  .ledger-card { width: min(325px, calc(100vw - 44px)); padding: 20px; }
  .chart { height: 125px; gap: 8px; }
  .note-top { top: 25px; right: 0; }
  .note-bottom { bottom: 25px; left: 0; }
  .trust-row { justify-content: flex-start; overflow: hidden; gap: 17px; }
  .trust-row p { white-space: nowrap; }
  .trust-row p:nth-of-type(n+3), .trust-row span:nth-of-type(n+2) { display: none; }
  .section { padding: 82px 0; }
  .industry-band, .clarity-section { padding: 78px 0; }
  .section-heading h2, .about-copy h2, .process h2, .contact h2 { font-size: 44px; }
  .service-grid, .review-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 30px 26px; }
  .service-top { margin-bottom: 35px; }
  .process-grid { gap: 55px; }
  .steps li { grid-template-columns: 45px 1fr; gap: 12px; }
  .about-visual { min-height: 420px; }
  .about-visual::before { width: 340px; height: 340px; }
  .monogram-card { width: 255px; height: 330px; }
  .credential-panel { width: 280px; min-height: 330px; padding: 28px; }
  .experience-card { right: 0; width: 165px; }
  .review-card { min-height: 300px; padding: 30px 26px; }
  .review-card blockquote { font-size: 24px; }
  .contact { padding: 70px 0; }
  .contact-card { gap: 32px; padding: 42px 24px; }
  .contact-actions { flex-direction: column; gap: 18px; }
  .footer-bottom { flex-direction: column; gap: 9px; text-align: center; }
}

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