/*
Theme Name: ZIP Art Department
Theme URI: https://example.com/
Author: OpenAI
Description: Converted from a static site into a WordPress single-page theme.
Version: 1.0.8
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: zip-art-department
*/

:root {
  color-scheme: dark;
  --black: #070707;
  --black-soft: #111111;
  --paper: #f4efe6;
  --muted: #9aa0a6;
  --line: rgba(244, 239, 230, 0.16);
  --line-strong: rgba(244, 239, 230, 0.32);
  --acid: #d9ff3f;
  --orange: #ff5a1f;
  --panel: rgba(244, 239, 230, 0.06);
  --panel-strong: rgba(244, 239, 230, 0.1);
  --max: 1480px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--paper);
  background:
    radial-gradient(circle at 20% 0%, rgba(217, 255, 63, 0.16), transparent 34rem),
    radial-gradient(circle at 100% 18%, rgba(255, 90, 31, 0.14), transparent 30rem),
    linear-gradient(180deg, #070707 0%, #12110e 48%, #070707 100%);
  font-family: Inter, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(244, 239, 230, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 239, 230, 0.04) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(180deg, black, transparent 86%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='0.42'/%3E%3C/svg%3E");
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

#signal-canvas {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.55;
  pointer-events: none;
}

.site-shell {
  width: min(100%, 1840px);
  margin: 0 auto;
}

.section-pad {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 104px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  gap: 24px;
  align-items: center;
  width: min(var(--max), calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  padding: 16px 0;
  backdrop-filter: blur(18px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: block;
  width: 88px;
  height: 54px;
  flex: 0 0 auto;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-lockup strong,
.brand-lockup small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-lockup strong {
  font-size: 15px;
  text-transform: uppercase;
}

.brand-lockup small {
  max-width: 360px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  background: rgba(7, 7, 7, 0.62);
}

.site-nav a,
.lang-toggle,
.button,
.filter-button {
  min-height: 40px;
  border: 1px solid transparent;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: rgba(244, 239, 230, 0.72);
  font-size: 13px;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.lang-toggle:hover,
.button:hover,
.filter-button:hover {
  border-color: var(--line-strong);
  background: rgba(244, 239, 230, 0.1);
  color: var(--paper);
}

.site-nav a.is-current {
  border-color: var(--line-strong);
  background: rgba(217, 255, 63, 0.16);
  color: var(--acid);
}

.lang-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 104px;
  padding: 0 14px;
  border: 1px solid var(--line);
  color: var(--paper);
  background: rgba(7, 7, 7, 0.7);
  cursor: pointer;
}

.lang-toggle b {
  color: var(--acid);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(480px, 1.05fr);
  gap: clamp(32px, 5vw, 84px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding-top: 64px;
}

.kicker {
  margin: 0 0 18px;
  color: var(--acid);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 930px;
  margin-bottom: 24px;
  font-size: clamp(56px, 8.7vw, 150px);
  line-height: 0.92;
  letter-spacing: 0;
}

html[lang="en"] h1 {
  max-width: 980px;
  font-size: clamp(50px, 6.9vw, 116px);
  line-height: 0.95;
}

h2 {
  max-width: 1000px;
  margin-bottom: 20px;
  font-size: clamp(38px, 5.3vw, 92px);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  font-size: clamp(21px, 2.2vw, 36px);
  line-height: 1.05;
}

.hero-text,
.section-head p,
.product-panel p,
.award-panel p,
.feature-card p,
.stream-item p,
.product-card p,
.case-card p,
.priority-card p {
  color: rgba(244, 239, 230, 0.72);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.72;
}

.hero-text {
  max-width: 700px;
  margin-bottom: 32px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  font-weight: 800;
}

.button-primary {
  background: var(--acid);
  color: var(--black);
}

.button-primary:hover {
  background: var(--paper);
  color: var(--black);
  transform: translateY(-2px);
}

.button-ghost {
  border-color: var(--line);
  color: var(--paper);
  background: rgba(244, 239, 230, 0.05);
}

.hero-stage {
  position: relative;
  min-height: min(72vw, 760px);
}

.hero-reel {
  isolation: isolate;
  min-height: min(64vw, 720px);
}

.hero-reel::before {
  position: absolute;
  inset: 5% 0 6% 8%;
  z-index: -1;
  content: "";
  border: 1px solid rgba(217, 255, 63, 0.22);
  transform: skewX(-5deg);
}

.hero-reel::after {
  position: absolute;
  right: 4%;
  bottom: 3%;
  z-index: -1;
  width: 46%;
  height: 34%;
  content: "";
  background:
    repeating-linear-gradient(90deg, rgba(217, 255, 63, 0.2) 0 1px, transparent 1px 22px),
    linear-gradient(180deg, rgba(217, 255, 63, 0.08), transparent);
  opacity: 0.55;
  transform: rotate(-2deg);
}

.reel-frame {
  position: absolute;
  inset: 8% 10% 20% 3%;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: #0d0d0c;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.5);
  transform: rotate(-1.4deg);
}

.reel-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.04);
}

.reel-topbar,
.reel-caption,
.platform-strip,
.reel-side span {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--paper);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reel-topbar {
  top: 0;
  left: 0;
  right: 0;
  min-height: 42px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(244, 239, 230, 0.28);
  background: rgba(7, 7, 7, 0.68);
  backdrop-filter: blur(12px);
}

.reel-caption {
  left: 18px;
  right: 18px;
  bottom: 18px;
  gap: 16px;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(244, 239, 230, 0.26);
  background: rgba(7, 7, 7, 0.72);
  backdrop-filter: blur(10px);
}

.reel-caption strong {
  color: var(--acid);
}

.reel-side {
  position: absolute;
  z-index: 4;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--black-soft);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.42);
}

.reel-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.reel-side span {
  left: 10px;
  bottom: 10px;
  padding: 8px 10px;
  background: rgba(7, 7, 7, 0.72);
}

.side-a {
  right: 0;
  top: 0;
  width: 33%;
  aspect-ratio: 4 / 3;
  transform: rotate(3deg);
}

.side-b {
  right: 7%;
  bottom: 5%;
  width: 38%;
  aspect-ratio: 16 / 9;
  transform: rotate(-3deg);
}

.signal-badge {
  position: absolute;
  top: 44%;
  right: 7%;
  z-index: 7;
  display: grid;
  width: 132px;
  height: 132px;
  place-items: center;
  border: 1px solid var(--black);
  border-radius: 50%;
  color: var(--black);
  background: var(--acid);
  font-size: 24px;
  font-weight: 1000;
  line-height: 0.9;
  text-align: center;
  animation: rotateLabel 18s linear infinite;
}

.platform-strip {
  left: 8%;
  right: 15%;
  bottom: 0;
  gap: 12px;
  justify-content: flex-start;
  min-height: 48px;
  overflow: hidden;
  padding: 0 14px;
  border: 1px solid var(--line);
  background: rgba(244, 239, 230, 0.08);
}

.platform-strip span {
  white-space: nowrap;
}

.platform-strip span::after {
  margin-left: 12px;
  color: var(--acid);
  content: "/";
}

.metric-card {
  position: absolute;
  z-index: 9;
  display: grid;
  gap: 4px;
  min-width: 160px;
  padding: 16px;
  border: 1px solid var(--line-strong);
  background: rgba(7, 7, 7, 0.78);
  backdrop-filter: blur(14px);
}

.metric-card span {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.metric-card strong {
  color: var(--acid);
  font-size: 38px;
  line-height: 1;
}

.metric-card-a {
  left: 0;
  bottom: 9%;
}

.metric-card-b {
  top: 26%;
  right: 2%;
}

.marquee-strip {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: rgba(244, 239, 230, 0.05);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 36s linear infinite;
}

.marquee-track span {
  display: inline-flex;
  align-items: center;
  min-height: 76px;
  padding: 0 34px;
  color: var(--paper);
  font-size: clamp(22px, 3.4vw, 54px);
  font-weight: 900;
  white-space: nowrap;
  text-transform: uppercase;
}

.marquee-track span:nth-child(3n) {
  color: var(--acid);
}

.priority-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 18px;
}

.priority-card {
  position: relative;
  display: flex;
  min-height: 480px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.priority-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.48;
  transition: transform 600ms ease, opacity 300ms ease;
}

.priority-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 15%, rgba(7, 7, 7, 0.88) 100%);
}

