/*
Theme Name: G10 Design Build
Theme URI: https://g10designbuild.com/
Author: G10 Design Build
Description: A lightweight, engineering-led WordPress theme for G10 Design Build.
Version: 1.6.1
Text Domain: g10-design-build
*/

:root {
  --g10-navy-950: #0b2d46;
  --g10-navy-900: #123f5f;
  --g10-navy-800: #1a557a;
  --g10-blue-700: #135f9f;
  --g10-blue-600: #1678be;
  --g10-blue-100: #dceffc;
  --g10-blue-050: #f3f9fd;
  --g10-orange-600: #c84e15;
  --g10-orange-500: #f17a32;
  --g10-ink: #152433;
  --g10-muted: #5d6c79;
  --g10-line: #d9e3ea;
  --g10-soft: #eef4f7;
  --g10-white: #ffffff;
  --g10-success: #176b45;
  --g10-error: #a12828;
  --g10-radius-sm: 8px;
  --g10-radius: 14px;
  --g10-radius-lg: 24px;
  --g10-shadow-sm: 0 10px 30px rgba(7, 23, 39, 0.08);
  --g10-shadow: 0 24px 70px rgba(7, 23, 39, 0.14);
  --g10-container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--g10-ink);
  background: var(--g10-white);
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: var(--g10-blue-700);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--g10-orange-600);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.7em;
  color: var(--g10-navy-950);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

h1 {
  font-size: clamp(2.55rem, 5.2vw, 5rem);
}

h2 {
  font-size: clamp(2rem, 3.5vw, 3.25rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

p {
  margin: 0 0 1.2rem;
}

ul,
ol {
  margin: 0 0 1.4rem;
  padding-left: 1.25rem;
}

.g10-container {
  width: min(calc(100% - 40px), var(--g10-container));
  margin-inline: auto;
}

.screen-reader-text,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 100000;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  color: var(--g10-white);
  background: var(--g10-navy-950);
  border-radius: var(--g10-radius-sm);
}

.g10-topbar {
  color: rgba(255, 255, 255, 0.9);
  background: var(--g10-navy-900);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.82rem;
}

.g10-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  gap: 20px;
}

.g10-topbar p {
  margin: 0;
}

.g10-topbar a {
  color: var(--g10-white);
  text-decoration: none;
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: rgba(18, 63, 95, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.admin-bar .site-header {
  top: 32px;
}

.site-header.is-scrolled {
  box-shadow: 0 12px 30px rgba(11, 45, 70, 0.2);
}

.site-header__inner {
  display: grid;
  grid-template-columns: 250px 1fr auto;
  align-items: center;
  min-height: 82px;
  gap: 28px;
}

.site-branding,
.site-branding a {
  display: inline-flex;
  align-items: center;
}

.site-branding a,
.site-branding a:hover,
.site-branding a:focus-visible,
.site-footer__brand .g10-brand-lockup,
.site-footer__brand .g10-brand-lockup:hover,
.site-footer__brand .g10-brand-lockup:focus-visible {
  color: var(--g10-white);
  text-decoration: none;
}

.g10-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  white-space: nowrap;
}

.g10-brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  overflow: visible;
}

.g10-brand-mark__corner {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.g10-brand-mark__path {
  fill: none;
  stroke: var(--g10-orange-500);
  stroke-width: 3.5;
  stroke-linecap: round;
}

.g10-brand-mark__node {
  fill: var(--g10-orange-500);
}

.g10-brand-name {
  display: inline-flex;
  align-items: baseline;
  gap: 0.34em;
  color: inherit;
  font-size: 1.16rem;
  line-height: 1;
  letter-spacing: 0.01em;
}

.g10-brand-name strong {
  font-weight: 700;
}

.g10-brand-name span {
  font-weight: 500;
}

.custom-logo {
  width: auto;
  max-width: 230px;
  max-height: 60px;
  object-fit: contain;
}

.site-nav {
  justify-self: end;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a {
  display: block;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 7px;
  font-size: 0.93rem;
  font-weight: 600;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--g10-white);
  background: rgba(255, 255, 255, 0.08);
}

.site-nav .g10-mobile-call {
  display: none;
}

.g10-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  color: var(--g10-white);
  background: var(--g10-orange-600);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(231, 103, 36, 0.25);
}

