/*
  GLOBAL GAUNTLET custom overrides for Sasico / Elementor.
  Apply via:
  - Appearance > Customize > Additional CSS
  or
  - child theme stylesheet
*/

:root {
  --gg-bg: #0b0f1a;
  --gg-surface: rgba(255, 255, 255, 0.04);
  --gg-surface-strong: rgba(255, 255, 255, 0.07);
  --gg-border: rgba(255, 255, 255, 0.1);
  --gg-text: #ffffff;
  --gg-text-soft: rgba(255, 255, 255, 0.78);
  --gg-navy: #1a3a6b;
  --gg-gold: #c9a227;
  --gg-linkedin: #0077b5;
  --gg-radius: 8px;
  --gg-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

body {
  background: var(--gg-bg);
  color: var(--gg-text-soft);
}

.gg-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 2px;
  background: var(--gg-gold);
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
}

body,
button,
input,
select,
textarea {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--gg-text);
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  font-size: 5rem;
  line-height: 0.96;
}

h2 {
  font-size: 3.15rem;
  line-height: 1.02;
}

h3 {
  font-size: 1.55rem;
  line-height: 1.18;
}

p,
li {
  color: var(--gg-text-soft);
  font-size: 1.02rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

a {
  color: var(--gg-text);
  box-shadow: none;
}

a:hover,
a:focus {
  color: var(--gg-gold);
  box-shadow: none;
}

.elementor-section,
.site-main section {
  position: relative;
}

.gg-shell {
  max-width: 1320px;
  margin: 0 auto;
}

.gg-glass {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.075),
    rgba(255, 255, 255, 0.035)
  );
  border: 1px solid var(--gg-border);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: var(--gg-radius);
  box-shadow: var(--gg-shadow);
}

.gg-card {
  padding: 28px;
  border: 1px solid var(--gg-border);
  border-radius: var(--gg-radius);
  background: rgba(255, 255, 255, 0.025);
}

.gg-overline {
  display: inline-block;
  color: var(--gg-gold);
  font-size: 0.82rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gg-muted {
  color: var(--gg-text-soft);
}

.gg-proof-number {
  color: var(--gg-text);
  font-size: 3.3rem;
  line-height: 1;
  letter-spacing: 0;
}

.gg-proof-label {
  color: var(--gg-text-soft);
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.elementor-button,
button,
input[type="submit"] {
  border-radius: 8px !important;
  background: var(--gg-gold) !important;
  border: 1px solid var(--gg-gold) !important;
  color: #0b0f1a !important;
  box-shadow: none !important;
  font-weight: 600 !important;
  letter-spacing: 0;
}

.elementor-button:hover,
button:hover,
input[type="submit"]:hover {
  background: transparent !important;
  color: var(--gg-text) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
}

.gg-button-secondary .elementor-button,
.gg-button-secondary button {
  background: transparent !important;
  color: var(--gg-text) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.gg-button-secondary .elementor-button:hover,
.gg-button-secondary button:hover {
  border-color: var(--gg-gold) !important;
  color: var(--gg-gold) !important;
}

.gg-hero {
  background:
    linear-gradient(135deg, rgba(26, 58, 107, 0.32), rgba(11, 15, 26, 0.94) 54%),
    var(--gg-bg);
}

.gg-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
}

.gg-section-tight {
  padding-top: 32px;
  padding-bottom: 32px;
}

.gg-section {
  padding-top: 84px;
  padding-bottom: 84px;
}

.gg-section-lg {
  padding-top: 120px;
  padding-bottom: 120px;
}

.gg-list-clean,
.gg-list-clean ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.gg-list-clean li {
  margin-bottom: 12px;
}

/* Reduce startup-theme feel */
.elementor-widget-icon-box .elementor-icon,
.elementor-widget-counter .elementor-counter-number-wrapper,
.elementor-widget-image-box .elementor-image-box-img {
  filter: none !important;
}

/* Footer */
footer,
.site-footer {
  background: transparent;
  color: var(--gg-text-soft);
}

/* Shared page structure */
.gg-section-header {
  max-width: 760px;
}

.gg-grid-2,
.gg-grid-3,
.gg-grid-4 {
  display: grid;
  gap: 28px;
}

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

.gg-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gg-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gg-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.gg-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: start;
}

.gg-page-nav {
  position: sticky;
  top: 92px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 0;
}

.gg-page-nav a {
  color: var(--gg-text-soft);
  font-size: 0.92rem;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.gg-page-nav a:hover,
.gg-page-nav a:focus,
.gg-page-nav a.gg-is-active {
  color: var(--gg-gold);
  transform: translateX(4px);
}

.gg-sticky-rail {
  position: sticky;
  top: 96px;
  border-top: 1px solid var(--gg-border);
  padding-top: 18px;
}

.gg-sticky-rail strong {
  color: var(--gg-text);
  display: block;
  margin-bottom: 8px;
}

.gg-sticky-rail a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--gg-gold);
  text-decoration: none;
}

