/* Static deployment stylesheet for Nuvira.it */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0}
svg{display:inline-block;vertical-align:middle}



:root {
  --ink: #25211f;
  --muted: #6d655f;
  --paper: #f6f2eb;
  --paper-2: #ece4d8;
  --white: #fffdf9;
  --burgundy: #6d0712;
  --burgundy-dark: #51040c;
  --burgundy-soft: #9b6662;
  --sand: #e9dfd1;
  --gold: #b79461;
  --line: rgba(78, 55, 43, .2);
  --font-sans: "Aptos", "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  --font-display: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
img { display: block; }
section { scroll-margin-top: 76px; }
::selection { color: var(--white); background: var(--burgundy); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.topbar { position: sticky; top: 0; z-index: 50; height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 0 clamp(24px, 4vw, 66px); border-bottom: 1px solid var(--line); background: rgba(246,242,235,.96); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-wordmark { color: var(--burgundy); font-family: var(--font-display); font-size: 29px; line-height: 1; letter-spacing: .07em; }
.desktop-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(19px, 2.3vw, 38px); font-size: 13px; }
.desktop-nav > a:not(.nav-cta) { position: relative; padding: 28px 0; transition: color .2s ease; }
.desktop-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: 19px; left: 0; height: 1px; background: var(--burgundy); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-nav > a:not(.nav-cta):hover { color: var(--burgundy); }
.desktop-nav > a:not(.nav-cta):hover::after { transform: scaleX(1); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 24px; color: var(--white); background: var(--burgundy); font-weight: 700; box-shadow: 0 10px 24px rgba(109,7,18,.13); transition: background .2s ease, transform .2s ease; }
.nav-cta:hover { background: var(--burgundy-dark); transform: translateY(-2px); }
.menu-button { display: none; border: 0; color: var(--burgundy); background: transparent; cursor: pointer; }
.mobile-menu { display: none; }

.hero { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr); border-bottom: 1px solid var(--line); background: var(--white); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 6vw, 88px) clamp(32px, 5vw, 76px); }
.eyebrow { margin: 0 0 20px; color: var(--burgundy); font-size: 11px; line-height: 1.3; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.76); }
.hero h1 { max-width: 800px; margin: 0; font-family: var(--font-display); font-size: clamp(48px, 4.7vw, 73px); line-height: 1.04; letter-spacing: -.04em; font-weight: 400; }
.hero h1 em, .path-hero h1 em, .section-heading h2 em, .about-copy h2 em { color: var(--burgundy); font-family: inherit; font-style: normal; font-weight: 400; }
.hero-signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 38px 0 34px; padding-top: 27px; border-top: 1px solid var(--line); }
.hero-signal-grid article { display: grid; grid-template-columns: 30px 1fr; gap: 10px; align-items: start; }
.hero-signal-grid svg { width: 25px; height: 25px; color: var(--burgundy); stroke-width: 1.4; }
.hero-signal-grid p { margin: 0; font-size: 12px; line-height: 1.35; }
.hero-signal-grid strong, .hero-signal-grid span { display: block; }
.hero-signal-grid strong { margin-bottom: 3px; color: var(--ink); font-size: 12px; }
.hero-signal-grid span { color: var(--muted); }
.hero-conversion { display: grid; grid-template-columns: minmax(250px, .95fr) minmax(250px, 1.05fr); gap: 28px; align-items: center; }
.hero-conversion p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.48; }
.hero-conversion p strong { color: var(--ink); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 0 24px; border: 0; border-radius: 1px; font-size: 13px; font-weight: 750; cursor: pointer; }
.button-primary { color: var(--white); background: var(--burgundy); box-shadow: 0 12px 26px rgba(109,7,18,.12); transition: background .2s ease, transform .2s ease; }
.button-primary:hover { background: var(--burgundy-dark); transform: translateY(-2px); }
.section-cta { display: flex; justify-content: center; margin-top: clamp(34px, 5vw, 58px); }
.section-cta-large { min-width: min(100%, 460px); min-height: 76px; padding-inline: 42px; font-size: 16px; }
.button-light { color: var(--burgundy); background: var(--paper); box-shadow: none; }
.button-light:hover { color: var(--burgundy); background: var(--white); transform: translateY(-2px); }
.hero-visual { position: relative; min-height: 650px; overflow: hidden; background: var(--paper-2); }
.hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 47%; transition: transform 1s ease; }
.hero-visual:hover img { transform: scale(1.018); }

.metrics-strip { display: grid; grid-template-columns: repeat(6, 1fr); padding: 24px clamp(22px, 3.5vw, 54px) 28px; border-bottom: 1px solid var(--line); background: var(--paper); }
.metrics-strip article { min-height: 132px; display: flex; flex-direction: column; align-items: center; padding: 4px clamp(13px, 1.7vw, 27px); border-right: 1px solid var(--line); text-align: center; }
.metrics-strip article:last-child { border-right: 0; }
.metrics-strip strong { color: var(--burgundy); font-family: var(--font-display); font-size: clamp(35px, 3.2vw, 50px); line-height: 1; font-weight: 400; letter-spacing: -.04em; }
.metrics-strip h2 { margin: 9px 0 6px; font-size: 12px; line-height: 1.25; }
.metrics-strip p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.42; }
.metric-international svg { width: 39px; height: 39px; color: var(--burgundy); stroke-width: 1.25; }

