:root {
  --bg: #12171d;
  --bg-soft: #1b222a;
  --panel: rgba(255, 255, 255, 0.065);
  --panel-strong: rgba(255, 255, 255, 0.1);
  --line: rgba(255, 255, 255, 0.115);
  --text: #fbfcfd;
  --muted: rgba(251, 252, 253, 0.74);
  --quiet: rgba(251, 252, 253, 0.54);
  --cyan: #5ec8e8;
  --blue: #4877ff;
  --magenta: #b861a8;
  --green: #63c66b;
  --yellow: #e6c84c;
  --orange: #e66a2f;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
  overflow-x: clip;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  color: var(--text);
  font-family: Inter, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  background:
    radial-gradient(circle at 12% 8%, rgba(94, 200, 232, 0.09), transparent 31rem),
    radial-gradient(circle at 88% 14%, rgba(230, 106, 47, 0.075), transparent 28rem),
    radial-gradient(circle at 64% 54%, rgba(184, 97, 168, 0.06), transparent 35rem),
    linear-gradient(180deg, #151b22 0%, #1b222a 48%, #12171d 100%);
}

main {
  width: 100%;
  max-width: 100%;
  overflow: clip;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

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

.page-texture {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    radial-gradient(rgba(255, 255, 255, 0.16) 0.5px, transparent 0.5px);
  background-size: 64px 64px, 64px 64px, 10px 10px;
  mask-image: linear-gradient(180deg, black, rgba(0, 0, 0, 0.72), transparent 92%);
}

.profile-ribbon {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1.2fr 0.9fr 1fr 0.8fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.075);
  background: rgba(255, 255, 255, 0.025);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 20px 54px rgba(0, 0, 0, 0.2);
}

.profile-ribbon span {
  min-height: 3px;
  opacity: 0.58;
  box-shadow: 0 0 18px currentColor;
}

.profile-ribbon span:nth-child(1) { background: linear-gradient(90deg, #1fb9e6, #4877ff); color: #1fb9e6; }
.profile-ribbon span:nth-child(2) { background: linear-gradient(90deg, #4877ff, #b861a8); color: #4877ff; }
.profile-ribbon span:nth-child(3) { background: linear-gradient(90deg, #b861a8, #63c66b); color: #b861a8; }
.profile-ribbon span:nth-child(4) { background: linear-gradient(90deg, #63c66b, #e6c84c); color: #63c66b; }
.profile-ribbon span:nth-child(5) { background: linear-gradient(90deg, #e6c84c, #e66a2f); color: #e6c84c; }
.profile-ribbon span:nth-child(6) { background: linear-gradient(90deg, #e66a2f, #d7372f); color: #e66a2f; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  width: 100%;
  max-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px clamp(22px, 4vw, 56px);
  transition: background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.site-header.is-scrolled {
  border-bottom: 1px solid var(--line);
  background: rgba(21, 27, 34, 0.84);
  backdrop-filter: blur(18px);
}

.brand {
  width: clamp(132px, 14vw, 174px);
  min-width: 132px;
  padding: 2px 0;
}

.brand img {
  width: 100%;
  height: auto;
  filter: saturate(0.96) contrast(1.03) brightness(1.06) drop-shadow(0 12px 26px rgba(0, 0, 0, 0.22));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.4vw, 32px);
  color: rgba(251, 252, 253, 0.62);
  font-size: 0.8rem;
  font-weight: 560;
}

.site-nav a {
  position: relative;
  padding: 6px 0;
  transition: color 180ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(251, 252, 253, 0.74);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.site-nav a:hover {
  color: var(--text);
}

.site-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 6px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: clamp(720px, 62vw, 92svh);
  background:
    radial-gradient(circle at 68% 28%, rgba(255, 255, 255, 0.07), transparent 28rem),
    linear-gradient(135deg, #11161c 0%, var(--bg) 52%, #090c11 100%);
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(190px, 236px);
  gap: clamp(20px, 3vw, 42px);
  align-items: end;
  padding: clamp(96px, 10vh, 128px) clamp(22px, 4.6vw, 64px) clamp(42px, 6vh, 64px);
  overflow: hidden;
}

.hero-ribbon {
  position: absolute;
  left: clamp(20px, 5vw, 72px);
  right: clamp(20px, 5vw, 72px);
  bottom: clamp(18px, 4vh, 34px);
  z-index: 4;
  opacity: 0.48;
}

.hero-visual {
  position: absolute;
  inset: 0;
  z-index: -4;
  transform: scale(1);
  transition: transform 80ms linear;
  will-change: transform;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 50%;
  opacity: 0.95;
  filter: brightness(0.78) saturate(0.95) contrast(1.04);
  animation: slowCamera 34s ease-in-out infinite alternate;
  will-change: transform;
}

.machine-motion,
.volumetric-beam {
  position: absolute;
  pointer-events: none;
  will-change: transform;
}

.depth-shadow {
  inset: 0;
  opacity: 0.34;
  background:
    linear-gradient(90deg, rgba(8, 11, 15, 0.82) 0%, rgba(8, 11, 15, 0.52) 28%, rgba(8, 11, 15, 0.06) 68%, rgba(8, 11, 15, 0.2) 100%),
    linear-gradient(180deg, rgba(8, 11, 15, 0.06), transparent 48%, rgba(8, 11, 15, 0.74)),
    radial-gradient(ellipse at 72% 44%, transparent 0 22%, rgba(0, 0, 0, 0.18) 48%, transparent 72%);
  animation: shadowBreath 15s ease-in-out infinite alternate;
}

.cmyk-reflections {
  inset: 0;
  opacity: 0.18;
  mix-blend-mode: screen;
  transform: translate3d(var(--motion-x, 0), 0, 0);
}

.cmyk-reflections span {
  position: absolute;
  display: block;
  height: 1px;
  width: min(42vw, 620px);
  transform-origin: center;
  mask-image: linear-gradient(90deg, transparent, black 18%, black 68%, transparent);
  animation: colorGlide 16s ease-in-out infinite;
}

.cmyk-reflections span:nth-child(1) {
  right: 6%;
  top: 36%;
  background: linear-gradient(90deg, transparent, rgba(94, 200, 232, 0.6), transparent);
}

.cmyk-reflections span:nth-child(2) {
  right: 12%;
  top: 58%;
  background: linear-gradient(90deg, transparent, rgba(184, 97, 168, 0.42), transparent);
  animation-delay: -6s;
}

.cmyk-reflections span:nth-child(3) {
  right: 2%;
  top: 68%;
  background: linear-gradient(90deg, transparent, rgba(230, 200, 76, 0.38), transparent);
  animation-delay: -10s;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero::before {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(18, 23, 29, 0.96) 0%, rgba(18, 23, 29, 0.82) 42%, rgba(18, 23, 29, 0.3) 76%, rgba(18, 23, 29, 0.62) 100%),
    linear-gradient(180deg, rgba(18, 23, 29, 0.08), rgba(18, 23, 29, 0.9));
}

.hero::after {
  z-index: -2;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, transparent, rgba(94, 200, 232, 0.26), transparent) 0 22% / 100% 1px no-repeat,
    linear-gradient(90deg, transparent, rgba(230, 200, 76, 0.16), transparent) 0 78% / 100% 1px no-repeat,
    radial-gradient(circle at 18% 62%, rgba(72, 119, 255, 0.13), transparent 20rem),
    radial-gradient(circle at 82% 46%, rgba(99, 198, 107, 0.09), transparent 22rem);
  opacity: 0.36;
}

.hero-light {
  position: absolute;
  inset: -18%;
  background: linear-gradient(112deg, transparent 34%, rgba(255, 255, 255, 0.16) 47%, transparent 58%);
  opacity: 0.11;
  animation: lightMove 18s ease-in-out infinite;
  will-change: transform;
}

.volumetric-beam {
  width: 46vw;
  height: 18vh;
  right: -9vw;
  top: 16vh;
  opacity: 0.08;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(94, 200, 232, 0.22), rgba(255, 255, 255, 0.1), transparent);
  filter: blur(10px);
  transform: rotate(-16deg);
  animation: beamFloat 18s ease-in-out infinite alternate;
}

.beam-b {
  right: 8vw;
  top: 58vh;
  opacity: 0.11;
  background: linear-gradient(90deg, transparent, rgba(230, 200, 76, 0.16), rgba(184, 97, 168, 0.12), transparent);
  animation-duration: 24s;
  animation-direction: alternate-reverse;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 560px;
}

.kicker {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 30px;
  font-size: clamp(3.35rem, 7vw, 7.2rem);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.hero h1 {
  max-width: 560px;
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 4.4vw, 4.85rem);
  line-height: 0.96;
}

.hero .hero-copy {
  max-width: 520px;
  font-size: clamp(0.92rem, 1vw, 1.04rem);
  line-height: 1.56;
}

h2 {
  max-width: 880px;
  margin-bottom: 28px;
  font-size: clamp(2.25rem, 4.7vw, 5.2rem);
  font-weight: 740;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.18rem, 1.7vw, 1.55rem);
  letter-spacing: -0.02em;
}

.hero-copy,
.section-head p,
.quality-copy p,
.machine-band-content p,
.contact-copy p {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.25vw, 1.18rem);
  line-height: 1.68;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--line);
  padding: 0 18px;
  font-size: 0.9rem;
  color: var(--text);
  font-weight: 800;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  transform: translateX(-110%);
  transition: transform 520ms ease;
}

.button:hover {
  border-color: rgba(251, 252, 253, 0.28);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

.button:hover::before {
  transform: translateX(110%);
}

.button.primary {
  background:
    linear-gradient(90deg, rgba(94, 200, 232, 0.14), rgba(184, 97, 168, 0.1), rgba(230, 200, 76, 0.1)),
    rgba(255, 255, 255, 0.055);
}

.button.secondary {
  color: var(--muted);
}

.hero-panel {
  position: relative;
  z-index: 3;
  align-self: end;
  border: 1px solid var(--line);
  padding: clamp(14px, 1.7vw, 18px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.032)),
    rgba(27, 34, 42, 0.54);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transform: translate(10px, 10px);
  opacity: 0.18;
}

.hero-panel::before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--magenta), var(--yellow), var(--orange));
  opacity: 0.34;
}

.hero-panel img {
  width: 100%;
  max-width: 170px;
  height: auto;
  margin-bottom: 10px;
  filter: saturate(0.98) contrast(1.03) brightness(1.08) drop-shadow(0 18px 34px rgba(0, 0, 0, 0.28));
}

.hero-panel span,
.hero-panel strong {
  display: block;
}

.hero-panel span {
  color: var(--quiet);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-panel strong {
  margin-top: 5px;
  font-size: 0.78rem;
  color: var(--muted);
}

.proof-bar {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028)),
    rgba(27, 34, 42, 0.44);
  backdrop-filter: blur(18px);
}

.section-ribbon {
  position: relative;
  z-index: 3;
  width: min(var(--max), calc(100% - 40px));
  margin: 28px auto 0;
}

.proof-bar span {
  padding: 16px 18px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 760;
  line-height: 1.35;
  border-right: 1px solid var(--line);
}

.proof-bar span:last-child {
  border-right: 0;
}

.section {
  position: relative;
  z-index: 3;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(104px, 13vw, 176px) 0;
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

.section-head {
  margin-bottom: clamp(44px, 6vw, 82px);
}

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

.service-card,
.quality-list div,
.process-grid li,
.contact-form {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.032)),
    rgba(255, 255, 255, 0.038);
  backdrop-filter: blur(18px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 62px rgba(0, 0, 0, 0.12);
}

.service-card {
  position: relative;
  min-height: 330px;
  padding: 32px;
  transition: transform 240ms ease, border-color 240ms ease, background 240ms ease, box-shadow 240ms ease;
}

.service-card::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--magenta), var(--green), var(--yellow), var(--orange));
  opacity: 0.28;
  transform: scaleX(0.32);
  transform-origin: left;
  transition: opacity 200ms ease, transform 200ms ease;
}

.service-card:hover {
  border-color: rgba(251, 252, 253, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.042)),
    rgba(255, 255, 255, 0.05);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.17);
  transform: translateY(-4px);
}

