/* ============================================================
   Three Shelves Company Profile — additions to base deck-styles
   Reuses h-stamp, h-bracket, accent-bar, frag, proof-tile, etc.
   Adds: portfolio cards, product workflow rails, ecosystem loop,
   principles grid.
   ============================================================ */

/* ----- SLIDE 02 — Who we are ----- */
.s-about .frame {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  height: 100%;
}
.s-about .lhs {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.s-about .lhs .lead {
  margin-top: 28px;
  font-family: var(--font-body);
  font-size: 22px;
  line-height: 1.5;
  color: var(--n-700);
  max-width: 580px;
  text-wrap: pretty;
}
.s-about .lhs .signature {
  margin-top: auto;
  padding-top: 32px;
  border-top: 1.5px solid var(--hairline);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-wrap: balance;
}
.s-about .lhs .signature em {
  font-style: normal;
  color: var(--violet);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-content: start;
  padding-top: 28px;
}
.about-tile {
  background: var(--bg-elev);
  border-radius: var(--r-lg);
  padding: 24px 26px;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 168px;
}
.about-tile .ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(124, 92, 252, 0.1);
  color: var(--violet);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.about-tile .ico svg {
  width: 22px;
  height: 22px;
  stroke-width: 2;
}
.about-tile .ttl {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.015em;
  line-height: 1.15;
  color: var(--ink);
}
.about-tile .body-text {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.45;
  color: var(--n-700);
  margin-top: auto;
}

/* ----- SLIDE 04 — Portfolio (3 product cards) ----- */
.s-portfolio .hh {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: var(--s-7);
}
.s-portfolio .hh .ttl {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 60px;
  line-height: 1.04;
  letter-spacing: -0.022em;
  color: var(--ink);
  text-wrap: balance;
  max-width: 1100px;
}
.s-portfolio .hh .ttl em {
  font-style: normal;
  color: var(--violet);
}
.s-portfolio .hh .lead {
  font-family: var(--font-body);
  font-size: 19px;
  line-height: 1.5;
  color: var(--n-700);
  max-width: 460px;
  padding-bottom: 0;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  flex: 1;
}
.product-card {
  background: var(--bg-elev);
  border-radius: var(--r-lg);
  padding: 36px 32px;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
.product-card .pc-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.product-card .pc-mark {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--ink);
}
.product-card .pc-mark .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--violet);
  margin-left: 4px;
  vertical-align: 0.18em;
}
.product-card .pc-cat {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-soft);
  text-align: right;
  line-height: 1.4;
  max-width: 140px;
}
.product-card .pc-purpose {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--ink);
  text-wrap: balance;
}
.product-card .pc-body {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.5;
  color: var(--n-700);
}
.product-card .pc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--hairline);
}
.product-card .pc-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--fg-muted);
  padding: 5px 10px;
  background: var(--bg-muted);
  border-radius: 999px;
}
/* hero card variant (middle: ONE) */
.product-card.is-hero {
  background: var(--ink);
  color: var(--paper);
  box-shadow:
    0 32px 64px -16px rgba(124, 92, 252, 0.18),
    0 8px 16px rgba(20, 20, 20, 0.08);
}
.product-card.is-hero .pc-mark {
  color: var(--paper);
}
.product-card.is-hero .pc-mark .dot {
  background: var(--lime);
}
.product-card.is-hero .pc-cat {
  color: var(--lime);
}
.product-card.is-hero .pc-purpose {
  color: var(--paper);
}
.product-card.is-hero .pc-body {
  color: #bfbfbf;
}
.product-card.is-hero .pc-tags {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.product-card.is-hero .pc-tag {
  background: rgba(255, 255, 255, 0.06);
  color: #bfbfbf;
}

/* ----- SLIDE 05 / 06 / 07 — Product workflow rails ----- */
.s-product .head-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: end;
  margin-bottom: var(--s-6);
}
.s-product .head-row .module-ttl-x {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: -0.022em;
  color: var(--ink);
  margin-top: 16px;
  text-wrap: balance;
}
.s-product .head-row .module-ttl-x em {
  font-style: normal;
  color: var(--violet);
}
.s-product .head-row .lead-x {
  font-family: var(--font-body);
  font-size: 19px;
  line-height: 1.5;
  color: var(--n-700);
  max-width: 580px;
  padding-bottom: 8px;
}

.s-product .body-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  flex: 1;
  align-items: stretch;
}

.workflow-card {
  background: var(--bg-elev);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-card);
  padding: 28px 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.workflow-card .wf-h {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-soft);
  display: flex;
  align-items: center;
  gap: 10px;
}
.workflow-card .wf-h::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--violet);
}
.workflow-card .wf-rail {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wf-step {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px 16px;
  background: var(--bg-muted);
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  color: var(--ink);
  position: relative;
}
.wf-step .wf-i {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--bg-elev);
  color: var(--violet);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wf-step .wf-i svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}
