:root {
  --gsu-ink: #171c19;
  --gsu-ink-soft: #39423d;
  --gsu-forest: #0b2d20;
  --gsu-forest-deep: #071f17;
  --gsu-forest-light: #174b34;
  --gsu-green: #8cc63f;
  --gsu-green-bright: #a3d84e;
  --gsu-paper: #f3f1e9;
  --gsu-paper-warm: #e9e5d9;
  --gsu-white: #ffffff;
  --gsu-border: rgba(23, 28, 25, 0.16);
  --gsu-shadow: 0 24px 70px rgba(7, 31, 23, 0.15);
  --gsu-content-width: 1320px;
  --gsu-reading-width: 780px;
  --gsu-gutter: clamp(1.25rem, 4vw, 4.5rem);
  --gsu-header-height: 5.4rem;
  --gsu-radius: 1.35rem;
  --gsu-ease: cubic-bezier(0.2, 0.72, 0.25, 1);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--gsu-header-height);
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--gsu-paper);
  color: var(--gsu-ink);
  font-family:
    "Avenir Next", Avenir, Montserrat, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.gsu-menu-open {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

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

a {
  color: inherit;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

[hidden] {
  display: none !important;
}

::selection {
  background: var(--gsu-green);
  color: var(--gsu-forest-deep);
}

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

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

h1,
h2,
h3 {
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.03;
}

h1 {
  font-size: clamp(3.15rem, 6.4vw, 6.85rem);
}

h2 {
  font-size: clamp(2.45rem, 4.5vw, 5rem);
}

h3 {
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
}

.gsu-container {
  width: min(calc(100% - (2 * var(--gsu-gutter))), var(--gsu-content-width));
  margin-inline: auto;
}

.gsu-reading-width {
  max-width: var(--gsu-reading-width);
}

.gsu-section {
  position: relative;
  padding-block: clamp(5.5rem, 10vw, 10rem);
}

.gsu-skip-link {
  position: fixed;
  z-index: 2000;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-160%);
  padding: 0.75rem 1rem;
  border-radius: 0.35rem;
  background: var(--gsu-white);
  color: var(--gsu-forest);
  font-weight: 750;
  text-decoration: none;
}

.gsu-skip-link:focus {
  transform: translateY(0);
}

.gsu-eyebrow {
  display: flex;
  align-items: center;
  margin-bottom: 1.4rem;
  color: var(--gsu-forest-light);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.gsu-eyebrow::before {
  width: 2.7rem;
  height: 0.22rem;
  margin-right: 0.85rem;
  border-radius: 999px;
  background: var(--gsu-green);
  content: "";
}

.gsu-eyebrow--light {
  color: rgba(255, 255, 255, 0.78);
}

.gsu-button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
}

.gsu-button {
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.5rem;
  border: 2px solid var(--gsu-forest);
  border-radius: 999px;
  background: var(--gsu-forest);
  color: var(--gsu-white);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 220ms var(--gsu-ease),
    background-color 220ms var(--gsu-ease),
    border-color 220ms var(--gsu-ease),
    color 220ms var(--gsu-ease);
}

.gsu-button:hover {
  transform: translateY(-2px);
  border-color: var(--gsu-green);
  background: var(--gsu-green);
  color: var(--gsu-forest-deep);
}

.gsu-button--light {
  border-color: var(--gsu-green);
  background: var(--gsu-green);
  color: var(--gsu-forest-deep);
}

.gsu-button--light:hover {
  border-color: var(--gsu-white);
  background: var(--gsu-white);
}

.gsu-button--small {
  min-height: 2.8rem;
  padding: 0.65rem 1.15rem;
  font-size: 0.76rem;
}

.gsu-text-link {
  display: inline-flex;
  align-items: center;
  padding-block: 0.35rem;
  color: var(--gsu-forest);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  gap: 0.65rem;
}

.gsu-text-link svg,
.gsu-division-card svg,
.gsu-service-list svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 220ms var(--gsu-ease);
}

.gsu-text-link:hover svg,
.gsu-division-card:hover .gsu-division-card__arrow svg {
  transform: translateX(0.3rem);
}

