/* Relationship Clarity Call — page-scoped styles layered on magazine.css. */

.byc-hero { padding: 56px 0 68px; border-bottom: 1px solid var(--line); overflow: hidden; }
.byc-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr); align-items: center; gap: 64px; }
.byc-h1 { font-size: clamp(58px, 7vw, 110px); margin: 24px 0 0; line-height: .88; max-width: 760px; }
.byc-hero-lede { margin: 28px 0 0; font-family: var(--display); font-size: clamp(22px, 2.1vw, 31px); font-weight: 650; line-height: 1.2; max-width: 680px; }
.byc-hero-detail { margin: 20px 0 0; color: var(--muted); font-size: 18px; line-height: 1.62; max-width: 650px; }
.byc-hero-actions { margin-top: 32px; display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.byc-hero-actions > span { font-family: var(--mono); font-size: 11px; letter-spacing: .11em; text-transform: uppercase; color: var(--muted); }
.byc-hero-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--line); }
.byc-hero-points div { padding: 0 18px; border-left: 1px solid var(--line); }
.byc-hero-points div:first-child { padding-left: 0; border-left: 0; }
.byc-hero-points strong, .byc-hero-points span { display: block; }
.byc-hero-points strong { font-family: var(--display); font-size: 18px; }
.byc-hero-points span { color: var(--muted); font-size: 13px; margin-top: 3px; }
.byc-hero-media { position: relative; min-height: 650px; border-radius: 18px; overflow: hidden; background: var(--paper); }
.byc-hero-media img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 48% 50%; }
.byc-hero-note { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 20px 22px; background: rgba(11,11,10,.30); color: var(--cream); border-radius: 12px; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.byc-hero-note span, .byc-hero-note strong { display: block; }
.byc-hero-note span { color: var(--muted-2); font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 5px; }
.byc-hero-note strong { font-family: var(--display); font-size: 20px; line-height: 1.25; }

.byc-intro { background: #fff; }
.byc-intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.byc-intro h2 { margin: 0; font-size: clamp(42px, 5vw, 70px); }
.byc-intro p { font-size: clamp(19px, 1.5vw, 23px); color: var(--ink-3); line-height: 1.65; margin: 0; }
.byc-section-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.byc-section-head h2 { font-size: clamp(42px, 5vw, 68px); margin: 10px 0 0; }
.byc-section-head > p { color: var(--muted); font-size: 17px; line-height: 1.6; margin: 0; }
.byc-outcomes { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.byc-outcome { min-height: 290px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.byc-number { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #F9E8EA; font-family: var(--mono); color: var(--accent); font-size: 11px; letter-spacing: .18em; }
.byc-outcome h3 { font-family: var(--display); font-size: 24px; line-height: 1.15; margin: 42px 0 13px; }
.byc-outcome p { color: var(--muted); line-height: 1.6; margin: 0; }

.byc-pattern { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.byc-pattern-media { min-height: 570px; border-radius: 24px; overflow: hidden; }
.byc-pattern-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.byc-pattern h2 { font-size: clamp(42px, 4.8vw, 68px); margin: 12px 0 24px; }
.byc-pattern p { color: var(--muted-2); font-size: 18px; line-height: 1.65; }
.byc-pattern ul { list-style: none; padding: 0; margin: 26px 0 32px; }
.byc-pattern li { position: relative; padding: 12px 0 12px 28px; border-top: 1px solid var(--line-dark); }
.byc-pattern li::before { content: "→"; position: absolute; left: 0; color: var(--accent); }
.byc-belief { text-align: center; }
.byc-belief blockquote { font-family: var(--display); font-weight: 700; font-size: clamp(38px, 5.6vw, 82px); letter-spacing: -.035em; line-height: 1.02; max-width: 1100px; margin: 0 auto 22px; }
.byc-belief cite { font-family: var(--mono); font-style: normal; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.byc-belief p { max-width: 680px; margin: 32px auto 0; color: rgba(255,255,255,.82); font-size: 17px; }

.byc-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.byc-steps article { background: #fff; border: 0; border-top: 5px solid var(--accent); border-radius: 0 0 14px 14px; padding: 32px; box-shadow: 0 12px 36px rgba(11,11,10,.06); }
.byc-steps article > .byc-step-number { display: inline-flex; flex-direction: column; justify-content: center; width: 58px; height: 58px; padding-left: 12px; border-radius: 50%; background: #F9E8EA; color: var(--accent); font-family: var(--display); font-size: 25px; font-weight: 760; letter-spacing: -.05em; line-height: .8; }
.byc-step-number small { margin-bottom: 4px; font-family: var(--mono); font-size: 8px; font-weight: 700; letter-spacing: .14em; line-height: 1; text-transform: uppercase; }
.byc-steps h3 { font-family: var(--display); font-size: 27px; margin: 38px 0 12px; }
.byc-steps p { color: var(--muted); margin: 0; line-height: 1.6; }

.byc-about { background: transparent; }
.byc-about-grid { display: grid; grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr); gap: clamp(42px, 6vw, 84px); align-items: center; }
.byc-about-collage { display: grid; grid-template-columns: 1.12fr 1fr; grid-template-rows: auto auto; gap: 14px; }
.byc-about-collage img { display: block; width: 100%; border-radius: 16px; object-fit: cover; }
.byc-about-collage img:first-child { grid-column: 1; grid-row: 1; aspect-ratio: 3 / 2; }
.byc-about-collage img:nth-child(2) { grid-column: 1; grid-row: 2; aspect-ratio: 3 / 2; }
.byc-about-collage img:nth-child(3) { grid-column: 2; grid-row: 1 / 3; width: 100%; height: 100%; aspect-ratio: auto; }
.byc-about-copy h2 { font-size: clamp(42px, 4.7vw, 66px); margin: 12px 0 22px; }
.byc-about-copy > p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.byc-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; margin-top: 32px; border-top: 1px solid var(--line); }
.byc-facts div { padding: 17px 0 15px; border-bottom: 1px solid var(--line); background: transparent; }
.byc-facts strong, .byc-facts span { display: block; }
.byc-facts strong { display: flex; align-items: center; gap: 9px; font-family: var(--display); font-size: 17px; }
.byc-facts strong::before { content: ""; width: 18px; height: 2px; background: var(--accent); }
.byc-facts span { color: var(--muted); font-size: 13px; margin-top: 5px; line-height: 1.45; }
.byc-stories { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 72px; }
.byc-story-card { position: relative; min-height: 500px; background: var(--ink-2); border-radius: 18px; overflow: hidden; }
.byc-story-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(11,11,10,.94)); }
.byc-story-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.byc-story-card > div { position: absolute; z-index: 1; right: 26px; bottom: 28px; left: 26px; }
.byc-story-card span { font-family: var(--mono); color: #FFB3BF; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.byc-story-card h3 { color: #fff; font-family: var(--display); font-size: 24px; line-height: 1.1; margin: 12px 0 10px; }
.byc-story-card p { color: #CEC7BD; line-height: 1.6; margin: 0; }

.byc-community { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ink); }
.byc-community figure { position: relative; margin: 0; min-height: 330px; overflow: hidden; }
.byc-community img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.byc-community figure:hover img { transform: scale(1.025); }
.byc-community figure::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(11,11,10,.78)); }
.byc-community figcaption { position: absolute; z-index: 1; left: 22px; bottom: 18px; color: var(--cream); font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }

.byc-faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.byc-faq h2 { font-size: clamp(42px, 4.6vw, 66px); margin: 12px 0 20px; }
.byc-faq > div:first-child p { color: var(--muted); font-size: 17px; line-height: 1.6; }
.byc-faq-item { border-top: 1px solid var(--line); }
.byc-faq-item:last-child { border-bottom: 1px solid var(--line); }
.byc-faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; text-align: left; font-family: var(--display); font-size: 20px; font-weight: 650; }
.byc-faq-item button span:last-child { color: var(--accent); font-size: 26px; font-weight: 400; }
.byc-faq-item p { margin: -6px 0 24px; color: var(--muted); line-height: 1.65; padding-right: 45px; }

.byc-final { background: transparent; color: var(--ink); }
.byc-final-grid { display: grid; grid-template-columns: 1fr .7fr; gap: 90px; align-items: center; }
.byc-final h2 { font-size: clamp(48px, 6vw, 82px); margin: 12px 0 22px; }
.byc-final-grid > div > p { color: var(--muted); font-size: 18px; line-height: 1.65; max-width: 650px; }
.byc-call-card { background: #fff; color: var(--ink); padding: 38px; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 28px 80px rgba(25,17,15,.12); }
.byc-call-card > span { font-family: var(--mono); color: var(--accent); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.byc-call-card h3 { font-family: var(--display); font-size: 34px; line-height: 1.08; margin: 14px 0 20px; }
.byc-call-card ul { list-style: none; margin: 0 0 28px; padding: 0; }
.byc-call-card li { padding: 10px 0 10px 24px; border-top: 1px solid var(--line); position: relative; }
.byc-call-card li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); }

.byc-book-overlay { position: fixed; inset: 0; z-index: 9999; background: rgba(11,11,10,.68); display: flex; align-items: flex-start; justify-content: center; padding: max(24px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left)); overflow-y: auto; overscroll-behavior: contain; }
.byc-book-modal { position: relative; display: flex; flex-direction: column; width: 100%; max-width: 640px; max-height: calc(100vh - 48px); max-height: calc(100dvh - 48px); margin: auto; background: var(--cream); color: var(--ink); border-radius: 18px; padding: 30px 28px; box-shadow: 0 30px 80px rgba(11,11,10,.35); overflow: hidden; }
.byc-book-close { position: absolute; top: 10px; right: 12px; z-index: 2; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; font-size: 26px; opacity: .62; }
.byc-book-close:hover { opacity: 1; }
.byc-book-head { margin-bottom: 18px; padding-right: 30px; }
.byc-book-kicker { font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
.byc-book-head h3 { font-family: var(--display); font-size: 26px; line-height: 1.1; margin: 0; }
.byc-book-head p, .byc-book-center p { margin: 8px 0 0; font-size: 14px; color: var(--muted); }
.byc-book-error { font-size: 13px; color: var(--accent); margin-bottom: 12px; }
.byc-book-calendly { width: 100%; min-width: 320px; min-height: 300px; height: min(640px, calc(100vh - 190px)); height: min(640px, calc(100dvh - 190px)); overflow-y: auto; -webkit-overflow-scrolling: touch; }
.byc-book-center { text-align: center; padding: 18px 0 6px; }
.byc-book-center .btn { margin-top: 18px; }

.byc-book-modal :focus-visible,
.byc-faq-item button:focus-visible,
.byc-hero-actions .btn:focus-visible,
.byc-call-card .btn:focus-visible,
.byc-pattern .btn:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

@supports not selector(:focus-visible) {
  .byc-book-modal button:focus,
  .byc-faq-item button:focus,
  .byc-hero-actions .btn:focus,
  .byc-call-card .btn:focus,
  .byc-pattern .btn:focus {
    outline: 3px solid var(--accent);
    outline-offset: 4px;
  }
}

@media (max-width: 1100px) {
  .byc-hero-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .byc-hero-media { min-height: 560px; }
  .byc-outcomes { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .byc-hero-grid, .byc-intro-grid, .byc-pattern, .byc-about-grid, .byc-faq, .byc-final-grid { grid-template-columns: 1fr; }
  .byc-hero-media { min-height: 0; aspect-ratio: 4 / 3; }
  .byc-section-head { grid-template-columns: 1fr; gap: 20px; }
  .byc-steps { grid-template-columns: 1fr; }
  .byc-stories { grid-template-columns: 1fr; }
  .byc-community { grid-template-columns: repeat(2, 1fr); }
  .byc-about-collage { order: 2; }
  .byc-faq, .byc-final-grid { gap: 50px; }
}
@media (max-width: 640px) {
  .byc-hero { padding: 38px 0 50px; }
  .byc-h1 { font-size: clamp(46px, 16vw, 70px); }
  .byc-hero-lede { font-size: 21px; }
  .byc-hero-detail { font-size: 16px; }
  .byc-hero-actions { align-items: stretch; }
  .byc-hero-actions .btn, .byc-call-card .btn, .byc-pattern .btn { width: 100%; min-height: 48px; white-space: normal; }
  .byc-hero-actions > span { text-align: center; }
  .byc-hero-points { grid-template-columns: 1fr; }
  .byc-hero-points div { padding: 13px 0; border-left: 0; border-top: 1px solid var(--line); }
  .byc-hero-points div:first-child { border-top: 0; }
  .byc-hero-media { min-height: 0; aspect-ratio: 4 / 5; }
  .byc-hero-note { right: 14px; bottom: 14px; left: 14px; padding: 15px 16px; }
  .byc-hero-note strong { font-size: 17px; }
  .byc-outcomes { grid-template-columns: 1fr; }
  .byc-outcome { min-height: 0; padding: 25px 22px; }
  .byc-outcome h3 { margin-top: 30px; }
  .byc-pattern { gap: 42px; }
  .byc-pattern-media { min-height: 0; aspect-ratio: 3 / 2; }
  .byc-intro-grid { gap: 28px; }
  .byc-section-head { margin-bottom: 34px; }
  .byc-steps article { padding: 27px 24px; }
  .byc-about-collage { grid-template-columns: 1fr; grid-template-rows: auto; }
  .byc-about-collage img:first-child,
  .byc-about-collage img:nth-child(2),
  .byc-about-collage img:nth-child(3) { grid-column: auto; grid-row: auto; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
  .byc-facts { grid-template-columns: 1fr; }
  .byc-stories { margin-top: 48px; }
  .byc-story-card { min-height: 0; }
  .byc-story-card::after { display: none; }
  .byc-story-card > img { position: static; display: block; width: 100%; height: auto; }
  .byc-story-card > div { position: static; padding: 24px 22px 26px; }
  .byc-community figure { min-height: 230px; }
  .byc-faq { gap: 36px; }
  .byc-faq-item button { min-height: 54px; padding: 18px 0; font-size: 18px; }
  .byc-faq-item p { padding-right: 12px; }
  .byc-call-card { padding: 28px 22px; }
  .byc-book-overlay { padding: max(8px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left)); }
  .byc-book-modal { max-height: calc(100vh - 16px); max-height: calc(100dvh - 16px); padding: 24px 16px 16px; border-radius: 14px; }
  .byc-book-head { margin-bottom: 12px; padding-right: 38px; }
  .byc-book-head h3 { font-size: 23px; }
  .byc-book-calendly { min-width: 0; min-height: 260px; height: calc(100vh - 160px); height: calc(100dvh - 160px); }
}

@media (max-width: 420px) {
  .byc-community { grid-template-columns: 1fr 1fr; }
  .byc-community figure { min-height: 190px; }
  .byc-community figcaption { left: 14px; bottom: 13px; font-size: 9px; }
  .byc-final h2, .byc-intro h2, .byc-section-head h2, .byc-pattern h2, .byc-about-copy h2, .byc-faq h2 { overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  .byc-community img { transition: none; }
}