:root {
  --ink: #eef6e8;
  --muted: #bac9b2;
  --paper: #0f241d;
  --paper-deep: #17362b;
  --signal: #d9a16f;
  --lime: #a9c58e;
  --blueprint: #0b1c16;
  --card: rgba(24, 52, 42, 0.76);
  --line: rgba(238, 246, 232, 0.14);
  --shadow: 0 24px 70px rgba(3, 14, 10, 0.34);
  --radius-xl: 32px;
  --radius-md: 20px;
  --font-brand: "Enchants", "Archivo", "Franklin Gothic Medium", "Trebuchet MS", sans-serif;
  --font-display: "Archivo", "Franklin Gothic Medium", "Trebuchet MS", sans-serif;
  --font-body: "Space Grotesk", "Avenir Next", "Gill Sans", sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  background:
    radial-gradient(circle at 18% 16%, rgba(217, 161, 111, 0.14), transparent 28%),
    radial-gradient(circle at 86% 10%, rgba(169, 197, 142, 0.16), transparent 24%),
    linear-gradient(135deg, #0b1c16 0%, #123026 48%, #0f241d 100%);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background-image:
    linear-gradient(rgba(238, 246, 232, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(238, 246, 232, 0.045) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

body::after {
  position: fixed;
  inset: auto -16vw -22vw auto;
  z-index: -1;
  width: 46vw;
  min-width: 360px;
  aspect-ratio: 1;
  content: "";
  background: #d9a16f;
  border-radius: 44% 56% 49% 51%;
  opacity: 0.09;
}

body.has-lightbox,
body.has-gallery-modal {
  overflow: hidden;
}

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

img,
svg {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 12px;
  background: rgba(18, 42, 34, 0.74);
  border: 1px solid var(--line);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 36px rgba(3, 14, 10, 0.24);
}

.brand {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  padding: 5px 10px 5px 6px;
  font-family: var(--font-brand);
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: #dbe8c8;
  border-radius: 50%;
}

.brand-star {
  display: block;
  width: 23px;
  height: 23px;
  background: #153226;
  clip-path: polygon(50% 0, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0 50%, 39% 39%);
  transform-origin: center;
  will-change: transform;
}

.nav-links {
  display: flex;
  gap: 8px;
  align-items: center;
}

.nav-links a {
  padding: 10px 14px;
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 700;
  border-radius: 999px;
  transition: color 180ms ease, background 180ms ease;
}

.nav-links a:hover {
  color: var(--ink);
  background: rgba(238, 246, 232, 0.08);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  font-weight: 800;
  border-radius: 999px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-cta {
  color: #10241d;
  background: #dbe8c8;
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(330px, 0.82fr);
  gap: 52px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100vh - 96px);
  margin: 0 auto;
  padding: 80px 0 64px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--signal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: var(--font-display);
  letter-spacing: -0.045em;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(4rem, 11vw, 8.6rem);
  line-height: 0.82;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 5vw, 5.2rem);
  line-height: 0.92;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.4rem;
}

.hero-text {
  max-width: 660px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.27rem);
  line-height: 1.65;
}

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

.button.primary {
  color: #f5efe2;
  background: linear-gradient(135deg, #9a704d, #76583e);
  box-shadow: 0 18px 34px rgba(8, 20, 15, 0.24);
}

.button.whatsapp {
  color: #f5efe2;
  background: linear-gradient(135deg, #5f7f57, #456c4d);
  box-shadow: 0 18px 34px rgba(8, 20, 15, 0.22);
}

.button.secondary {
  color: var(--ink);
  background: rgba(238, 246, 232, 0.09);
  border: 1px solid var(--line);
}

.hero-visual {
  position: relative;
}

.print-card {
  position: relative;
  min-height: 560px;
  padding: 28px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(12, 31, 24, 0.94), rgba(25, 61, 48, 0.78)),
    radial-gradient(circle at 70% 20%, rgba(217, 161, 111, 0.22), transparent 34%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.print-card::before {
  position: absolute;
  inset: 25px;
  content: "";
  border: 1px dashed rgba(238, 246, 232, 0.24);
  border-radius: 24px;
}

.print-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  opacity: 0.16;
}

.print-grid span {
  border-right: 1px solid #eef6e8;
  border-bottom: 1px solid #eef6e8;
}

.printer-head {
  position: absolute;
  top: 78px;
  left: 50%;
  width: 154px;
  height: 72px;
  background: #e8efd9;
  border: 8px solid #0c1f18;
  border-radius: 18px;
  transform: translate3d(-50%, 0, 0);
  transform-origin: center;
  animation: printCycle 6.8s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  will-change: transform;
}

.printer-head::before {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 4px;
  height: 40px;
  content: "";
  background: var(--lime);
  transform: translateX(-50%);
}

.printer-head span {
  position: absolute;
  right: 38px;
  bottom: -34px;
  width: 28px;
  height: 36px;
  background: var(--signal);
  border: 6px solid #0c1f18;
  border-radius: 0 0 12px 12px;
  animation: nozzlePulse 6.8s ease-in-out infinite;
}

.printer-head span::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 5px;
  height: 116px;
  content: "";
  background: linear-gradient(to bottom, rgba(217, 161, 111, 0.88), rgba(217, 161, 111, 0));
  border-radius: 999px;
  filter: drop-shadow(0 0 10px rgba(217, 161, 111, 0.72));
  opacity: 0;
  transform: translateX(-50%) scaleY(0.2);
  transform-origin: top;
  animation: filamentDrop 6.8s ease-in-out infinite;
}

.printed-object {
  position: absolute;
  right: 48px;
  bottom: 58px;
  left: 48px;
  height: 265px;
  transform: perspective(680px) rotateX(58deg) rotateZ(-9deg);
  transform-style: preserve-3d;
}

.printed-object::before {
  position: absolute;
  right: 10%;
  bottom: -22px;
  left: 10%;
  height: 38px;
  content: "";
  background: rgba(3, 14, 10, 0.38);
  border-radius: 50%;
  filter: blur(14px);
  transform: translateZ(-36px);
}

.layer {
  position: absolute;
  right: 14%;
  left: 14%;
  height: 82px;
  border: 7px solid #0c1f18;
  border-radius: 999px;
  box-shadow: 0 20px 0 rgba(3, 14, 10, 0.22);
  opacity: 0.72;
  transform: scaleX(0.88) translateY(10px);
  transform-origin: center bottom;
  animation: layerBuild 6.8s cubic-bezier(0.2, 0.8, 0.2, 1) infinite;
  will-change: transform, opacity, filter;
}

.layer-one {
  bottom: 0;
  background: var(--signal);
  animation-delay: 0s;
}

.layer-two {
  bottom: 66px;
  background: var(--lime);
  animation-delay: 0.28s;
}

.layer-three {
  bottom: 132px;
  background: #e8efd9;
  animation-delay: 0.56s;
}

.spec-panel {
  position: absolute;
  right: 28px;
  bottom: 28px;
  max-width: 220px;
  padding: 17px;
  color: var(--ink);
  background: rgba(238, 246, 232, 0.1);
  border: 1px solid rgba(238, 246, 232, 0.18);
  border-radius: 18px;
  backdrop-filter: blur(10px);
}

.spec-panel p {
  margin-bottom: 5px;
  color: rgba(238, 246, 232, 0.7);
}

.spec-panel strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.18rem;
}

.review-marquee {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 24px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: -18px auto 44px;
  padding: 18px;
  overflow: hidden;
  background: rgba(18, 42, 34, 0.7);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 16px 42px rgba(3, 14, 10, 0.22);
}

.review-marquee-header {
  display: grid;
  gap: 6px;
  padding-left: 10px;
}

.review-marquee-header span {
  color: var(--signal);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.review-marquee-header strong {
  max-width: 370px;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.review-window {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.review-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: reviewLoop 36s linear infinite;
}

.review-track:hover {
  animation-play-state: paused;
}

.review-pill {
  flex: 0 0 min(390px, 82vw);
  min-height: 156px;
  padding: 20px;
  background: rgba(238, 246, 232, 0.08);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.review-pill p {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.5;
}

.review-person {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.review-dot {
  width: 13px;
  height: 13px;
  background: var(--lime);
  border: 3px solid #10241d;
  border-radius: 50%;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 76px 0;
}

.split {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 46px;
  align-items: start;
}

.section-heading {
  position: sticky;
  top: 118px;
}

.process .section-heading {
  position: static;
}

.section-heading.center {
  position: static;
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading p:not(.eyebrow),
.products .section-heading p,
.cta-card p {
  color: var(--muted);
  line-height: 1.7;
}

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

.service-card,
.product-card,
.step {
  padding: 24px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 34px rgba(3, 14, 10, 0.2);
}

.service-card {
  min-height: 260px;
}

.card-number,
.tag {
  display: inline-flex;
  margin-bottom: 42px;
  color: var(--signal);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-card p,
.product-card p,
.step p {
  color: var(--muted);
  line-height: 1.65;
}

.gallery-section {
  padding-top: 88px;
}

.gallery-intro {
  display: grid;
  grid-template-columns: 1fr 0.76fr;
  gap: 38px;
  align-items: end;
  margin-bottom: 26px;
}

.gallery-intro p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
}

.gallery-toggle {
  margin-top: 18px;
}

.gallery-preview,
.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.gallery-preview {
  align-items: stretch;
  margin-bottom: 18px;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  padding: 24px;
  place-items: center;
  background: rgba(3, 14, 10, 0.68);
  backdrop-filter: blur(16px);
}

.gallery-modal-card {
  width: min(1480px, 100%);
  max-height: 86vh;
  padding: 18px;
  overflow: auto;
  background: rgba(18, 42, 34, 0.86);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 14px 38px rgba(3, 14, 10, 0.26);
}

.gallery-panel-top {
  display: flex;
  gap: 18px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 18px;
}

.gallery-modal-close {
  display: grid;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #10241d;
  font-size: 1.9rem;
  line-height: 1;
  cursor: pointer;
  background: #dbe8c8;
  border: 0;
  border-radius: 50%;
}

.gallery-panel-top h3 {
  margin-bottom: 0;
}

.gallery-panel-top p {
  max-width: 390px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}

.gallery-item {
  position: relative;
  flex: 1 1 240px;
  height: clamp(190px, 18vw, 270px);
  min-width: min(100%, 210px);
  padding: 0;
  overflow: hidden;
  cursor: zoom-in;
  background: var(--paper-deep);
  border: 0;
  border-radius: 24px;
  box-shadow: 0 14px 38px rgba(3, 14, 10, 0.26);
}

.gallery-preview .gallery-item {
  flex-basis: 280px;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.gallery-item:hover img {
  filter: saturate(1.08);
  transform: scale(1.04);
}

.gallery-caption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 12px;
  color: var(--ink);
  text-align: left;
  background: rgba(5, 18, 13, 0.72);
  border: 1px solid rgba(238, 246, 232, 0.18);
  border-radius: 16px;
  backdrop-filter: blur(10px);
}

.gallery-caption strong,
.gallery-caption span {
  display: block;
}

.gallery-caption span {
  margin-top: 3px;
  color: rgba(238, 246, 232, 0.72);
  font-size: 0.84rem;
  font-weight: 700;
}

.products {
  padding-top: 86px;
}

.product-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
}

.product-card {
  min-height: 360px;
}

.product-card.featured {
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 18%, rgba(217, 161, 111, 0.18), transparent 28%),
    var(--blueprint);
}

.product-card.featured p,
.product-card.featured li {
  color: rgba(238, 246, 232, 0.74);
}

.product-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.product-card li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  font-weight: 700;
}

.product-card li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--lime);
  border-radius: 50%;
  transform: translateY(-50%);
}

.text-link {
  color: #e8efd9;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--signal);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.text-link:hover {
  color: var(--signal);
  text-decoration-color: #e8efd9;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.step span {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 44px;
  place-items: center;
  color: #10241d;
  font-family: var(--font-display);
  font-weight: 800;
  background: #dbe8c8;
  border-radius: 50%;
}

.quick-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 14px;
  align-items: center;
  max-width: 860px;
  margin: 0 auto;
  padding: 16px;
  background: rgba(18, 42, 34, 0.66);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 14px 36px rgba(3, 14, 10, 0.2);
}

.quick-flow div {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 16px;
  background: rgba(238, 246, 232, 0.08);
  border: 1px solid rgba(238, 246, 232, 0.1);
  border-radius: 999px;
}

.quick-flow div span {
  display: grid;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #10241d;
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 800;
  background: #dbe8c8;
  border-radius: 50%;
}

.quick-flow strong {
  font-size: 1rem;
  white-space: nowrap;
}

.flow-arrow {
  color: var(--signal);
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 800;
}

.model-links {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 28px;
  align-items: center;
  padding-top: 10px;
}

.model-links-copy p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.7;
}

