:root {
  --ink: #111119;
  --ink-soft: #252633;
  --paper: #fffdf8;
  --white: #ffffff;
  --muted: #686a78;
  --line: #dedee8;
  --cyan: #00d7e7;
  --yellow: #ffe500;
  --magenta: #f129a7;
  --green: #3ed14a;
  --orange: #ff5a36;
  --blue: #315bff;
  --violet: #6c39ff;
  --radius: 24px;
  --shell: 1180px;
  --shadow: 0 28px 70px rgba(25, 20, 43, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body:has(.main-nav.open) { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.tv2-site { min-height: 100vh; overflow: hidden; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: 110px 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; top: 13px; left: 14px; z-index: 1000; padding: 10px 15px; color: var(--ink); background: var(--yellow); border-radius: 8px; font-weight: 800; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: none; }

.signal-stripe { position: fixed; inset: 0 0 auto; z-index: 120; display: grid; grid-template-columns: repeat(6, 1fr); height: 7px; }
.signal-stripe i:nth-child(1) { background: #d8d8d8; }
.signal-stripe i:nth-child(2) { background: var(--yellow); }
.signal-stripe i:nth-child(3) { background: var(--cyan); }
.signal-stripe i:nth-child(4) { background: var(--green); }
.signal-stripe i:nth-child(5) { background: var(--magenta); }
.signal-stripe i:nth-child(6) { background: var(--orange); }

.site-header { position: fixed; inset: 7px 0 auto; z-index: 110; height: 82px; color: var(--ink); background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(18,18,26,.08); backdrop-filter: blur(18px); transition: height .25s ease, box-shadow .25s ease; }
.site-header.scrolled { height: 72px; box-shadow: 0 12px 35px rgba(20,18,32,.1); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-screen { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); width: 52px; height: 34px; padding: 4px; overflow: hidden; background: var(--ink); border: 2px solid var(--ink); border-radius: 7px; box-shadow: 4px 4px 0 var(--yellow); }
.brand-screen::after { content: ""; position: absolute; left: 18px; bottom: -6px; width: 16px; height: 6px; background: var(--ink); border-radius: 0 0 3px 3px; }
.brand-screen i:nth-child(1) { background: var(--yellow); }
.brand-screen i:nth-child(2) { background: var(--cyan); }
.brand-screen i:nth-child(3) { background: var(--magenta); }
.brand-screen i:nth-child(4) { background: var(--green); }
.brand-text { display: flex; align-items: baseline; line-height: 1; letter-spacing: -.04em; }
.brand-text strong { font-size: 1.65rem; font-weight: 950; }
.brand-text em { margin-left: 5px; color: var(--blue); font-size: 1rem; font-style: normal; font-weight: 900; letter-spacing: .08em; }
.main-nav { display: flex; align-items: center; gap: 22px; font-size: .82rem; font-weight: 800; }
.main-nav > a:not(.header-call):not(.language-link) { position: relative; }
.main-nav > a:not(.header-call):not(.language-link)::after { content: ""; position: absolute; right: 100%; bottom: -7px; left: 0; height: 3px; background: var(--magenta); transition: right .2s ease; }
.main-nav > a:not(.header-call):not(.language-link):hover::after { right: 0; }
.language-link { padding: 7px 10px; color: #2442bd; background: #edf0ff; border: 1px solid #d8ddff; border-radius: 999px; }
.header-call { padding: 12px 15px; color: var(--white); background: var(--ink); border-radius: 11px; box-shadow: 4px 4px 0 var(--cyan); transition: transform .2s ease, box-shadow .2s ease; }
.header-call:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--yellow); }
.menu-button { display: none; width: 46px; height: 46px; padding: 0; background: transparent; border: 0; cursor: pointer; }
.menu-button i { display: block; width: 25px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 800px; padding: 180px 0 105px; color: var(--white); background: #101018; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 58px 58px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 480px; height: 480px; top: -180px; left: -190px; background: rgba(241,41,167,.24); box-shadow: 0 0 130px rgba(241,41,167,.18); }
.orb-two { width: 520px; height: 520px; right: -210px; bottom: -260px; background: rgba(0,215,231,.18); box-shadow: 0 0 150px rgba(0,215,231,.14); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { flex: 0 0 34px; width: 34px; height: 3px; background: currentColor; }
.eyebrow b { min-width: 0; font: inherit; }
.eyebrow.light { color: var(--cyan); }
.eyebrow.dark { color: #525467; }
.hero h1 { margin: 0; font-size: clamp(4rem, 6.9vw, 7.1rem); line-height: .88; letter-spacing: -.07em; }
.hero h1 em { color: transparent; background: linear-gradient(90deg, var(--yellow), var(--cyan) 35%, var(--green) 62%, var(--magenta)); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.hero-lede { max-width: 590px; margin: 30px 0 0; color: #d7d7e2; font-size: 1.12rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 14px 21px; border: 2px solid transparent; border-radius: 11px; font-weight: 900; line-height: 1; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translate(-2px,-2px); }
.button-yellow { color: var(--ink); background: var(--yellow); box-shadow: 5px 5px 0 var(--magenta); }
.button-yellow:hover { box-shadow: 8px 8px 0 var(--cyan); }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.05); }
.button-outline:hover { border-color: var(--cyan); background: rgba(0,215,231,.09); }
.button-dark { color: var(--white); background: var(--ink); box-shadow: 5px 5px 0 var(--magenta); }
.button-dark:hover { box-shadow: 8px 8px 0 var(--cyan); }
.trust-list { display: grid; gap: 9px; padding: 0; margin: 32px 0 0; list-style: none; color: #d3d3df; font-size: .84rem; }
.trust-list li { position: relative; padding-left: 20px; }
.trust-list li::before { content: ""; position: absolute; top: .5em; left: 0; width: 9px; height: 9px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(62,209,74,.12); }
.hero-visual { position: relative; min-width: 0; padding: 18px 18px 42px; }
.visual-color-frame { position: absolute; inset: -18px 30px 5px -15px; background: linear-gradient(130deg, var(--magenta) 0 18%, var(--yellow) 18% 35%, var(--cyan) 35% 56%, var(--green) 56% 75%, var(--blue) 75%); border-radius: 30px; transform: rotate(-2deg); }
.hero-visual img { position: relative; z-index: 2; width: 100%; min-height: 430px; object-fit: cover; border: 8px solid var(--white); border-radius: 24px; box-shadow: 0 35px 80px rgba(0,0,0,.36); }
.price-bubble { position: absolute; z-index: 4; right: -8px; bottom: -5px; display: grid; min-width: 180px; padding: 19px 22px; color: var(--ink); background: var(--yellow); border: 4px solid var(--ink); border-radius: 50%; box-shadow: 8px 8px 0 var(--magenta); transform: rotate(4deg); text-align: center; }
.price-bubble small { font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.price-bubble strong { margin: -2px 0; font-size: 3rem; line-height: 1; letter-spacing: -.08em; }
.price-bubble span { font-size: .7rem; font-weight: 800; }
.mini-bars { position: absolute; z-index: 3; right: 80px; top: -20px; display: grid; grid-template-columns: repeat(5, 16px); height: 64px; transform: rotate(6deg); box-shadow: 5px 5px 0 var(--ink); }
.mini-bars i:nth-child(1), .card-bars i:nth-child(1) { background: var(--yellow); }
.mini-bars i:nth-child(2), .card-bars i:nth-child(2) { background: var(--cyan); }
.mini-bars i:nth-child(3), .card-bars i:nth-child(3) { background: var(--green); }
.mini-bars i:nth-child(4), .card-bars i:nth-child(4) { background: var(--magenta); }
.mini-bars i:nth-child(5), .card-bars i:nth-child(5) { background: var(--orange); }

.action-ticker { overflow: hidden; color: var(--ink); background: var(--yellow); border-block: 4px solid var(--ink); transform: rotate(-.5deg) scale(1.01); }
.action-ticker > div { display: flex; width: max-content; animation: ticker 24s linear infinite; }
.action-ticker span { display: inline-flex; align-items: center; gap: 28px; padding: 15px 28px; font-size: 1rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.action-ticker b { color: var(--magenta); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-head, .work-heading { display: grid; grid-template-columns: 1.08fr .72fr; gap: 90px; align-items: end; margin-bottom: 52px; }
.section-head h2, .approach h2, .work h2, .pricing h2, .coverage h2, .contact h2 { margin: 0; font-size: clamp(2.6rem, 5.2vw, 4.9rem); line-height: .98; letter-spacing: -.06em; }
.section-head > p, .work-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 1.03rem; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { --accent: var(--cyan); --accent-ink: var(--ink); position: relative; min-height: 350px; padding: 29px; overflow: hidden; background: var(--white); border: 2px solid var(--ink); border-radius: 18px; box-shadow: 7px 7px 0 var(--accent); transition: transform .22s ease, box-shadow .22s ease; }
.service-card::before { content: ""; position: absolute; top: -80px; right: -80px; width: 180px; height: 180px; background: var(--accent); border-radius: 50%; opacity: .13; }
.service-card:hover { transform: translate(-4px,-4px); box-shadow: 12px 12px 0 var(--accent); }
.service-card.yellow { --accent: var(--yellow); }
.service-card.magenta { --accent: var(--magenta); }
.service-card.green { --accent: var(--green); }
.service-card.orange { --accent: var(--orange); }
.service-card.blue { --accent: var(--blue); }
.service-top { position: relative; display: flex; align-items: center; justify-content: space-between; }
.service-top span { display: grid; place-items: center; width: 46px; height: 46px; background: var(--accent); border: 2px solid var(--ink); border-radius: 50%; font-size: .76rem; font-weight: 950; }
.service-top b { padding: 7px 9px; background: #f2f2f7; border-radius: 6px; font-size: .67rem; letter-spacing: .1em; }
.service-card h3 { margin: 48px 0 12px; font-size: 1.42rem; line-height: 1.15; letter-spacing: -.03em; }
.service-card p { margin: 0; color: var(--muted); font-size: .93rem; line-height: 1.68; }
.service-card > a { position: absolute; right: 25px; bottom: 23px; display: grid; place-items: center; width: 40px; height: 40px; color: var(--white); background: var(--ink); border-radius: 50%; font-weight: 900; transition: transform .2s ease, background .2s ease; }
.service-card > a:hover { transform: rotate(12deg); background: var(--blue); }

.approach { background: #f2efff; }
.approach-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.approach-images { position: relative; min-height: 650px; }
.image-block { position: absolute; overflow: hidden; border: 5px solid var(--ink); border-radius: 22px; box-shadow: 10px 10px 0 var(--cyan); }
.image-block img { width: 100%; height: 100%; object-fit: cover; }
.main-image { inset: 0 120px 55px 0; }
.small-image { right: 0; bottom: 0; width: 47%; height: 52%; box-shadow: 10px 10px 0 var(--magenta); transform: rotate(3deg); }
.quality-stamp { position: absolute; z-index: 3; top: 34px; right: 15px; display: grid; place-items: center; width: 145px; height: 145px; color: var(--ink); background: var(--yellow); border: 4px solid var(--ink); border-radius: 50%; box-shadow: 7px 7px 0 var(--green); transform: rotate(7deg); }
.quality-stamp strong { font-size: 2.2rem; line-height: 1; }
.quality-stamp span { margin-top: -26px; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.approach-copy .section-lede { color: #5b5c6d; font-size: 1.05rem; line-height: 1.72; }
.process-list { padding: 0; margin: 37px 0 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid #cfcae4; }
.process-list li > span { display: grid; place-items: center; width: 46px; height: 46px; color: var(--white); background: var(--ink); border-radius: 12px; font-size: .72rem; font-weight: 900; box-shadow: 4px 4px 0 var(--cyan); }
.process-list li:nth-child(2) > span { box-shadow-color: var(--magenta); }
.process-list li:nth-child(3) > span { box-shadow-color: var(--yellow); }
.process-list h3 { margin: 0 0 4px; font-size: 1.08rem; }
.process-list p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }

.work { color: var(--white); background: var(--ink); }
.work-heading > p { color: #b9bac7; }
.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.work-item { position: relative; min-height: 280px; margin: 0; overflow: hidden; background: #2c2d36; border: 3px solid var(--white); border-radius: 18px; }
.work-item:nth-child(1) { box-shadow: 8px 8px 0 var(--cyan); }
.work-item:nth-child(2) { box-shadow: 8px 8px 0 var(--yellow); }
.work-item:nth-child(3) { box-shadow: 8px 8px 0 var(--magenta); }
.work-item:nth-child(4) { box-shadow: 8px 8px 0 var(--green); }
.work-item img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; filter: saturate(1.06) contrast(1.02); transition: transform .35s ease; }
.work-item:hover img { transform: scale(1.04); }
.work-item figcaption { position: absolute; right: 14px; bottom: 14px; display: flex; align-items: center; gap: 10px; padding: 8px 11px; color: var(--ink); background: rgba(255,255,255,.94); border-radius: 8px; font-size: .72rem; font-weight: 900; }
.work-item figcaption span { color: var(--magenta); }

.pricing { position: relative; background: #ffead7; }
.pricing::before { content: ""; position: absolute; left: -110px; bottom: 30px; width: 270px; height: 270px; background: var(--magenta); border-radius: 50%; opacity: .1; }
.pricing-shell { position: relative; display: grid; grid-template-columns: 1fr .68fr; gap: 90px; align-items: center; }
.pricing-main > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 1.04rem; line-height: 1.7; }
.pricing-main ul { display: grid; gap: 10px; padding: 0; margin: 30px 0 35px; list-style: none; }
.pricing-main li { position: relative; padding-left: 30px; font-weight: 750; }
.pricing-main li::before { content: "✓"; position: absolute; left: 0; display: grid; place-items: center; width: 21px; height: 21px; color: var(--ink); background: var(--green); border: 1px solid var(--ink); border-radius: 50%; font-size: .72rem; font-weight: 950; }
.price-card { position: relative; padding: 40px; overflow: hidden; color: var(--white); background: var(--blue); border: 4px solid var(--ink); border-radius: 26px; box-shadow: 13px 13px 0 var(--yellow); transform: rotate(1.2deg); }
.price-card > small { display: block; margin-top: 36px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.price-card > strong { display: block; margin: -7px 0 25px; font-size: clamp(6rem, 11vw, 9rem); line-height: 1; letter-spacing: -.1em; }
.price-card > div:not(.card-bars) { padding: 18px; color: var(--ink); background: var(--yellow); border: 3px solid var(--ink); border-radius: 14px; }
.price-card h3 { margin: 0 0 4px; }
.price-card p { margin: 0; }
.price-card .price-fine { margin-top: 18px; color: #dfe4ff; font-size: .72rem; line-height: 1.5; }
.card-bars { position: absolute; top: 0; right: 0; left: 0; display: grid; grid-template-columns: repeat(5, 1fr); height: 18px; }

.coverage { padding: 92px 0; color: var(--white); background: linear-gradient(115deg, #4820d5 0%, var(--blue) 45%, #0585c7 100%); }
.coverage-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.coverage-inner > div:first-child > p:not(.eyebrow) { color: #e1e6ff; }
.county-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.county-list span { min-height: 150px; padding: 18px; color: var(--ink); background: var(--white); border: 3px solid var(--ink); border-radius: 16px; box-shadow: 6px 6px 0 var(--yellow); font-size: .9rem; font-weight: 900; }
.county-list span:nth-child(2) { box-shadow-color: var(--cyan); }
.county-list span:nth-child(3) { box-shadow-color: var(--magenta); }
.county-list b { display: block; margin-bottom: 42px; color: var(--blue); font-size: .72rem; }

.contact { color: var(--white); background: #17111f; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: #c7c2cd; font-size: 1.03rem; line-height: 1.7; }
.contact-links { display: grid; gap: 10px; margin-top: 35px; }
.contact-links a { padding: 16px 18px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; transition: border-color .2s ease, transform .2s ease; }
.contact-links a:hover { transform: translateX(4px); border-color: var(--cyan); }
.contact-links small, .contact-links strong { display: block; }
.contact-links small { color: var(--cyan); font-size: .66rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-links strong { margin-top: 3px; }
.contact-links .save-contact small { color: var(--yellow); }
.contact-form { display: grid; gap: 18px; padding: 42px; color: var(--ink); background: var(--white); border: 4px solid var(--ink); border-radius: 24px; box-shadow: 11px 11px 0 var(--magenta); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: grid; gap: 8px; font-size: .78rem; font-weight: 900; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #f7f6fa; border: 2px solid #dad9e2; border-radius: 10px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input, .contact-form select { min-height: 50px; }
.contact-form textarea { min-height: 135px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(49,91,255,.12); }
.form-button { width: 100%; }
.form-note, .form-status { margin: 0; color: #777887; font-size: .73rem; text-align: center; }
.form-status { min-height: 1.2em; color: #18752b; font-weight: 800; }

.site-footer { padding: 66px 0 27px; color: #c6c6d1; background: #09090e; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .55fr .75fr; gap: 80px; padding-bottom: 50px; }
.footer-brand { color: var(--white); }
.footer-grid > div:first-child > p { max-width: 440px; color: #898a99; font-size: .9rem; }
.footer-grid nav, .footer-contact { display: grid; align-content: start; gap: 11px; }
.footer-grid a { transition: color .2s ease; }
.footer-grid a:hover { color: var(--cyan); }
.footer-contact a { font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; color: #686977; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }
.footer-bottom p { margin: 0; }
.mobile-actions { display: none; }

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

@media (max-width: 1080px) {
  .main-nav { gap: 14px; }
  .main-nav > a:not(.header-call):not(.language-link) { display: none; }
  .hero-grid { gap: 42px; }
  .hero h1 { font-size: clamp(4rem, 8vw, 6rem); }
  .hero-visual img { min-height: 380px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-grid { gap: 55px; }
  .contact-grid { gap: 48px; }
}

@media (max-width: 850px) {
  .site-header, .site-header.scrolled { height: 72px; }
  .menu-button { display: block; }
  .main-nav { position: fixed; inset: 79px 0 auto; display: grid; gap: 0; padding: 18px 20px 27px; background: var(--white); border-bottom: 2px solid var(--ink); box-shadow: 0 25px 60px rgba(17,17,25,.18); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .25s ease, opacity .25s ease, visibility .25s ease; }
  .main-nav.open { transform: none; opacity: 1; visibility: visible; }
  .main-nav > a:not(.header-call):not(.language-link) { display: block; padding: 12px 4px; border-bottom: 1px solid #ececf1; }
  .main-nav .language-link { margin: 15px 0 8px; text-align: center; }
  .main-nav .header-call { text-align: center; }
  .menu-button.active i:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button.active i:nth-of-type(2) { opacity: 0; }
  .menu-button.active i:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 145px; }
  .hero-grid, .section-head, .approach-grid, .work-heading, .pricing-shell, .coverage-inner, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-visual { max-width: 720px; }
  .section-head, .work-heading { gap: 22px; }
  .approach-copy { order: -1; }
  .approach-images { min-height: 590px; }
  .pricing-shell, .coverage-inner { gap: 55px; }
  .price-card { max-width: 560px; }
  .contact-copy { max-width: 700px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 82px; }
  body { padding-bottom: 64px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .section { padding: 78px 0; }
  .brand-screen { width: 45px; height: 30px; }
  .brand-text strong { font-size: 1.42rem; }
  .brand-text em { font-size: .84rem; }
  .hero { min-height: auto; padding: 125px 0 90px; }
  .hero h1 { font-size: clamp(3.5rem, 17vw, 5rem); }
  html[lang="es"] .hero h1 { font-size: clamp(3rem, 13.5vw, 4rem); }
  .hero .eyebrow { align-items: flex-start; line-height: 1.45; }
  .hero .eyebrow span { margin-top: .55em; }
  .hero-lede { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-visual { margin-top: 20px; padding-inline: 8px; }
  .hero-visual img { min-height: 270px; border-width: 5px; }
  .visual-color-frame { inset: -9px 18px 13px -5px; }
  .price-bubble { right: -1px; bottom: 0; min-width: 137px; padding: 14px 15px; }
  .price-bubble strong { font-size: 2.25rem; }
  .mini-bars { display: none; }
  .action-ticker span { gap: 19px; padding-inline: 20px; }
  .section-head h2, .approach h2, .work h2, .pricing h2, .coverage h2, .contact h2 { font-size: clamp(2.55rem, 13vw, 3.7rem); }
  .service-grid, .work-grid, .county-list { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .approach-images { min-height: 470px; }
  .main-image { right: 62px; bottom: 38px; }
  .small-image { width: 46%; height: 42%; }
  .quality-stamp { top: 20px; right: 0; width: 112px; height: 112px; }
  .quality-stamp strong { font-size: 1.65rem; }
  .quality-stamp span { margin-top: -20px; font-size: .6rem; }
  .work-item, .work-item img { min-height: 235px; }
  .price-card { padding: 32px 25px; }
  .price-card > strong { font-size: 6rem; }
  .county-list span { min-height: 115px; }
  .county-list b { margin-bottom: 25px; }
  .contact-form { padding: 30px 22px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-actions { position: fixed; z-index: 105; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: .65fr .65fr 1.7fr; height: 64px; padding: 7px; background: rgba(255,255,255,.97); border-top: 2px solid var(--ink); box-shadow: 0 -10px 30px rgba(17,17,25,.12); }
  .mobile-actions a { display: grid; place-items: center; color: var(--ink); border-right: 1px solid #dedee6; font-size: .75rem; font-weight: 900; }
  .mobile-actions a:last-child { background: var(--yellow); border: 2px solid var(--ink); border-radius: 8px; box-shadow: 3px 3px 0 var(--magenta); }
}

@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; }
  [data-reveal] { opacity: 1; transform: none; }
}

:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