.service-card:hover::after {
  opacity: 0.48;
  transform: scaleX(1);
}

.service-card span {
  display: inline-block;
  margin-bottom: 84px;
  color: var(--quiet);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.service-card p,
.quality-list span,
.process-grid p,
.process-grid small {
  color: var(--muted);
}

.detail-panel {
  position: relative;
  margin-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--muted);
}

.detail-panel summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 46px;
  cursor: pointer;
  color: rgba(251, 252, 253, 0.78);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  list-style: none;
}

.detail-panel summary::-webkit-details-marker {
  display: none;
}

.detail-panel summary::after {
  content: "+";
  color: var(--cyan);
  font-size: 1rem;
  font-weight: 700;
  transition: transform 220ms ease, color 220ms ease;
}

.detail-panel[open] summary::after {
  color: var(--yellow);
  transform: rotate(45deg);
}

.detail-panel div {
  padding: 0 0 18px;
}

.detail-panel p {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.58;
}

.detail-panel ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-panel li {
  position: relative;
  padding-left: 16px;
  color: var(--quiet);
  font-size: 0.82rem;
  line-height: 1.45;
}

.detail-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), var(--magenta), var(--yellow));
}

.quality {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.82fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: start;
}

.quality-copy {
  position: relative;
  top: auto;
}