.priority-card:hover img {
  opacity: 0.62;
  transform: scale(1.05);
}

.priority-meta,
.priority-card p {
  position: relative;
  z-index: 1;
}

.priority-meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.priority-meta span {
  color: var(--acid);
  font-size: 14px;
  font-weight: 900;
}

.priority-meta strong {
  max-width: 70%;
  font-size: clamp(24px, 2.8vw, 44px);
  line-height: 1;
  text-align: right;
}

.business-section {
  border-top: 1px solid var(--line);
}

section[id] {
  scroll-margin-top: 110px;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.65fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 44px;
}

.section-head.compact {
  grid-template-columns: 1fr;
  max-width: 1120px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.stat-card {
  min-height: 168px;
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(217, 255, 63, 0.08);
}

.stat-card strong {
  display: block;
  margin-bottom: 20px;
  color: var(--acid);
  font-size: clamp(42px, 5.2vw, 82px);
  line-height: 0.9;
}

.stat-card span {
  color: rgba(244, 239, 230, 0.72);
  font-size: 14px;
  text-transform: uppercase;
}

.feature-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 18px;
}

.feature-card,
.award-panel,
.product-panel,
.product-card,
.case-card,
.stream-item,
.service-chip {
  border: 1px solid var(--line);
  background: var(--panel);
}

