:root {
  --ink: #252342;
  --navy: #282654;
  --navy-deep: #1d1b40;
  --blue: #31b9e7;
  --blue-light: #aee9f8;
  --lime: #d7f06c;
  --paper: #f5f3ed;
  --white: #fff;
  --muted: #6b6a78;
  --line: rgba(37, 35, 66, .13);
  --radius: 22px;
  --shadow: 0 25px 70px rgba(30, 28, 67, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 88px 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 16px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 78px; transition: .25s ease; }
.site-header.scrolled { background: rgba(245, 243, 237, .9); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(16px); }
.nav-wrap, .footer-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: Manrope, sans-serif; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { display: grid; width: 38px; aspect-ratio: 1; place-items: center; color: white; background: var(--navy); border-radius: 50% 50% 14% 50%; font-size: 12px; letter-spacing: -.04em; }
.main-nav { display: flex; align-items: center; gap: 34px; padding: 8px 10px 8px 22px; border-radius: 100px; font-size: 14px; font-weight: 600; }
.site-header:not(.scrolled) .main-nav { color: white; background: rgba(29, 27, 64, .94); box-shadow: 0 8px 30px rgba(29, 27, 64, .14); }
.site-header:not(.scrolled) .nav-cta { color: var(--navy); background: var(--blue-light); }
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--blue); transition: right .2s; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.nav-cta { padding: 10px 19px; color: white; background: var(--navy); border-radius: 100px; }
.menu-toggle { display: none; border: 0; padding: 8px; background: transparent; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 6px; background: var(--ink); transition: .2s; }

