:root {
  --profile-deep: #071827;
  --profile-deep-2: #0d2c3c;
  --profile-aqua: #76d9d0;
  --profile-warm: #f0aa63;
  --profile-coral: #e67f69;
  --profile-cream: #f5f2e8;
}

.opc-results-page { background: #eef5f6; }

.results-hero {
  padding: 84px 0 78px;
  color: var(--profile-cream);
  background:
    radial-gradient(circle at 76% 28%, rgba(118, 217, 208, .18), transparent 25%),
    radial-gradient(circle at 28% 110%, rgba(240, 170, 99, .15), transparent 32%),
    var(--profile-deep);
  border-bottom: 7px solid var(--profile-warm);
}

.results-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .7fr);
  align-items: end;
  gap: clamp(48px, 8vw, 110px);
}

.results-hero h1 {
  margin: 0;
  font: 700 clamp(52px, 8vw, 94px)/1.02 "Noto Serif SC", "Source Han Serif SC", serif;
  letter-spacing: -.045em;
}

.results-hero-copy > p:first-child {
  margin: 0;
  color: rgba(245, 242, 232, .72);
  font-size: 17px;
  line-height: 1.85;
}

.results-count {
  margin: 30px 0 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: var(--profile-aqua);
  font-size: 13px;
}

.results-count strong { font-size: 34px; font-weight: 500; }

.results-intro {
  display: grid;
  grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr);
  gap: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--line);
}

.results-intro h2 {
  max-width: 370px;
  margin: 0;
  font: 700 34px/1.35 "Noto Serif SC", "Source Han Serif SC", serif;
}

.method-copy > p {
  max-width: 720px;
  margin: 0;
  color: #526870;
  font-size: 16px;
  line-height: 1.85;
}

.status-legend {
  margin: 25px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  list-style: none;
  color: #667a80;
  font-size: 12px;
}

.status-legend li { display: inline-flex; align-items: center; gap: 8px; }

.status {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 8px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  white-space: nowrap;
}

