:root {
  /* The shared head chunk does not load JetBrains Mono (prototype
     font); a system monospace stack keeps the mono-label look. */
  --la-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

/* ---------- Breadcrumb (skin over Bootstrap .breadcrumb) ---------- */
.osp-breadcrumb .breadcrumb {
  --bs-breadcrumb-divider: "/";
  --bs-breadcrumb-divider-color: var(--osp-line);
  --bs-breadcrumb-item-active-color: var(--osp-plum-700);
  font-size: 13px;
  margin-bottom: 0;
}
.osp-breadcrumb a { color: var(--osp-plum-600); }

/* ---------- Hero ---------- */
.lg-hero { padding-top: 40px; padding-bottom: 32px; }
.lg-hero h1 {
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.018em;
  font-weight: 500;
  margin-top: 14px;
}
.lg-hero h1 em { font-style: italic; color: var(--osp-terra-700); }
.lg-hero .lede {
  margin-top: 20px;
  font-size: 19px;
  color: var(--osp-ink-soft);
  line-height: 1.55;
  text-wrap: pretty;
  max-width: 60ch;
}
.lg-hero-photo {
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: var(--osp-r-lg);
  box-shadow: var(--osp-sh-md);
  position: relative;
}
.lg-hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lg-hero-photo .photo-cred {
  position: absolute; bottom: 10px; left: 14px;
  color: rgba(255,255,255,.85);
  font-family: var(--la-mono);
  font-size: 10px; letter-spacing: 0.08em;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
@media (max-width: 991.98px) {
  .lg-hero { padding-top: 24px; padding-bottom: 28px; }
}

/* ---------- Disclaimer ribbon ---------- */
.disclaimer-ribbon {
  background: var(--osp-terra-50);
  border-top: 1px solid var(--osp-terra-100);
  border-bottom: 1px solid var(--osp-terra-100);
  margin-top: 16px;
}
.disclaimer-ribbon svg {
  width: 22px; height: 22px;
  color: var(--osp-terra-700);
  flex-shrink: 0;
  margin-top: 1px;
}
.disclaimer-ribbon p {
  font-size: 14px;
  color: var(--osp-plum-900);
  line-height: 1.55;
}
.disclaimer-ribbon strong { font-weight: 700; }

/* ---------- Help cards (component skin; columns are Bootstrap) ---------- */
.help-card {
  background: var(--osp-paper);
  border: 1px solid var(--osp-line);
  border-radius: var(--osp-r-lg);
  padding: 32px;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 22px;
}
.help-card .icon-wrap {
  width: 56px; height: 56px;
  border-radius: var(--osp-r-md);
  background: var(--osp-plum-50);
  display: flex; align-items: center; justify-content: center;
  color: var(--osp-plum-700);
}
.help-card .icon-wrap svg { width: 28px; height: 28px; }
.help-card h3 { font-size: 22px; line-height: 1.2; }
.help-card p {
  margin-top: 10px;
  font-size: 14.5px;
  color: var(--osp-ink-soft);
  line-height: 1.55;
}
.help-card .label {
  margin-top: 14px;
  display: inline-block;
  font-family: var(--la-mono);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--osp-terra-700);
  font-weight: 700;
}

/* ---------- Process timeline ---------- */
.process-section {
  background: var(--osp-paper);
  border-top: 1px solid var(--osp-line);
  border-bottom: 1px solid var(--osp-line);
}
.timeline { margin-top: 48px; position: relative; }
.timeline::before {
  content: '';
  position: absolute;
  top: 24px; bottom: 24px;
  left: 23px;
  width: 2px;
  background: var(--osp-terra-300); /* prototype --terra-200; nearest osp token */
}
.step { position: relative; padding-left: 70px; padding-bottom: 36px; }
.step:last-child { padding-bottom: 0; }
.step .dot {
  position: absolute; left: 0; top: 0;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--osp-cream);
  border: 2px solid var(--osp-terra-600);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--la-mono);
  font-size: 13px;
  font-weight: 700;
  color: var(--osp-terra-700);
  letter-spacing: 0.05em;
}
.step h4 {
  font-family: var(--osp-font-serif);
  font-size: 22px;
  color: var(--osp-plum-900);
  font-weight: 500;
  line-height: 1.2;
}
.step .when {
  margin-top: 6px;
  font-family: var(--la-mono);
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: var(--osp-terra-700);
  text-transform: uppercase;
  font-weight: 700;
}
.step p {
  margin-top: 12px;
  font-size: 15.5px;
  color: var(--osp-ink-soft);
  line-height: 1.6;
  max-width: 64ch;
}
.step .pull {
  margin-top: 14px;
  padding: 14px 18px;
  background: var(--osp-plum-50);
  border-left: 3px solid var(--osp-plum-600);
  border-radius: 0 6px 6px 0;
  
  & p{
      font-size: 14px;
  color: var(--osp-plum-900);
  line-height: 1.5;
  margin-bottom:0;
  margin-top:0;
  max-width:unset;
  }
}

