.leader-shortcuts { margin-top: 20px; display: flex; flex-wrap: wrap; align-items: center; column-gap: 10px; color: var(--muted); font-size: .9rem; line-height: 1.4; }
.leader-shortcuts a { min-height: 44px; display: inline-flex; align-items: center; color: var(--green-dark); text-underline-offset: 4px; }
.leader-shortcuts a:hover { color: var(--green); }
#first-gig-title, #set-list-title, #attention-title, #member-email-title, #calendar-title { scroll-margin-top: 100px; }
.first-gig-section .section-heading { max-width: none; }
.first-gig-section .section-heading p:not(.eyebrow) { max-width: 1000px; }
.first-gig-section .setup-steps { max-width: none; margin: 44px 0 36px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 48px; list-style: none; }
.first-gig-section .setup-steps li { min-width: 0; margin: 0; display: grid; grid-template-columns: 44px minmax(0, 1fr); align-content: start; gap: 18px; }
.first-gig-section .setup-steps li:nth-child(n + 3) { padding-top: 32px; border-top: 1px solid var(--line); }
.setup-number { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green); font-size: 1.5rem; line-height: 1; }
.first-gig-section h3 { margin: 3px 0 12px; font-size: clamp(1.2rem, 2vw, 1.6rem); font-weight: 500; line-height: 1.35; }
.first-gig-section .setup-steps p { margin: 0; color: var(--muted); font-size: 1.08rem; line-height: 1.55; }
.setup-benefit { padding: 28px 30px; border-radius: 16px; background: var(--green-light); }
.setup-benefit p { margin: 0; font-size: 1.08rem; line-height: 1.55; }
.setup-questions { margin-top: 28px; }
.first-gig-section .setup-details { max-width: none; padding: 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.first-gig-section .setup-details summary { min-height: 72px; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; font-size: 1.08rem; font-weight: 500; }
.first-gig-section .setup-details summary::-webkit-details-marker { display: none; }
.first-gig-section .setup-details summary span { position: relative; width: 18px; height: 18px; flex: none; color: var(--green); }
.first-gig-section .setup-details summary span::before, .first-gig-section .setup-details summary span::after { content: ""; position: absolute; top: 8px; left: 0; width: 18px; height: 1px; background: currentColor; }
.first-gig-section .setup-details summary span::after { transform: rotate(90deg); }
.first-gig-section .setup-details[open] summary span::after { transform: none; }
.first-gig-section .setup-details p { max-width: 1000px; margin: 0 0 20px; color: var(--muted); }

@media (max-width: 700px) {
  .first-gig-section .setup-steps { margin-top: 32px; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .first-gig-section .setup-steps li { grid-template-columns: 36px minmax(0, 1fr); gap: 14px; }
  .first-gig-section .setup-steps li:nth-child(n + 2) { padding-top: 24px; border-top: 1px solid var(--line); }
  .setup-number { width: 36px; height: 36px; font-size: 1.25rem; }
  .setup-benefit { padding: 22px; }
}

.one-record-section { background: var(--cream); }
.one-record-section .branch-layout { margin-top: 0; grid-template-columns: minmax(min-content, .35fr) 40px minmax(0, 1.65fr); gap: 20px; }
.one-record-section .source-record { padding: 20px; text-align: center; }
.one-record-section .source-record h3,
.one-record-section .branch-outcomes strong { font-family: inherit; font-weight: 600; letter-spacing: normal; }
.one-record-section .source-record h3 { margin: 0; font-size: clamp(1.25rem, 1.7vw, 1.6rem); line-height: 1.25; }
.one-record-section .branch-lines { font-size: 2rem; transform: none; }
.one-record-section .branch-outcomes { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; }
.one-record-section .branch-outcomes article { padding: 14px 16px; box-shadow: none; }
.one-record-section .branch-outcomes strong { margin: 0; font-size: 1rem; line-height: 1.4; }
.one-record-section .branch-outcomes p { margin: 5px 0 0; color: var(--muted); font-size: .85rem; line-height: 1.4; }
.setup-access-note { max-width: 900px; margin: 24px 0 0; color: var(--muted); }
.setup-access-note a { color: var(--green-dark); text-underline-offset: 4px; }
.set-list-section { background: var(--green-light); }
.attention-section { background: var(--cream); }
.leader-mobile-break { display: none; }
.leader-desktop-lead-break { display: none; }
.leader-hero-media { margin: 0; padding: 0; border-left: 0; }
.leader-hero-photo { aspect-ratio: 16 / 10; object-fit: cover; object-position: 55% 50%; box-shadow: 0 22px 44px rgba(82,60,16,.24); }
.product-evidence-section.leader-product-evidence { background: var(--green); color: white; }
.leader-product-evidence .eyebrow { color: var(--yellow); }
.leader-product-evidence .product-evidence-copy p:not(.eyebrow) { color: #d8e4de; }
.product-evidence.leader-product-layout { grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); }
.leader-product-risk { margin-top: 24px; }
.leader-product-value { margin-top: 16px; display: block; color: var(--yellow); font-size: 1rem; }
.leader-overview-section .section-heading p:not(.eyebrow) { margin-top: clamp(24px, 3vw, 36px); }
.leader-overview-section .screen-frame { margin-top: clamp(28px, 4vw, 48px); }
.leader-attention-crop { aspect-ratio: 1440 / 750; overflow: hidden; }
.leader-attention-crop picture { display: block; }
.screen-frame.screen-full .leader-attention-crop img { width: 100%; height: auto; aspect-ratio: 1440 / 1000; max-height: none; object-fit: cover; object-position: top; }
.leader-schedule-crop { aspect-ratio: 1440 / 720; overflow: hidden; }
.leader-schedule-crop picture { display: block; }
.screen-frame.screen-full .leader-schedule-crop img { width: 100%; height: auto; aspect-ratio: 1440 / 1000; max-height: none; object-fit: cover; object-position: top; transform: translateY(-3%); }
.leader-screen-pair { margin-top: 44px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 20px; }
.set-list-value { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.set-list-value article { padding: 22px; border: 1px solid rgba(11,96,79,.2); border-radius: 12px; background: rgba(255,255,255,.55); }
.set-list-value small { color: var(--green); font-size: .56rem; font-weight: 950; letter-spacing: .12em; }
.set-list-value strong { margin-top: 12px; display: block; font-size: 1.3rem; }
.set-list-value p { margin: 7px 0 0; color: var(--muted); font-size: .72rem; }
.operations-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(270px, 360px); align-items: start; gap: clamp(42px, 6vw, 76px); }
.operations-integrations-screen { aspect-ratio: 6 / 5; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: #f7f5ef; box-shadow: 0 24px 54px rgba(0,0,0,.28); }
.operations-integrations-screen img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center 29%; }

@media (min-width: 1121px) {
  .page-hero-grid { align-items: start; }
  .leader-hero-media { align-self: start; justify-self: end; transform: scale(1.25); transform-origin: right top; }
  .leader-desktop-lead-break { display: initial; }
}

@media (max-width: 900px) {
  .one-record-section .branch-layout { grid-template-columns: 1fr; gap: 12px; }
  .one-record-section .source-record { justify-self: center; min-width: 160px; }
  .one-record-section .branch-lines { transform: rotate(90deg); }
  .product-evidence.leader-product-layout { grid-template-columns: 1fr; }
  .leader-screen-pair { grid-template-columns: 1fr; }
  .operations-intro { grid-template-columns: 1fr; }
  .operations-integrations-screen { width: min(100%, 520px); }
}

@media (max-width: 700px) {
  .page-hero-grid { row-gap: 28px; }
  .page-hero-copy { display: contents; }
  .page-hero-copy h1 { order: 1; }
  .leader-hero-media { order: 2; }
  .page-hero-copy .page-hero-lead { order: 3; margin-top: 0; }
  .leader-shortcuts { order: 4; margin-top: -12px; }
  .leader-mobile-break { display: initial; }
  .leader-attention-crop { aspect-ratio: 393 / 639; }
  .screen-frame.screen-full .leader-attention-crop img { aspect-ratio: 393 / 852; }
  .leader-schedule-crop { aspect-ratio: 393 / 523.5; }
  .screen-frame.screen-full .leader-schedule-crop img { aspect-ratio: 393 / 738; transform: translateY(-4.065%); }
  .set-list-value { grid-template-columns: 1fr; }
  .musician-practice-proof,
  .musician-value { display: none; }
}
