:root {
  --navy: #0b2d5c;
  --navy-deep: #061c3c;
  --blue: #186db1;
  --sky: #d8effb;
  --green: #35871e;
  --lime: #a4bf1c;
  --ink: #10233e;
  --muted: #607086;
  --line: #dbe4eb;
  --surface: #f4f7f8;
  --white: #fff;
  --radius: 26px;
  --shadow: 0 22px 60px rgba(7, 35, 69, .13);
  --container: min(1180px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Segoe UI", Arial, sans-serif; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 16px; color: #fff; background: var(--navy); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 88px; transition: background .3s, box-shadow .3s, height .3s; }
.site-header.scrolled { height: 74px; background: rgba(255,255,255,.94); box-shadow: 0 8px 28px rgba(7,35,69,.08); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { position: relative; z-index: 3; width: 210px; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: .92rem; font-weight: 600; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--green); transition: right .25s; }
.main-nav > a:not(.button):hover::after, .main-nav > a.active::after { right: 0; }
.menu-toggle { display: none; z-index: 3; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 50%; background: var(--surface); }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .25s, opacity .25s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 25px; color: #fff; background: var(--navy); border: 1px solid var(--navy); border-radius: 999px; font-weight: 700; transition: transform .25s, background .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); background: var(--blue); border-color: var(--blue); box-shadow: 0 12px 30px rgba(24,109,177,.23); }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.button-small { min-height: 44px; padding: 0 19px; font-size: .85rem; }
.button-light { color: var(--navy); background: #fff; border-color: #fff; }
.button-light:hover { color: #fff; background: var(--green); border-color: var(--green); }
.button-green { background: var(--lime); border-color: var(--lime); color: var(--navy-deep); }
.button-green:hover { color: #fff; background: var(--green); border-color: var(--green); }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--navy); font-weight: 700; }
.text-link span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; transition: transform .25s, background .25s; }
.text-link:hover span { transform: translateY(3px); background: var(--sky); }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
.eyebrow.light { color: #bfe67d; }
h1, h2, h3 { font-family: "Segoe UI", Arial, sans-serif; line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 730px; margin: 0; color: var(--navy-deep); font-size: clamp(3.1rem, 6vw, 5.75rem); font-weight: 800; }
h2 { margin: 0; font-size: clamp(2.35rem, 4.7vw, 4.25rem); }
h1 em, h2 em { display: block; color: var(--blue); font-style: normal; }
.section-heading { max-width: 730px; }
.section-heading > p:last-child { max-width: 620px; margin: 24px 0 0; color: var(--muted); font-size: 1.08rem; }
.section-heading.centered { margin: 0 auto 56px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }

.hero { position: relative; min-height: 880px; padding: 150px 0 130px; overflow: hidden; background: linear-gradient(118deg, #f4f8fa 0%, #fff 58%, #eaf6fb 100%); }
.hero::before { content: ""; position: absolute; width: 780px; height: 780px; top: -260px; right: -240px; border: 1px solid rgba(24,109,177,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(24,109,177,.025), 0 0 0 140px rgba(24,109,177,.018); }
.hero-orbit { position: absolute; width: 14px; height: 14px; top: 20%; right: 9%; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 9px rgba(164,191,28,.17); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.hero-lead { max-width: 620px; margin: 27px 0 34px; color: var(--muted); font-size: 1.17rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.hero-visual { position: relative; padding: 14px 0 40px 18px; }
.hero-image-wrap { position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(4,26,59,.18)); }
.hero-image-wrap img { width: 100%; aspect-ratio: 1.16; object-fit: cover; object-position: center; }
.experience-badge { position: absolute; left: -20px; bottom: 8px; display: flex; align-items: center; gap: 10px; min-width: 180px; padding: 16px 19px; color: #fff; background: var(--navy); border: 7px solid #fff; border-radius: 20px; box-shadow: var(--shadow); }
.experience-badge strong { font-family: "Segoe UI", Arial, sans-serif; font-size: 2rem; line-height: 1; }
.experience-badge span { font-size: .73rem; font-weight: 700; line-height: 1.25; text-transform: uppercase; }
.water-mark { position: absolute; right: -20px; top: 4px; display: grid; place-items: center; width: 72px; height: 72px; color: var(--navy); background: var(--lime); border: 8px solid #fff; border-radius: 50%; }
.water-mark svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 2; }
.hero-proof { position: absolute; bottom: 0; left: 0; right: 0; color: #fff; background: var(--navy-deep); }
.proof-inner { min-height: 90px; display: flex; align-items: center; gap: 24px; }
.proof-inner p { margin: 0; font-weight: 700; }
.proof-line { flex: 1; height: 1px; background: rgba(255,255,255,.2); }
.proof-inner span { color: #b9c5d2; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }

.about-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: end; }
.about-copy { padding-left: 36px; border-left: 2px solid var(--lime); }
.about-copy p { margin: 0 0 17px; color: var(--muted); font-size: 1.1rem; }
.about-copy p:first-child { color: var(--ink); font-size: 1.25rem; font-weight: 600; }

.gallery-section { padding: 12px 0 88px; overflow: hidden; }
.carousel { cursor: grab; overflow: hidden; padding: 24px 0; user-select: none; }
.carousel:active { cursor: grabbing; }
.carousel-track { display: flex; width: max-content; gap: 18px; will-change: transform; }
.carousel-card { position: relative; flex: 0 0 clamp(210px, 22vw, 340px); height: clamp(260px, 30vw, 400px); margin: 0; overflow: hidden; border-radius: 24px; background: var(--surface); transform: scale(.96); transition: transform .35s, box-shadow .35s, filter .35s; }
.carousel-card:nth-child(3n+2) { height: clamp(230px, 26vw, 350px); align-self: center; }
.carousel-card img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; transition: transform .55s, filter .35s; }
.carousel-card figcaption { position: absolute; inset: auto 0 0; padding: 35px 18px 16px; color: #fff; background: linear-gradient(transparent, rgba(4,25,55,.82)); font-weight: 700; opacity: 0; transform: translateY(10px); transition: opacity .3s, transform .3s; }
.carousel:hover .carousel-card { filter: saturate(.7) brightness(.82); }
.carousel .carousel-card:hover { z-index: 2; filter: none; transform: scale(1.035); box-shadow: 0 18px 38px rgba(6,28,60,.24); }
.carousel-card:hover img { transform: scale(1.06); }
.carousel-card:hover figcaption { opacity: 1; transform: translateY(0); }
.carousel-hint { display: flex; justify-content: center; gap: 8px; margin: 10px 20px 0; color: var(--muted); font-size: .82rem; }

.services { background: var(--surface); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 430px; padding: 38px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .3s, box-shadow .3s, border-color .3s; }
.service-card:hover { transform: translateY(-8px); border-color: transparent; box-shadow: var(--shadow); }
.service-card.featured { color: #fff; background: var(--navy); border-color: var(--navy); }
.service-card.featured::before { content: ""; position: absolute; width: 220px; height: 220px; right: -80px; top: -80px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 40px rgba(255,255,255,.025); }
.service-card img { width: 66px; height: 66px; margin: 52px 0 24px; object-fit: contain; }
.service-card.featured img { filter: brightness(0) invert(1); }
.service-card h3 { margin: 0 0 15px; font-size: 1.55rem; }
.service-card p { margin: 0 0 25px; color: var(--muted); }
.service-card.featured p { color: #c7d4e2; }
.service-card a { position: absolute; left: 38px; bottom: 35px; display: flex; gap: 8px; align-items: center; font-size: .9rem; font-weight: 700; }
.service-card a span { color: var(--green); }
.service-card.featured a span { color: #bfe67d; }
.service-number { position: absolute; right: 28px; top: 25px; color: #c8d3db; font-family: "Segoe UI", Arial, sans-serif; font-size: 1.4rem; font-weight: 800; }
.featured .service-number { color: rgba(255,255,255,.34); }

.coverage { position: relative; overflow: hidden; color: #fff; background: var(--navy-deep); }
.coverage::after { content: "PROJETAR"; position: absolute; right: -20px; bottom: -55px; color: rgba(255,255,255,.025); font-family: "Segoe UI", Arial, sans-serif; font-size: 13vw; font-weight: 800; line-height: 1; }
.coverage-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(48px, 6vw, 88px); align-items: center; }
.map-wrap { position: relative; min-width: 0; display: grid; place-items: center; padding: 18px 24px 50px; }
.map-wrap img, .map-wrap object { position: relative; z-index: 1; width: min(100%, 560px); height: auto; max-height: 650px; object-fit: contain; filter: drop-shadow(0 25px 40px rgba(0,0,0,.2)); }
.map-glow { position: absolute; width: 70%; aspect-ratio: 1; background: rgba(24,109,177,.34); border-radius: 50%; filter: blur(70px); }
.map-tag { position: absolute; z-index: 2; left: 7%; bottom: 3%; padding: 10px 15px; color: var(--navy); background: var(--lime); border-radius: 999px; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.coverage-copy h2 em { color: #bfe67d; }
.coverage-copy > p:not(.eyebrow) { max-width: 520px; margin: 25px 0; color: #c0cede; font-size: 1.08rem; }
.check-list { display: grid; gap: 12px; margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; align-items: center; }
.check-list span { display: grid; place-items: center; width: 25px; height: 25px; color: var(--navy); background: var(--lime); border-radius: 50%; font-size: .75rem; font-weight: 900; }

.results-heading { display: flex; justify-content: space-between; gap: 60px; align-items: end; }
.results-heading > div { max-width: 710px; }
.results-heading > p { max-width: 330px; margin: 0 0 8px; color: var(--muted); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 65px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { position: relative; padding: 40px 25px; border-right: 1px solid var(--line); }
.stat:first-child { padding-left: 0; }
.stat:last-child { border: 0; }
.stat strong { display: flex; color: var(--navy); font-family: "Segoe UI", Arial, sans-serif; font-size: clamp(2.6rem, 4vw, 4.1rem); line-height: 1; letter-spacing: -.06em; }
.stat sup { margin: 0 0 0 4px; color: var(--green); font-size: 1.3rem; }
.stat p { margin: 16px 0 0; color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .11em; line-height: 1.4; text-transform: uppercase; }

.videos { padding-top: 30px; }
.videos-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.section-brand { width: min(270px, 25vw); height: auto; margin-bottom: 8px; opacity: .84; }
.video-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 52px; }
.video-card { position: relative; aspect-ratio: 9 / 14; min-width: 0; padding: 0; overflow: hidden; color: #fff; background: var(--navy); border: 0; border-radius: var(--radius); cursor: pointer; box-shadow: 0 12px 35px rgba(6,28,60,.12); isolation: isolate; }
.video-card::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(3,20,45,.04) 25%, rgba(3,20,45,.9) 100%); }
.video-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s, filter .4s; }
.video-card:hover > img, .video-card:focus-visible > img { transform: scale(1.045); filter: saturate(1.08); }
.video-card:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.video-overlay { position: absolute; z-index: 2; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 23px; }
.play-icon { display: grid; place-items: center; width: 58px; height: 58px; padding-left: 4px; color: var(--navy); background: rgba(255,255,255,.94); border-radius: 50%; box-shadow: 0 10px 26px rgba(0,0,0,.18); transition: transform .3s, background .3s; }
.video-card:hover .play-icon, .video-card:focus-visible .play-icon { background: var(--lime); transform: scale(1.08); }
.video-meta { display: grid; gap: 5px; text-align: left; }
.video-meta strong { font-family: "Segoe UI", Arial, sans-serif; font-size: 1.12rem; line-height: 1.2; }
.video-meta small { color: #c4d2df; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.video-dialog { width: min(94vw, 760px); max-height: 94vh; padding: 0; overflow: hidden; color: #fff; background: var(--navy-deep); border: 0; border-radius: 24px; box-shadow: 0 28px 90px rgba(0,0,0,.45); }
.video-dialog::backdrop { background: rgba(2,14,32,.82); backdrop-filter: blur(5px); }
.dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 20px; }
.dialog-header h2 { margin: 0; font-size: 1rem; letter-spacing: -.01em; }
.dialog-close { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; padding: 0; color: #fff; background: rgba(255,255,255,.1); border: 0; border-radius: 50%; cursor: pointer; font-size: 1.6rem; line-height: 1; }
.dialog-close:hover, .dialog-close:focus-visible { color: var(--navy); background: var(--lime); }
.dialog-player { display: grid; place-items: center; max-height: calc(94vh - 70px); background: #000; }
.dialog-player video { display: block; width: 100%; max-height: calc(94vh - 70px); background: #000; }

.contact { padding-top: 50px; }
.contact-panel { position: relative; display: grid; grid-template-columns: 1fr .65fr; gap: 70px; padding: 70px; overflow: hidden; color: #fff; background: var(--navy); border-radius: 36px; }
.contact-panel::after { content: ""; position: absolute; width: 420px; height: 420px; right: -230px; top: -200px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.018); }
.contact-copy { position: relative; z-index: 1; }
.contact-copy h2 { font-size: clamp(2.3rem, 4vw, 3.75rem); }
.contact-copy h2 em { color: #bfe67d; }
.contact-copy > p:not(.eyebrow) { max-width: 620px; margin: 22px 0 30px; color: #c4d2df; }
.contact-details { position: relative; z-index: 1; align-self: center; display: grid; margin: 0; font-style: normal; }
.contact-details > * { display: grid; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.contact-details small { margin-bottom: 4px; color: #93a9bd; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-details strong { font-size: 1rem; overflow-wrap: anywhere; }

.site-footer { margin-top: 105px; padding: 70px 0 25px; color: #d0d9e3; background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr .7fr; gap: 55px; }
.footer-brand img { width: 220px; height: auto; }
.footer-brand p { max-width: 300px; color: #8fa2b7; font-size: .9rem; }
.site-footer h2 { margin: 0 0 18px; color: #fff; font-family: "Segoe UI", Arial, sans-serif; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links a { color: #91a4b8; font-size: .88rem; transition: color .2s; }
.footer-links a:hover { color: #fff; }
.footer-social > div { display: flex; gap: 8px; }
.footer-social a { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #36506d; border-radius: 50%; font-size: .75rem; font-weight: 800; transition: background .25s, border .25s; }
.footer-social svg { width: 18px; height: 18px; fill: currentColor; }
.footer-social .social-instagram svg { fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-social .social-instagram .social-dot { fill: currentColor; stroke: none; }
.footer-social a:hover { color: var(--navy); background: var(--lime); border-color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 22px; color: #72889f; border-top: 1px solid #213b58; font-size: .78rem; }
.footer-bottom p { margin: 0; }

.whatsapp-float { position: fixed; z-index: 80; right: 22px; bottom: 22px; display: grid; place-items: center; width: 58px; height: 58px; color: #fff; background: #25d366; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 8px 25px rgba(0,0,0,.22); transition: transform .25s; }
.whatsapp-float:hover { transform: scale(1.08); }
.whatsapp-float svg { width: 29px; fill: currentColor; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.visible, .js .hero .reveal { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 0; flex-direction: column; justify-content: center; gap: 22px; background: rgba(255,255,255,.98); transform: translateX(100%); transition: transform .32s ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav > a:not(.button) { font-family: "Segoe UI", Arial, sans-serif; font-size: 1.7rem; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding: 135px 0 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 650px; margin-left: auto; }
  .hero-proof { position: relative; margin-top: 55px; }
  .proof-inner { flex-wrap: wrap; padding-block: 24px; }
  .proof-line { min-width: 80px; }
  .about-grid, .coverage-grid, .contact-panel { grid-template-columns: 1fr; gap: 50px; }
  .about-copy { max-width: 700px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 360px; }
  .map-wrap { order: 2; width: min(100%, 620px); margin-inline: auto; }
  .results-heading { display: block; }
  .results-heading > p { margin-top: 24px; }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-social { grid-column: 2 / -1; }
}

@media (max-width: 640px) {
  :root { --container: min(100% - 28px, 1180px); --radius: 20px; }
  .section { padding: 72px 0; }
  .site-header, .site-header.scrolled { height: 70px; }
  .brand { width: 170px; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  h2 { font-size: clamp(2.15rem, 10vw, 3.4rem); }
  .hero { padding-top: 115px; }
  .hero-grid { gap: 42px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { padding-left: 0; }
  .experience-badge { left: -5px; bottom: -5px; min-width: 160px; padding: 13px 15px; }
  .water-mark { right: -4px; width: 62px; height: 62px; }
  .proof-inner { gap: 13px 18px; }
  .proof-inner p { width: 100%; }
  .proof-line { display: none; }
  .proof-inner span { width: calc(50% - 9px); }
  .about-grid { gap: 32px; }
  .about-copy { padding-left: 20px; }
  .carousel-card { flex-basis: 230px; height: 310px; }
  .carousel-card:nth-child(3n+2) { height: 275px; }
  .carousel-hint { text-align: center; }
  .service-card { min-height: 385px; padding: 30px; }
  .service-card a { left: 30px; }
  .map-wrap { min-height: 0; padding: 8px 0 58px; }
  .map-wrap img, .map-wrap object { width: min(100%, 440px); max-height: none; }
  .map-tag { left: 50%; bottom: 5px; white-space: nowrap; transform: translateX(-50%); }
  .stats { grid-template-columns: 1fr; }
  .stat, .stat:first-child { padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .videos-heading { align-items: flex-start; flex-direction: column; gap: 28px; }
  .section-brand { width: 220px; }
  .video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .video-overlay { padding: 15px; }
  .play-icon { width: 46px; height: 46px; font-size: .8rem; }
  .video-meta strong { font-size: .9rem; }
  .video-meta small { font-size: .56rem; letter-spacing: .04em; }
  .video-dialog { width: calc(100vw - 20px); border-radius: 18px; }
  .contact { padding-inline: 0; }
  .contact-panel { width: calc(100% - 20px); padding: 42px 24px; border-radius: 26px; }
  .button { width: 100%; padding-inline: 18px; text-align: center; }
  .main-nav .button { width: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-social { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

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