.gsu-text-link--light {
  color: var(--gsu-white);
}

.gsu-prose {
  color: var(--gsu-ink-soft);
}

.gsu-prose p {
  max-width: 68ch;
  margin-bottom: 1.15rem;
}

.gsu-section-heading {
  max-width: 830px;
  margin-bottom: clamp(2.8rem, 5vw, 4.8rem);
}

.gsu-section-heading h2 {
  max-width: 15ch;
  margin-bottom: 1.5rem;
}

.gsu-section-heading > p:not(.gsu-eyebrow) {
  max-width: 65ch;
  margin-bottom: 0;
  color: var(--gsu-ink-soft);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
}

.gsu-section-heading--light {
  color: var(--gsu-white);
}

.gsu-section-heading--light > p:not(.gsu-eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

/* Header */
.gsu-site-header {
  position: sticky;
  z-index: 900;
  top: 0;
  height: 0;
}

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

.gsu-site-header__bar {
  min-height: var(--gsu-header-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(7, 31, 23, 0.94);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(16px);
}

.gsu-site-header__inner {
  display: flex;
  min-height: var(--gsu-header-height);
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.gsu-logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  color: var(--gsu-white);
  text-decoration: none;
}

.gsu-logo__image {
  width: clamp(8.9rem, 13vw, 10.8rem);
  max-height: 4.5rem;
  object-fit: contain;
}

.gsu-logo__text {
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.gsu-desktop-nav {
  margin-left: auto;
}

.gsu-nav-list,
.gsu-footer-nav__list,
.gsu-mobile-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gsu-nav-list {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2.1rem);
}

.gsu-nav-list a {
  position: relative;
  padding-block: 0.65rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.gsu-nav-list a::after {
  position: absolute;
  right: 0;
  bottom: 0.2rem;
  left: 0;
  height: 0.18rem;
  transform: scaleX(0);
  transform-origin: right;
  border-radius: 999px;
  background: var(--gsu-green);
  content: "";
  transition: transform 220ms var(--gsu-ease);
}

.gsu-nav-list a:hover,
.gsu-nav-list a:focus-visible {
  color: var(--gsu-white);
}

.gsu-nav-list a:hover::after,
.gsu-nav-list a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.gsu-header-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.gsu-menu-toggle,
.gsu-menu-close {
  display: none;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: transparent;
  color: var(--gsu-white);
  cursor: pointer;
}

.gsu-menu-toggle svg,
.gsu-menu-close svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.gsu-mobile-panel {
  position: fixed;
  z-index: 1000;
  top: var(--gsu-viewport-top, 0);
  left: var(--gsu-viewport-left, 0);
  display: flex;
  width: var(--gsu-viewport-width, 100vw);
  height: var(--gsu-viewport-height, 100dvh);
  flex-direction: column;
  overflow-y: auto;
  padding:
    max(1.2rem, env(safe-area-inset-top))
    max(var(--gsu-gutter), env(safe-area-inset-right))
    max(1.5rem, env(safe-area-inset-bottom))
    max(var(--gsu-gutter), env(safe-area-inset-left));
  background:
    radial-gradient(circle at 90% 92%, rgba(140, 198, 63, 0.19), transparent 32%),
    var(--gsu-forest-deep);
  color: var(--gsu-white);
}

.gsu-mobile-panel__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gsu-mobile-panel .gsu-menu-close {
  display: inline-flex;
}

.gsu-mobile-nav {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  padding-block: clamp(2.5rem, 8vh, 5.5rem);
}

.gsu-mobile-nav__list {
  width: 100%;
}

.gsu-mobile-nav__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 0;
  color: var(--gsu-white);
  font-size: clamp(2rem, 9vw, 4.5rem);
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1.05;
  text-decoration: none;
}

.gsu-mobile-nav__list a::after {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: var(--gsu-green);
  content: "";
}

.gsu-mobile-panel__cta {
  width: 100%;
}

.gsu-mobile-panel__tagline {
  margin: 1.4rem 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

/* Hero */
.gsu-hero {
  position: relative;
  display: flex;
  min-height: max(47rem, 100svh);
  align-items: center;
  overflow: hidden;
  padding: calc(var(--gsu-header-height) + clamp(4rem, 8vw, 8rem)) 0
    clamp(5rem, 8vw, 8rem);
  background:
    linear-gradient(118deg, rgba(9, 39, 28, 0.98), rgba(7, 31, 23, 0.96)),
    var(--gsu-forest-deep);
  color: var(--gsu-white);
}

.gsu-hero::before {
  position: absolute;
  top: var(--gsu-header-height);
  right: 0;
  bottom: 0;
  width: 43%;
  background:
    linear-gradient(90deg, var(--gsu-forest-deep), transparent 40%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 0,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px,
      transparent 7rem
    );
  content: "";
}

.gsu-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.8fr);
  gap: clamp(3rem, 7vw, 8rem);
}

.gsu-hero__content h1 {
  max-width: 11ch;
  margin-bottom: 1.7rem;
  text-wrap: balance;
}

.gsu-hero__intro {
  max-width: 58ch;
  margin-bottom: 2.2rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.06rem, 1.6vw, 1.32rem);
}

