
:root {
  --ink: #11161a;
  --ink-2: #1a2228;
  --paper: #f2f1ed;
  --white: #ffffff;
  --muted: #68727a;
  --line: #d9d9d3;
  --red: #e52329;
  --red-dark: #b81319;
  --green: #1fa463;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.eyebrow { display: inline-block; margin-bottom: 20px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: #ff666b; }
.button { display: inline-flex; min-height: 54px; padding: 0 23px; align-items: center; justify-content: center; gap: 32px; border: 1px solid transparent; font-size: 13px; font-weight: 800; letter-spacing: .02em; transition: .25s ease; }
.button span { font-size: 18px; font-weight: 400; }
.button-red { color: #fff; background: var(--red); }
.button-red:hover { background: var(--red-dark); transform: translateY(-2px); }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: #29343b; transform: translateY(-2px); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.45); background: rgba(0,0,0,.12); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.text-link { display: inline-flex; align-items: center; gap: 28px; color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 8px; }
.text-link span { font-size: 17px; }
.dark-link { margin-top: 22px; }

/* Header */
.topbar { height: 34px; color: #d4d9dc; background: #0c1114; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.topbar-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.topbar p { margin: 0; display: flex; align-items: center; gap: 9px; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #39c981; box-shadow: 0 0 0 4px rgba(57,201,129,.1); }
.topbar-links { display: flex; height: 100%; align-items: center; gap: 28px; }
.topbar-links a:hover { color: #fff; }
.site-header { height: 88px; position: relative; z-index: 50; background: #fff; border-bottom: 1px solid #ecece8; }
.header-inner { height: 100%; display: flex; align-items: center; gap: 30px; }
.brand { width: 240px; height: 68px; display: flex; align-items: center; overflow: hidden; flex-shrink: 0; }
.brand img { width: 170px; height: 84px; object-fit: cover; object-position: center; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 30px; flex: 1; height: 100%; }
.desktop-nav > a, .mega-trigger > summary { font-size: 12px; font-weight: 800; color: #23292d; cursor: pointer; list-style: none; white-space: nowrap; }
.desktop-nav > a:hover, .mega-trigger > summary:hover { color: var(--red); }
.mega-trigger { height: 100%; display: flex; align-items: center; }
.mega-trigger > summary { display: flex; gap: 8px; align-items: center; }
.mega-trigger > summary::-webkit-details-marker { display: none; }
.mega-trigger[open] > summary { color: var(--red); }
.mega-menu { position: absolute; top: 88px; left: 50%; width: min(1180px, calc(100vw - 48px)); transform: translateX(-50%); padding: 28px 34px 32px; background: #fff; border-top: 3px solid var(--red); box-shadow: 0 30px 60px rgba(11,17,20,.18); }
.mega-head { display: flex; justify-content: space-between; align-items: end; padding-bottom: 20px; border-bottom: 1px solid #e6e6e1; }
.mega-head .eyebrow { margin: 0 0 8px; }
.mega-head strong { display: block; font-size: 19px; }
.mega-head > a { color: var(--red); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.mega-head > a span { margin-left: 14px; font-size: 17px; }
.mega-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; padding-top: 25px; }
.mega-grid h3 { margin: 0 0 12px; color: #9aa1a5; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.mega-grid a { display: flex; justify-content: space-between; padding: 7px 0; font-size: 12px; font-weight: 700; border-bottom: 1px solid #efefec; }
.mega-grid a:hover { color: var(--red); }
.mega-grid a span { opacity: 0; transition: .2s; }
.mega-grid a:hover span { opacity: 1; }
.header-phone { min-width: 204px; height: 52px; display: flex; align-items: center; gap: 11px; padding: 0 14px; color: #fff; background: var(--red); }
.phone-icon { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.header-phone small, .header-phone strong { display: block; }
.header-phone small { margin-bottom: 2px; color: #ffd7d8; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.header-phone strong { font-size: 14px; }
.mobile-menu { display: none; margin-left: auto; }
.mobile-menu > summary { width: 42px; height: 42px; display: grid; align-content: center; gap: 5px; padding: 10px; background: var(--ink); list-style: none; }
.mobile-menu > summary span { display: block; height: 2px; background: #fff; }
.mobile-panel { position: absolute; top: 88px; right: 0; left: 0; padding: 22px 24px 28px; display: grid; gap: 0; background: #fff; box-shadow: 0 18px 35px rgba(0,0,0,.14); }
.mobile-panel > a:not(.button) { padding: 14px 0; border-bottom: 1px solid #eee; font-size: 14px; font-weight: 800; }
.mobile-panel .button { margin-top: 18px; }

/* Home hero */
.hero { min-height: 720px; position: relative; display: flex; flex-direction: column; color: #fff; overflow: hidden; background: var(--ink); }
.hero-media { position: absolute; inset: 0; }
.hero-media::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg,rgba(9,13,16,.95) 0%,rgba(9,13,16,.8) 42%,rgba(9,13,16,.35) 72%,rgba(9,13,16,.1) 100%), linear-gradient(0deg,rgba(8,12,14,.78) 0%,transparent 52%); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.8) contrast(1.04); }
.hero-grid-pattern { position: absolute; inset: 0; z-index: 2; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size: 120px 120px; mask-image: linear-gradient(90deg,#000,transparent 82%); }
.hero-content { position: relative; z-index: 3; flex: 1; display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: center; gap: 80px; padding: 84px 0 132px; }
.hero-copy { max-width: 760px; }
.hero-kicker { display: flex; align-items: center; gap: 18px; margin-bottom: 24px; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero-kicker span { padding-left: 14px; border-left: 3px solid var(--red); }
.hero-kicker i { width: 70px; height: 1px; background: rgba(255,255,255,.45); }
.hero h1 { margin: 0; font-size: clamp(58px,7vw,104px); line-height: .91; letter-spacing: -.055em; font-weight: 900; }
.hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(255,255,255,.7); }
.hero-copy > p { max-width: 610px; margin: 30px 0 34px; color: #e0e4e6; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-proof { align-self: end; margin-bottom: 12px; padding: 27px; background: rgba(12,17,20,.68); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(14px); }
.proof-number { display: flex; align-items: end; gap: 14px; }
.proof-number strong { font-size: 67px; line-height: .8; letter-spacing: -.07em; }
.proof-number span { color: #cfd4d7; font-size: 11px; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }
.proof-line { height: 1px; margin: 24px 0; background: rgba(255,255,255,.2); }
.hero-proof > p { margin: 0; color: #fff; font-size: 14px; line-height: 1.55; font-weight: 700; }
.proof-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 20px; }
.proof-tags span { padding: 7px 8px; color: #cfd5d8; font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; border: 1px solid rgba(255,255,255,.2); }
.hero-bottom { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; height: 96px; display: grid; grid-template-columns: repeat(3,1fr) 1.35fr; background: rgba(10,15,18,.88); border-top: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(10px); }
.hero-bottom > div { display: flex; align-items: center; gap: 17px; padding: 0 24px; border-right: 1px solid rgba(255,255,255,.14); }
.hero-bottom > div span { color: #ff676c; font-size: 10px; font-weight: 900; }
.hero-bottom > div p { margin: 0; color: #d6dadd; font-size: 11px; line-height: 1.45; font-weight: 700; }
.hero-bottom > a { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 0 28px; background: var(--red); }
.hero-bottom > a small { color: #ffd6d8; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.hero-bottom > a strong { margin-top: 4px; font-size: 21px; letter-spacing: .03em; }
.hero-bottom > a b { position: absolute; right: 24px; font-size: 22px; }
.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 78px; display: grid; grid-template-columns: 1.35fr repeat(5,1fr); align-items: center; }
.trust-grid p, .trust-grid span { margin: 0; padding: 0 18px; }
.trust-grid p { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.trust-grid span { color: #59636a; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-align: center; border-left: 1px solid #e9e9e4; }

/* Shared sections */
.section-head { margin-bottom: 52px; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.section-head > div { max-width: 800px; }
.section-head .eyebrow { margin-bottom: 16px; }
.section-head h2 { margin: 0; max-width: 760px; font-size: clamp(38px,4.2vw,62px); line-height: 1.02; letter-spacing: -.045em; }
.section-head p { max-width: 650px; margin: 22px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-grid.three-col { grid-template-columns: repeat(3,1fr); }
.service-card { background: #fff; border: 1px solid #e1e1db; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 22px 38px rgba(17,22,26,.09); }
.service-card-image { height: 245px; position: relative; overflow: hidden; background: #dfe2df; }
.service-card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(8,12,14,.35),transparent 50%); }
.service-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-card:hover .service-card-image img { transform: scale(1.045); }
.service-card-image > span { position: absolute; z-index: 2; right: 18px; bottom: 16px; color: #fff; font-size: 11px; font-weight: 800; }
.service-card-body { padding: 25px 25px 27px; }
.service-card-body small { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.service-card-body h3 { margin: 11px 0 12px; font-size: 23px; letter-spacing: -.025em; }
.service-card-body p { min-height: 68px; margin: 0 0 20px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.card-link { display: flex; justify-content: space-between; align-items: center; padding-top: 18px; font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; border-top: 1px solid #e8e8e3; }
.card-link b { color: var(--red); font-size: 18px; }
.about-split { background: #fff; }
.about-split-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 100px; align-items: center; }
.about-images { min-height: 620px; position: relative; }
.about-main { width: 72%; height: 540px; overflow: hidden; }
.about-main img { width: 100%; height: 100%; object-fit: cover; }
.about-small { width: 42%; height: 330px; position: absolute; right: 0; bottom: 0; overflow: hidden; border: 10px solid #fff; }
.about-small img { width: 100%; height: 100%; object-fit: cover; }
.experience-stamp { width: 180px; height: 125px; position: absolute; right: 10px; top: 0; display: flex; flex-direction: column; justify-content: center; padding: 18px; color: #fff; background: var(--red); }
.experience-stamp strong { font-size: 38px; letter-spacing: -.04em; }
.experience-stamp span { margin-top: 4px; font-size: 9px; line-height: 1.45; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.about-copy h2, .materials-copy h2, .quote-copy h2, .story-copy h2, .project-proof h2, .location-grid h2 { margin: 0; font-size: clamp(42px,4.4vw,64px); line-height: 1; letter-spacing: -.05em; }
.about-copy .lead, .story-copy .lead { margin: 28px 0 18px; color: #2e373d; font-size: 18px; line-height: 1.6; font-weight: 700; }
.about-copy > p:not(.lead), .story-copy > p:not(.lead) { color: var(--muted); font-size: 14px; line-height: 1.75; }
.about-points { margin-top: 30px; display: grid; gap: 0; border-top: 1px solid #deded9; }
.about-points > div { display: grid; grid-template-columns: 30px 1fr; gap: 12px; padding: 15px 0; border-bottom: 1px solid #deded9; }
.about-points > div > span { width: 22px; height: 22px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-size: 11px; }
.about-points p { margin: 0; }
.about-points strong, .about-points small { display: block; }
.about-points strong { font-size: 13px; }
.about-points small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.projects-section { color: #fff; background: var(--ink); }
.projects-section .section-head h2, .projects-section .text-link { color: #fff; }
.projects-section .section-head p { color: #aeb6bb; }
.project-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 250px; gap: 14px; }
.project-card { position: relative; overflow: hidden; background: #222; }
.project-card-1 { grid-column: span 7; grid-row: span 2; }
.project-card-2 { grid-column: span 5; }
.project-card-3 { grid-column: span 5; }
.project-card-4, .project-card-5, .project-card-6 { grid-column: span 4; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-card:hover img { transform: scale(1.04); }
.project-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: end; padding: 24px; color: #fff; background: linear-gradient(0deg,rgba(8,12,14,.82),transparent 65%); }
.project-overlay span { margin-bottom: 8px; color: #ff777b; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.project-overlay h3 { margin: 0; max-width: 350px; font-size: 21px; }
.project-overlay b { width: 36px; height: 36px; position: absolute; right: 20px; bottom: 20px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.process-band { padding: 100px 0; background: #e8e7e2; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #c9c9c2; border-bottom: 1px solid #c9c9c2; }
.process-grid > div { min-height: 210px; padding: 30px 25px; border-right: 1px solid #c9c9c2; }
.process-grid > div:last-child { border-right: 0; }
.process-grid span { color: var(--red); font-size: 10px; font-weight: 900; }
.process-grid h3 { margin: 42px 0 12px; font-size: 20px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.materials-showcase { background: #fff; }
.materials-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.materials-copy p { max-width: 500px; margin: 26px 0 32px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.materials-collage { height: 560px; display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.materials-collage img { width: 100%; height: 100%; object-fit: cover; }
.materials-collage img:first-child { grid-row: span 2; }
.quote-section { color: #fff; background: #141b20; position: relative; overflow: hidden; }
.quote-section::before { content: ""; position: absolute; inset: 0 50% 0 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size: 90px 90px; }
.quote-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.quote-copy > p { max-width: 520px; margin: 26px 0; color: #b9c0c5; font-size: 15px; line-height: 1.7; }
.quote-contact { margin-top: 40px; display: grid; gap: 8px; }
.quote-contact span { margin-bottom: 5px; color: #89949b; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.quote-contact a { width: max-content; font-size: 18px; font-weight: 800; }
.quote-form { padding: 34px; color: var(--ink); background: #fff; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: block; margin-bottom: 16px; }
.quote-form label > span { display: block; margin-bottom: 8px; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; min-height: 48px; padding: 12px 13px; color: var(--ink); background: #f5f5f2; border: 1px solid #deded8; border-radius: 0; outline: none; font-size: 12px; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 2px rgba(229,35,41,.08); }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.form-note { margin: 12px 0 0; color: #8b9398; font-size: 9px; text-align: center; }
.form-success { margin: 10px 0 0; padding: 9px; color: #087943; background: #e7f8ef; font-size: 11px; font-weight: 800; text-align: center; }

/* Inner pages */
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 45px; color: rgba(255,255,255,.6); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs span { display: flex; gap: 9px; }
.breadcrumbs b { color: var(--red); }
.service-hero { min-height: 600px; position: relative; display: flex; align-items: stretch; color: #fff; background: var(--ink); }
.service-hero-media { position: absolute; inset: 0; }
.service-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(10,15,18,.97) 0%,rgba(10,15,18,.82) 50%,rgba(10,15,18,.22) 100%),linear-gradient(0deg,rgba(10,15,18,.55),transparent 50%); }
.service-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.service-hero-content { position: relative; z-index: 2; padding-top: 64px; padding-bottom: 74px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.service-hero-content h1 { max-width: 850px; margin: 0; font-size: clamp(52px,7vw,92px); line-height: .95; letter-spacing: -.055em; }
.service-hero-content > p { max-width: 660px; margin: 26px 0 32px; color: #d4dadd; font-size: 17px; line-height: 1.65; }
.spec-bar { background: #fff; border-bottom: 1px solid var(--line); }
.spec-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.spec-grid > div { min-height: 98px; display: flex; flex-direction: column; justify-content: center; padding: 0 24px; border-right: 1px solid #e5e5e0; }
.spec-grid > div:first-child { border-left: 1px solid #e5e5e0; }
.spec-grid span { margin-bottom: 7px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.spec-grid strong { font-size: 15px; }
.detail-overview { background: #fff; }
.detail-overview-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; }
.detail-copy h2, .faq-grid h2, .group-title h2 { margin: 0; font-size: clamp(42px,4.5vw,64px); line-height: 1; letter-spacing: -.05em; }
.detail-copy .lead { margin: 28px 0 18px; color: #303940; font-size: 18px; line-height: 1.65; font-weight: 700; }
.detail-copy > p:not(.lead) { color: var(--muted); font-size: 14px; line-height: 1.75; }
.detail-lists { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #dcdcd6; }
.detail-lists > div { padding: 32px; }
.detail-lists > div:first-child { border-right: 1px solid #dcdcd6; }
.detail-lists h3 { margin: 0 0 24px; font-size: 16px; }
.detail-lists ul { margin: 0; padding: 0; list-style: none; }
.detail-lists li { display: flex; gap: 12px; align-items: flex-start; padding: 13px 0; color: #424d54; font-size: 12px; line-height: 1.45; border-top: 1px solid #e4e4df; }
.detail-lists li span { color: var(--red); font-weight: 900; }
.detail-gallery { background: #e8e7e2; }
.gallery-grid { height: 520px; display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.gallery-grid img:first-child { grid-row: span 2; }
.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.faq-grid > div:first-child > p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.faq-list details { border-top: 1px solid #d9d9d3; }
.faq-list details:last-child { border-bottom: 1px solid #d9d9d3; }
.faq-list summary { min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 20px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 800; }
.faq-list summary span { color: var(--red); font-size: 22px; font-weight: 400; }
.faq-list details p { margin: 0; padding: 0 50px 24px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.related-section { background: #e8e7e2; }
.catalog-hero, .about-hero { padding: 70px 0 90px; color: #fff; background: var(--ink); position: relative; overflow: hidden; }
.catalog-hero::after, .about-hero::after { content: ""; position: absolute; width: 620px; height: 620px; right: -80px; top: -310px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.02); }
.catalog-hero h1 { margin: 0; max-width: 850px; font-size: clamp(58px,8vw,108px); line-height: .9; letter-spacing: -.06em; }
.catalog-hero p { max-width: 670px; margin: 28px 0 0; color: #bfc7cc; font-size: 16px; line-height: 1.7; }
.catalog-group { background: #f5f4f0; }
.catalog-group.catalog-alt { background: #e9e8e3; }
.group-title { margin-bottom: 45px; display: grid; grid-template-columns: 70px 1fr 1fr; gap: 30px; align-items: end; }
.group-title > span { color: var(--red); font-size: 11px; font-weight: 900; }
.group-title h2 { font-size: 48px; }
.group-title p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.about-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; }
.about-hero h1 { margin: 0; font-size: clamp(56px,7.2vw,95px); line-height: .92; letter-spacing: -.06em; }
.about-hero-grid > p { margin: 0 0 5px; color: #c6cdd1; font-size: 17px; line-height: 1.7; }
.story-section { background: #fff; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.story-image { height: 650px; position: relative; }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-image > span { position: absolute; right: -30px; bottom: 35px; padding: 20px 25px; color: #fff; background: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.story-image > span strong { display: block; font-size: 34px; letter-spacing: -.04em; }
.story-copy .button { margin-top: 20px; }
.values-section { background: #e8e7e2; }
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid #cfcfc8; }
.values-grid > div { min-height: 250px; padding: 30px; border-right: 1px solid #cfcfc8; }
.values-grid > div:last-child { border: 0; }
.values-grid span { color: var(--red); font-size: 10px; font-weight: 900; }
.values-grid h3 { margin: 65px 0 14px; font-size: 22px; }
.values-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.sector-section { color: #fff; background: var(--ink); }
.sector-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.sector-grid h2 { margin: 0; font-size: clamp(44px,5vw,66px); line-height: 1; letter-spacing: -.05em; }
.sector-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.18); }
.sector-list span { padding: 22px 10px; color: #d8dde0; font-size: 12px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.18); }
.project-hero { background: #152027; }
.project-proof { color: #fff; background: #151c21; }
.project-proof-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.project-proof img { width: 100%; height: 580px; object-fit: cover; }
.project-proof p { max-width: 570px; margin: 26px 0 30px; color: #b9c0c5; font-size: 15px; line-height: 1.75; }
.contact-hero { padding: 70px 0 100px; color: #fff; background: #12191e; }
.contact-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.contact-hero h1 { margin: 0; font-size: clamp(58px,7.2vw,94px); line-height: .9; letter-spacing: -.06em; }
.contact-hero-grid > div > p { max-width: 560px; color: #b9c2c7; font-size: 15px; line-height: 1.7; }
.contact-lines { margin-top: 40px; display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.15); }
.contact-lines a { padding: 15px 0; display: grid; grid-template-columns: 120px 1fr; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-lines small { color: #87939a; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-lines strong { font-size: 14px; }
.location-section { background: #fff; }
.location-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.location-image { height: 600px; overflow: hidden; }
.location-image img { width: 100%; height: 100%; object-fit: cover; }
.location-grid p { margin: 28px 0 15px; color: #3d474e; font-size: 17px; line-height: 1.7; font-weight: 700; }
.location-grid .location-note { color: var(--muted); font-size: 12px; font-weight: 400; }
.location-grid .button { margin-top: 20px; }

/* Blog */
.blog-hero { background: #192026; }
.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.article-card { padding-bottom: 26px; background: #fff; border: 1px solid #deded8; }
.article-card > div { height: 250px; overflow: hidden; }
.article-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.article-card:hover img { transform: scale(1.04); }
.article-card > span, .article-card h2, .article-card p, .article-card > b { display: block; margin-left: 25px; margin-right: 25px; }
.article-card > span { margin-top: 24px; color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.article-card h2 { margin-top: 10px; margin-bottom: 12px; font-size: 25px; letter-spacing: -.03em; }
.article-card p { min-height: 62px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.article-card > b { margin-top: 20px; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.article-hero { padding: 65px 0 115px; color: #fff; background: var(--ink); text-align: center; }
.article-hero .breadcrumbs { justify-content: center; }
.article-hero h1 { max-width: 900px; margin: 0 auto; font-size: clamp(50px,6vw,82px); line-height: .98; letter-spacing: -.055em; }
.article-hero > .container > p { max-width: 690px; margin: 25px auto 0; color: #bec6ca; font-size: 16px; line-height: 1.7; }
.article-cover { height: 560px; margin-top: -65px; position: relative; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-body { padding-top: 90px; padding-bottom: 120px; display: grid; grid-template-columns: 260px 1fr; gap: 90px; }
.article-index { position: sticky; top: 25px; align-self: start; display: grid; border-top: 1px solid #cfcfc8; }
.article-index > span { padding: 15px 0; color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid #cfcfc8; }
.article-index a { padding: 13px 0; color: #59636a; font-size: 11px; line-height: 1.45; border-bottom: 1px solid #cfcfc8; }
.article-content { max-width: 760px; }
.article-lead { margin: 0 0 55px; color: #293238; font-size: 22px; line-height: 1.6; font-weight: 700; }
.article-content > section { margin-bottom: 55px; }
.article-content > section > span { color: var(--red); font-size: 10px; font-weight: 900; }
.article-content h2 { margin: 11px 0 16px; font-size: 34px; letter-spacing: -.035em; }
.article-content > section p { color: var(--muted); font-size: 15px; line-height: 1.85; }
.article-cta { margin-top: 70px; padding: 36px; color: #fff; background: var(--ink); }
.article-cta h3 { margin: 0; font-size: 27px; }
.article-cta p { color: #b6bec2; font-size: 13px; line-height: 1.7; }

/* Footer & floating */
.site-footer { color: #c1c8cc; background: #0b1013; }
.footer-top { padding: 75px 0 60px; display: grid; grid-template-columns: 1.55fr repeat(3,1fr); gap: 65px; }
.footer-logo { width: 210px; height: 80px; overflow: hidden; background: #fff; }
.footer-logo img { width: 200px; height: 90px; object-fit: cover; }
.footer-brand > p { max-width: 380px; margin: 22px 0; color: #909ba1; font-size: 12px; line-height: 1.7; }
.footer-cta-row { display: flex; gap: 8px; }
.footer-cta-row a { padding: 10px 13px; color: #fff; font-size: 10px; font-weight: 800; border: 1px solid #303a40; }
.footer-top h3 { margin: 7px 0 22px; color: #fff; font-size: 12px; letter-spacing: .04em; }
.footer-top > div:not(.footer-brand) > a { display: block; width: max-content; max-width: 100%; margin: 10px 0; color: #8f9aa0; font-size: 11px; }
.footer-top > div:not(.footer-brand) > a:hover { color: #fff; }
.footer-contact p { color: #8f9aa0; font-size: 11px; line-height: 1.75; }
.footer-contact .map-link { color: #fff !important; border-bottom: 1px solid #596168; padding-bottom: 5px; }
.map-link span { color: var(--red); }
.footer-bottom { min-height: 65px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #273036; font-size: 9px; letter-spacing: .04em; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 28px; }
.floating-left { position: fixed; z-index: 70; left: 18px; bottom: 25px; display: grid; gap: 8px; }
.floating-left a { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; border-radius: 50%; box-shadow: 0 8px 22px rgba(0,0,0,.22); }
.floating-left a span { grid-area: 1/1; font-size: 17px; }
.floating-left a small { display: none; }
.float-phone { background: #ec4b50; }
.float-whatsapp { background: #20b86a; }
.mobile-actions { display: none; }

@media (max-width: 1080px) {
  .container { width: min(var(--container), calc(100% - 36px)); }
  .desktop-nav { gap: 18px; }
  .desktop-nav > a, .mega-trigger > summary { font-size: 10px; }
  .header-phone { min-width: 175px; }
  .brand { width: 190px; }
  .hero-content { grid-template-columns: 1fr 270px; gap: 35px; }
  .hero-bottom { grid-template-columns: repeat(3,1fr) 1.2fr; }
  .hero-bottom > div { padding: 0 14px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .about-split-grid, .story-grid, .project-proof-grid, .location-grid { gap: 55px; }
  .quote-grid, .contact-hero-grid { gap: 55px; }
  .footer-top { gap: 35px; }
}

@media (max-width: 860px) {
  .section { padding: 80px 0; }
  .topbar { display: none; }
  .site-header { height: 74px; }
  .brand { width: 185px; height: 60px; }
  .brand img { width: 160px; height: 80px; }
  .desktop-nav, .header-phone { display: none; }
  .mobile-menu { display: block; }
  .mobile-panel { top: 74px; }
  .hero { min-height: 790px; }
  .hero-content { display: block; padding-top: 90px; padding-bottom: 180px; }
  .hero-copy { max-width: 650px; }
  .hero-proof { display: none; }
  .hero-bottom { height: 120px; grid-template-columns: repeat(3,1fr); }
  .hero-bottom > a { grid-column: span 3; display: none; }
  .trust-grid { grid-template-columns: repeat(3,1fr); padding: 14px 0; gap: 0; }
  .trust-grid p { grid-column: span 3; padding: 10px 8px 15px; text-align: center; }
  .trust-grid span { padding: 8px; border: 0; }
  .trust-grid span:nth-last-child(-n+2) { display: none; }
  .section-head { align-items: start; flex-direction: column; }
  .about-split-grid, .materials-grid, .quote-grid, .detail-overview-grid, .faq-grid, .about-hero-grid, .story-grid, .sector-grid, .project-proof-grid, .contact-hero-grid, .location-grid { grid-template-columns: 1fr; }
  .about-split-grid, .materials-grid, .quote-grid, .detail-overview-grid, .faq-grid, .story-grid, .sector-grid, .project-proof-grid, .contact-hero-grid, .location-grid { gap: 55px; }
  .about-images { min-height: 560px; }
  .about-main { height: 500px; }
  .project-grid { grid-auto-rows: 220px; }
  .project-card-1 { grid-column: span 12; grid-row: span 2; }
  .project-card-2, .project-card-3 { grid-column: span 6; }
  .project-card-4, .project-card-5, .project-card-6 { grid-column: span 4; }
  .process-grid, .values-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid > div:nth-child(2), .values-grid > div:nth-child(2) { border-right: 0; }
  .process-grid > div:nth-child(-n+2), .values-grid > div:nth-child(-n+2) { border-bottom: 1px solid #c9c9c2; }
  .materials-collage { height: 480px; }
  .spec-grid { grid-template-columns: repeat(2,1fr); }
  .spec-grid > div:nth-child(3) { border-left: 1px solid #e5e5e0; }
  .detail-lists { max-width: 650px; }
  .group-title { grid-template-columns: 45px 1fr; }
  .group-title p { grid-column: 2; }
  .about-hero-grid { gap: 30px; }
  .sector-list { grid-template-columns: 1fr 1fr; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .article-body { grid-template-columns: 1fr; gap: 50px; }
  .article-index { position: static; }
  .footer-top { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-contact { grid-column: span 3; }
}

@media (max-width: 620px) {
  .container { width: calc(100% - 30px); }
  .section { padding: 65px 0; }
  .button { width: 100%; gap: 20px; }
  .hero { min-height: 740px; }
  .hero-content { padding-top: 80px; }
  .hero h1 { font-size: 56px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .button { padding: 0 13px; font-size: 10px; }
  .hero-bottom { height: 110px; }
  .hero-bottom > div { gap: 8px; padding: 0 8px; }
  .hero-bottom > div p { font-size: 9px; }
  .hero-bottom > div span { display: none; }
  .trust-grid span { font-size: 8px; }
  .section-head { margin-bottom: 35px; gap: 22px; }
  .section-head h2 { font-size: 39px; }
  .section-head p { font-size: 13px; }
  .service-grid, .service-grid.three-col { grid-template-columns: 1fr; }
  .service-card-image { height: 235px; }
  .about-images { min-height: 480px; }
  .about-main { width: 84%; height: 430px; }
  .about-small { width: 46%; height: 250px; border-width: 7px; }
  .experience-stamp { width: 145px; height: 105px; right: 0; }
  .about-copy h2, .materials-copy h2, .quote-copy h2, .story-copy h2, .project-proof h2, .location-grid h2 { font-size: 42px; }
  .project-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 285px; }
  .project-card, .project-card-1, .project-card-2, .project-card-3, .project-card-4, .project-card-5, .project-card-6 { grid-column: auto; grid-row: auto; }
  .process-grid, .values-grid { grid-template-columns: 1fr; }
  .process-grid > div, .values-grid > div { min-height: 180px; border-right: 0; border-bottom: 1px solid #c9c9c2; }
  .process-grid h3, .values-grid h3 { margin-top: 32px; }
  .materials-collage { height: 520px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.2fr .8fr; }
  .materials-collage img:first-child { grid-column: span 2; grid-row: auto; }
  .quote-form { padding: 22px 17px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .service-hero { min-height: 610px; }
  .service-hero-content { padding-top: 48px; }
  .service-hero-content h1 { font-size: 52px; }
  .service-hero-content > p { font-size: 15px; }
  .service-hero .hero-actions { width: 100%; }
  .spec-grid { grid-template-columns: 1fr 1fr; }
  .spec-grid > div { min-height: 88px; padding: 0 13px; }
  .spec-grid strong { font-size: 12px; }
  .detail-copy h2, .faq-grid h2 { font-size: 42px; }
  .detail-lists { grid-template-columns: 1fr; }
  .detail-lists > div:first-child { border-right: 0; border-bottom: 1px solid #dcdcd6; }
  .gallery-grid { height: auto; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 300px 210px; }
  .gallery-grid img:first-child { grid-column: span 2; grid-row: auto; }
  .catalog-hero, .about-hero { padding: 52px 0 70px; }
  .catalog-hero h1, .about-hero h1 { font-size: 55px; }
  .catalog-hero p, .about-hero-grid > p { font-size: 14px; }
  .group-title { grid-template-columns: 35px 1fr; gap: 16px; }
  .group-title h2 { font-size: 38px; }
  .story-image { height: 520px; }
  .story-image > span { right: -5px; }
  .sector-list { grid-template-columns: 1fr; }
  .project-proof img, .location-image { height: 470px; }
  .contact-lines a { grid-template-columns: 85px 1fr; }
  .article-grid { grid-template-columns: 1fr; }
  .article-hero { padding-bottom: 90px; }
  .article-cover { height: 350px; }
  .article-body { padding-top: 65px; padding-bottom: 80px; }
  .article-lead { font-size: 19px; }
  .footer-top { grid-template-columns: 1fr 1fr; padding-top: 55px; }
  .footer-brand { grid-column: span 2; }
  .footer-contact { grid-column: span 2; }
  .footer-bottom { padding: 22px 0 85px; align-items: start; flex-direction: column; gap: 15px; }
  .floating-left { display: none; }
  .mobile-actions { position: fixed; z-index: 80; right: 0; bottom: 0; left: 0; height: 58px; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -8px 24px rgba(0,0,0,.18); }
  .mobile-actions a { display: grid; place-items: center; color: #fff; background: var(--red); font-size: 12px; font-weight: 900; }
  .mobile-actions a:last-child { background: var(--green); }
}

/* 2026 corporate catalogue redesign */
:root { --ink: #0b1423; --ink-2: #141d2b; --paper: #f7f8fa; --muted: #657084; --line: #dde2e9; --red: #d7202a; --red-dark: #b5151e; --green: #19b978; --container: 1576px; }
body { background: var(--paper); color: var(--ink); font-family: Inter, Arial, Helvetica, sans-serif; }
.container { width: min(var(--container), calc(100% - 64px)); }
.section { padding: 104px 0; }
.eyebrow { margin-bottom: 16px; color: var(--red); font-size: 12px; letter-spacing: .14em; }
.section-head { margin-bottom: 48px; }
.section-head > div { max-width: 900px; }
.section-head h2 { margin: 0; font-size: clamp(42px, 4.2vw, 66px); line-height: 1.04; letter-spacing: -.045em; }
.section-head p { max-width: 720px; margin: 20px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.button { min-height: 58px; padding: 0 28px; border-radius: 12px; font-size: 14px; box-shadow: none; }
.button-red { box-shadow: 0 14px 30px rgba(215,32,42,.2); }
.button-outline { color: var(--ink); background: #fff; border-color: #d6dce5; }
.button-outline:hover { border-color: var(--ink); transform: translateY(-2px); }
.text-link { font-size: 12px; }

.topbar { height: 42px; color: #edf2f9; background: #0b1423; font-size: 11px; text-transform: none; }
.topbar-badge { padding: 7px 13px; color: #ffd7da; background: rgba(215,32,42,.2); border-radius: 999px; }
.topbar-links { gap: 30px; }
.topbar-links a, .topbar-links span { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.16); }
.topbar-links a:first-child { border-left: 0; }
.site-header { height: 112px; position: sticky; top: 0; z-index: 90; border-color: #e1e5eb; box-shadow: 0 8px 30px rgba(12,22,36,.04); }
.header-inner { gap: 34px; }
.brand { width: 330px; height: 92px; overflow: visible; }
.brand img { width: 300px; height: 88px; object-fit: contain; object-position: left center; }
.desktop-nav { gap: 38px; }
.desktop-nav > a, .mega-trigger > summary { color: #182131; font-size: 15px; font-weight: 750; }
.mega-menu { top: 112px; width: min(1450px, calc(100vw - 64px)); max-height: calc(100vh - 160px); overflow: auto; padding: 32px 38px 38px; border-radius: 0 0 22px 22px; }
.mega-grid { gap: 38px; }
.mega-grid a { padding: 9px 0; font-size: 13px; }
.header-catalog { min-width: 194px; min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 12px; color: #fff; background: var(--red); border-radius: 14px; font-size: 14px; font-weight: 800; box-shadow: 0 14px 28px rgba(215,32,42,.2); }
.header-catalog span { font-size: 23px; line-height: 1; }

.dh-hero { min-height: 720px; position: relative; overflow: hidden; background: #fff; }
.dh-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(13,24,40,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(13,24,40,.055) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.9) 75%, transparent 100%); }
.dh-hero::after { content: ""; position: absolute; width: 700px; height: 700px; right: -180px; top: -170px; background: radial-gradient(circle, rgba(215,32,42,.12), transparent 66%); pointer-events: none; }
.dh-confetti { width: 10px; height: 10px; position: absolute; z-index: 2; transform: rotate(18deg); background: #d7202a; opacity: .35; }
.dh-confetti-one { left: 52%; top: 18%; }.dh-confetti-two { left: 36%; top: 65%; background: #738092; }
.dh-hero-layout { min-height: 720px; position: relative; z-index: 3; display: grid; grid-template-columns: 76px 1fr minmax(470px,.9fr); gap: 56px; align-items: center; padding-top: 66px; padding-bottom: 72px; }
.dh-year-rail { height: 360px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px; border-left: 1px solid #d9dee6; border-right: 1px solid #d9dee6; }
.dh-year-rail span, .dh-year-rail strong { writing-mode: vertical-rl; transform: rotate(180deg); }
.dh-year-rail span { color: #687286; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.dh-year-rail strong { color: var(--red); font-size: 16px; letter-spacing: .14em; }
.dh-hero-copy { padding-left: 8px; }
.dh-pill { width: max-content; max-width: 100%; display: flex; align-items: center; gap: 10px; padding: 9px 14px; color: #202b3e; background: rgba(255,255,255,.82); border: 1px solid #dce1e8; border-radius: 999px; font-size: 12px; font-weight: 800; box-shadow: 0 8px 28px rgba(14,24,39,.05); }
.dh-pill i, .dh-online i { width: 9px; height: 9px; display: block; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 6px rgba(215,32,42,.1); }
.dh-hero h1 { margin: 44px 0 0; font-size: clamp(68px, 6.1vw, 108px); line-height: .88; letter-spacing: -.065em; }
.dh-hero h1 span, .dh-hero h1 em { display: block; }
.dh-hero h1 span { color: var(--ink); }.dh-hero h1 em { margin-top: 22px; color: #e02a34; font-style: normal; }
.dh-hero-copy > p { max-width: 730px; margin: 36px 0 30px; color: #596579; font-size: 18px; line-height: 1.7; }
.dh-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.dh-cert-row { display: flex; gap: 34px; margin-top: 34px; padding-top: 24px; border-top: 1px solid #dfe4ea; }
.dh-cert-row div { min-width: 125px; display: flex; align-items: center; gap: 12px; }
.dh-cert-row strong { color: var(--red); font-size: 21px; }
.dh-cert-row span { color: #657085; font-size: 10px; line-height: 1.35; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.dh-hero-visual { min-height: 545px; position: relative; display: flex; align-items: center; }
.dh-film { width: 100%; height: 485px; position: relative; display: block; overflow: hidden; border-radius: 28px; background: var(--ink); box-shadow: 0 28px 70px rgba(15,27,43,.18); }
.dh-film::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,12,22,.76), transparent 58%); }
.dh-film img { width: 100%; height: 100%; object-fit: cover; }
.dh-film-label { position: absolute; z-index: 2; left: 24px; top: 24px; padding: 9px 13px; color: #fff; background: rgba(8,14,25,.75); border-radius: 999px; font-size: 11px; font-weight: 800; }
.dh-play { width: 68px; height: 68px; position: absolute; z-index: 2; right: 28px; bottom: 28px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-size: 20px; }
.dh-film > strong { position: absolute; z-index: 2; left: 28px; bottom: 34px; max-width: 290px; color: #fff; font-size: 18px; }
.dh-active { position: absolute; z-index: 4; top: 5px; right: -25px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; background: #fff; border: 1px solid #dfe4ea; border-radius: 16px; box-shadow: 0 16px 38px rgba(15,26,42,.11); }
.dh-active i { width: 11px; height: 11px; border-radius: 50%; background: #19bf84; box-shadow: 0 0 0 7px #e5faf3; }
.dh-active strong, .dh-active span { display: block; }.dh-active strong { margin-bottom: 3px; font-size: 13px; }.dh-active span { color: #667085; font-size: 11px; }
.dh-score { position: absolute; z-index: 4; left: -38px; bottom: -8px; display: flex; align-items: center; gap: 12px; padding: 17px 20px; color: #fff; background: var(--ink); border-radius: 16px; box-shadow: 0 16px 38px rgba(15,26,42,.15); }
.dh-score strong { color: #fff; font-size: 22px; }.dh-score span { max-width: 115px; color: #cbd2dc; font-size: 10px; line-height: 1.35; text-transform: uppercase; }

.dh-trust { background: #fff; border-top: 1px solid #e1e5eb; border-bottom: 1px solid #e1e5eb; }
.dh-trust-grid { min-height: 108px; display: grid; grid-template-columns: repeat(4,1fr); }
.dh-trust-grid div { display: flex; flex-direction: column; justify-content: center; padding: 0 32px; border-right: 1px solid #e1e5eb; }
.dh-trust-grid div:first-child { border-left: 1px solid #e1e5eb; }
.dh-trust-grid strong { margin-bottom: 8px; color: #172235; font-size: 15px; }.dh-trust-grid span { color: #788395; font-size: 11px; }
.dh-why { background: #f5f7fa; }
.dh-why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.dh-why-grid article { min-height: 290px; position: relative; padding: 32px; background: #fff; border: 1px solid #dce2e9; border-radius: 20px; transition: .25s ease; }
.dh-why-grid article:hover { transform: translateY(-5px); box-shadow: 0 22px 48px rgba(20,33,50,.09); }
.dh-why-grid article > span { color: #99a3b2; font-size: 11px; font-weight: 900; }.dh-why-grid article > b { width: 54px; height: 54px; position: absolute; top: 26px; right: 28px; display: grid; place-items: center; color: var(--red); background: #fff0f1; border-radius: 14px; font-size: 22px; }
.dh-why-grid h3 { margin: 92px 0 14px; font-size: 24px; letter-spacing: -.025em; }.dh-why-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.dh-products { background: #fff; }
.service-grid { gap: 22px; }
.service-card { overflow: hidden; background: #fff; border: 1px solid #dce2e9; border-radius: 22px; }
.service-card-image { height: 285px; }.service-card-image img { transition: .5s ease; }.service-card:hover .service-card-image img { transform: scale(1.045); }
.service-card-image > span { width: 46px; height: 46px; top: 18px; left: 18px; display: grid; place-items: center; padding: 0; border-radius: 12px; background: rgba(11,20,35,.84); }
.service-card-body { padding: 27px 28px 30px; }.service-card-body small { color: var(--red); font-size: 10px; }.service-card-body h3 { margin: 10px 0 12px; font-size: 24px; }.service-card-body p { min-height: 65px; color: var(--muted); font-size: 12px; line-height: 1.65; }.card-link { margin-top: 20px; color: var(--red); font-size: 11px; }
.dh-metrics { padding: 70px 0; color: #fff; background: var(--ink); }
.dh-metrics-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.dh-metrics-grid div { padding: 15px 42px; border-right: 1px solid rgba(255,255,255,.17); }.dh-metrics-grid div:last-child { border-right: 0; }
.dh-metrics strong { display: block; margin-bottom: 10px; color: #fff; font-size: 52px; letter-spacing: -.05em; }.dh-metrics span { color: #aeb8c6; font-size: 12px; }
.projects-section { background: #f5f7fa; }
.project-card { border-radius: 20px; }.project-overlay { background: linear-gradient(to top, rgba(8,15,27,.86), rgba(8,15,27,.05)); }
.dh-sectors { background: #fff; }
.dh-sector-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.dh-sector-layout h2 { margin: 0; font-size: clamp(48px,4.6vw,70px); line-height: 1; letter-spacing: -.05em; }.dh-sector-layout p { max-width: 520px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.dh-sector-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #dbe1e8; }
.dh-sector-list span { padding: 25px 12px; color: #344054; border-bottom: 1px solid #dbe1e8; font-size: 14px; font-weight: 700; }
.process-band { background: #f0f2f5; }
.process-grid { border-color: #ccd3dc; }.process-grid > div { border-color: #ccd3dc; }.process-grid h3 { font-size: 23px; }.process-grid p { font-size: 13px; }
.dh-contact-cta { min-height: 650px; position: relative; display: flex; align-items: center; overflow: hidden; background: #f7f8fa; border-top: 4px solid var(--red); }
.dh-contact-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .9fr; gap: 110px; align-items: center; padding-top: 85px; padding-bottom: 85px; }
.dh-contact-copy h2 { margin: 32px 0 20px; font-size: clamp(56px,5vw,82px); line-height: .96; letter-spacing: -.055em; }.dh-contact-copy h2 em { color: var(--red); font-style: normal; }.dh-contact-copy > p { max-width: 690px; color: var(--muted); font-size: 17px; line-height: 1.7; }.dh-contact-copy .dh-actions { margin-top: 30px; }.dh-contact-copy > small { display: block; margin-top: 30px; color: #596579; font-size: 12px; }
.dh-contact-card { padding: 34px 42px; background: #fff; border: 1px solid #dce2e9; border-radius: 24px; box-shadow: 0 28px 70px rgba(17,30,48,.12); }
.dh-online { width: max-content; display: flex; align-items: center; gap: 10px; padding: 8px 12px; color: #087a58; background: #e9faf4; border-radius: 999px; font-size: 11px; font-weight: 800; }.dh-online i { background: #19bf84; box-shadow: 0 0 0 5px rgba(25,191,132,.12); }.dh-contact-card > p { margin: 18px 0 22px; color: #667085; font-size: 15px; }.dh-contact-card > a { min-height: 92px; display: grid; grid-template-columns: 52px 1fr 24px; gap: 18px; align-items: center; border-top: 1px solid #e3e7ed; }.dh-contact-card > a > span { width: 52px; height: 52px; display: grid; place-items: center; color: var(--red); background: #fff0f1; border-radius: 14px; font-size: 20px; }.dh-contact-card > a > span.green { color: #0e9c62; background: #e7faef; }.dh-contact-card small, .dh-contact-card strong { display: block; }.dh-contact-card small { margin-bottom: 5px; color: #7d8798; font-size: 11px; }.dh-contact-card strong { color: #121b2b; font-size: 16px; }.dh-contact-card b { color: #7b8798; font-size: 19px; }

.site-footer { color: #526074; background: #f4f6f9; border-top: 1px solid #dbe1e8; }
.footer-proof { border-top: 1px solid #dbe1e8; border-bottom: 1px solid #dbe1e8; }
.footer-proof > .container { min-height: 145px; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.footer-proof h3 { margin: 0 0 10px; color: var(--ink); font-size: 30px; letter-spacing: -.035em; }.footer-proof h3 em { color: var(--red); font-style: normal; }.footer-proof p { margin: 0; color: #657085; font-size: 13px; }
.footer-badges { display: flex; gap: 10px; align-items: center; }.footer-badges span, .footer-badges a { min-height: 54px; display: flex; align-items: center; gap: 9px; padding: 0 17px; color: var(--ink); background: #fff; border: 1px solid #dce2e9; border-radius: 12px; font-size: 12px; font-weight: 800; }.footer-badges b { color: var(--red); }.footer-badges a { color: #fff; background: var(--red); border-color: var(--red); }
.footer-top { padding: 64px 0; grid-template-columns: 1.3fr .8fr 1fr 1.1fr; gap: 70px; }
.footer-logo { width: 300px; height: 92px; background: transparent; }.footer-logo img { width: 290px; height: 90px; object-fit: contain; object-position: left center; }
.footer-brand > p { max-width: 400px; margin: 20px 0; color: #657085; font-size: 13px; }.footer-social { display: flex; gap: 8px; }.footer-social a { min-width: 44px; height: 40px; display: grid; place-items: center; color: #536074; background: #fff; border: 1px solid #dce2e9; border-radius: 10px; font-size: 9px; font-weight: 900; }
.footer-top h3 { color: var(--ink); font-size: 13px; text-transform: uppercase; }.footer-top > div:not(.footer-brand) > a { margin: 13px 0; color: #58667a; font-size: 13px; }.footer-contact p { color: #58667a; font-size: 13px; }.footer-contact .map-link { color: var(--ink) !important; border-color: #aeb8c5; }.footer-bottom { color: #7a8595; border-color: #dbe1e8; font-size: 11px; }

@media (max-width: 1240px) {
  .brand { width: 250px; }.brand img { width: 240px; }.desktop-nav { gap: 22px; }.desktop-nav > a, .mega-trigger > summary { font-size: 13px; }.header-catalog { min-width: 170px; }
  .dh-hero-layout { grid-template-columns: 60px 1fr minmax(400px,.8fr); gap: 34px; }.dh-hero h1 { font-size: 76px; }.dh-cert-row { gap: 16px; }.dh-active { right: 0; }.dh-score { left: -18px; }
  .footer-badges span:nth-child(3) { display: none; }
}

@media (max-width: 960px) {
  .topbar { display: none; }.site-header { height: 82px; }.brand { width: 245px; height: 72px; }.brand img { width: 235px; height: 70px; }.desktop-nav, .header-catalog { display: none; }.mobile-menu { display: block; }.mobile-panel { top: 82px; }
  .dh-hero-layout { grid-template-columns: 1fr; gap: 48px; padding-top: 72px; }.dh-year-rail { display: none; }.dh-hero-visual { min-height: 480px; }.dh-film { height: 460px; }.dh-active { right: 12px; }.dh-score { left: 12px; }
  .dh-trust-grid, .dh-metrics-grid { grid-template-columns: repeat(2,1fr); }.dh-trust-grid div:nth-child(2), .dh-metrics-grid div:nth-child(2) { border-right: 0; }.dh-trust-grid div:nth-child(-n+2) { border-bottom: 1px solid #e1e5eb; }
  .dh-why-grid { grid-template-columns: 1fr; }.dh-why-grid article { min-height: 230px; }.dh-why-grid h3 { margin-top: 60px; }
  .dh-sector-layout, .dh-contact-layout { grid-template-columns: 1fr; gap: 55px; }
  .footer-proof > .container { padding: 35px 0; align-items: flex-start; flex-direction: column; }.footer-top { grid-template-columns: 1.2fr 1fr 1fr; }.footer-contact { grid-column: span 3; }
}

@media (max-width: 620px) {
  .container { width: calc(100% - 30px); }.section { padding: 68px 0; }.section-head h2 { font-size: 39px; }.section-head p { font-size: 14px; }
  .site-header { height: 74px; }.brand { width: 205px; height: 65px; }.brand img { width: 200px; height: 62px; }.mobile-panel { top: 74px; }
  .dh-hero { min-height: auto; }.dh-hero-layout { min-height: auto; padding: 56px 0 78px; }.dh-pill { font-size: 9px; }.dh-hero h1 { margin-top: 32px; font-size: 54px; }.dh-hero h1 em { margin-top: 14px; }.dh-hero-copy > p { margin: 26px 0; font-size: 15px; }.dh-actions { display: grid; grid-template-columns: 1fr 1fr; }.dh-actions .button { width: auto; min-height: 52px; padding: 0 13px; font-size: 10px; }.dh-cert-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }.dh-cert-row div { min-width: 0; display: block; }.dh-cert-row strong { display: block; margin-bottom: 5px; }.dh-cert-row span { font-size: 8px; }.dh-hero-visual { min-height: 390px; }.dh-film { height: 380px; border-radius: 18px; }.dh-film > strong { left: 20px; bottom: 25px; font-size: 15px; }.dh-play { width: 54px; height: 54px; right: 18px; bottom: 20px; }.dh-active { top: -22px; right: 8px; padding: 11px 13px; }.dh-score { left: 8px; bottom: -20px; padding: 12px 15px; }
  .dh-trust-grid { grid-template-columns: 1fr 1fr; }.dh-trust-grid div { min-height: 90px; padding: 0 14px; }.dh-trust-grid strong { font-size: 12px; }.dh-trust-grid span { font-size: 9px; }
  .service-card-image { height: 250px; }.service-card-body h3 { font-size: 22px; }
  .dh-metrics { padding: 45px 0; }.dh-metrics-grid div { padding: 22px 18px; }.dh-metrics-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.17); }.dh-metrics strong { font-size: 38px; }.dh-metrics span { font-size: 9px; }
  .dh-sector-layout { gap: 42px; }.dh-sector-layout h2 { font-size: 44px; }.dh-sector-list { grid-template-columns: 1fr; }.dh-sector-list span { padding: 19px 8px; font-size: 12px; }
  .dh-contact-layout { padding: 70px 0 90px; }.dh-contact-copy h2 { font-size: 49px; }.dh-contact-copy > p { font-size: 14px; }.dh-contact-card { padding: 24px 19px; }.dh-contact-card > a { grid-template-columns: 44px 1fr 16px; gap: 12px; }.dh-contact-card > a > span { width: 44px; height: 44px; }.dh-contact-card strong { font-size: 13px; }
  .footer-proof h3 { font-size: 25px; }.footer-badges { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }.footer-badges span, .footer-badges a { min-height: 48px; justify-content: center; padding: 0 9px; font-size: 9px; }.footer-top { grid-template-columns: 1fr 1fr; gap: 35px 22px; }.footer-brand { grid-column: span 2; }.footer-contact { grid-column: span 2; }.footer-logo { width: 260px; }.footer-logo img { width: 250px; }
}

/* Catalogue and product detail */
.catalog-hero { position: relative; padding: 62px 0 52px; color: var(--ink); background: #fff; overflow: hidden; border-bottom: 1px solid #dfe4ea; }
.catalog-hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -190px; top: -270px; background: radial-gradient(circle, rgba(215,32,42,.12), transparent 67%); }
.catalog-hero-inner { position: relative; z-index: 2; }
.catalog-hero .breadcrumbs, .product-hero .breadcrumbs { margin-bottom: 44px; color: #778296; }.catalog-hero .breadcrumbs b, .product-hero .breadcrumbs b { color: var(--red); }
.catalog-hero-layout { display: grid; grid-template-columns: 1fr 260px; gap: 50px; align-items: end; }
.catalog-hero h1 { margin: 0; font-size: clamp(72px, 8vw, 118px); line-height: .88; letter-spacing: -.07em; }.catalog-hero p { max-width: 800px; margin: 24px 0 0; color: #617086; font-size: 17px; line-height: 1.7; }
.catalog-number { display: flex; align-items: end; justify-content: flex-end; gap: 18px; padding-bottom: 8px; }.catalog-number strong { color: var(--red); font-size: 88px; line-height: .8; letter-spacing: -.07em; }.catalog-number span { color: #617086; font-size: 11px; line-height: 1.4; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.catalog-filters { margin-top: 52px; display: flex; gap: 10px; overflow-x: auto; padding-bottom: 4px; }.catalog-filters a { min-width: 190px; min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 0 18px; background: #f7f8fa; border: 1px solid #dce2e9; border-radius: 14px; color: #273348; font-size: 12px; font-weight: 800; }.catalog-filters a:first-child { color: #fff; background: var(--red); border-color: var(--red); }.catalog-filters b { min-width: 28px; height: 28px; display: grid; place-items: center; background: rgba(255,255,255,.7); border-radius: 50%; color: var(--red); font-size: 10px; }
.catalog-group { scroll-margin-top: 120px; background: #fff; }.catalog-group.catalog-alt { background: #f5f7fa; }.group-title { grid-template-columns: 70px .9fr 1.1fr; }.group-title > span { color: var(--red); }.group-title h2 { font-size: 52px; }.group-title p { font-size: 14px; }

.product-hero { position: relative; overflow: hidden; background: #fff; }.product-hero > .dh-grid { opacity: .8; }.product-hero-inner { position: relative; z-index: 2; padding-top: 56px; padding-bottom: 72px; }.product-hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; align-items: center; }.product-hero-copy h1 { margin: 32px 0 24px; font-size: clamp(64px,6vw,94px); line-height: .93; letter-spacing: -.06em; }.product-hero-copy > p { max-width: 680px; color: #5f6d82; font-size: 17px; line-height: 1.75; }.product-hero-copy .dh-actions { margin-top: 30px; }
.product-hero-media { height: 555px; position: relative; overflow: hidden; border-radius: 26px; box-shadow: 0 26px 65px rgba(16,30,48,.16); }.product-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,15,27,.48), transparent 55%); }.product-hero-media > img { width: 100%; height: 100%; object-fit: cover; }.product-hero-media > div { position: absolute; z-index: 2; right: 22px; bottom: 22px; left: 22px; display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; color: #fff; background: rgba(8,15,27,.74); border: 1px solid rgba(255,255,255,.2); border-radius: 14px; backdrop-filter: blur(10px); }.product-hero-media strong, .product-hero-media span { display: block; }.product-hero-media strong { font-size: 15px; }.product-hero-media span { color: #d9e0e8; font-size: 11px; }
.spec-bar { background: var(--ink); border: 0; }.spec-grid > div { min-height: 112px; border-color: rgba(255,255,255,.15); }.spec-grid > div:first-child { border-color: rgba(255,255,255,.15); }.spec-grid span { color: #9ca8b8; }.spec-grid strong { color: #fff; font-size: 16px; }
.detail-overview { background: #fff; }.detail-overview-grid { gap: 110px; }.detail-copy h2 { font-size: clamp(46px,4.7vw,70px); }.detail-copy .lead { font-size: 18px; }.detail-lists { overflow: hidden; border-radius: 18px; }.detail-lists > div { padding: 36px; }
.technical-section { background: #f3f5f8; }.technical-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: stretch; }.tech-diagram { min-height: 580px; position: relative; overflow: hidden; background: #fff; border: 1px solid #dbe1e8; border-radius: 22px; }.tech-diagram::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(14,25,42,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(14,25,42,.045) 1px,transparent 1px); background-size: 36px 36px; }.diagram-fence { width: 72%; height: 295px; position: absolute; left: 14%; bottom: 116px; }.diagram-post { width: 13px; position: absolute; top: -36px; bottom: -58px; z-index: 3; display: block; background: #586779; border-radius: 5px; box-shadow: inset -3px 0 rgba(255,255,255,.22); }.post-one { left: 0; }.post-two { left: calc(50% - 6px); }.post-three { right: 0; }.diagram-mesh { position: absolute; inset: 0; background-image: linear-gradient(45deg, transparent 46%, #8794a3 47%, #8794a3 52%, transparent 53%), linear-gradient(-45deg, transparent 46%, #8794a3 47%, #8794a3 52%, transparent 53%); background-size: 28px 28px; border: 2px solid #667589; opacity: .82; }.diagram-rail { height: 7px; position: absolute; right: -5px; left: -5px; z-index: 2; display: block; background: #536277; border-radius: 5px; }.rail-one { top: 25%; }.rail-two { bottom: 25%; }.diagram-ground { height: 64px; position: absolute; right: 7%; bottom: 48px; left: 7%; background: #e1e5ea; border-top: 5px solid #aeb7c2; clip-path: polygon(0 0,100% 0,95% 100%,5% 100%); }.diagram-ground span { width: 36px; height: 60px; position: absolute; top: 0; background: #aeb6c1; }.diagram-ground span:nth-child(1){left:14%}.diagram-ground span:nth-child(2){left:49%}.diagram-ground span:nth-child(3){right:14%}.diagram-callout { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 11px 14px; color: #263449; background: #fff; border: 1px solid #dce2e9; border-radius: 12px; box-shadow: 0 10px 30px rgba(14,27,44,.08); font-size: 11px; font-weight: 800; }.diagram-callout b { color: var(--red); }.callout-one { left: 8%; top: 12%; }.callout-two { left: 44%; top: 5%; }.callout-three { right: 7%; top: 22%; }
.technical-table { overflow: hidden; background: #fff; border: 1px solid #dbe1e8; border-radius: 22px; }.technical-table-head, .technical-table > div { min-height: 78px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 0 26px; border-bottom: 1px solid #e2e6ec; }.technical-table-head { min-height: 62px !important; color: #fff; background: var(--ink); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }.technical-table > div:last-child { border-bottom: 0; }.technical-table > div > span { color: #667085; font-size: 12px; }.technical-table > div > span b { margin-right: 12px; color: var(--red); font-size: 10px; }.technical-table > div > strong { color: #1c283a; font-size: 12px; }
.detail-gallery { background: #fff; }.gallery-grid { gap: 15px; }.gallery-grid img { border-radius: 18px; }.faq-section { background: #f7f8fa; }.related-section { background: #fff; }

@media (max-width: 960px) {
  .catalog-hero-layout { grid-template-columns: 1fr 180px; }.catalog-number strong { font-size: 68px; }.product-hero-grid { grid-template-columns: 1fr; gap: 50px; }.product-hero-media { height: 520px; }.technical-grid { grid-template-columns: 1fr; }.tech-diagram { min-height: 520px; }
}

@media (max-width: 620px) {
  .catalog-hero { padding: 44px 0 38px; }.catalog-hero .breadcrumbs, .product-hero .breadcrumbs { margin-bottom: 30px; }.catalog-hero-layout { grid-template-columns: 1fr; }.catalog-hero h1 { font-size: 63px; }.catalog-hero p { font-size: 14px; }.catalog-number { justify-content: flex-start; }.catalog-filters { margin-top: 36px; }.catalog-filters a { min-width: 165px; min-height: 58px; font-size: 10px; }.group-title { grid-template-columns: 35px 1fr; }.group-title p { grid-column: 2; }.group-title h2 { font-size: 38px; }
  .product-hero-inner { padding-top: 42px; padding-bottom: 58px; }.product-hero-copy h1 { margin-top: 26px; font-size: 52px; }.product-hero-copy > p { font-size: 14px; }.product-hero-media { height: 390px; }.product-hero-media > div { right: 13px; bottom: 13px; left: 13px; padding: 14px; }.detail-overview-grid { gap: 50px; }.technical-section .section-head h2 { font-size: 36px; }.tech-diagram { min-height: 390px; }.diagram-fence { width: 82%; height: 205px; left: 9%; bottom: 86px; }.diagram-ground { bottom: 28px; }.diagram-callout { padding: 8px 9px; font-size: 8px; }.callout-one { left: 3%; top: 12%; }.callout-two { left: 35%; top: 4%; }.callout-three { right: 3%; top: 21%; }.technical-table-head, .technical-table > div { min-height: 72px; grid-template-columns: .9fr 1.1fr; padding: 0 15px; }.technical-table > div > span, .technical-table > div > strong { font-size: 10px; }
}

/* Contact */
.contact-intro { position: relative; overflow: hidden; padding: 58px 0 88px; background: #fff; }.contact-intro .container { position: relative; z-index: 2; }.contact-intro .breadcrumbs { margin-bottom: 42px; color: #778296; }.contact-intro h1 { margin: 0; font-size: clamp(66px,6.5vw,98px); line-height: .91; letter-spacing: -.065em; }.contact-intro p { max-width: 760px; margin: 26px 0 0; color: #637086; font-size: 17px; line-height: 1.7; }
.contact-cards { padding: 0 0 38px; background: #fff; }.contact-card-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }.contact-card-grid > a { min-height: 190px; position: relative; display: grid; grid-template-columns: 54px 1fr; gap: 18px; align-content: start; padding: 26px; background: #fff; border: 1px solid #dce2e9; border-radius: 18px; transition: .25s; }.contact-card-grid > a:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(15,28,45,.08); }.contact-card-grid > a > span { width: 54px; height: 54px; display: grid; place-items: center; color: var(--red); background: #fff0f1; border-radius: 14px; font-size: 20px; }.contact-card-grid > a > span.green { color: #0fa969; background: #e7faef; }.contact-card-grid small, .contact-card-grid strong, .contact-card-grid em { display: block; }.contact-card-grid small { margin: 3px 0 10px; color: #68758a; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }.contact-card-grid strong { color: var(--ink); font-size: 17px; line-height: 1.4; }.contact-card-grid em { margin-top: 9px; color: #768195; font-size: 11px; font-style: normal; }.contact-card-grid b { position: absolute; right: 22px; bottom: 20px; color: #9aa4b3; font-size: 20px; }
.contact-main { background: #f4f6f9; }.contact-main-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; align-items: stretch; }.contact-form-card, .contact-map-card { overflow: hidden; background: #fff; border: 1px solid #dce2e9; border-radius: 22px; }.contact-form-card { padding: 42px; }.contact-form-card h2 { margin: 0; font-size: 48px; letter-spacing: -.045em; }.contact-form-card > p { margin: 15px 0 28px; color: #6a7689; font-size: 14px; line-height: 1.7; }.contact-form-card .quote-form { padding: 0; }.contact-map-card { display: grid; grid-template-rows: 1fr auto; }.contact-map-card iframe { width: 100%; min-height: 520px; border: 0; }.contact-map-card > div { padding: 25px 28px; border-top: 1px solid #dce2e9; }.contact-map-card strong, .contact-map-card span, .contact-map-card a { display: block; }.contact-map-card strong { margin-bottom: 9px; color: var(--ink); font-size: 18px; }.contact-map-card span { color: #68758a; font-size: 12px; line-height: 1.6; }.contact-map-card a { margin-top: 16px; color: var(--red); font-size: 12px; font-weight: 900; }

@media (max-width: 960px) { .contact-card-grid { grid-template-columns: 1fr 1fr; }.contact-main-grid { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .contact-intro { padding: 42px 0 64px; }.contact-intro h1 { font-size: 52px; }.contact-intro p { font-size: 14px; }.contact-card-grid { grid-template-columns: 1fr; }.contact-card-grid > a { min-height: 150px; }.contact-form-card { padding: 28px 18px; }.contact-form-card h2 { font-size: 39px; }.contact-map-card iframe { min-height: 400px; } }

/* Blog */
.blog-hero { color: var(--ink); background: #fff; }.blog-hero .eyebrow { color: var(--red); }.blog-list-section { background: #f5f7fa; }.article-grid { gap: 28px; }.article-card { position: relative; overflow: hidden; padding-bottom: 30px; background: #fff; border: 1px solid #dce2e9; border-radius: 22px; transition: .25s; }.article-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(17,30,48,.09); }.article-card > div { height: 290px; position: relative; }.article-date { position: absolute; top: 18px; left: 18px; z-index: 2; padding: 10px 12px; color: #fff; background: rgba(11,20,35,.85); border-radius: 12px; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }.article-card > span { margin-top: 26px; font-size: 10px; }.article-card h2 { margin-top: 12px; font-size: 25px; line-height: 1.22; }.article-card p { min-height: 66px; font-size: 13px; }.article-card > b { color: var(--red); font-size: 11px; }
.article-hero { background: var(--ink); }.article-cover { overflow: hidden; border-radius: 24px; }.article-body { padding-top: 85px; }.article-cta { border-radius: 18px; }

/* About */
.about-hero { padding: 64px 0 92px; color: var(--ink); background: #fff; border-bottom: 1px solid #dfe4ea; }.about-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(13,24,40,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(13,24,40,.045) 1px,transparent 1px); background-size: 60px 60px; }.about-hero::after { border-color: rgba(215,32,42,.14); box-shadow: 0 0 0 70px rgba(215,32,42,.025),0 0 0 140px rgba(215,32,42,.018); }.about-hero > .container { position: relative; z-index: 2; }.about-hero .breadcrumbs { color: #778296; }.about-hero .eyebrow { color: var(--red); }.about-hero-grid > p { color: #5f6d82; }.story-section { background: #fff; }.story-image { overflow: hidden; border-radius: 22px; }.story-image > span { right: 22px; bottom: 22px; border-radius: 14px; }.story-copy h2 { font-size: clamp(48px,4.8vw,70px); }.story-copy .lead { color: #273348; font-size: 18px; line-height: 1.7; font-weight: 700; }.story-copy p { color: var(--muted); font-size: 14px; line-height: 1.75; }.values-section { background: #f4f6f9; }.values-grid { overflow: hidden; background: #fff; border-radius: 20px; }.sector-section { background: var(--ink); }
