/* Infinite — people-first editorial theme. Convoa reference, original design. */
:root {
  --ink: #171914;
  --lime: #e8f99b;
  --lavender: #e9e5fb;
  --green: #e0efcd;
  --paper: #ffffff;
  --color-bg: var(--paper);
  --color-bg-alt: #f6f6f0;
  --color-surface: var(--paper);
  --color-bg-card: var(--paper);
  --color-text: var(--ink);
  --color-text-primary: var(--ink);
  --color-text-secondary: #50544a;
  --color-text-tertiary: #606357;
  --color-text-inverse: #fff;
  --color-dark: var(--ink);
  --color-dark-alt: #292d25;
  --color-accent: var(--ink);
  --color-accent-hover: #343d25;
  --color-accent-light: var(--lavender);
  --color-accent-pale: var(--green);
  --color-border: #d3d6cd;
  --color-border-strong: #72776a;
  --blue-50: #f6f6f0;
  --blue-100: var(--lavender);
  --blue-200: var(--green);
  --blue-500: var(--ink);
  --blue-600: var(--ink);
  --blue-700: #343d25;
  --blue-800: var(--ink);
  --font-sans: 'Manrope', sans-serif;
  --font-body: 'Manrope', sans-serif;
  --font-display: 'Manrope', sans-serif;
  --radius-sm: 7px;
  --radius-md: 12px;
  --radius-lg: 12px;
  --radius-xl: 12px;
  --radius-2xl: 12px;
  --max-w: 1220px;
  --nav-h: 76px;
  --gutter: clamp(24px, 5vw, 80px);
  --shadow-blue: none;
  --shadow-sm: 0 2px 6px #17191408;
  --shadow-md: 0 9px 24px #1719140c;
  --shadow-lg: 0 16px 48px #17191415;
}
html { scrollbar-color: #a5ad97 #f6f6f0; }
body { color: var(--ink); background: #fff; font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink); font-weight: 650; letter-spacing: -.04em; }
h1, h2 { text-wrap: balance; }
p { text-wrap: pretty; }
mark { background: var(--lime); color: inherit; padding: 0 .09em .025em; border-radius: 3px; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
a { color: var(--color-accent); text-underline-offset: .23em; }
.skip-link { color: var(--paper); background: var(--ink); }
::selection { color: var(--ink); background: var(--lime); }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 5px; }
input, select, textarea { caret-color: var(--ink); }
.rune-icon { display: inline-block; flex-shrink: 0; vertical-align: middle; color: inherit; }
.section { padding-block: clamp(68px, 7.5vw, 108px); }
.section--alt { background: #f6f6f0; }
.section-title, .feature-title { letter-spacing: -.04em; }
.nav, .nav.scrolled, .nav.nav-scrolled { background: #fff; border-bottom: 1px solid transparent; box-shadow: none; }
.nav.scrolled, .nav.nav-scrolled { border-color: var(--color-border); }
.nav-inner { width: min(var(--max-w), 100% - var(--gutter)*2); padding-inline: 0; gap: 24px; }
.nav-logo { grid-template-columns: 47px auto; column-gap: 10px; }
.nav-logo-mark { width: 47px; height: 43px; display: flex; align-items: center; justify-content: center; background: var(--green); border-radius: 50%; }
.nav-logo-mark svg { width: 42px; height: 32px; }
body .nav-logo-mark svg path { stroke: var(--ink) !important; }
body .nav-logo-mark svg circle:first-of-type { fill: var(--ink) !important; }
.nav-logo-name { font-size: 25px; font-weight: 750; letter-spacing: -.04em; color: var(--ink); }
.nav-logo-sub { font-size: 8px; letter-spacing: .13em; color: #50544a; }
.nav-links { gap: 4px; }
.nav-links a, .nav-dropdown-toggle { color: var(--ink); font-size: 13px; font-weight: 550; padding-inline: 12px; }
.nav-links a:hover, .nav-dropdown-toggle:hover { color: var(--ink); background: #f5f5ef; }
.nav-actions { gap: 10px; margin-left: 4px; }
.nav-dropdown-menu { background: #fff; border: 1px solid var(--ink); border-radius: 10px; box-shadow: 0 5px 0 var(--ink); }
.nav-dropdown-menu a:hover, .nav-dropdown-menu a:focus-visible { background: var(--lavender); color: var(--ink); }
.nav-mobile-menu, .nav-mobile { background: #fff; border-color: var(--color-border); }
.nav-hamburger { color: var(--ink); border-radius: 7px; }
.btn, .btn-primary:not(.btn), .btn-nav-cta, button.form-submit, .nav-mobile-cta { font-size: 14px; font-weight: 650; border-radius: 7px !important; min-height: 49px; padding: 14px 23px; gap: 10px; letter-spacing: -.015em; text-transform: none; }
.btn-primary, .btn-nav-cta, button.form-submit, .nav-mobile-cta { background: var(--ink); border: 1px solid var(--ink); color: #fff; }
.btn-primary:hover, .btn-nav-cta:hover, button.form-submit:hover, .nav-mobile-cta:hover { background: #343d25; color: #fff; border-color: #343d25; box-shadow: none; }
.btn-outline, .btn-secondary, .btn-ghost-dark { border: 1px solid var(--ink); background: #fff; color: var(--ink); }
.btn-outline:hover, .btn-secondary:hover, .btn-ghost-dark:hover { background: var(--lavender); color: var(--ink); border-color: var(--ink); }
.btn svg { width: 18px; height: 18px; margin-left: 0; }
.motion-toggle { color: var(--ink); background: var(--lavender); border: 1px solid #96938e; min-height: 44px; min-width: 44px; border-radius: 7px; }
.motion-progress { height: 3px; background: var(--ink); }
body .cta-dark { color: var(--ink); background: var(--lavender); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.cta-title, .cta-sub, .cta-dark .btn-ghost-dark { color: var(--ink); }
.cta-dark .btn-ghost-dark { border-color: var(--ink); }
body .service-card, body .feature-card { border-color: var(--color-border); box-shadow: none; }
body .service-card:hover { border-color: var(--ink); }
.service-card-link { min-height: 44px; }
body .service-icon-wrap, body .feature-icon { color: var(--ink); }
body .callout, body .info-callout { background: var(--lavender); border: 1px solid var(--color-border); }
body .callout h3, body .info-callout h3 { color: var(--ink); }
body .faq-item { border-color: var(--color-border); }
body .stats-bar { background: var(--green); border-block: 1px solid var(--color-border); }
body .stat-number { color: var(--ink); }
body .stat-label { color: #50544a; }
body .contact-section { background: var(--green); border-block: 1px solid var(--ink); }
body .contact-info-title { color: var(--ink); font-size: clamp(36px,4vw,54px); line-height: 1.13; max-width: none; }
body .contact-info-body { font-size: 15px; color: #404639; max-width: 42ch; }
body .contact-form-wrap { background: #fff; border: 1px solid var(--ink); border-radius: 12px; padding: 36px; box-shadow: 0 5px 0 var(--ink); }
body .form-group label { font-size: 14px; font-weight: 650; color: var(--ink); }
body .form-group input, body .form-group select, body .form-group textarea { background: #fff; border: 1px solid #a0a498; border-radius: 6px; font-size: 16px; color: var(--ink); }
body .form-group input:focus, body .form-group select:focus, body .form-group textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px var(--lavender); }
body .form-group input::placeholder, body .form-group textarea::placeholder { color: #65685e; }
body .contact-item-icon { background: #fff; color: var(--ink); border: 1px solid #939b83; border-radius: 50%; }
body .contact-item-label, body .contact-item-value { color: var(--ink); }
body .form-group [aria-invalid='true'] { border-color: #a52327; }
body .form-error { color: #a52327; }
body .footer { background: #fff; border: 0; }
.footer-inner { padding-block: 70px 55px; gap: 65px; }
.footer-brand-logo { font-size: 19px; font-weight: 650; letter-spacing: -.03em; }
.footer-brand-logo, .footer-col-title { color: var(--ink); }
.footer-brand-logo .nav-logo-mark { min-width: 44px; }
.footer-col h3, .footer-col h4 { color: var(--ink); font-size: 13px; letter-spacing: -.01em; margin-bottom: 20px; }
.footer-tagline, .footer-brand-desc, .footer-brand-services, .footer-cert, .footer-links a, .footer-col a, .footer-legal, .footer-legal-links a { color: #53584b; }
.footer-cert { font-size: 10px; letter-spacing: .03em; line-height: 1.8; }
.footer-col a { font-size: 14px; display: inline-flex; align-items: center; min-height: 44px; }
.footer-social { border: 1px solid var(--color-border); background: #fff; border-radius: 50%; color: var(--ink); min-width: 44px; min-height: 44px; }
.footer-social:hover { background: var(--lavender); color: var(--ink); }
.footer-bottom { border-color: var(--color-border); padding-block: 22px; }
body .cookie-banner { background: #fff; border-top: 1px solid var(--ink); box-shadow: none; }
body .cookie-banner-text { color: #50544a; }
body .cookie-btn-accept, body .cookie-modal-save { color: #fff; background: var(--ink); border-color: var(--ink); }
body .cookie-btn-prefs, body .cookie-modal-cancel { color: var(--ink); background: var(--lavender); border-color: #b9b4cf; }
body .cookie-btn-accept:hover, body .cookie-modal-save:hover { background: #343d25; }
body .cookie-modal { border: 1px solid var(--ink); box-shadow: 0 6px 0 var(--ink); }
body .cookie-modal h2, body .cookie-modal-check label { color: var(--ink); }
body .cookie-modal p { color: #50544a; }

/* Home: an original composition in the reference's human, graphic language. */
.convo-text-link { display: inline-flex; gap: 12px; align-items: center; font-size: 14px; font-weight: 650; color: var(--ink); min-height: 44px; text-decoration: none; }
.convo-text-link:hover { text-decoration: underline; }
.convo-text-link svg { width: 18px; height: 18px; transition: transform 180ms ease; }
.convo-text-link:hover svg { transform: translate(2px,-2px); }
.convo-note-icon { display: flex; flex-shrink: 0; align-items: center; justify-content: center; width: 35px; height: 35px; border-radius: 50%; background: var(--lime); color: var(--ink); }
.convo-note-icon svg { width: 21px; height: 21px; }
.convo-section-heading { display: block; margin-bottom: 36px; }
.home-page .convo-section-heading h2, .convo-certification h2 { font-size: clamp(32px,3.4vw,46px); font-weight: 600; line-height: 1.15; margin: 0; }
.convo-section-heading > p { font-size: 16px; line-height: 1.7; max-width: 60ch; color: #50544a; margin-top: 20px; }
.convo-service-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 48px; }
.convo-featured-service { background: var(--lavender); border: 1px solid var(--ink); border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; }
.convo-featured-heading { display: flex; justify-content: space-between; align-items: start; padding: 30px 32px 0; gap: 20px; }
.convo-featured-heading h3 { font-size: 26px; line-height: 1.2; }
.convo-featured-heading .convo-note-icon { width: 44px; height: 44px; border: 1px solid var(--ink); background: #fff; }
.convo-service-art { margin: 10px 24px 0; height: 235px; overflow: hidden; }
.convo-service-art img { display: block; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.convo-featured-caption { padding: 24px 30px; display: flex; gap: 22px; align-items: center; justify-content: space-between; margin-top: auto; border-top: 1px solid #c6bfdc; }
.convo-featured-caption h4 { font-size: 18px; line-height: 1.4; margin-bottom: 8px; }
.convo-featured-caption p { font-size: 14px; line-height: 1.7; max-width: 35ch; }
.convo-round-link { border-radius: 50%; border: 1px solid var(--ink); width: 44px; height: 44px; flex: 0 0 44px; display: flex; justify-content: center; align-items: center; background: #fff; }
.convo-round-link:hover { background: var(--lime); }
.convo-service-list { display: flex; flex-direction: column; justify-content: space-between; }
.convo-service-row { display: grid; grid-template-columns: 48px 1fr 24px; gap: 22px; align-items: center; text-decoration: none; padding: 21px 0; border-bottom: 1px solid var(--color-border); }
.convo-service-row:first-child { padding-top: 12px; }
.convo-service-row:last-child { border-bottom: 0; padding-bottom: 12px; }
.convo-service-symbol { width: 47px; height: 47px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--ink); border-radius: 11px; background: var(--green); }
.convo-service-row:nth-child(even) .convo-service-symbol { background: var(--lavender); }
.convo-service-row:nth-child(3) .convo-service-symbol { background: var(--lime); }
.convo-service-row h3 { font-size: 20px; line-height: 1.3; margin-bottom: 7px; }
.convo-service-row p { font-size: 14px; line-height: 1.65; color: #50544a; }
.convo-service-row > svg { width: 20px; height: 20px; transition: transform 180ms ease; }
.convo-service-row:hover h3 { text-decoration: underline; text-underline-offset: 5px; }
.convo-service-row:hover > svg { transform: translate(3px,-3px); }
.convo-certification { background: #f6f6f0; border-block: 1px solid var(--color-border); }
.convo-certification-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.convo-certification-copy > p { font-size: 16px; color: #50544a; line-height: 1.75; margin-top: 25px; max-width: 48ch; }
.convo-certification-copy p.convo-provider { font-size: 14px; margin-top: 20px; }
.convo-certification-copy > .btn { margin-top: 27px; }
.convo-certification-copy p.convo-funding { font-size: 14px; line-height: 1.75; margin-top: 20px; }
.convo-funding a { text-decoration: underline; }
.convo-mark-stack { position: relative; padding: 12px 0 22px; display: grid; gap: 22px; }
.convo-mark-card { position: relative; display: block; width: 87%; padding: 26px; background: var(--green); border: 1px solid var(--ink); box-shadow: 0 5px 0 var(--ink); border-radius: 12px; text-decoration: none; transform: rotate(-2deg); transition: transform 200ms ease; }
.convo-mark-card:nth-child(2) { margin-left: auto; background: var(--lavender); transform: rotate(2deg); }
.convo-mark-card:hover { transform: translateY(-4px); }
.convo-mark-top { display: flex; align-items: center; justify-content: space-between; font-size: 12px; }
.convo-mark-top svg { width: 26px; height: 26px; }
.convo-mark-card h3 { font-size: 36px; line-height: 1.05; font-weight: 600; margin-block: 17px 12px; }
.convo-mark-card p { font-size: 14px; max-width: 35ch; line-height: 1.7; }
.convo-mark-link { display: flex; justify-content: space-between; align-items: center; font-size: 14px; font-weight: 650; border-top: 1px solid #17191440; margin-top: 20px; padding-top: 14px; }
.convo-mark-link svg { width: 18px; height: 18px; }
.home-page .contact-grid { width: 100%; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 72px; }
.home-page .contact-info-title { margin-bottom: 26px; }

@media (max-width: 1100px) {
  .nav-inner { gap: 15px; }
  .nav-links a, .nav-dropdown-toggle { padding-inline: 9px; font-size: 12px; }
  .convo-service-grid { gap: 32px; }
  .convo-service-row { gap: 16px; }
  .convo-service-row h3 { font-size: 18px; }
  .convo-certification-grid { gap: 45px; }
  .home-page .contact-grid { gap: 50px; }
  .footer-inner { gap: 35px; }
}
@media (max-width: 900px) {
  :root { --nav-h: 76px; }
  .nav-actions { margin-left: auto; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .convo-section-heading { gap: 28px; }
  .convo-featured-heading { padding: 25px 24px 0; }
  .convo-featured-heading h3 { font-size: 22px; }
  .convo-featured-caption { padding: 20px 24px; }
  .convo-featured-caption h4 { font-size: 16px; }
  .convo-service-row { grid-template-columns: 40px 1fr 18px; gap: 12px; }
  .convo-service-symbol { width: 39px; height: 39px; }
  .convo-service-row h3 { font-size: 16px; }
  .convo-service-row p { font-size: 14px; }
  .convo-certification-grid { gap: 32px; }
  .home-page .contact-grid { gap: 36px; }
  body .contact-form-wrap { padding: 26px; }
}
@media (max-width: 767px) {
  :root { --gutter: 24px; --nav-h: 74px; }
  .nav-logo-name { font-size: 23px; }
  .nav-logo { grid-template-columns: 43px auto; }
  .nav-logo-mark { width: 43px; height: 40px; }
  .nav-logo-mark svg { width: 37px; }
  .convo-section-heading { display: block; margin-bottom: 30px; }
  .home-page .convo-section-heading h2, .convo-certification h2 { font-size: 36px; }
  .convo-section-heading > p { margin-top: 18px; font-size: 16px; }
  .convo-section-heading > a { margin-top: 18px; }
  .convo-service-grid, .convo-certification-grid { grid-template-columns: 1fr; gap: 36px; }
  .convo-featured-heading h3 { font-size: 26px; }
  .convo-service-art { height: 210px; }
  .convo-service-row { grid-template-columns: 45px 1fr 21px; gap: 16px; padding: 23px 0; }
  .convo-service-symbol { width: 44px; height: 44px; }
  .convo-service-row h3 { font-size: 18px; }
  .convo-service-row p { font-size: 14px; }
  .convo-mark-stack { max-width: 440px; width: 100%; margin-inline: auto; }
  .convo-mark-card { padding: 25px; }
  .home-page .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  body .contact-info-title { font-size: 38px; }
  body .contact-form-wrap { padding: 24px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 30px 20px; padding-block: 52px 34px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-col h3 { margin-bottom: 14px; }
  .footer-bottom { gap: 18px; }
}
@media (max-width: 360px) {
  .convo-service-row { gap: 12px; }
  .convo-service-row h3 { font-size: 16px; }
  .home-page .convo-section-heading h2, .convo-certification h2 { font-size: 32px; }
  body .contact-form-wrap { padding: 18px; }
}
@media (prefers-reduced-motion: reduce) { .convo-mark-card { transform: none; } }
html[data-motion='off'] .convo-mark-card { transform: none; }

/* Integrated review: clear repeated labels and align legacy page variants. */
body .eyebrow { display: none; }
body .feature-tag { display: inline-flex; width: fit-content; background: var(--green); border: 1px solid #b1bd9e; color: var(--ink); font-size: 11px; padding: 6px 10px; border-radius: 5px; }
body .highlight-package { border-color: var(--ink); background: #f6f6f0; box-shadow: none; }
body .package-badge { background: var(--lavender); color: var(--ink); border-color: var(--ink); }
body .package-feature-check { background: var(--green); color: var(--ink); border-color: #a6b794; }
body .footer-logo { display: inline-grid; grid-template-columns: 47px auto; column-gap: 10px; row-gap: 3px; align-items: center; margin-bottom: 20px; color: var(--ink); text-decoration: none; }
body .footer-logo .nav-logo-name { grid-column: 2; grid-row: 1; }
body .footer-logo .nav-logo-sub { grid-column: 2; grid-row: 2; }
body .footer-logo strong { font-size: 24px; letter-spacing: -.04em; line-height: 1; }
body .footer-logo small { font-size: 9px; color: #50544a; }
body .footer-bottom > p { color: #53584b; font-size: 11px; line-height: 1.7; }
.home-page .contact-section { background: var(--green); border-block: 1px solid var(--ink); }
.home-page .contact-info-title { max-width: none; font-size: clamp(36px,3.65vw,51px); }
.home-page .contact-section .container { max-width: var(--max-w); }
.service-theme .process-steps:has(> :nth-child(6)) { grid-template-columns: repeat(3,minmax(0,1fr)); }
.service-theme .process-steps:has(> :nth-child(6)) .process-step { padding: 26px; border-color: var(--color-border); border-radius: 10px; }
@media (max-width: 767px) {
  .home-page .contact-info-title { font-size: 36px; }
  .service-theme .process-steps:has(> :nth-child(6)) { grid-template-columns: 1fr; }
}
body .process-step-num { box-shadow: none; }
body .process-steps::before { background: var(--color-border); }

/* Homepage refinement: a local perspective and a curated reading selection. */
.convo-context { display: grid; grid-template-columns: 176px minmax(0,1fr) minmax(260px,1.08fr); gap: 30px; align-items: center; padding: 26px; border: 1px solid #bbc4af; border-radius: 14px; background: #f5f7ef; }
.context-place { min-width: 0; margin: 0; border: 1px solid #9ca58e; border-radius: 9px; overflow: hidden; background: var(--green); transform: rotate(-2deg); }
.context-place > div { height: 132px; overflow: hidden; }
.context-place img { display: block; width: 100%; height: 100%; object-fit: cover; }
.context-place figcaption { display: flex; justify-content: space-between; gap: 8px; background: #fff; padding: 11px 12px; font-size: 12px; font-weight: 650; line-height: 1.4; }
.context-place figcaption span { color: var(--color-text-secondary); font-weight: 450; }
.context-copy h2 { margin: 0; font-size: clamp(24px,2.45vw,33px); line-height: 1.2; font-weight: 600; letter-spacing: -.04em; text-wrap: initial; }
.context-copy p { font-size: 14px; line-height: 1.8; color: #53594a; margin: 14px 0 0; }
.context-services { display: grid; min-width: 0; padding-left: 28px; border-left: 1px solid #c5cebb; }
.context-services a { display: grid; grid-template-columns: 23px minmax(0,1fr) 17px; align-items: center; gap: 14px; padding-block: 14px; text-decoration: none; color: var(--ink); }
.context-services a + a { border-top: 1px solid #d5dccd; }
.context-services a:first-child { padding-top: 5px; }
.context-services a:last-child { padding-bottom: 5px; }
.context-services a > svg { width: 21px; height: 21px; }
.context-services a > svg:last-child { width: 16px; height: 16px; transition: transform 180ms ease; }
.context-services a strong { display: block; font-size: 15px; line-height: 1.4; font-weight: 650; }
.context-services a small { display: block; font-size: 14px; line-height: 1.5; color: #53594a; margin-top: 3px; }
.context-services a:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.context-services a:hover > svg:last-child { transform: translate(2px,-2px); }

.convo-insights { background: #f5f6ef; border-top: 1px solid #d3d6cd; }
.convo-insights .convo-section-heading { align-items: end; margin-bottom: 44px; }
.insights-heading-aside { max-width: 60ch; margin-top: 20px; }
.insights-heading-aside p { color: var(--color-text-secondary); font-size: 16px; line-height: 1.7; margin-bottom: 10px; }
.insights-heading-aside .convo-text-link { min-height: 44px; }
.convo-insight-list { display: grid; grid-template-columns: minmax(0,1.06fr) minmax(0,1fr); gap: 40px; }
.convo-insight-list a { text-decoration: none; color: var(--ink); }
.insight-featured { display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--ink); border-radius: 12px; background: var(--lavender); overflow: hidden; transition: box-shadow 200ms ease; }
.insight-feature-image { position: relative; overflow: hidden; aspect-ratio: 1.9; background: #f0f0e7; border-bottom: 1px solid var(--ink); }
.insight-feature-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 450ms var(--ease-out); }
.insight-feature-label { position: absolute; bottom: 16px; left: 22px; padding: 7px 10px; background: var(--lime); border: 1px solid var(--ink); border-radius: 5px; font-size: 10px; font-weight: 550; }
.insight-feature-copy { display: flex; flex-direction: column; flex: 1; padding: 27px 30px 25px; }
.convo-insight-topic { display: inline-block; align-self: flex-start; font-size: 12px; font-weight: 550; line-height: 1.4; letter-spacing: .035em; text-transform: uppercase; color: #50544a; }
.insight-featured h3 { max-width: 23ch; margin: 15px 0 12px; font-size: clamp(25px,2.7vw,35px); font-weight: 600; line-height: 1.17; letter-spacing: -.035em; }
.insight-feature-copy > p { max-width: 46ch; margin: 0 0 24px; color: #50544a; font-size: 15px; line-height: 1.75; }
.insight-read { display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 14px; line-height: 1.5; font-weight: 650; margin-top: auto; }
.insight-read > span { width: 35px; height: 35px; border: 1px solid var(--ink); border-radius: 50%; background: #fff; display: grid; place-items: center; }
.insight-read svg { width: 17px; height: 17px; transition: transform 180ms ease; }
.insight-featured:hover .insight-read > span { background: var(--lime); }
.insight-featured:hover { box-shadow: 0 4px 0 var(--ink); }
.insight-reading-list { display: flex; flex-direction: column; min-width: 0; }
.insight-brief { display: grid; grid-template-columns: 144px minmax(0,1fr); align-items: start; gap: 24px; padding-block: 26px; border-top: 1px solid #aeb5a2; }
.insight-brief:first-child { padding-top: 0; border-top: 0; }
.insight-brief-image { aspect-ratio: 1; overflow: hidden; border: 1px solid #adb49f; border-radius: 10px; background: var(--green); }
.insight-brief:first-child .insight-brief-image { background: var(--lavender); }
.insight-brief-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 450ms var(--ease-out); }
.insight-brief h3 { font-size: clamp(20px,1.85vw,26px); font-weight: 600; line-height: 1.25; letter-spacing: -.035em; margin: 12px 0 12px; }
.insight-brief-copy > p { font-size: 14px; color: #50544a; line-height: 1.7; margin: 0 0 20px; }
.insight-brief .insight-read { justify-content: flex-start; font-size: 14px; }
.insight-brief:hover h3 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.insight-brief:hover .insight-read svg { transform: translate(2px,-2px); }
.insight-reading-note { display: flex; align-items: center; gap: 18px; margin-top: auto; border-top: 1px solid #aeb5a2; padding: 22px 0 0; }
.insight-reading-note > svg { width: 36px; height: 36px; padding: 8px; border: 1px solid #adb49f; border-radius: 8px; background: var(--lime); }
.insight-reading-note p { font-size: 14px; line-height: 1.7; color: #50544a; }
.insight-reading-note strong { color: var(--ink); font-weight: 550; }
.insight-reading-note a { margin-left: auto; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; }
.insight-reading-note a:hover { background: var(--green); }
@media (hover: hover) and (pointer: fine) {
  html:not([data-motion='off']) .insight-featured:hover img,
  html:not([data-motion='off']) .insight-brief:hover img { transform: scale(1.035); }
}
@media (max-width: 1100px) {
  .convo-context { grid-template-columns: 155px minmax(0,1fr) minmax(244px,1.05fr); gap: 23px; padding: 23px; }
  .context-services { padding-left: 22px; }
  .context-copy h2 { font-size: 26px; }
  .convo-insight-list { gap: 30px; }
  .insight-brief { grid-template-columns: 110px minmax(0,1fr); gap: 20px; padding-block: 24px; }
  .insight-brief h3 { font-size: 21px; }
  .insight-brief-copy > p { font-size: 14px; margin-bottom: 16px; }
}
@media (max-width: 900px) {
  .convo-context { grid-template-columns: 145px minmax(0,1fr); gap: 24px; padding: 25px; }
  .context-place > div { height: 114px; }
  .context-copy h2 { font-size: 31px; }
  .context-services { grid-column: 1 / -1; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; border-left: 0; border-top: 1px solid #c5cebb; padding: 18px 0 0; }
  .context-services a, .context-services a:first-child, .context-services a:last-child { padding: 0; grid-template-columns: 20px 1fr; gap: 9px; align-items: start; }
  .context-services a + a { border: 0; }
  .context-services a > svg:last-child { display: none; }
  .context-services a strong { font-size: 14px; }
  .context-services a small { font-size: 12px; }
  .convo-insight-list { grid-template-columns: 1fr 1fr; gap: 25px; }
  .insight-feature-copy { padding: 24px; }
  .insight-featured h3 { font-size: 27px; }
  .insight-brief { grid-template-columns: 82px minmax(0,1fr); gap: 16px; }
  .insight-brief h3 { font-size: 19px; }
  .insight-brief-copy > p { display: none; }
  .insight-brief .insight-read { margin-top: 18px; }
  .insight-brief-image { aspect-ratio: .82; }
}
@media (max-width: 767px) {
  .convo-insights .convo-section-heading { margin-bottom: 30px; }
  .insights-heading-aside { max-width: 39ch; margin-top: 23px; }
  .insights-heading-aside p { font-size: 16px; margin-bottom: 7px; }
  .convo-insight-list { grid-template-columns: 1fr; gap: 34px; }
  .insight-feature-image { aspect-ratio: 1.6; }
  .insight-feature-label { left: 20px; bottom: 16px; }
  .insight-feature-copy { padding: 25px; }
  .insight-featured h3 { font-size: 29px; max-width: 25ch; }
  .insight-feature-copy > p { font-size: 15px; }
  .insight-brief { grid-template-columns: 104px minmax(0,1fr); gap: 21px; padding-block: 26px; }
  .insight-brief h3 { font-size: 22px; }
  .insight-brief-image { aspect-ratio: 1; }
  .insight-reading-note { padding-top: 23px; }
}
@media (max-width: 600px) {
  .convo-context { grid-template-columns: 106px minmax(0,1fr); gap: 20px 16px; padding: 20px; }
  .context-place > div { height: 96px; }
  .context-place figcaption { display: block; padding: 9px; font-size: 12px; }
  .context-place figcaption span { display: block; font-size: 12px; margin-top: 3px; }
  .context-copy h2 { font-size: clamp(18px,5.1vw,27px); line-height: 1.24; }
  .context-copy p { font-size: 14px; line-height: 1.65; margin-top: 10px; }
  .context-services { grid-template-columns: 1fr; gap: 0; padding-top: 6px; }
  .context-services a, .context-services a:first-child, .context-services a:last-child { grid-template-columns: 24px minmax(0,1fr) 18px; gap: 14px; align-items: center; padding-block: 14px; }
  .context-services a + a { border-top: 1px solid #d5dccd; }
  .context-services a:last-child { padding-bottom: 0; }
  .context-services a > svg:last-child { display: block; }
  .context-services a strong { font-size: 15px; }
  .context-services a small { font-size: 14px; }
}
@media (max-width: 360px) {
  .convo-context { grid-template-columns: 82px minmax(0,1fr); padding: 17px; gap: 19px 13px; }
  .context-place > div { height: 92px; }
  .context-copy h2 { font-size: 18px; }
  .context-copy p { font-size: 14px; }
  .insight-feature-copy { padding: 22px; }
  .insight-featured h3 { font-size: 26px; }
  .insight-brief { grid-template-columns: 79px minmax(0,1fr); gap: 17px; }
  .insight-brief h3 { font-size: 19px; }
}

/* Homepage hero and people: editorial photography, clear hierarchy, quiet detail. */
.convo-hero { padding: calc(var(--nav-h) + 36px) 0 56px; }
.convo-hero-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,1fr); gap: 56px; align-items: center; }
.convo-hero-copy { min-width: 0; padding-bottom: 12px; }
.hero-introduction { display: flex; align-items: center; gap: 10px; margin: 0 0 26px; font-size: 11px; font-weight: 600; color: #50544a; }
.hero-introduction > span { width: 24px; height: 1px; background: #717963; }
.convo-hero h1 { margin: 0; font-size: clamp(44px,4.3vw,62px); line-height: 1.14; font-weight: 600; letter-spacing: -.04em; text-wrap: initial; }
.convo-hero h1 mark, .convo-people h2 mark { background: transparent; padding: 0 .025em; border-radius: 0; box-shadow: inset 0 -.29em 0 var(--lime); }
.hero-description { max-width: 43ch; margin: 24px 0 0; font-size: 17px; line-height: 1.75; color: var(--color-text-secondary); }
.convo-hero-actions { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; margin-top: 30px; }
.convo-scene { position: relative; min-width: 0; width: 100%; max-width: 480px; justify-self: end; padding: 0 0 24px 16px; }
.convo-scene::before { content: ''; position: absolute; inset: 22px -12px 13px 50px; border: 1px solid #b6baa9; border-radius: 14px; background: var(--green); }
.convo-portrait { position: relative; width: 100%; height: auto; aspect-ratio: 1; margin: 0; border: 1px solid #7d8573; border-radius: 13px; background: var(--green); overflow: hidden; }
.convo-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.hero-assurance { display: flex; align-items: center; gap: 17px; position: absolute; z-index: 2; left: 0; bottom: 0; padding: 20px 27px 20px 20px; border: 1px solid var(--ink); border-radius: 10px; background: var(--lavender); box-shadow: 0 4px 0 var(--ink); }
.hero-assurance-symbol { flex: 0 0 42px; height: 48px; display: grid; place-items: center; }
.hero-assurance-symbol svg { width: 37px; height: 37px; }
.hero-assurance strong { font-size: 16px; font-weight: 650; letter-spacing: -.025em; }
.hero-assurance p { margin: 5px 0 0; font-size: 14px; line-height: 1.6; color: var(--color-text-secondary); }
.convo-path { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; padding: 30px 0 0; margin: 48px 0 0; list-style: none; border-top: 1px solid #cbd0c1; }
.convo-path li { display: flex; gap: 15px; align-items: start; }
.step-number { display: grid; place-items: center; flex: 0 0 33px; height: 33px; border-radius: 50%; border: 1px solid #bbc2ac; background: #f3f7e9; font-size: 10px; font-weight: 600; font-variant-numeric: tabular-nums; }
.convo-path li:nth-child(2) .step-number { background: var(--lavender); border-color: #c7c1df; }
.convo-path li:nth-child(3) .step-number { background: var(--lime); }
.convo-path h2 { font-size: 16px; letter-spacing: -.015em; font-weight: 650; line-height: 1.5; margin: 1px 0 5px; text-wrap: initial; }
.convo-path p { font-size: 14px; color: var(--color-text-secondary); line-height: 1.65; margin: 0; }
.people-heading { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 36px; }
.people-kicker { margin: 0 0 17px; font-size: 11px; color: var(--color-text-secondary); font-weight: 600; }
.convo-people h2 { font-size: clamp(32px,3.4vw,46px); line-height: 1.15; letter-spacing: -.04em; font-weight: 600; margin: 0; text-wrap: initial; }
.people-introduction { font-size: 16px; line-height: 1.7; color: var(--color-text-secondary); max-width: 60ch; margin: 0; }
.people-introduction > span { display: block; font-size: 13px; letter-spacing: 0; color: var(--color-text-secondary); line-height: 1.8; margin-top: 13px; max-width: 36ch; }
.convo-people-grid { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(0,1fr); gap: 26px; }
.convo-team-photo { display: flex; flex-direction: column; margin: 0; min-width: 0; border: 1px solid #a6ad9b; border-radius: 12px; overflow: hidden; background: #f5f7ef; }
.convo-team-window { min-height: 0; flex: 1; aspect-ratio: 1.55; overflow: hidden; }
.convo-team-window img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.convo-team-photo figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 18px 22px; font-size: 12px; line-height: 1.6; border-top: 1px solid #bfc6b5; }
.convo-team-photo figcaption strong { font-weight: 600; }
.people-perspective { display: flex; flex-direction: column; min-width: 0; padding: 31px 32px 24px; border: 1px solid #c4beda; border-radius: 12px; background: var(--lavender); }
.convo-experience { display: flex; align-items: center; gap: 22px; margin-bottom: 26px; }
.convo-experience > strong { font-size: 64px; line-height: 1; font-weight: 550; letter-spacing: -.04em; }
.convo-experience > strong > span { font-size: .58em; vertical-align: top; line-height: 1.3; letter-spacing: -.03em; }
.convo-experience > p { font-size: 14px; line-height: 1.65; margin: 0; }
.people-disciplines { margin: 0 0 25px; padding: 0; list-style: none; border-top: 1px solid #c5beda; }
.people-disciplines li { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 15px 0; border-bottom: 1px solid #c5beda; font-size: 14px; font-weight: 550; }
.people-perspective > .convo-text-link { margin-top: auto; justify-content: space-between; }
.people-entity { margin: 20px 0 0; max-width: 75ch; font-size: 14px; line-height: 1.8; color: #5b6252; }
@media (max-width: 1100px) {
  .convo-hero-grid { gap: 36px; }
  .convo-hero h1 { font-size: 49px; }
  .convo-hero-actions { gap: 16px; }
  .convo-hero-actions .btn { padding-inline: 17px; }
  .convo-hero-actions .convo-text-link { font-size: 14px; }
  .hero-assurance { padding: 17px 22px 17px 16px; gap: 12px; }
  .convo-path { gap: 20px; }
  .convo-path li { gap: 12px; }
  .convo-path h2 { font-size: 15px; }
  .people-heading { gap: 34px; }
  .people-perspective { padding: 25px 24px 20px; }
  .convo-experience { gap: 17px; }
  .convo-experience > strong { font-size: 63px; }
  .convo-experience > p { font-size: 14px; }
  .people-disciplines li { padding-block: 12px; font-size: 13px; }
}
@media (min-width: 768px) and (max-width: 900px) {
  .convo-hero-grid { gap: 24px; }
  .convo-hero h1 { font-size: 41px; }
  .hero-introduction { font-size: 10px; gap: 8px; margin-bottom: 22px; }
  .hero-description { font-size: 16px; }
  .convo-hero-actions { gap: 8px 18px; margin-top: 23px; }
  .hero-assurance strong { font-size: 14px; }
  .hero-assurance p { font-size: 14px; }
  .convo-path { gap: 17px; }
  .step-number { flex-basis: 28px; height: 28px; }
  .convo-people-grid { grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); gap: 24px; }
  .convo-people h2 { font-size: 35px; }
  .people-introduction { font-size: 16px; }
  .people-perspective { padding: 24px 20px 20px; }
  .convo-team-photo figcaption { flex-direction: column; gap: 3px; padding: 16px 18px; }
}
@media (max-width: 767px) {
  .convo-hero { padding: calc(var(--nav-h) + 34px) 0 44px; }
  .convo-hero-grid { grid-template-columns: minmax(0,1fr); gap: 35px; }
  .convo-hero-copy { padding-bottom: 0; }
  .hero-introduction { font-size: 10px; margin-bottom: 23px; }
  .convo-hero h1 { font-size: clamp(35px,10.2vw,60px); line-height: 1.14; letter-spacing: -.04em; }
  .hero-description { margin-top: 24px; font-size: 16px; }
  .convo-hero-actions { gap: 12px 20px; margin-top: 25px; }
  .convo-scene { width: 100%; max-width: 460px; margin-inline: auto; padding: 0 0 28px 18px; }
  .convo-scene::before { inset: 18px -7px 14px 34px; }
  .hero-assurance { padding: 15px 21px 15px 14px; }
  .hero-assurance-symbol { flex-basis: 32px; }
  .hero-assurance-symbol svg { width: 29px; height: 29px; }
  .hero-assurance strong { font-size: 14px; }
  .hero-assurance p { font-size: 14px; }
  .convo-path { grid-template-columns: minmax(0,1fr); gap: 19px; margin-top: 39px; padding-top: 26px; }
  .convo-path li { gap: 15px; }
  .convo-path h2 { font-size: 16px; margin-top: 0; margin-bottom: 3px; }
  .convo-path p { font-size: 14px; }
  .people-heading { grid-template-columns: minmax(0,1fr); gap: 25px; margin-bottom: 29px; }
  .people-kicker { font-size: 10px; margin-bottom: 16px; }
  .convo-people h2 { font-size: clamp(32px,9.3vw,46px); }
  .people-introduction { font-size: 16px; }
  .people-introduction br { display: none; }
  .people-introduction > span { max-width: 46ch; font-size: 13px; margin-top: 10px; }
  .convo-people-grid { grid-template-columns: minmax(0,1fr); gap: 20px; }
  .convo-team-window { aspect-ratio: 1.33; }
  .convo-team-photo figcaption { padding: 15px 17px; gap: 8px; font-size: 12px; }
  .people-perspective { padding: 25px 25px 20px; }
  .convo-experience { gap: 24px; margin-bottom: 24px; }
  .convo-experience > strong { font-size: 60px; }
  .convo-experience > p { font-size: 14px; }
  .people-disciplines { margin-bottom: 18px; }
  .people-entity { margin-top: 18px; font-size: 14px; }
}
@media (max-width: 360px) {
  .convo-hero h1 { font-size: 35px; }
  .hero-introduction { gap: 8px; font-size: 9px; }
  .hero-introduction > span { width: 16px; }
  .convo-hero-actions { gap: 8px 14px; }
  .convo-hero-actions .btn { padding-inline: 16px; font-size: 14px; }
  .convo-hero-actions .convo-text-link { font-size: 14px; }
  .convo-team-photo figcaption { flex-direction: column; gap: 3px; }
}

/* Native disclosures keep the mobile service list compact and keyboard usable. */
.nav-mobile-group { border-bottom: 1px solid var(--color-border); }
.nav-mobile-group > summary { min-height: 49px; padding: 12px 16px; font-size: 14px; font-weight: 650; cursor: pointer; }
.nav-mobile-group > summary::marker { color: var(--ink); }
.nav-mobile-group[open] > summary { background: var(--lavender); }
.nav-mobile-group-links { display: flex; flex-direction: column; padding-block: 4px 10px; }
.nav-mobile-group-links a { display: flex; align-items: center; min-height: 44px; padding-left: 32px; }
.nav-mobile-menu > .nav-mobile-cta { margin-top: 12px; }
@media (max-width: 900px) {
  body:has(.cookie-banner.visible) .nav-mobile-menu { max-height: calc(100dvh - var(--nav-h) - 185px); }
}
