/* Coaching page — premium executive layout on the DDK brand.
   Scoped under .coach so it never touches the shared nav/footer. */
.coach {
  --accent: #2CD4F5;
  --gold: #F5F7BA;
  --bg: #141414;
  --bg-2: #181818;
  --surface: #1e1e1e;
  --line: rgba(255, 255, 255, 0.09);
  --ink: #ffffff;
  --muted: #b6b6b6;
  --body: #d9d9d9;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Chakra Petch', sans-serif;
}

.coach .wrap { max-width: 1040px; margin: 0 auto; padding: 0 1.5rem; }
.coach section[id], .coach-apply[id] { scroll-margin-top: 92px; }
.coach .narrow { max-width: 720px; margin-left: auto; margin-right: auto; }

.coach h1, .coach h2, .coach h3 {
  font-family: 'URW Din', 'Chakra Petch', sans-serif;
  color: var(--ink);
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0.01em;
}

.coach p { color: var(--body); font-size: 1.18rem; line-height: 1.75; margin: 0 0 1.1rem; }
.coach .accent { color: var(--accent); }
.coach .eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-size: 0.82rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--accent); margin: 0 0 1.4rem;
}
.coach .eyebrow img { width: 18px; height: auto; }

/* Buttons */
.coach .cta {
  display: inline-block; cursor: pointer;
  background: var(--accent); color: #08090a;
  font-family: 'Chakra Petch', sans-serif; font-weight: 700; font-size: 1rem;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 1.05rem 2.4rem; border: 0; border-radius: 8px; text-decoration: none;
  box-shadow: 0 0 26px rgba(44, 212, 245, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.coach .cta:hover { transform: translateY(-2px); box-shadow: 0 0 40px rgba(44, 212, 245, 0.55); color: #08090a; text-decoration: none; }
.coach .cta.ghost { background: transparent; color: var(--accent); box-shadow: inset 0 0 0 1px rgba(44, 212, 245, 0.5); }
.coach .cta.ghost:hover { box-shadow: inset 0 0 0 1px var(--accent), 0 0 26px rgba(44, 212, 245, 0.25); }

/* Hero */
.coach-hero { padding: 5.5rem 0 3rem; }
.coach-hero .grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 3rem; align-items: center; }
.coach-hero h1 { font-size: clamp(2.5rem, 5.2vw, 4rem); }
.coach-hero .lead { font-size: clamp(1.1rem, 1.7vw, 1.32rem); line-height: 1.55; color: var(--muted); max-width: 42ch; margin: 1.3rem 0 0.9rem; }
.coach-hero .lead-resolve { font-size: clamp(1.1rem, 1.7vw, 1.32rem); line-height: 1.5; color: var(--ink); font-weight: 500; max-width: 42ch; margin: 0 0 1.5rem; }
.coach-hero .sub { font-size: 0.95rem; color: var(--muted); margin: 0.8rem 0 0; }

.coach-portrait { position: relative; display: flex; justify-content: center; }
.coach-portrait img.photo {
  width: 100%; max-width: 420px; border-radius: 14px;
  aspect-ratio: 4 / 5; object-fit: cover; object-position: center 30%;
  border: 1px solid var(--line); box-shadow: 0 24px 60px rgba(0,0,0,0.6);
}
.coach-portrait .chev { position: absolute; pointer-events: none; }
.coach-portrait .chev.blue { right: -10px; top: 8%; width: 70px; filter: drop-shadow(0 0 16px #2CD4F5); }
.coach-portrait .chev.gold { left: -8px; bottom: 10%; width: 56px; filter: drop-shadow(0 0 16px #F5F7BA); }

/* Credibility band */
.coach-cred { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.coach-cred .cred-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 3rem; align-items: center; padding: 3.4rem 0; }
.coach-cred .cred-photo { margin: 0; }
.coach-cred .cred-photo img {
  width: 100%; display: block; border-radius: 14px;
  aspect-ratio: 4 / 5; object-fit: cover; object-position: center;
  border: 1px solid var(--line); box-shadow: 0 18px 44px rgba(0,0,0,0.55);
}
.coach-cred .cred-photo figcaption { margin-top: 0.95rem; font-size: 0.95rem; line-height: 1.5; color: var(--muted); font-style: italic; }
.coach-cred .row { display: grid; grid-template-columns: 1fr; gap: 1.6rem; }
.coach-cred .item h3 { font-size: 1.15rem; color: var(--accent); margin-bottom: 0.4rem; }
.coach-cred .item p { font-size: 1rem; color: var(--muted); margin: 0; }

/* Reach proof band */
.coach-proofband .proof-tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.3rem; margin-top: 2.2rem; }
.coach-proofband .proof-tile { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 1.9rem 1.15rem; text-align: center; }
/* All four tiles are short numerics; a word-length value ("Champions") overflows
   at this size — re-fit before reintroducing one (see 2026-07-01 e10c9a2). */
.coach-proofband .proof-num { display: block; font-family: 'URW Din', 'Chakra Petch', sans-serif; font-weight: 700; font-size: clamp(2rem, 3.4vw, 2.8rem); line-height: 1.05; color: var(--accent); margin-bottom: 0.75rem; overflow-wrap: break-word; }
.coach-proofband .proof-label { display: block; font-size: 1rem; line-height: 1.5; color: var(--muted); }

/* Generic section */
.coach section { padding: 5.5rem 0; border-top: 1px solid var(--line); }
.coach section h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); margin-bottom: 1.4rem; }

/* Background rhythm for alternating sections */
.coach section.alt { background: var(--bg-2); }

/* Editorial split: heading left, body right — fills text-only sections */
.coach .split { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 3.5rem; align-items: start; }
.coach .split-head h2 { margin-bottom: 0; }
.coach .split-body p { font-size: 1.18rem; }
.coach .split-body p:last-child { margin-bottom: 0; }

/* Benefit cards */
.coach-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.3rem; margin-top: 2.2rem; }
.coach-card { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 1.8rem; }
.coach-card .card-ico { display: block; width: 30px; height: auto; margin-bottom: 1.1rem; filter: drop-shadow(0 0 12px rgba(44, 212, 245, 0.5)); }
.coach-card h3 { font-size: 1.25rem; color: var(--ink); margin-bottom: 0.6rem; }
.coach-card p { font-size: 1.02rem; color: var(--muted); margin: 0; }

/* How it works */
.coach-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1.3rem; margin-top: 2.4rem; }
.coach-step { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 1.8rem; }
.coach-step .num { display: block; font-family: 'URW Din', 'Chakra Petch', sans-serif; font-size: 1.5rem; letter-spacing: 0.08em; color: var(--accent); margin-bottom: 0.9rem; }
.coach-step h3 { font-size: 1.2rem; color: var(--ink); margin-bottom: 0.5rem; }
.coach-step p { font-size: 1rem; color: var(--muted); margin: 0; }

/* Pricing */
.coach-pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 1.3rem; margin-top: 1.6rem; }
.coach-price { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 1.7rem; display: flex; flex-direction: column; }
.coach-price.featured { border-color: rgba(44, 212, 245, 0.55); box-shadow: 0 0 34px rgba(44, 212, 245, 0.22); }
.coach-price .tag { font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.9rem; text-align: center; }
.coach-price h3 { font-size: 1.35rem; margin-bottom: 0.6rem; text-align: center; }
.coach-price .price { display: flex; flex-direction: column; align-items: center; gap: 0.1rem; margin-bottom: 1rem; }
.coach-price .price .now { font-family: 'URW Din', 'Chakra Petch', sans-serif; font-size: 2.6rem; color: var(--ink); }
.coach-price .price .was { font-size: 0.9rem; color: var(--muted); }
.coach-price p { font-size: 1rem; color: var(--muted); margin-bottom: 1.3rem; min-height: 4.3em; text-align: center; }
.coach-price .cta { margin-top: auto; text-align: center; }

