/* Home / story page — Data Maturity Pyramid, plumbing, ladder, taglines.
   Relies on tokens.css for variables and styles.css for .btn/.logo/.eyebrow.
   Loaded only on index.html. */

.hwrap { max-width: 1160px; margin: 0 auto; padding: 0 32px; }
.nav-inner, .footer-inner { max-width: 1160px; }

.rule { height: 1px; background: rgba(255,255,255,0.12); margin: 0; }

/* ---- Hero ---- */
.hero { padding: 88px 0 64px; }
.hero .eyebrow { margin-bottom: 24px; color: rgba(220,220,242,0.65); }
.hero h1 { font-size: 68px; line-height: 72px; font-weight: 500; letter-spacing: -0.02em; color: #fff; margin: 0 0 24px; max-width: 15ch; }
.hero h1 .tm { font-size: 26px; vertical-align: super; color: var(--rodan-lavender); font-weight: 400; }
.hero .sub { font-size: 18px; line-height: 28px; color: rgba(255,255,255,0.7); max-width: 62ch; margin: 0 0 36px; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---- Section shell ---- */
.section { padding: 88px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 52px; flex-wrap: wrap; }
.section-head .eyebrow { margin-bottom: 12px; }
.section-head h2 { font-size: 44px; line-height: 48px; font-weight: 500; letter-spacing: -0.015em; color: #fff; margin: 0; max-width: 20ch; }
.section-head .lede { font-size: 16px; line-height: 24px; color: rgba(255,255,255,0.6); max-width: 42ch; }

/* ---- Pyramid ---- */
.pyramid-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: start; }
.pyramid { display: flex; flex-direction: column; gap: 6px; }
.tier { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 24px; border-radius: var(--radius-2); margin: 0 auto; transition: outline-color var(--dur-base) var(--ease-standard), opacity var(--dur-base) var(--ease-standard); outline: 2px solid transparent; outline-offset: 2px; }
.tier .t-left { display: flex; align-items: center; gap: 16px; min-width: 0; }
.tier .t-num { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; opacity: 0.7; font-variant-numeric: tabular-nums; }
.tier .t-name { font-size: 20px; font-weight: 500; line-height: 26px; letter-spacing: -0.005em; }
.tier .t-q { font-size: 13px; line-height: 18px; text-align: right; opacity: 0.72; max-width: 24ch; }
.tier[data-level="5"] { width: 56%; background: var(--rodan-lavender); color: var(--rodan-navy); }
.tier[data-level="4"] { width: 67%; background: var(--data-2); color: #fff; }
.tier[data-level="3"] { width: 78%; background: var(--data-3); color: #fff; }
.tier[data-level="2"] { width: 89%; background: var(--data-4); color: #fff; }
.tier[data-level="1"] { width: 100%; background: var(--rodan-navy-elev); color: #fff; border: 1px solid rgba(255,255,255,0.14); }
.tier.dim { opacity: 0.45; }
.tier.hot { outline-color: rgba(255,255,255,0.85); }
.tier[data-level="5"].hot { outline-color: var(--rodan-navy); }

.pyramid-foot { display: flex; gap: 28px; margin-top: 20px; }
.pyramid-foot .pf { font-size: 12px; color: rgba(255,255,255,0.5); line-height: 18px; max-width: 30ch; }
.pyramid-foot .pf b { color: rgba(255,255,255,0.82); font-weight: 500; }

.detail { display: flex; flex-direction: column; }
.drow { display: grid; grid-template-columns: 34px 1fr; gap: 16px; padding: 20px 0 20px 16px; border-top: 1px solid rgba(255,255,255,0.12); border-left: 2px solid transparent; transition: border-left-color var(--dur-base) var(--ease-standard), background var(--dur-base) var(--ease-standard); }
.drow:last-child { border-bottom: 1px solid rgba(255,255,255,0.12); }
.drow.hot { border-left-color: var(--rodan-lavender); background: rgba(220,220,242,0.04); }
.drow .r-num { font-size: 12px; color: rgba(255,255,255,0.4); font-variant-numeric: tabular-nums; padding-top: 3px; }
.drow h3 { font-size: 18px; font-weight: 500; color: #fff; margin: 0 0 8px; }
.drow .r-stuck { font-size: 13px; line-height: 20px; color: rgba(255,255,255,0.6); margin: 0 0 10px; }
.drow .r-deliver { font-size: 14px; line-height: 20px; color: rgba(255,255,255,0.82); margin: 0; }
.drow .r-deliver .cap { color: rgba(255,255,255,0.45); }
.drow .r-step { display: inline-block; margin-top: 12px; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--rodan-lavender); border: 1px solid rgba(220,220,242,0.35); border-radius: var(--radius-1); padding: 4px 8px; }

/* ---- Own the plumbing ---- */
.plumbing { background: var(--rodan-navy-quiet); }
.plumbing .hwrap { padding-top: 88px; padding-bottom: 88px; }
.plumb-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 40px; }
.plumb { border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius-2); background: var(--rodan-navy-elev); padding: 32px; }
.plumb .p-ico { width: 44px; height: 44px; border-radius: var(--radius-2); border: 1px solid rgba(255,255,255,0.14); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; color: var(--rodan-lavender); }
.plumb .p-ico svg { width: 22px; height: 22px; }
.plumb h3 { font-size: 24px; font-weight: 500; color: #fff; margin: 0 0 10px; }
.plumb p { font-size: 15px; line-height: 22px; color: rgba(255,255,255,0.65); margin: 0; }
.plumb .p-tag { display: inline-block; margin-top: 16px; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.5); }

/* ---- Ladder ---- */
.ladder { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-2); overflow: hidden; }
.step { background: var(--rodan-navy-elev); padding: 28px 22px; position: relative; border-right: 1px solid rgba(255,255,255,0.12); }
.step:last-child { border-right: 0; }
.step .s-ico { width: 40px; height: 40px; border-radius: var(--radius-2); border: 1px solid rgba(255,255,255,0.14); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: var(--rodan-lavender); }
.step .s-ico svg { width: 20px; height: 20px; }
.step .s-ix { font-size: 12px; color: rgba(255,255,255,0.4); font-variant-numeric: tabular-nums; margin-bottom: 6px; }
.step h4 { font-size: 18px; font-weight: 500; color: #fff; margin: 0 0 8px; }
.step p { font-size: 13px; line-height: 19px; color: rgba(255,255,255,0.6); margin: 0; }
.step .s-tag { position: absolute; top: 24px; right: 22px; font-size: 11px; color: rgba(255,255,255,0.4); }
.step.free .s-tag { color: var(--data-pos); }

/* ---- Promise (light) ---- */
.promise { background: #fff; }
.promise .hwrap { padding-top: 88px; padding-bottom: 88px; }
.promise .eyebrow { color: #4A4B66; margin-bottom: 28px; }
.promise .lines { display: flex; flex-direction: column; gap: 6px; }
.promise .lines span { font-size: 54px; line-height: 62px; font-weight: 500; letter-spacing: -0.02em; color: var(--rodan-navy); }
.promise .lines span .mut { color: var(--rodan-lavender-300); }
.promise .foot { margin-top: 36px; font-size: 16px; line-height: 24px; color: #4A4B66; max-width: 60ch; }

/* ---- Scorecard teaser ---- */
.teaser-grid { display: grid; grid-template-columns: 1fr 380px; gap: 56px; align-items: center; }
.teaser-copy p { font-size: 16px; line-height: 24px; color: rgba(255,255,255,0.72); margin: 0 0 20px; }
.teaser-copy .cta-row { margin-top: 28px; }
.teaser-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-2); overflow: hidden; }
.teaser-list li { background: var(--rodan-navy-elev); padding: 18px 20px; display: flex; gap: 14px; align-items: flex-start; font-size: 14px; line-height: 20px; color: rgba(255,255,255,0.78); }
.teaser-list li svg { width: 18px; height: 18px; color: var(--rodan-lavender); flex: none; margin-top: 1px; }
.teaser-list li b { color: #fff; font-weight: 500; }

/* ---- Close ---- */
.close { padding: 88px 0; text-align: center; }
.close h2 { font-size: 42px; line-height: 48px; font-weight: 500; letter-spacing: -0.015em; color: #fff; margin: 0 auto 20px; max-width: 20ch; }
.close p { font-size: 17px; line-height: 26px; color: rgba(255,255,255,0.65); max-width: 56ch; margin: 0 auto 32px; }
.close .cta-row { justify-content: center; }

@media (max-width: 960px) {
  .pyramid-grid, .teaser-grid, .plumb-grid { grid-template-columns: 1fr; gap: 32px; }
  .ladder { grid-template-columns: 1fr 1fr; }
  .step { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .hero h1 { font-size: 48px; line-height: 52px; }
  .promise .lines span { font-size: 36px; line-height: 42px; }
  .tier[data-level] { width: 100% !important; }
  .tier .t-q { display: none; }
  .section-head h2 { font-size: 34px; line-height: 40px; }
}
