/* ============================================================
   主体性NEXT — 法人向け組織開発研修 LP
   System: deep navy × gold accent, Noto Sans JP
   ============================================================ */

:root {
  --navy: #0F1A2C;
  --navy-2: #18263E;
  --navy-3: #223450;
  --ink: #1C2434;
  --ink-soft: #465062;
  --paper: #FFFFFF;
  --paper-dim: #F3F4F6;
  --line: #E2E5EA;
  --accent: #C9882A;
  --accent-deep: #A96F1B;
  --accent-pale: #FBF4E7;
  --pale-border: #EBD9B6;
  --pale-text: #7A5B1C;
  --gold-on-dark: #E4B061;
  --gold-soft: #F1D9AC;
  --on-accent: #FFFFFF;
  --heading-font: "Noto Sans JP", sans-serif;
  --sec-pad: 96px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.9;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;
}

img { display: block; max-width: 100%; }

.wrap { max-width: 1000px; margin: 0 auto; padding: 0 28px; }
.wrap-narrow { max-width: 820px; margin: 0 auto; padding: 0 28px; }

section { padding: var(--sec-pad) 0; }

/* ---------- typography ---------- */

h1, h2, h3 { font-family: var(--heading-font); font-weight: 900; line-height: 1.5; }

.sec-title {
  font-size: 34px;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
}
.sec-title .em { color: var(--accent-deep); }

.sec-lead {
  text-align: center;
  font-size: 17px;
  color: var(--ink-soft);
  max-width: 720px;
  margin: 0 auto 56px;
}

.kicker {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: var(--accent-deep);
  margin-bottom: 16px;
}

.center { text-align: center; }

/* ---------- hero ---------- */

.hero {
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(83, 110, 158, 0.35), transparent 60%),
    radial-gradient(900px 500px at 10% 110%, rgba(201, 136, 42, 0.18), transparent 60%),
    linear-gradient(150deg, #0C1524 0%, #14233C 55%, #0F1A2C 100%);
  color: #fff;
  text-align: center;
  padding: 120px 0 110px;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 42%, rgba(255, 255, 255, 0.045) 46%, transparent 52%, transparent 64%, rgba(255, 255, 255, 0.03) 68%, transparent 74%);
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 1; }

.hero-badge {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.45);
  padding: 7px 26px;
  font-size: 14px;
  letter-spacing: 0.32em;
  margin-bottom: 36px;
  color: rgba(255, 255, 255, 0.92);
}

.hero h1 {
  font-size: 96px;
  letter-spacing: 0.04em;
  line-height: 1.1;
  margin-bottom: 18px;
  text-shadow: 0 6px 40px rgba(0, 0, 0, 0.45);
}
.hero h1 .next { color: var(--accent); }

.hero-sub {
  font-size: 18px;
  letter-spacing: 0.34em;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 58px;
}

.hero-copy {
  font-size: 26px;
  font-weight: 700;
  line-height: 2.05;
  letter-spacing: 0.04em;
}
.hero-copy .gold { color: var(--gold-on-dark); }

.hero-cta { margin-top: 56px; }

/* ---------- CTA button ---------- */

.btn-cta {
  display: inline-block;
  background: linear-gradient(160deg, var(--accent) 0%, var(--accent-deep) 100%);
  color: var(--on-accent);
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-decoration: none;
  padding: 22px 72px;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(169, 111, 27, 0.42);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.btn-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(169, 111, 27, 0.5); }
.btn-cta .tri { font-size: 14px; margin-right: 12px; }

.cta-note {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

/* ---------- problem section ---------- */

.sec-problem { background: var(--paper); }

.pain-list {
  list-style: none;
  max-width: 680px;
  margin: 0 auto 48px;
  display: grid;
  gap: 14px;
}
.pain-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--paper-dim);
  border: 1px solid var(--line);
  padding: 18px 26px;
  font-weight: 500;
  font-size: 17px;
}
.pain-list .q {
  flex: none;
  width: 28px;
  height: 28px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--navy-2);
  color: #fff;
  font-weight: 900;
  font-size: 15px;
  display: grid;
  place-items: center;
}

.problem-close {
  text-align: center;
  font-size: 18px;
}
.problem-close strong { color: var(--accent-deep); font-weight: 900; }

/* ---------- power team ---------- */

.sec-power { background: var(--paper-dim); }

