/* Shared navigation and multi-page layouts. */
:root{--green:#065bff;--deep:#06072f;--ink:#101113;--muted:#687084;--line:#dce5ff;--cream:#f6f8ff}
body{color:var(--ink)}
.header{height:88px;padding:0 4%;z-index:50;border-bottom:1px solid #edf0f6;background:white}
.header-inner{width:100%;max-width:1480px;margin:auto;display:flex;align-items:center;justify-content:space-between;height:100%;gap:24px}
.header .brand{flex-shrink:0}.header .site-nav{display:flex;gap:24px;align-items:stretch;height:100%}
.nav-group{position:relative;display:flex;align-items:center}.nav-trigger{height:100%;display:flex;align-items:center;gap:9px;padding:0 12px;border:0;background:none;font-size:15px;font-weight:600;color:#222c3f;white-space:nowrap}
.nav-chevron{width:6px;height:6px;border-bottom:1.5px solid;border-right:1.5px solid;transform:rotate(45deg);margin-top:-4px;transition:transform .15s}
.nav-trigger[aria-expanded=true]{color:#065bff}.nav-trigger[aria-expanded=true] .nav-chevron{transform:rotate(225deg);margin-top:3px}
.current-group>.nav-trigger{color:#065bff}.current-group:after{content:'';height:3px;position:absolute;bottom:0;left:12px;right:12px;background:#065bff}
.submenu{position:absolute;top:100%;left:0;min-width:220px;background:white;padding:10px;border:1px solid #e2e8f5;box-shadow:0 16px 35px #10244b1a;border-radius:0 0 14px 14px;z-index:60}
.header .submenu a{display:block;padding:12px 15px;border-radius:7px;font-size:14px;line-height:1.5;font-weight:500;color:#30394a;white-space:nowrap}
.header .submenu a:hover,.header .submenu a:focus-visible{background:#f0f5ff;color:#065bff}.header .submenu a[aria-current=page]{color:#065bff;background:#eaf1ff;font-weight:700}
.header .mobile-contact{display:none}.nav-contact{background:#f3f7ff;border-color:#d8e3fa;color:#18365e}.nav-contact[aria-current=page]{background:#065bff;color:white;border-color:#065bff}
.sentence-break{display:initial}p{overflow-wrap:break-word}
.detail-container{width:86%;max-width:1180px;margin:0 auto}.detail-hero{background:linear-gradient(115deg,#f3f7ff,#fff);padding:28px 0 68px}.breadcrumbs{display:flex;gap:12px;font-size:13px;align-items:center;flex-wrap:wrap;color:#8790a1;margin-bottom:46px}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs [aria-current=page]{color:#065bff}
.detail-hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:60px;align-items:center}.detail-hero .eyebrow{color:#065bff;font-size:12px;margin-bottom:22px}.detail-hero h1{font-size:clamp(36px,3.6vw,54px);line-height:1.35;letter-spacing:-.05em;font-weight:800}.detail-intro{font-size:17px;line-height:1.9;color:#697184;margin:25px 0 30px;max-width:520px}.detail-button{background:#065bff;color:white;border-radius:8px;padding:15px 23px}.detail-button:hover{background:#0048db}.detail-hero figure{min-width:0}.detail-hero figure img{width:100%;aspect-ratio:1.3;height:auto;object-fit:cover;border-radius:22px}.detail-hero figcaption,.detail-photo figcaption{font-size:12px;color:#8d95a4;margin-top:10px}.industry-disclosure{font-size:13px;color:#667798;background:#eaf1ff;border-radius:8px;padding:13px 20px;margin-top:32px}
.detail-section{padding:76px 0}.detail-section h2{font-size:34px;font-weight:800;line-height:1.5;margin-bottom:27px;letter-spacing:-.04em}.detail-section>.detail-container>p{font-size:17px;line-height:1.95;color:#697184;max-width:960px}.detail-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:23px;margin-top:35px}.detail-cards article{border-top:2px solid #0b60ff;background:#f7f9fe;border-radius:0 0 12px 12px;padding:26px}.detail-index{font-size:13px;letter-spacing:1px;color:#065bff;font-weight:700}.detail-cards h3{font-size:23px;line-height:1.5;margin:17px 0 14px}.detail-cards p{font-size:16px;line-height:1.9;color:#6a7281}.soft-section{background:#f6f8ff}.table-scroll{overflow:auto;border:1px solid #dce5f7;border-radius:12px;margin:32px 0;background:white}.table-scroll table{border-collapse:collapse;width:100%;min-width:560px;font-size:16px;text-align:left}.table-scroll th,.table-scroll td{padding:19px 24px;border-bottom:1px solid #e6ebf6;line-height:1.8}.table-scroll thead th{background:#eaf1ff;color:#164a9d;font-weight:700}.table-scroll tbody th{width:25%;font-weight:600}.table-scroll td{color:#687286}.table-scroll tr:last-child>*{border-bottom:0}
.detail-flow{padding:0;margin:38px 0 0;list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.detail-flow li{border-top:1px solid #c6d8fa;padding:24px 0}.detail-flow li>span{display:grid;place-content:center;width:38px;height:38px;border-radius:50%;background:#065bff;color:white;font-weight:700;font-size:16px}.detail-flow h3{font-size:22px;margin:20px 0 13px}.detail-flow p{font-size:16px;color:#6c7586;line-height:1.9}.detail-faq{max-width:960px;margin-top:30px}.detail-faq details{border-bottom:1px solid #e0e6f1}.detail-faq summary{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:24px 0;cursor:pointer;font-weight:600;font-size:18px;list-style:none}.detail-faq summary::-webkit-details-marker{display:none}.detail-faq summary>span{font-size:23px;color:#065bff;font-weight:400}.detail-faq details[open] summary>span{transform:rotate(45deg)}.detail-faq details p{padding:0 35px 26px 0;font-size:16px;line-height:1.9;color:#737d8f}.question-board{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:32px 0}.question-board span{border:1px solid #dce7fc;border-radius:12px;padding:24px;background:#f4f8ff;font-weight:600;font-size:20px;color:#17417a}.creative-preview,.editorial-split{display:grid;grid-template-columns:1.1fr 1fr;gap:40px;align-items:center;margin:30px 0}.creative-preview video{width:100%;border-radius:16px;aspect-ratio:16/10;object-fit:cover;background:#0b1830}.creative-preview h3{font-size:29px;line-height:1.5;margin:16px 0}.creative-preview p,.editorial-split p{font-size:16px;color:#6b7585;line-height:1.9}.creative-preview small{display:block;color:#8a94a4;font-size:12px;margin-top:16px}.check-list{list-style:none;padding:0;margin:25px 0}.check-list li{position:relative;padding:14px 0 14px 30px;border-bottom:1px solid #e0e8f5;font-size:17px;color:#5c687d}.check-list li:before{content:'✓';position:absolute;left:0;color:#065bff;font-weight:700}.scenario-section{background:#f5f8ff}.scenario{background:white;border-radius:20px;border:1px solid #dce6ff;padding:35px;margin-top:30px;box-shadow:0 14px 35px #2040800b}.scenario-intro{max-width:930px}.scenario-badge{display:inline-block;font-size:12px;font-weight:600;color:#065bff;background:#eaf1ff;padding:5px 11px;border-radius:5px;letter-spacing:.3px}.scenario-intro p{font-size:18px;line-height:1.9;color:#4d5e78;margin:17px 0}.scenario-intro small{font-size:12px;color:#9098a7}.detail-photo img{width:100%;height:auto;aspect-ratio:1.25;border-radius:18px;object-fit:cover}.belief-statement{padding:25px 0 20px 40px;border-left:3px solid #065bff;max-width:980px}.belief-statement>span{font-size:12px;letter-spacing:2px;color:#065bff;font-weight:600}.belief-statement h3{font-size:37px;margin:22px 0}.belief-statement p{font-size:18px;color:#6a7588;line-height:1.95}.process-detail .detail-flow{grid-template-columns:repeat(2,1fr);gap:30px 55px}.detail-cta{text-align:center;background:#080b39;color:white;padding:64px 7%}.detail-cta h2{font-size:35px;line-height:1.55;margin:20px 0 25px}.detail-cta .button{background:#065bff;color:white;border-radius:6px}.related-pages{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;padding:30px 7%;background:#f4f7fd}.related-pages>span{font-size:13px;color:#7e899b;margin-right:10px}.related-pages a{font-size:14px;color:#3e5f92;padding:8px 12px;background:white;border:1px solid #dbe5f6;border-radius:6px}.related-pages a:hover{color:#065bff;border-color:#065bff}.contact-intro{padding:30px 0 50px}.contact-intro h1{font-size:43px;margin:0 0 24px}.contact-intro>p{font-size:17px;color:#6b768b;line-height:1.9}.contact-expectations{display:flex;gap:28px;flex-wrap:wrap;color:#065bff;margin-top:27px;font-size:14px}.detail-page .contact-section{padding-top:65px}.not-found{padding:95px 0 120px}.not-found h1{font-size:40px;margin:20px 0}.not-found p{margin-bottom:25px;color:#778298}.industry-overview{background:#f6f8ff;text-align:center}.industry-overview .eyebrow{margin-bottom:20px}.industry-overview .section-description{margin:auto}.industry-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:35px;text-align:left}.industry-cards>a{display:block;border:1px solid #dce5f8;background:white;padding:28px 25px;border-radius:15px;transition:transform .15s,box-shadow .15s}.industry-cards>a:hover{transform:translateY(-3px);box-shadow:0 12px 25px #112d6312}.industry-cards>a>span{font-size:10px;letter-spacing:1.2px;font-weight:700;color:#065bff}.industry-cards h3{font-size:25px;margin:19px 0 13px}.industry-cards p{font-size:15px;line-height:1.8;color:#6e7b90;min-height:54px}.industry-cards strong{font-size:13px;color:#065bff;font-weight:600;display:block;margin-top:25px}
footer .footer-navigation{margin:35px 0 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:25px;padding:25px 0;border-top:1px solid #e2e7f1}footer .footer-navigation strong{display:block;font-size:14px;margin-bottom:15px;color:#263855}footer .footer-navigation a{display:block;font-size:13px;color:#7a879b;padding:4px 0}footer .footer-navigation a:hover{color:#065bff}
/* Reference palette: black type, blue emphasis, white cards, midnight proof panels. */
.green{color:#065bff}.eyebrow{color:#065bff}.problem-section{background:linear-gradient(#fffaff,#faedfb)}.problem-grid article{background:#1c2028!important}.problem-grid article:nth-child(2){background:#101322!important}.problem-grid article:nth-child(3){background:#182631!important}.problem-grid article:nth-child(4){background:#292b30!important}.problem-grid em{color:#ff4a55}.problem-icon{color:#77b8ff;border-color:#508cc970;background:#1c426040}.problem-grid p{color:#c4cde0}.story-banner{background:#ededed;border-color:#ccc;color:#182134}.results-section{background:linear-gradient(#fff,#f0f2f6)}.principles{border-color:#dce7ff}.principles article{background:#f7faff;border-color:#dce7ff}.principles p{color:#54647e}.ranking-card{border-color:#dce7ff;box-shadow:0 18px 34px #23428020}.asset-placeholder{background:linear-gradient(145deg,#eef3ff,#fafdff);border-color:#c6d7fb;color:#7892bd}.asset-placeholder p{color:#8c9eba}.asset-placeholder small{color:#8c9eba}.asset-number{color:#d7e4fc}.placeholder-symbol{color:#7a9adc}.ranking-label{background:#06082deb}.ranking-label>span{color:#c3ccec}.ranking-label h3{border-color:#8593b855}.ranking-label b{color:#70deff}.ranking-label p{color:#49c9ff}.proof-note{background:linear-gradient(100deg,#005cff,#073cb7)}.metrics-grid article{background:#fbfcff;border-color:#dce7ff}.metrics-grid article>span{color:#065bff}.metric-placeholder{background:#edf3ff;color:#8399bc}.manifesto{background:#06082f}.manifesto h2 span{color:#65d9ff}.manifesto>p:not(.eyebrow){color:#becbec}.manifesto .journey small{color:#7cddff;border-color:#415482}.manifesto .journey>b{color:#6181ae}.journey-section{background:radial-gradient(ellipse at center,#eaf1ff,#fff)}.journey-step{background:#fcfdff;border-color:#dbe6ff;box-shadow:0 22px 48px #1d53aa21}.step-heading>span{background:#2864f2}.step-heading h4{color:#065bff}.step-copy>p,.step-copy li{color:#626973}.step-copy li:before{background:#065bff}.step-arrow{color:#065bff}.journey-promise{background:#f2f6ff;border-color:#ccdcff}.journey-promise span{color:#065bff}.journey-promise p{color:#52637d}.reviews-section{background:linear-gradient(110deg,#020323,#0b073f)}.reviews-section h2 span{color:white}.reviews-section .story-lead{color:#c8ceef}.review-slot{background:#e9eff9;border-color:#495786;color:#6e82a4}.review-slot>span{border-color:#c8d5eb}.review-slot small{color:#8c9ebd}.review-track{scrollbar-color:#5567a1 #07052e}.team-copy>p:not(.eyebrow){color:#6d7483}.text-link{border-color:#065bff;color:#065bff}.team-photo figcaption{color:#74839c}.metrics-grid p,.fine-note{color:#7f8ca1}.contact-section{background:#4e6085}.contact-form .eyebrow{color:#4e6085}.floating-contact{background:#065bff;color:white}.hero .eyebrow,.contact-copy .eyebrow{color:#dce2ee}.detail-page .floating-contact{font-size:18px}
@media(max-width:1100px){.header .site-nav{gap:5px}.nav-trigger{padding:0 10px;font-size:14px}.header-inner{gap:15px}.header .brand-type{font-size:20px}.header .nav-contact{padding:10px 17px;gap:18px}.detail-hero-grid{gap:35px}.detail-cards{gap:16px}.detail-cards article{padding:22px}.industry-cards{gap:16px}}
@media(max-width:900px){.header{height:80px;padding:0 6%}.header .nav-contact{display:none}.header .menu-toggle{display:flex;flex-direction:column;gap:7px;width:42px;height:42px;justify-content:center;align-items:center;background:none;border:1px solid #dce5f5;border-radius:50%}.header .menu-toggle span{display:block;width:17px;height:1px;background:#355c8e}.header .site-nav{position:absolute;top:100%;left:0;width:100%;height:auto;max-height:calc(100svh - 80px);overflow-y:auto;display:flex;flex-direction:column;align-items:stretch;gap:0;background:white;padding:12px 6% 22px;box-shadow:0 20px 30px #12243f20;border-top:1px solid #eaf0fa}.header .site-nav[data-mobile-open=false]{display:none}.nav-group{display:block;border-bottom:1px solid #eaf0fa}.nav-trigger{width:100%;height:auto;justify-content:space-between;padding:17px 3px;font-size:16px}.current-group:after{display:none}.submenu{position:static;box-shadow:none;border:1px solid #e4eaf5;border-radius:9px;min-width:0;margin:0 0 12px;padding:5px;background:white}.header .submenu a{padding:13px 15px;font-size:15px}.header .mobile-contact{display:block;background:#065bff;color:white;text-align:center;border-radius:7px;padding:13px;margin-top:16px;font-size:15px}.detail-hero-grid{gap:30px}.detail-hero h1{font-size:37px}.detail-intro{font-size:16px}.detail-cards{grid-template-columns:1fr}.detail-flow{gap:22px}.detail-flow p{font-size:15px}.industry-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.detail-container{width:86%}.detail-hero{padding:22px 0 44px}.breadcrumbs{font-size:12px;margin-bottom:30px;gap:8px}.detail-hero-grid{grid-template-columns:1fr;gap:34px}.detail-hero h1{font-size:36px}.detail-hero .eyebrow{font-size:10px;margin-bottom:17px}.detail-intro{font-size:16px;line-height:1.9;margin:23px 0}.detail-hero figure img{aspect-ratio:1.5;border-radius:15px}.detail-hero figcaption{font-size:11px}.industry-disclosure{font-size:12px;padding:13px 15px;line-height:1.85}.detail-section{padding:52px 0}.detail-section h2{font-size:28px;margin-bottom:23px}.detail-section>.detail-container>p{font-size:16px}.detail-cards{margin-top:28px}.detail-cards h3{font-size:22px}.detail-cards p{font-size:16px}.detail-flow,.process-detail .detail-flow{grid-template-columns:1fr;gap:5px}.detail-flow li{padding:22px 0}.detail-flow h3{font-size:22px;margin-top:15px}.detail-flow p{font-size:16px}.detail-faq summary{font-size:17px;line-height:1.65}.detail-faq details p{padding-right:0;font-size:16px}.question-board{grid-template-columns:1fr;gap:12px}.question-board span{font-size:17px;padding:18px}.creative-preview,.editorial-split{grid-template-columns:1fr;gap:28px}.creative-preview h3{font-size:27px}.check-list li{font-size:16px;line-height:1.8}.scenario{padding:24px 21px;border-radius:15px}.scenario-intro p{font-size:16px}.belief-statement{padding-left:23px}.belief-statement h3{font-size:28px}.belief-statement p{font-size:16px}.detail-cta{padding:50px 7%}.detail-cta h2{font-size:28px}.related-pages{justify-content:flex-start;padding:25px 7%;gap:10px}.related-pages>span{width:100%;margin:0 0 7px}.related-pages a{font-size:13px}.contact-intro{padding:23px 0 40px}.contact-intro h1{font-size:31px}.contact-intro>p{font-size:16px}.contact-expectations{gap:12px 20px;font-size:13px}.industry-cards{grid-template-columns:1fr;gap:15px}.industry-cards>a{padding:25px}.industry-cards h3{font-size:25px}.industry-cards p{min-height:0;font-size:16px}.industry-cards strong{margin-top:18px}.table-scroll table{font-size:15px}.table-scroll th,.table-scroll td{padding:16px 18px}footer .footer-navigation{grid-template-columns:1fr 1fr;gap:30px 18px}footer .footer-navigation a{font-size:14px;line-height:1.9}.hero .floating-contact{display:none}}
@media(prefers-reduced-motion:reduce){.industry-cards>a,.nav-chevron{transition:none}}