/* ---------- Glossary ---------- */
.gl-term {
  background: var(--osp-paper);
  border: 1px solid var(--osp-line);
  border-radius: var(--osp-r-md);
  padding: 22px 24px;
}
.gl-term .term {
  font-family: var(--osp-font-serif);
  font-size: 19px;
  color: var(--osp-plum-900);
  font-weight: 500;
  font-style: italic;
}
.gl-term .term-en {
  margin-left: 6px;
  font-style: normal;
  font-family: var(--la-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--osp-ink-mute);
  text-transform: uppercase;
  font-weight: 700;
}
.gl-term p {
  margin-top: 10px;
  font-size: 14px;
  color: var(--osp-ink-soft);
  line-height: 1.55;
}

/* ---------- "Bring with you" panel ---------- */
.bring-section {
  background: var(--osp-plum-900);
  color: #fff;
  border-radius: var(--osp-r-xl);
  padding: 56px;
}
.bring-section h2 {
  font-size: clamp(28px, 4vw, 38px);
  color: #fff;
  line-height: 1.1;
}
.bring-section .intro {
  margin-top: 16px;
  font-size: 16px;
  color: rgba(255,255,255,.78);
  line-height: 1.55;
}
.bring-section .small-note {
  margin-top: 20px;
  font-family: var(--la-mono);
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: var(--osp-terra-300);
  text-transform: uppercase;
  font-weight: 700;
}
.check-item {
  display: flex; gap: 12px; align-items: flex-start;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-size: 14.5px;
  color: rgba(255,255,255,.92);
  line-height: 1.45;
  height: 100%;
}
.check-item .check {
  width: 18px; height: 18px;
  border: 1.5px solid var(--osp-terra-300);
  border-radius: 4px;
  flex-shrink: 0;
  margin-top: 2px;
}
.check-item .sub {
  margin-top: 4px;
  font-size: 12.5px;
  color: rgba(255,255,255,.5);
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .bring-section { padding: 36px 24px; }
}

/* ---------- Partners ---------- */
.partner-card {
  background: var(--osp-paper);
  border: 1px solid var(--osp-line);
  border-radius: var(--osp-r-md);
  padding: 26px;
}
.partner-card .partner-name {
  font-family: var(--osp-font-serif);
  font-size: 18px;
  color: var(--osp-plum-900);
  font-weight: 500;
  line-height: 1.2;
}
.partner-card .partner-type {
  margin-top: 4px;
  font-family: var(--la-mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  color: var(--osp-terra-700);
  text-transform: uppercase;
  font-weight: 700;
}
.partner-card p {
  margin-top: 12px;
  font-size: 13.5px;
  color: var(--osp-ink-soft);
  line-height: 1.5;
}

/* ---------- Survivor quote ---------- */
.lg-quote-inner {
  background: linear-gradient(155deg, var(--osp-terra-50), var(--osp-cream));
  border: 1px solid var(--osp-terra-100);
  border-radius: var(--osp-r-xl);
  padding: 56px;
  max-width: 1100px;
  margin: 0 auto;
}
.lg-quote-inner blockquote {
  margin: 0;
  font-family: var(--osp-font-serif);
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.35;
  color: var(--osp-plum-900);
  font-style: italic;
  font-weight: 400;
  text-wrap: pretty;
}
.lg-quote-inner .attr {
  margin-top: 24px;
  font-family: var(--la-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--osp-terra-700);
  text-transform: uppercase;
  font-weight: 700;
}
.lg-quote-inner .attr-sub {
  margin-top: 4px;
  font-family: var(--osp-font-sans);
  font-size: 13px;
  color: var(--osp-ink-mute);
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}
.lg-quote-photo {
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: var(--osp-r-lg);
}
.lg-quote-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 991.98px) {
  .lg-quote-inner { padding: 32px; }
}

/* ---------- Final CTA panel ---------- */
.lg-final {
  background: var(--osp-terra-700);
  color: #fff;
  border-radius: var(--osp-r-xl);
  padding: 56px;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}
.lg-final h2 {
  font-size: clamp(28px, 4vw, 40px);
  color: #fff;
  line-height: 1.1;
}
.lg-final p {
  margin: 16px auto 0;
  max-width: 54ch;
  font-size: 16.5px;
  color: rgba(255,255,255,.85);
  line-height: 1.55;
}
@media (max-width: 767.98px) {
  .lg-final { padding: 36px 24px; }
}