.check-list {
  list-style: none;
  max-width: 640px;
  margin: 0 auto 48px;
  display: grid;
  gap: 0;
  background: var(--paper);
  border: 1px solid var(--line);
}
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 30px;
  font-size: 17px;
  font-weight: 500;
}
.check-list li + li { border-top: 1px solid var(--line); }
.check-list .ck {
  flex: none;
  width: 26px;
  height: 26px;
  margin-top: 6px;
  border-radius: 4px;
  background: var(--accent);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 15px;
  font-weight: 900;
}
.check-list strong { font-weight: 900; }

.power-close { text-align: center; font-size: 18px; }
.power-close .big {
  display: block;
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: 24px;
  margin: 10px 0 6px;
}
.power-close .big em { font-style: normal; color: var(--accent-deep); }

/* ---------- efficacy (air) ---------- */

.air-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 860px;
  margin: 0 auto 48px;
}
.air-card {
  padding: 40px 34px;
  text-align: center;
  border: 1px solid var(--line);
}
.air-card .label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 4px 18px;
  margin-bottom: 22px;
}
.air-card .words {
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: 22px;
  line-height: 1.8;
}
.air-bad { background: #EFF0F2; color: var(--ink-soft); }
.air-bad .label { background: #DBDEE3; color: var(--ink-soft); }
.air-good {
  background: var(--navy-2);
  color: #fff;
  border-color: var(--navy-2);
  box-shadow: 0 18px 44px rgba(15, 26, 44, 0.28);
}
.air-good .label { background: var(--accent); color: #fff; }
.air-good .words { color: var(--gold-soft); }

.air-close { max-width: 720px; margin: 0 auto; text-align: center; font-size: 17px; }
.air-close strong { color: var(--accent-deep); }
.term-note {
  max-width: 640px;
  margin: 36px auto 0;
  background: var(--accent-pale);
  border: 1px solid var(--pale-border);
  padding: 18px 28px;
  font-size: 14.5px;
  color: var(--pale-text);
  text-align: center;
}

/* ---------- naming (why NEXT) ---------- */

.sec-naming { background: var(--paper-dim); }

.naming-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin: 48px 0;
  flex-wrap: wrap;
}
.naming-node {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 26px 34px;
  text-align: center;
  min-width: 240px;
}
.naming-node .tag { font-size: 13px; font-weight: 700; letter-spacing: 0.18em; color: var(--ink-soft); display: block; margin-bottom: 8px; }
.naming-node .word { font-family: var(--heading-font); font-weight: 900; font-size: 22px; }
.naming-node.is-next {
  background: var(--navy-2);
  border-color: var(--navy-2);
  color: #fff;
  box-shadow: 0 16px 40px rgba(15, 26, 44, 0.25);
}
.naming-node.is-next .tag { color: var(--accent); }
.naming-node.is-next .word { color: var(--gold-soft); }
.naming-arrow { font-size: 26px; color: var(--accent-deep); font-weight: 900; }

.formula {
  max-width: 760px;
  margin: 0 auto;
  background: var(--navy);
  color: #fff;
  text-align: center;
  padding: 30px 36px;
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: 20px;
  line-height: 1.9;
  border-left: 6px solid var(--accent);
}
.formula .gold { color: var(--gold-on-dark); }

/* ---------- evidence ---------- */

.sec-evidence { background: var(--navy); color: #fff; }
.sec-evidence .sec-title { color: #fff; }
.sec-evidence .sec-lead { color: rgba(255, 255, 255, 0.78); }

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 56px;
}
.stat-card {
  background: var(--navy-2);
  border: 1px solid var(--navy-3);
  padding: 34px 24px 30px;
  text-align: center;
}
.stat-card .num {
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: 52px;
  line-height: 1.1;
  color: var(--accent);
  letter-spacing: -0.01em;
}
.stat-card .num small { font-size: 22px; font-weight: 900; }
.stat-card .desc { font-size: 14.5px; margin-top: 14px; line-height: 1.8; color: rgba(255, 255, 255, 0.92); }
.stat-card .src { font-size: 12px; color: rgba(255, 255, 255, 0.55); margin-top: 10px; display: block; }

.evidence-note { text-align: center; margin-top: 44px; font-size: 17px; color: rgba(255, 255, 255, 0.92); }
.evidence-note strong { color: var(--gold-on-dark); }

/* ---------- two things ---------- */

.two-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 56px 0 64px;
}
.two-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 5px solid var(--accent);
  padding: 40px 36px;
  box-shadow: 0 8px 30px rgba(20, 30, 50, 0.06);
}
.two-card .step-num {
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: 46px;
  color: var(--accent);
  line-height: 1;
}
.two-card h3 { font-size: 22px; margin: 14px 0 14px; }
.two-card p { font-size: 15.5px; color: var(--ink-soft); }
.two-card .note { font-size: 13.5px; color: #8A8F99; margin-top: 12px; }

.rewrite-title {
  text-align: center;
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: 21px;
  margin-bottom: 28px;
}
.rewrite-rows { display: grid; gap: 14px; max-width: 860px; margin: 0 auto 40px; }
.rewrite-row {
  display: grid;
  grid-template-columns: 1fr 56px 1.2fr;
  align-items: stretch;
  gap: 0;
}
.rewrite-row .before,
.rewrite-row .after {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 20px;
  font-weight: 700;
  font-size: 16.5px;
  line-height: 1.7;
}
.rewrite-row .before {
  background: #EFF0F2;
  color: var(--ink-soft);
  border: 1px solid var(--line);
}
.rewrite-row .arrow {
  display: grid;
  place-items: center;
  color: var(--accent-deep);
  font-weight: 900;
  font-size: 20px;
}
.rewrite-row .after {
  background: var(--accent-pale);
  border: 1px solid var(--pale-border);
  color: var(--pale-text);
  font-weight: 900;
}

.rewrite-close { max-width: 760px; margin: 0 auto; text-align: center; font-size: 16.5px; }
.rewrite-close strong { color: var(--accent-deep); }

/* ---------- why external pro ---------- */

.sec-why { background: var(--paper-dim); }

.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 56px; }
.why-card {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 40px 36px;
}
.why-card .why-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--navy-2);
  color: #fff;
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: 20px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}
.why-card h3 { font-size: 20px; margin-bottom: 14px; line-height: 1.7; }
.why-card p { font-size: 15.5px; color: var(--ink-soft); }
.why-card p + p { margin-top: 12px; }
.why-card strong { color: var(--ink); }
.why-voice {
  background: var(--paper-dim);
  border-left: 4px solid var(--accent);
  padding: 12px 18px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink-soft);
  margin-bottom: 14px;
}