.g10-header-cta:hover,
.g10-header-cta:focus-visible {
  color: var(--g10-white);
  background: #ad3f0e;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 10px;
  color: var(--g10-white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.g10-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  gap: 10px;
  color: var(--g10-white);
  background: var(--g10-blue-700);
  border: 1px solid var(--g10-blue-700);
  border-radius: 9px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.g10-button:hover,
.g10-button:focus-visible {
  color: var(--g10-white);
  background: var(--g10-navy-800);
  border-color: var(--g10-navy-800);
  box-shadow: 0 12px 25px rgba(11, 34, 56, 0.18);
  transform: translateY(-1px);
}

.g10-button--orange {
  background: var(--g10-orange-600);
  border-color: var(--g10-orange-600);
}

.g10-button--orange:hover,
.g10-button--orange:focus-visible {
  background: #ad3f0e;
  border-color: #ad3f0e;
}

.g10-button--ghost {
  color: var(--g10-navy-900);
  background: transparent;
  border-color: #9aadb9;
}

.g10-button--ghost:hover,
.g10-button--ghost:focus-visible {
  color: var(--g10-navy-950);
  background: var(--g10-white);
  border-color: var(--g10-navy-900);
}

.g10-button--light {
  color: var(--g10-navy-950);
  background: var(--g10-white);
  border-color: var(--g10-white);
}

.g10-button--light:hover,
.g10-button--light:focus-visible {
  color: var(--g10-navy-950);
  background: var(--g10-blue-100);
  border-color: var(--g10-blue-100);
}

.g10-button--outline-light {
  color: var(--g10-white);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.62);
}

.g10-button--outline-light:hover,
.g10-button--outline-light:focus-visible {
  color: var(--g10-navy-950);
  background: var(--g10-white);
  border-color: var(--g10-white);
}

.g10-arrow {
  font-size: 1.15em;
  line-height: 1;
}

.g10-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--g10-blue-700);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.g10-eyebrow::before {
  width: 28px;
  height: 2px;
  background: var(--g10-orange-600);
  content: "";
}

.g10-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, var(--g10-white) 0%, var(--g10-blue-050) 56%, #e8f4fb 100%);
}

.g10-hero::before {
  position: absolute;
  inset: 0;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(19, 95, 159, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 95, 159, 0.08) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 75%);
  content: "";
}

.g10-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.8fr);
  align-items: center;
  min-height: 690px;
  padding-block: 84px;
  gap: clamp(48px, 7vw, 94px);
}

.g10-hero__copy {
  max-width: 700px;
}

.g10-hero h1 {
  max-width: 760px;
  margin-bottom: 24px;
}

.g10-hero h1 span {
  color: var(--g10-blue-700);
}

.g10-hero__lead {
  max-width: 680px;
  margin-bottom: 32px;
  color: #425565;
  font-size: clamp(1.08rem, 1.6vw, 1.27rem);
  line-height: 1.65;
}

.g10-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.g10-trust-list {
  display: flex;
  flex-wrap: wrap;
  margin: 34px 0 0;
  padding: 0;
  gap: 10px 22px;
  color: var(--g10-muted);
  font-size: 0.87rem;
  font-weight: 600;
  list-style: none;
}

.g10-trust-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.g10-trust-list li::before {
  width: 7px;
  height: 7px;
  background: var(--g10-orange-600);
  border-radius: 50%;
  content: "";
}

.g10-hero__visual {
  position: relative;
}

.g10-hero__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.92;
  background: var(--g10-navy-800);
  border-radius: 4px 4px 44px 4px;
  box-shadow: var(--g10-shadow);
  margin: 0;
}

.g10-hero__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(18, 63, 95, 0.48));
  content: "";
}

.g10-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% 50%;
}

.g10-hero__badge {
  position: absolute;
  right: -28px;
  bottom: 40px;
  z-index: 2;
  width: min(260px, 78%);
  padding: 24px;
  color: var(--g10-white);
  background: var(--g10-navy-800);
  border-left: 4px solid var(--g10-orange-600);
  box-shadow: var(--g10-shadow-sm);
}

.g10-hero__badge strong,
.g10-hero__badge span {
  display: block;
}

.g10-hero__badge strong {
  margin-bottom: 4px;
  font-size: 1.1rem;
}

.g10-hero__badge span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.87rem;
}

.g10-section {
  padding-block: clamp(76px, 9vw, 124px);
}

.g10-section--soft {
  background: var(--g10-blue-050);
}

.g10-section--navy {
  color: rgba(255, 255, 255, 0.88);
  background: var(--g10-navy-800);
}