.gsu-hero__media {
  position: relative;
  width: min(100%, 38rem);
  justify-self: end;
}

.gsu-hero__image-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.82;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 46% 1.5rem 46% 1.5rem;
  background: var(--gsu-forest-light);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.28);
}

.gsu-hero__image-frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(7, 31, 23, 0.37));
  content: "";
}

.gsu-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gsu-hero__division-stack {
  position: absolute;
  right: -1.5rem;
  bottom: 10%;
  display: grid;
  width: min(13rem, 45%);
  gap: 0.38rem;
}

.gsu-hero__division-stack span {
  height: 0.55rem;
  transform-origin: right;
  border-radius: 999px 0 0 999px;
  background: var(--stack-color);
}

.gsu-hero__division-stack span:nth-child(2) {
  transform: scaleX(0.9);
}

.gsu-hero__division-stack span:nth-child(3) {
  transform: scaleX(0.8);
}

.gsu-hero__division-stack span:nth-child(4) {
  transform: scaleX(0.7);
}

.gsu-hero__division-stack span:nth-child(5) {
  transform: scaleX(0.6);
}

.gsu-hero__division-stack span:nth-child(6) {
  transform: scaleX(0.5);
}

.gsu-hero__shape {
  position: absolute;
  border: clamp(1.6rem, 3vw, 3.4rem) solid;
  border-radius: 8rem;
  pointer-events: none;
}

.gsu-hero__shape--one {
  top: 18%;
  right: -18rem;
  width: 31rem;
  height: 31rem;
  border-color: rgba(140, 198, 63, 0.13);
}

.gsu-hero__shape--two {
  bottom: -13rem;
  left: -11rem;
  width: 24rem;
  height: 24rem;
  border-color: rgba(255, 255, 255, 0.04);
}

.gsu-hero__scroll {
  position: absolute;
  z-index: 3;
  bottom: 2.1rem;
  left: var(--gsu-gutter);
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.67rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
  gap: 0.7rem;
}

.gsu-hero__scroll svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: var(--gsu-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

/* About */
.gsu-about {
  background: var(--gsu-paper);
}

.gsu-about__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  gap: clamp(3.5rem, 8vw, 9rem);
}

.gsu-about__media {
  position: relative;
}

.gsu-about__image-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.88;
  border-radius: 2rem 46% 2rem 46%;
  background: var(--gsu-paper-warm);
  box-shadow: var(--gsu-shadow);
}

.gsu-about__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gsu-about__stat {
  position: absolute;
  right: -2.5rem;
  bottom: 8%;
  display: grid;
  width: min(18rem, 72%);
  min-height: 9.5rem;
  align-content: center;
  padding: 1.9rem 2.2rem 2rem 4rem;
  border-radius: 1.2rem 1.2rem 1.2rem 5.5rem;
  background: var(--gsu-green);
  color: var(--gsu-forest-deep);
  box-shadow: 0 20px 55px rgba(23, 74, 52, 0.2);
}

