﻿/* Wild Somatics - index / style guide (index.html only) */

.page { max-width: 1200px; margin: 0 auto; padding: 0 3rem 6rem; }

/* â”€â”€ SECTION HEADERS â”€â”€ */
.section-head {
  display: flex; align-items: center; gap: 1.5rem;
  margin: 6rem 0 3rem;
}
.section-head .sh-num {
  font-family: var(--mono); font-size: 0.52rem;
  letter-spacing: 0.4em; color: var(--ds2-crimson); opacity: 0.7;
}
.section-head .sh-title {
  font-family: var(--mono); font-size: 0.58rem;
  letter-spacing: 0.38em; text-transform: uppercase;
  color: rgba(240,236,226,0.35);
}
.section-head::after {
  content: ''; flex: 1; height: 1px;
  background: linear-gradient(to right, rgba(192,20,24,0.2), transparent);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   COVER
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.cover {
  position: relative;
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(192,20,24,0.15);
}

.cover-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 100%, rgba(192,20,24,0.18) 0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 20% 20%, rgba(0,200,168,0.05) 0%, transparent 60%),
    radial-gradient(ellipse 40% 35% at 80% 15%, rgba(212,146,14,0.06) 0%, transparent 60%),
    #06080a;
}

/* Cover SVG: merged DS1+DS2 symbol â€” chiral network meets alchemical circle */
.cover-sigil {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  pointer-events: none; opacity: 0.12;
}

.cover-content {
  position: relative; z-index: 2;
  opacity: 0; animation: riseIn 1.6s ease forwards 0.3s;
}

.cover-pre {
  font-family: var(--mono); font-size: 0.52rem;
  letter-spacing: 0.6em; text-transform: uppercase;
  color: rgba(0,200,168,0.55); margin-bottom: 2.5rem;
  display: flex; align-items: center; justify-content: center; gap: 1rem;
}
.cover-pre::before, .cover-pre::after {
  content: ''; width: 40px; height: 1px; background: rgba(0,200,168,0.3);
}

.cover-wordmark {
  font-family: var(--title); font-weight: 300;
  font-size: clamp(3.5rem, 9vw, 9rem);
  letter-spacing: 0.15em; line-height: 0.92;
  text-transform: uppercase; color: var(--white);
  text-shadow: 0 0 80px rgba(192,20,24,0.25);
  margin-bottom: 0.15em;
}
.cover-wordmark .w2 {
  display: block; font-weight: 300;
  color: rgba(240,236,226,0.85);
  font-size: 0.58em; letter-spacing: 0.35em;
}

.cover-rule {
  width: 100px; height: 1px; margin: 2rem auto;
  background: linear-gradient(to right, transparent, var(--ds2-crimson), transparent);
}

.cover-tagline {
  font-family: var(--serif); font-size: clamp(0.9rem, 1.5vw, 1.2rem);
  font-weight: 200; font-style: italic;
  color: rgba(240,236,226,0.35); letter-spacing: 0.04em;
  margin-bottom: 3rem;
}

.cover-meta {
  display: flex; align-items: center; justify-content: center; gap: 2rem;
  flex-wrap: wrap;
}
.cover-meta span {
  font-family: var(--mono); font-size: 0.5rem;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(240,236,226,0.2);
}
.cover-meta .sep { color: rgba(192,20,24,0.4); }

/* corner brackets on cover */
.c-bracket { position: absolute; width: 30px; height: 30px; }
.c-bracket.tl { top: 2rem; left: 2rem; border-top: 1px solid rgba(0,200,168,0.3); border-left: 1px solid rgba(0,200,168,0.3); }
.c-bracket.tr { top: 2rem; right: 2rem; border-top: 1px solid rgba(0,200,168,0.3); border-right: 1px solid rgba(0,200,168,0.3); }
.c-bracket.bl { bottom: 2rem; left: 2rem; border-bottom: 1px solid rgba(0,200,168,0.3); border-left: 1px solid rgba(0,200,168,0.3); }
.c-bracket.br { bottom: 2rem; right: 2rem; border-bottom: 1px solid rgba(0,200,168,0.3); border-right: 1px solid rgba(0,200,168,0.3); }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   01 â€” LOGO VARIANTS
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.logo-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: rgba(255,255,255,0.04);
}

.logo-cell {
  padding: 3.5rem 2.5rem;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1.5rem; position: relative; min-height: 200px;
  transition: background 0.3s;
}
.logo-cell:hover { background: rgba(255,255,255,0.02); }