.g10-section--navy h2,
.g10-section--navy h3 {
  color: var(--g10-white);
}

.g10-section--navy .g10-eyebrow {
  color: #c5e8fb;
}

.g10-section--navy .g10-section__head > :last-child {
  color: rgba(255, 255, 255, 0.84);
}

.g10-section__head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  align-items: end;
  margin-bottom: 48px;
  gap: 42px;
}

.g10-section__head > :last-child {
  color: var(--g10-muted);
}

.g10-section__head p:last-child {
  margin-bottom: 0;
}

.g10-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  align-items: start;
  gap: clamp(50px, 8vw, 110px);
}

.g10-intro-grid__aside {
  display: grid;
  border-top: 1px solid var(--g10-line);
}

.g10-metric {
  display: grid;
  grid-template-columns: 82px 1fr;
  padding: 22px 0;
  border-bottom: 1px solid var(--g10-line);
  gap: 18px;
}

.g10-metric strong {
  color: var(--g10-blue-700);
  font-size: 1.5rem;
}

.g10-metric span {
  color: var(--g10-muted);
}

.g10-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.g10-service-card {
  position: relative;
  min-height: 280px;
  padding: 30px;
  background: var(--g10-white);
  border: 1px solid var(--g10-line);
  border-radius: var(--g10-radius);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.g10-service-card:hover {
  border-color: #a9c8dc;
  box-shadow: var(--g10-shadow-sm);
  transform: translateY(-3px);
}

.g10-service-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 44px;
  place-items: center;
  color: var(--g10-blue-700);
  background: var(--g10-blue-100);
  border-radius: 10px;
}

.g10-service-card__icon svg {
  width: 25px;
}

.g10-service-card h3 {
  margin-bottom: 12px;
}

.g10-service-card p {
  margin: 0;
  color: var(--g10-muted);
}

.g10-text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  gap: 8px;
  color: var(--g10-blue-700);
  font-weight: 700;
  text-decoration: none;
}

.g10-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: g10-step;
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.g10-process__step {
  position: relative;
  min-height: 260px;
  padding: 34px 28px;
  background: #154866;
  counter-increment: g10-step;
}

.g10-process__step::before {
  display: block;
  margin-bottom: 54px;
  color: var(--g10-orange-500);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  content: "0" counter(g10-step);
}

.g10-process__step p {
  color: rgba(255, 255, 255, 0.82);
}

.g10-project-feature {
  display: grid;
  grid-template-columns: minmax(380px, 0.85fr) minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  background: var(--g10-white);
  border: 1px solid var(--g10-line);
  border-radius: var(--g10-radius-lg);
  box-shadow: var(--g10-shadow-sm);
}

.g10-project-feature__image {
  min-height: 520px;
  background: var(--g10-navy-800);
}

.g10-project-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.g10-project-gallery {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  min-height: 560px;
  background: var(--g10-navy-800);
}

.g10-project-gallery figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.g10-project-gallery figure + figure {
  border-top: 4px solid var(--g10-white);
}

.g10-project-gallery img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.g10-project-gallery figure:first-child img {
  object-position: center 58%;
}

.g10-project-gallery figure:last-child img {
  object-position: center 60%;
}

.g10-project-feature__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 6vw, 76px);
}

