/* Falcon Security — Direction artistique 2026
   Un système visuel éditorial, stratégique et sobre. */

:root {
  --falcon-ink: #080a0a;
  --falcon-carbon: #111414;
  --falcon-panel: #171a1a;
  --falcon-ivory: #f4f1ea;
  --falcon-sand: #ded8cb;
  --falcon-accent: #b7b9ba;
  --falcon-accent-soft: #e2e3e3;
  --falcon-line: rgba(8, 10, 10, 0.12);
  --falcon-radius: 18px;
  --falcon-ease: cubic-bezier(.22, 1, .36, 1);
}

html { scroll-behavior: smooth; max-width: 100%; overflow-x: clip; }

body {
  background: var(--falcon-ivory);
  color: var(--falcon-ink);
  max-width: 100%;
  overflow-x: clip;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: .025;
  pointer-events: none;
  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='.8'/%3E%3C/svg%3E");
}

::selection { background: var(--falcon-accent); color: var(--falcon-ink); }

.container { width: min(1240px, calc(100% - 48px)); }

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  z-index: 10001;
  background: linear-gradient(90deg, var(--falcon-accent), var(--falcon-accent-soft));
  box-shadow: 0 0 18px rgba(183, 185, 186, .42);
}

#navbar { padding: 14px 0; }
#navbar.nav-scrolled {
  background: rgba(8, 10, 10, .88) !important;
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}
#navbar.nav-scrolled .nav-link { color: rgba(255,255,255,.72); }
#navbar.nav-scrolled .nav-link:hover { color: #fff; }
#navbar.nav-scrolled .hamburger-btn { color: #fff; }
#navbar.nav-scrolled .logo-white { display: block !important; }
#navbar.nav-scrolled .logo-dark { display: none !important; }
.navbar-inner { max-width: 1320px; }
.navbar-logo img { height: 48px !important; width: auto; object-fit: contain; }
.nav-link { letter-spacing: .02em; }
.nav-link::after { background: var(--falcon-accent); }
.nav-cta { background: var(--falcon-accent) !important; color: var(--falcon-ink) !important; }

.hero-section {
  min-height: min(900px, 100svh);
  background: var(--falcon-ink);
  isolation: isolate;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,6,6,.94) 0%, rgba(4,6,6,.70) 40%, rgba(4,6,6,.08) 76%),
    linear-gradient(0deg, rgba(4,6,6,.52), transparent 42%);
}
.hero-bg img { filter: saturate(.72) contrast(1.06); transform: scale(1.02); }
.hero-overlay { background: transparent !important; }
.hero-content { padding-top: 128px; padding-bottom: 110px; }
.hero-content > div { position: relative; z-index: 2; }
.hero-badge {
  color: rgba(255,255,255,.84);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(12px);
}
.badge-dot,
.hero-badge .badge-dot { background: var(--falcon-accent); box-shadow: 0 0 0 5px rgba(183,185,186,.14); }
.hero-title {
  max-width: 900px;
  font-size: clamp(48px, 7.4vw, 108px);
  line-height: .93;
  letter-spacing: -.065em;
  text-wrap: balance;
}
.hero-title .accent-word { color: var(--falcon-accent-soft); font-style: italic; font-weight: 500; }
.hero-subtitle { max-width: 690px; font-size: clamp(16px, 1.5vw, 20px); color: rgba(255,255,255,.7); }
.btn { border-radius: 999px; transition: transform .35s var(--falcon-ease), background .35s, color .35s, border-color .35s; }
.btn:hover { transform: translateY(-3px); }
.btn-primary { background: var(--falcon-ink); }
.btn-white { color: var(--falcon-ink); }
.btn-outline-white:hover { background: var(--falcon-accent); border-color: var(--falcon-accent); color: var(--falcon-ink); }

.hero-signal {
  position: absolute;
  z-index: 3;
  right: max(24px, calc((100vw - 1240px) / 2));
  bottom: 48px;
  width: min(350px, calc(100% - 48px));
  padding: 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  color: #fff;
  background: rgba(10,12,12,.48);
  backdrop-filter: blur(18px);
  animation: signalFloat 6s ease-in-out infinite;
}
.hero-signal__top { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.hero-signal__label { font: 600 11px/1 var(--font-heading); letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.hero-signal__status { display: flex; align-items: center; gap: 7px; font-size: 12px; color: var(--falcon-accent-soft); }
.hero-signal__status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--falcon-accent); box-shadow: 0 0 12px var(--falcon-accent); }
.hero-signal__line { height: 1px; margin: 16px 0; background: rgba(255,255,255,.12); }
.hero-signal__copy { font-size: 14px; line-height: 1.55; color: rgba(255,255,255,.72); }
@keyframes signalFloat { 50% { transform: translateY(-8px); } }

