:root {
  --ink: #15323a;
  --ink-soft: #49636a;
  --deep: #103c46;
  --deep-2: #0a2e36;
  --blue: #4f83bd;
  --blue-light: #dce9f4;
  --teal: #6c9aa4;
  --mint: #a9c9c2;
  --cream: #f4f1e9;
  --paper: #fbfcfa;
  --white: #fff;
  --line: rgba(21, 50, 58, .14);
  --shadow: 0 28px 70px rgba(8, 37, 45, .12);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 44px)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 999; padding: 10px 16px; background: var(--white); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(251, 252, 250, .88);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: .3s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(8, 37, 45, .06); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 118px; border-radius: 4px; overflow: hidden; }
.brand img { width: 100%; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .94rem; font-weight: 600; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--blue); transition: .25s ease; }
.site-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 11px 19px; color: var(--white); background: var(--deep); border-radius: 999px; }
.mobile-contact-link { display: none; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); transition: .25s; }

.hero {
  position: relative;
  min-height: 820px;
  padding: 175px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 26%, rgba(109, 157, 166, .18), transparent 31%),
    linear-gradient(135deg, #f9fbf8 0%, #eef3f0 100%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image: linear-gradient(rgba(18, 63, 73, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(18, 63, 73, .09) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(90deg, transparent 5%, #000 70%);
}
.hero-layout { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-family: "Manrope", sans-serif; font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: "Manrope", sans-serif; line-height: 1.13; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(3.1rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); }
.hero-lead { max-width: 650px; margin: 0; color: var(--ink-soft); font-size: 1.18rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 15px 30px rgba(79, 131, 189, .25); }
.button-primary:hover { background: #3e73ad; box-shadow: 0 18px 36px rgba(79, 131, 189, .35); }
.button-ghost { color: var(--deep); border-color: rgba(16, 60, 70, .25); background: rgba(255, 255, 255, .5); }
.hero-proof { display: flex; gap: 28px; margin-top: 52px; padding-top: 28px; border-top: 1px solid var(--line); }
.hero-proof div { display: grid; }
.hero-proof strong { font: 800 1.5rem/1 "Manrope", sans-serif; }
.hero-proof span { margin-top: 7px; color: var(--ink-soft); font-size: .82rem; }
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.insight-card { position: relative; z-index: 3; width: min(410px, 90%); padding: 34px; color: var(--white); background: linear-gradient(145deg, var(--deep), var(--deep-2)); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; box-shadow: var(--shadow); transform: rotate(2deg); }
.card-kicker { margin: 0 0 24px; color: var(--mint); font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.insight-step { display: flex; gap: 16px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.14); }
.insight-step > span { display: grid; place-items: center; flex: 0 0 38px; height: 38px; color: var(--deep); background: var(--mint); border-radius: 50%; font-weight: 800; font-size: .76rem; }
.insight-step div { display: grid; }
.insight-step strong { font-family: "Manrope", sans-serif; font-size: 1.06rem; }
.insight-step small { margin-top: 3px; color: rgba(255,255,255,.63); }
.orbit { position: absolute; border: 1px solid rgba(16, 60, 70, .2); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 610px; height: 610px; border-style: dashed; animation: spin 35s linear infinite; }
.signal { position: absolute; z-index: 2; width: 18px; height: 18px; background: var(--blue); border: 5px solid var(--paper); border-radius: 50%; box-shadow: 0 0 0 1px var(--blue); }
.signal-one { top: 58px; right: 72px; }
.signal-two { bottom: 72px; left: 48px; background: var(--teal); box-shadow: 0 0 0 1px var(--teal); }
.impact-chip { position: absolute; right: -8px; bottom: 52px; z-index: 5; padding: 13px 17px; background: var(--white); border-radius: 12px; box-shadow: 0 15px 35px rgba(8, 37, 45, .13); font-size: .82rem; font-weight: 700; transform: rotate(-3deg); }
.impact-chip i { display: inline-block; width: 9px; height: 9px; margin-right: 8px; background: #3ca77a; border-radius: 50%; }
@keyframes spin { to { transform: rotate(360deg); } }

.trust-strip { color: var(--white); background: var(--deep); }
.trust-items { min-height: 82px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 20px; }
.trust-items span { position: relative; padding-left: 19px; font-size: .86rem; font-weight: 600; }
.trust-items span::before { content: ""; position: absolute; left: 0; top: .58em; width: 7px; height: 7px; background: var(--mint); border-radius: 50%; }

.section { padding: 130px 0; }
.about-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }
.section-heading { position: sticky; top: 130px; }
.section-heading h2 { max-width: 500px; }
.large-copy { margin-top: 0; color: var(--ink); font: 600 clamp(1.35rem, 2vw, 1.8rem)/1.45 "Manrope", sans-serif; letter-spacing: -.02em; }
.about-copy > p:not(.large-copy) { color: var(--ink-soft); }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 42px; }
.values-grid article { padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; }
.values-grid span { color: var(--blue); font: 800 .75rem "Manrope", sans-serif; }
.values-grid h3 { margin: 13px 0 8px; font-size: 1.08rem; }
.values-grid p { margin: 0; color: var(--ink-soft); font-size: .9rem; }

