@font-face { font-family: "Manrope"; src: url("../fonts/manrope-400.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope-500.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope-600.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope-700.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope-800.ttf") format("truetype"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Unbounded"; src: url("../fonts/unbounded-500.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Unbounded"; src: url("../fonts/unbounded-600.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Unbounded"; src: url("../fonts/unbounded-700.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  --ink: #f4f6f8;
  --muted: #9aa8b6;
  --bg: #090e15;
  --bg-soft: #0e1620;
  --panel: #111b27;
  --panel-2: #152231;
  --line: rgba(255,255,255,.10);
  --cyan: #00dfe8;
  --pink: #fa087f;
  --blue: #278cff;
  --display: "Unbounded", sans-serif;
  --body: "Manrope", sans-serif;
  --radius: 24px;
  --shadow: 0 25px 80px rgba(0,0,0,.36);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: clip; }
body { margin: 0; max-width: 100%; background: var(--bg); color: var(--ink); font-family: var(--body); line-height: 1.65; overflow-x: clip; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .045; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.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; left: 16px; top: 16px; padding: 12px 16px; background: var(--cyan); color: #071017; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.scrolled { background: rgba(9,14,21,.88); backdrop-filter: blur(18px); border-color: var(--line); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: none; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; flex: none; border-radius: 13px; overflow: hidden; box-shadow: 0 0 25px rgba(0,223,232,.16); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-word { font-family: var(--display); font-size: 18px; font-weight: 600; letter-spacing: -.06em; }
.brand-word span { color: var(--pink); }
.brand-word i { font-style: normal; color: var(--cyan); }
.main-nav { display: flex; gap: 23px; align-items: center; margin-left: auto; }
.main-nav a { color: #c7d0d9; font-size: 14px; font-weight: 600; transition: color .2s; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--cyan); }
.header-actions { display: flex; gap: 8px; flex: none; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; color: white; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: currentColor; margin: 5px; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border-radius: 999px; border: 1px solid var(--cyan); background: var(--cyan); color: #071017; font-weight: 800; font-size: 14px; box-shadow: 0 12px 38px rgba(0,223,232,.13); transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 45px rgba(0,223,232,.23); }
.button-small { min-height: 42px; padding: 0 19px; font-size: 13px; }
.button-ghost { background: rgba(255,255,255,.02); color: var(--ink); border-color: var(--line); box-shadow: none; }
.button-ghost:hover { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.25); box-shadow: none; }
.text-link { color: var(--cyan); font-weight: 700; font-size: 14px; display: inline-flex; gap: 8px; align-items: center; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px,-3px); }

.hero { min-height: calc(100vh - 82px); display: grid; align-items: center; position: relative; padding: 80px 0 110px; isolation: isolate; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; z-index: -1; background: linear-gradient(transparent,rgba(17,27,39,.7)); clip-path: polygon(0 62%, 72% 0, 100% 18%, 100% 100%, 0 100%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; color: var(--cyan); font-size: 12px; letter-spacing: .15em; text-transform: uppercase; font-weight: 800; }
.pulse { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 6px rgba(0,223,232,.12); margin-right: 8px; }
h1,h2,h3,p { overflow-wrap: break-word; }
h1,h2,h3 { margin-top: 0; }
.hero h1, .page-hero h1 { font-family: var(--display); font-size: clamp(46px,6vw,84px); line-height: 1.03; letter-spacing: -.055em; margin: 0 0 28px; }
.hero h1 span, .page-hero h1 span { color: transparent; -webkit-text-stroke: 1px rgba(244,246,248,.66); }
.hero h1 span { display: inline-block; color: transparent; -webkit-text-stroke: 0; background: linear-gradient(100deg,var(--cyan) 0%,#82f7fb 46%,var(--pink) 100%); -webkit-background-clip: text; background-clip: text; filter: drop-shadow(0 8px 30px rgba(0,223,232,.12)); }
.hero-lead { font-size: 19px; color: #bac5d0; max-width: 650px; margin: 0 0 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-facts { margin-top: 52px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); padding-top: 23px; gap: 20px; }
.hero-facts div { display: grid; gap: 2px; }
.hero-facts strong { font-family: var(--display); color: var(--ink); font-size: 17px; }
.hero-facts span { font-size: 12px; color: var(--muted); }
.hero-compare-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 17px; color: var(--cyan); font-size: 13px; font-weight: 700; }
.hero-compare-link span { transition: transform .2s; }
.hero-compare-link:hover span { transform: translateX(4px); }
.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.hero-card { width: min(430px, 85%); aspect-ratio: 1; border-radius: 34px; padding: 16px; background: linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.01)); border: 1px solid rgba(255,255,255,.12); transform: rotate(3deg); box-shadow: var(--shadow); position: relative; }
.hero-card::before { content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; background: linear-gradient(145deg,var(--cyan),transparent 35%,transparent 65%,var(--pink)); -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.hero-card img { width: 100%; height: 100%; object-fit: cover; border-radius: 24px; filter: saturate(1.18) contrast(1.03); }
.hero-chip { position: absolute; border: 1px solid var(--line); background: rgba(9,14,21,.86); backdrop-filter: blur(10px); padding: 11px 16px; border-radius: 999px; font-size: 12px; font-weight: 700; transform: rotate(-3deg); box-shadow: var(--shadow); }
.chip-top { right: -52px; top: 52px; }
.chip-bottom { left: -45px; bottom: 65px; color: var(--pink); }
.orbit { position: absolute; border: 1px solid rgba(0,223,232,.12); border-radius: 50%; }
.orbit-one { width: 540px; height: 540px; }
.orbit-two { width: 680px; height: 680px; border-color: rgba(250,8,127,.09); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .16; z-index: -2; }
.hero-glow-one { width: 500px; height: 500px; background: var(--cyan); right: 2%; top: 10%; }
.hero-glow-two { width: 340px; height: 340px; background: var(--pink); right: 30%; bottom: 5%; }

.marquee { overflow: hidden; border-block: 1px solid var(--line); background: #0c131c; padding: 17px 0; color: #cbd5df; }
.marquee div { width: max-content; min-width: 100%; display: flex; justify-content: space-around; gap: 30px; font-family: var(--display); font-size: 12px; letter-spacing: .08em; }
.marquee i { color: var(--pink); font-style: normal; }
.section { padding: 112px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-heading h2, .cta-inner h2, .story-grid h2 { font-family: var(--display); font-size: clamp(32px,4vw,54px); letter-spacing: -.045em; line-height: 1.12; margin: 0; }
.section-note { max-width: 420px; color: var(--muted); margin: 0; }
.services-preview { background: var(--bg-soft); }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.service-card { min-height: 350px; padding: 28px; border: 1px solid var(--line); background: linear-gradient(160deg,rgba(255,255,255,.035),rgba(255,255,255,.008)); border-radius: var(--radius); position: relative; transition: transform .3s,border-color .3s,background .3s; }
.service-card:hover { transform: translateY(-8px); border-color: rgba(0,223,232,.35); background: linear-gradient(160deg,rgba(0,223,232,.08),rgba(255,255,255,.01)); }
.service-no { color: #526171; font-family: var(--display); font-size: 11px; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(0,223,232,.32); color: var(--cyan); border-radius: 17px; font-size: 27px; margin: 54px 0 27px; background: rgba(0,223,232,.05); }
.service-card h3 { font-family: var(--display); font-size: 19px; margin-bottom: 13px; }
.service-card p { color: var(--muted); font-size: 14px; margin: 0 0 22px; }
.service-meta { position: absolute; bottom: 25px; font-size: 11px; color: #718091; letter-spacing: .05em; }

.works-section { background: #0b1119; }
.works-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.work-card { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--panel); transition: transform .3s,border-color .3s; }
.work-card:hover { transform: translateY(-7px); border-color: rgba(255,255,255,.2); }
.work-image { aspect-ratio: 4/5; position: relative; display: block; overflow: hidden; background: var(--panel-2); }
.work-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.work-card:hover .work-image img { transform: scale(1.045); }
.work-tag { position: absolute; left: 16px; top: 16px; background: rgba(9,14,21,.83); backdrop-filter: blur(8px); border: 1px solid var(--line); padding: 7px 11px; border-radius: 999px; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.work-content { padding: 24px; }
.work-content .eyebrow { font-size: 10px; color: var(--muted); margin-bottom: 10px; }
.work-content h3 { font-family: var(--display); font-size: 18px; line-height: 1.35; margin-bottom: 12px; }
.work-content h3 a:hover { color: var(--cyan); }
.work-content p:not(.eyebrow) { color: var(--muted); font-size: 14px; margin: 0 0 18px; }
.center { text-align: center; margin-top: 42px; }
.empty-state { grid-column: 1/-1; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); padding: 70px 30px; color: var(--muted); }

.process-section { background: var(--bg-soft); }
.process-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 110px 1fr; padding: 32px 0; border-bottom: 1px solid var(--line); align-items: center; }
.process-list > li > span { color: var(--pink); font-family: var(--display); font-size: 13px; }
.process-list h3 { font-family: var(--display); font-size: 22px; margin: 0 0 5px; }
.process-list p { margin: 0; color: var(--muted); }
.cta-section { padding: 90px 0; background: radial-gradient(circle at 10% 20%,rgba(0,223,232,.12),transparent 32%),radial-gradient(circle at 80% 70%,rgba(250,8,127,.12),transparent 30%),#101923; border-block: 1px solid var(--line); }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.cta-inner > div:first-child { max-width: 700px; }
.cta-inner p:not(.eyebrow) { color: var(--muted); margin-bottom: 0; }
.cta-buttons { display: flex; flex-direction: column; min-width: 225px; gap: 10px; }
.cta-kicker { margin: 0 0 10px; font-family: var(--display); font-size: clamp(38px,4.8vw,66px); font-weight: 700; line-height: 1; letter-spacing: -.055em; color: transparent; background: linear-gradient(100deg,var(--cyan),#7bf5f9 48%,var(--pink)); -webkit-background-clip: text; background-clip: text; }
.cta-inner .cta-subtitle { margin: 0 0 18px; font-size: clamp(22px,2.25vw,31px); line-height: 1.18; letter-spacing: -.035em; }

.page-hero { min-height: 600px; display: flex; align-items: center; padding: 110px 0 80px; background: radial-gradient(circle at 80% 35%,rgba(39,140,255,.16),transparent 30%),linear-gradient(180deg,var(--bg),var(--bg-soft)); border-bottom: 1px solid var(--line); overflow: hidden; }
.page-hero.compact { min-height: 410px; }
.page-hero.compact .container { max-width: 950px; margin-left: max(20px,calc((100% - 1180px)/2)); }
.page-hero.compact h1 { font-size: clamp(44px,6vw,74px); }
.page-hero p { color: #b4c0cc; max-width: 740px; font-size: 18px; }
.page-hero-grid { display: grid; grid-template-columns: 1fr .55fr; align-items: center; gap: 60px; }
.page-hero-number { font-family: var(--display); font-size: clamp(150px,21vw,320px); color: transparent; -webkit-text-stroke: 1px rgba(0,223,232,.2); line-height: .8; }
.about-image { justify-self: end; max-width: 470px; padding: 12px; border: 1px solid var(--line); border-radius: 30px; transform: rotate(2deg); }
.about-image img { border-radius: 20px; }
.service-detail-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.feature-panel { padding: 42px; min-height: 430px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.feature-panel > span { color: var(--pink); font-family: var(--display); font-size: 12px; }
.feature-panel h2 { font-family: var(--display); font-size: 27px; margin: 55px 0 20px; }
.feature-panel p { color: var(--muted); }
.feature-panel ul, .order-aside ul { list-style: none; padding: 0; margin: 25px 0 0; }
.feature-panel li, .order-aside li { border-top: 1px solid var(--line); padding: 10px 0; font-size: 14px; }
.print-compare-section { background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.print-compare-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.print-tech-card { display: grid; grid-template-columns: minmax(180px,.72fr) minmax(0,1fr); min-height: 390px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.print-tech-image { min-height: 100%; overflow: hidden; background: var(--panel-2); }
.print-tech-image img { width: 100%; height: 100%; object-fit: cover; }
.print-tech-copy { display: flex; flex-direction: column; justify-content: center; padding: 32px; }
.print-tech-code { width: max-content; margin-bottom: 24px; padding: 7px 11px; border: 1px solid rgba(0,223,232,.3); border-radius: 999px; color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.print-tech-code-pink { border-color: rgba(250,8,127,.32); color: #ff5aa5; }
.print-tech-copy h3 { margin: 0 0 14px; font-family: var(--display); font-size: 23px; line-height: 1.2; }
.print-tech-copy p { margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.print-tech-copy strong { padding-top: 18px; border-top: 1px solid var(--line); font-size: 13px; line-height: 1.55; }

.filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 38px; }
.filters a { border: 1px solid var(--line); border-radius: 999px; padding: 9px 15px; font-size: 12px; color: var(--muted); }
.filters a.active, .filters a:hover { color: #071017; background: var(--cyan); border-color: var(--cyan); }
.pagination { display: flex; justify-content: center; align-items: center; gap: 24px; margin-top: 50px; color: var(--muted); }
.pagination a { color: var(--cyan); }

.detail-header { padding: 150px 0 70px; background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.detail-heading { max-width: 980px; }
.detail-heading h1 { font-family: var(--display); font-size: clamp(38px,5.5vw,70px); line-height: 1.08; letter-spacing: -.045em; margin: 20px 0; }
.back-link { color: var(--muted); font-size: 13px; }
.detail-date { color: var(--muted); }
.event-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.event-meta > span { min-width: 240px; padding: 16px 20px; display: grid; gap: 3px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); }
.event-meta small { color: var(--cyan); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.event-meta strong { font-size: 14px; }
.detail-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; padding-block: 80px 110px; align-items: start; }
.detail-cover { width: 100%; max-height: 820px; object-fit: cover; border-radius: var(--radius); }
.detail-gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 12px; }
.detail-gallery img, .detail-gallery video { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 16px; }
.gallery-item { display: block; width: 100%; min-width: 0; padding: 0; overflow: hidden; border: 0; border-radius: 16px; background: var(--panel); color: var(--ink); cursor: zoom-in; position: relative; }
.gallery-item:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
.detail-gallery-full .gallery-item:first-child { grid-column: 1/-1; }
.detail-gallery-full .gallery-item:first-child img, .detail-gallery-full .gallery-item:first-child video { aspect-ratio: 16/10; }
.gallery-video video { background: #05080c; }
.video-badge { position: absolute; left: 14px; bottom: 14px; padding: 8px 12px; border-radius: 999px; background: rgba(9,14,21,.88); border: 1px solid var(--line); color: var(--cyan); font-size: 11px; font-weight: 800; }
.lightbox-open { overflow: hidden; }
.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(3,6,10,.96); color: var(--ink); }
.lightbox::backdrop { background: rgba(3,6,10,.94); backdrop-filter: blur(10px); }
.lightbox-shell { width: 100%; height: 100%; display: grid; grid-template-columns: 92px minmax(0,1fr) 92px; grid-template-rows: 66px minmax(0,1fr) 46px; align-items: center; }
.lightbox-toolbar { grid-column: 1/-1; display: flex; justify-content: space-between; align-items: center; padding: 0 24px; color: var(--muted); font-family: var(--display); font-size: 13px; }
.lightbox-close { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: rgba(255,255,255,.04); color: white; font-size: 30px; line-height: 1; cursor: pointer; }
.lightbox-stage { grid-column: 2; grid-row: 2; width: 100%; height: 100%; min-width: 0; min-height: 0; display: grid; place-items: center; cursor: ew-resize; touch-action: pan-y; }
.lightbox-stage img, .lightbox-stage video { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; border-radius: 12px; box-shadow: var(--shadow); }
.lightbox-stage video { cursor: default; background: #000; }
.lightbox-nav { grid-row: 2; width: 54px; height: 54px; justify-self: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.04); color: white; font-size: 23px; cursor: pointer; transition: background .2s,border-color .2s,transform .2s; }
.lightbox-nav:hover, .lightbox-nav:focus-visible, .lightbox-close:hover, .lightbox-close:focus-visible { background: rgba(0,223,232,.11); border-color: var(--cyan); outline: none; }
.lightbox-prev { grid-column: 1; }
.lightbox-next { grid-column: 3; }
.lightbox-help { grid-column: 1/-1; grid-row: 3; text-align: center; color: var(--muted); font-size: 11px; margin: 0; }
.detail-copy { position: sticky; top: 112px; }
.detail-lead { font-size: 21px; color: #d7dee5; }
.prose { color: #acb8c3; }
.prose p { margin: 0 0 20px; }
.detail-cta { border-top: 1px solid var(--line); margin-top: 35px; padding-top: 30px; }
.detail-cta h2 { font-family: var(--display); font-size: 22px; }
.detail-cta p { color: var(--muted); }
.related { background: var(--bg-soft); }

.order-layout { display: grid; grid-template-columns: 1fr 360px; gap: 70px; align-items: start; }
.order-steps { list-style: none; padding: 0; margin: 0; }
.order-steps li { display: grid; grid-template-columns: 82px 1fr; border-top: 1px solid var(--line); padding: 30px 0; }
.order-steps li:last-child { border-bottom: 1px solid var(--line); }
.order-steps span { font-family: var(--display); color: var(--pink); font-size: 12px; }
.order-steps h2 { font-family: var(--display); font-size: 23px; margin: 0 0 8px; }
.order-steps p { color: var(--muted); margin: 0; }
.order-aside { position: sticky; top: 110px; padding: 30px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.order-aside h2 { font-family: var(--display); font-size: 20px; }
.aside-note { color: var(--muted); font-size: 13px; margin: 25px 0; }
.order-aside .button { width: 100%; }

.faq-list { max-width: 900px; }
.faq-list details { border-top: 1px solid var(--line); padding: 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 28px 60px 28px 0; font-family: var(--display); font-size: 18px; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 20px; color: var(--cyan); font-family: var(--body); font-size: 29px; font-weight: 300; transition: transform .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); max-width: 760px; margin: -5px 0 28px; }
.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.story-copy { font-size: 18px; color: #b3bfca; }
.story-copy p:first-child { margin-top: 0; }
.stats-band { border-block: 1px solid var(--line); background: var(--panel); }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stats-grid div { padding: 42px 26px; border-right: 1px solid var(--line); display: grid; gap: 8px; }
.stats-grid div:last-child { border: 0; }
.stats-grid strong { font-family: var(--display); font-size: 32px; color: var(--cyan); }
.stats-grid span { color: var(--muted); font-size: 13px; }

.sales-counter-section { padding: 90px 0; border-block: 1px solid var(--line); background: radial-gradient(circle at 82% 50%,rgba(244,0,125,.12),transparent 32%),var(--panel); }
.sales-counter { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(330px,.72fr); gap: clamp(38px,5vw,70px); align-items: center; }
.sales-counter > * { min-width: 0; }
.sales-counter h2 { margin: 8px 0 18px; font-family: var(--display); font-size: clamp(34px,3.5vw,52px); line-height: 1.02; }
.sales-counter h2 span { color: var(--cyan); }
.sales-counter p:last-child { color: var(--muted); margin: 0; }
.sales-counter-value { min-height: 230px; padding: 30px 24px; display: grid; place-content: center; text-align: center; overflow: hidden; border: 1px solid rgba(0,223,232,.36); border-radius: var(--radius); background: rgba(5,16,25,.72); box-shadow: 0 0 60px rgba(0,223,232,.08); }
.sales-counter-value strong { white-space: nowrap; font-family: var(--display); font-size: clamp(62px,6vw,96px); font-variant-numeric: tabular-nums; line-height: .92; color: var(--cyan); text-shadow: 0 0 30px rgba(0,223,232,.2); }
.sales-counter-value span { margin-top: 24px; color: var(--ink); font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }

.contacts-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.contact-panel { min-height: 260px; border: 1px solid var(--line); background: var(--panel); border-radius: var(--radius); padding: 35px; }
.contact-label { color: var(--cyan); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 800; }
.contact-panel h2 { font-family: var(--display); font-size: 28px; margin: 28px 0 10px; }
.contact-panel p:not(.contact-label) { color: var(--muted); }
.phone-panel { display: flex; flex-direction: column; }
.phone-list { display: grid; gap: 10px; margin-top: 24px; }
.phone-list > a { display: grid; grid-template-columns: 46px minmax(0,1fr) auto; align-items: center; gap: 13px; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); transition: border-color .2s,background .2s,transform .2s; }
.phone-list > a:hover { border-color: rgba(0,223,232,.42); background: rgba(0,223,232,.06); transform: translateY(-2px); }
.phone-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: rgba(0,223,232,.09); color: var(--cyan); font-size: 18px; }
.phone-list > a > span:nth-child(2) { display: grid; min-width: 0; }
.phone-list small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.phone-list strong { font-family: var(--display); font-size: clamp(15px,1.6vw,21px); letter-spacing: -.04em; white-space: nowrap; }
.phone-list i { color: var(--cyan); font-style: normal; }
.social-panel { padding-bottom: 20px; }
.social-panel > a { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 12px; padding: 14px 0; border-top: 1px solid var(--line); }
.social-panel > a span { color: var(--cyan); font-size: 11px; }
.social-panel > a i { color: var(--muted); font-style: normal; transition: transform .2s; }
.social-panel > a:hover i { transform: translate(3px,-3px); color: var(--pink); }

.events-preview { background: var(--bg-soft); border-top: 1px solid var(--line); }
.event-grid { display: grid; gap: 12px; }
.event-card { display: grid; grid-template-columns: 130px 1fr 48px; gap: 28px; align-items: center; padding: 24px 26px; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); }
.event-card time { display: grid; justify-items: center; padding-right: 25px; border-right: 1px solid var(--line); }
.event-card time strong { font-family: var(--display); color: var(--cyan); font-size: 40px; line-height: 1; }
.event-card time span { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.event-card .eyebrow { margin-bottom: 5px; }
.event-card h3 { font-family: var(--display); font-size: 20px; margin: 0 0 5px; }
.event-card p:not(.eyebrow) { color: var(--muted); margin: 0; font-size: 14px; }
.event-arrow { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--cyan); }
.events-empty { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 38px; border: 1px dashed rgba(0,223,232,.32); border-radius: var(--radius); background: radial-gradient(circle at 80% 30%,rgba(0,223,232,.07),transparent 35%),var(--panel); }
.events-empty > div { max-width: 700px; }
.events-empty span { color: var(--pink); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.events-empty h3 { font-family: var(--display); font-size: 22px; margin: 12px 0 8px; }
.events-empty p { color: var(--muted); margin: 0; }
.past-events { margin-top: 90px; }

.site-footer { padding: 78px 0 25px; background: #070b11; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .8fr; gap: 70px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid p { color: var(--muted); max-width: 430px; font-size: 14px; }
.footer-grid h2 { font-family: var(--display); font-size: 13px; margin: 0 0 16px; color: var(--cyan); }
.footer-grid a:not(.brand):not(.socials a) { color: #aab6c1; font-size: 14px; }
.footer-grid a:hover { color: var(--cyan); }
.footer-brand { margin-bottom: 12px; }
.socials { display: flex; gap: 8px; margin-top: 15px; }
.socials a { min-width: 43px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 999px; font-size: 10px; color: var(--cyan); }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; color: #667484; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease,transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .main-nav { position: fixed; inset: 82px 0 auto; padding: 25px 20px 35px; background: rgba(9,14,21,.97); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; transform: translateY(-130%); transition: transform .3s; }
  .main-nav.open { transform: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .header-actions { display: none; }
  .hero-grid { grid-template-columns: 1fr 420px; gap: 30px; }
  .hero-visual { min-height: 500px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .works-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
  .hero { padding-top: 70px; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: 500px; }
  .hero-card { width: min(430px,72vw); }
  .order-layout { grid-template-columns: 1fr 310px; gap: 35px; }
}

@media (max-width: 760px) {
  .container { width: calc(100% - 32px); max-width: 100%; }
  .header-inner { min-height: 68px; gap: 12px; }
  .main-nav { top: 68px; max-height: calc(100vh - 68px); overflow-y: auto; }
  .brand { gap: 9px; min-width: 0; }
  .brand-mark { width: 38px; height: 38px; border-radius: 11px; }
  .brand-word { font-size: clamp(13px,4vw,16px); white-space: nowrap; }
  .menu-toggle { padding: 5px 0 5px 8px; }
  .hero { padding: 38px 0 46px; min-height: auto; }
  .hero-grid { grid-template-columns: minmax(0,1fr); gap: 34px; }
  .hero-copy { min-width: 0; }
  .hero h1 { font-size: clamp(34px,10vw,44px); line-height: 1.08; letter-spacing: -.065em; margin-bottom: 20px; }
  .hero-lead { font-size: 15px; line-height: 1.6; margin-bottom: 25px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; min-height: 48px; }
  .hero-facts { grid-template-columns: 1fr; gap: 0; margin-top: 28px; padding-top: 0; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: rgba(255,255,255,.018); }
  .hero-facts div { grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 16px; padding: 13px 15px; border-bottom: 1px solid var(--line); }
  .hero-facts div:last-child { border-bottom: 0; }
  .hero-facts strong { font-size: 13px; line-height: 1.3; }
  .hero-facts span { font-size: 11px; line-height: 1.35; text-align: right; }
  .hero-compare-link { width: 100%; justify-content: center; margin-top: 13px; padding: 11px 14px; border: 1px solid rgba(0,223,232,.25); border-radius: 14px; background: rgba(0,223,232,.04); font-size: 12px; }
  .hero-visual { min-height: 285px; }
  .hero-card { width: min(250px,72vw); border-radius: 24px; padding: 9px; }
  .hero-card img { border-radius: 18px; }
  .orbit-one { width: 280px; height: 280px; }
  .orbit-two { width: 340px; height: 340px; }
  .hero-chip { font-size: 9px; padding: 8px 11px; }
  .chip-top { right: -14px; top: 35px; }
  .chip-bottom { left: -12px; bottom: 42px; }
  .marquee { padding: 10px 0; overflow: visible; }
  .marquee div { width: 100%; min-width: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; padding: 0 16px; font-size: 9px; }
  .marquee span { padding: 8px 9px; border: 1px solid var(--line); border-radius: 10px; text-align: center; white-space: normal; }
  .marquee i { display: none; }
  .section { padding: 54px 0; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-heading h2, .cta-inner h2, .story-grid h2 { font-size: clamp(27px,8vw,36px); overflow-wrap: anywhere; }
  .section-heading .text-link, .section-heading .section-note { margin-top: 18px; display: inline-flex; }
  .service-grid, .works-grid, .service-detail-grid, .contacts-grid { grid-template-columns: 1fr; }
  .print-compare-grid { grid-template-columns: 1fr; }
  .print-tech-card { grid-template-columns: 42% minmax(0,1fr); min-height: 330px; }
  .print-tech-copy { padding: 24px; }
  .service-card { min-height: 0; padding: 21px; border-radius: 20px; }
  .service-icon { width: 50px; height: 50px; margin: 22px 0 18px; border-radius: 15px; font-size: 23px; }
  .service-card h3 { font-size: 17px; }
  .service-card p { font-size: 13px; line-height: 1.6; }
  .service-meta { position: static; display: block; margin-top: 22px; }
  .work-image { aspect-ratio: 4/4.4; }
  .process-list li { grid-template-columns: 55px 1fr; }
  .process-list h3 { font-size: 18px; }
  .process-list p { font-size: 14px; }
  .cta-section { padding: 58px 0; }
  .cta-inner { display: block; }
  .cta-buttons { margin-top: 28px; }
  .page-hero, .page-hero.compact { min-height: 0; padding: 64px 0 58px; }
  .page-hero.compact .container { width: calc(100% - 32px); margin-inline: auto; }
  .page-hero-grid { grid-template-columns: minmax(0,1fr); gap: 30px; }
  .page-hero h1, .page-hero.compact h1 { max-width: 100%; font-size: clamp(34px,9.5vw,44px); line-height: 1.09; letter-spacing: -.06em; overflow-wrap: anywhere; }
  .page-hero p { font-size: 16px; max-width: 100%; }
  .page-hero-number { display: none; }
  .about-image { justify-self: start; }
  .feature-panel { min-height: 0; padding: 25px; }
  .feature-panel h2 { margin: 30px 0 16px; font-size: 21px; overflow-wrap: anywhere; }
  .detail-layout { grid-template-columns: 1fr; gap: 40px; padding-block: 45px 75px; }
  .detail-copy { position: static; }
  .detail-header { padding: 115px 0 50px; }
  .detail-heading h1 { font-size: clamp(31px,9vw,42px); overflow-wrap: anywhere; }
  .detail-gallery { gap: 8px; }
  .lightbox-shell { grid-template-columns: 58px minmax(0,1fr) 58px; grid-template-rows: 58px minmax(0,1fr) 38px; }
  .lightbox-toolbar { padding: 0 12px; }
  .lightbox-nav { width: 42px; height: 42px; }
  .lightbox-stage img, .lightbox-stage video { border-radius: 8px; }
  .lightbox-help { font-size: 9px; }
  .event-meta { display: grid; }
  .event-meta > span { min-width: 0; }
  .order-layout { grid-template-columns: 1fr; gap: 40px; }
  .order-aside { position: static; }
  .order-steps li { grid-template-columns: 55px 1fr; }
  .story-grid { grid-template-columns: 1fr; gap: 32px; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stats-grid div { min-width: 0; padding: 28px 16px; }
  .stats-grid strong { font-size: clamp(23px,8vw,31px); }
  .stats-grid span { font-size: 12px; }
  .stats-grid div:nth-child(2) { border-right: 0; }
  .sales-counter-section { padding: 65px 0; }
  .sales-counter { grid-template-columns: 1fr; gap: 35px; }
  .sales-counter-value { min-height: 200px; }
  .sales-counter-value strong { font-size: clamp(58px,20vw,88px); }
  .contact-panel { min-height: 0; padding: 25px; }
  .contact-panel h2 { font-size: 23px; margin-top: 20px; }
  .phone-list strong { font-size: clamp(14px,4.2vw,17px); }
  .phone-list > a { grid-template-columns: 40px minmax(0,1fr) 16px; gap: 10px; padding: 12px; }
  .phone-icon { width: 40px; height: 40px; }
  .event-card { grid-template-columns: 72px minmax(0,1fr); gap: 16px; padding: 20px; }
  .event-card time { padding-right: 15px; }
  .event-card time strong { font-size: 30px; }
  .event-card h3 { font-size: 16px; overflow-wrap: anywhere; }
  .event-arrow { display: none; }
  .events-empty { display: block; padding: 25px; }
  .events-empty .button { margin-top: 24px; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { display: grid; gap: 8px; }
}

@media (max-width: 390px) {
  .container, .page-hero.compact .container { width: calc(100% - 24px); }
  .brand-word { font-size: 12.5px; }
  .hero h1 { font-size: 34px; }
  .hero-facts div { grid-template-columns: minmax(0,1fr) auto; }
  .marquee div { grid-template-columns: repeat(2,minmax(0,1fr)); padding-inline: 12px; }
  .marquee span:last-child { grid-column: 1 / -1; }
  .print-tech-card { grid-template-columns: 1fr; }
  .print-tech-image { min-height: 240px; aspect-ratio: 4 / 3; }
  .print-tech-copy { padding: 22px; }
  .print-tech-code { margin-bottom: 18px; }
  .detail-gallery { grid-template-columns: 1fr; }
  .detail-gallery-full .gallery-item:first-child { grid-column: auto; }
  .detail-gallery-full .gallery-item:first-child img, .detail-gallery-full .gallery-item:first-child video { aspect-ratio: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
