:root {
  --ink: #162d42;
  --ink-soft: #395167;
  --blue: #91afd0;
  --blue-deep: #426f9f;
  --blue-mist: #eaf2f9;
  --orange: #f69522;
  --orange-deep: #d87908;
  --sand: #f8f2e9;
  --cream: #fffcf7;
  --line: #d8e2ea;
  --white: #ffffff;
  --shadow: 0 14px 40px rgba(29, 65, 94, .13);
  --shadow-tight: 0 7px 20px rgba(29, 65, 94, .12);
  --radius: 22px;
  --radius-lg: 34px;
  --shell: 1180px;
  --ease: cubic-bezier(.23, 1, .32, 1);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; overflow-x: clip; background: var(--cream); color: var(--ink); font-family: "Nunito Sans", Arial, sans-serif; font-size: 16px; line-height: 1.58; }
body.nav-open { height: 100vh; height: 100dvh; overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--blue-deep); }
button, input, select, textarea { font: inherit; }
input, select, textarea, .body-copy, .card, .service-card, .event-card, .offer-resource-card, .learning-item, .portfolio-card-content, .form-card, .content-rail { min-width: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

/* Mobile browsers can treat a touch beginning on an image as an image-drag
   gesture instead of a page pan. Keep the main content surface explicitly
   vertically pannable, while menu drawers and form controls retain their own
   purposeful interactions below. */
@media (max-width: 1119px) {
  main { touch-action: pan-y; }
  main img { -webkit-user-drag: none; user-select: none; touch-action: pan-y; }
  .hero-illustration, .interior-mascot, .wave-stack { pointer-events: none; }
  main a, main button { touch-action: manipulation; }
}

.shell { width: min(100% - 32px, var(--shell)); margin: 0 auto; }
.narrow { width: min(100% - 32px, 760px); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: -60px; left: 1rem; background: var(--ink); color: white; padding: .75rem 1rem; border-radius: 8px; text-decoration: none; transition: top .15s ease; }
.skip-link:focus { top: 1rem; }

/* Header */
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,252,247,.94); border-bottom: 1px solid rgba(216,226,234,.75); backdrop-filter: blur(14px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { width: 145px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.header-utility { display: none; }
.menu-toggle { position: relative; z-index: 52; width: 44px; height: 44px; padding: 9px; border: 0; background: var(--orange); border-radius: 11px; display: grid; align-content: center; gap: 5px; cursor: pointer; box-shadow: 0 3px 0 var(--orange-deep); transition: transform .16s var(--ease); }
.menu-toggle:active, .button:active { transform: scale(.97); }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: auto; background: var(--ink); border-radius: 2px; transition: transform .2s var(--ease), opacity .2s var(--ease); }
.menu-toggle.is-open span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(3) { opacity: 0; }
.menu-toggle.is-open span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
.site-nav { position: fixed; z-index: 51; inset: 0; width: 100%; height: 100vh; height: 100dvh; max-width: 100vw; max-height: 100dvh; padding: max(1rem, env(safe-area-inset-top)) clamp(1rem, 5vw, 1.5rem) calc(1.5rem + env(safe-area-inset-bottom)); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; -ms-overflow-style: none; scrollbar-width: none; touch-action: pan-y; background: var(--cream); box-shadow: none; opacity: 0; pointer-events: none; visibility: hidden; transition: opacity .2s var(--ease), visibility .2s step-end; }
.site-nav::-webkit-scrollbar { display: none; }
.site-nav.is-open { opacity: 1; pointer-events: auto; visibility: visible; transition: opacity .2s var(--ease), visibility 0s; }
.mobile-nav-brand { display: inline-flex; width: 150px; max-width: calc(100% - 68px); margin: .15rem 0 1.1rem; }
.mobile-nav-brand img { width: 100%; height: auto; }
.site-nav > ul, .site-nav .subnav, .site-nav .service-mega-menu, .site-nav .nav-actions { max-width: 100%; }
.site-nav ul { list-style: none; padding: 0; margin: .9rem 0 1.25rem; }
.site-nav > ul > li { position: relative; border-bottom: 1px solid var(--line); }
.site-nav > ul > li > a { display: block; padding: .8rem 3.1rem .8rem .2rem; font-family: Manrope, sans-serif; font-weight: 800; color: var(--ink); overflow-wrap: anywhere; text-decoration: none; }
.site-nav > ul > li > a:hover, .site-nav > ul > li.is-active > a { color: var(--blue-deep); }
.subnav-toggle { position: absolute; right: -.2rem; top: .35rem; width: 42px; height: 42px; border: none; border-radius: 8px; color: var(--blue-deep); background: var(--blue-mist); cursor: pointer; font-size: 1.35rem; line-height: 1; }
.subnav-toggle[aria-expanded="true"] { background: var(--orange); color: var(--ink); }
.subnav { display: none; padding: 0 0 .75rem .75rem !important; margin: 0 !important; }
.subnav.is-open { display: block; }
.subnav li a { display: block; padding: .35rem 0; color: var(--ink-soft); font-size: .93rem; text-decoration: none; }
.service-mega-menu { padding: .95rem !important; background: var(--blue-mist); border: 1px solid #c9dae8; border-radius: 12px; }
@media (max-width: 1119px) {
  .service-mega-menu.is-open { max-height: min(62dvh, 560px); padding-right: calc(.95rem + 6px) !important; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; scrollbar-width: none; touch-action: pan-y; scroll-padding-block: .25rem 1rem; }
  .service-mega-menu.is-open::-webkit-scrollbar { display: none; }
}
.service-mega-intro { display: grid; gap: .32rem; margin-bottom: .85rem; padding-bottom: .85rem; border-bottom: 1px solid #c9dae8; }
.service-mega-intro .eyebrow { margin: 0; }
.service-mega-intro strong { color: var(--ink); font-family: Manrope, sans-serif; font-size: 1rem; line-height: 1.25; }
.service-mega-intro a { color: var(--blue-deep); font-size: .83rem; font-weight: 800; text-decoration: none; }
.service-mega-group { min-width: 0; }
.service-mega-group + .service-mega-group { margin-top: .8rem; }
.service-mega-group:last-child { padding-bottom: .45rem; }
.service-mega-group h2 { margin: 0 0 .3rem; color: var(--ink); font-family: Manrope, sans-serif; font-size: .84rem; letter-spacing: -.02em; }
.service-mega-group ul { margin: 0 !important; padding: 0 !important; list-style: none; }
.service-mega-group li a { padding: .32rem 0; }
.mobile-nav-top { display: flex; justify-content: space-between; gap: .75rem; padding-bottom: .8rem; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: .74rem; letter-spacing: .05em; text-transform: uppercase; }
.mobile-nav-top span, .mobile-nav-top a { min-width: 0; }
.mobile-nav-top span { overflow-wrap: anywhere; }
.mobile-nav-top a { color: var(--blue-deep); font-weight: 800; text-decoration: none; }
.nav-actions { display: grid; gap: .8rem; padding: .8rem 0 calc(1rem + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); }
.portal-link { color: var(--blue-deep); font-weight: 800; font-size: .95rem; }
.utility-financing { color: var(--orange-deep); font-family: Manrope, sans-serif; font-size: .9rem; font-weight: 800; text-decoration: none; }
.utility-financing:hover { color: var(--ink); text-decoration: underline; }

/* Buttons and shared components */
.button { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-height: 50px; padding: .78rem 1.1rem; border: 0; border-radius: 13px; background: var(--orange); color: var(--ink); box-shadow: 0 4px 0 var(--orange-deep); font-family: Manrope, sans-serif; font-weight: 800; line-height: 1.1; text-align: center; text-decoration: none; transition: transform .16s var(--ease), box-shadow .16s var(--ease), background .16s var(--ease); cursor: pointer; }
.button:hover { color: var(--ink); background: #ffab3e; box-shadow: 0 2px 0 var(--orange-deep); transform: translateY(2px); }
.button-small { min-height: 42px; padding: .65rem .85rem; font-size: .85rem; box-shadow: 0 3px 0 var(--orange-deep); }
.button-outline { background: transparent; border: 2px solid var(--ink); box-shadow: none; color: var(--ink); }
.button-outline:hover { background: var(--ink); color: white; box-shadow: none; transform: none; }
.button-light { background: white; box-shadow: 0 4px 0 #c3d2df; color: var(--ink) !important; }
.button-light:hover { background: #f4f8fb; color: var(--ink) !important; }
.kicker { margin: 0 0 .7rem; color: var(--blue-deep); font-family: Manrope, sans-serif; font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-heading { max-width: 700px; margin-bottom: 2rem; }
.section-heading h2, .intro-copy h2 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(1.8rem, 5vw, 3.1rem); line-height: 1.1; letter-spacing: -.04em; }
.section-heading p { max-width: 650px; margin: .9rem 0 0; color: var(--ink-soft); font-size: 1.07rem; }
.text-link { color: var(--blue-deep); font-family: Manrope, sans-serif; font-weight: 800; }

/* Home */
.hero { position: relative; overflow: hidden; contain: paint; min-height: 595px; color: white; background: var(--blue); }
.hero .shell { position: relative; z-index: 2; padding-top: 4.75rem; padding-bottom: 11.5rem; }
.hero-content { max-width: 650px; text-align: center; margin: 0 auto; }
.hero h1 { margin: 0; color: white; font-family: Manrope, sans-serif; font-size: clamp(2.4rem, 10vw, 5.9rem); font-weight: 800; line-height: .98; letter-spacing: -.075em; text-wrap: balance; }
.hero .subhead { max-width: 540px; margin: 1rem auto 1.7rem; font-size: clamp(1.05rem, 3vw, 1.35rem); line-height: 1.45; }
.hero-illustration { position: absolute; z-index: 1; right: -13rem; bottom: 7rem; width: 420px; opacity: .32; transform: rotate(-7deg); }
.hero-photo { position: absolute; z-index: 0; top: 0; right: 0; bottom: 0; left: 0; opacity: .94; background: linear-gradient(90deg, rgba(20,47,69,.88) 0%, rgba(43,86,118,.64) 48%, rgba(112,162,192,.12) 100%), url('../images/hero-santa-barbara.jpg') right center / cover no-repeat; background-blend-mode: normal; }
.wave-stack { position: absolute; z-index: 3; bottom: -1px; left: -8%; width: 116%; height: 150px; overflow: hidden; }
.wave-stack .wave { position: absolute; left: -4%; width: 108%; height: 126px; border-radius: 50% 50% 0 0 / 100% 100% 0 0; }
.wave-stack .wave-one { bottom: 11px; background: var(--orange); }
.wave-stack .wave-two { bottom: -22px; background: var(--orange); }
.wave-stack .wave-three { bottom: -59px; background: var(--cream); }

.quick-links { position: relative; z-index: 5; margin-top: -6.8rem; }
.quick-grid { display: grid; gap: 1rem; }
.quick-card { position: relative; overflow: hidden; min-height: 254px; padding: 1.45rem 1.25rem 0; background: #eff1f1; border: 1px solid #dfe5e6; border-radius: 14px; color: var(--ink); box-shadow: var(--shadow-tight); text-align: center; text-decoration: none; transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.quick-card:hover { color: var(--ink); transform: translateY(-5px) rotate(-.2deg); box-shadow: var(--shadow); }
.quick-card:nth-child(2) { background: #f7f3e8; }
.quick-card:nth-child(3) { background: #e8f0f5; }
.quick-card h2 { margin: 0; padding: 0 2.35rem 0 .2rem; font-family: Manrope, sans-serif; font-size: 1.27rem; line-height: 1.13; letter-spacing: -.04em; }
.quick-card p { max-width: 270px; margin: .55rem auto; font-size: .92rem; line-height: 1.4; }
.quick-card img { position: absolute; right: 50%; bottom: -7px; width: 210px; transform: translateX(50%); }
.quick-card .arrow { position: absolute; top: .85rem; right: .95rem; display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: var(--orange); font-weight: 900; }

.intro-section { padding: 5rem 0 4rem; }
.intro-grid { display: grid; gap: 2rem; align-items: center; }
.intro-copy { max-width: 660px; }
.intro-copy h2 { font-size: clamp(2rem, 6vw, 3.6rem); }
.intro-copy p { color: var(--ink-soft); font-size: 1.06rem; }
.marked-phrase { position: relative; display: inline; z-index: 0; }
.marked-phrase::after { position: absolute; z-index: -1; bottom: .08em; left: -.04em; width: 104%; height: .36em; background: var(--orange); content: ""; transform: rotate(-2deg); }
.note-card { position: relative; padding: 1.65rem; background: var(--blue-mist); border-radius: var(--radius-lg); border: 1px solid #cbdbe9; }
.note-card::before { position: absolute; top: -15px; right: 1.5rem; width: 52px; height: 52px; background: var(--orange); border-radius: 10px 50% 50% 50%; content: ""; transform: rotate(20deg); }
.note-card p { margin: 0; font-family: Manrope, sans-serif; font-size: 1.22rem; font-weight: 800; line-height: 1.45; }
.note-card small { display: block; margin-top: 1rem; color: var(--ink-soft); font-weight: 700; }

.benefits-section { padding: 4.5rem 0; background: var(--sand); }
.benefits-grid { display: grid; gap: 1rem; }
.benefit-card { position: relative; min-height: 188px; padding: 1.4rem 1.3rem; background: white; border: 1px solid #eee4d8; border-radius: 17px; overflow: hidden; }
.benefit-card::after { position: absolute; right: -16px; bottom: -24px; width: 90px; height: 90px; background: var(--blue-mist); border-radius: 50%; content: ""; }
.benefit-number { display: block; color: var(--orange-deep); font-family: Manrope, sans-serif; font-size: .8rem; font-weight: 800; }
.benefit-card h3 { position: relative; z-index: 1; margin: .35rem 0 .55rem; font-family: Manrope, sans-serif; font-size: 1.2rem; letter-spacing: -.03em; }
.benefit-card p { position: relative; z-index: 1; margin: 0; color: var(--ink-soft); font-size: .93rem; line-height: 1.48; }

.logo-marquee-section { padding: 4.3rem 0; overflow: hidden; contain: paint; background: white; }
.logo-marquee-heading { max-width: 670px; margin-bottom: 1.7rem; }
.logo-marquee-heading h2 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(1.75rem, 4.5vw, 2.75rem); line-height: 1.1; letter-spacing: -.05em; }
.logo-marquee { width: 100%; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fbfdff; }
.logo-marquee-track { display: flex; width: max-content; animation: logo-scroll 68s linear infinite; }
.logo-marquee-set { display: flex; align-items: center; flex: 0 0 auto; }
.client-logo { display: grid; place-items: center; width: 170px; height: 105px; padding: .9rem 1.1rem; border-right: 1px solid var(--line); }
.client-logo img { width: 100%; max-height: 58px; object-fit: contain; filter: grayscale(1) contrast(.92); opacity: .78; transition: filter .2s var(--ease), opacity .2s var(--ease); }
.client-logo:hover img { filter: grayscale(0); opacity: 1; }
.logo-marquee-note { max-width: 730px; margin: 1rem 0 0; color: var(--ink-soft); font-size: .78rem; line-height: 1.5; }
@keyframes logo-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.services-preview { padding: 5rem 0; }
.service-preview-grid { display: grid; gap: 1rem; }
.service-preview-card { display: grid; grid-template-areas: "image copy"; grid-template-columns: 112px minmax(0, 1fr); gap: 1rem; align-items: stretch; padding: .8rem; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 4px 10px rgba(34,72,98,.04); }
.service-preview-card > img { grid-area: image; width: 112px; height: 112px; border-radius: 12px; object-fit: cover; }
.service-preview-copy { grid-area: copy; display: flex !important; min-width: 0; min-height: 112px; flex-direction: column; align-items: flex-start; }
.service-preview-card h3 { margin: 0; font-family: Manrope, sans-serif; font-size: 1.06rem; letter-spacing: -.03em; }
.service-preview-card p { margin: .35rem 0 .55rem; color: var(--ink-soft); font-size: .88rem; line-height: 1.45; }
.service-preview-card a { margin-top: auto; color: var(--blue-deep); font-size: .86rem; font-weight: 800; }

.proof-section { padding: 4.5rem 0; background: var(--ink); color: white; }
.proof-layout { display: grid; gap: 2rem; align-items: center; }
.proof-image { position: relative; overflow: hidden; border-radius: var(--radius-lg); }
.proof-image img { width: 100%; height: clamp(190px, 52vw, 250px); max-height: none; object-fit: cover; object-position: center 42%; }
.proof-image::after { position: absolute; right: 15px; bottom: 15px; width: 76px; height: 76px; border: 4px solid var(--orange); border-radius: 50%; content: ""; }
.proof-content .kicker { color: #b9d5f0; }
.proof-content h2 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(1.9rem, 6vw, 3.2rem); line-height: 1.08; letter-spacing: -.045em; }
.quote { margin: 1.35rem 0; }
.quote blockquote { margin: 0; font-size: 1.05rem; line-height: 1.7; }
.quote cite { display: block; margin-top: .75rem; color: #b9d5f0; font-style: normal; font-size: .9rem; font-weight: 800; }
.quote-dots { display: flex; gap: .4rem; margin-top: 1rem; }
.quote-dots span { width: 8px; height: 8px; border-radius: 50%; background: #637b8e; }
.quote-dots span:first-child { width: 25px; border-radius: 999px; background: var(--orange); }

/* Interior hero, content and cards */
.interior-hero { position: relative; overflow: hidden; padding: 4.2rem 0 5.7rem; background: var(--blue); color: white; }
.interior-hero::after { position: absolute; right: -5rem; bottom: -8rem; width: 23rem; height: 23rem; border: 30px solid rgba(255,255,255,.15); border-radius: 50%; content: ""; }
.interior-hero .shell { position: relative; z-index: 2; }
.interior-mascot { position: absolute; z-index: 1; right: -3.2rem; bottom: -3.4rem; width: 220px; height: auto; opacity: .24; pointer-events: none; user-select: none; }
.breadcrumb { margin: 0 0 1rem; color: rgba(255,255,255,.85); font-size: .84rem; }
.breadcrumb a { color: inherit; }
.interior-hero .kicker { color: #f9dfb7; }
.interior-hero h1 { max-width: 850px; margin: 0; font-family: Manrope, sans-serif; font-size: clamp(2.4rem, 8vw, 5.1rem); line-height: 1; letter-spacing: -.065em; }
.interior-hero .lead { max-width: 730px; margin: 1rem 0 0; font-size: clamp(1.02rem, 2.5vw, 1.3rem); line-height: 1.55; }
.interior-hero .hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.55rem; }
.interior-hero .button-outline { border-color: white; color: white; }
.interior-hero .button-outline:hover { background: white; color: var(--ink); }
.interior-hero.with-image { min-height: 440px; }
/* A dark blue treatment keeps white hero copy readable while allowing the
   top-level landing photography to remain clearly recognizable. */
.interior-hero.with-image .interior-hero-photo { position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: .46; background-color: #214f76; background-size: cover; background-position: center; background-blend-mode: multiply; mix-blend-mode: normal; }

.content-section { padding: 4.4rem 0; }
.content-section.alt { background: var(--sand); }
.content-section.blue { background: var(--blue-mist); }
.content-section.dark { background: var(--ink); color: white; }
.content-grid { display: grid; gap: 2rem; align-items: start; }
.content-grid.two-thirds { grid-template-columns: 1fr; }
.content-grid > *, .story-grid > * { min-width: 0; }
.body-copy { max-width: 770px; }
.body-copy > :first-child { margin-top: 0; }
.body-copy p { color: var(--ink-soft); font-size: 1.06rem; }
.dark .body-copy p { color: #dce9f4; }
.body-copy h2 { margin: 2rem 0 .75rem; font-family: Manrope, sans-serif; font-size: clamp(1.6rem, 4vw, 2.45rem); line-height: 1.13; letter-spacing: -.045em; }
.body-copy h3 { margin: 1.5rem 0 .5rem; font-family: Manrope, sans-serif; font-size: 1.25rem; letter-spacing: -.03em; }
.check-list { list-style: none; padding: 0; margin: 1.1rem 0; }
.check-list li { position: relative; margin-bottom: .75rem; padding-left: 1.85rem; font-weight: 700; }
.check-list li::before { position: absolute; left: 0; top: .2rem; display: grid; place-items: center; width: 1.15rem; height: 1.15rem; border-radius: 50%; background: var(--orange); color: var(--ink); content: "✓"; font-size: .75rem; font-weight: 900; }
.dark .check-list li::before { background: var(--orange); }
.image-card { align-self: start; justify-self: center; width: 100%; max-height: none; overflow: hidden; background: white; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.image-card img { display: block; width: 100%; max-height: 295px; aspect-ratio: 16 / 10; object-fit: cover; object-position: center; }
.image-card img[src*="hero-santa-barbara"] { object-position: 72% center; }
.image-card img[src*="strategy-workshop"] { object-position: 58% center; }
.image-card .caption { padding: 1.1rem 1.2rem; color: var(--ink-soft); font-size: .9rem; line-height: 1.5; overflow-wrap: anywhere; text-align: center; }
.about-illustration-card { max-width: 440px; }
.about-illustration-card img { padding: 1rem; object-fit: contain; object-position: center; }
.portfolio-cta-grid { align-items: center; }
.portfolio-cta-grid .body-copy h2 { margin-top: 0; }
.portfolio-cta-grid .image-card { width: 100%; max-width: 520px; }

/* Keep all editorial image panels inside the device width until the two-column
   layout intentionally begins. This explicitly overrides desktop alignment
   should cached or future selector changes reach a narrow layout. */
@media (max-width: 759px) {
  .service-preview-card { display: block; min-height: 0; }
  .service-preview-card > img { width: 100%; height: clamp(142px, 35vw, 178px); margin: 0 0 .9rem; border-radius: 12px; object-fit: cover; }
  .service-preview-card > .service-preview-copy { display: flex !important; min-width: 0; min-height: 0; }
  .content-grid.two-thirds .image-card,
  .service-support-card,
  .about-illustration-card,
  .portfolio-cta-grid .image-card,
  .event-workshop-image {
    justify-self: center !important;
    width: min(100%, 450px);
    max-width: 100%;
    margin-inline: auto;
  }
  .image-card .caption {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    text-align: center;
  }
}

@media (min-width: 760px) and (max-width: 1239px) {
  .content-grid.two-thirds,
  .story-grid,
  .portfolio-cta-grid,
  .event-experience-grid { grid-template-columns: minmax(0, 1fr); }
  .content-grid.two-thirds .image-card,
  .about-illustration-card,
  .portfolio-cta-grid .image-card,
  .event-workshop-image { justify-self: center; width: min(100%, 520px); margin-inline: auto; }
  .proof-image { width: min(100%, 620px); margin-inline: auto; }
  .proof-image img { height: clamp(225px, 42vw, 285px); }
}

.card-grid { display: grid; gap: 1rem; }
.card { padding: 1.35rem; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 4px 9px rgba(34,72,98,.04); }
.card h2, .card h3 { margin: 0; font-family: Manrope, sans-serif; letter-spacing: -.04em; }
.card h3 { font-size: 1.22rem; }
.card p { margin: .6rem 0; color: var(--ink-soft); }
.card .eyebrow { display: block; margin-bottom: .55rem; color: var(--orange-deep); font-family: Manrope, sans-serif; font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.card:hover { border-color: #a9c7e1; }
.icon-badge { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: .9rem; border-radius: 13px; background: var(--blue-mist); color: var(--blue-deep); font-family: Manrope, sans-serif; font-weight: 800; }

.service-grid { display: grid; gap: 1rem; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 280px; padding: 1.45rem; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.service-card:hover { color: var(--ink); transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card::after { position: absolute; z-index: 0; right: -15px; bottom: -27px; width: 115px; height: 115px; border: 22px solid var(--blue-mist); border-radius: 50%; content: ""; }
.service-card:nth-child(3n+2)::after { border-color: #fcedd9; }
.service-card:nth-child(3n)::after { border-color: #d9e8f4; }
.service-card > * { position: relative; z-index: 1; }
.service-card h2 { margin: .2rem 0 .6rem; max-width: 310px; font-family: Manrope, sans-serif; font-size: 1.33rem; line-height: 1.1; letter-spacing: -.045em; }
.service-card p { max-width: 340px; margin: 0; color: var(--ink-soft); font-size: .94rem; }
.service-card .card-arrow { display: grid; place-items: center; width: 37px; height: 37px; margin-top: auto; border-radius: 50%; background: var(--orange); font-weight: 900; }
.service-group + .service-group { margin-top: 4.3rem; padding-top: 4.3rem; border-top: 1px solid var(--line); }
.service-group-heading { max-width: 660px; margin-bottom: 1.4rem; }
.service-group-heading h2 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(2rem, 5vw, 3.15rem); line-height: 1.06; letter-spacing: -.055em; }
.service-group-heading p:last-child { max-width: 580px; margin: .7rem 0 0; color: var(--ink-soft); }

/* Events and workshops */
.events-heading { max-width: 810px; }
.event-grid { display: grid; gap: 1rem; }
.event-card { display: flex; flex-direction: column; min-height: 100%; padding: 1.4rem; border: 1px solid var(--line); border-top: 5px solid var(--orange); border-radius: 18px; background: white; box-shadow: 0 4px 12px rgba(34,72,98,.05); }
.event-card h2 { margin: .22rem 0 .6rem; font-family: Manrope, sans-serif; font-size: clamp(1.45rem, 3vw, 1.9rem); line-height: 1.08; letter-spacing: -.05em; }
.event-card > p:not(.event-status):not(.eyebrow) { margin: 0; color: var(--ink-soft); line-height: 1.58; }
.event-status { display: inline-flex; align-self: flex-start; margin: 0 0 .9rem; padding: .35rem .6rem; border-radius: 999px; background: var(--blue-mist); color: var(--blue-deep); font-family: Manrope, sans-serif; font-size: .75rem; font-weight: 800; letter-spacing: .04em; }
.event-card .eyebrow { margin: 0; color: var(--orange-deep); }
.event-card h3 { margin: 1.25rem 0 .25rem; font-family: Manrope, sans-serif; font-size: 1rem; letter-spacing: -.025em; }
.event-meta { display: grid; grid-template-columns: 1fr; gap: .5rem; margin: 1.15rem 0 0; padding: .9rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.event-meta div { display: grid; grid-template-columns: 64px 1fr; gap: .55rem; }
.event-meta dt { color: var(--ink-soft); font-size: .77rem; font-weight: 800; text-transform: uppercase; }
.event-meta dd { margin: 0; font-size: .9rem; font-weight: 700; }
.event-topics { margin: .8rem 0 1.3rem; }
.event-topics li { margin-bottom: .55rem; color: var(--ink-soft); font-size: .9rem; }
.event-card .text-link { margin-top: auto; }
.event-flyer { width: 100%; height: auto; margin: 0 0 1rem; aspect-ratio: 16 / 9; border-radius: 11px; object-fit: cover; }
.event-experience-grid .body-copy h2 { margin-top: 0; }
.event-workshop-image { max-width: 440px; }
.event-interest-list { display: grid; gap: .85rem; margin: 1.2rem 0 1.5rem; padding: 0; list-style: none; }
.event-interest-list li { display: grid; gap: .12rem; padding-bottom: .85rem; border-bottom: 1px solid rgba(255,255,255,.18); }
.event-interest-list strong { color: #f9dfb7; font-family: Manrope, sans-serif; font-size: .9rem; }
.event-interest-list span { color: #dce9f4; font-size: .9rem; line-height: 1.45; }
.event-calendar-grid { display: grid; gap: 1rem; }
.calendar-event-card { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 1rem; padding: 1.1rem; border: 1px solid #bed3e5; border-radius: var(--radius-lg); background: white; box-shadow: 0 4px 12px rgba(34,72,98,.05); }
.calendar-event-date { display: flex; flex-direction: column; align-items: center; justify-content: center; align-self: start; min-height: 92px; padding: .55rem .35rem; border-radius: 14px; background: var(--ink); color: white; text-align: center; }
.calendar-event-date span, .calendar-event-date small { color: #d4e6f4; font-family: Manrope, sans-serif; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.calendar-event-date strong { color: var(--orange); font-family: Manrope, sans-serif; font-size: 2rem; line-height: 1.05; }
.calendar-event-copy { min-width: 0; }
.calendar-event-copy .event-status { margin-bottom: .55rem; }
.calendar-event-copy .eyebrow { margin: 0; color: var(--orange-deep); }
.calendar-event-copy h2 { margin: .2rem 0 .55rem; font-family: Manrope, sans-serif; font-size: clamp(1.35rem, 4vw, 1.85rem); line-height: 1.1; letter-spacing: -.045em; }
.calendar-event-copy > p:not(.event-status):not(.eyebrow) { margin: 0; color: var(--ink-soft); line-height: 1.55; }
.calendar-event-copy .text-link { display: inline-block; margin-top: 1.15rem; }
.event-registration-layout > div[id], .learning-access-layout > div[id] { scroll-margin-top: 118px; }
.event-registration-flyer { display: block; width: 100%; max-height: 190px; margin: 0 0 1.15rem; border-radius: 12px; object-fit: cover; }
.event-registration-meta { display: grid; gap: .65rem; margin: 1.2rem 0; padding: .9rem 0; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.event-registration-meta div { display: grid; grid-template-columns: 62px 1fr; gap: .6rem; }
.event-registration-meta dt { color: #b9d5f0; font-family: Manrope, sans-serif; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.event-registration-meta dd { margin: 0; color: white; font-size: .9rem; font-weight: 700; line-height: 1.4; }
.learning-access-details { background: linear-gradient(155deg, #173249 0%, #254f6c 100%); }
.learning-access-details > .button { width: 100%; }
.learning-resource-form .field textarea { min-height: 106px; }

.process-grid { display: grid; gap: 1rem; counter-reset: process; }
.process-card { position: relative; padding: 1.35rem 1.25rem 1.25rem 4.2rem; background: white; border-radius: 15px; color: var(--ink); }
.process-card::before { position: absolute; top: 1.25rem; left: 1.2rem; display: grid; place-items: center; width: 2.1rem; height: 2.1rem; border-radius: 50%; background: var(--orange); content: counter(process); counter-increment: process; font-family: Manrope, sans-serif; font-size: .88rem; font-weight: 800; }
.process-card h3 { margin: 0 0 .25rem; font-family: Manrope, sans-serif; font-size: 1.08rem; }
.process-card p { margin: 0; color: var(--ink-soft); }

/* About, testimonials and portfolio */
.story-grid { display: grid; gap: 2rem; align-items: center; }
.story-photo { position: relative; }
.story-photo img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.photo-caption { position: absolute; right: 1rem; bottom: 1rem; padding: .55rem .75rem; border-radius: 7px; background: var(--ink); color: white; font-size: .77rem; font-weight: 800; }
.stat-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: visible; background: rgba(255,255,255,.2); border-radius: 16px; }
.stat { min-width: 0; padding: 1.2rem; background: rgba(255,255,255,.08); }
.stat:first-child { border-radius: 16px 0 0 0; }
.stat:nth-child(2) { border-radius: 0 16px 0 0; }
.stat:nth-child(3) { border-radius: 0 0 0 16px; }
.stat:last-child { border-radius: 0 0 16px 0; }
.stat strong { display: block; color: var(--orange); font-family: Manrope, sans-serif; font-size: clamp(1.55rem, 4.2vw, 2rem); line-height: 1; overflow-wrap: anywhere; }
.stat span { display: block; margin-top: .3rem; font-size: .86rem; overflow-wrap: anywhere; }
.testimonial-grid { display: grid; gap: 1rem; }
.testimonial-card { display: flex; flex-direction: column; padding: 1.4rem; background: white; border: 1px solid var(--line); border-radius: 18px; }
.stars { margin-bottom: .6rem; color: var(--orange); letter-spacing: .08em; }
.testimonial-card blockquote { margin: 0; color: var(--ink-soft); font-size: .98rem; line-height: 1.6; }
.testimonial-card cite { margin-top: 1.15rem; font-style: normal; font-weight: 800; }
.testimonial-card cite span { display: block; color: var(--blue-deep); font-size: .86rem; }
.portfolio-grid { display: grid; gap: 1.2rem; }
.portfolio-card { display: flex; flex-direction: column; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 5px 14px rgba(34,72,98,.07); transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.portfolio-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.portfolio-image { overflow: hidden; background: var(--blue-mist); }
.portfolio-image img { width: 100%; height: auto; aspect-ratio: 1.34; object-fit: cover; transition: transform .3s var(--ease); }
.portfolio-card:hover .portfolio-image img { transform: scale(1.035); }
.portfolio-card-content { display: flex; flex: 1; flex-direction: column; padding: 1.25rem; }
.portfolio-card .kicker { margin: 0 0 .4rem; color: var(--orange-deep); }
.portfolio-card h2 { margin: 0; font-family: Manrope, sans-serif; font-size: 1.38rem; line-height: 1.08; letter-spacing: -.05em; }
.portfolio-card p:not(.kicker) { margin: .7rem 0 1rem; color: var(--ink-soft); font-size: .94rem; }
.portfolio-card a { margin-top: auto; color: var(--blue-deep); font-family: Manrope, sans-serif; font-size: .9rem; font-weight: 800; }
.portfolio-filters { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.35rem 0 1.75rem; }
.portfolio-filter { min-height: 42px; padding: .55rem .85rem; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--ink); font-family: Manrope, sans-serif; font-size: .82rem; font-weight: 800; cursor: pointer; transition: background .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease); }
.portfolio-filter:hover, .portfolio-filter:focus-visible { border-color: var(--blue-deep); outline: 3px solid rgba(66,111,159,.18); }
.portfolio-filter.is-active { border-color: var(--ink); background: var(--ink); color: white; }
.portfolio-card.is-filtered-out { display: none; }

/* Blog, learning and FAQs */
.featured-article { display: grid; overflow: hidden; background: var(--ink); border-radius: var(--radius-lg); color: white; }
.featured-article img { width: 100%; height: clamp(230px, 27vw, 340px); min-height: 0; object-fit: cover; object-position: center; }
.featured-article > div { padding: 1.5rem; }
.featured-article .kicker { color: #b9d5f0; }
.featured-article h2 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(1.6rem, 5vw, 2.3rem); line-height: 1.1; letter-spacing: -.05em; }
.featured-article p { color: #e2eef8; }
.featured-article a { color: var(--orange); font-family: Manrope, sans-serif; font-weight: 800; }
.article-grid { display: grid; gap: 1rem; }
.article-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 18px; }
.article-card img { width: 100%; height: clamp(165px, 14vw, 215px); aspect-ratio: auto; object-fit: cover; object-position: center; }
.article-card > div { padding: 1.2rem; }
.article-card .meta { margin: 0 0 .45rem; color: var(--blue-deep); font-size: .78rem; font-weight: 800; }
.article-card h2 { margin: 0; font-family: Manrope, sans-serif; font-size: 1.2rem; line-height: 1.15; letter-spacing: -.035em; }
.article-card p { margin: .55rem 0 .8rem; color: var(--ink-soft); font-size: .92rem; }
.article-card a { color: var(--blue-deep); font-weight: 800; font-size: .88rem; }
.article-body { max-width: 800px; }
.article-body h2 { margin: 2.2rem 0 .8rem; font-size: clamp(1.35rem, 3.5vw, 2rem); }
.article-body p { margin: 0 0 1.1rem; }
.article-body p:first-of-type { font-size: 1.16rem; line-height: 1.7; }
.page-content-section { overflow: visible; }
.page-with-rail { display: grid; gap: 2rem; }
.page-content { min-width: 0; }
.anchored-section { scroll-margin-top: 118px; }
.anchored-section + .anchored-section { margin-top: 3.7rem; padding-top: 3.7rem; border-top: 1px solid var(--line); }
.anchored-section > h2, .anchored-section .body-copy > h2 { margin-top: 0; }
.content-rail { padding: 1rem; border: 1px solid var(--line); border-radius: 16px; background: var(--blue-mist); box-shadow: 0 4px 12px rgba(34,72,98,.05); }
.content-rail-label { margin: 0 0 .6rem; color: var(--blue-deep); font-family: Manrope, sans-serif; font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.content-rail-nav ul { display: grid; grid-template-columns: minmax(0, 1fr); gap: .45rem; margin: 0; padding: 0; list-style: none; }
.content-rail-nav a { display: flex; align-items: center; min-height: 40px; padding: .42rem .65rem; border: 1px solid #c9dae8; border-radius: 8px; background: white; color: var(--ink); font-family: Manrope, sans-serif; font-size: .8rem; font-weight: 800; line-height: 1.2; overflow-wrap: anywhere; text-decoration: none; white-space: normal; transition: color .18s var(--ease), border-color .18s var(--ease), background .18s var(--ease); }
.content-rail-nav .outline-level-3 a { padding-left: 1rem; font-size: .75rem; font-weight: 700; }
.content-rail-nav a:hover, .content-rail-nav a:focus-visible, .content-rail-nav a.is-current { border-color: var(--orange); background: #fff4df; color: var(--orange-deep); outline: none; }
.content-rail-cta { display: inline-flex; margin-top: .8rem; color: var(--blue-deep); font-family: Manrope, sans-serif; font-size: .84rem; font-weight: 800; text-decoration: none; }
.content-rail-cta:hover { color: var(--orange-deep); }
.service-support-card { max-width: 450px; justify-self: center; }
.blue-section { padding: 1.5rem; border-radius: var(--radius); background: var(--blue-mist); }
.blue-section .section-heading { margin-bottom: 1.2rem; }
.pricing-panel { max-width: 760px; padding: 1.6rem; border: 1px solid #b8d0e5; border-radius: var(--radius); background: #f4f9fd; }
.pricing-panel h2 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(1.55rem, 4vw, 2.15rem); line-height: 1.1; letter-spacing: -.045em; }
.pricing-panel p:not(.kicker) { color: var(--ink-soft); }
.market-price-detail { display: grid; gap: .8rem; margin: 1.2rem 0; }
.market-price-detail > div { padding: 1rem; border: 1px solid #cbddea; border-radius: 12px; background: white; }
.market-price-detail dt { margin-bottom: .25rem; color: var(--ink-soft); font-family: Manrope, sans-serif; font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.market-price-detail dd { margin: 0; color: var(--ink); font-family: Manrope, sans-serif; font-size: 1.08rem; font-weight: 800; line-height: 1.3; }
.pricing-actions { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; margin-top: 1.25rem; }
.pricing-actions .button-outline { background: white; }
.pricing-actions .button-outline:hover, .pricing-actions .button-outline:focus-visible { border-color: #162d42; background: #162d42 !important; background-color: #162d42 !important; color: #fff !important; box-shadow: none; }
.pricing-policy-note { margin: 1rem 0 0 !important; font-size: .86rem; }
.pricing-policy-note a { color: var(--blue-deep); font-weight: 800; }
.process-diagram { padding: 1.55rem; overflow: hidden; border: 1px solid #cbddea; border-radius: var(--radius-lg); background: var(--ink); color: white; }
.process-diagram-heading { max-width: 650px; }
.process-diagram-heading .kicker { color: #f9dfb7; }
.process-diagram-heading h2 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(1.65rem, 4vw, 2.45rem); line-height: 1.08; letter-spacing: -.05em; }
.process-diagram-heading p:last-child { margin-bottom: 1.4rem; color: #dce9f4; }
.process-diagram-steps { display: grid; gap: .75rem; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.process-diagram-steps li { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: .8rem; align-items: center; min-height: 74px; padding: .9rem; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(255,255,255,.08); }
.process-diagram-number { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--orange); color: var(--ink); font-family: Manrope, sans-serif; font-size: .82rem; font-weight: 900; }
.process-diagram-step { font-family: Manrope, sans-serif; font-size: 1rem; font-weight: 800; line-height: 1.22; }
.article-with-rail .article-body { max-width: 800px; }
.article-body h2, .article-body h3 { scroll-margin-top: 118px; }
.article-body h3 { margin-top: 1.65rem; font-family: Manrope, sans-serif; font-size: 1.25rem; line-height: 1.2; letter-spacing: -.03em; }
.article-inline-cta { margin-top: 2rem !important; color: var(--blue-deep); font-family: Manrope, sans-serif; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.learning-nav { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.5rem 0 0; }
.pill { display: inline-block; padding: .45rem .75rem; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; color: white; font-weight: 800; font-size: .85rem; text-decoration: none; }
.pill:hover { color: var(--ink); background: white; }
.learning-block + .learning-block { margin-top: 3.5rem; }
.learning-block h2 { margin: 0 0 1rem; font-family: Manrope, sans-serif; font-size: clamp(1.55rem, 4vw, 2.3rem); letter-spacing: -.05em; }
.learning-item { display: flex; flex-direction: column; justify-content: space-between; min-height: 170px; padding: 1.25rem; background: white; border: 1px solid var(--line); border-radius: 17px; }
.learning-item h3 { margin: .3rem 0 .5rem; font-family: Manrope, sans-serif; font-size: 1.2rem; letter-spacing: -.04em; }
.learning-item p { margin: 0 0 1rem; color: var(--ink-soft); font-size: .92rem; }
.learning-item a { color: var(--blue-deep); font-size: .88rem; font-weight: 800; }
.learning-all-link, .learning-return { margin: 1.25rem 0 0; }
.learning-all-link .text-link, .learning-return .text-link { display: inline-flex; align-items: center; min-height: 42px; padding: .55rem .85rem; border: 1px solid var(--line); border-radius: 9px; background: var(--blue-mist); text-decoration: none; }
.faq-intro { margin-bottom: 2.75rem; }
.faq-intro h2, .faq-category-heading h2 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(1.65rem, 4vw, 2.35rem); line-height: 1.1; letter-spacing: -.045em; }
.faq-intro > p:last-child, .faq-category-heading > p:last-child { max-width: 700px; margin: .65rem 0 0; color: var(--ink-soft); }
.faq-category + .faq-category { margin-top: 3rem; padding-top: 3rem; border-top: 1px solid var(--line); }
.faq-category-heading { margin-bottom: 1.1rem; }
.learning-all-link .text-link:hover, .learning-return .text-link:hover { border-color: var(--blue-deep); background: white; }
.glossary-grid { display: grid; gap: 1rem; }
.glossary-item { padding: 1.2rem; border-bottom: 1px solid var(--line); }
.glossary-item:first-child { border-top: 1px solid var(--line); }
.glossary-card { min-height: 100%; padding: 1.25rem; border: 1px solid var(--line); border-top: 4px solid var(--orange); border-radius: 16px; background: white; box-shadow: 0 4px 12px rgba(34,72,98,.04); }
.glossary-card:first-child { border-top: 4px solid var(--orange); }
.glossary-item h3 { margin: 0; font-family: Manrope, sans-serif; font-size: 1.1rem; }
.glossary-item p { margin: .4rem 0 0; color: var(--ink-soft); }
.learning-resource-section + .learning-resource-section { margin-top: 4rem; padding-top: 4rem; border-top: 1px solid var(--line); }
.resource-section-heading { max-width: 720px; margin-bottom: 1.35rem; }
.resource-section-heading h2 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(1.55rem, 4vw, 2.35rem); line-height: 1.1; letter-spacing: -.05em; }
.resource-section-heading p:last-child { margin: .7rem 0 0; color: var(--ink-soft); }
.checklist-grid { display: grid; gap: 1rem; }
.checklist-card { position: relative; display: flex; min-height: 250px; flex-direction: column; padding: 1.35rem; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 5px 14px rgba(34,72,98,.06); }
.checklist-card::after { position: absolute; right: -36px; bottom: -38px; width: 125px; height: 125px; border: 25px solid var(--blue-mist); border-radius: 50%; content: ""; }
.checklist-card > * { position: relative; z-index: 1; }
.checklist-icon { display: grid; place-items: center; width: 32px; height: 32px; margin-bottom: .75rem; border-radius: 50%; background: var(--orange); color: var(--ink); font-family: Manrope, sans-serif; font-weight: 900; }
.checklist-card .eyebrow { margin-bottom: .35rem; color: var(--orange-deep); }
.checklist-card h3 { margin: 0; font-family: Manrope, sans-serif; font-size: 1.25rem; line-height: 1.12; letter-spacing: -.04em; }
.checklist-card p:not(.eyebrow) { margin: .6rem 0 1rem; color: var(--ink-soft); font-size: .92rem; line-height: 1.5; }
.checklist-card .text-link { margin-top: auto; }
.checklist-resource-panel { padding: 1.55rem; border: 1px solid #b8d0e5; border-radius: var(--radius-lg); background: #f4f9fd; }
.checklist-resource-panel > h2 { max-width: 700px; margin: 0; font-family: Manrope, sans-serif; font-size: clamp(1.55rem, 4vw, 2.3rem); line-height: 1.1; letter-spacing: -.05em; }
.resource-panel-intro { max-width: 720px; margin: .65rem 0 0; color: var(--ink-soft); line-height: 1.55; }
.offer-resource-grid { display: grid; gap: 1rem; margin-top: 1.25rem; }
.offer-resource-card { display: flex; min-height: 220px; flex-direction: column; padding: 1.2rem; border: 1px solid #c6d9e8; border-radius: 14px; background: white; box-shadow: 0 4px 12px rgba(34,72,98,.04); }
.offer-resource-card h3 { margin: .15rem 0 .55rem; color: var(--ink); font-family: Manrope, sans-serif; font-size: 1.2rem; line-height: 1.14; letter-spacing: -.04em; }
.offer-resource-card > p:not(.resource-card-type) { margin: 0; color: var(--ink-soft); font-size: .92rem; line-height: 1.5; }
.resource-card-type { margin: 0; color: var(--orange-deep); font-family: Manrope, sans-serif; font-size: .73rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.offer-resource-card .button, .offer-resource-card .text-link { align-self: flex-start; margin-top: auto; }
.offer-resource-card .button { margin-top: 1.15rem; }
.offer-resource-card .text-link { padding-top: 1.15rem; color: var(--blue-deep); font-family: Manrope, sans-serif; font-size: .9rem; font-weight: 800; }
.related-learning-resource { border-top: 4px solid var(--orange); }
.checklist-resource-inner { display: grid; gap: 1.2rem; margin-top: 1.2rem; }
.checklist-resource-inner h3 { margin: 0; font-family: Manrope, sans-serif; font-size: 1.25rem; letter-spacing: -.04em; }
.checklist-resource-inner p { margin: .5rem 0 0; color: var(--ink-soft); }
.checklist-resource-inner > .button { align-self: start; }
.checklist-preview { display: grid; gap: .55rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.checklist-preview li { position: relative; padding-left: 1.55rem; color: var(--ink-soft); font-size: .9rem; }
.checklist-preview li::before { position: absolute; left: 0; top: .2rem; display: grid; place-items: center; width: 1rem; height: 1rem; border-radius: 50%; background: var(--orange); color: var(--ink); content: "✓"; font-size: .65rem; font-weight: 900; }
.resource-gate-note { margin: 1rem 0 0; color: var(--ink-soft); font-size: .82rem; line-height: 1.45; }
.checklist-download-reveal { margin: 1.25rem 0 0; }
.confirmation-card { text-align: center; }
.confirmation-card > p:not(.kicker):not(.form-note) { max-width: 620px; margin-right: auto; margin-left: auto; }
.checklist-confirmation-card { text-align: left; }
.checklist-confirmation-card > p:not(.kicker):not(.form-note) { margin-right: 0; margin-left: 0; }
.checklist-confirmation-content { margin: 1.6rem 0; padding: 1.25rem; border: 1px solid var(--line); border-radius: 14px; background: var(--blue-mist); }
.checklist-confirmation-content h3 { margin: 0; color: var(--ink); font-family: Manrope, sans-serif; font-size: 1.2rem; letter-spacing: -.03em; }
.checklist-confirmation-list { margin-bottom: 1.35rem; }
.booking-offer-grid, .booking-scheduler-layout { display: grid; gap: 1.25rem; }
.booking-video, .booking-summary, .booking-audit-list, .calendly-shell { padding: clamp(1.25rem, 4vw, 2.25rem); border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; }
.booking-video { background: var(--blue-mist); }
.booking-video h2, .booking-summary h2, .booking-audit-list h2 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(1.55rem, 4vw, 2.35rem); line-height: 1.1; letter-spacing: -.05em; }
.booking-video-player { position: relative; margin-top: 1.2rem; overflow: hidden; border-radius: 12px; background: var(--ink); box-shadow: 0 12px 28px rgba(22,45,66,.18); }
.booking-video video { display: block; width: 100%; margin: 0; border-radius: 12px; background: var(--ink); }
.booking-video-play { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .7rem; border: 0; background: linear-gradient(90deg, rgba(10,31,48,.14), rgba(10,31,48,.02)); color: white; cursor: pointer; transition: opacity .2s var(--ease), visibility .2s var(--ease); }
.booking-video-play span:first-child { display: grid; place-items: center; width: 68px; height: 68px; padding-left: 4px; border: 3px solid rgba(255,255,255,.95); border-radius: 50%; background: var(--orange); color: var(--ink); font-size: 1.65rem; line-height: 1; box-shadow: 0 5px 0 var(--orange-deep); }
.booking-video-play span:last-child { padding: .4rem .7rem; border-radius: 999px; background: rgba(8,25,39,.8); font-family: Manrope, sans-serif; font-size: .82rem; font-weight: 800; letter-spacing: .01em; }
.booking-video-player.is-playing .booking-video-play { opacity: 0; visibility: hidden; pointer-events: none; }
.booking-video-play:hover span:first-child, .booking-video-play:focus-visible span:first-child { transform: scale(1.04); }
.booking-summary .lead-checkup-list, .booking-audit-list .lead-checkup-list { margin-top: 1.25rem; }
.booking-summary .lead-checkup-list li, .booking-audit-list .lead-checkup-list li { border-color: var(--line); background: var(--blue-mist); }
.booking-summary .lead-checkup-list strong, .booking-audit-list .lead-checkup-list strong { color: var(--ink); }
.booking-summary .lead-checkup-list span, .booking-audit-list .lead-checkup-list span { color: var(--ink-soft); font-size: .84rem; }
.booking-summary .button { margin-top: 1rem; }
.calendly-shell { padding: 0; overflow: hidden; }
.calendly-shell .calendly-inline-widget { width: 100%; }
.faq-list { display: grid; gap: .75rem; }
.faq-list details { background: white; border: 1px solid var(--line); border-radius: 14px; }
.faq-list summary { position: relative; padding: 1rem 3rem 1rem 1rem; font-family: Manrope, sans-serif; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 1.1rem; top: .9rem; color: var(--blue-deep); content: '+'; font-size: 1.45rem; font-weight: 400; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list .answer { padding: 0 1rem 1rem; color: var(--ink-soft); }

/* Contact and conversion */
.contact-layout { display: grid; gap: 2rem; align-items: start; }
.contact-details { padding: 1.6rem; background: var(--ink); border-radius: var(--radius-lg); color: white; }
.contact-details .kicker { color: #b9d5f0; }
.contact-details h2 { margin: 0; font-family: Manrope, sans-serif; font-size: 1.8rem; line-height: 1.1; letter-spacing: -.05em; }
.contact-details p { color: #dce9f4; }
.contact-details a { color: white; font-family: Manrope, sans-serif; font-weight: 800; }
.contact-details .button-light { color: var(--ink) !important; }
.contact-details address { margin-top: 1.2rem; color: #dce9f4; font-style: normal; }
.contact-details address a { display: inline-block; margin-top: .4rem; color: var(--orange); }
.lead-checkup-details { background: linear-gradient(155deg, #173249 0%, #254f6c 100%); }
.lead-checkup-details h2 { max-width: 430px; }
.lead-checkup-list { display: grid; gap: .8rem; margin: 1.35rem 0; padding: 0; list-style: none; }
.lead-checkup-list li { position: relative; display: grid; gap: .06rem; min-height: 58px; padding: .65rem .7rem .65rem 2.6rem; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; background: rgba(255,255,255,.06); }
.lead-checkup-list li::before { position: absolute; top: .82rem; left: .75rem; display: grid; place-items: center; width: 1.15rem; height: 1.15rem; border-radius: 50%; background: var(--orange); color: var(--ink); content: '✓'; font-size: .73rem; font-weight: 900; }
.lead-checkup-list strong { color: white; font-family: Manrope, sans-serif; font-size: .9rem; line-height: 1.2; }
.lead-checkup-list span { color: #dce9f4; font-size: .8rem; line-height: 1.35; }
.lead-checkup-takeaways { margin: 1.35rem 0; padding: 1rem; border-left: 3px solid var(--orange); background: rgba(7,21,34,.24); }
.lead-checkup-takeaways h3 { margin: 0 0 .45rem; color: white; font-family: Manrope, sans-serif; font-size: 1rem; }
.lead-checkup-takeaways ul { display: grid; gap: .32rem; margin: 0; padding-left: 1.1rem; color: #dce9f4; font-size: .86rem; }
.lead-checkup-details > .button { width: 100%; margin-bottom: .55rem; }
.lead-checkup-image { max-width: 450px; justify-self: center; }
.lead-checkup-layout > div[id] { scroll-margin-top: 110px; }
.form-card { padding: 1.35rem; background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.form-card h2 { margin: 0 0 .4rem; font-family: Manrope, sans-serif; font-size: 1.65rem; letter-spacing: -.05em; }
.form-card > p { margin: 0 0 1rem; color: var(--ink-soft); }
.form-card fieldset { min-width: 0; margin: 1.25rem 0 0; padding: 1.15rem 0 0; border: 0; border-top: 1px solid var(--line); }
.form-card legend { padding: 0 .45rem 0 0; color: var(--ink); font-family: Manrope, sans-serif; font-size: .92rem; font-weight: 800; }
.form-grid { display: grid; gap: 1rem; }
.field { display: grid; gap: .35rem; }
.field label { font-family: Manrope, sans-serif; font-size: .86rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: .8rem .85rem; background: #fffefc; border: 1px solid #b9cbd8; border-radius: 9px; color: var(--ink); }
.field textarea { min-height: 136px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-deep); outline: 3px solid rgba(66,111,159,.18); }
.form-note { margin: 1rem 0 0; color: var(--ink-soft); font-size: .8rem; }
/* Keep the required disclosure visibly separate from the action that submits a public form. */
.form-card > button[type="submit"] + .form-note { margin: .9rem 0 0 !important; }
.form-context-note { margin: .85rem 0 0 !important; padding: .75rem .85rem; border-left: 3px solid var(--orange); background: var(--blue-mist); color: var(--ink) !important; font-size: .86rem; }
.form-error-message { margin: 1rem 0 !important; padding: .82rem .9rem; border: 1px solid #bc3f33; border-radius: 9px; background: #fff2ef; color: #8b251c !important; font-weight: 800; line-height: 1.45; }
.form-error-message a { color: inherit; text-decoration: underline; }
.form-error-message:focus { outline: 2px solid #bc3f33; outline-offset: 2px; }
.form-error-reference { display: block; margin-top: .35rem; font-size: .8em; font-weight: 600; opacity: .8; }
.consent-field, .sms-consent { margin: 1.1rem 0 !important; color: var(--ink-soft) !important; font-size: .82rem; line-height: 1.55; }
.consent-field label, .sms-consent label { display: flex; gap: .65rem; align-items: flex-start; }
.consent-field input, .sms-consent input { flex: 0 0 auto; width: 1.1rem; height: 1.1rem; margin-top: .14rem; accent-color: var(--orange-deep); }
.sms-consent input:disabled { cursor: not-allowed; opacity: .55; }
.consent-field a, .sms-consent a { color: var(--blue-deep); font-weight: 800; }
.sms-consent-requirement { display: block; margin: .38rem 0 0 1.75rem; color: var(--ink-soft); font-size: .76rem; font-weight: 700; }
.sensitive-data-notice { display: grid; gap: .28rem; margin: 1.2rem 0; padding: 1rem; border-left: 4px solid var(--orange); border-radius: 0 10px 10px 0; background: #fff4df; color: var(--ink); font-size: .84rem; line-height: 1.52; }
.sensitive-data-notice strong { font-family: Manrope, sans-serif; }
.quote-side-policy { margin: 1rem 0 0; color: #d5e3ee; font-size: .84rem; line-height: 1.45; }
.quote-side-policy a { color: white; font-weight: 800; }
.form-message { display: none; margin: 1rem 0 0; padding: .8rem; border-radius: 8px; background: var(--blue-mist); color: var(--ink); font-weight: 700; }
.form-message.is-visible { display: block; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.cta-band { position: relative; overflow: hidden; padding: 3.4rem 0; background: var(--orange); }
.cta-band::after { position: absolute; right: -45px; top: -90px; width: 220px; height: 220px; border: 30px solid rgba(255,255,255,.24); border-radius: 50%; content: ""; }
.cta-band .shell { position: relative; z-index: 1; }
.cta-band h2 { max-width: 680px; margin: 0; font-family: Manrope, sans-serif; font-size: clamp(2rem, 6vw, 3.2rem); line-height: 1.05; letter-spacing: -.06em; }
.cta-band p { max-width: 580px; margin: .8rem 0 1.2rem; font-size: 1.08rem; }
.cta-band .button { background: var(--ink); box-shadow: 0 4px 0 #071522; color: white; }
.cta-band .button:hover { background: #264762; color: white; }

/* Footer */
.site-footer { position: relative; overflow: hidden; padding: 3.5rem 0 1.3rem; border-top: 10px solid var(--orange); background: #1b344a; color: white; }
.footer-wave { display: none; }
/* A continuous border avoids anti-aliased seams that can appear in layered curved shapes. */
.footer-grid { display: grid; gap: 2rem; }
.footer-brand img { width: 170px; height: auto; filter: brightness(0) invert(1); }
.footer-statement { max-width: 315px; color: #d5e3ee; font-family: Manrope, sans-serif; font-weight: 700; }
.footer-brand address { color: #d5e3ee; font-size: .92rem; font-style: normal; line-height: 1.7; }
.footer-brand address strong { color: white; }
.footer-brand address a { color: white; font-weight: 700; }
.site-footer h2 { margin: 0 0 .8rem; color: var(--orange); font-family: Manrope, sans-serif; font-size: 1rem; letter-spacing: .03em; }
.site-footer p { color: #d5e3ee; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: .25rem .8rem; margin: 0; padding: 0; list-style: none; }
.footer-links a { color: white; font-size: .92rem; text-decoration: none; }
.footer-pledge { max-width: 320px; margin-top: 1.3rem; font-size: .82rem; line-height: 1.55; }
.footer-assurance { display: grid; gap: 1.25rem; align-items: center; margin-top: 2.4rem; padding: 1.3rem; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(255,255,255,.06); }
.footer-assurance h2 { margin-bottom: .45rem; font-size: 1.05rem; }
.footer-assurance p { max-width: 650px; margin: 0; color: #d5e3ee; font-size: .84rem; line-height: 1.55; }
.footer-badges { display: flex; align-items: center; gap: 1rem; }
.footer-badges img { width: auto; max-height: 68px; object-fit: contain; }
.footer-badges img:first-child { max-height: 78px; }
.footer-legal { display: flex; flex-direction: column; gap: .8rem; margin-top: 2.7rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.18); color: #b6ccd8; font-size: .75rem; }
.footer-legal span:last-child { display: flex; flex-wrap: wrap; gap: .7rem; }
.footer-legal a { color: #d5e3ee; }

/* Error and policies */
.not-found { padding: 6rem 0; text-align: center; }
.not-found h1 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(3rem, 12vw, 7rem); letter-spacing: -.08em; }
.policy-content { max-width: 780px; }
.policy-content h2 { margin-top: 2rem; font-family: Manrope, sans-serif; font-size: 1.35rem; }
.policy-content p, .policy-content li { color: var(--ink-soft); }
.policy-rich-content > h2 { margin-top: 0; font-size: clamp(1.9rem, 4vw, 2.65rem); line-height: 1.08; letter-spacing: -.055em; }
.policy-rich-content h3 { margin: 2rem 0 .6rem; color: var(--ink); font-family: Manrope, sans-serif; font-size: 1.16rem; }
.policy-rich-content ol, .policy-rich-content ul { padding-left: 1.3rem; }
.policy-review-notice { display: grid; gap: .3rem; margin: 1.35rem 0; padding: 1rem 1.1rem; border: 1px solid #e5c582; border-radius: 12px; background: #fff8e9; color: var(--ink-soft); font-size: .85rem; line-height: 1.55; }
.policy-review-notice strong { color: var(--ink); font-family: Manrope, sans-serif; }

@media (min-width: 560px) {
  .quick-grid { grid-template-columns: repeat(3, 1fr); }
  .quick-card { min-height: 280px; padding-inline: .9rem; }
  .quick-card h2 { font-size: 1.1rem; }
  .quick-card p { font-size: .8rem; }
  .quick-card img { width: 170px; }
  .benefits-grid, .card-grid, .service-grid, .process-grid, .testimonial-grid, .portfolio-grid, .article-grid, .event-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: .82fr 1.18fr; }
  .form-grid.two-col { grid-template-columns: 1fr 1fr; }
  .form-grid .full { grid-column: 1 / -1; }
  .market-price-detail { grid-template-columns: 1.2fr .8fr; }
  .footer-grid { grid-template-columns: 1.15fr .7fr 1fr; }
  .footer-assurance { grid-template-columns: 1fr auto; padding: 1.45rem 1.65rem; }
}

@media (min-width: 760px) {
  .shell { width: min(100% - 56px, var(--shell)); }
  .hero { min-height: 670px; }
  .hero .shell { padding-top: 7.5rem; padding-bottom: 14.5rem; }
  .hero-illustration { right: -4.5rem; bottom: 7.3rem; width: 520px; }
  .quick-links { margin-top: -8.3rem; }
  .quick-card { min-height: 310px; padding: 1.5rem 1rem 0; }
  .quick-card h2 { font-size: 1.4rem; }
  .quick-card p { font-size: .92rem; }
  .quick-card img { width: 205px; }
  .intro-section { padding: 6.3rem 0 5.7rem; }
  .intro-grid { grid-template-columns: 1.25fr .75fr; }
  .benefits-grid { grid-template-columns: repeat(3, 1fr); }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .service-preview-grid { grid-template-columns: repeat(3, 1fr); }
  .service-preview-card { display: block; }
  .service-preview-card img { width: 100%; height: 160px; margin-bottom: .9rem; }
  .service-preview-copy { min-height: 0; }
  .proof-layout { grid-template-columns: .82fr 1.18fr; }
  .proof-image img { height: auto; }
  .content-grid.two-thirds { grid-template-columns: 1.3fr .7fr; }
  .content-grid.two-thirds .image-card, .about-illustration-card, .portfolio-cta-grid .image-card, .event-workshop-image { justify-self: end; }
  .story-grid { grid-template-columns: .85fr 1.15fr; }
  .featured-article { grid-template-columns: .95fr 1.05fr; }
  .featured-article img { height: 100%; min-height: 0; max-height: 340px; }
  .article-grid { grid-template-columns: repeat(3, 1fr); }
  .glossary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .checklist-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .checklist-resource-inner { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
  .booking-offer-grid { grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: stretch; }
  .booking-scheduler-layout { grid-template-columns: minmax(290px, .7fr) minmax(0, 1.3fr); align-items: start; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-diagram-steps { grid-template-columns: repeat(2, 1fr); }
  .stat-strip { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .offer-resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .event-calendar-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .calendar-event-card { grid-template-columns: 1fr; gap: .85rem; }
  .calendar-event-date { flex-direction: row; gap: .6rem; align-self: stretch; min-height: 62px; }
  .interior-mascot { right: -1.5rem; bottom: -5.6rem; width: min(330px, 44vw); opacity: .82; }
}

@media (min-width: 1120px) {
  .header-inner { display: grid; grid-template-columns: minmax(185px, 215px) minmax(0, 1fr) auto; grid-template-rows: auto auto; column-gap: 1.35rem; row-gap: .5rem; min-height: 116px; padding-top: .75rem; padding-bottom: .75rem; }
  .brand { grid-row: 1 / 3; width: 205px; }
  .menu-toggle, .mobile-nav-brand, .mobile-nav-top { display: none; }
  .header-utility { grid-column: 2 / 4; display: flex; justify-self: end; align-items: center; gap: .8rem; }
  .header-utility .portal-link, .header-utility .utility-financing { font-size: .76rem; text-decoration: none; white-space: nowrap; }
  .site-nav { position: relative; grid-column: 2 / 4; display: flex; justify-content: flex-end; width: 100%; min-height: auto; height: auto; max-height: none; max-width: none; padding: 0; overflow: visible; opacity: 1; pointer-events: auto; visibility: visible; background: transparent; box-shadow: none; align-items: center; gap: .8rem; }
  .site-nav > ul { display: flex; align-items: center; gap: clamp(.55rem, 1vw, 1.12rem); margin: 0; }
  .site-nav > ul > li { border: 0; }
  .site-nav > ul > li > a { padding: .5rem 0; font-size: .78rem; white-space: nowrap; }
  .site-nav > ul > li.has-children > a::after { margin-left: .28rem; content: '⌄'; color: var(--blue-deep); }
  .subnav-toggle { display: none; }
  /* Mobile caps menus to their drawer width. Desktop menus must escape the
     trigger item's width so labels remain readable and the mega menu has room. */
  .site-nav .subnav, .site-nav .service-mega-menu { max-width: none; }
  /* Keep menus directly connected to their trigger. A visual hover gap here
     makes a CSS-only dropdown disappear before a visitor can reach a link. */
  .subnav { position: absolute; top: 100%; left: 50%; display: none; width: max-content; min-width: 260px; max-width: min(340px, calc(100vw - 3rem)); margin: 0 !important; padding: .65rem !important; background: white; border: 1px solid var(--line); border-top: 4px solid var(--orange); border-radius: 12px; box-shadow: var(--shadow); transform: translateX(-50%); }
  .site-nav > ul > li:not(.has-mega-menu) > .subnav { width: min(330px, calc(100vw - 2rem)); min-width: min(280px, calc(100vw - 2rem)); max-width: min(330px, calc(100vw - 2rem)); }
  .site-nav > ul > li:hover .subnav, .site-nav > ul > li:focus-within .subnav { display: block; }
  .subnav li a { padding: .48rem .55rem; border-radius: 7px; font-size: .84rem; }
  .subnav li a:hover { background: var(--blue-mist); }
  .site-nav > ul > li.has-mega-menu { position: static; }
  .service-mega-menu { display: none; grid-template-columns: minmax(190px, 1.05fr) repeat(3, minmax(150px, 1fr)); gap: 1.25rem; top: 100%; right: 0; left: auto; width: min(960px, calc(100vw - 2rem)); min-width: min(860px, calc(100vw - 2rem)); max-width: calc(100vw - 2rem) !important; padding: 1.35rem !important; background: white; border-color: var(--line); border-top: 4px solid var(--orange); transform: none; }
  .site-nav > ul > li:hover .service-mega-menu, .site-nav > ul > li:focus-within .service-mega-menu { display: grid; }
  .service-mega-intro { align-content: start; margin: 0; padding: .15rem 1.25rem .15rem 0; border-right: 1px solid var(--line); border-bottom: 0; }
  .service-mega-intro strong { font-size: 1.12rem; }
  .service-mega-group + .service-mega-group { margin: 0; }
  .service-mega-group h2 { margin-bottom: .52rem; font-size: .86rem; }
  .service-mega-group li a { padding: .32rem 0; color: var(--ink-soft); font-size: .82rem; line-height: 1.3; }
  .nav-actions { display: flex; align-items: center; gap: .85rem; padding: 0; }
  .nav-actions .mobile-only { display: none; }
  .nav-contact { white-space: nowrap; }
  .portal-link { font-size: .78rem; text-decoration: none; white-space: nowrap; }
  .button-small { font-size: .78rem; }
  .interior-hero { padding: 6rem 0 7.6rem; }
  .interior-hero.with-image { min-height: 500px; }
  .interior-mascot { right: 1.5rem; bottom: -6.8rem; width: 390px; opacity: .94; }
  .interior-hero h1 { max-width: 670px; }
  .interior-hero .lead { max-width: 620px; }
  .card-grid { grid-template-columns: repeat(3, 1fr); }
  .glossary-grid, .checklist-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .event-grid { grid-template-columns: repeat(3, 1fr); }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .portfolio-cta-grid .image-card { max-width: 440px; }
  .page-with-rail { grid-template-columns: minmax(245px, 280px) minmax(0, 1fr); gap: clamp(2rem, 4vw, 4.5rem); align-items: start; }
  .content-rail { position: sticky; top: 108px; padding: 1.1rem; }
  .content-rail-nav ul { display: grid; grid-template-columns: minmax(0, 1fr); gap: .22rem; overflow: visible; }
  .content-rail-nav a { display: block; min-height: 0; padding: .48rem .55rem; border-color: transparent; background: transparent; overflow-wrap: normal; word-break: normal; white-space: normal; }
  .content-rail-nav .outline-level-3 a { padding-left: 1rem; }
  .content-rail-nav a:hover, .content-rail-nav a:focus-visible, .content-rail-nav a.is-current { border-color: transparent; border-left-color: var(--orange); border-radius: 0; background: #fff4df; color: var(--orange-deep); }
  .content-rail-cta { margin-top: 1rem; }
}

/* Keep editorial panels stacked through compact desktop widths. This
   avoids a narrow secondary column when browser scaling makes a desktop look
   visually phone-sized, and keeps every caption fully in view. */
@media (min-width: 760px) and (max-width: 1239px) {
  .content-grid.two-thirds,
  .story-grid,
  .portfolio-cta-grid,
  .event-experience-grid { grid-template-columns: minmax(0, 1fr) !important; }
  .content-grid.two-thirds .image-card,
  .about-illustration-card,
  .portfolio-cta-grid .image-card,
  .event-workshop-image { justify-self: center !important; width: min(100%, 520px); margin-inline: auto; }
  .proof-image { width: min(100%, 620px); margin-inline: auto; }
  .proof-image img { height: clamp(225px, 38vw, 285px) !important; object-fit: cover; }
}

@media (min-width: 1200px) {
  .portfolio-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1240px) {
  .site-nav > ul { gap: 1.25rem; }
  .site-nav > ul > li > a { font-size: .84rem; }
  .benefits-grid { grid-template-columns: repeat(6, 1fr); }
  .benefit-card { min-height: 240px; }
  .service-preview-card img { height: 185px; }
  .testimonial-grid { grid-template-columns: repeat(4, 1fr); }
  .testimonial-card { padding: 1.55rem; }
  .portfolio-grid { grid-template-columns: repeat(3, 1fr); }
  .process-grid { grid-template-columns: repeat(4, 1fr); }
}

/* Website Profit Potential Calculator */
.profit-calculator-teaser { display: grid; gap: 1rem; margin-top: 2.4rem; padding: 1.2rem; border: 1px solid #b8d0e5; border-radius: 18px; background: linear-gradient(135deg, #eaf4fc 0%, #fff8ed 100%); }
.profit-calculator-teaser-icon { display: grid; grid-template-columns: 1fr 1fr; align-items: center; width: 72px; height: 58px; overflow: hidden; border-radius: 13px; background: var(--ink); color: white; font-family: Manrope, sans-serif; font-size: 1.35rem; font-weight: 900; text-align: center; }
.profit-calculator-teaser-icon span:first-child { background: var(--orange); color: var(--ink); height: 100%; display: grid; place-items: center; }
.profit-calculator-teaser-copy .kicker { margin: 0 0 .25rem; color: var(--orange-deep); }
.profit-calculator-teaser-copy h2 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(1.35rem, 4vw, 1.8rem); letter-spacing: -.045em; line-height: 1.1; }
.profit-calculator-teaser-copy p:last-child { margin: .5rem 0 0; color: var(--ink-soft); line-height: 1.55; }
.profit-calculator-teaser .button { align-self: center; justify-self: start; }
.calculator-access-layout { align-items: start; }
.calculator-access-details { background: linear-gradient(155deg, #173249 0%, #254f6c 100%); }
.calculator-page-section { padding-top: 2rem; }
.profit-calculator { padding: clamp(1rem, 3vw, 2rem); border: 1px solid #b8d0e5; border-radius: 22px; background: #f5faff; box-shadow: 0 10px 28px rgba(34,72,98,.08); }
.profit-calculator-heading { display: grid; gap: 1rem; padding-bottom: 1.35rem; border-bottom: 1px solid #cbddea; }
.profit-calculator-heading .kicker { margin: 0 0 .35rem; color: var(--orange-deep); }
.profit-calculator-heading h2 { max-width: 750px; margin: 0; font-family: Manrope, sans-serif; font-size: clamp(1.85rem, 5vw, 3rem); line-height: 1.04; letter-spacing: -.065em; }
.profit-calculator-heading p:last-child { max-width: 780px; margin: .75rem 0 0; color: var(--ink-soft); line-height: 1.62; }
.profit-calculator-heading-actions { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.text-button { min-height: 44px; padding: .5rem .2rem; border: 0; background: transparent; color: var(--blue-deep); font-family: Manrope, sans-serif; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.profit-calculator-status { margin: 1rem 0 0; padding: .72rem .85rem; border-left: 3px solid var(--orange); background: white; color: var(--ink-soft); font-size: .82rem; line-height: 1.45; }
.profit-calculator-layout { display: grid; gap: 1.25rem; margin-top: 1.25rem; }
.profit-calculator-inputs { display: grid; gap: 1rem; min-width: 0; }
.calculator-fieldset { min-width: 0; margin: 0; padding: 1rem; border: 1px solid #cbddea; border-radius: 16px; background: white; }
.calculator-fieldset legend { max-width: 100%; padding: 0 .35rem; color: var(--ink); font-family: Manrope, sans-serif; font-size: 1rem; font-weight: 900; line-height: 1.25; }
.calculator-field-note { margin: .2rem 0 1rem; color: var(--ink-soft); font-size: .82rem; line-height: 1.45; }
.calculator-input-grid { display: grid; gap: .9rem; }
.calculator-input-grid .field { margin: 0; }
.calculator-input-grid small, .calculator-slider-field small { display: block; color: var(--ink-soft); font-size: .72rem; line-height: 1.35; }
.calculator-input-prefix, .calculator-input-suffix { display: flex; align-items: stretch; width: 100%; overflow: hidden; border: 1px solid #b9cbd8; border-radius: 9px; background: #fffefc; }
.calculator-input-prefix:focus-within, .calculator-input-suffix:focus-within { border-color: var(--blue-deep); outline: 3px solid rgba(66,111,159,.18); }
.calculator-input-prefix span, .calculator-input-suffix span { display: grid; place-items: center; min-width: 38px; background: var(--blue-mist); color: var(--blue-deep); font-family: Manrope, sans-serif; font-size: .86rem; font-weight: 900; }
.calculator-input-prefix input, .calculator-input-suffix input { min-width: 0; border: 0 !important; outline: 0 !important; box-shadow: none !important; }
.calculator-scenario-fieldset { background: #fffaf3; }
.calculator-slider-list { display: grid; gap: 1rem; }
.calculator-slider-field { display: grid; grid-template-columns: minmax(0, 1fr) 52px; gap: .5rem .8rem; align-items: center; padding-bottom: .9rem; border-bottom: 1px solid #eddcc4; }
.calculator-slider-field:last-child { padding-bottom: 0; border-bottom: 0; }
.calculator-slider-field label { display: block; margin-bottom: .15rem; font-family: Manrope, sans-serif; font-size: .86rem; font-weight: 900; line-height: 1.25; }
.calculator-slider-field input { grid-column: 1 / -1; width: 100%; accent-color: var(--orange-deep); }
.calculator-slider-field output { grid-column: 2; grid-row: 1; min-width: 52px; padding: .28rem; border-radius: 999px; background: var(--ink); color: white; font-family: Manrope, sans-serif; font-size: .78rem; font-weight: 800; text-align: center; }
.profit-calculator-results { min-width: 0; padding: 1.15rem; border-radius: 18px; background: var(--ink); color: white; }
.profit-calculator-results > .kicker { margin: 0 0 .45rem; color: #f9dfb7; }
.calculator-result-highlight { padding: 1rem; border-radius: 13px; background: var(--orange); color: var(--ink); }
.calculator-result-highlight span, .calculator-result-highlight small { display: block; font-size: .78rem; font-weight: 800; line-height: 1.35; }
.calculator-result-highlight strong { display: block; margin: .15rem 0; font-family: Manrope, sans-serif; font-size: clamp(2rem, 8vw, 2.9rem); line-height: 1; letter-spacing: -.07em; }
.calculator-result-grid { display: grid; gap: .65rem; margin-top: .8rem; }
.calculator-result-grid > div { padding: .75rem; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: rgba(255,255,255,.06); }
.calculator-result-grid span { display: block; color: #b9d5f0; font-size: .72rem; font-weight: 800; line-height: 1.3; }
.calculator-result-grid strong { display: block; margin-top: .18rem; color: white; font-family: Manrope, sans-serif; font-size: 1.2rem; letter-spacing: -.04em; }
.calculator-bars { display: grid; gap: .72rem; margin: 1.15rem 0; }
.calculator-bars > div { display: grid; grid-template-columns: 102px minmax(0, 1fr); gap: .5rem; align-items: center; }
.calculator-bars span { color: #dce9f4; font-size: .75rem; font-weight: 800; }
.calculator-bars strong { grid-column: 2; font-size: .78rem; }
.calculator-bar-track { height: 10px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.18); }
.calculator-bar-track i { display: block; height: 100%; border-radius: inherit; background: #b9d5f0; transition: width .18s ease; }
.calculator-bar-scenario i { background: var(--orange); }
.calculator-comparison-table { width: 100%; margin-top: .5rem; border-collapse: collapse; font-size: .75rem; }
.calculator-comparison-table caption { margin-bottom: .45rem; color: #f9dfb7; font-family: Manrope, sans-serif; font-size: .82rem; font-weight: 800; text-align: left; }
.calculator-comparison-table th, .calculator-comparison-table td { padding: .5rem .25rem; border-bottom: 1px solid rgba(255,255,255,.14); text-align: right; }
.calculator-comparison-table th:first-child { text-align: left; }
.calculator-comparison-table thead th { color: #b9d5f0; font-size: .68rem; text-transform: uppercase; letter-spacing: .04em; }
.calculator-comparison-table tbody th { color: #dce9f4; font-weight: 700; }
.calculator-comparison-table td { color: white; font-family: Manrope, sans-serif; font-weight: 800; }
.calculator-scenario-form { margin-top: 1.25rem; border-color: #b8d0e5; background: linear-gradient(135deg, #ffffff 0%, #edf6fc 100%); }
.calculator-scenario-form .kicker { margin: 0 0 .3rem; color: var(--orange-deep); }
.calculator-scenario-form h3 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(1.35rem, 4vw, 1.8rem); letter-spacing: -.045em; line-height: 1.1; }
.calculator-scenario-form > p:not(.consent-field):not(.form-note):not(.form-error-message) { max-width: 720px; margin-top: .6rem; color: var(--ink-soft); line-height: 1.55; }
.calculator-scenario-form .form-grid { margin-top: 1.15rem; }
.calculator-methodology { margin-top: 1.25rem; padding: 1.1rem; border-radius: 16px; background: white; }
.calculator-methodology .kicker { margin: 0 0 .3rem; color: var(--orange-deep); }
.calculator-methodology h3 { margin: 0; font-family: Manrope, sans-serif; font-size: 1.18rem; line-height: 1.2; letter-spacing: -.035em; }
.calculator-methodology p:last-child { margin-bottom: 0; color: var(--ink-soft); line-height: 1.55; }
.calculator-formula { display: flex; flex-wrap: wrap; gap: .35rem .55rem; align-items: center; margin: .9rem 0; color: var(--blue-deep); font-family: Manrope, sans-serif; font-size: .78rem; font-weight: 800; }
.calculator-formula span, .calculator-formula strong { padding: .36rem .5rem; border-radius: 7px; background: var(--blue-mist); }
.calculator-formula strong { background: #fff0d5; color: var(--orange-deep); }
.calculator-formula b { color: var(--orange-deep); font-size: 1rem; }
.calculator-disclosure { display: grid; gap: .3rem; margin-top: 1.25rem; padding: .95rem 1rem; border: 1px solid #ead4a8; border-radius: 13px; background: #fff8e9; color: var(--ink-soft); font-size: .8rem; line-height: 1.5; }
.calculator-disclosure strong { color: var(--ink); font-family: Manrope, sans-serif; }
.calculator-landing-intro { display: grid; gap: 1rem; align-items: start; }
.calculator-landing-intro h2 { max-width: 760px; margin: 0; font-size: clamp(1.8rem, 6vw, 3.1rem); line-height: 1.04; letter-spacing: -.06em; }
.calculator-landing-intro p:not(.kicker) { max-width: 740px; margin-bottom: 0; color: var(--ink-soft); font-size: 1.02rem; line-height: 1.6; }
.calculator-question-card { padding: 1.1rem; border-radius: 16px; background: var(--ink); color: white; }
.calculator-question-card p { margin: 0 0 .55rem; color: #f9dfb7; font-family: Manrope, sans-serif; font-weight: 800; }
.calculator-question-card ul { display: grid; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.calculator-question-card li { position: relative; padding-left: 1.1rem; color: #e5f2fb; font-size: .9rem; line-height: 1.45; }
.calculator-question-card li::before { position: absolute; left: 0; color: var(--orange); content: '↗'; font-weight: 900; }
.calculator-preview-grid { display: grid; gap: 1rem; margin-top: 1.5rem; }
.calculator-preview-card { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1rem; min-width: 0; margin: 0; padding: 1rem; border: 1px solid #c9dce9; border-radius: 20px; background: #f8fcff; box-shadow: 0 12px 28px rgba(24, 54, 78, .08); }
.calculator-preview-image { display: flex; align-items: flex-start; justify-content: center; min-width: 0; max-height: 430px; overflow: hidden; border-radius: 12px; background: #dfeef8; }
.calculator-preview-image img { display: block; width: 100%; max-width: 460px; height: auto; border-radius: 12px; box-shadow: 0 10px 24px rgba(24, 54, 78, .15); }
.calculator-preview-card figcaption { align-self: center; min-width: 0; }
.calculator-preview-card figcaption > span { display: block; margin-bottom: .3rem; color: var(--orange-deep); font-family: Manrope, sans-serif; font-size: .74rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.calculator-preview-card figcaption strong { display: block; color: var(--ink); font-family: Manrope, sans-serif; font-size: 1.18rem; line-height: 1.18; letter-spacing: -.035em; }
.calculator-preview-card figcaption p { margin: .55rem 0 0; color: var(--ink-soft); line-height: 1.55; }

@media (min-width: 560px) {
  .profit-calculator-teaser { grid-template-columns: auto minmax(0, 1fr); align-items: center; }
  .profit-calculator-teaser .button { grid-column: 2; }
  .calculator-input-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .calculator-result-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .calculator-preview-card { grid-template-columns: minmax(220px, .85fr) minmax(0, 1fr); }
}

@media (min-width: 920px) {
  .profit-calculator-heading { grid-template-columns: minmax(0, 1fr) auto; align-items: end; }
  .profit-calculator-heading-actions { justify-content: flex-end; }
  .profit-calculator-layout { grid-template-columns: minmax(0, 1.18fr) minmax(310px, .82fr); }
  .profit-calculator-results { position: sticky; top: 118px; align-self: start; }
  .profit-calculator-teaser { grid-template-columns: auto minmax(0, 1fr) auto; }
  .profit-calculator-teaser .button { grid-column: auto; justify-self: end; }
  .calculator-landing-intro { grid-template-columns: minmax(0, 1.3fr) minmax(285px, .7fr); gap: 2rem; }
  .calculator-preview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .calculator-preview-card { grid-template-columns: minmax(0, 1fr); }
}

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

/* Public Tools hub and gated planning-resource pages */
.public-tools-list { display: grid; gap: 1.25rem; margin-top: 2rem; }
.public-tool-card { display: grid; gap: 1.15rem; overflow: hidden; padding: 1rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-tight); }
.public-tool-preview { display: block; min-height: 0; overflow: hidden; border-radius: 15px; background: var(--blue-mist); }
.public-tool-preview img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; object-position: top center; transition: transform .25s var(--ease); }
.public-tool-preview:hover img { transform: scale(1.02); }
.public-tool-copy { min-width: 0; padding: .15rem .2rem .35rem; }
.public-tool-copy .eyebrow { margin: 0 0 .35rem; color: var(--orange-deep); font-weight: 800; }
.public-tool-copy h3 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(1.45rem, 5vw, 2rem); line-height: 1.1; letter-spacing: -.04em; }
.public-tool-copy h3 a { color: var(--ink); text-decoration: none; }
.public-tool-copy h3 a:hover { color: var(--blue-deep); }
.public-tool-copy > p { margin: .65rem 0 0; color: var(--ink-soft); }
.public-tool-points { display: grid; gap: .45rem; margin: 1rem 0 1.15rem; padding: 0; list-style: none; color: var(--ink-soft); font-size: .94rem; }
.public-tool-points li { position: relative; padding-left: 1.15rem; }
.public-tool-points li::before { content: '•'; position: absolute; left: .2rem; color: var(--orange-deep); font-weight: 900; }
.public-tools-disclosure, .public-tool-disclaimer { display: grid; gap: .35rem; margin-top: 1.5rem; padding: 1rem 1.1rem; border-left: 4px solid var(--orange); border-radius: 0 14px 14px 0; background: #fff6e8; color: var(--ink-soft); line-height: 1.55; }
.public-tools-disclosure strong, .public-tool-disclaimer strong { color: var(--ink); }
.public-tool-detail-grid, .public-tool-access-layout { display: grid; gap: 1.5rem; }
.public-tool-explainer h2, .public-tool-access-copy h2 { margin-top: 0; font-family: Manrope, sans-serif; line-height: 1.08; letter-spacing: -.045em; }
.public-tool-detail-points { display: grid; gap: .82rem; margin: 1.35rem 0; padding: 0; list-style: none; }
.public-tool-detail-points li { position: relative; min-height: 1.2rem; padding-left: 2rem; color: var(--ink-soft); font-size: .94rem; line-height: 1.48; }
.public-tool-detail-points li::before { position: absolute; top: .12rem; left: .15rem; display: grid; place-items: center; width: 1.2rem; height: 1.2rem; border-radius: 50%; background: var(--orange); color: var(--ink); content: '✓'; font-size: .72rem; font-weight: 900; }
.public-tool-workspace-note { margin: 1.15rem 0 0; color: var(--ink-soft); font-size: .86rem; line-height: 1.5; }
.public-tool-detail-preview { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-tight); }
.public-tool-detail-preview img { width: 100%; max-height: 540px; object-fit: cover; object-position: top center; }
.public-tool-detail-preview figcaption { padding: .85rem 1rem; color: var(--ink-soft); font-size: .9rem; line-height: 1.45; }
.public-tool-access-copy { align-self: start; padding: 1.2rem; border-radius: var(--radius); background: var(--ink); color: var(--white); }
.public-tool-access-copy .kicker { margin: 0 0 .4rem; color: #f9dfb7; }
.public-tool-access-copy p { color: #d9e9f5; }
.public-tool-access-copy h2 { color: var(--white); }
.public-tools-resource-list { margin-top: 1.5rem; }
.public-tools-resource-list .public-tool-card { box-shadow: none; }
.public-tools-resource-list .public-tool-preview img { min-height: 180px; }
.tools-resource-section { scroll-margin-top: 110px; }

@media (min-width: 720px) {
  .public-tool-card { grid-template-columns: minmax(240px, .86fr) minmax(0, 1.14fr); align-items: stretch; padding: 1.2rem; }
  .public-tool-preview img { min-height: 100%; }
  .public-tool-detail-grid { grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); align-items: start; }
  .public-tool-access-layout { grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr); align-items: start; }
  .public-tools-resource-list .public-tool-card { grid-template-columns: minmax(190px, .7fr) minmax(0, 1.3fr); }
}

@media (min-width: 1120px) {
  .public-tool-card { grid-template-columns: minmax(350px, .92fr) minmax(0, 1.08fr); gap: 1.7rem; padding: 1.45rem; }
  .public-tool-copy { display: flex; flex-direction: column; justify-content: center; padding: .35rem .5rem; }
  .public-tool-copy .button { align-self: flex-start; }
}

/* Dedicated Tools sections on service and solution detail pages. */
.contextual-tools-panel{padding:clamp(1.25rem,3vw,2rem);border:1px solid #b8d3e4;border-radius:var(--radius-lg);background:linear-gradient(135deg,#edf7fc 0%,#fff9ef 100%);scroll-margin-top:110px}
.contextual-tools-panel>h2{max-width:760px;margin:0;font-family:Manrope,sans-serif;font-size:clamp(1.55rem,3vw,2.2rem);line-height:1.1;letter-spacing:-.05em}
.contextual-tools-intro{max-width:800px;margin:.7rem 0 0;color:var(--ink-soft);line-height:1.55}
.contextual-tools-panel .public-tools-list{margin-top:1.3rem}
.contextual-tools-panel .public-tool-card{background:rgba(255,255,255,.93);box-shadow:none}
.contextual-tools-panel .public-tool-preview img{min-height:180px}
.contextual-tools-disclosure{margin:1.1rem 0 0;color:var(--ink-soft);font-size:.88rem;line-height:1.5}
.contextual-tools-disclosure strong{color:var(--ink)}
@media(min-width:720px){.contextual-tools-panel .public-tool-card{grid-template-columns:minmax(180px,.65fr) minmax(0,1.35fr)}}
