:root {
  --ivory: #f4f3ee;
  --ivory-soft: #fbfaf7;
  --rose: #e0afa0;
  --rose-deep: #d0a395;
  --rose-pale: #ecd4cd;
  --grey: #bcb8b1;
  --grey-soft: #ddd9d2;
  --ink: #302a27;
  --ink-soft: #675d58;
  --line: rgba(48, 42, 39, .17);
  --white: #ffffff;
  --heading: Georgia, "Times New Roman", serif;
  --body: "Aptos", "Segoe UI", Arial, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--body); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
::selection { background: var(--rose); color: var(--ink); }

.skip-link { position: fixed; left: 18px; top: -80px; z-index: 1000; padding: 10px 15px; background: var(--ink); color: var(--ivory); transition: .2s; }
.skip-link:focus { top: 18px; }


.side-rail { position: fixed; inset: 0 auto 0 0; z-index: 15; width: 58px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; border-right: 1px solid var(--line); background: rgba(244,243,238,.88); backdrop-filter: blur(12px); }
.side-rail span, .side-rail small { writing-mode: vertical-rl; transform: rotate(180deg); text-transform: uppercase; letter-spacing: .18em; white-space: nowrap; }
.side-rail span { font-size: 9px; font-weight: 700; }
.side-rail small { font-size: 8px; color: var(--ink-soft); }
.side-rail i { width: 1px; height: 70px; background: var(--ink); }

.site-header { position: relative; z-index: 50; margin-left: 58px; border-bottom: 1px solid var(--line); background: rgba(244,243,238,.92); backdrop-filter: blur(14px); transition: box-shadow .3s ease; }
.site-header.is-sticky { position: fixed; top: 0; right: 0; left: 0; box-shadow: 0 10px 40px rgba(48,42,39,.08); }
.header-inner { width: min(100% - 64px, 1360px); min-height: 92px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.wordmark { display: inline-flex; align-items: center; gap: 13px; }
.wordmark-mark { display: grid; place-items: center; width: 46px; height: 46px; transition: .3s ease; }
.wordmark-mark img { width: 100%; height: 100%; object-fit: contain; }
.wordmark:hover .wordmark-mark { transform: rotate(-8deg); }
.wordmark-copy { display: flex; flex-direction: column; line-height: 1; }
.wordmark-copy strong { font: 500 25px/1 var(--heading); letter-spacing: -.03em; }
.wordmark-copy small { margin-top: 5px; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; }
.primary-menu { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); }
.primary-menu > a:not(.header-cta) { position: relative; font-size: 12px; font-weight: 650; text-transform: uppercase; letter-spacing: .1em; }
.primary-menu > a:not(.header-cta)::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--ink); transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.primary-menu > a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { display: inline-flex; align-items: center; gap: 18px; padding: 13px 18px; border: 1px solid var(--ink); background: var(--rose); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; transition: .25s ease; }
.header-cta:hover { background: var(--ink); color: var(--ivory); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--ink); background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 1px; margin: 6px auto; background: var(--ink); transition: .25s; }

