
/* ---------- Stat tiles ---------- */
.exp-band { padding: clamp(3rem, 6vw, 4.6rem) 0; }
.exp-stats { display: grid; grid-template-columns: repeat(3, 1fr); }
.exp-stat { padding: 10px 28px; text-align: center; border-left: 1px solid var(--rule-dark); }
.exp-stat:first-child { border-left: none; }
.exp-stat__num {
  display: block; font-family: var(--ff-display); font-weight: 500;
  font-size: clamp(2.6rem, 5vw, 3.8rem); line-height: 1; color: var(--gold);
}
.exp-stat__label {
  display: block; margin-top: 14px;
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase;
  color: rgba(248, 248, 248, 0.72);
}
.exp-stats--sm .exp-stat__num { font-size: clamp(1.9rem, 3.4vw, 2.6rem); }
.section--cream .exp-stat, .section:not(.section--navy):not(.section--navy2) .exp-stat { border-left-color: var(--rule); }
.section--cream .exp-stat__label, .section:not(.section--navy):not(.section--navy2) .exp-stat__label { color: var(--grey); }
.exp-note {
  display: block; margin-top: 18px;
  font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--grey);
}
.section--navy .exp-note, .section--navy2 .exp-note { color: rgba(248, 248, 248, 0.5); }

/* ---------- Composition bars ---------- */
.exp-bars { list-style: none; margin: 0; padding: 0; }
.exp-bars li + li { margin-top: 20px; }
.exp-bars__row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; font-size: 0.95rem; }
.exp-bars__pct { font-family: var(--ff-display); font-weight: 600; font-size: 1.35rem; color: var(--gold); }
.exp-bars__track { display: block; height: 3px; margin-top: 8px; background: var(--rule); }
.section--navy .exp-bars__track, .section--navy2 .exp-bars__track { background: var(--rule-dark); }
.exp-bars__fill { display: block; height: 100%; background: var(--gold); width: 0; transition: width 1.2s ease 0.2s; }
.reveal.in .exp-bars__fill { width: var(--w); }
@media (prefers-reduced-motion: reduce) { .exp-bars__fill { width: var(--w); transition: none; } }

.exp-figure {
  border: 1px solid var(--gold-soft); padding: 38px 34px; text-align: center;
}
.exp-figure__num { display: block; font-family: var(--ff-display); font-weight: 500; font-size: clamp(3.4rem, 7vw, 5rem); line-height: 1; color: var(--gold); }
.exp-figure__label { display: block; margin-top: 12px; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; }

/* ---------- Quote cards ---------- */
.exp-quote { display: flex; flex-direction: column; justify-content: space-between; }
.exp-quote blockquote {
  font-family: var(--ff-display); font-style: italic; font-weight: 500;
  font-size: 1.24rem; line-height: 1.5; margin: 0;
}
.exp-quote blockquote::before {
  content: "\201C"; display: block; font-size: 3rem; line-height: 0.6; color: var(--gold); margin-bottom: 14px; font-style: normal;
}
.exp-quote cite, .exp-attrib {
  display: block; margin-top: 22px; font-style: normal;
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold);
}
.exp-quote cite small { display: block; margin-top: 6px; letter-spacing: 0.18em; color: var(--grey); font-size: 0.66rem; }
.section--navy .exp-quote cite small, .section--navy2 .exp-quote cite small { color: rgba(248, 248, 248, 0.55); }

/* ---------- Topic lists ---------- */
.exp-list { margin: 12px 0 0; padding: 0; list-style: none; font-size: 0.93rem; }
.exp-list li { position: relative; padding-left: 18px; }
.exp-list li + li { margin-top: 6px; }
.exp-list li::before { content: ""; position: absolute; left: 0; top: 0.72em; width: 8px; height: 1px; background: var(--gold); }
.exp-sub {
  display: block; margin-top: 22px;
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold);
}

/* ---------- Curriculum module index ---------- */
.exp-modules { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0; margin-top: 44px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.exp-modules a { display: block; padding: 22px 14px; text-decoration: none; border-left: 1px solid var(--rule); transition: background 0.3s; }
.exp-modules a:first-child { border-left: none; }
.exp-modules a:hover, .exp-modules a:focus-visible { background: rgba(201, 169, 97, 0.1); }
.exp-modules .n { display: block; font-family: var(--ff-display); font-style: italic; color: var(--gold); font-size: 1.1rem; }
.exp-modules .a { display: block; font-family: var(--ff-display); font-weight: 600; font-size: 1.45rem; line-height: 1.1; margin-top: 4px; }
.exp-modules .t { display: block; font-size: 0.78rem; color: var(--grey); margin-top: 4px; line-height: 1.35; }
.exp-module { scroll-margin-top: calc(var(--header-h) + 20px); }
.exp-module__code { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); }
.exp-lede { font-family: var(--ff-display); font-style: italic; font-size: 1.3rem; line-height: 1.45; margin-bottom: 18px; }

