:root {
  --ink: #173d35;
  --ink-deep: #102d27;
  --ink-soft: #526960;
  --paper: #fbf8f1;
  --cream: #f3ecdf;
  --cream-deep: #e9dfcf;
  --sage: #dce7de;
  --sage-soft: #edf2eb;
  --gold: #9b6721;
  --gold-light: #f0c66c;
  --terracotta: #954d35;
  --white: #fffdf8;
  --border: rgba(23, 61, 53, .15);
  --shadow: 0 24px 65px rgba(18, 52, 45, .12);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1240px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
svg { display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, textarea, select { font: inherit; }
button, summary { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.03; letter-spacing: -.035em; }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
h3 { line-height: 1.25; }
::selection { color: var(--white); background: var(--terracotta); }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 120px 0; }
.section-sage { background: var(--sage-soft); }
.sr-only { position: absolute !important; 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; z-index: 999; top: 12px; left: 12px; padding: 10px 18px; color: var(--white); background: var(--ink); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.has-reveal .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.has-reveal .reveal.is-visible { opacity: 1; transform: translateY(0); }
.has-reveal .reveal-delay { transition-delay: .13s; }

.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; color: var(--terracotta); font-size: .72rem; font-weight: 800; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 1px; background: currentColor; }
.eyebrow-light { color: var(--gold-light); }
.lead-copy { color: var(--ink); font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.75rem); line-height: 1.45; }
.rich-copy p { color: var(--ink-soft); }
.rich-copy .lead-copy { color: var(--ink); }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 18px; padding: 13px 23px; border: 1px solid transparent; border-radius: 3px; font-size: .83rem; font-weight: 750; letter-spacing: .02em; text-decoration: none; transition: transform .22s, color .22s, background .22s, border-color .22s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button svg, .nav-cta svg, .arrow-link svg, .post-read svg { width: 20px; height: 20px; transition: transform .22s; }
.button:hover svg, .nav-cta:hover svg, .arrow-link:hover svg, .post-read:hover svg { transform: translateX(4px); }
.button-primary { color: var(--white); background: var(--ink); }
.button-primary:hover { background: var(--ink-deep); }
.button-outline { color: var(--ink); border-color: var(--ink); background: transparent; }
.button-outline:hover { color: var(--white); background: var(--ink); }
.button-light { color: var(--ink); background: var(--gold-light); }
.button-light:hover { background: var(--white); }
.button-full { width: 100%; }
.text-link { display: inline-block; font-size: .86rem; font-weight: 750; text-underline-offset: 6px; }
.arrow-link { display: inline-flex; align-items: center; gap: 13px; color: var(--ink); font-size: .83rem; font-weight: 800; letter-spacing: .03em; text-decoration: none; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }

.utility-bar { color: rgba(255,255,255,.8); background: var(--ink-deep); font-size: .7rem; letter-spacing: .05em; }
.utility-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner p { margin: 0; }
.utility-inner a { text-decoration: none; }
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(23,61,53,.1); background: rgba(251,248,241,.94); backdrop-filter: blur(14px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { flex: 0 0 auto; }
.brand img { width: 190px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 35px); font-size: .78rem; font-weight: 700; }
.desktop-nav > a { position: relative; text-decoration: none; }
.desktop-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; content: ""; background: var(--gold); transform: scaleX(0); transition: transform .2s; transform-origin: left; }
.desktop-nav > a:hover::after, .desktop-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.nav-cta { display: flex; align-items: center; gap: 10px; min-height: 46px; padding: 10px 18px; color: var(--white); background: var(--ink); }
.nav-cta svg { width: 17px; height: 17px; }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { display: flex; align-items: center; gap: 10px; list-style: none; cursor: pointer; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary i, .mobile-nav summary i::after { display: block; width: 22px; height: 1.5px; content: ""; background: var(--ink); transition: transform .2s; }
.mobile-nav summary i::after { transform: translateY(6px); }
.mobile-nav[open] summary i { transform: rotate(45deg); }
.mobile-nav[open] summary i::after { transform: rotate(-90deg); }
.mobile-nav nav { position: fixed; z-index: 120; top: 121px; right: 0; left: 0; display: grid; padding: 30px 24px 40px; border-bottom: 1px solid var(--border); background: var(--paper); box-shadow: var(--shadow); }
.mobile-nav nav a { padding: 13px 4px; border-bottom: 1px solid var(--border); font-family: var(--serif); font-size: 1.25rem; text-decoration: none; }
.mobile-nav nav a:last-child { margin-top: 18px; padding: 12px 16px; color: var(--white); background: var(--ink); font-family: var(--sans); font-size: .85rem; text-align: center; }

.toast-region { position: fixed; z-index: 200; top: 135px; right: 24px; max-width: 430px; }
.toast { padding: 17px 22px; border-left: 4px solid var(--gold); color: var(--ink); background: var(--white); box-shadow: var(--shadow); font-weight: 650; }

.hero { position: relative; min-height: calc(100vh - 121px); display: grid; align-items: center; overflow: hidden; background: linear-gradient(108deg, var(--paper) 0 54%, var(--cream) 54%); }
.hero::before { position: absolute; top: -130px; left: -120px; width: 410px; height: 410px; border: 1px solid rgba(200,146,60,.2); border-radius: 50%; content: ""; }
.hero-grid { display: grid; grid-template-columns: .91fr 1.09fr; align-items: center; gap: 65px; padding-top: 52px; padding-bottom: 90px; }
.hero-copy { position: relative; z-index: 2; padding: 30px 0; }
.hero h1 { max-width: 650px; margin-bottom: 30px; font-size: clamp(3.4rem, 5.8vw, 6.2rem); }
.hero h1 em { display: inline; }
.hero-lead { max-width: 620px; margin-bottom: 34px; color: var(--ink-soft); font-size: clamp(1.05rem, 1.4vw, 1.2rem); }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px 28px; margin: 36px 0 0; padding: 26px 0 0; border-top: 1px solid var(--border); list-style: none; color: var(--ink-soft); font-size: .76rem; font-weight: 650; }
.trust-list li { display: flex; align-items: center; gap: 8px; }
.trust-list svg { width: 17px; height: 17px; color: var(--gold); }
.hero-visual { position: relative; align-self: stretch; min-height: 620px; }
.hero-visual picture, .hero-visual picture img { width: 100%; height: 100%; }
.hero-visual picture { position: absolute; inset: 0; display: block; overflow: hidden; border-radius: 190px 190px 4px 4px; box-shadow: 0 30px 70px rgba(20,55,47,.16); }
.hero-visual picture::after { position: absolute; inset: 0; content: ""; box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); }
.hero-visual img { object-fit: cover; object-position: center; }
.hero-note { position: absolute; right: -20px; bottom: 45px; display: flex; align-items: center; gap: 15px; max-width: 320px; padding: 17px 23px; color: var(--ink); background: rgba(255,253,248,.94); box-shadow: var(--shadow); }
.hero-note p { margin: 0; font-family: var(--serif); font-size: .97rem; line-height: 1.35; }
.hero-note strong { font-size: 1.06rem; }
.note-mark { display: grid; width: 43px; height: 43px; flex: 0 0 43px; place-items: center; border-radius: 50%; color: var(--white); background: var(--terracotta); font-family: var(--serif); font-size: 1.25rem; }
.hero-scroll { position: absolute; bottom: 25px; left: 50%; display: flex; align-items: center; gap: 13px; color: var(--ink-soft); font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; transform: translateX(-50%); }
.hero-scroll span { display: block; width: 44px; height: 1px; background: var(--gold); }