main, .site-footer { margin-left: 58px; }
.section { padding: 130px max(32px, calc((100vw - 1360px) / 2)); }
.section-label { display: flex; align-items: center; gap: 16px; margin: 0 0 28px; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .2em; }
.section-label span { display: inline-grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--ink); border-radius: 50%; letter-spacing: 0; }
.section-label--light span { border-color: currentColor; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2 { font-family: var(--heading); font-weight: 500; letter-spacing: -.045em; }
h2 { margin: 0; font-size: clamp(46px, 6vw, 86px); line-height: .98; }

.hero { padding: 54px max(32px, calc((100vw - 1360px) / 2)) 0; min-height: calc(100vh - 92px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr); align-items: center; min-height: 650px; border-bottom: 1px solid var(--line); }
.hero-copy { padding: 70px 8vw 80px 0; }
.hero h1 { max-width: 900px; margin: 0; font-size: clamp(62px, 7.7vw, 122px); line-height: .88; }
.hero-lead { max-width: 690px; margin: 38px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .11em; cursor: pointer; transition: .3s var(--ease); }
.button span { font-size: 18px; font-weight: 400; }
.button--dark { background: var(--ink); color: var(--ivory); }
.button--dark:hover { background: var(--rose); color: var(--ink); transform: translateY(-3px); }
.button--outline { border-color: var(--ink); }
.button--outline:hover { background: var(--ink); color: var(--ivory); }
.button--ivory { background: var(--ivory); color: var(--ink); }
.button--ivory:hover { background: var(--rose-pale); }
.text-link { display: inline-flex; align-items: center; gap: 15px; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; border-bottom: 1px solid var(--ink); padding-bottom: 6px; }

.hero-art { position: relative; min-height: 650px; overflow: hidden; border-left: 1px solid var(--line); }
.hero-arch { position: absolute; inset: 40px 0 0 9%; background: var(--rose); border-radius: 230px 230px 0 0; }
.editorial-card { position: absolute; top: 108px; left: 2%; z-index: 2; width: min(78%, 430px); min-height: 500px; padding: 34px; background: var(--ivory-soft); box-shadow: 0 32px 70px rgba(48,42,39,.16); transform: rotate(-3deg); }
.editorial-card::before { content: ""; position: absolute; inset: 13px; border: 1px solid var(--line); pointer-events: none; }
.editorial-card__top { position: relative; display: flex; justify-content: space-between; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-size: 8px; font-weight: 750; text-transform: uppercase; letter-spacing: .16em; }
.status-dot::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--rose-deep); }
.editorial-title { position: relative; width: 78%; height: 12px; margin-top: 34px; background: var(--ink); }
.editorial-title--short { width: 53%; margin-top: 10px; }
.editorial-meta { position: relative; display: flex; gap: 10px; margin: 24px 0; }
.editorial-meta i { width: 52px; height: 4px; background: var(--grey-soft); }
.editorial-body { position: relative; display: grid; gap: 13px; padding: 24px 0; border-top: 1px solid var(--line); }
.editorial-body span { width: 100%; height: 5px; background: var(--grey-soft); }
.editorial-body span:nth-child(2) { width: 86%; }
.editorial-body span:nth-child(4) { width: 73%; }
.editorial-body .marked { width: 91%; background: linear-gradient(transparent 0 20%, var(--rose-pale) 20% 90%, transparent 90%); }
.editor-comment { position: relative; margin-top: 28px; padding: 18px; border-left: 3px solid var(--rose-deep); background: #f0e8e4; }
.editor-comment span { font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.editor-comment p { margin: 5px 0 0; font: 18px/1.35 var(--heading); }
.round-seal { position: absolute; right: 3%; bottom: 52px; z-index: 3; width: 126px; height: 126px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--ivory); animation: sealFloat 4s ease-in-out infinite; }
.round-seal::before { content: ""; position: absolute; inset: 8px; border: 1px solid var(--line); border-radius: inherit; }
.round-seal span { position: absolute; font-size: 7px; font-weight: 750; text-transform: uppercase; letter-spacing: .18em; }
.round-seal span:first-child { top: 25px; }
.round-seal span:last-child { bottom: 25px; }
.round-seal b { font: 38px/1 var(--heading); }
.hero-index { position: absolute; right: 3%; top: 67px; z-index: 2; font: 18px/1.1 var(--heading); text-align: right; }
.hero-index span { font: 8px/1 var(--body); letter-spacing: .18em; }
@keyframes sealFloat { 50% { transform: translateY(-9px) rotate(3deg); } }

.principles { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.principles div { display: flex; align-items: center; min-height: 116px; padding: 22px 30px; border-right: 1px solid var(--line); }
.principles div:last-child { border-right: 0; }
.principles strong { margin-right: 18px; color: var(--rose-deep); font: 28px/1 var(--heading); }
.principles span { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.section-intro { display: grid; grid-template-columns: .8fr 1.25fr .7fr; gap: 50px; align-items: end; margin-bottom: 80px; }
.section-intro .section-label { align-self: start; }
.section-intro > p:last-child { margin: 0; color: var(--ink-soft); }
.section-intro--compact { grid-template-columns: .55fr 1.45fr; align-items: start; }

.services { background: var(--ivory-soft); }
.service-list { border-top: 1px solid var(--ink); }
.service-row { display: grid; grid-template-columns: 75px minmax(250px, .8fr) 1.1fr 66px; gap: 24px; align-items: center; min-height: 154px; padding: 22px 0; border-bottom: 1px solid var(--line); transition: .35s var(--ease); }
.service-row:hover { padding-inline: 28px; background: var(--rose-pale); }
.service-no { font: 16px/1 var(--heading); }
.service-row h3 { margin: 0; font: 500 clamp(30px, 3vw, 46px)/1 var(--heading); letter-spacing: -.035em; }
.service-row p { max-width: 520px; margin: 0; color: var(--ink-soft); }
.service-row a { display: grid; place-items: center; width: 54px; height: 54px; justify-self: end; border: 1px solid var(--ink); border-radius: 50%; font-size: 21px; transition: .25s ease; }
.service-row:hover a { background: var(--ink); color: var(--ivory); transform: rotate(45deg); }

.manifesto { position: relative; min-height: 740px; overflow: hidden; display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: end; background: var(--rose); }
.manifesto-shape { position: absolute; width: 48vw; aspect-ratio: 1; top: -36%; right: -12%; border: 1px solid rgba(48,42,39,.25); border-radius: 50%; }
.manifesto-shape::before, .manifesto-shape::after { content: ""; position: absolute; border: 1px solid rgba(48,42,39,.18); border-radius: 50%; }
.manifesto-shape::before { inset: 12%; }
.manifesto-shape::after { inset: 25%; }
.manifesto-content { position: relative; z-index: 2; max-width: 1000px; }
.manifesto blockquote { margin: 0; font: 500 clamp(58px, 8vw, 126px)/.9 var(--heading); letter-spacing: -.05em; }
.manifesto-content > p:last-child { max-width: 660px; margin: 42px 0 0; font-size: 18px; }
.manifesto-note { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--ink); }
.manifesto-note span { padding: 20px 4px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .14em; }

.process { background: var(--ivory); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid var(--ink); }
.process-item { position: relative; min-height: 360px; padding: 44px 30px 30px 0; border-right: 1px solid var(--line); }
.process-item:not(:first-child) { padding-left: 30px; }
.process-item:last-child { border-right: 0; }
.process-item > span { position: absolute; right: 20px; bottom: 0; color: rgba(224,175,160,.35); font: 120px/.8 var(--heading); }
.process-item h3 { position: relative; margin: 55px 0 18px; font: 500 30px/1 var(--heading); }
.process-item p { position: relative; max-width: 260px; margin: 0; color: var(--ink-soft); }
.process-item::before { content: ""; position: absolute; top: -7px; left: 0; width: 13px; height: 13px; border-radius: 50%; background: var(--rose-deep); }
.process-item:not(:first-child)::before { left: 30px; }

.expertise { background: var(--grey); }
.expertise-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: center; }
.expertise-copy p:not(.section-label) { max-width: 570px; margin: 32px 0 38px; }
.subject-board { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.subject-board span { display: grid; place-items: center; min-height: 108px; padding: 16px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 750; text-align: center; text-transform: uppercase; letter-spacing: .1em; transition: .25s ease; }
.subject-board span:hover { background: var(--ivory); transform: translate(-5px, -5px); box-shadow: 5px 5px 0 var(--ink); }

.comparison { background: var(--ivory-soft); }
.comparison-grid { display: grid; grid-template-columns: 1fr 90px 1fr; align-items: stretch; margin-top: 70px; }
.comparison-panel { min-height: 340px; padding: 46px; border: 1px solid var(--ink); }
.comparison-panel span { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.comparison-panel p { margin: 70px 0 0; font: 500 clamp(27px, 3vw, 43px)/1.18 var(--heading); letter-spacing: -.03em; }
.comparison-panel--before { color: var(--ink-soft); background: var(--grey-soft); }
.comparison-panel--after { background: var(--rose-pale); }
.comparison-divider { display: grid; place-items: center; }
.comparison-divider span { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--ink); border-radius: 50%; font-size: 24px; }

.faq { background: var(--ivory); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; }
.faq-heading { position: sticky; top: 140px; align-self: start; }
.faq-heading p:last-child { max-width: 460px; margin-top: 34px; color: var(--ink-soft); }
.accordion { border-top: 1px solid var(--ink); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 28px 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.accordion-item button span { font: 500 25px/1.2 var(--heading); }
.accordion-item button i { display: grid; place-items: center; flex: 0 0 38px; height: 38px; border: 1px solid var(--ink); border-radius: 50%; font-style: normal; }
.accordion-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }
.accordion-answer p { overflow: hidden; max-width: 720px; margin: 0; color: var(--ink-soft); }
.accordion-item.active .accordion-answer { grid-template-rows: 1fr; }
.accordion-item.active .accordion-answer p { padding-bottom: 30px; }
.accordion-item.active button i { background: var(--rose); }

.contact { padding-top: 0; background: var(--ivory); }
.contact-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; padding: 85px; background: var(--ink); color: var(--ivory); border-radius: 0 120px 0 0; }
.contact-copy h2 { max-width: 660px; }
.contact-copy > p:not(.section-label) { max-width: 490px; margin: 32px 0; color: rgba(244,243,238,.7); }
.contact-details { display: flex; flex-direction: column; gap: 8px; margin-top: 48px; font-size: 12px; }
.contact-details a { text-decoration: underline; text-underline-offset: 4px; }
.contact-details span { color: rgba(244,243,238,.6); }
.assessment-form { padding: 38px; background: var(--ivory); color: var(--ink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.assessment-form label { display: block; margin-bottom: 22px; }
.assessment-form label > span { display: block; margin-bottom: 9px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.assessment-form input, .assessment-form select, .assessment-form textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; outline: 0; background: transparent; color: var(--ink); transition: border-color .2s; }
.assessment-form textarea { resize: vertical; }
.assessment-form input:focus, .assessment-form select:focus, .assessment-form textarea:focus { border-color: var(--rose-deep); }
.form-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 10px; }
.form-bottom small { color: var(--ink-soft); }
.form-message { display: none; margin: 18px 0 0; padding: 12px 14px; font-size: 12px; }
.form-message.show { display: block; }
.form-message.error { background: #efe0da; }
.form-message.success { background: #ddd9d2; }

.site-footer { padding: 65px max(32px, calc((100vw - 1360px) / 2)) 26px; background: var(--grey); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 50px; padding-bottom: 55px; }
.footer-top > p { max-width: 480px; margin: 0; }
.footer-copy { max-width: 480px; }
.footer-copy > p { margin: 0; }
.social-links { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.social-links a { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--ink); border-radius: 50%; transition: transform .25s ease, background-color .25s ease, color .25s ease; }
.social-links a:hover, .social-links a:focus-visible { background: var(--rose); transform: translateY(-3px); outline: none; }
.social-links svg { width: 20px; height: 20px; fill: currentColor; }
.footer-arrow { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid var(--ink); border-radius: 50%; font-size: 24px; transition: .25s; }
.footer-arrow:hover { background: var(--rose); transform: translateY(-5px); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid var(--ink); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.footer-bottom div { display: flex; gap: 25px; }
.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 46px; height: 46px; border: 1px solid var(--ink); border-radius: 50%; background: var(--rose); opacity: 0; visibility: hidden; transform: translateY(12px); transition: .25s; cursor: pointer; }
.back-to-top.show { opacity: 1; visibility: visible; transform: none; }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .14s; }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr 420px; }
  .hero h1 { font-size: clamp(58px, 8vw, 92px); }
  .hero-copy { padding-right: 5vw; }
  .section-intro { grid-template-columns: .6fr 1.25fr; }
  .section-intro > p:last-child { grid-column: 2; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-note { max-width: 380px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-item:nth-child(2) { border-right: 0; }
  .process-item:nth-child(3), .process-item:nth-child(4) { border-top: 1px solid var(--line); }
  .expertise-grid { gap: 5vw; }
  .contact-shell { padding: 60px; }
}

@media (max-width: 860px) {
  .side-rail { display: none; }
  .site-header, main, .site-footer { margin-left: 0; }
  .header-inner { width: min(100% - 36px, 1360px); min-height: 78px; }
  .menu-toggle { display: block; z-index: 3; }
  .menu-toggle.active span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle.active span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .primary-menu { position: fixed; inset: 78px 18px auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; background: var(--ivory); border: 1px solid var(--ink); box-shadow: 0 20px 50px rgba(48,42,39,.15); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s ease; }
  .primary-menu.open { opacity: 1; visibility: visible; transform: none; }
  .primary-menu > a:not(.header-cta) { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .header-cta { justify-content: center; margin-top: 14px; }
  .hero { padding-top: 20px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 65px 0 70px; }
  .hero-art { min-height: 590px; border-left: 0; border-top: 1px solid var(--line); }
  .principles { grid-template-columns: repeat(2, 1fr); }
  .principles div:nth-child(2) { border-right: 0; }
  .principles div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 95px 28px; }
  .section-intro, .section-intro--compact { grid-template-columns: 1fr; gap: 24px; }
  .section-intro > p:last-child { grid-column: auto; }
  .service-row { grid-template-columns: 55px 1fr 58px; }
  .service-row p { grid-column: 2; }
  .service-row a { grid-column: 3; grid-row: 1 / 3; }
  .manifesto { min-height: 680px; padding-block: 95px; }
  .expertise-grid, .faq-grid, .contact-shell { grid-template-columns: 1fr; }
  .expertise-grid { gap: 60px; }
  .faq-heading { position: static; }
  .comparison-grid { grid-template-columns: 1fr; }
  .comparison-divider { min-height: 80px; }
  .comparison-divider span { transform: rotate(90deg); }
  .contact-shell { padding: 55px 40px; border-radius: 0 80px 0 0; }
  .footer-top { grid-template-columns: 1fr auto; }
  .footer-top > p, .footer-copy { grid-column: 1 / 3; }
}

@media (max-width: 560px) {
  .wordmark-copy strong { font-size: 21px; }
  .wordmark-copy small { letter-spacing: .14em; }
  .wordmark-mark { width: 41px; height: 41px; font-size: 28px; }
  .hero { padding-inline: 18px; }
  .hero h1 { font-size: 54px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .text-link { width: max-content; }
  .hero-art { min-height: 510px; }
  .hero-arch { inset: 35px 0 0 4%; border-radius: 160px 160px 0 0; }
  .editorial-card { top: 86px; left: 0; width: 78%; min-height: 390px; padding: 24px; }
  .round-seal { width: 100px; height: 100px; right: 1%; bottom: 35px; }
  .round-seal span { font-size: 6px; }
  .round-seal span:first-child { top: 19px; }
  .round-seal span:last-child { bottom: 19px; }
  .principles { grid-template-columns: 1fr; }
  .principles div { border-right: 0; border-bottom: 1px solid var(--line); min-height: 92px; }
  .principles div:last-child { border-bottom: 0; }
  .section { padding: 76px 18px; }
  h2 { font-size: 48px; }
  .section-intro { margin-bottom: 50px; }
  .service-row { grid-template-columns: 42px 1fr 46px; gap: 14px; min-height: 175px; }
  .service-row:hover { padding-inline: 12px; }
  .service-row h3 { font-size: 31px; }
  .service-row p { font-size: 14px; }
  .service-row a { width: 43px; height: 43px; }
  .manifesto blockquote { font-size: 59px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-item, .process-item:not(:first-child) { min-height: 300px; padding: 34px 12px 24px 0; border-right: 0; border-top: 1px solid var(--line); }
  .process-item:first-child { border-top: 0; }
  .process-item:not(:first-child)::before { left: 0; }
  .process-item > span { font-size: 100px; }
  .subject-board { grid-template-columns: repeat(2, 1fr); }
  .subject-board span { min-height: 92px; font-size: 9px; }
  .comparison-panel { min-height: 300px; padding: 30px 24px; }
  .comparison-panel p { margin-top: 50px; font-size: 29px; }
  .accordion-item button span { font-size: 21px; }
  .contact-shell { padding: 44px 20px; border-radius: 0 52px 0 0; }
  .assessment-form { padding: 24px 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-bottom { flex-direction: column; align-items: stretch; }
  .footer-top { grid-template-columns: 1fr; gap: 26px; }
  .footer-top > p, .footer-copy { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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

/* Full-stack form and contact additions */
.website-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.assessment-form button:disabled{opacity:.62;cursor:wait}
.contact-details{display:grid;gap:.55rem}.contact-details a{width:max-content;max-width:100%}
.form-bottom small a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.whatsapp-float{position:fixed;left:22px;bottom:22px;z-index:1090;display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#1f8f5f;color:#fff;font:800 14px/1 Arial,sans-serif;text-decoration:none;box-shadow:0 16px 38px rgba(26,91,65,.32);transition:transform .25s ease}.whatsapp-float:hover{transform:translateY(-2px)}
.legal-page{min-height:100vh;background:#f4f3ee;color:#252525}.legal-shell{width:min(860px,calc(100% - 40px));margin:0 auto;padding:130px 0 90px}.legal-shell h1{font-size:clamp(2.4rem,7vw,5.5rem);line-height:.95;margin:0 0 34px}.legal-shell h2{margin:34px 0 12px;font-size:1.5rem}.legal-shell p,.legal-shell li{line-height:1.75;color:#4b4945}.legal-shell a{color:#81344d}.legal-back{display:inline-block;margin-bottom:40px;text-decoration:none;font-weight:700}
.legal-social-links{width:min(860px,calc(100% - 40px));margin:-55px auto 90px}.legal-social-links .social-links{margin-top:0}
@media(max-width:600px){.whatsapp-float{left:14px;bottom:14px;width:54px;height:54px}.legal-shell{width:min(100% - 28px,860px);padding-top:100px}}


/* Custom CMS compatibility: preserves the existing design while allowing global colours and new pages. */
html[data-theme="dark"] body{background:var(--ivory);color:var(--ink)}
.cms-page-main{min-height:70vh;margin-left:58px}
.cms-page-main.legal-main{width:auto;margin-left:58px;padding:0}
.cms-page-main .legal-shell{width:min(900px,calc(100% - 64px));margin:0 auto;padding:110px 0}
.cms-page-main .legal-shell h1{font-size:clamp(3rem,8vw,7rem);line-height:.92}
.cms-page-main .legal-shell h2{font-size:clamp(1.8rem,3vw,3rem);line-height:1.08;margin-top:48px}
.cms-page-main .legal-shell p,.cms-page-main .legal-shell li{max-width:780px}
.service-row,.assessment-form,.editorial-card,.contact-shell,.header-cta,.button{border-radius:var(--cms-radius,0px)}
@media(max-width:860px){.cms-page-main,.cms-page-main.legal-main{margin-left:0}.cms-page-main .legal-shell{width:min(100% - 40px,900px);padding:90px 0}}