.gsu-about__stat strong {
  font-size: clamp(1.5rem, 2.5vw, 2.35rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.gsu-about__stat span {
  margin-top: 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.4;
}

.gsu-about__content h2 {
  max-width: 11ch;
  margin-bottom: 1.7rem;
}

.gsu-about__content .gsu-text-link {
  margin-top: 1rem;
}

/* Divisions overview */
.gsu-divisions {
  overflow: hidden;
  background: var(--gsu-forest-deep);
}

.gsu-divisions__texture {
  position: absolute;
  inset: 0;
  opacity: 0.11;
}

.gsu-divisions__texture::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--gsu-forest-deep) 15%, transparent, var(--gsu-forest-deep));
  content: "";
}

.gsu-divisions__texture-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.5) saturate(1.4);
}

.gsu-divisions .gsu-container {
  position: relative;
  z-index: 1;
}

.gsu-division-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.gsu-division-card {
  position: relative;
  display: flex;
  min-height: 21rem;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--gsu-radius);
  background: rgba(255, 255, 255, 0.055);
  color: var(--gsu-white);
  text-decoration: none;
  transition:
    transform 250ms var(--gsu-ease),
    background-color 250ms var(--gsu-ease),
    border-color 250ms var(--gsu-ease);
}

.gsu-division-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0.42rem;
  background: var(--division-color);
  content: "";
}

.gsu-division-card::after {
  position: absolute;
  right: -4.5rem;
  bottom: -5rem;
  width: 10rem;
  height: 10rem;
  border: 1.8rem solid var(--division-color);
  border-radius: 50%;
  opacity: 0.12;
  content: "";
}

.gsu-division-card:hover {
  transform: translateY(-0.45rem);
  border-color: color-mix(in srgb, var(--division-color) 65%, transparent);
  background: rgba(255, 255, 255, 0.095);
}

.gsu-division-card__number {
  margin-bottom: auto;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.gsu-division-label {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  min-height: 2rem;
  margin-bottom: 1.2rem;
  padding: 0.42rem 1rem;
  border-radius: 999px;
  background: var(--division-color);
  color: #07130d;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-transform: uppercase;
}

.gsu-division-card strong {
  position: relative;
  z-index: 1;
  max-width: 17ch;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  letter-spacing: -0.025em;
  line-height: 1.16;
}

.gsu-division-card__arrow {
  display: grid;
  width: 2.9rem;
  height: 2.9rem;
  place-items: center;
  margin-top: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  color: var(--division-color);
}

/* Service sections */
.gsu-service {
  overflow: hidden;
  background: var(--gsu-white);
}

.gsu-service:nth-child(even) {
  background: var(--gsu-paper);
}

.gsu-service__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 0.9fr);
  gap: clamp(3.5rem, 8vw, 9rem);
}

.gsu-service--reverse .gsu-service__content {
  order: 2;
}

.gsu-service--reverse .gsu-service__media {
  order: 1;
}

.gsu-service__content {
  position: relative;
  z-index: 2;
}

.gsu-service__index {
  margin-bottom: 1.2rem;
  color: rgba(23, 28, 25, 0.42);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.gsu-service .gsu-division-label {
  margin-bottom: 1.4rem;
}

.gsu-service__content h2 {
  max-width: 12ch;
  margin-bottom: 1.5rem;
  font-size: clamp(2.55rem, 4.4vw, 4.9rem);
}

.gsu-service-list {
  display: grid;
  margin: 2.1rem 0 2rem;
  padding: 1.55rem 0;
  border-top: 1px solid var(--gsu-border);
  border-bottom: 1px solid var(--gsu-border);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  gap: 0.75rem 1.3rem;
}

.gsu-service-list li {
  display: flex;
  align-items: flex-start;
  color: var(--gsu-ink);
  font-size: 0.88rem;
  font-weight: 680;
  line-height: 1.4;
  gap: 0.62rem;
}

.gsu-service-list svg {
  flex: 0 0 auto;
  margin-top: 0.06rem;
  color: var(--division-color);
}

.gsu-service__guarantee {
  margin: 0 0 1.6rem;
  padding: 1.2rem 1.3rem;
  border-left: 0.35rem solid var(--division-color);
  border-radius: 0 0.8rem 0.8rem 0;
  background: color-mix(in srgb, var(--division-color) 10%, white);
}

.gsu-service__guarantee strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--gsu-forest);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gsu-service__guarantee p {
  margin: 0;
  color: var(--gsu-ink-soft);
  font-size: 0.86rem;
  line-height: 1.5;
}

