:root {
  --yellow: #f1c632;
  --yellow-dark: #d8aa0d;
  --ink: #17191d;
  --text: #4e535c;
  --muted: #737983;
  --line: #e6e1d8;
  --cream: #f8f6f1;
  --paper: #fff;
  --green: #25d366;
  --radius: 18px;
  --shadow: 0 22px 60px rgba(25, 30, 38, .12);
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 108px 0; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: #000; transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); line-height: 1.12; letter-spacing: -.035em; }
h1 { max-width: 880px; margin-bottom: 24px; color: #fff; font-size: clamp(3rem, 7vw, 6.6rem); font-weight: 800; }
h2 { margin-bottom: 24px; font-size: clamp(2.15rem, 4.2vw, 4rem); font-weight: 780; }
h3 { font-size: 1.28rem; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; color: #9c7500; font-size: .76rem; font-weight: 800; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { width: 34px; height: 3px; background: var(--yellow); content: ""; }
.eyebrow.light { color: #fff3bd; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 54px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.section-heading > p { max-width: 540px; margin-bottom: 7px; color: var(--muted); }
.section-heading.compact { margin-bottom: 42px; }

.button { display: inline-flex; min-height: 54px; padding: 14px 25px; align-items: center; justify-content: center; border: 2px solid transparent; border-radius: 4px; font-size: .86rem; font-weight: 800; letter-spacing: .04em; line-height: 1; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #111; background: var(--yellow); box-shadow: 0 15px 35px rgba(241, 198, 50, .2); }
.button-primary:hover { background: #ffda53; box-shadow: 0 18px 40px rgba(241, 198, 50, .28); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.05); backdrop-filter: blur(6px); }
.button-ghost:hover { color: #111; border-color: #fff; background: #fff; }
.button-outline { border-color: #222; background: transparent; }
.button-outline:hover { color: #111; border-color: var(--yellow); background: var(--yellow); }
.button-light { color: #111; background: #fff; }

.topbar { position: relative; z-index: 60; color: rgba(255,255,255,.78); background: #17191d; font-size: .76rem; }
.topbar-inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 24px; }
.topbar p { margin: 0; }
.topbar-links { display: flex; align-items: center; gap: 13px; }
.topbar-links span { width: 1px; height: 12px; background: rgba(255,255,255,.25); }
.topbar a:hover { color: var(--yellow); }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(0,0,0,.08); background: rgba(255,255,255,.96); box-shadow: 0 8px 30px rgba(16,21,28,.06); backdrop-filter: blur(14px); }
.header-inner { display: flex; min-height: 88px; align-items: center; justify-content: space-between; }
.brand { display: flex; width: 260px; height: 72px; align-items: center; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 31px; }
.site-nav a { position: relative; color: #2b3037; font-size: .86rem; font-weight: 700; }
.site-nav a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--yellow); transform: scaleX(0); content: ""; transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a.active::after { transform: scaleX(1); }
.site-nav .nav-cta { padding: 12px 17px; color: #111; border-radius: 3px; background: var(--yellow); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; place-items: center; border: 0; border-radius: 3px; background: var(--ink); cursor: pointer; }
.menu-toggle span { position: absolute; width: 22px; height: 2px; background: #fff; transition: transform .24s ease, opacity .2s ease; }
.menu-toggle span:nth-child(1) { transform: translateY(-7px); }
.menu-toggle span:nth-child(3) { transform: translateY(7px); }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg); }

.hero { position: relative; display: grid; min-height: calc(100vh - 126px); min-height: calc(100svh - 126px); align-items: center; overflow: hidden; background: #30353c; }
.hero-media, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(10,13,17,.87) 0%, rgba(10,13,17,.62) 50%, rgba(10,13,17,.18) 100%), linear-gradient(0deg, rgba(10,13,17,.42), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding: 110px 0 150px; }
.hero-copy { max-width: 660px; margin-bottom: 35px; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.8vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-scroll { position: absolute; z-index: 3; bottom: 28px; left: 50%; display: flex; flex-direction: column; align-items: center; color: rgba(255,255,255,.68); font-size: .66rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; transform: translateX(-50%); }
.hero-scroll svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; animation: bounce 1.8s infinite; }
@keyframes bounce { 50% { transform: translateY(6px); } }

.trust-strip { position: relative; z-index: 3; border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid article { display: flex; min-height: 130px; padding: 28px 30px; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.trust-grid article:first-child { border-left: 1px solid var(--line); }
.trust-grid strong { color: var(--ink); font-size: 1.65rem; line-height: 1.1; }
.trust-grid span { margin-top: 8px; color: var(--muted); font-size: .83rem; }

.about { overflow: hidden; }
.about-grid { display: grid; grid-template-columns: .96fr 1.04fr; gap: 90px; align-items: center; }
.about-media { position: relative; min-height: 650px; padding-right: 54px; }
.about-main { width: 100%; height: 590px; border-radius: 4px; object-fit: cover; box-shadow: var(--shadow); }
.about-detail { position: absolute; right: 0; bottom: 0; width: 48%; height: 260px; border: 9px solid #fff; border-radius: 3px; object-fit: cover; box-shadow: 0 20px 50px rgba(25,30,38,.18); }
.about-badge { position: absolute; top: 42px; right: 8px; display: flex; width: 155px; min-height: 118px; padding: 22px; flex-direction: column; justify-content: center; color: #111; background: var(--yellow); box-shadow: 0 18px 40px rgba(100,75,0,.18); }
.about-badge strong { font-size: 1.07rem; }
.about-badge span { margin-top: 3px; font-size: .75rem; }
.about-copy > p:not(.eyebrow) { color: var(--muted); }
.value-list { display: grid; gap: 16px; margin: 30px 0; }
.value-list > div { display: grid; grid-template-columns: 34px 1fr; gap: 12px; }
.value-list p { margin: 0; color: var(--muted); font-size: .93rem; }
.value-list strong { color: var(--ink); }
.check { display: grid; width: 30px; height: 30px; place-items: center; color: #111; border-radius: 50%; background: var(--yellow); font-weight: 900; }
.text-link { display: inline-flex; gap: 14px; align-items: center; color: var(--ink); border-bottom: 2px solid var(--yellow); font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.services { background: var(--cream); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #dcd6ca; border-left: 1px solid #dcd6ca; }
.service-card { position: relative; min-height: 330px; padding: 35px 28px 31px; overflow: hidden; border-right: 1px solid #dcd6ca; border-bottom: 1px solid #dcd6ca; background: rgba(255,255,255,.58); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.service-card:hover { z-index: 2; background: #fff; box-shadow: 0 20px 50px rgba(31,37,44,.11); transform: translateY(-5px); }
.service-number { position: absolute; top: 25px; right: 24px; color: #c6c0b4; font-size: .72rem; font-weight: 800; }
.service-icon { display: grid; width: 58px; height: 58px; margin-bottom: 33px; place-items: center; color: #111; background: var(--yellow); }
.service-icon svg { width: 29px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.service-card h3 { margin-bottom: 14px; }
.service-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }

.project-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 820px; }
.project-image { min-height: 620px; overflow: hidden; }
.project-image img { width: 100%; height: 100%; object-fit: cover; }
.project-copy { display: flex; padding: clamp(70px, 8vw, 130px); flex-direction: column; justify-content: center; background: #fff; }
.project-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); }
.process-list { display: grid; gap: 0; margin: 25px 0 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list > li > span { color: #a27b00; font-size: .77rem; font-weight: 900; }
.process-list strong { color: var(--ink); }
.process-list p { margin: 4px 0 0; color: var(--muted); font-size: .88rem; }

.media-showcase { background: var(--cream); }
.video-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: repeat(2, 280px); gap: 16px; }
.video-card { position: relative; margin: 0; overflow: hidden; background: #24282d; }
.video-card:first-child { grid-row: 1 / 3; }
.video-card:last-child { grid-column: 2 / 4; }
.video-card video { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.video-card:hover video { transform: scale(1.025); }
.video-toggle { position: absolute; inset: 0; display: grid; width: 66px; height: 66px; margin: auto; padding: 0; place-items: center; color: #111; border: 0; border-radius: 50%; background: rgba(241,198,50,.92); box-shadow: 0 8px 25px rgba(0,0,0,.2); cursor: pointer; }
.video-toggle span { margin-left: 3px; }
.video-card.is-playing .video-toggle { width: 48px; height: 48px; margin: 16px 16px auto auto; opacity: 0; }
.video-card.is-playing:hover .video-toggle, .video-card.is-playing .video-toggle:focus { opacity: 1; }

.gallery-section { background: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 12px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; background: #ebe8e1; cursor: zoom-in; }
.gallery-item:nth-child(7n + 1), .gallery-item:nth-child(7n + 5) { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.22,.7,.25,1); }
.gallery-item::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,16,20,.5), transparent 60%); opacity: 0; content: ""; transition: opacity .25s ease; }
.gallery-item button { position: absolute; z-index: 2; inset: 0; width: 100%; border: 0; background: transparent; cursor: zoom-in; }
.gallery-item .zoom { position: absolute; z-index: 3; right: 16px; bottom: 14px; display: grid; width: 40px; height: 40px; place-items: center; color: #111; background: var(--yellow); opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; }
.gallery-item:hover img { transform: scale(1.055); }
.gallery-item:hover::after, .gallery-item:hover .zoom { opacity: 1; }
.gallery-item:hover .zoom { transform: translateY(0); }
.gallery-action { display: flex; margin-top: 42px; justify-content: center; }
.noscript-note { padding: 15px; text-align: center; background: #fff3c8; }

.quality-band { padding: 100px 0; color: rgba(255,255,255,.76); background: #22262b; }
.quality-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.quality-copy h2 { color: #fff; }
.quality-copy > p:not(.eyebrow) { max-width: 620px; margin-bottom: 32px; }
.quality-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.13); }
.quality-points article { display: grid; min-height: 170px; padding: 31px; grid-template-columns: 38px 1fr; gap: 16px; background: #22262b; }
.quality-points article > span { color: var(--yellow); font-size: .72rem; font-weight: 900; }
.quality-points strong { color: #fff; }
.quality-points p { margin: 7px 0 0; font-size: .86rem; line-height: 1.55; }

.contact { overflow: hidden; background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.contact-copy > p:not(.eyebrow) { max-width: 560px; color: var(--muted); }
.contact-list { display: grid; gap: 2px; margin-top: 40px; }
.contact-list > * { display: grid; padding: 20px 0; grid-template-columns: 48px 1fr; gap: 16px; align-items: center; border-bottom: 1px solid var(--line); }
.contact-icon { display: grid; width: 44px; height: 44px; place-items: center; background: var(--yellow); }
.contact-icon svg { width: 23px; fill: none; stroke: #111; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.contact-list small, .contact-list strong { display: block; }
.contact-list small { color: var(--muted); font-size: .74rem; text-transform: uppercase; }
.contact-list strong { color: var(--ink); font-size: .93rem; }
.form-card { padding: clamp(28px, 5vw, 52px); border-top: 5px solid var(--yellow); background: #fff; box-shadow: var(--shadow); }
.form-heading span { display: block; color: var(--ink); font-size: 1.6rem; font-weight: 800; }
.form-heading p { color: var(--muted); font-size: .89rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
form { display: grid; gap: 17px; }
label { color: var(--ink); font-size: .77rem; font-weight: 800; }
label > span { color: #b58600; }
input, select, textarea { width: 100%; margin-top: 7px; color: #222; border: 1px solid #d8d4ca; border-radius: 2px; outline: none; background: #fbfaf7; transition: border-color .2s ease, box-shadow .2s ease; }
input, select { height: 52px; padding: 0 14px; }
textarea { min-height: 135px; padding: 13px 14px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: #b68b06; box-shadow: 0 0 0 3px rgba(241,198,50,.18); }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.submit-button { width: 100%; gap: 14px; }
.form-note { margin: -3px 0 0; color: var(--muted); font-size: .75rem; text-align: center; }
.form-status { margin-bottom: 18px; padding: 13px 15px; border-radius: 3px; font-size: .88rem; }
.form-status.success { color: #14532d; border: 1px solid #a7dfbb; background: #eaf9ef; }
.form-status.error { color: #7f1d1d; border: 1px solid #efb2b2; background: #fff0f0; }

.site-footer { padding-top: 75px; color: rgba(255,255,255,.65); background: #17191d; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr 1.1fr; gap: 60px; padding-bottom: 60px; }
.footer-brand img { width: 270px; height: 105px; padding: 8px; object-fit: contain; background: #fff; }
.footer-brand p { max-width: 390px; margin-top: 22px; font-size: .87rem; }
.site-footer h3 { margin: 9px 0 22px; color: #fff; font-size: .9rem; letter-spacing: .05em; }
.site-footer nav, .site-footer address { display: grid; gap: 10px; font-style: normal; }
.site-footer nav a:hover, .site-footer address a:hover { color: var(--yellow); }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: 9px; }
.footer-bottom { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--yellow); font-weight: 700; }

.whatsapp-float { position: fixed; z-index: 45; right: 22px; bottom: 22px; display: grid; width: 58px; height: 58px; place-items: center; border: 3px solid #fff; border-radius: 50%; background: var(--green); box-shadow: 0 12px 30px rgba(0,0,0,.23); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-float svg { width: 31px; fill: #fff; }

.lightbox { position: fixed; width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 55px 90px; border: 0; color: #fff; background: rgba(8,10,13,.96); }
.lightbox::backdrop { background: rgba(8,10,13,.96); }
.lightbox[open] { display: grid; place-items: center; }
.lightbox figure { display: grid; max-width: min(1100px, 82vw); max-height: 86vh; margin: 0; place-items: center; }
.lightbox img { max-width: 100%; max-height: 80vh; object-fit: contain; box-shadow: 0 20px 70px rgba(0,0,0,.45); }
.lightbox figcaption { margin-top: 12px; color: rgba(255,255,255,.7); font-size: .8rem; }
.lightbox-close, .lightbox-nav { position: fixed; z-index: 2; display: grid; place-items: center; padding: 0; color: #fff; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.06); cursor: pointer; }
.lightbox-close { top: 22px; right: 24px; width: 46px; height: 46px; font-size: 2rem; font-weight: 300; }
.lightbox-nav { top: 50%; width: 50px; height: 70px; font-size: 2.5rem; transform: translateY(-50%); }
.lightbox-nav.prev { left: 25px; }
.lightbox-nav.next { right: 25px; }

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

@media (max-width: 1100px) {
  .site-nav { gap: 20px; }
  .brand { width: 220px; }
  .about-grid { gap: 55px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .project-copy { padding: 75px 55px; }
  .quality-grid, .contact-grid { gap: 55px; }
  .footer-grid { grid-template-columns: 1.4fr .7fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 80px; }
  .topbar { display: none; }
  .header-inner { min-height: 80px; }
  .menu-toggle { position: relative; z-index: 72; display: grid; }
  .site-nav { position: fixed; z-index: 70; inset: 0; display: flex; padding: 115px 28px 45px; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; visibility: hidden; background: #fff; opacity: 0; transform: translateX(100%); transition: visibility .25s, opacity .25s, transform .25s; }
  .site-nav.open { visibility: visible; opacity: 1; transform: translateX(0); }
  .site-nav a { padding: 17px 5px; border-bottom: 1px solid var(--line); font-size: 1.1rem; }
  .site-nav a:not(.nav-cta)::after { display: none; }
  .site-nav .nav-cta { margin-top: 22px; padding: 18px; text-align: center; }
  .hero { min-height: calc(100svh - 80px); }
  .hero-content { padding: 90px 0 130px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid article:nth-child(3) { border-left: 1px solid var(--line); }
  .about-grid { grid-template-columns: 1fr; }
  .about-media { max-width: 680px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .project-feature { grid-template-columns: 1fr; }
  .project-image { min-height: 560px; }
  .project-copy { padding: 80px 40px; }
  .quality-grid, .contact-grid { grid-template-columns: 1fr; }
  .quality-copy { max-width: 700px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr .8fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 75px 0; }
  h1 { font-size: clamp(2.7rem, 14vw, 4.4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .brand { width: 205px; height: 65px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(10,13,17,.9), rgba(10,13,17,.53)), linear-gradient(0deg, rgba(10,13,17,.5), transparent 50%); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-grid article { min-height: 110px; padding: 23px 20px; }
  .trust-grid strong { font-size: 1.35rem; }
  .about-media { min-height: 480px; padding-right: 28px; }
  .about-main { height: 450px; }
  .about-detail { height: 180px; border-width: 6px; }
  .about-badge { top: 24px; right: 0; width: 132px; min-height: 98px; padding: 17px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .project-image { min-height: 410px; }
  .project-copy { padding: 70px 20px; }
  .video-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 310px 210px 210px; }
  .video-card:first-child { grid-column: 1 / 3; grid-row: auto; }
  .video-card:last-child { grid-column: auto; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; }
  .gallery-item:nth-child(7n + 1), .gallery-item:nth-child(7n + 5) { grid-row: auto; }
  .quality-points { grid-template-columns: 1fr; }
  .quality-points article { min-height: 140px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { padding: 20px 0; align-items: flex-start; flex-direction: column; justify-content: center; }
  .lightbox { padding: 65px 16px; }
  .lightbox figure { max-width: 100%; }
  .lightbox-nav { top: auto; bottom: 16px; width: 52px; height: 48px; transform: none; }
  .lightbox-nav.prev { left: calc(50% - 60px); }
  .lightbox-nav.next { right: calc(50% - 60px); }
  .whatsapp-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}

@media (max-width: 420px) {
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article, .trust-grid article:nth-child(3) { border-left: 1px solid var(--line); }
  .video-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 260px); }
  .video-card:first-child, .video-card:last-child { grid-column: auto; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 270px; }
}

@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; }
}
