@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500&display=swap");

:root {
  color-scheme: dark;
  --ink: #080a0b;
  --ink-soft: #0e1213;
  --panel: #121617;
  --ivory: #f2efe8;
  --muted: rgba(242, 239, 232, 0.66);
  --subtle: rgba(242, 239, 232, 0.42);
  --gold: #d8b978;
  --gold-soft: #f0d99f;
  --line: rgba(242, 239, 232, 0.12);
  --line-gold: rgba(216, 185, 120, 0.42);
  --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --serif: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  --mono: "DM Mono", monospace;
  --shell: 1280px;
  --gutter: clamp(1.25rem, 4.7vw, 4.75rem);
}

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

html { background: var(--ink); scroll-behavior: smooth; }

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--ivory);
  font-family: var(--sans);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: 50;
  inset: 0;
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.2'/%3E%3C/svg%3E");
  content: "";
  mix-blend-mode: soft-light;
  pointer-events: none;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid var(--gold-soft); outline-offset: 5px; }

.go-page { position: relative; overflow: hidden; }
.go-shell { width: min(100%, calc(var(--shell) + (2 * var(--gutter)))); margin-inline: auto; padding-inline: var(--gutter); }

.go-stage {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 100svh;
  padding: 1.65rem clamp(1.5rem, 5vw, 5.5rem) 2rem;
  overflow: hidden;
}

.go-art,
.go-overlay { position: absolute; z-index: -2; inset: 0; }
.go-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0.9; animation: go-breathe 18s ease-in-out infinite alternate; }
.go-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 5, 6, 0.98) 0%, rgba(3, 5, 6, 0.9) 34%, rgba(3, 5, 6, 0.48) 70%, rgba(3, 5, 6, 0.3) 100%),
    linear-gradient(0deg, rgba(3, 5, 6, 0.92) 0%, transparent 47%);
}

.go-header { display: flex; align-self: start; align-items: center; justify-content: space-between; gap: 2rem; }
.go-brand,
.go-footer-brand { display: inline-flex; align-items: center; }
.go-brand img { width: clamp(8.8rem, 11vw, 10.6rem); height: auto; }
.go-top-nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2rem); }
.go-top-nav > a:first-child { color: rgba(242, 239, 232, 0.74); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; transition: color 180ms ease; }
.go-top-nav > a:first-child:hover { color: var(--gold-soft); }
.go-login {
  display: inline-flex;
  min-height: 2.65rem;
  padding: 0 1.05rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-gold);
  border-radius: 999px;
  background: rgba(8, 10, 11, 0.5);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}