.gsu-service__media {
  position: relative;
  min-height: clamp(32rem, 53vw, 43rem);
}

.gsu-service__frame {
  position: absolute;
  overflow: hidden;
  background: var(--gsu-paper-warm);
  box-shadow: var(--gsu-shadow);
}

.gsu-service__frame--primary {
  top: 0;
  right: 0;
  width: 86%;
  height: 78%;
  border-radius: 42% 1.3rem 42% 1.3rem;
}

.gsu-service__frame--secondary {
  bottom: 0;
  left: 0;
  width: 49%;
  height: 42%;
  border: 0.65rem solid currentColor;
  border-color: inherit;
  border-radius: 1.2rem 1.2rem 1.2rem 38%;
  box-shadow: 0 22px 70px rgba(7, 31, 23, 0.22);
}

.gsu-service__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gsu-service__media--single .gsu-service__frame--primary {
  width: 96%;
  height: 94%;
}

.gsu-service__media-mark {
  position: absolute;
  right: -3.5rem;
  bottom: 7%;
  width: 10rem;
  height: 5rem;
  border: 1.35rem solid var(--division-color);
  border-left: 0;
  border-radius: 0 5rem 5rem 0;
  opacity: 0.72;
}

.gsu-service__line {
  position: absolute;
  top: 0;
  left: var(--gsu-gutter);
  width: min(18vw, 14rem);
  height: 0.45rem;
  border-radius: 0 0 999px 999px;
  background: var(--division-color);
}

/* Guarantee */
.gsu-guarantee {
  overflow: hidden;
  background:
    linear-gradient(120deg, var(--gsu-forest-deep), var(--gsu-forest));
  color: var(--gsu-white);
}

.gsu-guarantee__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(260px, 0.6fr) minmax(0, 1fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.gsu-guarantee__mark {
  position: relative;
  display: grid;
  min-height: 24rem;
  place-items: center;
}

.gsu-guarantee__mark::before {
  position: absolute;
  width: min(25rem, 100%);
  aspect-ratio: 1;
  border: 3rem solid rgba(140, 198, 63, 0.11);
  border-radius: 50%;
  content: "";
}

.gsu-guarantee__icon {
  position: relative;
  z-index: 1;
  width: min(14rem, 60%);
  max-height: 17rem;
  object-fit: contain;
}

.gsu-guarantee__content h2 {
  max-width: 10ch;
  margin-bottom: 1.4rem;
}

.gsu-guarantee__content > p:not(.gsu-eyebrow) {
  max-width: 56ch;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.04rem, 1.5vw, 1.24rem);
}

.gsu-guarantee__ring {
  position: absolute;
  right: -13rem;
  bottom: -17rem;
  width: 34rem;
  height: 34rem;
  border: 4rem solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
}

/* Contact */
.gsu-contact {
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(23, 28, 25, 0.045) 50%, transparent 50.1%),
    var(--gsu-paper);
}

.gsu-contact .gsu-section-heading h2 {
  max-width: 12ch;
}

.gsu-contact__grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.78fr);
  gap: clamp(2rem, 6vw, 6rem);
}

.gsu-contact__grid > * {
  min-width: 0;
}

.gsu-contact__aside {
  position: sticky;
  top: calc(var(--gsu-header-height) + 2rem);
  padding: clamp(1.7rem, 3vw, 2.7rem) clamp(2.5rem, 5vw, 4.4rem) clamp(3.15rem, 5vw, 4.5rem);
  border-radius: 1.3rem 1.3rem 1.3rem 6rem;
  background: var(--gsu-forest);
  color: var(--gsu-white);
  box-shadow: var(--gsu-shadow);
}

