/* Tekio home page sections */

/* ───── NAV ───── */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(5,10,15,0.78); backdrop-filter: blur(14px) saturate(140%); -webkit-backdrop-filter: blur(14px) saturate(140%); border-bottom: 0.5px solid var(--hair); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 32px; gap: 24px; }
.nav__brand { display: flex; align-items: center; gap: 10px; }
.nav__mark { width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; }
.nav__mark svg { width: 100%; height: 100%; }
.nav__wordmark { font-family: var(--font-serif); font-size: 22px; letter-spacing: -0.02em; color: var(--text); }

.nav__links { display: flex; gap: 28px; }
.nav__links a { font-size: 13px; color: var(--muted); transition: color 200ms var(--ease); }
.nav__links a:hover { color: var(--text); }

.nav__cta { display: flex; align-items: center; gap: 14px; }
.nav__investor { font-size: 13px; color: var(--text); padding: 10px 16px; border-radius: 999px; border: 0.5px solid var(--hair-hi); transition: background 200ms var(--ease); }
.nav__investor:hover { background: rgba(255,255,255,0.05); }

.nav__menu { display: none; }

@media (max-width: 980px) {
  .nav__links, .nav__cta { display: none; }
  .nav__menu { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 999px; border: 0.5px solid var(--hair-hi); color: var(--text); }
  .nav__mobile { padding: 16px 32px 24px; display: flex; flex-direction: column; gap: 12px; border-top: 0.5px solid var(--hair); background: var(--bg); }
  .nav__mobile a { color: var(--text); font-size: 16px; }
}

/* ───── COUNTDOWN ───── */
.countdown { background: linear-gradient(180deg, rgba(240,188,74,0.04), transparent); border-bottom: 0.5px solid var(--hair); }
.countdown__inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 32px; flex-wrap: wrap; gap: 12px; }
.countdown__label { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.countdown__pulse { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 0 rgba(240,188,74,0.6); animation: pulse 2.4s ease-out infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(240,188,74,0.5); } 80%,100% { box-shadow: 0 0 0 8px rgba(240,188,74,0); } }
.countdown__time { display: inline-flex; gap: 14px; font-size: 12px; color: var(--text); }
.countdown__time span { display: inline-flex; align-items: baseline; gap: 2px; }
.countdown__time b { font-weight: 600; font-feature-settings: 'tnum' 1; min-width: 22px; text-align: right; }
.countdown__time i { color: var(--dim); font-style: normal; font-size: 10px; }

/* ───── HERO — generous breathing room, restrained crowd ───── */
.hero { position: relative; overflow: hidden; padding: 84px 0 96px; }
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(50% 60% at 70% 0%, rgba(240,188,74,0.08), transparent 70%),
    radial-gradient(40% 50% at 0% 50%, rgba(240,188,74,0.04), transparent 70%);
}
.hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--hair-gold), transparent);
}
.hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; position: relative; }
@media (max-width: 1080px) { .hero__grid { grid-template-columns: minmax(0, 1fr); gap: 44px; } }

.hero__copy { max-width: 580px; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 6px 12px 6px 8px; border-radius: 999px; border: 0.5px solid var(--hair-gold); background: var(--gold-tint); margin-bottom: 24px; }
.hero__eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px var(--gold); }