.results-showcase { padding: 45px clamp(22px, 3.5vw, 54px) 0; background: var(--white); }
.showcase-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 17px; }
.section-kicker { margin: 0; color: var(--burgundy); font-size: 10px; line-height: 1.3; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.showcase-heading h2 { max-width: 600px; margin: 0; font-family: var(--font-display); font-size: clamp(30px, 3.2vw, 46px); line-height: 1; font-weight: 400; text-align: right; }
.project-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 9px; }
.project-card { min-width: 0; margin: 0; }
.project-card img { width: 100%; aspect-ratio: 1.3 / 1; object-fit: cover; filter: saturate(.82) contrast(.97); transition: filter .25s ease, transform .35s ease; }
.project-card:nth-child(2) img { object-position: 50% 43%; }
.project-card:hover img { filter: saturate(1) contrast(1); transform: translateY(-3px); }
.project-card figcaption { display: block; padding: 10px 4px 0; text-align: center; }
.project-card figcaption strong, .project-card figcaption span { display: block; }
.project-card figcaption strong { margin-bottom: 3px; font-size: 11px; }
.project-card figcaption span { color: var(--muted); font-size: 10px; line-height: 1.35; }
.project-tile { min-height: 196px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; border: 1px solid var(--line); text-align: center; }
.project-tile svg { width: 38px; height: 38px; margin-bottom: 17px; stroke-width: 1.2; }
.project-tile strong { margin-bottom: 6px; font-size: 12px; }
.project-tile span { font-size: 10px; line-height: 1.45; }
.project-tile-dark { color: var(--white); background: var(--burgundy); }
.project-brands { color: var(--burgundy); background: var(--paper); }
.project-brands > span { margin-bottom: 16px; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; }
.project-brands div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 12px; align-items: center; }
.project-brands b { font-size: 11px; line-height: 1; }
.system-banner { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; margin: 36px calc(clamp(22px, 3.5vw, 54px) * -1) 0; padding: 21px clamp(26px, 6vw, 100px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-2); }
.system-icon { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid var(--burgundy); border-radius: 50%; color: var(--burgundy); }
.system-icon svg { width: 25px; height: 25px; stroke-width: 1.4; }
.system-banner h2 { margin: 0 0 4px; font-family: var(--font-display); font-size: clamp(23px, 2.5vw, 34px); line-height: 1.1; font-weight: 400; }
.system-banner p { margin: 0; color: var(--muted); font-size: 12px; }

.method-intro { display: grid; grid-template-columns: .55fr 1.45fr; gap: 48px; padding: clamp(82px, 9vw, 135px) clamp(26px, 7vw, 110px); border-bottom: 1px solid var(--line); background: var(--white); }
.method-intro h2 { max-width: 900px; margin: 0 0 25px; font-family: var(--font-display); font-size: clamp(43px, 5.3vw, 77px); line-height: 1; letter-spacing: -.045em; font-weight: 400; }
.method-intro p:not(.section-kicker) { max-width: 850px; margin: 0; color: var(--muted); font-size: clamp(18px, 1.8vw, 25px); line-height: 1.5; }

