:root {
  --gs-public-void: #06060a;
  --gs-public-graphite: #0e0e14;
  --gs-public-panel: #17171f;
  --gs-public-oxide: #d3743e;
  --gs-public-oxide-bright: #f09154;
  --gs-public-teal: #499488;
  --gs-public-text: #eceae4;
  --gs-public-dim: #aaa69c;
}

.gs-shell-v284 {
  color: var(--gs-public-text);
  background: var(--gs-public-void);
}

.gs-shell-v284 .gs-page-content {
  overflow-x: clip;
  isolation: isolate;
}

.gs-shell-v284 .gs-page-content::before {
  content: '';
  position: fixed;
  inset: 5rem 0 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(211, 116, 62, 0.08), transparent 30%),
    linear-gradient(300deg, rgba(73, 148, 136, 0.06), transparent 28%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 7.5rem);
}

.gs-shell-v284 :is(.gs-hero, .gs-section, .page-shell) {
  width: min(calc(100% - 2rem), var(--gs-max-width, 1180px));
  margin-inline: auto;
}

.gs-shell-v284 :is(.gs-hero, .gs-section, .page-shell, .gs-grid, .info-grid, .service-grid) > * {
  min-width: 0;
}

.gs-shell-v284 .gs-flow-section {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.gs-shell-v284 .gs-flow-section__inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(3.5rem, 8vw, 7.5rem);
}

.gs-shell-v284 .gs-flow-section--hero .gs-flow-section__inner,
.gs-shell-v284 .gs-hero__inner {
  min-height: min(78vh, 760px);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
}

.gs-shell-v284 :is(h1, h2, h3) {
  text-wrap: balance;
}

.gs-shell-v284 h1 {
  max-width: 14ch;
  font-family: 'Syne', system-ui, sans-serif;
  font-size: clamp(2.7rem, 7vw, 6.6rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.gs-shell-v284 h2 {
  font-family: 'Syne', system-ui, sans-serif;
  font-size: clamp(1.8rem, 4vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.gs-shell-v284 :is(.gs-lead, .gs-text-lg, .page-intro) {
  max-width: 64ch;
  color: var(--gs-public-dim);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.75;
}

.gs-shell-v284 .gs-eyebrow {
  color: var(--gs-public-oxide-bright);
  font-family: 'DM Mono', ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gs-shell-v284 :is(.gs-grid, .info-grid, .service-grid) {
  align-items: stretch;
  gap: clamp(0.8rem, 2vw, 1.35rem);
}

.gs-shell-v284 :is(.gs-card, .info-card, .service-card) {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(145deg, rgba(211, 116, 62, 0.055), transparent 42%),
    rgba(18, 18, 26, 0.88);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22);
}

.gs-shell-v284 .gs-slug-page {
  padding-block: clamp(3.5rem, 8vw, 7rem);
}

.gs-shell-v284 .gs-slug-page__inner {
  width: min(100%, 900px);
  margin-inline: auto;
}

.gs-shell-v284 .gs-slug-page__header {
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.gs-shell-v284 .gs-slug-page__header h1,
.gs-shell-v284 .gs-slug-page--message h1 {
  max-width: 18ch;
  margin-top: 0.75rem;
  overflow-wrap: anywhere;
}

.gs-shell-v284 .gs-slug-page--message {
  min-height: 60vh;
  display: grid;
  align-items: center;
  text-align: center;
}

.gs-shell-v284 .gs-slug-page--message :is(h1, .page-intro) {
  margin-inline: auto;
}

.gs-shell-v284 .gs-slug-page__action {
  display: inline-flex;
  margin-top: 1.5rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(240, 145, 84, 0.45);
  color: var(--gs-public-oxide-bright);
  text-decoration: none;
}

.gs-shell-v284 .gs-rich-content {
  max-width: 100%;
  color: var(--gs-public-text);
  font-size: 1rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.gs-shell-v284 .gs-rich-content > :first-child {
  margin-top: 0;
}

.gs-shell-v284 .gs-rich-content > :last-child {
  margin-bottom: 0;
}

.gs-shell-v284 .gs-rich-content :is(p, ul, ol, blockquote, pre, table, figure) {
  margin-block: 1.25rem;
}

.gs-shell-v284 .gs-rich-content :is(h2, h3, h4) {
  margin-top: 2.2rem;
  margin-bottom: 0.75rem;
  overflow-wrap: anywhere;
}

.gs-shell-v284 .gs-rich-content a {
  color: var(--gs-public-oxide-bright);
  text-underline-offset: 0.2em;
}

.gs-shell-v284 .gs-rich-content img,
.gs-shell-v284 .gs-rich-content video,
.gs-shell-v284 .gs-rich-content iframe,
.gs-shell-v284 .gs-rich-content svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.gs-shell-v284 .gs-rich-content iframe {
  width: 100%;
  min-height: min(56vw, 32rem);
  border: 0;
}

.gs-shell-v284 .gs-rich-content pre,
.gs-shell-v284 .gs-rich-content table {
  max-width: 100%;
  overflow-x: auto;
}

.gs-shell-v284 .gs-rich-content pre {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.35);
}

.gs-shell-v284 .gs-rich-content code {
  font-family: 'DM Mono', ui-monospace, monospace;
}

.gs-shell-v284 .gs-rich-content table {
  display: block;
  border-collapse: collapse;
}

.gs-shell-v284 .gs-rich-content :is(th, td) {
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  text-align: left;
}

.gs-shell-v284 [data-depth]::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(240, 145, 84, 0.13), transparent 34%);
  transition: opacity 180ms ease;
}

.gs-shell-v284 [data-depth]:hover::after {
  opacity: 1;
}

.gs-motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(1.25rem);
  transition:
    opacity 560ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--reveal-order, 0) * 55ms);
}