.quality-copy .quality-visual {
  margin-top: clamp(34px, 5vw, 58px);
}

.quality-visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    radial-gradient(circle at 34% 22%, rgba(218, 190, 122, 0.14), transparent 26rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    var(--surface);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.quality-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 22, 28, 0.52), transparent 22%, transparent 62%, rgba(17, 22, 28, 0.62)),
    linear-gradient(180deg, rgba(17, 22, 28, 0.18), transparent 28%, rgba(17, 22, 28, 0.78)),
    radial-gradient(ellipse at center, transparent 42%, rgba(17, 22, 28, 0.58) 100%);
  pointer-events: none;
}

.quality-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.32 / 1;
  object-fit: cover;
  object-position: center 44%;
  filter: saturate(0.78) contrast(1.04) brightness(0.82);
  transform: scale(1.012);
}

.quality-visual figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  color: rgba(251, 252, 253, 0.72);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.quality-list {
  display: grid;
  gap: 14px;
}

.quality-list div {
  padding: 26px;
}

.quality-list strong,
.quality-list span {
  display: block;
}

.quality-list strong {
  margin-bottom: 8px;
}

.machine-band {
  position: relative;
  z-index: 3;
  min-height: 84vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  content-visibility: auto;
  contain-intrinsic-size: 860px;
}

