:root {
  --bg: #030607;
  --surface: #090d0f;
  --surface-2: #0d1215;
  --surface-3: #11171a;
  --text: #f4f6f6;
  --muted: #99a2a6;
  --faint: #687176;
  --line: #293136;
  --line-soft: #171d20;
  --white: #fff;
  --accent: #ffcf3d;
  --success: #45e08c;
  --danger: #ff4c61;
  --purple: #8a5cff;
  --radius: 8px;
  --shell: min(1540px, calc(100vw - 48px));
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); opacity: 0; animation: pageReveal .32s ease forwards; }
html.lightbox-open, body.lightbox-open { overflow: hidden; touch-action: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }
.icon { display: inline-block; flex: 0 0 auto; vertical-align: middle; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-160%); padding: 10px 14px; background: white; color: black; border-radius: 6px; }
.skip-link:focus { transform: none; }
.page-shell { width: var(--shell); margin-inline: auto; }
@keyframes pageReveal { to { opacity: 1; } }

.topbar { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid var(--line-soft); background: rgba(3, 6, 7, .94); backdrop-filter: blur(16px); }
.topbar-inner { width: var(--shell); min-height: 64px; margin-inline: auto; display: grid; grid-template-columns: 158px 1fr auto; align-items: center; gap: 20px; }
.wordmark { width: max-content; display: inline-flex; align-items: center; gap: 9px; font-size: 12px; line-height: .86; letter-spacing: .18em; }
.wordmark img { width: 34px; height: 34px; object-fit: contain; filter: drop-shadow(0 0 16px rgba(0, 204, 255, .18)); }
.wordmark span { display: flex; flex-direction: column; gap: 5px; }
.wordmark strong { font-size: 13px; letter-spacing: .04em; }
.wordmark small { font-size: 9px; letter-spacing: .35em; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 5px; }
.site-nav > a { padding: 7px 10px; border: 1px solid transparent; border-radius: 999px; color: #c5cbce; font-size: 11px; font-weight: 620; transition: border-color .18s ease, color .18s ease, background .18s ease; }
.site-nav > a:hover, .site-nav > a[aria-current="page"] { border-color: var(--line); background: var(--surface-2); color: white; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-button { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #c5cbce; }
.icon-button:hover { background: var(--surface-2); color: white; }
.menu-button { display: none; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); color: var(--text); padding: 7px 10px; }

.button { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 6px; font-size: 11px; font-weight: 760; text-align: center; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-1px); border-color: #556168; box-shadow: 0 12px 34px rgba(0,0,0,.2); }
.button-light { border-color: white; background: white; color: #050708; }
.button-outline { background: #0a0e10; color: white; }
.button-dark { border-color: #3b4449; background: rgba(5, 8, 10, .82); color: white; }
.button-header { min-height: 32px; padding: 6px 12px; }
.action-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.kicker, .muted-label { color: var(--muted); font-size: 11px; letter-spacing: .02em; }

.home-page { border-inline: 1px solid var(--line); }
.home-product-landing { background: radial-gradient(circle at 78% 0, rgba(138,92,255,.14), transparent 36%), linear-gradient(180deg, rgba(255,255,255,.015), transparent); }
.product-landing-hero { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: end; margin-bottom: 24px; }
.product-landing-hero span { color: var(--faint); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.product-landing-hero h1 { max-width: 760px; margin: 8px 0 10px; font-size: clamp(42px, 5vw, 72px); line-height: .94; letter-spacing: -.055em; }
.product-landing-hero p { max-width: 720px; margin: 0; color: #c3c9cb; font-size: 14px; line-height: 1.62; }
.product-landing-hero .action-row { justify-content: flex-end; margin-top: 0; }
.stat-grid { margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); background: rgba(5, 8, 9, .98); }
.stat-grid div { padding: 24px 16px; text-align: center; border-right: 1px solid var(--line); }
.stat-grid div:last-child { border-right: 0; }
.stat-grid dt { font-size: 20px; font-weight: 820; }
.stat-grid dd { margin: 7px 0 0; color: var(--muted); font-size: 11px; }
.section-block { padding: 72px 28px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.section-heading span { color: var(--faint); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.section-heading h2 { margin: 6px 0 0; font-size: 30px; letter-spacing: -.035em; }
.section-heading > a { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 12px; }
.home-projects { border-top: 1px solid var(--line-soft); background: radial-gradient(circle at 50% 0, rgba(138, 92, 255, .08), transparent 48%); }
.home-projects .projects-grid { max-width: 100%; }
.how-to-order { border-top: 1px solid var(--line-soft); background: linear-gradient(180deg, rgba(255,255,255,.015), transparent); }
.why-vemouz { border-top: 1px solid var(--line-soft); background: radial-gradient(circle at 20% 0, rgba(255,207,61,.06), transparent 42%); }
.home-cta { position: relative; min-height: 270px; display: grid; grid-template-columns: 1fr minmax(360px, 560px) 1fr; gap: 24px; align-items: center; overflow: hidden; border-top: 1px solid var(--line-soft); background: radial-gradient(circle at 50% 45%, rgba(138,92,255,.3), transparent 34%), #040608; }
.home-cta::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(3,6,7,.2), rgba(3,6,7,.92) 34%, rgba(3,6,7,.92) 66%, rgba(3,6,7,.2)), linear-gradient(0deg, rgba(3,6,7,.78), transparent 42%, rgba(3,6,7,.5)); }
.home-cta-visual { position: absolute; inset: 0; opacity: .72; }
.home-cta-visual .media { width: 100%; height: 100%; }
.home-cta-panel { position: relative; z-index: 2; grid-column: 2; padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(5, 8, 10, .62); text-align: center; box-shadow: 0 24px 80px rgba(0,0,0,.38); backdrop-filter: blur(14px); }
.home-cta-panel span, .home-cta-services span { color: var(--faint); font-size: 10px; text-transform: uppercase; letter-spacing: .18em; }
.home-cta-panel h2 { margin: 8px 0 9px; font-size: clamp(30px, 4vw, 48px); line-height: 1; letter-spacing: -.045em; text-transform: uppercase; }
.home-cta-panel p { max-width: 500px; margin: 0 auto; color: #c4cbce; font-size: 13px; line-height: 1.65; }
.home-cta-panel .action-row { justify-content: center; }
.home-cta-services { position: relative; z-index: 2; grid-column: 3; justify-self: end; display: grid; gap: 10px; text-align: right; }
.home-cta-services::after { content: ""; justify-self: end; width: 42px; height: 2px; margin-top: 4px; background: rgba(255,255,255,.72); }

.media { position: relative; overflow: hidden; background-color: #10151a; background-repeat: no-repeat; }
.media::before { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(110deg, rgba(255,255,255,.02), rgba(255,255,255,.08), rgba(255,255,255,.02)); transform: translateX(-100%); animation: mediaShimmer 1.4s ease-in-out infinite; opacity: .55; pointer-events: none; }
.media.is-loaded::before, .asset-sheet::before, .media.is-error::before { display: none; }
.media.is-error { display: grid; place-items: center; border: 1px dashed rgba(255,255,255,.18); background: radial-gradient(circle at 50% 0, rgba(138,92,255,.13), transparent 48%), #0d1215; }
.media.is-error > * { opacity: 0; }
.media.is-error::after { content: attr(data-error-text); position: absolute; inset: 0; display: grid; place-items: center; padding: 16px; color: var(--muted); font-size: 11px; text-align: center; }
@keyframes mediaShimmer { to { transform: translateX(100%); } }
.asset-sheet { background-image: url('/assets/brand/fallback-sheet.png'), url('/assets/pages/about/hero.png'); background-size: 300% 200%, cover; }
.asset-fireworks { background-position: 0 0, center; }
.asset-glowsticks { background-position: 50% 0, center; }
.asset-admin { background-position: 100% 0, center; }
.asset-nightclub { background-position: 0 100%, center; }
.asset-stadium { background-position: 50% 100%, center; }
.asset-adventure { background-position: 100% 100%, center; }
.custom-media img { position: relative; z-index: 1; width: 100%; height: 100%; display: block; object-fit: cover; }
.video-media video { position: relative; z-index: 1; width: 100%; height: 100%; display: block; object-fit: contain; background: #050708; }
.product-media .video-media video, .project-card .video-media video, .project-detail-hero .video-media video { object-fit: cover; }
video:fullscreen { object-fit: contain !important; background: #000; }
video:-webkit-full-screen { object-fit: contain !important; background: #000; }
.thumbnail .video-media::after, .gallery-lightbox-trigger .video-media::after { content: "▶"; position: absolute; left: 50%; top: 50%; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; background: rgba(3,6,7,.72); color: white; font-size: 13px; transform: translate(-50%, -50%); backdrop-filter: blur(8px); pointer-events: none; }

.compact-page { padding-block: 54px 86px; }
.page-intro { margin-bottom: 26px; }
.page-intro h1 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1; letter-spacing: -.045em; }
.page-intro p { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.catalog-toolbar { display: grid; grid-template-columns: 1fr 180px 180px; gap: 10px; margin-bottom: 18px; }
.search-field { min-height: 42px; display: flex; align-items: center; gap: 9px; padding: 0 12px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); color: var(--muted); }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; color: white; font-size: 12px; }
.search-field input::placeholder { color: var(--faint); }
select { min-height: 42px; width: 100%; padding: 0 11px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); color: white; font-size: 11px; }
.empty-state { padding: 40px; border: 1px dashed var(--line); border-radius: var(--radius); color: var(--muted); text-align: center; }
.category-guide { display: flex; flex-wrap: wrap; gap: 7px; margin: -4px 0 18px; }
.category-guide span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; background: rgba(255,255,255,.035); color: #c8ced0; font-size: 10px; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease; }
.product-card:hover { transform: translateY(-2px); border-color: #475158; box-shadow: 0 22px 60px rgba(0,0,0,.25); }
.product-card.is-filtered-in { animation: cardIn .18s ease; }
@keyframes cardIn { from { opacity: .55; transform: translateY(4px); } to { opacity: 1; transform: none; } }
.product-media { position: relative; height: 190px; }
.product-media .media { height: 100%; }
.discount-badge { position: absolute; top: 9px; right: 9px; padding: 4px 7px; border-radius: 999px; background: var(--danger); color: white; font-size: 10px; font-weight: 800; }
.product-status { width: max-content; display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.06); color: #dbe5e7; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.product-media .product-status { position: absolute; z-index: 2; left: 9px; top: 9px; background: rgba(3,6,7,.82); backdrop-filter: blur(10px); }
.product-status-ready { border-color: rgba(69, 224, 140, .38); color: var(--success); }
.product-status-featured { border-color: rgba(138, 92, 255, .5); color: #d9d0ff; box-shadow: 0 0 18px rgba(138,92,255,.12); }
.product-status-pre-order { border-color: rgba(255, 207, 61, .38); color: var(--accent); }
.product-status-custom-only { border-color: rgba(138, 92, 255, .45); color: #bba8ff; }
.product-status-coming-soon { border-color: rgba(153, 162, 166, .36); color: var(--muted); }
.product-body { padding: 13px; display: flex; flex-direction: column; gap: 8px; }
.product-body h2 { min-height: 38px; margin: 0; font-size: 14px; line-height: 1.25; }
.product-body p { margin: 0; }
.rating { color: #d8dfe1; font-size: 11px; }
.rating > span { color: var(--accent); }
.rating small { color: var(--muted); }
.price { font-size: 17px; font-weight: 830; }
.price del, .detail-price del { margin-left: 5px; color: var(--faint); font-size: 11px; font-weight: 500; }
.price-meta { color: var(--muted); font-size: 10px; line-height: 1.45; }
.product-body .button { width: 100%; }

.breadcrumbs { display: flex; align-items: center; gap: 8px; padding: 18px 0; color: var(--muted); font-size: 11px; }
.breadcrumbs a:hover { color: white; }
.product-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .92fr); gap: 22px; padding-bottom: 24px; }
.product-main-media { position: relative; aspect-ratio: 16 / 9; min-height: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: radial-gradient(circle at 50% 45%, rgba(255,255,255,.08), transparent 58%), #050708; cursor: zoom-in; }
.product-main-media .media { height: 100%; }
.product-main-media .video-media { cursor: default; }
.thumbnail-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 8px; }
.thumbnail { height: 74px; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: none; }
.thumbnail.is-active { border-color: white; }
.thumbnail .media { width: 100%; height: 100%; pointer-events: none; }
.thumbnail video::-webkit-media-controls { display: none !important; }
.product-summary { padding: 12px 0; }
.product-summary h1 { margin: 7px 0 10px; font-size: clamp(28px, 3.5vw, 46px); line-height: 1.02; letter-spacing: -.045em; }
.product-summary > .product-status { margin-bottom: 12px; }
.detail-price { margin: 18px 0; font-size: 25px; font-weight: 850; }
.detail-price > span { margin-left: 8px; padding: 5px 8px; border-radius: 999px; background: var(--danger); color: white; font-size: 10px; vertical-align: middle; }
.price-breakdown { margin: -4px 0 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.price-breakdown div { padding: 10px 12px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); }
.price-breakdown dt { color: var(--muted); font-size: 10px; }
.price-breakdown dd { margin: 4px 0 0; font-size: 13px; font-weight: 760; }
.product-summary > .button { width: 100%; min-height: 46px; }
.purchase-note { margin: 14px 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.compatibility-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 14px 0; }
.compatibility-grid div { padding: 10px; border: 1px solid var(--line); border-radius: 6px; background: rgba(255,255,255,.025); }
.compatibility-grid span { display: block; color: var(--faint); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.compatibility-grid strong { display: block; margin-top: 4px; color: #eef3f4; font-size: 11px; }
.feature-list { margin: 18px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; color: #d5dadc; font-size: 12px; }
.feature-list li { display: flex; align-items: center; gap: 8px; }
.detail-tabs { display: flex; align-items: center; justify-content: space-between; overflow-x: auto; border-block: 1px solid var(--line); }
.detail-tabs a, .detail-tabs button { flex: 0 0 auto; padding: 15px 18px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); font-size: 11px; white-space: nowrap; }
.detail-tabs a:hover, .detail-tabs button:hover { color: white; }
.detail-tabs a[aria-current="page"], .detail-tabs button[aria-selected="true"] { border-bottom-color: white; color: white; }
.tab-panel { animation: panelIn .2s ease; }
.tab-panel[hidden] { display: none !important; }
@keyframes panelIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }
.overview-panel, .product-section { scroll-margin-top: 86px; display: grid; grid-template-columns: .7fr 1fr; gap: 40px; padding: 42px 0; border-top: 1px solid var(--line-soft); }
.overview-panel h2, .product-section h2 { margin: 8px 0 0; font-size: 30px; }
.overview-panel > p, .product-section > p { margin: 0; color: var(--muted); line-height: 1.8; font-size: 13px; }
.product-section:last-child { padding-bottom: 82px; }

.filter-pills { display: flex; justify-content: center; flex-wrap: wrap; gap: 7px; margin: -4px 0 24px; }
.filter-pills button { min-width: 60px; padding: 7px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: #c0c6c8; font-size: 10px; }
.filter-pills button[aria-pressed="true"] { border-color: white; background: white; color: black; }
.projects-page .page-intro, .services-page .page-intro, .updates-page .page-intro, .faq-page .page-intro { text-align: center; }
.projects-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.project-card { position: relative; min-height: 260px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.project-card.project-featured { grid-column: 1 / -1; min-height: 400px; }
.project-card > .media { position: absolute; inset: 0; }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,4,5,.92), rgba(2,4,5,0) 68%); }
.project-overlay { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 15px; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.status-badge { width: max-content; margin-bottom: 9px; padding: 4px 8px; border: 1px solid rgba(69, 224, 140, .32); border-radius: 999px; background: rgba(69, 224, 140, .1); color: var(--success); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.project-overlay h2 { margin: 0; font-size: 22px; }
.project-overlay p { grid-column: 1; margin: 4px 0 0; color: #c2c8cb; font-size: 11px; }
.project-overlay .button { grid-column: 2; grid-row: 1 / 3; }

.project-detail-hero { position: relative; height: 500px; overflow: hidden; }
.project-detail-hero > .media { position: absolute; inset: 0; }
.project-detail-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,4,5,.92), rgba(2,4,5,.1) 68%), linear-gradient(0deg, rgba(2,4,5,.8), transparent 48%); }
.project-hero-overlay { position: relative; z-index: 2; height: 100%; display: flex; align-items: end; padding-bottom: 42px; }
.project-hero-overlay .breadcrumbs { padding: 0 0 12px; }
.project-hero-overlay h1 { margin: 0; font-size: clamp(42px, 6vw, 76px); line-height: .9; letter-spacing: -.055em; }
.project-hero-overlay p { margin: 14px 0 0; color: #d2d7d8; font-size: 14px; line-height: 1.45; }
.project-overview { display: grid; grid-template-columns: 1fr 320px; gap: 50px; padding: 48px 0 84px; }
.project-overview h2 { margin: 0 0 14px; font-size: 23px; }
.project-overview p { max-width: 680px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.project-overview dl { margin: 0; padding: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.project-overview dl div { font-size: 11px; }
.project-overview dt { color: var(--muted); }
.project-overview dd { margin: 3px 0 0; }
.project-overview dl .button { grid-column: 1 / -1; }
.project-section { scroll-margin-top: 86px; display: grid; grid-template-columns: 250px 1fr; gap: 44px; padding: 42px 0; border-top: 1px solid var(--line-soft); }
.project-section h2 { margin: 8px 0 0; font-size: 26px; letter-spacing: -.035em; }
.project-section > p { margin: 0; max-width: 760px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.project-last { padding-bottom: 90px; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.info-grid article, .mini-updates article { padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.info-grid h3 { margin: 0 0 8px; font-size: 13px; }
.info-grid p, .mini-updates p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.gallery-strip { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 10px; }
.gallery-strip .media { min-height: 230px; border: 1px solid var(--line); border-radius: var(--radius); }
.gallery-lightbox-trigger { min-height: 230px; display: block; padding: 0; border: 0; border-radius: var(--radius); background: transparent; text-align: left; }
.gallery-lightbox-trigger .media { width: 100%; height: 100%; transition: transform .2s ease, border-color .2s ease; }
.gallery-lightbox-trigger:hover .media { transform: translateY(-2px); border-color: white; }
.mini-updates { display: grid; gap: 10px; }
.mini-updates span { color: var(--faint); font-size: 10px; }
.mini-updates strong { display: block; margin: 7px 0; font-size: 13px; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 28px; }
.service-grid article { min-height: 260px; padding: 18px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface-2); }
.service-icon, .round-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #40494e; border-radius: 50%; }
.service-grid h2 { margin: auto 0 8px; font-size: 15px; }
.service-grid p { min-height: 48px; margin: 0 0 18px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.service-process { margin-top: 54px; padding-top: 42px; border-top: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.process-grid article { padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, var(--surface-2), rgba(13,18,21,.5)); }
.process-grid span { color: var(--purple); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.process-grid h3 { margin: 16px 0 8px; font-size: 14px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }

.update-list { display: grid; gap: 8px; margin-top: 22px; }
.update-list article, .update-list a { min-height: 76px; display: grid; grid-template-columns: 76px 1fr auto; gap: 13px; align-items: center; padding: 7px 14px 7px 7px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: border-color .18s ease, transform .18s ease; }
.update-list a:hover { transform: translateY(-1px); border-color: #556168; }
.update-list .media { width: 76px; height: 60px; border-radius: 5px; }
.update-list h2 { margin: 0; font-size: 13px; }
.update-list p { margin: 4px 0; color: var(--muted); font-size: 10px; }
.update-list small { color: var(--faint); font-size: 9px; }
.update-detail-hero { min-height: 360px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: end; margin-bottom: 28px; }
.update-detail-hero .media { min-height: 340px; border: 1px solid var(--line); border-radius: var(--radius); }
.update-detail-hero h1 { margin: 8px 0 12px; font-size: clamp(34px, 4vw, 58px); line-height: .98; letter-spacing: -.05em; }
.update-detail-hero p:not(.kicker) { color: var(--muted); font-size: 13px; line-height: 1.75; }
.update-detail-content .button { margin-top: 16px; }

.faq-list { display: grid; gap: 7px; margin-top: 28px; }
.faq-highlight { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; margin-top: 28px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: radial-gradient(circle at 0 0, rgba(138,92,255,.14), transparent 46%), var(--surface); }
.faq-highlight span { color: var(--faint); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.faq-highlight h2 { margin: 7px 0 8px; font-size: 24px; letter-spacing: -.035em; }
.faq-highlight p { margin: 0; max-width: 680px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.faq-list details { border: 1px solid var(--line); border-radius: 7px; background: var(--surface); }
.faq-list summary { padding: 13px 15px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; font-size: 12px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--muted); font-size: 18px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -2px 15px 15px; color: var(--muted); font-size: 11px; line-height: 1.7; }

.about-page { border-inline: 1px solid var(--line); }
.about-hero { position: relative; min-height: 500px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
.about-copy { z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 44px 34px; }
.about-copy h1 { margin: 6px 0 17px; font-size: clamp(30px, 4vw, 49px); line-height: 1.08; letter-spacing: -.04em; }
.about-copy > p:not(.kicker) { max-width: 560px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.about-art { height: 100%; }
.about-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #030607 0, transparent 55%); }
.signature { margin: 14px 0 0 auto; display: flex; flex-direction: column; font-family: cursive; font-size: 22px; transform: rotate(-5deg); }
.signature small { margin-top: 4px; color: var(--muted); font: 9px Inter, sans-serif; text-align: center; }
.about-section { display: grid; grid-template-columns: .8fr 1fr; gap: 40px; padding: 54px 0; border-top: 1px solid var(--line); }
.about-section h2 { margin: 8px 0 14px; font-size: clamp(28px, 3.8vw, 44px); line-height: 1.04; letter-spacing: -.045em; }
.about-section p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.about-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.about-stack article { padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.about-stack h3 { margin: 0 0 13px; font-size: 14px; }
.about-stack ul { margin: 0; padding-left: 18px; color: #d8dfe1; font-size: 12px; line-height: 1.85; }
.about-stack p { font-size: 12px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.value-grid article { padding: 32px 18px; text-align: center; border-right: 1px solid var(--line); }
.value-grid article:last-child { border-right: 0; }
.value-grid .round-icon { margin-inline: auto; }
.value-grid h2 { margin: 13px 0 6px; font-size: 13px; }
.value-grid p { margin: 0 auto; max-width: 300px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.commitment-band { padding: 52px 0; border-top: 1px solid var(--line); text-align: center; }
.commitment-band h2 { max-width: 820px; margin: 8px auto 22px; font-size: clamp(28px, 3.5vw, 43px); line-height: 1.08; letter-spacing: -.045em; }
.commitment-band div { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.commitment-band span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: #d8dfe1; font-size: 11px; }
.about-english { border-bottom: 1px solid var(--line); }

.docs-page { min-height: 630px; display: grid; grid-template-columns: 240px 1fr; gap: 30px; padding-block: 34px 80px; }
.docs-sidebar { padding-right: 20px; border-right: 1px solid var(--line); }
.docs-sidebar h1 { margin: 0 0 17px; font-size: 18px; }
.docs-sidebar .search-field { min-height: 38px; }
.docs-sidebar nav { margin-top: 16px; display: grid; gap: 5px; }
.docs-sidebar nav span, .docs-sidebar nav strong, .docs-sidebar nav a, .docs-sidebar nav button { padding: 7px 9px; border-radius: 5px; font-size: 10px; }
.docs-sidebar nav strong { border: 1px solid var(--line); background: var(--surface); }
.docs-sidebar nav a, .docs-sidebar nav button { padding-left: 22px; border: 0; background: transparent; color: var(--muted); text-align: left; }
.docs-sidebar nav button:hover, .docs-sidebar nav button[aria-selected="true"] { background: var(--surface-2); color: white; }
.docs-content { padding-top: 20px; }
.docs-content > h1 { margin: 6px 0 10px; font-size: 32px; letter-spacing: -.04em; }
.docs-content > p:not(.kicker) { max-width: 680px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.docs-quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 22px 0 12px; }
.docs-quick-grid article { padding: 14px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, var(--surface-2), rgba(13,18,21,.45)); }
.docs-quick-grid h2 { margin: 0 0 8px; font-size: 13px; }
.docs-quick-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.docs-callout { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; padding: 16px; border: 1px solid rgba(138,92,255,.34); border-radius: var(--radius); background: rgba(138,92,255,.08); }
.docs-callout span { display: block; margin-bottom: 5px; color: var(--faint); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.docs-callout strong { color: #e8edf0; font-size: 12px; line-height: 1.55; }
.docs-timeline { display: grid; gap: 10px; margin-top: 25px; }
.docs-timeline article { scroll-margin-top: 86px; padding: 16px; display: grid; grid-template-columns: 34px 1fr; gap: 12px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); }
.docs-timeline article > span { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: white; font-size: 10px; }
.docs-timeline h2 { margin: 0; font-size: 14px; }
.docs-timeline p { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.docs-timeline ul { margin: 12px 0 0; padding-left: 18px; color: #cfd6d8; font-size: 11px; line-height: 1.7; }
.docs-timeline li + li { margin-top: 4px; }

.legal-page .page-intro { max-width: 720px; }
.legal-content { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.legal-content article { min-height: 210px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.legal-content h2 { margin: 0 0 12px; font-size: 15px; }
.legal-content p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.policy-block { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.policy-block article { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.policy-block h2 { margin: 8px 0 14px; font-size: 24px; letter-spacing: -.035em; }
.policy-block p, .policy-block li { color: var(--muted); font-size: 12px; line-height: 1.75; }
.policy-block ul { margin: 0; padding-left: 18px; }
.policy-block li + li { margin-top: 9px; }
.policy-block strong { color: #f3f6f6; }

.site-footer { border-top: 1px solid var(--line); background: radial-gradient(circle at 84% 0, rgba(138,92,255,.1), transparent 32%), #020405; }
.footer-inner { width: var(--shell); margin-inline: auto; padding: 40px 0 30px; display: grid; grid-template-columns: 1.5fr repeat(4, .72fr) 1.2fr; gap: 24px; }
.footer-inner p { color: var(--muted); font-size: 9px; line-height: 1.7; }
.footer-inner p strong { color: #cbd0d2; font-weight: 500; }
.footer-inner h2 { margin: 0 0 11px; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.footer-inner > div:not(:first-child):not(.footer-signature) { display: flex; flex-direction: column; gap: 7px; }
.footer-inner > div a { color: var(--muted); font-size: 9px; }
.footer-inner > div a.social-link { display: inline-flex; align-items: center; gap: 6px; }
.footer-inner > div a:hover { color: white; }
.footer-brand { min-width: 0; }
.footer-signature { display: flex; flex-direction: column; justify-content: center; font-family: cursive; text-align: center; transform: rotate(-5deg); }
.footer-signature span { font-size: 12px; }
.footer-signature strong { font-size: 19px; font-weight: 500; }
.footer-bottom { width: var(--shell); margin-inline: auto; padding: 14px 0 22px; border-top: 1px solid var(--line-soft); color: var(--faint); font-size: 9px; text-align: right; }
.mobile-ticket-fab { display: none; position: fixed; z-index: 25; right: 14px; bottom: 14px; padding: 12px 16px; border: 1px solid white; border-radius: 999px; background: white; color: #030607; font-size: 12px; font-weight: 850; box-shadow: 0 14px 40px rgba(0,0,0,.42); }
.lightbox { position: fixed; z-index: 80; inset: 0; width: 100vw; height: 100vh; height: 100dvh; display: flex; align-items: center; justify-content: center; padding: 48px 72px; overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(18,24,29,.55), rgba(0,0,0,.94) 68%); backdrop-filter: blur(18px); }
.lightbox-stage { width: auto; max-width: calc(100vw - 144px); max-height: calc(100dvh - 96px); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.lightbox-stage .media { width: min(94vw, 1580px); aspect-ratio: 16 / 9; min-height: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background-color: #050708; box-shadow: 0 30px 110px rgba(0,0,0,.58); }
.lightbox-stage .custom-media img { object-fit: cover; }
.lightbox-stage .video-media video { object-fit: contain; }
.lightbox-stage p { margin: 0; color: rgba(229,236,238,.74); font-size: 11px; text-align: center; }
.lightbox-close, .lightbox-arrow { position: fixed; z-index: 2; border: 1px solid rgba(255,255,255,.16); background: rgba(6,9,11,.62); color: white; backdrop-filter: blur(12px); }
.lightbox-close { top: max(18px, env(safe-area-inset-top)); right: max(18px, env(safe-area-inset-right)); width: 38px; height: 38px; border-radius: 10px; font-size: 24px; line-height: 1; }
.lightbox-arrow { top: 50dvh; width: 42px; height: 72px; display: grid; place-items: center; border-radius: 12px; font-size: 34px; transform: translateY(-50%); }
.lightbox-arrow-left { left: 18px; }
.lightbox-arrow-right { right: 18px; }
.lightbox-close:hover, .lightbox-arrow:hover { border-color: rgba(255,255,255,.44); background: rgba(255,255,255,.12); }

@media (max-width: 980px) {
  .topbar-inner { grid-template-columns: 150px auto 1fr; }
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: 58px; left: 16px; right: 16px; padding: 12px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 8px; background: #080c0e; box-shadow: 0 18px 50px rgba(0,0,0,.45); }
  .site-nav.is-open { display: flex; }
  .site-nav > a { padding: 10px; border-radius: 5px; }
  .header-actions { justify-self: end; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-grid, .process-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1.4fr repeat(3, 1fr); }
  .footer-inner > div:nth-child(5), .footer-signature { display: none; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 20px, 620px); }
  .header-actions .icon-button { display: none; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .stat-grid div:nth-child(2) { border-right: 0; }
  .stat-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-landing-hero { grid-template-columns: 1fr; align-items: start; }
  .product-landing-hero .action-row { justify-content: flex-start; }
  .catalog-toolbar { grid-template-columns: 1fr 1fr; }
  .catalog-toolbar .search-field { grid-column: 1 / -1; }
  .product-detail-grid, .project-overview, .overview-panel, .product-section { grid-template-columns: 1fr; }
  .product-main-media { min-height: 0; }
  .project-card.project-featured { min-height: 320px; }
  .project-overview, .project-section { gap: 24px; }
  .project-section { grid-template-columns: 1fr; }
  .info-grid, .legal-content, .policy-block, .update-detail-hero { grid-template-columns: 1fr; }
  .home-cta { grid-template-columns: 1fr; padding: 58px 18px; }
  .home-cta-panel { grid-column: 1; }
  .home-cta-services { grid-column: 1; justify-self: center; grid-template-columns: repeat(2, max-content); text-align: center; }
  .home-cta-services::after { justify-self: center; grid-column: 1 / -1; }
  .gallery-strip { grid-template-columns: 1fr; }
  .faq-highlight, .docs-callout { grid-template-columns: 1fr; }
  .docs-quick-grid { grid-template-columns: 1fr; }
  .lightbox { padding: 46px 50px; }
  .lightbox-stage { max-width: calc(100vw - 100px); max-height: calc(100dvh - 92px); }
  .about-hero { grid-template-columns: 1fr; min-height: 570px; }
  .about-copy { justify-content: end; }
  .about-art { position: absolute; inset: 0; opacity: .6; }
  .about-art::after { background: linear-gradient(0deg, #030607 12%, transparent 90%); }
  .about-section, .about-stack { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .value-grid article:last-child { border-bottom: 0; }
  .docs-page { grid-template-columns: 1fr; }
  .docs-sidebar { border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 20px; }
  .docs-sidebar nav { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-inner > div:nth-child(4) { display: none; }
}

@media (max-width: 520px) {
  .button-header { display: none; }
  .mobile-ticket-fab { display: inline-flex; }
  body { padding-bottom: 56px; }
  .topbar-inner { grid-template-columns: 1fr auto; }
  .menu-button { grid-column: 2; }
  .section-block { padding: 52px 14px; }
  .section-heading { align-items: start; flex-direction: column; }
  .home-cta { min-height: 360px; }
  .home-cta::before { background: linear-gradient(0deg, rgba(3,6,7,.86), rgba(3,6,7,.55)); }
  .home-cta-panel { padding: 22px 16px; }
  .home-cta-services { grid-template-columns: 1fr; gap: 7px; }
  .product-grid, .projects-grid, .service-grid, .process-grid { grid-template-columns: 1fr; }
  .project-card.project-featured { grid-column: auto; min-height: 300px; }
  .project-overlay { grid-template-columns: 1fr; }
  .project-overlay .button { grid-column: 1; grid-row: auto; margin-top: 10px; justify-self: start; }
  .detail-tabs { justify-content: start; }
  .thumbnail-row { grid-template-columns: repeat(4, 74px); overflow-x: auto; }
  .price-breakdown { grid-template-columns: 1fr; }
  .compatibility-grid { grid-template-columns: 1fr; }
  .lightbox { padding: 52px 10px 34px; align-items: center; }
  .lightbox-stage { width: 100%; max-width: calc(100vw - 20px); max-height: calc(100dvh - 92px); gap: 7px; }
  .lightbox-stage .media { border-radius: 8px; }
  .lightbox-stage p { font-size: 10px; }
  .lightbox-close { top: max(8px, env(safe-area-inset-top)); right: max(8px, env(safe-area-inset-right)); width: 34px; height: 34px; border-radius: 8px; font-size: 22px; }
  .lightbox-arrow { width: 34px; height: 58px; border-radius: 8px; font-size: 28px; }
  .lightbox-arrow-left { left: 8px; }
  .lightbox-arrow-right { right: 8px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-inner > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body { opacity: 1; animation: none; }
  *, *::before, *::after { transition: none !important; }
}