.feature-card-large {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.feature-card-large img {
  width: 100%;
  height: min(54vw, 620px);
  object-fit: cover;
}

.feature-card-large div {
  padding: 28px;
}

.stream-list {
  display: grid;
  gap: 12px;
}

.stream-item {
  padding: 24px;
}

.stream-item span {
  color: var(--orange);
  font-weight: 900;
}

.stream-item h3 {
  margin: 12px 0;
}

.design-proof {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: 18px;
}

.award-panel {
  min-height: 420px;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(244, 239, 230, 0.12), rgba(244, 239, 230, 0.03)),
    var(--panel);
}

.service-rack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.service-chip {
  display: flex;
  min-height: 132px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
}

.service-chip span {
  color: var(--muted);
  font-size: 12px;
}

.service-chip strong {
  font-size: clamp(22px, 2.4vw, 36px);
  line-height: 1.05;
}

.product-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 30px;
  align-items: end;
  margin-bottom: 18px;
  padding: 32px;
  background:
    linear-gradient(120deg, rgba(217, 255, 63, 0.14), transparent 42%),
    rgba(244, 239, 230, 0.06);
}

.product-status {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid var(--line);
  background: var(--black);
}

.product-status span {
  color: var(--muted);
}

.product-status strong {
  color: var(--acid);
  font-size: 32px;
}