/* ---------- 3 steps ---------- */

.sec-steps {
  background: linear-gradient(160deg, var(--accent) 0%, var(--accent-deep) 100%);
  color: #fff;
}
.sec-steps .sec-title { color: #fff; }
.sec-steps .kicker { color: rgba(255, 255, 255, 0.85); }

.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 56px; }
.step-card {
  background: var(--paper);
  color: var(--ink);
  padding: 38px 30px 34px;
  box-shadow: 0 14px 34px rgba(94, 60, 5, 0.25);
}
.step-card .step-label {
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.22em;
  color: var(--accent-deep);
  display: block;
  margin-bottom: 10px;
}
.step-card h3 { font-size: 20px; line-height: 1.6; margin-bottom: 16px; min-height: 64px; }
.step-card p, .step-card li { font-size: 14.5px; color: var(--ink-soft); }
.step-card ul { list-style: none; display: grid; gap: 8px; }
.step-card li { padding-left: 18px; position: relative; line-height: 1.75; }
.step-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  background: var(--accent);
}
.step-card li strong, .step-card p strong { color: var(--ink); }

.steps-goal {
  margin-top: 44px;
  text-align: center;
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: 21px;
  letter-spacing: 0.04em;
}

/* ---------- strength ---------- */

.strength-box {
  max-width: 860px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-left: 6px solid var(--accent);
  background: var(--paper);
  padding: 44px 48px;
  box-shadow: 0 8px 30px rgba(20, 30, 50, 0.06);
}
.strength-box .tag {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.26em;
  color: var(--accent-deep);
  display: block;
  margin-bottom: 12px;
}
.strength-box h3 { font-size: 24px; margin-bottom: 16px; }
.strength-box p { color: var(--ink-soft); font-size: 16px; }
.strength-box strong { color: var(--ink); font-weight: 900; }

/* ---------- goal (主体性はゴールではない) ---------- */