.hero { position: relative; min-height: 720px; overflow: hidden; display: flex; align-items: center; padding: 112px 0 62px; background: linear-gradient(135deg, #f8f7f2 0%, #eef7f7 100%); }
.hero::before { content: ""; position: absolute; width: 46%; height: 100%; inset: 0 0 0 auto; background: var(--navy); clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 64px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.dark { color: #0b98c7; }
.eyebrow.light { color: var(--blue-light); }
h1, h2, h3 { margin-top: 0; font-family: Manrope, sans-serif; line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 700px; margin-bottom: 22px; font-size: clamp(50px, 5.45vw, 74px); }
h1 em, h2 em { color: #0c9ecd; font-style: normal; }
.hero-intro { max-width: 620px; margin: 0 0 28px; color: #55546a; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 54px; padding: 0 24px; border: 0; border-radius: 100px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(37,35,66,.18); }
.button-primary { color: white; background: var(--navy); }
.button-primary span, .button-light span { font-size: 20px; }
.text-link { font-weight: 700; }
.text-link span { display: inline-block; margin-left: 8px; color: #0b9dcc; transition: transform .2s; }
.text-link:hover span { transform: translateY(4px); }
.hero-proof { display: flex; gap: 34px; margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--line); }
.hero-proof div { display: grid; }
.hero-proof strong { font: 800 25px/1 Manrope; }
.hero-proof span { margin-top: 6px; color: var(--muted); font-size: 12px; }
.hero-visual { position: relative; min-width: 0; }
.portrait-frame { position: relative; width: min(100%, 420px); margin: auto; aspect-ratio: .86; }
.portrait-frame::before { content: ""; position: absolute; inset: 4% 2% 4% 5%; border: 1px solid rgba(255,255,255,.28); border-radius: 45% 45% 24px 24px; transform: rotate(4deg); }
.portrait-frame img { position: absolute; inset: 0 7% 2%; width: 86%; height: 96%; object-fit: cover; object-position: 50% 42%; border-radius: 48% 48% 20px 20px; box-shadow: var(--shadow); }
.portrait-accent { position: absolute; width: 48%; height: 34%; right: -3%; bottom: -1%; background: var(--blue); border-radius: 50% 50% 18px 50%; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 13px 17px; background: rgba(255,255,255,.94); box-shadow: 0 14px 34px rgba(14,13,37,.16); border-radius: 13px; line-height: 1.3; }
.floating-card small { display: block; color: var(--muted); font-size: 10px; }
.floating-card strong { font-size: 13px; }
.card-role { top: 16%; left: -11%; }
.card-place { right: -8%; bottom: 13%; }
.card-place > span { display: grid; width: 30px; height: 30px; place-items: center; color: white; background: var(--blue); border-radius: 50%; }
.pulse { width: 9px; height: 9px; background: #47bb86; border-radius: 50%; box-shadow: 0 0 0 5px rgba(71,187,134,.16); }
.hero-orbit { position: absolute; border: 1px solid rgba(41,38,84,.08); border-radius: 50%; }
.orbit-one { width: 440px; height: 440px; left: -210px; bottom: -220px; }
.orbit-two { width: 90px; height: 90px; left: 47%; top: 15%; background: rgba(50,186,232,.07); border: 0; }
.scroll-cue { position: absolute; z-index: 3; left: 26px; bottom: 24px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left center; }
.scroll-cue span { width: 35px; height: 1px; background: currentColor; }

.section-heading h2 { margin-bottom: 0; font-size: clamp(37px, 4vw, 55px); }
.section-heading.center { text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.intro-copy { padding-top: 32px; }
.intro-copy p { color: #5f5e6d; }
.inline-link { color: var(--ink); text-decoration: underline; text-decoration-color: var(--blue); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.intro-copy .lead { margin-top: 0; color: var(--ink); font: 600 24px/1.45 Manrope; letter-spacing: -.025em; }
.value-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.value-tags span { padding: 8px 14px; border: 1px solid var(--line); border-radius: 100px; color: var(--ink); font-size: 12px; font-weight: 700; }
.profile-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 22px; margin: 28px 0 0; padding-top: 26px; border-top: 1px solid var(--line); }
.profile-facts div { min-width: 0; }
.profile-facts dt { margin-bottom: 4px; color: var(--ink); font: 700 12px Manrope, sans-serif; }
.profile-facts dd { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }

.expertise { background: white; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 48px; }
.service-card { position: relative; min-height: 340px; padding: 30px 32px; overflow: hidden; background: var(--paper); border: 1px solid transparent; border-radius: var(--radius); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card.featured { color: white; background: var(--navy); }
.service-number { position: absolute; right: 26px; top: 23px; color: rgba(37,35,66,.18); font: 800 55px/1 Manrope; }
.featured .service-number { color: rgba(255,255,255,.12); }
.service-icon { display: grid; width: 48px; height: 48px; margin-bottom: 24px; place-items: center; color: var(--navy); background: var(--blue-light); border-radius: 14px; font-size: 22px; font-weight: 700; }
.featured .service-icon { color: var(--navy); background: var(--lime); }
.brand-card .service-icon { background: #f1e8ff; }
.service-track { display: block; margin-bottom: 9px; color: #0a91bd; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.featured .service-track { color: var(--lime); }
.service-card h3 { margin-bottom: 15px; font-size: 23px; }
.service-card p { color: var(--muted); font-size: 14px; }
.service-card.featured p { color: rgba(255,255,255,.7); }
.service-card ul { margin: 22px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; font-size: 13px; }
.featured ul { border-color: rgba(255,255,255,.14); }
.service-card li { margin: 8px 0; }
.service-card li::before { content: "→"; margin-right: 10px; color: #0a9dcc; }
.featured li::before { color: var(--lime); }
.tool-row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; margin-top: 36px; color: #9695a0; font: 700 12px Manrope; letter-spacing: .06em; text-transform: uppercase; }
.tool-row span { padding: 5px 22px; border-right: 1px solid #ddd; }
.tool-row span:last-child { border: 0; }

.work { color: white; background: var(--navy-deep); }
.work-header { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: end; margin-bottom: 58px; }
.work-header h2 em { color: var(--blue-light); }
.work-header > p { margin: 0; color: rgba(255,255,255,.62); }
.timeline { position: relative; }
.timeline::before { content: ""; position: absolute; left: 165px; top: 0; bottom: 28px; width: 1px; background: rgba(255,255,255,.15); }
.timeline-item { display: grid; grid-template-columns: 145px 40px minmax(0, 1fr); min-height: 170px; }
.timeline-date { padding: 34px 20px 0 0; color: rgba(255,255,255,.48); font-size: 13px; font-weight: 600; text-align: right; }
.timeline-dot { position: relative; }
.timeline-dot::before { content: ""; position: absolute; left: 13px; top: 37px; width: 10px; height: 10px; background: var(--navy-deep); border: 2px solid var(--blue); border-radius: 50%; }
.timeline-item.current .timeline-dot::before { background: var(--lime); border-color: var(--lime); box-shadow: 0 0 0 7px rgba(215,240,108,.1); }
.timeline-content { min-width: 0; padding: 26px 0 34px 24px; border-bottom: 1px solid rgba(255,255,255,.1); }
.timeline-item:last-child .timeline-content { border: 0; padding-bottom: 0; }
.timeline-content h3 { margin-bottom: 4px; font-size: 25px; }
.timeline-content .company { margin: 0 0 14px; color: var(--blue-light); font-weight: 700; }
.timeline-content > p:last-of-type { margin-bottom: 0; color: rgba(255,255,255,.62); }
.status { display: inline-block; margin-bottom: 10px; padding: 4px 9px; color: var(--navy); background: var(--lime); border-radius: 40px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.client-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.client-list span { padding: 6px 12px; color: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.2); border-radius: 50px; font-size: 10px; }
.experience-extra[hidden] { display: none; }
.experience-toggle-row { position: relative; display: grid; grid-template-columns: 145px 40px minmax(0, 1fr); padding-top: 6px; }
.experience-toggle { grid-column: 3; justify-self: start; display: inline-flex; align-items: center; gap: 12px; margin-left: 24px; padding: 10px 16px; color: var(--navy); background: var(--blue-light); border: 0; border-radius: 100px; font-size: 11px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s; }
.experience-toggle:hover { transform: translateY(-2px); background: var(--lime); }
.toggle-icon { font-size: 15px; transition: transform .2s; }
.experience-toggle[aria-expanded="true"] .toggle-icon { transform: rotate(180deg); }

.credentials-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: stretch; }
.education-list { margin-top: 42px; }
.education-list article { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
.edu-year { color: var(--muted); font-size: 11px; }
.education-list h3 { margin-bottom: 5px; font-size: 18px; }
.education-list p { margin: 0; color: var(--muted); font-size: 13px; }
.cert-panel { padding: 40px; color: white; background: var(--navy); border-radius: 28px; }
.cert-panel h3 { margin-bottom: 40px; font-size: 36px; }
.cert-list > div { display: flex; align-items: center; gap: 16px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.13); }
.cert-mark { display: grid; flex: 0 0 38px; height: 38px; place-items: center; color: var(--navy); background: white; border-radius: 10px; font: 800 14px Manrope; }
.cert-mark.ai { background: var(--blue-light); }
.cert-mark.select { background: var(--lime); font-size: 10px; }
.cert-list strong, .cert-list small { display: block; }
.cert-list strong { font-size: 13px; }
.cert-list small { color: rgba(255,255,255,.5); font-size: 10px; }

.contact { position: relative; overflow: hidden; color: white; background: #0d9dcc; }
.contact::before { content: "WE"; position: absolute; right: -50px; bottom: -150px; color: rgba(255,255,255,.055); font: 800 500px/1 Manrope; letter-spacing: -.12em; }
.contact-card { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; padding: 50px 56px; color: var(--ink); background: white; border-radius: 28px; box-shadow: var(--shadow); }
.contact-copy h2 { margin-bottom: 16px; font-size: clamp(39px, 4vw, 56px); }
.contact-copy > p:not(.eyebrow) { max-width: 620px; margin-bottom: 0; color: var(--muted); }
.contact-copy .eyebrow { color: var(--navy); }
.button-contact { flex: 0 0 auto; color: white; background: var(--navy); white-space: nowrap; }

.site-footer { height: 105px; color: rgba(255,255,255,.65); background: var(--navy-deep); font-size: 11px; }
.site-footer .brand { color: white; }
.site-footer .brand-mark { color: var(--navy); background: var(--blue-light); }

.error-page { min-height: 100vh; display: grid; place-items: center; padding: 48px 0; background: linear-gradient(135deg, #f8f7f2 0%, #eef7f7 100%); }
.error-card { position: relative; width: min(680px, calc(100% - 32px)); padding: 64px; overflow: hidden; text-align: center; background: white; border-radius: 28px; box-shadow: var(--shadow); }
.error-code { margin: 0 0 10px; color: var(--blue); font: 800 clamp(70px, 14vw, 130px)/1 Manrope, sans-serif; letter-spacing: -.08em; }
.error-card h1 { margin: 0 0 16px; font-size: clamp(34px, 6vw, 50px); }
.error-card p { max-width: 480px; margin: 0 auto 28px; color: var(--muted); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .24s; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero::before { width: 42%; }
  .hero-grid { grid-template-columns: 1.15fr .85fr; gap: 30px; }
  .floating-card { display: none; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .intro-grid, .credentials-grid { gap: 48px; }
  .contact-card { gap: 36px; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 74px; }
  .container { width: min(100% - 32px, 760px); }
  .section { padding: 58px 0; }
  .site-header { height: 68px; background: rgba(245,243,237,.9); backdrop-filter: blur(14px); }
  .brand-mark { width: 34px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .menu-toggle[aria-expanded="true"] span { background: white; }
  .main-nav { position: fixed; inset: 0; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; gap: 24px; padding: 80px 24px 40px; border-radius: 0; color: white; background: var(--navy-deep); font: 700 24px Manrope; overscroll-behavior: contain; transform: translateX(100%); transition: transform .3s ease; }
  .site-header:not(.scrolled) .main-nav { color: white; }
  .main-nav.open { transform: translateX(0); }
  .nav-cta { color: var(--navy); background: var(--blue-light); }
  .hero { display: block; min-height: auto; padding: 96px 0 28px; }
  .hero::before { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .eyebrow { margin-bottom: 16px; font-size: 10px; line-height: 1.4; }
  h1 { max-width: 620px; font-size: clamp(42px, 12.5vw, 58px); }
  .hero-intro { margin-bottom: 24px; font-size: 16px; line-height: 1.6; }
  .hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 34px; }
  .hero-proof div { align-content: start; }
  .hero-proof span { max-width: 100px; line-height: 1.35; }
  .hero-visual { width: 100%; max-width: 430px; margin-inline: auto; padding: 30px 12px 0; overflow: hidden; background: var(--navy); border-radius: 28px; }
  .portrait-frame { width: 82%; max-width: 350px; }
  .scroll-cue { display: none; }
  .section-heading h2 { overflow-wrap: anywhere; font-size: clamp(34px, 9vw, 46px); }
  .section-heading.center { text-align: left; }
  .section-heading.center .eyebrow { justify-content: flex-start; }
  .intro-grid, .credentials-grid, .work-header { grid-template-columns: 1fr; gap: 28px; }
  .intro-copy { padding-top: 0; }
  .intro-copy .lead { font-size: 21px; }
  .profile-facts { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 0; padding: 26px 22px; }
  .service-icon { margin-bottom: 18px; }
  .service-number { right: 20px; top: 18px; font-size: 46px; }
  .service-card h3 { font-size: 22px; }
  .tool-row { gap: 7px; margin-top: 28px; }
  .tool-row span { padding: 5px 10px; border: 1px solid #ddd; border-radius: 50px; font-size: 9px; }
  .tool-row span:last-child { border: 1px solid #ddd; }
  .work-header { margin-bottom: 36px; }
  .timeline::before { left: 7px; }
  .timeline-item { grid-template-columns: 23px minmax(0, 1fr); min-height: 0; padding-bottom: 44px; }
  .timeline-date { grid-column: 2; grid-row: 1; padding: 0 0 7px 20px; text-align: left; }
  .timeline-dot { grid-column: 1; grid-row: 1 / span 2; }
  .timeline-dot::before { left: 0; top: 6px; }
  .timeline-content { grid-column: 2; min-width: 0; padding: 0 0 0 20px; border: 0; }
  .timeline-content h3 { font-size: 22px; }
  .timeline-content .company { font-size: 14px; }
  .client-list { gap: 6px; margin-top: 18px; }
  .client-list span { max-width: 100%; padding: 5px 9px; overflow-wrap: anywhere; font-size: 9px; }
  .experience-toggle-row { grid-template-columns: 23px 1fr; padding-top: 0; }
  .experience-toggle { grid-column: 2; min-height: 44px; margin-left: 20px; }
  .education-list { margin-top: 30px; }
  .education-list article { padding: 19px 0; }
  .cert-panel { padding: 32px 26px; }
  .cert-panel h3 { margin-bottom: 30px; font-size: 32px; }
  .contact::before { font-size: 280px; bottom: -80px; }
  .contact-card { grid-template-columns: 1fr; gap: 26px; align-items: start; padding: 32px 24px; border-radius: 22px; }
  .contact-copy h2 { font-size: clamp(34px, 9vw, 44px); }
  .button-contact { width: 100%; justify-self: stretch; padding: 12px 18px; white-space: normal; text-align: center; }
  .footer-inner { height: auto; padding: 26px 0; flex-direction: column; gap: 13px; text-align: center; }
  .site-footer { height: auto; }
}

@media (min-width: 650px) and (max-width: 900px) {
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-actions { flex-direction: row; align-items: center; }
  .hero-actions .button { width: auto; }
  .hero-visual { max-width: 520px; }
  .portrait-frame { max-width: 390px; }
}

@media (max-width: 480px) {
  .container { width: calc(100% - 24px); }
  .section { padding: 52px 0; }
  .brand > span:last-child { font-size: 14px; }
  .hero { padding-top: 88px; }
  h1 { overflow-wrap: anywhere; font-size: clamp(38px, 11.5vw, 48px); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: center; padding: 5px 0; }
  .hero-proof { gap: 8px; }
  .hero-proof strong { font-size: 21px; }
  .hero-proof span { font-size: 10px; }
  .hero-visual { padding: 24px 8px 0; border-radius: 22px; }
  .portrait-frame { width: 92%; }
  .value-tags { gap: 7px; }
  .value-tags span { padding: 7px 11px; font-size: 10px; }
  .profile-facts { margin-top: 22px; padding-top: 22px; }
  .service-card ul { margin-top: 18px; padding-top: 16px; }
  .timeline-content { padding-left: 16px; }
  .timeline-date { padding-left: 16px; }
  .experience-toggle { margin-left: 16px; }
  .education-list article { grid-template-columns: 1fr; gap: 4px; }
  .contact-card { padding: 28px 20px; }
  .error-card { padding: 46px 24px; }
}

@media (max-width: 360px) {
  .container { width: calc(100% - 20px); }
  .brand { gap: 8px; }
  .brand > span:last-child { font-size: 12px; }
  .brand-mark { width: 32px; }
  h1 { font-size: 37px; }
  .hero-proof { grid-template-columns: 1fr; gap: 14px; }
  .hero-proof div { grid-template-columns: 48px 1fr; align-items: center; }
  .hero-proof span { max-width: none; margin-top: 0; }
  .service-card { padding-inline: 18px; }
  .contact-card { padding-inline: 18px; }
}

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