.hero__title { font-size: clamp(56px, 8vw, 96px); line-height: 0.96; letter-spacing: -0.03em; color: var(--text); }
.hero__title-em { background: linear-gradient(180deg, #F7D27A 0%, #F0BC4A 50%, #C99326 100%); -webkit-background-clip: text; background-clip: text; color: transparent; font-style: italic; }

.hero__lede { margin-top: 28px; font-size: 18px; line-height: 1.7; color: var(--text-soft); max-width: 54ch; text-wrap: pretty; }
.hero__lede-em { color: var(--text); }
.hero__audience { margin-top: 16px; font-size: 14.5px; line-height: 1.6; color: var(--muted); max-width: 46ch; }

.hero__cta { display: flex; gap: 12px; margin-top: 40px; flex-wrap: wrap; }

.hero__valueline {
  display: inline-flex; align-items: center; gap: 12px;
  margin-top: 36px;
  font-family: var(--font-serif);
  font-size: 18px; letter-spacing: -0.01em;
  color: var(--text);
  font-style: italic;
}
.hero__valueline-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px rgba(240,188,74,0.6);
}

.hero__split { margin-top: 56px; padding-top: 28px; border-top: 0.5px solid var(--hair); display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.hero__split-card { display: flex; flex-direction: column; gap: 8px; padding: 18px 24px 18px 0; position: relative; transition: transform 220ms var(--ease); }
.hero__split-card + .hero__split-card { padding-left: 24px; border-left: 0.5px solid var(--hair); }
.hero__split-card:hover { transform: translateX(2px); }
.hero__split-card:hover .hero__split-arrow { color: var(--gold); transform: translateX(4px); }
.hero__split-line { font-size: 14px; line-height: 1.5; color: var(--text); }
.hero__split-arrow { position: absolute; top: 18px; right: 0; color: var(--dim); font-size: 16px; transition: all 220ms var(--ease); }
.hero__split-card + .hero__split-card .hero__split-arrow { right: 0; }

@media (max-width: 600px) {
  .hero__split { grid-template-columns: 1fr; }
  .hero__split-card + .hero__split-card { padding-left: 0; padding-top: 18px; border-left: 0; border-top: 0.5px solid var(--hair); }
}

/* Phones in hero */
.hero__visual { position: relative; }
.hero__phones {
  position: relative;
  display: flex; justify-content: center; align-items: center;
  min-height: 580px;
}
.hero__phones--pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: end;
  padding: 0 4px;
  min-height: 0;
}
.hero__phone-cell { display: flex; justify-content: center; }
.hero__phone-cell:nth-child(1) { transform: rotate(-2deg) translateY(-6px); }
.hero__phone-cell:nth-child(2) { transform: rotate(2deg) translateY(10px); }

.hero__visual-meta {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 22px;
  padding: 0 8px;
  font-size: 11px;
  color: var(--dim);
  text-align: center;
}

@media (max-width: 1080px) {
  .hero__phones--pair { max-width: 600px; margin: 0 auto; }
}
@media (max-width: 640px) {
  .hero__phones--pair { zoom: 0.8; gap: 12px; }
}
@media (max-width: 540px) {
  .hero__phones--pair { zoom: 0.62; gap: 10px; }
  .hero__phone-cell:nth-child(1) { transform: rotate(-1.5deg); }
  .hero__phone-cell:nth-child(2) { transform: rotate(1.5deg); }
}

/* ───── SIGNAL STRIP ───── */
.strip { padding: 72px 0; border-top: 0.5px solid var(--hair); border-bottom: 0.5px solid var(--hair); background: var(--surface-1); }
.strip__head { display: flex; align-items: baseline; gap: 16px; margin-bottom: 28px; flex-wrap: wrap; }
.strip__head-line { font-family: var(--font-serif); font-size: 22px; color: var(--text); letter-spacing: -0.02em; }
.strip__rail { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; border-top: 0.5px solid var(--hair); }
@media (max-width: 980px) { .strip__rail { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 580px) { .strip__rail { grid-template-columns: repeat(2, 1fr); } }
.strip__cell { padding: 22px 16px 22px 0; border-right: 0.5px solid var(--hair); }
.strip__cell:last-child { border-right: 0; }
.strip__cell:nth-child(n+1) { padding-left: 16px; }
.strip__cell:first-child { padding-left: 0; }
@media (max-width: 980px) {
  .strip__cell:nth-child(3n) { border-right: 0; }
  .strip__cell:nth-child(n+4) { border-top: 0.5px solid var(--hair); padding-top: 22px; margin-top: 0; }
}
@media (max-width: 580px) {
  .strip__cell { padding-left: 16px !important; }
  .strip__cell:nth-child(2n) { border-right: 0; }
  .strip__cell:nth-child(n+3) { border-top: 0.5px solid var(--hair); }
}

.strip__k { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--dim); font-weight: 500; }
.strip__v { font-family: var(--font-serif); font-size: 28px; color: var(--text); margin-top: 8px; line-height: 1; letter-spacing: -0.02em; }
.strip__d { font-size: 11px; margin-top: 10px; color: var(--muted); font-family: var(--font-mono); letter-spacing: 0.02em; }
.strip__d--down { color: #E89A8A; }
.strip__d--up { color: #9BD8A4; }

/* ───── WHAT YOU GET ───── */
.get { padding: 96px 0; }
.get__head { max-width: 760px; margin-bottom: 64px; }
.get__head .eyebrow { display: block; margin-bottom: 12px; }
.get__title { font-size: clamp(36px, 5vw, 56px); color: var(--text); line-height: 1.05; }

.get__rows { display: grid; gap: 0; }
.get__row { display: grid; grid-template-columns: 80px 1fr 2fr; gap: 32px; align-items: baseline; padding: 40px 0; border-top: 0.5px solid var(--hair); }
.get__row:last-child { border-bottom: 0.5px solid var(--hair); }
.get__n { font-size: 11px; letter-spacing: 0.14em; color: var(--gold); padding-top: 6px; }
.get__row-title { font-size: clamp(22px, 2.6vw, 32px); color: var(--text); line-height: 1.15; letter-spacing: -0.02em; }
.get__row-body { font-size: 16px; line-height: 1.7; color: var(--muted); }
.get__row-body { max-width: 560px; }

@media (max-width: 760px) {
  .get__row { grid-template-columns: 60px 1fr; gap: 16px; }
  .get__row-body { grid-column: 1 / -1; }
}

/* ───── LOOP ───── */
.loop { padding: 96px 0; border-top: 0.5px solid var(--hair); background: linear-gradient(180deg, var(--surface-1), transparent); }
.loop__head { max-width: 880px; margin-bottom: 64px; }
.loop__head .eyebrow { display: block; margin-bottom: 12px; }
.loop__title { font-size: clamp(32px, 4.5vw, 52px); line-height: 1.05; color: var(--text); }
.loop__title-soft { color: var(--muted); }

.loop__board { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 0; align-items: stretch; padding: 32px 0; border-top: 0.5px solid var(--hair); border-bottom: 0.5px solid var(--hair); position: relative; }
.loop__board::before, .loop__board::after { content: ""; position: absolute; left: 0; right: 0; height: 1px; }
.loop__board::before { top: -0.5px; background: linear-gradient(90deg, transparent, var(--hair-gold), transparent); }

.loop__node { padding: 8px 28px 8px 0; }
.loop__n { font-size: 10px; letter-spacing: 0.18em; color: var(--gold); font-weight: 600; }
.loop__node-title { font-size: 22px; margin-top: 10px; color: var(--text); letter-spacing: -0.02em; }
.loop__node-body { font-size: 14px; line-height: 1.6; color: var(--muted); margin-top: 8px; }

.loop__arrow { width: 60px; display: flex; align-items: center; }

@media (max-width: 1080px) {
  .loop__board { grid-template-columns: 1fr 1fr; gap: 0; }
  .loop__node { border-bottom: 0.5px solid var(--hair); border-right: 0.5px solid var(--hair); padding: 24px; }
  .loop__node:nth-child(even) { border-right: 0; }
  .loop__node:nth-last-child(-n+2) { border-bottom: 0; }
  .loop__arrow { display: none; }
}
@media (max-width: 600px) {
  .loop__board { grid-template-columns: 1fr; }
  .loop__node { border-right: 0; padding: 20px 0; }
  .loop__node:not(:last-child) { border-bottom: 0.5px solid var(--hair); }
}

.loop__caption { margin-top: 28px; font-size: 14px; color: var(--muted); }
.loop__caption-link { color: var(--gold); transition: color 200ms var(--ease); }
.loop__caption-link:hover { color: var(--gold-hi); }

/* ───── WHO IT'S FOR ───── */
.who { padding: 96px 0; }
.who__head { max-width: 760px; margin-bottom: 56px; }
.who__head .eyebrow { display: block; margin-bottom: 12px; }
.who__title { font-size: clamp(32px, 4.5vw, 52px); line-height: 1.05; color: var(--text); }
.who__sub { margin-top: 18px; font-size: 16px; line-height: 1.7; color: var(--muted); max-width: 620px; }

.who__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--hair); border: 0.5px solid var(--hair); border-radius: 18px; overflow: hidden; }
@media (max-width: 760px) { .who__grid { grid-template-columns: 1fr; } }
.who__card { background: var(--bg); padding: 36px 32px; display: flex; flex-direction: column; gap: 16px; transition: background 220ms var(--ease); }
.who__card:hover { background: var(--surface-1); }
.who__card-top { display: flex; justify-content: space-between; align-items: center; }
.who__tag { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.who__rank { font-size: 11px; color: var(--dim); letter-spacing: 0.14em; }
.who__card-title { font-size: clamp(22px, 2.6vw, 28px); color: var(--text); line-height: 1.2; }
.who__card-body { font-size: 15px; line-height: 1.6; color: var(--muted); }
.who__stat { margin-top: auto; padding-top: 20px; border-top: 0.5px solid var(--hair); display: flex; align-items: baseline; gap: 12px; }
.who__stat-num { font-size: 36px; color: var(--gold); letter-spacing: -0.02em; line-height: 1; }
.who__stat-lbl { font-size: 12px; color: var(--dim); letter-spacing: 0.06em; }

/* ───── FOUNDER ───── */
.founder { padding: 96px 0; border-top: 0.5px solid var(--hair); background: linear-gradient(180deg, var(--warm-dark) 0%, var(--bg) 100%); }
.founder__inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; }
@media (max-width: 980px) { .founder__inner { grid-template-columns: 1fr; gap: 40px; } }

.founder__copy .eyebrow { display: block; margin-bottom: 24px; }
.founder__quote { font-size: clamp(28px, 3.6vw, 42px); line-height: 1.2; color: var(--text); letter-spacing: -0.02em; quotes: """ """; max-width: 780px; }
.founder__quote::before { content: open-quote; color: var(--gold); margin-right: 4px; }
.founder__quote::after { content: close-quote; color: var(--gold); }
.founder__body { margin-top: 28px; font-size: 17px; line-height: 1.7; color: var(--muted); max-width: 640px; }
.founder__sig { margin-top: 32px; padding-top: 20px; border-top: 0.5px solid var(--hair); display: flex; gap: 12px; align-items: baseline; }
.founder__sig-name { font-size: 14px; color: var(--text); font-weight: 500; }
.founder__sig-role { font-size: 13px; color: var(--dim); }

.founder__aside { padding: 28px; border: 0.5px solid var(--hair); border-radius: 18px; background: rgba(255,255,255,0.02); align-self: start; display: flex; flex-direction: column; gap: 22px; }
.founder__aside-row { display: flex; flex-direction: column; gap: 4px; padding-bottom: 18px; border-bottom: 0.5px solid var(--hair); }
.founder__aside-row:last-of-type { border-bottom: 0; padding-bottom: 0; }
.founder__aside-row .eyebrow-dim { margin-bottom: 4px; }
.founder__aside-name { font-size: 15px; color: var(--text); font-weight: 500; }
.founder__aside-role { font-size: 13px; color: var(--muted); }
.founder__aside-foot { font-size: 13px; line-height: 1.6; color: var(--muted); padding-top: 18px; border-top: 0.5px solid var(--hair); font-style: italic; }

/* ───── VOICES ───── */
.voices { padding: 96px 0; border-top: 0.5px solid var(--hair); }
.voices__head { max-width: 760px; margin-bottom: 56px; }
.voices__head .eyebrow { display: block; margin-bottom: 12px; }
.voices__title { font-size: clamp(32px, 4.5vw, 52px); line-height: 1.05; color: var(--text); }

.voices__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 980px) { .voices__grid { grid-template-columns: 1fr; } }