.gsu-contact__aside > p {
  color: rgba(255, 255, 255, 0.68);
}

.gsu-contact__details {
  display: grid;
  margin-top: 2rem;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  gap: 1.25rem;
}

.gsu-contact__details > div {
  display: grid;
  gap: 0.22rem;
}

.gsu-contact__details span {
  color: var(--gsu-green);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gsu-contact__details a,
.gsu-contact__details address {
  color: var(--gsu-white);
  font-size: clamp(0.84rem, 1.4vw, 0.96rem);
  font-style: normal;
  font-weight: 650;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2rem;
}

.gsu-contact__form {
  min-width: 0;
  padding: clamp(1.4rem, 4vw, 3.6rem);
  border: 1px solid var(--gsu-border);
  border-radius: var(--gsu-radius);
  background: var(--gsu-white);
  box-shadow: 0 24px 70px rgba(7, 31, 23, 0.1);
}

.gsu-form-fallback {
  margin: 0;
  padding: 1rem;
  border-left: 0.35rem solid var(--gsu-green);
  background: var(--gsu-paper);
}

.gsu-form-fallback a {
  font-weight: 800;
}

/* WPForms */
.gsu-contact__form .wpforms-container {
  margin: 0;
}

.gsu-contact__form .wpforms-container .wpforms-field {
  padding: 0 0 1.25rem;
}

.gsu-contact__form .wpforms-container .wpforms-field-label,
.gsu-contact__form .wpforms-container .wpforms-field-sublabel {
  margin-bottom: 0.42rem;
  color: var(--gsu-ink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.035em;
}

.gsu-contact__form .wpforms-container .wpforms-required-label {
  color: #ad281f;
}

.gsu-contact__form .wpforms-container input[type="text"],
.gsu-contact__form .wpforms-container input[type="email"],
.gsu-contact__form .wpforms-container input[type="tel"],
.gsu-contact__form .wpforms-container input[type="url"],
.gsu-contact__form .wpforms-container input[type="number"],
.gsu-contact__form .wpforms-container input[type="date"],
.gsu-contact__form .wpforms-container select,
.gsu-contact__form .wpforms-container textarea {
  width: 100% !important;
  max-width: none !important;
  min-height: 3.5rem;
  padding: 0.8rem 0.95rem !important;
  border: 1px solid rgba(23, 28, 25, 0.28) !important;
  border-radius: 0.55rem !important;
  background: #fbfbf8 !important;
  box-shadow: none !important;
  color: var(--gsu-ink) !important;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.gsu-contact__form .wpforms-container textarea {
  min-height: 10rem;
  resize: vertical;
}

.gsu-contact__form .wpforms-container input:focus,
.gsu-contact__form .wpforms-container select:focus,
.gsu-contact__form .wpforms-container textarea:focus {
  border-color: var(--gsu-forest-light) !important;
  outline: none !important;
  background: var(--gsu-white) !important;
  box-shadow: 0 0 0 4px rgba(140, 198, 63, 0.22) !important;
}

.gsu-contact__form .wpforms-container .wpforms-field-description {
  color: #606762;
  font-size: 0.76rem;
}

.gsu-contact__form .wpforms-container label.wpforms-error,
.gsu-contact__form .wpforms-container em.wpforms-error,
.gsu-contact__form .wpforms-container .wpforms-error-container {
  color: #a2201a !important;
  font-size: 0.78rem;
  font-weight: 700;
}

.gsu-contact__form .wpforms-container input.wpforms-error,
.gsu-contact__form .wpforms-container select.wpforms-error,
.gsu-contact__form .wpforms-container textarea.wpforms-error {
  border-color: #b52e27 !important;
}

.gsu-contact__form .wpforms-container .wpforms-submit-container {
  margin-top: 0.35rem;
  padding: 0;
}

.gsu-contact__form .wpforms-container button[type="submit"],
.gsu-contact__form .wpforms-container input[type="submit"] {
  min-height: 3.55rem !important;
  padding: 0.9rem 1.7rem !important;
  border: 2px solid var(--gsu-forest) !important;
  border-radius: 999px !important;
  background: var(--gsu-forest) !important;
  box-shadow: none !important;
  color: var(--gsu-white) !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease !important;
}

.gsu-contact__form .wpforms-container button[type="submit"]:hover,
.gsu-contact__form .wpforms-container button[type="submit"]:focus,
.gsu-contact__form .wpforms-container input[type="submit"]:hover,
.gsu-contact__form .wpforms-container input[type="submit"]:focus {
  transform: translateY(-2px);
  border-color: var(--gsu-green) !important;
  background: var(--gsu-green) !important;
  color: var(--gsu-forest-deep) !important;
}

.gsu-contact__form .wpforms-container .wpforms-page-indicator-page-progress {
  background: var(--gsu-green) !important;
}

.gsu-contact__form .wpforms-confirmation-container-full,
.gsu-contact__form .wpforms-confirmation-container {
  margin: 0;
  padding: 1.25rem;
  border: 1px solid rgba(140, 198, 63, 0.6);
  border-radius: 0.7rem;
  background: rgba(140, 198, 63, 0.13);
  color: var(--gsu-forest);
}

/* Footer */
.gsu-site-footer {
  padding: clamp(4rem, 7vw, 6.5rem) 0 1.6rem;
  background: var(--gsu-forest-deep);
  color: var(--gsu-white);
}

.gsu-site-footer__main {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 0.7fr);
  gap: clamp(2rem, 6vw, 6rem);
}

.gsu-site-footer__logo .gsu-logo__image {
  width: 10.5rem;
}

.gsu-site-footer__tagline {
  margin: 0.8rem 0 0;
  color: var(--gsu-green);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.gsu-footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(7rem, 1fr));
  gap: 0.65rem 1.8rem;
}

.gsu-footer-nav__list a,
.gsu-site-footer__contact a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 650;
  text-decoration: none;
}

