/* === GafoHive Admin Sidebar & Sidebar Block Modernization === */
.gh-admin-sidebar-column {
  padding: 0;
  margin: 0;
}

.gh-section-block--sidebar {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 18px rgba(22,24,31,0.06);
  border: 1px solid #ece6db;
  padding: 1.5rem 1.7rem 1.2rem 1.7rem;
  margin-bottom: 1.5rem;
}
.gh-section-block--sidebar label {
  font-size: 0.97rem;
  font-weight: 600;
  color: #7e3118;
  margin-bottom: 0.4rem;
}
.gh-section-block--sidebar input,
.gh-section-block--sidebar select {
  width: 100%;
  padding: 0.7rem 1rem;
  border: 1px solid #e2c3aa;
  border-radius: 10px;
  background: #fffdfa;
  font-size: 1rem;
  margin-bottom: 0.7rem;
  transition: border-color 0.18s;
}
.gh-section-block--sidebar input:focus,
.gh-section-block--sidebar select:focus {
  border-color: var(--gh-brand);
  outline: none;
  box-shadow: 0 0 0 2px #e2c3aa33;
}
.gh-section-block--sidebar .gh-admin-checkbox {
  margin: 0.7rem 0 0.2rem 0;
}
/* End GafoHive Admin Sidebar & Sidebar Block Modernization */
/* === GafoHive Admin UI Modernization === */
.gh-admin {
  background: #f8f6f2;
  padding: 0 0 2.5rem 0;
  font-size: 16px;
}

.gh-admin-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(22,24,31,0.07);
  border: 1px solid #ece6db;
  margin: 2.2rem 0 2.5rem 0;
  padding: 2.2rem 2.2rem 1.5rem 2.2rem;
  position: relative;
}

.gh-admin-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.gh-admin-card__actions {
  display: flex;
  gap: 0.7rem;
}

.gh-section-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f6f1e8;
  border-radius: 12px;
  padding: 0.7rem 1.1rem;
  margin-bottom: 1.1rem;
}

.gh-section-item__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-bottom: 1.1rem;
}

.gh-section-group-title {
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--gh-brand-deep);
  margin-bottom: 0.7rem;
  margin-top: 1.2rem;
}

.gh-section-list {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.gh-section-block {
  background: #f9f7f2;
  border-radius: 14px;
  padding: 1.2rem 1.5rem;
  margin-bottom: 1.2rem;
}

.gh-section-content label,
.gh-section-heading label,
.gh-section-settings label {
  display: block;
  font-size: 0.97rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #7e3118;
}


.gh-section-content input[type="text"],
.gh-section-content input[type="url"],
.gh-section-content input[type="email"],
.gh-section-content input[type="number"],
.gh-section-content textarea,
.gh-section-content select,
.gh-section-heading input[type="text"],
.gh-section-heading input[type="url"],
.gh-section-heading input[type="email"],
.gh-section-heading input[type="number"],
.gh-section-heading textarea,
.gh-section-heading select,
.gh-section-settings input[type="text"],
.gh-section-settings input[type="url"],
.gh-section-settings input[type="email"],
.gh-section-settings input[type="number"],
.gh-section-settings textarea,
.gh-section-settings select {
  width: 100%;
  padding: 0.7rem 1rem;
  border: 1px solid #e2c3aa;
  border-radius: 10px;
  background: #fffdfa;
  font-size: 1rem;
  margin-bottom: 0.7rem;
  transition: border-color 0.18s;
}

.gh-section-content input[type="checkbox"],
.gh-section-heading input[type="checkbox"],
.gh-section-settings input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: checkbox;
  width: 1.1em;
  height: 1.1em;
  min-width: 1.1em;
  min-height: 1.1em;
  max-width: 1.1em;
  max-height: 1.1em;
  margin: 0.1em 0 0;
  padding: 0;
  accent-color: var(--gh-brand);
  vertical-align: middle;
  display: inline-block;
  flex: 0 0 1.1em;
}

.gh-admin-checkbox,
.gh-section-settings label[for],
.gh-section-content label[for] {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5em;
  width: auto;
  font-size: 0.97rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
  color: #7e3118;
}

.gh-section-content input:focus,
.gh-section-content textarea:focus,
.gh-section-content select:focus,
.gh-section-heading input:focus,
.gh-section-heading textarea:focus,
.gh-section-heading select:focus,
.gh-section-settings input:focus,
.gh-section-settings textarea:focus,
.gh-section-settings select:focus {
  border-color: var(--gh-brand);
  outline: none;
  box-shadow: 0 0 0 2px #e2c3aa33;
}

.gh-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 8px;
  background: #f1e8db;
  color: var(--gh-brand-deep);
  margin: 0 0.15rem;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  position: relative;
}
.gh-icon-button:hover {
  background: #e2c3aa;
  color: #fff;
  box-shadow: 0 2px 8px rgba(170,79,43,0.08);
}
.gh-icon-button[title]:hover::after {
  content: attr(title);
  position: absolute;
  left: 50%;
  top: 110%;
  transform: translateX(-50%);
  background: #222;
  color: #fff;
  font-size: 0.82rem;
  padding: 0.25em 0.7em;
  border-radius: 6px;
  white-space: nowrap;
  z-index: 99;
  opacity: 0.96;
  pointer-events: none;
}

.gh-admin-checkbox {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  width: auto;
  margin: 0.7rem 0;
  font-size: 0.97rem;
}
.gh-admin-checkbox input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: checkbox;
  min-width: 1.1em;
  min-height: 1.1em;
  max-width: 1.1em;
  max-height: 1.1em;
  accent-color: var(--gh-brand);
  width: 1.1em;
  height: 1.1em;
  margin: 0.1em 0 0;
  padding: 0;
  flex: 0 0 1.1em;
}
.gh-admin-checkbox span {
  width: auto;
}

.gh-remove-faq-item, .gh-remove-component-item {
  background: #fff0f0;
  color: #b23c2a;
  border: 1px solid #f3b1a1;
  border-radius: 8px;
  padding: 0.4em 1em;
  font-size: 0.93rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
}
.gh-remove-faq-item:hover, .gh-remove-component-item:hover {
  background: #f3b1a1;
  color: #fff;
}

.gh-add-section-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.gh-add-section-label {
  font-size: 0.98rem;
  font-weight: 600;
  color: #7e3118;
}
.gh-section-add-type {
  padding: 0.5em 1em;
  border-radius: 8px;
  border: 1px solid #e2c3aa;
  background: #fffdfa;
  font-size: 1rem;
}
.gh-section-add-type:focus {
  border-color: var(--gh-brand);
  outline: none;
}

/* Dashicons in buttons */
.gh-icon-button .dashicons {
  font-size: 1.3em;
  line-height: 1;
  vertical-align: middle;
}

/* Section spacing */
.gh-section-list > * {
  margin-bottom: 2.2rem;
}
.gh-section-list > *:last-child {
  margin-bottom: 0;
}

/* Tooltip for icon buttons */
.gh-icon-button[title]:hover::after {
  opacity: 1;
}

/* End GafoHive Admin UI Modernization */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Syne:wght@500;600;700;800&display=swap");

:root {
  color-scheme: light;
  --gh-bg: #f6f1e8;
  --gh-surface: #fffdfa;
  --gh-surface-soft: #f1e8db;
  --gh-surface-mist: #eee5d7;
  --gh-ink: #16181f;
  --gh-ink-soft: #545b6d;
  --gh-ink-inverse: #f9f7f2;
  --gh-line: rgba(22, 24, 31, 0.1);
  --gh-line-strong: rgba(22, 24, 31, 0.18);
  --gh-brand: #aa4f2b;
  --gh-brand-deep: #7e3118;
  --gh-accent: #e2c3aa;
  --gh-shadow: 0 24px 80px rgba(20, 24, 35, 0.08);
  --gh-shadow-strong: 0 28px 90px rgba(20, 24, 35, 0.16);
  --gh-shell: min(1200px, calc(100% - 48px));
  --gh-shell-narrow: min(920px, calc(100% - 48px));
  --gh-radius-xl: 36px;
  --gh-radius-lg: 28px;
  --gh-radius-md: 20px;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--gh-ink);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.92) 0, rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, #fbf7f1 0%, var(--gh-bg) 100%);
  overflow-x: hidden;
}