.wf-step.is-final {
  background: var(--ink);
  color: var(--paper);
}
.wf-step.is-final .wf-i {
  background: var(--lime);
  color: var(--ink);
}
.wf-step + .wf-step::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 32px;
  width: 2px;
  height: 8px;
  background: var(--hairline);
}

.capability-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.capability-list .cap-h {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-soft);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
.capability-list .cap-h::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
}
.cap-row {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: start;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.45;
  color: var(--ink);
  padding: 10px 0;
  border-bottom: 1px solid var(--hairline);
}
.cap-row:last-child {
  border-bottom: none;
}
.cap-row .ck {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--violet);
  color: var(--paper);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.cap-row .ck svg {
  width: 12px;
  height: 12px;
  stroke-width: 2.5;
}
.cap-row .cap-text strong {
  font-weight: 600;
  color: var(--ink);
}

.product-outcome {
  margin-top: var(--s-4);
  background: var(--ink);
  color: var(--paper);
  border-radius: var(--r-lg);
  padding: 22px 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.product-outcome .o-lbl {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lime);
  white-space: nowrap;
  padding-right: 18px;
  border-right: 1px solid #2e2e2e;
}

/* ----- SLIDE 05 v2 — ONE operations workflow infographic ----- */
.s-one-v2 .head-row {
  margin-bottom: 24px;
}
.s-one-v2 .head-row .module-ttl-x {
  font-size: 44px;
  margin-top: 12px;
}
.s-one-v2 .head-row .lead-x {
  font-size: 17px;
  padding-bottom: 4px;
}

.one-workflow {
  background: linear-gradient(180deg, var(--bg-muted) 0%, var(--paper) 100%);
  border-radius: var(--r-xl);
  padding: 30px 36px;
  display: grid;
  grid-template-columns: 1fr 1fr 1.18fr 1fr;
  gap: 44px;
  position: relative;
  flex: 0 0 auto;
  min-height: 460px;
}
.ow-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 2;
}
.ow-col-h {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--n-700);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--hairline);
}
.ow-col-h .num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--violet);
  margin-right: 4px;
  line-height: 1;
}
.ow-col-h .label {
  flex: 1;
}
.ow-col-h .tag {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  text-transform: uppercase;
  font-weight: 700;
  margin-left: auto;
  line-height: 1;
}
.ow-node {
  background: var(--bg-elev);
  border-radius: 11px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14.5px;
  color: var(--ink);
  box-shadow: 0 4px 12px -4px rgba(20, 20, 20, 0.1);
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.ow-node svg,
.ow-node i {
  width: 17px;
  height: 17px;
  color: var(--violet);
  flex-shrink: 0;
  stroke-width: 2;
}
.ow-node.accent {
  border: 1.5px solid var(--violet);
  background: rgba(124, 92, 252, 0.04);
}
.ow-node.shopify {
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 6px 18px -4px rgba(20, 20, 20, 0.3);
}
.ow-node.shopify svg {
  color: var(--lime);
}
.ow-node.shopify .badge {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  padding: 3px 6px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  text-transform: uppercase;
  font-weight: 700;
}
.ow-node.final {
  background: var(--lime);
  color: var(--ink);
}
.ow-node.final svg {
  color: var(--ink);
}

/* simple arrow connectors between columns */
.ow-col:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid var(--violet);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  opacity: 0.55;
  z-index: 1;
}
.ow-col:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 1.5px;
  background: var(--violet);
  opacity: 0.35;
  z-index: 1;
}

/* capability strip below workflow */
.ow-caps {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.ow-cap {
  background: var(--bg-elev);
  border-radius: 10px;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  border: 1px solid var(--hairline);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ow-cap svg {
  width: 15px;
  height: 15px;
  color: var(--violet);
  flex-shrink: 0;
  stroke-width: 2.5;
}

/* ----- SLIDE — Clients / portfolio ----- */
.s-clients .hh {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: var(--s-5);
}
.s-clients .hh .ttl {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: -0.022em;
  color: var(--ink);
  max-width: 1100px;
  text-wrap: balance;
}
.s-clients .hh .ttl em {
  font-style: normal;
  color: var(--violet);
}
.s-clients .hh .lead {
  font-family: var(--font-body);
  font-size: 19px;
  line-height: 1.5;
  color: var(--n-700);
  max-width: 440px;
  padding-bottom: 6px;
}

/* logo strip */
.client-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 26px;
}
.logo-tile {
  background: var(--bg-elev);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-card);
  height: 132px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 24px;
  position: relative;
}
.logo-tile img {
  max-height: 61px;
  max-width: 73%;
  object-fit: contain;
}
.logo-tile.meri img {
  max-height: 87px;
  position: relative;
  top: -6px;
}
.logo-tile.kemei img {
  max-height: 77px;
  max-width: 68%;
  margin-bottom: -8px;
}
.logo-tile.aigenix img {
  max-height: 46px;
  max-width: 55%;
}
.logo-tile .cat {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-soft);
  position: absolute;
  bottom: 14px;
}