.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 150px); }
.intro-grid h2, .section-heading h2, .process-intro h2, .faq-intro h2 { margin: 0; font-size: clamp(2.7rem, 4.6vw, 4.7rem); }
.intro-grid .rich-copy { padding-top: 30px; }
.intro-grid .arrow-link { margin-top: 15px; }

.section-heading { margin-bottom: 62px; }
.split-heading { display: grid; grid-template-columns: 1.15fr .55fr; align-items: end; gap: 80px; }
.split-heading > p { max-width: 470px; margin-bottom: 8px; color: var(--ink-soft); }
.centered { max-width: 800px; margin-right: auto; margin-left: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered p:last-child { max-width: 630px; margin: 20px auto 0; color: var(--ink-soft); }

.service-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { display: flex; min-height: 390px; flex-direction: column; padding: 31px 28px; border: 1px solid rgba(23,61,53,.12); background: rgba(255,253,248,.55); transition: transform .25s, box-shadow .25s, background .25s; }
.service-card:hover { background: var(--white); box-shadow: 0 20px 45px rgba(24,60,52,.1); transform: translateY(-7px); }
.service-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 65px; color: var(--terracotta); font-family: var(--serif); font-size: 1.15rem; }
.service-card-top svg { width: 22px; height: 22px; }
.service-card h3 { margin-bottom: 18px; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.service-card p { margin-bottom: 28px; color: var(--ink-soft); font-size: .88rem; }
.service-card > a { margin-top: auto; font-size: .74rem; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .07em; }

.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 10vw, 150px); }
.process-intro { position: sticky; top: 150px; align-self: start; }
.process-intro > p:not(.eyebrow) { max-width: 500px; margin: 28px 0; color: var(--ink-soft); }
.process-list { margin: 0; padding: 0; list-style: none; counter-reset: none; }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 40px 0; border-top: 1px solid var(--border); }
.process-list li:last-child { border-bottom: 1px solid var(--border); }
.process-list > li > span { color: var(--gold); font-family: var(--serif); font-size: 1.2rem; }
.process-list h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.process-list p { max-width: 590px; margin: 0; color: var(--ink-soft); }