/* Founding-cohort callout */
.coach-founding { background: rgba(44, 212, 245, 0.06); border: 1px solid rgba(44, 212, 245, 0.28); border-radius: 14px; padding: 1.1rem 1.4rem; margin-top: 1.4rem; }
.coach-founding p { margin: 0; color: var(--body); font-size: 1rem; line-height: 1.55; }
.coach-founding strong { color: var(--accent); font-family: 'URW Din', 'Chakra Petch', sans-serif; letter-spacing: 0.02em; }

/* FAQ */
.coach-faq { max-width: 760px; margin: 2rem auto 0; }
.coach-faq details { border-bottom: 1px solid var(--line); padding: 1.3rem 0; }
.coach-faq summary { cursor: pointer; list-style: none; font-family: 'URW Din', 'Chakra Petch', sans-serif; font-size: 1.25rem; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.coach-faq summary::-webkit-details-marker { display: none; }
.coach-faq summary::after { content: '+'; color: var(--accent); font-size: 1.6rem; line-height: 1; }
.coach-faq details[open] summary::after { content: '\2013'; }
.coach-faq details p { margin: 1rem 0 0; color: var(--muted); font-size: 1.08rem; }

/* Application form */
.coach-apply { background: var(--bg-2); }
.coach-form { max-width: 600px; margin: 1.6rem auto 0; display: flex; flex-direction: column; gap: 0.75rem; }
.coach-form input, .coach-form textarea {
  width: 100%; background: var(--surface); color: var(--ink);
  border: 1px solid var(--line); border-radius: 9px; padding: 0.78rem 1rem;
  font-family: 'Chakra Petch', sans-serif; font-size: 1.05rem;
}
.coach-form input::placeholder, .coach-form textarea::placeholder { color: #8a8a8a; }
.coach-form input:focus, .coach-form textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 2px rgba(44,212,245,0.18); }
.coach-form textarea { min-height: 84px; resize: vertical; }
.coach-form .field { display: flex; flex-direction: column; gap: 0.3rem; }
.coach-form label { font-size: 0.92rem; font-weight: 600; color: var(--ink); }
.coach-form label .opt { font-weight: 400; color: var(--muted); }
.coach-form .form-reassure { text-align: center; color: var(--muted); font-size: 0.92rem; margin: 0.2rem 0 0; }
.coach-form .cta { margin-top: 0.4rem; border: 0; }
.coach .form-note { text-align: center; color: var(--muted); font-size: 0.95rem; margin-top: 1.4rem; }
.coach .done-msg { display: none; text-align: center; background: rgba(44,212,245,0.08); border: 1px solid rgba(44,212,245,0.3); border-radius: 12px; padding: 1.6rem; color: var(--accent); max-width: 620px; margin: 2rem auto 0; }

.coach-hero .hero-creds { font-size: 0.9rem; color: var(--muted); line-height: 1.5; max-width: 46ch; margin: 0 0 1.1rem; }
.coach-cred .cred-proof { margin: 2.4rem 0 0; padding-top: 1.6rem; border-top: 1px solid var(--line); text-align: center; color: var(--muted); font-size: 0.95rem; line-height: 1.7; }
.coach-cred .cred-proof a { color: var(--accent); text-decoration: none; }
.coach-cred .cred-proof a:hover { text-decoration: underline; }
.coach-guarantee { max-width: 760px; margin: 1.7rem auto 0; background: rgba(44,212,245,0.06); border: 1px solid rgba(44,212,245,0.25); border-radius: 14px; padding: 1.2rem 1.6rem; }
.coach-guarantee h3 { color: var(--accent); margin: 0 0 0.5rem; font-size: 1.15rem; }
.coach-guarantee p { margin: 0; font-size: 1.05rem; }

.who-intro { max-width: 760px; }
.coach-fit { display: grid; grid-template-columns: 1fr 1fr; gap: 0 3.5rem; margin-top: 2.8rem; }
.coach-fit .fit-col h3 { font-size: 1.05rem; margin: 0 0 0.4rem; padding-bottom: 0.85rem; border-bottom: 2px solid var(--line); }
.coach-fit .fit-col.yes h3 { color: var(--accent); border-bottom-color: rgba(44,212,245,0.45); }
.coach-fit .fit-col.no h3 { color: var(--muted); }
.coach-fit ul { margin: 0; padding: 0; list-style: none; }
.coach-fit li { color: var(--body); font-size: 1rem; line-height: 1.55; padding: 0.8rem 0; border-top: 1px solid var(--line); }
.coach-fit .fit-col li:first-child { border-top: 0; }
.coach-price .incl { list-style: none; margin: 0 0 1.3rem; padding: 0; }
.coach-price .incl li { color: var(--muted); font-size: 0.95rem; line-height: 1.35; padding-left: 1.3rem; position: relative; margin-bottom: 0.35rem; }
.coach-price .incl li::before { content: "›"; color: var(--accent); position: absolute; left: 0; }
@media (max-width: 720px) { .coach-fit { grid-template-columns: 1fr; } .coach-fit .fit-col + .fit-col { margin-top: 2.4rem; } }

/* Testimonials (scaffold; the section markup is commented in index.html until
   real founding-client quotes land — never fabricate) */
.coach-testimonials .testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.3rem; margin-top: 2.2rem; }
.coach-testimonials .testi-card { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 1.8rem; margin: 0; display: flex; flex-direction: column; }
.coach-testimonials .testi-card blockquote { margin: 0 0 1.2rem; color: var(--body); font-size: 1.02rem; line-height: 1.6; flex: 1; }
.coach-testimonials .testi-card blockquote::before { content: "\201C"; display: block; color: var(--accent); font-size: 2rem; line-height: 1; margin-bottom: 0.4rem; }
.coach-testimonials figcaption { border-top: 1px solid var(--line); padding-top: 1rem; }
.coach-testimonials .testi-name { display: block; color: var(--ink); font-weight: 600; }
.coach-testimonials .testi-role { display: block; color: var(--muted); font-size: 0.9rem; margin-top: 0.15rem; }
.coach-testimonials .testi-delta { display: inline-block; margin-top: 0.6rem; color: var(--accent); font-size: 0.85rem; letter-spacing: 0.04em; }