.go-login:hover { transform: translateY(-2px); border-color: var(--gold-soft); background: var(--gold-soft); color: #1b1409; }

.go-intro { max-width: 48rem; padding: clamp(4rem, 9vh, 7.25rem) 0 1.5rem; align-self: center; }
.go-kicker,
.go-section-mark { margin: 0 0 1.2rem; color: var(--gold-soft); font: 500 0.66rem/1.4 var(--mono); letter-spacing: 0.18em; text-transform: uppercase; }
.go-intro h1 { max-width: 46rem; margin: 0; font-family: var(--sans); font-size: clamp(3.3rem, 6.2vw, 6.9rem); font-weight: 600; letter-spacing: -0.062em; line-height: 0.96; }
.go-intro h1 em { color: var(--gold-soft); font-style: normal; font-weight: 600; }
.go-lede { max-width: 34rem; margin: 1.75rem 0 0; color: rgba(242, 239, 232, 0.75); font-size: clamp(0.94rem, 1.15vw, 1.08rem); line-height: 1.72; }

.go-choices { display: grid; max-width: 59rem; margin-top: 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; align-self: end; }
.go-choice {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 13.25rem;
  padding: 1.5rem;
  align-content: start;
  overflow: hidden;
  border: 1px solid rgba(242, 239, 232, 0.16);
  background: #111416;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 44px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}
.go-choice::before { position: absolute; z-index: -2; inset: 0; background-position: center; background-size: cover; content: ""; filter: saturate(0.78) contrast(1.07); opacity: 0.92; transform: scale(1.02); transition: transform 500ms ease, filter 500ms ease; }
.go-choice::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(5, 7, 8, 0.95) 0%, rgba(5, 7, 8, 0.79) 48%, rgba(5, 7, 8, 0.28) 100%),
    linear-gradient(0deg, rgba(5, 7, 8, 0.82), transparent 55%);
  content: "";
  transition: background 300ms ease;
}
.go-choice--growth::before { background-image: url("/go/assets/clivon-go-growth-card-v1.webp"); }
.go-choice--launch::before { background-image: url("/go/assets/clivon-go-launch-card-v1.webp"); }
.go-choice:hover { transform: translateY(-5px); border-color: var(--gold-soft); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 24px 56px rgba(0, 0, 0, 0.34); }
.go-choice:hover::before { filter: saturate(0.98) contrast(1.1); transform: scale(1.08); }
.go-choice__index,
.go-choice__label { color: var(--gold-soft); font: 500 0.67rem/1 var(--mono); letter-spacing: 0.12em; }
.go-choice__label { margin-top: 1.25rem; font-family: var(--sans); font-weight: 700; }
.go-choice strong { max-width: 24rem; margin-top: 0.75rem; font-size: clamp(1rem, 1.25vw, 1.17rem); font-weight: 600; letter-spacing: -0.018em; line-height: 1.43; }
.go-choice__action { margin-top: 1.5rem; align-self: end; font-size: 0.69rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.go-choice__action b { margin-left: 0.4rem; color: var(--gold-soft); font-size: 1.1rem; }
.go-footer { margin: 1.25rem 0 0; align-self: end; color: rgba(242, 239, 232, 0.56); font-size: 0.68rem; letter-spacing: 0.07em; }

.go-editorial { position: relative; padding-block: clamp(6.5rem, 11vw, 10.5rem); border-bottom: 1px solid var(--line); }
.go-editorial--opening { background: radial-gradient(circle at 88% 50%, rgba(216, 185, 120, 0.08), transparent 25rem), var(--ink); }
.go-editorial-head { display: grid; grid-template-columns: minmax(11rem, 0.34fr) minmax(0, 1fr); gap: clamp(2rem, 8vw, 8rem); }
.go-editorial-head h2,
.go-section-line h2,
.go-guide-layout h2,
.go-entity h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.2rem, 6vw, 6.4rem); font-weight: 500; letter-spacing: -0.055em; line-height: 0.9; }
.go-editorial-lede { max-width: 52rem; margin: clamp(2rem, 4vw, 3.5rem) 0 0; color: var(--muted); font-size: clamp(1.02rem, 1.45vw, 1.2rem); line-height: 1.85; }

.go-solutions,
.go-operating,
.go-choice-guide,
.go-library,
.go-entity { padding-block: clamp(6.5rem, 11vw, 10rem); border-bottom: 1px solid var(--line); }
.go-section-line { display: grid; margin-bottom: clamp(3.5rem, 7vw, 6rem); grid-template-columns: 5rem minmax(0, 1fr); gap: clamp(1rem, 4vw, 4rem); align-items: start; }
.go-section-line > span { padding-top: 0.5rem; color: var(--gold); font: 500 0.67rem/1 var(--mono); letter-spacing: 0.14em; }
.go-section-line h2 { max-width: 57rem; }