.gh-page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #fbf7f1 0%, var(--gh-bg) 100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.gh-page-loader__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gh-brand);
  box-shadow: 0 0 0 rgba(170, 79, 43, 0.4);
}

body.gh-is-leaving .gh-page-loader {
  opacity: 1;
  visibility: visible;
}

body.gh-is-leaving .gh-site-main {
  opacity: 0.95;
  transition: opacity 0.14s ease;
}

@media (prefers-reduced-motion: no-preference) {
  body.gh-is-leaving .gh-page-loader__dot {
    animation: gh-loader-pulse 0.8s ease-in-out infinite;
  }
}

@keyframes gh-loader-pulse {
  0% {
    transform: scale(0.82);
    box-shadow: 0 0 0 0 rgba(170, 79, 43, 0.35);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 14px rgba(170, 79, 43, 0);
  }

  100% {
    transform: scale(0.82);
    box-shadow: 0 0 0 0 rgba(170, 79, 43, 0);
  }
}

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

a {
  color: inherit;
  transition: color 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.gh-has-motion-js .gh-motion {
  opacity: 0;
  will-change: transform, opacity, filter;
  transition:
    opacity 0.72s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.72s cubic-bezier(0.22, 0.61, 0.36, 1),
    filter 0.72s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.gh-has-motion-js .gh-motion.is-in-view {
  opacity: 1;
  transform: none;
  filter: none;
}

.gh-has-motion-js .gh-motion--fade-up {
  transform: translate3d(0, 26px, 0);
}

.gh-has-motion-js .gh-motion--fade-left {
  transform: translate3d(26px, 0, 0);
}

.gh-has-motion-js .gh-motion--fade-right {
  transform: translate3d(-26px, 0, 0);
}

.gh-has-motion-js .gh-motion--zoom-in {
  transform: scale(0.94);
}

.gh-has-motion-js .gh-motion--soft-drift {
  transform: translate3d(0, 18px, 0) scale(0.985);
  filter: blur(1.2px);
}

.gh-has-motion-js .gh-motion--water-drop {
  transform: translate3d(0, -30px, 0) scale(0.965);
  filter: blur(1.5px);
}

.gh-has-motion-js .gh-section.gh-motion .gh-section__grid,
.gh-has-motion-js .gh-section.gh-motion .gh-section__stack {
  opacity: 0;
  transform: translate3d(0, 24px, 0) scale(0.985);
  transition:
    opacity 0.62s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.62s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.gh-has-motion-js .gh-section.gh-motion .gh-section__media,
.gh-has-motion-js .gh-section.gh-motion .gh-section__content {
  opacity: 0;
  transition:
    opacity 0.72s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.72s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.gh-has-motion-js .gh-section.gh-motion .gh-faq__item {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 0.62s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.62s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.gh-has-motion-js .gh-section.gh-motion .gh-faq__item:nth-child(1) { transition-delay: 0.2s; }
.gh-has-motion-js .gh-section.gh-motion .gh-faq__item:nth-child(2) { transition-delay: 0.27s; }
.gh-has-motion-js .gh-section.gh-motion .gh-faq__item:nth-child(3) { transition-delay: 0.34s; }
.gh-has-motion-js .gh-section.gh-motion .gh-faq__item:nth-child(4) { transition-delay: 0.41s; }
.gh-has-motion-js .gh-section.gh-motion .gh-faq__item:nth-child(n+5) { transition-delay: 0.46s; }

.gh-has-motion-js .gh-section.gh-motion .gh-section__media {
  transform: translate3d(34px, 0, 0);
  transition-delay: 0.16s;
}

.gh-has-motion-js .gh-section.gh-motion .gh-section__content {
  transform: translate3d(-34px, 0, 0);
  transition-delay: 0.26s;
}

.gh-has-motion-js .gh-section.gh-motion.gh-section--media-left .gh-section__media {
  transform: translate3d(-34px, 0, 0);
}

.gh-has-motion-js .gh-section.gh-motion.gh-section--media-left .gh-section__content {
  transform: translate3d(34px, 0, 0);
}

.gh-has-motion-js .gh-section.gh-motion.gh-section--centered-image-top .gh-section__media {
  transform: translate3d(0, -24px, 0);
}

.gh-has-motion-js .gh-section.gh-motion.gh-section--centered-image-top .gh-section__content {
  transform: translate3d(0, 24px, 0);
}

.gh-has-motion-js .gh-section.gh-motion.gh-section--centered-image-bottom .gh-section__content {
  transform: translate3d(0, -24px, 0);
}

.gh-has-motion-js .gh-section.gh-motion.gh-section--centered-image-bottom .gh-section__media {
  transform: translate3d(0, 24px, 0);
}

.gh-has-motion-js .gh-section.gh-motion.is-in-view .gh-section__grid,
.gh-has-motion-js .gh-section.gh-motion.is-in-view .gh-section__stack,
.gh-has-motion-js .gh-section.gh-motion.is-in-view .gh-section__media,
.gh-has-motion-js .gh-section.gh-motion.is-in-view .gh-section__content,
.gh-has-motion-js .gh-section.gh-motion.is-in-view .gh-faq__item {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .gh-has-motion-js .gh-motion,
  .gh-has-motion-js .gh-motion.is-in-view {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .gh-has-motion-js .gh-section.gh-motion .gh-section__grid,
  .gh-has-motion-js .gh-section.gh-motion .gh-section__stack,
  .gh-has-motion-js .gh-section.gh-motion .gh-section__media,
  .gh-has-motion-js .gh-section.gh-motion .gh-section__content,
  .gh-has-motion-js .gh-section.gh-motion .gh-faq__item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
  font-family: "Syne", "Avenir Next", sans-serif;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

h1 {
  font-size: clamp(3.1rem, 8vw, 6.25rem);
}

h2 {
  font-size: clamp(2rem, 5vw, 3.75rem);
}

p,
ul,
ol {
  margin: 0 0 1rem;
}

ul,
ol {
  padding-left: 1.1rem;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

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

.gh-shell--narrow {
  width: var(--gh-shell-narrow);
}

.gh-site-header {
  position: relative;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
  background: rgba(250, 246, 239, 0.88);
}

.gh-site-header .gh-shell {
  width: var(--gh-shell);
}

.gh-site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.85rem;
  min-height: 80px;
}

.gh-site-branding {
  display: flex;
  align-items: center;
}

.gh-brandmark,
.gh-brandmark--text {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.gh-brandmark:hover .gh-brandmark__text {
  color: var(--gh-brand);
}

.gh-brandmark:hover .gh-brandmark__media {
  background: #fff;
  box-shadow: 0 10px 28px rgba(170, 79, 43, 0.14);
}

.gh-brandmark__media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 26px rgba(20, 24, 35, 0.08);
}

.gh-brandmark__image {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.gh-brandmark__text {
  font-family: "Syne", "Avenir Next", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #262c43;
}

.gh-site-nav {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 0.55rem;
  padding: 0.35rem;
  border: 1px solid rgba(22, 24, 31, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 32px rgba(22, 24, 31, 0.06);
  max-width: 100%;
}

.gh-site-nav__meta {
  display: none;
}

.gh-site-nav__menu {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gh-site-nav__menu > li {
  position: relative;
}

.gh-site-nav__menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 0.85rem;
  border-radius: 999px;
  text-decoration: none;
  color: var(--gh-ink-soft);
  font-size: 0.88rem;
  font-weight: 800;
}

.gh-site-nav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 0.85rem;
  border-radius: 999px;
  text-decoration: none;
  color: var(--gh-ink-soft);
  font-size: 0.88rem;
  font-weight: 800;
  white-space: nowrap;
}

.gh-site-nav__cta:hover {
  color: var(--gh-ink);
  background: rgba(170, 79, 43, 0.1);
}

.gh-site-nav__languages {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.gh-language-switcher {
  display: inline-flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.gh-language-switcher__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(22, 34, 51, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.gh-language-switcher__link:hover,
.gh-language-switcher__link.is-active {
  background: #0b213f;
  border-color: #0b213f;
  color: #fff;
  transform: translateY(-1px);
}

body.rtl .gh-site-nav__languages {
  direction: rtl;
}

.gh-site-nav__menu > li > a {
  white-space: nowrap;
}

.gh-site-nav__menu > li > a:hover,
.gh-site-nav__menu > li.current-menu-item > a,
.gh-site-nav__menu > li.current-menu-ancestor > a,
.gh-site-nav__menu > li.current-menu-parent > a {
  color: var(--gh-ink);
  background: rgba(170, 79, 43, 0.1);
}

.gh-site-nav__menu .menu-item-has-children > a {
  padding-right: 1.25rem;
}

.gh-site-nav__menu .menu-item-has-children > a::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 0.45rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0.72;
}

.gh-site-nav__menu .sub-menu {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  z-index: 1200;
  margin: 0;
  padding: 0.45rem;
  min-width: 220px;
  border: 1px solid rgba(22, 24, 31, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 40px rgba(20, 24, 35, 0.13);
  list-style: none;
  display: grid;
  gap: 0.15rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.gh-site-nav__menu > li:hover > .sub-menu,
.gh-site-nav__menu > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.gh-site-nav__menu .sub-menu a {
  width: 100%;
  min-height: 38px;
  justify-content: flex-start;
  border-radius: 12px;
  padding: 0.5rem 0.75rem;
  font-size: 0.86rem;
  font-weight: 700;
}

.gh-site-nav__menu .sub-menu .current-menu-item > a,
.gh-site-nav__menu .sub-menu a:hover {
  color: var(--gh-ink);
  background: rgba(170, 79, 43, 0.11);
}

@media (max-width: 1240px) and (min-width: 961px) {
  .gh-site-nav {
    gap: 0.45rem;
    padding: 0.3rem;
  }

  .gh-site-nav__menu a {
    padding: 0 0.72rem;
    font-size: 0.84rem;
  }

  .gh-site-nav__cta {
    padding: 0 1rem;
    font-size: 0.86rem;
  }
}

.gh-nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--gh-line);
  border-radius: 999px;
  background: #fff;
  padding: 0;
  position: relative;
  z-index: 61;
}

.gh-nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--gh-ink);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.gh-nav-toggle.is-active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.gh-nav-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.gh-nav-toggle.is-active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.gh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

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

.gh-button--solid:hover {
  background: linear-gradient(135deg, #bf6039, #924021);
  box-shadow: 0 18px 36px rgba(126, 49, 24, 0.28);
}

.gh-button--solid {
  color: #fff;
  background: linear-gradient(135deg, var(--gh-brand), var(--gh-brand-deep));
  box-shadow: 0 14px 34px rgba(126, 49, 24, 0.22);
}

.gh-button--ghost {
  color: var(--gh-ink);
  border-color: rgba(22, 24, 31, 0.1);
  background: rgba(255, 255, 255, 0.88);
}

.gh-button--ghost:hover {
  color: var(--gh-brand-deep);
  border-color: rgba(170, 79, 43, 0.22);
  background: rgba(255, 248, 242, 0.96);
}

.gh-eyebrow {
  margin-bottom: 1rem;
  color: var(--gh-brand);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gh-hero {
  padding: 8rem 0 8.5rem;
  color: #fff;
  background: linear-gradient(135deg, rgba(8, 16, 28, 0.88), rgba(8, 16, 28, 0.42));
  background-size: cover;
  background-position: center;
}

.gh-hero__inner {
  display: flex;
  align-items: flex-end;
  min-height: clamp(480px, 72vh, 760px);
}

.gh-hero__content {
  width: min(760px, 100%);
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--gh-radius-xl);
  background: linear-gradient(180deg, rgba(10, 17, 31, 0.52), rgba(10, 17, 31, 0.28));
  backdrop-filter: blur(8px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.12);
}

.gh-hero__title {
  max-width: 11ch;
  text-wrap: balance;
}

.gh-hero__text {
  max-width: 56ch;
  margin: 1.25rem 0 2rem;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.88);
}

.gh-page-body {
  position: relative;
  z-index: 4;
  margin-top: -92px;
  padding: 0 0 5rem;
}

.gh-page-body__content {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--gh-radius-xl);
  background: linear-gradient(135deg, #1d2435 0%, #262c43 100%);
  color: var(--gh-ink-inverse);
  box-shadow: var(--gh-shadow-strong);
}

.gh-page-body__content > :last-child {
  margin-bottom: 0;
}

.gh-page-body__content--light {
  border-color: rgba(22, 24, 31, 0.08);
  background: #fff;
  color: var(--gh-ink);
  box-shadow: var(--gh-shadow);
}

.gh-breadcrumbs-wrap {
  position: relative;
  z-index: 6;
  border-bottom: 1px solid rgba(22, 24, 31, 0.08);
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(6px);
}

.gh-breadcrumbs-nav {
  padding: 0.72rem 0;
}

.gh-breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 0.55rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--gh-ink-soft);
}

.gh-breadcrumbs li {
  display: inline-flex;
  align-items: center;
}

.gh-breadcrumbs li + li::before {
  content: "/";
  margin-right: 0.55rem;
  color: rgba(22, 24, 31, 0.35);
}

.gh-breadcrumbs a {
  color: var(--gh-ink-soft);
  text-decoration-color: rgba(22, 24, 31, 0.22);
}

.gh-breadcrumbs a:hover {
  color: var(--gh-brand-deep);
  text-decoration-color: rgba(170, 79, 43, 0.45);
}

.gh-breadcrumbs [aria-current="page"] {
  color: var(--gh-ink);
}

.gh-blog-index {
  padding: 1.4rem 0 5rem;
}

.gh-blog-index__header {
  margin-bottom: 1rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid rgba(22, 24, 31, 0.09);
  border-radius: var(--gh-radius-lg);
  background: #fff;
  box-shadow: var(--gh-shadow);
}

.gh-blog-index__header h1 {
  margin: 0 0 0.7rem;
  font-size: clamp(2.1rem, 6.2vw, 4.2rem);
  line-height: 0.92;
}

.gh-blog-index__intro {
  margin: 0;
  max-width: 62ch;
  color: var(--gh-ink-soft);
}

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

.gh-blog-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(22, 24, 31, 0.1);
  border-radius: 24px;
  background: #fff;
  overflow: clip;
  box-shadow: var(--gh-shadow);
}

.gh-blog-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  background: #f4ebdf;
}

.gh-blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gh-blog-card__body {
  display: grid;
  gap: 0.72rem;
  padding: 1rem 1rem 1.05rem;
}

.gh-blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  margin: 0;
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(84, 91, 109, 0.88);
}

.gh-blog-card__meta span {
  position: relative;
}

.gh-blog-card__meta span + span::before {
  content: "";
  position: absolute;
  left: -0.4rem;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(84, 91, 109, 0.45);
  transform: translateY(-50%);
}

.gh-blog-card h2 {
  margin: 0;
  font-size: clamp(1.42rem, 2vw, 1.85rem);
  line-height: 0.95;
}

.gh-blog-card h2 a {
  text-decoration: none;
}

.gh-blog-card h2 a:hover {
  color: var(--gh-brand-deep);
}

.gh-blog-card__excerpt {
  margin: 0;
  color: var(--gh-ink-soft);
  font-size: 0.96rem;
  line-height: 1.5;
}

.gh-blog-card__cta {
  margin-top: 0.2rem;
  justify-self: start;
}

.gh-blog-index .pagination {
  margin-top: 1.15rem;
}

.gh-blog-index .nav-links {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  flex-wrap: wrap;
}

.gh-blog-index .nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0 0.8rem;
  border: 1px solid rgba(22, 24, 31, 0.12);
  border-radius: 999px;
  background: #fff;
  color: var(--gh-ink-soft);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 800;
}

.gh-blog-index .nav-links .page-numbers.current,
.gh-blog-index .nav-links .page-numbers:hover {
  color: var(--gh-ink);
  border-color: rgba(170, 79, 43, 0.4);
  background: #fff5ee;
}

.gh-post-split {
  position: relative;
  z-index: 4;
  margin-top: -92px;
  padding: 0 0 5rem;
}

.gh-post-split__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.9fr);
  gap: clamp(0.85rem, 2.6vw, 1.5rem);
  align-items: start;
}

.gh-post-split__main {
  margin: 0;
}

.gh-post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1.15rem;
  border-bottom: 1px solid var(--gh-line);
}

