:root {
--ink: #0b0d0f;
--ink-soft: #111518;
--panel: #171c20;
--paper: #f5f3ed;
--white: #fff;
--yellow: #ffd400;
--yellow-dark: #a78300;
--muted: #a8afb7;
--muted-dark: #626c75;
--line: rgba(255, 255, 255, 0.14);
--line-dark: rgba(11, 13, 15, 0.14);
--display: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
--body: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
--container: 1320px;
--radius: 14px;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
min-width: 320px;
margin: 0;
overflow-x: hidden;
background: var(--ink);
color: var(--paper);
font-family: var(--body);
-webkit-font-smoothing: antialiased;
}
img {
display: block;
max-width: 100%;
height: auto;
}
a {
color: inherit;
text-decoration: none;
}
button,
input,
select,
textarea {
font: inherit;
}
button,
summary {
cursor: pointer;
}
::selection {
background: var(--yellow);
color: var(--ink);
}
:focus-visible {
outline: 3px solid var(--yellow);
outline-offset: 4px;
}
.container {
width: min(calc(100% - 64px), var(--container));
margin-inline: auto;
}
.narrow {
max-width: 900px;
}
.skip-link {
position: fixed;
z-index: 9999;
top: -100px;
left: 16px;
padding: 12px 18px;
background: var(--yellow);
color: var(--ink);
font-weight: 800;
}
.skip-link:focus {
top: 16px;
}
.emergency-strip {
position: relative;
z-index: 52;
border-bottom: 1px solid rgba(255, 212, 0, 0.17);
background: #07090a;
color: #d8dde1;
font-size: 12px;
font-weight: 650;
letter-spacing: 0.04em;
}
.emergency-strip-inner {
display: flex;
min-height: 34px;
align-items: center;
justify-content: space-between;
}
.emergency-strip p {
display: flex;
align-items: center;
margin: 0;
}
.pulse-dot {
width: 8px;
height: 8px;
flex: 0 0 auto;
margin-right: 9px;
border-radius: 50%;
background: #2bea7b;
box-shadow: 0 0 0 5px rgba(43, 234, 123, 0.1);
animation: pulse 2.2s infinite;
}
@keyframes pulse {
50% {
box-shadow: 0 0 0 9px rgba(43, 234, 123, 0);
}
}
.site-header {
position: sticky;
z-index: 50;
top: 0;
border-bottom: 1px solid var(--line);
background: rgba(8, 10, 12, 0.94);
backdrop-filter: blur(18px);
}
.header-inner {
display: flex;
min-height: 82px;
align-items: center;
gap: 28px;
}
.brand {
display: inline-flex;
flex: 0 0 auto;
align-items: center;
font-family: var(--display);
font-size: 41px;
font-stretch: condensed;
font-weight: 950;
letter-spacing: -0.075em;
line-height: 0.8;
}
.brand span {
color: var(--paper);
}
.brand strong {
color: var(--yellow);
}
.desktop-nav {
display: flex;
min-width: 0;
flex: 1;
align-items: center;
justify-content: center;
gap: clamp(14px, 1.5vw, 26px);
}
.desktop-nav a {
position: relative;
color: #dbe0e4;
font-family: var(--display);
font-size: 16px;
font-weight: 750;
white-space: nowrap;
}
.desktop-nav a::after {
position: absolute;
right: 0;
bottom: -11px;
left: 0;
height: 3px;
content: "";
background: var(--yellow);
transform: scaleX(0);
transform-origin: right;
transition: transform 180ms ease;
}
.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.desktop-nav a[aria-current="page"]::after {
transform: scaleX(1);
transform-origin: left;
}
.button {
display: inline-flex;
min-height: 54px;
align-items: center;
justify-content: center;
gap: 10px;
border: 1px solid transparent;
border-radius: 6px;
padding: 0 24px;
font-family: var(--display);
font-size: 18px;
font-weight: 850;
line-height: 1;
transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}
.button:hover {
transform: translateY(-2px);
}
.button svg,
.text-link svg,
.service-card a svg {
width: 20px;
height: 20px;
}
.button-primary {
background: var(--yellow);
color: var(--ink);
box-shadow: 0 12px 38px rgba(255, 212, 0, 0.2);
}
.button-primary:hover {
background: #ffe14d;
}
.button-outline {
border-color: rgba(255, 255, 255, 0.68);
background: rgba(5, 7, 8, 0.24);
color: var(--white);
}
.button-outline:hover {
border-color: var(--yellow);
}
.button-dark {
background: var(--ink);
color: var(--paper);
}
.header-call {
min-height: 48px;
padding-inline: 18px;
font-size: 17px;
white-space: nowrap;
}
.header-call svg {
width: 18px;
}
.mobile-menu {
display: none;
}
.eyebrow {
display: flex;
align-items: center;
gap: 10px;
margin: 0 0 16px;
color: var(--yellow-dark);
font-size: 12px;
font-weight: 850;
letter-spacing: 0.15em;
text-transform: uppercase;
}
.eyebrow > span {
width: 38px;
height: 2px;
background: currentColor;
}
.hero {
position: relative;
min-height: 718px;
overflow: hidden;
border-bottom: 1px solid var(--line);
background: radial-gradient(circle at 18% 45%, rgba(35, 43, 49, 0.45), transparent 44%), var(--ink);
}
.hero-grid-pattern {
position: absolute;
inset: 0 44% 0 0;
opacity: 0.2;
background-image: linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
background-size: 32px 32px;
-webkit-mask-image: linear-gradient(90deg, #000, transparent);
mask-image: linear-gradient(90deg, #000, transparent);
}
.hero-inner {
position: relative;
z-index: 2;
display: grid;
min-height: 718px;
grid-template-columns: 54% 46%;
align-items: stretch;
}
.hero-copy {
position: relative;
z-index: 4;
display: flex;
flex-direction: column;
justify-content: center;
padding: 64px 42px 58px 0;
}
.hero .eyebrow {
color: var(--yellow);
}
.hero h1 {
max-width: 720px;
margin: 0;
color: var(--paper);
font-family: var(--display);
font-size: clamp(58px, 5.2vw, 88px);
font-stretch: condensed;
font-weight: 950;
letter-spacing: -0.045em;
line-height: 0.86;
text-transform: uppercase;
}
.hero h1 strong {
display: block;
color: var(--yellow);
font-weight: inherit;
}
.hero-subtitle {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 11px;
margin: 24px 0 0;
color: #c8ced3;
font-family: var(--display);
font-size: clamp(19px, 1.7vw, 25px);
font-weight: 750;
}
.hero-subtitle i {
width: 5px;
height: 5px;
border-radius: 50%;
background: var(--yellow);
}
.hero-actions {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin-top: 29px;
}
.hero-actions .button {
min-height: 58px;
padding-inline: 28px;
}
.hero-proof-grid {
display: grid;
max-width: 690px;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
margin-top: 34px;
}
.hero-proof-grid article {
display: flex;
min-height: 84px;
align-items: center;
gap: 13px;
border: 1px solid rgba(255, 255, 255, 0.19);
border-radius: 10px;
padding: 13px 14px;
background: rgba(24, 29, 33, 0.8);
}
.hero-proof-grid p {
display: flex;
flex-direction: column;
margin: 0;
color: var(--muted);
font-family: var(--display);
font-size: 14px;
line-height: 1.15;
}
.hero-proof-grid strong {
margin-bottom: 4px;
color: var(--white);
font-size: 17px;
}
.proof-icon {
color: var(--yellow);
font-size: 31px;
}
.hero-visual {
position: absolute;
z-index: 1;
top: 0;
right: min(-32px, calc((100vw - var(--container)) / -2));
bottom: 0;
left: 51%;
overflow: hidden;
border-left: 1px solid rgba(255, 212, 0, 0.7);
background:
radial-gradient(circle at 58% 43%, rgba(255, 212, 0, 0.19), transparent 27%),
radial-gradient(circle at 84% 13%, rgba(255, 255, 255, 0.07), transparent 25%),
linear-gradient(145deg, #20262b, #090b0d 68%);
clip-path: polygon(14% 0, 100% 0, 100% 100%, 14% 100%, 0 57%);
}
.hero-visual::before {
position: absolute;
inset: 0;
content: "";
background:
linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
background-size: 42px 42px;
-webkit-mask-image: radial-gradient(circle at 58% 44%, #000, transparent 72%);
mask-image: radial-gradient(circle at 58% 44%, #000, transparent 72%);
pointer-events: none;
}
.hero-brandstage {
position: absolute;
z-index: 3;
inset: 48px 28px 92px 95px;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.13);
border-radius: 26px;
background:
linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 42%),
rgba(8, 10, 12, 0.52);
box-shadow:
inset 0 1px rgba(255, 255, 255, 0.09),
0 38px 100px rgba(0, 0, 0, 0.34);
isolation: isolate;
}
.hero-brandstage::after {
position: absolute;
z-index: -1;
top: -28%;
right: -18%;
width: 60%;
aspect-ratio: 1;
border-radius: 50%;
content: "";
background: rgba(255, 212, 0, 0.08);
}
.hero-orbit {
position: absolute;
top: 44%;
left: 52%;
border: 1px solid rgba(255, 212, 0, 0.28);
border-radius: 50%;
transform: translate(-50%, -50%);
}
.hero-orbit-outer {
width: min(68%, 380px);
aspect-ratio: 1;
box-shadow:
0 0 0 24px rgba(255, 212, 0, 0.025),
0 0 80px rgba(255, 212, 0, 0.08);
}
.hero-orbit-inner {
width: min(49%, 270px);
aspect-ratio: 1;
border-style: dashed;
opacity: 0.75;
animation: hero-orbit 24s linear infinite;
}
@keyframes hero-orbit {
to {
transform: translate(-50%, -50%) rotate(360deg);
}
}
.hero-brandmark {
position: absolute;
z-index: 3;
top: 44%;
left: 52%;
display: grid;
justify-items: center;
transform: translate(-50%, -50%);
}
.hero-brandmark-bolt {
display: grid;
width: 72px;
height: 72px;
place-items: center;
border: 1px solid rgba(255, 212, 0, 0.6);
border-radius: 19px;
background: var(--yellow);
color: var(--ink);
box-shadow:
0 16px 60px rgba(255, 212, 0, 0.32),
inset 0 1px rgba(255, 255, 255, 0.7);
transform: rotate(-7deg);
}
.hero-brandmark-bolt svg {
width: 43px;
height: 43px;
}
.hero-brandmark-name {
display: flex;
margin-top: 15px;
font-family: var(--display);
font-size: clamp(52px, 4.7vw, 74px);
font-weight: 950;
letter-spacing: -0.075em;
line-height: 0.85;
text-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
}
.hero-brandmark-name span {
color: var(--paper);
}
.hero-brandmark-name strong {
color: var(--yellow);
}
.hero-brandmark small {
margin-top: 11px;
color: #c8ced3;
font-size: 10px;
font-weight: 850;
letter-spacing: 0.2em;
text-transform: uppercase;
white-space: nowrap;
}
.hero-service-node {
position: absolute;
z-index: 4;
display: grid;
min-width: 128px;
grid-template-columns: 30px 1fr;
align-items: center;
gap: 0 9px;
border: 1px solid rgba(255, 255, 255, 0.18);
border-radius: 11px;
padding: 9px 11px;
background: rgba(12, 15, 18, 0.94);
box-shadow: 0 14px 38px rgba(0, 0, 0, 0.3);
animation: hero-service-float 5.4s ease-in-out infinite;
transition:
border-color 180ms ease,
background-color 180ms ease,
scale 180ms ease;
}
.hero-service-node:hover,
.hero-service-node:focus-visible {
border-color: rgba(255, 212, 0, 0.78);
background: #14191d;
scale: 1.035;
}
@keyframes hero-service-float {
50% {
translate: 0 -4px;
}
}
.hero-service-node > svg {
width: 28px;
height: 28px;
grid-row: 1 / 3;
color: var(--yellow);
}
.hero-service-node strong {
color: var(--white);
font-family: var(--display);
font-size: 16px;
line-height: 1;
white-space: nowrap;
}
.hero-service-node small {
margin-top: 3px;
color: var(--muted);
font-size: 8px;
font-weight: 750;
letter-spacing: 0.035em;
white-space: nowrap;
}
.hero-service-node-depannage {
top: 4%;
left: 52%;
border-color: rgba(255, 212, 0, 0.5);
transform: translateX(-50%);
}
.hero-service-node-tableau {
top: 20%;
right: 3%;
animation-delay: -0.9s;
}
.hero-service-node-irve {
right: 2%;
bottom: 25%;
border-color: rgba(255, 212, 0, 0.5);
animation-delay: -1.8s;
}
.hero-service-node-securite {
bottom: 11%;
left: 52%;
transform: translateX(-50%);
animation-delay: -2.7s;
}
.hero-service-node-installation {
bottom: 25%;
left: 2%;
animation-delay: -3.6s;
}
.hero-service-node-renovation {
top: 20%;
left: 3%;
animation-delay: -4.5s;
}
.hero-audiences {
position: absolute;
right: 18px;
bottom: 14px;
left: 18px;
display: flex;
align-items: center;
justify-content: center;
gap: 9px;
margin: 0;
color: #c9cfd4;
font-family: var(--display);
font-size: 13px;
font-weight: 750;
letter-spacing: 0.03em;
text-align: center;
}
.hero-audiences i {
width: 4px;
height: 4px;
border-radius: 50%;
background: var(--yellow);
}
.hero-status {
position: absolute;
z-index: 4;
right: 24px;
bottom: 24px;
display: grid;
grid-template-columns: auto 1fr;
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 10px;
padding: 14px 18px;
background: rgba(10, 12, 14, 0.88);
}
.hero-status .pulse-dot {
grid-row: 1 / 3;
align-self: center;
}
.hero-status strong {
font-family: var(--display);
font-size: 17px;
}
.hero-status small {
color: var(--muted);
}
.quick-contact {
border-bottom: 1px solid var(--line);
background: var(--yellow);
color: var(--ink);
}
.quick-contact-inner {
display: grid;
min-height: 88px;
grid-template-columns: 1fr auto auto;
align-items: center;
gap: 32px;
}
.quick-contact-inner > div,
.quick-contact-inner > div > p {
display: flex;
align-items: center;
gap: 13px;
margin: 0;
}
.quick-contact-inner > div > p {
align-items: flex-start;
flex-direction: column;
gap: 1px;
font-size: 13px;
}
.quick-contact-inner strong {
font-family: var(--display);
font-size: 22px;
}
.quick-contact-inner > a {
display: flex;
align-items: center;
gap: 10px;
font-family: var(--display);
font-size: 30px;
font-weight: 900;
}
.quick-contact-inner > a svg {
width: 25px;
}
.quick-contact-inner > p {
margin: 0;
padding-left: 30px;
border-left: 1px solid rgba(11, 13, 15, 0.28);
font-size: 13px;
font-weight: 750;
}
.quick-icon {
font-size: 30px;
}
.section {
padding: 108px 0;
}
@supports (content-visibility: auto) {
main > .section,
main > .final-cta {
content-visibility: auto;
contain-intrinsic-size: auto 860px;
}
main > .final-cta {
contain-intrinsic-size: auto 420px;
}
}
.light-section,
.services-section,
.realizations-section,
.faq-section {
background: var(--paper);
color: var(--ink);
}
.dark-section {
background: var(--ink-soft);
}
.section-heading {
display: grid;
grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.7fr);
align-items: end;
gap: 70px;
margin-bottom: 48px;
}
.section-heading h2,
.expertise-panel h2,
.zone-grid h2,
.faq-grid h2,
.final-cta h2,
.content-heading h2 {
margin: 0;
font-family: var(--display);
font-size: clamp(45px, 5vw, 74px);
font-stretch: condensed;
font-weight: 950;
letter-spacing: -0.035em;
line-height: 0.96;
text-transform: uppercase;
}
.section-heading > p,
.section-heading > div + p {
margin: 0;
color: var(--muted-dark);
line-height: 1.75;
}
.service-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
border-top: 1px solid var(--line-dark);
border-left: 1px solid var(--line-dark);
}
.service-card {
position: relative;
min-height: 330px;
border-right: 1px solid var(--line-dark);
border-bottom: 1px solid var(--line-dark);
padding: 29px;
background: #faf9f5;
transition: background 200ms ease, color 200ms ease;
}
.service-card:hover {
background: var(--ink-soft);
color: var(--paper);
}
.service-card-top {
display: flex;
align-items: flex-start;
justify-content: space-between;
color: #928c84;
font-family: var(--display);
font-weight: 850;
}
.service-card-top svg {
width: 38px;
height: 38px;
color: var(--yellow-dark);
}
.service-card h3 {
margin: 38px 0 12px;
font-family: var(--display);
font-size: 27px;
font-weight: 900;
line-height: 1;
text-transform: uppercase;
}
.service-card p {
margin: 0;
color: #67635e;
font-size: 13px;
line-height: 1.65;
}
.service-card:hover p {
color: var(--muted);
}
.service-card a,
.text-link {
position: absolute;
z-index: 2;
bottom: 28px;
display: inline-flex;
align-items: center;
gap: 8px;
border-bottom: 1px solid;
padding-bottom: 5px;
font-family: var(--display);
font-weight: 850;
}
.section-heading .text-link {
position: static;
justify-self: end;
}
.expertise-section {
background: radial-gradient(circle at 90% 0, rgba(255, 212, 0, 0.08), transparent 38%), var(--ink-soft);
}
.expertise-grid {
display: grid;
grid-template-columns: 1fr 0.9fr;
gap: 90px;
}
.expertise-panel > p:not(.eyebrow) {
max-width: 740px;
margin: 24px 0 0;
color: var(--muted);
line-height: 1.75;
}
.check-list {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1px;
margin: 34px 0 68px;
padding: 0;
list-style: none;
background: var(--line);
}
.check-list li {
display: flex;
min-height: 82px;
align-items: center;
gap: 12px;
padding: 18px;
background: var(--panel);
font-family: var(--display);
font-weight: 750;
}
.check-list svg {
width: 24px;
flex: 0 0 auto;
color: var(--yellow);
}
.expertise-panel .text-link {
bottom: 0;
}
.process-panel {
display: grid;
align-content: start;
gap: 1px;
background: var(--line);
}
.process-panel > .eyebrow {
margin: 0;
padding: 0 0 17px;
background: var(--ink-soft);
color: var(--yellow);
}
.process-panel article {
display: grid;
grid-template-columns: auto 1fr;
gap: 20px;
padding: 27px;
background: var(--panel);
}
.process-panel article > span {
display: grid;
width: 48px;
height: 48px;
place-items: center;
border-radius: 50%;
background: var(--yellow);
color: var(--ink);
font-family: var(--display);
font-size: 19px;
font-weight: 900;
}
.process-panel h3 {
margin: 1px 0 7px;
font-family: var(--display);
font-size: 25px;
text-transform: uppercase;
}
.process-panel p {
margin: 0;
color: var(--muted);
font-size: 14px;
line-height: 1.6;
}
.realization-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 18px;
}
.realization-card {
display: grid;
min-height: 315px;
grid-template-columns: 1.05fr 0.95fr;
overflow: hidden;
background: var(--ink-soft);
color: var(--paper);
}
.realization-card img {
width: 100%;
height: 315px;
min-height: 315px;
padding: 12px;
background:
radial-gradient(circle at 50% 40%, rgba(255, 212, 0, 0.09), transparent 44%),
#090b0d;
object-fit: contain;
object-position: center;
}
.realization-card > div {
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 27px;
}
.realization-card > div > span {
color: var(--yellow);
font-size: 11px;
font-weight: 850;
text-transform: uppercase;
}
.realization-card h3,
.realization-card h2 {
margin: 12px 0 28px;
font-family: var(--display);
font-size: 29px;
font-weight: 900;
line-height: 1;
text-transform: uppercase;
}
.realization-card p {
margin: 0;
color: var(--muted);
font-size: 13px;
}
.all-realizations {
grid-template-columns: repeat(3, 1fr);
}
.all-realizations .realization-card {
display: flex;
min-height: 0;
flex-direction: column;
}
.all-realizations .realization-card img {
height: 280px;
min-height: 280px;
}
.zone-section {
background: radial-gradient(circle at 75% 50%, rgba(255, 212, 0, 0.1), transparent 35%), var(--ink);
}
.zone-grid {
display: grid;
grid-template-columns: 0.8fr 1.2fr;
align-items: center;
gap: 85px;
}
.zone-grid > div:first-child > p:not(.eyebrow) {
margin: 24px 0 32px;
color: var(--muted);
line-height: 1.75;
}
.area-cloud {
display: grid;
gap: 12px;
}
.area-cloud article {
position: relative;
overflow: hidden;
border: 1px solid var(--line);
border-radius: 12px;
padding: 22px 24px;
background: rgba(255, 255, 255, 0.035);
}
.area-cloud article::before {
position: absolute;
inset: 0 auto 0 0;
width: 4px;
content: "";
background: var(--yellow);
}
.area-cloud h3 {
margin: 0 0 7px;
color: var(--white);
font-family: var(--display);
font-size: 25px;
text-transform: uppercase;
}
.area-cloud p {
margin: 0;
color: var(--muted);
font-size: 14px;
line-height: 1.65;
}
.testimonials-section {
background: #e9e6df;
color: var(--ink);
}
.testimonial-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
}
.testimonial-grid blockquote {
margin: 0;
border-top: 4px solid var(--yellow);
padding: 30px;
background: var(--paper);
}
.stars {
color: #a78300;
letter-spacing: 0.12em;
}
.testimonial-grid blockquote > p {
min-height: 112px;
font-family: var(--display);
font-size: 25px;
font-weight: 750;
line-height: 1.25;
}
.testimonial-grid footer {
color: var(--muted-dark);
font-size: 12px;
}
.faq-grid {
display: grid;
grid-template-columns: 0.72fr 1.28fr;
gap: 85px;
}
.faq-grid > div:first-child > p:not(.eyebrow) {
margin: 24px 0 30px;
color: var(--muted-dark);
line-height: 1.75;
}
.faq-list {
border-top: 1px solid var(--line-dark);
}
.faq-list details {
border-bottom: 1px solid var(--line-dark);
}
.faq-list summary {
display: flex;
min-height: 82px;
align-items: center;
justify-content: space-between;
gap: 20px;
list-style: none;
font-family: var(--display);
font-size: 22px;
font-weight: 850;
}
.faq-list summary::-webkit-details-marker {
display: none;
}
.faq-list summary i {
display: grid;
width: 34px;
height: 34px;
flex: 0 0 auto;
place-items: center;
border-radius: 50%;
background: var(--yellow);
font-style: normal;
transition: transform 180ms ease;
}
.faq-list details[open] summary i {
transform: rotate(45deg);
}
.faq-answer {
padding: 0 54px 25px 0;
}
.faq-answer p {
margin: 0;
color: var(--muted-dark);
line-height: 1.75;
}
.faq-page {
max-width: 980px;
}
.final-cta {
padding: 86px 0;
background: radial-gradient(circle at 15% 50%, rgba(255, 212, 0, 0.12), transparent 35%), var(--ink);
}
.final-cta-inner {
display: grid;
grid-template-columns: 1.3fr 0.7fr;
align-items: center;
gap: 70px;
}
.final-cta-inner > div:first-child > p:not(.eyebrow) {
max-width: 760px;
margin: 22px 0 0;
color: var(--muted);
}
.final-cta-actions {
display: grid;
gap: 12px;
}
.site-footer {
border-top: 1px solid var(--line);
background: #07090a;
color: var(--muted);
}
.footer-grid {
display: grid;
grid-template-columns: 1.15fr 1fr 0.9fr 1fr;
gap: 65px;
padding-block: 70px;
}
.footer-brand {
margin-bottom: 22px;
}
.footer-grid section > p {
font-size: 13px;
line-height: 1.7;
}
.footer-tagline {
color: var(--yellow);
font-family: var(--display);
font-size: 17px !important;
font-weight: 750;
}
.footer-grid h2 {
margin: 8px 0 20px;
color: var(--paper);
font-family: var(--display);
font-size: 20px;
text-transform: uppercase;
}
.footer-grid ul {
display: grid;
gap: 9px;
margin: 0;
padding: 0;
list-style: none;
font-size: 13px;
}
.footer-grid a:hover {
color: var(--yellow);
}
.footer-contact {
display: flex;
align-items: center;
gap: 13px;
margin-bottom: 18px;
}
.footer-contact svg {
width: 23px;
color: var(--yellow);
}
.footer-contact span {
display: flex;
flex-direction: column;
font-size: 11px;
}
.footer-contact strong {
margin-top: 3px;
color: var(--paper);
font-family: var(--display);
font-size: 18px;
}
.footer-bottom {
display: flex;
min-height: 66px;
align-items: center;
justify-content: space-between;
border-top: 1px solid var(--line);
font-size: 11px;
}
.mobile-action-bar {
display: none;
}
.page-hero {
position: relative;
overflow: hidden;
border-bottom: 1px solid var(--line);
padding: 90px 0 78px;
background: linear-gradient(115deg, rgba(255, 212, 0, 0.08), transparent 38%), var(--ink);
}
.page-hero::after {
position: absolute;
right: -100px;
bottom: -210px;
width: 520px;
height: 520px;
border: 1px solid rgba(255, 212, 0, 0.2);
border-radius: 50%;
content: "";
}
.breadcrumbs {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 30px;
color: var(--muted);
font-size: 12px;
}
.page-hero-grid {
position: relative;
z-index: 2;
display: grid;
grid-template-columns: 1.35fr 0.65fr;
align-items: end;
gap: 80px;
}
.page-hero h1 {
max-width: 990px;
margin: 0;
font-family: var(--display);
font-size: clamp(55px, 6.8vw, 98px);
font-weight: 950;
letter-spacing: -0.04em;
line-height: 0.93;
text-transform: uppercase;
}
.page-hero-intro {
max-width: 840px;
margin: 25px 0 0;
color: #c5cbd0;
font-size: 18px;
line-height: 1.75;
}
.page-callout {
border-top: 4px solid var(--yellow);
padding: 24px;
background: var(--panel);
}
.page-callout > span {
color: var(--yellow);
font-size: 11px;
font-weight: 850;
text-transform: uppercase;
}
.page-callout strong {
display: block;
margin: 10px 0 16px;
font-family: var(--display);
font-size: 29px;
line-height: 1;
text-transform: uppercase;
}
.page-callout a {
display: inline-flex;
align-items: center;
gap: 8px;
color: var(--yellow);
font-family: var(--display);
font-size: 20px;
font-weight: 850;
}
.page-callout svg {
width: 20px;
}
.benefit-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
border-top: 1px solid var(--line-dark);
border-left: 1px solid var(--line-dark);
}
.benefit-grid article {
min-height: 190px;
border-right: 1px solid var(--line-dark);
border-bottom: 1px solid var(--line-dark);
padding: 28px;
}
.benefit-grid span {
display: grid;
width: 42px;
height: 42px;
place-items: center;
border-radius: 50%;
background: var(--yellow);
font-family: var(--display);
font-size: 19px;
font-weight: 900;
}
.benefit-grid h2 {
margin: 34px 0 0;
font-family: var(--display);
font-size: 22px;
line-height: 1.1;
text-transform: uppercase;
}
.service-coverage {
background: #e9e6df;
color: var(--ink);
}
.service-coverage-grid {
display: grid;
grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
align-items: center;
gap: 76px;
}
.service-coverage figure {
position: relative;
overflow: hidden;
min-height: 500px;
margin: 0;
border-radius: var(--radius);
background: var(--panel);
box-shadow: 0 28px 70px rgba(11, 13, 15, 0.18);
}
.service-coverage figure::after {
position: absolute;
inset: 0;
content: "";
background: linear-gradient(0deg, rgba(5, 7, 8, 0.86), transparent 48%);
}
.service-coverage figure img {
width: 100%;
height: 500px;
padding: 18px;
background:
radial-gradient(circle at 50% 38%, rgba(255, 212, 0, 0.11), transparent 46%),
var(--ink);
object-fit: contain;
object-position: center;
}
.service-coverage figcaption {
position: absolute;
z-index: 2;
right: 22px;
bottom: 20px;
left: 22px;
color: var(--white);
font-family: var(--display);
font-size: 20px;
font-weight: 850;
text-transform: uppercase;
}
.service-coverage h2 {
margin: 0;
font-family: var(--display);
font-size: clamp(43px, 4.4vw, 66px);
font-weight: 950;
letter-spacing: -0.035em;
line-height: 0.96;
text-transform: uppercase;
}
.service-coverage-grid > div > p:not(.eyebrow) {
margin: 22px 0 26px;
color: var(--muted-dark);
line-height: 1.75;
}
.service-area-list {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
margin-bottom: 28px;
}
.service-area-list article {
border-top: 3px solid var(--yellow);
padding: 17px;
background: var(--paper);
}
.service-area-list h3 {
margin: 0 0 8px;
font-family: var(--display);
font-size: 18px;
text-transform: uppercase;
}
.service-area-list p {
margin: 0;
color: var(--muted-dark);
font-size: 12px;
line-height: 1.6;
}
.content-split {
display: grid;
grid-template-columns: 0.8fr 1.2fr;
gap: 90px;
}
.content-heading {
position: sticky;
top: 130px;
align-self: start;
}
.content-heading > p:not(.eyebrow) {
color: var(--muted);
line-height: 1.75;
}
.included-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
margin: 0;
padding: 0;
border-top: 1px solid var(--line);
border-left: 1px solid var(--line);
list-style: none;
}
.included-list li {
display: flex;
min-height: 125px;
align-items: flex-start;
gap: 14px;
border-right: 1px solid var(--line);
border-bottom: 1px solid var(--line);
padding: 24px;
color: #dfe3e6;
font-family: var(--display);
font-size: 20px;
font-weight: 750;
}
.included-list svg {
width: 25px;
flex: 0 0 auto;
color: var(--yellow);
}
.service-process {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
}
.service-process article {
border-top: 4px solid var(--yellow);
padding: 28px;
background: var(--white);
}
.service-process span {
color: var(--yellow-dark);
font-size: 11px;
font-weight: 850;
text-transform: uppercase;
}
.service-process h3 {
margin: 30px 0 10px;
font-family: var(--display);
font-size: 29px;
text-transform: uppercase;
}
.service-process p {
margin: 0;
color: var(--muted-dark);
line-height: 1.7;
}
.service-faq {
padding-top: 0;
}
.contact-grid {
display: grid;
grid-template-columns: 0.7fr 1.3fr;
align-items: start;
gap: 55px;
}
.contact-card {
position: sticky;
top: 130px;
overflow: hidden;
border: 1px solid rgba(255, 212, 0, 0.28);
border-radius: 18px;
padding: 36px;
background: var(--ink-soft);
color: var(--paper);
box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
}
.contact-card::before {
position: absolute;
top: 0;
right: 0;
left: 0;
height: 5px;
content: "";
background: linear-gradient(90deg, var(--yellow), #fff2a4);
}
.contact-card::after {
position: absolute;
z-index: 0;
top: -90px;
right: -90px;
width: 190px;
height: 190px;
border: 1px solid rgba(255, 212, 0, 0.16);
border-radius: 50%;
content: "";
box-shadow: 0 0 0 28px rgba(255, 212, 0, 0.025);
pointer-events: none;
}
.contact-card > * {
position: relative;
z-index: 1;
}
.contact-card h2 {
margin: 0 0 18px;
font-family: var(--display);
font-size: 36px;
text-transform: uppercase;
}
.contact-card > p {
color: var(--muted);
line-height: 1.7;
}
.contact-options {
display: grid;
gap: 12px;
margin-top: 26px;
}
.contact-options a {
display: flex;
align-items: center;
gap: 13px;
border: 1px solid var(--line);
border-radius: 9px;
padding: 16px;
background: rgba(255, 255, 255, 0.025);
transition:
border-color 180ms ease,
background-color 180ms ease,
transform 180ms ease;
}
.contact-options a:hover {
border-color: var(--yellow);
background: rgba(255, 212, 0, 0.055);
transform: translateX(4px);
}
.contact-options svg {
width: 25px;
height: 25px;
flex: 0 0 auto;
color: var(--yellow);
}
.contact-options span {
display: flex;
flex-direction: column;
font-size: 11px;
}
.contact-options strong {
margin-top: 3px;
font-family: var(--display);
font-size: 19px;
overflow-wrap: anywhere;
}
.contact-trust {
display: flex;
align-items: flex-start;
gap: 12px;
margin-top: 26px;
border-top: 1px solid var(--line);
padding-top: 22px;
}
.contact-trust > svg {
width: 28px;
height: 28px;
flex: 0 0 auto;
color: var(--yellow);
}
.contact-trust p {
display: grid;
gap: 4px;
margin: 0;
color: var(--muted);
font-size: 12px;
line-height: 1.45;
}
.contact-trust strong {
color: var(--paper);
font-size: 13px;
}
.contact-form {
position: relative;
border: 1px solid var(--line-dark);
border-radius: 18px;
padding: 38px;
background: var(--white);
box-shadow: 0 24px 70px rgba(0, 0, 0, 0.1);
}
.form-heading {
margin-bottom: 30px;
border-bottom: 1px solid #e4e3df;
padding-bottom: 24px;
}
.form-heading > span {
color: #8a7100;
font-size: 11px;
font-weight: 900;
letter-spacing: 0.15em;
text-transform: uppercase;
}
.form-heading h2 {
margin: 6px 0 8px;
font-family: var(--display);
font-size: clamp(36px, 4vw, 52px);
letter-spacing: -0.025em;
line-height: 0.95;
text-transform: uppercase;
}
.form-heading p {
margin: 0;
color: var(--muted-dark);
font-size: 13px;
line-height: 1.55;
}
.form-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-bottom: 20px;
}
.contact-form label {
display: grid;
gap: 8px;
color: #2f363d;
font-size: 13px;
font-weight: 750;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
width: 100%;
border: 1px solid #b8bec4;
border-radius: 5px;
padding: 13px 14px;
background: #fff;
color: var(--ink);
}
.contact-form textarea {
resize: vertical;
}
.contact-form .consent-row {
display: flex;
align-items: flex-start;
gap: 11px;
margin: 3px 0 22px;
font-size: 12px;
font-weight: 500;
line-height: 1.55;
}
.contact-form .consent-row input {
width: 18px;
height: 18px;
flex: 0 0 auto;
margin: 1px 0 0;
accent-color: var(--yellow);
}
.contact-form .consent-row a {
border-bottom: 1px solid currentColor;
font-weight: 800;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
border-color: var(--yellow-dark);
outline: 3px solid rgba(255, 212, 0, 0.24);
}
.form-actions {
display: flex;
align-items: center;
gap: 20px;
margin-top: 22px;
}
.form-actions p {
margin: 0;
color: var(--muted-dark);
font-size: 11px;
}
.form-notice {
margin: 0 0 22px;
border-left: 4px solid var(--yellow);
padding: 14px 17px;
background: #fff8d6;
color: #4e4200;
}
.honeypot {
position: absolute !important;
left: -10000px !important;
width: 1px !important;
height: 1px !important;
overflow: hidden !important;
}
.zone-groups {
display: grid;
gap: 64px;
}
.zone-group-heading {
display: grid;
max-width: 900px;
grid-template-columns: auto 1fr;
gap: 18px;
margin-bottom: 24px;
}
.zone-group-heading > svg {
width: 31px;
color: var(--yellow-dark);
}
.zone-group-heading h2 {
margin: 0 0 7px;
font-family: var(--display);
font-size: 39px;
text-transform: uppercase;
}
.zone-group-heading p {
margin: 0;
color: var(--muted-dark);
}
.zone-list {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 10px;
}
.zone-list article {
display: flex;
min-height: 62px;
align-items: center;
gap: 11px;
border: 1px solid var(--line-dark);
padding: 15px 17px;
background: var(--white);
}
.zone-list article > span {
width: 7px;
height: 7px;
flex: 0 0 auto;
border-radius: 50%;
background: var(--yellow);
box-shadow: 0 0 0 4px rgba(255, 212, 0, 0.18);
}
.zone-list h3 {
margin: 0;
font-family: var(--display);
font-size: 18px;
line-height: 1.05;
text-transform: uppercase;
}
.prose {
max-width: 900px;
color: #3d464e;
font-size: 17px;
line-height: 1.85;
}
.prose h2,
.prose h3,
.post-list h2 {
color: var(--ink);
font-family: var(--display);
text-transform: uppercase;
}
.prose h2 {
margin-top: 50px;
font-size: 38px;
}
.post-list {
display: grid;
gap: 20px;
}
.post-list article {
border-top: 4px solid var(--yellow);
padding: 28px;
background: var(--white);
color: var(--ink);
}
@media (max-width: 1180px) {
.container {
width: min(calc(100% - 40px), var(--container));
}
.desktop-nav {
gap: 14px;
}
.desktop-nav a {
font-size: 14px;
}
.header-call span {
display: none;
}
.header-call {
width: 48px;
padding: 0;
}
.hero h1 {
font-size: clamp(54px, 6.6vw, 80px);
}
.service-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 930px) {
.emergency-strip p:last-child,
.desktop-nav,
.header-call {
display: none;
}
.header-inner {
justify-content: space-between;
}
.mobile-menu {
position: relative;
display: block;
}
.mobile-menu > summary {
display: grid;
width: 48px;
height: 48px;
place-content: center;
gap: 5px;
border: 1px solid var(--line);
list-style: none;
}
.mobile-menu > summary::-webkit-details-marker {
display: none;
}
.mobile-menu > summary span {
width: 22px;
height: 2px;
background: var(--paper);
}
.mobile-menu nav {
position: absolute;
top: calc(100% + 17px);
right: 0;
display: grid;
width: min(360px, calc(100vw - 40px));
gap: 1px;
border: 1px solid var(--line);
padding: 10px;
background: #0d1012;
box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
}
.mobile-menu nav > a:not(.button) {
border-bottom: 1px solid var(--line);
padding: 14px 12px;
font-family: var(--display);
font-size: 19px;
font-weight: 750;
}
.mobile-menu nav .button {
margin-top: 8px;
}
.hero,
.hero-inner {
min-height: auto;
}
.hero-inner {
grid-template-columns: 1fr;
}
.hero-copy {
padding: 68px 0 48px;
}
.hero h1 {
max-width: 760px;
font-size: clamp(58px, 9vw, 84px);
}
.hero-visual {
position: relative;
right: auto;
bottom: auto;
left: auto;
width: calc(100% + 40px);
min-height: 440px;
margin-left: -20px;
border-top: 1px solid rgba(255, 212, 0, 0.7);
border-left: 0;
clip-path: none;
}
.hero-brandstage {
inset: 28px 24px 84px;
}
.quick-contact-inner {
grid-template-columns: 1fr auto;
}
.quick-contact-inner > p {
display: none;
}
.section {
padding: 84px 0;
}
.section-heading,
.expertise-grid,
.zone-grid,
.faq-grid,
.page-hero-grid,
.content-split,
.contact-grid,
.service-coverage-grid,
.final-cta-inner {
grid-template-columns: 1fr;
gap: 48px;
}
.section-heading .text-link {
justify-self: start;
}
.content-heading,
.contact-card {
position: static;
}
.testimonial-grid {
grid-template-columns: 1fr;
}
.testimonial-grid blockquote > p {
min-height: auto;
}
.footer-grid {
grid-template-columns: repeat(2, 1fr);
}
.benefit-grid {
grid-template-columns: repeat(2, 1fr);
}
.service-coverage figure,
.service-coverage figure img {
height: 420px;
min-height: 420px;
}
.all-realizations,
.zone-list {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 650px) {
body {
padding-bottom: 62px;
}
.container {
width: min(calc(100% - 32px), var(--container));
}
.emergency-strip-inner {
justify-content: center;
}
.header-inner {
min-height: 70px;
}
.brand {
font-size: 35px;
}
.hero-copy {
padding: 54px 0 36px;
}
.hero .eyebrow {
font-size: 10px;
letter-spacing: 0.11em;
}
.hero h1 {
font-size: clamp(44px, 14.5vw, 64px);
line-height: 0.88;
}
.hero-subtitle {
display: block;
font-size: 20px;
line-height: 1.4;
}
.hero-subtitle i {
display: inline-block;
margin: 0 7px 3px;
}
.hero-actions {
display: grid;
}
.hero-actions .button {
width: 100%;
}
.hero-proof-grid {
grid-template-columns: 1fr;
}
.hero-proof-grid article {
min-height: 68px;
}
.hero-visual {
min-height: 650px;
}
.hero-brandstage {
inset: 16px 12px 76px;
border-radius: 20px;
}
.hero-brandmark {
top: 25%;
}
.hero-brandmark-bolt {
width: 58px;
height: 58px;
border-radius: 15px;
}
.hero-brandmark-bolt svg {
width: 34px;
height: 34px;
}
.hero-brandmark-name {
font-size: 53px;
}
.hero-orbit {
top: 25%;
}
.hero-orbit-outer {
width: min(68%, 245px);
}
.hero-orbit-inner {
width: min(49%, 175px);
}
.hero-services-orbit {
position: absolute;
right: 12px;
bottom: 48px;
left: 12px;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 8px;
}
.hero-service-node {
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
min-width: 0;
padding: 9px;
transform: none;
}
.hero-service-node strong {
font-size: 15px;
}
.hero-service-node small {
white-space: normal;
}
.hero-audiences {
flex-wrap: wrap;
gap: 5px 8px;
font-size: 11px;
line-height: 1.25;
}
.hero-status {
right: 14px;
bottom: 14px;
left: 14px;
}
.quick-contact-inner {
min-height: 96px;
grid-template-columns: 1fr;
gap: 4px;
padding-block: 14px;
}
.quick-contact-inner > div {
display: none;
}
.quick-contact-inner > a {
justify-content: center;
font-size: 31px;
}
.section {
padding: 66px 0;
}
.section-heading h2,
.expertise-panel h2,
.zone-grid h2,
.faq-grid h2,
.final-cta h2,
.content-heading h2,
.service-coverage h2 {
font-size: clamp(40px, 13vw, 58px);
}
.service-grid,
.check-list,
.realization-grid,
.included-list,
.service-process,
.form-grid,
.all-realizations,
.zone-list,
.service-area-list {
grid-template-columns: 1fr;
}
.service-card {
min-height: 305px;
}
.realization-card {
min-height: 0;
grid-template-columns: 1fr;
}
.realization-card img {
height: 280px;
min-height: 280px;
}
.footer-grid {
grid-template-columns: 1fr;
}
.footer-bottom {
align-items: flex-start;
flex-direction: column;
justify-content: center;
gap: 4px;
padding-block: 18px;
}
.mobile-action-bar {
position: fixed;
z-index: 80;
right: 0;
bottom: 0;
left: 0;
display: grid;
height: 62px;
grid-template-columns: 1fr 1fr;
box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.25);
}
.mobile-action-bar a {
display: grid;
place-items: center;
background: var(--ink);
color: var(--paper);
font-family: var(--display);
font-size: 19px;
font-weight: 850;
}
.mobile-action-bar a:last-child {
background: var(--yellow);
color: var(--ink);
}
.page-hero {
padding: 64px 0 58px;
}
.page-hero h1 {
font-size: clamp(48px, 15.5vw, 70px);
}
.page-hero-intro {
font-size: 16px;
}
.benefit-grid {
grid-template-columns: 1fr;
}
.benefit-grid article {
min-height: 150px;
}
.service-coverage figure,
.service-coverage figure img {
height: 320px;
min-height: 320px;
}
.contact-form {
padding: 25px 20px;
}
.form-actions {
align-items: stretch;
flex-direction: column;
}
.form-actions .button {
width: 100%;
}
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
scroll-behavior: auto !important;
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}