:root {
  color-scheme: light;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --line: #d2d2d7;
  --paper: #f5f5f7;
  --panel: #fbfbfd;
  --accent: #0071e3;
  --accent-dark: #005bb5;
  --shadow: 0 28px 80px rgba(0, 0, 0, .08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif; color: var(--ink); background: #fff; line-height: 1.55; text-rendering: optimizeLegibility; }
a { color: inherit; }
.site-header { height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, 7vw); border-bottom: 1px solid rgba(0,0,0,.07); position: sticky; top: 0; background: rgba(251,251,253,.9); backdrop-filter: saturate(180%) blur(20px); z-index: 5; }
.brand { display: inline-flex; align-items: center; text-decoration: none; white-space: nowrap; }
.brand-logo { display: block; width: auto; height: 30px; }
.brand-mark { width: 24px; height: 24px; display: inline-grid; place-items: center; border-radius: 7px; background: var(--ink); color: #fff; font-size: 13px; line-height: 1; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
nav { display: flex; gap: clamp(14px, 2vw, 30px); color: #2b2f36; font-size: 13px; white-space: nowrap; }
nav a, .nav-product-menu summary { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; position: relative; color: rgba(29,29,31,.82); }
nav a:hover, nav a.is-active, .nav-product-menu summary.is-active { color: var(--ink); }
nav a.is-active::after, .nav-product-menu summary.is-active::before { content: ""; position: absolute; left: 0; right: 0; bottom: 7px; height: 2px; background: var(--ink); }
.nav-language { min-height: 44px; display: inline-flex; align-items: center; gap: 4px; }
.nav-language a, .nav-language span { min-height: 28px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(0,0,0,.1); border-radius: 999px; padding: 0 9px; color: rgba(29,29,31,.74); font-size: 12px; font-weight: 750; line-height: 1; text-decoration: none; }
.nav-language span { color: var(--ink); background: #fff; }
.nav-language a:hover { color: var(--ink); background: #fff; }
.nav-product-menu { position: relative; display: inline-flex; align-items: center; }
.nav-product-menu summary { cursor: pointer; list-style: none; user-select: none; }
.nav-product-menu summary::-webkit-details-marker { display: none; }
.nav-product-menu summary::after { content: ""; width: 7px; height: 7px; margin-left: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); opacity: .72; }
.nav-product-menu[open] summary, .nav-product-menu:hover summary, .nav-product-menu:focus-within summary { color: var(--ink); }
.nav-submenu { position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%) translateY(-4px); min-width: 280px; display: grid; gap: 4px; padding: 8px; border: 1px solid rgba(0,0,0,.08); border-radius: 8px; background: rgba(255,255,255,.98); box-shadow: 0 18px 48px rgba(0,0,0,.12); opacity: 0; pointer-events: none; transition: opacity .16s ease, transform .16s ease; z-index: 20; }
.nav-submenu::before { content: ""; position: absolute; left: 0; right: 0; top: -10px; height: 10px; }
.nav-product-menu[open] .nav-submenu, .nav-product-menu:hover .nav-submenu, .nav-product-menu:focus-within .nav-submenu { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.nav-submenu a { min-height: 0; display: grid; gap: 3px; padding: 12px; border-radius: 8px; color: var(--ink); white-space: normal; }
.nav-submenu a:hover, .nav-submenu a:focus { background: var(--paper); outline: none; }
.nav-submenu strong { font-size: 14px; line-height: 1.2; }
.nav-submenu span { color: var(--muted); font-size: 12px; line-height: 1.35; }
.page-hero h1 { font-size: clamp(38px, 3.7vw, 54px); line-height: 1.12; margin: 0 0 18px; letter-spacing: 0; max-width: none; text-align: center; text-wrap: balance; white-space: nowrap; }
.lead { color: var(--muted); font-size: clamp(17px, 1.42vw, 21px); line-height: 1.52; max-width: 980px; margin-left: auto; margin-right: auto; text-align: center; text-wrap: pretty; }
.eyebrow { margin: 0; color: var(--muted); letter-spacing: 0; font-size: 13px; font-weight: 650; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; justify-content: center; }
.button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid rgba(0,113,227,.32); border-radius: 999px; text-decoration: none; font-weight: 700; color: var(--accent); background: rgba(255,255,255,.78); }
.button.primary { background: var(--accent); color: #fff; border-color: var(--accent); }
.button.secondary { color: var(--accent); background: rgba(255,255,255,.78); }
.button.disabled { color: var(--muted); border-color: var(--line); background: var(--paper); }
.hero-actions.left { justify-content: flex-start; }
.hero-visual { padding-top: 0; padding-bottom: 76px; background: linear-gradient(180deg, #fff 0%, #f5f5f7 100%); display: grid; justify-items: center; }
.hero-device { width: min(880px, 92vw); margin-top: 0; border: 1px solid rgba(0,0,0,.08); border-radius: 18px; background: rgba(255,255,255,.72); box-shadow: var(--shadow); overflow: hidden; }
.device-topbar { height: 44px; display: flex; align-items: center; gap: 7px; padding: 0 18px; border-bottom: 1px solid rgba(0,0,0,.08); background: rgba(245,245,247,.72); }
.device-topbar span { width: 11px; height: 11px; border-radius: 999px; background: #d2d2d7; }
.device-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 12px; padding: 18px; }
.device-panel { min-height: 138px; border-radius: 18px; background: #f5f5f7; display: grid; align-content: end; justify-items: start; padding: 20px; text-align: left; }
.device-panel.wide { background: #1d1d1f; color: #fff; }
.device-panel b { font-size: 22px; }
.device-panel em { color: #86868b; font-style: normal; margin-top: 4px; }
.device-panel.wide em { color: #c7c7cc; }
.section, .two-column, .band, .page-hero { padding: 76px max(24px, 7vw); }
.compact { padding-top: 36px; padding-bottom: 44px; }
.section-heading { max-width: 820px; margin: 0 auto 34px; text-align: center; }
.section-heading-left { margin-left: 0; margin-right: 0; text-align: left; max-width: 760px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
h2 { font-size: clamp(28px, 3.2vw, 46px); line-height: 1.12; margin: 8px 0 16px; letter-spacing: 0; }
.showcase { min-height: 640px; display: grid; place-items: center; text-align: center; padding: 96px max(24px, 7vw); }
.showcase.dark { background: #000; color: #f5f5f7; }
.showcase-copy { max-width: 900px; }
.showcase p:not(.eyebrow) { color: #a1a1a6; font-size: clamp(19px, 2vw, 26px); }
.three-up { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.three-up article { background: var(--paper); border-radius: 8px; padding: 30px; min-height: 248px; display: grid; align-content: start; }
.three-up span { color: var(--accent); font-weight: 800; }
.three-up h3, .product-card h3 { font-size: 22px; line-height: 1.18; margin: 12px 0; }
.three-up p, .product-card p { color: var(--muted); margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 14px; }
.product-grid-wide { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.product-card { border: 1px solid rgba(0,0,0,.05); border-radius: 8px; padding: 28px; min-height: 236px; display: grid; align-content: start; background: var(--paper); }
.products-section { padding-top: 54px; }
.feature-product { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 34px; align-items: center; background: #fbfbfd; }
.feature-product-copy p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.feature-product-media, .product-screenshot, .screenshot-grid figure, .product-feature-card { border: 1px solid rgba(0,0,0,.06); border-radius: 8px; background: var(--paper); overflow: hidden; }
.feature-product-media img, .product-screenshot img, .product-feature-card img, .screenshot-grid img { width: 100%; display: block; }
.feature-product-media { box-shadow: var(--shadow); }
.product-hero { min-height: 420px; }
.product-screenshot { padding: 0; margin: 0 max(24px, 7vw); }
.screenshot-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding-top: 28px; }
.screenshot-grid figure { margin: 0; }
.screenshot-grid figcaption { padding: 14px 16px 18px; color: var(--muted); font-size: 14px; }
.product-feature-card { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 22px; align-items: center; padding: 28px; margin-bottom: 18px; background: #f5f5f7; }
.product-feature-card h3 { font-size: clamp(28px, 3vw, 42px); line-height: 1.12; margin: 10px 0 14px; }
.product-feature-card p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.product-feature-card img { border-radius: 8px; border: 1px solid rgba(0,0,0,.06); }
.product-detail { padding-top: 24px; }
.download-band { margin: 0 max(24px, 7vw) 80px; border-radius: 8px; }
.download-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.downloads-section { display: grid; gap: 24px; }
.download-card { display: grid; grid-template-columns: minmax(0, .95fr) minmax(300px, .8fr); gap: 24px; align-items: stretch; border-radius: 8px; background: var(--paper); padding: 30px; }
.download-card-main p:not(.eyebrow), .download-note p { color: var(--muted); font-size: 18px; }
.release-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; color: var(--muted); font-size: 14px; }
.release-meta span { border: 1px solid var(--line); border-radius: 999px; padding: 7px 12px; background: #fff; }
.download-list { display: grid; gap: 10px; }
.download-list a, .download-soon { display: grid; gap: 4px; padding: 18px; border-radius: 8px; background: #fff; text-decoration: none; border: 1px solid rgba(0,0,0,.06); }
.download-list a:hover { border-color: rgba(0,113,227,.42); }
.download-list span, .download-soon span { color: var(--muted); font-size: 14px; }
.download-support {
  display: grid;
  gap: 3px;
  color: #475569;
  font-size: 13px;
  line-height: 1.45;
}
.download-support span {
  color: #0f766e;
  font-size: 12px;
  font-weight: 850;
}
.download-soon { background: #f5f5f7; }
.download-note { max-width: 920px; }
.download-platforms { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding-top: 28px; }
.platform-card { min-height: 260px; display: grid; align-content: center; gap: 12px; border: 1px solid rgba(0,0,0,.07); border-radius: 8px; background: var(--paper); padding: 34px; text-decoration: none; }
.platform-card span { color: var(--muted); font-size: 15px; font-weight: 700; }
.platform-card strong { color: var(--ink); font-size: clamp(30px, 3vw, 42px); line-height: 1.1; }
.platform-card em { color: var(--muted); font-style: normal; font-size: 17px; }
.primary-download { background: #fff; box-shadow: 0 14px 38px rgba(0,0,0,.065); }
.primary-download:hover { border-color: rgba(0,113,227,.42); }
.platform-soon { background: #f5f5f7; opacity: .82; }
.policy-content { max-width: 960px; margin: 0 auto; }
.policy-content p { color: var(--muted); font-size: 18px; }
.text-link { color: var(--accent-dark); font-weight: 700; text-decoration: none; }
.band { background: var(--paper); color: var(--ink); display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1fr); gap: 32px; align-items: center; }
.band.refined { margin: 0 max(24px, 7vw) 88px; border-radius: 26px; }
.band p { color: var(--muted); }
.page-hero { min-height: 342px; background: linear-gradient(180deg, #fbfbfd, #fff); text-align: center; display: block; }
.page-hero-copy { width: min(1120px, 100%); margin: 0 auto; display: grid; justify-items: center; text-align: center; }
.page-hero-standard { min-height: 342px; padding-top: 96px; padding-bottom: 44px; }
.two-column { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 36px; }
.contact-layout > div { border-radius: 26px; background: var(--paper); padding: 36px; }
.evidence-list, .plain-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.evidence-list li { border: 0; border-radius: 18px; padding: 20px; background: #fff; }
.two-column:not(.contact-layout) .evidence-list li { background: var(--paper); }
.evidence-list span { display: block; color: var(--muted); margin-top: 6px; }
table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
th, td { text-align: left; border-bottom: 1px solid var(--line); padding: 18px; vertical-align: top; }
th { color: var(--muted); font-size: 13px; }
.empty-state { min-height: 330px; border-radius: 8px; background: var(--paper); display: grid; align-content: center; justify-items: center; text-align: center; padding: 44px; }
.empty-state h2 { font-size: clamp(28px, 3.4vw, 42px); }
.empty-icon { width: 60px; height: 60px; border-radius: 16px; background: linear-gradient(145deg, #fff, #e8e8ed); box-shadow: inset 0 0 0 1px rgba(0,0,0,.05), 0 16px 36px rgba(0,0,0,.07); margin-bottom: 18px; position: relative; }
.empty-icon::before { content: ""; width: 20px; height: 26px; border: 3px solid var(--accent); border-top: 0; border-radius: 0 0 7px 7px; position: absolute; left: 20px; top: 20px; }
.empty-icon::after { content: ""; width: 15px; height: 15px; border-left: 3px solid var(--accent); border-bottom: 3px solid var(--accent); transform: rotate(-45deg); position: absolute; left: 23px; top: 14px; }
.empty-state p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 18px; }
.site-footer { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 18px 28px; padding: 32px max(24px, 7vw); border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; background: var(--paper); }
.site-footer a { color: var(--muted); text-decoration: none; }
.footer-main { display: grid; gap: 4px; }
.footer-main strong { color: var(--ink); font-size: 14px; }
.footer-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px 22px; justify-content: flex-end; }

@media (max-width: 820px) {
  .site-header { height: auto; min-height: 56px; padding: 8px 18px; align-items: flex-start; gap: 8px; flex-direction: column; }
  nav { width: 100%; gap: 6px; overflow-x: auto; padding-bottom: 2px; }
  nav a, .nav-product-menu summary { min-height: 44px; padding-right: 14px; }
  nav a.is-active::after { bottom: 5px; }
  .nav-product-menu { position: static; }
  .nav-submenu { left: 18px; right: 18px; top: calc(100% - 2px); min-width: 0; transform: translateY(-4px); }
  .nav-product-menu[open] .nav-submenu, .nav-product-menu:hover .nav-submenu, .nav-product-menu:focus-within .nav-submenu { transform: translateY(0); }
  .two-column, .band, .three-up, .device-grid, .feature-product, .screenshot-grid, .product-feature-card, .download-card, .download-platforms { grid-template-columns: 1fr; }
  .hero-visual { padding-top: 0; padding-bottom: 52px; }
  .hero-device { border-radius: 16px; }
  .section, .two-column, .band, .page-hero { padding: 52px 24px; }
  .page-hero h1 { white-space: normal; }
  .page-hero-standard { min-height: 300px; padding-top: 64px; padding-bottom: 38px; }
  .band.refined { margin: 0 24px 56px; }
  .product-screenshot { margin: 0 24px; }
  .download-band { margin: 0 24px 56px; }
  .download-actions { justify-content: flex-start; }
  .contact-layout > div { padding: 24px; }
  .product-feature-card { padding: 22px; }
  .site-footer { padding: 28px 24px; }
  .footer-links { justify-content: flex-start; }
}

/* Refined site system */
.home-hero, .page-intro, .product-detail-hero { padding: 58px max(24px, 7vw) 38px; }
.home-hero { min-height: 500px; display: grid; grid-template-columns: minmax(340px, .8fr) minmax(0, 1.2fr); gap: clamp(34px, 5vw, 72px); align-items: center; background: linear-gradient(180deg, #fbfbfd 0%, #fff 100%); }
.company-hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #fbfcff 0%, #fff 72%); }
.company-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(0,113,227,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(0,113,227,.055) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%); opacity: .75; pointer-events: none; }
.company-hero::after { content: ""; position: absolute; inset: auto max(24px, 7vw) 24px max(24px, 7vw); height: 1px; background: linear-gradient(90deg, rgba(0,113,227,.28), transparent 62%); pointer-events: none; }
.company-hero > * { position: relative; z-index: 1; }
.home-hero-copy h1, .page-intro h1, .product-detail-copy h1 { font-size: clamp(36px, 3.35vw, 50px); line-height: 1.12; margin: 10px 0 16px; letter-spacing: 0; text-wrap: balance; }
.home-hero-copy h1 { max-width: 520px; }
.home-hero-copy .lead { max-width: 610px; margin: 0; text-align: left; font-size: clamp(17px, 1.18vw, 19px); line-height: 1.66; }
.hero-status { margin: 0; color: var(--muted); font-size: 14px; font-weight: 650; }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.hero-points span { border: 1px solid rgba(0,0,0,.08); background: #fff; color: #4f5359; border-radius: 999px; padding: 7px 12px; font-size: 13px; font-weight: 650; }
.product-map-panel { display: grid; gap: 16px; align-self: stretch; align-content: center; }
.product-map-card { position: relative; min-height: 224px; display: grid; align-content: end; gap: 8px; padding: 30px; border: 1px solid rgba(0,0,0,.07); border-radius: 8px; background: linear-gradient(180deg, rgba(255,255,255,.92), #fff), linear-gradient(rgba(0,113,227,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(0,113,227,.06) 1px, transparent 1px); background-size: auto, 28px 28px, 28px 28px; text-decoration: none; box-shadow: 0 18px 46px rgba(15, 23, 42, .07); overflow: hidden; transition: transform .16s ease, border-color .16s ease; }
.product-map-card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: linear-gradient(90deg, var(--accent), rgba(0,113,227,0)); }
.product-map-card:hover, .product-map-card:focus { transform: translateY(-2px); border-color: rgba(0,113,227,.32); outline: none; }
.product-map-card span { color: var(--accent); font-size: 13px; font-weight: 800; }
.product-map-card strong { font-size: clamp(30px, 3.2vw, 46px); line-height: 1.05; }
.product-map-card em { color: var(--muted); font-style: normal; font-size: 15px; }
.home-hero-media, .home-product-showcase, .catalog-feature img, .product-detail-hero img, .product-row-media, .release-panel { border: 1px solid rgba(0,0,0,.07); border-radius: 8px; background: #fff; overflow: hidden; box-shadow: 0 14px 38px rgba(0,0,0,.065); }
.home-product-showcase { max-width: 820px; justify-self: end; }
.showcase-caption { height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 18px; border-bottom: 1px solid rgba(0,0,0,.07); background: #fff; }
.showcase-caption strong { font-size: 14px; }
.showcase-caption span { color: var(--muted); font-size: 13px; }
.home-product-showcase img { width: 100%; display: block; aspect-ratio: 1.6 / 1; object-fit: cover; object-position: center top; }
.home-hero-media img, .catalog-feature img, .product-detail-hero img, .product-row-media img { width: 100%; display: block; }
.identity-strip { display: flex; flex-wrap: wrap; gap: 8px 22px; align-items: center; padding: 13px max(24px, 7vw); background: #f6f6f8; border-top: 1px solid rgba(0,0,0,.08); border-bottom: 1px solid rgba(0,0,0,.08); color: var(--muted); font-size: 13px; }
.identity-strip strong { color: var(--ink); }
.identity-strip a { color: var(--muted); text-decoration: none; }
.section-tight { padding-top: 54px; padding-bottom: 54px; }
.section-muted { background: var(--paper); }
.section-kicker { max-width: 780px; margin-bottom: 24px; }
.section-kicker h2 { margin-top: 8px; }
.section-kicker p:not(.eyebrow) { color: var(--muted); font-size: 18px; margin: 0; }
.product-overview-grid, .catalog-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.product-overview-card, .catalog-product-card { display: grid; grid-template-rows: auto minmax(260px, 1fr); border: 1px solid rgba(0,0,0,.07); border-radius: 8px; background: #fff; overflow: hidden; box-shadow: 0 14px 38px rgba(0,0,0,.055); }
.product-overview-copy, .catalog-product-copy { padding: 28px; }
.product-overview-card h3, .catalog-product-card h2 { margin: 8px 0 12px; font-size: clamp(30px, 3vw, 42px); line-height: 1.1; }
.product-overview-copy p:not(.eyebrow), .catalog-product-copy p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.product-overview-card img, .catalog-product-card img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; object-position: center top; border-top: 1px solid rgba(0,0,0,.07); }
.product-labicast-card { grid-template-rows: auto minmax(360px, 1fr); }
.catalog-product-card.product-labicast-card { grid-template-rows: minmax(360px, 1fr) auto; }
.labicast-dual-visual { position: relative; min-height: 360px; padding: 28px; border-top: 1px solid rgba(0,0,0,.07); background: linear-gradient(135deg, #eef6ff 0%, #f8fbf7 58%, #fff 100%); overflow: hidden; }
.product-detail-hero > .labicast-dual-visual { min-height: 520px; padding: 34px; border: 1px solid rgba(0,0,0,.07); border-radius: 8px; box-shadow: 0 18px 46px rgba(15,23,42,.08); }
.labicast-stage-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(0,113,227,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(0,113,227,.06) 1px, transparent 1px); background-size: 32px 32px; opacity: .8; pointer-events: none; }
.labicast-hero-art { display: block; min-height: 0; padding: 0; border-radius: 8px; background: #edf3fb; }
.product-detail-hero > .labicast-hero-art { min-height: 0; padding: 0; }
.labicast-hero-art::before { display: none; }
.labicast-hero-art picture { display: block; border-radius: inherit; }
.labicast-hero-art img { position: relative; z-index: 1; display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; min-height: 0; object-fit: cover; object-position: center; border: 0; border-radius: inherit; }
.labicast-tv-device { position: relative; z-index: 1; width: min(92%, 760px); aspect-ratio: 16 / 9; display: grid; grid-template-rows: 46px 1fr; margin: 0 auto; padding: 0; border: 8px solid #111827; border-radius: 18px; background: radial-gradient(circle at 86% 12%, rgba(30, 144, 255, .32), transparent 23%), linear-gradient(135deg, #071834 0%, #07152e 48%, #020816 100%); color: #fff; box-shadow: 0 28px 70px rgba(15,23,42,.26); overflow: hidden; }
.labicast-tv-device::after { content: ""; position: absolute; left: 45%; right: 45%; bottom: -8px; height: 8px; border-radius: 0 0 8px 8px; background: #111827; }
.labicast-tv-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 28px; color: rgba(255,255,255,.86); font-size: 13px; }
.labicast-tv-top strong { font-size: 15px; }
.labicast-tv-content { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(140px, .45fr); gap: clamp(16px, 2.5vw, 28px); padding: 8px 30px 28px; }
.labicast-tv-main { display: grid; align-content: center; gap: 12px; min-width: 0; }
.labicast-network-card { width: min(390px, 100%); display: grid; grid-template-columns: 50px minmax(0, 1fr); gap: 2px 14px; align-items: center; padding: 14px 18px; border: 1px solid rgba(147,197,253,.42); border-radius: 12px; background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px rgba(255,255,255,.02); }
.labicast-network-card small { color: rgba(255,255,255,.7); font-size: 12px; }
.labicast-network-card strong { grid-column: 2; font-size: clamp(18px, 2vw, 30px); line-height: 1.05; overflow-wrap: anywhere; }
.labicast-wifi-mark { grid-row: 1 / 3; width: 42px; height: 42px; border-radius: 50%; background: radial-gradient(circle at 50% 70%, #ff9f0a 0 8%, transparent 9%), radial-gradient(circle at 50% 70%, transparent 0 22%, #ff9f0a 23% 34%, transparent 35%), radial-gradient(circle at 50% 70%, transparent 0 42%, #ff9f0a 43% 54%, transparent 55%); }
.labicast-tv-main p { display: flex; align-items: center; gap: 10px; margin: 0; color: rgba(255,255,255,.82); font-size: 15px; }
.labicast-tv-main p span { width: 12px; height: 12px; border-radius: 999px; background: #33d64a; box-shadow: 0 0 18px rgba(51,214,74,.68); }
.labicast-tv-main h3 { margin: 0; color: #fff; font-size: clamp(34px, 3.7vw, 54px); line-height: 1; white-space: nowrap; }
.labicast-tv-main em { width: fit-content; max-width: 100%; padding: 10px 14px; border: 1px solid rgba(255,255,255,.08); border-radius: 999px; background: rgba(255,255,255,.05); color: rgba(255,255,255,.72); font-size: 13px; font-style: normal; }
.labicast-tv-side { display: grid; align-content: center; justify-items: center; gap: 8px; }
.labicast-tv-side time { font-size: clamp(34px, 4vw, 58px); line-height: 1; font-weight: 500; letter-spacing: 0; }
.labicast-tv-side small { color: rgba(255,255,255,.68); font-size: 13px; }
.labicast-qr-card { width: min(128px, 100%); display: grid; justify-items: center; gap: 8px; padding: 12px; border: 1px solid rgba(147,197,253,.38); border-radius: 14px; background: rgba(255,255,255,.06); }
.labicast-qr-card strong { color: rgba(255,255,255,.82); font-size: 13px; }
.labicast-qr { width: 76px; aspect-ratio: 1; border: 6px solid #fff; background-color: #fff; background-image: linear-gradient(90deg, #0b1220 50%, transparent 50%), linear-gradient(#0b1220 50%, transparent 50%), linear-gradient(90deg, transparent 50%, #0b1220 50%), linear-gradient(transparent 50%, #0b1220 50%); background-position: 0 0, 0 0, 8px 8px, 8px 8px; background-size: 16px 16px; }
.labicast-desktop-panel { position: absolute; z-index: 2; right: 28px; bottom: 28px; width: min(36%, 380px); overflow: hidden; border: 1px solid rgba(15,23,42,.12); border-radius: 8px; background: #fff; box-shadow: 0 24px 60px rgba(15,23,42,.18); }
.product-overview-card .labicast-dual-visual,
.catalog-product-card .labicast-dual-visual { min-height: 340px; }
.product-overview-card .labicast-tv-device,
.catalog-product-card .labicast-tv-device { width: min(94%, 560px); grid-template-rows: 38px 1fr; border-width: 6px; border-radius: 14px; }
.product-overview-card .labicast-tv-top,
.catalog-product-card .labicast-tv-top { padding: 0 18px; font-size: 12px; }
.product-overview-card .labicast-tv-top strong,
.catalog-product-card .labicast-tv-top strong { font-size: 13px; }
.product-overview-card .labicast-tv-content,
.catalog-product-card .labicast-tv-content { grid-template-columns: 1fr; padding: 6px 18px 22px; }
.product-overview-card .labicast-tv-side,
.catalog-product-card .labicast-tv-side { display: none; }
.product-overview-card .labicast-tv-main,
.catalog-product-card .labicast-tv-main { gap: 8px; }
.product-overview-card .labicast-network-card,
.catalog-product-card .labicast-network-card { grid-template-columns: 36px minmax(0, 1fr); padding: 10px 12px; }
.product-overview-card .labicast-wifi-mark,
.catalog-product-card .labicast-wifi-mark { width: 30px; height: 30px; }
.product-overview-card .labicast-tv-main p,
.catalog-product-card .labicast-tv-main p { font-size: 13px; }
.product-overview-card .labicast-tv-main h3,
.catalog-product-card .labicast-tv-main h3 { font-size: clamp(30px, 3.2vw, 42px); }
.product-overview-card .labicast-tv-main em,
.catalog-product-card .labicast-tv-main em { display: none; }
.product-overview-card .labicast-desktop-panel,
.catalog-product-card .labicast-desktop-panel { width: min(40%, 300px); right: 22px; bottom: 22px; }
.product-overview-card .labicast-dual-visual img, .catalog-product-card .labicast-dual-visual img, .product-detail-hero .labicast-dual-visual img { width: 100%; height: auto; min-height: 0; display: block; border: 0; border-radius: 0; object-fit: contain; object-position: center top; }
.product-row { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); gap: 26px; align-items: center; }
.product-row-copy { padding: 4px 0; }
.compact-list { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 12px; }
.compact-list li { display: grid; grid-template-columns: 86px minmax(0, 1fr); gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.compact-list strong { color: var(--ink); }
.compact-list span { color: var(--muted); }
.logic-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; }
.logic-grid article { min-height: 198px; padding: 24px; border-radius: 8px; border: 1px solid rgba(0,0,0,.06); background: #fff; display: grid; align-content: start; }
.logic-grid span { color: var(--accent); font-weight: 800; font-size: 13px; }
.logic-grid h3 { margin: 12px 0 10px; font-size: 22px; line-height: 1.18; }
.logic-grid p { margin: 0; color: var(--muted); }
.platform-overview { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.platform-overview article { min-height: 210px; display: grid; align-content: start; gap: 10px; padding: 24px; border-radius: 8px; border: 1px solid rgba(0,0,0,.06); background: #fff; }
.platform-overview span { color: var(--accent); font-size: 13px; font-weight: 800; }
.platform-overview h3 { margin: 0; font-size: 24px; line-height: 1.15; }
.platform-overview p { margin: 0; color: var(--muted); }
.device-role-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.network-note { margin: 14px 0 0; color: var(--muted); font-size: 15px; }
.content-cast-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.content-cast-grid article { min-height: 250px; display: grid; align-content: start; gap: 10px; padding: 26px; border: 1px solid rgba(0,0,0,.06); border-radius: 8px; background: #fff; }
.content-cast-grid article > span { color: var(--accent); font-size: 13px; font-weight: 800; }
.content-cast-grid h3 { margin: 0; font-size: 25px; line-height: 1.15; }
.content-cast-grid p { margin: 0; color: var(--muted); }
.content-cast-grid .tag-row { margin-top: 8px; }
.cast-icon-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 10px; }
.cast-icon { min-width: 0; min-height: 74px; display: grid; align-content: center; justify-items: center; gap: 7px; padding: 10px 8px; border: 1px solid rgba(0,113,227,.14); border-radius: 8px; background: linear-gradient(180deg, #fff 0%, #f7fbff 100%); color: var(--ink); text-align: center; }
.cast-icon i { position: relative; width: 28px; height: 28px; display: block; border: 2px solid var(--accent); border-radius: 7px; background: rgba(0,113,227,.08); }
.cast-icon b { display: block; max-width: 100%; color: #5f6672; font-size: 13px; line-height: 1.15; font-weight: 700; overflow-wrap: anywhere; }
.cast-icon-slides i::before { content: ""; position: absolute; inset: 7px 5px; border: 2px solid var(--accent); border-width: 2px 0; }
.cast-icon-pdf i::before,
.cast-icon-doc i::before { content: ""; position: absolute; left: 7px; right: 7px; top: 8px; height: 2px; background: var(--accent); box-shadow: 0 6px 0 var(--accent), 0 12px 0 var(--accent); }
.cast-icon-doc i::after { content: ""; position: absolute; right: -2px; top: -2px; width: 9px; height: 9px; border-left: 2px solid var(--accent); border-bottom: 2px solid var(--accent); background: #fff; border-radius: 0 5px 0 3px; }
.cast-icon-phone i { width: 22px; border-radius: 9px; }
.cast-icon-phone i::before { content: ""; position: absolute; left: 7px; right: 7px; bottom: 3px; height: 2px; border-radius: 999px; background: var(--accent); }
.cast-icon-image i::before { content: ""; position: absolute; left: 5px; right: 5px; bottom: 6px; height: 9px; background: linear-gradient(135deg, transparent 0 44%, var(--accent) 45% 55%, transparent 56%), linear-gradient(45deg, transparent 0 38%, var(--accent) 39% 50%, transparent 51%); opacity: .9; }
.cast-icon-video i::before,
.cast-icon-play i::before { content: ""; position: absolute; left: 10px; top: 7px; width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid var(--accent); }
.cast-icon-tv i { width: 32px; height: 24px; border-radius: 6px; }
.cast-icon-tv i::before { content: ""; position: absolute; left: 11px; right: 11px; bottom: -7px; height: 5px; border-radius: 0 0 3px 3px; background: var(--accent); }
.cast-icon-link i::before,
.cast-icon-link i::after { content: ""; position: absolute; top: 9px; width: 13px; height: 7px; border: 2px solid var(--accent); border-radius: 999px; background: #fff; }
.cast-icon-link i::before { left: 2px; transform: rotate(-28deg); }
.cast-icon-link i::after { right: 2px; transform: rotate(-28deg); }
.scenario-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.scenario-list article { padding: 20px 0; border-top: 1px solid var(--line); display: grid; gap: 8px; }
.scenario-list strong { font-size: 18px; }
.scenario-list span { color: var(--muted); }
.company-panel { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, .8fr); gap: 28px; align-items: start; }
.company-panel p:not(.eyebrow) { color: var(--muted); font-size: 18px; max-width: 760px; }
.info-grid { display: grid; gap: 12px; }
.info-grid article { border-top: 1px solid var(--line); padding: 16px 0; display: grid; gap: 6px; }
.info-grid strong { color: var(--ink); }
.info-grid span { color: var(--muted); overflow-wrap: anywhere; }
.workflow-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.workflow-grid article { border: 1px solid rgba(0,0,0,.06); border-radius: 8px; background: var(--paper); padding: 28px; }
.workflow-grid h3 { margin: 0 0 12px; font-size: 24px; }
.workflow-grid p { color: var(--muted); margin: 0 0 18px; }
.plain-list code, .logic-grid code { color: var(--accent-dark); background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 2px 6px; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: .95em; }
.page-intro { max-width: 1040px; }
.page-intro p:not(.eyebrow) { max-width: 760px; color: var(--muted); font-size: clamp(17px, 1.35vw, 20px); margin: 0; }
.catalog-feature { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 28px; align-items: center; }
.catalog-copy { padding: 4px 0; }
.catalog-copy p:not(.eyebrow), .release-summary p:not(.eyebrow), .product-detail-copy p { color: var(--muted); font-size: 18px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 2px; }
.tag-row span { border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--muted); padding: 6px 11px; font-size: 13px; }
.release-panel { display: grid; grid-template-columns: minmax(0, .9fr) minmax(300px, .72fr); gap: 24px; align-items: stretch; padding: 28px; box-shadow: none; background: var(--paper); }
.download-list.refined a { background: #fff; }
.product-detail-hero { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 34px; align-items: center; background: #fbfbfd; }
.product-detail-copy p { max-width: 680px; }
.product-detail .evidence-list li, .contact-layout .evidence-list li, .policy-content .evidence-list li { border-radius: 8px; }
.site-footer { align-items: flex-start; padding-top: 24px; padding-bottom: 24px; }
.footer-main { max-width: 620px; }
.footer-meta { color: var(--muted); }
.redirect-page { min-height: 100vh; display: grid; place-content: center; justify-items: center; gap: 14px; padding: 40px 24px; text-align: center; }
.redirect-page h1 { margin: 0; font-size: clamp(30px, 4vw, 44px); }
.redirect-page p { margin: 0; color: var(--muted); }
.company-hero { grid-template-columns: minmax(340px, .92fr) minmax(320px, .78fr); }
.company-system-panel { display: grid; gap: 12px; }
.company-system-panel article { border: 1px solid rgba(0,0,0,.07); border-radius: 8px; background: #fff; padding: 24px; box-shadow: 0 14px 38px rgba(0,0,0,.055); }
.company-system-panel span, .resource-grid span, .release-note-list span { color: var(--accent); font-size: 13px; font-weight: 800; }
.company-system-panel strong { display: block; margin: 8px 0; font-size: 22px; line-height: 1.18; }
.company-system-panel p { margin: 0; color: var(--muted); }
.product-preview-row .product-row-media img { aspect-ratio: 1.6 / 1; object-fit: cover; object-position: center top; }
.product-site .site-header { background: rgba(251,251,253,.92); }
.product-site-header .product-return-link { min-height: 34px; align-self: center; padding: 0 13px; border: 1px solid rgba(0,113,227,.26); border-radius: 999px; color: var(--accent-dark); font-weight: 750; }
.product-site-header .product-return-link::before { content: "←"; margin-right: 6px; }
.product-site-header .product-return-link:hover { background: #fff; border-color: rgba(0,113,227,.42); }
.product-site-hero { padding-top: 64px; }
.picpeek-hero { min-height: 640px; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); gap: clamp(32px, 4.6vw, 68px); background: linear-gradient(180deg, #fbfbfd 0%, #fff 68%, #f7f8fa 100%); border-bottom: 1px solid rgba(0,0,0,.06); }
.picpeek-hero .product-detail-copy h1 { max-width: 620px; }
.picpeek-hero-visual { border: 1px solid rgba(0,0,0,.07); border-radius: 8px; background: #fff; overflow: hidden; box-shadow: var(--shadow); }
.picpeek-hero-visual img { width: 100%; display: block; aspect-ratio: 1.58 / 1; object-fit: cover; object-position: center top; }
.picpeek-download {
  background:
    linear-gradient(rgba(15, 118, 110, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 118, 110, .045) 1px, transparent 1px),
    linear-gradient(180deg, #fff 0%, #f5f7f8 100%);
  background-size: 36px 36px, 36px 36px, auto;
}
.picpeek-download-panel {
  grid-template-columns: minmax(360px, .78fr) minmax(420px, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  padding: clamp(30px, 4vw, 54px);
  background:
    linear-gradient(135deg, rgba(15, 118, 110, .08) 0%, rgba(255,255,255,0) 46%),
    #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .09);
}
.picpeek-download .release-summary {
  display: grid;
  align-content: center;
  gap: 18px;
}
.picpeek-download .release-summary h2 {
  margin: 0;
}
.picpeek-download .release-summary p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
}
.picpeek-download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}
.picpeek-download-actions .button {
  min-height: 48px;
  padding: 0 24px;
}
.picpeek-download .release-meta {
  margin-top: 2px;
}
.picpeek-package-list {
  display: grid;
  gap: 12px;
}
.picpeek-package-card {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(15, 23, 42, .09);
  border-radius: 8px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .055);
  text-decoration: none;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.picpeek-package-card:hover {
  border-color: rgba(0,113,227,.36);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .085);
  transform: translateY(-1px);
}
.picpeek-package-card.primary-download {
  border-color: rgba(15, 118, 110, .22);
  background: linear-gradient(135deg, #f0fdfa 0%, #fff 54%);
}
.picpeek-package-card.companion-download {
  border-color: rgba(0, 113, 227, .2);
  background: linear-gradient(135deg, #eff6ff 0%, #fff 58%);
}
.picpeek-package-card.companion-download .package-badge {
  color: #0057b8;
  background: #eff6ff;
  border-color: rgba(0, 113, 227, .22);
}
.package-badge {
  width: fit-content;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  grid-column: 1 / -1;
  border: 1px solid rgba(15, 118, 110, .2);
  border-radius: 999px;
  padding: 0 10px;
  color: #0f766e;
  background: #ecfdf5;
  font-size: 12px;
  font-weight: 850;
}
.package-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}
.package-copy strong {
  color: var(--ink);
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.1;
}
.package-copy span {
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
}
.package-action {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 16px;
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: #006edb;
  box-shadow: 0 10px 24px rgba(0, 113, 227, .2);
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}
.picpeek-package-card.primary-download .package-action {
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: #006edb;
}
.picpeek-package-card.primary-download:hover .package-action {
  background: #005bb8;
}
.picpeek-package-card:not(.primary-download) .package-action {
  color: #005bb8;
  -webkit-text-fill-color: #005bb8;
  background: rgba(0, 113, 227, .09);
  box-shadow: none;
}
.package-support {
  grid-column: 1 / -1;
  display: grid;
  gap: 4px;
  padding-top: 10px;
  border-top: 1px solid rgba(15, 23, 42, .08);
  color: #475569;
  font-size: 14px;
  line-height: 1.45;
  white-space: normal;
}
.package-support span {
  color: #0f766e;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 850;
}
.picpeek-story { background: #fff; }
.picpeek-story .section-kicker { margin-bottom: 8px; }
.picpeek-feature-stack { display: grid; gap: 0; }
.picpeek-feature { display: grid; grid-template-columns: minmax(280px, .74fr) minmax(0, 1.26fr); gap: clamp(28px, 5vw, 76px); align-items: center; padding: 64px 0; border-top: 1px solid rgba(0,0,0,.08); background: transparent; }
.picpeek-feature-reverse { grid-template-columns: minmax(0, 1.26fr) minmax(280px, .74fr); }
.picpeek-feature-reverse .picpeek-feature-copy { order: 2; }
.picpeek-feature-copy span { color: var(--accent); font-size: 13px; font-weight: 800; }
.picpeek-feature-copy h3 { margin: 12px 0; font-size: clamp(25px, 2.6vw, 38px); line-height: 1.14; }
.picpeek-feature-copy p { margin: 0; color: var(--muted); font-size: 17px; }
.picpeek-feature-media { border-radius: 8px; background: transparent; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,.08); }
.picpeek-feature-media img { width: 100%; display: block; aspect-ratio: 1.65 / 1; object-fit: cover; object-position: center top; }
.picpeek-band { background: linear-gradient(180deg, #f5f5f7 0%, #fff 100%); border-top: 1px solid rgba(0,0,0,.06); border-bottom: 1px solid rgba(0,0,0,.06); }
.picpeek-workflow { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.picpeek-workflow article { border: 0; border-top: 1px solid rgba(0,0,0,.12); border-radius: 0; background: transparent; padding: 22px 0 0; }
.picpeek-scenarios { background: #fff; }
.picpeek-hero-v2 {
  min-height: 720px;
  overflow: hidden;
  background:
    linear-gradient(rgba(16, 102, 92, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 102, 92, .055) 1px, transparent 1px),
    linear-gradient(110deg, #f7fbfd 0%, #f8fffb 54%, #fff9ef 100%);
  background-size: 52px 52px, 52px 52px, auto;
}
.picpeek-hero-v2 .product-detail-copy h1 {
  font-size: clamp(54px, 7.2vw, 96px);
  line-height: .94;
  margin-bottom: 12px;
}
.picpeek-hero-line {
  margin: 0 0 18px;
  color: #101828;
  font-size: clamp(30px, 4vw, 58px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}
.picpeek-workbench-preview {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: center;
  justify-items: center;
}
.picpeek-window {
  width: min(740px, 100%);
  border: 1px solid rgba(15, 23, 42, .22);
  border-radius: 18px;
  overflow: hidden;
  background: #f8fafc;
  box-shadow: 0 34px 100px rgba(15, 23, 42, .18);
  transform: rotate(.6deg);
}
.picpeek-window-bar {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  background: #eef2f6;
  border-bottom: 1px solid rgba(15, 23, 42, .1);
}
.picpeek-window-bar span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #ff5f57;
}
.picpeek-window-bar span:nth-child(2) { background: #febc2e; }
.picpeek-window-bar span:nth-child(3) { background: #28c840; }
.picpeek-window-bar strong {
  margin-left: 12px;
  color: #536171;
  font-size: 14px;
}
.picpeek-window-body {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  min-height: 330px;
}
.picpeek-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 24px 16px;
  background: #f8fafc;
  border-right: 1px solid rgba(15, 23, 42, .09);
}
.picpeek-sidebar strong {
  color: #475569;
  font-size: 13px;
  overflow-wrap: anywhere;
}
.picpeek-sidebar span {
  border-radius: 12px;
  padding: 10px 12px;
  color: #475569;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .06);
  font-size: 13px;
  font-weight: 700;
}
.picpeek-sidebar .is-selected {
  color: #0f766e;
  background: #ecfdf5;
  border-color: rgba(15, 118, 110, .2);
}
.picpeek-canvas {
  display: grid;
  place-items: center;
  padding: 20px;
  background: #eaf0f6;
}
.picpeek-canvas picture {
  width: 100%;
  display: block;
}
.picpeek-canvas img {
  width: 100%;
  max-height: 250px;
  display: block;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, .14);
}
.picpeek-floating-card,
.picpeek-agent-bubble {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 4px;
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, .18);
}
.picpeek-floating-card {
  right: 5%;
  bottom: 18px;
  min-width: 230px;
  color: #0f172a;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15, 23, 42, .1);
}
.picpeek-agent-bubble {
  left: 2%;
  top: 36px;
  max-width: 330px;
  color: #d6fff6;
  background: #101828;
  border: 1px solid rgba(255,255,255,.12);
}
.picpeek-floating-card span,
.picpeek-agent-bubble span {
  color: inherit;
  opacity: .78;
  font-size: 13px;
}
.picpeek-flow-section {
  background: #fff;
}
.picpeek-core-section {
  display: block;
  background: #fff;
}
.picpeek-core-section .section-kicker {
  margin-bottom: 28px;
  max-width: none;
}
.picpeek-core-section .section-kicker h2 {
  font-size: clamp(36px, 4vw, 56px);
  white-space: nowrap;
}
.picpeek-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(15, 23, 42, .12);
  border-bottom: 1px solid rgba(15, 23, 42, .12);
}
.picpeek-flow article {
  min-height: 250px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 26px 24px;
  border-right: 1px solid rgba(15, 23, 42, .1);
}
.picpeek-flow article:last-child {
  border-right: 0;
}
.picpeek-flow span {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: #101828;
  font-size: 13px;
  font-weight: 850;
}
.picpeek-flow h3 {
  margin: 4px 0 0;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.16;
}
.picpeek-flow p {
  margin: 0;
  color: var(--muted);
}
.picpeek-core-gallery {
  margin-top: 6px;
}
.picpeek-scenarios .section-kicker,
.picpeek-agent-copy,
.picpeek-download .release-summary {
  max-width: none;
}
.picpeek-scenarios .section-kicker h2 {
  white-space: nowrap;
}
.picpeek-agent-copy h2,
.picpeek-download .release-summary h2 {
  max-width: 100%;
  white-space: normal;
  text-wrap: balance;
}
.picpeek-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.picpeek-capability-card {
  display: grid;
  grid-template-rows: auto auto;
  gap: 24px;
  min-height: 430px;
  padding: 28px 28px 24px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background:
    linear-gradient(rgba(15, 118, 110, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 118, 110, .035) 1px, transparent 1px),
    #fff;
  background-size: 32px 32px, 32px 32px, auto;
  box-shadow: 0 14px 38px rgba(15, 23, 42, .045);
}
.picpeek-card-copy {
  display: grid;
  align-content: start;
  gap: 12px;
}
.picpeek-capability-card h3 {
  margin: 0;
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1;
}
.picpeek-capability-card p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}
.picpeek-card-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 4px;
}
.picpeek-card-points em {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 999px;
  padding: 0 11px;
  color: #475569;
  background: rgba(255,255,255,.72);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}
.picpeek-capability-card img {
  width: 100%;
  height: 210px;
  align-self: end;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #f8fafc;
}
.picpeek-scenario-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.picpeek-scenario-board article {
  min-height: 220px;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 8px;
  background:
    linear-gradient(rgba(15, 118, 110, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 118, 110, .055) 1px, transparent 1px),
    #fff;
  background-size: 28px 28px, 28px 28px, auto;
}
.picpeek-scenario-board strong {
  font-size: 21px;
  line-height: 1.16;
}
.picpeek-scenario-board span {
  color: var(--muted);
}
.picpeek-memory-section {
  display: grid;
  grid-template-columns: minmax(470px, .9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  color: #f8fafc;
  background: #101828;
}
.picpeek-memory-section .eyebrow,
.picpeek-memory-section p {
  color: rgba(248,250,252,.72);
}
.picpeek-memory-copy p:not(.eyebrow) {
  max-width: 560px;
  font-size: 18px;
}
.picpeek-memory-copy h2 {
  max-width: 100%;
  white-space: normal;
  text-wrap: balance;
}
.picpeek-memory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.picpeek-memory-grid article {
  min-height: 250px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.06);
}
.picpeek-memory-grid strong {
  font-size: clamp(46px, 5vw, 72px);
  line-height: .92;
}
.picpeek-memory-grid span {
  color: rgba(248,250,252,.72);
}
.picpeek-agent-section {
  background: #fff;
}
.picpeek-agent-panel {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}
.picpeek-agent-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}
.picpeek-agent-skill-note {
  margin-top: 16px;
  max-width: 620px;
}
.picpeek-agent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.picpeek-agent-visual {
  display: grid;
  gap: 18px;
  padding: 28px;
  border-radius: 8px;
  background:
    linear-gradient(rgba(15, 118, 110, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 118, 110, .055) 1px, transparent 1px),
    #f8fafc;
  background-size: 34px 34px, 34px 34px, auto;
  border: 1px solid rgba(15, 23, 42, .08);
}
.agent-chat-card {
  display: grid;
  gap: 18px;
  padding: 26px 24px;
  border-radius: 8px;
  color: #f8fafc;
  background: #101828;
  box-shadow: 0 22px 70px rgba(15, 23, 42, .18);
}
.agent-chat-thread {
  display: grid;
  gap: 14px;
}
.agent-message {
  max-width: min(82%, 440px);
  margin: 0;
  padding: 15px 18px;
  border-radius: 20px;
  font-weight: 760;
  line-height: 1.45;
}
.agent-message-user {
  justify-self: end;
  color: #101828;
  background: #fff;
  border-bottom-right-radius: 6px;
}
.agent-message-reply {
  justify-self: start;
  color: #b9fff3;
  background: #0f4f55;
  border-bottom-left-radius: 6px;
}
.agent-flow-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.agent-flow-row span {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 999px;
  background: #fff;
  font-weight: 800;
}
.resource-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.resource-grid a { min-height: 190px; display: grid; align-content: start; gap: 8px; border: 1px solid rgba(0,0,0,.07); border-radius: 8px; background: var(--paper); padding: 24px; text-decoration: none; }
.resource-grid a:hover { border-color: rgba(0,113,227,.42); }
.resource-grid strong { font-size: 21px; line-height: 1.2; }
.resource-grid p { margin: 0; color: var(--muted); }
.language-switch { display: inline-flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.language-switch a, .language-switch span { min-height: 34px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 999px; padding: 0 13px; font-size: 13px; font-weight: 700; text-decoration: none; }
.language-switch span { color: var(--ink); background: #fff; }
.language-switch a { color: var(--accent); background: rgba(255,255,255,.78); }
.release-note-list { display: grid; gap: 14px; max-width: 980px; }
.release-note-list article { border-top: 1px solid var(--line); padding: 22px 0; }
.release-note-list h2 { font-size: clamp(24px, 2.4vw, 34px); }
.release-note-list p { color: var(--muted); font-size: 18px; margin: 0; }
.legal-intro-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.legal-center-section { padding-top: 24px; }
.legal-document-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 980px; margin: 0 auto; }
.legal-document-card { display: grid; align-content: start; gap: 14px; min-height: 270px; padding: 28px; border: 1px solid rgba(15, 23, 42, .1); border-radius: 8px; background: #fff; box-shadow: 0 18px 48px rgba(15, 23, 42, .06); }
.legal-document-card:target { border-color: rgba(0, 113, 227, .48); box-shadow: 0 0 0 4px rgba(0, 113, 227, .08), 0 18px 48px rgba(15, 23, 42, .06); }
.legal-document-card span { color: #0f7f5f; font-size: 13px; font-weight: 900; }
.legal-document-card h2 { margin: 0; font-size: clamp(26px, 2.8vw, 38px); line-height: 1.12; }
.legal-document-card p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.legal-document-card .button { justify-self: start; margin-top: 6px; }
.legal-upcoming-section .section-kicker { margin-bottom: 26px; }
.legal-upcoming-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; max-width: 1100px; margin: 0 auto; }
.legal-upcoming-grid article { min-height: 120px; display: grid; gap: 10px; align-content: center; padding: 20px; border: 1px dashed rgba(15, 23, 42, .2); border-radius: 8px; background: rgba(255, 255, 255, .62); }
.legal-upcoming-grid strong { color: var(--ink); font-size: 17px; }
.legal-upcoming-grid span { color: var(--muted); font-weight: 800; }

@media (max-width: 1120px) {
  .picpeek-memory-section,
  .picpeek-agent-panel,
  .picpeek-download-panel {
    grid-template-columns: 1fr;
  }

  .picpeek-memory-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .home-hero, .product-row, .catalog-feature, .release-panel, .product-detail-hero, .company-panel, .workflow-grid, .product-overview-grid, .catalog-product-grid, .picpeek-feature, .picpeek-feature-reverse { grid-template-columns: 1fr; }
  .home-product-showcase { justify-self: stretch; max-width: none; }
  .scenario-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .platform-overview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .device-role-grid, .content-cast-grid { grid-template-columns: 1fr; }
  .resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .legal-upcoming-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .legal-document-grid { grid-template-columns: 1fr; }
  .picpeek-hero { min-height: auto; }
  .picpeek-feature-reverse .picpeek-feature-copy { order: 0; }
  .picpeek-workflow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .picpeek-workbench-preview { min-height: 460px; }
  .picpeek-flow, .picpeek-capability-grid, .picpeek-scenario-board, .picpeek-memory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .picpeek-memory-section, .picpeek-agent-panel { grid-template-columns: 1fr; }
  .picpeek-flow article:nth-child(2) { border-right: 0; }
  .picpeek-flow article:nth-child(-n + 2) { border-bottom: 1px solid rgba(15, 23, 42, .1); }
}


.picpeek-resources { background: #fbfbfd; border-top: 1px solid rgba(0,0,0,.06); }
.picpeek-resource-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.picpeek-resource-grid a { display: grid; gap: 8px; min-height: 132px; padding: 22px; border: 1px solid rgba(0,0,0,.07); border-radius: 8px; background: #fff; text-decoration: none; box-shadow: 0 10px 28px rgba(15,23,42,.045); }
.picpeek-resource-grid a:hover, .picpeek-resource-grid a:focus { border-color: rgba(0,113,227,.32); outline: none; }
.picpeek-resource-grid span { color: var(--accent); font-size: 13px; font-weight: 850; }
.picpeek-resource-grid strong { color: var(--ink); font-size: 18px; line-height: 1.28; }
.picpeek-resource-contact { margin: 18px 0 0; color: var(--muted); font-size: 15px; }
.picpeek-resource-contact a { color: var(--accent-dark); font-weight: 750; text-decoration: none; }

@media (max-width: 820px) {
  .home-hero, .page-intro, .product-detail-hero { padding: 46px 24px 30px; }
  .home-hero { min-height: auto; }
  .home-hero-copy h1, .page-intro h1, .product-detail-copy h1 { font-size: clamp(32px, 8.6vw, 42px); }
  .home-hero-copy .lead { text-align: left; }
  .product-map-card { min-height: 170px; }
  .product-labicast-card, .catalog-product-card.product-labicast-card { grid-template-rows: auto; }
  .labicast-dual-visual { min-height: 330px; padding: 18px; }
  .product-detail-hero > .labicast-dual-visual { min-height: 360px; }
  .labicast-hero-art,
  .product-detail-hero > .labicast-hero-art { min-height: 0; padding: 0; }
  .labicast-hero-art img { aspect-ratio: 16 / 9; min-height: 0; }
  .labicast-tv-device { width: 100%; border-width: 5px; border-radius: 14px; grid-template-rows: 38px 1fr; }
  .labicast-tv-top { padding: 0 16px; }
  .labicast-tv-content { grid-template-columns: 1fr; padding: 6px 18px 24px; }
  .labicast-tv-side { display: none; }
  .labicast-network-card { grid-template-columns: 38px minmax(0, 1fr); padding: 12px 14px; }
  .labicast-wifi-mark { width: 32px; height: 32px; }
  .labicast-tv-main h3 { font-size: clamp(30px, 9vw, 48px); }
  .labicast-tv-main em { display: none; }
  .labicast-desktop-panel { position: relative; right: auto; bottom: auto; width: 76%; margin: 14px 0 0 auto; }
  .platform-overview { grid-template-columns: 1fr; }
  .content-cast-grid { grid-template-columns: 1fr; }
  .cast-icon-row { grid-template-columns: repeat(3, minmax(74px, 1fr)); }
  .cast-icon { min-height: 68px; }
  .showcase-caption { height: auto; min-height: 50px; align-items: flex-start; flex-direction: column; justify-content: center; padding: 10px 14px; gap: 2px; }
  .identity-strip { padding: 12px 24px; gap: 6px 14px; }
  .section-tight { padding-top: 44px; padding-bottom: 44px; }
  .compact-list li { grid-template-columns: 1fr; gap: 4px; }
  .scenario-list { grid-template-columns: 1fr; }
  .release-panel { padding: 20px; }
  .resource-grid { grid-template-columns: 1fr; }
  .legal-tabs { gap: 8px; }
  .legal-tabs a { width: 100%; }
  .legal-document-card { min-height: auto; padding: 22px; }
  .legal-upcoming-grid { grid-template-columns: 1fr; }
  .picpeek-feature { padding: 38px 0; }
  .picpeek-workflow { grid-template-columns: 1fr; }
  .picpeek-hero-v2 .product-detail-copy h1 { font-size: clamp(48px, 17vw, 70px); }
  .picpeek-core-section .section-kicker h2,
  .picpeek-scenarios .section-kicker h2,
  .picpeek-memory-copy h2,
  .picpeek-agent-copy h2,
  .picpeek-download .release-summary h2 { white-space: normal; }
  .picpeek-window { transform: none; }
  .picpeek-window-body { grid-template-columns: 1fr; }
  .picpeek-sidebar { display: none; }
  .picpeek-canvas { padding: 16px; }
  .picpeek-floating-card, .picpeek-agent-bubble { position: static; margin-top: 12px; }
  .picpeek-workbench-preview { min-height: auto; align-items: start; }
  .picpeek-flow, .picpeek-capability-grid, .picpeek-scenario-board, .picpeek-memory-grid, .agent-flow-row { grid-template-columns: 1fr; }
  .picpeek-flow article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(15, 23, 42, .1); }
  .picpeek-flow article:last-child { border-bottom: 0; }
  .picpeek-capability-card { min-height: auto; padding: 20px; }
  .picpeek-scenario-board article, .picpeek-memory-grid article { min-height: 180px; }
  .picpeek-agent-visual { padding: 18px; }
  .picpeek-download-actions .button { width: 100%; }
  .picpeek-package-card { grid-template-columns: 1fr; padding: 18px; }
  .package-action { justify-self: start; }
  .package-support { font-size: 13px; }
}