.gh-post-meta__author {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
}

.gh-post-meta__avatar {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 1px solid rgba(22, 24, 31, 0.1);
}

.gh-post-meta__author-text {
  display: grid;
  gap: 0.1rem;
}

.gh-post-meta__label,
.gh-post-meta__name,
.gh-post-meta__time {
  margin: 0;
}

.gh-post-meta__label {
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(84, 91, 109, 0.88);
}

.gh-post-meta__name {
  font-size: 1rem;
  font-weight: 800;
  color: var(--gh-ink);
}

.gh-post-meta__time {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--gh-ink-soft);
}

.gh-post-comments {
  margin-top: 1.8rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--gh-line);
}

.gh-post-comments #comments,
.gh-post-comments .comments-title,
.gh-post-comments .comment-reply-title {
  margin: 0 0 1rem;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.gh-post-comments .navigation {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  margin: 0 0 1rem;
}

.gh-post-comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.gh-post-comments .commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.gh-post-comments .commentlist > li,
.gh-post-comments .comment-list > li {
  list-style: none;
}

.gh-post-comments .comment-body {
  border: 1px solid rgba(22, 24, 31, 0.1);
  border-radius: 16px;
  background: #fffdfa;
  padding: 0.95rem;
}

.gh-post-comments .comment-author {
  display: flex;
  align-items: center;
  gap: 0.62rem;
}

.gh-post-comments .comment-author .avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(22, 24, 31, 0.1);
}