.sec-goal { background: var(--paper); }
.goal-lead {
  max-width: 720px;
  margin: 0 auto 14px;
  text-align: center;
  font-size: 17px;
  color: var(--ink-soft);
}
.goal-lead strong { color: var(--ink); font-weight: 900; }
.goal-statement {
  max-width: 820px;
  margin: 44px auto;
  text-align: center;
  background: var(--navy);
  color: #fff;
  padding: 54px 40px;
  position: relative;
}
.goal-statement .pre {
  font-size: 15px;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 18px;
}
.goal-statement .main {
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: 40px;
  line-height: 1.5;
  color: var(--gold-on-dark);
  letter-spacing: 0.03em;
}
.goal-close {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  font-size: 16.5px;
  color: var(--ink-soft);
}
.goal-close strong { color: var(--accent-deep); font-weight: 900; }

/* ---------- members (なぜこのメンバーか) ---------- */

.sec-members { background: var(--paper-dim); }
.members-quote {
  text-align: center;
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: 44px;
  letter-spacing: 0.05em;
  color: var(--navy);
  max-width: 760px;
  margin: 0 auto 56px;
  padding: 38px 0;
  border-top: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
}
.members-quote .gold { color: var(--accent-deep); }
.members-origin {
  text-align: center;
  font-size: 16.5px;
  color: var(--ink-soft);
  margin-bottom: 26px;
}
.members-body { max-width: 760px; margin: 0 auto; font-size: 16px; }
.members-body p + p { margin-top: 18px; }
.members-body strong { font-weight: 900; }
.members-key {
  text-align: center;
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: 21px;
  margin: 40px 0 22px;
}
.members-close {
  max-width: 760px;
  margin: 44px auto 0;
  background: var(--paper);
  border: 1px solid var(--line);
  border-left: 6px solid var(--accent);
  padding: 28px 36px;
  font-size: 16px;
}
.members-close strong { color: var(--accent-deep); font-weight: 900; }

/* ---- 3人のタッグ ---- */
.trio-title {
  text-align: center;
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: 26px;
  margin: 0 0 14px;
}
.trio-lead {
  text-align: center;
  font-size: 16.5px;
  color: var(--ink-soft);
  max-width: 720px;
  margin: 0 auto 48px;
}
.trio-lead strong { color: var(--ink); font-weight: 900; }
.trio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 44px;
}
.trio-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 5px solid var(--accent);
  padding: 34px 28px 30px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(20, 30, 50, 0.06);
}
.trio-card .who {
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: var(--accent-deep);
  display: block;
  margin-bottom: 14px;
}
.trio-card .force {
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: 19px;
  line-height: 1.55;
  margin-bottom: 16px;
  min-height: 60px;
}
.trio-card p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.85; }
.trio-merge {
  text-align: center;
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: var(--navy);
  margin: 0 0 18px;
}
.trio-merge .gold { color: var(--accent-deep); }
.trio-merge-sub {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 56px;
  font-size: 16px;
  color: var(--ink-soft);
}
.trio-merge-sub strong { color: var(--accent-deep); font-weight: 900; }
.members-divider {
  max-width: 760px;
  margin: 0 auto 48px;
  border: none;
  border-top: 1px solid var(--line);
}

/* ---------- culture ---------- */

