:root {
  --ge-ink: #16241a;
  --ge-ink-2: #24422c;
  --ge-green: #3c7a4b;
  --ge-green-dark: #1e4429;
  --ge-green-label: #2f6f3e;
  --ge-mint: #a7d9b0;
  --ge-cream: #f8f7f2;
  --ge-sage: #edf2e9;
  --ge-muted: #5d6d62;
  --ge-line: rgba(22, 36, 26, 0.12);
  --ge-radius: 8px;
  --ge-container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ge-cream);
  color: var(--ge-ink);
  font-family: "Public Sans", system-ui, sans-serif;
  overflow-x: hidden;
}

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

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

a {
  color: inherit;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-variation-settings:
    "FILL" 0,
    "wght" 500,
    "GRAD" 0,
    "opsz" 24;
  line-height: 1;
}

.ge-container {
  width: min(100% - 48px, var(--ge-container));
  margin-inline: auto;
}

.ge-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  color: #fff;
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.ge-header.is-solid {
  background: rgba(248, 247, 242, 0.92);
  color: var(--ge-ink);
  box-shadow: 0 10px 30px rgba(22, 36, 26, 0.08);
  backdrop-filter: blur(14px);
}

.ge-nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.ge-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.ge-brand span:last-child {
  display: grid;
  line-height: 1.02;
}

.ge-brand strong {
  font-family: Archivo, "Public Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
}

.ge-brand em {
  color: var(--ge-mint);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.is-solid .ge-brand em {
  color: var(--ge-green);
}

.ge-leaf {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 0 50% 50%;
  background: var(--ge-green);
  transform: rotate(45deg);
  box-shadow: inset -7px -7px 0 rgba(255, 255, 255, 0.18);
}

.ge-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.ge-links a {
  color: currentColor;
  font-size: 14px;
  font-weight: 800;
  opacity: 0.78;
  text-decoration: none;
}

.ge-links a:hover {
  opacity: 1;
}

.ge-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--ge-radius);
  padding: 0 20px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.ge-button:hover,
button:hover {
  transform: translateY(-2px);
}

.ge-button-primary,
.ge-contact-form button {
  background: var(--ge-green);
  color: #fff;
}

.ge-button-ghost {
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}

.ge-header-phone {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: var(--ge-radius);
  padding: 0 16px;
  background: var(--ge-green);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.ge-header-phone .material-symbols-outlined,
.ge-button .material-symbols-outlined {
  font-size: 18px;
}

.ge-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  color: #fff;
}

.ge-hero-image,
.ge-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ge-hero-image {
  object-fit: cover;
}

.ge-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(10, 28, 16, 0.9),
      rgba(10, 28, 16, 0.64) 43%,
      rgba(10, 28, 16, 0.18)
    ),
    linear-gradient(180deg, rgba(10, 28, 16, 0.1), rgba(10, 28, 16, 0.7));
}

.ge-hero-grid {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: clamp(136px, 18vh, 172px);
}

.ge-hero-copy {
  max-width: 590px;
}

.ge-eyebrow {
  margin: 0 0 14px;
  color: var(--ge-green-label);
  font-family: Archivo, "Public Sans", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Archivo, "Public Sans", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

h1 {
  max-width: 590px;
  margin-bottom: 18px;
  font-size: clamp(38px, 4.9vw, 60px);
  line-height: 1.03;
}

.ge-hero .ge-eyebrow,
.ge-steps .ge-eyebrow {
  color: var(--ge-mint);
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.ge-hero-text {
  max-width: 560px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.6;
}

.ge-actions,
.ge-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ge-actions {
  margin-bottom: 28px;
}

.ge-badges {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ge-badges li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 800;
}

.ge-badges li::before {
  content: "✓";
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ge-green);
  color: #fff;
  font-size: 13px;
}

.ge-contact-form {
  border: 1px solid rgba(22, 36, 26, 0.12);
  border-radius: var(--ge-radius);
  background: rgba(255, 255, 255, 0.94);
  color: var(--ge-ink);
  box-shadow: 0 24px 70px rgba(22, 36, 26, 0.22);
}

.ge-contact-form {
  display: grid;
  gap: 15px;
}

label span {
  display: block;
  margin-bottom: 7px;
  color: var(--ge-muted);
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--ge-line);
  border-radius: var(--ge-radius);
  outline: none;
  background: #fff;
  color: var(--ge-ink);
  padding: 13px 14px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--ge-green);
}

