/*
Theme Name: Gagneur Electricité Native
Theme URI: https://gagneur-electricite.fr/
Author: Keenest / Codex
Description: Thème léger et autonome de Gagneur Electricité, sans dépendance à un constructeur de pages.
Version: 0.6.9
Text Domain: gagneur-native
*/

:root {
  --gn-blue: #0056a7;
  --gn-blue-dark: #073b69;
  --gn-orange: #f28b00;
  --gn-ink: #17202a;
  --gn-muted: #5d6874;
  --gn-soft: #f3f7fb;
  --gn-white: #fff;
  --gn-radius: 18px;
  --gn-shadow: 0 16px 42px rgba(10, 45, 78, .12);
  --gn-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--gn-ink);
  background: var(--gn-white);
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
body.admin-bar .gn-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.gn-wrap { width: min(calc(100% - 40px), var(--gn-width)); margin-inline: auto; }
.gn-kicker {
  margin: 0 0 10px;
  color: var(--gn-blue);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.gn-section { padding: 88px 0; }
.gn-section--soft { background: var(--gn-soft); }
.gn-section-title { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.gn-section-title h2 { margin: 0 0 14px; font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1.1; }
.gn-section-title p { margin: 0; color: var(--gn-muted); font-size: 1.08rem; }
.gn-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 25px;
  border: 2px solid transparent;
  border-radius: 7px;
  background: var(--gn-orange);
  color: var(--gn-white);
  font-weight: 750;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.gn-button:hover, .gn-button:focus-visible { background: #d97900; box-shadow: 0 10px 22px rgba(242,139,0,.26); transform: translateY(-2px); }
.gn-button--blue { background: var(--gn-blue); }
.gn-button--blue:hover, .gn-button--blue:focus-visible { background: var(--gn-blue-dark); }

.gn-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--gn-white);
}
.gn-header__inner { display: flex; min-height: 118px; align-items: center; justify-content: space-between; gap: 36px; }
.gn-brand { flex: 0 0 auto; }
.gn-brand img { width: 94px; filter: drop-shadow(0 4px 12px rgba(0,0,0,.18)); }
.gn-nav { margin-left: auto; }
.gn-nav__list { display: flex; align-items: center; gap: 34px; margin: 0; padding: 0; list-style: none; }
.gn-nav a { position: relative; display: block; color: var(--gn-white); font-weight: 650; text-decoration: none; text-shadow: 0 1px 10px rgba(0,0,0,.55); }
.gn-nav__list > li > a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--gn-orange); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.gn-nav__list > li > a:hover::after, .gn-nav__list > li > a:focus-visible::after { transform: scaleX(1); }
.gn-nav__item--parent { position: relative; }
.gn-nav__item--parent::after { position: absolute; top: 100%; right: 0; left: 0; height: 20px; content: ""; }
.gn-nav__item--parent > a::before { content: "⌄"; float: right; margin-left: 8px; }
.gn-submenu {
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  width: 250px;
  margin: 0;
  padding: 10px;
  border-radius: 10px;
  background: var(--gn-white);
  box-shadow: var(--gn-shadow);
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease;
}
.gn-submenu a { padding: 8px 10px; border-radius: 6px; color: var(--gn-ink); font-size: .88rem; text-shadow: none; }
.gn-submenu a:hover, .gn-submenu a:focus-visible { background: var(--gn-soft); color: var(--gn-blue); }
.gn-nav__item--parent:hover .gn-submenu, .gn-nav__item--parent:focus-within .gn-submenu, .gn-nav__item--parent.is-submenu-open .gn-submenu { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.gn-menu-toggle { display: none; width: 48px; height: 48px; padding: 10px; border: 0; border-radius: 8px; background: rgba(0,0,0,.4); color: white; cursor: pointer; }
.gn-menu-toggle span { display: block; height: 2px; margin: 6px 0; background: currentColor; }

.gn-hero {
  position: relative;
  display: grid;
  min-height: min(900px, 100vh);
  place-items: center;
  overflow: hidden;
  background: #25323d url("../../uploads/2026/03/WhatsApp-Image-2026-03-06-at-10.56.12.jpeg") center center / cover no-repeat;
  color: var(--gn-white);
  text-align: center;
}
.gn-hero::before { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,19,31,.34), rgba(5,19,31,.16) 45%, rgba(5,19,31,.48)); content: ""; }
.gn-hero__content { position: relative; z-index: 1; max-width: 760px; padding: 190px 20px 100px; }
.gn-hero h1 { margin: 0 0 18px; font-size: clamp(3.7rem, 7.4vw, 6.4rem); line-height: .96; letter-spacing: -.045em; text-shadow: 0 4px 28px rgba(0,0,0,.34); }
.gn-hero p { max-width: 650px; margin: 0 auto 36px; font-size: clamp(1.08rem, 2vw, 1.35rem); line-height: 1.45; text-shadow: 0 2px 14px rgba(0,0,0,.65); }

