:root {
  --graphite: #111416;
  --graphite-soft: #1c2226;
  --steel: #dde3e5;
  --steel-dark: #aeb8bc;
  --paper: #f5f6f5;
  --white: #ffffff;
  --orange: #ff5a1f;
  --orange-dark: #d83e08;
  --muted: #687177;
  --line: rgba(17, 20, 22, .16);
  --green: #25d366;
  --container: 1240px;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--graphite);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p, figure, dl, dd { margin-top: 0; }
.container { width: min(var(--container), calc(100% - 60px)); margin-inline: auto; }
.section { padding-block: 112px; }

.skip-link {
  position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px;
  color: var(--white); background: var(--orange); transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 30; background: var(--white); }
.header-status { color: rgba(255,255,255,.72); background: var(--graphite); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.header-status__inner { display: flex; justify-content: space-between; align-items: center; min-height: 34px; }
.header-status p { margin: 0; }
.header-status p:first-child { display: flex; align-items: center; gap: 9px; }
.header-status p:first-child span { width: 8px; height: 8px; background: var(--orange); box-shadow: 0 0 0 4px rgba(255,90,31,.15); border-radius: 50%; }
.header-main { display: flex; justify-content: space-between; align-items: center; min-height: 112px; gap: 36px; }
.brand img { width: 340px; height: auto; }
.header-contact { display: flex; align-items: center; gap: 32px; }
.header-contact > div { display: grid; text-align: right; line-height: 1.15; }
.header-contact small { margin-bottom: 6px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.header-contact > div a { font-size: 20px; font-weight: 900; }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 56px; padding: 0 27px; gap: 17px; border: 0; border-radius: 0; font-size: 12px; font-weight: 900; letter-spacing: .025em; cursor: pointer; transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); }
.button:focus-visible, .hero__link:focus-visible, .capability-card a:focus-visible, .gallery-item:focus-visible, .whatsapp-float:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.button--small { min-height: 48px; padding-inline: 20px; }
.button--dark { color: var(--white); background: var(--graphite); }
.button--dark:hover { background: var(--orange-dark); }
.button--orange { color: var(--white); background: linear-gradient(135deg, #ff702f, var(--orange-dark)); box-shadow: 0 17px 36px rgba(216,62,8,.25); }
.button--orange:hover { box-shadow: 0 22px 44px rgba(216,62,8,.36); }

.hero { position: relative; min-height: 790px; overflow: hidden; color: var(--white); background: var(--graphite); }
.hero__image, .hero__shade, .hero__lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__image { object-fit: cover; object-position: center; }
.hero__shade { z-index: 1; background: linear-gradient(90deg, rgba(17,20,22,.98) 0%, rgba(17,20,22,.87) 36%, rgba(17,20,22,.35) 66%, rgba(17,20,22,.08) 100%), linear-gradient(0deg, rgba(17,20,22,.74), transparent 45%); }
.hero__lines { z-index: 2; opacity: .23; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(90deg, #000, transparent 76%); }
.hero__content { position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: center; min-height: 660px; padding-block: 70px 45px; }
.hero__eyebrow { display: flex; align-items: center; margin-bottom: 33px; gap: 16px; font-size: 10px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.hero__eyebrow span { padding: 8px 10px; color: var(--graphite); background: var(--orange); letter-spacing: .08em; }
.hero h1 { max-width: 850px; margin-bottom: 28px; font-size: clamp(58px, 6.5vw, 98px); font-weight: 900; letter-spacing: -.06em; line-height: .92; text-transform: uppercase; }
.hero h1 em { display: block; color: var(--orange); font-style: normal; }
.hero__lead { max-width: 650px; margin-bottom: 35px; color: rgba(255,255,255,.72); font-size: 18px; }
.hero__actions { display: flex; align-items: center; gap: 30px; }
.hero__link { padding-block: 13px; border-bottom: 1px solid rgba(255,255,255,.38); font-size: 12px; font-weight: 900; }
.hero__link span { margin-left: 13px; color: var(--orange); }
.hero__rail { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4,1fr); min-height: 130px; color: var(--graphite); background: rgba(245,246,245,.96); }
.hero__rail > div { display: flex; align-items: center; padding: 25px 32px; gap: 17px; border-right: 1px solid var(--line); }
.hero__rail > div:last-child { border-right: 0; }
.hero__rail b { color: var(--orange); font-size: 28px; line-height: 1; }
.hero__rail span { font-size: 12px; font-weight: 900; text-transform: uppercase; }

.section-label { display: flex; align-items: center; gap: 14px; color: var(--graphite); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section-label::after { flex: 1; height: 1px; content: ''; background: var(--line); }
.section-label span { color: var(--orange); font-size: 24px; letter-spacing: 0; }
.section-label p { margin: 0; white-space: nowrap; }
.section-label--light { color: rgba(255,255,255,.75); }
.section-label--light::after { background: rgba(255,255,255,.18); }

.about { overflow: hidden; background: var(--paper); }
.about__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px 100px; }
.about__grid > .section-label { grid-column: 1 / -1; }
.about__headline { position: relative; grid-column: 1 / -1; min-height: 260px; padding-top: 35px; }
.outline-word { position: absolute; top: -45px; right: -25px; margin: 0; color: transparent; font-size: clamp(130px, 20vw, 285px); font-weight: 900; letter-spacing: -.08em; line-height: .8; -webkit-text-stroke: 1px rgba(17,20,22,.11); user-select: none; }
.about__headline h2 { position: relative; z-index: 2; max-width: 1080px; margin: 0; font-size: clamp(48px, 5.6vw, 76px); font-weight: 900; letter-spacing: -.05em; line-height: 1; text-transform: uppercase; }
.about__headline h2 strong { color: var(--orange); font-weight: 900; }
.about__copy { max-width: 680px; }
.about__copy .lead { color: var(--graphite); font-size: 22px; font-weight: 800; line-height: 1.5; }
.about__copy > p:not(.lead):not(.demo-note) { color: var(--muted); }
.demo-note { margin-top: 25px; color: #858d91; font-size: 10px; line-height: 1.5; }
.about__signal { display: flex; align-items: flex-end; justify-content: space-between; height: 210px; padding: 30px; background: var(--steel); border-left: 8px solid var(--orange); }
.about__signal span { width: 13%; background: var(--graphite); }
.about__signal span:nth-child(1) { height: 28%; } .about__signal span:nth-child(2) { height: 66%; } .about__signal span:nth-child(3) { height: 40%; } .about__signal span:nth-child(4) { height: 88%; background: var(--orange); } .about__signal span:nth-child(5) { height: 54%; }

.capabilities { color: var(--white); background: var(--graphite); }
.capabilities__heading { display: grid; grid-template-columns: .65fr 1.35fr; align-items: start; margin-bottom: 62px; gap: 70px; }
.capabilities__heading h2 { margin: 0; font-size: clamp(48px, 5.6vw, 76px); font-weight: 900; letter-spacing: -.05em; line-height: 1; text-transform: uppercase; }
.capabilities__heading h2 em { color: var(--orange); font-style: normal; }
.capability-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.capability-card { display: grid; grid-template-columns: 66px 1fr; min-height: 350px; padding: 38px; gap: 20px; background: linear-gradient(145deg, rgba(255,255,255,.025), transparent); border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); transition: background-color .25s ease; }
.capability-card:hover { background-color: rgba(255,90,31,.08); }
.capability-card__number { grid-row: 1 / 4; color: var(--orange); font-size: 33px; font-weight: 900; }
.capability-card > div p { margin-bottom: 6px; color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.capability-card h3 { margin-bottom: 16px; font-size: 31px; font-weight: 900; text-transform: uppercase; }
.capability-card > p { color: rgba(255,255,255,.58); font-size: 14px; }
.capability-card > a { align-self: end; justify-self: start; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.36); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.capability-card > a span { margin-left: 18px; color: var(--orange); }

.process { background: var(--steel); }
.process__top { display: grid; grid-template-columns: .6fr 1.4fr; margin-bottom: 65px; gap: 80px; }
.process__top h2 { max-width: 880px; margin-bottom: 20px; font-size: clamp(48px, 5.6vw, 76px); font-weight: 900; letter-spacing: -.055em; line-height: 1; text-transform: uppercase; }
.process__top h2 em { color: var(--orange-dark); font-style: normal; }
.process__top > div > p { max-width: 620px; color: var(--muted); }
.process-track { display: grid; grid-template-columns: repeat(5,1fr); margin: 0; padding: 0; list-style: none; border-top: 5px solid var(--graphite); }
.process-track li { position: relative; min-height: 265px; padding: 32px 24px; border-right: 1px solid rgba(17,20,22,.18); }
.process-track li::before { position: absolute; top: -12px; left: 24px; width: 19px; height: 19px; content: ''; background: var(--orange); border: 4px solid var(--steel); border-radius: 50%; }
.process-track li:last-child { border-right: 0; }
.process-track li > span { display: block; margin-bottom: 55px; color: var(--orange-dark); font-size: 30px; font-weight: 900; }
.process-track h3 { margin-bottom: 8px; font-size: 19px; font-weight: 900; text-transform: uppercase; }
.process-track p { margin: 0; color: var(--muted); font-size: 12px; }

.gallery { overflow: hidden; padding-bottom: 0; color: var(--white); background: var(--graphite-soft); }
.gallery__heading { display: grid; grid-template-columns: .55fr 1.45fr; margin-bottom: 55px; gap: 80px; }
.gallery__heading h2 { margin: 0; font-size: clamp(48px, 5.6vw, 76px); font-weight: 900; letter-spacing: -.055em; line-height: 1; text-transform: uppercase; }
.gallery__heading h2 em { color: var(--orange); font-style: normal; }
.gallery-grid { display: grid; grid-template-columns: 1.4fr .8fr; grid-template-rows: repeat(2, 330px); }
.gallery-item { position: relative; padding: 0; overflow: hidden; color: var(--white); background: var(--graphite); border: 0; cursor: zoom-in; }
.gallery-item--main { grid-row: 1 / 3; }
.gallery-item::after { position: absolute; inset: 0; content: ''; background: linear-gradient(0deg, rgba(17,20,22,.88), transparent 55%); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item > span { position: absolute; z-index: 2; right: 28px; bottom: 24px; left: 28px; display: grid; text-align: left; }
.gallery-item b { font-size: 20px; font-weight: 900; text-transform: uppercase; }
.gallery-item small { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.demo-note--light { color: rgba(255,255,255,.42); }

.sectors { padding-block: 75px; color: var(--graphite); background: var(--orange); }
.sectors__inner { display: grid; grid-template-columns: 220px 1fr; align-items: start; gap: 40px; }
.sectors__label { margin: 8px 0 0; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.sectors h2 { margin: 0; font-size: clamp(30px, 3.5vw, 49px); font-weight: 900; letter-spacing: -.035em; line-height: 1.2; text-transform: uppercase; }
.sectors h2 span { color: var(--white); }
.sectors__inner > p:last-child { grid-column: 2; margin: 0; font-size: 10px; }

.why { background: var(--paper); }
.why__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.why__visual { display: flex; flex-direction: column; justify-content: space-between; min-height: 650px; padding: 48px; color: var(--white); background: var(--graphite); }
.why__pulse { display: flex; align-items: flex-end; height: 300px; gap: 10px; }
.why__pulse i { flex: 1; background: var(--steel); }
.why__pulse i:nth-child(1) { height: 15%; } .why__pulse i:nth-child(2) { height: 37%; } .why__pulse i:nth-child(3) { height: 22%; } .why__pulse i:nth-child(4) { height: 88%; background: var(--orange); } .why__pulse i:nth-child(5) { height: 33%; } .why__pulse i:nth-child(6) { height: 61%; } .why__pulse i:nth-child(7) { height: 44%; }
.why__visual > p { max-width: 440px; margin: 0; font-size: 27px; font-weight: 900; line-height: 1.2; text-transform: uppercase; }
.why__content h2 { margin: 45px 0 42px; font-size: clamp(48px, 5vw, 70px); font-weight: 900; letter-spacing: -.05em; line-height: 1; text-transform: uppercase; }
.why__content h2 em { color: var(--orange-dark); font-style: normal; }
.why-list { border-top: 4px solid var(--graphite); }
.why-list article { display: grid; grid-template-columns: 52px 1fr; padding: 26px 0; gap: 20px; border-bottom: 1px solid var(--line); }
.why-list article > b { color: var(--orange-dark); font-size: 24px; }
.why-list h3 { margin-bottom: 3px; font-size: 20px; font-weight: 900; text-transform: uppercase; }
.why-list p { margin: 0; color: var(--muted); font-size: 13px; }

.contact { color: var(--white); background: var(--graphite); }
.contact__top { display: grid; grid-template-columns: .55fr 1.45fr; margin-bottom: 55px; gap: 80px; }
.contact__heading h2 { margin-bottom: 16px; font-size: clamp(56px, 6.3vw, 88px); font-weight: 900; letter-spacing: -.06em; line-height: .95; text-transform: uppercase; }
.contact__heading h2 em { color: var(--orange); font-style: normal; }
.contact__heading p { max-width: 650px; margin: 0; color: rgba(255,255,255,.58); }
.contact__body { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; }
.contact__details { padding-top: 35px; border-top: 5px solid var(--orange); }
.contact__tag { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.contact__details > a { display: block; margin-bottom: 11px; font-size: 25px; font-weight: 900; }
.contact__details dl { margin: 40px 0 28px; }
.contact__details dl > div { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.16); }
.contact__details dt { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.contact__details dd { color: rgba(255,255,255,.68); font-size: 13px; }
.contact__details small { color: rgba(255,255,255,.36); font-size: 9px; }
.contact-form { padding: 52px; color: var(--graphite); background: var(--paper); box-shadow: 0 35px 90px rgba(0,0,0,.24); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px 28px; }
.contact-form label { display: grid; gap: 9px; margin-bottom: 22px; font-size: 10px; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 0; color: var(--graphite); background: transparent; border: 0; border-bottom: 1px solid #a7afb2; border-radius: 0; outline: 0; font-size: 14px; font-weight: 400; letter-spacing: 0; text-transform: none; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form textarea { resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #929a9d; font-weight: 400; opacity: 1; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--orange-dark); box-shadow: 0 2px 0 var(--orange-dark); }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-submit { width: 100%; margin-top: 4px; }
.form-submit:disabled { opacity: .62; cursor: wait; }
.form-privacy { margin: 14px 0 0; color: #777f82; font-size: 10px; text-align: center; }
.form-status { margin-bottom: 25px; padding: 15px 17px; color: #31533d; background: #e7f3e9; border-left: 4px solid #4b8b5f; font-size: 13px; font-weight: 800; }
.form-status.is-error { color: #813326; background: #f8e1df; border-color: var(--orange-dark); }

.site-footer { color: rgba(255,255,255,.62); background: #080a0b; }
.footer-main { display: grid; grid-template-columns: 1.5fr .75fr .75fr; padding-block: 62px; gap: 70px; }
.footer-brand img { width: 305px; height: auto; margin-bottom: 20px; }
.footer-brand p, .footer-main > div > p { margin: 0; font-size: 12px; }
.footer-main > div > span { display: block; margin-bottom: 12px; color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-main a:hover, .footer-bottom a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; min-height: 70px; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--orange); font-weight: 900; }

.whatsapp-float { position: fixed; z-index: 45; right: 22px; bottom: 22px; display: flex; align-items: center; min-height: 50px; padding: 8px 17px 8px 8px; gap: 10px; color: #073b1c; background: var(--green); box-shadow: 0 14px 35px rgba(0,0,0,.25); font-size: 12px; font-weight: 900; transition: bottom .25s ease, transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float.is-near-footer { bottom: 62px; }
.whatsapp-float__icon { display: grid; place-items: center; width: 34px; height: 34px; background: #073b1c; border-radius: 50%; }
.whatsapp-float__icon img { width: 22px; height: 22px; }
.lightbox { width: min(1120px, calc(100% - 36px)); max-width: none; padding: 0; overflow: visible; background: transparent; border: 0; }
.lightbox::backdrop { background: rgba(5,7,8,.94); backdrop-filter: blur(7px); }
.lightbox img { width: 100%; max-height: 84vh; object-fit: contain; box-shadow: 0 32px 90px rgba(0,0,0,.5); }
.lightbox__close { position: absolute; z-index: 2; top: -18px; right: -12px; display: grid; place-items: center; width: 44px; height: 44px; color: var(--white); background: var(--orange-dark); border: 0; font-size: 29px; line-height: 1; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .hero h1 { font-size: 74px; }
  .hero__rail > div { padding-inline: 20px; }
  .about__grid, .why__grid, .contact__body { gap: 60px; }
  .process-track { grid-template-columns: repeat(3,1fr); }
  .process-track li:nth-child(3) { border-right: 0; }
  .process-track li:nth-child(n+4) { border-top: 1px solid rgba(17,20,22,.18); }
}

@media (max-width: 800px) {
  .container { width: min(var(--container), calc(100% - 40px)); }
  .section { padding-block: 88px; }
  .header-contact > div { display: none; }
  .brand img { width: 285px; }
  .hero { min-height: 850px; }
  .hero__content { min-height: 680px; }
  .hero__image { object-position: 62% center; }
  .hero__shade { background: linear-gradient(90deg, rgba(17,20,22,.96), rgba(17,20,22,.62)); }
  .hero h1 { max-width: 680px; font-size: 63px; }
  .hero__rail { grid-template-columns: repeat(2,1fr); }
  .hero__rail > div { min-height: 76px; padding-block: 17px; border-bottom: 1px solid var(--line); }
  .about__grid, .why__grid, .contact__body { grid-template-columns: 1fr; }
  .about__headline { min-height: 220px; }
  .about__signal { height: 180px; }
  .capabilities__heading, .process__top, .gallery__heading, .contact__top { grid-template-columns: 1fr; gap: 38px; }
  .capability-card { min-height: 320px; }
  .gallery-grid { grid-template-rows: repeat(2,260px); }
  .sectors__inner { grid-template-columns: 1fr; gap: 18px; }
  .sectors__inner > p:last-child { grid-column: auto; }
  .why__visual { min-height: 520px; }
  .footer-main { grid-template-columns: 1.5fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .container { width: min(var(--container), calc(100% - 30px)); }
  .section { padding-block: 70px; }
  .header-status__inner { justify-content: center; }
  .header-status p:last-child { display: none; }
  .header-main { min-height: 90px; gap: 15px; }
  .brand img { width: 220px; }
  .header-contact .button { position: relative; width: 44px; min-width: 44px; min-height: 44px; padding: 0; overflow: hidden; color: transparent; }
  .header-contact .button::after { position: absolute; color: var(--white); content: '↗'; font-size: 18px; }
  .hero { min-height: 920px; }
  .hero__content { justify-content: flex-start; min-height: 690px; padding-top: 70px; }
  .hero__lines { background-size: 55px 55px; }
  .hero h1 { font-size: 49px; }
  .hero__lead { font-size: 16px; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero__link { align-self: flex-start; }
  .hero__rail > div { padding: 13px; gap: 10px; }
  .hero__rail b { font-size: 23px; }
  .hero__rail span { font-size: 9px; }
  .about__grid { gap: 35px; }
  .about__headline { min-height: 190px; }
  .outline-word { top: 0; font-size: 105px; }
  .about__headline h2, .capabilities__heading h2, .process__top h2, .gallery__heading h2, .why__content h2, .contact__heading h2 { font-size: 42px; }
  .about__copy .lead { font-size: 19px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { grid-template-columns: 48px 1fr; min-height: 300px; padding: 30px 24px; }
  .capability-card h3 { font-size: 25px; }
  .process-track { grid-template-columns: 1fr; }
  .process-track li, .process-track li:nth-child(3) { min-height: 0; padding: 28px 20px; border-right: 0; border-bottom: 1px solid rgba(17,20,22,.18); }
  .process-track li > span { margin-bottom: 25px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3,270px); }
  .gallery-item--main { grid-row: auto; }
  .sectors { padding-block: 55px; }
  .why__visual { min-height: 400px; padding: 30px; }
  .why__pulse { height: 200px; }
  .why__visual > p { font-size: 22px; }
  .contact__body { gap: 44px; }
  .contact-form { padding: 34px 22px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; min-height: 105px; padding-block: 22px; flex-direction: column; justify-content: center; gap: 8px; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 50px; padding: 8px; }
  .whatsapp-float > span:last-child { display: none; }
  .whatsapp-float.is-near-footer { bottom: 54px; }
  .lightbox { width: calc(100% - 24px); }
}

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