.gg-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.gg-reveal.gg-is-visible,
.no-js .gg-reveal {
  opacity: 1;
  transform: none;
}

.gg-stagger > * {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.gg-stagger > *.gg-stagger-visible,
.no-js .gg-stagger > * {
  opacity: 1;
  transform: none;
}

.gg-parallax {
  will-change: transform;
}

.gg-image-reveal {
  overflow: hidden;
  border-radius: var(--gg-radius);
}

.gg-image-reveal img {
  display: block;
  width: 100%;
  transform: scale(1.04);
  transition: transform 900ms ease;
}

.gg-reveal.gg-is-visible .gg-image-reveal img {
  transform: scale(1);
}

.gg-signal-brief,
.gg-decision-system,
.gg-proof-ledger,
.gg-fit-filter,
.gg-booking-suite {
  border-top: 1px solid var(--gg-border);
  border-bottom: 1px solid var(--gg-border);
  background: rgba(255, 255, 255, 0.018);
}

.gg-signal-brief {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 56px;
  align-items: start;
  padding: 44px;
}

.gg-signal-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  padding: 22px 0;
  border-bottom: 1px solid var(--gg-border);
}

.gg-signal-row:last-child {
  border-bottom: 0;
}

.gg-signal-label,
.gg-step-number {
  color: var(--gg-gold);
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.gg-signal-value {
  color: var(--gg-text);
  font-size: 1.08rem;
  line-height: 1.65;
}

.gg-decision-system {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gg-decision-step {
  min-height: 280px;
  padding: 36px;
  border-right: 1px solid var(--gg-border);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gg-decision-step:last-child {
  border-right: 0;
}

.gg-proof-ledger {
  overflow-x: auto;
}

.gg-proof-ledger table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.gg-proof-ledger th,
.gg-proof-ledger td {
  padding: 22px 20px;
  border-bottom: 1px solid var(--gg-border);
  color: var(--gg-text-soft);
  text-align: left;
  vertical-align: top;
}

.gg-proof-ledger th {
  color: var(--gg-text);
  font-weight: 600;
}

.gg-logo-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid var(--gg-border);
  border-bottom: 1px solid var(--gg-border);
  background: var(--gg-border);
}

.gg-logo-item {
  min-height: 150px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.025);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gg-logo-name {
  color: var(--gg-text);
  font-size: 1.05rem;
  font-weight: 600;
}

.gg-logo-context {
  color: var(--gg-text-soft);
  font-size: 0.9rem;
  line-height: 1.55;
}

.gg-client-perspective {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid var(--gg-border);
  border-bottom: 1px solid var(--gg-border);
  background: var(--gg-border);
}

.gg-perspective-item {
  min-height: 240px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.025);
}

.gg-quote-slot {
  color: var(--gg-text);
  font-size: 1.08rem;
  line-height: 1.58;
}

.gg-quote-attribution {
  color: var(--gg-text-soft);
  font-size: 0.9rem;
  margin-top: 20px;
}

.gg-fit-filter {
  padding: 36px;
}

.gg-fit-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.gg-fit-option {
  min-height: 56px;
  padding: 12px 14px;
  border: 1px solid var(--gg-border);
  border-radius: var(--gg-radius);
  background: transparent;
  color: var(--gg-text);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.gg-fit-option:hover,
.gg-fit-option:focus,
.gg-fit-option.gg-is-active {
  border-color: var(--gg-gold);
  background: rgba(201, 162, 39, 0.1);
  color: var(--gg-text);
}

.gg-fit-panel {
  padding: 28px 0 0;
  border-top: 1px solid var(--gg-border);
}

.gg-fit-output {
  margin-top: 28px;
  padding: 26px;
  border: 1px solid var(--gg-border);
  border-radius: var(--gg-radius);
  background: rgba(255, 255, 255, 0.035);
}

.gg-fit-output-title {
  color: var(--gg-text);
  font-size: 1.18rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.gg-fit-output-body {
  margin-bottom: 18px;
}

.gg-fit-output-cta {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--gg-gold);
  border-radius: var(--gg-radius);
  color: #0b0f1a;
  background: var(--gg-gold);
  text-decoration: none;
  font-weight: 600;
}

.gg-fit-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 28px;
}

.gg-fit-column {
  padding-top: 20px;
  border-top: 1px solid var(--gg-border);
}

.gg-fit-column h3 {
  margin-top: 0;
}

.gg-fit-column ul {
  margin-bottom: 0;
}

.gg-feature-line {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 40px;
  padding: 30px 0;
  border-bottom: 1px solid var(--gg-border);
}

.gg-feature-line:last-child {
  border-bottom: 0;
}

.gg-feature-line strong {
  color: var(--gg-text);
  font-weight: 600;
}

.gg-case-study {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 44px;
  padding: 34px 0;
  border-top: 1px solid var(--gg-border);
}

.gg-case-study:last-child {
  border-bottom: 1px solid var(--gg-border);
}

.gg-case-label {
  color: var(--gg-gold);
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.gg-case-title {
  color: var(--gg-text);
  font-size: 1.35rem;
  line-height: 1.2;
  margin-top: 10px;
}

.gg-case-detail {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid var(--gg-border);
}

.gg-case-detail:last-child {
  border-bottom: 0;
}

.gg-case-detail strong {
  color: var(--gg-text);
}

.gg-brief-capture {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: start;
  padding: 40px;
  border-top: 1px solid var(--gg-border);
  border-bottom: 1px solid var(--gg-border);
  background: rgba(255, 255, 255, 0.018);
}

.gg-brief-form {
  display: grid;
  gap: 14px;
}

.gg-brief-form input,
.gg-brief-form select {
  min-height: 48px;
  border: 1px solid var(--gg-border);
  border-radius: var(--gg-radius);
  background: rgba(255, 255, 255, 0.04);
  color: var(--gg-text);
  padding: 0 14px;
}

.gg-brief-form .gg-form-note {
  font-size: 0.9rem;
  color: var(--gg-text-soft);
}

.gg-booking-embed {
  min-height: 720px;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--gg-border);
  border-radius: var(--gg-radius);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--gg-shadow);
}

