:root {
  --navy: #021d42;
  --navy-2: #03152f;
  --red: #d92b18;
  --white: #ffffff;
  --paper: #f4f6f8;
  --ink: #0d1b2d;
  --muted: #687486;
  --line: #dfe4ea;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, Arial, sans-serif; line-height: 1.6; }
body.page-mode main > [data-page]:not(.active-page) { display: none; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Barlow Condensed", Impact, sans-serif; line-height: .98; text-transform: uppercase; }
h2 { margin-bottom: 0; font-size: clamp(2.8rem, 5.2vw, 5.8rem); letter-spacing: -.03em; }
h2 em, h1 em { display: block; color: var(--red); font-style: normal; }
.hero-content.single-tone h1 em { color: white; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; min-height: 84px; padding: 0 clamp(22px, 5vw, 80px); display: flex; align-items: center; justify-content: space-between; color: white; border-bottom: 1px solid rgba(255,255,255,.18); transition: .3s ease; }
.site-header.scrolled { min-height: 70px; background: rgba(2,29,66,.96); box-shadow: 0 10px 35px rgba(0,0,0,.2); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 11px; color: white; line-height: 1; }
.brand-mark { width: 52px; height: 58px; display: grid; place-items: center; flex: 0 0 auto; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .22)); }
.brand strong { display: block; font-family: "Barlow Condensed", sans-serif; font-size: 1.25rem; letter-spacing: .06em; }
.brand small { display: block; margin-top: 4px; color: #b9c4d2; font-size: .67rem; letter-spacing: .28em; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.8vw, 42px); font-size: .81rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.main-nav a { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; height: 2px; width: 0; left: 0; bottom: -8px; background: var(--red); transition: width .25s; }
.main-nav a:hover::after { width: 100%; }
.main-nav a.active:not(.nav-cta)::after { width: 100%; }
.main-nav .nav-cta.active { box-shadow: inset 0 0 0 2px rgba(255,255,255,.45); }
.nav-cta { padding: 12px 18px; background: var(--red); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: white; }

.hero { position: relative; min-height: 800px; height: 100vh; max-height: 980px; display: flex; align-items: center; overflow: hidden; color: white; background: var(--navy); }
.hero-media { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(2,29,66,.99) 0%, rgba(2,29,66,.92) 30%, rgba(2,29,66,.48) 42%, rgba(2,29,66,.14) 58%, rgba(2,29,66,.04) 100%), var(--hero-image, url("assets/portfolio/heavy-p04-01.jpg")); background-position: center; background-size: cover; transform: scale(1.02); transition: opacity .75s ease, transform 1.1s ease; }
.hero-media.is-changing { opacity: .18; transform: scale(1.08); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(1,14,32,.58), transparent 45%); }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.hero-content { position: relative; z-index: 2; width: min(850px, 78vw); margin-left: clamp(24px, 9vw, 150px); padding-top: 80px; }
.eyebrow { margin-bottom: 26px; display: flex; align-items: center; gap: 12px; color: #d4dce6; font-size: .75rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 42px; height: 3px; background: var(--red); }
.eyebrow.dark { color: var(--navy); }
.hero h1 { max-width: 1050px; margin-bottom: 26px; font-size: clamp(4rem, 6.7vw, 7.7rem); letter-spacing: -.035em; }
.hero h1, .hero-copy { transition: opacity .45s ease, transform .45s ease; }
.hero-content.is-changing h1, .hero-content.is-changing .hero-copy { opacity: 0; transform: translateY(16px); }
.hero-copy { max-width: 670px; margin-bottom: 35px; color: #d5deea; font-size: clamp(1rem, 1.4vw, 1.25rem); }
.hero-actions { display: flex; gap: 15px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 13px 23px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 1px solid transparent; cursor: pointer; font-size: .8rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; transition: .25s ease; }
.button span { font-size: 1.25rem; }
.button-primary { color: white; background: var(--red); }
.button-primary:hover { background: #bd2313; transform: translateY(-2px); }
.button-ghost { color: white; border-color: rgba(255,255,255,.5); }
.button-ghost:hover { background: white; color: var(--navy); }
.hero-proof { margin-top: 70px; display: flex; gap: clamp(25px, 5vw, 75px); }
.hero-proof div { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 12px; }
.hero-proof strong { grid-row: 1 / 3; color: white; font-family: "Barlow Condensed"; font-size: 2.7rem; line-height: 1; }
.hero-proof span { max-width: 100px; color: #afbbc9; font-size: .71rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .05em; }
.hero-rail { position: absolute; right: 35px; top: 50%; z-index: 2; display: flex; gap: 30px; transform: translate(47%, -50%) rotate(90deg); color: rgba(255,255,255,.7); font-size: .65rem; letter-spacing: .2em; text-transform: uppercase; }
.hero-rail span::before { content: "◆"; margin-right: 12px; color: var(--red); font-size: .45rem; }

.trust-strip { min-height: 100px; padding: 0 clamp(24px, 7vw, 110px); display: grid; grid-template-columns: repeat(4,1fr); align-items: center; background: var(--red); color: white; }
.trust-strip div { padding: 9px 28px; border-right: 1px solid rgba(255,255,255,.25); font-family: "Barlow Condensed"; font-size: 1.1rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.trust-strip div:last-child { border: 0; }
.trust-strip span { margin-right: 14px; color: rgba(255,255,255,.55); font-size: .75rem; }

.section { padding: clamp(85px, 10vw, 155px) clamp(24px, 8vw, 130px); }
.section-heading { max-width: 970px; margin-bottom: 75px; }
.section-heading.light { color: white; }
.about .section-heading { max-width: 1240px; }
.about .section-heading h2 { font-size: clamp(2.45rem, 4.35vw, 4.75rem); line-height: .98; text-align: justify; text-align-last: left; }
.about-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(50px, 8vw, 130px); align-items: center; }
.about-image { position: relative; min-height: 600px; }
.about-image img { width: 100%; height: 600px; object-fit: cover; filter: saturate(.85); }
.about-rotator { overflow: visible; }
.about-rotator img { transition: opacity .7s ease, transform .7s ease, filter .7s ease; }
.about-rotator img.is-changing { opacity: .12; transform: scale(1.015); filter: saturate(.75) contrast(.96); }
.about-image::before { content: ""; position: absolute; z-index: 2; left: -18px; bottom: -18px; width: 45%; height: 48%; border-left: 8px solid var(--red); border-bottom: 8px solid var(--red); }
.since-card { position: absolute; z-index: 3; right: -35px; bottom: 42px; width: 205px; height: 178px; padding: 22px; background: var(--navy); color: white; box-shadow: 0 18px 50px rgba(2,29,66,.28); display: flex; flex-direction: column; justify-content: center; transition: opacity .45s ease, transform .45s ease; }
.since-card.is-changing { opacity: .22; transform: translateY(6px); }
.since-card b, .since-card span { display: block; font-size: .58rem; line-height: 1.45; letter-spacing: .13em; text-transform: uppercase; }
.since-card strong { display: block; margin: 4px 0; color: var(--red); font: 700 clamp(2.15rem, 2.7vw, 3.05rem)/.92 "Barlow Condensed"; text-transform: uppercase; }
.since-card #about-card-detail span + span { margin-top: 4px; }
.since-card #about-card-detail .stat-line { display: grid; grid-template-columns: 58px 1fr; align-items: center; column-gap: 8px; margin-top: 5px; }
.since-card #about-card-detail .stat-line strong { margin: 0; color: var(--red); font: 700 2.05rem/.85 "Barlow Condensed"; letter-spacing: -.02em; }
.since-card #about-card-detail .stat-line span { font-size: .52rem; line-height: 1.12; letter-spacing: .1em; }
.about-copy { min-height: 600px; display: flex; align-items: center; }
.about-text-rotator { display: grid; width: 100%; }
.about-text-panel { grid-area: 1 / 1; opacity: 0; transform: translateY(18px); pointer-events: none; transition: opacity .75s ease, transform .75s ease; }
.about-text-panel.active { opacity: 1; transform: translateY(0); pointer-events: auto; }
.about-copy .lead { color: var(--navy); font: 600 clamp(1.35rem, 2vw, 1.85rem)/1.35 "Barlow Condensed"; text-transform: uppercase; }
.about-copy p { text-align: justify; text-justify: inter-word; }
.about-copy .lead { text-align: justify; }
.about-copy p:not(.lead) { color: var(--muted); }
.values { border-top: 1px solid var(--line); }
.values article { padding: 25px 0; display: flex; gap: 18px; border-bottom: 1px solid var(--line); }
.values article > span { flex: 0 0 36px; height: 36px; display: grid; place-items: center; color: white; background: var(--red); border-radius: 50%; }
.values h3 { margin: 0 0 8px; color: var(--navy); font-size: 1.35rem; }
.values p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; text-align: justify; text-justify: inter-word; }

.brand-manifest { position: relative; overflow: hidden; padding: clamp(64px, 7vw, 112px) clamp(24px, 8vw, 130px); color: white; background: linear-gradient(135deg, #021d42 0%, #03152f 62%, #010e20 100%); border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.brand-manifest::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 82px 82px; mask-image: linear-gradient(90deg, black, transparent 82%); }
.brand-manifest::after { content: ""; position: absolute; right: clamp(28px, 8vw, 130px); top: 0; width: 5px; height: 100%; background: var(--red); box-shadow: 0 0 38px rgba(217,43,24,.45); }
.brand-manifest p, .brand-manifest h2 { position: relative; z-index: 1; }
.brand-manifest p { max-width: 960px; margin-bottom: 18px; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.25vw, 1.22rem); line-height: 1.6; letter-spacing: .01em; }
.brand-manifest h2 { max-width: 1180px; color: white; font-size: clamp(2.75rem, 5vw, 5.9rem); line-height: .94; }
.brand-manifest h2 span { display: inline; color: var(--red); }

.sectors { padding: clamp(85px, 10vw, 150px) clamp(24px, 6vw, 95px); background: var(--navy); }
.sectors .section-heading { max-width: 1280px; margin-bottom: 70px; }
.sectors .section-heading h2 { font-size: clamp(2.65rem, 4.25vw, 4.75rem); line-height: .98; max-width: 1180px; }
.sectors .section-heading h2 em { display: inline; }
.sector-intro { max-width: 1180px; margin: 26px 0 0; color: rgba(255,255,255,.78); font-size: clamp(.98rem, 1.25vw, 1.15rem); line-height: 1.7; text-align: justify; text-justify: inter-word; }
.sector-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.sector-card { position: relative; min-height: 720px; overflow: hidden; color: white; border: 1px solid rgba(255,255,255,.22); border-radius: 10px; background: #061a39; box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.sector-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .6s ease; }
.sector-card:hover img { transform: scale(1.05); }
.sector-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,29,66,.04) 0%, rgba(2,29,66,.22) 34%, rgba(2,18,42,.95) 74%, rgba(2,18,42,.98) 100%); }
.sector-content { position: absolute; z-index: 2; left: 36px; right: 36px; top: 330px; bottom: 48px; padding: 0; display: flex; flex-direction: column; background: transparent; border: 0; box-shadow: none; backdrop-filter: none; }
.sector-content > p:not(.sector-description) { display: inline-block; align-self: flex-start; max-width: 100%; margin-bottom: 26px; padding: 9px 15px; color: #ff5a45; border: 1px solid rgba(217,43,24,.95); border-radius: 8px; background: rgba(2,29,66,.38); font-size: .64rem; line-height: 1.25; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.sector-content h3 { margin: 0 0 15px; padding: 0; display: block; min-height: 0; font-size: clamp(2.05rem, 2.9vw, 3.15rem); line-height: 1.02; text-shadow: 0 10px 24px rgba(0,0,0,.52); }
.sector-content h3::after { content: none; }
.sector-description { max-width: 96%; margin: 0; color: rgba(255,255,255,.88); font-size: clamp(.86rem, 1vw, .98rem); line-height: 1.42; }
.sector-content ul { margin: auto 0 0; padding: 16px 0 0; border-top: 1px solid rgba(255,255,255,.35); list-style: none; color: #eef3f8; font-size: clamp(.86rem, 1vw, .98rem); }
.sector-content li { margin: 8px 0; line-height: 1.24; }
.sector-content li::before { content: "—"; margin-right: 11px; color: var(--red); font-weight: 800; }

.sector-support { margin-top: clamp(42px, 5vw, 72px); }
.support-panel { padding: clamp(20px, 2.4vw, 28px); display: grid; grid-template-columns: auto 1fr auto; gap: clamp(18px, 2.6vw, 34px); align-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: linear-gradient(135deg, rgba(2,29,66,.98), rgba(3,21,47,.92)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), 0 22px 55px rgba(0,0,0,.18); }
.support-main-icon { width: 72px; height: 72px; display: grid; place-items: center; color: var(--red); border: 2px solid var(--red); border-radius: 50%; background: rgba(217,43,24,.04); }
.support-main-icon svg { width: 46px; height: 46px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.support-copy h3 { margin: 0 0 6px; color: white; font-size: clamp(1.35rem, 2vw, 1.85rem); letter-spacing: .01em; }
.support-copy p { margin: 0; max-width: 690px; color: rgba(255,255,255,.72); font-size: clamp(.84rem, 1vw, .95rem); line-height: 1.45; }
.support-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }
.support-actions .button { min-height: 50px; padding-inline: 21px; white-space: nowrap; }
.support-whatsapp { color: white; border-color: rgba(217,43,24,.9); background: rgba(2,29,66,.2); }
.support-whatsapp:hover { color: white; border-color: var(--red); background: rgba(217,43,24,.14); transform: translateY(-2px); }
.support-whatsapp .support-whatsapp-icon { width: 24px; height: 24px; margin: 0 -6px 0 0; display: grid; place-items: center; color: white; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.support-whatsapp svg { width: 15px; height: 15px; fill: currentColor; stroke: none; }
.support-benefits { margin-top: 28px; display: grid; grid-template-columns: repeat(5,1fr); gap: clamp(16px, 2.1vw, 30px); }
.support-benefits article { min-width: 0; display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; color: rgba(255,255,255,.68); }
.support-benefits svg { width: 40px; height: 40px; color: var(--red); fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.support-benefits p { margin: 0; font-size: clamp(.72rem, .85vw, .82rem); line-height: 1.35; }

.services { padding: 0; background: var(--paper); }
.services-top { display: none; justify-content: space-between; gap: 40px; align-items: flex-end; }
.services-top .section-heading { margin-bottom: 55px; }
.service-tabs { margin-bottom: 55px; display: flex; flex-wrap: wrap; gap: 7px; justify-content: flex-end; }
.service-tabs button { padding: 10px 14px; border: 1px solid var(--line); color: var(--muted); background: transparent; cursor: pointer; font-size: .69rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.service-tabs button.active, .service-tabs button:hover { color: white; border-color: var(--navy); background: var(--navy); }
.services .service-grid { display: none; }
.service-showcase { display: grid; gap: 0; width: 100%; }
.service-showcase .service-card { min-height: calc(100vh - 84px); padding: 0; display: grid; grid-template-columns: minmax(430px, .78fr) minmax(560px, 1.22fr); overflow: hidden; border: 0; border-bottom: 1px solid var(--line); background: white; box-shadow: none; }
.service-showcase .service-card:nth-child(even) { grid-template-columns: minmax(420px, 1.12fr) minmax(360px, .88fr); }
.service-showcase .service-card:nth-child(even) .service-copy { order: 2; }
.service-showcase .service-card:nth-child(even) .service-image { order: 1; }
.service-showcase .service-card:nth-child(even) .service-copy { border-left: 0; border-right: 6px solid var(--red); }
.service-showcase .service-card:hover { transform: none; box-shadow: none; }
.service-copy { position: relative; padding: clamp(70px, 8vw, 130px) clamp(42px, 6vw, 92px); display: flex; flex-direction: column; justify-content: center; border-left: 6px solid var(--red); }
.service-copy::after { content: none; }
.service-copy > span { color: rgba(2,29,66,.25); font-family: "Barlow Condensed"; font-size: clamp(2.2rem, 4vw, 4.5rem); font-weight: 800; line-height: .8; }
.service-kicker { margin: 18px 0 10px; color: var(--red); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.service-showcase .service-card h3 { min-height: 0; margin: 0 0 20px; color: var(--navy); font-size: clamp(2.6rem, 4.6vw, 5.2rem); letter-spacing: -.03em; }
.service-showcase .service-card p:not(.service-kicker) { max-width: 650px; color: var(--muted); font-size: clamp(.95rem, 1.12vw, 1.08rem); line-height: 1.74; text-align: justify; text-align-last: left; }
.service-showcase .service-card p.service-long-copy { max-width: 720px; font-size: clamp(.86rem, .98vw, .96rem); line-height: 1.58; text-align: justify; }
.service-showcase .service-card ul { margin: 18px 0 24px; padding: 0; display: grid; gap: 8px; list-style: none; color: var(--ink); font-size: .93rem; }
.service-showcase .service-card li { display: flex; gap: 12px; align-items: flex-start; line-height: 1.45; }
.service-showcase .service-card li::before { content: ""; width: 22px; height: 2px; margin-top: 11px; flex: 0 0 auto; background: var(--red); }
.service-showcase .service-card b { margin-top: auto; color: var(--red); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.service-image { min-height: calc(100vh - 84px); margin: 0; position: relative; background: var(--navy); }
.service-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,29,66,.18), transparent 45%); pointer-events: none; }
.service-image img { height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.02); transition: opacity .55s ease, transform .55s ease, filter .55s ease; }
.service-image-rotator img.is-changing { opacity: .18; transform: scale(1.025); filter: saturate(.75) contrast(.95); }
.service-showcase .service-card.hidden { display: none; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 350px; padding: 30px; display: flex; flex-direction: column; position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; transition: .3s ease; }
.service-card:hover { z-index: 2; transform: translateY(-5px); box-shadow: 0 18px 45px rgba(2,29,66,.11); }
.service-card.hidden { display: none; }
.service-card > span { align-self: flex-end; color: #a7b0ba; font-size: .7rem; }
.service-icon { width: 48px; height: 48px; margin: 25px 0 30px; display: grid; place-items: center; color: white; background: var(--red); font-size: 1.4rem; }
.service-card h3 { min-height: 52px; margin-bottom: 16px; color: var(--navy); font-size: 1.55rem; }
.service-card p { color: var(--muted); font-size: .82rem; line-height: 1.65; }
.service-card b { margin-top: auto; color: var(--red); font-size: .63rem; letter-spacing: .08em; text-transform: uppercase; }

.project { min-height: 690px; display: grid; grid-template-columns: 1.1fr .9fr; background: var(--navy); color: white; }
.project-image { min-height: 620px; overflow: hidden; }
.project-image img { height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.05); }
.project-copy { padding: clamp(65px, 8vw, 125px); display: flex; flex-direction: column; justify-content: center; }
.project-copy h2 { font-size: clamp(2.65rem, 4.25vw, 5rem); line-height: .98; }
.project-copy > p:not(.eyebrow) { margin: 32px 0; color: #c7d1dd; text-align: justify; text-justify: inter-word; }
.project-tags { display: flex; gap: 9px; flex-wrap: wrap; }
.project-tags span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.25); color: #d8e0e8; font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; }

.parts { padding: 80px clamp(24px, 8vw, 130px); display: grid; grid-template-columns: 1.1fr .7fr auto; gap: clamp(30px, 5vw, 75px); align-items: center; }
.parts h2 { font-size: clamp(2.5rem, 4.2vw, 4.6rem); }
.parts p { max-width: 680px; color: var(--muted); }
.parts-gallery-frame { height: 260px; margin: 0; overflow: hidden; background: #fff; box-shadow: 0 18px 45px rgba(2,29,66,.08); }
.parts-gallery-frame img { height: 100%; object-fit: cover; }
.parts-gallery-image { --parts-image-scale: 1; transition: opacity .55s ease, transform .55s ease, filter .55s ease; transform: scale(var(--parts-image-scale)); }
.parts-gallery-image.is-portrait-product { --parts-image-scale: 1; object-fit: contain; object-position: center; }
.parts-gallery-image.is-changing { opacity: .18; transform: scale(calc(var(--parts-image-scale) * 1.025)); filter: saturate(.75) contrast(.95); }

.contact { padding: clamp(85px, 10vw, 145px) clamp(24px, 8vw, 130px); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 9vw, 150px); color: white; background: var(--navy-2); }
.contact-intro h2 { font-size: clamp(3rem, 5vw, 5.7rem); }
.contact-intro > p:not(.eyebrow) { color: #b9c5d2; }
.contact-details { margin-top: 45px; display: grid; gap: 20px; }
.contact-details a, .contact-details div { padding-left: 17px; border-left: 3px solid var(--red); }
.contact-details small { display: block; color: #8291a3; text-transform: uppercase; letter-spacing: .12em; font-size: .6rem; }
.contact-details strong { display: block; font-size: .91rem; margin-top: 3px; }
.contact-form { padding: clamp(28px, 4vw, 50px); color: var(--ink); background: white; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: block; margin-bottom: 20px; color: var(--navy); font-size: .67rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; padding: 14px 0; border: 0; border-bottom: 1px solid #cfd5dc; outline: 0; color: var(--ink); background: transparent; border-radius: 0; font-size: .88rem; text-transform: none; transition: border .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--red); }
.contact-form textarea { resize: vertical; }
.contact-form .button { width: 100%; border: 0; }
.form-note { margin: 10px 0 0; color: var(--muted); font-size: .67rem; text-align: center; }

footer { min-height: 120px; padding: 25px clamp(24px, 8vw, 130px); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #9eabba; background: #010e20; font-size: .86rem; }
footer > a:last-child { color: white; text-transform: uppercase; letter-spacing: .08em; }
footer p { margin: 0; font-size: .9rem; }
.footer-brand { gap: 14px; }
.footer-brand .brand-mark { width: 70px; height: 78px; }
.footer-brand strong { font-size: 1.42rem; }
.footer-brand small { font-size: .86rem; letter-spacing: .24em; }
.whatsapp-float { position: fixed; z-index: 40; right: 25px; bottom: 25px; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--red); box-shadow: 0 10px 30px rgba(0,0,0,.26); transition: .25s; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.04); }
.whatsapp-float svg { width: 31px; fill: white; }

@media (max-width: 1050px) {
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-showcase .service-card,
  .service-showcase .service-card:nth-child(even) { min-height: auto; grid-template-columns: 1fr; }
  .service-showcase .service-card:nth-child(even) .service-copy,
  .service-showcase .service-card:nth-child(even) .service-image { order: initial; }
  .service-image { min-height: 430px; }
  .sector-card { min-height: 560px; }
  .support-panel { grid-template-columns: auto 1fr; }
  .support-actions { grid-column: 1 / -1; justify-content: flex-start; }
  .support-benefits { grid-template-columns: repeat(2,1fr); }
  .parts { grid-template-columns: 1fr 1fr; }
  .parts .button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 820px) {
  .site-header { min-height: 70px; }
  .menu-toggle { display: block; z-index: 3; }
  .main-nav { position: fixed; inset: 0 0 0 25%; padding: 105px 35px; display: flex; flex-direction: column; align-items: flex-start; background: var(--navy); transform: translateX(100%); transition: transform .3s ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { font-size: 1rem; }
  .nav-cta { margin-top: 10px; }
  .hero { height: auto; min-height: 850px; }
  .hero-content { width: auto; margin: 0 24px; }
  .hero-proof { gap: 22px; }
  .hero-proof div { display: block; }
  .hero-proof span { display: block; }
  .hero-rail { display: none; }
  .trust-strip { padding: 20px; grid-template-columns: 1fr 1fr; }
  .trust-strip div { border: 0; }
  .about-layout, .project, .contact { grid-template-columns: 1fr; }
  .about-image { min-height: 480px; margin-right: 20px; }
  .about-image img { height: 480px; }
  .sector-grid { grid-template-columns: 1fr; gap: 12px; }
  .sector-card { min-height: 480px; }
  .support-panel { grid-template-columns: 1fr; text-align: left; }
  .support-main-icon { width: 62px; height: 62px; }
  .support-benefits { grid-template-columns: 1fr; gap: 18px; }
  .services-top { align-items: flex-start; flex-direction: column; }
  .services-top .section-heading { margin-bottom: 0; }
  .service-tabs { justify-content: flex-start; }
  .service-copy { padding: 46px 28px; }
  .service-showcase .service-card h3 { font-size: 3rem; }
  .project-image { min-height: 450px; }
  .parts { grid-template-columns: 1fr; }
  .parts .button { grid-column: auto; }
}

@media (max-width: 560px) {
  h2 { font-size: 3.1rem; }
  .brand strong { font-size: 1rem; }
  .brand-mark { width: 44px; height: 50px; }
  .hero h1 { font-size: 4rem; }
  .hero-copy { font-size: .95rem; }
  .hero-actions { display: grid; }
  .hero-proof { margin-top: 45px; justify-content: space-between; }
  .hero-proof strong { font-size: 2rem; }
  .hero-proof span { font-size: .58rem; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { padding: 8px; }
  .section-heading { margin-bottom: 50px; }
  .about-image { min-height: 380px; }
  .about-image img { height: 380px; }
  .since-card { right: -18px; width: 155px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .project-copy { padding: 70px 24px; }
  footer { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