.platform-grid {
  display: grid;
  gap: 12px;
}

.platform-card {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 70px;
  padding: 14px 18px;
  background: rgba(238, 246, 232, 0.08);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(3, 14, 10, 0.18);
  transition: transform 180ms ease, background 180ms ease;
}

.platform-card:hover {
  background: rgba(238, 246, 232, 0.12);
  transform: translateY(-2px);
}

.platform-card img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  background: rgba(238, 246, 232, 0.9);
  border-radius: 9px;
}

.platform-card span {
  font-family: var(--font-display);
  font-size: 1.16rem;
  font-weight: 800;
}

.platform-card em {
  margin-left: auto;
  padding: 7px 10px;
  color: #10241d;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--signal);
  border-radius: 999px;
}

.cta-section {
  padding-bottom: 30px;
}

.cta-card {
  position: relative;
  padding: clamp(34px, 7vw, 78px);
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 13% 16%, rgba(217, 161, 111, 0.18), transparent 24%),
    radial-gradient(circle at 88% 8%, rgba(169, 197, 142, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(21, 50, 39, 0.92), rgba(12, 31, 24, 0.94));
  border: 1px solid var(--line);
  border-radius: 40px;
  box-shadow: var(--shadow);
}

.cta-card::after {
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 310px;
  height: 310px;
  content: "";
  border: 36px solid rgba(217, 161, 111, 0.12);
  border-radius: 50%;
}