.gg-booking-embed iframe {
  width: 100%;
  min-height: 720px;
  border: 0;
}

.gg-booking-embed--inline {
  padding: 12px;
}

.gg-booking-embed--inline #inline-widget-global-gauntlet {
  width: 100%;
  min-height: 720px;
}

.gg-linkedin-feed {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 52px;
  align-items: start;
  padding: 42px 0;
  border-top: 1px solid var(--gg-border);
  border-bottom: 1px solid var(--gg-border);
}

.gg-linkedin-feed-header {
  position: sticky;
  top: 96px;
}

.gg-linkedin-feed-header h2 {
  margin-top: 10px;
}

.gg-linkedin-posts {
  display: grid;
  gap: 1px;
  background: var(--gg-border);
  border-top: 1px solid var(--gg-border);
  border-bottom: 1px solid var(--gg-border);
}

.gg-linkedin-post {
  min-height: 245px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.025);
}

.gg-linkedin-post-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
  color: var(--gg-gold);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.gg-linkedin-post h3 {
  max-width: 720px;
  margin: 0 0 16px;
}

.gg-linkedin-post p {
  max-width: 760px;
}

.gg-linkedin-post-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 10px;
  color: var(--gg-text);
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 162, 39, 0.7);
}

.gg-linkedin-post-link:hover,
.gg-linkedin-post-link:focus {
  color: var(--gg-gold);
}