.gn-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gn-benefit { padding: 32px; border-top: 4px solid var(--gn-orange); border-radius: var(--gn-radius); background: var(--gn-white); box-shadow: var(--gn-shadow); }
.gn-benefit__number { display: grid; width: 48px; height: 48px; margin-bottom: 22px; place-items: center; border-radius: 50%; background: #e7f2fc; color: var(--gn-blue); font-weight: 850; }
.gn-benefit h3 { margin: 0 0 12px; font-size: 1.26rem; line-height: 1.25; }
.gn-benefit p { margin: 0; color: var(--gn-muted); }
.gn-benefits-cta { margin-top: 38px; text-align: center; }

.gn-intro { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 64px; }
.gn-intro__image { min-height: 510px; border-radius: var(--gn-radius); background: url("../../uploads/2025/07/pexels-photo-257736.jpeg") center / cover no-repeat; box-shadow: var(--gn-shadow); }
.gn-intro h2 { margin: 0 0 18px; font-size: clamp(2.15rem, 4vw, 3.5rem); line-height: 1.08; }
.gn-intro__lead { color: var(--gn-blue); font-size: 1.25rem; font-weight: 800; }
.gn-checks { display: grid; gap: 10px; margin: 24px 0; padding: 0; list-style: none; }
.gn-checks li { position: relative; padding-left: 31px; }
.gn-checks li::before { position: absolute; left: 0; color: var(--gn-orange); content: "✓"; font-weight: 900; }

.gn-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gn-service { position: relative; min-height: 290px; overflow: hidden; border-radius: var(--gn-radius); background: var(--gn-blue-dark); color: var(--gn-white); box-shadow: var(--gn-shadow); }
.gn-service img { width: 100%; height: 100%; min-height: 290px; object-fit: cover; transition: transform .35s ease; }
.gn-service::after { position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0,24,46,.92)); content: ""; }
.gn-service__content { position: absolute; z-index: 1; right: 24px; bottom: 22px; left: 24px; }
.gn-service h3 { margin: 0; font-size: 1.18rem; line-height: 1.25; }
.gn-service a { color: inherit; text-decoration: none; }
.gn-service a::after { position: absolute; inset: 0; content: ""; }
.gn-service:hover img { transform: scale(1.045); }

.gn-project { padding: 64px 0; background: var(--gn-blue); color: var(--gn-white); text-align: center; }
.gn-project h2 { margin: 0 0 12px; font-size: clamp(2rem, 4vw, 3rem); }
.gn-project p { margin: 0 auto 26px; max-width: 690px; }