.gsu-footer-nav__list a:hover,
.gsu-site-footer__contact a:hover {
  color: var(--gsu-green);
}

.gsu-site-footer__contact {
  display: grid;
  justify-items: end;
  gap: 0.65rem;
}

.gsu-site-footer__legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.7rem;
  gap: 1.5rem;
}

.gsu-site-footer__legal p {
  margin: 0;
}

.gsu-site-footer__legal a {
  color: inherit;
  text-underline-offset: 0.2rem;
}

.gsu-site-footer__legal a:hover {
  color: var(--gsu-white);
}

/* Basic templates */
.gsu-basic-page {
  min-height: 70vh;
  padding: calc(var(--gsu-header-height) + 6rem) 0 7rem;
  background: var(--gsu-paper);
}

.gsu-basic-page h1 {
  font-size: clamp(2.8rem, 6vw, 5.8rem);
}

/* Progressive reveal */
html.gsu-motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(1.6rem);
  transition:
    opacity 700ms var(--gsu-ease),
    transform 700ms var(--gsu-ease);
}

html.gsu-motion-ready [data-reveal][data-reveal-delay="1"] {
  transition-delay: 100ms;
}

html.gsu-motion-ready [data-reveal][data-reveal-delay="2"] {
  transition-delay: 180ms;
}

html.gsu-motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  .gsu-desktop-nav {
    display: none;
  }

  .gsu-menu-toggle {
    display: inline-flex;
  }

  .gsu-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    gap: 3.5rem;
  }

  .gsu-service__grid {
    gap: 4rem;
  }
}

