/* Vectis theme: product mark, breadcrumb bar, spec strip, timeline, image band, news band, context strips. */
.product-mark { display: inline-flex; align-items: baseline; gap: 10px; margin-left: 14px; padding-left: 14px; border-left: 1px solid var(--line-2); font-weight: 600; font-size: 20px; color: var(--lm-navy); letter-spacing: 0.01em; }
.product-mark small { font-weight: 400; font-size: 12px; color: var(--gray); letter-spacing: 0.1em; text-transform: uppercase; }
@media (max-width: 1400px) { .product-mark small { display: none; } }
.tabs a { white-space: nowrap; }
.tabs { gap: 0; }
.crumb-bar { background: var(--plane-2); border-bottom: 1px solid var(--line); font-size: 14px; }
.crumb-bar .band-inner { display: flex; justify-content: space-between; padding: 12px 40px; }
.crumb-bar span { font-weight: 600; color: var(--ink-2); }
.hero-vectis h1 strong { font-weight: 600; }
.pillars { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.pillars span { font-weight: 600; font-size: 15px; color: var(--lm-navy); padding: 8px 14px; border: 1px solid var(--line-2); background: var(--surface); }
.video { aspect-ratio: 16 / 9; background: #000; }
.video iframe { width: 100%; height: 100%; border: 0; display: block; }
.band.black { background: #0b0b0b; color: #fff; }
.band.specs { padding: 44px 40px; }
.spec-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px; }
@media (max-width: 1100px) { .spec-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 600px) { .spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.spec { border-left: 2px solid rgba(255, 255, 255, 0.35); padding-left: 16px; }
.spec .v { font-weight: 300; font-size: 44px; line-height: 1; color: #fff; white-space: nowrap; }
.spec .l { font-weight: 600; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255, 255, 255, 0.85); margin-top: 8px; }
.spec .s { font-size: 13px; color: rgba(255, 255, 255, 0.65); margin-top: 2px; }
.timeline { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; position: relative; margin-top: 24px; }
.timeline::before { content: ""; position: absolute; left: 0; right: 0; top: 46px; height: 2px; background: var(--line-2); }
@media (max-width: 1000px) { .timeline { grid-template-columns: repeat(3, minmax(0, 1fr)); } .timeline::before { display: none; } }
.tl { position: relative; }
.tl-when { font-weight: 600; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--lm-blue); height: 28px; }
.tl-dot { width: 14px; height: 14px; border-radius: 50%; background: var(--lm-blue); border: 3px solid #fff; box-shadow: 0 0 0 2px var(--lm-blue); margin: 10px 0 14px; }
.tl-what { font-weight: 500; font-size: 19px; color: var(--lm-navy); }
.tl-detail { color: var(--gray); font-size: 14px; margin-top: 4px; }
.image-band { position: relative; background: var(--lm-navy) center / cover no-repeat; min-height: 380px; display: flex; align-items: flex-end; }
.image-band::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9, 48, 87, 0.75), rgba(9, 48, 87, 0.15)); }
.image-band .band-inner { position: relative; width: 100%; }
.image-band h2 { font-size: 2.4rem; margin-bottom: 18px; }
.news-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 26px; }
.news-head a { color: #fff; font-weight: 600; text-decoration: underline; }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
@media (max-width: 900px) { .news-grid { grid-template-columns: 1fr; } }
.news { color: #fff; display: flex; flex-direction: column; transition: transform 0.2s; }
.news:hover { text-decoration: none; transform: translateY(-3px); }
.news .img { aspect-ratio: 16 / 9; background: #222 center / cover no-repeat; }
.news .body { padding: 16px 0; }
.news .date { font-size: 12px; color: rgba(255, 255, 255, 0.6); }
.news .kind { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #9cc4ea; margin: 4px 0 8px; }
.news h3 { color: #fff; font-size: 1.15rem; font-weight: 500; margin-bottom: 8px; }
.news p { color: rgba(255, 255, 255, 0.72); font-size: 14px; margin: 0 0 10px; }
.news .more { font-size: 13px; font-weight: 600; text-decoration: underline; }
.vectis-strip { display: flex; align-items: center; gap: 16px; background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--lm-blue); padding: 12px 18px; margin-bottom: 24px; font-size: 14.5px; }
.vectis-strip .mark { font-weight: 600; color: var(--lm-navy); white-space: nowrap; }
.vectis-strip .text { color: var(--gray); flex: 1; }
.vectis-strip a { white-space: nowrap; font-weight: 600; }
.vectis-strip.compact { margin: 0; border-left: none; border-right: none; border-top: none; font-size: 13px; padding: 10px 22px; }