.gn-contact { display: grid; grid-template-columns: .75fr 1.25fr; gap: 56px; align-items: start; }
.gn-contact__details { position: sticky; top: 45px; padding: 38px; border-radius: var(--gn-radius); background: var(--gn-blue-dark); color: var(--gn-white); }
.gn-contact__details h2 { margin: 0 0 28px; font-size: 2.25rem; }
.gn-contact__details a { display: block; margin: 0 0 17px; color: inherit; text-decoration: none; }
.gn-contact__details a:hover { color: #f5b65f; }
.gn-contact__form { padding: 38px; border-radius: var(--gn-radius); background: var(--gn-white); box-shadow: var(--gn-shadow); }
.gn-contact__form h3 { margin: 0 0 22px; font-size: 1.65rem; }
.gn-contact__form .wpforms-container { margin: 0; }
.gn-contact__form .wpforms-field { padding: 9px 0 !important; }
.gn-contact__form input:not([type=checkbox]):not([type=radio]), .gn-contact__form textarea {
  width: 100% !important;
  max-width: none !important;
  border: 1px solid #cbd5df !important;
  border-radius: 7px !important;
  background: #fff !important;
}
.gn-contact__form button[type=submit] { min-height: 50px !important; padding: 12px 28px !important; border: 0 !important; border-radius: 7px !important; background: var(--gn-orange) !important; color: white !important; font-weight: 800 !important; }

.gn-content { width: min(calc(100% - 40px), 900px); min-height: 65vh; margin: 0 auto; padding: 180px 0 80px; }
.gn-content h1 { font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1.08; }
.gn-page-hero {
  position: relative;
  display: grid;
  min-height: 610px;
  align-items: end;
  overflow: hidden;
  background: var(--gn-blue-dark);
  color: var(--gn-white);
}
.gn-page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gn-page-hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,23,40,.45), rgba(4,23,40,.82)); }
.gn-page-hero__content { position: relative; z-index: 1; padding-top: 190px; padding-bottom: 76px; }
.gn-page-hero .gn-kicker { color: #f8b95f; }
.gn-page-hero h1 { max-width: 900px; margin: 0 0 12px; font-size: clamp(3.15rem, 7vw, 6rem); line-height: 1; letter-spacing: -.04em; }
.gn-page-hero__content > p:last-child { margin: 0; font-size: clamp(1.15rem, 2vw, 1.5rem); }
.gn-service-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(290px, .7fr); gap: 72px; align-items: start; }
.gn-service-lead { margin: 0 0 46px; color: var(--gn-blue); font-size: clamp(1.35rem, 2.5vw, 1.85rem); font-weight: 750; line-height: 1.4; }
.gn-service-copy section + section { margin-top: 42px; padding-top: 38px; border-top: 1px solid #dce4ec; }
.gn-service-copy h2 { margin: 0 0 13px; font-size: clamp(1.65rem, 3vw, 2.25rem); line-height: 1.18; }
.gn-service-copy p { margin: 0; color: var(--gn-muted); }
.gn-service-aside { position: sticky; top: 34px; padding: 34px; border-radius: var(--gn-radius); background: var(--gn-blue-dark); color: var(--gn-white); box-shadow: var(--gn-shadow); }
.gn-service-aside h2 { margin: 0 0 18px; font-size: 1.55rem; }
.gn-service-aside .gn-checks { margin: 0 0 28px; }
.gn-service-aside .gn-checks li::before { color: #f8b95f; }
.gn-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gn-gallery a { display: block; min-height: 285px; overflow: hidden; border-radius: 14px; background: #dce7ef; box-shadow: 0 8px 25px rgba(10,45,78,.1); }
.gn-gallery img { width: 100%; height: 100%; min-height: 285px; object-fit: cover; transition: transform .3s ease; }
.gn-gallery a:hover img, .gn-gallery a:focus-visible img { transform: scale(1.035); }
.gn-simple-hero { padding: 200px 0 86px; background: linear-gradient(135deg, var(--gn-blue-dark), var(--gn-blue)); color: var(--gn-white); }
.gn-simple-hero .gn-kicker { color: #f8b95f; }
.gn-simple-hero h1 { margin: 0 0 12px; font-size: clamp(3.2rem, 7vw, 5.8rem); line-height: 1; }
.gn-simple-hero p:last-child { max-width: 680px; margin: 0; font-size: 1.2rem; }
.gn-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.gn-news-card { overflow: hidden; border-radius: var(--gn-radius); background: var(--gn-white); box-shadow: var(--gn-shadow); }
.gn-news-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gn-news-card__body { padding: 26px; }
.gn-news-card h2 { margin: 0 0 12px; font-size: 1.35rem; line-height: 1.25; }
.gn-news-card h2 a { text-decoration: none; }
.gn-empty-state { grid-column: 1 / -1; padding: 60px 28px; border-radius: var(--gn-radius); background: var(--gn-soft); text-align: center; }
.gn-empty-state h2 { margin-top: 0; font-size: 2rem; }
.gn-footer { padding: 28px 0; background: #111922; color: #dce4eb; text-align: center; }
.gn-footer p { margin: 0; }

/* Pixel-faithful native rebuild of the former Kubio alarm page. */
.gn-legacy-service { overflow: hidden; background: #fff; font-family: Mulish, Poppins, sans-serif; font-size: 16px; line-height: 1.4; }
.gn-legacy-hero { position: relative; display: grid; min-height: 610px; place-items: center; overflow: hidden; color: #fff; }
.gn-legacy-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 31% 37%; }
.gn-legacy-hero::after { position: absolute; inset: 0; background: rgba(0,0,0,.2); content: ""; }
.gn-legacy-hero__content { position: relative; z-index: 1; width: min(calc(100% - 40px), var(--gn-width)); padding-top: 110px; text-align: center; }
.gn-legacy-hero h1 { max-width: 580px; margin: 0 auto; color: #fff; font-size: 5.5rem; line-height: 1.08; letter-spacing: -.03em; text-shadow: 0 2px 20px rgba(0,0,0,.2); }
.gn-legacy-about { padding: 145px 0 185px; }
.gn-legacy-about__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.gn-legacy-about__image { min-height: var(--gn-primary-height, 700px); margin: 10% 0; border-radius: 6px; background-size: cover; box-shadow: 0 19px 38px rgba(0,0,0,.16); transform: translateX(6%); }
.gn-legacy-about__copy { z-index: 1; min-width: 0; align-self: center; margin-left: -6%; padding: 15% 15% 15% 20%; border-radius: 6px; background: #fff; box-shadow: 0 19px 38px rgba(0,0,0,.16); }
.gn-legacy-about__eyebrow { margin-bottom: 18px !important; color: #66717c !important; }
.gn-legacy-about__copy h2 { margin: 0 0 28px; font-size: 1.8rem; line-height: 1.25; }
.gn-legacy-about__copy p { margin: 0 0 22px; color: #555; font-size: 1rem; line-height: 1.4; }
.gn-legacy-about__copy p:last-child { margin-bottom: 0; }
.gn-legacy-gallery { padding: 80px 0 150px; }
.gn-legacy-gallery__grid { display: grid; grid-template-columns: 40% 60%; align-items: center; }
.gn-legacy-gallery__contact { padding: 30px; text-align: center; }
.gn-legacy-gallery__contact h2 { margin: 0 0 24px; font-size: clamp(2.2rem, 4vw, 3rem); line-height: 1.15; }
.gn-legacy-gallery__contact p { margin: 0; color: #f28b00; font-family: Raleway, Poppins, sans-serif; font-size: 1.1rem; line-height: 1.55; text-transform: uppercase; }
.gn-legacy-gallery__contact a { color: inherit; text-decoration: none; }
.gn-legacy-gallery__masonry { display: grid; grid-template-columns: repeat(2, 1fr); }
.gn-legacy-gallery__masonry--3 { grid-template-columns: repeat(3, 1fr); }
.gn-legacy-gallery__masonry a { display: block; padding: 20px; }
.gn-legacy-gallery__masonry img { width: 100%; border: 4px solid #fff; border-radius: 6px; box-shadow: 0 19px 38px rgba(0,0,0,.16); }
.gn-legacy-service + .gn-footer { padding: 36px 0; background: #fff; color: rgba(23,32,42,.45); font-family: Mulish, Poppins, sans-serif; font-size: .78rem; }

/* Exact native rebuild of the Facebook news page. */
.gn-news-hero { position: relative; display: grid; min-height: 412px; place-items: center; overflow: hidden; color: #fff; }
.gn-news-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 57% 44%; }
.gn-news-hero::after { position: absolute; inset: 0; background: rgba(17,18,26,.6); content: ""; }
.gn-news-hero__content { position: relative; z-index: 1; padding-top: 105px; text-align: center; }
.gn-news-hero h1 { margin: 0; font-size: 3rem; line-height: 1.15; }
.gn-news-feed { padding: 55px 0 75px; }
.gn-news-feed__grid { display: grid; width: min(calc(100% - 40px), 1120px); grid-template-columns: repeat(2, 500px); justify-content: space-between; gap: 62px 40px; }
.gn-news-feed iframe { display: block; width: 100%; max-width: 500px; border: 0; }
.gn-news-exact + .gn-footer { padding: 22px 0 38px; background: #fff; color: rgba(23,32,42,.7); font-family: Mulish, Poppins, sans-serif; font-size: .78rem; }

/* Homepage parity with the existing Gagneur presentation. */
body.home .gn-header__inner {
  min-height: 178px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5px;
  padding-top: 34px;
}
body.home .gn-brand img { width: 82px; }
body.home .gn-nav { margin-left: 0; }
body.home .gn-nav__list { gap: 50px; }
body.home .gn-nav__list > li > a { color: #212121; font-weight: 400; text-shadow: none; }
.gn-home-exact .gn-hero {
  min-height: 920px;
  background-position: center center;
}
.gn-home-exact .gn-hero::before { background: rgba(10, 22, 31, .12); }
.gn-home-exact .gn-hero__content { max-width: 680px; padding-top: 240px; }
.gn-home-exact .gn-hero h1 { font-size: clamp(4.3rem, 7vw, 6.15rem); line-height: 1.02; }
.gn-home-exact .gn-hero p { max-width: 600px; font-size: 1.18rem; }
.gn-home-exact .gn-section { padding: 76px 0; }
.gn-home-exact .gn-section-title { margin-bottom: 48px; }
.gn-home-exact .gn-section-title h2 { font-size: 2.35rem; }
.gn-home-exact .gn-section-title p { max-width: 760px; margin-inline: auto; font-size: 1rem; }
.gn-reviews {
  width: min(calc(100vw - 70px), 1360px);
  min-height: 245px;
  margin: -5px 0 58px 50%;
  transform: translateX(-50%);
}
.gn-home-exact .gn-benefits { gap: 54px; }
.gn-home-exact .gn-benefit {
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}
.gn-benefit__icon { display: block; height: 52px; margin-bottom: 11px; color: var(--gn-orange); line-height: 1; }
.gn-benefit__icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.gn-home-exact .gn-benefit h3 { font-size: 1.06rem; }
.gn-home-exact .gn-benefit p { max-width: 330px; margin-inline: auto; font-size: .91rem; line-height: 1.55; }
.gn-home-exact .gn-benefits-cta { margin-top: 34px; }
.gn-home-exact .gn-button { min-height: 45px; padding: 10px 24px; border-radius: 0; font-size: .92rem; }
.gn-home-exact .gn-intro { display: block; max-width: 650px; text-align: center; }
.gn-home-exact .gn-intro > div { width: 100%; }
.gn-home-exact .gn-intro h2 { max-width: 520px; margin: 0 auto 26px; font-size: 3rem; line-height: 1.12; }
.gn-home-exact .gn-intro h2::after { display: block; width: 55px; height: 3px; margin: 22px auto 0; background: var(--gn-orange); content: ""; }
.gn-intro__eyebrow { margin: 0 0 24px; color: var(--gn-blue); font-size: .92rem; font-weight: 800; }
.gn-home-exact .gn-intro__lead { margin: 0 0 18px; color: var(--gn-ink); font-size: 1rem; font-weight: 500; }
.gn-home-exact .gn-intro p { font-size: .92rem; }
.gn-home-exact .gn-checks { display: block; margin: 20px 0; }
.gn-home-exact .gn-checks li { padding: 3px 0; font-size: .9rem; font-weight: 750; }
.gn-home-exact .gn-checks li::before { content: none; }
.gn-home-exact #prestations { padding-top: 15px; padding-bottom: 115px; }
.gn-home-exact .gn-services { max-width: 950px; margin-inline: auto; gap: 65px 90px; }
.gn-home-exact .gn-service {
  min-height: 235px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  color: var(--gn-ink);
  box-shadow: none;
  text-align: center;
}
.gn-home-exact .gn-service::after { content: none; }
.gn-home-exact .gn-service img {
  width: 150px;
  height: 150px;
  min-height: 150px;
  margin: 0 auto 25px;
  border-radius: 30px;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, .38);
  object-fit: cover;
}
.gn-home-exact .gn-service__content { position: static; }
.gn-home-exact .gn-service h3 { max-width: 245px; margin-inline: auto; font-size: 1rem; font-weight: 500; line-height: 1.35; }
.gn-home-exact .gn-service:hover img { transform: none; }
.gn-home-exact .gn-project { padding: 100px 0 115px; background: #fff; color: var(--gn-ink); }
.gn-home-exact .gn-project h2 { margin: 0; font-size: 1.55rem; font-weight: 600; }
.gn-contact-heading { padding: 20px 0 55px; background: #fff; }
.gn-home-exact .gn-contact { display: block; }
.gn-home-exact .gn-contact__details {
  position: static;
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--gn-ink);
  box-shadow: none;
  text-align: left;
}
.gn-home-exact .gn-contact__details h2 { margin: 0 0 22px; font-size: 2.35rem; text-align: center; text-decoration: underline; text-underline-offset: 7px; }
.gn-home-exact .gn-contact__details a { margin-bottom: 13px; font-size: .9rem; }
.gn-home-exact .gn-contact__details a::before { display: inline-block; width: 28px; color: var(--gn-orange); content: "○"; font-weight: 800; }
.gn-home-exact .gn-contact-form-band { padding: 72px 0 85px; border-right: 12px solid #34495e; border-left: 12px solid #34495e; background: #dce8ef; }
.gn-home-exact .gn-contact__form { max-width: 1280px; padding: 0; border-radius: 0; background: transparent; box-shadow: none; }
.gn-home-exact .gn-contact__form .wpforms-field { padding: 10px 0 !important; }
.gn-home-exact .gn-contact__form input:not([type=checkbox]):not([type=radio]),
.gn-home-exact .gn-contact__form textarea { border-radius: 0 !important; }
.gn-home-exact .gn-contact__form button[type=submit] { display: block !important; margin: 0 auto !important; border-radius: 0 !important; background: var(--gn-blue) !important; }
.gn-home-exact + .gn-footer { padding: 165px 0 35px; background: #fff; color: var(--gn-ink); font-size: .78rem; }

@media (max-width: 900px) {
  body.admin-bar .gn-header { top: 46px; }
  .gn-menu-toggle { display: block; }
  .gn-nav { position: absolute; top: 96px; right: 20px; left: 20px; display: none; padding: 18px; border-radius: 12px; background: rgba(8,26,43,.98); box-shadow: var(--gn-shadow); }
  .gn-nav.is-open { display: block; }
  .gn-nav__list { display: block; }
  .gn-nav__list > li > a { padding: 11px 8px; }
  .gn-submenu { position: static; display: block; width: auto; padding: 2px 0 4px 18px; background: transparent; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
  .gn-submenu a { color: #e7edf3; }
  .gn-benefits { grid-template-columns: 1fr; }
  .gn-intro { grid-template-columns: 1fr; gap: 38px; }
  .gn-intro__image { min-height: 420px; }
  .gn-services { grid-template-columns: repeat(2, 1fr); }
  .gn-contact { grid-template-columns: 1fr; }
  .gn-contact__details { position: static; }
  .gn-service-layout { grid-template-columns: 1fr; gap: 42px; }
  .gn-service-aside { position: static; }
  .gn-gallery { grid-template-columns: repeat(2, 1fr); }
  .gn-news-grid { grid-template-columns: repeat(2, 1fr); }
  .gn-news-feed__grid { grid-template-columns: repeat(2, minmax(0, 500px)); }
  .gn-legacy-about { padding: 110px 0 130px; }
  .gn-legacy-about__image { min-height: min(var(--gn-primary-height, 700px), 960px); }
  .gn-legacy-about__copy { padding: 9% 8% 9% 12%; }
  .gn-legacy-gallery__grid { grid-template-columns: 1fr; }
  .gn-legacy-gallery__contact { padding-bottom: 60px; }
  body.home .gn-header__inner { min-height: 105px; flex-direction: row; justify-content: space-between; padding-top: 0; }
  body.home .gn-brand img { width: 72px; }
  body.home .gn-nav { margin-left: 0; }
  body.home .gn-nav__list > li > a { color: #fff; font-weight: 650; text-shadow: 0 1px 10px rgba(0,0,0,.55); }
  .gn-home-exact .gn-benefits { gap: 42px; }
  .gn-reviews { min-height: 220px; }
}

@media (max-width: 600px) {
  .wa__btn_popup_txt { display: none !important; }
  .gn-wrap { width: min(calc(100% - 28px), var(--gn-width)); }
  .gn-section { padding: 64px 0; }
  .gn-header__inner { min-height: 92px; }
  .gn-brand img { width: 72px; }
  .gn-hero { min-height: 720px; background-position: 52% center; }
  .gn-hero__content { padding-top: 145px; }
  .gn-hero h1 { font-size: clamp(3.1rem, 17vw, 4.5rem); }
  .gn-section-title { margin-bottom: 34px; }
  .gn-intro__image { min-height: 320px; }
  .gn-services { grid-template-columns: 1fr; }
  .gn-service, .gn-service img { min-height: 245px; }
  .gn-contact__details, .gn-contact__form { padding: 26px 22px; }
  .gn-project { padding: 52px 0; }
  .gn-page-hero { min-height: 530px; }
  .gn-page-hero__content { padding-top: 145px; padding-bottom: 56px; }
  .gn-page-hero h1 { font-size: clamp(2.9rem, 15vw, 4.4rem); }
  .gn-gallery { grid-template-columns: 1fr; }
  .gn-gallery a, .gn-gallery img { min-height: 260px; }
  .gn-news-grid { grid-template-columns: 1fr; }
  .gn-news-hero { min-height: 330px; }
  .gn-news-hero__content { padding-top: 70px; }
  .gn-news-hero h1 { font-size: 2.5rem; }
  .gn-news-feed { padding: 38px 0 55px; }
  .gn-news-feed__grid { grid-template-columns: minmax(0, 500px); justify-content: center; gap: 35px; }
  .gn-home-exact .gn-hero { min-height: 720px; }
  .gn-home-exact .gn-hero__content { padding-top: 160px; }
  .gn-home-exact .gn-hero h1 { font-size: clamp(2.85rem, 14vw, 3.35rem); overflow-wrap: break-word; }
  .gn-home-exact .gn-section { padding: 60px 0; }
  .gn-home-exact .gn-intro h2 { font-size: 2.35rem; }
  .gn-home-exact .gn-services { grid-template-columns: 1fr; gap: 42px; }
  .gn-home-exact .gn-service { min-height: 215px; }
  .gn-home-exact .gn-project { padding: 80px 0; }
  .gn-home-exact .gn-contact__details { padding: 0 12px; }
  .gn-home-exact .gn-contact-form-band { padding: 50px 14px 65px; border-width: 5px; }
  .gn-home-exact + .gn-footer { padding-top: 90px; }
  .gn-reviews { width: calc(100vw - 28px); }
  .gn-legacy-hero { min-height: 520px; }
  .gn-legacy-hero__content { padding-top: 80px; }
  .gn-legacy-hero h1 { font-size: clamp(3.2rem, 16vw, 4.5rem); }
  .gn-legacy-about { padding: 65px 0 90px; }
  .gn-legacy-about__grid { grid-template-columns: 1fr; }
  .gn-legacy-about__image { min-height: 560px; margin: 0; transform: none; }
  .gn-legacy-about__copy { margin: -55px 14px 0; padding: 42px 27px; }
  .gn-legacy-about__copy h2 { max-width: 100%; font-size: 2rem; overflow-wrap: anywhere; }
  .gn-legacy-about__copy p { font-size: .88rem; }
  .gn-legacy-gallery { padding: 45px 0 90px; }
  .gn-legacy-gallery__contact { padding: 20px 10px 45px; }
  .gn-legacy-gallery__masonry, .gn-legacy-gallery__masonry--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gn-legacy-gallery__column { display: contents; }
  .gn-legacy-gallery__masonry a { order: var(--gn-gallery-order); padding: 8px; }
}

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