/* testimonials */
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  flex: 1;
}
.tq-card {
  background: var(--bg-elev);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-card);
  padding: 32px 30px 26px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.tq-card .quote-mark {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 72px;
  line-height: 0.5;
  color: var(--violet);
  opacity: 0.22;
  margin-bottom: 14px;
}
.tq-card.hero {
  background: var(--ink);
}
.tq-card.hero .quote-mark {
  color: var(--lime);
  opacity: 0.6;
}
.tq-card.clr-blue {
  border: 2px solid var(--ink);
}
.tq-card.clr-blue .quote em {
  color: var(--violet);
  font-weight: 600;
}
.tq-card.clr-violet {
  border: 2px solid var(--ink);
}
.tq-card.clr-violet .quote em {
  color: var(--violet);
  font-weight: 600;
}
.tq-card.clr-green {
  border: 2px solid var(--ink);
}
.tq-card.clr-green .quote em {
  color: var(--violet);
  font-weight: 600;
}
.tq-card .quote {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-wrap: pretty;
  flex: 1;
}
.tq-card.hero .quote {
  color: var(--paper);
}
.tq-card .quote em {
  font-style: normal;
  color: var(--violet);
  font-weight: 600;
}
.tq-card.hero .quote em {
  color: var(--lime);
}
.tq-card .attribution {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--hairline);
  display: flex;
  align-items: center;
  gap: 14px;
}
.tq-card.hero .attribution {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.tq-card .attribution .logo-chip {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 7px;
  box-shadow: 0 2px 8px rgba(20, 20, 20, 0.1);
}
.tq-card .attribution .logo-chip img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.tq-card .attribution .logo-chip.meri {
  padding: 0;
  overflow: hidden;
}
.tq-card .attribution .logo-chip.meri img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tq-card .attribution .who {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.tq-card .attribution .who .role {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
}
.tq-card.hero .attribution .who .role {
  color: var(--paper);
}
.tq-card .attribution .who .org {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--fg-soft);
}
.tq-card .product-tag {
  position: absolute;
  top: 26px;
  right: 28px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(124, 92, 252, 0.1);
  color: var(--violet);
  font-weight: 500;
}
.tq-card.hero .product-tag {
  background: rgba(198, 242, 78, 0.14);
  color: var(--lime);
}

/* ----- SLIDE 07 — SmartSlip horizontal flow ----- */
.s-smartslip .flow-h {
  margin-top: 8px;
  background: var(--bg-elev);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-card);
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.s-smartslip .flow-h .pf-h {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-soft);
}
.s-smartslip .pf-rail {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: stretch;
}
.s-smartslip .pf-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  position: relative;
  padding: 0 8px;
}
.s-smartslip .pf-step .ico {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(124, 92, 252, 0.1);
  color: var(--violet);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.s-smartslip .pf-step .ico svg {
  width: 26px;
  height: 26px;
  stroke-width: 2;
}
.s-smartslip .pf-step.is-final .ico {
  background: var(--lime);
  color: var(--ink);
}
.s-smartslip .pf-step .stp {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--n-500);
}
.s-smartslip .pf-step .ttl {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.005em;
  color: var(--ink);
  line-height: 1.2;
}
.s-smartslip .pf-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 28px;
  right: -10px;
  width: 20px;
  height: 2px;
  background: var(--hairline);
}

.s-smartslip .below {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}
.s-smartslip .below .col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.s-smartslip .below .col-h {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-soft);
  display: flex;
  align-items: center;
  gap: 10px;
}
.s-smartslip .below .col-h::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.s-smartslip .below .col.left .col-h::before {
  background: var(--violet);
}
.s-smartslip .below .col.right .col-h::before {
  background: var(--lime);
}
.s-smartslip .below .row {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  align-items: start;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.45;
  color: var(--ink);
  padding: 8px 0;
}
.s-smartslip .below .row .ck {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--violet);
  color: var(--paper);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
}
.s-smartslip .below .row .ck svg {
  width: 11px;
  height: 11px;
  stroke-width: 2.5;
}

/* ----- SLIDE 08 — Connected ecosystem (customer journey loop) ----- */
.s-ecosystem .hh {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: var(--s-5);
}
.s-ecosystem .hh .ttl {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: -0.022em;
  color: var(--ink);
  max-width: 1100px;
  text-wrap: balance;
}
.s-ecosystem .hh .ttl em {
  font-style: normal;
  color: var(--violet);
}
.s-ecosystem .hh .lead {
  font-family: var(--font-body);
  font-size: 19px;
  line-height: 1.5;
  color: var(--n-700);
  max-width: 460px;
  padding-bottom: 6px;
}

