/* Waypoint product page — v2m visual language */
.foot-note { font-size: 11px; letter-spacing: 0.1em; color: var(--muted); text-transform: uppercase; }
.nav-links .tag.active { background: var(--amber-soft); border-color: var(--amber); color: var(--cream); }
.section { padding: 110px 0; }
.head-center { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.head-center h2 { font-size: clamp(34px, 5vw, 58px); line-height: 1.04; letter-spacing: -0.015em; margin: 16px 0 14px; }
.head-center h2 em, .story h2 em, .white-label h2 em, .contact h2 em, .wp-hero h1 em { color: var(--amber); font-style: italic; }
.head-center .lede { color: var(--cream-dim); font-size: 17px; margin: 0 auto; max-width: 580px; }

/* Product hero */
.wp-hero { position: relative; overflow: hidden; isolation: isolate; min-height: 820px; padding: 176px 0 110px; display: grid; align-items: center; background: radial-gradient(ellipse at 75% 16%, var(--amber-soft) 0%, transparent 32%), radial-gradient(ellipse at 50% 0%, var(--navy-700) 0%, var(--navy-800) 44%, var(--navy-900) 100%); }
.wp-hero .stars { opacity: .58; }
.wp-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: 80px; align-items: center; }
.wp-hero h1 { font-size: clamp(58px, 7vw, 96px); line-height: .98; letter-spacing: -.03em; margin: 24px 0; max-width: 790px; }
.wp-hero-copy > p { color: var(--cream-dim); font-size: 18px; max-width: 670px; margin: 0; }
.site-label { color: var(--cream); white-space: nowrap; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 32px; color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.hero-gauge { justify-self: end; width: min(100%, 410px); border: 1px solid var(--line-strong); border-radius: var(--radius); background: linear-gradient(180deg, rgba(17,26,44,.94), rgba(7,16,28,.96)); box-shadow: 0 40px 90px -40px rgba(0,0,0,.9); overflow: hidden; }
.gauge-top, .gauge-foot { padding: 15px 20px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; border-bottom: 1px solid var(--line); }
.gauge-state { color: var(--amber); }
.hero-gauge .dial { width: 270px; height: 270px; margin: 44px auto; }
.hero-gauge .dial .center .n { font-size: 70px; }
.gauge-foot { border: 0; border-top: 1px solid var(--line); }
.gauge-foot strong { color: var(--sage); font-weight: 500; }

/* The 110 story / dashboard */
.story { background: var(--navy-800); }
.story-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 64px; align-items: center; }
.story h2 { font-size: clamp(40px, 5vw, 64px); line-height: 1.02; font-weight: 400; margin: 18px 0 22px; }
.story-copy p { color: var(--cream-dim); font-size: 16.5px; margin: 0 0 16px; }
.product-card { text-align: left; border: 1px solid var(--line-strong); border-radius: var(--radius); overflow: hidden; background: linear-gradient(180deg, var(--navy-700), var(--navy-800)); box-shadow: 0 40px 90px -40px rgba(0,0,0,.85); }
.pc-head { display: flex; justify-content: space-between; align-items: center; padding: 14px 18px; border-bottom: 1px solid var(--line); background: var(--navy-900); font-size: 11px; color: var(--muted); }
.pc-live { color: var(--amber); font-family: var(--font-mono); letter-spacing: .16em; display: inline-flex; align-items: center; gap: 8px; }
.pc-body { display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: center; padding: 30px 26px; }
.compact-dial { width: 190px; height: 190px; }
.compact-dial .center .n { font-size: 50px; }
.pc-rows { display: grid; gap: 12px; width: 100%; }
.pc-rows .dr { display: grid; grid-template-columns: 1fr 70px 44px; gap: 10px; align-items: center; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--cream-dim); }
.pc-rows .bar { height: 5px; border-radius: 3px; background: var(--line); overflow: hidden; }
.pc-rows .bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--amber), var(--cream)); }
.pc-rows .ok { color: var(--sage); text-align: right; }
.pc-rows .prog2 { color: var(--amber); text-align: right; }
.pc-foot { display: flex; justify-content: space-between; padding: 14px 22px; border-top: 1px solid var(--line); font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }

/* Inside Waypoint product tour */
.inside { background: var(--navy-900); border-block: 1px solid var(--line); overflow: hidden; }
.inside::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 20% 5%, var(--amber-soft), transparent 30%); opacity: .55; }
.inside .wrap { position: relative; }
.tour-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.tour-card { min-width: 0; margin: 0; box-shadow: 0 32px 70px -42px rgba(0,0,0,.95); }
.tracker-card { grid-column: 1 / -1; }
.statement-card { grid-column: 1 / -1; }
.screen-shot { min-width: 0; background: linear-gradient(145deg, rgba(17,26,44,.98), rgba(7,16,28,.98)); font-family: var(--font-body); color: var(--snow); }
.score-strip, .screen-title { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.score-strip > div:first-child, .screen-title > div { display: grid; gap: 3px; }
.score-strip strong, .screen-title strong { font-size: 16px; font-weight: 500; }
.ui-kicker { font-family: var(--font-mono); font-size: 8.5px; letter-spacing: .15em; color: var(--muted); }
.score-readout { margin-left: auto; padding-left: 22px; border-left: 1px solid var(--line); font-family: var(--font-mono); }
.score-readout span { display: block; font-size: 8px; letter-spacing: .14em; color: var(--muted); }
.score-readout strong { color: var(--amber); font-size: 24px; line-height: 1.1; }
.score-readout small { color: var(--cream-dim); font-size: 12px; font-weight: 400; }
.readiness-cue, .count-pill, .source-tag { flex: 0 0 auto; border: 1px solid var(--amber-soft); border-radius: 999px; padding: 6px 9px; color: var(--amber); background: var(--amber-soft); font-family: var(--font-mono); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.tracker-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); min-height: 410px; }
.domain-rail { padding: 16px 12px; border-right: 1px solid var(--line); background: rgba(7,16,28,.48); display: flex; flex-direction: column; gap: 4px; }
.rail-title, .rail-more { padding: 7px 10px; font-family: var(--font-mono); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.rail-more { margin-top: 5px; color: var(--amber); }
.domain-rail button { appearance: none; width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 8px; border: 1px solid transparent; border-radius: 6px; padding: 9px 10px; background: transparent; color: var(--muted); font: 10px/1.35 var(--font-body); text-align: left; }
.domain-rail button b { font: 8px var(--font-mono); color: var(--muted); }
.domain-rail button.active { border-color: var(--amber-soft); background: var(--amber-soft); color: var(--cream); }
.domain-rail button.active b { color: var(--amber); }
.table-scroll { min-width: 0; overflow-x: auto; overscroll-behavior-inline: contain; }
.ui-table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 11px; }
.ui-table th { padding: 13px 15px; background: rgba(7,16,28,.55); border-bottom: 1px solid var(--line); color: var(--muted); font: 8px var(--font-mono); letter-spacing: .13em; text-align: left; text-transform: uppercase; white-space: nowrap; }
.ui-table td { padding: 14px 15px; border-bottom: 1px solid var(--line); color: var(--cream-dim); }
.ui-table td:first-child, .ui-table td:last-child { font-family: var(--font-mono); color: var(--cream); white-space: nowrap; }
.objective-table th:first-child { width: 110px; }
.objective-table th:nth-child(3) { width: 130px; }
.objective-table th:last-child { width: 75px; }
.status { display: inline-flex; white-space: nowrap; border: 1px solid var(--line); border-radius: 999px; padding: 4px 8px; font: 8px var(--font-mono); letter-spacing: .05em; }
.status.met { color: var(--sage); border-color: oklch(0.72 0.06 165 / .3); background: oklch(0.72 0.06 165 / .09); }
.status.not-met, .status.open { color: #e8a079; border-color: rgba(232,160,121,.32); background: rgba(232,160,121,.09); }
.status.progress { color: var(--amber); border-color: var(--amber-soft); background: var(--amber-soft); }
.status.unassessed, .status.na { color: var(--muted); }
.compact-screen { min-height: 296px; }
.poam-table { min-width: 570px; }
.poam-table .impact { color: #e8a079; font-weight: 500; }
.screen-note { margin: 0; padding: 14px 18px; color: var(--muted); font: 9px/1.5 var(--font-mono); }
.screen-note span { color: var(--amber); margin-right: 6px; }
.file-list { display: grid; padding: 6px 18px 16px; }
.file-row { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 15px 2px; border-bottom: 1px solid var(--line); }
.file-row:last-child { border-bottom: 0; }
.file-type { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 7px; color: var(--amber); background: var(--navy-900); font: 7px var(--font-mono); }
.file-row div { display: grid; gap: 3px; min-width: 0; }
.file-row strong { overflow: hidden; text-overflow: ellipsis; font: 10px var(--font-mono); white-space: nowrap; }
.file-row small { color: var(--muted); font-size: 9px; }
.attach-count { color: var(--sage); font: 8px var(--font-mono); white-space: nowrap; }
.statement-card .compact-screen { min-height: 0; }
.statement-preview { position: relative; margin: 22px; padding: 24px 26px 18px 48px; border: 1px solid var(--line); border-left: 2px solid var(--amber); border-radius: var(--radius-sm); background: rgba(7,16,28,.62); }
.statement-preview p { max-width: 880px; margin: 0; color: var(--cream-dim); font: 13px/1.7 var(--font-body); }
.quote-mark { position: absolute; left: 18px; top: 12px; color: var(--amber); font: 34px var(--font-display); }
.statement-source { margin-top: 14px; color: var(--muted); font: 8px var(--font-mono); letter-spacing: .14em; }

/* Capabilities */
.capabilities { background: var(--navy-900); border-block: 1px solid var(--line); overflow: hidden; }
.capabilities::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% -10%, var(--amber-soft), transparent 38%); pointer-events: none; }
.feat-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feat { min-height: 220px; padding: 26px 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--navy-800); transition: border-color .2s, background .2s, transform .2s; }
.feat:hover { border-color: var(--amber-soft); background: var(--navy-700); transform: translateY(-3px); }
.feat .fn { font-family: var(--font-mono); font-size: 10px; color: var(--muted); letter-spacing: .16em; }
.feat .k { font-family: var(--font-display); font-size: 22px; font-weight: 400; display: block; margin: 8px 0 10px; line-height: 1.1; }
.feat p { margin: 0; font-size: 14px; color: var(--cream-dim); }