.cta-card p {
  max-width: 620px;
  color: var(--muted);
}

.cta-card .hero-actions {
  position: relative;
  z-index: 1;
}

.footer {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 42px;
  color: var(--muted);
}

.footer span {
  color: var(--ink);
  font-family: var(--font-brand);
  font-weight: 400;
  letter-spacing: 0;
}

.footer p {
  margin: 0;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  padding: 28px;
  place-items: center;
  background: rgba(3, 14, 10, 0.82);
  backdrop-filter: blur(16px);
}

.lightbox figure {
  width: min(1100px, 100%);
  margin: 0;
}

.lightbox img {
  display: block;
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: var(--paper);
  border: 1px solid rgba(238, 246, 232, 0.2);
  border-radius: 28px;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.35);
}

.lightbox figcaption {
  width: fit-content;
  max-width: min(720px, 100%);
  margin: 14px auto 0;
  padding: 10px 14px;
  color: var(--ink);
  font-weight: 800;
  text-align: center;
  background: rgba(238, 246, 232, 0.13);
  border: 1px solid rgba(238, 246, 232, 0.2);
  border-radius: 999px;
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: #10241d;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  background: #dbe8c8;
  border: 1px solid rgba(238, 246, 232, 0.2);
  border-radius: 50%;
}

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

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

