.hero-media {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.hero-media-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(var(--media-x, 0), var(--media-y, 0), 0) scale(1.018);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* 02 — Swiss grid */
html[data-theme="swiss"] {
  --ink: #050505;
  --ink-soft: #242424;
  --muted: #5d626b;
  --line: #cfd2d7;
  --line-soft: #e8e9eb;
  --paper: #ffffff;
  --paper-soft: #f4f5f7;
  --blue: #0736ad;
  --blue-bright: #0a49d5;
  --vermillion: #f0442d;
  --serif: var(--sans);
}

html[data-theme="swiss"] .topbar {
  height: 72px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: none;
}

html[data-theme="swiss"] .topbar.is-scrolled {
  height: 64px;
  box-shadow: none;
}

html[data-theme="swiss"] .logo img {
  width: 38px;
  height: 38px;
}

html[data-theme="swiss"] .brand-name {
  text-transform: uppercase;
}

html[data-theme="swiss"] .brand-name strong {
  max-width: 96px;
  font-size: 14px;
  line-height: 1.05;
  white-space: normal;
}

html[data-theme="swiss"] .nav a {
  font-size: 13px;
  font-weight: 700;
}

html[data-theme="swiss"] .hero {
  padding-top: 72px;
  background:
    linear-gradient(to right, transparent calc(100% - 1px), rgba(0, 0, 0, 0.11) 1px) 0 0 / 84px 100%,
    linear-gradient(to bottom, transparent calc(100% - 1px), rgba(0, 0, 0, 0.07) 1px) 0 0 / 100% 112px,
    #fff;
}

html[data-theme="swiss"] .hero-inner {
  min-height: calc(100svh - 72px);
  padding-top: clamp(96px, 13vh, 136px);
  padding-bottom: 118px;
  grid-template-columns: minmax(0, 0.58fr) minmax(380px, 0.42fr);
}

html[data-theme="swiss"] .hero-copy {
  max-width: 720px;
}

html[data-theme="swiss"] .hero h1 {
  max-width: 720px;
  font-family: var(--sans);
  font-size: clamp(52px, 5.2vw, 76px);
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: -0.055em;
}

html[data-theme="swiss"] .hero-manifesto {
  max-width: 660px;
  font-size: clamp(24px, 2.1vw, 32px);
  font-weight: 700;
  line-height: 1.45;
}

html[data-theme="swiss"] .hero-company {
  max-width: 610px;
  border-left-width: 4px;
}

html[data-theme="swiss"] .hero-path {
  display: none;
}

html[data-theme="swiss"] .hero-media {
  display: block;
  inset: 72px 0 0 auto;
  width: 44%;
}

html[data-theme="swiss"] .hero-media-image {
  object-position: 62% center;
}

html[data-theme="swiss"] .button,
html[data-theme="swiss"] .product-item,
html[data-theme="swiss"] .contact-frame {
  border-width: 1px;
}

html[data-theme="swiss"] .section-heading h2,
html[data-theme="swiss"] .manifesto h2,
html[data-theme="swiss"] .about h2,
html[data-theme="swiss"] .contact h2,
html[data-theme="swiss"] .product-item h3,
html[data-theme="swiss"] .solution-main h3,
html[data-theme="swiss"] .proof-item h3,
html[data-theme="swiss"] .capability-item h3 {
  font-family: var(--sans);
  letter-spacing: -0.045em;
}

html[data-theme="swiss"] .manifesto {
  background: var(--blue);
  color: #fff;
}

html[data-theme="swiss"] .manifesto .section-index,
html[data-theme="swiss"] .manifesto .text-muted {
  color: rgba(255, 255, 255, 0.7);
}

html[data-theme="swiss"] .about {
  background: #050505;
}

/* 03 — Material studio */
html[data-theme="paper"] {
  --ink: #282623;
  --ink-soft: #403d38;
  --muted: #716d66;
  --line: #c9c1b6;
  --line-soft: #ddd7ce;
  --paper: #f1eee7;
  --paper-soft: #e8e3d9;
  --blue: #284b6d;
  --blue-bright: #365f84;
  --vermillion: #b8452e;
}

html[data-theme="paper"] body {
  background: var(--paper);
}

html[data-theme="paper"] .topbar {
  background: rgba(241, 238, 231, 0.91);
  border-color: rgba(74, 64, 52, 0.18);
}

html[data-theme="paper"] .hero {
  background:
    linear-gradient(to right, transparent calc(100% - 1px), rgba(76, 66, 54, 0.08) 1px) 0 0 / clamp(96px, 11vw, 164px) 100%,
    var(--paper);
  border-color: var(--line);
}

html[data-theme="paper"] .hero-inner {
  grid-template-columns: minmax(0, 0.63fr) minmax(340px, 0.37fr);
}

html[data-theme="paper"] .hero-copy {
  max-width: 850px;
}

html[data-theme="paper"] .hero h1 {
  max-width: 820px;
  font-size: clamp(58px, 6.3vw, 92px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.05em;
}

html[data-theme="paper"] .hero-manifesto {
  max-width: 720px;
  font-family: var(--serif);
  font-size: clamp(21px, 1.8vw, 28px);
}

html[data-theme="paper"] .hero-company {
  max-width: 650px;
  background: rgba(241, 238, 231, 0.78);
}

html[data-theme="paper"] .hero-path {
  display: none;
}

html[data-theme="paper"] .hero-media {
  display: block;
  inset: 80px 0 0 auto;
  width: 54%;
}

html[data-theme="paper"] .hero-media-image {
  object-position: 52% center;
}

html[data-theme="paper"] .manifesto,
html[data-theme="paper"] .capabilities {
  background: var(--paper-soft);
}

html[data-theme="paper"] .product-item,
html[data-theme="paper"] .products,
html[data-theme="paper"] .solutions,
html[data-theme="paper"] .contact {
  background: var(--paper);
}

html[data-theme="paper"] .about {
  background: #31383d;
}

html[data-theme="paper"] .about .section-index,
html[data-theme="paper"] .about-point span {
  color: #e77b63;
}

html[data-theme="paper"] .button-primary {
  background: var(--vermillion);
  border-color: var(--vermillion);
}

html[data-theme="paper"] .button-secondary {
  border-color: #7e766c;
  color: var(--ink);
}

html[data-theme="paper"] .section-index,
html[data-theme="paper"] .capability-number,
html[data-theme="paper"] .solution-list span {
  color: var(--vermillion);
}

/* 04 — Deep cobalt */
html[data-theme="cobalt"] {
  --ink: #f5f8fc;
  --ink-soft: #d8e0ec;
  --muted: #9eb0c9;
  --line: rgba(181, 205, 235, 0.24);
  --line-soft: rgba(181, 205, 235, 0.14);
  --paper: #071a3a;
  --paper-soft: #0a2855;
  --blue: #18b8f2;
  --blue-bright: #36c9ff;
  --vermillion: #ff715f;
  --serif: var(--sans);
}

html[data-theme="cobalt"] body {
  background: var(--paper);
  color: var(--ink);
}

html[data-theme="cobalt"] .topbar {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(5, 20, 48, 0.9);
}

html[data-theme="cobalt"] .topbar.is-scrolled {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

html[data-theme="cobalt"] .brand-name strong,
html[data-theme="cobalt"] .nav a {
  color: #fff;
}

html[data-theme="cobalt"] .brand-name small {
  border-color: rgba(255, 255, 255, 0.26);
  color: #b8c7da;
}

html[data-theme="cobalt"] .nav a::after {
  background: var(--blue);
}

html[data-theme="cobalt"] .menu-toggle > span:not(.sr-only) {
  background: #fff;
}

html[data-theme="cobalt"] .hero {
  background: #071a3a;
  border-color: rgba(255, 255, 255, 0.18);
}

html[data-theme="cobalt"] .hero-inner {
  grid-template-columns: minmax(0, 0.62fr) minmax(360px, 0.38fr);
}

html[data-theme="cobalt"] .hero-copy {
  max-width: 780px;
}

html[data-theme="cobalt"] .hero h1 {
  max-width: 760px;
  font-family: var(--sans);
  font-size: clamp(54px, 5.4vw, 80px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.05em;
  color: #fff;
}

html[data-theme="cobalt"] .hero-manifesto {
  max-width: 700px;
  color: #fff;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 600;
}

html[data-theme="cobalt"] .hero-company {
  max-width: 650px;
  border-left-color: var(--blue);
  color: #c2cfdf;
}

html[data-theme="cobalt"] .hero-actions .button-primary {
  background: var(--blue);
  border-color: var(--blue);
  color: #03203b;
}

html[data-theme="cobalt"] .hero-actions .button-secondary {
  border-color: rgba(255, 255, 255, 0.62);
  color: #fff;
}

html[data-theme="cobalt"] .hero-path {
  display: none;
}

html[data-theme="cobalt"] .hero-media {
  display: block;
  inset: 80px 0 0;
}

html[data-theme="cobalt"] .hero-media-image {
  object-position: center;
}

html[data-theme="cobalt"] .hero-signal {
  position: absolute;
  z-index: 3;
  top: 18%;
  bottom: 18%;
  left: 64.5%;
  display: block;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--blue), var(--vermillion), transparent);
}

html[data-theme="cobalt"] .hero-signal span {
  position: absolute;
  top: 48%;
  left: 50%;
  width: 15px;
  height: 15px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  background: var(--paper);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 6px rgba(24, 184, 242, 0.12);
}

html[data-theme="cobalt"] .hero-status {
  color: #adbed2;
}

html[data-theme="cobalt"] .hero-status::before {
  background: var(--blue);
}

html[data-theme="cobalt"] .scroll-cue {
  border-color: rgba(255, 255, 255, 0.3);
}

html[data-theme="cobalt"] .scroll-cue::before {
  background: #fff;
}

html[data-theme="cobalt"] .manifesto,
html[data-theme="cobalt"] .capabilities {
  background: var(--paper-soft);
  border-color: var(--line);
}

html[data-theme="cobalt"] .products,
html[data-theme="cobalt"] .solutions,
html[data-theme="cobalt"] .contact {
  background: var(--paper);
}

html[data-theme="cobalt"] .product-item {
  background: transparent;
}

html[data-theme="cobalt"] .product-item:hover {
  background: rgba(255, 255, 255, 0.035);
}

html[data-theme="cobalt"] .product-number,
html[data-theme="cobalt"] .proof-title,
html[data-theme="cobalt"] .contact-email {
  color: var(--blue);
}

html[data-theme="cobalt"] .capability-dot {
  border-color: var(--paper-soft);
  background: var(--blue);
  box-shadow: 0 0 0 1px var(--blue);
}

html[data-theme="cobalt"] .about {
  background: #eef3f8;
  color: #0a1b35;
}

html[data-theme="cobalt"] .about .section-index,
html[data-theme="cobalt"] .about-point span {
  color: #d54839;
}

html[data-theme="cobalt"] .about-copy > p:not(.section-index),
html[data-theme="cobalt"] .about-point p {
  color: #53657a;
}

html[data-theme="cobalt"] .about-points,
html[data-theme="cobalt"] .about-point {
  border-color: rgba(10, 27, 53, 0.18);
}

html[data-theme="cobalt"] .contact-frame {
  border-color: var(--blue);
}

html[data-theme="cobalt"] .button-disabled {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: #73869f;
}

html[data-theme="cobalt"] .footer {
  background: #04132d;
  border-color: var(--line);
}

@media (max-width: 1040px) {
  html[data-theme="swiss"] .hero-media {
    width: 38%;
  }

  html[data-theme="paper"] .hero-media {
    width: 48%;
  }
}

@media (max-width: 780px) {
  html[data-theme="swiss"] .topbar,
  html[data-theme="swiss"] .topbar.is-scrolled {
    height: 68px;
  }

  html[data-theme="swiss"] .hero {
    padding-top: 68px;
  }

  html[data-theme="swiss"] .hero-inner {
    min-height: calc(100svh - 68px);
  }

  html[data-theme="swiss"] .hero h1,
  html[data-theme="cobalt"] .hero h1 {
    font-size: clamp(43px, 11vw, 62px);
  }

  html[data-theme="swiss"] .hero-media {
    inset: 68px -32% 0 auto;
    width: 76%;
    opacity: 0.15;
  }

  html[data-theme="paper"] .hero {
    min-height: 980px;
  }

  html[data-theme="paper"] .hero-inner {
    min-height: 980px;
    padding-bottom: 390px;
  }

  html[data-theme="paper"] .hero h1 {
    font-size: clamp(45px, 11.8vw, 64px);
  }

  html[data-theme="paper"] .hero-media {
    inset: auto 0 0;
    width: 100%;
    height: 410px;
  }

  html[data-theme="paper"] .hero-media-image {
    object-position: 64% center;
  }

  html[data-theme="cobalt"] .nav {
    background: #071a3a;
    border-color: var(--line);
  }

  html[data-theme="cobalt"] .nav a {
    border-color: var(--line-soft);
  }

  html[data-theme="cobalt"] .hero-media {
    inset: 68px -36% 0 0;
    width: 136%;
    opacity: 0.42;
  }

  html[data-theme="cobalt"] .hero-signal {
    left: auto;
    right: 34px;
    opacity: 0.6;
  }

  html[data-theme="cobalt"] .hero-company {
    background: rgba(7, 26, 58, 0.7);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media-image {
    transform: none;
  }
}

.theme-art {
  display: none;
}

/* 05 — Eastern modernism */
html[data-theme="oriental"] {
  --ink: #171816;
  --ink-soft: #353832;
  --muted: #6f726c;
  --line: #c9c8c1;
  --line-soft: #dfded8;
  --paper: #f7f7f3;
  --paper-soft: #ebece7;
  --blue: #162f55;
  --blue-bright: #244670;
  --vermillion: #a92e26;
}

html[data-theme="oriental"] body {
  background: var(--paper);
}

html[data-theme="oriental"] .topbar {
  background: rgba(247, 247, 243, 0.92);
  border-color: rgba(23, 24, 22, 0.18);
}

html[data-theme="oriental"] .hero {
  background: var(--paper);
  border-color: var(--line);
}

html[data-theme="oriental"] .hero-inner {
  grid-template-columns: minmax(0, 0.58fr) minmax(360px, 0.42fr);
  padding-top: clamp(96px, 13vh, 144px);
}

html[data-theme="oriental"] .hero-copy {
  max-width: 790px;
}

html[data-theme="oriental"] .hero h1 {
  max-width: 760px;
  font-size: clamp(58px, 6vw, 88px);
  font-weight: 600;
  line-height: 1.22;
}

html[data-theme="oriental"] .hero-manifesto {
  max-width: 680px;
  font-family: var(--serif);
  font-size: clamp(20px, 1.75vw, 27px);
}

html[data-theme="oriental"] .hero-company {
  max-width: 620px;
  background: rgba(247, 247, 243, 0.84);
  border-color: var(--vermillion);
}

html[data-theme="oriental"] .hero-path {
  display: none;
}

html[data-theme="oriental"] .hero-media {
  display: block;
  inset: 80px 0 0;
}

html[data-theme="oriental"] .hero-media-image {
  object-position: center;
}

html[data-theme="oriental"] .section-heading h2,
html[data-theme="oriental"] .manifesto h2,
html[data-theme="oriental"] .about h2,
html[data-theme="oriental"] .contact h2 {
  font-weight: 500;
}

html[data-theme="oriental"] .manifesto,
html[data-theme="oriental"] .capabilities {
  background: var(--paper-soft);
}

html[data-theme="oriental"] .product-grid {
  border-left: 0;
}

html[data-theme="oriental"] .product-item {
  min-height: 360px;
  border-right: 0;
  border-color: var(--line);
}

html[data-theme="oriental"] .product-item:nth-child(odd) {
  border-right: 1px solid var(--line);
}

html[data-theme="oriental"] .product-number {
  color: var(--vermillion);
}

html[data-theme="oriental"] .button-primary {
  border-color: var(--vermillion);
  background: var(--vermillion);
}

html[data-theme="oriental"] .about {
  background: var(--blue);
}

html[data-theme="oriental"] .contact-frame {
  border-color: var(--ink);
}

/* 06 — Kinetic typography */
html[data-theme="kinetic"] {
  --ink: #050505;
  --ink-soft: #161616;
  --muted: #555;
  --line: #111;
  --line-soft: #c7c7c7;
  --paper: #fff;
  --paper-soft: #f2f2f2;
  --blue: #050505;
  --blue-bright: #ef2b1f;
  --vermillion: #ef2b1f;
  --serif: var(--sans);
}

html[data-theme="kinetic"] .topbar {
  height: 70px;
  background: rgba(255, 255, 255, 0.96);
  border-color: #111;
}

html[data-theme="kinetic"] .brand-name strong,
html[data-theme="kinetic"] .nav a {
  font-weight: 700;
  text-transform: uppercase;
}

html[data-theme="kinetic"] .hero {
  padding-top: 70px;
  background:
    linear-gradient(to right, transparent calc(100% - 1px), rgba(0, 0, 0, 0.15) 1px) 0 0 / 14.285% 100%,
    #fff;
}

html[data-theme="kinetic"] .hero::after {
  content: "连接";
  position: absolute;
  z-index: 1;
  top: 13%;
  right: -2vw;
  color: var(--vermillion);
  font-family: var(--sans);
  font-size: clamp(180px, 28vw, 430px);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: -0.14em;
  opacity: 0.96;
  transform: translate3d(var(--art-x, 0), var(--art-y, 0), 0);
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

html[data-theme="kinetic"] .hero-inner {
  min-height: calc(100svh - 70px);
  padding-top: clamp(86px, 11vh, 120px);
  grid-template-columns: minmax(0, 0.66fr) minmax(240px, 0.34fr);
  align-items: start;
}

html[data-theme="kinetic"] .hero-copy {
  max-width: 940px;
}

html[data-theme="kinetic"] .hero h1 {
  max-width: 900px;
  font-family: var(--sans);
  font-size: clamp(68px, 8.4vw, 126px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.09em;
}

html[data-theme="kinetic"] .hero-manifesto {
  max-width: 640px;
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 700;
  line-height: 1.34;
}

html[data-theme="kinetic"] .hero-company {
  max-width: 590px;
  border-left-width: 8px;
  background: rgba(255, 255, 255, 0.9);
}

html[data-theme="kinetic"] .hero-path,
html[data-theme="kinetic"] .hero-media {
  display: none;
}

html[data-theme="kinetic"] .button {
  border-width: 2px;
  font-weight: 700;
  text-transform: uppercase;
}

html[data-theme="kinetic"] .section-heading h2,
html[data-theme="kinetic"] .manifesto h2,
html[data-theme="kinetic"] .about h2,
html[data-theme="kinetic"] .contact h2,
html[data-theme="kinetic"] .product-item h3,
html[data-theme="kinetic"] .capability-item h3,
html[data-theme="kinetic"] .solution-main h3,
html[data-theme="kinetic"] .proof-item h3 {
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: -0.065em;
}

html[data-theme="kinetic"] .section-heading h2,
html[data-theme="kinetic"] .manifesto h2 {
  font-size: clamp(54px, 7.2vw, 106px);
  line-height: 1.02;
}

html[data-theme="kinetic"] .manifesto {
  background: #050505;
  color: #fff;
}

html[data-theme="kinetic"] .manifesto .section-index,
html[data-theme="kinetic"] .manifesto .text-muted {
  color: #ff574d;
}

html[data-theme="kinetic"] .product-grid {
  grid-template-columns: 1fr;
  border-width: 2px 0 0;
  border-color: #111;
}

html[data-theme="kinetic"] .product-item {
  min-height: 0;
  padding: 46px 0;
  display: grid;
  grid-template-columns: 170px minmax(220px, 0.7fr) minmax(280px, 1fr) auto;
  gap: 28px;
  align-items: center;
  border: 0;
  border-bottom: 2px solid #111;
}

html[data-theme="kinetic"] .product-item::after {
  display: none;
}

html[data-theme="kinetic"] .product-meta,
html[data-theme="kinetic"] .product-actions,
html[data-theme="kinetic"] .product-item > p {
  margin: 0;
  padding: 0;
}

html[data-theme="kinetic"] .product-meta {
  align-items: flex-start;
  flex-direction: column;
}

html[data-theme="kinetic"] .product-number {
  color: var(--vermillion);
  font-family: var(--sans);
  font-weight: 700;
}

html[data-theme="kinetic"] .capabilities {
  background: #fff;
  border-color: #111;
}

html[data-theme="kinetic"] .about {
  background: var(--vermillion);
  color: #050505;
}

html[data-theme="kinetic"] .about-copy > p:not(.section-index),
html[data-theme="kinetic"] .about-point p {
  color: rgba(0, 0, 0, 0.72);
}

html[data-theme="kinetic"] .about-points,
html[data-theme="kinetic"] .about-point {
  border-color: rgba(0, 0, 0, 0.32);
}

html[data-theme="kinetic"] .about .section-index,
html[data-theme="kinetic"] .about-point span {
  color: #050505;
}

html[data-theme="kinetic"] .contact-frame {
  border-width: 3px;
  border-color: #050505;
}

/* 07 — Scientific archive */
html[data-theme="archive"] {
  --ink: #0c2248;
  --ink-soft: #263c5f;
  --muted: #65748c;
  --line: #b9c9df;
  --line-soft: #dbe4ef;
  --paper: #fbfdff;
  --paper-soft: #eef4fb;
  --blue: #0a4bc5;
  --blue-bright: #1767ed;
  --vermillion: #e66720;
  --serif: var(--sans);
}

html[data-theme="archive"] body {
  background: var(--paper);
}

html[data-theme="archive"] .topbar {
  background: rgba(251, 253, 255, 0.94);
  border-color: var(--line);
}

html[data-theme="archive"] .brand-name strong,
html[data-theme="archive"] .nav a {
  color: var(--ink);
}

html[data-theme="archive"] .hero {
  background:
    linear-gradient(to right, transparent calc(100% - 1px), rgba(10, 75, 197, 0.09) 1px) 0 0 / 72px 100%,
    linear-gradient(to bottom, transparent calc(100% - 1px), rgba(10, 75, 197, 0.07) 1px) 0 0 / 100% 72px,
    var(--paper);
  border-color: var(--line);
}

html[data-theme="archive"] .hero::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 80px auto 0 0;
  width: 18px;
  border-right: 1px solid var(--blue);
  background: repeating-linear-gradient(to bottom, var(--blue) 0 1px, transparent 1px 14px);
  opacity: 0.4;
}

html[data-theme="archive"] .hero-inner {
  grid-template-columns: minmax(0, 0.52fr) minmax(420px, 0.48fr);
  padding-top: clamp(96px, 13vh, 144px);
}

html[data-theme="archive"] .hero-copy {
  max-width: 720px;
}

html[data-theme="archive"] .hero h1 {
  max-width: 690px;
  font-family: var(--sans);
  font-size: clamp(54px, 5.4vw, 80px);
  font-weight: 600;
  line-height: 1.16;
}

html[data-theme="archive"] .hero-manifesto {
  max-width: 650px;
  font-size: clamp(20px, 1.8vw, 28px);
}

html[data-theme="archive"] .hero-company {
  max-width: 610px;
  background: rgba(251, 253, 255, 0.88);
}

html[data-theme="archive"] .hero-path {
  display: none;
}

html[data-theme="archive"] .hero-media {
  display: block;
  inset: 80px 0 0;
}

html[data-theme="archive"] .hero-media-image {
  object-position: center;
}

html[data-theme="archive"] .section-index,
html[data-theme="archive"] .capability-number,
html[data-theme="archive"] .solution-list span,
html[data-theme="archive"] .contact-label {
  font-family: "IBM Plex Mono", monospace;
}

html[data-theme="archive"] .manifesto,
html[data-theme="archive"] .capabilities {
  background:
    linear-gradient(to right, transparent calc(100% - 1px), rgba(10, 75, 197, 0.07) 1px) 0 0 / 96px 100%,
    var(--paper-soft);
}

html[data-theme="archive"] .product-grid {
  grid-template-columns: 1fr;
  border-left: 0;
}

html[data-theme="archive"] .product-item {
  min-height: 0;
  padding: 34px 0;
  display: grid;
  grid-template-columns: 150px minmax(220px, 0.55fr) minmax(300px, 1fr) auto;
  gap: 32px;
  align-items: center;
  border-right: 0;
}

html[data-theme="archive"] .product-item::after {
  left: 0;
}

html[data-theme="archive"] .product-meta,
html[data-theme="archive"] .product-actions,
html[data-theme="archive"] .product-item > p {
  margin: 0;
  padding: 0;
}

html[data-theme="archive"] .product-meta {
  flex-direction: column;
  align-items: flex-start;
}

html[data-theme="archive"] .product-number {
  font-family: "IBM Plex Mono", monospace;
  font-size: 30px;
}

html[data-theme="archive"] .product-item h3 {
  font-family: var(--sans);
  font-size: clamp(24px, 2.2vw, 34px);
}

html[data-theme="archive"] .about {
  background: #0b2b5f;
}

html[data-theme="archive"] .contact-frame {
  border-color: var(--line);
  box-shadow: inset 0 0 0 8px var(--paper-soft);
}

/* 08 — Neo brutalism */
html[data-theme="brutalist"] {
  --ink: #050505;
  --ink-soft: #171717;
  --muted: #4b4b4b;
  --line: #050505;
  --line-soft: rgba(0, 0, 0, 0.3);
  --paper: #f7f4ea;
  --paper-soft: #ffe81a;
  --blue: #0646dd;
  --blue-bright: #0039bf;
  --vermillion: #ff644d;
  --serif: var(--sans);
}

html[data-theme="brutalist"] body {
  background: var(--paper);
}

html[data-theme="brutalist"] .topbar {
  height: 78px;
  background: var(--paper);
  border-bottom: 3px solid #050505;
}

html[data-theme="brutalist"] .logo img {
  width: 46px;
  height: 46px;
  border: 2px solid #050505;
  background: #fff;
}

html[data-theme="brutalist"] .brand-name strong,
html[data-theme="brutalist"] .nav a {
  font-weight: 700;
  text-transform: uppercase;
}

html[data-theme="brutalist"] .hero {
  padding-top: 78px;
  background: var(--paper);
  border-bottom: 3px solid #050505;
}

html[data-theme="brutalist"] .hero-inner {
  min-height: calc(100svh - 78px);
  grid-template-columns: minmax(0, 0.54fr) minmax(420px, 0.46fr);
  padding-top: clamp(80px, 10vh, 112px);
}

html[data-theme="brutalist"] .hero h1 {
  max-width: 720px;
  font-family: var(--sans);
  font-size: clamp(58px, 6.2vw, 94px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.075em;
  text-transform: none;
}

html[data-theme="brutalist"] .hero-manifesto {
  max-width: 610px;
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 700;
}

html[data-theme="brutalist"] .hero-company {
  max-width: 590px;
  padding: 16px 18px;
  border: 2px solid #050505;
  background: #fff;
  box-shadow: 7px 7px 0 #050505;
}

html[data-theme="brutalist"] .hero-path,
html[data-theme="brutalist"] .hero-media {
  display: none;
}

html[data-theme="brutalist"] .theme-art {
  position: absolute;
  z-index: 1;
  inset: 78px 0 0 52%;
  display: block;
  transform: translate3d(var(--art-x, 0), var(--art-y, 0), 0);
  transition: transform 450ms cubic-bezier(0.22, 1, 0.36, 1);
}

html[data-theme="brutalist"] .art-shape {
  position: absolute;
  display: block;
  border: 3px solid #050505;
  box-shadow: 12px 12px 0 #050505;
}

html[data-theme="brutalist"] .art-shape-a {
  inset: 8% 10% auto 4%;
  height: 30%;
  background: var(--blue);
}

html[data-theme="brutalist"] .art-shape-b {
  top: 21%;
  right: -2%;
  width: 52%;
  height: 29%;
  background: var(--paper-soft);
}

html[data-theme="brutalist"] .art-shape-c {
  top: 45%;
  left: 16%;
  width: 48%;
  height: 31%;
  background: #050505;
}

html[data-theme="brutalist"] .art-shape-d {
  right: 8%;
  bottom: 10%;
  width: 47%;
  height: 29%;
  background: var(--vermillion);
}

html[data-theme="brutalist"] .art-shape-e {
  left: 5%;
  bottom: 5%;
  width: 31%;
  height: 17%;
  background: repeating-linear-gradient(135deg, #050505 0 2px, #fff 2px 12px);
}

html[data-theme="brutalist"] .button {
  border: 2px solid #050505;
  background: var(--paper-soft);
  color: #050505;
  font-weight: 700;
  box-shadow: 5px 5px 0 #050505;
}

html[data-theme="brutalist"] .button:hover:not(:disabled) {
  transform: translate(3px, 3px);
  box-shadow: 2px 2px 0 #050505;
}

html[data-theme="brutalist"] .button-primary {
  background: var(--paper-soft);
}

html[data-theme="brutalist"] .button-secondary {
  background: #fff;
}

html[data-theme="brutalist"] .button-disabled {
  background: #d5d1c8;
  box-shadow: none;
}

html[data-theme="brutalist"] .section-heading h2,
html[data-theme="brutalist"] .manifesto h2,
html[data-theme="brutalist"] .about h2,
html[data-theme="brutalist"] .contact h2,
html[data-theme="brutalist"] .product-item h3,
html[data-theme="brutalist"] .capability-item h3,
html[data-theme="brutalist"] .solution-main h3,
html[data-theme="brutalist"] .proof-item h3 {
  font-family: var(--sans);
  font-weight: 700;
}

html[data-theme="brutalist"] .manifesto {
  background: var(--paper-soft);
  border-bottom: 3px solid #050505;
}

html[data-theme="brutalist"] .product-grid {
  border: 3px solid #050505;
}

html[data-theme="brutalist"] .product-item {
  border-width: 0 3px 3px 0;
}

html[data-theme="brutalist"] .product-item:nth-child(even) {
  border-right: 0;
}

html[data-theme="brutalist"] .product-item:nth-last-child(-n + 2) {
  border-bottom: 0;
}

html[data-theme="brutalist"] .product-item:nth-child(2) {
  background: var(--blue);
  color: #fff;
}

html[data-theme="brutalist"] .product-item:nth-child(2) > p,
html[data-theme="brutalist"] .product-item:nth-child(2) .product-state,
html[data-theme="brutalist"] .product-item:nth-child(2) .product-number {
  color: #fff;
}

html[data-theme="brutalist"] .capabilities {
  background: var(--vermillion);
  border-block: 3px solid #050505;
}

html[data-theme="brutalist"] .about {
  background: var(--blue);
  border-block: 3px solid #050505;
}

html[data-theme="brutalist"] .contact-frame {
  border: 3px solid #050505;
  background: var(--paper-soft);
  box-shadow: 14px 14px 0 #050505;
}

/* 09 — Monochrome art publication */
html[data-theme="monochrome"] {
  --ink: #050505;
  --ink-soft: #242424;
  --muted: #686868;
  --line: #aeaeae;
  --line-soft: #dedede;
  --paper: #fff;
  --paper-soft: #f1f1f1;
  --blue: #050505;
  --blue-bright: #2b2b2b;
  --vermillion: #050505;
}

html[data-theme="monochrome"] body {
  background: #fff;
}

html[data-theme="monochrome"] .topbar {
  background: rgba(255, 255, 255, 0.95);
  border-color: #9b9b9b;
}

html[data-theme="monochrome"] .logo img {
  filter: grayscale(1) contrast(1.15);
}

html[data-theme="monochrome"] .brand-name small {
  border-color: #777;
}

html[data-theme="monochrome"] .hero {
  background: #fff;
  border-color: #888;
}

html[data-theme="monochrome"] .hero-inner {
  grid-template-columns: minmax(0, 0.58fr) minmax(380px, 0.42fr);
  padding-top: clamp(92px, 12vh, 136px);
}

html[data-theme="monochrome"] .hero-copy {
  max-width: 820px;
}

html[data-theme="monochrome"] .hero h1 {
  max-width: 800px;
  font-size: clamp(58px, 6vw, 92px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.06em;
}

html[data-theme="monochrome"] .hero-manifesto {
  max-width: 690px;
  padding: 8px 14px 8px 0;
  background: rgba(255, 255, 255, 0.88);
  font-family: var(--serif);
  font-size: clamp(20px, 1.8vw, 28px);
}

html[data-theme="monochrome"] .hero-company {
  max-width: 620px;
  background: rgba(255, 255, 255, 0.86);
  border-color: #050505;
}

html[data-theme="monochrome"] .hero-path {
  display: none;
}

html[data-theme="monochrome"] .hero-media {
  display: block;
  inset: 80px 0 0;
}

html[data-theme="monochrome"] .hero-media-image {
  object-position: center;
}

html[data-theme="monochrome"] .button {
  border-color: #050505;
  color: #050505;
}

html[data-theme="monochrome"] .button-primary {
  background: #050505;
  color: #fff;
}

html[data-theme="monochrome"] .button-secondary:hover:not(:disabled) {
  background: #e9e9e9;
}

html[data-theme="monochrome"] .section-heading h2,
html[data-theme="monochrome"] .manifesto h2,
html[data-theme="monochrome"] .about h2,
html[data-theme="monochrome"] .contact h2 {
  font-weight: 500;
}

html[data-theme="monochrome"] .manifesto {
  background: #f3f3f3;
}

html[data-theme="monochrome"] .product-grid {
  grid-template-columns: 1fr;
  border-left: 0;
}

html[data-theme="monochrome"] .product-item {
  min-height: 0;
  padding: 42px 0;
  display: grid;
  grid-template-columns: 150px minmax(230px, 0.62fr) minmax(300px, 1fr) auto;
  gap: 32px;
  align-items: center;
  border-right: 0;
}

html[data-theme="monochrome"] .product-item::after {
  display: none;
}

html[data-theme="monochrome"] .product-meta,
html[data-theme="monochrome"] .product-actions,
html[data-theme="monochrome"] .product-item > p {
  margin: 0;
  padding: 0;
}

html[data-theme="monochrome"] .product-meta {
  flex-direction: column;
  align-items: flex-start;
}

html[data-theme="monochrome"] .product-number {
  color: #050505;
}

html[data-theme="monochrome"] .capabilities {
  background: #fff;
}

html[data-theme="monochrome"] .capability-track::before {
  background: #050505;
}

html[data-theme="monochrome"] .capability-dot {
  border-color: #fff;
  background: #050505;
  box-shadow: 0 0 0 1px #050505;
}

html[data-theme="monochrome"] .about {
  background: #050505;
}

html[data-theme="monochrome"] .about .section-index,
html[data-theme="monochrome"] .about-point span {
  color: #fff;
}

html[data-theme="monochrome"] .contact-frame {
  border-color: #050505;
}

html[data-theme="monochrome"] .contact-email {
  color: #050505;
}

/* 10 — Modular constructivism */
html[data-theme="constructivist"] {
  --ink: #050505;
  --ink-soft: #202020;
  --muted: #555;
  --line: #050505;
  --line-soft: rgba(0, 0, 0, 0.22);
  --paper: #fff;
  --paper-soft: #f3f3ef;
  --blue: #123de7;
  --blue-bright: #0d30c6;
  --vermillion: #f42820;
  --serif: var(--sans);
}

html[data-theme="constructivist"] .topbar {
  height: 74px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 2px solid #050505;
}

html[data-theme="constructivist"] .brand-name strong {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html[data-theme="constructivist"] .hero {
  padding-top: 74px;
  background:
    linear-gradient(to right, transparent calc(100% - 1px), rgba(0, 0, 0, 0.14) 1px) 0 0 / 12.5% 100%,
    #fff;
  border-bottom: 5px solid #050505;
}

html[data-theme="constructivist"] .hero-inner {
  min-height: calc(100svh - 74px);
  grid-template-columns: minmax(0, 0.55fr) minmax(420px, 0.45fr);
  padding-top: clamp(84px, 11vh, 124px);
}

html[data-theme="constructivist"] .hero h1 {
  max-width: 760px;
  font-family: var(--sans);
  font-size: clamp(58px, 6.2vw, 94px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.075em;
}

html[data-theme="constructivist"] .hero-manifesto {
  max-width: 630px;
  font-size: clamp(20px, 1.9vw, 29px);
  font-weight: 700;
}

html[data-theme="constructivist"] .hero-company {
  max-width: 600px;
  background: rgba(255, 255, 255, 0.9);
  border-left-width: 6px;
}

html[data-theme="constructivist"] .hero-path,
html[data-theme="constructivist"] .hero-media {
  display: none;
}

html[data-theme="constructivist"] .theme-art {
  position: absolute;
  z-index: 1;
  inset: 74px 0 0 48%;
  display: block;
  overflow: hidden;
  transform: translate3d(calc(var(--art-x, 0) * 0.7), calc(var(--art-y, 0) * 0.7), 0);
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

html[data-theme="constructivist"] .art-shape {
  position: absolute;
  display: block;
}

html[data-theme="constructivist"] .art-shape-a {
  top: 7%;
  left: 9%;
  width: min(38vw, 560px);
  aspect-ratio: 1;
  border: clamp(40px, 5vw, 74px) solid var(--blue);
  border-radius: 50%;
}

html[data-theme="constructivist"] .art-shape-b {
  top: 12%;
  right: -12%;
  width: 31%;
  height: 74%;
  background: var(--vermillion);
  transform: rotate(38deg);
}

html[data-theme="constructivist"] .art-shape-c {
  right: 8%;
  bottom: 0;
  width: 44%;
  height: 18%;
  background: #050505;
}

html[data-theme="constructivist"] .art-shape-d {
  left: 12%;
  bottom: 8%;
  width: 18%;
  aspect-ratio: 1;
  background: var(--blue);
}

html[data-theme="constructivist"] .art-shape-e {
  left: 5%;
  right: 7%;
  top: 54%;
  height: 3px;
  background: #050505;
  transform: rotate(-36deg);
  transform-origin: center;
}

html[data-theme="constructivist"] .button {
  border-width: 2px;
  font-weight: 700;
}

html[data-theme="constructivist"] .section-heading h2,
html[data-theme="constructivist"] .manifesto h2,
html[data-theme="constructivist"] .about h2,
html[data-theme="constructivist"] .contact h2,
html[data-theme="constructivist"] .product-item h3,
html[data-theme="constructivist"] .capability-item h3,
html[data-theme="constructivist"] .solution-main h3,
html[data-theme="constructivist"] .proof-item h3 {
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: -0.055em;
}

html[data-theme="constructivist"] .manifesto {
  background: var(--blue);
  color: #fff;
  border-bottom: 5px solid #050505;
}

html[data-theme="constructivist"] .manifesto .section-index,
html[data-theme="constructivist"] .manifesto .text-muted {
  color: rgba(255, 255, 255, 0.78);
}

html[data-theme="constructivist"] .product-grid {
  border: 2px solid #050505;
}

html[data-theme="constructivist"] .product-item {
  border-width: 0 2px 2px 0;
}

html[data-theme="constructivist"] .product-item:nth-child(even) {
  border-right: 0;
}

html[data-theme="constructivist"] .product-item:nth-last-child(-n + 2) {
  border-bottom: 0;
}

html[data-theme="constructivist"] .product-item:nth-child(2) {
  background: var(--vermillion);
}

html[data-theme="constructivist"] .capabilities {
  background: #fff;
  border-color: #050505;
}

html[data-theme="constructivist"] .capability-track::before {
  height: 4px;
  background: linear-gradient(90deg, var(--blue) 0 49%, #050505 49% 51%, var(--vermillion) 51%);
}

html[data-theme="constructivist"] .about {
  background: #050505;
}

html[data-theme="constructivist"] .contact-frame {
  border: 4px solid #050505;
  box-shadow: inset 18px 0 0 var(--vermillion), inset -18px 0 0 var(--blue);
}

/* 11 — Future industrial manual */
html[data-theme="manual"] {
  --ink: #30343a;
  --ink-soft: #454b53;
  --muted: #747b84;
  --line: #b9bec5;
  --line-soft: #dce0e4;
  --paper: #f5f6f6;
  --paper-soft: #e7e9ea;
  --blue: #1767ce;
  --blue-bright: #0d53ad;
  --vermillion: #ef5b19;
  --serif: var(--sans);
}

html[data-theme="manual"] body {
  background: var(--paper);
}

html[data-theme="manual"] .topbar {
  background: rgba(245, 246, 246, 0.94);
  border-color: var(--line);
}

html[data-theme="manual"] .hero {
  background:
    linear-gradient(to right, transparent calc(100% - 1px), rgba(48, 52, 58, 0.08) 1px) 0 0 / 80px 100%,
    linear-gradient(to bottom, transparent calc(100% - 1px), rgba(48, 52, 58, 0.06) 1px) 0 0 / 100% 80px,
    var(--paper);
  border-color: var(--line);
}

html[data-theme="manual"] .hero::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 22px;
  top: 110px;
  bottom: 90px;
  width: 12px;
  border-left: 1px solid #4f555c;
  background: repeating-linear-gradient(to bottom, #4f555c 0 1px, transparent 1px 12px);
  opacity: 0.55;
}

html[data-theme="manual"] .hero-inner {
  grid-template-columns: minmax(0, 0.52fr) minmax(430px, 0.48fr);
  padding-top: clamp(92px, 12vh, 136px);
}

html[data-theme="manual"] .hero-copy {
  max-width: 730px;
}

html[data-theme="manual"] .hero h1 {
  max-width: 700px;
  font-family: var(--sans);
  font-size: clamp(54px, 5.5vw, 82px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.06em;
}

html[data-theme="manual"] .hero-manifesto {
  max-width: 640px;
  font-size: clamp(20px, 1.8vw, 27px);
  font-weight: 600;
}

html[data-theme="manual"] .hero-company {
  max-width: 600px;
  background: rgba(245, 246, 246, 0.84);
  border-left-color: var(--vermillion);
}

html[data-theme="manual"] .hero-path {
  display: none;
}

html[data-theme="manual"] .hero-media {
  display: block;
  inset: 80px 0 0;
}

html[data-theme="manual"] .hero-media-image {
  object-position: center;
}

html[data-theme="manual"] .section-index,
html[data-theme="manual"] .capability-number,
html[data-theme="manual"] .solution-list span,
html[data-theme="manual"] .contact-label,
html[data-theme="manual"] .product-state {
  font-family: "IBM Plex Mono", monospace;
}

html[data-theme="manual"] .button {
  border-radius: 2px;
}

html[data-theme="manual"] .manifesto,
html[data-theme="manual"] .capabilities {
  background:
    linear-gradient(to right, transparent calc(100% - 1px), rgba(48, 52, 58, 0.07) 1px) 0 0 / 80px 100%,
    var(--paper-soft);
}

html[data-theme="manual"] .product-grid {
  grid-template-columns: 1fr;
  border-left: 0;
}

html[data-theme="manual"] .product-item {
  min-height: 0;
  padding: 38px 0;
  display: grid;
  grid-template-columns: 150px minmax(220px, 0.6fr) minmax(300px, 1fr) auto;
  gap: 32px;
  align-items: center;
  border-right: 0;
}

html[data-theme="manual"] .product-meta,
html[data-theme="manual"] .product-actions,
html[data-theme="manual"] .product-item > p {
  margin: 0;
  padding: 0;
}

html[data-theme="manual"] .product-meta {
  align-items: flex-start;
  flex-direction: column;
}

html[data-theme="manual"] .product-number {
  font-family: "IBM Plex Mono", monospace;
  font-size: 30px;
  color: var(--vermillion);
}

html[data-theme="manual"] .product-item h3 {
  font-family: var(--sans);
  font-size: clamp(24px, 2.3vw, 34px);
}

html[data-theme="manual"] .capability-track::before {
  height: 3px;
  background: repeating-linear-gradient(90deg, var(--ink) 0 7px, transparent 7px 14px);
}

html[data-theme="manual"] .capability-dot {
  border-radius: 2px;
  background: var(--vermillion);
  box-shadow: 0 0 0 1px var(--vermillion);
}

html[data-theme="manual"] .about {
  background: #343a40;
}

html[data-theme="manual"] .contact-frame {
  position: relative;
  border-color: #727981;
  background:
    repeating-linear-gradient(90deg, transparent 0 39px, rgba(48, 52, 58, 0.055) 39px 40px),
    #eef0f0;
  box-shadow: inset 7px 0 0 var(--vermillion);
}

html[data-theme="manual"] .footer {
  background: #e7e9ea;
}

@media (max-width: 1120px) {
  html[data-theme="kinetic"] .product-item,
  html[data-theme="archive"] .product-item,
  html[data-theme="monochrome"] .product-item,
  html[data-theme="manual"] .product-item {
    grid-template-columns: 120px minmax(200px, 0.7fr) minmax(260px, 1fr);
  }

  html[data-theme="kinetic"] .product-actions,
  html[data-theme="archive"] .product-actions,
  html[data-theme="monochrome"] .product-actions,
  html[data-theme="manual"] .product-actions {
    grid-column: 2 / -1;
  }
}

@media (max-width: 780px) {
  html[data-theme="oriental"] .hero-media,
  html[data-theme="archive"] .hero-media,
  html[data-theme="monochrome"] .hero-media,
  html[data-theme="manual"] .hero-media {
    inset: 68px -38% 0 0;
    width: 138%;
    opacity: 0.26;
  }

  html[data-theme="oriental"] .hero-company,
  html[data-theme="archive"] .hero-company,
  html[data-theme="monochrome"] .hero-company,
  html[data-theme="manual"] .hero-company {
    background: rgba(255, 255, 255, 0.88);
  }

  html[data-theme="oriental"] .hero h1,
  html[data-theme="archive"] .hero h1,
  html[data-theme="monochrome"] .hero h1,
  html[data-theme="manual"] .hero h1 {
    font-size: clamp(44px, 11.5vw, 62px);
  }

  html[data-theme="kinetic"] .topbar,
  html[data-theme="kinetic"] .topbar.is-scrolled,
  html[data-theme="brutalist"] .topbar,
  html[data-theme="brutalist"] .topbar.is-scrolled,
  html[data-theme="constructivist"] .topbar,
  html[data-theme="constructivist"] .topbar.is-scrolled {
    height: 68px;
  }

  html[data-theme="kinetic"] .hero,
  html[data-theme="brutalist"] .hero,
  html[data-theme="constructivist"] .hero {
    padding-top: 68px;
  }

  html[data-theme="kinetic"] .hero-inner,
  html[data-theme="brutalist"] .hero-inner,
  html[data-theme="constructivist"] .hero-inner {
    min-height: calc(100svh - 68px);
  }

  html[data-theme="kinetic"] .hero::after {
    top: 26%;
    right: -18%;
    font-size: 52vw;
    opacity: 0.12;
  }

  html[data-theme="kinetic"] .hero h1,
  html[data-theme="brutalist"] .hero h1,
  html[data-theme="constructivist"] .hero h1 {
    font-size: clamp(48px, 12vw, 68px);
  }

  html[data-theme="brutalist"] .nav,
  html[data-theme="constructivist"] .nav {
    border-bottom-width: 3px;
  }

  html[data-theme="brutalist"] .theme-art,
  html[data-theme="constructivist"] .theme-art {
    inset: 68px -35% 0 36%;
    opacity: 0.2;
  }

  html[data-theme="kinetic"] .product-item,
  html[data-theme="archive"] .product-item,
  html[data-theme="monochrome"] .product-item,
  html[data-theme="manual"] .product-item {
    min-height: 0;
    padding: 34px 0;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  html[data-theme="kinetic"] .product-meta,
  html[data-theme="archive"] .product-meta,
  html[data-theme="monochrome"] .product-meta,
  html[data-theme="manual"] .product-meta {
    align-items: center;
    flex-direction: row;
  }

  html[data-theme="brutalist"] .product-grid,
  html[data-theme="constructivist"] .product-grid {
    border-width: 3px;
  }

  html[data-theme="brutalist"] .product-item,
  html[data-theme="constructivist"] .product-item,
  html[data-theme="brutalist"] .product-item:nth-child(even),
  html[data-theme="constructivist"] .product-item:nth-child(even),
  html[data-theme="brutalist"] .product-item:nth-last-child(-n + 2),
  html[data-theme="constructivist"] .product-item:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 3px solid #050505;
  }

  html[data-theme="brutalist"] .product-item:last-child,
  html[data-theme="constructivist"] .product-item:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 520px) {
  html[data-theme="brutalist"] .contact-frame,
  html[data-theme="constructivist"] .contact-frame {
    box-shadow: none;
  }

  html[data-theme="manual"] .hero::before,
  html[data-theme="archive"] .hero::after {
    display: none;
  }
}