.status-source { color: #0a5c58; background: #cfefeb; }
.status-proposal { color: #7b4b14; background: #f5e2bf; }
.status-test { color: #8d3e32; background: #f6d6cf; }
.status-pending { color: #4b5571; background: #e6e8ef; }

.profile-index { padding-top: 62px; padding-bottom: 78px; }

.profile-index-card {
  min-height: 118px;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 22px 26px;
  color: var(--profile-cream);
  background: var(--profile-deep-2);
  border-radius: 6px;
  transition: transform 180ms ease, background 180ms ease;
}

.profile-index-card + .profile-index-card { margin-top: 12px; }
.profile-index-card-warm { background: #493b38; }
.profile-index-card-warm:hover,
.profile-index-card-warm:focus-visible { background: #5b4944; outline-color: rgba(224, 172, 124, .55); }

.profile-index-card:hover,
.profile-index-card:focus-visible {
  transform: translateY(-3px);
  background: #113b4b;
  outline: 3px solid rgba(118, 217, 208, .5);
  outline-offset: 4px;
}

.profile-index-number { color: var(--profile-warm); font-size: 29px; font-weight: 300; }
.profile-index-card strong { display: block; font: 700 27px/1.35 "Noto Serif SC", "Source Han Serif SC", serif; }
.profile-index-card small { display: block; margin-top: 6px; color: rgba(245, 242, 232, .62); }
.profile-index-arrow { color: var(--profile-aqua); font-size: 28px; }

.company-profile {
  scroll-margin-top: 20px;
  padding: 88px 0 34px;
  background: #f8fbfa;
  border-top: 1px solid #cedfe0;
}

.warm-profile {
  --profile-deep: #2d2525;
  --profile-deep-2: #493b38;
  --profile-aqua: #aabf9b;
  --profile-warm: #df9a67;
  --profile-coral: #bd7168;
  background: #fbf6eb;
}

.profile-header {
  display: grid;
  grid-template-columns: minmax(290px, .72fr) minmax(0, 1.28fr);
  gap: clamp(38px, 6vw, 78px);
  align-items: center;
  padding-bottom: 72px;
}

.profile-sequence { margin: 0 0 22px; color: #0f6f6b; font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.profile-founder { margin: 0 0 10px; color: #6c7e82; font-size: 13px; }

.profile-heading h2 {
  margin: 0;
  color: var(--profile-deep);
  font: 700 clamp(48px, 6.2vw, 76px)/1.08 "Noto Serif SC", "Source Han Serif SC", serif;
  letter-spacing: -.035em;
}

.profile-heading blockquote {
  margin: 24px 0 0;
  padding-left: 17px;
  color: #6e563c;
  border-left: 3px solid var(--profile-warm);
  font: 700 18px/1.55 "Noto Serif SC", "Source Han Serif SC", serif;
}

.profile-positioning { margin: 26px 0 0; color: #50656a; font-size: 16px; line-height: 1.8; }
.profile-tags { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 7px; }
.profile-tags span { padding: 7px 10px; color: #33535a; background: #e2efef; border-radius: 3px; font-size: 11px; font-weight: 700; }

.profile-visual { margin: 0; overflow: hidden; background: var(--profile-deep); box-shadow: 0 28px 70px rgba(6, 26, 39, .22); }
.profile-visual img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.profile-visual figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 12px 15px; color: rgba(245, 242, 232, .6); font-size: 10px; letter-spacing: .04em; }

.profile-section {
  display: grid;
  grid-template-columns: 205px minmax(0, 1fr);
  gap: 44px;
  padding: 66px 0;
  border-top: 1px solid #cedfe0;
}

.section-label { position: sticky; top: 22px; align-self: start; }
.section-label > span { display: block; margin-bottom: 14px; color: var(--profile-coral); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.section-label h3 { margin: 0; color: var(--profile-deep); font: 700 27px/1.35 "Noto Serif SC", "Source Han Serif SC", serif; }
.section-content { min-width: 0; }

.lead-statement { max-width: 810px; margin: 19px 0 0; color: #263e45; font: 700 25px/1.6 "Noto Serif SC", "Source Han Serif SC", serif; }

.fact-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.fact-grid article { padding: 23px; background: #fff; border-top: 3px solid var(--profile-aqua); }
.fact-grid small { display: block; margin-bottom: 12px; color: #72858a; font-size: 11px; }
.fact-grid strong { display: block; color: var(--profile-deep); font-size: 16px; line-height: 1.5; }
.fact-grid p { margin: 8px 0 0; color: #687a7e; font-size: 13px; line-height: 1.65; }

.section-note { display: flex; align-items: start; gap: 13px; padding: 17px 19px; background: #edf5f4; border-left: 3px solid var(--profile-aqua); }
.section-note p { margin: 0; color: #536b70; line-height: 1.7; }

.business-loop { margin-top: 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.business-loop .loop-label { grid-column: 1 / -1; margin: 0 0 3px; color: #536b70; font-size: 13px; }
.business-loop article { position: relative; min-height: 190px; padding: 20px; color: var(--profile-cream); background: var(--profile-deep-2); }
.business-loop article:nth-child(even) { background: #123947; }
.business-loop b { display: block; color: var(--profile-warm); font-size: 24px; font-weight: 400; }
.business-loop small { display: block; margin: 14px 0 8px; color: var(--profile-aqua); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.business-loop strong { font-size: 16px; }
.business-loop p { margin: 10px 0 0; color: rgba(245, 242, 232, .62); font-size: 12px; line-height: 1.65; }

.loop-analysis { margin-top: 13px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.loop-analysis article { padding: 22px; background: #fff; }
.loop-analysis h4 { margin: 16px 0 8px; color: var(--profile-deep); font-size: 15px; }
.loop-analysis p { margin: 0; color: #65777b; font-size: 13px; line-height: 1.7; }

.delivery-flow { margin: 0; padding: 0; list-style: none; counter-reset: delivery; }
.delivery-flow li { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 25px; padding: 18px 0; border-bottom: 1px solid #d8e4e4; }
.delivery-flow li:first-child { border-top: 1px solid #d8e4e4; }
.delivery-flow strong { color: var(--profile-deep); }
.delivery-flow span { color: #5d7277; line-height: 1.7; }

.founder-card { padding: 26px; color: var(--profile-cream); background: var(--profile-deep); }
.founder-card small { display: block; margin-top: 18px; color: var(--profile-aqua); }
.founder-card h4 { margin: 8px 0 10px; font: 700 25px/1.35 "Noto Serif SC", "Source Han Serif SC", serif; }
.founder-card p { margin: 0; color: rgba(245, 242, 232, .68); line-height: 1.75; }

.team-columns { margin-top: 16px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.team-columns > div { padding: 25px; background: #fff; }
.team-columns h4 { margin: 0 0 18px; color: var(--profile-deep); font-size: 17px; }
.team-columns h4 .status { margin-left: 6px; vertical-align: .15em; }
.role-list { margin: 0; padding: 0; list-style: none; }
.role-list li { padding: 14px 0; border-top: 1px solid #d9e4e5; }
.role-list strong { display: block; color: #213d45; font-size: 14px; }
.role-list span:not(.status) { display: block; margin-top: 5px; color: #667a7f; font-size: 12px; line-height: 1.65; }
.role-list .status { margin: 5px 0 0; }
.pending-grid { margin-top: 16px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.pending-grid article { padding: 20px; background: #fff; border-left: 3px solid #aeb5c6; }
.pending-grid h4 { margin: 12px 0 6px; color: var(--profile-deep); font-size: 14px; }
.pending-grid p { margin: 0; color: #687a7e; font-size: 12px; line-height: 1.65; }

.risk-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.risk-grid article { padding: 23px; background: #fff; border-top: 3px solid var(--profile-coral); }
.risk-grid h4 { margin: 16px 0 9px; color: var(--profile-deep); font-size: 17px; }
.risk-grid p { margin: 0; color: #61757a; font-size: 13px; line-height: 1.7; }

.seven-day-test { margin-top: 16px; display: grid; grid-template-columns: minmax(250px, .75fr) minmax(0, 1.25fr); gap: 35px; padding: 30px; color: var(--profile-cream); background: var(--profile-deep-2); }
.seven-day-test h4 { margin: 0 0 12px; font: 700 25px/1.35 "Noto Serif SC", "Source Han Serif SC", serif; }
.seven-day-test p { margin: 0; color: rgba(245, 242, 232, .68); line-height: 1.75; }
.seven-day-test ol { margin: 0; padding-left: 22px; }
.seven-day-test li { padding: 5px 0; color: rgba(245, 242, 232, .8); line-height: 1.7; }

.space-copy-grid { margin-top: 20px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(270px, .9fr); gap: 38px; }
.space-copy-grid p:not(.space-quote) { margin: 0; color: #5d7277; line-height: 1.8; }
.space-quote { margin: 0 0 19px; color: var(--profile-deep); font: 700 30px/1.4 "Noto Serif SC", "Source Han Serif SC", serif; }
.space-copy-grid dl { margin: 0; }
.space-copy-grid dl div { display: grid; grid-template-columns: 86px minmax(0, 1fr); gap: 18px; padding: 13px 0; border-top: 1px solid #d7e3e4; }
.space-copy-grid dt { color: #78898d; font-size: 11px; }
.space-copy-grid dd { margin: 0; color: #40575d; font-size: 13px; line-height: 1.6; }

.visual-prompt { margin-top: 28px; padding: 0 20px; background: #e9f2f2; border-radius: 5px; }
.visual-prompt summary { padding: 17px 0; color: var(--profile-deep); cursor: pointer; font-weight: 750; }
.visual-prompt p { margin: 0; padding: 0 0 20px; color: #576e73; font-size: 13px; line-height: 1.8; }

.profile-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 33px 0 54px; border-top: 1px solid #cedfe0; }
.profile-footer > div { max-width: 800px; }
.profile-footer p { margin: 0; color: #718287; font-size: 12px; line-height: 1.7; }
.profile-footer p + p { margin-top: 9px; }
.profile-footer .button { flex: 0 0 auto; }

.next-profile { padding: 72px 0 86px; background: #e7f0f1; }
.next-profile .workbench-cta { background: linear-gradient(135deg, var(--profile-deep-2), var(--profile-deep)); }

@media (max-width: 900px) {
  .results-hero-grid,
  .results-intro,
  .profile-header,
  .profile-section { grid-template-columns: 1fr; }
  .results-hero-grid { gap: 34px; }
  .results-intro { gap: 24px; }
  .section-label { position: static; }
  .profile-section { gap: 26px; }
  .business-loop { grid-template-columns: repeat(2, 1fr); }
  .loop-analysis,
  .risk-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .results-hero { padding: 56px 0 53px; }
  .results-hero h1 { font-size: 50px; }
  .results-intro h2 { font-size: 29px; }
  .profile-index { padding-block: 48px; }
  .profile-index-card { grid-template-columns: 46px minmax(0, 1fr) auto; gap: 12px; padding: 17px; }
  .profile-index-card strong { font-size: 20px; }
  .company-profile { padding-top: 58px; }
  .profile-header { padding-bottom: 50px; }
  .profile-heading h2 { font-size: 48px; }
  .profile-visual figcaption { display: grid; gap: 4px; }
  .profile-section { padding: 49px 0; }
  .lead-statement { font-size: 21px; }
  .fact-grid,
  .business-loop,
  .team-columns,
  .pending-grid,
  .seven-day-test,
  .space-copy-grid { grid-template-columns: 1fr; }
  .delivery-flow li { grid-template-columns: 1fr; gap: 7px; }
  .section-note { display: grid; }
  .profile-footer { align-items: stretch; flex-direction: column; }
  .profile-footer .button { width: 100%; }
  .next-profile { padding: 52px 0 64px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