/* Pipeline */
.readiness { background: var(--navy-800); }
.pipeline { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line); border-radius: var(--radius); background: var(--navy-900); overflow: hidden; counter-reset: waypoint; }
.pipeline li { position: relative; min-height: 190px; padding: 25px 20px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.pipeline li:last-child { border-right: 0; }
.pipeline li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -12px; top: 50%; width: 23px; height: 23px; margin-top: -12px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; background: var(--navy-900); color: var(--amber); font-size: 12px; }
.step-num { font-family: var(--font-mono); font-size: 10px; color: var(--amber); letter-spacing: .16em; margin-bottom: auto; }
.pipeline strong { font-family: var(--font-display); font-size: 21px; font-weight: 400; line-height: 1.1; }
.pipeline small { color: var(--muted); font-size: 12px; margin-top: 8px; line-height: 1.4; }

/* Frameworks and white label */
.frameworks { background: var(--navy-900); border-top: 1px solid var(--line); }
.framework-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.framework-card { padding: 30px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, var(--navy-700), var(--navy-800)); }
.frame-tag { font-family: var(--font-mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--amber); }
.framework-card h3 { font-size: 34px; font-weight: 400; margin: 8px 0 26px; }
.frame-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px dashed var(--line); padding-top: 20px; }
.frame-stats span { color: var(--muted); font-family: var(--font-mono); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.frame-stats strong { color: var(--cream); font-family: var(--font-display); font-size: 30px; font-weight: 400; display: block; }
.cmmc-card p { color: var(--cream-dim); margin: 0; }
.cmmc-card p strong { color: var(--cream); font-weight: 500; }
.white-label { padding-top: 0; background: var(--navy-900); }
.white-label-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; padding: 54px; border: 1px solid var(--line-strong); border-left: 2px solid var(--amber); border-radius: var(--radius); background: var(--navy-800); }
.white-label h2 { font-size: clamp(38px, 5vw, 58px); line-height: 1.03; font-weight: 400; margin: 16px 0 0; }
.white-label-copy p { color: var(--cream-dim); font-size: 16.5px; margin: 0 0 24px; }
.export-list { display: flex; flex-wrap: wrap; gap: 9px; }
.export-list span { border: 1px solid var(--line-strong); border-radius: 999px; padding: 7px 12px; color: var(--sage); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

/* Closing contact pattern */
.contact { background: var(--navy-800); border-top: 1px solid var(--line); overflow: hidden; }
.contact-inner { position: relative; z-index: 1; text-align: center; }
.contact h2 { font-size: clamp(40px, 6vw, 76px); font-weight: 400; line-height: 1; letter-spacing: -.02em; margin: 22px auto 30px; }
.contact-cta { display: inline-flex; gap: 14px; margin-bottom: 48px; flex-wrap: wrap; justify-content: center; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; border-top: 1px solid var(--line); padding-top: 36px; }
.contact-grid .k { font-family: var(--font-mono); font-size: 10px; letter-spacing: .2em; color: var(--muted); text-transform: uppercase; margin-bottom: 8px; }
.contact-grid .v { font-family: var(--font-display); font-size: 22px; }

@media (max-width: 1050px) {
  .wp-hero-inner { gap: 40px; }
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .pipeline { grid-template-columns: repeat(3, 1fr); }
  .pipeline li:nth-child(3) { border-right: 0; }
  .pipeline li:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .pipeline li:nth-child(3)::after { display: none; }
}
@media (max-width: 900px) {
  .wp-hero { padding-top: 150px; }
  .wp-hero-inner, .story-grid { grid-template-columns: 1fr; }
  .wp-hero-copy { text-align: center; }
  .wp-hero-copy .eyebrow, .hero-cta, .hero-meta { justify-content: center; }
  .wp-hero-copy > p { margin-inline: auto; }
  .hero-gauge { justify-self: center; }
  .story-grid { gap: 40px; }
  .story-copy { max-width: 700px; }
  .framework-grid { grid-template-columns: 1fr 1fr; }
  .cmmc-card { grid-column: 1 / -1; }
  .white-label-panel { grid-template-columns: 1fr; gap: 28px; padding: 40px; }
  .tour-grid { grid-template-columns: 1fr; }
  .tracker-card, .statement-card { grid-column: auto; }
}
@media (max-width: 820px) { .section { padding: 76px 0; } .white-label { padding-top: 0; } }
@media (max-width: 700px) {
  .pc-body { grid-template-columns: 1fr; justify-items: center; }
  .pc-rows { max-width: 390px; }
  .pipeline { grid-template-columns: 1fr 1fr; }
  .pipeline li { border-bottom: 1px solid var(--line); }
  .pipeline li:nth-child(odd) { border-right: 1px solid var(--line); }
  .pipeline li:nth-child(even) { border-right: 0; }
  .pipeline li:nth-child(3) { border-right: 1px solid var(--line); }
  .pipeline li:nth-child(3)::after { display: grid; }
  .pipeline li:nth-child(even)::after { display: none; }
  .pipeline li:nth-last-child(-n+2) { border-bottom: 0; }
  .framework-grid, .contact-grid { grid-template-columns: 1fr; }
  .cmmc-card { grid-column: auto; }
  .tracker-layout { grid-template-columns: 1fr; }
  .domain-rail { border-right: 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rail-title, .rail-more { grid-column: 1 / -1; }
  .score-strip { align-items: flex-start; flex-wrap: wrap; }
  .score-readout { margin-left: 0; }
}
@media (max-width: 600px) {
  .wp-hero { min-height: auto; padding: 132px 0 80px; }
  .wp-hero h1 { font-size: clamp(50px, 16vw, 70px); }
  .wp-hero-inner { padding-inline: 20px; }
  .feat-grid { grid-template-columns: 1fr; }
  .feat { min-height: 0; }
  .hero-gauge .dial { width: 220px; height: 220px; margin-block: 34px; }
  .pc-head, .pc-foot { gap: 18px; }
  .pc-head > :first-child { overflow-wrap: anywhere; }
  .pc-rows .dr { grid-template-columns: 1fr 52px 38px; font-size: 9px; }
  .white-label-panel { padding: 30px 24px; }
  .score-strip, .screen-title { padding: 16px; gap: 12px; }
  .readiness-cue { width: 100%; text-align: center; }
  .file-row { grid-template-columns: 42px minmax(0, 1fr); }
  .attach-count { grid-column: 2; white-space: normal; }
  .statement-preview { margin: 16px; padding: 22px 18px 16px 40px; }
  .pc-foot { flex-wrap: wrap; }
}
@media (max-width: 480px) {
  .pipeline { grid-template-columns: 1fr; }
  .pipeline li, .pipeline li:nth-child(3), .pipeline li:nth-child(odd) { border-right: 0; border-bottom: 1px solid var(--line); min-height: 150px; }
  .pipeline li:last-child { border-bottom: 0; }
  .pipeline li::after { display: none !important; }
  .frame-stats { gap: 8px; }
}