@keyframes printCycle {
  0% {
    transform: translate3d(calc(-50% - 78px), 0, 0) rotate(-1deg);
  }

  18% {
    transform: translate3d(calc(-50% + 86px), 18px, 0) rotate(1deg);
  }

  36% {
    transform: translate3d(calc(-50% - 64px), 42px, 0) rotate(-0.7deg);
  }

  54% {
    transform: translate3d(calc(-50% + 72px), 66px, 0) rotate(0.9deg);
  }

  72% {
    transform: translate3d(calc(-50% - 18px), 88px, 0) rotate(0deg);
  }

  86% {
    transform: translate3d(calc(-50% - 18px), 88px, 0) rotate(0deg);
  }

  100% {
    transform: translate3d(calc(-50% - 78px), 0, 0) rotate(-1deg);
  }
}

@keyframes nozzlePulse {
  0%,
  100% {
    background: var(--signal);
    box-shadow: none;
  }

  14%,
  32%,
  50%,
  68% {
    background: #f0b37a;
    box-shadow: 0 0 18px rgba(217, 161, 111, 0.5);
  }
}

@keyframes filamentDrop {
  0%,
  8%,
  80%,
  100% {
    opacity: 0;
    transform: translateX(-50%) scaleY(0.2);
  }

  14%,
  32%,
  50%,
  68% {
    opacity: 0.92;
    transform: translateX(-50%) scaleY(1);
  }
}