.g10-tag {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 24px;
  padding: 7px 11px;
  color: var(--g10-blue-700);
  background: var(--g10-blue-100);
  border-radius: 5px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.g10-detail-list {
  display: grid;
  margin: 20px 0 28px;
  border-top: 1px solid var(--g10-line);
}

.g10-detail-list div {
  display: grid;
  grid-template-columns: 110px 1fr;
  padding: 14px 0;
  border-bottom: 1px solid var(--g10-line);
  gap: 18px;
}

.g10-detail-list dt {
  color: var(--g10-muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.g10-detail-list dd {
  margin: 0;
  color: var(--g10-navy-900);
  font-weight: 600;
}

.g10-type-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--g10-line);
  border: 1px solid var(--g10-line);
}

.g10-type-grid article {
  min-height: 220px;
  padding: 30px;
  background: var(--g10-white);
}

.g10-type-grid strong {
  display: block;
  margin-bottom: 44px;
  color: var(--g10-orange-600);
  font-size: 0.8rem;
}

.g10-type-grid p {
  margin: 0;
  color: var(--g10-muted);
}

.g10-market-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.g10-market-card {
  overflow: hidden;
  background: var(--g10-white);
  border: 1px solid var(--g10-line);
  border-radius: var(--g10-radius);
  box-shadow: 0 12px 34px rgba(7, 23, 39, 0.07);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.g10-market-card:hover {
  border-color: #a9c8dc;
  box-shadow: var(--g10-shadow-sm);
  transform: translateY(-3px);
}

.g10-market-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: var(--g10-navy-800);
}

.g10-market-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.g10-market-card:hover .g10-market-card__image img {
  transform: scale(1.025);
}

.g10-market-card__content {
  padding: 30px;
}

.g10-market-card__content > span {
  display: block;
  margin-bottom: 10px;
  color: var(--g10-orange-600);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.g10-market-card__content h3 {
  margin-bottom: 12px;
}

.g10-market-card__content h3 a {
  color: inherit;
  text-decoration: none;
}

.g10-market-card__content p {
  margin: 0;
  color: var(--g10-muted);
}

.g10-local-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  margin-top: 28px;
  padding: 26px 30px;
  gap: 30px;
  background: #e5f2fa;
  border-left: 4px solid var(--g10-blue-700);
}

.g10-local-callout strong {
  display: block;
  margin-bottom: 4px;
  color: var(--g10-navy-950);
}

.g10-local-callout p,
.g10-local-callout .g10-text-link {
  margin: 0;
}

.g10-page-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(84px, 11vw, 150px);
  color: rgba(255, 255, 255, 0.76);
  background:
    linear-gradient(115deg, rgba(18, 63, 95, 0.94), rgba(26, 85, 122, 0.84)),
    url("https://g10designbuild.com/wp-content/uploads/2026/04/Building-Envelope-3.jpg") center 45% / cover;
}

.g10-page-hero::after {
  position: absolute;
  right: -100px;
  bottom: -180px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.03), 0 0 0 140px rgba(255, 255, 255, 0.02);
  content: "";
}

.g10-page-hero__content {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.g10-page-hero .g10-eyebrow {
  color: #a8d8f8;
}

.g10-page-hero h1 {
  color: var(--g10-white);
  font-size: clamp(2.7rem, 5vw, 4.7rem);
}

.g10-page-hero p {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
}

.g10-page-hero__actions {
  margin-top: 30px;
}

.g10-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: clamp(48px, 8vw, 110px);
}

.g10-split--reverse {
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1fr);
}

.g10-split__image {
  position: relative;
}

.g10-split__image::before {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 42%;
  height: 42%;
  border-top: 3px solid var(--g10-orange-600);
  border-right: 3px solid var(--g10-orange-600);
  content: "";
}

.g10-split__image img {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 480px;
  object-fit: cover;
  border-radius: 2px 2px 34px 2px;
  box-shadow: var(--g10-shadow-sm);
}

.g10-split__image--systems img {
  object-position: 50% 50%;
}

.g10-check-list {
  display: grid;
  margin: 28px 0;
  padding: 0;
  gap: 13px;
  list-style: none;
}

.g10-check-list li {
  position: relative;
  padding-left: 30px;
}

.g10-check-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 15px;
  height: 8px;
  border-bottom: 2px solid var(--g10-orange-600);
  border-left: 2px solid var(--g10-orange-600);
  transform: rotate(-45deg);
  content: "";
}

.g10-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.g10-principle {
  padding: 34px;
  background: var(--g10-white);
  border-top: 3px solid var(--g10-blue-700);
  box-shadow: var(--g10-shadow-sm);
}

.g10-principle strong {
  display: block;
  margin-bottom: 28px;
  color: var(--g10-orange-600);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
}

.g10-principle p {
  margin-bottom: 0;
  color: var(--g10-muted);
}

.g10-principle h3 a {
  color: inherit;
  text-decoration: none;
}

.g10-principles--dark .g10-principle {
  background: #f5fafe;
  border-top-color: var(--g10-orange-500);
}

.g10-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.g10-faq-grid article {
  padding: 30px;
  background: var(--g10-white);
  border: 1px solid var(--g10-line);
  border-radius: var(--g10-radius-sm);
}

.g10-faq-grid p {
  margin: 0;
  color: var(--g10-muted);
}

.g10-city-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.g10-city-grid span {
  display: flex;
  min-height: 72px;
  align-items: center;
  padding: 18px 22px;
  color: var(--g10-navy-900);
  background: var(--g10-white);
  border: 1px solid var(--g10-line);
  border-radius: var(--g10-radius-sm);
  font-weight: 700;
}