.voices__card { background: var(--surface-1); border: 0.5px solid var(--hair); border-radius: 18px; padding: 28px; display: flex; flex-direction: column; gap: 20px; }
.voices__cohort { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.voices__q { font-size: 19px; line-height: 1.45; color: var(--text); flex: 1; letter-spacing: -0.01em; }
.voices__open, .voices__close { color: var(--gold); font-size: 24px; line-height: 1; }
.voices__open { margin-right: 2px; }
.voices__cap { display: flex; flex-direction: column; gap: 4px; padding-top: 20px; border-top: 0.5px solid var(--hair); }
.voices__name { font-size: 14px; color: var(--text); font-weight: 500; }
.voices__role { font-size: 12px; color: var(--muted); }

/* ───── ORG ───── */
.org { padding: 96px 0; border-top: 0.5px solid var(--hair); background: var(--surface-1); }
.org__inner { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 56px; align-items: center; }
@media (max-width: 1080px) { .org__inner { grid-template-columns: 1fr; gap: 48px; } }

.org__copy .eyebrow { display: block; margin-bottom: 16px; }
.org__title { font-size: clamp(28px, 4vw, 44px); line-height: 1.1; color: var(--text); max-width: 540px; }
.org__body { margin-top: 20px; font-size: 16px; line-height: 1.7; color: var(--muted); max-width: 560px; }
.org__points { margin: 28px 0 32px; list-style: none; display: flex; flex-direction: column; gap: 14px; }
.org__points li { display: flex; gap: 14px; align-items: flex-start; font-size: 15px; line-height: 1.55; color: var(--text-soft); }
.org__bullet { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); margin-top: 8px; flex-shrink: 0; }