.logo-cell .cell-label {
  position: absolute; bottom: 1rem; left: 50%; transform: translateX(-50%);
  font-family: var(--mono); font-size: 0.46rem;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(240,236,226,0.18); white-space: nowrap;
}

/* Logo variant: primary (dark bg) */
.logo-primary { background: #07090b; }
.logo-light   { background: var(--ds2-fog); }
.logo-crimson { background: #120002; }
.logo-fog     { background: linear-gradient(135deg, #ddd0b8, #b09070); }
.logo-amber   { background: #0e0c06; }
.logo-dark-teal { background: #040e0c; }

/* Logo SVG mark */
.logo-mark svg { overflow: visible; }

/* Wordmark styles */
.wm-dark {
  font-family: var(--title); font-weight: 300;
  font-size: 1.4rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--white); line-height: 1;
}
.wm-dark .sub {
  display: block; font-size: 0.45em; letter-spacing: 0.5em;
  color: rgba(240,236,226,0.4); margin-top: 0.4em;
  font-family: var(--mono);
}
.wm-light-bg {
  font-family: var(--title); font-weight: 300;
  font-size: 1.4rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: #1a0e08; line-height: 1;
}
.wm-light-bg .sub {
  display: block; font-size: 0.45em; letter-spacing: 0.5em;
  color: rgba(25,14,8,0.35); margin-top: 0.4em;
  font-family: var(--mono);
}
.wm-red {
  font-family: var(--title); font-weight: 300;
  font-size: 1.4rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ds2-fog); line-height: 1;
}
.wm-red .sub {
  display: block; font-size: 0.45em; letter-spacing: 0.5em;
  color: rgba(237,229,213,0.4); margin-top: 0.4em;
  font-family: var(--mono);
}

/* Mark â€” the central sigil/symbol */
.mark-svg { width: 48px; height: 48px; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   02 â€” COLOUR PALETTE
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.palette-section { display: flex; flex-direction: column; gap: 3rem; }

.palette-group-label {
  font-family: var(--mono); font-size: 0.52rem;
  letter-spacing: 0.4em; text-transform: uppercase;
  color: rgba(240,236,226,0.2); margin-bottom: 1rem;
}

.palette-row { display: flex; gap: 0; }

.swatch {
  flex: 1; position: relative;
  cursor: default; transition: flex 0.3s ease;
  overflow: hidden;
}
.swatch:hover { flex: 1.8; }

.swatch-inner {
  height: 140px;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 1rem 1.2rem; position: relative;
}

.swatch-name {
  font-family: var(--mono); font-size: 0.52rem;
  letter-spacing: 0.15em; text-transform: uppercase;
  line-height: 1.8; white-space: nowrap;
  opacity: 0; transition: opacity 0.2s;
}
.swatch:hover .swatch-name { opacity: 1; }

.swatch-hex {
  font-family: var(--mono); font-size: 0.58rem;
  letter-spacing: 0.1em; line-height: 1;
}

/* DS1 swatches */
.s-ds1-amber    { background: var(--ds1-amber); }
.s-ds1-amber-lt { background: var(--ds1-amber-lt); }
.s-ds1-gold     { background: var(--ds1-gold); }
.s-ds1-teal     { background: var(--ds1-teal); }
.s-ds1-teal-dk  { background: var(--ds1-teal-dk); }
.s-ds1-charcoal { background: var(--ds1-charcoal); }
.s-ds1-dark     { background: var(--ds1-dark); border: 1px solid rgba(255,255,255,0.06); }
.s-ds1-bone     { background: var(--ds1-bone); }

/* DS2 swatches */
.s-ds2-crimson   { background: var(--ds2-crimson); }
.s-ds2-crimson-dk{ background: var(--ds2-crimson-dk); }
.s-ds2-blue      { background: var(--ds2-blue); }
.s-ds2-blue-lt   { background: var(--ds2-blue-lt); }
.s-ds2-fog       { background: var(--ds2-fog); }
.s-ds2-fog-dk    { background: var(--ds2-fog-dk); }
.s-ds2-deep      { background: var(--ds2-deep); border: 1px solid rgba(255,255,255,0.06); }
.s-ds2-gold      { background: var(--ds2-gold); }

/* Wild Somatics combined */
.s-ws-primary   { background: #c01418; }
.s-ws-secondary { background: #d4920e; }
.s-ws-teal      { background: #00c8a8; }
.s-ws-blue      { background: #5888a8; }
.s-ws-fog       { background: #ede5d5; }
.s-ws-deep      { background: #07090b; border: 1px solid rgba(255,255,255,0.05); }
.s-ws-bone      { background: #ccc4b0; }
.s-ws-gold      { background: #b08828; }

/* dark text on light swatches */
.swatch-light .swatch-name,
.swatch-light .swatch-hex { color: rgba(20,12,6,0.75); }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   03 â€” TYPOGRAPHY
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.type-section { display: flex; flex-direction: column; gap: 0; }

.type-block {
  padding: 3rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  display: grid; grid-template-columns: 200px 1fr; gap: 3rem; align-items: start;
}

.type-meta { padding-top: 0.5rem; }
.type-meta .tm-name {
  font-family: var(--mono); font-size: 0.55rem;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: rgba(0,200,168,0.5); margin-bottom: 0.4rem;
}
.type-meta .tm-use {
  font-family: var(--mono); font-size: 0.48rem;
  letter-spacing: 0.18em; color: rgba(240,236,226,0.2);
  line-height: 1.7;
}
.type-meta .tm-spec {
  font-family: var(--mono); font-size: 0.44rem;
  letter-spacing: 0.12em; color: rgba(192,20,24,0.5);
  margin-top: 0.6rem; line-height: 1.7;
}

/* Display â€” Cinzel */
.type-display {
  font-family: var(--title); font-weight: 300;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--white); line-height: 1;
}
.type-display .td-ghost {
  color: rgba(240,236,226,0.15);
  display: block; font-size: 0.45em; letter-spacing: 0.4em;
  margin-top: 0.5em; font-family: var(--mono);
}

/* Serif â€” Cormorant */
.type-serif-lg {
  font-family: var(--serif); font-weight: 200; font-style: italic;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  color: rgba(240,236,226,0.82); line-height: 1.3; letter-spacing: 0.01em;
}
.type-serif-body {
  font-family: var(--serif); font-weight: 300;
  font-size: 1.05rem; line-height: 1.9;
  color: rgba(240,236,226,0.45); max-width: 55ch; margin-top: 1rem;
}

/* Mono â€” Share Tech */
.type-mono-block {
  display: flex; flex-direction: column; gap: 0.6rem;
}
.type-mono-lg {
  font-family: var(--mono); font-size: 1rem;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(0,200,168,0.7);
}
.type-mono-sm {
  font-family: var(--mono); font-size: 0.58rem;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: rgba(240,236,226,0.25);
}
.type-mono-xs {
  font-family: var(--mono); font-size: 0.48rem;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(192,20,24,0.45);
}

/* Type scale */
.type-scale {
  display: flex; flex-direction: column; gap: 0.4rem;
  border-left: 1px solid rgba(192,20,24,0.15); padding-left: 2rem;
  margin-top: 2rem;
}
.ts-row {
  display: flex; align-items: baseline; gap: 2rem;
}
.ts-label {
  font-family: var(--mono); font-size: 0.44rem;
  letter-spacing: 0.2em; color: rgba(240,236,226,0.18);
  width: 3rem; flex-shrink: 0;
}
.ts-sample { font-family: var(--title); color: var(--white); }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   04 â€” NATURE / INK SYMBOLS
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.symbol-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px;
  background: rgba(255,255,255,0.04);
}

.symbol-cell {
  padding: 3rem 2rem;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1.2rem; position: relative; min-height: 180px;
  background: #07090b; transition: background 0.3s;
}
.symbol-cell:hover { background: rgba(192,20,24,0.04); }

.symbol-cell svg { transition: opacity 0.3s; }
.symbol-cell:hover svg { opacity: 1 !important; }

.symbol-label {
  font-family: var(--mono); font-size: 0.44rem;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: rgba(240,236,226,0.2); text-align: center;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   05 â€” UI COMPONENTS
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.ui-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem;
}

.ui-block { display: flex; flex-direction: column; gap: 1.5rem; }

.ui-block-label {
  font-family: var(--mono); font-size: 0.5rem;
  letter-spacing: 0.35em; text-transform: uppercase;
  color: rgba(240,236,226,0.2); margin-bottom: 0.5rem;
}

/* Buttons */
.btn-primary {
  display: inline-flex; align-items: center; gap: 0.8rem;
  font-family: var(--mono); font-size: 0.62rem;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: #06080a; background: var(--ds2-crimson);
  padding: 0.9rem 2rem; border: none; cursor: pointer;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
  transition: background 0.25s; text-decoration: none;
}
.btn-primary:hover { background: var(--ds1-amber); }

.btn-secondary {
  display: inline-flex; align-items: center; gap: 0.8rem;
  font-family: var(--mono); font-size: 0.62rem;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(240,236,226,0.6);
  padding: 0.9rem 2rem; border: 1px solid rgba(192,20,24,0.3);
  cursor: pointer; background: none; transition: all 0.25s; text-decoration: none;
}
.btn-secondary:hover { border-color: var(--ds2-blue); color: rgba(240,236,226,0.9); }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 0.8rem;
  font-family: var(--mono); font-size: 0.62rem;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--ds1-teal); background: none; border: none;
  cursor: pointer; border-bottom: 1px solid rgba(0,200,168,0.3);
  padding: 0 0 0.2rem; transition: all 0.25s; text-decoration: none;
}
.btn-ghost:hover { color: var(--ds1-amber-lt); border-color: rgba(240,184,48,0.4); }

/* Tags */
.tag-row { display: flex; flex-wrap: wrap; gap: 0.6rem; }

.tag {
  font-family: var(--mono); font-size: 0.5rem;
  letter-spacing: 0.15em; text-transform: uppercase;
  padding: 0.35rem 0.8rem;
  clip-path: polygon(0 0, calc(100% - 5px) 0, 100% 5px, 100% 100%, 5px 100%, 0 calc(100% - 5px));
}
.tag-red   { border: 1px solid rgba(192,20,24,0.4); color: rgba(192,20,24,0.7); }
.tag-teal  { border: 1px solid rgba(0,200,168,0.3); color: rgba(0,200,168,0.6); }
.tag-amber { border: 1px solid rgba(212,146,14,0.35); color: rgba(212,146,14,0.65); }
.tag-blue  { border: 1px solid rgba(88,136,168,0.3); color: rgba(88,136,168,0.6); }
.tag-ghost { border: 1px solid rgba(240,236,226,0.1); color: rgba(240,236,226,0.25); }

/* Menu items */
.menu-preview { display: flex; flex-direction: column; gap: 0; }
.mp-item {
  display: flex; align-items: center; gap: 0.8rem;
  padding: 0.55rem 0;
  font-family: var(--mono); font-size: 0.62rem;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(240,236,226,0.35);
  border-bottom: 1px solid rgba(255,255,255,0.03);
  position: relative; transition: color 0.2s;
  cursor: default;
}
.mp-item.active { color: rgba(240,236,226,0.9); }
.mp-item.active::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 100%; height: 1px; background: var(--ds2-blue);
}
.mp-tick { width: 7px; height: 1px; background: var(--ds2-blue); opacity: 0; flex-shrink: 0; }
.mp-item.active .mp-tick { opacity: 1; }
.mp-item:hover { color: rgba(240,236,226,0.65); }

/* Data labels */
.data-labels { display: flex; flex-direction: column; gap: 0.8rem; }
.dl-row {
  display: flex; align-items: center; gap: 1rem;
  font-family: var(--mono); font-size: 0.52rem; letter-spacing: 0.2em;
}
.dl-key  { color: var(--ds2-crimson); opacity: 0.6; width: 6rem; flex-shrink: 0; }
.dl-val  { color: rgba(240,236,226,0.35); }
.dl-hi   { color: rgba(0,200,168,0.5); }

/* Dividers */
.divider-samples { display: flex; flex-direction: column; gap: 1.5rem; }
.div-red  { height: 1px; background: linear-gradient(to right, transparent, var(--ds2-crimson), transparent); }
.div-gold { height: 1px; background: linear-gradient(to right, transparent, var(--ds1-amber), transparent); }
.div-teal { height: 1px; background: linear-gradient(to right, transparent, var(--ds1-teal), transparent); opacity: 0.5; }
.div-rule { height: 1px; background: rgba(255,255,255,0.05); }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   06 â€” TEXTURE SAMPLES
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.texture-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: rgba(255,255,255,0.04);
}
.texture-cell {
  height: 200px; position: relative; overflow: hidden;
}
.texture-label {
  position: absolute; bottom: 1rem; left: 1rem;
  font-family: var(--mono); font-size: 0.44rem;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: rgba(240,236,226,0.25);
}

.tex-fog {
  background: radial-gradient(ellipse 110% 120% at 20% 60%, #eee5d2 0%, #c4a880 55%, #8a6040 100%);
}
.tex-dark {
  background:
    radial-gradient(ellipse 60% 80% at 70% 30%, #2a0406 0%, #140102 55%, #050001 100%);
}
.tex-strands {
  background: #07090b;
  background-image:
    repeating-linear-gradient(90deg,
      transparent 0px, transparent 38px,
      rgba(192,20,24,0.06) 38px, rgba(192,20,24,0.06) 39px
    ),
    repeating-linear-gradient(0deg,
      transparent 0px, transparent 55px,
      rgba(240,220,200,0.04) 55px, rgba(240,220,200,0.04) 56px
    );
}
.tex-amber {
  background:
    radial-gradient(ellipse 80% 70% at 50% 50%, #1a1208 0%, #0e0c06 60%, #06080a 100%);
}
.tex-teal {
  background:
    radial-gradient(ellipse 70% 70% at 30% 70%, rgba(0,136,112,0.15) 0%, transparent 60%),
    #060c0a;
}
.tex-grain {
  background: #0d0e10;
}
.tex-grain::before {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.15;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   07 â€” USAGE EXAMPLES
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.usage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,0.04); }

.usage-card {
  padding: 3rem; position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end; min-height: 260px;
}

.uc-dark    { background: #07090b; }
.uc-fog     { background: linear-gradient(135deg, #ddd0b8, #b09070); }
.uc-crimson { background: linear-gradient(135deg, #180206, #0a0102); }
.uc-amber   { background: linear-gradient(135deg, #1a1408, #0e0c06); }

.uc-title {
  font-family: var(--title); font-weight: 300;
  font-size: 1.6rem; letter-spacing: 0.16em; text-transform: uppercase;
  line-height: 1.1; margin-bottom: 0.5rem;
}
.uc-body {
  font-family: var(--serif); font-size: 0.88rem;
  font-weight: 300; font-style: italic;
  line-height: 1.7; margin-bottom: 1rem;
}
.uc-tag {
  font-family: var(--mono); font-size: 0.48rem;
  letter-spacing: 0.28em; text-transform: uppercase;
}

.uc-dark .uc-title  { color: var(--white); }
.uc-dark .uc-body   { color: rgba(240,236,226,0.4); }
.uc-dark .uc-tag    { color: rgba(0,200,168,0.5); }

.uc-fog .uc-title   { color: #1a0e08; }
.uc-fog .uc-body    { color: rgba(25,14,8,0.45); }
.uc-fog .uc-tag     { color: rgba(90,6,8,0.5); }

.uc-crimson .uc-title { color: rgba(240,236,226,0.88); }
.uc-crimson .uc-body  { color: rgba(240,236,226,0.3); }
.uc-crimson .uc-tag   { color: rgba(212,146,14,0.55); }

.uc-amber .uc-title  { color: var(--ds1-amber-lt); }
.uc-amber .uc-body   { color: rgba(240,220,180,0.3); }
.uc-amber .uc-tag    { color: rgba(0,200,168,0.4); }

/* â”€â”€ FOOTER â”€â”€ */
.kit-footer {
  margin-top: 6rem; padding: 2.5rem 0;
  border-top: 1px solid rgba(192,20,24,0.1);
  display: flex; justify-content: space-between; align-items: center;
}
.kit-footer .kf-logo {
  font-family: var(--mono); font-size: 0.5rem;
  letter-spacing: 0.42em; text-transform: uppercase;
  color: rgba(240,236,226,0.12);
}
.kit-footer .kf-info {
  font-family: var(--mono); font-size: 0.46rem;
  letter-spacing: 0.2em; color: rgba(240,236,226,0.08);
  text-align: right; line-height: 2;
}



/* â”€â”€ OFFERING CARDS (linked) â”€â”€ */
.offering-cards-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: rgba(192,20,24,0.1); margin-top: 3rem;
}
.offering-link-card {
  position: relative; overflow: hidden;
  background: #0c0102;
  padding: 3rem 2.5rem 2.5rem;
  display: flex; flex-direction: column;
  text-decoration: none; color: inherit;
  transition: background 0.3s;
  min-height: 280px;
}
.offering-link-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: transparent; transition: background 0.3s, box-shadow 0.3s;
}
.offering-link-card:hover { background: rgba(192,20,24,0.06); }
.offering-link-card:hover::before {
  background: var(--ds2-crimson);
  box-shadow: 0 0 14px rgba(192,20,24,0.45);
}
.offering-link-card.amber:hover::before { background: var(--ds1-amber); box-shadow: 0 0 14px rgba(212,146,14,0.4); }
.offering-link-card.teal:hover::before  { background: var(--ds1-teal);  box-shadow: 0 0 14px rgba(0,200,168,0.35); }
.offering-link-card.blue:hover::before  { background: var(--ds2-blue);  box-shadow: 0 0 14px rgba(88,136,168,0.35); }

.olc-num {
  font-family: var(--mono); font-size: 0.46rem;
  letter-spacing: 0.3em; color: rgba(192,20,24,0.3); margin-bottom: 1.5rem;
}
.offering-link-card.amber .olc-num { color: rgba(212,146,14,0.35); }
.offering-link-card.teal  .olc-num { color: rgba(0,200,168,0.3); }
.offering-link-card.blue  .olc-num { color: rgba(88,136,168,0.3); }

.olc-title {
  font-family: var(--title); font-weight: 300;
  font-size: 1.25rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(240,236,226,0.82); margin-bottom: 0.8rem; line-height: 1.15;
}
.olc-body {
  font-family: var(--serif); font-size: 0.9rem; font-weight: 300;
  line-height: 1.8; color: rgba(240,236,226,0.28);
  flex: 1; margin-bottom: 1.5rem;
}
.olc-footer {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: auto;
}
.olc-tag {
  font-family: var(--mono); font-size: 0.46rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(88,136,168,0.35);
}
.olc-arrow {
  font-family: var(--mono); font-size: 0.62rem;
  color: rgba(240,236,226,0.2); transition: color 0.2s, transform 0.2s;
}
.offering-link-card:hover .olc-arrow { color: rgba(240,236,226,0.7); transform: translateX(4px); }

/* â”€â”€ WRITING / QUOTE SECTIONS â”€â”€ */
.writing-section {
  padding: 7rem 0;
  border-top: 1px solid rgba(192,20,24,0.08);
}
.writing-section.amber-border { border-top-color: rgba(212,146,14,0.1); }

.pull-quote {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; max-width: 720px; margin: 0 auto;
}
.pq-rule {
  width: 1px; height: 55px; margin-bottom: 3rem;
  background: linear-gradient(to bottom, transparent, rgba(88,136,168,0.35));
}
.pq-rule.bot {
  background: linear-gradient(to top, transparent, rgba(88,136,168,0.35));
  margin-top: 3rem; margin-bottom: 0;
}
.pq-text {
  font-family: var(--serif); font-weight: 200; font-style: italic;
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  color: rgba(240,236,226,0.65); line-height: 1.6; margin-bottom: 1.5rem;
}
.pq-text em { font-style: normal; color: var(--ds2-crimson); }
.pq-attr {
  font-family: var(--mono); font-size: 0.5rem;
  letter-spacing: 0.4em; text-transform: uppercase;
  color: rgba(88,136,168,0.38);
}

.body-writing {
  display: grid; grid-template-columns: 1fr 1fr; gap: 6rem;
  margin-top: 4rem;
}
.bw-label {
  font-family: var(--mono); font-size: 0.5rem;
  letter-spacing: 0.38em; text-transform: uppercase;
  color: var(--ds2-crimson); opacity: 0.6;
  margin-bottom: 1.5rem;
  display: flex; align-items: center; gap: 0.8rem;
}
.bw-label::after {
  content: ''; width: 30px; height: 1px;
  background: rgba(192,20,24,0.25);
}
.bw-text {
  font-family: var(--serif); font-size: 1.4rem; font-weight: 300;
  line-height: 1.95; color: rgba(240,236,226,0.42);
}
.bw-text p + p { margin-top: 1.2rem; }
.bw-text em { font-style: italic; color: rgba(240,236,226,0.65); }
.bw-text strong { font-weight: 400; color: rgba(240,236,226,0.6); }

.inline-quote {
  margin: 2rem 0;
  padding: 0 0 0 1.8rem;
  border-left: 1px solid rgba(212,146,14,0.3);
  font-family: var(--serif); font-size: 1.1rem; font-weight: 200;
  font-style: italic; color: rgba(240,236,226,0.5); line-height: 1.7;
}

/* Index-only motion (reveal / riseIn / blink live in style.css) */
@keyframes rotateSlow { from{transform:rotate(0deg)} to{transform:rotate(360deg)} }
@keyframes pulseGlow { 0%,100%{opacity:0.8} 50%{opacity:1} }

.spin-slow { animation: rotateSlow 40s linear infinite; transform-origin: center; }
.spin-rev  { animation: rotateSlow 28s linear infinite reverse; transform-origin: center; }
.pulse     { animation: pulseGlow 4s ease-in-out infinite; }
