:root {
  --ink: #111214;
  --ink-soft: #191b1e;
  --graphite: #25282c;
  --gold: #d7aa56;
  --gold-light: #edc87e;
  --paper: #f7f5ef;
  --white: #fff;
  --muted: #a9adb2;
  --line: rgba(255,255,255,.12);
  --shadow: 0 22px 70px rgba(0,0,0,.24);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.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; left: 16px; top: -60px; z-index: 1000; background: var(--gold); color: var(--ink); padding: 12px 16px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  background: rgba(17,18,20,.92); border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  display: grid; place-items: center; width: 42px; height: 42px;
  border: 1px solid var(--gold); border-radius: 7px; color: var(--gold);
  font-size: 13px; font-weight: 900; letter-spacing: .05em;
  box-shadow: inset 0 0 0 4px rgba(215,170,86,.07);
}
.brand strong { display: block; font-size: 16px; text-transform: uppercase; letter-spacing: .08em; }
.brand small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.site-nav { display: flex; align-items: center; gap: 25px; }
.site-nav > a:not(.button) { color: #d5d7d9; font-size: 13px; font-weight: 700; text-decoration: none; }
.site-nav > a:not(.button):hover { color: var(--gold-light); }
.menu-toggle { display: none; color: white; background: transparent; border: 0; font-size: 26px; padding: 8px; }

.button {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px;
  border: 1px solid var(--gold); border-radius: 4px; padding: 0 22px;
  background: var(--gold); color: #17130c; text-decoration: none; font-weight: 900; font-size: 14px;
  box-shadow: 0 12px 34px rgba(215,170,86,.16); transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--gold-light); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 13px; }
.text-link { font-weight: 800; font-size: 14px; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.32); padding-block: 13px 6px; }
.text-link:hover { color: var(--gold-light); border-color: var(--gold); }