.product-feedback-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(217, 255, 63, 0.46);
  color: var(--acid);
  font-size: 13px;
  font-weight: 900;
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.product-feedback-link:hover,
.product-feedback-link:focus-visible {
  border-color: var(--acid);
  background: var(--acid);
  color: var(--black);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.product-card {
  min-height: 260px;
  padding: 24px;
}

.cases-section {
  border-top: 1px solid var(--line);
}

.cases-section .section-head {
  grid-template-columns: 1fr;
  max-width: 1120px;
  margin-bottom: 28px;
}

.cases-section h2 {
  font-size: clamp(36px, 4.6vw, 76px);
}

.case-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.filter-button {
  padding: 0 16px;
  border: 1px solid var(--line);
  color: var(--paper);
  background: rgba(244, 239, 230, 0.05);
  cursor: pointer;
}

.filter-button.is-active {
  background: var(--paper);
  color: var(--black);
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.case-card {
  overflow: hidden;
}

.case-image {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--black-soft);
}

.case-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.case-card:hover img {
  transform: scale(1.05);
}

.case-copy {
  padding: 20px;
}

.case-copy > span {
  color: var(--acid);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-copy h3 {
  margin: 12px 0;
  font-size: 26px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
}

.tag-row small {
  padding: 6px 8px;
  border: 1px solid var(--line);
  color: rgba(244, 239, 230, 0.76);
  font-size: 11px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: 32px;
  align-items: end;
  border-top: 1px solid var(--line);
}

.contact-link {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line-strong);
  background: var(--acid);
  color: var(--black);
}

.contact-link span {
  overflow-wrap: anywhere;
  font-weight: 800;
}

.contact-link strong {
  font-size: 34px;
  line-height: 1;
}

.contact-stack {
  display: grid;
  gap: 10px;
}

.contact-link .company-legal-name {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 2px;
  color: rgba(7, 7, 7, 0.72);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.28;
}

.contact-link .company-legal-name span {
  display: block;
  overflow-wrap: anywhere;
}

.legal-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.legal-links a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  color: rgba(244, 239, 230, 0.78);
  background: rgba(244, 239, 230, 0.05);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.legal-links a:hover,
.legal-links a:focus-visible {
  border-color: var(--line-strong);
  color: var(--paper);
  background: rgba(244, 239, 230, 0.1);
}

.legal-shell {
  min-height: 100vh;
}

.legal-header {
  background: rgba(7, 7, 7, 0.74);
}

.legal-home-link {
  text-decoration: none;
}

.legal-page {
  max-width: 1120px;
  padding-top: 76px;
}

.legal-hero {
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  max-width: 980px;
  margin-bottom: 26px;
  font-size: clamp(42px, 5.8vw, 92px);
  line-height: 0.98;
}

.legal-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.legal-meta-item {
  display: grid;
  gap: 8px;
  min-height: 96px;
  padding: 16px;
  border: 1px solid var(--line);
  background: rgba(244, 239, 230, 0.05);
}

.legal-meta-item span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-meta-item strong,
.legal-meta-item a {
  color: var(--paper);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.legal-meta-item a {
  color: var(--acid);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.legal-document {
  padding: 44px 0 24px;
}

.legal-document h2 {
  max-width: none;
  margin: 46px 0 16px;
  color: var(--paper);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.12;
}

.legal-document h2:first-child {
  margin-top: 0;
}

.legal-document h3 {
  margin: 30px 0 12px;
  color: var(--acid);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.2;
}

.legal-document p,
.legal-document li {
  color: rgba(244, 239, 230, 0.78);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.9;
}

.legal-document p {
  margin: 0 0 16px;
}

.legal-document ul,
.legal-document ol {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding-left: 1.45rem;
}

.legal-document li::marker {
  color: var(--acid);
  font-weight: 900;
}

.legal-switcher {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 30px 0 12px;
  border-top: 1px solid var(--line);
}

.legal-switcher a {
  display: grid;
  gap: 8px;
  min-height: 112px;
  align-content: center;
  padding: 20px;
  border: 1px solid var(--line);
  background: rgba(244, 239, 230, 0.06);
}

.legal-switcher span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-switcher strong {
  color: var(--paper);
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1;
}

.feedback-shell {
  min-height: 100vh;
}

.feedback-header {
  background: rgba(7, 7, 7, 0.74);
}

.feedback-page {
  padding-top: 76px;
}

.feedback-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.58fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: stretch;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--line);
}

.feedback-hero h1 {
  max-width: 980px;
  margin-bottom: 24px;
  font-size: clamp(46px, 6.6vw, 118px);
  line-height: 0.94;
}

.feedback-hero p {
  max-width: 760px;
  color: rgba(244, 239, 230, 0.74);
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.72;
}

.feedback-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.feedback-signal-panel {
  position: relative;
  display: grid;
  min-height: 420px;
  align-content: end;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(135deg, rgba(217, 255, 63, 0.16), transparent 42%),
    repeating-linear-gradient(90deg, rgba(244, 239, 230, 0.08) 0 1px, transparent 1px 26px),
    rgba(244, 239, 230, 0.06);
}

.feedback-signal-panel::before {
  position: absolute;
  inset: 52px 28px auto auto;
  display: grid;
  width: 132px;
  height: 132px;
  place-items: center;
  border: 1px solid var(--black);
  border-radius: 50%;
  color: var(--black);
  background: var(--acid);
  content: "MI";
  font-size: 38px;
  font-weight: 1000;
  animation: rotateLabel 18s linear infinite;
}

.feedback-signal-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent, rgba(7, 7, 7, 0.76)),
    radial-gradient(circle at 78% 20%, rgba(255, 90, 31, 0.22), transparent 16rem);
}