.gs-motion-ready [data-reveal][data-reveal-state='visible'] {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .gs-shell-v284 .gs-flow-section--hero .gs-flow-section__inner,
  .gs-shell-v284 .gs-hero__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 640px) {
  .gs-shell-v284 :is(.gs-hero, .gs-section, .page-shell) {
    width: min(calc(100% - 1.25rem), var(--gs-max-width, 1180px));
  }

  .gs-shell-v284 .gs-flow-section__inner {
    padding-block: 3.25rem;
  }

  .gs-shell-v284 h1 {
    font-size: clamp(2.35rem, 14vw, 4rem);
  }

  .gs-shell-v284 .gs-rich-content :is(pre, table) {
    margin-inline: -0.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gs-motion-ready [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .gs-shell-v284 [data-depth]::after {
    display: none;
  }
}
.topbar {
        position: sticky;
        top: 0;
        z-index: 100;
        padding: 1rem clamp(1rem, 3vw, 2rem);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        background: rgba(6, 6, 10, 0.88);
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
      }

      .topbar-inner {
        width: min(100%, 1440px);
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
      }

      .brand-text {
        display: flex;
        align-items: center;
        gap: 0.8rem;
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        font-size: 0.95rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
      }

      .brand-logo {
        width: 45px;
        height: 45px;
        object-fit: contain;
      }

      .brand-text-label {
        white-space: nowrap;
      }

      .main-nav {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        flex: 1;
      }

      .main-nav a {
        padding: 0.6rem 0.85rem;
        border-radius: 6px;
        color: var(--gs-text-dim);
        text-decoration: none;
        transition: all 160ms ease;
      }

      .main-nav a:hover,
      .main-nav a[aria-current='page'] {
        color: var(--gs-text);
        background: rgba(220, 120, 60, 0.12);
      }

      .nav-login {
        padding: 0.72rem 1rem;
        border-radius: 6px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        color: var(--gs-text-dim);
        font-weight: 500;
        transition: all 160ms ease;
      }

      .nav-login:hover {
        color: var(--gs-text);
        border-color: rgba(220, 120, 60, 0.6);
        background: rgba(220, 120, 60, 0.08);
      }

      .nav-cta {
        padding: 0.82rem 1.2rem;
        border-radius: 6px;
        background: linear-gradient(135deg, rgba(220, 120, 60, 0.8), rgba(200, 100, 50, 0.8));
        border: 1px solid rgba(220, 120, 60, 0.9);
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        box-shadow: 0 10px 28px rgba(220, 120, 60, 0.25);
        transition: all 160ms ease;
      }

      .nav-cta:hover {
        transform: translateY(-2px);
        background: linear-gradient(135deg, rgba(230, 130, 70, 0.9), rgba(210, 110, 60, 0.9));
        box-shadow: 0 14px 36px rgba(220, 120, 60, 0.35);
      }

      .nav-toggle {
        display: none;
        width: 46px;
        height: 46px;
        place-items: center;
        gap: 4px;
        border-radius: 6px;
        border: 1px solid var(--gs-border);
        background: rgba(220, 120, 60, 0.08);
        cursor: pointer;
      }

      .nav-toggle:hover {
        background: rgba(220, 120, 60, 0.14);
        border-color: rgba(220, 120, 60, 0.4);
      }

      .nav-toggle span {
        display: block;
        width: 18px;
        height: 1.5px;
        border-radius: 999px;
        background: var(--gs-text);
        transition: transform 160ms ease, opacity 160ms ease;
      }

      .topbar[data-menu-open='true'] .nav-toggle span:nth-child(1) {
        transform: translateY(5.5px) rotate(45deg);
      }

      .topbar[data-menu-open='true'] .nav-toggle span:nth-child(2) {
        opacity: 0;
      }

      .topbar[data-menu-open='true'] .nav-toggle span:nth-child(3) {
        transform: translateY(-5.5px) rotate(-45deg);
      }

      .mobile-nav {
        display: none;
      }

      .site-footer {
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        padding: 3rem clamp(1rem, 3vw, 2rem);
        background: rgba(6, 6, 10, 0.5);
      }

      .footer-main {
        width: min(100%, 1440px);
        margin: 0 auto 2rem;
        display: grid;
        grid-template-columns: auto 1fr auto;
        gap: 3rem;
        align-items: start;
      }

      .footer-brand {
        display: flex;
        align-items: flex-start;
        gap: 1.2rem;
      }

      .footer-brand-logo {
        width: 60px;
        height: 60px;
        object-fit: contain;
        flex-shrink: 0;
      }

      .footer-brand h2 {
        margin: 0 0 0.5rem 0;
        color: #fff;
        font-size: 1.1rem;
        letter-spacing: 0.12em;
        text-transform: uppercase;
      }

      .footer-brand p {
        margin: 0;
        color: var(--gs-text-dim);
        font-size: 0.85rem;
        line-height: 1.5;
      }

      .footer-columns {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 2rem;
      }

      .footer-column h3 {
        margin: 0 0 1rem 0;
        color: #fff;
        font-size: 0.9rem;
        font-weight: 600;
        letter-spacing: 0.08em;
        text-transform: uppercase;
      }

      .footer-column p {
        margin: 0.5rem 0;
      }

      .footer-column a {
        color: var(--gs-text-dim);
        text-decoration: none;
        font-size: 0.85rem;
        transition: color 160ms ease;
      }

      .footer-column a:hover {
        color: var(--gs-text);
      }

      .footer-meta-block {
        display: flex;
        flex-direction: column;
        gap: 0.35rem;
        text-align: right;
        font-family: 'DM Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
        font-size: 0.65rem;
        color: var(--gs-text-dim);
        letter-spacing: 0.09em;
        line-height: 1.2;
      }

      .footer-credits {
        width: min(100%, 1440px);
        margin: 0 auto;
        padding-top: 2rem;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        text-align: center;
      }

      .footer-credits small {
        color: var(--gs-text-dim);
        font-size: 0.75rem;
      }

      .footer-credits a {
        color: var(--gs-text-dim);
        text-decoration: none;
        transition: color 160ms ease;
      }

      .footer-credits a:hover {
        color: var(--gs-text);
      }

      @media (max-width: 960px) {
        .main-nav {
          display: none;
        }

        .nav-toggle {
          display: inline-grid;
        }

        .footer-main {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .footer-meta-block {
          text-align: left;
        }
      }

      @media (max-width: 720px) {
        .topbar {
          padding-inline: 0.8rem;
        }

        .footer-columns {
          grid-template-columns: 1fr;
        }

        .footer-main {
          gap: 1.5rem;
        }
      }