.context-section, .services-section { padding: clamp(82px, 9vw, 135px) clamp(26px, 5vw, 78px); }
.context-section { background: var(--paper); }
.services-section { background: var(--white); }
.section-heading { display: grid; grid-template-columns: .48fr 1fr; gap: 28px 55px; align-items: start; margin-bottom: 58px; }
.section-heading h2 { margin: 0; font-family: var(--font-display); font-size: clamp(44px, 5.4vw, 78px); line-height: .98; letter-spacing: -.045em; font-weight: 400; }
.heading-copy { grid-column: 2; max-width: 760px; margin: -5px 0 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.context-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.context-card { min-height: 500px; display: flex; flex-direction: column; padding: clamp(30px, 4vw, 54px); border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.context-card:hover { transform: translateY(-5px); box-shadow: 0 22px 45px rgba(58,42,32,.1); }
.context-coral { color: var(--white); border-color: var(--burgundy); background: var(--burgundy); }
.context-acid { color: var(--ink); background: var(--white); }
.card-number { margin: 0 0 auto; font-family: var(--font-display); font-size: 31px; line-height: 1; font-style: italic; }
.context-card h3 { max-width: 560px; margin: 40px 0 27px; font-family: var(--font-display); font-size: clamp(34px, 3.2vw, 49px); line-height: 1; letter-spacing: -.035em; font-weight: 400; }
.context-card ul { display: grid; gap: 11px; margin: 0 0 36px; padding: 0; list-style: none; }
.context-card li { position: relative; padding-left: 19px; font-size: 14px; line-height: 1.45; }
.context-card li::before { content: "—"; position: absolute; left: 0; }
.context-card a { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-top: auto; padding-top: 19px; border-top: 1px solid currentColor; font-size: 13px; font-weight: 750; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 380px; display: flex; flex-direction: column; padding: clamp(26px, 3vw, 42px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: color .25s ease, background .25s ease; }
.service-card:hover { color: var(--white); background: var(--burgundy); }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: auto; color: var(--burgundy); }
.service-card:hover .service-top { color: var(--white); }
.service-top span { font-family: var(--font-display); font-size: 26px; }
.service-card h3 { max-width: 320px; margin: 46px 0 18px; font-family: var(--font-display); font-size: clamp(29px, 2.5vw, 38px); line-height: 1.03; font-weight: 400; }
.service-card p { margin: 0 0 30px; color: var(--muted); font-size: 14px; line-height: 1.62; }
.service-card:hover p { color: rgba(255,255,255,.78); }
.service-card a { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; font-size: 12px; font-weight: 750; }

.about-section { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 780px; border-top: 1px solid var(--line); background: var(--paper); }
.about-visual { position: relative; min-height: 720px; overflow: hidden; }
.about-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: left 18%; filter: saturate(.86); }
.about-caption { position: absolute; right: 22px; bottom: 22px; left: 22px; padding: 13px 16px; color: var(--white); background: rgba(71,7,15,.88); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.about-copy { align-self: center; padding: clamp(54px, 7vw, 105px); }
.about-copy h2 { margin: 25px 0 42px; font-family: var(--font-display); font-size: clamp(36px, 4.2vw, 60px); line-height: 1.04; letter-spacing: -.045em; font-weight: 400; }
.about-copy > p:not(.section-kicker) { margin: 0 0 19px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.about-copy blockquote { position: relative; margin: 35px 0 0; padding: 25px 0 0 32px; border-top: 1px solid var(--line); font-family: var(--font-display); font-size: 21px; line-height: 1.48; font-style: italic; }
.about-copy blockquote::before { content: "“"; position: absolute; left: 0; top: 14px; color: var(--burgundy); font-size: 42px; }
.about-story { max-width: 650px; }
.about-story p { margin: 0 0 25px; color: var(--ink); font-size: 17px; line-height: 1.62; }
.about-story .about-highlight { font-weight: 700; }

.analysis-section { display: grid; grid-template-columns: .42fr .58fr; gap: clamp(42px, 6vw, 88px); padding: clamp(85px, 10vw, 145px) clamp(26px, 7vw, 110px); color: var(--white); background: var(--burgundy); }
.analysis-copy h2 { max-width: 700px; margin: 0 0 34px; font-family: var(--font-display); font-size: clamp(43px, 4.6vw, 70px); line-height: .98; letter-spacing: -.045em; font-weight: 400; }
.analysis-copy h2 em { color: rgba(255,255,255,.7); font-style: normal; }
.analysis-copy > p:not(.eyebrow) { max-width: 630px; margin: 0 0 32px; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.55; }
.analysis-copy ol { display: grid; gap: 17px; margin: 0 0 30px; padding: 0; list-style: none; }
.analysis-copy li { display: grid; grid-template-columns: 32px 1fr; align-items: start; gap: 13px; font-size: 14px; }
.analysis-copy li span { color: rgba(255,255,255,.62); font-family: var(--font-display); font-size: 16px; line-height: 1.3; }
.analysis-copy li strong { display: block; font-size: 17px; line-height: 1.3; }
.analysis-copy li p { margin: 4px 0 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.45; }
.analysis-note { max-width: 610px; padding: 17px 18px; border: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.9); font-size: 14px; line-height: 1.5; }
.analysis-legal { margin-top: 12px!important; margin-bottom: 0!important; color: rgba(255,255,255,.58)!important; font-size: 12px!important; line-height: 1.45!important; }

.calendly-shell { align-self: start; min-height: 690px; padding: clamp(28px, 4vw, 46px); color: var(--ink); background: var(--white); box-shadow: 0 30px 80px rgba(31,0,5,.2); }
.calendly-heading > span { color: var(--burgundy); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.calendly-heading h3 { margin: 7px 0 11px; font-family: var(--font-display); font-size: clamp(35px, 3.3vw, 50px); line-height: 1; font-weight: 400; }
.calendly-heading p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.calendly-embed-slot { min-height: 485px; }

.contact-form { align-self: start; display: grid; gap: 18px; padding: clamp(28px, 4vw, 46px); color: var(--ink); background: var(--white); box-shadow: 0 30px 80px rgba(31,0,5,.2); }
.form-heading span { color: var(--burgundy); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.form-heading h3 { margin: 7px 0 11px; font-family: var(--font-display); font-size: clamp(35px, 3.3vw, 50px); line-height: 1; font-weight: 400; }
.contact-form label:not(.consent):not(.honeypot) { display: grid; gap: 7px; font-size: 11px; font-weight: 750; }
.contact-form input:not([type="checkbox"]), .contact-form textarea, .contact-form select { width: 100%; border: 0; border-bottom: 1px solid rgba(37,33,31,.28); border-radius: 0; outline: 0; padding: 10px 0 12px; color: var(--ink); background: transparent; font-size: 14px; font-weight: 400; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--burgundy); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(37,33,31,.42); }
.consent { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 10px; line-height: 1.45; cursor: pointer; }
.consent input { flex: 0 0 auto; margin-top: 2px; accent-color: var(--burgundy); }
.honeypot { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.submit-button { width: 100%; color: var(--white); background: var(--burgundy); transition: background .2s ease, transform .2s ease; }
.submit-button:hover { background: var(--burgundy-dark); transform: translateY(-2px); }
.submit-button:disabled { opacity: .6; cursor: wait; }
.form-message { margin: 0; padding: 12px 13px; font-size: 12px; line-height: 1.45; }
.form-message.success { color: #2b6522; background: rgba(74,129,62,.13); }
.form-message.error { color: #9e2b1b; background: rgba(109,7,18,.1); }
.form-message.loading { background: var(--paper); }

footer { padding: 65px clamp(26px, 5vw, 78px) 25px; color: var(--white); background: #211c1a; }
.footer-main { display: grid; grid-template-columns: 1fr auto auto; gap: 65px; align-items: start; padding-bottom: 62px; }
.footer-brand .brand-wordmark { color: var(--white); }
.footer-main > div > p { margin: 20px 0 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.6; }
.footer-main nav { display: grid; gap: 13px; color: rgba(255,255,255,.72); font-size: 12px; }
.footer-main nav a:hover { color: var(--white); }
.footer-cta { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 11px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 14px; font-weight: 750; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }

.signal-list { display: grid; gap: 10px; margin: 28px 0 32px; padding: 0; list-style: none; font-size: 14px; }
.signal-list li { display: flex; align-items: center; gap: 10px; }
.signal-list li span { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid var(--burgundy); border-radius: 50%; color: var(--burgundy); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 750; }

.path-hero { min-height: 640px; display: grid; grid-template-columns: 1.1fr .9fr; border-bottom: 1px solid var(--line); background: var(--white); }
.path-hero-copy { align-self: center; padding: clamp(65px, 8vw, 118px) clamp(28px, 7vw, 105px); }
.path-hero-copy h1 { max-width: 900px; margin: 0; font-family: var(--font-display); font-size: clamp(50px, 6.2vw, 91px); line-height: .95; letter-spacing: -.045em; font-weight: 400; }
.path-hero-copy > p:not(.eyebrow) { max-width: 760px; margin: 28px 0 0; color: var(--muted); font-size: clamp(17px, 1.6vw, 22px); line-height: 1.55; }
.path-hero-panel { align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; min-height: 640px; padding: clamp(35px, 5vw, 70px); color: var(--white); background: var(--burgundy); }
.path-hero-panel > span { color: rgba(255,255,255,.72); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.path-hero-panel > strong { display: block; margin: 20px 0 52px; font-family: var(--font-display); font-size: clamp(34px, 3.5vw, 52px); line-height: 1.08; font-weight: 400; }
.path-hero-panel div { display: flex; align-items: center; gap: 17px; min-height: 64px; border-top: 1px solid rgba(255,255,255,.28); font-size: 14px; font-weight: 750; }
.path-hero-panel i { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; font-size: 10px; font-style: normal; }
.path-problems, .path-system, .engagement-section { padding: clamp(82px, 9vw, 135px) clamp(26px, 5vw, 78px); }
.path-problems { color: var(--white); background: #211c1a; }
.path-problems .section-kicker { color: rgba(255,255,255,.65); }
.path-problems .section-heading h2 { color: var(--white); }
.problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.problem-grid article { min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(26px, 4vw, 46px); border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.problem-grid span { color: #d7b9a0; font-family: var(--font-display); font-size: 25px; font-style: italic; }
.problem-grid p { max-width: 620px; margin: 45px 0 0; font-family: var(--font-display); font-size: clamp(23px, 2.2vw, 32px); line-height: 1.2; }
.path-system { background: var(--paper); }
.path-system-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.path-system-grid article { min-height: 345px; display: flex; flex-direction: column; padding: clamp(25px, 3vw, 38px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.path-system-grid span, .engagement-grid > article > span { color: var(--burgundy); font-family: var(--font-display); font-size: 24px; font-style: italic; }
.path-system-grid h3 { margin: auto 0 17px; font-family: var(--font-display); font-size: clamp(28px, 2.4vw, 36px); line-height: 1.05; font-weight: 400; }
.path-system-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.62; }
.engagement-section { background: var(--white); }
.engagement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.engagement-grid article { min-height: 370px; display: flex; flex-direction: column; padding: clamp(29px, 4vw, 46px); border: 1px solid var(--line); background: var(--paper); }
.engagement-grid h3 { margin: auto 0 17px; font-family: var(--font-display); font-size: clamp(29px, 2.6vw, 39px); line-height: 1.04; font-weight: 400; }
.engagement-grid p { margin: 0 0 28px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.engagement-grid strong { padding-top: 17px; border-top: 1px solid var(--line); font-size: 11px; line-height: 1.5; }
.fit-section { display: grid; grid-template-columns: 1.25fr .75fr; gap: 12px; padding: 12px clamp(26px, 5vw, 78px) clamp(85px, 9vw, 135px); background: var(--white); }
.fit-card, .not-fit-card { min-height: 500px; padding: clamp(35px, 5vw, 64px); }
.fit-card { border: 1px solid var(--line); color: var(--ink); background: var(--paper); }
.fit-card h2 { max-width: 700px; margin: 32px 0 46px; font-family: var(--font-display); font-size: clamp(44px, 5vw, 72px); line-height: .96; font-weight: 400; }
.fit-card ul { display: grid; gap: 17px; margin: 0; padding: 0; list-style: none; }
.fit-card li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; line-height: 1.5; }
.fit-card li svg { flex: 0 0 auto; margin-top: 3px; color: var(--burgundy); }
.not-fit-card { display: flex; flex-direction: column; justify-content: flex-end; color: var(--white); background: var(--burgundy); }
.not-fit-card h3 { margin: 23px 0 17px; font-family: var(--font-display); font-size: clamp(34px, 3.2vw, 47px); line-height: 1; font-weight: 400; }
.not-fit-card p { margin: 0 0 37px; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.6; }
.not-fit-card a { display: flex; justify-content: space-between; gap: 18px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.5); font-size: 12px; font-weight: 750; }

@media (max-width: 1180px) {
  .desktop-nav { gap: 20px; }
  .desktop-nav > a:nth-of-type(5) { display: none; }
  .hero { grid-template-columns: 1fr .82fr; }
  .hero-signal-grid { grid-template-columns: 1fr; gap: 12px; }
  .hero-signal-grid article { grid-template-columns: 28px 1fr; }
  .hero-conversion { grid-template-columns: 1fr; gap: 15px; }
  .metrics-strip { grid-template-columns: repeat(3, 1fr); }
  .metrics-strip article:nth-child(3) { border-right: 0; }
  .metrics-strip article:nth-child(-n+3) { padding-bottom: 23px; border-bottom: 1px solid var(--line); }
  .metrics-strip article:nth-child(n+4) { padding-top: 23px; }
  .project-grid { grid-template-columns: repeat(3, 1fr); }
  .system-banner { grid-template-columns: auto 1fr; }
  .system-banner .button { grid-column: 2; justify-self: start; }
  .analysis-section { grid-template-columns: 1fr; }
  .analysis-copy { max-width: 800px; }
  .path-system-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
  .topbar { height: 70px; }
  .desktop-nav { display: none; }
  .menu-button { display: grid; place-items: center; }
  .mobile-menu { position: fixed; inset: 70px 0 auto; z-index: 49; display: grid; max-height: 0; overflow: hidden; padding: 0 24px; border-bottom: 0; background: var(--paper); opacity: 0; transition: max-height .35s ease, opacity .2s ease, padding .35s ease; }
  .mobile-menu.open { max-height: 600px; padding-block: 15px 28px; border-bottom: 1px solid var(--line); opacity: 1; box-shadow: 0 22px 50px rgba(58,42,32,.12); }
  .mobile-menu a { display: flex; justify-content: space-between; align-items: center; padding: 14px 3px; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-size: 20px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-block: 70px; }
  .hero-signal-grid { grid-template-columns: repeat(3, 1fr); }
  .hero-visual { min-height: 720px; }
  .method-intro, .section-heading { grid-template-columns: 1fr; }
  .heading-copy { grid-column: 1; }
  .service-grid { grid-template-columns: 1fr; border-left: 1px solid var(--line); }
  .service-card { min-height: 320px; }
  .about-section { grid-template-columns: 1fr; }
  .about-visual { min-height: 720px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-cta { grid-column: 1 / 3; }
  .path-hero { grid-template-columns: 1fr; }
  .path-hero-panel { min-height: 480px; }
  .engagement-grid, .fit-section { grid-template-columns: 1fr; }
  .fit-section { padding-top: 0; }
}

@media (max-width: 700px) {
  .brand-wordmark { font-size: 25px; }
  .hero-copy { padding: 54px 22px 60px; }
  .hero h1 { font-size: clamp(43px, 12.7vw, 61px); }
  .hero-signal-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .hero-conversion { grid-template-columns: 1fr; }
  .hero-visual { min-height: 560px; }
  .metrics-strip { grid-template-columns: repeat(2, 1fr); padding-inline: 14px; }
  .metrics-strip article { min-height: 155px; padding: 22px 12px !important; border-right: 1px solid var(--line) !important; border-bottom: 1px solid var(--line); }
  .metrics-strip article:nth-child(2n) { border-right: 0 !important; }
  .metrics-strip article:nth-last-child(-n+2) { border-bottom: 0; }
  .results-showcase { padding-inline: 18px; }
  .showcase-heading { display: block; }
  .showcase-heading h2 { margin-top: 12px; text-align: left; }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .project-tile { min-height: 180px; }
  .system-banner { grid-template-columns: 1fr; margin-inline: -18px; padding: 28px 22px; }
  .system-banner .button { grid-column: 1; justify-self: stretch; }
  .method-intro, .context-section, .services-section, .path-problems, .path-system, .engagement-section { padding-inline: 22px; }
  .context-grid { grid-template-columns: 1fr; }
  .context-card { min-height: 500px; }
  .about-visual { min-height: 580px; }
  .about-copy { padding: 68px 22px; }
  .analysis-section { padding: 80px 22px; }
  .calendly-shell { min-height: 520px; padding: 28px 22px; }
  .calendly-embed-slot { min-height: 390px; }
  .footer-main { grid-template-columns: 1fr; gap: 42px; }
  .footer-cta { grid-column: 1; }
  .footer-bottom { flex-direction: column; }
  .path-hero-copy { padding: 66px 22px; }
  .path-hero-copy h1 { font-size: clamp(45px, 13.7vw, 64px); }
  .path-hero-panel { padding-inline: 24px; }
  .problem-grid { grid-template-columns: 1fr; }
  .path-system-grid { grid-template-columns: 1fr; }
  .path-system-grid article { min-height: 275px; }
}

@media (max-width: 460px) {
  .project-grid { grid-template-columns: 1fr; }
  .project-card img { aspect-ratio: 1.5 / 1; }
  .project-tile { min-height: 210px; }
  .hero-visual { min-height: 500px; }
  .metrics-strip strong { font-size: 37px; }
  .button { width: 100%; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { justify-content: center; }
  .about-visual { min-height: 510px; }
  .fit-card, .not-fit-card { min-height: 430px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
/* Main-page presentation: accessible type and distinct section rhythms. */
.reveal { opacity: 1; transform: none; }
.eyebrow,.section-kicker { font-size: 12px; line-height: 1.5; }
.desktop-nav,.button,.context-card a,.service-card a { font-size: 14px; }
.hero-description { max-width: 650px; margin: 25px 0 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.hero-signal-grid { margin-top: 26px; }
.hero-signal-grid p,.hero-signal-grid strong,.hero-conversion p { font-size: 14px; }
.hero-conversion { grid-template-columns: 1fr; gap: 14px; }
.hero-conversion .button { justify-self: start; }
.metrics-strip { grid-template-columns: repeat(3,minmax(0,1fr)); padding-block: 32px; }
.metrics-strip article { min-height: auto; padding: 8px 30px!important; border-bottom: 0!important; }
.metrics-strip h2 { font-size: 16px; }
.metrics-strip p { font-size: 14px; line-height: 1.6; }
.context-card { min-height: 470px; padding: 30px; }
.context-card h3 { font-size: clamp(30px,2.6vw,40px); line-height: 1.12; }
.context-card li { font-size: 16px; }
.context-paper { background: var(--paper-2); }
.growth-chain { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 0 28px; padding: 24px 30px; border-block: 1px solid var(--line); color: var(--burgundy); }
.growth-chain span { font-family: var(--font-display); font-size: 25px; }
.growth-chain svg { flex-shrink: 0; }
.service-card { min-height: 290px; }
.service-card h3 { margin-top: 24px; }
.service-card p { font-size: 16px; }
.service-card .service-group { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--burgundy); }
.service-card:hover .service-group { color: var(--white); }
.system-support { font-size: 16px; color: var(--muted); line-height: 1.65; margin: 25px 0 0; }
.case-section { padding: clamp(70px,8vw,110px) clamp(24px,7vw,110px); background: var(--paper-2); }
.case-heading h2,.faq-section h2 { font-family: var(--font-display); font-size: clamp(36px,4.6vw,66px); font-weight: 400; letter-spacing: -.035em; line-height: 1.08; margin: 22px 0 40px; }
.case-heading h2 em { font-style: normal; color: var(--burgundy); }
.case-content { display: grid; grid-template-columns: 1.25fr 1fr; gap: 70px; margin-bottom: 35px; }
.case-content h3 { font-size: 18px; margin: 0 0 10px; }
.case-content p { font-size: 17px; line-height: 1.7; margin: 0 0 24px; }
.case-note { padding: 36px; background: var(--burgundy); color: var(--white); align-self: start; }
.case-note span { font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.case-note blockquote { margin: 25px 0; font-family: var(--font-display); font-size: clamp(28px,2.9vw,40px); line-height: 1.25; }
.case-note p { font-size: 15px; opacity: .85; }
.format-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.format-grid article { padding: 30px; border: 1px solid var(--line); }
.format-grid .card-number { color: var(--burgundy); }
.format-grid h3 { font-family: var(--font-display); font-size: 34px; font-weight: 400; line-height: 1.15; margin: 25px 0; }
.format-grid dt { margin-top: 20px; font-size: 14px; font-weight: 700; color: var(--burgundy); }
.format-grid dd { margin: 7px 0 0; font-size: 16px; line-height: 1.65; color: var(--muted); }
.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 90px clamp(24px,7vw,110px); background: var(--white); }
.faq-list article { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq-list article:first-child { padding-top: 0; }
.faq-list h3 { font-size: 19px; line-height: 1.35; margin: 0 0 12px; }
.faq-list p { color: var(--muted); font-size: 16px; line-height: 1.7; margin: 0; }
.analysis-copy h2 { font-size: clamp(43px,4.6vw,70px); line-height: .98; }
.analysis-copy li { align-items: flex-start; font-size: 16px; line-height: 1.5; }
.analysis-copy li span { flex-shrink: 0; }
.analysis-note { font-size: 14px; }
.analysis-note svg { flex-shrink: 0; }
.contact-form label:not(.consent):not(.honeypot) { font-size: 14px; }
.contact-form input:not([type="checkbox"]),.contact-form textarea,.contact-form select { font-size: 16px; }
.consent,.form-message { font-size: 13px; }
.form-heading p { font-size: 15px; line-height: 1.6; color: var(--muted); }
.footer-main nav,.footer-main > div > p { font-size: 14px; }
.footer-bottom { font-size: 12px; }
@media(max-width:980px){
.context-grid,.format-grid { grid-template-columns: 1fr; }
.context-card { min-height: 0; }
.context-card h3 { margin-top: 24px; }
.case-content,.faq-section { grid-template-columns: 1fr; gap: 30px; }
.hero-visual { min-height: 600px; }
.growth-chain { padding-inline: 10px; }
.growth-chain span { font-size: 22px; }
}
@media(max-width:700px){
.metrics-strip { grid-template-columns: 1fr; }
.metrics-strip article { padding: 23px 20px!important; border-right: 0!important; border-bottom: 1px solid var(--line)!important; }
.metrics-strip article:last-child { border-bottom: 0!important; }
.growth-chain { flex-direction: column; align-items: flex-start; }
.growth-chain svg { transform: rotate(90deg); }
.hero h1 { font-size: clamp(42px,11vw,61px); line-height: 1.07; }
.hero-visual { min-height: 470px; }
.hero-conversion .button { justify-self: stretch; }
.case-note { padding: 26px; }
.analysis-section { gap: 36px; }
}
@media(prefers-reduced-motion:reduce){html {scroll-behavior:auto}*,*::before,*::after {animation:none!important;transition:none!important}}
/* One-page narrative: all scenario and method copy remains expanded. */
.context-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.context-paper { color: var(--ink); background: var(--paper-2); }
.context-card p:not(.card-number) { margin: 0 0 22px; font-size: 16px; line-height: 1.65; }
.context-card h4 { margin: 8px 0 10px; font-size: 14px; font-weight: 750; }
.context-card .card-number { margin-bottom: 0; }
.growth-chain > div { flex: 1; min-width: 0; }
.growth-chain strong { display: block; margin-bottom: 12px; font-family: var(--font-display); font-size: 30px; font-weight: 400; }
.growth-chain span { display: block; font-family: var(--font-sans); font-size: 16px; font-weight: 650; line-height: 1.45; }
.growth-chain p { color: var(--muted); font-size: 15px; line-height: 1.6; margin: 8px 0 0; }
.consultation-steps strong { display: block; font-size: 17px; line-height: 1.3; }
.consultation-steps p { margin: 4px 0 0; font-size: 14px; line-height: 1.45; color: rgba(255,255,255,.7); }
.analysis-copy .consultation-steps { gap: 25px; }
@media(max-width:980px) { .context-grid { grid-template-columns: 1fr; } }
/* Experience typography: shared sizes by role, consistent at every breakpoint. */
.experience-section {
 --proof-number-size: 4rem;
 --proof-heading-size: 2rem;
 --proof-body-size: 1.125rem;
 padding: 80px clamp(24px,5vw,78px);
 background: var(--paper); border-bottom: 1px solid var(--line);
}
.experience-heading { display:grid; grid-template-columns:1.1fr 1fr; align-items:center; gap:56px; margin-bottom:48px; }
.experience-heading h2 { margin:0; font-family:var(--font-display); font-size:3.5rem; line-height:1.1; font-weight:400; letter-spacing:-.025em; color:var(--burgundy); }
.experience-section h3 { font-family:var(--font-display); font-size:var(--proof-heading-size); font-weight:400; line-height:1.2; letter-spacing:-.015em; margin:0 0 14px; color:var(--ink); }
.experience-section p { font-size:var(--proof-body-size); line-height:1.65; margin:0; color:var(--muted); }
.proof-number { display:block; font-family:var(--font-display); font-size:var(--proof-number-size); line-height:1.1; font-weight:400; letter-spacing:-.035em; color:var(--burgundy); margin-bottom:18px; }
.experience-section figure { margin:0; min-width:0; }
.experience-section img { width:100%; height:auto; }
.experience-section figcaption { font-size:1rem; line-height:1.5; padding-top:12px; color:var(--muted); }
.proof-youtube { display:grid; grid-template-columns:1fr 1.15fr; gap:48px; align-items:center; padding:32px; background:var(--white); }
.proof-youtube-copy { min-width:0; }
.proof-education { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:32px; padding:44px 0; margin:0 0 40px; border-bottom:1px solid var(--line); }
.proof-education article { min-width:0; padding:0 24px 0 0; }
.proof-education article+article { border-left:1px solid var(--line); padding-left:32px; }
.proof-people { display:grid; grid-template-columns:minmax(240px,.7fr) 1.3fr; gap:64px; align-items:center; }
.proof-people figure { width:100%; max-width:380px; }
.proof-people img { display:block; object-fit:contain; }
.proof-roles article { padding:30px 0; }
.proof-roles article+article { border-top:1px solid var(--line); }
.proof-brands { margin-top:48px; padding-top:40px; border-top:1px solid var(--line); }
.proof-brands ul { display:flex; flex-wrap:wrap; gap:14px 32px; list-style:none; padding:0; margin:20px 0; }
.proof-brands li { font-size:1.5rem; line-height:1.4; font-weight:600; color:var(--burgundy); }
@media(max-width:1100px) {
 .experience-heading { gap:32px; }
 .proof-youtube { grid-template-columns:1fr 1fr; gap:28px; padding:24px; }
 .proof-people { gap:40px; }
 .experience-section { --proof-number-size:3.25rem; }
}
@media(max-width:800px) {
 .experience-section { padding-block:56px; --proof-number-size:3rem; --proof-heading-size:1.75rem; }
 .experience-heading { grid-template-columns:1fr; gap:24px; }
 .experience-heading h2 { font-size:2.75rem; }
 .proof-youtube { grid-template-columns:1fr; gap:28px; }
 .proof-education { grid-template-columns:1fr; gap:0; padding-block:12px; margin-bottom:32px; }
 .proof-education article,.proof-education article+article { padding:26px 0; border-left:0; }
 .proof-education article+article { border-top:1px solid var(--line); }
 .proof-people { grid-template-columns:1fr; gap:4px; }
 .proof-people figure { max-width:420px; }
 .proof-brands { margin-top:20px; }
 .proof-brands li { font-size:1.25rem; }
}

/* Experience proof block: six equal cards, one brand row, four equal photos. */
.experience-section{padding:clamp(78px,9vw,132px) var(--page-pad);background:var(--paper)}
.experience-heading{max-width:1180px;margin:0 auto 54px;display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(28px,6vw,88px);align-items:end}
.experience-heading h2{margin:10px 0 0;font-size:clamp(2.8rem,5vw,5.2rem);line-height:.98;letter-spacing:-.045em}
.experience-heading>p{max-width:560px;margin:0 0 5px;color:var(--muted);font-size:clamp(1.05rem,1.35vw,1.25rem);line-height:1.6}
.proof-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}
.proof-card{min-height:228px;padding:clamp(28px,3.1vw,45px);border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white)}
.proof-value{display:block;margin:0 0 18px;color:var(--burgundy);font-family:var(--font-display);font-size:clamp(2.35rem,3.15vw,3.75rem);font-weight:400;line-height:1.04;letter-spacing:-.035em}
.proof-card h3{margin:0 0 8px;font-size:1.13rem;line-height:1.35;font-weight:700}
.proof-card p{max-width:31ch;margin:0;color:var(--muted);font-size:1rem;line-height:1.55}
.proof-brands-row{max-width:1180px;margin:0 auto;display:flex;align-items:center;gap:28px;padding:29px 0;border-bottom:1px solid var(--line)}
.proof-brands-row h3{flex:none;margin:0;color:var(--burgundy);font-family:var(--font-display);font-size:1.85rem;font-weight:400;line-height:1.1}
.brand-list{display:flex;flex:1;flex-wrap:wrap;align-items:center;gap:8px 23px}
.brand-list span{color:var(--burgundy);font-size:.98rem;font-weight:700;line-height:1.3}
.proof-brands-row>p{flex:none;margin:0;color:var(--muted);font-size:.95rem}
.photo-grid{max-width:1180px;margin:30px auto 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.photo-grid figure{min-width:0;margin:0}
.photo-grid img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
.photo-grid figure:nth-child(1) img{object-position:50% 48%}.photo-grid figure:nth-child(2) img{object-position:50% 44%}.photo-grid figure:nth-child(3) img,.photo-grid figure:nth-child(4) img{object-position:50% 50%}
.photo-grid figcaption{padding-top:10px;color:var(--muted);font-size:.9rem;line-height:1.45}
@media(max-width:900px){.experience-heading{grid-template-columns:1fr;gap:20px}.proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.proof-brands-row{display:block}.proof-brands-row h3{margin-bottom:15px}.proof-brands-row>p{margin-top:14px}.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.experience-section{padding:62px 20px}.proof-grid{grid-template-columns:1fr}.proof-card{min-height:0;padding:29px 22px}.proof-value{font-size:3rem}.proof-brands-row{padding:25px 0}.brand-list{gap:9px 18px}.brand-list span{font-size:.95rem}.photo-grid{grid-template-columns:1fr;gap:22px}.photo-grid img{aspect-ratio:1.25/1}}

/* Situations block: one clear question and three equal cards. */
.context-section .section-heading{max-width:1180px;margin:0 auto 52px}
.context-section .section-heading h2{font-size:clamp(3rem,6vw,6.1rem);line-height:.98;letter-spacing:-.055em}
.context-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.context-card,.context-card.context-coral,.context-card.context-acid,.context-card.context-paper{min-height:390px;padding:clamp(28px,3.5vw,48px);color:var(--ink);background:var(--paper-2);border:1px solid var(--line);border-radius:0;box-shadow:none}
.context-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px rgba(58,42,32,.08)}
.context-card .card-number{margin:0 0 46px;color:var(--burgundy);font-family:var(--font-display);font-size:1.35rem;line-height:1}
.context-card h3{max-width:18ch;margin:0 0 22px;font-family:var(--font-display);font-size:clamp(2rem,2.6vw,3rem);line-height:1.02;letter-spacing:-.04em;font-weight:400}
.context-card p.scenario-intro{max-width:38ch;margin:0;color:var(--muted);font-size:1rem;line-height:1.6}
@media(max-width:900px){.context-grid{grid-template-columns:1fr 1fr}.context-card:last-child{grid-column:1/-1}.context-card:last-child h3{max-width:22ch}}
@media(max-width:600px){.context-section .section-heading{margin-bottom:34px}.context-grid{grid-template-columns:1fr}.context-card:last-child{grid-column:auto}.context-card{min-height:0!important;padding:28px 24px}.context-card .card-number{margin-bottom:32px}.context-card h3{font-size:2.25rem}}

/* Dynamic method sequence. The duplicated group keeps the marquee continuous. */
.method-lead{max-width:1180px;margin:44px auto 16px;color:var(--burgundy);font-family:var(--font-display);font-size:clamp(1.65rem,2.8vw,2.65rem);line-height:1.05;letter-spacing:-.025em}
.method-marquee{max-width:calc(100% + 2 * clamp(26px,5vw,78px));margin-left:calc(-1 * clamp(26px,5vw,78px));overflow:hidden;border-block:1px solid var(--line);background:var(--burgundy);color:var(--paper);}
.method-marquee-track{display:flex;width:max-content;animation:method-marquee-scroll 38s linear infinite;will-change:transform}
.method-marquee-group{display:flex;align-items:center;flex:none;gap:24px;padding:24px 24px 25px;white-space:nowrap}
.method-marquee-group span{font-family:var(--font-display);font-size:clamp(1.6rem,2.5vw,2.55rem);line-height:1;letter-spacing:-.025em}
.method-marquee-group b{color:var(--acid);font-family:var(--font-sans);font-size:1.55rem;font-weight:400}
@keyframes method-marquee-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.method-marquee:hover .method-marquee-track{animation-play-state:paused}
@media(prefers-reduced-motion:reduce){.method-marquee-track{animation:none}}
@media(max-width:600px){.method-lead{margin-top:34px}.method-marquee-group{gap:17px;padding:20px 18px 21px}.method-marquee-group span{font-size:1.55rem}.method-marquee-group b{font-size:1.2rem}}

/* Method title aligns with the left-led editorial sections. */
.method-lead{max-width:620px;margin:clamp(70px,9vw,126px) 0 34px;color:var(--ink);font-family:var(--font-display);font-size:clamp(3rem,5.3vw,5.75rem);line-height:.98;letter-spacing:-.055em}
.method-lead em{color:var(--burgundy);font-style:normal}
@media(max-width:600px){.method-lead{margin:58px 0 28px;font-size:clamp(2.8rem,12vw,4.1rem)}}

/* Unified editorial heading system across the three major sections. */
.experience-heading h2,.context-section .section-heading h2,.method-lead{font-size:clamp(3rem,5.4vw,5.55rem);line-height:.98;letter-spacing:-.055em;font-weight:400}
.services-section{padding-top:clamp(58px,6vw,88px)}
.method-lead{margin:0 0 34px;max-width:640px;color:var(--ink)}
.method-lead em{color:var(--burgundy);font-style:normal}
@media(max-width:600px){.services-section{padding-top:52px}.method-lead{margin:0 0 28px;font-size:clamp(2.8rem,12vw,4.1rem)}}

.services-intro-frame{margin:0 0 clamp(38px,5vw,64px);padding:clamp(28px,3.8vw,46px) clamp(24px,4vw,54px);border:1px solid var(--burgundy);background:var(--paper)}
.services-intro-frame h3{max-width:780px;margin:0 0 17px;font-family:var(--font-display);font-size:clamp(1.9rem,3vw,3.15rem);font-weight:400;line-height:1.05;letter-spacing:-.035em}
.services-intro-frame p{max-width:780px;margin:0;color:var(--muted);font-size:1rem;line-height:1.6}
@media(max-width:600px){.services-intro-frame{margin-bottom:34px;padding:28px 22px}.services-intro-frame h3{font-size:2rem;line-height:1.08}.services-intro-frame p{font-size:.98rem}}

/* Service cards: same line-icon language as the hero signals. */
.service-card .service-top{display:flex;align-items:center;gap:12px;color:var(--burgundy);font-size:12px;letter-spacing:.12em;line-height:1;text-transform:uppercase}
.service-card:hover .service-top{color:var(--white)}
.service-card .service-top svg{flex:none}
.service-card h3{max-width:340px;margin-top:46px;font-size:clamp(1.75rem,2.25vw,2.45rem);line-height:1.04;letter-spacing:-.025em}
@media(max-width:600px){.service-card h3{margin-top:32px}}

/* Final rhythm pass: equal service headings and a lighter method transition. */
.context-section{padding-bottom:clamp(62px,7vw,98px)}
.services-section{padding-top:clamp(44px,5vw,72px)}
.service-card h3{font-size:clamp(1.8rem,2.15vw,2.35rem);line-height:1.04;min-height:3.15em}
.method-marquee-group{padding-top:17px;padding-bottom:18px}
.method-marquee-group span{font-size:clamp(1.35rem,2vw,2.05rem)}
.method-marquee-group b{font-size:1.25rem}
@media(max-width:600px){.service-card h3{min-height:0}.method-marquee-group{padding-top:15px;padding-bottom:16px}.method-marquee-group span{font-size:1.35rem}.method-marquee-group b{font-size:1.05rem}}

/* Results block: concise outcomes after the service map. */
.results-section{max-width:1180px;margin:clamp(64px,8vw,112px) auto 0;padding:clamp(52px,6vw,78px) clamp(28px,4vw,54px);background:var(--paper);border-top:1px solid var(--line)}
.results-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:clamp(32px,7vw,100px);align-items:end;margin-bottom:28px}
.results-heading h2{margin:10px 0 0;font-family:var(--font-display);font-size:clamp(2.8rem,5.2vw,5.3rem);line-height:.98;letter-spacing:-.055em;font-weight:400}
.results-heading h2 em{color:var(--burgundy);font-style:normal}
.results-heading>p:last-child{max-width:520px;margin:0;color:var(--muted);font-size:1.05rem;line-height:1.6}
.results-intro-copy{max-width:520px;color:var(--muted);font-size:1.05rem;line-height:1.6}
.results-intro-copy p{margin:0 0 16px}
.results-intro-copy p:last-child{margin-bottom:0}
.results-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:clamp(34px,7vw,96px);row-gap:12px;counter-reset:result}
.results-grid article{position:relative;min-height:0;padding:25px 0 28px 42px;background:transparent;counter-increment:result}
.results-grid article:nth-child(n+3){border-top:1px solid var(--line)}
.results-grid article::before{content:counter(result, decimal-leading-zero);position:absolute;top:28px;left:0;color:var(--burgundy);font-family:var(--font-display);font-size:1rem;font-style:italic}
.results-grid strong{display:block;margin-bottom:12px;color:var(--burgundy);font-family:var(--font-display);font-size:1.35rem;line-height:1.12;font-weight:400}
.results-grid p{margin:0;color:#625a54;font-size:1rem;line-height:1.55}
@media(max-width:900px){.results-heading{grid-template-columns:1fr;gap:22px}.results-grid{grid-template-columns:1fr}.results-grid article:nth-child(n+2){border-top:1px solid var(--line)}}
@media(max-width:600px){.results-section{margin-top:58px;padding:50px 20px}.results-grid{grid-template-columns:1fr}.results-grid article{min-height:0;padding:24px 22px 24px 54px}}

/* Collaboration levels: a sequential editorial list, distinct from the service map. */
.formats-section .section-heading{display:grid;grid-template-columns:.48fr 1fr;gap:28px 55px;align-items:start;max-width:1180px;margin:0 auto 54px;text-align:left}
.formats-section .section-heading h2{max-width:650px;margin:0;font-size:clamp(2.8rem,4.6vw,5.2rem);line-height:1.01;letter-spacing:-.055em}
.formats-section .section-heading h2 em{display:block;margin-top:.12em;font-size:.72em;line-height:1.08}
.formats-section .heading-copy{grid-column:2;max-width:650px;margin:-5px 0 0;font-size:1rem;line-height:1.55}
.formats-section .format-subheading{margin:0 0 16px;color:var(--burgundy);font-family:var(--font-display);font-size:clamp(1.8rem,2.7vw,2.8rem);line-height:1.05;letter-spacing:-.035em}
.formats-section .format-subheading em{font-style:normal}
.formats-section .format-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:0}
.formats-section .format-grid article{display:grid;grid-template-columns:minmax(220px,.48fr) minmax(0,1.52fr);gap:clamp(28px,6vw,96px);padding:34px 0 38px;border-top:1px solid var(--line);border-inline:0}
.formats-section .format-grid article:last-child{border-bottom:1px solid var(--line)}
.format-label{display:flex;align-items:flex-start;gap:20px}
.format-label .card-number{flex:0 0 auto;margin:2px 0 0;color:var(--burgundy);font-family:var(--font-display);font-size:1.55rem;font-style:italic}
.formats-section .format-grid h3{margin:0;font-family:var(--font-display);font-size:clamp(2rem,2.7vw,2.8rem);line-height:1.04;font-weight:400;letter-spacing:-.035em}
.formats-section .format-grid dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin:0}
.formats-section .format-grid dl>div{min-width:0}
.formats-section .format-grid dt{margin:0 0 10px;color:var(--burgundy);font-size:.8rem;font-weight:700;letter-spacing:0;text-transform:none}
.formats-section .format-grid dd{margin:0;color:var(--muted);font-size:1rem;line-height:1.55}
.format-principle{max-width:850px;margin:34px auto 0;text-align:center;font-family:var(--font-display);font-size:clamp(1.45rem,2.25vw,2.15rem);line-height:1.2}
@media(max-width:900px){.formats-section .format-grid article{grid-template-columns:1fr;gap:22px}.formats-section .format-grid dl{gap:20px}}
@media(max-width:900px){.formats-section .section-heading{grid-template-columns:1fr;gap:20px}.formats-section .heading-copy{grid-column:1}}
@media(max-width:600px){.formats-section .section-heading{margin-bottom:38px}.formats-section .format-grid article{padding:28px 0 30px}.formats-section .format-grid dl{grid-template-columns:1fr;gap:18px}.format-principle{margin-top:28px;text-align:left;font-size:1.45rem}}

/* Inline booking keeps a usable width on narrow screens. */
.calendly-shell { min-width:0; padding-inline:0; }
.calendly-heading { padding-inline:clamp(22px,3vw,40px); margin-bottom:24px; }
@media(max-width:380px){.analysis-section{padding-inline:0}.analysis-copy{padding-inline:20px}.calendly-shell{width:100%}}

.footer-legal { display:flex; justify-content:space-between; align-items:flex-end; flex-wrap:wrap; gap:28px; padding:28px 0; border-top:1px solid rgba(255,255,255,.16); color:rgba(255,255,255,.8); font-size:14px; line-height:1.6; }
.footer-business { display:grid; gap:4px; }
.footer-policy-links { display:flex; flex-wrap:wrap; gap:14px 24px; }
.footer-policy-links a { text-decoration:underline; text-underline-offset:4px; }
.footer-policy-links a:hover { color:var(--white); }