.g10-discipline-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.g10-discipline {
  display: grid;
  min-height: 130px;
  padding: 24px 18px;
  place-items: center;
  color: var(--g10-navy-900);
  background: var(--g10-white);
  border: 1px solid var(--g10-line);
  border-radius: var(--g10-radius-sm);
  font-weight: 700;
  text-align: center;
}

.g10-services-list {
  display: grid;
  gap: 22px;
}

.g10-service-detail {
  display: grid;
  grid-template-columns: 90px minmax(0, 0.8fr) minmax(300px, 0.72fr);
  padding: clamp(30px, 5vw, 56px);
  gap: 34px;
  background: var(--g10-white);
  border: 1px solid var(--g10-line);
  border-radius: var(--g10-radius);
}

.g10-service-detail__number {
  color: var(--g10-orange-600);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.g10-service-detail ul {
  margin: 0;
  color: var(--g10-muted);
}

.g10-service-detail li + li {
  margin-top: 8px;
}

.g10-note {
  padding: 26px 28px;
  color: #3d5262;
  background: #eaf5fb;
  border-left: 4px solid var(--g10-blue-700);
  border-radius: 0 var(--g10-radius-sm) var(--g10-radius-sm) 0;
}

.g10-note p:last-child {
  margin-bottom: 0;
}

.g10-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(44px, 7vw, 78px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--g10-blue-700);
  border-radius: var(--g10-radius-lg);
}

.g10-cta::after {
  position: absolute;
  top: -170px;
  right: -100px;
  width: 400px;
  height: 400px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.04);
  content: "";
}

.g10-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
}

.g10-cta h2 {
  max-width: 760px;
  color: var(--g10-white);
}

.g10-cta p:last-child {
  margin-bottom: 0;
}

.g10-contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(46px, 8vw, 100px);
}

.g10-contact-card {
  padding: 34px;
  color: rgba(255, 255, 255, 0.86);
  background: var(--g10-navy-800);
  border-radius: var(--g10-radius);
}

.g10-contact-card h2,
.g10-contact-card h3 {
  color: var(--g10-white);
}

.g10-contact-card a {
  color: var(--g10-white);
}

.g10-contact-card__item {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.g10-contact-card__item span,
.g10-contact-card__item strong {
  display: block;
}

.g10-contact-card__item span {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.g10-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.g10-form__full {
  grid-column: 1 / -1;
}

.g10-form label {
  display: block;
  margin-bottom: 7px;
  color: var(--g10-navy-900);
  font-size: 0.86rem;
  font-weight: 700;
}

.g10-form input,
.g10-form select,
.g10-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  color: var(--g10-ink);
  background: var(--g10-white);
  border: 1px solid #b7c6d0;
  border-radius: 7px;
}

.g10-form textarea {
  min-height: 160px;
  resize: vertical;
}

.g10-form input:focus,
.g10-form select:focus,
.g10-form textarea:focus {
  outline: 3px solid rgba(22, 120, 190, 0.18);
  border-color: var(--g10-blue-700);
}

.g10-form__help {
  margin: 6px 0 0;
  color: var(--g10-muted);
  font-size: 0.82rem;
}

.g10-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.g10-alert {
  grid-column: 1 / -1;
  padding: 16px 18px;
  border-radius: var(--g10-radius-sm);
  font-weight: 600;
}

.g10-alert--success {
  color: var(--g10-success);
  background: #e5f5ed;
  border: 1px solid #a8d8bf;
}

.g10-alert--error {
  color: var(--g10-error);
  background: #fff0f0;
  border: 1px solid #e6baba;
}

.g10-article {
  width: min(calc(100% - 40px), 860px);
  margin-inline: auto;
  padding-block: 76px 110px;
}

.g10-article > * + h2,
.g10-article > * + h3 {
  margin-top: 2em;
}

.site-footer {
  color: rgba(255, 255, 255, 0.82);
  background: var(--g10-navy-900);
}

.site-footer__main {
  display: grid;
  grid-template-columns: 1.2fr 0.65fr 0.8fr 1fr;
  padding-block: 70px 54px;
  gap: clamp(30px, 5vw, 64px);
}

.site-footer__brand .g10-brand-lockup {
  margin-bottom: 22px;
}

.site-footer h2 {
  margin-bottom: 22px;
  color: var(--g10-white);
  font-size: 0.84rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li + li {
  margin-top: 9px;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--g10-white);
}

.site-footer__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-block: 24px 32px;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
}