.signal-strip { background: var(--falcon-accent); color: var(--falcon-ink); overflow: hidden; border-block: 1px solid rgba(0,0,0,.12); }
.signal-strip__track { display: flex; width: max-content; animation: marquee 28s linear infinite; }
.signal-strip__group { display: flex; align-items: center; gap: 30px; padding: 14px 15px; white-space: nowrap; }
.signal-strip__group span { font: 700 12px/1 var(--font-heading); text-transform: uppercase; letter-spacing: .13em; }
.signal-strip__group i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; opacity: .45; }
@keyframes marquee { to { transform: translateX(-50%); } }

.stats-section { background: var(--falcon-ink); border-top: 1px solid rgba(255,255,255,.08); }
.stat-item { position: relative; }
.stat-item::after { background: linear-gradient(180deg, transparent, rgba(183,185,186,.42), transparent); }
.stat-value { color: var(--falcon-ivory) !important; letter-spacing: -.05em !important; }
.stat-label { color: rgba(255,255,255,.48); }

.section-badge { color: #686b6c; letter-spacing: .15em; }
.section-badge::before, .section-badge span { background: var(--falcon-accent) !important; }
.section-title { letter-spacing: -.045em; line-height: 1.04; text-wrap: balance; }
.section-subtitle { line-height: 1.75; }

.strategic-section {
  position: relative;
  isolation: isolate;
  padding: clamp(72px, 8vw, 112px) 0;
  color: #fff;
  background: #0a0d0f url('../images/generated/falcon-difference-background.png') center / cover no-repeat;
}
.strategic-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 7, 8, .94) 0%, rgba(5, 7, 8, .82) 48%, rgba(5, 7, 8, .6) 100%),
    linear-gradient(180deg, rgba(5, 7, 8, .45), rgba(5, 7, 8, .82));
}
.strategic-section::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .17;
  background-image: radial-gradient(rgba(255,255,255,.34) .6px, transparent .6px);
  background-size: 5px 5px;
  pointer-events: none;
}
.strategic-section .container { position: relative; }
.strategic-section .section-badge { color: rgba(255,255,255,.6); }
.strategic-section .section-badge::before { background: rgba(255,255,255,.58) !important; }
.strategic-section .section-title { color: #fff; }
.strategic-section .section-subtitle { color: rgba(255,255,255,.72); }
.strategic-intro { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: end; margin-bottom: 46px; }
.strategic-intro .section-title { margin-bottom: 0; font-size: clamp(38px, 5.2vw, 72px); }
.strategic-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.2); border-radius: var(--falcon-radius); overflow: hidden; background: rgba(9,12,13,.48); backdrop-filter: blur(12px); box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.strategic-card { min-height: 276px; padding: 30px; border-right: 1px solid rgba(255,255,255,.16); transition: background .45s var(--falcon-ease), transform .45s var(--falcon-ease); }
.strategic-card:last-child { border-right: 0; }
.strategic-card:hover { background: rgba(255,255,255,.12); transform: translateY(-6px); }
.strategic-card__index { display: block; margin-bottom: 54px; font: 600 12px/1 var(--font-heading); letter-spacing: .12em; color: rgba(255,255,255,.56); }
.strategic-card h3 { margin-bottom: 14px; color: #fff; font-size: 21px; letter-spacing: -.02em; }
.strategic-card p { color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.7; }

.service-card, .contact-form-wrap {
  border-color: var(--falcon-line);
  border-radius: var(--falcon-radius);
  background: rgba(255,255,255,.62);
  box-shadow: 0 18px 60px rgba(8,10,10,.055);
  overflow: hidden;
}
.service-card { transition: transform .55s var(--falcon-ease), box-shadow .55s var(--falcon-ease); }
.service-card:hover { transform: translateY(-10px); box-shadow: 0 30px 80px rgba(8,10,10,.11); }
.service-card-image { height: 250px; }
.service-card-image img, .about-image-wrap img, .cyno-card img { transition: transform 1s var(--falcon-ease), filter .6s; }
.service-card:hover .service-card-image img, .about-image-wrap:hover img, .cyno-card:hover img { transform: scale(1.055); }
.service-icon { color: var(--falcon-ink); background: var(--falcon-accent); border-radius: 50%; }
.service-card-link { color: #5f6263; }

.about-section, .services-section, .cyno-section, .process-section, .gallery-section, .contact-section { padding-block: clamp(80px, 10vw, 140px); }
.about-image-wrap { border-radius: var(--falcon-radius); box-shadow: 0 25px 80px rgba(8,10,10,.15); }
.about-image-tag { background: var(--falcon-accent); color: var(--falcon-ink); border-radius: 12px; }

.innovation-section { min-height: 760px; }
.innovation-overlay { background: linear-gradient(90deg, rgba(6,8,8,.94) 0%, rgba(6,8,8,.72) 52%, rgba(6,8,8,.34) 100%) !important; }
.innovation-feature { border-color: rgba(255,255,255,.13); }
.innovation-feature-icon { border-color: rgba(183,185,186,.4); color: var(--falcon-accent-soft); }

.cyno-card { min-height: 600px; border-radius: var(--falcon-radius); }
.cyno-card-overlay { background: linear-gradient(0deg, rgba(4,6,6,.94), rgba(4,6,6,.05) 75%); }
.cyno-card-label { color: var(--falcon-accent-soft); }

.process-section { background: #ebe6dc; }
.process-step-number { color: var(--falcon-accent); opacity: 1; }
.process-step::before { background: var(--falcon-accent); }

.testimonials-section { background: var(--falcon-carbon); }
.testimonial-quote { letter-spacing: -.025em; }
.testimonial-dot.active { background: var(--falcon-accent); }

.gallery-grid { gap: 12px; }
.gallery-item { border-radius: 12px; }
.gallery-item img { filter: saturate(.78); }
.gallery-item:hover img { filter: saturate(1); }

.contact-section { background: var(--falcon-ivory); }
.form-input, .form-textarea { border-radius: 12px; background: rgba(255,255,255,.72); }
.form-input:focus, .form-textarea:focus { border-color: var(--falcon-accent); box-shadow: 0 0 0 4px rgba(183,185,186,.14); }
.cta-section { background: var(--falcon-accent); color: var(--falcon-ink); }
.cta-section .section-title--white, .cta-section p { color: var(--falcon-ink) !important; }
.cta-section .btn-white { background: var(--falcon-ink); color: #fff; }
.cta-section .btn-outline-white { border-color: rgba(8,10,10,.4); color: var(--falcon-ink); }

footer { background: var(--falcon-ink); border-top: 1px solid rgba(255,255,255,.08); }
.footer-motto { color: var(--falcon-accent-soft); }

.footer-login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  margin-top: 20px;
  padding: 10px 17px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, .07);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}

.footer-login-btn svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.footer-login-btn:hover,
.footer-login-btn:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, .15);
  border-color: rgba(255, 255, 255, .58);
  transform: translateY(-2px);
}

