/* ======================================================================
   /products/odyssey (Odyssey) — technical product page layer
   Ported 1:1 from the design source "Product Pages/ARTILUX PQC_0708.html"
   (tp-* system: spec strip, challenge/solution split, fully-integrated
   feature grid, split CTA). Loaded only on this page via $d['css'][].
   The original SVG light-art hero (tpl/products_odyssey.html) is kept; everything below
   the hero is this 0708 content, with its styling preserved verbatim.
   Tokens (--c-*, --font-*) come from css/artilux-c.css.
   ====================================================================== */

/* PQC is a Cloud AI product: blue primary, teal secondary — matches the 0708 source */
.concept-c{ --domain-accent:var(--c-blue); --domain-accent2:var(--c-teal); }
/* Section & CTA headings here are two-line <br> stacks ("Making quantum" /
   "scalability real"); .display's global line-height:0.96 is tuned for single-line
   hero type and cramps the stacked lines together — open it up so the two lines
   breathe (mirrors #contact .display in artilux-c.css). */
.concept-c .display{ line-height:1.1; }
/* Section heads here place an .eyebrow immediately above a .display heading with
   no gap (.tp-arch-head / the tp-blocks head use no .stack-* wrapper, and
   .eyebrow carries no margin-bottom). Give the heading room below its label so
   the two don't touch. (2026-07 review p8: "label and heading too close") */
.eyebrow + .display{ margin-top:16px; }

/* ---- technical hero (product-name-led: back-link + kicker + wordmark + intro + render) ---- */
.tp-hero{ padding-block:clamp(64px,9vh,100px) 0; border-bottom:1px solid var(--c-hair); }
.back-link{ font-family:var(--font-mono); font-size:16px; letter-spacing:0.20em; text-transform:uppercase; color:var(--c-muted); text-decoration:none; display:inline-flex; align-items:center; gap:8px; margin-bottom:24px; transition:color .2s; }
.back-link:hover{ color:var(--c-ink); }
.tp-kicker{ font-family:var(--font-mono); font-size:15px; font-weight:500; letter-spacing:0.20em; text-transform:uppercase; color:var(--c-ink-2); margin-bottom:20px; }
.tp-name{ font-family:var(--font-display); font-weight:800; font-size:clamp(40px,5.6vw,86px); line-height:0.92; letter-spacing:-0.03em; color:var(--c-ink); margin:0; text-transform:none; }
.tp-tagline{ font-family:var(--font-body); font-weight:500; font-size:clamp(20px,2.2vw,28px); letter-spacing:normal; margin-top:20px; max-width:56ch; color:var(--c-ink); }
.tp-desc{ font-size:clamp(16px,1.4vw,20px); line-height:1.5; color:var(--c-ink-2); margin-top:18px; max-width:none; }
.tp-status{ display:inline-flex; align-items:center; gap:8px; font-family:var(--font-mono); font-size:15px; letter-spacing:0.14em; text-transform:uppercase; color:var(--c-ink-2); border:1px solid var(--c-hair-2); border-radius:999px; padding:7px 14px; margin-top:26px; white-space:nowrap; }
.tp-status-dot{ width:7px; height:7px; border-radius:50%; background:var(--c-teal); flex:none; }
@media (max-width:480px){ .tp-status{ white-space:normal; align-items:flex-start; border-radius:14px; } .tp-status-dot{ margin-top:6px; } }
.tp-hero-art{ margin-top:clamp(40px,6vh,64px); aspect-ratio:1393/474; border-radius:16px; background:var(--c-bg-2); overflow:hidden; border:1px solid var(--c-hair); }
.tp-hero-art img{ width:100%; height:100%; object-fit:contain; display:block; border-radius:inherit; }

/* ---- spec strip (0708 hero stats, now inside the hero) ---- */
.tp-stats{ display:grid; grid-template-columns:repeat(4,1fr); border-block:1px solid var(--c-hair); }
.tp-stat{ padding:26px clamp(20px,2.6vw,32px); border-left:1px solid var(--c-hair); }
.tp-stat:first-child{ border-left:none; }
.tp-stat-label{ font-family:var(--font-mono); font-size:15px; letter-spacing:0.16em; text-transform:uppercase; color:var(--c-muted); margin-bottom:10px; }
.tp-stat-val{ font-family:var(--font-display); font-weight:700; font-size:clamp(17px,1.6vw,21px); letter-spacing:-0.01em; color:var(--c-ink); line-height:1.25; }
@media (max-width:760px){ .tp-stats{ grid-template-columns:1fr 1fr; } .tp-stat:nth-child(3){ border-left:none; } .tp-stat{ border-top:1px solid var(--c-hair); } .tp-stat:first-child,.tp-stat:nth-child(2){ border-top:none; } }

