.homepage .nav-shell nav, .detail-page .nav-shell nav { align-items: center; }
.product-menu { position: relative; }
.product-menu summary { display: flex; align-items: center; gap: 6px; cursor: pointer; list-style: none; padding-block: 12px; }
.product-menu summary::-webkit-details-marker { display: none; }
.product-menu summary svg { width: 14px; height: 14px; }
.product-menu[open] summary { color: var(--blue); }
.product-menu-links { position: absolute; top: 100%; left: -20px; width: 530px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 12px; background: white; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 12px 40px #16274718; z-index: 8; }
.product-menu-links a { display: grid; gap: 3px; padding: 12px; border-radius: 6px; }
.product-menu-links a:hover, .product-menu-links a[aria-current="page"] { background: var(--soft); }
.product-menu-links a span { color: var(--muted); font-size: 11px; font-weight: 500; }
.hero-detail-link { display: flex; justify-content: flex-end; align-items: center; gap: 5px; padding: 0 16px 12px; font-size: 11px; font-weight: 750; color: var(--blue); }
.hero-detail-link svg { width: 13px; height: 13px; }
.case-study-link { margin-top: 20px; }
.executive-section { padding-block: 58px; }
.executive-grid { display: grid; grid-template-columns: 1fr 1.12fr; gap: 60px; align-items: center; }
.executive-copy h2 { margin-block: 10px 18px; }
.executive-copy > p:not(.eyebrow) { color: var(--muted); }
.executive-copy .text-link { margin-top: 16px; }
.executive-report { margin: 0; min-width: 0; }
.executive-report > a { display: block; border: 1px solid #cbd8ed; border-radius: 9px; overflow: hidden; background: var(--soft); }
.executive-report img { width: 100%; height: auto; }
.executive-report figcaption { font-size: 11px; color: var(--muted); margin-top: 10px; }
.report-preview-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 14px; color: var(--blue); font-size: 12px; font-weight: 750; border-top: 1px solid var(--line); }
.cost-story-row { grid-template-columns: minmax(0, .9fr) minmax(0, 1.2fr); gap: 64px; }
.cost-story-row + .cost-story-row { margin-top: 70px; padding-top: 58px; border-top: 1px solid var(--line); }
.cost-story-reverse { grid-template-columns: minmax(0, 1.2fr) minmax(0, .9fr); }
.cost-story-reverse .executive-copy { grid-column: 2; grid-row: 1; }
.cost-story-reverse .executive-report { grid-column: 1; grid-row: 1; }
.cost-story-row .executive-copy h3 { font-size: clamp(27px, 3vw, 36px); line-height: 1.2; letter-spacing: -1px; margin-bottom: 20px; }
.cost-story-row .executive-report > a { border-radius: 12px; box-shadow: 0 12px 38px #1834550b; background: white; transition: box-shadow .2s, border-color .2s; }
.cost-story-row .executive-report > a:hover { border-color: #83a6e8; box-shadow: 0 14px 40px #18345518; }
.cost-story-row .report-preview-link { background: #f6f9fe; padding: 14px 18px; }
.executive-copy > .cost-reading-path { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 12px; font-weight: 650; color: #34598f; margin-top: 26px; }
.cost-reading-path svg { width: 13px; height: 13px; color: #8aa0bd; }
.cost-trace-example { margin-top: 24px; padding-left: 20px; border-left: 2px solid #b7cdf5; }
.cost-trace-example .cost-example-label { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; color: #4d6b97; }
.cost-trace-example p:not(.cost-example-label) { font-size: 15px; color: var(--muted); margin-top: 10px; }
.cost-trace-example strong { color: var(--ink); }
@media (max-width: 800px) {
  .cost-story-row, .cost-story-reverse { grid-template-columns: 1fr; gap: 26px; }
  .cost-story-reverse .executive-copy, .cost-story-reverse .executive-report { grid-column: auto; grid-row: auto; }
  .cost-story-row + .cost-story-row { margin-top: 42px; padding-top: 38px; }
}
.control-section { background: var(--soft); border-block: 1px solid var(--line); }
.control-points { display: grid; gap: 20px; margin: 0; padding: 0; list-style: none; }
.control-points li { display: grid; grid-template-columns: 30px 1fr; gap: 12px; }
.control-points svg { width: 23px; height: 23px; margin-top: 3px; color: var(--blue); }
.control-points strong { display: block; margin-bottom: 4px; }
.control-points p { font-size: 14px; color: var(--muted); }
.control-links { display: flex; gap: 12px 24px; flex-wrap: wrap; margin-top: 22px; }
.pricing-section { padding-block: 40px; max-width: 1040px; }
.pricing-intro { max-width: 740px; margin-bottom: 28px; }
.pricing-intro h2 { margin-block: 10px 12px; }
.pricing-intro > p:not(.eyebrow) { color: var(--muted); }
.pricing-layout { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.pricing-comparison { width: 100%; table-layout: fixed; border-collapse: collapse; font-size: 14px; }
.pricing-feature-column { width: 34%; }
.pricing-comparison col:nth-child(2), .pricing-comparison col:nth-child(3) { background: #f4f7ff; }
.pricing-comparison thead th { padding: 16px 20px; vertical-align: bottom; text-align: left; font-weight: 500; }
.pricing-comparison thead th + th { border-left: 1px solid var(--line); }
.pricing-comparison .pricing-feature-heading { font-size: 13px; font-weight: 700; padding-bottom: 16px; }
.pricing-plan { display: grid; grid-template-rows: auto 88px auto; gap: 12px; }
.pricing-plan h3 { font-size: 21px; line-height: 1.3; }
.pricing-rate > p:first-child { display: flex; gap: 6px; align-items: baseline; height: 48px; font-size: 12px; color: var(--muted); }
#pricing-rate, #pricing-total { font-size: 42px; font-weight: 800; line-height: 1.1; letter-spacing: -1.4px; color: var(--ink); }
.pricing-rate > .pricing-custom:first-child { font-size: 29px; font-weight: 700; color: var(--ink); letter-spacing: -.7px; align-items: center; }
.pricing-unit { margin-top: 2px; color: var(--muted); font-size: 12px; line-height: 1.5; font-weight: 500; }
.pricing-plan .button { padding: 10px 12px; min-height: 42px; gap: 7px; }
.pricing-plan .button svg { width: 16px; height: 16px; }
.pricing-comparison tbody th, .pricing-comparison tbody td { padding: 8px 24px; border-top: 1px solid var(--line); vertical-align: middle; }
.pricing-comparison tbody th { text-align: left; font-weight: 500; }
.pricing-comparison tbody td { text-align: center; }
.pricing-comparison .availability { display: inline-block; margin-left: 6px; font-size: 10px; line-height: 1.5; vertical-align: middle; }
.pricing-check { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--ink); }
.pricing-check svg { color: var(--blue); width: 17px; height: 17px; flex-shrink: 0; }
.pricing-unavailable { color: #8594aa; }
.pricing-comparison .pricing-group-start th, .pricing-comparison .pricing-group-start td { border-top: 2px solid #cad6e9; }
.pricing-tiers { margin-top: 16px; border-bottom: 1px solid var(--line); }
.pricing-tiers summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 0 17px; font-size: 14px; font-weight: 650; cursor: pointer; color: var(--blue); list-style: none; }
.pricing-tiers summary::-webkit-details-marker { display: none; }
.pricing-tiers summary svg { width: 17px; height: 17px; flex-shrink: 0; }
.pricing-tiers[open] summary svg { transform: rotate(180deg); }
.pricing-tiers > p { margin: 0 0 20px; max-width: 650px; font-size: 12px; color: var(--muted); }
.pricing-site-totals { border-collapse: collapse; width: 100%; max-width: 600px; margin: 3px 0 22px; font-size: 13px; font-variant-numeric: tabular-nums; }
.pricing-site-totals caption { text-align: left; font-size: 12px; color: var(--muted); margin-bottom: 14px; }
.pricing-site-totals th, .pricing-site-totals td { padding: 8px 12px; text-align: left; border-bottom: 1px solid var(--line); }
.pricing-site-totals th { font-weight: 500; }
.pricing-site-totals thead th { color: var(--muted); font-size: 12px; padding-top: 0; }
.pricing-site-totals td, .pricing-site-totals th:last-child { text-align: right; }
.pricing-site-totals td { font-weight: 700; }
.pricing-site-totals tbody tr:nth-child(odd) { background: var(--soft); }
.pricing-site-totals a { color: var(--blue); display: inline-flex; align-items: center; gap: 4px; }
.pricing-site-totals a svg { width: 13px; height: 13px; }
.pricing-terms { margin-top: 16px; font-size: 12px; color: var(--muted); }
.pricing-terms p + p { margin-top: 6px; }
.pricing-terms a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.pricing-terms a svg { width: 12px; height: 12px; vertical-align: middle; }
.homepage .closing-section { padding-top: 0; }
.homepage .closing-card p { max-width: 650px; }
.detail-page .nav-brand { visibility: visible; }
.detail-intro { padding-block: 38px 26px; border-bottom: 1px solid var(--line); }
.detail-breadcrumb { position: relative; display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); margin-bottom: 20px; }
.detail-breadcrumb svg { width: 13px; height: 13px; }
.detail-breadcrumb ol { display: flex; flex-wrap: wrap; align-items: center; gap: 0 10px; list-style: none; margin: 0; padding: 0; }
.detail-breadcrumb li { display: flex; align-items: center; gap: 10px; min-width: 0; }
.detail-breadcrumb li + li::before { content: ""; width: 5px; height: 5px; border-top: 1px solid #9aabc2; border-right: 1px solid #9aabc2; transform: rotate(45deg); flex-shrink: 0; }
.detail-breadcrumb li > a, .detail-breadcrumb li > span, .breadcrumb-products summary { display: flex; align-items: center; min-height: 36px; }
.detail-breadcrumb [aria-current="page"] { color: var(--ink); font-weight: 600; }
.detail-breadcrumb li > a:hover, .breadcrumb-products summary:hover, .breadcrumb-products[open] summary { color: var(--blue); }
.breadcrumb-products summary { gap: 4px; cursor: pointer; list-style: none; }
.breadcrumb-products summary::-webkit-details-marker { display: none; }
.breadcrumb-products > .product-menu-links { position: absolute; top: calc(100% + 6px); left: 0; width: min(530px, 100%); margin: 0; padding: 10px; max-height: min(54vh, 440px); overflow: auto; box-shadow: 0 12px 40px #16274718; font-size: 13px; }
.detail-intro h1 { font-size: clamp(28px, 3vw, 38px); line-height: 1.2; letter-spacing: -1px; }
.detail-intro > p:last-child { max-width: 740px; color: var(--muted); margin-top: 14px; }
.detail-page .feature-row { padding-block: 42px; }
.detail-page .feature-row:first-child { border-top: 0; }
.detail-page .change-section { padding-block: 42px; }
.detail-page .use-cases-section { padding-top: 34px; }
.detail-page .section-marker { display: none; }
.site-footer-grouped { display: block; border-top: 1px solid var(--line); padding-block: 40px 24px; }
.footer-main { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 48px; padding-bottom: 36px; }
.footer-identity .footer-brand { width: fit-content; gap: 10px; font-size: 23px; color: var(--ink); }
.footer-identity > p { margin-top: 12px; font-size: 13px; line-height: 1.7; }
.footer-identity .text-link { width: fit-content; margin-top: 12px; font-size: 13px; }
.footer-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.footer-group h2 { margin: 0 0 14px; color: var(--ink); font-size: 13px; font-weight: 800; line-height: 1.5; letter-spacing: 0; }
.footer-group ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.footer-group a { width: fit-content; padding-block: 5px; font-size: 13px; line-height: 1.5; }
.site-footer-grouped a:hover, .footer-group a[aria-current="page"] { color: var(--blue); }
.footer-bottom { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.footer-utilities { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-left: auto; }
.footer-utilities svg { width: 14px; height: 14px; }
.detail-story { max-width: 860px; padding-block: 42px; }
.detail-story h2 { font-size: 27px; margin-bottom: 18px; }
.detail-story > p { color: var(--muted); }
.detail-story .hero-history { margin-top: 22px; padding: 20px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.detail-story .hero-history-event { font-size: 14px; }
.case-study-method { padding-block: 36px; }
.case-study-method .method-body { display: block; max-width: 850px; padding: 0; }
.case-study-method h2 { margin-bottom: 20px; font-size: 27px; }
.case-study-method p { color: var(--muted); }
.detail-page .scaling-thesis { margin-block: 30px; }
.detail-fallback { padding-block: 28px; }
.detail-fallback a { color: var(--blue); text-decoration: underline; }
.detail-fallback img { max-width: 740px; width: 100%; margin-top: 15px; border: 1px solid var(--line); border-radius: 8px; }
@media (max-width: 1050px) {
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .product-menu-links { left: -150px; }
  .executive-grid { gap: 32px; }
  .pricing-comparison thead th { padding-inline: 12px; }
  .pricing-plan { grid-template-rows: auto 104px auto; }
  .pricing-plan h3 { font-size: 18px; }
  .pricing-rate > .pricing-custom:first-child { font-size: 26px; }
  .pricing-plan .button { font-size: 12px; padding-inline: 8px; }
  .pricing-plan .button svg { display: none; }
  .pricing-comparison tbody th, .pricing-comparison tbody td { padding-inline: 12px; }
}
@media (max-width: 800px) {
  .executive-grid { grid-template-columns: 1fr; gap: 25px; }
  .executive-section, .pricing-section { padding-block: 38px; }
  .detail-intro { padding-block: 26px 22px; }
}
@media (max-width: 600px) {
  .footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 24px; }
  .footer-group a { min-height: 40px; }
  .footer-group h2 { margin-bottom: 8px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-utilities { margin-left: 0; }
  .homepage .menu-open nav, .detail-page .menu-open nav { align-items: stretch; }
  .product-menu { width: 100%; }
  .product-menu summary { justify-content: space-between; }
  .product-menu-links { position: static; width: 100%; grid-template-columns: 1fr; max-height: 54vh; overflow: auto; box-shadow: none; padding: 5px; margin-bottom: 8px; }
  .product-menu-links a { padding: 10px !important; }
  .homepage .nav-action, .detail-page .nav-action { display: inline-flex; margin-left: auto; font-size: 12px; }
  .homepage .nav-shell, .detail-page .nav-shell { gap: 12px; }
  .detail-page .nav-brand { font-size: 19px; gap: 7px; }
  .detail-page .nav-brand img { width: 27px; height: 34px; }
  .pricing-intro { margin-bottom: 20px; }
  .pricing-comparison { display: block; font-size: 13px; line-height: 1.5; }
  .pricing-comparison colgroup, .pricing-comparison .pricing-feature-heading { display: none; }
  .pricing-comparison thead, .pricing-comparison tbody { display: block; }
  .pricing-comparison tr { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pricing-comparison thead th { padding: 14px 8px; }
  .pricing-comparison thead th:nth-child(2), .pricing-comparison thead th:nth-child(3), .pricing-comparison tbody td:nth-of-type(-n+2) { background: #f4f7ff; }
  .pricing-comparison thead th:nth-child(2) { border-left: 0; }
  .pricing-plan { grid-template-rows: auto 94px auto; gap: 10px; min-width: 0; }
  .pricing-plan h3 { font-size: 14px; letter-spacing: -.3px; }
  #pricing-rate, #pricing-total { font-size: 30px; letter-spacing: -1px; }
  .pricing-rate > p:first-child { height: 37px; gap: 3px; font-size: 10px; }
  .pricing-rate > .pricing-custom:first-child { font-size: 18px; }
  .pricing-unit { font-size: 11px; line-height: 1.4; }
  .pricing-plan .button { min-height: 38px; padding: 8px 4px; font-size: 11px; white-space: nowrap; }
  .pricing-plan .button svg { display: none; }
  .pricing-comparison tbody th { grid-column: 1 / -1; padding: 10px 12px 7px; background: white; }
  .pricing-comparison tbody td { padding: 8px 5px 10px; border-top: 0; }
  .pricing-comparison .pricing-group-start td { border-top: 0; }
  .pricing-check { font-size: 11px; gap: 3px; }
  .pricing-check svg { width: 13px; height: 13px; }
  .pricing-comparison .availability { margin: 0 0 0 6px; font-size: 9px; }
  .pricing-tiers summary { font-size: 13px; }
  .pricing-site-totals th, .pricing-site-totals td { padding-inline: 8px; }
  .executive-copy h2 { font-size: 27px; }
  .case-study-method h2, .detail-story h2 { font-size: 25px; }
}
@media (max-width: 380px) {
  .homepage .nav-action, .detail-page .nav-action { display: none; }
  .pricing-comparison thead th:not(:first-child) { padding-inline: 4px; }
  .pricing-plan { min-width: 0; }
  .pricing-plan h3 { font-size: 13px; }
}
html:not(.js) .homepage .menu-toggle, html:not(.js) .detail-page .menu-toggle { display: none !important; }
html:not(.js) .homepage .nav-shell, html:not(.js) .detail-page .nav-shell { height: auto; min-height: 68px; flex-wrap: wrap; padding-block: 12px; }
html:not(.js) .homepage .nav-shell nav, html:not(.js) .detail-page .nav-shell nav { display: flex; flex-wrap: wrap; flex-basis: 100%; margin-left: 0; gap: 20px; }