.site-footer__bottom p {
  margin: 0;
}

.site-footer__legal {
  max-width: 700px;
}

.g10-empty {
  padding-block: 120px;
  text-align: center;
}

@media (max-width: 1080px) {
  .site-header__inner {
    grid-template-columns: 220px 1fr auto;
    gap: 16px;
  }

  .site-nav a {
    padding-inline: 8px;
    font-size: 0.86rem;
  }

  .g10-header-cta {
    padding-inline: 13px;
  }

  .g10-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .g10-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .g10-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .g10-discipline-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .g10-topbar {
    display: none;
  }

  .site-header__inner {
    grid-template-columns: 1fr auto;
    min-height: 74px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 74px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    padding: 26px 20px;
    background: var(--g10-navy-900);
  }

  .admin-bar .site-nav {
    top: 120px;
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav ul {
    align-items: stretch;
    flex-direction: column;
  }

  .site-nav a {
    padding: 15px;
    font-size: 1rem;
  }

  .site-nav .g10-mobile-call {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin-top: 22px;
    color: var(--g10-white);
    background: var(--g10-orange-600);
    font-weight: 700;
    text-align: center;
  }

  .site-nav .g10-mobile-call:hover,
  .site-nav .g10-mobile-call:focus-visible {
    color: var(--g10-white);
    background: #ad3f0e;
  }

  .g10-header-cta {
    display: none;
  }

  .g10-hero__inner,
  .g10-section__head,
  .g10-intro-grid,
  .g10-project-feature,
  .g10-split,
  .g10-split--reverse,
  .g10-cta__inner,
  .g10-contact-layout,
  .g10-local-callout {
    grid-template-columns: 1fr;
  }

  .g10-hero__inner {
    min-height: auto;
    padding-block: 70px 90px;
  }

  .g10-hero__visual {
    max-width: 620px;
  }

  .g10-hero__image {
    aspect-ratio: 1.22;
  }

  .g10-hero__badge {
    right: 20px;
  }

  .g10-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .g10-project-feature__image {
    min-height: 390px;
  }

  .g10-project-gallery {
    min-height: 540px;
  }

  .g10-split--reverse .g10-split__image {
    order: 2;
  }

  .g10-service-detail {
    grid-template-columns: 60px 1fr;
  }

  .g10-service-detail > :last-child {
    grid-column: 2;
  }

  .site-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .g10-container {
    width: min(calc(100% - 28px), var(--g10-container));
  }

  .g10-brand-lockup {
    gap: 8px;
  }

  .g10-brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .g10-brand-name {
    font-size: 1rem;
  }

  .custom-logo {
    max-width: 180px;
    max-height: 56px;
  }

  .g10-hero__inner {
    padding-block: 58px 70px;
    gap: 46px;
  }

  .g10-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .g10-actions .g10-button {
    width: 100%;
  }

  .g10-trust-list {
    align-items: flex-start;
    flex-direction: column;
  }

  .g10-hero__image {
    aspect-ratio: 0.95;
  }

  .g10-hero__badge {
    right: 12px;
    bottom: 16px;
    padding: 18px;
  }

  .g10-section {
    padding-block: 70px;
  }

  .g10-section__head {
    margin-bottom: 34px;
    gap: 18px;
  }

  .g10-card-grid,
  .g10-process,
  .g10-type-grid,
  .g10-principles,
  .g10-discipline-grid,
  .g10-form,
  .g10-market-grid,
  .g10-faq-grid,
  .g10-city-grid,
  .site-footer__main {
    grid-template-columns: 1fr;
  }

  .g10-service-card {
    min-height: 0;
  }

  .g10-service-card__icon {
    margin-bottom: 28px;
  }

  .g10-process__step {
    min-height: 0;
  }

  .g10-process__step::before {
    margin-bottom: 30px;
  }

  .g10-project-feature__image {
    min-height: 300px;
  }

  .g10-project-gallery {
    grid-template-rows: 220px 260px;
    min-height: 480px;
  }

  .g10-detail-list div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .g10-split__image img {
    min-height: 330px;
  }

  .g10-service-detail {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .g10-service-detail > :last-child {
    grid-column: auto;
  }

  .g10-contact-card,
  .g10-principle {
    padding: 26px;
  }

  .g10-cta {
    padding: 38px 24px;
  }

  .g10-form__full,
  .g10-alert {
    grid-column: auto;
  }

  .site-footer__bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