.vision-section { padding: 0 0 130px; }
.vision-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.vision-card { min-height: 480px; display: flex; flex-direction: column; justify-content: flex-end; padding: 64px; color: var(--white); background: var(--blue); }
.vision-card:first-child { border-radius: var(--radius) 0 0 var(--radius); }
.vision-card:last-child { border-radius: 0 var(--radius) var(--radius) 0; }
.vision-card .eyebrow { color: var(--white); opacity: .72; }
.vision-card h2 { max-width: 530px; font-size: clamp(2rem, 3.2vw, 3.2rem); }
.vision-card p:last-child { max-width: 550px; margin-bottom: 0; color: rgba(255,255,255,.78); }
.mission-card { background: var(--deep); }

.services { background: var(--cream); }
.section-intro { display: grid; grid-template-columns: 1.1fr .65fr; gap: 100px; align-items: end; margin-bottom: 64px; }
.section-intro h2 { max-width: 700px; margin-bottom: 0; }
.section-intro > p { margin: 0 0 10px; color: var(--ink-soft); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 480px; padding: 34px; overflow: hidden; background: var(--white); border: 1px solid rgba(21,50,58,.1); border-radius: 18px; transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 24px 55px rgba(8,37,45,.1); }
.service-card.featured { color: var(--white); background: var(--deep); }
.service-number { position: absolute; top: 28px; right: 30px; color: var(--blue); font: 800 .72rem "Manrope", sans-serif; }
.featured .service-number { color: var(--mint); }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 42px; color: var(--blue); background: var(--blue-light); border-radius: 14px; }
.service-icon svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.featured .service-icon { color: var(--deep); background: var(--mint); }
.service-card h3 { margin-bottom: 14px; font-size: 1.45rem; }
.service-card > p { color: var(--ink-soft); }
.featured > p { color: rgba(255,255,255,.68); }
.service-card ul { padding: 20px 0 0; margin: 22px 0 0; list-style: none; border-top: 1px solid var(--line); }
.featured ul { border-color: rgba(255,255,255,.15); }
.service-card li { position: relative; padding: 5px 0 5px 17px; color: var(--ink-soft); font-size: .83rem; }
.featured li { color: rgba(255,255,255,.72); }
.service-card li::before { content: ""; position: absolute; left: 0; top: .95em; width: 6px; height: 6px; background: var(--teal); border-radius: 50%; }

.sectors { color: var(--white); background: var(--deep-2); }
.sectors-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; align-items: start; }
.sectors-copy { position: sticky; top: 130px; }
.sectors-copy .eyebrow { color: var(--mint); }
.sectors-copy > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.text-link { display: inline-block; margin-top: 20px; color: var(--mint); font-weight: 700; }
.text-link span { margin-left: 5px; transition: margin .2s ease; }
.text-link:hover span { margin-left: 10px; }
.sector-item { display: grid; grid-template-columns: 58px 1fr; gap: 24px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.14); }
.sector-item:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.sector-item > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--deep); background: var(--mint); border-radius: 50%; font-weight: 800; font-size: .72rem; }
.sector-item h3 { margin: 3px 0 8px; font-size: 1.28rem; }
.sector-item p { margin: 0; color: rgba(255,255,255,.59); font-size: .92rem; }

.centered { position: static; max-width: 820px; margin: 0 auto 70px; text-align: center; }
.process-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.process-line::before { content: ""; position: absolute; top: 26px; left: 12.5%; right: 12.5%; height: 1px; background: var(--line); }
.process-step { position: relative; text-align: center; }
.process-step > span { position: relative; z-index: 2; width: 52px; height: 52px; display: grid; place-items: center; margin: 0 auto 28px; color: var(--white); background: var(--blue); border: 8px solid var(--paper); border-radius: 50%; font-size: .7rem; font-weight: 800; }
.process-step h3 { font-size: 1.2rem; }
.process-step p { color: var(--ink-soft); font-size: .9rem; }