.machine-band-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(17, 22, 28, 0.94) 0%, rgba(17, 22, 28, 0.7) 34%, rgba(17, 22, 28, 0.14) 66%, rgba(17, 22, 28, 0.48) 100%),
    linear-gradient(180deg, rgba(17, 22, 28, 0.08), rgba(17, 22, 28, 0.78)),
    radial-gradient(circle at 76% 28%, rgba(94, 200, 232, 0.2), transparent 20rem),
    radial-gradient(circle at 68% 64%, rgba(230, 200, 76, 0.13), transparent 22rem),
    url("assets/hero-offset-press-dark.jpg");
  background-position: center right;
  background-size: cover;
  filter: saturate(0.82) brightness(0.96) contrast(1.04);
}

.machine-band-content {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(108px, 13vw, 176px) 0;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
  border: 0;
}

.process-grid li {
  min-height: 226px;
  padding: 28px;
}

.process-grid span {
  display: block;
  margin-bottom: 58px;
  color: var(--quiet);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.process-grid strong {
  display: block;
  margin-bottom: 8px;
}

.statement {
  position: relative;
  z-index: 3;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(102px, 12vw, 168px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.78fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
  content-visibility: auto;
  contain-intrinsic-size: 720px;
}

.statement-ribbon {
  width: min(420px, 100%);
  margin-bottom: clamp(28px, 5vw, 54px);
}

.statement p {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.statement h2 {
  max-width: 1080px;
}

.print-fan {
  position: relative;
  min-height: clamp(320px, 34vw, 460px);
  isolation: isolate;
  display: grid;
  align-items: center;
}

.print-fan::before {
  content: "";
  position: absolute;
  left: 6%;
  right: -2%;
  bottom: 0;
  height: 38%;
  z-index: -1;
  border-radius: 50%;
  background:
    radial-gradient(ellipse, rgba(0, 0, 0, 0.42), transparent 68%),
    radial-gradient(ellipse at 62% 34%, rgba(94, 200, 232, 0.16), transparent 62%);
  filter: blur(10px);
}

.print-fan img {
  width: min(540px, 104%);
  max-width: none;
  justify-self: center;
  filter:
    saturate(0.98)
    contrast(1.02)
    drop-shadow(0 34px 64px rgba(0, 0, 0, 0.3))
    drop-shadow(0 0 36px rgba(94, 200, 232, 0.09));
}

.contact {
  position: relative;
  z-index: 3;
  isolation: isolate;
  overflow: clip;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.86fr);
  gap: clamp(48px, 7vw, 104px);
  padding-top: clamp(96px, 12vw, 156px);
  padding-bottom: clamp(96px, 12vw, 156px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

@media (min-width: 1500px) {
  :root {
    --max: 1320px;
  }

  .contact {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.82fr);
  }
}

@media (min-width: 1800px) {
  :root {
    --max: 1460px;
  }
}

.contact-visual {
  position: absolute;
  top: -10%;
  bottom: -8%;
  left: 50%;
  width: 100vw;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(17, 22, 28, 0.98) 0%, rgba(17, 22, 28, 0.9) 42%, rgba(17, 22, 28, 0.78) 100%),
    linear-gradient(180deg, var(--bg), rgba(17, 22, 28, 0.78) 34%, rgba(17, 22, 28, 0.96) 100%),
    radial-gradient(circle at 76% 22%, rgba(94, 200, 232, 0.12), transparent 22rem),
    url("assets/contact-print-control.jpg");
  background-position: center 58%;
  background-size: cover;
  filter: brightness(0.48);
  opacity: 0.3;
  transform: translateX(-50%) scale(1.04);
}

.contact-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--bg), transparent 18%, transparent 82%, var(--bg)),
    linear-gradient(180deg, var(--bg), transparent 24%, transparent 66%, var(--bg)),
    linear-gradient(90deg, transparent, rgba(94, 200, 232, 0.055), rgba(230, 46, 132, 0.05), rgba(242, 217, 76, 0.04), transparent),
    radial-gradient(circle at 14% 80%, rgba(255, 255, 255, 0.045), transparent 26rem);
  mix-blend-mode: screen;
  opacity: 0.56;
}