/* Org diagram */
.orgd { display: grid; grid-template-columns: 1fr 1.1fr 1fr; gap: 24px; align-items: center; padding: 28px; background: var(--bg); border: 0.5px solid var(--hair); border-radius: 20px; min-height: 380px; position: relative; }
@media (max-width: 720px) { .orgd { grid-template-columns: 1fr; } .orgd__center { order: -1; } }

.orgd__col { display: flex; flex-direction: column; gap: 8px; }
.orgd__col .eyebrow-dim { margin-bottom: 6px; }
.orgd__chip { padding: 10px 14px; border: 0.5px solid var(--hair-hi); border-radius: 10px; font-size: 13px; color: var(--text-soft); background: rgba(255,255,255,0.02); }

.orgd__center { display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; padding: 16px; }
.orgd__hub { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 24px; border: 0.5px solid var(--hair-gold); border-radius: 999px; background: radial-gradient(circle, var(--gold-tint), transparent); position: relative; z-index: 2; }
.orgd__hub-label { font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.orgd__lines { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-around; padding: 20px 0; pointer-events: none; }
.orgd__line { width: 100%; height: 14px; }

.orgd__plan { display: flex; flex-direction: column; gap: 0; border: 0.5px solid var(--hair); border-radius: 12px; overflow: hidden; }
.orgd__plan-row { display: flex; align-items: center; gap: 10px; padding: 12px 14px; font-size: 13px; color: var(--text); border-bottom: 0.5px solid var(--hair); background: var(--surface-1); }
.orgd__plan-row:last-child { border-bottom: 0; }
.orgd__plan-row .mono { font-size: 10px; color: var(--gold); letter-spacing: 0.1em; }
.orgd__plan-tag { margin-left: auto; font-size: 10px; color: var(--dim); letter-spacing: 0.06em; text-transform: uppercase; }

/* ───── CTA BLOCK ───── */
.ctas { padding: 96px 0; border-top: 0.5px solid var(--hair); }
.ctas__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 0.5px solid var(--hair); border-radius: 20px; overflow: hidden; }
@media (max-width: 980px) { .ctas__grid { grid-template-columns: 1fr; } }
.ctas__card { display: flex; flex-direction: column; gap: 14px; padding: 36px 32px; background: var(--bg); border-right: 0.5px solid var(--hair); transition: background 220ms var(--ease); }
.ctas__card:last-child { border-right: 0; }
.ctas__card:hover { background: var(--surface-1); }
@media (max-width: 980px) { .ctas__card { border-right: 0; border-bottom: 0.5px solid var(--hair); } .ctas__card:last-child { border-bottom: 0; } }