.professional-role { margin-bottom: 7px; color: var(--terracotta); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.collegiate { margin-bottom: 18px !important; color: var(--ink-soft); font-size: .72rem; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(70px, 10vw, 150px); }
.faq-intro { align-self: start; }
.faq-intro > p:not(.eyebrow) { margin: 25px 0; color: var(--ink-soft); }
.accordion details { border-top: 1px solid var(--border); }
.accordion details:last-child { border-bottom: 1px solid var(--border); }
.accordion summary { display: flex; min-height: 80px; align-items: center; justify-content: space-between; gap: 30px; padding: 20px 0; list-style: none; cursor: pointer; font-family: var(--serif); font-size: 1.25rem; line-height: 1.3; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary i { position: relative; width: 24px; height: 24px; flex: 0 0 24px; }
.accordion summary i::before, .accordion summary i::after { position: absolute; top: 11px; left: 3px; width: 18px; height: 1px; content: ""; background: var(--ink); transition: transform .2s; }
.accordion summary i::after { transform: rotate(90deg); }
.accordion details[open] summary i::after { transform: rotate(0); }
.accordion details > div { max-width: 680px; padding: 0 55px 25px 0; color: var(--ink-soft); }

.final-cta { position: relative; overflow: hidden; padding: 105px 0; color: var(--white); background: var(--ink); }
.final-cta::before, .final-cta::after { position: absolute; border: 1px solid rgba(240,198,108,.18); border-radius: 50%; content: ""; }
.final-cta::before { top: -180px; right: -80px; width: 480px; height: 480px; }
.final-cta::after { right: 70px; bottom: -280px; width: 600px; height: 600px; }
.final-cta-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.final-cta h2 { margin-bottom: 15px; color: var(--white); font-size: clamp(3rem, 5vw, 5.3rem); }
.final-cta p:last-child { margin: 0; color: rgba(255,255,255,.66); }
.final-cta .button { flex: 0 0 auto; }

.site-footer { padding: 78px 0 20px; color: rgba(255,255,255,.72); background: var(--ink-deep); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 70px; padding-bottom: 65px; }
.footer-brand img { width: 185px; padding: 8px; background: var(--paper); }
.footer-brand > p { margin-top: 25px; color: var(--gold-light); font-family: var(--serif); font-size: 1.35rem; line-height: 1.35; }
.footer-grid h2 { margin-bottom: 20px; color: var(--white); font-family: var(--sans); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a, .footer-grid p { margin: 0 0 9px; font-size: .79rem; text-decoration: none; }
.footer-grid a:hover { color: var(--gold-light); }
.social-link { display: flex; align-items: center; gap: 8px; margin-top: 10px !important; }
.social-link svg { width: 18px; height: 18px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); font-size: .68rem; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-bottom a { text-decoration: none; }
.mobile-book { display: none; }

/* Inner-page heroes */
.page-hero { position: relative; overflow: hidden; padding: 105px 0 115px; background: var(--cream); }
.page-hero::before { position: absolute; top: -250px; right: -180px; width: 600px; height: 600px; border: 1px solid rgba(200,146,60,.25); border-radius: 50%; content: ""; }
.page-hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .75fr; align-items: center; gap: 100px; }
.page-hero h1 { max-width: 820px; margin-bottom: 30px; font-size: clamp(3.6rem, 6vw, 6.3rem); }
.page-hero-grid > div:first-child > p:not(.eyebrow) { max-width: 670px; margin-bottom: 30px; color: var(--ink-soft); font-size: 1.08rem; }
.page-hero-art { min-height: 360px; }
.arch-art { position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 45px; border-radius: 170px 170px 3px 3px; color: var(--white); background: var(--ink); }
.arch-art::before { position: absolute; inset: 35px 35px -100px; border: 1px solid rgba(240,198,108,.35); border-radius: 140px 140px 0 0; content: ""; }
.arch-art::after { position: absolute; top: 70px; left: 50%; width: 85px; height: 85px; border-radius: 50%; content: ""; background: var(--gold-light); transform: translateX(-50%); box-shadow: 0 0 70px rgba(240,198,108,.5); }
.arch-art span, .arch-art blockquote { position: relative; z-index: 2; }
.arch-art span { color: var(--gold-light); font-size: .65rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.arch-art blockquote { margin: 15px 0 0; font-family: var(--serif); font-size: 1.7rem; line-height: 1.35; }

.story-grid { display: grid; grid-template-columns: .7fr 1fr; align-items: center; gap: 100px; }
.story-number { position: relative; display: flex; width: 100%; aspect-ratio: 1; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: 50%; color: var(--ink); font-family: var(--serif); font-size: clamp(5rem, 10vw, 9rem); }
.story-number::before { position: absolute; inset: 13%; border: 1px solid var(--gold); border-radius: 50%; content: ""; }
.story-number span { color: var(--gold); }
.story-grid h2, .values-section h2, .team-full h2, .evidence-section h2 { font-size: clamp(2.8rem, 4.8vw, 4.9rem); }

.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.values-grid article { min-height: 300px; padding: 35px 30px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.values-grid span { color: var(--terracotta); font-family: var(--serif); }
.values-grid h3 { margin: 65px 0 15px; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.values-grid p { color: var(--ink-soft); font-size: .86rem; }

.team-full-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.team-profile { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 520px; border: 1px solid var(--border); background: var(--white); }
.profile-visual { position: relative; display: grid; place-items: center; overflow: hidden; color: var(--ink); background: linear-gradient(155deg, var(--sage), var(--cream)); }
.profile-visual > span { position: relative; z-index: 2; font-family: var(--serif); font-size: 4rem; }
.profile-visual::before { position: absolute; width: 210px; height: 300px; border: 1px solid rgba(23,61,53,.2); border-radius: 110px 110px 0 0; content: ""; }
.profile-lines, .profile-lines::before { position: absolute; width: 260px; height: 260px; border: 1px solid rgba(200,146,60,.28); border-radius: 50%; content: ""; }
.profile-lines { right: -160px; bottom: -70px; }
.profile-lines::before { inset: 25px; width: auto; height: auto; }
.profile-copy { display: flex; flex-direction: column; justify-content: center; padding: 45px 36px; }
.profile-copy h3 { margin: 3px 0; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.profile-copy > p:not(.professional-role):not(.collegiate) { color: var(--ink-soft); font-size: .86rem; }
.profile-copy .arrow-link { align-self: flex-start; margin-top: 14px; }
.photo-note { max-width: 760px; margin: 28px auto 0; color: var(--ink-soft); font-size: .72rem; text-align: center; }

.evidence-section { background: var(--cream); }
.evidence-grid { display: grid; grid-template-columns: .8fr 1fr; align-items: center; gap: 100px; }
.evidence-grid > div:last-child > p:not(.eyebrow) { color: var(--ink-soft); }
.evidence-art { position: relative; min-height: 480px; overflow: hidden; border-radius: 230px 230px 3px 3px; background: var(--ink); }
.evidence-art span { position: absolute; border: 1px solid rgba(240,198,108,.4); border-radius: 50%; }
.evidence-art span:nth-child(1) { top: 80px; left: 50%; width: 180px; height: 180px; background: var(--gold-light); transform: translateX(-50%); box-shadow: 0 0 100px rgba(240,198,108,.45); }
.evidence-art span:nth-child(2) { right: -100px; bottom: -100px; width: 360px; height: 360px; }
.evidence-art span:nth-child(3) { bottom: -80px; left: -70px; width: 250px; height: 250px; background: rgba(184,100,69,.45); }
.check-list { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; }
.check-list svg { width: 20px; height: 20px; flex: 0 0 20px; margin-top: 4px; color: var(--gold); }

/* Services */
.services-orbit { position: relative; width: 390px; height: 390px; justify-self: center; border: 1px solid var(--gold); border-radius: 50%; }
.services-orbit::before, .services-orbit::after { position: absolute; inset: 17%; border: 1px solid rgba(23,61,53,.2); border-radius: 50%; content: ""; }
.services-orbit::after { inset: 34%; background: var(--ink); }
.services-orbit span { position: absolute; z-index: 2; padding: 4px 9px; background: var(--cream); font-family: var(--serif); font-size: 1rem; }
.services-orbit span:nth-child(1) { top: 12%; left: 5%; }
.services-orbit span:nth-child(2) { top: 43%; right: -5%; }
.services-orbit span:nth-child(3) { bottom: 9%; left: 10%; }
.services-orbit i { position: absolute; z-index: 3; top: 50%; left: 50%; width: 44px; height: 44px; border-radius: 50%; background: var(--gold-light); transform: translate(-50%,-50%); }
.service-index { border-bottom: 1px solid var(--border); background: var(--paper); }
.service-index nav { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-index a { display: flex; min-height: 88px; align-items: center; gap: 13px; padding: 16px 22px; border-left: 1px solid var(--border); font-size: .76rem; font-weight: 750; line-height: 1.25; text-decoration: none; }
.service-index a:last-child { border-right: 1px solid var(--border); }
.service-index a:hover { background: var(--sage-soft); }
.service-index span { color: var(--terracotta); font-family: var(--serif); font-size: 1rem; }
.service-details { padding-top: 80px; }
.service-detail { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(60px, 10vw, 140px); padding: 70px 0; border-bottom: 1px solid var(--border); }
.service-detail-reverse .service-visual { order: 2; }
.service-visual { position: relative; min-height: 500px; overflow: hidden; border-radius: 220px 220px 3px 3px; background: var(--sage); }
.service-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.service-visual > span { position: absolute; z-index: 3; bottom: 28px; left: 28px; display: grid; width: 76px; height: 76px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: rgba(255,253,248,.82); font-family: var(--serif); font-size: 1.55rem; backdrop-filter: blur(8px); }
.service-visual::before, .service-visual::after { position: absolute; z-index: 1; content: ""; pointer-events: none; }
.service-visual::before { inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(16,45,39,.28)); }
.service-visual::after { z-index: 2; inset: 18px; border: 1px solid rgba(255,253,248,.48); border-radius: 200px 200px 2px 2px; }
.visual-infanto-juvenil { background: #eadfd2; }
.visual-pareja { background: #d9e2d9; }
.visual-familiar { background: #eee6d2; }
.service-copy h2 { margin-bottom: 24px; font-size: clamp(2.7rem, 4.4vw, 4.6rem); }
.service-copy > p:not(.eyebrow):not(.lead-copy) { color: var(--ink-soft); }
.service-copy .check-list { grid-template-columns: 1fr 1fr; margin: 28px 0 35px; }
.modality-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.modality-card-grid article { display: flex; min-height: 310px; flex-direction: column; padding: 35px; background: rgba(255,253,248,.7); }
.modality-card-grid svg { width: 38px; height: 38px; color: var(--terracotta); }
.modality-card-grid h3 { margin: 55px 0 13px; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.modality-card-grid p { color: var(--ink-soft); font-size: .87rem; }
.modality-card-grid strong { margin-top: auto; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.scope-note-inner { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 100px; padding: 70px; border: 1px solid var(--border); }
.scope-note h2 { margin: 0; font-size: clamp(2.7rem, 4.4vw, 4.5rem); }
.scope-note-inner > div:last-child p { color: var(--ink-soft); }

/* Pricing */
.price-hero-card { position: relative; display: flex; min-height: 390px; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border-radius: 190px 190px 3px 3px; color: var(--white); background: var(--ink); text-align: center; }
.price-hero-card::before { position: absolute; inset: 35px; border: 1px solid rgba(240,198,108,.3); border-radius: 155px 155px 0 0; content: ""; }
.price-hero-card > * { position: relative; z-index: 2; }
.price-hero-card > span { color: var(--gold-light); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price-hero-card strong { font-family: var(--serif); font-size: 6.5rem; font-weight: 400; line-height: 1.1; }
.price-hero-card sup { font-size: 2.3rem; }
.price-hero-card p { color: rgba(255,255,255,.65); font-size: .82rem; }
.price-hero-card a { font-size: .72rem; font-weight: 750; }
.pricing-grid { display: grid; gap: 22px; }
.pricing-card { padding: 40px 45px; border: 1px solid var(--border); background: var(--white); }
.pricing-featured { border-top: 4px solid var(--gold); }
.pricing-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.pricing-card-head h3 { margin-bottom: 4px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.pricing-card-head p { margin: 0; color: var(--ink-soft); font-size: .75rem; }
.pricing-card-head > span { padding: 5px 10px; color: var(--white); background: var(--terracotta); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mode-price { display: grid; grid-template-columns: 1fr 1px 1fr 1px 1fr; gap: 32px; margin-bottom: 35px; }
.mode-price > i { background: var(--border); }
.mode-price > div { display: grid; }
.mode-price span { font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.mode-price strong { margin: 5px 0; font-family: var(--serif); font-size: 2.5rem; font-weight: 400; }
.mode-price small { color: var(--ink-soft); font-size: .76rem; }
.pricing-card .button { width: 100%; }
.pricing-footnote { max-width: 750px; margin: 24px auto 0; color: var(--ink-soft); font-size: .74rem; text-align: center; }
.policy-grid { display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: 100px; }
.policy-icon { position: relative; display: grid; width: 330px; height: 330px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; }
.policy-icon::before { position: absolute; inset: 28px; border: 1px solid var(--border); border-radius: 50%; content: ""; }
.policy-icon svg { position: absolute; top: 95px; width: 40px; height: 40px; color: var(--terracotta); }
.policy-icon span { margin-top: 65px; font-family: var(--serif); font-size: 4.5rem; }
.policy-grid h2 { font-size: clamp(2.8rem, 4.5vw, 4.7rem); }
.policy-grid > div:last-child > p:not(.eyebrow) { color: var(--ink-soft); }
.pricing-faq-grid { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.pricing-faq h2 { margin-bottom: 10px; font-size: clamp(2.4rem, 3.5vw, 3.6rem); }
.pricing-faq p { margin: 0; color: var(--ink-soft); }

/* Contact */
.contact-quick { display: grid; border-top: 1px solid var(--border); }
.contact-quick > a, .contact-quick > div { display: flex; align-items: center; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--border); text-decoration: none; }
.contact-quick svg { width: 27px; height: 27px; flex: 0 0 27px; color: var(--terracotta); }
.contact-quick span { overflow-wrap: anywhere; }
.contact-quick small { display: block; color: var(--ink-soft); font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: start; gap: 42px; }
.form-panel { padding: 50px; border: 1px solid var(--border); background: var(--white); }
.form-panel h2, .booking-card h2 { margin-bottom: 10px; font-size: clamp(2.5rem, 4vw, 3.9rem); }
.form-intro { color: var(--ink-soft); }
.privacy-caution { margin: 25px 0 30px; padding: 14px 18px; border-left: 3px solid var(--gold); background: var(--cream); }
.privacy-caution strong { font-size: .76rem; text-transform: uppercase; letter-spacing: .05em; }
.privacy-caution p { margin: 3px 0 0; color: var(--ink-soft); font-size: .77rem; }
.legal-gate-notice { margin-top: 28px; padding: 22px; border: 1px solid var(--gold); background: var(--cream); }
.legal-gate-notice strong { font-family: var(--serif); font-size: 1.2rem; }
.legal-gate-notice p { margin: 6px 0 0; color: var(--ink-soft); font-size: .82rem; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { margin-bottom: 19px; }
.field label { display: block; margin-bottom: 7px; font-size: .72rem; font-weight: 750; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid rgba(23,61,53,.25); border-radius: 0; color: var(--ink); background: var(--paper); outline: none; transition: border .2s, box-shadow .2s; }
.field input, .field select { height: 50px; padding: 0 14px; }
.field textarea { min-height: 135px; padding: 12px 14px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,146,60,.15); }
.errorlist { margin: 5px 0 0; padding: 0; color: #9a3328; font-size: .72rem; list-style: none; }
.form-errors { margin-bottom: 18px; padding: 12px 15px; color: #812a21; background: #f8e2dc; font-size: .78rem; }
.checkbox-field { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin: 5px 0 24px; }
.checkbox-field input { width: 18px; height: 18px; margin-top: 4px; accent-color: var(--ink); }
.checkbox-field label { color: var(--ink-soft); font-size: .72rem; line-height: 1.5; }
.checkbox-field .errorlist { grid-column: 2; }
.booking-panel { display: grid; gap: 22px; }
.booking-card { padding: 46px; color: var(--white); background: var(--ink); }
.booking-icon { display: grid; width: 63px; height: 63px; margin-bottom: 42px; place-items: center; border: 1px solid rgba(240,198,108,.45); border-radius: 50%; }
.booking-icon svg { width: 29px; height: 29px; color: var(--gold-light); }
.booking-card h2 { color: var(--white); }
.booking-card > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.booking-card .button { width: 100%; margin-top: 18px; }
.booking-card > small { display: block; margin-top: 15px; color: rgba(255,255,255,.5); font-size: .65rem; }
.calendar-placeholder { margin-top: 28px; padding: 24px; border: 1px solid rgba(255,255,255,.17); }
.calendar-placeholder span { color: var(--gold-light); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.calendar-placeholder p { margin: 8px 0 0; color: rgba(255,255,255,.65); font-size: .8rem; }
.contact-alternatives { padding: 30px 35px; border: 1px solid var(--border); }
.contact-alternatives h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.contact-alternatives a { display: block; margin: 7px 0; font-size: .8rem; overflow-wrap: anywhere; }
.contact-alternatives p { margin: 15px 0 0; color: var(--ink-soft); font-size: .72rem; }
.emergency-note { padding: 38px 0; color: var(--white); background: #432f2a; }
.emergency-inner { display: grid; grid-template-columns: .35fr 1.3fr .45fr; align-items: center; gap: 35px; }
.emergency-inner strong { color: var(--gold-light); font-family: var(--serif); font-size: 1.25rem; }
.emergency-inner p { margin: 0; color: rgba(255,255,255,.72); font-size: .78rem; }
.emergency-inner a { font-weight: 750; }
.emergency-inner > a { font-size: .68rem; }

/* Blog */
.blog-hero { padding: 115px 0; color: var(--white); background: var(--ink); }
.blog-hero-grid { display: grid; grid-template-columns: 1.2fr .6fr; align-items: center; gap: 100px; }
.blog-hero h1 { max-width: 850px; margin-bottom: 25px; color: var(--white); font-size: clamp(3.8rem, 6vw, 6.4rem); }
.blog-hero-grid > div:first-child > p:last-child { max-width: 680px; color: rgba(255,255,255,.68); }
.blog-mark { display: grid; width: 290px; height: 290px; place-items: center; justify-self: center; border: 1px solid rgba(240,198,108,.45); border-radius: 50%; }
.blog-mark svg { width: 65px; height: 65px; color: var(--gold-light); }
.blog-mark span { margin-top: -85px; color: rgba(255,255,255,.5); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }
.blog-tools { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 55px; padding-bottom: 25px; border-bottom: 1px solid var(--border); }
.blog-tools form { display: flex; width: min(320px, 100%); border-bottom: 1px solid var(--ink); }
.blog-tools input { width: 100%; height: 44px; border: 0; color: var(--ink); background: transparent; outline: 0; }
.blog-tools form:focus-within { outline: 3px solid var(--gold); outline-offset: 4px; }
.blog-tools button { width: 44px; border: 0; color: var(--ink); background: transparent; cursor: pointer; font-size: 1.2rem; }
.blog-tools nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.blog-tools nav a { padding: 7px 12px; border: 1px solid var(--border); font-size: .68rem; font-weight: 750; text-decoration: none; }
.blog-tools nav a:hover, .blog-tools nav a[aria-current="page"] { color: var(--white); background: var(--ink); }
.results-label { display: flex; justify-content: space-between; margin: -30px 0 35px; font-size: .8rem; }
.results-label p { margin: 0; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.post-card { overflow: hidden; border: 1px solid var(--border); background: var(--white); transition: transform .25s, box-shadow .25s; }
.post-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); }
.post-cover { display: block; aspect-ratio: 1.6; overflow: hidden; background: var(--sage); }
.post-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.post-card:hover .post-cover img { transform: scale(1.03); }
.post-cover-art { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; background: linear-gradient(145deg, var(--sage), var(--cream)); }
.post-cover-art::before { position: absolute; top: 20%; left: 50%; width: 110px; height: 110px; border-radius: 50%; content: ""; background: var(--gold-light); transform: translateX(-50%); }
.post-cover-art::after { position: absolute; right: -70px; bottom: -100px; width: 250px; height: 250px; border: 1px solid rgba(23,61,53,.25); border-radius: 50%; content: ""; }
.post-card-body { padding: 28px; }
.post-meta { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 18px; color: var(--terracotta); font-size: .6rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.post-meta time { color: var(--ink-soft); }
.post-card h3 { margin-bottom: 14px; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.post-card h3 a { text-decoration: none; }
.post-card-body > p { display: -webkit-box; overflow: hidden; color: var(--ink-soft); font-size: .8rem; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.post-read { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; font-size: .7rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.post-read svg { width: 17px; height: 17px; }
.pagination { display: flex; align-items: center; justify-content: center; gap: 25px; margin-top: 45px; font-size: .75rem; }
.empty-blog { max-width: 760px; margin: 20px auto; padding: 70px 45px; border: 1px solid var(--border); text-align: center; }
.empty-blog > span { display: grid; width: 75px; height: 75px; place-items: center; margin: 0 auto 25px; border-radius: 50%; color: var(--white); background: var(--ink); font-family: var(--serif); font-size: 2rem; }
.empty-blog h2 { font-size: 2.8rem; }
.empty-blog p { max-width: 590px; margin: 0 auto 25px; color: var(--ink-soft); }
.editorial-promise { padding: 85px 0; color: var(--white); background: var(--terracotta); }
.editorial-promise .shell { display: grid; grid-template-columns: .5fr 1fr; gap: 80px; }
.editorial-promise h2 { color: var(--white); font-size: clamp(2.7rem, 4.5vw, 4.7rem); }
.editorial-promise h2 em { color: var(--gold-light); }
.editorial-promise p { color: rgba(255,255,255,.72); }

.article-header { padding: 80px 0 70px; background: var(--cream); }
.article-header-inner { max-width: 980px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 60px; color: var(--ink-soft); font-size: .68rem; }
.breadcrumbs a { text-decoration: none; }
.article-meta { display: flex; gap: 20px; margin-bottom: 22px; color: var(--terracotta); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-meta time { color: var(--ink-soft); }
.article-header h1 { max-width: 940px; margin-bottom: 25px; font-size: clamp(3.2rem, 5.5vw, 5.8rem); }
.article-deck { max-width: 800px; color: var(--ink-soft); font-family: var(--serif); font-size: 1.35rem; line-height: 1.45; }
.article-byline { display: flex; align-items: center; gap: 12px; margin-top: 30px; }
.byline-mark { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: var(--white); background: var(--ink); font-family: var(--serif); }
.article-byline strong, .article-byline small { display: block; }
.article-byline strong { font-size: .78rem; }
.article-byline small { color: var(--ink-soft); font-size: .65rem; }
.article-cover { max-width: 1180px; margin-top: 55px; }
.article-cover img { width: 100%; max-height: 680px; object-fit: cover; }
.article-cover figcaption { margin-top: 8px; color: var(--ink-soft); font-size: .65rem; }
.article-layout { display: grid; grid-template-columns: 210px minmax(0, 730px); justify-content: center; gap: 85px; padding-top: 80px; padding-bottom: 100px; }
.article-aside { position: sticky; top: 130px; align-self: start; padding-top: 10px; font-size: .72rem; }
.article-aside > p:first-child { font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-aside hr { margin: 28px 0; border: 0; border-top: 1px solid var(--border); }
.article-disclaimer { color: var(--ink-soft); }
.article-body { color: #294a43; font-size: 1.05rem; line-height: 1.85; }
.article-body h2 { margin: 2.2em 0 .7em; color: var(--ink); font-size: 2.5rem; }
.article-body h3 { margin: 2em 0 .7em; color: var(--ink); font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.article-body blockquote { margin: 2em 0; padding: 5px 0 5px 30px; border-left: 3px solid var(--gold); color: var(--ink); font-family: var(--serif); font-size: 1.4rem; }
.article-body a { color: var(--terracotta); }
.article-body li { margin-bottom: .45em; }
.article-end { margin-top: 65px; padding: 40px; background: var(--sage-soft); }
.article-end span { color: var(--terracotta); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-end p { font-family: var(--serif); font-size: 1.35rem; line-height: 1.45; }
.back-to-blog { padding: 30px 0 80px; }

/* Legal and errors */
.legal-hero { padding: 80px 0; background: var(--cream); }
.legal-hero h1 { margin: 0; font-size: clamp(3.3rem, 5vw, 5rem); }
.legal-hero p:last-child { color: var(--ink-soft); }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); justify-content: center; gap: 90px; }
.legal-layout aside { align-self: start; }
.legal-layout nav { display: grid; border-top: 1px solid var(--border); }
.legal-layout nav a { padding: 12px 0; border-bottom: 1px solid var(--border); font-size: .76rem; text-decoration: none; }
.legal-layout nav a[aria-current="page"] { color: var(--terracotta); font-weight: 800; }
.legal-layout article h2 { margin: 2em 0 .6em; font-size: 2rem; }
.legal-layout article p { color: var(--ink-soft); }
.legal-warning { padding: 20px 24px; border-left: 4px solid var(--terracotta); background: #f4e3d9; }
.legal-warning p { margin: 5px 0 0; font-size: .82rem; }
.error-page { min-height: 70vh; display: grid; place-items: center; padding: 90px 0; text-align: center; }
.error-page .shell { position: relative; }
.error-page .shell > span { position: absolute; z-index: -1; top: 50%; left: 50%; color: rgba(23,61,53,.04); font-family: var(--serif); font-size: 20rem; transform: translate(-50%,-50%); }
.error-page .eyebrow { justify-content: center; }
.error-page h1 { font-size: clamp(3.5rem, 6vw, 6rem); }
.error-page p:not(.eyebrow) { max-width: 580px; margin: 0 auto 30px; color: var(--ink-soft); }
.error-page .button-row { justify-content: center; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 16px; }
  .desktop-nav > a { font-size: .72rem; }
  .hero-grid { gap: 35px; }
  .hero-visual { min-height: 560px; }
  .service-card-grid { grid-template-columns: 1fr 1fr; }
  .service-card { min-height: 330px; }
  .service-card-top { margin-bottom: 35px; }
  .team-profile { grid-template-columns: 1fr; }
  .profile-visual { min-height: 350px; }
  .footer-grid { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 35px; }
  .service-detail { gap: 60px; }
  .service-visual { min-height: 440px; }
  .post-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 36px, 760px); }
  .section { padding: 90px 0; }
  .utility-inner { justify-content: center; }
  .utility-inner a { display: none; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .hero { background: var(--paper); }
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 40px; }
  .hero-copy { padding-bottom: 0; }
  .hero-visual { min-height: 560px; }
  .hero-note { right: 20px; }
  .hero-scroll { display: none; }
  .intro-grid, .process-grid, .faq-grid, .story-grid, .evidence-grid, .contact-grid, .policy-grid { grid-template-columns: 1fr; gap: 55px; }
  .process-intro { position: static; }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .faq-intro { max-width: 650px; }
  .page-hero { padding: 80px 0; }
  .page-hero-grid { gap: 45px; }
  .page-hero-art, .price-hero-card { min-height: 340px; }
  .story-number { width: min(430px, 100%); margin-inline: auto; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .team-full-grid { grid-template-columns: 1fr 1fr; }
  .evidence-art { min-height: 400px; }
  .service-index { overflow-x: auto; }
  .service-index nav { min-width: 760px; }
  .service-detail, .service-detail-reverse { grid-template-columns: 1fr 1fr; gap: 40px; }
  .service-detail-reverse .service-visual { order: 0; }
  .service-visual { min-height: 390px; }
  .service-copy .check-list { grid-template-columns: 1fr; }
  .modality-card-grid { grid-template-columns: 1fr; }
  .modality-card-grid article { min-height: 250px; }
  .modality-card-grid h3 { margin-top: 35px; }
  .scope-note-inner { grid-template-columns: 1fr; gap: 30px; padding: 45px; }
  .policy-icon { justify-self: center; }
  .emergency-inner { grid-template-columns: 1fr; gap: 12px; }
  .blog-hero-grid { grid-template-columns: 1fr .4fr; gap: 40px; }
  .blog-mark { width: 210px; height: 210px; }
  .blog-tools { align-items: flex-start; flex-direction: column; }
  .blog-tools nav { justify-content: flex-start; }
  .article-layout { grid-template-columns: 1fr; gap: 30px; }
  .article-aside { position: static; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
  .legal-layout { grid-template-columns: 1fr; gap: 40px; }
  .legal-layout nav { grid-template-columns: repeat(3, 1fr); }
  .legal-layout nav a { text-align: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 28px); }
  body { padding-bottom: 64px; font-size: 15px; }
  .section { padding: 72px 0; }
  .utility-bar { display: none; }
  .header-inner { min-height: 74px; }
  .brand img { width: 155px; }
  .mobile-nav nav { top: 74px; }
  .toast-region { top: 88px; right: 14px; left: 14px; }
  .hero { min-height: auto; }
  .hero-grid { padding-top: 35px; padding-bottom: 50px; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 4.6rem); }
  .hero-lead { font-size: 1rem; }
  .button-row { align-items: flex-start; flex-direction: column; gap: 20px; }
  .button { width: 100%; }
  .trust-list { display: grid; gap: 11px; }
  .hero-visual { min-height: 440px; margin-top: 5px; }
  .hero-visual picture { border-radius: 130px 130px 3px 3px; }
  .hero-note { right: 8px; bottom: 18px; left: 8px; max-width: none; padding: 14px; }
  .intro-grid h2, .section-heading h2, .process-intro h2, .faq-intro h2 { font-size: 2.75rem; }
  .service-card-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; }
  .accordion summary { min-height: 72px; font-size: 1.08rem; }
  .final-cta { padding: 75px 0; text-align: center; }
  .final-cta-inner { align-items: stretch; flex-direction: column; gap: 35px; }
  .final-cta .eyebrow { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom nav { gap: 12px 20px; }
  .mobile-book { position: fixed; z-index: 150; right: 0; bottom: 0; left: 0; display: flex; height: 64px; align-items: center; justify-content: center; gap: 10px; color: var(--ink); background: var(--gold-light); font-size: .83rem; font-weight: 800; text-decoration: none; box-shadow: 0 -8px 25px rgba(16,45,39,.14); }
  .mobile-book svg { width: 20px; height: 20px; }
  .page-hero h1 { font-size: clamp(3.1rem, 14vw, 4.3rem); }
  .arch-art { min-height: 320px; padding: 35px; }
  .story-grid h2, .values-section h2, .team-full h2, .evidence-section h2 { font-size: 2.75rem; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article { min-height: 230px; }
  .values-grid h3 { margin-top: 35px; }
  .team-full-grid { grid-template-columns: 1fr; }
  .profile-visual { min-height: 300px; }
  .evidence-art { min-height: 340px; }
  .services-orbit { width: 290px; height: 290px; }
  .service-detail, .service-detail-reverse { grid-template-columns: 1fr; padding: 55px 0; }
  .service-visual { width: min(100%, 520px); height: clamp(330px, 75vw, 390px); min-height: 0; justify-self: center; }
  .service-visual > span { bottom: 18px; left: 18px; width: 64px; height: 64px; font-size: 1.3rem; }
  .scope-note-inner { padding: 30px 22px; }
  .scope-note .button { width: 100%; }
  .pricing-card { padding: 30px 22px; }
  .pricing-card-head { align-items: flex-start; flex-direction: column; }
  .mode-price { grid-template-columns: 1fr; gap: 18px; }
  .mode-price > i { width: 100%; height: 1px; }
  .mode-price > div { grid-template-columns: 1fr auto; align-items: center; }
  .mode-price > div span { grid-column: 1 / -1; }
  .mode-price small { text-align: right; }
  .policy-icon { width: 260px; height: 260px; }
  .policy-icon svg { top: 70px; }
  .pricing-faq-grid { align-items: stretch; flex-direction: column; }
  .form-panel, .booking-card { padding: 30px 22px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-quick { font-size: .82rem; }
  .emergency-note { padding: 30px 0; }
  .blog-hero { padding: 80px 0; }
  .blog-hero-grid { grid-template-columns: 1fr; }
  .blog-hero h1 { font-size: clamp(3.2rem, 14vw, 4.5rem); }
  .blog-mark { display: none; }
  .post-grid { grid-template-columns: 1fr; }
  .blog-tools form { width: 100%; }
  .empty-blog { padding: 50px 22px; }
  .editorial-promise .shell { grid-template-columns: 1fr; gap: 20px; }
  .article-header { padding: 55px 0; }
  .breadcrumbs { margin-bottom: 40px; }
  .article-header h1 { font-size: clamp(3rem, 13vw, 4.2rem); }
  .article-deck { font-size: 1.15rem; }
  .article-layout { padding-top: 55px; }
  .article-body { font-size: 1rem; }
  .article-body h2 { font-size: 2.1rem; }
  .article-end { padding: 28px 22px; }
  .legal-layout nav { grid-template-columns: 1fr; }
  .legal-layout nav a { text-align: left; }
  .error-page .shell > span { font-size: 12rem; }
}

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

@media print {
  .utility-bar, .site-header, .site-footer, .mobile-book, .final-cta, .blog-tools, .back-to-blog { display: none !important; }
  body { color: #000; background: #fff; }
  .section { padding: 30px 0; }
  a { color: #000; }
}