.footer-login-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .75);
  outline-offset: 3px;
}

.page-depth { padding: clamp(80px, 9vw, 130px) 0; background: var(--falcon-carbon); color: #fff; }
.page-depth__head { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: end; margin-bottom: 56px; }
.page-depth__head .section-title { color: #fff; margin: 0; }
.page-depth__head p { color: rgba(255,255,255,.58); line-height: 1.8; }
.page-depth__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.page-depth__item { padding: 30px; min-height: 230px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.035); }
.page-depth__item span { color: var(--falcon-accent-soft); font: 600 12px/1 var(--font-heading); letter-spacing: .13em; }
.page-depth__item h3 { color: #fff; margin: 54px 0 12px; font-size: 21px; }
.page-depth__item p { color: rgba(255,255,255,.52); font-size: 14px; line-height: 1.7; }

.location-section { padding: clamp(80px, 9vw, 130px) 0; background: #e7e4dd; }
.location-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 44px; }
.location-heading .section-title { margin-bottom: 0; }
.location-address { padding-left: 24px; border-left: 1px solid rgba(8,10,10,.2); }
.location-address p { color: #5d6061; font-size: 15px; line-height: 1.7; margin-bottom: 18px; }
.location-link { display: inline-flex; align-items: center; gap: 10px; color: var(--falcon-ink); font: 600 12px/1 var(--font-heading); letter-spacing: .08em; text-transform: uppercase; }
.location-link span { transition: transform .3s var(--falcon-ease); }
.location-link:hover span { transform: translate(3px,-3px); }
.location-map { position: relative; min-height: 500px; overflow: hidden; border-radius: var(--falcon-radius); background: #c9c9c7; box-shadow: 0 28px 80px rgba(8,10,10,.12); }
.location-map iframe { display: block; width: 100%; height: 500px; border: 0; filter: grayscale(1) contrast(.92); }
.location-map__label { position: absolute; left: 24px; bottom: 24px; display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; color: #fff; background: rgba(8,10,10,.88); backdrop-filter: blur(14px); pointer-events: none; }
.location-map__label img { width: 36px; height: 36px; object-fit: contain; filter: grayscale(1) invert(1); }
.location-map__label span { display: grid; gap: 3px; font-size: 11px; color: rgba(255,255,255,.58); }
.location-map__label strong { color: #fff; font: 600 13px/1.2 var(--font-heading); }

@media (max-width: 980px) {
  .hero-title { font-size: clamp(46px, 10vw, 76px); }
  .hero-signal { display: none; }
  .strategic-intro, .page-depth__head { grid-template-columns: 1fr; gap: 24px; }
  .strategic-grid { grid-template-columns: repeat(2, 1fr); }
  .strategic-card:nth-child(2) { border-right: 0; }
  .strategic-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .page-depth__grid { grid-template-columns: 1fr; }
  .location-heading { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 32px, 1240px); }
  .hero-section { min-height: 900px; align-items: flex-start; }
  .hero-content { padding-top: 122px; padding-bottom: 110px; }
  .hero-bg::after { background: linear-gradient(0deg, rgba(4,6,6,.94), rgba(4,6,6,.28) 100%); }
  .hero-bg img { object-position: 64% center; }
  .hero-title { letter-spacing: -.055em; }
  .hero-actions { align-items: stretch; }
  .hero-actions .btn, .hero-actions .btn-play { width: 100%; justify-content: center; }
  .strategic-section { background-position: 66% center; }
  .strategic-grid { grid-template-columns: 1fr; }
  .strategic-card { min-height: 230px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .strategic-card:last-child { border-bottom: 0; }
  .strategic-card__index { margin-bottom: 54px; }
  .cyno-card { min-height: 520px; }
  .signal-strip__group { gap: 22px; }
  .location-map, .location-map iframe { min-height: 420px; height: 420px; }
  .location-map__label { left: 14px; right: 14px; bottom: 14px; }
}

/* ============================================================
   SYSTÈME RESPONSIVE GLOBAL
   Téléphones compacts, mobiles larges, tablettes et petits laptops
   ============================================================ */

:root { --page-gutter: clamp(16px, 3.2vw, 32px); }

.container,
.container-narrow {
  width: calc(100% - (var(--page-gutter) * 2));
  padding-inline: 0;
}

main,
section,
.grid-2,
.grid-3,
.grid-4,
.footer-grid,
.strategic-grid,
.page-depth__grid { min-width: 0; }

h1, h2, h3, h4, h5, h6,
p, a, span, li, blockquote { overflow-wrap: break-word; }

.hero-title,
.section-title { max-width: 100%; }

body:not([data-page="index"]) .hero-title {
  font-size: clamp(42px, 6vw, 82px);
  line-height: 1;
}

.form-input,
.form-select,
.form-textarea,
.btn { min-height: 44px; }

@media (max-width: 1179px) {
  .nav-links,
  .nav-cta { display: none !important; }

  .hamburger-btn {
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    width: 44px;
    min-height: 44px;
    padding: 11px 10px;
  }

  .mobile-menu-close { display: none; }

  .mobile-menu { background: #050606 !important; }

  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .navbar-inner { padding-inline: var(--page-gutter); }
}

@media (max-width: 980px) {
  .about-section,
  .services-section,
  .cyno-section,
  .process-section,
  .testimonials-section,
  .contact-section,
  .cta-section,
  .page-depth,
  .location-section { padding-block: clamp(68px, 9vw, 92px); }

  .grid-2 { gap: clamp(28px, 5vw, 44px) !important; }
  .grid-3,
  .grid-4 { gap: 20px !important; }

  .hero-title { font-size: clamp(44px, 8vw, 74px); }
  .hero-content { padding-top: 116px; padding-bottom: 82px; }

  .service-card-image { height: clamp(210px, 29vw, 280px); }
  .about-image-wrap img { height: clamp(360px, 52vw, 500px); }
  .innovation-section { min-height: auto; padding-block: clamp(76px, 10vw, 104px) !important; }
  .cyno-card { min-height: 500px; }

  .contact-section > .container > .grid-2 { grid-template-columns: 1fr; }
  .contact-section .section-subtitle { max-width: 680px; }
  .contact-form-wrap { padding: clamp(28px, 5vw, 52px); }

  .page-depth__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .page-depth__item { min-height: 210px; padding: 24px; }
  .page-depth__item h3 { margin-top: 38px; }

  .location-map,
  .location-map iframe { height: 440px; min-height: 440px; }
}

@media (max-width: 820px) {
  .grid-2 { grid-template-columns: 1fr; }

  body:not([data-page="index"]) .hero-section {
    min-height: clamp(500px, 72svh, 620px) !important;
  }

  body[data-page="index"] .hero-section {
    min-height: max(700px, 100svh);
  }

  .hero-bg::after {
    background:
      linear-gradient(0deg, rgba(4,6,6,.95) 0%, rgba(4,6,6,.72) 54%, rgba(4,6,6,.28) 100%),
      linear-gradient(90deg, rgba(4,6,6,.48), rgba(4,6,6,.08));
  }

  .hero-bg img { object-position: 58% center; }
  .hero-content > div { max-width: 690px !important; }
  .hero-scroll-indicator { display: none; }

  .innovation-overlay {
    background: linear-gradient(0deg, rgba(6,8,8,.96) 0%, rgba(6,8,8,.8) 62%, rgba(6,8,8,.44) 100%) !important;
  }

  .innovation-section .grid-2 { gap: 48px !important; }
  .innovation-section .section-subtitle { max-width: 660px; }

  .page-depth__grid { grid-template-columns: 1fr; }
  .page-depth__item { min-height: 0; }
  .page-depth__item h3 { margin-top: 30px; }

  .location-heading { margin-bottom: 34px; }
  .location-address { padding-left: 18px; }
}

@media (max-width: 640px) {
  :root { --page-gutter: 18px; }

  html { scroll-padding-top: 74px; }
  body { font-size: 15px; }

  #navbar { padding-block: 8px; }
  .navbar-inner { height: 62px; }
  .navbar-logo img { height: 42px !important; }

  .mobile-menu {
    justify-content: flex-start;
    align-items: stretch;
    gap: 2px;
    overflow-y: auto;
    padding: max(86px, env(safe-area-inset-top)) 18px max(30px, env(safe-area-inset-bottom));
  }

  .mobile-menu-link {
    width: 100%;
    padding: 9px 18px;
    font-size: clamp(20px, 6vw, 25px);
    text-align: center;
  }

  .mobile-menu > div { margin-top: 18px !important; text-align: center; }
  .mobile-menu-close { top: max(18px, env(safe-area-inset-top)); right: 18px; width: 44px; height: 44px; }

  body[data-page="index"] .hero-section { min-height: max(680px, 100svh); }
  body:not([data-page="index"]) .hero-section { min-height: clamp(480px, 76svh, 580px) !important; }
  body[data-page="mentions-legales"] .hero-section,
  body[data-page="politique-confidentialite"] .hero-section { min-height: 440px !important; }

  .hero-content { padding-top: 104px; padding-bottom: 64px; }
  .hero-badge {
    max-width: 100%;
    padding: 7px 11px;
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: .1em;
    white-space: normal;
  }

  .hero-title,
  body[data-page="article"] .hero-title {
    font-size: clamp(34px, 11vw, 52px) !important;
    line-height: .99;
    letter-spacing: -.052em;
  }

  .hero-subtitle { font-size: 16px; line-height: 1.62; margin-bottom: 30px; }
  .hero-actions { width: 100%; gap: 12px; }
  .hero-actions .btn,
  .hero-actions .btn-play { width: 100%; justify-content: center; }
  .btn { max-width: 100%; white-space: normal; text-align: center; line-height: 1.25; }

  .section-title,
  .strategic-intro .section-title { font-size: clamp(30px, 9vw, 42px); line-height: 1.08; }
  .section-subtitle { font-size: 15px; line-height: 1.7; }
  .section-badge { line-height: 1.35; letter-spacing: .12em; }

  .grid-3,
  .grid-4,
  .footer-grid,
  .strategic-grid { grid-template-columns: 1fr; }

  .stats-section { padding-block: 48px; }
  .stat-item { padding: 34px 12px; }
  .stat-label { font-size: 11px; line-height: 1.45; letter-spacing: .09em; }

  .strategic-section { padding-block: 68px; }
  .strategic-intro { margin-bottom: 34px; }
  .strategic-card { min-height: 0; padding: 25px; }
  .strategic-card__index { margin-bottom: 34px; }

  .about-image-wrap img,
  .about-image-wrap img[style] {
    height: clamp(280px, 86vw, 390px) !important;
  }
  .about-image-tag { right: 14px; bottom: 14px; max-width: calc(100% - 28px); padding: 10px 14px; }

  .service-card-image { height: clamp(210px, 64vw, 280px); }
  .service-card-body { padding: 22px; }

  .innovation-section { padding-block: 68px !important; }
  .innovation-section .grid-2 { gap: 38px !important; }
  .innovation-feature { gap: 13px; }
  .innovation-feature-icon { width: 38px; height: 38px; }

  .cyno-card { min-height: 430px; height: auto; }
  .cyno-card-overlay { padding: 28px 22px; }
  .cyno-card-text { opacity: 1; transform: none; }

  .process-steps { grid-template-columns: 1fr; gap: 8px; }
  .process-step { padding: 22px 14px; }
  .process-step-number { width: 68px; height: 68px; font-size: 21px; margin-bottom: 18px; }

  .testimonial-quote { font-size: clamp(17px, 5vw, 22px); line-height: 1.55; }
  .testimonial-quote::before { font-size: 58px; }

  .contact-form-wrap { padding: 24px 18px; border-radius: 14px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-input,
  .form-select,
  .form-textarea { font-size: 16px; }
  .footer-contact-item a,
  .footer-contact-item span { overflow-wrap: anywhere; }

  .cta-section .btn { width: 100%; }

  footer { padding-top: 62px; }
  .footer-grid { gap: 38px; }
  .footer-description { max-width: 100%; }
  .footer-bottom { align-items: flex-start; margin-top: 48px; }
  .footer-bottom nav,
  .footer-bottom nav > div { width: 100%; }
  .footer-bottom nav > div { flex-wrap: wrap; row-gap: 8px !important; }
  .footer-login-btn { width: 100%; }

  .location-address { padding: 18px 0 0; border-left: 0; border-top: 1px solid rgba(8,10,10,.2); }
  .location-map,
  .location-map iframe { height: 350px; min-height: 350px; }
  .location-map__label { padding: 11px 12px; }
  .location-map__label img { width: 30px; height: 30px; }

  #back-to-top { right: 16px; bottom: 16px; width: 44px; height: 44px; }
  .video-lightbox video { width: calc(100vw - 24px); max-width: none; max-height: 76svh; }
  .video-lightbox-close,
  .lightbox-close { top: 14px; right: 14px; width: 44px; height: 44px; }
}

@media (max-width: 390px) {
  :root { --page-gutter: 15px; }

  .hero-title,
  body[data-page="article"] .hero-title { font-size: clamp(31px, 10.5vw, 40px) !important; }
  .hero-subtitle { font-size: 15px; }
  .section-title,
  .strategic-intro .section-title { font-size: clamp(28px, 8.5vw, 34px); }

  .stats-grid { grid-template-columns: 1fr; }
  .stat-item { padding-block: 28px; }
  .strategic-card,
  .page-depth__item { padding: 22px 20px; }

  .cyno-card { min-height: 400px; }
  .location-map,
  .location-map iframe { height: 320px; min-height: 320px; }
  .location-map__label { left: 10px; right: 10px; bottom: 10px; }
  .location-map__label img { display: none; }

  .footer-bottom nav > div { flex-direction: column; gap: 8px !important; }
}

@media (max-height: 600px) and (min-width: 600px) and (max-width: 1179px) {
  .mobile-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    padding-top: 72px;
  }
  .mobile-menu-link { font-size: 18px; padding-block: 6px; }
  .mobile-menu > div { grid-column: 1 / -1; }
}

@media (max-height: 620px) and (max-width: 599px) {
  .mobile-menu { padding-top: 70px; padding-bottom: 12px; }
  .mobile-menu-link { padding-block: 5px; font-size: 18px; }
  .mobile-menu > div { margin-top: 8px !important; }
  .mobile-menu .btn { min-height: 42px; padding-block: 9px; }
}

@media (hover: none) {
  .service-card:hover,
  .strategic-card:hover,
  .about-image-wrap:hover img,
  .service-card:hover .service-card-image img,
  .cyno-card:hover img { transform: none; }

  .cyno-card-text { opacity: 1; transform: none; }
}

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