/* ---------- Location tabs (Day in the Life) ---------- */
.exp-tabs { display: flex; flex-wrap: wrap; gap: 0; margin-top: 40px; border-bottom: 1px solid var(--rule-dark); }
.exp-tab {
  background: none; border: none; border-bottom: 2px solid transparent; cursor: pointer;
  padding: 16px 22px; margin-bottom: -1px;
  font-family: var(--ff-body); font-size: 0.74rem; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase;
  color: rgba(248, 248, 248, 0.62); transition: color 0.3s, border-color 0.3s;
}
.exp-tab:hover { color: var(--white); }
.exp-tab[aria-selected="true"] { color: var(--gold); border-bottom-color: var(--gold); }
.exp-tab:focus-visible { outline: 1px solid var(--gold); outline-offset: -4px; }
.exp-panel { padding-top: 48px; }
.exp-panel[hidden] { display: none; }
.exp-panel .timeline__item p { color: rgba(248, 248, 248, 0.82); }
.exp-panel em { color: var(--gold); font-style: normal; }
.exp-panel .reveal { opacity: 1; transform: none; }
.exp-glance { list-style: none; margin: 34px 0 0; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--rule-dark); }
.exp-glance li { padding: 18px 16px; border-left: 1px solid var(--rule-dark); }
.exp-glance li:first-child { border-left: none; }
.exp-glance .when { display: block; font-family: var(--ff-display); font-size: 1.3rem; color: var(--gold); }
.exp-glance strong { display: block; font-weight: 500; font-size: 0.9rem; margin-top: 2px; }
.exp-glance span:last-child { display: block; font-size: 0.8rem; color: rgba(248, 248, 248, 0.6); line-height: 1.4; margin-top: 2px; }
.exp-skills { border-left: 2px solid var(--gold); padding: 6px 0 6px 26px; }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .exp-modules { grid-template-columns: repeat(4, 1fr); }
  .exp-modules a:nth-child(5) { border-left: none; }
  .exp-modules a:nth-child(n+5) { border-top: 1px solid var(--rule); }
  .exp-glance { grid-template-columns: repeat(3, 1fr); }
  .exp-glance li:nth-child(4) { border-left: none; }
  .exp-glance li:nth-child(n+4) { border-top: 1px solid var(--rule-dark); }
}
@media (max-width: 720px) {
  .exp-stats { grid-template-columns: 1fr; row-gap: 30px; }
  .exp-stat { border-left: none; padding: 0 0 26px; border-bottom: 1px solid var(--rule-dark); }
  .exp-stat:last-child { border-bottom: none; padding-bottom: 0; }
  .section--cream .exp-stat, .section:not(.section--navy):not(.section--navy2) .exp-stat { border-bottom-color: var(--rule); }
  .exp-modules { grid-template-columns: repeat(2, 1fr); }
  .exp-modules a { border-top: 1px solid var(--rule); }
  .exp-modules a:nth-child(-n+2) { border-top: none; }
  .exp-modules a:nth-child(odd) { border-left: none; }
  .exp-modules a:nth-child(5) { border-left: none; }
  .exp-modules a:nth-child(even) { border-left: 1px solid var(--rule); }
  .exp-tabs { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .exp-tab { flex: none; padding: 14px 16px; }
  .exp-glance { grid-template-columns: repeat(2, 1fr); }
  .exp-glance li { border-left: none; border-top: 1px solid var(--rule-dark); }
  .exp-glance li:nth-child(-n+2) { border-top: none; }
  .exp-glance li:nth-child(even) { border-left: 1px solid var(--rule-dark); }
  .exp-figure { padding: 30px 22px; }
}
.exp-panel__title { font-family: var(--ff-display); font-weight: 500; font-size: clamp(1.8rem, 3.4vw, 2.6rem); line-height: 1.12; margin: 0; }


/* Stat tiles — even optical weight, flush tile bottoms */
.page-networking .exp-stat { display: flex; flex-direction: column; padding: 8px 30px; }
@media (min-width: 721px) { .page-networking .exp-stat__label { min-height: 2.9em; } }

/* Composition bars — aligned figures, consistent track */
.exp-bars li + li { margin-top: 19px; }
.exp-bars__row { gap: 22px; font-size: 0.93rem; line-height: 1.35; }
.exp-bars__pct {
  font-size: 1.2rem; line-height: 1; min-width: 3.2em; text-align: right;
  font-variant-numeric: tabular-nums;
}
.exp-bars__track { height: 4px; margin-top: 10px; }

/* Chart column reads as one panel, aligned to the prose beside it */
.nw-panel { border-top: 1px solid var(--rule); padding-top: 30px; }
.section--navy .nw-panel, .section--navy2 .nw-panel { border-top-color: var(--rule-dark); }
.nw-panel .exp-note { margin-top: 22px; }

/* Consistent figure tile spacing (replaces per-element inline margins) */
.nw-figure { margin-top: 34px; }
.nw-figure--top { margin-top: 0; margin-bottom: 34px; }
.page-networking .exp-figure { padding: 34px 30px; }

/* Quote pair + card rhythm (replaces inline styles) */
.nw-quotes { margin-top: 0; gap: 22px; }
.nw-sub { margin-top: 34px; }
.nw-sub-tag { margin-top: 6px; }
.nw-card-p { margin-top: 12px; }

@media (max-width: 720px) {
  .page-networking .exp-stat { padding: 0 0 26px; }
  .page-networking .exp-figure { padding: 30px 22px; }
  .nw-panel { margin-top: 34px; }
  .exp-bars__pct { min-width: 3em; }
}