.gh-post-comments .comment-author .fn {
  color: var(--gh-ink);
  font-weight: 700;
  font-style: normal;
}

.gh-post-comments .comment-author .says {
  color: var(--gh-ink-soft);
  font-size: 0.88rem;
}

.gh-post-comments .comment-meta {
  margin: 0.4rem 0 0.65rem;
  font-size: 0.83rem;
  color: var(--gh-ink-soft);
}

.gh-post-comments .comment-meta a {
  color: inherit;
  text-decoration-color: rgba(84, 91, 109, 0.35);
}

.gh-post-comments .comment-content p {
  margin: 0;
  color: var(--gh-ink-soft);
}

.gh-post-comments .reply {
  margin-top: 0.85rem;
}

.gh-post-comments .reply a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(22, 24, 31, 0.14);
  color: var(--gh-ink);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gh-post-comments .children {
  margin: 0.75rem 0 0 1.35rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.gh-post-comments .comment-form p {
  margin: 0 0 0.85rem;
}

.gh-post-comments .comment-notes,
.gh-post-comments .logged-in-as {
  margin: 0 0 0.95rem;
  color: var(--gh-ink-soft);
  font-size: 0.92rem;
}

.gh-post-comments label {
  display: inline-block;
  margin-bottom: 0.35rem;
  color: var(--gh-ink);
  font-weight: 700;
}

.gh-post-comments input[type="text"],
.gh-post-comments input[type="email"],
.gh-post-comments input[type="url"],
.gh-post-comments textarea {
  width: 100%;
  border: 1px solid rgba(22, 24, 31, 0.14);
  border-radius: 12px;
  background: #fff;
  color: var(--gh-ink);
  padding: 0.7rem 0.8rem;
  font: inherit;
}

.gh-post-comments textarea {
  min-height: 138px;
  resize: vertical;
}

.gh-post-comments .submit {
  border: none;
  border-radius: 999px;
  padding: 0.7rem 1.2rem;
  background: var(--gh-brand);
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.gh-post-comments #submit {
  border: none;
  border-radius: 999px;
  padding: 0.7rem 1.2rem;
  background: var(--gh-brand);
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.gh-post-split__aside {
  display: grid;
  gap: 0.95rem;
  position: sticky;
  top: 102px;
}

.gh-post-sidecard {
  padding: 1.1rem;
  border: 1px solid rgba(22, 24, 31, 0.1);
  border-radius: var(--gh-radius-md);
  background: #fff;
  box-shadow: var(--gh-shadow);
  display: grid;
  gap: 0.55rem;
}

.gh-post-sidecard__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.6rem;
}

.gh-post-sidecard__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(170, 79, 43, 0.25);
  background: rgba(170, 79, 43, 0.08);
  color: var(--gh-brand-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.gh-post-sidecard h3 {
  margin: 0;
  font-size: clamp(1.08rem, 2.1vw, 1.33rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.gh-post-sidecard__meta,
.gh-post-sidecard__type,
.gh-post-sidecard__excerpt {
  margin: 0;
  color: var(--gh-ink-soft);
  font-size: 0.9rem;
  line-height: 1.45;
}

.gh-post-sidecard__type {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(84, 91, 109, 0.88);
}

.gh-post-sidecard__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gh-post-sidecard__meta-list {
  display: grid;
  gap: 0.4rem;
}

.gh-post-sidecard__meta strong {
  color: var(--gh-ink);
  font-weight: 800;
  margin-right: 0.25rem;
}

.gh-post-sidecard__button {
  margin-top: 0.4rem;
  justify-self: start;
}

.gh-post-sidecard__faq {
  gap: 0.42rem;
  margin-top: 0.2rem;
}

.gh-post-sidecard__faq .gh-faq__item {
  border-radius: 14px;
  background: #fffdfa;
}

.gh-post-sidecard__faq .gh-faq__heading {
  font-size: 0.92rem;
}

.gh-post-sidecard__faq .gh-faq__trigger {
  padding: 0.7rem 0.8rem;
  font-size: 0.92rem;
  line-height: 1.3;
  font-weight: 700;
}

.gh-post-sidecard__faq .gh-faq__icon {
  width: 15px;
  height: 15px;
  flex-basis: 15px;
}

.gh-post-sidecard__faq .gh-faq__icon::before,
.gh-post-sidecard__faq .gh-faq__icon::after {
  width: 11px;
}

.gh-post-sidecard__faq .gh-faq__panel {
  padding: 0 0.8rem 0.75rem;
}

.gh-post-sidecard__faq .gh-faq__answer {
  color: var(--gh-ink-soft);
  font-size: 0.88rem;
  line-height: 1.45;
}

.gh-sitemap {
  display: grid;
  gap: 0.85rem;
}

.gh-sitemap h1 {
  margin: 0;
  font-size: clamp(2.1rem, 7vw, 4.8rem);
  letter-spacing: -0.035em;
  line-height: 0.92;
}

.gh-sitemap__intro {
  margin: 0;
  max-width: 56ch;
  color: var(--gh-ink-soft);
}

.gh-sitemap__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.gh-sitemap__list a {
  display: block;
  padding: 0.74rem 0.95rem;
  border: 1px solid var(--gh-line);
  border-radius: 12px;
  background: #fff;
  color: var(--gh-ink);
  text-decoration: none;
  font-weight: 600;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.gh-sitemap__list a:hover,
.gh-sitemap__list a:focus-visible,
.gh-sitemap__list a[aria-current="page"] {
  border-color: rgba(170, 79, 43, 0.45);
  color: var(--gh-brand-deep);
  background: #fdf8f2;
}

.gh-section {
  padding: 2rem 0 5rem;
}

.gh-section__grid,
.gh-section__stack {
  padding: clamp(1.6rem, 4vw, 2.8rem);
  gap: clamp(1.4rem, 3vw, 3.4rem);
  border-radius: var(--gh-radius-xl);
  border: 1px solid rgba(22, 24, 31, 0.08);
  box-shadow: var(--gh-shadow);
}

.gh-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: center;
}

.gh-section__stack {
  display: grid;
}

.gh-section__stack--center {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.gh-section--white .gh-section__grid,
.gh-section--white .gh-section__stack {
  background: rgba(255, 255, 255, 0.88);
}

.gh-section--mist .gh-section__grid,
.gh-section--mist .gh-section__stack {
  background: linear-gradient(135deg, rgba(244, 235, 221, 0.96), rgba(255, 251, 245, 0.96));
}

.gh-section--ink .gh-section__grid,
.gh-section--ink .gh-section__stack {
  border-color: rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 26%),
    linear-gradient(135deg, #171f31 0%, #222d45 100%);
  box-shadow: var(--gh-shadow-strong);
  color: var(--gh-ink-inverse);
}

.gh-section--ink .gh-eyebrow {
  color: #f6cdb6;
}

.gh-section--ink .gh-button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.gh-section--ink .gh-button--ghost:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.14);
}

.gh-page-body__content a:hover,
.gh-section__body a:hover,
.gh-contact-card a:hover {
  color: var(--gh-brand);
}

.gh-section__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2rem;
  min-width: 0;
}

.gh-section__content h2 {
  max-width: 11ch;
  text-wrap: balance;
}

.gh-section__body {
  max-width: 54ch;
  color: inherit;
}

.gh-section__body ul,
.gh-section__body ol {
  margin-top: 1rem;
}

.gh-section__media {
  min-width: 0;
  min-height: 320px;
}

.gh-section__media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border-radius: calc(var(--gh-radius-xl) - 8px);
  object-fit: cover;
}

.gh-section__stack--center .gh-section__media {
  min-height: 0;
}

.gh-section__stack--center .gh-section__media img {
  min-height: 280px;
  max-height: 420px;
}

.gh-section__stack--center .gh-section__content {
  width: 100%;
  align-items: center;
  text-align: center;
}

.gh-section__stack--center .gh-eyebrow,
.gh-section__stack--center .gh-section__content h2,
.gh-section__stack--center .gh-section__body {
  width: 100%;
  max-width: 16ch;
}

.gh-section__stack--faq {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.gh-faq {
  display: grid;
  gap: 0.9rem;
}

.gh-faq__item {
  border: 1px solid rgba(22, 24, 31, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.85);
  overflow: clip;
}

.gh-section--ink .gh-faq__item {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.gh-faq__heading {
  margin: 0;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: normal;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
}

.gh-faq__trigger {
  width: 100%;
  padding: 1rem 1.15rem;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font: inherit;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.25;
}

.gh-faq__icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  position: relative;
}

.gh-faq__icon::before,
.gh-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.gh-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.gh-faq__trigger[aria-expanded="true"] .gh-faq__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scale(0.6);
}

.gh-faq__panel {
  padding: 0 1.15rem 1rem;
}

.gh-faq__answer > :last-child {
  margin-bottom: 0;
}

.gh-team-slider,
.gh-testimonials-slider {
  width: 100%;
  min-width: 0;
}

.gh-card-carousel__viewport {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
}

.gh-card-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.gh-card-carousel__track {
  --gh-cards-per-view: 3;
  --gh-carousel-gap: 1rem;
  min-width: 100%;
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--gh-carousel-gap) * (var(--gh-cards-per-view) - 1))) / var(--gh-cards-per-view));
  gap: var(--gh-carousel-gap);
  align-items: stretch;
}