@keyframes layerBuild {
  0% {
    opacity: 0.44;
    filter: saturate(0.86);
    transform: scaleX(0.82) translateY(18px);
  }

  24% {
    opacity: 1;
    filter: saturate(1.1);
    transform: scaleX(1.02) translateY(0);
  }

  58% {
    opacity: 1;
    filter: saturate(1);
    transform: scaleX(1) translateY(0);
  }

  82% {
    opacity: 0.82;
    filter: saturate(0.95);
    transform: scaleX(0.96) translateY(4px);
  }

  100% {
    opacity: 0.44;
    filter: saturate(0.86);
    transform: scaleX(0.82) translateY(18px);
  }
}

@keyframes reviewLoop {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 7px));
  }
}

@media (max-width: 940px) {
  .nav-links {
    display: none;
  }

  .hero,
  .split,
  .review-marquee,
  .gallery-intro,
  .model-links {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 62px;
  }

  .section-heading {
    position: static;
  }

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

  .review-marquee {
    margin-top: 0;
  }

  .model-links {
    padding-top: 42px;
  }
}

@media (max-width: 680px) {
  .site-header {
    width: min(100% - 20px, 1180px);
    margin-top: 10px;
  }

  .nav-cta {
    display: none;
  }

  .brand {
    font-size: 0.95rem;
  }

  .hero,
  .section,
  .review-marquee,
  .footer {
    width: min(100% - 20px, 1180px);
  }

  h1 {
    font-size: clamp(3.3rem, 18vw, 5rem);
  }

  h2 {
    font-size: clamp(2.1rem, 12vw, 3.2rem);
  }

  .hero {
    gap: 34px;
    padding-bottom: 36px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .print-card {
    min-height: 430px;
  }

  .printer-head {
    top: 58px;
  }

  .printed-object {
    right: 22px;
    bottom: 58px;
    left: 22px;
    height: 210px;
  }

  .spec-panel {
    right: 18px;
    bottom: 18px;
    left: 18px;
    max-width: none;
  }

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

  .quick-flow {
    grid-template-columns: 1fr;
    border-radius: 28px;
  }

  .flow-arrow {
    line-height: 1;
    text-align: center;
    transform: rotate(90deg);
  }

  .quick-flow div {
    justify-content: flex-start;
  }

  .platform-card {
    flex-wrap: wrap;
  }

  .platform-card em {
    margin-left: 48px;
  }

  .review-window {
    mask-image: none;
  }

  .review-pill {
    flex-basis: min(315px, 82vw);
  }

  .gallery-panel-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .gallery-item {
    flex-basis: 190px;
    height: 210px;
  }

  .service-card,
  .product-card {
    min-height: auto;
  }

  .card-number,
  .tag,
  .step span {
    margin-bottom: 24px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

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