:root {
  --black: #000;
  --obsidian: #0c0c0c;
  --surface: #141414;
  --surface-2: #191919;
  --yellow: #feff01;
  --green: #007600;
  --green-bright: #31b24a;
  --red: #fb0200;
  --white: #fff;
  --soft: #e5e5e5;
  --muted: #a3a3a3;
  --border: rgba(255, 255, 255, 0.1);
  --border-strong: rgba(255, 255, 255, 0.18);
  --glass: rgba(255, 255, 255, 0.045);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --font: "Space Grotesk", sans-serif;
  --mono: "JetBrains Mono", monospace;
  --header-h: 88px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 12px);
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 8% 20%, rgba(254, 255, 1, 0.045), transparent 26rem),
    radial-gradient(circle at 92% 70%, rgba(0, 118, 0, 0.035), transparent 28rem),
    #000;
  color: var(--white);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background: none;
  mask-image: none;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 9999;
  content: "";
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

::selection { background: var(--yellow); color: #000; }

img { display: block; max-width: 100%; }
svg { display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: .8rem 1rem;
  border-radius: .75rem;
  background: var(--yellow);
  color: #000;
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform .2s var(--ease);
}
.skip-link:focus { transform: translateY(0); }

.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ambient { position: fixed; z-index: -1; width: 34rem; height: 34rem; border-radius: 50%; filter: blur(120px); opacity: .06; pointer-events: none; }
.ambient--one { top: 20%; left: -20rem; background: var(--yellow); }
.ambient--two { right: -20rem; bottom: 12%; background: var(--green); }

.site-shell {
  position: relative;
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: var(--obsidian);
  box-shadow: none;
  overflow: hidden;
}

.section { position: relative; }
.section--padded { padding: 5.25rem clamp(1.5rem, 5vw, 6rem); }

.eyebrow {
  display: none;
  align-items: center;
  gap: .7rem;
  margin: 0 0 1.5rem;
  color: rgba(255,255,255,.64);
  font: 500 .68rem/1.2 var(--mono);
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow > span { width: 1.75rem; height: 1px; background: var(--yellow); }
.eyebrow--red > span { background: var(--red); }
.eyebrow--dark { color: rgba(0,0,0,.6); }
.eyebrow--dark > span { background: var(--red); }

h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; }
h2 {
  margin-bottom: 1.75rem;
  font-size: clamp(3.25rem, 6vw, 6.75rem);
  line-height: .92;
  letter-spacing: -.06em;
}
h2 em { color: var(--yellow); font-style: normal; }

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, .75fr);
  align-items: end;
  gap: 3rem;
  margin-bottom: 2.4rem;
}
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 34rem; margin: 0 0 .4rem; color: var(--muted); font-size: 1.1rem; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: .95rem 1.6rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .93rem;
  font-weight: 700;
  line-height: 1;
  transition: transform .35s var(--ease), background .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease), color .35s var(--ease);
}
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .35s var(--ease); }
.button:hover { transform: translateY(-2px) scale(1.015); }
.button:hover svg { transform: translateX(4px); }
.button--primary { background: var(--yellow); color: #000; box-shadow: 0 0 30px rgba(254,255,1,.16); }
.button--primary:hover { box-shadow: 0 0 42px rgba(254,255,1,.28); }
.button--secondary { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.03); color: #fff; backdrop-filter: blur(16px); }
.button--secondary:hover { border-color: rgba(254,255,1,.5); background: rgba(254,255,1,.05); }
.button--light { background: #fff; color: #000; }
.button--small { min-height: 44px; padding: .75rem 1.15rem; font-size: .78rem; }

.glass-card {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(18,18,18,.54);
  box-shadow: 0 24px 65px rgba(0,0,0,.45), inset 0 1px rgba(255,255,255,.07);
  backdrop-filter: blur(16px);
}

.placeholder-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: .6rem;
  padding: .6rem .8rem;
  border: 1px dashed rgba(254,255,1,.32);
  border-radius: .65rem;
  color: rgba(255,255,255,.62);
  font: 500 .61rem/1.4 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.image-frame { position: relative; overflow: hidden; background: #111; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.image-frame__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.7)), linear-gradient(90deg, rgba(0,0,0,.16), transparent); pointer-events: none; }
.image-unavailable { background: linear-gradient(135deg, #1a1a1a, #090909); }
.image-unavailable::after { position: absolute; inset: 12%; border: 1px dashed rgba(255,255,255,.1); content: "IMAGE À REMPLACER"; display: grid; place-items: center; color: rgba(255,255,255,.24); font: .58rem/1 var(--mono); letter-spacing: .13em; }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Navigation */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(1rem, 2vw, 2.5rem);
  height: var(--header-h);
  padding: 0 clamp(1.5rem, 3.8vw, 4.5rem);
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(8,8,8,.18);
  backdrop-filter: blur(10px);
  transition: background .35s var(--ease), border-color .35s var(--ease), backdrop-filter .35s var(--ease), box-shadow .35s var(--ease);
}
.site-header.is-scrolled {
  border: 0;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  background: rgba(8,8,8,.82);
  box-shadow: 0 20px 55px rgba(0,0,0,.45);
  backdrop-filter: blur(20px);
}
.brand { display: inline-flex; min-width: max-content; align-items: center; gap: .8rem; }
.brand__logo { display: block; width: 83px; height: 46px; object-fit: contain; }
.brand__logo--footer { width: 142px; height: auto; }

.desktop-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: .15rem;
  padding: .35rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(16px);
}
.desktop-nav a { position: relative; padding: .6rem .75rem; border-radius: 999px; color: rgba(255,255,255,.62); font-size: .73rem; white-space: nowrap; transition: color .25s var(--ease), background .25s var(--ease); }
.desktop-nav a:hover, .desktop-nav a.is-active { color: #fff; background: rgba(255,255,255,.045); }

.header-actions { display: flex; align-items: center; gap: 1rem; }
.theme-toggle { display: grid; width: 44px; height: 44px; flex: 0 0 auto; place-items: center; border: 1px solid var(--border); border-radius: 50%; background: rgba(255,255,255,.04); cursor: pointer; transition: background .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease); }
.theme-toggle:hover { border-color: rgba(254,255,1,.55); background: rgba(254,255,1,.08); transform: rotate(8deg); }
.theme-toggle svg { grid-area: 1/1; width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; transition: opacity .25s var(--ease), transform .25s var(--ease); }
.theme-toggle__moon { opacity: 0; transform: rotate(-20deg) scale(.75); }
html[data-theme="light"] .theme-toggle__sun { opacity: 0; transform: rotate(20deg) scale(.75); }
html[data-theme="light"] .theme-toggle__moon { opacity: 1; transform: rotate(0) scale(1); }
.status-tag { display: inline-flex; align-items: center; gap: .55rem; color: rgba(255,255,255,.65); font: 500 .55rem/1.3 var(--mono); letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.status-tag i { width: 6px; height: 6px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 12px rgba(49,178,74,.9); animation: status-pulse 2s infinite; }
@keyframes status-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(49,178,74,.55), 0 0 10px rgba(49,178,74,.8); } 50% { box-shadow: 0 0 0 6px rgba(49,178,74,0), 0 0 16px rgba(49,178,74,.9); } }

.menu-toggle { display: none; width: 48px; height: 48px; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: 50%; background: rgba(255,255,255,.04); cursor: pointer; }
.menu-toggle svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.menu-toggle .close-icon { display: none; }
.menu-toggle[aria-expanded="true"] .menu-icon { display: none; }
.menu-toggle[aria-expanded="true"] .close-icon { display: block; }
.mobile-menu { display: none; }

/* Hero */
.hero {
  min-height: min(900px, 100svh);
  padding: calc(var(--header-h) + 4.5rem) clamp(1.5rem, 5vw, 6rem) 4.5rem;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(340px, 5fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 7rem);
  isolation: isolate;
  overflow: hidden;
}
.hero::before { position: absolute; inset: 0; z-index: -2; content: ""; background: radial-gradient(circle at 20% 42%, rgba(254,255,1,.055), transparent 26rem); }
.hero::after { position: absolute; left: 0; right: 0; bottom: 0; z-index: -1; height: 8rem; content: ""; background: linear-gradient(transparent, var(--obsidian)); pointer-events: none; }
.hero__content { position: relative; z-index: 3; max-width: 930px; }
.hero h1 { margin: 0 0 2rem; font-size: clamp(4.2rem, 7.05vw, 7.35rem); font-weight: 600; line-height: .86; letter-spacing: -.067em; }
.hero h1 em { display: inline-block; background: linear-gradient(92deg, var(--yellow), #fff 82%); color: transparent; font-style: normal; -webkit-background-clip: text; background-clip: text; }
.hero__lead { max-width: 47rem; margin: 0 0 2.2rem; color: rgba(255,255,255,.68); font-size: clamp(1rem, 1.25vw, 1.18rem); line-height: 1.65; }
.hero__buttons { display: flex; flex-wrap: wrap; gap: .8rem; }
.trust-list { display: flex; flex-wrap: wrap; gap: 1rem 1.45rem; margin: 2.4rem 0 0; padding: 0; list-style: none; }
.trust-list li { display: flex; align-items: center; gap: .5rem; color: rgba(255,255,255,.58); font: 500 .65rem/1.3 var(--mono); letter-spacing: .02em; }
.trust-list svg { width: 15px; height: 15px; padding: 3px; border-radius: 50%; background: rgba(49,178,74,.15); fill: none; stroke: var(--green-bright); stroke-width: 2.6; }

.hero__visual {
  position: relative;
  height: clamp(550px, 67vh, 720px);
  perspective: 1300px;
}
.hero__scene {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --hero-scroll-y: 0px;
  position: absolute;
  inset: 1% -5% 0 -9%;
  transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform .5s var(--ease);
  will-change: transform;
}
.hero__glow {
  position: absolute;
  inset: 17% 8% 4% 13%;
  z-index: -1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 52% 62%, rgba(254,255,1,.15), transparent 42%),
    radial-gradient(circle at 76% 42%, rgba(0,118,0,.18), transparent 38%);
  filter: blur(34px);
  opacity: .72;
  transform: translateZ(-30px);
}
.hero__art {
  position: absolute;
  inset: 5% 0 0;
  z-index: 1;
  width: 100%;
  height: 94%;
  object-fit: contain;
  filter: saturate(.94) contrast(1.03) drop-shadow(0 36px 34px rgba(0,0,0,.44));
  transform: translate3d(0,var(--hero-scroll-y),28px) scale(1.015);
  transform-origin: 53% 62%;
  transition: filter .6s var(--ease), transform .6s var(--ease);
  will-change: transform;
}
.hero__scene:hover .hero__art {
  filter: saturate(1.05) contrast(1.035) drop-shadow(0 42px 40px rgba(0,0,0,.5));
  transform: translate3d(0,var(--hero-scroll-y),36px) scale(1.035);
}

.hero-info {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: .9rem 1rem;
  border-radius: 1rem;
  transition: border-color .35s var(--ease), background .35s var(--ease), box-shadow .35s var(--ease), transform .45s var(--ease);
}
.hero-info:hover { border-color: rgba(254,255,1,.45); background: rgba(24,24,24,.75); box-shadow: 0 26px 65px rgba(0,0,0,.5), 0 0 28px rgba(254,255,1,.08); }
.hero-info > div { display: flex; min-width: 0; flex-direction: column; }
.hero-info small { color: rgba(255,255,255,.46); font: 500 .48rem/1.25 var(--mono); letter-spacing: .13em; }
.hero-info strong { margin-top: .35rem; font-size: .82rem; line-height: 1.2; }
.hero-info div > span { margin-top: .3rem; color: rgba(255,255,255,.45); font-size: .57rem; line-height: 1.25; }
.hero-info__icon { display: grid; width: 36px; height: 36px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: rgba(254,255,1,.12); color: var(--yellow); }
.hero-info__icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.hero-info__index { color: var(--yellow); font: 600 1.55rem/1 var(--mono); letter-spacing: -.08em; }
.hero-info--coverage { top: 9%; left: 2%; width: min(270px,55%); transform: translateZ(92px); }
.hero-info--expertise { top: 30%; right: 0; width: min(245px,50%); transform: translateZ(72px); }
.hero-info--local { bottom: 8%; left: 11%; width: min(250px,52%); transform: translateZ(105px); }
.hero-info--local > i { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 6px rgba(49,178,74,.12), 0 0 20px rgba(49,178,74,.7); animation: status-pulse 2.2s infinite; }
.hero-info--coverage:hover { transform: translateZ(108px) translateY(-4px); }
.hero-info--expertise:hover { transform: translateZ(88px) translateY(-4px); }
.hero-info--local:hover { transform: translateZ(121px) translateY(-4px); }
.engineering-cursor { position: absolute; top: 51%; right: 5%; z-index: 6; display: flex; align-items: center; gap: .7rem; padding: .55rem .8rem; border-radius: .45rem; background: var(--yellow); color: #000; font: 600 .53rem/1 var(--mono); letter-spacing: .1em; box-shadow: 0 8px 28px rgba(0,0,0,.4); animation: float-card 6s ease-in-out infinite; }
.engineering-cursor::before { position: absolute; left: -7px; bottom: -7px; width: 13px; height: 13px; background: var(--yellow); clip-path: polygon(0 0, 100% 100%, 0 75%); content: ""; }
.engineering-cursor i { width: 5px; height: 5px; border-radius: 50%; background: #000; }
@keyframes float-card { 0%,100% { transform: translate3d(0,0,115px); } 50% { transform: translate3d(0,-10px,115px); } }

.hero__scroll { position: absolute; left: clamp(1.5rem, 5vw, 6rem); bottom: 2rem; display: flex; align-items: center; gap: .7rem; color: rgba(255,255,255,.28); font: .5rem/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.hero__scroll span { width: 1px; height: 24px; background: linear-gradient(var(--yellow), transparent); animation: scroll-line 2s infinite; }
@keyframes scroll-line { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

.capability-strip { overflow: hidden; border-block: 1px solid var(--border); background: var(--yellow); color: #000; transform: rotate(-1deg) scale(1.02); }
.capability-strip__track { display: flex; width: max-content; align-items: center; gap: 1.8rem; padding: .8rem 0; font: 600 .65rem/1 var(--mono); letter-spacing: .13em; animation: strip-scroll 38s linear infinite; }
.capability-strip__track i { width: 5px; height: 5px; border-radius: 50%; background: var(--red); }
@keyframes strip-scroll { to { transform: translateX(-50%); } }

/* About */
.about { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(3rem, 7vw, 8rem); padding-top: 5.5rem; }
.about__visual { position: relative; min-height: 700px; }
.about__image { position: absolute; inset: 0 2rem 0 0; border-radius: 2.5rem; border: 1px solid var(--border); }
.about__image::before { position: absolute; z-index: 3; top: 8%; left: 0; width: 3px; height: 9rem; background: var(--red); content: ""; box-shadow: 0 0 16px rgba(251,2,0,.38); }
.about__image img { filter: saturate(.65) contrast(1.08); }
.about__stamp { position: absolute; right: 0; bottom: 11%; z-index: 5; display: flex; width: 130px; height: 130px; flex-direction: column; align-items: center; justify-content: center; gap: .55rem; border: 1px solid rgba(254,255,1,.35); border-radius: 50%; background: rgba(8,8,8,.76); box-shadow: 0 20px 45px rgba(0,0,0,.4); backdrop-filter: blur(16px); }
.about__stamp::before { position: absolute; inset: 7px; border: 1px dashed rgba(254,255,1,.25); border-radius: 50%; content: ""; }
.about__stamp svg { width: 26px; height: 26px; fill: none; stroke: var(--yellow); stroke-width: 1.4; }
.about__stamp span { text-align: center; font: 500 .52rem/1.4 var(--mono); letter-spacing: .14em; }
.about__content h2 { max-width: 800px; font-size: clamp(3rem, 5.2vw, 6rem); }
.about__content > p { max-width: 690px; color: var(--muted); font-size: 1.03rem; }
.values-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; margin-top: 3rem; border: 1px solid var(--border); border-radius: 1.5rem; background: var(--border); overflow: hidden; }
.values-grid article { position: relative; min-height: 150px; padding: 1.4rem; background: var(--surface); transition: background .3s var(--ease); }
.values-grid article::after { position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: var(--accent); content: ""; transform: scaleX(.18); transform-origin: left; transition: transform .35s var(--ease); }
.values-grid article:hover { background: #181818; }
.values-grid article:hover::after { transform: scaleX(1); }
.value-card--quality { --accent: #feff01; }
.value-card--reliability { --accent: #fff; }
.value-card--safety { --accent: #fb0200; }
.value-card--sustainability { --accent: #007600; }
.values-grid strong { display: block; font-size: 1.15rem; }
.values-grid small { display: block; margin-top: .35rem; color: rgba(255,255,255,.42); font-size: .74rem; }

/* History */
.history { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr); gap: clamp(3rem, 6vw, 7rem); padding-block: 3.75rem; border-top: 1px solid var(--border); }
.history__heading { position: sticky; top: 8rem; align-self: start; }
.history__heading h2 { margin-bottom: 1.2rem; font-size: clamp(3.25rem, 5vw, 5.8rem); }
.history__heading > p:not(.eyebrow) { max-width: 32rem; color: var(--muted); }
.history__heading .placeholder-badge { margin-top: 1.5rem; }
.history-signature { display: inline-flex; margin-top: 1.1rem; padding: .55rem .8rem; border-left: 2px solid var(--yellow); background: rgba(254,255,1,.04); color: rgba(255,255,255,.58); font: 500 .56rem/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.timeline { position: relative; display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.timeline::before { position: absolute; top: 2rem; bottom: 2rem; left: 1.7rem; width: 1px; background: linear-gradient(var(--red), rgba(255,255,255,.12) 48%, var(--green)); content: ""; }
.timeline li { position: relative; display: grid; grid-template-columns: 3.5rem 1fr; gap: 1.5rem; padding: 0 0 1.25rem; }
.timeline li:last-child { padding-bottom: 0; }
.timeline__node { position: relative; z-index: 2; display: grid; width: 3.4rem; height: 3.4rem; place-items: center; border: 1px solid var(--border-strong); border-radius: 50%; background: var(--obsidian); color: var(--yellow); font: .65rem/1 var(--mono); box-shadow: 0 0 0 6px var(--obsidian); }
.timeline li:last-child .timeline__node { border-color: rgba(49,178,74,.4); color: var(--green-bright); }
.timeline li > div { padding: .25rem 0 1.45rem; border-bottom: 1px solid var(--border); }
.timeline li:last-child > div { padding-bottom: .25rem; border-bottom: 0; }
.timeline small { color: rgba(255,255,255,.35); font: .52rem/1 var(--mono); letter-spacing: .13em; }
.timeline strong { display: block; margin-top: .7rem; font-size: clamp(1.15rem, 2vw, 1.55rem); letter-spacing: -.03em; }
.timeline p { margin: .45rem 0 0; color: var(--muted); font-size: .88rem; }

/* Services */
.services { border-top: 1px solid var(--border); background: linear-gradient(180deg, rgba(255,255,255,.015), transparent 20rem); }
.services-grid { display: grid; align-items: stretch; gap: 1rem; }
.services-grid--bento { grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: repeat(4, minmax(150px, auto)); }
.service-card { position: relative; display: flex; min-width: 0; min-height: 330px; height: 100%; flex-direction: column; justify-content: space-between; padding: 1.6rem; border: 1px solid var(--border); border-radius: 2rem; background: var(--surface); overflow: hidden; isolation: isolate; transition: transform .4s var(--ease), border-color .4s var(--ease), background .4s var(--ease); }
.service-card:hover { z-index: 2; border-color: var(--yellow); background: var(--yellow); color: #000; transform: translateY(-5px); }
.service-card--main { grid-column: 1 / span 8; grid-row: 1 / span 2; min-height: 100%; padding: 2rem; background: linear-gradient(145deg, #181818, #101010); }
.service-card--top-right { grid-column: 9 / span 4; grid-row: 1 / span 2; min-height: 100%; }
.service-card--bottom-left { grid-column: 1 / span 4; grid-row: 3 / span 2; min-height: 100%; }
.service-card--middle-right { grid-column: 5 / span 8; grid-row: 3 / span 1; min-height: 100%; }
.service-card--bottom-right { grid-column: 5 / span 8; grid-row: 4 / span 1; min-height: 100%; }
.service-card--yellow { border-color: var(--border); background: var(--surface); color: #fff; }
.service-card__top { display: flex; align-items: start; justify-content: space-between; margin-bottom: 2rem; }
.service-icon { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--border); border-radius: .9rem; background: rgba(255,255,255,.035); }
.service-icon svg { width: 23px; height: 23px; fill: none; stroke: var(--yellow); stroke-width: 1.35; }
.service-card h3 { max-width: 28rem; margin: .55rem 0 .8rem; font-size: clamp(1.85rem, 3.3vw, 2.85rem); line-height: .96; letter-spacing: -.055em; text-transform: uppercase; }
.service-card--top-right h3, .service-card--bottom-left h3 { font-size: clamp(1.6rem, 2.35vw, 2.25rem); }
.service-card--middle-right h3, .service-card--bottom-right h3 { max-width: 34rem; }
.service-card p:not(.card-label) { max-width: 34rem; margin: 0; color: rgba(255,255,255,.54); font-size: .86rem; }
.service-card:hover .service-icon { border-color: rgba(0,0,0,.18); background: rgba(0,0,0,.06); }
.service-card:hover .service-icon svg { stroke: #000; }
.service-card:hover .card-label { color: rgba(0,0,0,.52); }
.service-card:hover p:not(.card-label) { color: rgba(0,0,0,.7); }
.stage-list { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(5,1fr); margin: 2.5rem 0 0; padding: 0; list-style: none; }
.stage-list::before { position: absolute; top: 8px; right: 5%; left: 5%; z-index: -1; height: 1px; background: rgba(255,255,255,.14); content: ""; }
.stage-list li { display: flex; flex-direction: column; gap: .8rem; color: rgba(255,255,255,.42); font-size: .65rem; text-align: center; }
.stage-list span { display: grid; width: 17px; height: 17px; align-self: center; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: var(--surface); color: transparent; font-size: 0; }
.stage-list li.is-active { color: #fff; }
.stage-list li.is-active span { border-color: var(--yellow); background: var(--yellow); box-shadow: 0 0 12px rgba(254,255,1,.35); }
.service-card:hover .stage-list::before { background: rgba(0,0,0,.18); }
.service-card:hover .stage-list li { color: rgba(0,0,0,.54); }
.service-card:hover .stage-list li.is-active { color: #000; }
.service-card:hover .stage-list span { border-color: rgba(0,0,0,.24); background: transparent; }
.service-card:hover .stage-list li.is-active span { border-color: #000; background: #000; box-shadow: none; }
.structural-sketch { position: absolute; top: 6rem; right: 2rem; z-index: -1; width: 47%; height: 44%; opacity: .18; border: 1px solid #fff; border-bottom: 0; }
.structural-sketch span { position: absolute; bottom: 0; width: 1px; height: 100%; background: #fff; }
.structural-sketch span:nth-child(1) { left: 20%; }.structural-sketch span:nth-child(2) { left: 40%; }.structural-sketch span:nth-child(3) { left: 60%; }.structural-sketch span:nth-child(4) { left: 80%; }
.structural-sketch i { position: absolute; top: 38%; left: 0; width: 100%; height: 1px; background: #fff; }
.technical-list { display: grid; gap: 0; margin: 2rem 0 0; padding: 0; list-style: none; }
.technical-list li { padding: .72rem 0; border-bottom: 1px solid var(--border); color: rgba(255,255,255,.62); font-size: .95rem; line-height: 1.45; }
.technical-list li::before { margin-right: .7rem; color: var(--yellow); content: "+"; font-family: var(--mono); }
.service-card:hover .technical-list li { border-color: rgba(0,0,0,.14); color: rgba(0,0,0,.68); }
.service-card:hover .technical-list li::before { color: #000; }
.reinforcement { position: relative; height: 110px; margin-top: 1.5rem; border: 1px solid rgba(255,255,255,.08); overflow: hidden; }
.reinforcement i { position: absolute; top: -20%; width: 3px; height: 140%; border: 1px solid rgba(254,255,1,.35); transform: rotate(25deg); }
.reinforcement i:nth-child(1) { left: 15%; }.reinforcement i:nth-child(2) { left: 38%; }.reinforcement i:nth-child(3) { left: 62%; }.reinforcement i:nth-child(4) { left: 85%; }
.reinforcement span { position: absolute; right: .5rem; bottom: .5rem; color: rgba(255,255,255,.35); font: .5rem/1 var(--mono); }
.service-card:hover .structural-sketch { border-color: #000; }
.service-card:hover .structural-sketch span, .service-card:hover .structural-sketch i { background: #000; }
.service-card:hover .reinforcement { border-color: rgba(0,0,0,.15); }
.service-card:hover .reinforcement i { border-color: rgba(0,0,0,.42); }
.service-card:hover .reinforcement span { color: rgba(0,0,0,.48); }
.card-link { display: grid; width: 42px; height: 42px; align-self: end; margin-top: 1.5rem; place-items: center; border: 1px solid var(--border); border-radius: 50%; transition: background .3s var(--ease), color .3s var(--ease), transform .3s var(--ease); }
.card-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.service-card:hover .card-link { border-color: #000; background: #000; color: var(--yellow); transform: rotate(-12deg); }
.service-card__meta { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem; margin-top: 1.5rem; color: rgba(255,255,255,.38); font: .52rem/1 var(--mono); letter-spacing: .12em; }
.service-card__meta i { width: 4px; height: 4px; border-radius: 50%; background: var(--green-bright); }
.service-card:hover .service-card__meta { color: rgba(0,0,0,.55); }
.service-card:hover .service-card__meta i { background: #000; }

/* Method */
.method { padding: 6.5rem clamp(1.5rem, 5vw, 6rem); border-radius: 4rem; background: var(--soft); color: #0b0b0b; }
.method::before { position: absolute; top: 0; left: 12%; width: 1px; height: 100%; background: rgba(0,0,0,.055); content: ""; }
.method__intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 3rem; margin-bottom: 3.5rem; }
.method__intro .eyebrow { grid-column: 1/-1; margin-bottom: 0; }
.method__intro h2 { margin: 0; }
.method__intro h2 em { color: var(--red); }
.method__intro > p:last-child { max-width: 29rem; justify-self: end; margin: 0 0 .5rem; color: rgba(0,0,0,.57); font-size: 1.15rem; }
.method-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin: 0; padding: 0; border-top: 1px solid rgba(0,0,0,.15); list-style: none; }
.method-steps li { position: relative; display: flex; min-height: 290px; gap: 1.35rem; padding: 2.2rem 2rem; border-right: 1px solid rgba(0,0,0,.13); border-bottom: 1px solid rgba(0,0,0,.13); transition: background .35s var(--ease); }
.method-steps li:nth-child(3n) { border-right: 0; }
.method-steps li:hover { background: rgba(255,255,255,.6); }
.method-steps li::after { position: absolute; left: 0; bottom: -1px; width: 0; height: 2px; background: var(--red); content: ""; transition: width .4s var(--ease); }
.method-steps li:hover::after { width: 100%; }
.method-steps__number { display: grid; flex: 0 0 auto; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(0,0,0,.23); border-radius: 50%; font: .62rem/1 var(--mono); }
.method-steps li:last-child .method-steps__number { border-color: rgba(0,118,0,.4); color: var(--green); }
.method-steps small { color: rgba(0,0,0,.42); font: .52rem/1 var(--mono); letter-spacing: .15em; }
.method-steps h3 { margin: .8rem 0 .7rem; font-size: 1.45rem; line-height: 1.1; letter-spacing: -.04em; }
.method-steps p { margin: 0; color: rgba(0,0,0,.58); font-size: .83rem; line-height: 1.6; }

/* Team */
.team { padding-top: 7.5rem; padding-bottom: 2.75rem; }
.team__top { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,.85fr); gap: clamp(3rem, 6vw, 6rem); align-items: center; }
.team__intro h2 { max-width: 780px; font-size: clamp(3.25rem, 5.5vw, 6.4rem); }
.team__intro > p:last-child { max-width: 680px; color: var(--muted); }
.team__photo { height: 480px; border: 1px solid var(--border); border-radius: 2.5rem; }
.team__photo img { filter: saturate(.72) contrast(1.03); }
.team__photo-label { position: absolute; right: 1.5rem; bottom: 1.5rem; z-index: 3; color: rgba(255,255,255,.68); font: .54rem/1 var(--mono); letter-spacing: .14em; }
.team-structure { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); grid-auto-rows: 1fr; align-items: stretch; gap: 1rem; margin-top: 3.5rem; }
.team-category { display: flex; min-width: 0; height: 100%; flex-direction: column; padding: 1.8rem; border: 1px solid var(--border); border-radius: 2rem; background: var(--surface); }
.team-category--featured { border-color: rgba(254,255,1,.23); background: linear-gradient(145deg, #1b1b1b, #111); }
.team-category__head { display: flex; align-items: center; justify-content: flex-end; margin-bottom: 2.5rem; }
.team-category__head svg { width: 28px; height: 28px; fill: none; stroke: var(--yellow); stroke-width: 1.3; }
.team-category h3 { min-height: 2.5em; margin-bottom: 1.5rem; font-size: 1.5rem; line-height: 1.12; letter-spacing: -.045em; }
.team-category ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.team-category li { padding: .52rem 0; border-bottom: 1px solid rgba(255,255,255,.07); color: rgba(255,255,255,.57); font-size: .79rem; }
.team-category li::before { margin-right: .6rem; color: var(--green-bright); content: "—"; }
.team-category__columns { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 1rem; }
.team-statement { display: grid; grid-template-columns: auto 1fr; gap: 1.5rem; max-width: 1000px; margin: 2.25rem auto; padding: 0; border: 0; }
.team-statement > span { color: var(--yellow); font-size: 6rem; line-height: .7; }
.team-statement p { margin: 0; font-size: clamp(1.5rem,3vw,2.6rem); line-height: 1.2; letter-spacing: -.045em; }
.team-statement strong { color: var(--yellow); font-weight: 500; }
.commitments { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.commitments article { display: flex; align-items: center; gap: 1rem; padding: 1.2rem; border-top: 1px solid var(--border); }
.commitments svg { width: 30px; height: 30px; fill: none; stroke: var(--yellow); stroke-width: 1.3; }
.commitments article > div { display: flex; flex-direction: column; }
.commitments strong { font-size: .9rem; }

/* Projects */
.projects { padding-top: 2.25rem; }
.projects__heading > p { max-width: 38rem; }
.project-filters { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1.6rem; }
.project-filters button { padding: .7rem 1rem; border: 1px solid var(--border); border-radius: 999px; background: transparent; color: rgba(255,255,255,.53); font-size: .72rem; cursor: pointer; transition: background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease); }
.project-filters button:hover { border-color: rgba(254,255,1,.38); color: #fff; }
.project-filters button.is-active { border-color: var(--yellow); background: var(--yellow); color: #000; }
.projects-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); grid-auto-flow: dense; gap: 1rem; }
.project-card { position: relative; min-height: 430px; border: 1px solid var(--border); border-radius: 2rem; background: var(--surface); overflow: hidden; isolation: isolate; transition: opacity .35s var(--ease), transform .45s var(--ease), border-color .35s var(--ease); }
.project-card--large { grid-column: span 2; grid-row: span 2; min-height: 876px; }
.project-card--wide { grid-column: span 2; }
.project-card.is-hidden { display: none; }
.project-card:hover { z-index: 2; border-color: rgba(254,255,1,.35); transform: translateY(-5px); }
.project-card > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; filter: saturate(.66) contrast(1.05); transition: transform .7s var(--ease), filter .7s var(--ease); }
.project-card:hover > img { transform: scale(1.055); filter: saturate(.82) contrast(1.03); }
.project-card__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,.05) 25%, rgba(0,0,0,.9) 100%); }
.project-status { position: absolute; top: 1.2rem; left: 1.2rem; display: flex; align-items: center; gap: .5rem; padding: .55rem .7rem; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(0,0,0,.5); font: .48rem/1 var(--mono); letter-spacing: .12em; backdrop-filter: blur(14px); }
.project-status i { width: 5px; height: 5px; border-radius: 50%; }
.project-status--progress i { background: var(--yellow); box-shadow: 0 0 9px var(--yellow); }
.project-status--planned i { background: #aaa; }
.project-status--complete i { background: var(--green-bright); box-shadow: 0 0 9px var(--green-bright); }
.project-card__content { position: absolute; right: 1.4rem; bottom: 1.4rem; left: 1.4rem; }
.project-card__content h3 { max-width: 32rem; margin: .65rem 0 .5rem; font-size: clamp(1.35rem,2.4vw,2.3rem); line-height: 1.05; letter-spacing: -.05em; }
.project-card__content p { max-height: 0; margin: 0; color: rgba(255,255,255,.57); font-size: .76rem; opacity: 0; overflow: hidden; transform: translateY(10px); transition: max-height .4s var(--ease), opacity .4s var(--ease), transform .4s var(--ease), margin .4s var(--ease); }
.project-card:hover .project-card__content p { max-height: 4rem; margin-top: .5rem; opacity: 1; transform: translateY(0); }
.project-card__content button { position: absolute; right: 0; bottom: 0; display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; background: var(--yellow); color: #000; cursor: pointer; transform: translateY(70px) rotate(20deg); transition: transform .4s var(--ease); }
.project-card__content button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.project-card:hover .project-card__content button { transform: translateY(0) rotate(0); }

/* Stats */
.stats {
  position: relative;
  isolation: isolate;
  padding: 2rem clamp(1.5rem, 5vw, 6rem) 5rem;
  overflow: clip;
}
.stats::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 8% 46%, rgba(254,255,1,.045), transparent 24rem),
    radial-gradient(circle at 74% 85%, rgba(0,118,0,.065), transparent 27rem),
    radial-gradient(circle at 98% 12%, rgba(251,2,0,.035), transparent 19rem);
  content: "";
  pointer-events: none;
}
.stats__intro {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  gap: 3rem;
  padding-bottom: 2.2rem;
}
.stats__intro > div { max-width: 760px; }
.stats__kicker {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: rgba(255,255,255,.5);
  font: 600 .58rem/1.2 var(--mono);
  letter-spacing: .16em;
  text-transform: uppercase;
}
.stats__kicker::before {
  width: 1.8rem;
  height: 1px;
  background: linear-gradient(90deg, var(--yellow), var(--green-bright));
  content: "";
}
.stats__intro h2 {
  max-width: 760px;
  margin: .65rem 0 0;
  font-size: clamp(2.7rem, 5vw, 5.5rem);
}
.stats__intro > p {
  max-width: 30rem;
  margin: 0 0 .45rem;
  color: rgba(255,255,255,.46);
  font-size: .94rem;
  line-height: 1.65;
}
.stats__grid { display: grid; grid-template-columns: repeat(4,1fr); align-items: stretch; gap: 1rem; }
.stat-card {
  --spot-x: 50%;
  --spot-y: 50%;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  border: 1px solid transparent;
  border-radius: 1.7rem;
  background:
    linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.022)) padding-box,
    linear-gradient(135deg, rgba(254,255,1,.18), rgba(49,178,74,.12) 52%, rgba(251,2,0,.1)) border-box;
  box-shadow: inset 0 1px rgba(255,255,255,.035);
  overflow: hidden;
  transform-style: preserve-3d;
  backdrop-filter: blur(16px);
  transition:
    opacity .85s var(--ease),
    transform .5s var(--ease),
    box-shadow .5s var(--ease),
    background .5s var(--ease);
}
.stat-card::before {
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(254,255,1,.2), rgba(49,178,74,.11) 27%, rgba(251,2,0,.07) 48%, transparent 70%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity .45s var(--ease);
}
.stat-card::after {
  position: absolute;
  right: -4.8rem;
  bottom: -4.8rem;
  width: 12.5rem;
  height: 12.5rem;
  border: 1px solid rgba(254,255,1,.1);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 47%, rgba(49,178,74,.08) 48%, transparent 50%),
    conic-gradient(from 115deg, transparent, rgba(254,255,1,.12), rgba(49,178,74,.1), rgba(251,2,0,.08), transparent 72%);
  content: "";
  opacity: .66;
  pointer-events: none;
  transition: opacity .5s var(--ease), transform .7s var(--ease);
}
.stat-card > * { position: relative; z-index: 1; }
.stat-card__index {
  position: absolute;
  top: 1.2rem;
  right: 1.35rem;
  color: rgba(255,255,255,.25);
  font: 500 .54rem/1 var(--mono);
  letter-spacing: .14em;
  transition: color .4s var(--ease), transform .5s var(--ease);
}
.stats__grid strong {
  display: flex;
  align-items: flex-start;
  width: fit-content;
  margin: 0;
  font-size: clamp(3.2rem,5vw,5.3rem);
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: .86;
  letter-spacing: -.065em;
  transition: color .45s var(--ease), text-shadow .45s var(--ease), transform .5s var(--ease);
}
.stat-number {
  display: inline-block;
  min-width: 1.05em;
  transform-origin: 50% 85%;
}
.stats__grid sup { margin-left: .18em; color: var(--yellow); font-size: .48em; line-height: 1; letter-spacing: 0; transform: translateY(.08em); }
.stats__grid p {
  margin: 1rem 0 0;
  color: rgba(255,255,255,.54);
  font-size: .82rem;
  line-height: 1.4;
  transition: color .4s var(--ease), transform .5s var(--ease);
}
.stat-card__line {
  width: 100%;
  height: 1px;
  margin-top: 1.35rem;
  background: linear-gradient(90deg, var(--yellow), var(--green-bright));
  opacity: .55;
  transform: scaleX(.28);
  transform-origin: left;
  transition: opacity .5s var(--ease), transform .7s var(--ease);
}
.stat-card.is-counting strong {
  color: var(--yellow);
  text-shadow: 0 0 32px rgba(254,255,1,.15);
}
.stat-card.is-counted .stat-number { animation: stat-number-settle .58s var(--ease) both; }
.stat-card.is-counted .stat-card__line { animation: stat-line-in .8s var(--ease) both; }

@keyframes stat-number-settle {
  0% { filter: blur(4px); transform: translateY(.12em) scale(.94); }
  58% { filter: blur(0); transform: translateY(-.035em) scale(1.055); }
  100% { filter: blur(0); transform: translateY(0) scale(1); }
}
@keyframes stat-line-in {
  0% { opacity: 0; transform: scaleX(0); }
  100% { opacity: .55; transform: scaleX(.28); }
}

@media (hover: hover) and (pointer: fine) {
  .stat-card:hover {
    background:
      linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)) padding-box,
      linear-gradient(120deg, var(--yellow), var(--green-bright) 52%, var(--red)) border-box;
    box-shadow:
      0 24px 65px rgba(0,0,0,.3),
      0 0 35px rgba(0,118,0,.09),
      inset 0 1px rgba(255,255,255,.07);
    transform: perspective(900px) translateY(-7px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  }
  .stat-card:hover::before { opacity: .9; }
  .stat-card:hover::after { opacity: 1; transform: rotate(18deg) scale(1.08); }
  .stat-card:hover .stat-card__index { color: #000; transform: translateZ(18px); }
  .stat-card:hover strong {
    color: #000;
    background: none;
    text-shadow: none;
    transform: translateZ(24px);
    -webkit-background-clip: initial;
    background-clip: initial;
  }
  .stat-card:hover sup { color: inherit; }
  .stat-card:hover p { color: rgba(0,0,0,.78); transform: translateZ(14px); }
  .stat-card:hover .stat-card__line { opacity: .95; transform: scaleX(1) translateZ(10px); }
}

/* Clients */
.clients { border-top: 1px solid var(--border); background: linear-gradient(180deg, rgba(255,255,255,.018), transparent 30rem); }
.clients__intro { max-width: 950px; }
.clients__intro > p:last-child { max-width: 680px; color: var(--muted); }
.logo-wall { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 4rem 0 0; padding: 0; border: 1px solid var(--border); border-radius: 2rem; background: var(--border); overflow: hidden; list-style: none; }
.logo-wall > li { display: flex; min-height: 150px; align-items: center; justify-content: center; gap: 1rem; padding: 1.5rem; background: var(--surface); color: rgba(255,255,255,.35); font: 500 .68rem/1.3 var(--mono); letter-spacing: .08em; text-align: center; text-transform: uppercase; transition: color .3s var(--ease), background .3s var(--ease); }
.logo-wall > li:hover { background: #181818; color: rgba(255,255,255,.7); }
.logo-wall svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.15; }
.testimonial { display: grid; grid-template-columns: auto 1fr minmax(220px,.45fr); align-items: center; gap: 2.5rem; margin-top: 2.5rem; padding: 2.5rem; border-radius: 2rem; }
.testimonial__quote { color: var(--yellow); font-size: 7rem; line-height: .45; }
.testimonial blockquote { margin: 0; font-size: clamp(1.15rem,2vw,1.65rem); line-height: 1.4; letter-spacing: -.025em; }
.testimonial > div:last-child { display: flex; flex-direction: column; gap: .5rem; padding-left: 2rem; border-left: 1px solid var(--border); }
.testimonial > div span { font-size: .76rem; }
.testimonial > div small { color: rgba(255,255,255,.35); font: .48rem/1.4 var(--mono); letter-spacing: .1em; }

/* Why */
.why { background: #070707; }
.why__heading { max-width: 900px; margin-bottom: 2.2rem; }
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; border: 1px solid var(--border); border-radius: 2.5rem; background: var(--border); overflow: hidden; }
.why-grid article { position: relative; display: flex; min-height: 238px; flex-direction: column; padding: 1.7rem 1.8rem; background: var(--surface); overflow: hidden; transition: background .35s var(--ease); }
.why-grid article:hover { background: #1a1a1a; }
.why-grid article::after { position: absolute; right: -3rem; bottom: -4rem; width: 10rem; height: 10rem; border: 1px solid rgba(255,255,255,.055); border-radius: 50%; content: ""; transition: transform .45s var(--ease), border-color .45s var(--ease); }
.why-grid article:hover::after { border-color: rgba(254,255,1,.15); transform: scale(1.2); }
.why-grid svg { width: 35px; height: 35px; margin: .25rem 0 1rem; fill: none; stroke: var(--yellow); stroke-width: 1.3; }
.why-grid h3 { margin-bottom: .55rem; font-size: 1.35rem; letter-spacing: -.035em; }
.why-grid p { max-width: 22rem; margin: 0; color: rgba(255,255,255,.5); font-size: .8rem; line-height: 1.5; }

/* Home blog */
.home-blog { border-top: 1px solid var(--border); background: linear-gradient(180deg, #0d0d0d, #080808); }
.home-blog__intro { display: flex; align-items: flex-start; flex-direction: column; gap: 1.5rem; }
.home-blog__intro > p { max-width: 34rem; margin: 0; color: var(--muted); font-size: 1.05rem; }
.home-blog__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: stretch; gap: 1rem; }
.home-article { min-width: 0; height: 100%; }
.home-article > a, .home-article--featured > a { position: relative; display: block; min-height: 540px; height: 100%; border: 1px solid var(--border); border-radius: 2rem; overflow: hidden; isolation: isolate; transition: transform .4s var(--ease), border-color .4s var(--ease); }
.home-article > a:hover { border-color: rgba(254,255,1,.38); transform: translateY(-5px); }
.home-article img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) contrast(1.06); transition: transform .65s var(--ease), filter .65s var(--ease); }
.home-article > a:hover img { filter: saturate(.82) contrast(1.03); transform: scale(1.055); }
.home-article__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,.08) 25%, rgba(0,0,0,.92)); }
.home-article__content { position: absolute; right: 1.5rem; bottom: 1.5rem; left: 1.5rem; }
.home-article__content > span { color: rgba(255,255,255,.54); font: 500 .52rem/1.3 var(--mono); letter-spacing: .11em; }
.home-article__content h3 { max-width: 38rem; margin: .8rem 3.4rem .7rem 0; font-size: clamp(1.45rem,2.4vw,2.45rem); line-height: 1.08; letter-spacing: -.05em; }
.home-article__content p { max-width: 35rem; margin: 0; color: rgba(255,255,255,.55); font-size: .8rem; }
.home-article__content > i { position: absolute; right: 0; bottom: 0; display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--yellow); color: #000; font-style: normal; transition: transform .35s var(--ease); }
.home-article__content > i svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.home-article > a:hover i { transform: rotate(-12deg); }

/* Local */
.local { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); align-items: center; gap: clamp(3rem,7vw,8rem); min-height: 660px; padding: 5.5rem clamp(1.5rem, 7vw, 8rem); background: linear-gradient(120deg, #111, #090909); overflow: hidden; }
.local__map { position: relative; min-height: 560px; }
.local__map > svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(255,255,255,.1); stroke-width: 1; filter: drop-shadow(0 0 30px rgba(254,255,1,.04)); }
.local__map > svg path:first-child { fill: rgba(255,255,255,.018); stroke: rgba(254,255,1,.25); stroke-width: 1.5; }
.local__map > svg circle { stroke: var(--yellow); }
.local__pin { position: absolute; top: 47%; left: 57%; display: flex; align-items: center; gap: .45rem; padding: .5rem .65rem; border-radius: .45rem; background: var(--yellow); color: #000; font: 600 .52rem/1 var(--mono); box-shadow: 0 10px 25px rgba(0,0,0,.5); }
.local__pin i { width: 5px; height: 5px; border-radius: 50%; background: var(--red); }
.local__map > small { position: absolute; left: 0; bottom: 0; color: rgba(255,255,255,.25); font: .48rem/1 var(--mono); letter-spacing: .13em; }
.local__content { position: relative; }
.local__content h2 { font-size: clamp(3.1rem,5.7vw,6.5rem); }
.local__content > p:last-of-type { max-width: 670px; color: var(--muted); font-size: 1.02rem; }
.local__coordinates { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 2.5rem; color: rgba(255,255,255,.5); font: .57rem/1 var(--mono); letter-spacing: .15em; }
.local__coordinates i { width: 5px; height: 5px; border-radius: 50%; background: var(--green-bright); }

/* Contact */
.contact { padding-top: 5.25rem; background: linear-gradient(180deg, #101010, #090909); }
.contact::before { position: absolute; top: 0; right: 0; width: 46%; height: 45rem; content: ""; background: radial-gradient(circle at top right, rgba(254,255,1,.055), transparent 64%); pointer-events: none; }
.contact__heading { max-width: 1000px; }
.contact__heading h2 { font-size: clamp(3.7rem,7vw,7.9rem); }
.contact__heading > p:last-child { max-width: 650px; color: var(--muted); font-size: 1.08rem; }
.contact__layout { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(330px,.7fr); align-items: start; gap: 1rem; margin-top: 1.35rem; }
.contact-form { display: flex; flex-direction: column; height: 100%; padding: 2rem; border: 1px solid var(--border); border-radius: 2.5rem; background: var(--surface); }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.25rem 1rem; }
.form-grid label { display: flex; min-width: 0; flex-direction: column; gap: .55rem; }
.form-grid label > span { color: rgba(255,255,255,.62); font-size: .72rem; font-weight: 500; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-width: 0; border: 1px solid rgba(255,255,255,.1); border-radius: .85rem; outline: 0; background: #0d0d0d; color: #fff; transition: border-color .25s var(--ease), box-shadow .25s var(--ease); }
.form-grid input, .form-grid select { height: 54px; padding: 0 1rem; }
.form-grid textarea { resize: vertical; min-height: 140px; padding: 1rem; }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: rgba(255,255,255,.25); }
.form-grid select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, rgba(255,255,255,.5) 50%), linear-gradient(135deg, rgba(255,255,255,.5) 50%, transparent 50%); background-position: calc(100% - 17px) 23px, calc(100% - 12px) 23px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: rgba(254,255,1,.55); box-shadow: 0 0 0 3px rgba(254,255,1,.055); }
.form-grid label.has-error input, .form-grid label.has-error select, .form-grid label.has-error textarea { border-color: var(--red); }
.field-error { display: none; color: #ff6b69; font-size: .65rem; }
.has-error .field-error { display: block; }
.form-grid__full { grid-column: 1/-1; }
.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 1.8rem; padding-top: 1.5rem; border-top: 1px solid var(--border); }
.form-submit p { display: flex; align-items: center; gap: .5rem; max-width: 320px; margin: 0; color: rgba(255,255,255,.35); font-size: .62rem; }
.form-submit p svg { flex: 0 0 auto; width: 16px; height: 16px; fill: none; stroke: var(--green-bright); stroke-width: 1.5; }
.contact-details { position: relative; top: auto; display: flex; flex-direction: column; padding: 1.55rem; border: 1px solid var(--border); border-radius: 2.5rem; background: #0d0d0d; }
.contact-details__top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1.4rem; border-bottom: 1px solid var(--border); }
.contact-details__top > svg { width: 29px; height: 29px; fill: none; stroke: var(--yellow); stroke-width: 1.25; }
.contact-details__identity { display: flex; flex-direction: column; padding: 0 0 1.6rem; }
.contact-details__identity strong { font-size: 1.7rem; letter-spacing: -.05em; }
.contact-details__identity span { margin-top: .5rem; color: rgba(255,255,255,.5); font-size: .75rem; line-height: 1.6; }
.contact-details dl { display: flex; flex-direction: column; margin: 0; }
.contact-details dl > div { padding: 1rem 0; border-top: 1px solid var(--border); }
.contact-details dt { display: flex; align-items: center; gap: .55rem; color: rgba(255,255,255,.4); font-size: .64rem; }
.contact-details dt svg { width: 15px; height: 15px; fill: none; stroke: var(--yellow); stroke-width: 1.4; }
.contact-details dd { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin: .45rem 0 0; font-size: .83rem; }
.contact-details dd small { padding: .25rem .4rem; border: 1px solid rgba(254,255,1,.2); border-radius: .3rem; color: rgba(254,255,1,.6); font: .42rem/1 var(--mono); letter-spacing: .08em; }
.contact-details__addresses dd { display: block; }
.address-list { display: grid; gap: .6rem; width: 100%; margin: .75rem 0 0; padding: 0; list-style: none; }
.address-list li { position: relative; padding: .85rem .9rem .85rem 1.05rem; border: 1px solid rgba(255,255,255,.075); border-radius: .85rem; border-top-left-radius: 0; border-bottom-left-radius: 0; background: rgba(255,255,255,.025); overflow: hidden; }
.address-list li::before { position: absolute; inset: 0 auto 0 0; width: 3px; background: linear-gradient(var(--yellow),var(--green-bright)); content: ""; }
.address-list span { display: block; color: var(--yellow); font: 600 .53rem/1.25 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.address-list address { margin-top: .38rem; color: rgba(255,255,255,.58); font-size: .7rem; font-style: normal; line-height: 1.45; }
.opening-hours { padding: 1rem 0; border-top: 1px solid var(--border); }
.opening-hours > span { display: flex; align-items: center; gap: .55rem; margin-bottom: .8rem; color: rgba(255,255,255,.4); font-size: .64rem; }
.opening-hours > span svg { width: 15px; height: 15px; fill: none; stroke: var(--yellow); stroke-width: 1.4; }
.opening-hours p { display: flex; justify-content: space-between; margin: .4rem 0; font-size: .7rem; }
.opening-hours b { color: rgba(255,255,255,.54); font-weight: 400; }
.direct-actions { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .5rem; margin-top: auto; padding-top: 1rem; }
.direct-actions button, .direct-actions a { display: flex; min-height: 42px; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: .7rem; background: rgba(255,255,255,.035); color: rgba(255,255,255,.67); font-size: .66rem; }
.direct-actions a:hover { border-color: var(--yellow); color: var(--yellow); }
.direct-actions button:disabled { cursor: not-allowed; opacity: .45; }
.contact-details__notice { margin: 1rem 0 0; color: rgba(255,255,255,.28); font: .47rem/1.5 var(--mono); letter-spacing: .06em; text-transform: uppercase; }

/* Footer */
.site-footer { position: relative; padding: 0 clamp(1.5rem, 5vw, 6rem) 1.5rem; border-top: 1px solid var(--border); background: #000; overflow: hidden; }
.footer-watermark { position: absolute; right: 1rem; bottom: 4rem; color: rgba(255,255,255,.035); font-size: clamp(8rem,15vw,13rem); font-weight: 700; line-height: 1; letter-spacing: -.1em; pointer-events: none; }
.footer-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.8fr repeat(3,1fr); gap: 3rem; padding: 2.75rem 0; }
.footer-grid > div { display: flex; align-items: flex-start; flex-direction: column; }
.footer-grid h3 { margin-bottom: 1.2rem; color: rgba(255,255,255,.38); font: 500 .58rem/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) > a, .footer-grid > div > button { margin: .28rem 0; padding: 0; border: 0; background: none; color: rgba(255,255,255,.62); font-size: .75rem; cursor: pointer; transition: color .2s var(--ease), transform .2s var(--ease); }
.footer-grid > div:not(.footer-brand) > a:hover, .footer-grid > div > button:hover { color: var(--yellow); transform: translateX(3px); }
.footer-brand > p { display: none; }
.footer-brand > span { display: none; }
.footer-socials { display: flex; gap: .5rem; margin-top: 1.5rem; }
.footer-socials a { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--border); border-radius: 50%; color: rgba(255,255,255,.55); font: .54rem/1 var(--mono); }
.footer-socials img { display: block; width: 16px; height: 18px; object-fit: contain; }
.footer-socials a:hover { border-color: var(--yellow); color: var(--yellow); }
.footer-bottom { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--border); color: rgba(255,255,255,.28); font-size: .58rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: rgba(255,255,255,.55); }

/* Dialog, toast, mobile actions */
.info-dialog { width: min(620px,calc(100% - 2rem)); padding: 2.5rem; border: 1px solid var(--border-strong); border-radius: 2rem; background: #131313; color: #fff; box-shadow: 0 35px 120px rgba(0,0,0,.8); }
.info-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(8px); }
.info-dialog h2 { margin-bottom: 1.3rem; font-size: clamp(2.5rem,5vw,4.5rem); }
.info-dialog p { color: var(--muted); }
.info-dialog__close { position: absolute; top: 1.2rem; right: 1.2rem; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--border); border-radius: 50%; background: rgba(255,255,255,.04); cursor: pointer; }
.info-dialog__close svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.toast { position: fixed; right: 1.5rem; bottom: 1.5rem; z-index: 300; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; width: min(440px,calc(100% - 2rem)); padding: 1rem; border: 1px solid rgba(49,178,74,.28); border-radius: 1.1rem; background: rgba(10,15,10,.94); box-shadow: 0 20px 70px rgba(0,0,0,.55); opacity: 0; pointer-events: none; transform: translateY(30px); backdrop-filter: blur(18px); transition: opacity .35s var(--ease), transform .35s var(--ease); }
.toast.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.toast > svg { width: 26px; height: 26px; padding: 5px; border-radius: 50%; background: rgba(49,178,74,.15); fill: none; stroke: var(--green-bright); stroke-width: 2.2; }
.toast > div { display: flex; flex-direction: column; }
.toast strong { font-size: .8rem; }
.toast span { margin-top: .2rem; color: rgba(255,255,255,.48); font-size: .66rem; }
.toast button { border: 0; background: transparent; color: rgba(255,255,255,.5); font-size: 1.3rem; cursor: pointer; }
.mobile-quick-actions { display: none; }

/* Blog index */
.blog-hero { min-height: 820px; display: grid; grid-template-columns: minmax(0,.9fr) minmax(420px,1.1fr); align-items: center; gap: clamp(3rem,6vw,7rem); padding: calc(var(--header-h) + 4.5rem) clamp(1.5rem,5vw,6rem) 4.5rem; overflow: hidden; isolation: isolate; }
.blog-hero::before { position: absolute; inset: 0; z-index: -2; content: ""; background: radial-gradient(circle at 14% 30%, rgba(254,255,1,.055), transparent 26rem); }
.blog-hero__content { position: relative; z-index: 2; }
.blog-hero__content h1 { margin: 0 0 2rem; font-size: clamp(5rem,8.3vw,9rem); font-weight: 600; line-height: .83; letter-spacing: -.075em; }
.blog-hero__content h1 em { color: var(--yellow); font-style: normal; }
.blog-hero__content > p:last-child { max-width: 630px; color: rgba(255,255,255,.62); font-size: 1.08rem; }
.blog-hero__featured { position: relative; display: block; height: 640px; border: 1px solid var(--border); border-radius: 2.5rem; overflow: hidden; isolation: isolate; transition: transform .45s var(--ease), border-color .45s var(--ease); }
.blog-hero__featured:hover { border-color: rgba(254,255,1,.4); transform: translateY(-5px); }
.blog-hero__featured > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) contrast(1.08); transition: transform .7s var(--ease), filter .7s var(--ease); }
.blog-hero__featured:hover > img { filter: saturate(.82) contrast(1.03); transform: scale(1.045); }
.blog-hero__featured-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,.08) 22%, rgba(0,0,0,.93)); }
.blog-hero__tag { position: absolute; top: 1.4rem; left: 1.4rem; padding: .6rem .75rem; border-radius: 999px; background: var(--yellow); color: #000; font: 600 .5rem/1 var(--mono); letter-spacing: .12em; }
.blog-hero__featured > div:last-child { position: absolute; right: 2rem; bottom: 2rem; left: 2rem; }
.blog-hero__featured small { color: rgba(255,255,255,.52); font: 500 .55rem/1.3 var(--mono); letter-spacing: .11em; }
.blog-hero__featured h2 { max-width: 680px; margin: .8rem 0 1.3rem; font-size: clamp(2rem,3.6vw,3.7rem); line-height: 1.02; letter-spacing: -.055em; }
.blog-hero__featured > div > span { display: inline-flex; align-items: center; gap: .7rem; color: var(--yellow); font-size: .75rem; font-weight: 600; }
.blog-hero__featured > div > span svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; transition: transform .3s var(--ease); }
.blog-hero__featured:hover > div > span svg { transform: translateX(4px); }
.blog-hero__meta { position: absolute; right: clamp(1.5rem,5vw,6rem); bottom: 2rem; left: clamp(1.5rem,5vw,6rem); display: flex; align-items: center; gap: 1rem; color: rgba(255,255,255,.34); font: .52rem/1 var(--mono); letter-spacing: .13em; }
.blog-hero__meta i { width: 4px; height: 4px; border-radius: 50%; background: var(--green-bright); }
.blog-index { border-top: 1px solid var(--border); }
.blog-filters { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 2.5rem; }
.blog-filters button { padding: .7rem 1rem; border: 1px solid var(--border); border-radius: 999px; background: transparent; color: rgba(255,255,255,.52); font-size: .7rem; cursor: pointer; transition: border-color .25s var(--ease), background .25s var(--ease), color .25s var(--ease); }
.blog-filters button:hover { border-color: rgba(254,255,1,.4); color: #fff; }
.blog-filters button.is-active { border-color: var(--yellow); background: var(--yellow); color: #000; }
.blog-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.blog-card { min-width: 0; }
.blog-card.is-hidden { display: none; }
.blog-card > a { display: grid; min-height: 660px; grid-template-rows: 320px 1fr; border: 1px solid var(--border); border-radius: 2rem; background: var(--surface); overflow: hidden; transition: transform .4s var(--ease), border-color .4s var(--ease); }
.blog-card > a:hover { border-color: rgba(254,255,1,.38); transform: translateY(-5px); }
.blog-card__image { position: relative; overflow: hidden; }
.blog-card__image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.55)); }
.blog-card__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.68) contrast(1.05); transition: transform .65s var(--ease), filter .65s var(--ease); }
.blog-card > a:hover .blog-card__image img { filter: saturate(.85); transform: scale(1.05); }
.blog-card__image > span { position: absolute; top: 1.2rem; left: 1.2rem; z-index: 2; padding: .55rem .7rem; border-radius: 999px; background: var(--yellow); color: #000; font: 600 .48rem/1 var(--mono); letter-spacing: .11em; }
.blog-card__body { display: flex; flex-direction: column; padding: 1.8rem; }
.blog-card__meta { display: flex; align-items: center; gap: .7rem; color: rgba(255,255,255,.38); font: .52rem/1 var(--mono); letter-spacing: .1em; }
.blog-card__meta i { width: 4px; height: 4px; border-radius: 50%; background: var(--green-bright); }
.blog-card h3 { margin: 1rem 0 .9rem; font-size: clamp(1.6rem,2.6vw,2.55rem); line-height: 1.08; letter-spacing: -.05em; }
.blog-card__body > p { margin: 0; color: rgba(255,255,255,.5); font-size: .82rem; }
.blog-card__link { display: flex; align-items: center; gap: .75rem; margin-top: auto; padding-top: 1.5rem; color: var(--yellow); font-size: .74rem; font-weight: 600; }
.blog-card__link > i { display: grid; width: 42px; height: 42px; margin-left: auto; place-items: center; border: 1px solid var(--border); border-radius: 50%; font-style: normal; transition: background .3s var(--ease), color .3s var(--ease); }
.blog-card__link > i svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.blog-card > a:hover .blog-card__link > i { background: var(--yellow); color: #000; }
.blog-author { display: grid; grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr); align-items: center; gap: clamp(3rem,7vw,8rem); padding: 6rem clamp(1.5rem,7vw,8rem); border-top: 1px solid var(--border); background: #070707; }
.blog-author__portrait { position: relative; display: grid; width: min(440px,100%); aspect-ratio: 1; place-items: center; border: 1px solid var(--border); border-radius: 50%; background: radial-gradient(circle, rgba(254,255,1,.14), transparent 64%), #111; overflow: hidden; }
.blog-author__portrait::before, .blog-author__portrait::after { position: absolute; content: ""; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.blog-author__portrait::before { inset: 8%; }.blog-author__portrait::after { inset: 20%; }
.blog-author__portrait > span { position: relative; z-index: 2; font-size: clamp(5rem,10vw,9rem); font-weight: 700; letter-spacing: -.1em; }
.blog-author__portrait > i { position: absolute; right: 15%; bottom: 17%; z-index: 3; width: 18px; height: 18px; border: 4px solid #111; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 18px rgba(49,178,74,.7); }
.blog-author h2 { font-size: clamp(4rem,7vw,7.5rem); }
.blog-author > div:last-child > p:last-of-type { max-width: 720px; color: var(--muted); font-size: 1.03rem; }
.blog-author__signature { display: inline-flex; margin-top: 1.5rem; padding: .7rem .9rem; border-left: 2px solid var(--yellow); background: rgba(254,255,1,.04); color: rgba(255,255,255,.56); font: .58rem/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.blog-cta { display: flex; align-items: end; justify-content: space-between; gap: 3rem; padding: 6rem clamp(1.5rem,5vw,6rem); background: var(--soft); color: #000; }
.blog-cta .eyebrow { color: rgba(0,0,0,.52); }
.blog-cta h2 { margin: 0; font-size: clamp(3.3rem,6vw,6.7rem); }
.blog-cta h2 em { color: var(--red); }
.site-footer--compact { padding-top: 0; }

/* Article pages */
.article-hero { padding: calc(var(--header-h) + 4.5rem) clamp(1.5rem,7vw,8rem) 0; background: linear-gradient(180deg,#0e0e0e,#080808); }
.article-hero__breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem; margin-bottom: 3rem; color: rgba(255,255,255,.38); font: .55rem/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.article-hero__breadcrumb a:hover { color: var(--yellow); }
.article-hero__breadcrumb i { width: 4px; height: 4px; border-radius: 50%; background: var(--yellow); }
.article-hero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; color: rgba(255,255,255,.48); font: 500 .58rem/1 var(--mono); letter-spacing: .12em; }
.article-hero__meta > span:first-child { padding: .55rem .7rem; border-radius: 999px; background: var(--yellow); color: #000; font-weight: 600; }
.article-hero__meta i { width: 4px; height: 4px; border-radius: 50%; background: var(--green-bright); }
.article-hero h1 { max-width: 1320px; margin: 2rem 0; font-size: clamp(4rem,7.8vw,8.5rem); font-weight: 600; line-height: .89; letter-spacing: -.07em; }
.article-hero__lead { max-width: 860px; margin: 0 0 3rem; color: rgba(255,255,255,.62); font-size: clamp(1.05rem,1.5vw,1.3rem); line-height: 1.65; }
.article-hero__author { display: flex; align-items: center; gap: .8rem; margin: 2.3rem 0 4rem; }
.article-hero__author > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--yellow); color: #000; font: 600 .65rem/1 var(--mono); }
.article-hero__author > div { display: flex; flex-direction: column; }
.article-hero__author strong { font-size: .82rem; }.article-hero__author small { color: rgba(255,255,255,.4); font-size: .65rem; }
.article-hero__image { position: relative; height: min(720px,65vw); min-height: 420px; border: 1px solid var(--border); border-radius: 2.5rem 2.5rem 0 0; overflow: hidden; }
.article-hero__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.04); }
.article-hero__image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,transparent 70%,rgba(0,0,0,.45)); }
.article-layout { display: grid; grid-template-columns: minmax(200px,.28fr) minmax(0,1fr); align-items: start; gap: clamp(3rem,8vw,9rem); padding: 5.5rem clamp(1.5rem,9vw,10rem); background: var(--soft); color: #111; }
.article-aside { position: sticky; top: 8rem; }
.article-aside > span { color: rgba(0,0,0,.42); font: 500 .55rem/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.article-aside nav { display: grid; gap: 0; margin-top: 1.3rem; border-top: 1px solid rgba(0,0,0,.15); }
.article-aside a { padding: .8rem 0; border-bottom: 1px solid rgba(0,0,0,.12); color: rgba(0,0,0,.56); font-size: .74rem; transition: color .2s var(--ease), padding .2s var(--ease); }
.article-aside a:hover { padding-left: .35rem; color: #000; }
.article-aside__share { display: flex; gap: .5rem; margin-top: 1.7rem; }
.article-aside__share a { display: grid; width: 36px; height: 36px; padding: 0; place-items: center; border: 1px solid rgba(0,0,0,.18); border-radius: 50%; font: .54rem/1 var(--mono); }
.article-content { max-width: 900px; }
.article-content > p:first-child { margin-top: 0; font-size: 1.35rem; line-height: 1.65; letter-spacing: -.02em; }
.article-content p { color: rgba(0,0,0,.7); font-size: 1.02rem; line-height: 1.8; }
.article-content h2 { margin: 5rem 0 1.5rem; font-size: clamp(2.6rem,4.5vw,4.8rem); line-height: .98; color: #0b0b0b; }
.article-content h2 em { color: var(--red); }
.article-content h3 { margin: 2.8rem 0 1rem; font-size: 1.65rem; letter-spacing: -.04em; }
.article-content ul, .article-content ol { display: grid; gap: .8rem; margin: 1.5rem 0; padding-left: 1.4rem; color: rgba(0,0,0,.72); }
.article-content li { padding-left: .35rem; line-height: 1.7; }
.article-callout { margin: 3rem 0; padding: 2rem; border-left: 3px solid var(--red); border-radius: 0 1.2rem 1.2rem 0; background: #fff; box-shadow: 0 20px 45px rgba(0,0,0,.06); }
.article-callout strong { display: block; margin-bottom: .7rem; font-size: 1.25rem; letter-spacing: -.03em; }
.article-callout p { margin: 0; }
.article-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 3rem 0; border: 1px solid rgba(0,0,0,.14); border-radius: 1.5rem; background: rgba(0,0,0,.12); overflow: hidden; }
.article-facts > div { padding: 1.5rem; background: #fff; }
.article-facts span { display: block; color: rgba(0,0,0,.42); font: .52rem/1 var(--mono); letter-spacing: .1em; }
.article-facts strong { display: block; margin-top: .8rem; font-size: 1.35rem; letter-spacing: -.04em; }
.article-quote { margin: 4rem 0; padding: 0 0 0 2rem; border-left: 3px solid var(--yellow); font-size: clamp(1.5rem,3vw,2.3rem); line-height: 1.35; letter-spacing: -.035em; }
.article-quote cite { display: block; margin-top: 1rem; color: rgba(0,0,0,.46); font: 500 .58rem/1 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.article-author-box { display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; margin-top: 5rem; padding-top: 2rem; border-top: 1px solid rgba(0,0,0,.14); }
.article-author-box > span { display: grid; width: 64px; height: 64px; place-items: center; border-radius: 50%; background: #111; color: var(--yellow); font: 600 .75rem/1 var(--mono); }
.article-author-box strong { display: block; font-size: 1.1rem; }
.article-author-box p { margin: .35rem 0 0; font-size: .82rem; }
.related-posts { padding: 5rem clamp(1.5rem,5vw,6rem); background: #090909; }
.related-posts__head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.related-posts__head h2 { margin: 0; font-size: clamp(3rem,5vw,5.8rem); }
.related-posts__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.related-card { display: flex; min-height: 260px; flex-direction: column; justify-content: space-between; padding: 1.5rem; border: 1px solid var(--border); border-radius: 1.5rem; background: var(--surface); transition: border-color .3s var(--ease), transform .3s var(--ease); }
.related-card:hover { border-color: rgba(254,255,1,.4); transform: translateY(-4px); }
.related-card > span { color: rgba(255,255,255,.4); font: .52rem/1 var(--mono); letter-spacing: .1em; }
.related-card h3 { margin: auto 0 1.2rem; font-size: 1.45rem; line-height: 1.15; letter-spacing: -.04em; }
.related-card > i { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: var(--yellow); color: #000; font-style: normal; }
.related-card svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; }

/* Responsive */
@media (max-width: 1400px) {
  .desktop-nav a { padding-inline: .62rem; }
  .hero { grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); }
  .hero h1 { font-size: clamp(4.1rem,7vw,6.5rem); }
  .services-grid--bento { grid-template-columns: repeat(6,minmax(0,1fr)); grid-template-rows: repeat(4, minmax(150px, auto)); }
  .service-card--main { grid-column: 1 / span 4; grid-row: 1 / span 2; }
  .service-card--top-right { grid-column: 5 / span 2; grid-row: 1 / span 2; }
  .service-card--bottom-left { grid-column: 1 / span 2; grid-row: 3 / span 2; }
  .service-card--middle-right { grid-column: 3 / span 4; grid-row: 3 / span 1; }
  .service-card--bottom-right { grid-column: 3 / span 4; grid-row: 4 / span 1; }
  .projects-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 1180px) {
  :root { --header-h: 78px; }
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto auto; }
  .header-actions { display: flex; }
  .menu-toggle { display: flex; position: relative; z-index: 102; }
  .mobile-menu {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 101;
    display: flex;
    width: min(470px,calc(100vw - 48px));
    height: calc(100svh - 48px);
    flex-direction: column;
    padding: 6rem 2rem 2rem;
    border: 1px solid var(--border-strong);
    border-radius: 2rem;
    background: rgba(10,10,10,.94);
    box-shadow: 0 35px 100px rgba(0,0,0,.7);
    opacity: 0;
    overflow-y: auto;
    pointer-events: none;
    transform: translateX(35px) scale(.98);
    backdrop-filter: blur(24px);
    transition: opacity .35s var(--ease), transform .35s var(--ease);
  }
  .mobile-menu.is-open { opacity: 1; pointer-events: auto; transform: translateX(0) scale(1); }
  .mobile-menu > .eyebrow { margin-bottom: 1.3rem; }
  .mobile-menu nav { display: flex; flex-direction: column; }
  .mobile-menu nav a { display: flex; align-items: baseline; gap: 1rem; padding: .65rem 0; border-bottom: 1px solid rgba(255,255,255,.07); font-size: clamp(1.45rem,5vw,2.2rem); font-weight: 500; letter-spacing: -.045em; }
  .mobile-menu nav a:hover { color: var(--yellow); }
  body.menu-open { overflow: hidden; }
  body.menu-open::before { z-index: 90; background: rgba(0,0,0,.64); mask-image: none; backdrop-filter: blur(4px); }
  .site-header.is-scrolled { grid-template-columns: 1fr auto auto; }

  .hero { min-height: auto; grid-template-columns: 1fr; gap: 4.5rem; padding-top: calc(var(--header-h) + 5rem); }
  .hero__content { max-width: 850px; }
  .hero h1 { font-size: clamp(4.5rem,10vw,7.2rem); }
  .hero__visual { width: min(760px,92%); height: 660px; justify-self: end; }
  .hero__scene { inset: 0 -3% 0 -5%; }
  .about { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .about__visual { min-height: 610px; }
  .about__content h2 { font-size: clamp(3rem,5.8vw,5rem); }
  .history { gap: 4rem; }
  .method-steps { grid-template-columns: repeat(2,1fr); }
  .method-steps li:nth-child(3n) { border-right: 1px solid rgba(0,0,0,.13); }
  .method-steps li:nth-child(2n) { border-right: 0; }
  .team__top { grid-template-columns: 1fr; }
  .team__photo { height: 540px; }
  .team-structure { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .team-category:last-child { grid-column: 1/-1; width: calc((100% - 1rem)/2); justify-self: center; }
  .projects-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .project-card--large { min-height: 750px; }
  .stats__grid { grid-template-columns: repeat(2,1fr); }
  .why-grid { grid-template-columns: repeat(2,1fr); }
  .home-blog__grid { grid-template-columns: repeat(2,1fr); }
  .local { grid-template-columns: .8fr 1.2fr; gap: 3rem; }
  .contact__layout { grid-template-columns: 1fr; }
  .contact-details { position: relative; top: auto; display: grid; grid-template-columns: repeat(2,1fr); gap: 0 2rem; height: auto; }
  .contact-details__top, .contact-details__notice { grid-column: 1/-1; }
  .contact-details__identity { grid-row: span 2; }
  .direct-actions { grid-column: 1/-1; }
  .footer-grid { grid-template-columns: 1.5fr repeat(3,1fr); gap: 2rem; }
}

@media (max-width: 900px) {
  .site-shell { width: 100%; margin: 0; border-radius: 0; }
  .site-header { padding-inline: 1.4rem; }
  .site-header.is-scrolled { top: 0; left: 0; right: 0; }
  .section--padded { padding: 4.5rem 2rem; }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .hero { padding: calc(var(--header-h) + 4rem) 2rem 5rem; }
  .hero__visual { width: 100%; }
  .hero__scroll { left: 2rem; }
  .about { grid-template-columns: 1fr; }
  .about__visual { min-height: 660px; }
  .about__image { right: 1.5rem; }
  .about__content { padding-top: 1rem; }
  .history { grid-template-columns: 1fr; }
  .history__heading { position: relative; top: auto; }
  .services-grid--bento { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: auto; }
  .service-card--main { grid-column: span 2; grid-row: auto; min-height: 560px; }
  .service-card--top-right, .service-card--bottom-left, .service-card--middle-right, .service-card--bottom-right { grid-column: span 1; grid-row: auto; min-height: 390px; }
  .method { padding: 4.5rem 2rem; border-radius: 3rem; }
  .method__intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .method__intro .eyebrow { grid-column: auto; }
  .method__intro > p:last-child { justify-self: start; }
  .team-structure { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .team-category:last-child { grid-column: auto; width: auto; justify-self: stretch; }
  .team-category h3 { min-height: auto; }
  .projects-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .project-card--large { grid-column: span 2; min-height: 680px; }
  .project-card--wide { grid-column: span 2; }
  .logo-wall { grid-template-columns: repeat(2,1fr); }
  .testimonial { grid-template-columns: auto 1fr; }
  .testimonial > div:last-child { grid-column: 2; padding: 1rem 0 0; border: 0; border-top: 1px solid var(--border); }
  .home-blog__grid { grid-template-columns: 1fr; }
  .home-article > a, .home-article--featured > a { min-height: 470px; }
  .local { grid-template-columns: 1fr; padding: 4.5rem 2rem; }
  .local__map { min-height: 440px; order: 2; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 650px) {
  :root { --header-h: 72px; }
  body { padding-bottom: 68px; }
  .site-shell { width: 100%; margin: 0; border-radius: 0; }
  .site-header { padding-inline: 1rem; }
  .site-header.is-scrolled { top: 0; left: 0; right: 0; border-radius: 0; }
  .brand__logo { width: 67px; height: 38px; }
  .brand__logo--footer { width: 132px; height: auto; }
  .theme-toggle { width: 42px; height: 42px; }
  .menu-toggle { width: 44px; height: 44px; }
  .mobile-menu { top: 12px; right: 12px; width: calc(100vw - 24px); height: calc(100svh - 24px); padding: 5.5rem 1.4rem 1.4rem; border-radius: 1.5rem; }
  .section--padded { padding: 3.75rem 1.15rem; }
  .eyebrow { margin-bottom: 1.1rem; font-size: .57rem; letter-spacing: .14em; }
  h2 { font-size: clamp(2.9rem,14vw,4.6rem); }
  .button { width: 100%; }
  .hero { padding: calc(var(--header-h) + 3.2rem) 1.15rem 4.5rem; gap: 3rem; }
  .hero h1 { margin-bottom: 1.5rem; font-size: clamp(3.65rem,17vw,5.6rem); line-height: .89; }
  .hero__lead { font-size: .94rem; }
  .hero__buttons { display: grid; grid-template-columns: 1fr; }
  .trust-list { display: grid; gap: .75rem; }
  .hero__visual { height: 540px; }
  .hero__scene { inset: 0 -7% 0 -7%; }
  .hero__art { inset: 3% 0 0; height: 93%; filter: saturate(.98) contrast(1.03) drop-shadow(0 24px 24px rgba(0,0,0,.36)); }
  .hero-info { gap: .65rem; padding: .72rem .78rem; border-radius: .9rem; }
  .hero-info small { font-size: .42rem; }
  .hero-info strong { font-size: .69rem; }
  .hero-info div > span { font-size: .49rem; }
  .hero-info__icon { width: 31px; height: 31px; }
  .hero-info__index { font-size: 1.25rem; }
  .hero-info--coverage { top: 2%; left: 5%; width: 65%; }
  .hero-info--expertise { top: 28%; right: 1%; width: 55%; }
  .hero-info--local { bottom: 3%; left: 8%; width: 62%; }
  .engineering-cursor { top: 54%; right: 2%; font-size: .45rem; }
  .hero__scroll { display: none; }
  .capability-strip__track { padding: .72rem 0; font-size: .55rem; }
  .about { padding-top: 4.25rem; }
  .about__visual { min-height: 500px; }
  .about__image { right: 0; border-radius: 1.7rem; }
  .about__stamp { right: -.3rem; width: 105px; height: 105px; }
  .about__content h2 { font-size: clamp(2.85rem,14vw,4.5rem); }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article { min-height: 125px; }
  .history { gap: 3rem; }
  .timeline li { gap: 1.1rem; }
  .timeline li > div { min-width: 0; }
  .services-grid--bento { grid-template-columns: 1fr; }
  .service-card, .service-card--main, .service-card--top-right, .service-card--bottom-left, .service-card--middle-right, .service-card--bottom-right { grid-column: auto; grid-row: auto; min-height: 330px; border-radius: 1.5rem; }
  .service-card--main { min-height: 520px; }
  .stage-list { grid-template-columns: 1fr; gap: .55rem; }
  .stage-list::before { top: 0; bottom: 0; left: 8px; width: 1px; height: auto; }
  .stage-list li { align-items: center; flex-direction: row; gap: .8rem; text-align: left; }
  .stage-list span { align-self: auto; flex: 0 0 auto; }
  .structural-sketch { display: none; }
  .method { padding: 4rem 1.15rem; border-radius: 2.5rem; }
  .method-steps { grid-template-columns: 1fr; }
  .method-steps li, .method-steps li:nth-child(3n) { min-height: 230px; padding: 1.7rem 1rem; border-right: 0; }
  .team__photo { height: 400px; border-radius: 1.7rem; }
  .team-category { padding: 1.4rem; border-radius: 1.5rem; }
  .team-category__columns { grid-template-columns: 1fr; }
  .team-statement { gap: .8rem; margin-block: 3.5rem; }
  .team-statement > span { font-size: 4rem; }
  .commitments { grid-template-columns: 1fr; }
  .project-filters { flex-wrap: nowrap; padding-bottom: .5rem; overflow-x: auto; scrollbar-width: none; }
  .project-filters::-webkit-scrollbar { display: none; }
  .project-filters button { flex: 0 0 auto; }
  .projects-grid { grid-template-columns: 1fr; }
  .project-card, .project-card--large, .project-card--wide { grid-column: auto; grid-row: auto; min-height: 510px; border-radius: 1.5rem; }
  .project-card__content p { max-height: 4rem; margin-top: .5rem; opacity: 1; transform: none; }
  .project-card__content button { transform: none; }
  .stats { padding: 2rem 1.15rem 3.75rem; }
  .stats__intro { align-items: flex-start; flex-direction: column; gap: 1.25rem; padding-bottom: 1.75rem; }
  .stats__intro h2 { font-size: clamp(2.7rem,13vw,4.2rem); }
  .stats__intro > p { max-width: 34rem; margin: 0; }
  .stats__grid { grid-template-columns: 1fr; }
  .stats__grid article { min-height: 190px; padding: 1.6rem; }
  .stats__grid strong { font-size: clamp(3.8rem,20vw,5.2rem); }
  .stat-card__index { top: 1rem; right: 1.1rem; }
  .logo-wall { grid-template-columns: 1fr; border-radius: 1.5rem; }
  .logo-wall > li { min-height: 110px; }
  .testimonial { grid-template-columns: 1fr; gap: 1rem; padding: 1.5rem; border-radius: 1.5rem; }
  .testimonial__quote { font-size: 5rem; }
  .testimonial > div:last-child { grid-column: auto; }
  .why-grid { grid-template-columns: 1fr; border-radius: 1.5rem; }
  .why-grid article { min-height: 220px; }
  .home-article > a, .home-article--featured > a { min-height: 450px; border-radius: 1.5rem; }
  .home-article__content h3 { margin-right: 3rem; }
  .local { padding: 4rem 1.15rem; }
  .local__map { min-height: 350px; }
  .local__content h2 { font-size: clamp(2.85rem,14vw,4.5rem); }
  .contact__heading h2 { font-size: clamp(3.2rem,15vw,5.2rem); }
  .contact__layout { margin-top: 2.25rem; }
  .contact-form { padding: 1.1rem; border-radius: 1.5rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid__full { grid-column: auto; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .form-submit .button { order: 2; }
  .contact-details { display: block; padding: 1.25rem; border-radius: 1.5rem; }
  .footer-grid { grid-template-columns: repeat(2,1fr); gap: 2.5rem 1.5rem; }
  .footer-watermark { bottom: 13rem; }
  .footer-bottom { padding-bottom: 1rem; }
  .footer-bottom p:nth-child(2) { display: none; }
  .mobile-quick-actions { position: fixed; right: 0; bottom: 0; left: 0; z-index: 150; display: grid; grid-template-columns: .85fr 1.15fr; gap: 1px; padding: .55rem; border-top: 1px solid var(--border); background: rgba(5,5,5,.9); backdrop-filter: blur(18px); }
  .mobile-quick-actions button, .mobile-quick-actions a { display: flex; min-height: 48px; align-items: center; justify-content: center; gap: .5rem; border: 0; border-radius: .7rem; font-size: .72rem; font-weight: 700; }
  .mobile-quick-actions > :first-child { background: #171717; color: rgba(255,255,255,.72); }
  .mobile-quick-actions svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; }
  .mobile-quick-actions > :last-child { background: var(--yellow); color: #000; }
  .mobile-quick-actions--single { grid-template-columns: 1fr; }
  .mobile-quick-actions--single > :only-child { background: var(--yellow); color: #000; }
  .toast { right: 1rem; bottom: 5.3rem; }
  .info-dialog { padding: 2rem 1.3rem 1.5rem; border-radius: 1.5rem; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 3.45rem; }
  .hero__visual { height: 500px; }
  .hero-info--coverage { width: 72%; }
  .hero-info--expertise { width: 62%; }
  .hero-info--local { width: 69%; }
  .engineering-cursor { font-size: .46rem; }
  .footer-grid { grid-template-columns: 1fr; }
}

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

@media (max-width: 1180px) {
  .blog-hero { min-height: auto; grid-template-columns: 1fr; padding-top: calc(var(--header-h) + 4rem); padding-bottom: 5.5rem; }
  .blog-hero__content { max-width: 900px; }
  .blog-hero__featured { height: 620px; }
  .blog-hero__meta { position: relative; right: auto; bottom: auto; left: auto; grid-column: 1/-1; margin-top: -1rem; }
  .article-hero h1 { font-size: clamp(4.2rem,9vw,7.5rem); }
  .article-layout { grid-template-columns: 190px minmax(0,1fr); gap: 4rem; }
}

@media (max-width: 900px) {
  .blog-hero { padding-inline: 2rem; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card > a { min-height: 610px; }
  .blog-author { grid-template-columns: 1fr; padding-inline: 2rem; }
  .blog-author__portrait { width: min(380px,75vw); }
  .blog-cta { align-items: flex-start; flex-direction: column; padding-inline: 2rem; }
  .article-hero { padding-inline: 2rem; }
  .article-layout { grid-template-columns: 1fr; padding: 4.25rem 3rem; }
  .article-aside { position: relative; top: auto; }
  .article-aside nav { grid-template-columns: repeat(2,1fr); column-gap: 1rem; }
  .related-posts { padding-inline: 2rem; }
  .related-posts__grid { grid-template-columns: 1fr; }
  .related-card { min-height: 220px; }
}

@media (max-width: 650px) {
  .blog-hero { padding: calc(var(--header-h) + 3rem) 1.15rem 4rem; gap: 2.5rem; }
  .blog-hero__content h1 { font-size: clamp(4rem,20vw,6rem); }
  .blog-hero__featured { height: 570px; border-radius: 1.5rem; }
  .blog-hero__featured > div:last-child { right: 1.3rem; bottom: 1.3rem; left: 1.3rem; }
  .blog-hero__featured h2 { font-size: clamp(2rem,10vw,3rem); }
  .blog-hero__meta { flex-wrap: wrap; line-height: 1.5; }
  .blog-filters { flex-wrap: nowrap; padding-bottom: .5rem; overflow-x: auto; scrollbar-width: none; }
  .blog-filters::-webkit-scrollbar { display: none; }
  .blog-filters button { flex: 0 0 auto; }
  .blog-card > a { min-height: 610px; grid-template-rows: 270px 1fr; border-radius: 1.5rem; }
  .blog-card__body { padding: 1.3rem; }
  .blog-card h3 { font-size: 1.85rem; }
  .blog-author { padding: 5rem 1.15rem; }
  .blog-author__portrait { width: min(310px,82vw); }
  .blog-cta { padding: 5rem 1.15rem; }
  .article-hero { padding: calc(var(--header-h) + 3rem) 1.15rem 0; }
  .article-hero__breadcrumb { margin-bottom: 2rem; }
  .article-hero h1 { font-size: clamp(3.4rem,16vw,5rem); }
  .article-hero__image { min-height: 360px; height: 105vw; border-radius: 1.5rem 1.5rem 0 0; }
  .article-layout { padding: 3.5rem 1.15rem; }
  .article-aside nav { grid-template-columns: 1fr; }
  .article-content > p:first-child { font-size: 1.15rem; }
  .article-content p { font-size: .96rem; }
  .article-content h2 { margin-top: 4rem; font-size: clamp(2.6rem,13vw,4rem); }
  .article-facts { grid-template-columns: 1fr; }
  .article-callout { padding: 1.4rem; }
  .article-quote { padding-left: 1.2rem; }
  .related-posts { padding: 4rem 1.15rem; }
  .related-posts__head { align-items: flex-start; flex-direction: column; }
}

/* Light theme */
html[data-theme="light"] {
  --black: #fff;
  --obsidian: #fff;
  --surface: #fff;
  --surface-2: #fff;
  --white: #171717;
  --soft: #f3f9f4;
  --muted: #62625f;
  --border: rgba(0,0,0,.12);
  --border-strong: rgba(0,0,0,.2);
  --glass: rgba(255,255,255,.78);
  color-scheme: light;
}

html[data-theme="light"] body { background: #fff; }
html[data-theme="light"] body::after { opacity: .008; }
html[data-theme="light"] body.menu-open::before { background: rgba(255,255,255,.76); }
html[data-theme="light"] .ambient { display: none; }
html[data-theme="light"] .site-shell { background: #fff; }
html[data-theme="light"] h2 em, html[data-theme="light"] .blog-hero__content h1 em { color: #737400; }
html[data-theme="light"] .site-header { border-color: rgba(0,0,0,.1); background: rgba(255,255,255,.96); }
html[data-theme="light"] .site-header.is-scrolled { background: rgba(255,255,255,.96); box-shadow: 0 18px 45px rgba(0,0,0,.08); }
html[data-theme="light"] .desktop-nav { border-color: rgba(0,0,0,.12); background: rgba(255,255,255,.72); }
html[data-theme="light"] .desktop-nav a { color: rgba(0,0,0,.62); }
html[data-theme="light"] .desktop-nav a:hover, html[data-theme="light"] .desktop-nav a.is-active { background: rgba(0,0,0,.055); color: #000; }
html[data-theme="light"] .status-tag { color: rgba(0,0,0,.62); }
html[data-theme="light"] .theme-toggle, html[data-theme="light"] .menu-toggle { border-color: rgba(0,0,0,.16); background: rgba(255,255,255,.82); color: #111; }
html[data-theme="light"] .theme-toggle:hover { border-color: #727300; background: rgba(254,255,1,.45); }
html[data-theme="light"] .mobile-menu { border-color: rgba(0,0,0,.14); background: rgba(255,255,255,.98); color: #111; box-shadow: 0 35px 100px rgba(0,0,0,.18); }
html[data-theme="light"] .mobile-menu nav a { border-color: rgba(0,0,0,.1); }
html[data-theme="light"] .button--secondary { border-color: rgba(0,0,0,.17); background: rgba(255,255,255,.65); color: #111; }
html[data-theme="light"] .button--secondary:hover { border-color: #747500; background: rgba(254,255,1,.25); }
html[data-theme="light"] .placeholder-badge { border-color: rgba(0,0,0,.22); color: rgba(0,0,0,.62); }
html[data-theme="light"] .image-unavailable { background: #fff; }
html[data-theme="light"] .image-unavailable::after { border-color: rgba(0,0,0,.12); color: rgba(0,0,0,.4); }

html[data-theme="light"] .hero::before { background: radial-gradient(circle at 18% 38%, rgba(0,118,0,.075), transparent 30rem); }
html[data-theme="light"] .blog-hero::before { background: radial-gradient(circle at 16% 32%, rgba(0,118,0,.09), transparent 28rem); }
html[data-theme="light"] .contact::before { background: none; }
html[data-theme="light"] .hero::after { background: linear-gradient(transparent,var(--obsidian)); }
html[data-theme="light"] .hero h1 em { background: linear-gradient(92deg,#777800,#111 82%); -webkit-background-clip: text; background-clip: text; }
html[data-theme="light"] .hero__lead { color: rgba(0,0,0,.67); }
html[data-theme="light"] .trust-list li, html[data-theme="light"] .hero__scroll { color: rgba(0,0,0,.58); }
html[data-theme="light"] .glass-card { border-color: rgba(0,0,0,.12); background: rgba(255,255,255,.9); color: #111; box-shadow: 0 22px 55px rgba(0,0,0,.15); }
html[data-theme="light"] .hero__glow { background: radial-gradient(circle at 52% 62%,rgba(254,255,1,.25),transparent 42%),radial-gradient(circle at 76% 42%,rgba(0,118,0,.16),transparent 38%); opacity: .62; }
html[data-theme="light"] .hero__art { filter: saturate(1.02) contrast(1.02) drop-shadow(0 30px 28px rgba(0,0,0,.2)); }
html[data-theme="light"] .hero-info:hover { border-color: rgba(0,118,0,.28); background: rgba(255,255,255,.98); box-shadow: 0 24px 55px rgba(0,0,0,.14),0 0 26px rgba(0,118,0,.07); }
html[data-theme="light"] .hero-info small, html[data-theme="light"] .hero-info div > span { color: rgba(0,0,0,.53); }
html[data-theme="light"] .hero-info__index { color: var(--green); }
html[data-theme="light"] .about__stamp { color: #fff; }

html[data-theme="light"] .values-grid article, html[data-theme="light"] .team-category, html[data-theme="light"] .why-grid article { background: #fff; }
html[data-theme="light"] .values-grid small, html[data-theme="light"] .timeline small, html[data-theme="light"] .team-category li, html[data-theme="light"] .stats__grid p, html[data-theme="light"] .why-grid p { color: rgba(0,0,0,.58); }
html[data-theme="light"] .values-grid article:hover, html[data-theme="light"] .why-grid article:hover { background: #f7f7f7; }
html[data-theme="light"] .history-signature { border-left-color: #111; background: rgba(0,0,0,.04); color: rgba(0,0,0,.62); }
html[data-theme="light"] .timeline::before { background: rgba(0,0,0,.18); }
html[data-theme="light"] .timeline__node,
html[data-theme="light"] .timeline li:last-child .timeline__node { border-color: #111; background: #111; color: #fff; box-shadow: 0 0 0 6px rgba(255,255,255,.72); }
html[data-theme="light"] .timeline li > div, html[data-theme="light"] .team-category li { border-color: rgba(0,0,0,.1); }
html[data-theme="light"] .history { background: linear-gradient(135deg, rgba(0,118,0,.085), rgba(49,178,74,.025) 48%, #fff 86%); }
html[data-theme="light"] .services { background: linear-gradient(225deg, rgba(0,118,0,.08), #fff 52%); }
html[data-theme="light"] .projects { background: linear-gradient(145deg, #fff 12%, rgba(0,118,0,.075) 100%); }
html[data-theme="light"] .clients { background: linear-gradient(180deg, rgba(0,118,0,.045), #fff 32rem); }
html[data-theme="light"] .home-blog { background: linear-gradient(135deg, rgba(0,118,0,.075), #fff 58%); }
html[data-theme="light"] .service-card, html[data-theme="light"] .service-card--main, html[data-theme="light"] .service-card--yellow { background: #fff; color: #111; }
html[data-theme="light"] .service-card p:not(.card-label), html[data-theme="light"] .technical-list li, html[data-theme="light"] .stage-list li, html[data-theme="light"] .service-card__meta { color: rgba(0,0,0,.6); }
html[data-theme="light"] .technical-list li, html[data-theme="light"] .reinforcement { border-color: rgba(0,0,0,.12); }
html[data-theme="light"] .stage-list::before { background: rgba(0,0,0,.16); }
html[data-theme="light"] .stage-list span { border-color: rgba(0,0,0,.22); background: #fff; }
html[data-theme="light"] .service-card:hover { background: var(--yellow); color: #000; }
html[data-theme="light"] .team-category--featured { border-color: rgba(115,116,0,.3); background: #fff; }
html[data-theme="light"] .service-icon svg, html[data-theme="light"] .team-category__head svg, html[data-theme="light"] .commitments svg, html[data-theme="light"] .why-grid svg { stroke: #737400; }
html[data-theme="light"] .team-statement strong { color: #737400; }
html[data-theme="light"] .team-statement > span, html[data-theme="light"] .testimonial__quote { color: #737400; }
html[data-theme="light"] .stats {
  background: linear-gradient(145deg, rgba(0,118,0,.075), rgba(255,255,255,.95) 45%, rgba(254,255,1,.04));
}
html[data-theme="light"] .stats::before {
  background:
    radial-gradient(circle at 8% 46%, rgba(254,255,1,.13), transparent 24rem),
    radial-gradient(circle at 74% 85%, rgba(0,118,0,.11), transparent 27rem),
    radial-gradient(circle at 98% 12%, rgba(251,2,0,.055), transparent 19rem);
}
html[data-theme="light"] .stats__kicker { color: rgba(0,0,0,.53); }
html[data-theme="light"] .stats__intro > p { color: rgba(0,0,0,.58); }
html[data-theme="light"] .stat-card {
  background:
    linear-gradient(145deg, rgba(48,55,14,.97), rgba(8,32,23,.97) 56%, rgba(38,21,12,.96)) padding-box,
    linear-gradient(135deg, rgba(254,255,1,.18), rgba(49,178,74,.12) 52%, rgba(251,2,0,.1)) border-box;
  box-shadow: inset 0 1px rgba(255,255,255,.035);
}
html[data-theme="light"] .stat-card::before {
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(254,255,1,.2), rgba(49,178,74,.11) 27%, rgba(251,2,0,.07) 48%, transparent 70%);
}
html[data-theme="light"] .stat-card::after {
  border-color: rgba(254,255,1,.1);
  background:
    radial-gradient(circle, transparent 47%, rgba(49,178,74,.08) 48%, transparent 50%),
    conic-gradient(from 115deg, transparent, rgba(254,255,1,.12), rgba(49,178,74,.1), rgba(251,2,0,.08), transparent 72%);
}
html[data-theme="light"] .stat-card__index { color: rgba(255,255,255,.25); }
html[data-theme="light"] .stats__grid strong { color: #fff; }
html[data-theme="light"] .stats__grid p { color: rgba(255,255,255,.54); }
html[data-theme="light"] .stats__grid sup { color: var(--yellow); }
html[data-theme="light"] .stat-card__line {
  background: linear-gradient(90deg, var(--yellow), var(--green-bright));
}
html[data-theme="light"] .stat-card.is-counting strong {
  color: var(--yellow);
  text-shadow: 0 0 32px rgba(254,255,1,.15);
}

@media (hover: hover) and (pointer: fine) {
  html[data-theme="light"] .stat-card:hover {
    background:
      linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)) padding-box,
      linear-gradient(120deg, var(--yellow), var(--green-bright) 52%, var(--red)) border-box;
    box-shadow:
      0 24px 65px rgba(0,0,0,.3),
      0 0 35px rgba(0,118,0,.09),
      inset 0 1px rgba(255,255,255,.07);
    transform: perspective(900px) translateY(-7px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  }
  html[data-theme="light"] .stat-card:hover .stat-card__index { color: #000; }
  html[data-theme="light"] .stat-card:hover strong {
    background: none;
    color: #000;
    -webkit-background-clip: initial;
    background-clip: initial;
  }
  html[data-theme="light"] .stat-card:hover p { color: rgba(0,0,0,.78); }
}

html[data-theme="light"] .logo-wall { background: rgba(0,0,0,.12); }
html[data-theme="light"] .logo-wall > li { background: #fff; color: rgba(0,0,0,.48); }
html[data-theme="light"] .logo-wall > li:hover { background: #f7f7f7; color: #111; }
html[data-theme="light"] .testimonial > div:last-child { border-color: rgba(0,0,0,.12); }
html[data-theme="light"] .testimonial > div small { color: rgba(0,0,0,.48); }
html[data-theme="light"] .why { background: #fff; }
html[data-theme="light"] .home-article, html[data-theme="light"] .project-card, html[data-theme="light"] .blog-hero__featured { color: #fff; }
html[data-theme="light"] .home-article__content > span, html[data-theme="light"] .home-article__content p { color: rgba(255,255,255,.66); }
html[data-theme="light"] .project-filters button { color: rgba(0,0,0,.58); }
html[data-theme="light"] .project-filters button:hover { color: #111; }

html[data-theme="light"] .local { background: #fff; }
html[data-theme="light"] .local__map > svg { stroke: rgba(0,0,0,.14); }
html[data-theme="light"] .local__map > svg path:first-child { fill: rgba(0,0,0,.025); stroke: rgba(115,116,0,.45); }
html[data-theme="light"] .local__map > small, html[data-theme="light"] .local__coordinates { color: rgba(0,0,0,.5); }
html[data-theme="light"] .contact { background: linear-gradient(145deg, rgba(0,118,0,.09), rgba(49,178,74,.025) 42%, #fff 78%); }
html[data-theme="light"] .contact-form, html[data-theme="light"] .contact-details { border-color: rgba(0,118,0,.14); background: rgba(255,255,255,.9); }
html[data-theme="light"] .form-grid label > span, html[data-theme="light"] .contact-details dt, html[data-theme="light"] .opening-hours b { color: rgba(0,0,0,.62); }
html[data-theme="light"] .form-grid input, html[data-theme="light"] .form-grid select, html[data-theme="light"] .form-grid textarea { border-color: rgba(0,0,0,.14); background-color: #fff; color: #111; }
html[data-theme="light"] .form-grid input::placeholder, html[data-theme="light"] .form-grid textarea::placeholder { color: rgba(0,0,0,.35); }
html[data-theme="light"] .form-submit, html[data-theme="light"] .contact-details__top { border-color: rgba(0,0,0,.12); }
html[data-theme="light"] .form-submit p, html[data-theme="light"] .contact-details__identity span, html[data-theme="light"] .contact-details__notice { color: rgba(0,0,0,.46); }
html[data-theme="light"] .contact-details dd { color: rgba(0,0,0,.72); }
html[data-theme="light"] .address-list li { border-color: rgba(0,0,0,.09); background: rgba(0,118,0,.025); }
html[data-theme="light"] .address-list span { color: var(--green); }
html[data-theme="light"] .address-list address { color: rgba(0,0,0,.6); }
html[data-theme="light"] .direct-actions button, html[data-theme="light"] .direct-actions a { border-color: rgba(0,0,0,.12); background: #fff; color: rgba(0,0,0,.68); }

html[data-theme="light"] .site-footer { background: #fff; }
html[data-theme="light"] .footer-watermark { color: rgba(0,0,0,.035); }
html[data-theme="light"] .footer-grid h3, html[data-theme="light"] .footer-brand > span, html[data-theme="light"] .footer-bottom { color: rgba(0,0,0,.48); }
html[data-theme="light"] .footer-brand > p, html[data-theme="light"] .footer-grid > div:not(.footer-brand) > a, html[data-theme="light"] .footer-grid > div > button, html[data-theme="light"] .footer-bottom a { color: rgba(0,0,0,.68); }
html[data-theme="light"] .footer-socials a, html[data-theme="light"] .footer-bottom { border-color: rgba(0,0,0,.13); }
html[data-theme="light"] .footer-socials img { filter: brightness(0); }

html[data-theme="light"] .info-dialog { border-color: rgba(0,0,0,.15); background: #fff; color: #111; box-shadow: 0 35px 100px rgba(0,0,0,.2); }
html[data-theme="light"] .info-dialog__close { border-color: rgba(0,0,0,.14); background: #fff; }
html[data-theme="light"] .toast { border-color: rgba(0,118,0,.25); background: rgba(250,250,247,.97); color: #111; box-shadow: 0 20px 60px rgba(0,0,0,.16); }
html[data-theme="light"] .toast span { color: rgba(0,0,0,.52); }
html[data-theme="light"] .toast button { color: rgba(0,0,0,.52); }
html[data-theme="light"] .mobile-quick-actions { border-color: rgba(0,0,0,.12); background: rgba(255,255,255,.96); }

html[data-theme="light"] .blog-hero__content > p:last-child, html[data-theme="light"] .blog-hero__meta { color: rgba(0,0,0,.57); }
html[data-theme="light"] .blog-hero__featured { color: #fff; }
html[data-theme="light"] .blog-filters button { color: rgba(0,0,0,.58); }
html[data-theme="light"] .blog-filters button:hover { color: #111; }
html[data-theme="light"] .blog-card > a { background: #fff; color: #111; }
html[data-theme="light"] .blog-card__meta, html[data-theme="light"] .blog-card__body > p { color: rgba(0,0,0,.52); }
html[data-theme="light"] .blog-card__link { color: var(--green); }
html[data-theme="light"] .blog-card > a:hover .blog-card__link > i { background: var(--green); color: #fff; }
html[data-theme="light"] .blog-index { background: linear-gradient(145deg, #fff 12%, rgba(0,118,0,.07) 100%); }
html[data-theme="light"] .blog-author { background: #fff; }
html[data-theme="light"] .blog-author__portrait { background: radial-gradient(circle,rgba(254,255,1,.22),transparent 64%),#fff; }
html[data-theme="light"] .blog-author__portrait > i { border-color: #fff; }

html[data-theme="light"] .article-hero { background: #fff; }
html[data-theme="light"] .article-hero__breadcrumb, html[data-theme="light"] .article-hero__meta, html[data-theme="light"] .article-hero__lead, html[data-theme="light"] .article-hero__author small { color: rgba(0,0,0,.57); }
html[data-theme="light"] .related-posts { background: linear-gradient(135deg, rgba(0,118,0,.075), #fff 62%); }
html[data-theme="light"] .related-card { background: #fff; color: #111; }
html[data-theme="light"] .related-card > span { color: rgba(0,0,0,.5); }

.direct-actions { display: none !important; }