.feedback-signal-top,
.feedback-stat-grid {
  position: relative;
  z-index: 1;
}

.feedback-signal-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  color: rgba(244, 239, 230, 0.78);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feedback-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid var(--line);
  background: var(--line);
}

.feedback-stat-grid article {
  display: grid;
  gap: 8px;
  min-height: 128px;
  align-content: center;
  padding: 18px;
  background: rgba(7, 7, 7, 0.74);
  backdrop-filter: blur(12px);
}

.feedback-stat-grid span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feedback-stat-grid strong {
  color: var(--acid);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.9;
}

.feedback-workbench {
  display: grid;
  grid-template-columns: minmax(320px, 0.62fr) minmax(0, 1fr);
  gap: 18px;
  padding-top: 18px;
}

.feedback-form-panel,
.feedback-board-panel {
  border: 1px solid var(--line);
  background: var(--panel);
}

.feedback-form-panel {
  position: sticky;
  top: 110px;
  align-self: start;
  padding: 28px;
}

.feedback-form-panel h2,
.feedback-board-head h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1;
}

.feedback-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.feedback-form label,
.feedback-toolbar label {
  display: grid;
  gap: 8px;
}

.feedback-form span,
.feedback-toolbar span {
  color: rgba(244, 239, 230, 0.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feedback-form input,
.feedback-form select,
.feedback-form textarea,
.feedback-toolbar input,
.feedback-toolbar select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  color: var(--paper);
  background: rgba(7, 7, 7, 0.52);
  font: inherit;
}

.feedback-form input,
.feedback-form select,
.feedback-toolbar input,
.feedback-toolbar select {
  padding: 0 13px;
}

.feedback-form textarea {
  min-height: 164px;
  padding: 13px;
  resize: vertical;
}

.feedback-form input:focus,
.feedback-form select:focus,
.feedback-form textarea:focus,
.feedback-toolbar input:focus,
.feedback-toolbar select:focus {
  outline: 2px solid rgba(217, 255, 63, 0.42);
  outline-offset: 2px;
}

.feedback-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.feedback-form button {
  min-height: 48px;
  cursor: pointer;
}

.feedback-form .feedback-privacy-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid var(--line);
  background: rgba(244, 239, 230, 0.05);
  cursor: pointer;
}

.feedback-form .feedback-privacy-toggle input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--acid);
}

.feedback-form .feedback-privacy-toggle span {
  color: rgba(244, 239, 230, 0.82);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.feedback-form button:disabled,
.feedback-vote:disabled {
  cursor: default;
  opacity: 0.68;
}

.feedback-form-note,
.feedback-form-status {
  margin: 0;
  color: rgba(244, 239, 230, 0.62);
  font-size: 13px;
  line-height: 1.6;
}

.feedback-form-status[data-tone="success"] {
  color: var(--acid);
}

.feedback-form-status[data-tone="error"] {
  color: #ff8b6a;
}

.has-feedback-dialog body {
  overflow: hidden;
}

.feedback-dialog[hidden] {
  display: none;
}

.feedback-dialog {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
}

.feedback-dialog-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 7, 7, 0.78);
  backdrop-filter: blur(12px);
}