.contact-section { padding: 130px 0; color: var(--white); background: linear-gradient(135deg, var(--deep) 0%, #164f58 100%); }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.contact-copy .eyebrow { color: var(--mint); }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.contact-details { display: grid; gap: 11px; margin-top: 40px; }
.contact-details a { display: grid; padding-bottom: 11px; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-details small { color: var(--mint); }
.contact-details strong { font-weight: 600; }
.contact-form { padding: 38px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 17px; font-size: .78rem; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #f4f7f5; border: 1px solid transparent; border-radius: 9px; outline: none; resize: vertical; transition: .2s ease; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); background: var(--white); box-shadow: 0 0 0 3px rgba(79,131,189,.13); }
.contact-form .button { border: 0; }
.form-note { margin: 11px 0 0; color: var(--ink-soft); font-size: .76rem; }

.site-footer { padding: 80px 0 24px; color: rgba(255,255,255,.7); background: #071f25; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr .7fr .7fr; gap: 70px; padding-bottom: 60px; }
.footer-brand img { width: 140px; margin-bottom: 18px; }
.footer-brand p { max-width: 290px; }
.site-footer h3 { margin-bottom: 17px; color: var(--white); font-size: .88rem; letter-spacing: 0; }
.site-footer a { display: block; margin: 8px 0; }
.site-footer a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }
.footer-bottom p { margin: 0; }

.testimonials-section { background: #edf3f0; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-card { min-height: 315px; display: flex; flex-direction: column; padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.quote-mark { height: 48px; color: var(--blue); font: 700 4rem/1 Georgia, serif; }
.testimonial-card blockquote { flex: 1; margin: 8px 0 30px; color: var(--ink); font: 500 1.04rem/1.65 "Manrope", sans-serif; letter-spacing: -.015em; }
.testimonial-card footer { display: flex; align-items: center; gap: 13px; padding-top: 20px; border-top: 1px solid var(--line); }
.testimonial-card footer img, .testimonial-initial { width: 46px; height: 46px; flex: 0 0 46px; object-fit: cover; border-radius: 50%; }
.testimonial-initial { display: grid; place-items: center; color: var(--white); background: var(--deep); font-weight: 800; }
.testimonial-card footer div { display: grid; }
.testimonial-card footer strong { font-size: .91rem; }
.testimonial-card footer small { color: var(--ink-soft); font-size: .76rem; }

.latest-posts-section { background: var(--cream); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.blog-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 18px; transition: transform .25s ease, box-shadow .25s ease; }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(8,37,45,.1); }
.blog-card-image { display: block; height: 220px; overflow: hidden; background: var(--blue-light); }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.blog-card:hover .blog-card-image img { transform: scale(1.035); }
.blog-card-content { padding: 28px; }
.blog-card time { display: block; margin-bottom: 13px; color: var(--blue); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.blog-card h2, .blog-card h3 { margin-bottom: 12px; font-size: 1.35rem; }
.blog-card p { color: var(--ink-soft); font-size: .9rem; }
.blog-card .text-link { margin-top: 9px; color: var(--deep); font-size: .85rem; }

.blog-hero { padding: 180px 0 100px; color: var(--white); background: linear-gradient(135deg, var(--deep-2), var(--deep)); }
.blog-hero .eyebrow { color: var(--mint); }
.blog-hero h1 { max-width: 850px; margin-bottom: 22px; font-size: clamp(3rem, 6vw, 5.5rem); }
.blog-hero > .container > p:last-child { max-width: 680px; color: rgba(255,255,255,.67); font-size: 1.1rem; }
.blog-empty { max-width: 650px; margin: auto; padding: 70px 20px; text-align: center; }
.blog-empty h2 { font-size: 2.2rem; }
.blog-nav { display: flex; }
.article-header { padding: 170px 0 70px; background: #eef3f0; }
.article-container { max-width: 810px; }
.article-back { display: inline-block; margin-bottom: 40px; color: var(--blue); font-weight: 700; }
.article-header time { display: block; margin-bottom: 18px; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-header h1 { margin-bottom: 22px; font-size: clamp(2.7rem, 6vw, 5rem); }
.article-header p { color: var(--ink-soft); font-size: 1.16rem; }
.article-image { max-width: 1080px; margin-top: 65px; }
.article-image img { width: 100%; max-height: 620px; object-fit: cover; border-radius: 18px; }
.article-body { padding-top: 75px; padding-bottom: 75px; color: #294850; font-size: 1.08rem; line-height: 1.85; }
.article-body p { margin: 0 0 1.6em; }
.article-cta { margin-bottom: 100px; padding: 40px; color: var(--white); background: var(--deep); border-radius: 18px; }
.article-cta h2 { font-size: 2rem; }
.article-cta p { color: rgba(255,255,255,.68); }
.compact-footer { padding-top: 28px; }

.profile-page { background: #eef3f0; }
.profile-viewer-section { min-height: 100vh; padding: 155px 0 85px; }
.profile-viewer-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 42px; }
.profile-viewer-heading h1 { max-width: 760px; margin-bottom: 0; font-size: clamp(2.6rem, 5vw, 4.8rem); }
.profile-viewer-heading > p { margin: 0 0 8px; color: var(--ink-soft); }
.profile-viewer-shell { overflow: hidden; background: #cad8d8; border: 1px solid rgba(21,50,58,.16); border-radius: 18px; box-shadow: var(--shadow); }
.profile-viewer-bar { min-height: 52px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 0 20px; color: rgba(255,255,255,.8); background: var(--deep); font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.profile-viewer-bar span:last-child { color: var(--deep); background: var(--mint); padding: 5px 10px; border-radius: 999px; text-transform: uppercase; font-size: .64rem; }
.profile-frame { display: block; width: 100%; height: min(78vh, 960px); min-height: 640px; border: 0; background: #dfe7e5; }
.profile-viewer-note { margin: 15px 0 0; color: var(--ink-soft); font-size: .78rem; text-align: center; }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-layout, .about-layout, .sectors-layout, .contact-layout { grid-template-columns: 1fr; }
  .hero-layout { gap: 40px; }
  .hero-copy { max-width: 730px; }
  .hero-visual { min-height: 540px; }
  .about-layout, .sectors-layout, .contact-layout { gap: 60px; }
  .section-heading, .sectors-copy { position: static; }
  .section-intro { grid-template-columns: 1fr; gap: 20px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 450px; }
  .footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); gap: 35px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, var(--container)); }
  .nav-wrap { min-height: 74px; }
  .brand { width: 98px; }
  .nav-toggle { display: block; z-index: 4; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 25px; color: var(--white); background: var(--deep-2); font-size: 1.35rem; opacity: 0; pointer-events: none; transform: translateY(-10px); transition: .25s ease; }
  .site-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .nav-cta { background: var(--blue); }
  .site-nav .mobile-contact-link { display: block; color: var(--mint); font-size: .98rem; }
  .hero { padding: 130px 0 65px; }
  h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  .hero-proof { gap: 15px; }
  .hero-proof div { flex: 1; }
  .hero-visual { min-height: 460px; }
  .insight-card { padding: 26px; transform: none; }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { width: 470px; height: 470px; }
  .impact-chip { right: 3px; bottom: 22px; }
  .trust-items { grid-template-columns: repeat(2, 1fr); padding: 22px 0; }
  .section { padding: 90px 0; }
  .values-grid, .vision-grid, .service-grid, .testimonial-grid, .blog-grid, .process-line, .field-row { grid-template-columns: 1fr; }
  .vision-section { padding-bottom: 90px; }
  .vision-card { min-height: 390px; padding: 38px 28px; }
  .vision-card:first-child { border-radius: var(--radius) var(--radius) 0 0; }
  .vision-card:last-child { border-radius: 0 0 var(--radius) var(--radius); }
  .service-card { min-height: auto; }
  .process-line { gap: 8px; }
  .process-line::before { top: 0; bottom: 0; left: 26px; right: auto; width: 1px; height: auto; }
  .process-step { display: grid; grid-template-columns: 52px 1fr; column-gap: 20px; text-align: left; }
  .process-step > span { grid-row: span 2; margin: 0; }
  .contact-section { padding: 90px 0; }
  .contact-form { padding: 26px 20px; }
  .profile-viewer-section { padding: 120px 0 65px; }
  .profile-viewer-heading { grid-template-columns: 1fr; gap: 16px; margin-bottom: 28px; }
  .profile-frame { height: 72vh; min-height: 520px; }
  .profile-viewer-bar { padding-inline: 14px; }
  .blog-hero { padding: 135px 0 75px; }
  .blog-nav { position: static; flex-direction: row; color: var(--ink); background: transparent; opacity: 1; pointer-events: auto; transform: none; font-size: .8rem; }
  .blog-nav a:nth-child(2) { display: none; }
  .article-header { padding: 125px 0 55px; }
  .article-image { margin-top: 35px; }
  .article-body { padding-top: 50px; padding-bottom: 50px; }
  .article-cta { margin-bottom: 70px; padding: 28px 22px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 430px) {
  .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-proof strong { font-size: 1.15rem; }
  .hero-proof span { font-size: .7rem; }
  .hero-visual { min-height: 420px; }
  .orbit-one { width: 330px; height: 330px; }
  .orbit-two { width: 400px; height: 400px; }
  .insight-step { padding: 15px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: grid; gap: 10px; }
}

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