.ctas__card .eyebrow { display: block; }
.ctas__title { font-size: clamp(22px, 2.4vw, 28px); color: var(--text); line-height: 1.15; }
.ctas__body { font-size: 15px; line-height: 1.6; color: var(--muted); flex: 1; }
.ctas__cta { font-size: 14px; color: var(--gold); padding-top: 12px; border-top: 0.5px solid var(--hair); margin-top: 8px; transition: gap 220ms var(--ease); }
.ctas__cta em { font-style: normal; transition: margin 220ms var(--ease); }
.ctas__card:hover .ctas__cta em { margin-left: 8px; }

/* ───── FOOTER ───── */
.foot { padding: 80px 0 32px; border-top: 0.5px solid var(--hair); background: var(--surface-1); }
.foot__inner { display: grid; grid-template-columns: 1.3fr 2.5fr; gap: 56px; padding-bottom: 56px; border-bottom: 0.5px solid var(--hair); }
@media (max-width: 980px) { .foot__inner { grid-template-columns: 1fr; gap: 40px; } }
.foot__brand { display: flex; align-items: center; gap: 14px; }
.foot__mark { width: 40px; height: 40px; }
.foot__wordmark { font-size: 24px; color: var(--text); letter-spacing: -0.02em; }
.foot__tag { font-size: 13px; color: var(--muted); margin-top: 2px; }

.foot__cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
@media (max-width: 720px) { .foot__cols { grid-template-columns: 1fr 1fr; } }
.foot__cols > div { display: flex; flex-direction: column; gap: 10px; }
.foot__cols .eyebrow-dim { margin-bottom: 6px; }
.foot__cols a { font-size: 14px; color: var(--text-soft); transition: color 200ms var(--ease); }
.foot__cols a:hover { color: var(--gold); }

.foot__base { display: flex; justify-content: space-between; padding-top: 28px; gap: 16px; flex-wrap: wrap; font-size: 12px; color: var(--dim); }