[data-gh-cards-per-view="2"] .gh-card-carousel__track {
  --gh-cards-per-view: 2;
}

[data-gh-cards-per-view="1"] .gh-card-carousel__track {
  --gh-cards-per-view: 1;
}

.gh-card-carousel__track > * {
  min-width: 0;
  scroll-snap-align: start;
}

.gh-card-carousel__controls {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.1rem;
}

.gh-card-carousel__button {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(22, 24, 31, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--gh-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

.gh-card-carousel__button:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(22, 24, 31, 0.34);
}

.gh-card-carousel__button:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.gh-team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  min-height: 100%;
  padding: 1.35rem 1.2rem;
  border: 1px solid var(--gh-line);
  border-radius: 22px;
  background: var(--gh-surface);
  box-shadow: 0 10px 30px rgba(22, 24, 31, 0.06);
  text-align: center;
}

.gh-team-card__image {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(170, 79, 43, 0.15);
}

.gh-team-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gh-team-card h3 {
  margin: 0;
  font-size: 1.32rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.gh-team-card__role {
  margin: 0;
  color: var(--gh-brand);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gh-team-card__bio {
  margin: 0;
  color: var(--gh-ink-soft);
  font-size: 0.98rem;
  line-height: 1.45;
}

.gh-team-card__bio p {
  margin: 0;
}

.gh-testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.05rem;
  min-height: 100%;
  padding: 1.4rem 1.25rem;
  border: 1px solid var(--gh-line);
  border-radius: 22px;
  background: var(--gh-surface);
  box-shadow: 0 10px 28px rgba(22, 24, 31, 0.06);
}

.gh-testimonial-card__quote {
  margin: 0;
  color: var(--gh-ink);
  font-size: 1.03rem;
  line-height: 1.65;
}

.gh-testimonial-card__meta {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.gh-testimonial-card__meta img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
}

.gh-testimonial-card__meta strong {
  display: block;
  line-height: 1.2;
}

.gh-testimonial-card__meta span {
  display: block;
  margin-top: 0.1rem;
  color: var(--gh-ink-soft);
  font-size: 0.9rem;
}

.gh-section--ink .gh-team-card,
.gh-section--ink .gh-testimonial-card {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.gh-section--ink .gh-team-card__bio,
.gh-section--ink .gh-testimonial-card__meta span {
  color: rgba(249, 247, 242, 0.82);
}

.gh-section--ink .gh-card-carousel__button {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.gh-pricing-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.gh-pricing-card {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  min-height: 100%;
  padding: 1.35rem 1.2rem;
  border: 1px solid var(--gh-line);
  border-radius: 22px;
  background: var(--gh-surface);
  box-shadow: 0 10px 28px rgba(22, 24, 31, 0.06);
  text-align: left;
}

.gh-pricing-card h3 {
  margin: 0;
  font-size: 1.36rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.gh-pricing-card__description {
  margin: 0;
  color: var(--gh-ink-soft);
  font-size: 0.98rem;
  line-height: 1.45;
}

.gh-pricing-card__price {
  margin: 0;
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--gh-brand);
}

.gh-pricing-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.42rem;
}

.gh-pricing-card li {
  position: relative;
  padding-left: 1rem;
  color: var(--gh-ink-soft);
  line-height: 1.45;
}

.gh-pricing-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(170, 79, 43, 0.82);
  transform: translateY(-50%);
}

.gh-pricing-card .gh-button {
  margin-top: auto;
  align-self: flex-start;
}

.gh-pricing-card.is-featured {
  border-color: rgba(170, 79, 43, 0.34);
  background: linear-gradient(180deg, #fff8f3 0%, #fffdfa 100%);
  box-shadow: 0 16px 40px rgba(170, 79, 43, 0.12);
}

.gh-section--ink .gh-pricing-card {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.gh-section--ink .gh-pricing-card__description,
.gh-section--ink .gh-pricing-card li {
  color: rgba(249, 247, 242, 0.82);
}

.gh-section--ink .gh-pricing-card__price {
  color: #f6cdb6;
}

.gh-section--ink .gh-pricing-card li::before {
  background: rgba(246, 205, 182, 0.9);
}

@media (max-width: 1080px) {
  .gh-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 1080px) {
  .gh-card-carousel__track {
    --gh-cards-per-view: 2;
  }
}

@media (max-width: 640px) {
  .gh-blog-grid {
    grid-template-columns: 1fr;
  }

  .gh-blog-index__header {
    padding: 1rem;
    border-radius: 20px;
  }

  .gh-blog-card {
    border-radius: 20px;
  }

  .gh-pricing-grid {
    grid-template-columns: 1fr;
  }

  .gh-card-carousel__track {
    --gh-cards-per-view: 1;
  }

  .gh-team-card,
  .gh-testimonial-card {
    padding: 1.15rem 1rem;
  }
}

.gh-contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 2rem;
}

.gh-contact-card {
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: linear-gradient(135deg, #2a344e 0%, #222c44 100%);
  color: rgba(249, 247, 242, 0.92);
}

.gh-contact-card p:last-child {
  margin-bottom: 0;
}

.gh-contact-card a {
  color: #f9f7f2;
  text-decoration-color: rgba(249, 247, 242, 0.58);
}

.gh-contact-card a:hover {
  color: #f6cdb6;
  text-decoration-color: rgba(246, 205, 182, 0.72);
}

.gh-contact-form {
  width: 100%;
  max-width: 100%;
  margin: 2rem auto 0;
  padding: clamp(1.5rem, 4vw, 2.3rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: calc(var(--gh-radius-xl) - 4px);
  background: linear-gradient(135deg, #1d2435 0%, #262c43 100%);
  color: var(--gh-ink-inverse);
  box-shadow: var(--gh-shadow-strong);
}

.page-id-544 .gh-contact-form {
  border-color: rgba(255, 255, 255, 0.12);
}

.gh-contact-form__intro {
  max-width: 640px;
  margin-bottom: 1.75rem;
}

.gh-contact-form__intro h2 {
  max-width: 10ch;
}

.gh-form {
  display: grid;
  gap: 0.35rem;
}

.gh-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.gh-form__field {
  margin-bottom: 0.85rem;
}

.gh-form__field label {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gh-form__field input,
.gh-form__field select,
.gh-form__field textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(22, 24, 31, 0.12);
  border-radius: 18px;
  font: inherit;
  color: var(--gh-ink);
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.gh-form__field input:focus,
.gh-form__field select:focus,
.gh-form__field textarea:focus {
  outline: none;
  border-color: rgba(170, 79, 43, 0.42);
  box-shadow: 0 0 0 4px rgba(170, 79, 43, 0.1);
}

.gh-form__field select {
  appearance: none;
  padding-right: 3.4rem;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--gh-ink) 50%),
    linear-gradient(135deg, var(--gh-ink) 50%, transparent 50%);
  background-position:
    calc(100% - 24px) calc(50% - 3px),
    calc(100% - 18px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.gh-form__field textarea {
  min-height: 180px;
  resize: vertical;
}

.gh-form__field--trap {
  position: absolute;
  left: -9999px;
}

.gh-form-message {
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  font-weight: 700;
}

.gh-form-message--success {
  color: #14532d;
  background: #dcfce7;
}

.gh-form-message--error {
  color: #7f1d1d;
  background: #fee2e2;
}

.gh-site-footer {
  padding: 4rem 0;
  background: linear-gradient(135deg, #1d2435 0%, #262c43 100%);
  color: rgba(249, 247, 242, 0.9);
}

.gh-site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.4fr);
  gap: 2.5rem;
}

.gh-site-footer__title {
  margin: 0 0 0.5rem;
  font-family: "Syne", "Avenir Next", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.gh-site-footer__brandline {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.5rem;
}

.gh-site-footer__brandlink {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: #f6cdb6;
}

.gh-site-footer__brandlink:hover {
  color: #f6cdb6;
  opacity: 0.9;
}

.gh-site-footer__brandline .gh-site-footer__title {
  margin: 0;
}

.gh-site-footer__logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 6px;
}

.gh-site-footer__brand {
  max-width: 320px;
}

.gh-site-footer__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.gh-site-footer__label {
  margin-bottom: 0.8rem;
  color: #f6cdb6;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gh-site-footer__column p {
  margin-bottom: 0.65rem;
}

.gh-site-footer__column a {
  text-decoration: none;
}

.gh-site-footer__column a:hover,
.gh-site-footer__meta a:hover {
  color: #f6cdb6;
}

.gh-site-footer__meta {
  text-align: right;
}

body.gh-nav-open {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  touch-action: none;
}

html.gh-nav-open {
  overflow: hidden;
}

@media (max-width: 1080px) {
  .gh-section__grid {
    grid-template-columns: 1fr;
    padding: clamp(1rem, 3vw, 1.8rem);
  }

  .gh-section__media {
    order: -1;
  }

  .gh-section--media-left .gh-section__media {
    order: -1;
  }

  .gh-section__content h2,
  .gh-section__body {
    max-width: none;
  }
}

@media (max-width: 960px) {
  .gh-site-header__inner {
    grid-template-columns: auto auto;
  }

  .gh-nav-toggle {
    display: inline-block;
    justify-self: end;
    z-index: 100120;
  }

  #gh-primary-nav {
    position: fixed;
    inset: 0;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    min-height: 100dvh;
    z-index: 100100;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 1rem;
    padding: 5.5rem 1.5rem 1.5rem;
    border: 0;
    border-radius: 0;
    background: #f7f2ea;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  .gh-site-nav::before {
    display: none;
  }

  body.gh-nav-open .gh-site-header {
    background: transparent;
    border-bottom: 0;
    backdrop-filter: none;
  }

  body.gh-nav-open .gh-site-header__inner {
    min-height: 0;
    gap: 0;
  }

  body.gh-nav-open .gh-site-branding {
    display: none;
  }

  body.gh-nav-open .gh-nav-toggle {
    position: fixed;
    top: 12px;
    right: 16px;
  }

  body.admin-bar.gh-nav-open .gh-nav-toggle {
    top: 56px;
  }

  .gh-site-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.gh-nav-open #gh-primary-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .gh-site-nav > * {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    flex-shrink: 0;
  }

  .gh-site-nav__menu {
    flex-direction: column;
    align-items: stretch;
    max-width: none;
    gap: 0.7rem;
    margin: 0 0 0.75rem;
    padding: 0;
  }

  .gh-site-nav__menu li {
    width: 100%;
  }

  .gh-site-nav__menu > li > a {
    white-space: normal;
  }

  .gh-site-nav__menu .menu-item-has-children > a::after {
    display: none;
  }

  .gh-site-nav__menu .sub-menu {
    position: static;
    top: auto;
    left: auto;
    min-width: 0;
    margin-top: 0.2rem;
    padding: 0 0 0 1rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    gap: 0.45rem;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: none;
  }

  .gh-site-nav__menu .sub-menu a {
    min-height: 0;
    padding: 0.15rem 0;
    font-size: 1rem;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--gh-ink-soft);
  }

  .gh-site-nav__menu a,
  .gh-site-nav__cta {
    min-height: 0;
    font-size: 1.18rem;
    border-radius: 0;
    justify-content: flex-start;
    text-align: left;
    overflow-wrap: anywhere;
  }

  .gh-site-nav__menu a {
    padding: 0.18rem 0;
    background: transparent;
    box-shadow: none;
    color: var(--gh-ink);
  }

  .gh-site-nav__menu > li > a:hover,
  .gh-site-nav__menu > li.current-menu-item > a,
  .gh-site-nav__menu > li.current-menu-ancestor > a,
  .gh-site-nav__menu > li.current-menu-parent > a,
  .gh-site-nav__menu .sub-menu .current-menu-item > a,
  .gh-site-nav__menu .sub-menu a:hover {
    background: transparent;
    color: var(--gh-brand-deep);
  }

  .gh-site-nav__cta {
    width: 100%;
    max-width: none;
    margin: 0 0 0.85rem;
    padding: 0.18rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--gh-brand-deep);
  }

  .gh-site-nav__cta:hover {
    transform: none;
    background: transparent;
    box-shadow: none;
    color: var(--gh-brand);
  }

  .gh-site-nav__meta {
    display: block;
    margin-top: 0;
    padding: 0 0 1.25rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--gh-ink);
    box-shadow: none;
  }

  .gh-site-nav__meta-label {
    margin: 0 0 0.65rem;
    color: var(--gh-brand-deep);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .gh-site-nav__meta p {
    margin: 0 0 0.42rem;
    font-size: 0.98rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .gh-site-nav__meta p:last-child {
    margin-bottom: 0;
  }

  .gh-site-nav__meta a {
    color: inherit;
    text-decoration: none;
  }

  .gh-site-nav__meta a:hover {
    color: #f6cdb6;
  }

  .gh-contact-cards,
  .gh-form__grid,
  .gh-site-footer__columns,
  .gh-site-footer__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .gh-site-footer__meta {
    text-align: left;
  }
}

@media (max-width: 640px) {
  :root {
    --gh-shell: calc(100% - 32px);
    --gh-shell-narrow: calc(100% - 32px);
    --gh-mobile-surface-padding: 1rem;
    --gh-mobile-surface-gap: 1rem;
    --gh-mobile-card-padding: 1rem;
    --gh-mobile-card-gap: 0.8rem;
    --gh-mobile-surface-radius: 20px;
    --gh-mobile-card-radius: 18px;
  }

  body {
    font-size: 16px;
  }

  .gh-shell,
  .gh-shell--narrow {
    width: var(--gh-shell);
  }

  .gh-site-header__inner {
    min-height: 76px;
    gap: 1rem;
  }

  .gh-brandmark__text {
    font-size: 1rem;
  }

  .gh-hero {
    padding: 5.8rem 0 5rem;
  }

  .gh-hero__inner {
    min-height: 0;
    align-items: flex-start;
  }

  .gh-hero__content {
    width: 100%;
    padding: var(--gh-mobile-surface-padding);
  }

  .gh-section__grid {
    padding: var(--gh-mobile-surface-padding);
  }

  .gh-hero__title {
    max-width: none;
    font-size: clamp(2.2rem, 12vw, 3.3rem);
    letter-spacing: -0.045em;
    line-height: 0.9;
    text-wrap: balance;
    overflow-wrap: anywhere;
  }

  .gh-hero__text {
    font-size: 0.98rem;
    max-width: none;
    margin: 1rem 0 1.35rem;
  }

  .gh-page-body {
    margin-top: -16px;
    padding-bottom: 2.75rem;
  }

  .gh-post-split {
    margin-top: -16px;
    padding-bottom: 2.75rem;
  }

  .gh-post-split__grid {
    grid-template-columns: 1fr;
  }

  .gh-post-split__aside {
    position: static;
    top: auto;
  }

  .gh-post-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.72rem;
  }

  .gh-post-comments .comment-author {
    flex-wrap: wrap;
    row-gap: 0.3rem;
  }

  .gh-post-comments .children {
    margin-left: 0.8rem;
  }

  .gh-section {
    padding: 1rem 0 2.75rem;
  }

  .gh-section__grid,
  .gh-section__stack,
  .gh-page-body__content,
  .gh-post-sidecard,
  .gh-contact-form {
    padding: var(--gh-mobile-surface-padding);
    border-radius: var(--gh-mobile-surface-radius);
  }

  .gh-section__grid,
  .gh-section__stack {
    gap: var(--gh-mobile-surface-gap);
  }

  .gh-page-body__content,
  .gh-section__body,
  .gh-post-sidecard,
  .gh-contact-form,
  .gh-site-footer__brand,
  .gh-site-footer__column {
    overflow-wrap: anywhere;
  }

  .gh-section__stack--center .gh-section__content h2,
  .gh-section__stack--center .gh-section__body,
  .gh-contact-form__intro,
  .gh-contact-form__intro h2,
  .gh-site-footer__brand {
    max-width: none;
  }

  .gh-blog-grid,
  .gh-pricing-grid,
  .gh-contact-cards,
  .gh-form__grid,
  .gh-site-footer__columns,
  .gh-site-footer__inner,
  .gh-faq {
    gap: var(--gh-mobile-card-gap);
  }

  .gh-contact-cards {
    margin: 1rem 0 1.5rem;
  }

  .gh-card-carousel__track {
    --gh-cards-per-view: 1;
    --gh-carousel-gap: var(--gh-mobile-card-gap);
  }

  .gh-blog-card,
  .gh-faq__item,
  .gh-site-nav__meta {
    border-radius: var(--gh-mobile-card-radius);
  }

  .gh-blog-card__body,
  .gh-team-card,
  .gh-testimonial-card,
  .gh-pricing-card,
  .gh-contact-card {
    padding: var(--gh-mobile-card-padding);
    border-radius: var(--gh-mobile-card-radius);
  }

  .gh-faq__trigger {
    padding: 0.95rem 1rem;
  }

  .gh-faq__panel {
    padding: 0 1rem 0.95rem;
  }

  .gh-site-footer {
    padding: 2.75rem 0;
  }

  .gh-site-footer__brand,
  .gh-site-footer__columns {
    width: 100%;
  }

  .gh-section__content h2 {
    font-size: clamp(1.9rem, 10vw, 2.8rem);
    line-height: 0.95;
    max-width: none;
    overflow-wrap: anywhere;
  }

  .gh-section__body,
  .gh-page-body__content {
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .gh-section__media,
  .gh-section__media img {
    min-height: 240px;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --gh-bg: #0d1117;
    --gh-surface: #141a23;
    --gh-surface-soft: #182130;
    --gh-surface-mist: #1d2736;
    --gh-ink: #eef2f7;
    --gh-ink-soft: #bcc6d4;
    --gh-ink-inverse: #0d1117;
    --gh-line: rgba(255, 255, 255, 0.09);
    --gh-line-strong: rgba(255, 255, 255, 0.16);
    --gh-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
    --gh-shadow-strong: 0 28px 90px rgba(0, 0, 0, 0.48);
  }

  body {
    background:
      radial-gradient(circle at top left, rgba(246, 205, 182, 0.08) 0, rgba(246, 205, 182, 0) 28%),
      linear-gradient(180deg, #111827 0%, var(--gh-bg) 100%);
  }

  .gh-page-loader {
    background:
      radial-gradient(circle at top left, rgba(246, 205, 182, 0.08) 0, rgba(246, 205, 182, 0) 28%),
      linear-gradient(180deg, #111827 0%, var(--gh-bg) 100%);
  }

  .gh-site-header {
    border-bottom-color: rgba(255, 255, 255, 0.08);
    background: rgba(10, 14, 22, 0.84);
  }

  .gh-brandmark:hover .gh-brandmark__media {
    background: #1a2230;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
  }

  .gh-brandmark__media {
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.22);
  }

  .gh-brandmark__text {
    color: #f2f4f7;
  }

  .gh-site-nav {
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(12, 17, 26, 0.78);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
  }

  .gh-site-nav__menu a {
    color: #bcc6d4;
  }

  .gh-site-nav__menu > li > a:hover,
  .gh-site-nav__menu > li.current-menu-item > a,
  .gh-site-nav__menu > li.current-menu-ancestor > a,
  .gh-site-nav__menu > li.current-menu-parent > a {
    color: #f2f4f7;
    background: rgba(170, 79, 43, 0.2);
  }

  .gh-site-nav__menu .sub-menu {
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(15, 20, 30, 0.98);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  }

  .gh-site-nav__menu .sub-menu .current-menu-item > a,
  .gh-site-nav__menu .sub-menu a:hover {
    color: #f2f4f7;
    background: rgba(170, 79, 43, 0.18);
  }

  .gh-nav-toggle {
    border-color: var(--gh-line);
    background: rgba(255, 255, 255, 0.03);
  }

  .gh-nav-toggle span {
    background: var(--gh-ink);
  }

  .gh-button--ghost {
    color: var(--gh-ink);
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
  }

  .gh-button--ghost:hover {
    color: #f2f4f7;
    border-color: rgba(246, 205, 182, 0.28);
    background: rgba(246, 205, 182, 0.08);
  }

  .gh-page-body__content--light,
  .gh-blog-index__header,
  .gh-blog-card,
  .gh-post-sidecard,
  .gh-sitemap__list a,
  .gh-section__grid,
  .gh-section__stack,
  .gh-faq__item,
  .gh-team-card,
  .gh-testimonial-card,
  .gh-pricing-card,
  .gh-card-carousel__button,
  .gh-form__field input,
  .gh-form__field select,
  .gh-form__field textarea,
  .gh-blog-index .nav-links .page-numbers,
  .gh-contact-cards .gh-contact-card {
    background: var(--gh-surface);
  }

  .gh-page-body__content--light,
  .gh-blog-index__header,
  .gh-blog-card,
  .gh-post-sidecard,
  .gh-sitemap__list a,
  .gh-section__grid,
  .gh-section__stack,
  .gh-faq__item,
  .gh-team-card,
  .gh-testimonial-card,
  .gh-pricing-card,
  .gh-card-carousel__button,
  .gh-form__field input,
  .gh-form__field select,
  .gh-form__field textarea,
  .gh-blog-index .nav-links .page-numbers {
    border-color: var(--gh-line);
    color: var(--gh-ink);
    box-shadow: var(--gh-shadow);
  }

  .gh-blog-card__media {
    background: #1b2432;
  }

  .gh-blog-card__meta,
  .gh-blog-card__excerpt,
  .gh-post-sidecard__meta,
  .gh-post-sidecard__type,
  .gh-post-sidecard__excerpt,
  .gh-team-card__bio,
  .gh-testimonial-card__meta span,
  .gh-pricing-card__description,
  .gh-pricing-card li,
  .gh-sitemap__intro,
  .gh-blog-index__intro,
  .gh-section__body,
  .gh-section__content,
  .gh-section__content p {
    color: var(--gh-ink-soft);
  }

  .gh-blog-card h2 a:hover,
  .gh-post-sidecard__badge,
  .gh-pricing-card__price,
  .gh-team-card__role,
  .gh-site-nav__meta-label,
  .gh-site-footer__label {
    color: #f6cdb6;
  }

  .gh-pricing-card.is-featured {
    border-color: rgba(246, 205, 182, 0.38);
    background: linear-gradient(180deg, #f4c9af 0%, #ffd8c2 100%);
    color: #1b1f28;
    box-shadow: 0 18px 44px rgba(246, 205, 182, 0.18);
  }

  .gh-pricing-card.is-featured h3,
  .gh-pricing-card.is-featured .gh-pricing-card__description,
  .gh-pricing-card.is-featured .gh-pricing-card__price,
  .gh-pricing-card.is-featured li {
    color: #1b1f28;
  }

  .gh-pricing-card.is-featured li::before {
    background: rgba(170, 79, 43, 0.88);
  }

  .gh-pricing-card.is-featured .gh-button--solid {
    color: #fff;
    background: linear-gradient(135deg, #9a4423, #7e3118);
    box-shadow: 0 16px 34px rgba(126, 49, 24, 0.24);
  }

  .gh-pricing-card.is-featured .gh-button--solid:hover {
    background: linear-gradient(135deg, #a94d29, #8b391f);
  }

  .gh-blog-index .nav-links .page-numbers.current,
  .gh-blog-index .nav-links .page-numbers:hover,
  .gh-sitemap__list a:hover,
  .gh-sitemap__list a:focus-visible,
  .gh-sitemap__list a[aria-current="page"] {
    border-color: rgba(246, 205, 182, 0.3);
    color: #f2f4f7;
    background: rgba(170, 79, 43, 0.16);
  }

  .gh-section--white .gh-section__grid,
  .gh-section--white .gh-section__stack,
  .gh-section--mist .gh-section__grid,
  .gh-section--mist .gh-section__stack,
  .gh-blog-index__header,
  .gh-blog-card,
  .gh-post-sidecard,
  .gh-sitemap__list a {
    background: var(--gh-surface);
  }

  .gh-section--mist .gh-section__grid,
  .gh-section--mist .gh-section__stack {
    background: linear-gradient(135deg, rgba(24, 33, 48, 0.96), rgba(17, 23, 33, 0.96));
  }

  .gh-section--white .gh-section__grid,
  .gh-section--white .gh-section__stack {
    background: rgba(20, 26, 35, 0.92);
  }

  .gh-section--ink .gh-section__grid,
  .gh-section--ink .gh-section__stack,
  .gh-contact-form,
  .gh-site-footer {
    background:
      radial-gradient(circle at top left, rgba(246, 205, 182, 0.08), rgba(246, 205, 182, 0) 26%),
      linear-gradient(135deg, #0f1722 0%, #161f2f 100%);
  }

  .gh-page-body__content {
    color: var(--gh-ink);
    background: linear-gradient(135deg, #141b29 0%, #1a2335 100%);
  }

  .gh-page-body__content--light {
    color: var(--gh-ink);
    background: var(--gh-surface);
  }

  .gh-post-meta,
  .gh-post-comments {
    border-color: rgba(255, 255, 255, 0.12);
  }

  .gh-post-comments .comment,
  .gh-post-comments .comment-body {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
  }

  .gh-post-comments input[type="text"],
  .gh-post-comments input[type="email"],
  .gh-post-comments input[type="url"],
  .gh-post-comments textarea {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(8, 12, 18, 0.65);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }

  .gh-post-comments .reply a {
    border-color: rgba(255, 255, 255, 0.18);
    color: var(--gh-ink);
    background: rgba(255, 255, 255, 0.03);
  }

  .gh-breadcrumbs-wrap {
    border-bottom-color: rgba(255, 255, 255, 0.08);
    background: rgba(12, 17, 26, 0.7);
  }

  .gh-breadcrumbs {
    color: var(--gh-ink-soft);
  }

  .gh-breadcrumbs li + li::before {
    color: rgba(255, 255, 255, 0.3);
  }

  .gh-breadcrumbs a {
    color: var(--gh-ink-soft);
    text-decoration-color: rgba(255, 255, 255, 0.18);
  }

  .gh-blog-index .nav-links .page-numbers {
    color: var(--gh-ink-soft);
  }

  .gh-post-sidecard__badge,
  .gh-team-card__role {
    background: rgba(170, 79, 43, 0.16);
  }

  .gh-post-sidecard__faq .gh-faq__item {
    background: rgba(255, 255, 255, 0.04);
  }

  .gh-form__field input,
  .gh-form__field select,
  .gh-form__field textarea {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(8, 12, 18, 0.65);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }

  .gh-form__field input:focus,
  .gh-form__field select:focus,
  .gh-form__field textarea:focus {
    border-color: rgba(246, 205, 182, 0.38);
    box-shadow: 0 0 0 4px rgba(170, 79, 43, 0.2);
  }

  .gh-form__field select {
    background-image:
      linear-gradient(45deg, transparent 50%, var(--gh-ink) 50%),
      linear-gradient(135deg, var(--gh-ink) 50%, transparent 50%);
  }

  .gh-contact-cards {
    color: var(--gh-ink);
  }

  .gh-contact-card {
    border-color: rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgba(24, 33, 48, 0.98), rgba(17, 24, 37, 0.98));
    color: var(--gh-ink);
  }

  .gh-contact-card a {
    color: #f2f4f7;
  }

  .gh-contact-card a:hover {
    color: #f6cdb6;
  }

  .gh-site-footer {
    color: rgba(240, 244, 250, 0.9);
  }

  .gh-site-footer__brandlink,
  .gh-site-footer__column a,
  .gh-site-footer__meta a {
    color: #f2f4f7;
  }

  .gh-site-footer__brandlink:hover,
  .gh-site-footer__column a:hover,
  .gh-site-footer__meta a:hover {
    color: #f6cdb6;
  }

  .gh-site-nav__meta,
  .gh-site-nav__meta a,
  .gh-site-nav__cta {
    color: var(--gh-ink);
  }

  .gh-site-nav__meta a:hover,
  .gh-site-nav__cta:hover {
    color: #f6cdb6;
  }

  .gh-site-nav__meta p,
  .gh-site-nav__meta-label {
    color: var(--gh-ink-soft);
  }

  .gh-site-nav__cta {
    background: transparent;
  }

  .gh-site-nav__cta:hover {
    background: transparent;
  }

  .gh-card-carousel__button:disabled {
    opacity: 0.38;
  }

  .gh-site-nav {
    background: rgba(12, 17, 26, 0.78);
  }

  #gh-primary-nav {
    background: #121824;
  }

  .gh-site-nav__menu a,
  .gh-site-nav__cta,
  .gh-site-nav__meta {
    color: var(--gh-ink);
  }

  .gh-site-nav__meta a {
    color: var(--gh-ink);
  }

  .gh-site-nav__menu .sub-menu a {
    color: var(--gh-ink-soft);
  }

  .gh-site-nav__menu > li > a:hover,
  .gh-site-nav__menu > li.current-menu-item > a,
  .gh-site-nav__menu > li.current-menu-ancestor > a,
  .gh-site-nav__menu > li.current-menu-parent > a,
  .gh-site-nav__menu .sub-menu .current-menu-item > a,
  .gh-site-nav__menu .sub-menu a:hover {
    color: #f6cdb6;
    background: transparent;
  }

  .gh-site-nav__meta p,
  .gh-site-nav__meta-label {
    color: var(--gh-ink-soft);
  }

  .gh-site-nav__meta a:hover,
  .gh-site-nav__cta:hover {
    color: #f6cdb6;
  }
}
