:root {
  --ink: #101c2b;
  --ink-soft: #243449;
  --blue: #0b4fdc;
  --blue-bright: #2162ef;
  --line: #d9e0e8;
  --paper: #f7f8fa;
  --white: #ffffff;
  --whatsapp: #29c759;
  --muted: #6e7b8e;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --display: 'Space Grotesk', 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
body.is-loading { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }

.preloader { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; background: #03070c; color: var(--white); opacity: 1; visibility: visible; transition: opacity .6s ease, visibility .6s ease; }
.preloader.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-inner { display: flex; flex-direction: column; align-items: center; text-align: center; }
.preloader-inner img { width: min(180px, 48vw); height: auto; margin-bottom: 28px; }
.preloader-line { width: 170px; height: 2px; overflow: hidden; background: rgba(255,255,255,.18); }
.preloader-line i { display: block; width: 44%; height: 100%; background: var(--blue-bright); animation: loader-progress 1.2s ease-in-out infinite; }
.preloader-inner p { margin: 14px 0 0; color: #aebbd0; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; }
@keyframes loader-progress { 0% { transform: translateX(-120%); } 50%, 100% { transform: translateX(360%); } }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; color: var(--ink); background: var(--white); border-bottom: 1px solid rgba(16,28,43,.12); box-shadow: 0 3px 18px rgba(16,28,43,.08); }
.utility-banner { display: none; }
.utility-banner strong { margin-right: 4px; }
.utility-icon svg { width: 17px; height: 17px; fill: currentColor; display: block; }
.utility-arrow { font-size: 17px; margin-left: 8px; }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 42px; }
.brand { width: 134px; height: 82px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: center; mix-blend-mode: screen; }
.site-header .brand { width: auto; height: 52px; display: inline-flex; align-items: center; gap: 9px; overflow: visible; }
.site-header .brand img { mix-blend-mode: normal; }
.header-mark { width: 35px; height: 35px; border: 2px solid var(--blue); border-radius: 50%; display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; padding: 6px 5px; position: relative; }
.header-mark::before { content: ''; position: absolute; left: 5px; right: 5px; top: 17px; border-top: 2px solid var(--blue); }
.header-mark span { border: 1px solid var(--blue); z-index: 1; }
.header-wordmark { display: flex; flex-direction: column; line-height: .95; }
.header-wordmark strong { color: var(--ink); font-size: 10px; letter-spacing: .03em; }
.header-wordmark b { color: var(--blue); font-family: var(--serif); font-size: 22px; letter-spacing: -.05em; }
.header-wordmark small { color: #6a7480; font-size: 7px; letter-spacing: .01em; margin-top: 2px; }
.desktop-nav { display: flex; gap: 30px; margin-left: auto; font-size: 11px; text-transform: none; letter-spacing: 0; }
.desktop-nav a, .mobile-nav a { opacity: .82; transition: opacity .2s ease, color .2s ease; color: var(--ink); }
.desktop-nav a:hover, .mobile-nav a:hover { opacity: 1; color: #79a0ff; }
.header-contact { background: var(--whatsapp); color: #062410; padding: 11px 15px; display: inline-flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 700; letter-spacing: 0; }
.whatsapp-mark, .button-icon { color: var(--whatsapp); line-height: 1; }
.whatsapp-mark svg { width: 22px; height: 22px; fill: currentColor; }
.button-icon svg { width: 23px; height: 23px; fill: currentColor; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px 0; }
.mobile-nav { display: none; }

.hero { min-height: min(820px, 100svh); position: relative; display: flex; align-items: center; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.84); }
.hero-shade { position: absolute; inset: 0; background: rgba(9, 21, 35, .18); }
.hero-shade::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,21,35,.96) 0%, rgba(9,21,35,.72) 42%, rgba(9,21,35,.12) 78%); }
.hero-content { position: relative; z-index: 1; padding-top: 94px; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.hero-copy { width: min(650px, 62%); }
.eyebrow { margin: 0 0 22px; font-size: 12px; line-height: 1.2; text-transform: uppercase; letter-spacing: .22em; color: var(--blue); font-weight: 700; }
.eyebrow.light { color: #a9c1ff; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }
h1 { font-size: clamp(54px, 7vw, 96px); line-height: .94; letter-spacing: -.065em; margin-bottom: 28px; max-width: 760px; }
h1 span, h2 span { color: #5e8dff; }
.hero-lede { max-width: 520px; font-size: clamp(18px, 2vw, 23px); line-height: 1.45; color: #d7e1ef; margin-bottom: 32px; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; font-weight: 700; font-size: 14px; letter-spacing: .01em; transition: transform .22s ease, background .22s ease, border-color .22s ease; }
.button:hover { transform: translateY(-3px); }
.button-whatsapp { background: var(--whatsapp); color: #062410; }
.button-whatsapp:hover { background: #5ae07e; }
.button-small { min-height: 48px; padding-inline: 18px; white-space: nowrap; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 10px; }
.text-link span { font-size: 22px; font-weight: 400; line-height: .6; }
.light-link { color: var(--white); }
.hero-side-note { width: 210px; margin-bottom: 10px; color: #d4dfed; font-size: 13px; line-height: 1.5; }
.hero-side-note .rule { display: block; width: 48px; height: 3px; background: var(--blue-bright); margin-bottom: 16px; }
.scroll-cue { position: absolute; bottom: 28px; right: 34px; z-index: 2; display: flex; align-items: center; gap: 12px; color: #bac8dc; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; transform: rotate(90deg) translateX(100%); transform-origin: right bottom; }
.scroll-cue i { display: block; width: 52px; height: 1px; background: #bac8dc; }

.proof-strip { background: #071220; color: var(--white); margin-top: -80px; position: relative; z-index: 2; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1180px; min-height: 80px; align-items: center; gap: 18px; }
.proof-item { display: flex; align-items: center; gap: 13px; border-right: 1px solid rgba(255,255,255,.22); padding-right: 20px; }
.proof-item:last-child { border-right: 0; }
.proof-item svg { width: 32px; height: 32px; flex: 0 0 auto; fill: none; stroke: var(--white); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.proof-item:nth-child(2) svg { stroke: #78a0ff; }
.proof-item span { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; line-height: 1.45; }

.section-pad-small { padding: 82px 0; }
.trust-section { background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.trust-item { position: relative; min-height: 258px; border-top: 3px solid var(--blue); padding: 28px 30px; background: var(--white); border-inline: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-item-blue { background: var(--blue); color: var(--white); border-color: var(--blue); }
.trust-index { position: absolute; top: 22px; right: 24px; color: var(--muted); font-size: 11px; letter-spacing: .15em; }
.trust-item-blue .trust-index { color: #b9ccff; }
.trust-item svg { width: 46px; height: 46px; fill: none; stroke: var(--blue); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 24px; }
.trust-item-blue svg { stroke: var(--white); }
.trust-item h3 { font-size: 23px; letter-spacing: -.04em; margin-bottom: 10px; }
.trust-item p { margin: 0; max-width: 280px; color: var(--muted); line-height: 1.55; font-size: 14px; }
.trust-item-blue p { color: #dce7ff; }
.call-strip { min-height: 66px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; padding: 0 max(32px, calc((100vw - 1180px) / 2)); background: var(--ink-soft); color: var(--white); }
.call-strip span { color: #b7c5d5; font-size: 13px; }
.call-strip strong { font-family: var(--display); font-size: 19px; letter-spacing: -.04em; }
.call-strip em { justify-self: end; font-style: normal; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.call-strip b { color: #9cb8ff; font-size: 18px; font-weight: 400; margin-left: 8px; }

.section-pad { padding: 130px 0; }
.services { background: var(--paper); }
.services-layout { display: grid; grid-template-columns: .88fr 1.52fr; gap: 90px; align-items: start; }
.services-intro h2, .about-copy h2, .section-heading h2, .faq-intro h2, .contact-card h2 { font-size: clamp(44px, 5vw, 72px); line-height: .98; letter-spacing: -.065em; margin-bottom: 28px; }
.services-intro > p:not(.eyebrow) { max-width: 390px; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.intro-note { margin-top: 58px; border-top: 1px solid var(--line); padding-top: 20px; display: flex; gap: 18px; color: var(--ink-soft); }
.intro-mark { color: var(--blue); font-size: 31px; font-weight: 300; line-height: 1; }
.intro-note p { font-size: 13px; line-height: 1.55; margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 292px; padding: 30px; border: 1px solid var(--ink); display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 10px 12px 0 var(--blue); }
.service-card-blue { background: var(--blue); color: var(--white); border-color: var(--blue); }
.service-card-blue:hover { box-shadow: 10px 12px 0 var(--ink); }
.service-number { position: absolute; right: 24px; top: 25px; font-size: 11px; letter-spacing: .18em; color: var(--muted); }
.service-card-blue .service-number { color: #a9c1ff; }
.service-card svg { width: 54px; height: 54px; margin-bottom: 28px; fill: none; stroke: var(--blue); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.service-card-blue svg { stroke: var(--white); }
.service-card h3 { font-size: 24px; line-height: 1.05; letter-spacing: -.04em; margin-bottom: 12px; }
.service-card p { margin: 0; max-width: 240px; color: var(--muted); line-height: 1.5; font-size: 14px; }
.service-card-blue p { color: #dce7ff; }
.service-card a { margin-top: auto; padding-top: 22px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; display: flex; justify-content: space-between; border-top: 1px solid var(--line); }
.service-card-blue a { border-top-color: rgba(255,255,255,.28); }
.service-card a span { font-size: 18px; line-height: .5; }
.parts-banner { margin-top: 18px; padding: 28px 32px; background: var(--ink); color: var(--white); display: grid; grid-template-columns: 70px 1fr auto; gap: 22px; align-items: center; }
.parts-symbol { color: #76a0ff; font-size: 48px; line-height: 1; }
.parts-banner .eyebrow { margin-bottom: 8px; }
.parts-banner h3 { font-size: 26px; margin-bottom: 5px; }
.parts-banner p:last-child { margin: 0; color: #c5d1df; font-size: 14px; }

.dark-section { background: var(--ink); color: var(--white); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; align-items: center; }
.about-visual { display: flex; flex-direction: column; align-items: center; }
.visual-frame { width: min(100%, 430px); aspect-ratio: .88; border: 1px solid rgba(169,193,255,.55); display: grid; place-items: center; position: relative; }
.visual-frame::before, .visual-frame::after { content: ''; position: absolute; width: 38px; height: 38px; border-color: var(--blue-bright); }
.visual-frame::before { left: -1px; top: -1px; border-left: 3px solid; border-top: 3px solid; }
.visual-frame::after { right: -1px; bottom: -1px; border-right: 3px solid; border-bottom: 3px solid; }
.visual-frame img { width: 83%; height: 83%; object-fit: contain; mix-blend-mode: screen; }
.visual-caption { margin: 15px 0 0; width: min(100%, 430px); color: #91a2b8; font-size: 12px; text-transform: uppercase; letter-spacing: .18em; line-height: 1.5; }
.about-copy > p:not(.eyebrow) { max-width: 520px; font-size: 18px; line-height: 1.65; color: #c7d3e0; }
.about-points { border-top: 1px solid rgba(255,255,255,.2); margin: 45px 0 35px; }
.about-points div { display: grid; grid-template-columns: 190px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 13px; }
.about-points strong { color: #fff; }
.about-points span { color: #91a2b8; }
.service-note { border-left: 3px solid var(--blue-bright); padding: 15px 18px; margin: 28px 0 30px; display: flex; gap: 18px; max-width: 540px; background: rgba(255,255,255,.04); }
.service-note strong { font-size: 13px; white-space: nowrap; }
.service-note span { color: #91a2b8; font-size: 12px; line-height: 1.5; }

.projects { background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; gap: 70px; align-items: end; margin-bottom: 65px; }
.section-heading h2 { margin-bottom: 0; }
.heading-aside { max-width: 310px; color: var(--muted); font-size: 15px; line-height: 1.65; margin-bottom: 7px; }
.project-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr; gap: 18px; align-items: stretch; }
.project-card { min-height: 440px; margin: 0; position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.project-card img { width: 100%; height: 100%; object-fit: cover; opacity: .78; transition: transform .5s ease, opacity .5s ease; }
.project-card:hover img { transform: scale(1.05); opacity: .95; }
.project-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(7,17,30,.9) 100%); }
.project-card figcaption { position: absolute; left: 25px; right: 25px; bottom: 23px; z-index: 1; display: grid; grid-template-columns: 34px 1fr; column-gap: 12px; align-items: end; }
.project-card figcaption span { color: #9bb8ff; font-size: 11px; grid-row: span 2; align-self: start; padding-top: 4px; }
.project-card figcaption strong { font-family: var(--display); font-size: 20px; line-height: 1.08; letter-spacing: -.04em; }
.project-card figcaption em { grid-column: 2; color: #b8c8dc; font-style: normal; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; margin-top: 8px; }

.brands { background: var(--white); }
.brands-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.brands h2 { margin: 0; font-size: clamp(40px, 4vw, 60px); line-height: .98; letter-spacing: -.06em; }
.brand-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.brand-list span { min-height: 106px; display: grid; place-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: var(--display); color: var(--ink-soft); font-size: 17px; font-weight: 700; letter-spacing: -.04em; }
.brand-list span:nth-child(2), .brand-list span:nth-child(4) { color: var(--blue); }
.brand-list span:last-child { font-family: var(--sans); font-size: 12px; text-transform: uppercase; letter-spacing: .13em; color: var(--muted); }
.work-video-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.video-poster { min-height: 390px; position: relative; overflow: hidden; background: #0a1523; }
.video-poster img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; opacity: .68; }
.video-poster::after { content: ''; position: absolute; inset: 0; background: rgba(8,20,35,.25); }
.play-button { position: absolute; inset: 50% auto auto 50%; z-index: 1; transform: translate(-50%, -50%); width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; color: var(--white); transition: background .2s ease, transform .2s ease; }
.play-button:hover { background: var(--blue); transform: translate(-50%, -50%) scale(1.06); }
.play-button span { font-size: 19px; margin-left: 4px; }
.work-video-grid h2 { font-size: clamp(44px, 5vw, 70px); line-height: .98; letter-spacing: -.06em; margin-bottom: 24px; }
.work-video-grid > div:last-child > p:not(.eyebrow) { max-width: 390px; color: #bdcad8; font-size: 16px; line-height: 1.6; }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; align-items: start; }
.faq-intro > p:not(.eyebrow) { color: #bdcad8; max-width: 330px; line-height: 1.6; font-size: 16px; }
.button-outline-light { color: white; border-color: rgba(255,255,255,.5); margin-top: 22px; }
.button-outline-light:hover { background: white; color: var(--ink); }
.faq-list { border-top: 1px solid rgba(255,255,255,.25); }
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.25); }
.faq-list summary { cursor: pointer; list-style: none; padding: 23px 0; font-family: var(--display); font-size: 20px; font-weight: 500; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; color: #7da1ff; font-size: 25px; font-weight: 300; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { margin: -5px 40px 23px 0; max-width: 630px; color: #aebdcd; line-height: 1.6; font-size: 14px; }

.contact { background: var(--blue); color: var(--white); padding-top: 95px; padding-bottom: 95px; }
.contact-card { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; }
.contact-card .eyebrow { color: #b4c7ff; }
.contact-card h2 { margin-bottom: 18px; }
.contact-card > div:first-child > p:last-child { color: #d8e3ff; font-size: 17px; line-height: 1.5; max-width: 420px; margin: 0; }
.contact-action { border-left: 1px solid rgba(255,255,255,.3); padding-left: 55px; }
.contact-number { font-family: var(--display); font-size: clamp(30px, 4vw, 54px); letter-spacing: -.06em; margin-bottom: 20px; }
.contact-action .button { width: 100%; }
.contact-action > p { color: #d8e3ff; font-size: 12px; margin: 15px 0 0; text-align: center; }
.site-footer { background: #071220; color: #aab8c8; padding: 30px 0; }
.footer-inner { display: grid; grid-template-columns: 110px 1fr auto auto; gap: 26px; align-items: center; }
.footer-brand { width: 80px; height: 60px; overflow: hidden; }
.footer-brand img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: screen; }
.footer-inner p, .copyright { margin: 0; font-size: 12px; }
.footer-links { display: flex; gap: 22px; font-size: 12px; }
.footer-links a:hover { color: var(--white); }
.floating-call, .floating-whatsapp { position: fixed; bottom: 22px; z-index: 8; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 10px 25px rgba(0,0,0,.2); transition: transform .2s ease, box-shadow .2s ease; }
.floating-call { left: 22px; background: var(--blue); color: var(--white); }
.floating-call:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(11,79,220,.3); }
.floating-call span { line-height: 1; }
.floating-call svg { width: 26px; height: 26px; fill: currentColor; }
.floating-call em { position: absolute; left: 69px; white-space: nowrap; background: var(--ink); color: var(--white); padding: 8px 10px; font-style: normal; font-size: 11px; opacity: 0; transform: translateX(-5px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.floating-call:hover em { opacity: 1; transform: translateX(0); }
.floating-whatsapp { right: 22px; background: var(--whatsapp); color: #062410; }
.floating-whatsapp:hover { transform: translateY(-4px); }
.floating-whatsapp span { line-height: 1; }
.floating-whatsapp svg { width: 28px; height: 28px; fill: currentColor; }
.floating-whatsapp em { position: absolute; right: 69px; white-space: nowrap; background: var(--ink); color: var(--white); padding: 8px 10px; font-style: normal; font-size: 11px; opacity: 0; transform: translateX(5px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.floating-whatsapp:hover em { opacity: 1; transform: translateX(0); }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .container { width: min(100% - 40px, 720px); }
  .desktop-nav, .header-contact { display: none; }
  .header-inner { justify-content: space-between; min-height: 78px; }
  .brand { width: 108px; height: 72px; }
  .menu-toggle { display: block; }
  .mobile-nav { display: flex; position: fixed; inset: 76px 0 auto; background: var(--ink); flex-direction: column; padding: 15px 20px 24px; transform: translateY(-150%); transition: transform .25s ease; border-top: 1px solid rgba(255,255,255,.18); }
  .mobile-nav.is-open { transform: translateY(0); }
  .mobile-nav a { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.16); text-transform: uppercase; letter-spacing: .15em; font-size: 12px; color: var(--white); }
  .hero-content { padding-top: 120px; flex-direction: column; align-items: start; justify-content: center; }
  .hero-copy { width: 100%; }
  .hero-side-note { width: 100%; max-width: 280px; }
  .proof-grid { grid-template-columns: repeat(3, 1fr); padding: 16px 0; gap: 10px; }
  .proof-item { gap: 8px; padding-right: 8px; }
  .proof-item svg { width: 24px; height: 24px; }
  .proof-item span { font-size: 8px; letter-spacing: .08em; }
  .trust-grid, .services-layout, .about-grid, .faq-grid, .contact-card, .brands-inner, .work-video-grid { grid-template-columns: 1fr; gap: 58px; }
  .services-intro > p:not(.eyebrow) { max-width: 560px; }
  .intro-note { margin-top: 35px; max-width: 420px; }
  .about-grid { gap: 60px; }
  .about-visual { max-width: 430px; }
  .section-heading { display: block; margin-bottom: 45px; }
  .heading-aside { margin-top: 25px; }
  .contact-action { border-left: 0; border-top: 1px solid rgba(255,255,255,.3); padding-left: 0; padding-top: 30px; max-width: 470px; }
  .call-strip { grid-template-columns: 1fr auto; gap: 8px 18px; min-height: 92px; padding: 17px 20px; }
  .call-strip span { grid-column: span 2; }
  .call-strip em { grid-column: 2; grid-row: 2; }
  .brand-list { grid-template-columns: repeat(2, 1fr); }
  .video-poster { min-height: 290px; }
  .video-poster img { min-height: 290px; }
  .footer-inner { grid-template-columns: 80px 1fr; }
  .footer-links { grid-column: span 2; }
  .copyright { grid-column: span 2; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 32px, 470px); }
  .section-pad { padding: 84px 0; }
  .section-pad-small { padding: 58px 0; }
  .hero { min-height: 760px; }
  .hero-media img { object-position: 60% center; }
  .hero-shade::after { background: linear-gradient(180deg, rgba(9,21,35,.75), rgba(9,21,35,.94) 72%); }
  h1 { font-size: clamp(48px, 14vw, 70px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .scroll-cue { display: none; }
  .proof-grid { grid-template-columns: repeat(3, 1fr); gap: 7px; }
  .proof-strip { margin-top: -64px; }
  .proof-item { gap: 5px; padding-right: 5px; }
  .proof-item svg { width: 21px; height: 21px; }
  .proof-item span { font-size: 7px; letter-spacing: .05em; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .parts-banner { grid-template-columns: 1fr; padding: 25px; }
  .parts-symbol { display: none; }
  .button-small { width: 100%; }
  .about-points div { grid-template-columns: 1fr; gap: 4px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card, .project-large { min-height: 355px; }
  .faq-list summary { font-size: 17px; }
  .contact-number { font-size: 39px; }
  .trust-item { min-height: 230px; }
  .brands-inner { gap: 32px; }
  .brand-list span { min-height: 82px; font-size: 14px; }
  .footer-inner { grid-template-columns: 1fr; gap: 15px; }
  .footer-links, .copyright { grid-column: auto; }
  .footer-links { flex-wrap: wrap; }
  .floating-whatsapp { right: 15px; bottom: 15px; }
}

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