/* Homepage art direction; resource templates retain their existing styles. */
.home-page .hero { min-height: 720px; padding-block: 144px 64px; }
.home-page .hero-inner { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 48px; }
.home-page .hero h1 { font-size: 60px; line-height: 1; letter-spacing: -0.05em; margin-bottom: 32px; }
.home-page .hero-sub { max-width: 520px; font-size: 18px; line-height: 28px; }
.home-page .hero-art { border-radius: 32px; }
.home-page .hero-proof { max-width: 480px; font-weight: 400; }
.home-page .btn { min-height: 48px; transition-duration: 0.7s; }
.home-page .btn-sm { min-height: 40px; }
.home-page .text-link { text-decoration-thickness: 1px; transition: color 0.7s var(--ease); }
.home-page .proof { padding-block: 40px; }
.home-page .proof .container { grid-template-columns: 1fr 2fr; align-items: center; gap: 24px 48px; }
.home-page .proof .label { margin: 0; max-width: 240px; font-size: 12px; line-height: 20px; }
.home-page .proof-note { grid-column: 1 / -1; font-size: 12px; line-height: 16px; }
.home-page .logo-row { gap: 24px; }
.home-page .logo-row img { max-width: 144px; object-fit: contain; }
.home-page .problem .section-head { max-width: 800px; }
.home-page h2 { letter-spacing: -0.04em; }
.home-page .problem h2 { font-size: 48px; line-height: 1; }
.home-page .benefits { gap: 48px; }
.home-page .benefits article { padding: 24px; border: 1px solid var(--hairline-dark); border-radius: 16px; }
.home-page .benefits h3 { font-size: 20px; line-height: 28px; letter-spacing: -0.025em; }
.home-page .tagline { background: var(--tint); padding-block: 80px; }
.home-page .tagline-line { max-width: 960px; font-size: 60px; line-height: 1; letter-spacing: -0.05em; font-weight: 600; }
.home-page .tagline-line-2 { color: var(--signal); }
.home-page .tagline .word { margin-right: 0; }
.home-page .how .container { display: block; }
.home-page .how .section-head { max-width: 780px; margin-bottom: 48px; }
.home-page .management { padding: 64px; }
.home-page .faq .container { width: min(1200px, 92vw); display: grid; grid-template-columns: 1fr 1.5fr; gap: 64px; }
.home-page .faq-list { gap: 12px; }
.home-page .faq summary { font-size: 16px; line-height: 24px; padding: 24px; transition: background 0.7s var(--ease); }
.home-page .faq summary:hover { background: var(--paper-2); }
.home-page .faq details[open] { border-color: var(--signal); }
.home-page .faq details p { font-size: 16px; line-height: 24px; }
.home-page .home-resources { background: #1f1f1f; padding-block: 64px; }
.home-page .home-resources h2 { font-size: 36px; line-height: 40px; max-width: 680px; }
.home-page .book h2 { font-size: 60px; line-height: 1; max-width: 680px; }
.home-page .book-widget { background: #f9f9f9; }
.home-page .booking-status { color: #5d6c7b; }
.home-page .booking-skeleton { background: #e5e5e5; }
.home-page .site-footer { padding-block: 64px 32px; }
.home-page .footer-brand img { width: 144px; height: auto; }
@media (max-width: 1100px) {
  .home-page .hero h1 { font-size: 48px; }
  .home-page .hero { min-height: 640px; }
  .home-page .proof .container { grid-template-columns: 1fr; }
  .home-page .proof .label { max-width: none; }
  .home-page .benefits { gap: 16px; }
}
@media (max-width: 720px) {
  .home-page .hero { min-height: auto; padding-block: 128px 40px; }
  .home-page .hero-inner { grid-template-columns: 1fr; gap: 24px; }
  .home-page .hero h1 { font-size: 36px; line-height: 40px; letter-spacing: -0.04em; margin-bottom: 24px; }
  .home-page .hero-sub { font-size: 16px; line-height: 24px; margin-bottom: 24px; }
  .home-page .hero-actions { gap: 8px; margin-bottom: 24px; }
  .home-page .hero-art { max-width: 192px; border-radius: 24px; }
  .home-page .logo-row { display: grid; grid-template-columns: 1fr 1fr; justify-items: center; gap: 24px; }
  .home-page .proof { padding-block: 32px; }
  .home-page .problem h2, .home-page .tagline-line, .home-page .book h2 { font-size: 36px; line-height: 40px; }
  .home-page .benefits { gap: 16px; }
  .home-page .tagline { padding-block: 48px; }
  .home-page .how .container, .home-page .faq .container { grid-template-columns: 1fr; gap: 32px; }
  .home-page .steps li { grid-template-columns: 32px 1fr; gap: 8px 16px; }
  .home-page .management { padding: 24px; }
  .home-page .faq .section-head { margin: 0; }
  .home-page .faq summary { padding: 16px; }
  .home-page .home-resources { padding-block: 48px; }
}

/* Agency evidence and service presentation. */
.home-page .hero { min-height: auto; padding-block: 160px 88px; }
.home-page .hero-inner { grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.home-page .hero h1 { font-size: clamp(36px,4.2vw,60px); line-height: 1.08; background: none; color: #f9f9f9; }
.home-page .hero h1 .w { background: none; color: inherit; }
.home-page .hero-proof { font-size: 13px; }
.home-page .btn, .home-page .text-link, .home-page .faq summary { transition-duration: 150ms; }
.home-page .btn:active { transform: scale(0.96); }
.margin-sheet { margin: 0; padding: 32px; background: #f5f4ef; color: #252625; border-radius: 8px; box-shadow: 0 20px 48px #0002; }
.sheet-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 11px; font-weight: 600; letter-spacing: .02em; }
.sample-label { color: #555b5d; text-align: right; }
.margin-sheet h2 { font-size: 28px; line-height: 1.2; margin: 28px 0 24px; }
.unit-math { font-size: 14px; }
.unit-math div { display: flex; gap: 24px; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid #25262522; }
.unit-math dt { max-width: 28ch; }
.unit-math dd { margin: 0; white-space: nowrap; font-weight: 600; font-variant-numeric: tabular-nums; }
.allowance { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; color: #005b9f; }
.allowance small { font-size: 12px; font-weight: 400; }
.allowance strong { font-size: 48px; line-height: 1; letter-spacing: -.05em; }
.margin-sheet figcaption { font-size: 12px; line-height: 1.6; color: #4e5558; }
.margin-sheet figcaption strong { display: block; color: #252625; }
.margin-sheet .text-link { display: inline-block; margin-top: 12px; font-size: 13px; color: #005b9f; }
.agency-case { padding-block: 72px; }
.case-heading { display: flex; justify-content: space-between; gap: 24px; border-bottom: 1px solid #25262522; padding-bottom: 20px; margin-bottom: 40px; }
.case-heading .label { margin: 0; }
.case-context { font-size: 12px; color: #555b5d; }
.case-intro { display: flex; justify-content: space-between; align-items: end; gap: 48px; margin-bottom: 32px; }
.case-intro h2 { flex: 0 0 52%; }
.case-intro > p { max-width: 48ch; color: #505657; font-size: 17px; }
.case-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; }
.home-page .case-layout h2, .home-page .report-layout h2, .home-page .founder-layout h2 { font-size: clamp(30px,3vw,44px); line-height: 1.12; margin-bottom: 24px; }
.home-page .case-intro h2 { font-size: clamp(32px,3.4vw,48px); line-height: 1.08; }
.case-layout > div > p { color: #505657; max-width: 55ch; }
.case-layout .text-link { color: #005b9f; }
.case-still { display: block; position: relative; overflow: hidden; aspect-ratio: 16/9; border-radius: 7px; background: var(--console); color: #fff; text-decoration: none; }
.case-still::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent,#101827dc); pointer-events: none; }
.case-still img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s var(--ease); }
.case-still:hover img { transform: scale(1.035); }
.case-play,.home-video-play { position: absolute; z-index: 1; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--action); color: var(--ink); box-shadow: 0 6px 24px #0007; font-size: 17px; padding-left: 2px; }
.case-play { top: 50%; left: 50%; transform: translate(-50%,-50%); }
.case-still-caption { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 22px; display: grid; gap: 5px; }
.case-still-caption small,.home-video-caption small { font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--tint); }
.case-still-caption strong { font-size: 17px; line-height: 1.3; }
.case-metric { padding: 0 0 22px; margin-bottom: 22px; border-bottom: 1px solid #25262522; }
.case-metric > span { font-size: 12px; color: #505657; }
.case-metric p { display: flex; flex-wrap: wrap; align-items: baseline; gap: 14px; margin-top: 8px; font-size: 26px; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.case-metric strong { font-size: 42px; color: #005b9f; font-weight: 600; }
.case-evidence .evidence-note { font-size: 11px; line-height: 1.65; }
.case-story-notes { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px; padding: 32px 0 0; margin-top: 34px; border-top: 1px solid #25262538; list-style: none; }
.case-story-notes li { min-width: 0; }
.case-story-notes li + li { border-left: 1px solid #25262525; padding-left: 28px; }
.case-story-notes span { color: #005b9f; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; }
.case-story-notes h3 { font-size: 19px; line-height: 1.25; margin: 12px 0 8px; }
.case-story-notes p { color: #505657; font-size: 14px; line-height: 1.55; }
.home-page .services { padding-block: 64px; }
.service-deliverables { list-style: none; padding: 0; }
.service-deliverables li { padding: 16px 0; border-bottom: 1px solid #ffffff26; }
.service-deliverables li:first-child { padding-top: 0; }
.service-deliverables strong, .service-deliverables span { display: block; }
.service-deliverables strong { font-size: 16px; font-weight: 600; }
.service-deliverables span { font-size: 14px; color: #c5c8c9; margin-top: 6px; }
.home-page .management { border-radius: 8px; }
.home-page .management .service-commercial { margin-top: 24px; font-size: 13px; color: #f9f9f9; }
.management .text-link { display: inline-block; color: #8cd6ec; margin-top: 12px; }
.report-section { padding-block: 80px; }
.report-layout { display: grid; grid-template-columns: .85fr 1.2fr; gap: 64px; align-items: center; }
.report-layout > div > p { color: #505657; }
.report-layout .report-note { font-size: 12px; margin-top: 24px; }
.report-sheet { border: 1px solid #25262526; border-radius: 8px; background: white; min-width: 0; overflow: hidden; }
.report-sheet > .sheet-top { padding: 24px; }
.report-scroll { overflow-x: auto; }
.report-sheet table { width: 100%; border-collapse: collapse; font-size: 12px; text-align: right; font-variant-numeric: tabular-nums; }
.report-sheet caption { text-align: left; padding: 0 24px 16px; color: #555b5d; font-size: 11px; }
.report-sheet th, .report-sheet td { padding: 16px 12px; border-bottom: 1px solid #25262520; white-space: nowrap; }
.report-sheet th:first-child { text-align: left; padding-left: 24px; }
.report-sheet th:last-child, .report-sheet td:last-child { padding-right: 24px; }
.report-sheet thead { background: #f5f4ef; }
.report-review-row { background: #fff5e8; }
.report-review-row th { color: #252625; }
.report-review-row th span { display: inline-block; margin-left: 6px; padding: 3px 6px; border-radius: 3px; background: #ef8b16; color: #252625; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.report-decision { padding: 24px; border-top: 3px solid var(--action); background: #f7f7f4; }
.report-decision-top { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 12px; color: #005b9f; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.report-decision > strong { display: block; font-size: 22px; line-height: 1.2; letter-spacing: -.025em; }
.report-decision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 16px; }
.report-decision-grid p { padding-top: 10px; border-top: 1px solid #25262525; color: #505657; font-size: 12px; line-height: 1.5; }
.report-decision-grid span { display: block; color: #252625; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 5px; }
.home-page .how { padding-block: 72px; background: #eeefeb; }
.home-page .how h2 { font-size: 40px; line-height: 1.12; }
.path-intro { max-width: 65ch; margin-top: 20px; color: #505657; font-size: 16px; }
.decision-path { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; list-style: none; }
.decision-path li { position: relative; min-width: 0; padding: 28px 10px 0 0; }
.decision-path li::before { content: ""; position: absolute; z-index: 1; left: 0; top: 0; width: 12px; height: 12px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 4px #eeefeb; }
.decision-path li:not(:last-child)::after { content: ""; position: absolute; left: 6px; right: -28px; top: 5px; height: 2px; background: #9da7a9; }
.path-step { color: #005b9f; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.decision-path h3 { margin: 16px 0 12px; font-size: clamp(22px,2vw,28px); line-height: 1.14; letter-spacing: -.035em; }
.decision-path p { max-width: 30ch; color: #505657; font-size: 14px; line-height: 1.55; }
.path-loop { width: fit-content; margin-top: 32px; padding: 9px 14px; border: 1px solid #25262537; border-radius: 999px; color: #505657; font-size: 12px; font-weight: 600; }
.path-loop span { color: var(--signal); margin-left: 8px; font-size: 17px; }
.founder-section { padding-block: 88px; }
.founder-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 88px; align-items: center; }
.founder-photo { max-width: 400px; }
.founder-photo img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 8px; outline: 1px solid #ffffff1a; background: #343434; }
.founder-photo > span { display: block; font-size: 12px; color: #c5c8c9; margin-top: 12px; }
.founder-layout p:not(.label) { color: #c5c8c9; margin-bottom: 18px; max-width: 52ch; }
.founder-layout .btn { margin-top: 12px; }
.founder-layout .founder-caption { font-size: 12px; margin-top: 20px; }
.home-page .home-resources { background: #f5f4ef; color: #252625; padding-block: 72px; }
.home-resources .label { color: #005b9f; }
.resource-intro { display: flex; gap: 32px; justify-content: space-between; align-items: end; margin-bottom: 32px; }
.home-resources .text-link { color: #005b9f; flex-shrink: 0; }
.agency-guides { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.agency-guides > a { display: block; border-top: 1px solid #25262544; padding: 24px 0 0; color: #252625; text-decoration: none; }
.agency-guides > a:hover h3 { text-decoration: underline; text-underline-offset: 5px; }
.agency-guides span { font-size: 12px; color: #005b9f; }
.agency-guides h3 { font-size: 23px; line-height: 1.3; margin: 14px 0; letter-spacing: -.03em; }
.home-page .agency-guides p { color: #505657; font-size: 15px; margin-bottom: 20px; }
.agency-guides .guide-action { font-weight: 600; }
.home-video-link { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 48px; margin-top: 40px; padding-top: 36px; border-top: 1px solid #25262544; }
.home-video-link h3 { font-size: clamp(22px,2.3vw,30px); line-height: 1.2; letter-spacing: -.03em; }
.home-video-link .label { margin-bottom: 12px; }
.home-page .home-video-link p:not(.label) { color: #505657; font-size: 15px; margin: 16px 0 20px; }
.home-resources .home-video-card { display: block; position: relative; overflow: hidden; border-radius: 7px; background: var(--console); color: #fff; text-decoration: none; }
.home-video-card img { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; transition: transform .3s var(--ease); }
.home-video-card:hover img { transform: scale(1.035); }
.home-video-play { top: 34%; left: 50%; transform: translate(-50%,-50%); }
.home-video-caption { display: grid; gap: 5px; padding: 16px 20px 18px; }
.home-video-caption strong { font-size: 18px; line-height: 1.25; }
.home-page .book { padding-block: 88px; }
.booking-review { width: min(100%,1020px); margin: 42px auto 0; padding: 36px 40px 30px; border-radius: 8px; background: #f5f4ef; color: #252625; text-align: left; }
.booking-review-head .label { color: #005b9f; margin-bottom: 12px; }
.booking-review-head h3 { font-size: clamp(24px,2.4vw,32px); line-height: 1.2; letter-spacing: -.035em; }
.booking-review-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; margin-top: 32px; padding-block: 24px 30px; border-block: 1px solid #2526252e; }
.booking-review-grid > div + div { border-left: 1px solid #25262525; padding-left: 28px; }
.booking-review-grid span { color: #005b9f; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.booking-review-grid h4 { margin: 14px 0 9px; font-size: 18px; line-height: 1.25; letter-spacing: -.025em; }
.booking-review-grid p { color: #505657; font-size: 14px; line-height: 1.6; }
.booking-review-action { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 24px; }
.booking-review-action > p { max-width: 35ch; color: #505657; font-size: 13px; }
.booking-review-action small { display: block; margin-top: 9px; color: #505657; font-size: 11px; }
.booking-dialog-open { overflow: hidden; }
.booking-dialog { position: fixed; inset: 0; width: min(660px,calc(100vw - 24px)); max-width: 660px; max-height: calc(100dvh - 24px); margin: auto; padding: 0; overflow: auto; overscroll-behavior: contain; border: 1px solid #ffffff30; border-radius: 12px; background: #f5f4ef; color: #252625; box-shadow: 0 24px 100px #0009; }
.booking-dialog::backdrop { background: rgba(10,14,17,.84); }
.booking-dialog-head { position: sticky; top: 0; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 24px; background: var(--console); color: var(--white); }
.booking-dialog-head .label { margin: 0 0 5px; font-size: 11px; }
.booking-dialog-head h2 { font-size: clamp(24px,3vw,34px); line-height: 1.15; }
.booking-close { flex: 0 0 44px; width: 44px; height: 44px; border: 1px solid #ffffff66; border-radius: 50%; background: transparent; color: var(--white); font-size: 28px; line-height: 1; cursor: pointer; }
.booking-close:hover { background: #ffffff22; }
.booking-dialog-body { padding: 12px 16px 18px; }
.booking-frame { position: relative; min-height: min(760px,calc(100dvh - 180px)); border-radius: 8px; background: #fff; }
.booking-loading { position: absolute; inset: 0; display: grid; place-items: center; padding: 24px; color: #505657; font-size: 14px; text-align: center; }
.booking-loading[hidden] { display: none; }
.booking-frame iframe { position: relative; display: block; width: 100%; height: min(760px,calc(100dvh - 180px)); min-height: 500px; border: 0; border-radius: 8px; background: #fff; }
.booking-dialog-fallback { margin: 12px 8px 0; color: #505657; font-size: 12px; line-height: 1.5; text-align: center; }
.booking-dialog-fallback a { color: #005b9f; text-underline-offset: 3px; }
.booking-dialog-privacy { margin: 3px 8px 0; color: #505657; font-size: 11px; text-align: center; }
.booking-dialog-privacy a { text-underline-offset: 3px; }
.booking-close:focus-visible,.booking-dialog-fallback a:focus-visible,.booking-dialog-privacy a:focus-visible { outline: 3px solid var(--action); outline-offset: 3px; }
@media (max-width: 1000px) {
 .home-page .hero-inner { gap: 32px; }
 .case-layout, .report-layout, .founder-layout { gap: 40px; }
 .report-layout { grid-template-columns: 1fr; }
 .home-page .management { padding: 40px; }
 .decision-path { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
 .decision-path li:nth-child(2)::after { display: none; }
}
@media (max-width: 720px) {
 .home-page .hero { padding-block: 120px 48px; }
 .home-page .hero-inner, .case-layout, .founder-layout, .agency-guides { grid-template-columns: 1fr; }
 .home-page .hero-inner { gap: 36px; }
 .margin-sheet { padding: 24px; }
 .margin-sheet h2 { font-size: 26px; }
 .sheet-top { font-size: 10px; }
 .unit-math { font-size: 13px; }
 .case-heading { display: block; margin-bottom: 28px; }
 .case-context { margin-top: 8px; }
 .agency-case, .report-section, .founder-section, .home-page .how, .home-page .home-resources { padding-block: 48px; }
 .case-layout { gap: 32px; }
 .case-intro { display: block; }
 .case-intro > p { margin-top: 18px; font-size: 16px; }
 .case-metric strong { font-size: 36px; }
 .case-story-notes { grid-template-columns: 1fr; gap: 20px; padding-top: 24px; margin-top: 28px; }
 .case-story-notes li + li { border-left: 0; border-top: 1px solid #25262525; padding: 20px 0 0; }
 .report-decision-grid { grid-template-columns: 1fr; gap: 14px; }
 .home-page .management { padding: 24px; }
 .home-page .how h2 { font-size: 32px; }
 .decision-path { grid-template-columns: 1fr; gap: 0; margin-left: 6px; }
 .decision-path li { padding: 0 0 30px 25px; }
 .decision-path li::before { top: 4px; left: -7px; }
 .decision-path li:not(:last-child)::after { display: block; top: 10px; left: -2px; right: auto; width: 2px; height: 100%; }
 .decision-path h3 { margin: 7px 0; }
 .path-loop { margin-top: 6px; }
 .founder-photo { max-width: 320px; }
 .founder-layout { gap: 32px; }
 .resource-intro { display: block; }
 .resource-intro .text-link { display: inline-block; margin-top: 12px; }
 .home-page .home-resources h2 { font-size: 32px; line-height: 1.15; }
 .home-video-link { grid-template-columns: 1fr; gap: 26px; }
 .booking-review { padding: 24px; }
 .booking-review-grid { grid-template-columns: 1fr; gap: 20px; }
 .booking-review-grid > div + div { border-left: 0; border-top: 1px solid #25262525; padding: 20px 0 0; }
 .booking-review-action { align-items: start; flex-direction: column; gap: 18px; }
 .booking-dialog { width: 100vw; max-width: none; height: 100dvh; max-height: 100dvh; border: 0; border-radius: 0; }
 .booking-dialog-head { padding: 16px; }
 .booking-dialog-body { padding: 0 0 16px; }
 .booking-frame,.booking-frame iframe { border-radius: 0; }
 .home-page .book { padding-block: 56px; }
}