/* Newsletter capture band */
.coach-newsletter { text-align: center; }
.coach-newsletter .eyebrow { justify-content: center; }
.coach-newsletter .narrow { max-width: 52ch; margin: 0 auto; }
.coach-newsletter .nl-form { display: flex; justify-content: center; gap: 0.7rem; margin-top: 1.8rem; flex-wrap: wrap; }
.coach-newsletter .nl-form input[type="email"] { width: min(340px, 100%); padding: 0.85rem 1rem; background: var(--surface); color: var(--ink); border: 1px solid var(--line); border-radius: 8px; font-family: inherit; font-size: 1rem; }
.coach-newsletter .nl-form input[type="email"]:focus { outline: none; border-color: var(--accent); }
.coach-newsletter .nl-done { margin-top: 1.8rem; color: var(--accent); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.story-act { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 3rem; align-items: center; }
.story-act .story-photo { margin: 0; }
.story-act .story-photo img { width: 100%; display: block; border-radius: 14px; aspect-ratio: 4 / 5; object-fit: cover; border: 1px solid var(--line); box-shadow: 0 18px 44px rgba(0,0,0,0.55); }
.story-act.img-right { grid-template-columns: 1.28fr 0.72fr; }
.story-act.img-right .story-photo { order: 2; }
@media (max-width: 860px) {
  .story-act, .story-act.img-right { grid-template-columns: 1fr; gap: 1.6rem; }
  .story-act.img-right .story-photo { order: 0; }
  .story-act .story-photo img { aspect-ratio: 1 / 1; max-width: 360px; margin: 0 auto; }
}

@media (max-width: 860px) {
  .coach-hero { padding: 4.5rem 0 3.5rem; }
  .coach-hero .grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .coach-portrait { order: -1; }
  .coach-cred .cred-grid { grid-template-columns: 1fr; gap: 2rem; padding: 2.8rem 0; }
  .coach-cred .cred-photo img { max-width: 360px; margin: 0 auto; aspect-ratio: 1 / 1; }
  .coach-cred .cred-photo figcaption { text-align: center; }
  .coach-cred .row { gap: 1.4rem; text-align: center; }
  .coach-pricing { grid-template-columns: 1fr; }
  .coach section { padding: 4rem 0; }
  .coach .split { grid-template-columns: 1fr; gap: 1.3rem; }
}

/* Accessibility: visible keyboard focus (WCAG 2.2 2.4.11) */
.coach a:focus-visible, .coach button:focus-visible, .coach input:focus-visible, .coach textarea:focus-visible, .coach summary:focus-visible, .sticky-apply:focus-visible {
  outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 4px;
}
/* Accessibility: respect reduced-motion */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}
/* Sticky mobile apply bar */
.sticky-apply { display: none; position: fixed; z-index: 60; background: #2CD4F5; color: #08090a; font-weight: 600;
  text-decoration: none; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.55); font-family: 'Chakra Petch', sans-serif; }
