.gh-services-active .site-content,
.gh-services-active .site-main,
.gh-services-active .content-area,
.gh-services-active .container.grid-container,
.gh-services-active .inside-article {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.gh-services-active .entry-header,
.gh-services-active .entry-footer {
  display: none;
}

.gh-services-page {
  --gh-ink: #13222b;
  --gh-ink-2: #34454d;
  --gh-paper: #f7f4ee;
  --gh-white: #fff;
  --gh-amber: #d95d25;
  --gh-amber-dark: #b64518;
  --gh-blue: #1b5d70;
  --gh-blue-deep: #0b3441;
  --gh-line: rgba(19, 34, 43, .16);
  --gh-shadow: 0 22px 60px rgba(20, 38, 46, .12);
  --gh-radius: 18px;
  --gh-max: 1240px;
  overflow: hidden;
  color: var(--gh-ink);
  background: var(--gh-paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.gh-services-page *,
.gh-services-page *::before,
.gh-services-page *::after {
  box-sizing: border-box;
}

.gh-services-page button,
.gh-services-page a {
  -webkit-tap-highlight-color: transparent;
}

.gh-hero {
  padding: 72px max(24px, calc((100% - var(--gh-max)) / 2)) 84px;
}

.gh-hero-inner {
  min-height: 610px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 80px;
}

.gh-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 24px;
  color: var(--gh-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.gh-eyebrow span {
  flex: 0 0 31px;
  height: 2px;
  background: var(--gh-amber);
}

.gh-hero h1,
.gh-section-heading h2,
.gh-contact-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.047em;
  line-height: .98;
}

.gh-hero h1 {
  max-width: 700px;
  font-size: clamp(52px, 5.5vw, 82px);
}

.gh-hero h1 em {
  color: var(--gh-blue);
  font-weight: 400;
}

.gh-hero-lede {
  max-width: 650px;
  margin: 30px 0 0;
  color: var(--gh-ink-2);
  font-size: 19px;
  line-height: 1.65;
}

.gh-hero-actions {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 36px;
}

.gh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 750;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

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

.gh-button-primary {
  color: var(--gh-white) !important;
  background: var(--gh-amber);
  box-shadow: 0 10px 24px rgba(217, 93, 37, .2);
}

.gh-button-primary:hover {
  background: var(--gh-amber-dark);
  box-shadow: 0 14px 30px rgba(217, 93, 37, .28);
}

.gh-text-link {
  color: var(--gh-ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration-color: rgba(19, 34, 43, .35);
  text-underline-offset: 5px;
}

.gh-proof-points {
  display: flex;
  gap: 0;
  margin: 54px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--gh-line);
}

.gh-proof-points div {
  min-width: 0;
  padding-right: 24px;
}

.gh-proof-points div + div {
  padding-left: 24px;
  border-left: 1px solid var(--gh-line);
}

.gh-proof-points dt {
  margin-bottom: 7px;
  color: var(--gh-blue-deep);
  font-family: Georgia, serif;
  font-size: 18px;
}

.gh-proof-points dd {
  margin: 0;
  color: #6a7478;
  font-size: 11px;
  line-height: 1.4;
}

.gh-process-visual {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  padding: 46px 42px 34px;
  color: var(--gh-white);
  background: linear-gradient(145deg, #173d49 0%, #092934 68%, #071f28 100%);
  border-radius: 8px 52px 8px 52px;
  box-shadow: var(--gh-shadow);
  isolation: isolate;
}

.gh-process-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .45;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.gh-visual-glow {
  position: absolute;
  width: 330px;
  height: 330px;
  right: -130px;
  top: -130px;
  z-index: -1;
  border-radius: 50%;
  background: var(--gh-amber);
  filter: blur(80px);
  opacity: .35;
}

.gh-process-visual > p {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 29px;
  line-height: 1.1;
}

.gh-process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 104px;
}

.gh-process-line::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: rgba(255,255,255,.22);
}

.gh-line-fill {
  position: absolute;
  top: 16px;
  left: 8%;
  width: 27%;
  height: 3px;
  background: var(--gh-amber);
  box-shadow: 0 0 12px rgba(217,93,37,.8);
}

.gh-process-node {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 16px;
  color: rgba(255,255,255,.62);
}

.gh-process-node i {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  z-index: 1;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 50%;
  background: var(--gh-blue-deep);
  font-size: 9px;
  font-style: normal;
}

.gh-process-node b {
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.gh-process-node.active { color: var(--gh-white); }
.gh-process-node.active i { border-color: var(--gh-amber); background: var(--gh-amber); }

.gh-visual-note {
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.15);
}

.gh-visual-note > span { color: var(--gh-amber); }
.gh-visual-note div { display: grid; gap: 3px; }
.gh-visual-note small { color: rgba(255,255,255,.54); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.gh-visual-note strong { font-family: Georgia, serif; font-size: 16px; font-weight: 400; }

.gh-services-section {
  padding: 108px max(24px, calc((100% - var(--gh-max)) / 2)) 118px;
  background: var(--gh-white);
}

.gh-content-width { max-width: var(--gh-max); margin: 0 auto; }

.gh-section-heading {
  display: grid;
  grid-template-columns: 1fr .72fr;
  align-items: end;
  gap: 80px;
}

.gh-section-heading h2 { font-size: clamp(43px, 4.4vw, 66px); }
.gh-section-heading > p { max-width: 500px; margin: 0 0 7px; color: var(--gh-ink-2); font-size: 16px; line-height: 1.7; }
.gh-explorer { margin-top: 62px; }

.gh-explorer-controls {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 38px;
  padding: 26px;
  background: var(--gh-paper);
  border: 1px solid #e6e0d5;
  border-radius: var(--gh-radius);
}

.gh-view-switch {
  display: grid;
  align-self: start;
  padding: 4px;
  background: #e5e0d7;
  border-radius: 13px;
}

.gh-view-tab {
  padding: 13px 16px;
  color: #6b7376;
  background: transparent;
  border: 0;
  border-radius: 10px;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
}

.gh-view-tab.active {
  color: var(--gh-ink);
  background: var(--gh-white);
  box-shadow: 0 4px 18px rgba(15,34,42,.09);
}

.gh-filter-wrap > p {
  margin: 1px 0 13px;
  color: #687478;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.gh-filter-options { display: flex; flex-wrap: wrap; gap: 9px; }

.gh-filter-chip {
  padding: 10px 14px;
  border: 1px solid #cfd0ca;
  border-radius: 999px;
  color: var(--gh-ink-2);
  background: transparent;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}

.gh-filter-chip:hover { border-color: var(--gh-blue); color: var(--gh-blue); }
.gh-filter-chip.active { color: var(--gh-white); border-color: var(--gh-blue); background: var(--gh-blue); }

.gh-results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 14px;
}

.gh-results-header p { margin: 0; color: #778084; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.gh-results-header p span { color: var(--gh-ink); font-weight: 800; }

.gh-reset-filter {
  color: var(--gh-blue);
  background: none;
  border: 0;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.gh-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }

.gh-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 28px;
  border: 1px solid #deded9;
  border-radius: 16px;
  background: var(--gh-white);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.gh-service-card:hover { transform: translateY(-4px); border-color: rgba(27,93,112,.42); box-shadow: 0 18px 42px rgba(14,48,58,.1); }
.gh-service-card.is-hidden { display: none; }
.gh-card-number { color: var(--gh-amber); font-family: Georgia, serif; font-size: 12px; }

.gh-service-card h3 {
  max-width: 340px;
  margin: 37px 0 12px;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.08;
}

.gh-service-card > p { margin: 0; color: #5e6a6f; font-size: 13px; line-height: 1.65; }

.gh-card-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 23px;
  padding: 15px 0 0;
  color: var(--gh-blue);
  background: none;
  border: 0;
  border-top: 1px solid #e7e5e0;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.gh-card-toggle span { font-size: 18px; font-weight: 400; transition: transform .2s ease; }
.gh-card-toggle[aria-expanded="true"] span { transform: rotate(45deg); }
.gh-card-detail { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.gh-card-detail > div { overflow: hidden; }
.gh-card-detail ul { margin: 0; padding: 0 0 0 17px; color: #566368; font-size: 12px; line-height: 1.6; }
.gh-card-detail li:first-child { margin-top: 14px; }
.gh-card-toggle[aria-expanded="true"] + .gh-card-detail { grid-template-rows: 1fr; }
.gh-card-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; padding-top: 24px; }
.gh-card-tags span { padding: 5px 9px; color: #5a6a6f; background: #f0f2ef; border-radius: 999px; font-size: 9px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }

.gh-contact-section {
  padding: 96px max(24px, calc((100% - var(--gh-max)) / 2));
  color: var(--gh-white);
  background: var(--gh-blue-deep);
}

.gh-contact-inner {
  max-width: var(--gh-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 80px;
}

.gh-eyebrow.light { color: #b9d0d6; }
.gh-contact-section h2 { max-width: 780px; font-size: clamp(43px, 4.3vw, 64px); }
.gh-contact-main > p:not(.gh-eyebrow) { max-width: 670px; margin: 26px 0 34px; color: #b9c9cd; font-size: 16px; line-height: 1.7; }
.gh-button-light { color: var(--gh-ink) !important; background: var(--gh-white); }
.gh-button-light:hover { background: #f4eade; }

.gh-contact-details {
  align-self: stretch;
  display: grid;
  align-content: center;
  gap: 23px;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 7px 32px 7px 32px;
  background: rgba(255,255,255,.04);
}

.gh-contact-details div { display: grid; gap: 6px; }
.gh-contact-details small { color: #7fa4ae; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.gh-contact-details a { color: var(--gh-white); font-family: Georgia, serif; font-size: 17px; text-decoration: none; }
.gh-contact-details a:hover { color: #ffad83; }
.gh-contact-details p { margin: 8px 0 0; padding-top: 22px; color: #9db5bb; border-top: 1px solid rgba(255,255,255,.13); font-size: 11px; line-height: 1.6; }

@media (max-width: 980px) {
  .gh-hero-inner { grid-template-columns: 1fr; gap: 42px; }
  .gh-process-visual { min-height: 390px; }
  .gh-section-heading { grid-template-columns: 1fr; gap: 24px; }
  .gh-service-grid { grid-template-columns: repeat(2, 1fr); }
  .gh-contact-inner { grid-template-columns: 1fr; gap: 50px; }
  .gh-contact-details { max-width: 550px; }
}

@media (max-width: 700px) {
  .gh-hero { padding-top: 56px; padding-bottom: 68px; }
  .gh-hero-inner { min-height: auto; }
  .gh-hero h1 { font-size: clamp(46px, 14vw, 62px); }
  .gh-hero-lede { font-size: 16px; }
  .gh-hero-actions { align-items: flex-start; flex-direction: column; }
  .gh-proof-points { display: grid; grid-template-columns: repeat(3, 1fr); }
  .gh-proof-points div { padding: 0 12px 0 0; }
  .gh-proof-points div + div { padding-left: 12px; }
  .gh-proof-points dt { font-size: 14px; }
  .gh-process-visual { min-height: 350px; padding: 34px 22px 26px; border-radius: 7px 34px 7px 34px; }
  .gh-process-visual > p { font-size: 24px; }
  .gh-process-line { margin-top: 82px; }
  .gh-visual-note { left: 22px; right: 22px; bottom: 26px; }
  .gh-process-node b { font-size: 9px; }
  .gh-services-section { padding-top: 76px; padding-bottom: 80px; }
  .gh-section-heading h2, .gh-contact-section h2 { font-size: 43px; }
  .gh-explorer { margin-top: 42px; }
  .gh-explorer-controls { grid-template-columns: 1fr; gap: 22px; padding: 17px; }
  .gh-view-switch { grid-template-columns: 1fr 1fr; }
  .gh-view-tab { text-align: center; }
  .gh-filter-options { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; scrollbar-width: thin; }
  .gh-filter-chip { flex: 0 0 auto; }
  .gh-service-grid { grid-template-columns: 1fr; }
  .gh-service-card { min-height: 290px; }
  .gh-contact-section { padding-top: 78px; padding-bottom: 78px; }
}

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

