html {
  scroll-behavior: smooth;
}

#home,
#services,
#outcomes,
#approach,
#insight,
#work {
  scroll-margin-top: 96px;
}

.gn-page-body {
  min-height: 100vh;
  background: #000;
  color: #f5f4ef;
}

.gn-page-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.gn-page-nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.gn-page-logo img {
  width: 92px;
  height: auto;
}

.gn-page-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gn-page-links a {
  color: rgba(245, 244, 239, 0.82);
  font-size: 14px;
  line-height: 1;
  transition: color 0.25s ease;
}

.gn-page-links a:hover {
  color: #f5d97a;
}

.gn-page-links .gn-page-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #121212;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: linear-gradient(140deg, #f5d97a 0%, #d4af37 58%, #b8922e 100%);
  border: 1px solid rgba(245, 217, 122, 0.75);
}

.gn-page-main {
  background:
    radial-gradient(90% 50% at 50% 0%, rgba(212, 175, 55, 0.16), rgba(0, 0, 0, 0) 64%),
    #000;
}

.gn-page-hero {
  padding: clamp(86px, 11vw, 132px) 0 clamp(42px, 6vw, 72px);
}

.gn-page-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: #f5d97a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gn-page-title {
  max-width: 860px;
  margin: 0;
  color: #f5f4ef;
  font-family: var(--tp-ff-unbounded);
  font-size: clamp(34px, 6vw, 72px);
  line-height: 1.06;
  font-weight: 500;
}

.gn-page-intro {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(245, 244, 239, 0.74);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.72;
}

.gn-form-section,
.gn-contact-section {
  padding: 0 0 clamp(84px, 10vw, 128px);
}

.gn-form-shell,
.gn-contact-grid {
  display: grid;
  gap: clamp(22px, 4vw, 44px);
}

.gn-form {
  display: grid;
  gap: 26px;
  max-width: 980px;
}

.gn-fieldset {
  margin: 0;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(212, 175, 55, 0.22);
  background: rgba(255, 255, 255, 0.035);
}

.gn-fieldset legend {
  float: none;
  width: auto;
  margin: 0 0 18px;
  padding: 0;
  color: #f5d97a;
  font-family: var(--tp-ff-unbounded);
  font-size: 15px;
}

.gn-option-grid,
.gn-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.gn-field {
  display: grid;
  gap: 8px;
}

.gn-field label,
.gn-option {
  color: rgba(245, 244, 239, 0.82);
  font-size: 14px;
  line-height: 1.45;
}

.gn-field input,
.gn-field textarea,
.gn-field select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  padding: 13px 14px;
  color: #f5f4ef;
  background: rgba(0, 0, 0, 0.42);
  outline: none;
}

.gn-field textarea {
  min-height: 132px;
  resize: vertical;
}

.gn-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.28);
}

.gn-option input {
  margin-top: 3px;
  accent-color: #d4af37;
}

.gn-form-note {
  margin: 0;
  color: rgba(245, 244, 239, 0.72);
  font-size: 15px;
  line-height: 1.72;
}

.gn-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid rgba(212, 175, 55, 0.62);
  border-radius: 999px;
  color: #11100e;
  background: #f5d97a;
  font-weight: 700;
}

.gn-btn-secondary {
  color: #f5f4ef;
  background: transparent;
}

.gn-contact-grid {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: start;
}

.gn-contact-card {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(212, 175, 55, 0.22);
  background: rgba(255, 255, 255, 0.035);
}

.gn-contact-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gn-contact-list span {
  display: block;
  margin-bottom: 5px;
  color: #f5d97a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gn-contact-list a,
.gn-contact-list p {
  margin: 0;
  color: rgba(245, 244, 239, 0.82);
}

@media (max-width: 991px) {
  .gn-page-nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
    gap: 14px;
  }

  .gn-page-links {
    justify-content: flex-start;
    gap: 13px;
  }

  .gn-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  #home,
  #services,
  #outcomes,
  #approach,
  #insight,
  #work {
    scroll-margin-top: 118px;
  }

  .gn-option-grid,
  .gn-field-grid {
    grid-template-columns: 1fr;
  }
}