.contact-copy,
.contact-form {
  position: relative;
  z-index: 2;
}

.contact-machine {
  position: absolute;
  z-index: 0;
  grid-column: 1 / -1;
  right: 50%;
  bottom: clamp(28px, 5vw, 66px);
  width: min(1600px, calc(100vw - 24px));
  min-height: clamp(360px, 42vw, 590px);
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: var(--bg);
  box-shadow:
    0 54px 130px rgba(0, 0, 0, 0.24),
    0 0 90px rgba(94, 200, 232, 0.055);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 12%, #000 78%, transparent 100%);
  mask-composite: intersect;
  pointer-events: none;
  opacity: 0.58;
  transform: translateX(50%);
}

.contact-machine::before,
.contact-machine::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.contact-machine::before {
  background:
    linear-gradient(90deg, var(--bg) 0%, rgba(17, 22, 28, 0.86) 11%, rgba(17, 22, 28, 0.34) 44%, rgba(17, 22, 28, 0.42) 72%, var(--bg) 100%),
    linear-gradient(180deg, var(--bg) 0%, rgba(17, 22, 28, 0.2) 20%, rgba(17, 22, 28, 0.22) 56%, var(--bg) 100%),
    radial-gradient(ellipse at 52% 42%, transparent 0 34%, rgba(17, 22, 28, 0.44) 84%);
}

.contact-machine::after {
  background:
    linear-gradient(90deg, transparent 20%, rgba(94, 200, 232, 0.06), rgba(230, 46, 132, 0.052), rgba(242, 217, 76, 0.046), transparent 80%),
    radial-gradient(circle at 28% 50%, rgba(255, 255, 255, 0.08), transparent 18rem),
    radial-gradient(circle at 74% 24%, rgba(255, 255, 255, 0.11), transparent 22rem);
  mix-blend-mode: screen;
  opacity: 0.46;
}

.contact-machine img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center 55%;
  filter: brightness(0.78);
  transform: scale(1.018);
}