body.scrolled .sticky-apply { display: block; }
@media (min-width: 769px) { .sticky-apply { right: 1.6rem; bottom: 1.6rem; padding: 0.85rem 1.6rem; } }
@media (max-width: 768px) {
  body { padding-bottom: 4.5rem; }
  .sticky-apply { left: 1rem; right: 1rem; bottom: 1rem; text-align: center; padding: 0.95rem 1rem; }
  body.active .sticky-apply { display: none; }
}
/* Mobile menu: show the full-screen overlay when the burger toggles body.active
   (previously opened by the now-removed Webflow runtime JS). */
body.active .mob-menu { display: flex; }

/* Mobile hardening: prevent horizontal scroll from decorative chevrons, and
   drop the desktop card-alignment min-heights once the pricing cards stack. */
.coach { overflow-x: clip; }
@media (max-width: 860px) {
  .coach-price h3, .coach-price p { min-height: auto; }
}

/* ---- Pressure Scorecard ---- */
.sc-wrap { padding: 5.5rem 0 4rem; max-width: 760px; margin: 0 auto; }
.sc-intro h1 { font-size: clamp(2rem, 4vw, 2.8rem); margin: 0.6rem 0 0; }
.sc-intro .lead { color: var(--muted); font-size: 1.1rem; margin: 1rem 0 0; max-width: 56ch; }
#sc-quiz { margin: 2.4rem 0 0; display: flex; flex-direction: column; gap: 1.1rem; }
.sc-q { border: 1px solid var(--line); border-radius: 12px; padding: 1.3rem 1.4rem; background: var(--surface); margin: 0; }
.sc-q legend { font-size: 1.05rem; color: var(--ink); padding: 0; line-height: 1.5; }
.sc-scale { display: flex; gap: 0.5rem; margin-top: 1rem; }
.sc-opt { flex: 1; display: flex; align-items: center; justify-content: center; min-height: 46px; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; color: var(--muted); }
.sc-opt input { position: absolute; opacity: 0; width: 0; height: 0; }
.sc-opt span { font-family: 'URW Din','Chakra Petch',sans-serif; font-size: 1.1rem; }
.sc-opt:has(input:checked) { background: var(--accent); color: #08090a; border-color: var(--accent); }
.sc-error { color: #ff8a8a; margin: 1.2rem 0 0; }
#sc-gate { margin-top: 2.2rem; border-top: 1px solid var(--line); padding-top: 2rem; }
#sc-gate h2 { font-size: 1.5rem; }
#sc-gate > p { color: var(--muted); margin: 0.5rem 0 1.4rem; max-width: 52ch; }
.sc-field { display: flex; flex-direction: column; gap: 0.3rem; margin-bottom: 1rem; max-width: 420px; }
.sc-field label { font-size: 0.9rem; color: var(--body); }
.sc-field input { background: var(--surface); color: var(--ink); border: 1px solid var(--line); border-radius: 9px; padding: 0.78rem 1rem; font-family: 'Chakra Petch', sans-serif; font-size: 1.05rem; }
.sc-fine { font-size: 0.85rem; color: var(--muted); margin-top: 1rem; }
.sc-scorebox { display: flex; align-items: baseline; gap: 1.2rem; margin: 1rem 0 0; flex-wrap: wrap; }
.sc-num { font-family: 'URW Din','Chakra Petch',sans-serif; font-size: 4.5rem; line-height: 1; color: var(--accent); }
.sc-pct-sign { font-size: 2rem; color: var(--muted); }
.sc-band { font-size: 1.4rem; color: var(--ink); font-weight: 600; }
.sc-band-text { color: var(--body); font-size: 1.1rem; margin: 1.2rem 0 0; max-width: 58ch; }
.sc-bars { margin: 2rem 0 0; display: flex; flex-direction: column; gap: 0.9rem; }
.sc-bar-row { display: grid; grid-template-columns: 1.1fr 2fr auto; align-items: center; gap: 1rem; }
.sc-bar-lab { font-size: 0.95rem; color: var(--body); }
.sc-bar-track { height: 10px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.sc-bar-fill { height: 100%; background: var(--accent); }
.sc-bar-val { font-family: 'URW Din','Chakra Petch',sans-serif; color: var(--muted); font-size: 0.95rem; min-width: 3ch; text-align: right; }
.sc-weak { margin: 2.4rem 0 0; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 1.4rem 1.6rem; }
.sc-weak h3 { font-size: 1.2rem; margin: 0 0 0.5rem; }
.sc-weak p { color: var(--body); margin: 0; }
.sc-cta { margin: 2.4rem 0 0; background: rgba(44,212,245,0.06); border: 1px solid rgba(44,212,245,0.28); border-radius: 14px; padding: 1.8rem; }
.sc-cta h3 { font-size: 1.35rem; margin: 0 0 0.6rem; }
.sc-cta p { color: var(--body); margin: 0 0 1.4rem; max-width: 58ch; }
.sc-secondary { display: inline-block; margin-left: 1.3rem; color: var(--accent); }
@media (max-width: 600px) {
  .sc-bar-row { grid-template-columns: 1fr auto; }
  .sc-bar-track { grid-column: 1 / -1; order: 3; }
  .sc-secondary { display: block; margin: 1rem 0 0; }
}
