:root {
  --gc-bg: #120f0a;
  --gc-bg-deep: #080604;
  --gc-panel: #231a11;
  --gc-panel-soft: #312414;
  --gc-panel-strong: #443116;
  --gc-text: #fff5dc;
  --gc-muted: #d6c29b;
  --gc-muted-strong: #efe1bd;
  --gc-accent: #d6a84d;
  --gc-accent-strong: #f0d27a;
  --gc-outline: rgba(214, 168, 77, 0.24);
  --gc-outline-strong: rgba(240, 210, 122, 0.42);
  --gc-shadow: 0 30px 80px rgba(5, 4, 3, 0.55);
  --gc-deco-black: #0a0907;
  --gc-deco-bronze: #9d7131;
  --gc-deco-gold: #d6a84d;
  --gc-deco-cream: #fff5dc;
  --gc-deco-copper: #b76634;
  --gc-deco-steel: #707a78;
  --gc-deco-green: #173d36;
  --gc-deco-blue: #162338;
}

html {
  background: var(--gc-bg-deep);
}

body.gc-body,
.gc-internal-body {
  color: var(--gc-text);
  background:
    radial-gradient(circle at 50% -12%, rgba(240, 210, 122, 0.18), transparent 26rem),
    linear-gradient(90deg, rgba(214, 168, 77, 0.08) 0 1px, transparent 1px calc(50% - 1px), rgba(214, 168, 77, 0.18) calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px) 100%),
    repeating-linear-gradient(90deg, rgba(255, 245, 220, 0.035) 0 1px, transparent 1px 3.75rem),
    linear-gradient(180deg, #140d08 0%, #0b0908 44%, #130f0a 100%);
  font-family: "Josefin Sans", Inter, Avenir, Montserrat, system-ui, sans-serif;
}

body.gc-body::before,
.gc-internal-body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 calc(50% - 10.5rem), rgba(214, 168, 77, 0.2) calc(50% - 10.5rem) calc(50% - 10.35rem), transparent calc(50% - 10.35rem) calc(50% + 10.35rem), rgba(214, 168, 77, 0.2) calc(50% + 10.35rem) calc(50% + 10.5rem), transparent calc(50% + 10.5rem) 100%),
    linear-gradient(90deg, transparent 0 calc(50% - 5.25rem), rgba(214, 168, 77, 0.15) calc(50% - 5.25rem) calc(50% - 5.1rem), transparent calc(50% - 5.1rem) calc(50% + 5.1rem), rgba(214, 168, 77, 0.15) calc(50% + 5.1rem) calc(50% + 5.25rem), transparent calc(50% + 5.25rem) 100%),
    repeating-linear-gradient(0deg, rgba(214, 168, 77, 0.05) 0 1px, transparent 1px 2.25rem);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 76%);
}

main,
.gc-header,
.gc-footer,
.gc-internal-nav,
.gc-internal-main {
  position: relative;
  z-index: 1;
}

a {
  text-decoration-color: var(--gc-deco-gold);
}

.gc-shell {
  width: min(1160px, calc(100% - 2rem));
}

.gc-header,
.gc-internal-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  background:
    linear-gradient(90deg, transparent, rgba(214, 168, 77, 0.14), transparent),
    rgba(10, 8, 6, 0.92);
  border-bottom: 2px solid rgba(214, 168, 77, 0.36);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.gc-nav {
  min-height: 5.25rem;
}

