:root {
    --ink: #10100f;
    --ink-soft: #262622;
    --yellow: #f7b900;
    --yellow-bright: #ffc400;
    --paper: #f4f1e9;
    --white: #fffefa;
    --muted: #75736d;
    --line: rgba(16, 16, 15, .15);
    --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
html.is-ready:not(.form-response) { scroll-behavior: smooth; }
html.form-response { scroll-behavior: auto; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
body, button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--ink); background: var(--yellow); }

.shell { width: var(--shell); 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; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; color: white; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.topline { color: var(--paper); background: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.topline__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topline__services { display: flex; align-items: center; gap: 13px; color: #bab7ae; }
.topline__services i { width: 4px; height: 4px; background: var(--yellow); transform: rotate(45deg); }
.topline a { color: var(--yellow); }

.site-header { position: absolute; z-index: 50; top: 34px; left: 0; width: 100%; color: white; border-bottom: 1px solid rgba(255,255,255,.18); }
.site-header.is-sticky { position: fixed; top: 0; color: var(--ink); background: rgba(244, 241, 233, .96); border-bottom-color: var(--line); backdrop-filter: blur(14px); box-shadow: 0 8px 30px rgba(0,0,0,.08); animation: header-in .25s ease both; }
@keyframes header-in { from { transform: translateY(-100%); } }
.nav { min-height: 96px; display: flex; align-items: center; gap: 36px; }
.brand { width: 216px; flex: 0 0 auto; }
.brand img { width: 100%; height: 74px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { position: relative; padding: 12px 0; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 5px; left: 0; height: 2px; background: var(--yellow); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
@media (min-width: 981px) and (max-width: 1200px) {
    .nav { gap: 20px; }
    .nav .brand { width: 176px; }
    .main-nav { gap: 16px; }
    .main-nav a { white-space: nowrap; font-size: 11px; }
}
.nav-toggle { display: none; padding: 8px; border: 0; background: transparent; }
.nav-toggle > span:not(.sr-only) { width: 24px; height: 2px; display: block; margin: 5px 0; background: currentColor; }

.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; color: var(--ink); background: var(--yellow); border: 2px solid var(--yellow); border-radius: 0; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { background: var(--yellow-bright); transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #3e93ff; outline-offset: 3px; }
.button--small { min-height: 44px; padding-inline: 18px; }
.button--dark { color: white; background: var(--ink); border-color: var(--ink); }
.button--dark:hover { color: var(--ink); background: white; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.text-link span { color: var(--yellow); }

.hero { position: relative; overflow: hidden; padding: 174px 0 150px; color: white; background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background: radial-gradient(circle at 70% 30%, #595950, transparent 34%), linear-gradient(120deg, transparent 56%, #333 56%, #333 57%, transparent 57%); }
.hero-grid { position: absolute; inset: 0; opacity: .055; background-image: linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, black, transparent 80%); }
.hero__layout { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 12px; color: #64625d; font-size: 11px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 3px; display: inline-block; background: var(--yellow); }
.eyebrow--light { color: #a6a49d; }
.hero .eyebrow { color: #c1beb4; }
.hero__brandmark { width: min(330px, 68%); height: auto; margin: 0 0 28px; }
h1, h2 { margin: 0; font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-weight: 900; line-height: .91; letter-spacing: -.055em; text-transform: uppercase; }
h1 { font-size: clamp(64px, 7vw, 104px); }
h2 { font-size: clamp(46px, 5.4vw, 76px); }
h1 em, h2 em { color: var(--yellow); font-style: normal; }
.hero__lead { max-width: 610px; margin: 30px 0; color: #c9c6bc; font-size: 18px; line-height: 1.65; }
.hero__actions { display: flex; align-items: center; gap: 28px; }
.proof-list { max-width: 610px; padding: 34px 0 0; margin: 42px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.proof-list li { display: flex; align-items: center; gap: 12px; }
.proof-list strong { color: var(--yellow); font-size: 13px; }
.proof-list span { color: #aaa89f; font-size: 10px; font-weight: 800; line-height: 1.45; letter-spacing: .08em; text-transform: uppercase; }
.hero__visual { position: relative; justify-self: end; width: min(100%, 490px); padding: 18px 20px 20px 0; }
.hero__image-wrap { position: relative; z-index: 2; padding: 18px; background: #dedbd2; box-shadow: 28px 28px 0 var(--yellow); transform: rotate(1.2deg); }
.hero__image-wrap img { width: 100%; height: auto; max-height: 600px; object-fit: contain; }
.hero__caption { position: relative; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: white; background: rgba(16,16,15,.87); backdrop-filter: blur(8px); }
.hero__caption span { color: var(--yellow); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero__caption strong { font-size: 11px; text-transform: uppercase; }
.hero__stamp { position: absolute; z-index: 3; top: -34px; left: -46px; width: 94px; height: 94px; padding-top: 26px; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: 17px; font-weight: 950; line-height: .85; letter-spacing: -.03em; text-align: center; transform: rotate(-12deg); }
.hero__stamp small { font-size: 7px; letter-spacing: .12em; }
.hero__line { position: absolute; right: -120px; bottom: -52px; width: 280px; height: 90px; border: 3px solid rgba(247,185,0,.25); transform: skewX(-20deg); }
.marquee { position: absolute; right: 0; bottom: 0; left: 0; height: 58px; display: flex; align-items: center; overflow: hidden; color: var(--ink); background: var(--yellow); white-space: nowrap; }
.marquee__track { display: flex; width: max-content; animation: marquee 45s linear infinite; will-change: transform; }
.marquee__group { display: flex; align-items: center; justify-content: space-around; flex: 0 0 auto; min-width: 100vw; gap: 32px; padding-right: 32px; }
.marquee__group span { display: inline-flex; align-items: center; gap: 32px; font-family: "Arial Narrow", Arial, sans-serif; font-size: 17px; font-weight: 900; letter-spacing: .11em; }
.marquee__group i { font-style: normal; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

.coverage { padding: 108px 0; background: #dfdcd3; border-bottom: 1px solid var(--line); }
.coverage__layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.coverage__headline { align-self: start; position: sticky; top: 130px; }
.coverage__copy h3 { max-width: 690px; margin: 0 0 24px; font-family: "Arial Narrow", Arial, sans-serif; font-size: 34px; line-height: 1.05; letter-spacing: -.025em; text-transform: uppercase; }
.coverage__copy > p { max-width: 730px; color: #62605a; font-size: 16px; line-height: 1.75; }
.coverage__copy ul { padding: 26px 0; margin: 30px 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(16,16,15,.22); border-bottom: 1px solid rgba(16,16,15,.22); list-style: none; }
.coverage__copy li { padding: 8px 12px 8px 0; font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.coverage__copy li::before { content: "◆"; margin-right: 8px; color: var(--yellow); font-size: 7px; }

.section { padding: 116px 0; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; margin-bottom: 58px; }
.section-heading > p { max-width: 430px; margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { container-type: inline-size; min-width: 0; min-height: 356px; padding: 32px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease, transform .25s ease; }
.service-card:hover { position: relative; z-index: 2; background: var(--white); transform: translateY(-5px); box-shadow: 0 18px 40px rgba(16,16,15,.09); }
.service-card--feature { justify-content: space-between; min-height: 356px; color: var(--ink); background: var(--yellow); }
.service-card--feature:hover { background: var(--yellow-bright); }
.service-card--dark { color: white; background: var(--ink); }
.service-card--dark:hover { background: var(--ink-soft); }
.service-card__number { color: #9e9b92; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.service-card--feature .service-card__number, .service-card--feature .service-card__tag { color: rgba(16,16,15,.58); }
.service-card__tag { margin: auto 0 18px; color: #98958c; font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.service-card--feature .service-card__tag { margin-top: 24px; }
.service-card h3 { margin: 0 0 18px; font-family: "Arial Narrow", Arial, sans-serif; font-size: min(32px, 10cqi); font-weight: 900; line-height: 1.08; letter-spacing: -.035em; text-transform: uppercase; overflow-wrap: normal; word-break: normal; hyphens: none; }
/* Size headings against their card, including the narrow three-column layout. */
.service-card--feature h3 { font-size: min(46px, 12cqi); }
.service-card p:not(.service-card__tag) { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-card--feature p:not(.service-card__tag) { color: rgba(16,16,15,.73); }
.service-card--dark p:not(.service-card__tag) { color: #aaa79f; }
.service-card a { margin-top: 34px; display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid currentColor; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.service-card a span { font-size: 18px; }

.quality { padding: 110px 0; overflow: hidden; color: white; background: var(--ink); }
.quality__layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.quality__visual { position: relative; }
.quality__visual::before { content: ""; position: absolute; top: -35px; right: -35px; width: 140px; height: 140px; border-top: 6px solid var(--yellow); border-right: 6px solid var(--yellow); }
.quality__visual video { display: block; width: 100%; height: auto; aspect-ratio: 608 / 848; object-fit: contain; background: #000; }
.quality__visual video:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.quality__badge { position: absolute; right: -44px; bottom: 34px; width: 150px; height: 150px; padding: 25px; display: flex; align-items: flex-end; justify-content: space-between; color: var(--ink); background: var(--yellow); }
.quality__badge strong { font-size: 58px; line-height: .8; }
.quality__badge span { font-size: 8px; font-weight: 900; line-height: 1.4; letter-spacing: .08em; text-transform: uppercase; }
.quality__intro { max-width: 660px; margin: 32px 0 46px; color: #c2bfb5; font-size: 18px; line-height: 1.7; }
.quality__steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.quality__steps div { padding: 24px 24px 0 0; }
.quality__steps span { color: var(--yellow); font-size: 11px; font-weight: 900; }
.quality__steps h3 { margin: 32px 0 10px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.quality__steps p { margin: 0; color: #8e8c85; font-size: 12px; line-height: 1.6; }

.work { background: var(--white); }
.work__top { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 52px; }
.gallery { display: grid; grid-template-columns: 1.35fr 1fr 1fr; grid-auto-rows: 330px; gap: 12px; }
.gallery__item { position: relative; overflow: hidden; margin: 0; background: #ddd; }
.gallery__item--wide { grid-row: span 2; }
.gallery__item--quote { grid-column: span 2; grid-row: auto; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
.gallery__item:hover img { transform: scale(1.045); filter: brightness(.72); }
.gallery__item figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 14px 16px; display: flex; justify-content: space-between; color: white; background: rgba(16,16,15,.85); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.gallery__item figcaption span { color: var(--yellow); font-size: 9px; letter-spacing: .12em; }
.gallery__item blockquote { position: absolute; top: 34px; left: 32px; width: 55%; margin: 0; color: white; font-family: "Arial Narrow", Arial, sans-serif; font-size: 44px; font-weight: 900; line-height: .95; letter-spacing: -.04em; text-transform: uppercase; text-shadow: 0 2px 18px rgba(0,0,0,.55); }

.process { padding: 110px 0; color: white; background: #1a1a18; }
.process__layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 110px; }
.process__intro { position: sticky; top: 120px; align-self: start; }
.process__intro > p:last-child { max-width: 310px; margin: 30px 0 0; color: #94928b; font-size: 15px; line-height: 1.7; }
.process__list { padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.process__list li { min-height: 190px; padding: 34px 0; display: grid; grid-template-columns: 100px 1fr; border-bottom: 1px solid rgba(255,255,255,.18); }
.process__list li > strong { color: var(--yellow); font-size: 12px; }
.process__list h3 { margin: 0 0 14px; font-family: "Arial Narrow", Arial, sans-serif; font-size: 34px; letter-spacing: -.03em; text-transform: uppercase; }
.process__list p { max-width: 540px; margin: 0; color: #96948c; font-size: 14px; line-height: 1.7; }

.quote { padding: 110px 0; background: var(--yellow); }
.quote__layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.quote__aside > p:not(.eyebrow) { max-width: 420px; margin: 30px 0 42px; color: rgba(16,16,15,.7); font-size: 16px; line-height: 1.7; }
.quote__aside h2 em { color: var(--ink); -webkit-text-stroke: 1px var(--ink); }
.quote__contact { border-top: 1px solid rgba(16,16,15,.28); }
.quote__contact > * { padding: 16px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(16,16,15,.28); }
.quote__contact span { font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.quote__contact strong { font-size: 13px; text-align: right; }
.turnstile-field { min-height: 70px; overflow: hidden; }
.turnstile-field noscript { display: block; padding: 12px; border: 1px solid rgba(16,16,15,.28); font-size: 13px; }
.quote__form-wrap { padding: 44px; scroll-margin-top: 118px; background: var(--white); box-shadow: 16px 16px 0 var(--ink); }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 20px; }
.field { min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field label { display: block; margin: 0 0 8px; color: #55534e; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); background: #efede6; border: 1px solid transparent; border-bottom-color: #b9b6ac; border-radius: 0; }
.field textarea { min-height: 108px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { background: white; border-color: var(--ink); outline: none; }
.field .errorlist, .form-errors ul { padding: 0; margin: 7px 0 0; color: #a52a22; font-size: 11px; list-style: none; }
.form-errors { grid-column: 1 / -1; padding: 16px; color: #8d201a; background: #fff0ed; border-left: 4px solid #a52a22; }
.form-errors strong { display: block; margin-bottom: 8px; font-size: 12px; text-transform: uppercase; }
.form-errors li + li { margin-top: 5px; }
.contact-method-hint { margin: -13px 0 0; color: #6f6c64; font-size: 11px; line-height: 1.45; }
.form-success { margin-bottom: 30px; padding: 18px; display: flex; gap: 16px; color: white; background: #1a6b4c; }
.form-success > span { width: 30px; height: 30px; display: grid; flex: 0 0 auto; place-items: center; color: #1a6b4c; background: white; border-radius: 50%; font-weight: 900; }
.form-success strong { display: block; margin-bottom: 4px; text-transform: uppercase; }
.form-success p { margin: 0; font-size: 13px; line-height: 1.5; }
.form-footer { padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border-top: 1px solid var(--line); }
.form-footer p { max-width: 300px; margin: 0; color: #88857d; font-size: 10px; line-height: 1.5; }
.form-footer p a { color: var(--ink); text-decoration: underline; }

.footer { padding: 72px 0 22px; color: white; background: #0b0b0a; }
.footer__top { padding-bottom: 62px; display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 52px; }
.footer__brand img { width: 180px; height: 84px; object-fit: contain; object-position: left center; mix-blend-mode: screen; }
.footer__brand p { margin: 22px 0 0; color: #b4b1a7; font-family: "Arial Narrow", Arial, sans-serif; font-size: 27px; font-weight: 900; line-height: 1; text-transform: uppercase; }
.footer__column { display: flex; flex-direction: column; gap: 13px; }
.footer__column > span { margin-bottom: 10px; color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer__column a { color: #aaa79f; font-size: 12px; }
.footer__column a:hover { color: white; }
.footer__bottom { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #696861; border-top: 1px solid rgba(255,255,255,.12); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer__bottom a:hover { color: white; }
.whatsapp-float { position: fixed; z-index: 70; right: 24px; bottom: 24px; width: 72px; height: 72px; display: grid; place-items: center; color: white; background: #20aa66; border: 4px solid white; border-radius: 50%; box-shadow: 0 10px 28px rgba(0,0,0,.28); transition: transform .2s ease, background .2s ease; }
.whatsapp-float::before { content: ""; position: absolute; inset: -9px; border: 2px solid rgba(32,170,102,.35); border-radius: 50%; animation: whatsapp-pulse 2.2s ease-out infinite; }
.whatsapp-float:hover { background: #168f54; transform: translateY(-3px) scale(1.03); }
.whatsapp-float img { width: 38px; height: 38px; }
.whatsapp-float span { position: absolute; right: 82px; width: max-content; padding: 10px 13px; color: white; background: var(--ink); border-radius: 3px; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; opacity: 0; transform: translateX(8px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.whatsapp-float:hover span, .whatsapp-float:focus-visible span { opacity: 1; transform: translateX(0); }
@keyframes whatsapp-pulse { 0% { opacity: .8; transform: scale(.9); } 75%, 100% { opacity: 0; transform: scale(1.2); } }

.legal-header { color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--line); }
.legal-nav { min-height: 90px; display: flex; align-items: center; justify-content: space-between; }
.legal-page { padding: 90px 0 120px; }
.legal-page__layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 110px; }
.legal-page aside { align-self: start; position: sticky; top: 30px; }
.legal-page h1 { font-size: clamp(52px, 6vw, 82px); }
.legal-page article { max-width: 720px; }
.legal-lead { padding-bottom: 35px; border-bottom: 1px solid var(--line); font-size: 21px !important; color: var(--ink) !important; }
.legal-page article h2 { margin: 42px 0 14px; font-size: 18px; letter-spacing: -.01em; line-height: 1.1; }
.legal-page article p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.legal-page article a { color: var(--ink); text-decoration: underline; }

@media (max-width: 980px) {
    :root { --shell: min(100% - 36px, 760px); }
    .topline__services { display: none; }
    .main-nav { position: absolute; top: 88px; right: 18px; left: 18px; padding: 24px; display: none; flex-direction: column; align-items: flex-start; color: white; background: var(--ink); box-shadow: 0 18px 36px rgba(0,0,0,.2); }
    .main-nav.is-open { display: flex; }
    .nav-toggle { display: block; margin-left: auto; color: currentColor; }
    .nav-cta { display: none; }
    .hero { padding: 158px 0 140px; }
    .hero__layout { grid-template-columns: 1fr; gap: 74px; }
    .hero__visual { justify-self: center; }
    .section-heading, .quality__layout, .process__layout, .quote__layout, .legal-page__layout { grid-template-columns: 1fr; gap: 50px; }
    .coverage__layout { grid-template-columns: 1fr; gap: 42px; }
    .coverage__headline { position: static; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .service-card--feature { min-height: 356px; }
    .service-card--feature .service-card__tag { margin-top: 24px; }
    .quality__visual { max-width: 540px; }
    .quality__badge { right: -10px; }
    .gallery { grid-template-columns: 1fr 1fr; }
    .gallery__item--wide { grid-row: auto; }
    .process__intro, .legal-page aside { position: static; }
    .footer__top { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer__column:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
    :root { --shell: calc(100% - 28px); }
    .topline__inner { min-height: 32px; font-size: 9px; }
    .site-header { top: 32px; }
    .nav { min-height: 74px; }
    .brand { width: 176px; }
    .brand img { height: 58px; }
    .main-nav { top: 74px; }
    .hero { padding: 138px 0 120px; }
    .hero__brandmark { width: 260px; margin-bottom: 24px; }
    h1 { font-size: 57px; }
    h2 { font-size: 45px; }
    .hero__lead { font-size: 16px; }
    .hero__actions { align-items: stretch; flex-direction: column; }
    .hero__actions .text-link { align-self: flex-start; }
    .proof-list { gap: 8px; }
    .proof-list li { align-items: flex-start; flex-direction: column; gap: 6px; }
    .hero__visual { width: calc(100% - 22px); }
    .hero__stamp { left: -18px; }
    .hero__image-wrap { padding: 10px; box-shadow: 16px 16px 0 var(--yellow); }
    .marquee { height: 50px; }
    .section { padding: 82px 0; }
    .coverage { padding: 82px 0; }
    .coverage__copy h3 { font-size: 28px; }
    .coverage__copy ul { grid-template-columns: 1fr 1fr; }
    .section-heading { gap: 25px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 320px; }
    .service-card--feature { min-height: 320px; }
    .quality { padding: 82px 0; }
    .quality__layout { gap: 70px; }
    .quality__badge { width: 125px; height: 125px; right: -4px; bottom: -24px; padding: 18px; }
    .quality__badge strong { font-size: 44px; }
    .quality__steps { grid-template-columns: 1fr; border-top: 0; }
    .quality__steps div { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.18); }
    .quality__steps h3 { margin-top: 12px; }
    .work__top { align-items: flex-start; flex-direction: column; }
    .gallery { grid-template-columns: 1fr; grid-auto-rows: 340px; }
    .gallery__item--quote { grid-column: auto; }
    .gallery__item blockquote { width: 80%; font-size: 36px; }
    .process { padding: 82px 0; }
    .process__list li { grid-template-columns: 54px 1fr; }
    .process__list h3 { font-size: 27px; }
    .quote { padding: 82px 0; }
    .quote__contact > * { align-items: flex-start; flex-direction: column; gap: 8px; }
    .quote__contact strong { text-align: left; }
    .quote__form-wrap { padding: 27px 20px; box-shadow: 9px 9px 0 var(--ink); }
    .quote-form { grid-template-columns: 1fr; }
    .field--full { grid-column: auto; }
    .form-footer { align-items: stretch; flex-direction: column; }
    .footer__top { grid-template-columns: 1fr 1fr; }
    .footer__brand { grid-column: 1 / -1; }
    .footer__column:last-child { grid-column: auto; }
    .footer__bottom { padding: 20px 0; align-items: flex-start; flex-direction: column; }
    .legal-page { padding-top: 60px; }
    .whatsapp-float { right: 17px; bottom: 17px; width: 66px; height: 66px; }
    .whatsapp-float img { width: 34px; height: 34px; }
    .whatsapp-float span { display: none; }
}

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

/* Catalog and regional pages share Rudo's industrial type, yellow and black. */
body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
section[id] { scroll-margin-top: 110px; }
.fleet { background: #e9e6de; }
.fleet-filters { display: flex; flex-wrap: wrap; align-items: end; gap: 18px; padding: 24px 0; border-block: 1px solid var(--line); }
.fleet-filters > div { flex: 1 1 200px; }
.fleet-filters label { display: block; margin-bottom: 10px; font-size: 14px; font-weight: 700; }
.fleet-filters select { width: 100%; min-height: 54px; padding: 12px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 0; font-size: 16px; }
.fleet-count { color: #57554f; font-size: 14px; line-height: 1.6; margin: 22px 0; }
.fleet-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.unit-card { min-width: 0; background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; }
.unit-card__visual { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #d9d7d1; }
.unit-card__visual img { width: 100%; height: 100%; object-fit: contain; }
.unit-card__offer { position: absolute; top: 16px; left: 16px; background: var(--yellow); color: var(--ink); padding: 9px 12px; font-size: 14px; font-weight: 800; }
.unit-card__body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.unit-card__type { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 12px; color: #67645d; font-weight: 800; }
.unit-card h3 { font-size: 28px; line-height: 1.1; letter-spacing: -.035em; margin: 0 0 24px; overflow-wrap: anywhere; }
.unit-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding-block: 18px; border-block: 1px solid var(--line); margin: 0; }
.unit-specs > div:last-child { grid-column: 1/-1; }
.unit-specs dt { font-size: 13px; color: #67645d; margin-bottom: 7px; }
.unit-specs dd { margin: 0; font-weight: 700; font-size: 16px; }
.unit-card__description { font-size: 16px; line-height: 1.6; color: #57554f; margin: 20px 0 24px; }
.unit-card__body .button { margin-top: auto; padding-inline: 14px; letter-spacing: .025em; }
.unit-card__no-photo { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; font-weight: 900; font-size: 48px; letter-spacing: -.04em; }
.unit-card__no-photo span { font-size: 14px; letter-spacing: 0; margin-top: 12px; }
.fleet-empty { grid-column: 1/-1; padding: 50px 28px; background: var(--white); text-align: center; line-height: 1.65; }
.fleet-pagination { display: flex; justify-content: center; gap: 24px; margin-top: 32px; flex-wrap: wrap; }
.fleet-pagination a { font-weight: 700; text-decoration: underline; }
.clients { padding: 64px 0 72px; background: var(--white); border-bottom: 1px solid var(--line); }
.clients__heading { display: flex; justify-content: space-between; gap: 28px; align-items: end; }
.clients__heading h2 { font-size: clamp(32px,4vw,48px); }
.clients__heading > p { color: #67645d; font-size: 14px; line-height: 1.5; }
/* Equal-width groups make the loop seamless; artwork keeps its proportions. */
.clients__band { overflow: hidden; margin-top: 28px; padding: 28px 0; border-top: 1px solid var(--line); }
.clients__band:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.clients__track { display: flex; width: max-content; animation: clients-scroll 90s linear infinite; }
.client-logos { display: flex; flex: 0 0 auto; align-items: center; gap: 32px; list-style: none; padding: 0 32px 0 0; margin: 0; }
.client-logo { width: 196px; height: 112px; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.client-logo__art { position: relative; display: block; overflow: hidden; width: min(180px, calc(96px * var(--logo-ratio))); aspect-ratio: var(--logo-ratio); }
.client-logo__art img { position: absolute; width: var(--image-width); max-width: none; height: auto; left: var(--image-left); top: var(--image-top); }
@keyframes clients-scroll { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
    .clients__band { overflow-x: auto; }
    .clients__track { animation: none; }
    .client-logos[aria-hidden="true"] { display: none; }
}
.region-links { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 24px 0; font-size: 14px; }
.region-links a { padding-bottom: 6px; border-bottom: 1px solid currentColor; font-weight: 700; }
.region-hero { padding: 85px 0; color: white; background: var(--ink); }
.region-hero h1 { max-width: 1050px; font-size: clamp(44px,7vw,86px); }
.region-hero > .shell > p:not(.eyebrow) { max-width: 780px; font-size: 20px; line-height: 1.7; color: #cac7bf; margin: 28px 0; }
.region-layout, .region-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.region-layout h2 { font-size: clamp(36px,4.5vw,62px); }
.region-copy p, .region-faq p, .region-bottom p { font-size: 17px; line-height: 1.75; }
.region-copy p:first-child { margin-top: 0; }
.region-copy h3 { font-size: 24px; margin: 30px 0 12px; }
.region-cities { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; list-style: none; }
.region-cities li { padding: 10px 15px; background: var(--white); border: 1px solid var(--line); font-size: 16px; }
.region-faq { padding: 75px 0; background: #e9e6de; }
.region-faq details { border-bottom: 1px solid var(--line); padding: 20px 0; }
.region-faq summary { cursor: pointer; font-size: 18px; line-height: 1.5; font-weight: 700; }
.region-faq .button { margin-top: 30px; }
.region-bottom a:not(.button) { text-decoration: underline; overflow-wrap: anywhere; }
@media (max-width: 1050px) { .fleet-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .region-layout, .region-bottom { gap: 40px; } }
@media (max-width: 640px) {
    .fleet-grid, .region-layout, .region-bottom { grid-template-columns: 1fr; }
    .fleet-filters > div { flex-basis: 100%; }
    .fleet-filters .button { width: 100%; }
    .clients__heading { align-items: start; flex-direction: column; gap: 14px; }
    .region-hero { padding: 55px 0; }
    .legal-nav { gap: 20px; flex-wrap: wrap; }
    .region-hero .button { max-width: 100%; font-size: 11px; }
}

/* Filter updates replace only the results, preserving focus, scroll and form data. */
[hidden] { display: none !important; }
.fleet-results { overflow-anchor: none; }
.fleet-results[aria-busy="true"] .fleet-grid { opacity: .55; pointer-events: none; }
.fleet-feedback { padding: 12px 0; margin: 0; font-size: 14px; line-height: 1.6; }
.fleet-feedback.is-error { color: #96261e; }
.fleet-clear, .fleet-retry { border: 0; background: transparent; color: var(--ink); font: inherit; font-size: 14px; text-transform: none; letter-spacing: 0; cursor: pointer; padding: 16px 0; text-decoration: underline; }
.fleet-clear { align-self: end; min-height: 54px; }
.fleet-clear:disabled { opacity: .45; cursor: default; text-decoration: none; }
.fleet-clear:focus-visible, .fleet-retry:focus-visible, summary:focus-visible { outline: 3px solid #3e93ff; outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) {
    html.is-ready:not(.form-response) { scroll-behavior: auto; }
    .marquee__track { animation: none; transform: none; }
}

.fleet-filters { scroll-margin-top: 118px; }
@media (max-width: 380px) {
    .service-card { padding: 24px; }
    .quote__form-wrap { padding-inline: 14px; }
}
@media (max-width: 359px) {
    /* The security widget needs 300px; use the full width on small phones. */
    .quote__form-wrap { margin-inline: -14px; padding-inline: 10px; box-shadow: none; }
}

.parts-fields { min-width: 0; margin: 0; padding: 1rem; border: 1px solid #d5d1c7; }
.parts-fields[hidden] { display: none; }
.parts-fields legend { font-size: .875rem; font-weight: 700; }
.parts-fields > p { margin: 0 0 1rem; font-size: .875rem; }
.parts-fields__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; }
@media (max-width: 620px) { .parts-fields__grid { grid-template-columns: 1fr; } }

/* One horizontal row keeps the catalog compact on every screen. */
.fleet-grid { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: calc((100% - 48px) / 3); overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; padding-bottom: 20px; scrollbar-color: #625b47 #d9d7d1; }
.fleet-grid:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.unit-card { scroll-snap-align: start; }
.unit-card__number { position: absolute; right: 12px; bottom: 12px; color: white; background: #171713; padding: 7px 10px; font-size: 13px; font-weight: 800; }
.unit-card__availability { font-size: 13px; font-weight: 700; margin: 0 0 18px; padding: 10px; background: #eef3e8; color: #294020; }
.unit-card__availability--rented { background: #fff0c4; color: #63440b; border-left: 4px solid #c48b14; }
.unit-card__availability span { display: block; margin-top: 5px; }
.fleet-navigation { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin: 16px 0; color: #57554f; font-size: 14px; }
.fleet-navigation button { width: 44px; height: 44px; border: 1px solid #77715f; background: var(--white); color: var(--ink); font-size: 22px; cursor: pointer; }
.fleet-navigation button:disabled { opacity: .35; cursor: default; }
.fleet-grid:has(.fleet-empty) { grid-auto-columns: 100%; }
@media (max-width: 980px) { .fleet-grid { grid-auto-columns: calc((100% - 24px) / 2); } }
@media (max-width: 620px) { .fleet-grid { grid-auto-columns: 88%; gap: 16px; } }

.hero__image-wrap { padding: 0; transform: none; }
.hero__image-wrap img { display: block; width: 100%; height: auto; max-height: none; aspect-ratio: auto; object-fit: contain; }

/* The supplied black-background logo is shown whole, without cropping. */
.brand-art { display: block; aspect-ratio: 1280 / 746; background: #000; }
.brand-art img { position: static; width: 100%; height: auto; transform: none; object-fit: contain; mix-blend-mode: normal; }
.footer__brand .brand-art { width: 180px; }