button {
  min-height: 48px;
  border: 0;
  border-radius: var(--ge-radius);
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  transition:
    transform 160ms ease,
    filter 160ms ease;
}

.ge-section {
  padding: clamp(70px, 9vw, 112px) 0;
}

.ge-band {
  background: var(--ge-sage);
}

.ge-section-heading {
  max-width: 660px;
  margin-bottom: 42px;
}

.ge-section-heading p:not(.ge-eyebrow),
.ge-split p,
.ge-contact-grid p {
  color: var(--ge-muted);
  font-size: 17px;
  line-height: 1.65;
}

.ge-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ge-service,
.ge-step-grid article,
.ge-work {
  border: 1px solid var(--ge-line);
  border-radius: var(--ge-radius);
  background: #fff;
}

.ge-service {
  min-height: 260px;
  padding: 28px 26px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.ge-service:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(22, 36, 26, 0.1);
}

.ge-service-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 12px;
  background: var(--ge-sage);
}

.ge-service-icon::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 0 50% 50%;
  background: var(--ge-green);
  transform: rotate(45deg);
}

.ge-service-result {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: var(--ge-radius);
}

.ge-service-result img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ge-service-result::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(11, 24, 14, 0.78));
}

.ge-service-result h3 {
  position: absolute;
  z-index: 1;
  left: 26px;
  right: 26px;
  bottom: 24px;
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}

.ge-service p,
.ge-step-grid p {
  margin-bottom: 0;
  color: var(--ge-muted);
  line-height: 1.55;
}

.ge-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: 48px;
  align-items: center;
}

.ge-area-heading {
  max-width: 760px;
}

.ge-area-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.ge-area-photo {
  width: 100%;
  min-height: 330px;
  max-height: 470px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(20, 40, 25, 0.14);
}

.ge-city-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  max-width: 900px;
}

.ge-city-panel span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 20px;
  border: 1px solid rgba(20, 40, 25, 0.12);
  border-radius: 999px;
  background: #fff;
  color: var(--ge-ink-2);
  font-weight: 800;
  box-shadow: 0 1px 2px rgba(20, 40, 25, 0.04);
}

.ge-city-panel span::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--ge-green);
  box-shadow: 0 0 0 5px rgba(60, 122, 75, 0.12);
}

.ge-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ge-work {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
}

.ge-work-large {
  grid-column: 1 / -1;
  min-height: clamp(220px, 24vw, 320px);
  aspect-ratio: 16 / 4.8;
  border-radius: 18px;
}

.ge-work img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ge-work::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(10, 24, 13, 0.75));
}

.ge-work div:last-child,
.ge-work h3 {
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
  bottom: 22px;
  color: #fff;
}

.ge-work-large div:last-child {
  max-width: 680px;
}

.ge-work div:last-child h3 {
  position: static;
}

.ge-work div:last-child p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.ge-steps {
  background: var(--ge-ink);
  color: #fff;
}

.ge-about {
  background: var(--ge-cream);
}

.ge-about-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 66px);
  align-items: center;
}

.ge-about-media img {
  width: 100%;
  max-height: 520px;
  min-height: 360px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(20, 40, 25, 0.14);
}

.ge-about p:not(.ge-eyebrow) {
  max-width: 560px;
  color: var(--ge-muted);
  font-size: 17px;
  line-height: 1.65;
}

.ge-why-list {
  display: grid;
  gap: 15px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.ge-why-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--ge-ink-2);
  font-weight: 700;
  line-height: 1.5;
}

.ge-why-list li::before {
  content: "✓";
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--ge-sage);
  color: var(--ge-green);
  font-size: 13px;
  font-weight: 800;
}

.ge-steps .ge-section-heading {
  max-width: 720px;
}