.hero { min-height: 750px; padding-top: 78px; overflow: hidden; background: radial-gradient(circle at 20% 30%, #2a2c30 0, #151618 38%, #101113 72%); }
.hero-grid { min-height: 672px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: stretch; }
.hero-copy { align-self: center; padding: 80px 58px 70px 0; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--gold-light); font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: var(--gold); }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(48px, 6.2vw, 82px); line-height: .98; letter-spacing: -.05em; text-transform: uppercase; }
.hero h1 em { display: block; color: var(--gold); font-family: Georgia, serif; font-weight: 400; text-transform: none; letter-spacing: -.04em; }
.hero-lead { max-width: 570px; color: #c4c6c9; font-size: 18px; line-height: 1.7; margin: 28px 0 30px; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.hero-note { margin: 20px 0 0; color: #8e9297; font-size: 13px; }
.hero-media { position: relative; min-height: 672px; }
.hero-media::before { content: ""; position: absolute; inset: 36px -50vw 36px 0; border: 1px solid rgba(215,170,86,.42); z-index: 0; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #111214 0%, transparent 28%, rgba(0,0,0,.15) 100%); }
.hero-media > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.08); }
.hero-location {
  position: absolute; z-index: 2; left: -38px; bottom: 60px; display: flex; align-items: center; gap: 12px;
  min-width: 215px; padding: 18px; background: rgba(17,18,20,.94); border: 1px solid var(--line); box-shadow: var(--shadow);
}
.hero-location .pin { color: var(--gold); font-size: 25px; }
.hero-location strong, .hero-location span { display: block; }
.hero-location strong { margin-bottom: 4px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.hero-location span { color: #c4c6c9; font-size: 12px; }

.trust-strip { border-block: 1px solid var(--line); background: #17181b; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 112px; display: flex; align-items: center; gap: 15px; padding: 24px 22px; border-right: 1px solid var(--line); }
.trust-item:first-child { border-left: 1px solid var(--line); }
.trust-item > span { color: var(--gold); font-family: Georgia, serif; font-size: 13px; }
.trust-item p, .trust-item strong, .trust-item small { display: block; margin: 0; }
.trust-item strong { font-size: 13px; text-transform: uppercase; letter-spacing: .05em; }
.trust-item small { margin-top: 7px; color: #878b90; font-size: 11px; }

.section { padding: 110px 0; }
.services-preview { background: var(--paper); color: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; margin-bottom: 46px; }
.section-heading .eyebrow { color: #8d651b; margin-bottom: 14px; }
.section-heading h2 { margin: 0; max-width: 680px; font-size: clamp(34px, 5vw, 58px); line-height: 1.02; letter-spacing: -.045em; text-transform: uppercase; }
.section-heading > p { margin: 0; color: #65676a; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #d8d4ca; border: 1px solid #d8d4ca; }
.service-card { min-height: 330px; padding: 32px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { position: relative; z-index: 2; transform: translateY(-4px); box-shadow: 0 20px 50px rgba(15,16,18,.12); }
.service-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 28px; border: 1px solid #d9c18f; color: #8d651b; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.service-card h3 { min-height: 48px; margin: 0 0 15px; font-size: 20px; line-height: 1.2; }
.service-card p { margin: 0; color: #67696c; font-size: 14px; line-height: 1.65; }
.service-card a { display: inline-flex; gap: 8px; margin-top: 22px; color: #785513; font-size: 13px; font-weight: 900; text-decoration: none; }
.commercial-note { max-width: 850px; margin: 28px auto 0; color: #6d6f72; font-size: 12px; text-align: center; }
.other-service { margin-top: 60px; padding: 38px 42px; display: flex; align-items: center; justify-content: space-between; gap: 40px; background: #181a1d; color: white; }
.other-service > div { max-width: 720px; }
.other-service .eyebrow { margin-bottom: 10px; }
.other-service h3 { margin: 0 0 12px; font-size: 28px; text-transform: uppercase; letter-spacing: -.02em; }
.other-service p:not(.eyebrow) { margin: 0; color: #adb0b4; line-height: 1.7; }

.company-section { background: #151619; overflow: hidden; }
.company-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 86px; align-items: center; }
.company-media { position: relative; height: 690px; }
.company-media::before { content: ""; position: absolute; inset: -24px 34px 24px -24px; border: 1px solid rgba(215,170,86,.42); }
.company-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.08); position: relative; z-index: 1; }
.media-label { position: absolute; z-index: 2; left: -22px; bottom: 34px; padding: 16px 20px; background: var(--gold); color: #19130a; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.company-copy h2, .about-copy h2, .contact-content h2, .faq-intro h2, .final-cta h2 {
  margin: 0; font-size: clamp(38px, 5vw, 61px); line-height: 1.02; letter-spacing: -.045em; text-transform: uppercase;
}
.company-copy > p:not(.eyebrow), .about-copy > p, .faq-intro > p { color: #adb0b4; line-height: 1.8; font-size: 16px; }
.company-copy ul { margin: 30px 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; list-style: none; }
.company-copy li { position: relative; padding-left: 22px; color: #d8dadc; font-size: 14px; }
.company-copy li::before { content: ""; position: absolute; left: 0; top: .48em; width: 7px; height: 7px; border: 1px solid var(--gold); transform: rotate(45deg); }
.company-copy > small { display: block; margin-top: 18px; color: #7f8388; }

.about-section { background: var(--paper); color: var(--ink); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.about-copy .eyebrow { color: #8d651b; }
.about-copy > p { color: #5d6063; }
.about-points { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 34px; }
.about-points span { border: 1px solid #d8d2c5; padding: 11px 14px; color: #6f521d; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.about-media { position: relative; height: 650px; }
.about-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
.about-media > div { position: absolute; left: -34px; bottom: 34px; padding: 24px 28px; background: var(--ink); color: white; box-shadow: var(--shadow); }
.about-media strong, .about-media span { display: block; }
.about-media strong { color: var(--gold-light); font-size: 20px; text-transform: uppercase; letter-spacing: .06em; }
.about-media span { margin-top: 5px; color: #9ea2a7; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.gallery-section { background: #101113; }
.light-heading > p { color: #9ca0a5; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 270px; gap: 12px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; grid-column: span 4; }
.gallery-featured { grid-column: span 6; grid-row: span 2; }
.gallery-item:nth-child(2), .gallery-item:nth-child(3) { grid-column: span 3; }
.gallery-item:nth-child(4), .gallery-item:nth-child(5), .gallery-item:nth-child(6) { grid-column: span 4; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.88)); }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item figcaption { position: absolute; z-index: 1; left: 20px; right: 20px; bottom: 18px; color: white; font-size: 12px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }

.contact-band { min-height: 530px; position: relative; display: grid; place-items: center; overflow: hidden; }
.contact-media, .contact-overlay { position: absolute; inset: 0; }
.contact-video { width: 100%; height: 100%; object-fit: cover; background: url("../images/computador-interno.webp") center/cover no-repeat; }
.contact-overlay { background: linear-gradient(90deg, rgba(8,9,10,.92), rgba(8,9,10,.72)); }
.contact-content { position: relative; z-index: 1; text-align: center; padding-block: 86px; }
.contact-content .eyebrow { justify-content: center; }
.contact-content h2 { max-width: 820px; margin-inline: auto; }
.contact-content > p:not(.eyebrow) { max-width: 680px; margin: 24px auto 30px; color: #c0c3c6; font-size: 17px; line-height: 1.75; }
.contact-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.button-outline { background: transparent; color: white; border-color: rgba(255,255,255,.5); box-shadow: none; }
.button-outline:hover { background: white; color: var(--ink); border-color: white; }
.contact-content > small { display: block; margin-top: 20px; color: #969a9e; }

.location-section { background: var(--paper); color: var(--ink); }
.location-grid { display: grid; grid-template-columns: .88fr 1.12fr; min-height: 570px; border: 1px solid #d8d4ca; background: white; }
.location-card { padding: 48px; display: flex; flex-direction: column; align-items: flex-start; }
.location-kicker { color: #8b641d; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.location-card address { display: flex; flex-direction: column; gap: 7px; margin: 24px 0; font-style: normal; color: #6a6d70; }
.location-card address strong { color: var(--ink); font-size: 23px; }
.location-details { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 36px; padding-top: 30px; border-top: 1px solid #ddd9d0; }
.location-details h3 { margin: 0 0 12px; color: #805d19; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.location-details p, .location-details a { display: block; margin: 5px 0; color: #5f6265; font-size: 13px; line-height: 1.5; text-decoration: none; overflow-wrap: anywhere; }
.map-frame { min-height: 570px; background: #242629; }
.map-frame iframe { display: block; width: 100%; height: 100%; min-height: 570px; border: 0; filter: grayscale(1) contrast(.95); }

.faq-section { background: #17181b; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 118px; }
.faq-intro .text-link { display: inline-block; margin-top: 12px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; cursor: pointer; list-style: none; font-size: 16px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span:last-child { color: var(--gold); font-size: 24px; transition: transform .2s ease; }
.faq-list details[open] summary > span:last-child { transform: rotate(45deg); }
.faq-list details p { margin: -4px 52px 24px 0; color: #9fa3a7; line-height: 1.75; font-size: 14px; }

.final-cta { padding: 78px 0; background: var(--gold); color: #17130c; }
.final-cta-inner { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.final-cta .eyebrow { color: #5d410e; }
.final-cta .eyebrow span { background: #5d410e; }
.final-cta h2 { font-size: clamp(34px, 4.6vw, 58px); }
.final-cta-inner > div:last-child p { margin: 0 0 22px; line-height: 1.65; }
.final-cta .button { background: #151619; border-color: #151619; color: white; box-shadow: none; }
.final-cta .button:hover { background: #2b2d31; }

.site-footer { padding: 74px 0 30px; background: #0d0e10; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 54px; }
.footer-grid > div:first-child > p { max-width: 300px; color: #7f8388; font-size: 13px; line-height: 1.7; }
.footer-grid h2 { margin: 0 0 18px; color: var(--gold-light); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { display: block; margin: 10px 0; color: #afb2b6; font-size: 13px; text-decoration: none; }
.footer-grid > div:not(:first-child) p { color: #afb2b6; font-size: 13px; line-height: 1.8; }
.footer-bottom { margin-top: 52px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 24px; color: #666a6f; font-size: 11px; }

.help-shell { position: fixed; z-index: 200; right: 22px; bottom: 22px; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.help-trigger { min-height: 52px; display: inline-flex; align-items: center; gap: 10px; padding: 8px 18px 8px 9px; border: 1px solid #d9bb7e; border-radius: 999px; background: var(--gold); color: #16120b; box-shadow: 0 16px 45px rgba(0,0,0,.36); font-weight: 900; cursor: pointer; }
.help-trigger-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #151619; color: var(--gold-light); }
.help-panel { width: min(390px, calc(100vw - 28px)); max-height: min(680px, calc(100vh - 100px)); display: flex; flex-direction: column; overflow: hidden; background: #f8f6f0; color: var(--ink); border: 1px solid #d7c08f; box-shadow: 0 25px 80px rgba(0,0,0,.52); border-radius: 12px; }
.help-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 22px; background: #17181b; color: white; }
.help-header span { color: var(--gold-light); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.help-header h2 { margin: 5px 0 0; font-size: 22px; }
.help-header button { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: white; font-size: 22px; cursor: pointer; }
.help-body { padding: 20px; overflow-y: auto; }
.help-body > p { margin: 0 0 16px; color: #626568; font-size: 13px; line-height: 1.6; }
.help-options { display: grid; gap: 7px; }
.help-options button { min-height: 46px; display: flex; justify-content: space-between; align-items: center; gap: 12px; border: 1px solid #ddd8cc; border-radius: 5px; background: white; color: var(--ink); padding: 10px 13px; text-align: left; font-size: 13px; font-weight: 750; cursor: pointer; }
.help-options button:hover { border-color: #ad8439; background: #fffaf0; }
.help-back { border: 0; background: transparent; color: #7a5818; padding: 0; font-size: 12px; font-weight: 900; cursor: pointer; }
.help-question { margin: 20px 0 8px; font-size: 20px; font-weight: 900; line-height: 1.2; }
.help-answer > p:not(.help-question) { color: #626568; font-size: 13px; line-height: 1.65; }
.help-disclaimer { padding: 10px 12px; border-left: 2px solid var(--gold); background: #eeeadf; }
.help-answer .button { width: 100%; min-height: 46px; margin-top: 6px; font-size: 12px; }
.help-direct { display: block; margin-top: 16px; color: #6f4e11; font-size: 12px; font-weight: 900; text-align: center; }
.help-body > small { display: block; margin-top: 10px; color: #828589; font-size: 10px; text-align: center; }
.noscript-note { position: fixed; z-index: 300; inset: auto 16px 16px; padding: 14px 18px; border: 1px solid var(--gold); background: #17181b; color: white; font-size: 13px; text-align: center; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute; top: 78px; left: 0; right: 0; display: none;
    padding: 18px 20px 24px; background: #151618; border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; gap: 0;
  }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.button) { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .site-nav .button { margin-top: 15px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 88px 0 50px; }
  .hero-media { min-height: 460px; }
  .hero-media::after { background: linear-gradient(180deg, #111214 0%, transparent 30%); }
  .hero-location { left: 20px; bottom: 20px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .company-grid, .about-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .company-media, .about-media { height: 580px; }
  .gallery-grid { grid-auto-rows: 230px; }
  .gallery-featured { grid-column: span 6; }
  .gallery-item:nth-child(2), .gallery-item:nth-child(3) { grid-column: span 6; }
  .gallery-item:nth-child(4), .gallery-item:nth-child(5), .gallery-item:nth-child(6) { grid-column: span 4; }
  .location-grid { grid-template-columns: 1fr; }
  .map-frame, .map-frame iframe { min-height: 420px; }
  .faq-grid { grid-template-columns: 1fr; gap: 54px; }
  .faq-intro { position: static; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header, .header-inner { min-height: 70px; }
  .site-nav { top: 70px; }
  .brand small { display: none; }
  .hero { padding-top: 70px; }
  .hero-copy { padding-top: 68px; }
  .hero h1 { font-size: clamp(43px, 14vw, 62px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .hero-actions .text-link { text-align: center; }
  .hero-media { min-height: 390px; margin-inline: -14px; }
  .hero-location { left: 14px; right: 14px; bottom: 14px; min-width: 0; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:first-child { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .section { padding: 78px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .other-service { padding: 30px 24px; align-items: stretch; flex-direction: column; }
  .other-service h3 { font-size: 24px; }
  .company-grid, .about-grid { grid-template-columns: 1fr; }
  .company-media { height: 460px; order: 2; }
  .company-copy { order: 1; }
  .company-copy ul { grid-template-columns: 1fr; }
  .company-copy .button { width: 100%; text-align: center; }
  .about-media { height: 460px; }
  .about-media > div { left: 14px; right: 14px; bottom: 14px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 320px; }
  .gallery-item, .gallery-featured, .gallery-item:nth-child(2), .gallery-item:nth-child(3), .gallery-item:nth-child(4), .gallery-item:nth-child(5), .gallery-item:nth-child(6) { grid-column: auto; grid-row: auto; }
  .contact-band { min-height: 600px; }
  .contact-actions { flex-direction: column; }
  .location-card { padding: 30px 22px; }
  .location-details { grid-template-columns: 1fr; }
  .map-frame, .map-frame iframe { min-height: 350px; }
  .faq-list summary { min-height: 68px; font-size: 14px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; }
  .help-shell { right: 14px; bottom: 14px; }
  .help-trigger { min-height: 52px; }
  .help-panel { max-height: calc(100vh - 86px); }
}

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