.feedback-dialog-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(135deg, rgba(217, 255, 63, 0.1), transparent 42%),
    rgba(17, 17, 17, 0.96);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
  padding: 34px;
}

.feedback-dialog-panel h2 {
  margin: 0 0 26px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
}

.feedback-dialog-panel .button {
  width: 100%;
  min-height: 48px;
}

.feedback-field-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.feedback-board-panel {
  padding: 28px;
}

.feedback-board-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.feedback-sort {
  display: inline-flex;
  gap: 6px;
  padding: 4px;
  border: 1px solid var(--line);
  background: rgba(7, 7, 7, 0.5);
}

.feedback-sort button {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid transparent;
  color: rgba(244, 239, 230, 0.72);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

.feedback-sort button.is-active {
  background: var(--paper);
  color: var(--black);
}

.feedback-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 180px 180px;
  gap: 10px;
  margin-bottom: 16px;
}

.feedback-list {
  display: grid;
  gap: 12px;
}

.feedback-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--line);
  background:
    linear-gradient(120deg, rgba(244, 239, 230, 0.08), transparent 44%),
    rgba(7, 7, 7, 0.32);
}

.feedback-vote {
  display: grid;
  min-height: 108px;
  place-items: center;
  align-content: center;
  gap: 6px;
  border: 1px solid rgba(217, 255, 63, 0.4);
  color: var(--acid);
  background: rgba(217, 255, 63, 0.08);
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.feedback-vote:hover,
.feedback-vote:focus-visible {
  background: var(--acid);
  color: var(--black);
  transform: translateY(-2px);
}

.feedback-vote span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feedback-vote strong {
  font-size: 34px;
  line-height: 0.9;
}

.feedback-vote.is-voted {
  border-color: var(--line);
  color: rgba(244, 239, 230, 0.68);
  background: rgba(244, 239, 230, 0.08);
}

.feedback-card-copy {
  min-width: 0;
}

.feedback-card-meta,
.feedback-card-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.feedback-card-meta span,
.feedback-card-meta time,
.feedback-card-footer span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 8px;
  border: 1px solid var(--line);
  color: rgba(244, 239, 230, 0.7);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.feedback-card-meta .feedback-status {
  border-color: rgba(217, 255, 63, 0.34);
  color: var(--acid);
}

.feedback-card-meta .feedback-status-progress {
  border-color: rgba(255, 90, 31, 0.48);
  color: #ff9a73;
}

.feedback-card-meta .feedback-status-done {
  border-color: rgba(102, 255, 176, 0.42);
  color: #8fffc4;
}

.feedback-card-meta .feedback-status-closed {
  color: rgba(244, 239, 230, 0.52);
}

.feedback-card h3 {
  margin: 14px 0 10px;
  font-size: clamp(24px, 2.6vw, 38px);
  line-height: 1.04;
}

.feedback-card p {
  margin: 0 0 18px;
  color: rgba(244, 239, 230, 0.76);
  font-size: 16px;
  line-height: 1.74;
  white-space: pre-wrap;
}

.feedback-card-footer {
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.feedback-empty {
  display: grid;
  gap: 10px;
  min-height: 220px;
  align-content: center;
  padding: 28px;
  border: 1px dashed var(--line-strong);
  background: rgba(244, 239, 230, 0.04);
}

.feedback-empty span {
  color: var(--acid);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feedback-empty strong {
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.05;
}

.feedback-empty p {
  max-width: 520px;
  margin: 0;
  color: rgba(244, 239, 230, 0.72);
  line-height: 1.7;
}

.feedback-empty-error span {
  color: #ff8b6a;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}

@keyframes rotateLabel {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
    background: rgba(7, 7, 7, 0.74);
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: space-between;
    overflow-x: auto;
  }

  .lang-toggle {
    grid-column: 2;
    grid-row: 1;
  }

  .hero,
  .section-head,
  .feature-split,
  .design-proof,
  .product-panel,
  .contact-section,
  .feedback-hero,
  .feedback-workbench {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-stage {
    min-height: 720px;
  }

  .reel-frame {
    inset: 8% 5% 22% 0;
  }

  .side-a {
    width: 34%;
  }

  .side-b {
    right: 3%;
    width: 42%;
  }

  .priority-grid,
  .case-grid {
    grid-template-columns: 1fr 1fr;
  }

  .stats-grid,
  .product-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-status {
    width: min(100%, 320px);
  }

  .legal-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feedback-form-panel {
    position: static;
  }

  .feedback-toolbar {
    grid-template-columns: 1fr 1fr;
  }

  .feedback-search {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .section-pad {
    width: min(100% - 28px, var(--max));
    padding: 72px 0;
  }

  .site-header {
    width: min(100% - 28px, var(--max));
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 10px 0 12px;
  }

  .brand-lockup {
    gap: 8px;
  }

  .brand-lockup small {
    display: none;
  }

  .brand-lockup strong {
    font-size: 13px;
  }

  .brand-mark {
    width: 56px;
    height: 36px;
  }

  .site-nav a {
    padding: 0 10px;
    font-size: 12px;
  }

  .lang-toggle {
    min-width: 72px;
    padding: 0 10px;
  }

  h1 {
    font-size: clamp(40px, 13vw, 58px);
    line-height: 0.96;
  }

  html[lang="en"] h1 {
    font-size: clamp(42px, 13vw, 62px);
  }

  h2 {
    font-size: clamp(34px, 12vw, 56px);
  }

  .hero-stage {
    min-height: 610px;
  }

  .hero-reel::before {
    inset: 5% 0 12% 0;
  }

  .hero-reel::after {
    display: none;
  }

  .reel-frame {
    inset: 3% 0 29% 0;
    transform: rotate(-0.8deg);
  }

  .reel-topbar {
    min-height: 36px;
    padding: 0 10px;
    font-size: 9px;
  }

  .reel-caption {
    left: 10px;
    right: 10px;
    bottom: 10px;
    min-height: 46px;
    padding: 0 10px;
    font-size: 9px;
  }

  .reel-caption span {
    display: none;
  }

  .side-a {
    top: auto;
    right: 0;
    bottom: 12%;
    width: 54%;
  }

  .side-b {
    display: none;
  }

  .signal-badge {
    top: 50%;
    right: 1%;
    width: 86px;
    height: 86px;
    font-size: 16px;
  }

  .platform-strip {
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 42px;
    overflow-x: auto;
    font-size: 9px;
  }

  .metric-card {
    min-width: 124px;
    padding: 12px;
  }

  .metric-card-a {
    left: 0;
    bottom: 12%;
  }

  .metric-card-b {
    top: 43%;
    right: auto;
    left: 0;
  }

  .metric-card strong {
    font-size: 28px;
  }

  .priority-grid,
  .stats-grid,
  .service-rack,
  .product-grid,
  .case-grid,
  .legal-meta-grid,
  .legal-switcher {
    grid-template-columns: 1fr;
  }

  .legal-links {
    grid-template-columns: 1fr;
  }

  .feedback-page {
    padding-top: 54px;
  }

  .feedback-hero h1 {
    font-size: clamp(40px, 12.6vw, 62px);
  }

  .feedback-signal-panel {
    min-height: 360px;
  }

  .feedback-signal-panel::before {
    width: 92px;
    height: 92px;
    font-size: 28px;
  }

  .feedback-stat-grid,
  .feedback-form-grid,
  .feedback-toolbar,
  .feedback-card {
    grid-template-columns: 1fr;
  }

  .feedback-board-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .feedback-form-panel,
  .feedback-board-panel {
    padding: 20px;
  }

  .feedback-vote {
    min-height: 82px;
    grid-template-columns: auto auto;
  }

  .priority-card {
    min-height: 380px;
  }

  .feature-card-large img {
    height: 360px;
  }

  .service-chip {
    min-height: 104px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