.ge-steps .ge-section-heading p:not(.ge-eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.ge-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.ge-step-grid article {
  padding-top: 22px;
  border-top: 2px solid rgba(167, 217, 176, 0.42);
  background: transparent;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
}

.ge-step-grid span {
  display: block;
  margin-bottom: 20px;
  color: var(--ge-mint);
  font-family: Archivo, "Public Sans", sans-serif;
  font-size: clamp(42px, 4vw, 56px);
  font-weight: 800;
  line-height: 1;
}

.ge-step-grid h3 {
  color: #fff;
}

.ge-contact {
  background: var(--ge-sage);
}

.ge-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 1fr);
  gap: 48px;
  align-items: start;
}

.ge-contact-methods {
  display: grid;
  gap: 15px;
  margin-top: 30px;
}

.ge-call {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ge-green-dark);
  text-decoration: none;
}

.ge-call > .material-symbols-outlined {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: var(--ge-radius);
  background: var(--ge-green-dark);
  color: #fff;
}

.ge-call em {
  display: block;
  color: #7a867e;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ge-call strong {
  display: block;
  color: var(--ge-green-dark);
  font-size: 24px;
}

.ge-contact-line {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ge-ink-2);
  font-weight: 800;
  text-decoration: none;
}

.ge-contact-line span:first-child {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--ge-line);
  border-radius: var(--ge-radius);
  background: #fff;
  color: var(--ge-green);
}

.ge-contact-leaf::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 0 50% 50%;
  background: var(--ge-green);
  transform: rotate(45deg);
}

.ge-contact-form {
  padding: 28px;
  box-shadow: 0 18px 48px rgba(22, 36, 26, 0.1);
}

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

.ge-form-note {
  margin: 0;
  color: #7a867e;
  font-size: 13px;
  text-align: center;
}

.ge-footer {
  padding: clamp(46px, 7vw, 72px) 0 92px;
  background: var(--ge-ink);
  color: rgba(255, 255, 255, 0.76);
}

.ge-footer-main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 34px 56px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ge-footer-brand {
  max-width: 330px;
}

.ge-footer-brand .ge-brand {
  margin-bottom: 22px;
}

.ge-footer-brand p {
  margin: 22px 0 0;
  font-size: 14.5px;
  line-height: 1.6;
}

.ge-footer-description {
  margin-top: 22px;
  display: inline-block;
}

.ge-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 54px;
}

.ge-footer-nav div {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.ge-footer-nav h3 {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.52);
  font-family: Archivo, "Public Sans", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-footer-nav a,
.ge-footer-nav span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  text-decoration: none;
}

.ge-footer-nav a:hover {
  color: #fff;
}

.ge-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 20px;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.55);
}

.ge-footer p,
.ge-footer-bottom {
  margin: 0;
  font-size: 14px;
}

.ge-mobile-call {
  position: fixed;
  inset: auto 0 0;
  z-index: 30;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 60px;
  background: var(--ge-green-dark);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 -10px 28px rgba(22, 36, 26, 0.24);
}

.ge-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 620ms ease,
    transform 620ms ease;
}

.ge-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 930px) {
  .ge-links {
    display: none;
  }

  .ge-hero {
    min-height: auto;
    padding: 0 0 72px;
  }

  .ge-hero-grid,
  .ge-split,
  .ge-contact-grid,
  .ge-about-grid,
  .ge-area-grid {
    grid-template-columns: 1fr;
  }

  .ge-service-grid,
  .ge-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .ge-work-large {
    grid-column: 1 / -1;
    min-height: 280px;
  }

  .ge-footer-main {
    display: grid;
  }
}

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

  .ge-nav {
    min-height: 68px;
  }

  .ge-header-phone span:last-child {
    display: none;
  }

  .ge-hero {
    padding-bottom: 54px;
  }

  .ge-hero-grid {
    padding-top: 118px;
  }

  .ge-actions {
    flex-direction: column;
  }

  .ge-button {
    width: 100%;
  }

  .ge-service-grid,
  .ge-step-grid,
  .ge-work-grid,
  .ge-form-row {
    grid-template-columns: 1fr;
  }

  .ge-city-panel {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ge-service-grid,
  .ge-step-grid {
    display: grid;
  }

  .ge-work,
  .ge-work-large {
    min-height: 220px;
  }

  .ge-mobile-call {
    display: flex;
  }
}