.contact-links {
  display: grid;
  gap: 12px;
  margin-top: 30px;
  color: var(--muted);
  font-weight: 800;
}

.contact-assist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.contact-assist span {
  position: relative;
  display: grid;
  gap: 7px;
  min-height: 106px;
  padding: 18px 18px 17px;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.095);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.026)),
    rgba(12, 16, 21, 0.34);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
  overflow: hidden;
}

.contact-assist span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: linear-gradient(180deg, var(--cyan), var(--magenta), var(--yellow));
  opacity: 0.62;
}

.contact-assist strong,
.contact-assist em {
  display: block;
  font-style: normal;
}

.contact-assist strong {
  color: var(--text);
  max-width: 100%;
  font-size: 0.78rem;
  line-height: 1.1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
}

.contact-assist em {
  color: var(--quiet);
  font-size: clamp(0.82rem, 0.9vw, 0.88rem);
  line-height: 1.42;
  font-weight: 650;
  max-width: 18ch;
}

.contact-people {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.contact-people article {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 16px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
}

.contact-people img {
  width: 68px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 32%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.26),
    0 0 28px rgba(94, 200, 232, 0.08);
  filter: saturate(0.92) contrast(1.02) brightness(0.94);
}

.contact-people strong,
.contact-people span {
  display: block;
}

.contact-people strong {
  margin-bottom: 6px;
  color: var(--text);
}

.contact-people span {
  color: var(--quiet);
  font-size: 0.8rem;
  line-height: 1.4;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 36px);
  backdrop-filter: blur(16px);
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 14px 15px;
  background: rgba(21, 27, 34, 0.7);
  color: var(--text);
}

textarea {
  resize: vertical;
}

.privacy-check {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 12px;
  color: var(--muted);
  line-height: 1.5;
}

.privacy-check input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--cyan);
}

.privacy-check a {
  color: var(--text);
  border-bottom: 1px solid rgba(94, 200, 232, 0.34);
}

.form-note {
  margin: 0;
  color: var(--quiet);
  font-size: 0.78rem;
  line-height: 1.5;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(94, 200, 232, 0.24);
  outline-offset: 2px;
}

.footer {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 26px clamp(20px, 4vw, 56px);
  color: var(--quiet);
  font-size: 0.9rem;
}

.footer img {
  width: 176px;
  filter: saturate(0.96) brightness(1.06) drop-shadow(0 10px 22px rgba(0, 0, 0, 0.22));
}

.footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.footer-links a {
  color: var(--muted);
  transition: color 180ms ease;
}

.footer-links a:hover {
  color: var(--text);
}

.legal-page {
  position: relative;
  z-index: 3;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(132px, 16vh, 176px) 0 clamp(86px, 11vw, 142px);
}

.legal-hero {
  max-width: 880px;
  margin-bottom: clamp(48px, 7vw, 92px);
}

.legal-hero h1 {
  margin-bottom: 24px;
}

.legal-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.25vw, 1.18rem);
  line-height: 1.68;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(180px, 250px) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
}

.legal-toc {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.026)),
    rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
}

.legal-toc a {
  padding: 10px 0;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  transition: color 180ms ease, padding 180ms ease;
}

.legal-toc a:hover {
  color: var(--text);
  padding-left: 4px;
}

.legal-toc a:last-child {
  border-bottom: 0;
}

.legal-content {
  display: grid;
  gap: 18px;
}

.legal-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 42px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 70px rgba(0, 0, 0, 0.14);
}

.legal-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--magenta), var(--yellow), var(--orange));
  opacity: 0.34;
}

.legal-card > span {
  display: block;
  margin-bottom: 24px;
  color: var(--quiet);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.legal-card h2 {
  margin-bottom: 18px;
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: -0.025em;
}

.legal-card p,
.legal-card address {
  color: var(--muted);
  font-style: normal;
  line-height: 1.72;
}

.legal-card p:last-child,
.legal-card address:last-child {
  margin-bottom: 0;
}

.legal-card a {
  color: var(--text);
  border-bottom: 1px solid rgba(94, 200, 232, 0.34);
}

.legal-button {
  display: inline-flex;
  margin: 10px 10px 0 0;
  border-bottom: 0 !important;
}

.agb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 22px;
}