@media (max-width: 940px) {
  .gsu-hero {
    min-height: auto;
    padding-bottom: 6rem;
  }

  .gsu-hero__grid,
  .gsu-about__grid,
  .gsu-service__grid,
  .gsu-guarantee__grid,
  .gsu-contact__grid {
    grid-template-columns: 1fr;
  }

  .gsu-hero__content h1 {
    max-width: 12ch;
  }

  .gsu-hero__media {
    width: min(100%, 35rem);
    justify-self: center;
  }

  .gsu-hero__image-frame {
    aspect-ratio: 1.08;
    border-radius: 10rem 1.4rem 10rem 1.4rem;
  }

  .gsu-hero__scroll {
    display: none;
  }

  .gsu-about__media {
    width: min(90%, 34rem);
    margin-inline: auto;
  }

  .gsu-about__image-frame {
    aspect-ratio: 1;
  }

  .gsu-about__content {
    max-width: 760px;
  }

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

  .gsu-service--reverse .gsu-service__content,
  .gsu-service--reverse .gsu-service__media {
    order: initial;
  }

  .gsu-service__content {
    max-width: 760px;
  }

  .gsu-service__media {
    width: min(100%, 44rem);
    min-height: min(76vw, 39rem);
    margin-inline: auto;
  }

  .gsu-guarantee__mark {
    min-height: 18rem;
  }

  .gsu-guarantee__content {
    max-width: 720px;
  }

  .gsu-contact {
    background: var(--gsu-paper);
  }

  .gsu-contact__aside {
    position: relative;
    top: auto;
  }

  .gsu-site-footer__main {
    grid-template-columns: 1fr 1fr;
  }

  .gsu-site-footer__contact {
    grid-column: 1 / -1;
    justify-items: start;
  }
}

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

@media (max-width: 660px) {
  :root {
    --gsu-header-height: 4.8rem;
  }

  h1 {
    font-size: clamp(2.8rem, 13vw, 4.7rem);
  }

  h2 {
    font-size: clamp(2.25rem, 10.5vw, 3.8rem);
  }

  .gsu-section {
    padding-block: 5.3rem;
  }

  .gsu-site-header__inner > .gsu-header-actions .gsu-button {
    display: none;
  }

  .gsu-logo__image {
    width: 8.6rem;
    max-height: 3.8rem;
  }

  .gsu-hero {
    padding-top: calc(var(--gsu-header-height) + 4.5rem);
  }

  .gsu-hero__grid {
    gap: 3rem;
  }

  .gsu-hero__image-frame {
    aspect-ratio: 0.9;
    border-radius: 42% 1.2rem 42% 1.2rem;
  }

  .gsu-hero__division-stack {
    right: -0.5rem;
  }

  .gsu-button-row,
  .gsu-button-row .gsu-button {
    width: 100%;
  }

  .gsu-button-row .gsu-text-link {
    width: auto;
  }

  .gsu-about__media {
    width: calc(100% - 1.3rem);
    margin-left: 0;
  }

  .gsu-about__stat {
    right: -1.3rem;
    width: min(16rem, 76%);
    padding: 1.75rem 1.75rem 1.9rem 3.5rem;
  }

  .gsu-division-grid {
    grid-template-columns: 1fr;
  }

  .gsu-division-card {
    min-height: 17.5rem;
  }

  .gsu-service__content h2 {
    font-size: clamp(2.25rem, 11vw, 3.8rem);
  }

  .gsu-service-list {
    grid-template-columns: 1fr;
  }

  .gsu-service__media {
    min-height: 28rem;
  }

  .gsu-service__frame--primary {
    width: 93%;
    height: 75%;
  }

  .gsu-service__frame--secondary {
    width: 56%;
    height: 40%;
    border-width: 0.45rem;
  }

  .gsu-service__media-mark {
    right: -2.8rem;
    width: 7rem;
    height: 3.7rem;
    border-width: 1rem;
  }

  .gsu-guarantee__mark {
    min-height: 14rem;
  }

  .gsu-guarantee__mark::before {
    border-width: 2rem;
  }

  .gsu-contact__form {
    padding: 1.2rem;
  }

  .gsu-contact__form .wpforms-container .wpforms-one-half,
  .gsu-contact__form .wpforms-container .wpforms-three-sixths,
  .gsu-contact__form .wpforms-container .wpforms-two-fourths {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .gsu-site-footer__main,
  .gsu-footer-nav__list {
    grid-template-columns: 1fr;
  }

  .gsu-site-footer__legal {
    display: grid;
    justify-content: start;
  }
}

@media (max-width: 380px) {
  .gsu-mobile-nav__list a {
    font-size: 1.8rem;
  }

  .gsu-service__media {
    min-height: 24rem;
  }
}

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

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

  html.gsu-motion-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