/* ---- architecture split (challenge / solution) ---- */
.tp-arch{ padding-block:clamp(72px,10vh,120px); border-bottom:1px solid var(--c-hair); }
.tp-arch-head{ margin-bottom:clamp(36px,5vh,52px); }
.tp-arch-split{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(32px,5vw,72px); }
.tp-arch-col{ border-top:2px solid var(--domain-accent, var(--c-teal)); padding-top:20px; }
.tp-arch-col h3{ font-family:var(--font-display); font-weight:600; font-size:20px; letter-spacing:-0.01em; color:var(--c-ink); margin:0 0 12px; }
.tp-arch-col p{ font-size:15px; line-height:1.7; color:var(--c-ink-2); margin:0; }
@media (max-width:760px){ .tp-arch-split{ grid-template-columns:1fr; } }

/* ---- fully-integrated feature grid (2x2) ---- */
.tp-blocks{ padding-block:clamp(72px,10vh,120px); background:var(--c-panel); }
.tp-ff-grid{ display:grid; grid-template-columns:1fr 1fr; gap:1px; background:var(--c-hair); border:1px solid var(--c-hair); border-radius:14px; overflow:hidden; margin-top:clamp(36px,5vh,52px); }
.tp-ff-card{ background:var(--c-bg-2); padding:28px; }
.tp-ff-icon{ width:48px; height:48px; margin-bottom:16px; }
.tp-ff-name{ font-family:var(--font-display); font-weight:700; font-size:18px; letter-spacing:-0.015em; color:var(--c-ink); margin:0 0 8px; }
.tp-ff-desc{ font-size:15px; line-height:1.6; color:var(--c-ink-2); margin:0; }
@media (max-width:700px){ .tp-ff-grid{ grid-template-columns:1fr; } }

/* ---- at-a-glance comparison table (Core Technology Benefits — NbN SNSPD vs. GeSi SPAD).
   Ported verbatim from css/products_connect.css so this page's tp-compare-table matches
   Connect's "Flash vs. Matrix" table. border-collapse:separate (not collapse) so
   border-radius/overflow clip the corners; cells only draw right+bottom borders, so the
   grid still reads as a single hairline with no doubling. */
.tp-compare{ padding-block:clamp(72px,10vh,120px); }
.tp-compare-table{ width:100%; border-collapse:separate; border-spacing:0; margin-top:clamp(36px,5vh,52px); border:1px solid var(--c-hair); border-radius:18px; overflow:hidden; }
.tp-compare-table th, .tp-compare-table td{ padding:clamp(16px,2.2vw,24px); text-align:left; border-bottom:1px solid var(--c-hair); border-right:1px solid var(--c-hair); font-size:15px; }
.tp-compare-table th:last-child, .tp-compare-table td:last-child{ border-right:none; }
.tp-compare-table tr:last-child td{ border-bottom:none; }
.tp-compare-table th{ font-family:var(--font-display); font-weight:700; font-size:20px; color:var(--c-ink); background:var(--c-panel); }
.tp-compare-table td:first-child{ font-weight:600; color:var(--c-ink); background:var(--c-panel); font-size:15px; }
.tp-compare-table td{ color:var(--c-ink-2); }
@media (max-width:700px){ .tp-compare-table{ font-size:15px; } }

/* ---- pre-CTA closing statement (no divider; mirrors connect-c tp-photo-strip) ---- */
.tp-closing{ padding-block:clamp(64px,9vh,104px); }
@media (max-width:800px){ .tp-closing .wrap{ grid-template-columns:1fr !important; } }

/* ---- split CTA ---- */
.cta-section{ padding-block:clamp(80px,13vh,150px); border-top:1px solid var(--c-hair); }
@media (max-width:800px){ .cta-section .wrap{ grid-template-columns:1fr !important; } }