.loop {
  background: linear-gradient(180deg, var(--bg-muted) 0%, var(--paper) 100%);
  border-radius: var(--r-xl);
  padding: 40px 56px 36px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.loop .stages {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  position: relative;
  z-index: 2;
}
.loop .stage {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.loop .stage .phase {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-soft);
}
.loop .stage .owner {
  background: var(--bg-elev);
  border-radius: var(--r-lg);
  padding: 22px 24px;
  box-shadow: var(--shadow-card);
  display: flex;
  align-items: center;
  gap: 16px;
}
.loop .stage .owner .mark {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.loop .stage .owner .mark .dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--violet);
  margin-left: 2px;
  vertical-align: 0.22em;
}
.loop .stage .owner .role {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-soft);
  margin-top: 4px;
}
.loop .stage .owner-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.loop .stage .body-text {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.45;
  color: var(--n-700);
}

.loop .arc {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}
.loop .arc .span {
  height: 2px;
  background: var(--hairline);
  position: relative;
}
.loop .arc .span::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -4px;
  width: 0;
  height: 0;
  border-left: 8px solid var(--violet);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.loop .arc .glyph {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--violet);
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(124, 92, 252, 0.08);
  white-space: nowrap;
}

.loop .returns {
  margin-top: 28px;
  padding: 22px 28px;
  background: var(--ink);
  color: var(--paper);
  border-radius: var(--r-lg);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: center;
}
.loop .returns .lbl {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lime);
  padding-right: 22px;
  border-right: 1px solid #2e2e2e;
  white-space: nowrap;
}
.loop .returns .line {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.loop .returns .line em {
  font-style: normal;
  color: var(--lime);
}

/* ----- SLIDE 09 — Why us principles ----- */
.s-why .frame {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.s-why .lead {
  margin-top: 8px;
  font-family: var(--font-body);
  font-size: 22px;
  line-height: 1.5;
  color: #bfbfbf;
  max-width: 1100px;
  text-wrap: pretty;
}
.s-why .principles {
  margin-top: var(--s-7);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  flex: 1;
}
.principle {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--r-lg);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.principle .ico {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(198, 242, 78, 0.1);
  color: var(--lime);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.principle .ico svg {
  width: 26px;
  height: 26px;
  stroke-width: 2;
}
.principle .num-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--n-500);
}
.principle .ttl {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: -0.015em;
  color: var(--paper);
}
.principle .body-text {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
  color: #bfbfbf;
  margin-top: auto;
}

.s-why .closing-strip {
  margin-top: var(--s-5);
  padding: 22px 28px;
  background: var(--lime);
  color: var(--ink);
  border-radius: var(--r-lg);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
}
.s-why .closing-strip .lbl {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: 0.7;
  padding-right: 22px;
  border-right: 1.5px solid rgba(20, 20, 20, 0.2);
  white-space: nowrap;
}

/* ----- SLIDE 10 — Founder outlook ----- */
.s-founder .frame {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 80px;
  height: 100%;
  align-items: stretch;
}
.s-founder .lhs {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
}
.s-founder .eb {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: var(--s-5);
}
.s-founder .eb::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(198, 242, 78, 0.15);
}
.s-founder .quote-h {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 96px;
  line-height: 0.6;
  color: var(--lime);
  margin-bottom: 6px;
}
.s-founder .quote {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 44px;
  line-height: 1.18;
  letter-spacing: -0.022em;
  color: var(--paper);
  max-width: 1100px;
  text-wrap: balance;
}
.s-founder .quote em {
  font-style: normal;
  color: var(--lime);
}
.s-founder .signoff {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  gap: 18px;
}
.s-founder .signoff .name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--paper);
}
.s-founder .signoff .role {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--n-500);
}

.s-founder .rhs {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-self: stretch;
  justify-content: center;
}
.contact-block {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r-lg);
  padding: 24px 26px;
}
.contact-block .lbl {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--n-500);
  margin-bottom: 10px;
}
.contact-block .lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-block .line {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  font-size: 17px;
  color: var(--paper);
}
.contact-block .line svg {
  width: 18px;
  height: 18px;
  color: var(--lime);
  flex-shrink: 0;
}
.contact-block .line .v {
  font-family: var(--font-display);
  font-weight: 500;
}
.products-stack {
  margin-top: auto;
  background: rgba(198, 242, 78, 0.06);
  border: 1px solid rgba(198, 242, 78, 0.25);
  border-radius: var(--r-lg);
  padding: 22px 26px;
}
.products-stack .lbl {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 12px;
}
.products-stack .marks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--paper);
}
.products-stack .marks .sep {
  color: var(--n-500);
  font-weight: 400;
}