.gg-linkedin-empty {
  padding: 30px;
  border-top: 1px solid var(--gg-border);
  border-bottom: 1px solid var(--gg-border);
  background: rgba(255, 255, 255, 0.025);
}

.gg-demo-gallery {
  display: grid;
  gap: 28px;
}

.gg-demo-card {
  padding: 0 0 28px;
  border-bottom: 1px solid var(--gg-border);
}

.gg-demo-card:last-child {
  border-bottom: 0;
}

.gg-demo-card h3 {
  margin-bottom: 10px;
}

.gg-demo-frame {
  width: 100%;
  min-height: 720px;
  margin-top: 18px;
  border: 1px solid var(--gg-border);
  border-radius: var(--gg-radius);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  box-shadow: var(--gg-shadow);
}

.gg-demo-frame iframe {
  width: 100%;
  min-height: 720px;
  border: 0;
}

.gg-demo-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 14px;
  color: var(--gg-text);
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 162, 39, 0.7);
}

.gg-demo-link:hover,
.gg-demo-link:focus {
  color: var(--gg-gold);
}

.gg-menu-note {
  color: var(--gg-text-soft);
  font-size: 0.92rem;
}

@media (max-width: 1024px) {
  .gg-grid-4,
  .gg-logo-rail,
  .gg-client-perspective,
  .gg-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .gg-section-lg {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .gg-split,
  .gg-case-study,
  .gg-brief-capture,
  .gg-signal-brief,
  .gg-linkedin-feed {
    gap: 42px;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.65rem;
  }

  .gg-proof-number {
    font-size: 2.85rem;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.85rem;
    line-height: 1;
  }

  h2 {
    font-size: 2.15rem;
    line-height: 1.06;
  }

  h3 {
    font-size: 1.16rem;
  }

  p,
  li {
    font-size: 1rem;
    line-height: 1.65;
  }

  .gg-proof-number {
    font-size: 2.45rem;
  }

  .gg-grid-2,
  .gg-grid-3,
  .gg-grid-4,
  .gg-proof-grid,
  .gg-split,
  .gg-case-study,
  .gg-case-detail,
  .gg-brief-capture,
  .gg-signal-brief,
  .gg-decision-system,
  .gg-fit-options,
  .gg-fit-matrix,
  .gg-logo-rail,
  .gg-client-perspective,
  .gg-feature-line,
  .gg-linkedin-feed {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .gg-card {
    padding: 22px;
  }

  .gg-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .gg-section-lg {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .gg-section-tight {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .gg-booking-embed,
  .gg-booking-embed iframe,
  .gg-booking-embed--inline #inline-widget-global-gauntlet,
  .gg-demo-frame,
  .gg-demo-frame iframe {
    min-height: 760px;
  }

  .gg-page-nav {
    position: static;
    flex-direction: row;
    overflow-x: auto;
    padding: 12px 0;
  }

  .gg-signal-brief,
  .gg-fit-filter,
  .gg-brief-capture {
    padding: 24px;
  }

  .gg-sticky-rail {
    position: static;
  }

  .gg-linkedin-feed-header {
    position: static;
  }

  .gg-linkedin-post {
    min-height: auto;
    padding: 24px;
  }

  .gg-linkedin-post-meta {
    flex-direction: column;
    gap: 6px;
  }

  .gg-signal-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .gg-decision-step {
    min-height: auto;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid var(--gg-border);
  }

  .gg-decision-step:last-child {
    border-bottom: 0;
  }

  .elementor-button,
  button,
  input[type="submit"] {
    width: 100%;
    min-height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gg-reveal,
  .gg-page-nav a,
  .gg-fit-option,
  .gg-stagger > *,
  .gg-image-reveal img {
    transition: none;
  }

  .gg-reveal,
  .gg-stagger > * {
    opacity: 1;
    transform: none;
  }

  .gg-parallax {
    transform: none !important;
  }
}