.sec-culture { background: var(--navy); color: #fff; text-align: center; }
.sec-culture .kicker { color: var(--accent); }
.culture-main {
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: 40px;
  line-height: 1.7;
  margin-bottom: 28px;
}
.culture-main .gold { color: var(--gold-on-dark); }
.culture-sub { font-size: 17px; color: rgba(255, 255, 255, 0.85); max-width: 640px; margin: 0 auto; }
.culture-sub + .culture-sub { margin-top: 26px; }
.culture-sub strong { color: var(--gold-on-dark); font-weight: 900; }

/* ---------- outcomes ---------- */

.outcome-list {
  list-style: none;
  max-width: 760px;
  margin: 56px auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.outcome-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 16px 26px;
  font-size: 16.5px;
  font-weight: 500;
}
.outcome-list .ck {
  flex: none;
  width: 26px;
  height: 26px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 900;
}
.outcome-list strong { font-weight: 900; }
.sec-outcome { background: var(--paper-dim); }

/* ---------- final CTA ---------- */

.sec-cta {
  background:
    radial-gradient(900px 480px at 85% 0%, rgba(83, 110, 158, 0.3), transparent 60%),
    linear-gradient(150deg, #0C1524 0%, #14233C 60%, #0F1A2C 100%);
  color: #fff;
  text-align: center;
  padding: 110px 0;
}
.cta-headline {
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: 30px;
  line-height: 1.9;
  margin-bottom: 44px;
}
.cta-headline .gold { color: var(--gold-on-dark); }
.sec-cta .cta-note { color: rgba(255, 255, 255, 0.9); }

/* ---------- profiles ---------- */

.profile-card {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 10px 36px rgba(20, 30, 50, 0.07);
  margin-top: 48px;
  overflow: hidden;
}
.profile-head {
  display: grid;
  grid-template-columns: 300px 1fr;
}
.profile-photo { position: relative; min-height: 300px; }
.profile-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.profile-id {
  padding: 38px 42px 34px;
  background: var(--navy-2);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.profile-id .slogan {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--gold-on-dark);
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
.profile-id .name {
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: 34px;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.profile-id .kana { font-size: 13px; letter-spacing: 0.28em; color: rgba(255, 255, 255, 0.65); margin-bottom: 14px; }
.profile-id .titles { font-size: 14.5px; line-height: 1.9; color: rgba(255, 255, 255, 0.88); }

.profile-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
}
.profile-stats .pstat {
  text-align: center;
  padding: 22px 12px 20px;
}
.profile-stats .pstat + .pstat { border-left: 1px solid var(--line); }
.pstat .v {
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: 28px;
  color: var(--accent-deep);
  line-height: 1.2;
}
.pstat .v small { font-size: 15px; }
.pstat .k { font-size: 12.5px; color: var(--ink-soft); margin-top: 4px; letter-spacing: 0.06em; }

.profile-stats.cols-3 { grid-template-columns: repeat(3, 1fr); }
.profile-photo image-slot { background: var(--paper-dim); }

.profile-body { padding: 40px 48px 44px; }
.profile-body p { font-size: 15px; color: var(--ink-soft); }
.profile-body p + p { margin-top: 14px; }
.profile-body strong { color: var(--ink); font-weight: 700; }

.profile-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-top: 32px;
}
.profile-block-full { margin-top: 32px; }
.profile-block h4 {
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: var(--ink);
  border-left: 4px solid var(--accent);
  padding-left: 12px;
  margin-bottom: 14px;
}
.profile-block ul { list-style: none; display: grid; gap: 8px; }
.profile-block li {
  font-size: 14px;
  color: var(--ink-soft);
  padding-left: 16px;
  position: relative;
  line-height: 1.75;
}
.profile-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  background: var(--accent);
}
.profile-tagline {
  background: var(--accent-pale);
  border: 1px solid var(--pale-border);
  padding: 16px 24px;
  font-weight: 900;
  font-family: var(--heading-font);
  color: var(--pale-text);
  font-size: 16px;
  text-align: center;
  margin-bottom: 28px;
}

/* ---------- footer ---------- */

footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 36px 0;
  font-size: 13px;
  letter-spacing: 0.08em;
}

/* ---------- responsive ---------- */

@media (max-width: 900px) {
  :root { --sec-pad: 64px; }
  .hero h1 { font-size: 56px; }
  .hero-copy { font-size: 19px; }
  .sec-title { font-size: 26px; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .two-grid, .why-grid, .air-compare, .profile-cols { grid-template-columns: 1fr; }
  .step-grid { grid-template-columns: 1fr; }
  .step-card h3 { min-height: 0; }
  .rewrite-row { grid-template-columns: 1fr; }
  .rewrite-row .arrow { transform: rotate(90deg); padding: 4px 0; }
  .profile-head { grid-template-columns: 1fr; }
  .profile-photo { min-height: 280px; }
  .profile-stats { grid-template-columns: 1fr 1fr; }
  .profile-stats.cols-3 { grid-template-columns: 1fr; }
  .profile-stats.cols-3 .pstat + .pstat { border-left: none; border-top: 1px solid var(--line); }
  .profile-stats .pstat:nth-child(3) { border-left: none; }
  .profile-stats .pstat:nth-child(n+3) { border-top: 1px solid var(--line); }
  .profile-body { padding: 28px 26px 32px; }
  .culture-main { font-size: 26px; }
  .members-quote { font-size: 27px; }
  .goal-statement .main { font-size: 27px; }
  .trio-grid { grid-template-columns: 1fr; }
  .trio-card .force { min-height: 0; }
  .cta-headline { font-size: 21px; }
  .btn-cta { font-size: 17px; padding: 18px 46px; }
}