.gc-brand,
.gc-brand:visited,
.gc-internal-brand {
  position: relative;
  color: var(--gc-deco-cream);
  font-family: Metropolis, "Space Grotesk", Inter, system-ui, sans-serif;
  font-size: 1.06rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gc-brand::after,
.gc-internal-brand::after {
  content: "";
  display: block;
  width: 4.6rem;
  height: 3px;
  margin-top: 0.38rem;
  background: linear-gradient(90deg, transparent, var(--gc-deco-gold), transparent);
}

.gc-nav-links {
  gap: 2.1rem;
}

.gc-nav-links a,
.gc-footer a,
.gc-internal-links a {
  color: var(--gc-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gc-nav-links a:hover,
.gc-footer a:hover,
.gc-internal-links a:hover {
  color: var(--gc-accent-strong);
}

.gc-button,
.gc-lead-form button,
.gc-admin-button,
.gc-copy-button {
  border-radius: 0;
  border: 1px solid rgba(255, 245, 220, 0.2);
  clip-path: polygon(0.72rem 0, calc(100% - 0.72rem) 0, 100% 0.72rem, 100% calc(100% - 0.72rem), calc(100% - 0.72rem) 100%, 0.72rem 100%, 0 calc(100% - 0.72rem), 0 0.72rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gc-button-primary,
.gc-lead-form button,
.gc-admin-button,
.gc-band .gc-lead-form button {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent 24% 76%, rgba(0, 0, 0, 0.12)),
    linear-gradient(135deg, #b77a28 0%, #f0d27a 48%, #8f5d1d 100%);
  color: #130d07;
  box-shadow: 0 18px 38px rgba(214, 168, 77, 0.18);
}

.gc-button-secondary,
.gc-nav-icon,
.gc-copy-button {
  background: rgba(20, 14, 8, 0.72);
  border-color: rgba(214, 168, 77, 0.36);
  color: var(--gc-deco-cream);
}

.gc-button:hover,
.gc-story-item:hover,
.gc-card:hover,
.gc-suite-card:hover,
.gc-testimonial:hover,
.gc-blog-card:hover,
.gc-card-summary:hover {
  transform: translateY(-2px);
}

.gc-nav-toggle span {
  background: var(--gc-deco-gold);
}

.gc-hero {
  min-height: calc(100vh - 5.25rem);
  padding: 6rem 0 7rem;
}

.gc-band-hero::after {
  content: "";
  position: absolute;
  top: 4rem;
  right: clamp(1rem, 8vw, 9rem);
  z-index: 1;
  width: min(28vw, 17rem);
  min-width: 10rem;
  height: min(58vw, 38rem);
  background:
    linear-gradient(90deg, transparent 0 20%, rgba(255, 245, 220, 0.08) 20% 21%, transparent 21% 79%, rgba(255, 245, 220, 0.08) 79% 80%, transparent 80% 100%),
    linear-gradient(90deg, transparent 0 36%, rgba(214, 168, 77, 0.3) 36% 37.5%, transparent 37.5% 62.5%, rgba(214, 168, 77, 0.3) 62.5% 64%, transparent 64% 100%),
    linear-gradient(180deg, transparent 0 3%, var(--gc-deco-gold) 3% 3.7%, transparent 3.7% 9%, rgba(214, 168, 77, 0.45) 9% 10%, transparent 10% 18%, rgba(255, 245, 220, 0.12) 18% 18.8%, transparent 18.8% 100%),
    linear-gradient(180deg, rgba(103, 91, 70, 0.1), rgba(5, 4, 3, 0.78));
  clip-path: polygon(49% 0, 51% 0, 51% 6%, 57% 6%, 57% 13%, 64% 13%, 64% 22%, 72% 22%, 72% 36%, 82% 36%, 82% 100%, 18% 100%, 18% 36%, 28% 36%, 28% 22%, 36% 22%, 36% 13%, 43% 13%, 43% 6%, 49% 6%);
  opacity: 0.45;
  filter: drop-shadow(0 0 28px rgba(214, 168, 77, 0.16));
  pointer-events: none;
}

.gc-story-shell {
  max-width: 980px;
}

.gc-story-shell > h1,
.gc-story-shell > h2,
.gc-story-shell > .gc-section-heading h2,
.gc-hero h1,
.gc-hero-copy h1,
.gc-section-heading h2,
.gc-blog-card h3,
.gc-article-shell h1,
.gc-article-shell h2,
.gc-about-person-card h3,
.gc-card-detail-hero h1,
.gc-admin-hero h1,
.gc-admin-panel h2 {
  color: var(--gc-deco-cream);
  font-family: Metropolis, "Space Grotesk", Inter, system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.22), 0 0 34px rgba(214, 168, 77, 0.12);
}

.gc-hero h1 {
  max-width: 10.5ch;
  font-family: Limelight, Metropolis, "Space Grotesk", Inter, system-ui, sans-serif;
  font-weight: 400;
  font-size: clamp(4.5rem, 10.5vw, 8.7rem);
  line-height: 0.82;
}

.gc-story-shell > h1,
.gc-story-shell > h2,
.gc-story-shell > .gc-section-heading h2,
.gc-hero-copy h1,
.gc-section-heading h2,
.gc-blog-card h3,
.gc-article-shell h1,
.gc-article-shell h2,
.gc-about-person-card h3,
.gc-card-detail-hero h1,
.gc-admin-hero h1,
.gc-admin-panel h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-transform: none;
}

.gc-story-shell > h1,
.gc-story-shell > h2,
.gc-story-shell > .gc-section-heading h2,
.gc-hero-copy h1,
.gc-section-heading h2,
.gc-blog-card h3 {
  line-height: 0.98;
}

.gc-blog-card h3 {
  font-size: clamp(2.1rem, 3vw, 3rem);
}

.gc-story-shell > h1,
.gc-story-shell > h2,
.gc-story-shell > .gc-section-heading h2,
.gc-hero-copy h1,
.gc-section-heading h2,
.gc-article-shell h1 {
  font-size: clamp(3.1rem, 7vw, 5.8rem);
}

.gc-hero h1 span,
.gc-hero-copy h1 span,
.gc-section-heading h2 span {
  color: var(--gc-accent-strong);
}

.gc-eyebrow,
.gc-kicker,
.gc-admin-kicker,
.gc-about-role,
.gc-blog-meta,
.gc-code-label {
  color: var(--gc-accent-strong);
  font-family: "Poiret One", Metropolis, Inter, system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.gc-eyebrow::before,
.gc-eyebrow::after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1px;
  margin: 0 0.65rem 0.22rem 0;
  background: currentColor;
}

.gc-eyebrow::after {
  margin: 0 0 0.22rem 0.65rem;
}

.gc-section {
  padding: 6.25rem 0;
}

.gc-band {
  --gc-band-accent: var(--gc-deco-gold);
  --gc-band-accent-soft: rgba(214, 168, 77, 0.16);
  --gc-band-panel: rgba(27, 19, 11, 0.78);
  --gc-band-outline: rgba(214, 168, 77, 0.26);
  border-top: 1px solid rgba(214, 168, 77, 0.16);
}

.gc-band::before {
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(214, 168, 77, 0.1) 48% 49%, transparent 49% 100%),
    linear-gradient(45deg, transparent 0 48%, rgba(214, 168, 77, 0.08) 48% 49%, transparent 49% 100%);
  background-size: 5rem 5rem;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 86%);
}

.gc-band-style-aurora,
.gc-band-style-indigo,
.gc-band-style-forest,
.gc-band-style-violet,
.gc-band-style-copper,
.gc-section-muted {
  background:
    radial-gradient(circle at 18% 18%, rgba(214, 168, 77, 0.12), transparent 24rem),
    radial-gradient(circle at 84% 78%, rgba(23, 61, 54, 0.42), transparent 30rem),
    linear-gradient(145deg, #140d08 0%, #0b0908 46%, #17251f 100%);
}

.gc-band-style-indigo,
.gc-band-style-violet {
  --gc-band-accent: #c6b07a;
  background:
    radial-gradient(circle at 20% 18%, rgba(214, 168, 77, 0.14), transparent 24rem),
    linear-gradient(145deg, #101827 0%, #090807 48%, #20150b 100%);
}

.gc-band-style-forest {
  --gc-band-accent: #8fb89c;
  background:
    radial-gradient(circle at 24% 78%, rgba(143, 184, 156, 0.16), transparent 26rem),
    linear-gradient(145deg, #08100d 0%, #172d26 48%, #0d0906 100%);
}

.gc-band-style-copper {
  --gc-band-accent: #d18a4f;
  background:
    radial-gradient(circle at 24% 20%, rgba(209, 138, 79, 0.18), transparent 22rem),
    linear-gradient(145deg, #1b0e08 0%, #2a160b 48%, #080706 100%);
}

.gc-story-item,
.gc-card,
.gc-suite-card,
.gc-testimonial,
.gc-blog-card,
.gc-about-person-card,
.gc-principles li,
.gc-takeaway-list li,
.gc-code-panel,
.gc-admin-hero,
.gc-admin-panel,
.gc-person-card,
.gc-card-summary,
.gc-card-comment {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(214, 168, 77, 0.28);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(255, 245, 220, 0.05), transparent 36%),
    linear-gradient(180deg, rgba(36, 25, 14, 0.92), rgba(13, 10, 8, 0.92));
  box-shadow: inset 0 0 0 1px rgba(255, 245, 220, 0.04), 0 20px 52px rgba(0, 0, 0, 0.26);
  clip-path: polygon(1rem 0, calc(100% - 1rem) 0, 100% 1rem, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0 calc(100% - 1rem), 0 1rem);
}

.gc-story-item::before,
.gc-card::before,
.gc-suite-card::before,
.gc-testimonial::before,
.gc-blog-card::before,
.gc-about-person-card::before,
.gc-code-panel::before,
.gc-admin-hero::before,
.gc-admin-panel::before,
.gc-person-card::before,
.gc-card-summary::before {
  content: "";
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  bottom: 0.65rem;
  left: 0.65rem;
  border: 1px solid rgba(214, 168, 77, 0.14);
  pointer-events: none;
}

.gc-story-item h3,
.gc-card h3,
.gc-footer h3,
.gc-testimonial-meta strong,
.gc-card-summary h3,
.gc-person-card h3,
.gc-person-interactions h4 {
  color: var(--gc-deco-cream);
  font-family: Metropolis, "Space Grotesk", Inter, system-ui, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gc-lead,
.gc-section-copy,
.gc-card p,
.gc-manifesto-list span,
.gc-footer-copy,
.gc-testimonial-meta span,
.gc-story-item p,
.gc-principles li,
.gc-blog-card p,
.gc-article-shell p,
.gc-article-shell li,
.gc-article-shell blockquote,
.gc-about-person-card p:not(.gc-about-role),
.gc-admin-copy,
.gc-admin-panel-header p,
.gc-admin-muted,
.gc-person-comment,
.gc-person-interactions p,
.gc-card-summary-body,
.gc-card-summary-notes,
.gc-card-detail-text {
  color: var(--gc-muted-strong);
}

.gc-section-copy-strong,
.gc-manifesto-quote,
.gc-testimonial p {
  color: var(--gc-deco-cream);
}

.gc-manifesto-quote,
.gc-testimonial p,
.gc-article-shell blockquote {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.32rem;
}

.gc-takeaway-list {
  gap: 0.8rem;
}

.gc-takeaway-list li {
  padding-left: 2.7rem;
  border-radius: 0;
}

.gc-takeaway-list li::before {
  content: "";
  top: 50%;
  left: 1rem;
  width: 0.82rem;
  height: 0.82rem;
  background: linear-gradient(45deg, var(--gc-band-accent), var(--gc-accent-strong));
  transform: translateY(-50%) rotate(45deg);
}

.gc-manifesto-check,
.gc-card-icon,
.gc-band .gc-manifesto-check,
.gc-band .gc-card-icon {
  color: var(--gc-band-accent);
}

.gc-code-panel pre,
.gc-lead-form input,
.gc-lead-form textarea,
.gc-card-form input,
.gc-card-form textarea {
  border: 1px solid rgba(214, 168, 77, 0.28);
  border-radius: 0;
  background: rgba(7, 6, 5, 0.78);
  color: var(--gc-deco-cream);
}

.gc-lead-form input:focus,
.gc-lead-form textarea:focus,
.gc-card-form input:focus,
.gc-card-form textarea:focus {
  outline: 1px solid rgba(240, 210, 122, 0.72);
  box-shadow: 0 0 0 0.24rem rgba(214, 168, 77, 0.12);
}

.gc-pillars {
  border: 1px solid rgba(214, 168, 77, 0.28);
  border-radius: 0;
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(214, 168, 77, 0.16) 18% 19%, transparent 19% 81%, rgba(214, 168, 77, 0.16) 81% 82%, transparent 82% 100%),
    linear-gradient(180deg, #2c2921, #bfb08a 18%, #484030 100%);
  clip-path: polygon(1.5rem 0, calc(100% - 1.5rem) 0, 100% 1.5rem, 100% 100%, 0 100%, 0 1.5rem);
}

.gc-pillar {
  border-radius: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 245, 220, 0.22) 0 0.22rem, transparent 0.22rem 1.1rem),
    linear-gradient(90deg, #312715 0%, #0d0b08 18%, #e6c776 36%, #5a3b16 54%, #f0d27a 72%, #17110a 100%);
}

.gc-footer {
  background: linear-gradient(180deg, #0b0908, #080604);
  border-top: 2px solid rgba(214, 168, 77, 0.36);
}

.gc-footer-bottom {
  border-top-color: rgba(214, 168, 77, 0.22);
}

.gc-internal-subtitle,
.gc-internal-user span,
.gc-admin-empty-state,
.gc-card-summary-topline,
.gc-card-detail-meta,
.gc-card-summary-footer,
.gc-card-comment-meta,
.gc-person-fields dt,
.gc-card-form label,
.gc-card-comment-form label {
  color: var(--gc-muted);
}

.gc-admin-table th,
.gc-admin-table td {
  border-bottom-color: rgba(214, 168, 77, 0.18);
}

.gc-admin-table th,
.gc-person-priority,
.gc-card-summary-url,
.gc-card-detail-url,
.gc-admin-feedback,
.gc-admin-table a,
.gc-person-fields a,
.gc-person-interactions a {
  color: var(--gc-accent-strong);
}

.gc-delete-lead-button,
.gc-card-delete-button {
  border-color: rgba(209, 91, 68, 0.48);
  border-radius: 0;
  background: rgba(92, 26, 18, 0.42);
  color: #ffc7b7;
  clip-path: polygon(0.45rem 0, calc(100% - 0.45rem) 0, 100% 0.45rem, 100% calc(100% - 0.45rem), calc(100% - 0.45rem) 100%, 0.45rem 100%, 0 calc(100% - 0.45rem), 0 0.45rem);
}

@media (max-width: 1023px) {
  .gc-nav-panel {
    border-color: rgba(214, 168, 77, 0.34);
    border-radius: 0;
    background: rgba(10, 8, 6, 0.98);
  }

  .gc-band-hero::after {
    right: 0.5rem;
    opacity: 0.22;
  }
}

@media (max-width: 767px) {
  .gc-shell {
    width: min(100% - 1.25rem, 100%);
  }

  .gc-hero {
    min-height: auto;
    padding: 3rem 0 4.5rem;
  }

  .gc-hero h1 {
    font-size: clamp(3rem, 16vw, 5rem);
  }

  .gc-eyebrow::before,
  .gc-eyebrow::after {
    width: 0.8rem;
  }

  .gc-band-hero::after {
    top: 2rem;
    right: -2rem;
    height: 24rem;
    opacity: 0.16;
  }
}
