:root {
  --ink: #071b2b;
  --ink-2: #0c2940;
  --blue: #0b5475;
  --accent: #f7ad16;
  --accent-2: #ffc547;
  --paper: #f4f5f3;
  --white: #fff;
  --muted: #66737c;
  --line: rgba(7, 27, 43, .14);
  --radius: 8px;
  --shadow: 0 28px 70px rgba(7, 27, 43, .13);
  --container: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 82px; }
body { max-width: 100%; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Inter, Aptos, "Segoe UI", sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-160%); padding: 10px 14px; background: var(--white); color: var(--ink); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.15); transition: background .3s, box-shadow .3s; }
.site-header.is-scrolled { background: rgba(7,27,43,.96); box-shadow: 0 8px 30px rgba(0,0,0,.16); backdrop-filter: blur(14px); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { width: 150px; height: 72px; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: .78rem; font-weight: 700; letter-spacing: .03em; }
.site-nav > a:not(.button) { position: relative; padding: 30px 0; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--accent); transition: right .25s; }
.site-nav > a:hover::after, .site-nav > a.is-active::after { right: 0; }
.mobile-menu-button { position: fixed; z-index: 102; top: 14px; right: 14px; display: block; width: 44px; height: 44px; padding: 10px; border: 1px solid rgba(7,27,43,.2); background: var(--accent); cursor: pointer; }
.mobile-menu-button span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); }
@media (min-width: 981px) { .mobile-menu-button { display: none; } }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 24px; border: 1px solid var(--accent); background: var(--accent); color: var(--ink); font-size: .82rem; font-weight: 800; letter-spacing: .04em; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--accent-2); }
.button--small { min-height: 42px; padding: 0 18px; }
.button--ghost { color: white; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.button--ghost:hover { background: rgba(255,255,255,.14); }
.button--wide { width: 100%; border: 0; }

.hero { position: relative; min-height: 790px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.hero-shade { background: linear-gradient(90deg, rgba(4,18,29,.96) 0%, rgba(4,18,29,.78) 47%, rgba(4,18,29,.17) 100%), linear-gradient(0deg, rgba(4,18,29,.65), transparent 50%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(290px, .55fr); gap: 8vw; align-items: end; padding-top: 155px; padding-bottom: 110px; }
.hero-copy { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; color: rgba(255,255,255,.72); font-size: .72rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: var(--accent); }
.eyebrow--dark { color: var(--blue); }
.hero h1 { max-width: 880px; margin: 0; font-size: clamp(3.2rem, 5.7vw, 5.8rem); font-weight: 690; line-height: .96; letter-spacing: -.058em; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero-lead { max-width: 620px; margin: 30px 0 34px; color: rgba(255,255,255,.78); font-size: 1.12rem; }
.hero-lead em { color: var(--accent); font-style: normal; font-weight: 800; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-card { align-self: end; padding: 24px; border: 1px solid rgba(255,255,255,.24); background: rgba(7,27,43,.63); backdrop-filter: blur(12px); }
.hero-card__top { display: flex; justify-content: space-between; color: rgba(255,255,255,.6); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.signal i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #4fe19b; box-shadow: 0 0 0 5px rgba(79,225,155,.1); }
.hero-card__label { margin: 52px 0 8px; color: var(--accent); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-card strong { display: block; font-size: 1.65rem; line-height: 1.15; }
.hero-card__footer { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 30px; }
.hero-card__footer span { padding: 5px 8px; border: 1px solid rgba(255,255,255,.2); font-size: .67rem; text-transform: uppercase; }
.hero-rail { position: absolute; z-index: 2; right: 22px; top: 50%; display: flex; align-items: center; gap: 12px; writing-mode: vertical-rl; color: rgba(255,255,255,.5); font-size: .6rem; letter-spacing: .2em; }
.hero-rail i { width: 1px; height: 68px; background: rgba(255,255,255,.3); }

.trust-strip { color: white; background: var(--blue); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { min-height: 96px; display: flex; align-items: center; gap: 16px; padding: 0 24px; border-left: 1px solid rgba(255,255,255,.16); }
.trust-grid div:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.trust-grid b { color: var(--accent); font-size: .66rem; letter-spacing: .1em; }
.trust-grid span { font-size: .85rem; font-weight: 700; }
.trust-grid .trust-stat b { font-size: 1.55rem; line-height: 1; letter-spacing: -.03em; }
.trust-grid .trust-stat span { line-height: 1.15; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.45fr .55fr; gap: 8vw; align-items: end; margin-bottom: 58px; }
.section-heading h2, .process h2, .video-copy h2, .contact h2 { margin: 0; max-width: 760px; font-size: clamp(2.4rem, 4.2vw, 4.4rem); line-height: 1.02; letter-spacing: -.045em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: .98rem; }
.section-heading--light { color: white; }
.section-heading--light > p { color: rgba(255,255,255,.65); }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 320px 320px; gap: 16px; }
.service-card { position: relative; overflow: hidden; min-height: 300px; color: white; background: var(--ink); }
.service-card--large { grid-row: 1 / 3; }
.service-card img, .service-card__overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.service-card:hover img { transform: scale(1.035); }
.service-card__overlay { background: linear-gradient(0deg, rgba(5,20,31,.92), rgba(5,20,31,.02) 70%); }
.service-card__content { position: absolute; z-index: 2; inset: auto 0 0; padding: 30px; }
.service-card__content > span { color: var(--accent); font-size: .67rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.service-card h3 { max-width: 550px; margin: 10px 0; font-size: clamp(1.7rem, 2.6vw, 3rem); line-height: 1.02; letter-spacing: -.04em; }
.service-card p { max-width: 500px; margin: 10px 0 18px; color: rgba(255,255,255,.7); }
.service-card a { font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.service-card--blue { background: var(--blue); }
.service-card--light { color: var(--ink); background: #e7e8e4; }
.service-card--light p { color: var(--muted); }
.service-number { position: absolute; top: 22px; right: 26px; color: rgba(255,255,255,.25); font-size: 4rem; font-weight: 800; line-height: 1; }
.service-card--light .service-number { color: rgba(7,27,43,.13); }

.service-catalog { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-tile { min-width: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; transition: transform .25s, box-shadow .25s; }
.service-tile:hover { z-index: 2; transform: translateY(-5px); box-shadow: var(--shadow); }
.service-tile > img { width: 100%; height: 280px; padding: 14px; object-fit: contain; object-position: center; background: #e7e8e4; filter: saturate(.82); transition: filter .3s, transform .5s; }
.service-tile:hover > img { filter: saturate(1); }
.service-tile > div { min-height: 270px; display: flex; flex-direction: column; padding: 26px; }
.service-tile > div > span { color: var(--blue); font-size: .67rem; font-weight: 900; letter-spacing: .12em; }
.service-tile h3 { margin: 20px 0 10px; font-size: 1.5rem; line-height: 1.08; letter-spacing: -.03em; }
.service-tile p { margin: 0; color: var(--muted); font-size: .88rem; }
.service-tile a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); font-size: .7rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }

.mega-section { position: relative; overflow: hidden; padding: 120px 0; color: white; background: var(--blue); }
.mega-section::before { content: "VPA"; position: absolute; right: -2vw; bottom: -12vw; color: rgba(255,255,255,.035); font-size: 30vw; font-weight: 900; line-height: 1; letter-spacing: -.08em; }
.mega-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .63fr 1.37fr; gap: 7vw; align-items: center; }
.mega-kicker { margin: 0 0 12px; color: var(--accent); font-size: .78rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.mega-copy h2 { margin: 0; font-size: clamp(2.7rem, 4.6vw, 4.8rem); line-height: 1; letter-spacing: -.05em; }
.mega-copy > p:not(.eyebrow, .mega-kicker) { margin: 25px 0 30px; color: rgba(255,255,255,.7); }
.mega-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; min-height: 620px; }
.mega-gallery figure { position: relative; margin: 0; overflow: hidden; background: var(--ink); }
.mega-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.mega-gallery figure:hover img { transform: scale(1.025); }
.mega-gallery figcaption { position: absolute; left: 16px; bottom: 16px; padding: 8px 11px; color: var(--ink); background: var(--accent); font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.mega-gallery__side { margin-top: 70px !important; margin-bottom: 70px !important; }

.cases { color: white; background: var(--ink); }
.case-tabs { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 32px; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.case-tab { position: relative; padding: 20px; color: rgba(255,255,255,.55); border: 0; border-right: 1px solid rgba(255,255,255,.15); background: transparent; text-align: left; cursor: pointer; }
.case-tab:first-child { border-left: 1px solid rgba(255,255,255,.15); }
.case-tab small { display: block; margin-top: 3px; color: inherit; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.case-tab::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 3px; background: var(--accent); transition: right .3s; }
.case-tab.is-active { color: white; }
.case-tab.is-active::after { right: 0; }
.case-panel { display: grid; grid-template-columns: 1.45fr .55fr; gap: 48px; align-items: center; }
.case-panel[hidden] { display: none; }
.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
.comparison figure { position: relative; height: 510px; margin: 0; overflow: hidden; background: #132a3a; }
.comparison img { width: 100%; height: 100%; object-fit: cover; }
.comparison figcaption { position: absolute; left: 15px; right: 15px; bottom: 15px; display: flex; justify-content: space-between; align-items: center; padding: 12px 15px; background: rgba(7,27,43,.84); backdrop-filter: blur(8px); }
.comparison figcaption b { color: var(--accent); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.comparison figcaption span { color: rgba(255,255,255,.68); font-size: .72rem; }
.case-summary > span { color: var(--accent); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.case-summary h3 { margin: 13px 0 18px; font-size: 2.2rem; line-height: 1.06; }
.case-summary p { color: rgba(255,255,255,.65); }
.case-summary a { display: inline-block; margin-top: 22px; padding-bottom: 5px; border-bottom: 1px solid var(--accent); font-size: .78rem; font-weight: 800; text-transform: uppercase; }

.process { background: white; }
.process-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process-intro > p:not(.eyebrow) { color: var(--muted); }
.text-link { display: inline-flex; gap: 40px; margin-top: 22px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 30px 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--blue); font-size: .72rem; font-weight: 800; }
.process-list h3 { margin: 0; font-size: 1.55rem; }
.process-list p { margin: 5px 0 0; color: var(--muted); }

.video-section { padding: 110px 0; color: white; background: var(--blue); }
.video-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 7vw; align-items: center; }
.video-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.video-note { display: flex; gap: 14px; align-items: center; margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); }
.video-note span { color: var(--accent); font-weight: 800; }
.video-note p { margin: 0; font-size: .8rem; }
.video-frame { position: relative; padding: 10px; background: rgba(255,255,255,.1); box-shadow: var(--shadow); }
.video-frame video { width: 100%; max-height: 560px; background: #03121c; object-fit: contain; }
.video-badge { position: absolute; left: 24px; top: 24px; padding: 7px 10px; color: var(--ink); background: var(--accent); font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; pointer-events: none; }

.experience { background: #eeefec; }
.brand-wall { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.brand-wall span { min-height: 130px; display: grid; place-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #45515a; font-weight: 900; font-size: clamp(1.1rem, 2vw, 1.75rem); letter-spacing: .02em; }
.brand-wall--logos { grid-template-columns: repeat(3, 1fr); }
.brand-wall--logos > div { min-height: 170px; display: grid; place-items: center; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.brand-wall--logos img { width: 100%; max-width: 245px; max-height: 90px; object-fit: contain; filter: grayscale(1); opacity: .78; transition: filter .25s, opacity .25s; }
.brand-wall--logos > div:hover img { filter: none; opacity: 1; }
.client-line { display: flex; justify-content: space-between; align-items: center; margin-top: 46px; padding: 32px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.client-line p { color: var(--muted); }
.client-line div { display: flex; gap: 55px; font-size: 1.25rem; }
.client-line .client-logos { align-items: stretch; gap: 18px; }
.client-logos span { width: 220px; height: 220px; display: grid; place-items: center; padding: 16px; border: 1px solid var(--line); background: white; }
.client-logos img { display: block; width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; }
.legal-note { max-width: 760px; margin: 18px 0 0; color: var(--muted); font-size: .72rem; }

.insights { background: white; }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.insight-card { min-height: 350px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); background: var(--paper); }
.insight-card > span, .insight-card--image div > span { color: var(--blue); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.insight-card h3 { margin: 50px 0 15px; font-size: 1.65rem; line-height: 1.15; }
.insight-card p { color: var(--muted); }
.insight-card a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.insight-card--image { position: relative; overflow: hidden; padding: 0; color: white; border: 0; }
.insight-card--image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.insight-card--image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,27,43,.94), rgba(7,27,43,.12)); }
.insight-card--image div { position: relative; z-index: 2; display: flex; flex-direction: column; height: 100%; padding: 30px; }
.insight-card--image div > span { color: var(--accent); }
.insight-card--image a { border-color: rgba(255,255,255,.3); }

.contact { padding: 120px 0; color: white; background: var(--ink); }
.contact-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 8vw; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.contact-direct { display: grid; margin-top: 38px; border-top: 1px solid rgba(255,255,255,.14); }
.contact-direct a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: .8rem; }
.contact-direct a:has(strong) { padding-top: 22px; border-bottom: 0; }
.contact-direct small { display: block; color: var(--accent); font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-direct strong { font-size: 1.2rem; }
.quote-form { padding: 38px; color: var(--ink); background: white; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.quote-form label { display: grid; gap: 7px; margin-bottom: 20px; color: #344450; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.quote-form input, .quote-form textarea, .quote-form select { width: 100%; padding: 13px 3px; color: var(--ink); border: 0; border-bottom: 1px solid #b9c0c4; border-radius: 0; background: transparent; outline: none; text-transform: none; }
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus { border-color: var(--blue); box-shadow: 0 1px 0 var(--blue); }
.file-field { padding: 18px; border: 1px dashed #adb8be; background: #f6f7f6; }
.file-field span { display: flex; justify-content: space-between; gap: 10px; }
.file-field small { color: var(--muted); font-weight: 500; }
.file-field input { padding: 8px 0 0; border: 0; font-size: .72rem; }
.consent { grid-template-columns: auto 1fr !important; align-items: center; text-transform: none !important; font-weight: 500 !important; }
.consent input { width: 17px; height: 17px; }
.form-status { margin: 15px 0 0; color: var(--blue); font-size: .8rem; font-weight: 700; }
.prototype-note { margin: 10px 0 0; color: var(--muted); font-size: .68rem; text-align: center; }

.footer { padding: 60px 0 24px; color: rgba(255,255,255,.65); background: #04121d; }
.footer-grid { display: grid; grid-template-columns: .6fr 1.1fr .65fr 1fr; gap: 40px; align-items: start; }
.footer-grid img { width: 172px; height: 70px; object-fit: cover; object-position: center; }
.footer-grid p { margin: 0; }
.footer-grid div { display: grid; gap: 9px; font-size: .78rem; }
.footer-grid a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .67rem; }

.whatsapp-fab { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; min-height: 52px; padding: 0 17px; color: white; border: 0; background: #178b58; box-shadow: 0 12px 35px rgba(0,0,0,.25); cursor: pointer; }
.whatsapp-fab span { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; }
.whatsapp-fab b { font-size: .76rem; }
.contact-popover { position: fixed; z-index: 110; right: 22px; bottom: 84px; width: min(340px, calc(100% - 44px)); padding: 25px; color: var(--ink); background: white; box-shadow: 0 20px 70px rgba(0,0,0,.3); }
.contact-popover strong { font-size: 1.1rem; }
.contact-popover p { margin: 4px 0 18px; color: var(--muted); font-size: .78rem; }
.contact-popover a { display: flex; justify-content: space-between; padding: 13px 0; border-top: 1px solid var(--line); font-size: .8rem; font-weight: 800; }
.popover-close { position: absolute; right: 9px; top: 7px; border: 0; background: transparent; font-size: 1.5rem; cursor: pointer; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  :root { --container: min(100% - 36px, 760px); }
  .mobile-menu-button { display: block; }
  .site-nav { position: fixed; z-index: 101; inset: 82px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 20px 24px 40px; background-color: var(--ink); opacity: 1; transform: translateX(100%); transition: transform .3s; }
  .site-nav.is-open { transform: none; }
  body.menu-open .site-header { background: var(--ink); backdrop-filter: none; box-shadow: none; }
  .site-nav > a:not(.button) { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 1rem; }
  .site-nav .button { margin-top: 24px; }
  .hero { min-height: 820px; }
  .hero-grid, .section-heading, .case-panel, .process-grid, .video-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { align-items: center; gap: 35px; }
  .hero-card { max-width: 420px; }
  .hero-card__label { margin-top: 25px; }
  .section-heading { gap: 20px; }
  .section { padding: 90px 0; }
  .process-intro { position: static; }
  .comparison figure { height: 420px; }
  .video-section, .contact { padding: 90px 0; }
  .video-grid, .contact-grid { gap: 45px; }
  .service-catalog { grid-template-columns: 1fr 1fr; }
  .mega-grid { grid-template-columns: 1fr; gap: 45px; }
  .mega-gallery { min-height: 560px; }
  .insight-grid { grid-template-columns: 1fr 1fr; }
  .insight-card--image { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  :root { --container: calc(100% - 28px); }
  .site-header, .site-header.is-scrolled { background: rgba(7,27,43,.96); }
  .nav-shell { min-height: 72px; }
  .brand { width: 130px; height: 64px; }
  .nav-shell { position: relative; width: calc(100% - 28px); }
  .brand, .mobile-menu-button { flex: 0 0 auto; }
  .site-nav { inset: 72px 0 0; }
  .hero { min-height: 760px; }
  .hero-grid { padding-top: 125px; padding-bottom: 70px; }
  .hero h1 { max-width: 100%; font-size: clamp(2.55rem, 11.5vw, 3.3rem); overflow-wrap: normal; }
  .hero h1 em { display: block; }
  .hero-lead { max-width: 100%; font-size: .96rem; }
  .hero-lead em { display: block; }
  .hero .eyebrow { max-width: 100%; gap: 9px; font-size: .59rem; letter-spacing: .1em; }
  .hero .eyebrow span { width: 26px; flex: 0 0 26px; }
  .hero-actions { display: grid; }
  .hero-card, .hero-rail { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div { min-width: 0; min-height: 86px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 5px; padding: 0 14px; }
  .trust-grid span { font-size: .72rem; line-height: 1.15; }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .process h2, .video-copy h2, .contact h2 { font-size: 2.55rem; }
  .service-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 390px); }
  .service-card--large { grid-row: auto; }
  .service-catalog { grid-template-columns: 1fr; }
  .service-tile > img { height: 330px; padding: 12px; }
  .service-tile > div { min-height: 235px; }
  .mega-section { padding: 76px 0; }
  .mega-gallery { grid-template-columns: 1fr 1fr; min-height: 500px; }
  .mega-gallery__side { margin-top: 40px !important; margin-bottom: 40px !important; }
  .case-tabs { overflow-x: auto; grid-template-columns: repeat(4, minmax(190px, 1fr)); }
  .comparison { grid-template-columns: 1fr; }
  .comparison figure { height: 360px; }
  .case-panel { gap: 30px; }
  .case-summary h3 { font-size: 1.8rem; }
  .process-list li { grid-template-columns: 45px 1fr; gap: 10px; }
  .brand-wall { grid-template-columns: 1fr 1fr; }
  .brand-wall--logos { grid-template-columns: 1fr; }
  .brand-wall--logos > div { min-height: 135px; }
  .brand-wall span { min-height: 100px; }
  .client-line { display: block; }
  .client-line div { margin-top: 20px; gap: 25px; }
  .client-line .client-logos { flex-wrap: wrap; }
  .client-logos span { width: min(220px, 100%); height: min(220px, calc(100vw - 28px)); }
  .insight-grid { grid-template-columns: 1fr; }
  .insight-card--image { grid-column: auto; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 24px 18px; }
  .file-field span { display: grid; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .footer-bottom { display: grid; gap: 6px; }
  .whatsapp-fab b { display: none; }
  .whatsapp-fab { width: 54px; padding: 0; justify-content: center; border-radius: 50%; }
}
/* ===== Sección Noticias ===== */
.noticias { background: var(--paper); }

.noticias-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.noticia-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  background: white;
  transition: transform .25s, box-shadow .25s;
}
.noticia-card__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--blue);
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.noticia-card__link:hover {
  color: var(--ink);
}

.noticia-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.noticia-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: #e7e8e4;
}

.noticia-card__contenido {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 26px;
}

.noticia-card__contenido time {
  color: var(--blue);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.noticia-card__contenido h3 {
  margin: 14px 0 10px;
  font-size: 1.4rem;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: var(--ink);
}

.noticia-card__contenido p {
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.55;
}

/* Estado vacío / error, mismo tono que el resto del sitio */
#noticias-lista p:only-child {
  padding: 40px 0;
  color: var(--muted);
  text-align: center;
}

/* Responsive, siguiendo tus mismos breakpoints */
@media (max-width: 980px) {
  .noticias-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .noticias-grid { grid-template-columns: 1fr; }
  .noticia-card img { height: 200px; }
  .noticia-card__contenido { padding: 22px; }
}
.noticia-card__etiquetas {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.noticia-card__etiquetas li {
  padding: 4px 9px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}