.go-solution-grid { display: grid; border-top: 1px solid var(--line); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.go-solution-panel { position: relative; min-height: 46rem; padding: clamp(2.2rem, 5vw, 4.5rem); overflow: hidden; border-right: 1px solid var(--line); background: linear-gradient(155deg, rgba(216, 185, 120, 0.045), transparent 50%); }
.go-solution-panel:last-child { border-right: 0; }
.go-solution-number { position: absolute; right: -0.05em; bottom: -0.22em; color: rgba(216, 185, 120, 0.06); font-family: var(--serif); font-size: clamp(18rem, 31vw, 31rem); line-height: 0.72; pointer-events: none; }
.go-solution-panel h3 { position: relative; max-width: 31rem; margin: 0 0 2rem; font-family: var(--serif); font-size: clamp(2.6rem, 4vw, 4.35rem); font-weight: 500; letter-spacing: -0.045em; line-height: 0.95; }
.go-solution-panel p:not(.go-section-mark) { position: relative; max-width: 34rem; margin: 0; color: var(--muted); line-height: 1.8; }
.go-solution-panel ul { position: relative; display: grid; max-width: 34rem; margin: 2rem 0 2.75rem; padding: 0; gap: 0; list-style: none; }
.go-solution-panel li { padding: 0.9rem 0; border-top: 1px solid var(--line); color: rgba(242, 239, 232, 0.78); font-size: 0.91rem; }
.go-solution-panel > a { position: relative; display: inline-flex; gap: 0.75rem; align-items: center; color: var(--gold-soft); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
.go-solution-panel > a span { font-size: 1.1rem; transition: transform 180ms ease; }
.go-solution-panel > a:hover span { transform: translate(0.2rem, -0.2rem); }

.go-operating { background: #0c0f10; }
.go-pillar-grid { display: grid; border-top: 1px solid var(--line); border-left: 1px solid var(--line); grid-template-columns: repeat(4, minmax(0, 1fr)); }
.go-pillar-grid article { min-height: 25rem; padding: clamp(1.6rem, 3vw, 2.6rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background 240ms ease; }
.go-pillar-grid article:hover { background: rgba(216, 185, 120, 0.035); }
.go-pillar-grid span,
.go-library-grid span { color: var(--gold); font: 500 0.62rem/1.4 var(--mono); letter-spacing: 0.12em; text-transform: uppercase; }
.go-pillar-grid h3,
.go-library-grid h3 { margin: 6.5rem 0 1.5rem; font-family: var(--serif); font-size: clamp(2rem, 2.7vw, 3rem); font-weight: 500; letter-spacing: -0.04em; line-height: 0.98; }
.go-pillar-grid p,
.go-library-grid p { margin: 0; color: var(--muted); font-size: 0.92rem; line-height: 1.75; }

.go-choice-guide { background: linear-gradient(110deg, rgba(216, 185, 120, 0.07), transparent 46%), var(--ink); }
.go-guide-layout,
.go-entity-grid { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(22rem, 0.5fr); gap: clamp(3rem, 9vw, 10rem); align-items: start; }
.go-guide-copy,
.go-entity-copy { padding-top: 0.6rem; border-top: 1px solid var(--line-gold); }
.go-guide-copy p,
.go-entity-copy p { margin: 1.5rem 0 0; color: var(--muted); line-height: 1.85; }
.go-guide-copy p:first-child,
.go-entity-copy p:first-child { margin-top: 1.7rem; }
.go-primary-action { display: inline-flex; min-height: 3.6rem; margin-top: 2.5rem; padding: 0 1.35rem; gap: 2rem; align-items: center; justify-content: space-between; border: 1px solid var(--gold); background: var(--gold); color: #151109; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; transition: background 180ms ease, color 180ms ease; }
.go-primary-action:hover { background: transparent; color: var(--gold-soft); }

.go-library { background: #0c0f10; }
.go-library-grid { display: grid; border-top: 1px solid var(--line); border-left: 1px solid var(--line); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.go-library-grid > a { display: grid; min-height: 31rem; padding: clamp(2rem, 4vw, 3.5rem); align-content: start; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background 240ms ease; }
.go-library-grid > a:hover { background: rgba(216, 185, 120, 0.045); }
.go-library-grid h3 { margin-top: 5rem; }
.go-library-grid b { margin-top: auto; padding-top: 3rem; color: var(--gold-soft); font-size: 0.69rem; letter-spacing: 0.1em; text-transform: uppercase; }

.go-entity { background: radial-gradient(circle at 14% 80%, rgba(216, 185, 120, 0.065), transparent 25rem), var(--ink); }
.go-entity h2 { max-width: 35rem; }
.go-entity-copy > a { display: inline-block; margin-top: 2rem; color: var(--gold-soft); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
.go-entity-copy a { text-decoration: underline; text-decoration-color: rgba(216, 185, 120, 0.38); text-underline-offset: 0.25rem; }

.go-site-footer { padding: clamp(4rem, 7vw, 6rem) 0 2rem; background: #060708; }
.go-footer-grid { display: flex; padding-bottom: 4rem; align-items: flex-start; justify-content: space-between; gap: 3rem; }
.go-footer-brand img { width: clamp(9.6rem, 13vw, 12.5rem); height: auto; }
.go-footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem clamp(1.2rem, 3vw, 2.5rem); color: rgba(242, 239, 232, 0.72); font-size: 0.75rem; }
.go-footer-nav a:hover,
.go-footer-base a:hover { color: var(--gold-soft); }
.go-footer-base { display: flex; padding-top: 1.5rem; align-items: flex-start; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--line); color: var(--subtle); font-size: 0.68rem; }
.go-footer-base nav { display: flex; flex-wrap: wrap; gap: 0.7rem 1.4rem; }
.go-footer-base small { text-align: right; font-size: inherit; }

.go-skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; padding: 0.75rem 1rem; transform: translateY(-180%); border: 1px solid var(--gold); background: var(--ivory); color: var(--ink); font-size: 0.72rem; font-weight: 700; transition: transform 180ms ease; }
.go-skip-link:focus { transform: translateY(0); }

@keyframes go-breathe { from { transform: scale(1); } to { transform: scale(1.035); } }

@media (max-width: 960px) {
  .go-editorial-head,
  .go-guide-layout,
  .go-entity-grid { grid-template-columns: 1fr; }
  .go-editorial-head { gap: 1.5rem; }
  .go-solution-panel { min-height: 42rem; }
  .go-pillar-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .go-library-grid { grid-template-columns: 1fr; }
  .go-library-grid > a { min-height: 24rem; }
}

@media (max-width: 720px) {
  .go-stage { min-height: 100svh; padding: 1.25rem 1.1rem 1.5rem; }
  .go-art img { object-position: 61% center; }
  .go-overlay { background: linear-gradient(90deg, rgba(3, 5, 6, 0.98) 0%, rgba(3, 5, 6, 0.84) 70%, rgba(3, 5, 6, 0.56) 100%), linear-gradient(0deg, rgba(3, 5, 6, 0.94) 0%, transparent 52%); }
  .go-brand img { width: 8.4rem; }
  .go-top-nav > a:first-child { display: none; }
  .go-login { min-height: 2.35rem; padding: 0 0.85rem; font-size: 0.61rem; }
  .go-intro { padding: 4.75rem 0 2.25rem; }
  .go-intro h1 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .go-lede { margin-top: 1.2rem; font-size: 0.91rem; line-height: 1.6; }
  .go-choices { grid-template-columns: 1fr; gap: 0.55rem; margin-top: 0; }
  .go-choice { min-height: 0; padding: 1.15rem; }
  .go-choice__label { margin-top: 0.75rem; }
  .go-choice strong { margin-top: 0.5rem; font-size: 1.02rem; }
  .go-choice__action { margin-top: 1rem; }
  .go-footer { margin-top: 0.9rem; font-size: 0.59rem; }
  .go-section-line { grid-template-columns: 2.4rem minmax(0, 1fr); }
  .go-section-line h2,
  .go-editorial-head h2,
  .go-guide-layout h2,
  .go-entity h2 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .go-solution-grid,
  .go-pillar-grid { grid-template-columns: 1fr; }
  .go-solution-panel { min-height: 39rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .go-pillar-grid article { min-height: 20rem; }
  .go-pillar-grid h3 { margin-top: 4rem; }
  .go-footer-grid,
  .go-footer-base { align-items: flex-start; flex-direction: column; }
  .go-footer-nav { justify-content: flex-start; }
  .go-footer-base small { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