.agb-file-note {
  display: grid;
  gap: 5px;
  margin: 0 0 22px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.026)),
    rgba(255, 255, 255, 0.035);
}

.agb-file-note strong,
.agb-file-note span {
  display: block;
}

.agb-file-note strong {
  color: var(--text);
}

.agb-file-note span {
  color: var(--quiet);
}

.legal-detail {
  margin-top: 12px;
}

.legal-list {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.legal-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.55;
}

.legal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), var(--magenta), var(--yellow));
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 720ms ease, transform 720ms ease;
}

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

@keyframes slowCamera {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.065) translate3d(-1.2%, -0.6%, 0);
  }
}

@keyframes lightMove {
  0%,
  36% {
    transform: translateX(-42%);
  }
  80%,
  100% {
    transform: translateX(42%);
  }
}

@keyframes shadowBreath {
  from {
    transform: translate3d(-0.4%, 0, 0) scale(1);
    opacity: 0.42;
  }
  to {
    transform: translate3d(0.8%, -0.3%, 0) scale(1.015);
    opacity: 0.62;
  }
}

@keyframes colorGlide {
  0%,
  34% {
    transform: translate3d(-8%, 0, 0) rotate(-2deg);
    opacity: 0.18;
  }
  58% {
    opacity: 0.68;
  }
  100% {
    transform: translate3d(10%, 0, 0) rotate(-2deg);
    opacity: 0.22;
  }
}

@keyframes beamFloat {
  from {
    transform: translate3d(-1.5%, 0, 0) rotate(-16deg);
    opacity: 0.11;
  }
  to {
    transform: translate3d(2.5%, 1.2%, 0) rotate(-16deg);
    opacity: 0.2;
  }
}

@media (max-width: 1060px) {
  .hero,
  .quality,
  .contact,
  .statement {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    max-width: 320px;
  }

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

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

  .proof-bar,
  .machine-specs,
  .contact-assist,
  .contact-people,
  .legal-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-toc {
    position: relative;
    top: auto;
  }

  .quality-copy {
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 10px 16px;
  }

  .brand {
    width: 116px;
    min-width: 116px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 56px 12px auto;
    display: grid;
    gap: 0;
    border: 1px solid var(--line);
    background: rgba(21, 27, 34, 0.94);
    padding: 14px 18px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    backdrop-filter: blur(18px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 14px 0;
  }

  .hero {
    min-height: clamp(620px, 132vw, 760px);
    padding: 92px 20px 46px;
  }

  .hero-visual img {
    object-position: 50% center;
  }

  .cmyk-reflections {
    display: none;
  }

  .volumetric-beam {
    display: none;
  }

  .hero-light,
  .depth-shadow {
    animation: none;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(18, 23, 29, 0.95), rgba(18, 23, 29, 0.6)),
      linear-gradient(180deg, rgba(18, 23, 29, 0.18), rgba(18, 23, 29, 0.92));
  }

  h1 {
    font-size: clamp(2.45rem, 11.8vw, 4.05rem);
    letter-spacing: -0.046em;
    line-height: 0.98;
  }

  h2 {
    font-size: clamp(2rem, 9.6vw, 3.35rem);
    line-height: 1.02;
  }

  .hero-actions,
  .footer {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .button {
    width: 100%;
  }

  .hero-panel {
    max-width: none;
    padding: 18px;
  }

  .hero-panel img {
    max-width: 210px;
  }

  .print-fan {
    min-height: 260px;
    margin-top: 0;
  }

  .print-fan img {
    width: min(420px, 106%);
  }

  .proof-bar,
  .service-grid,
  .process-grid,
  .machine-specs,
  .contact-assist,
  .contact-people,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .proof-bar span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-bar span:last-child {
    border-bottom: 0;
  }

  .service-card,
  .process-grid li {
    min-height: auto;
  }

  .service-card span,
  .process-grid span {
    margin-bottom: 34px;
  }

  .section {
    padding: 82px 0;
  }

  .legal-page {
    padding-top: 104px;
  }

  .quality-visual figcaption {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 14px 16px;
    background: rgba(18, 23, 29, 0.78);
  }

  .contact-visual,
  .contact-machine {
    opacity: 0.22;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }

  .machine-motion,
  .volumetric-beam,
  .hero-light {
    animation: none !important;
  }
}
