:root {
  color-scheme: light;
  --ink: #161716;
  --muted: #60645f;
  --soft: #f4f6f2;
  --panel: #ffffff;
  --line: #d8ddd3;
  --field: #fafbf8;
  --graphite: #202421;
  --green: #1f6b4f;
  --green-dark: #134432;
  --yellow: #e0b72d;
  --orange: #b45728;
  --blue: #1f607d;
  --shadow: 0 18px 48px rgba(19, 24, 21, 0.12);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--soft);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 48px);
  background: rgba(250, 251, 248, 0.94);
  border-bottom: 1px solid rgba(32, 36, 33, 0.1);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 30px;
  border-radius: 4px;
  background: var(--graphite);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
  border-bottom: 3px solid var(--yellow);
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2.4vw, 30px);
  color: var(--muted);
  font-size: 14px;
}

.nav-links a,
.site-footer a,
.text-button {
  transition: color 160ms ease;
}

.nav-links a:hover,
.site-footer a:hover,
.text-button:hover {
  color: var(--green);
}

.header-action {
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--green);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.hero {
  min-height: min(720px, 82vh);
  display: flex;
  align-items: center;
  padding: clamp(80px, 10vw, 128px) clamp(18px, 7vw, 92px);
  background:
    linear-gradient(90deg, rgba(16, 17, 15, 0.88), rgba(16, 17, 15, 0.58) 39%, rgba(16, 17, 15, 0.08) 68%),
    url("https://cdn.shopify.com/s/files/1/0275/2102/4088/files/datacentertags-rack-labels-hero.png?v=1783653823") center / cover no-repeat;
  color: #fff;
}

.hero-copy {
  width: min(760px, 100%);
  max-width: 760px;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: 76px;
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero-lede {
  width: min(680px, 100%);
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 22px;
}

.hero-spec-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.hero-spec-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
}

.hero-actions,
.checkout-actions,
.bulk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--green);
  color: #fff;
}

.button.primary:hover {
  background: var(--green-dark);
}

.button.secondary {
  background: var(--graphite);
  color: #fff;
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.button.subtle {
  border-color: var(--line);
  background: #fff;
  color: var(--graphite);
}

.button.full {
  width: 100%;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-band div {
  min-height: 118px;
  padding: 24px clamp(18px, 3vw, 34px);
  background: #fff;
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band strong {
  margin-bottom: 7px;
  color: var(--graphite);
  font-size: 18px;
}

.trust-band span {
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: clamp(56px, 8vw, 92px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.02;
  letter-spacing: 0;
}

.section-intro {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.product-grid,
.standards-grid,
.application-grid,
.process-grid,
.kit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

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

.product-card,
.kit-card,
.application-grid article,
.process-grid article,
.standards-grid article,
.builder-panel,
.preview-panel,
.material-panel,
.spec-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.product-card,
.kit-card,
.application-grid article,
.process-grid article,
.standards-grid article {
  min-height: 216px;
  padding: 24px;
}

.product-code {
  display: inline-grid;
  place-items: center;
  min-width: 66px;
  height: 28px;
  padding: 0 8px;
  border-radius: 4px;
  background: var(--graphite);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.product-card h3,
.kit-card h3,
.application-grid h3,
.process-grid h3,
.material-panel h3,
.spec-panel h3,
.standards-grid h3,
.cart-heading h3 {
  margin: 16px 0 8px;
  font-size: 20px;
  line-height: 1.2;
}

.product-card p,
.kit-card p,
.application-grid p,
.process-grid p,
.spec-panel p,
.standards-grid p {
  margin: 0;
  color: var(--muted);
}

.card-list,
.spec-list {
  display: grid;
  gap: 6px;
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--graphite);
  font-size: 14px;
  font-weight: 700;
}

.applications {
  background: #fff;
}

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

.application-grid article,
.process-grid article {
  min-height: 190px;
}

.application-grid span,
.process-grid span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: var(--yellow);
  color: #111;
  font-size: 13px;
  font-weight: 900;
}

.materials {
  background: #f8faf5;
}

.project-kits {
  background: #f0f4ef;
}

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

.material-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 18px;
  align-items: stretch;
  min-width: 0;
}

.material-panel,
.spec-panel {
  max-width: 100%;
  min-width: 0;
  padding: 24px;
  box-shadow: var(--shadow);
}

.material-panel {
  overflow-x: auto;
}

.material-panel h3,
.spec-panel h3 {
  margin-top: 0;
}

.data-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 14px;
}

.data-table th,
.data-table td {
  padding: 12px 10px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.data-table th {
  color: var(--graphite);
  font-size: 12px;
  text-transform: uppercase;
}

.spec-panel p,
.spec-list li {
  overflow-wrap: anywhere;
}

.mounting-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.mounting-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--graphite);
  font-size: 13px;
  font-weight: 800;
}

.customizer-band {
  background: #edf1e9;
}

.customizer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: clamp(16px, 3vw, 28px);
  align-items: start;
}

.builder-panel,
.preview-panel {
  box-shadow: var(--shadow);
}

.builder-panel {
  padding: clamp(18px, 3vw, 30px);
}

fieldset {
  margin: 0 0 22px;
  padding: 0;
  border: 0;
}

legend {
  margin-bottom: 10px;
  color: var(--graphite);
  font-size: 14px;
  font-weight: 800;
}

.segmented,
.mode-switch {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--field);
}

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

.format-pill,
.mode-pill {
  min-height: 38px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 800;
}

.format-pill.active,
.mode-pill.active {
  background: var(--graphite);
  color: #fff;
}

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

.line-grid {
  grid-template-columns: 1fr;
  margin-bottom: 20px;
}

label {
  display: grid;
  gap: 6px;
  color: var(--graphite);
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--field);
  color: var(--ink);
  outline: none;
}

input,
select {
  height: 42px;
  padding: 0 12px;
}

textarea {
  padding: 12px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(31, 107, 79, 0.12);
}

.swatches,
.toggle-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.swatch {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 36px;
  padding: 4px;
  border: 2px solid transparent;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}

.swatch span {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--bg) 0 62%, var(--fg) 62% 100%);
  border: 1px solid rgba(0, 0, 0, 0.16);
}

.swatch.active {
  border-color: var(--green);
}

.swatch[hidden] {
  display: none;
}

.compatibility-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.builder-advice {
  margin: 12px 0 22px;
  padding: 12px 14px;
  border-left: 4px solid var(--green);
  border-radius: 6px;
  background: #fff;
  color: var(--graphite);
  font-size: 13px;
  font-weight: 800;
}

.toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--field);
  cursor: pointer;
}

.toggle input {
  width: 17px;
  height: 17px;
}

.bulk-actions {
  margin-top: 0;
  margin-bottom: 10px;
}

.bulk-file-strip {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 12px;
}

.file-picker input {
  height: auto;
  min-height: 42px;
  padding: 8px 10px;
}

.bulk-row-form {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr) minmax(0, 1.1fr) minmax(72px, 0.45fr) auto;
  gap: 10px;
  align-items: end;
  margin: 12px 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.bulk-row-form .button {
  min-height: 42px;
  white-space: nowrap;
}

.diagram-upload {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.diagram-status {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.diagram-status.error {
  color: #9b252b;
}

.bulk-status {
  min-height: 24px;
  margin-top: 10px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
}

.bulk-status.error {
  color: #9b252b;
}

.bulk-table-wrap {
  max-height: 260px;
  margin-top: 10px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.bulk-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 13px;
}

.bulk-table th,
.bulk-table td {
  padding: 9px 10px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.bulk-table th {
  position: sticky;
  top: 0;
  background: var(--field);
  color: var(--graphite);
  font-size: 12px;
}

.bulk-table td:last-child,
.bulk-table th:last-child {
  width: 64px;
  text-align: right;
}

.bulk-more-row td {
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.preview-panel {
  position: sticky;
  top: 84px;
  overflow: hidden;
}

.preview-stage {
  display: grid;
  place-items: center;
  gap: 14px;
  min-height: 330px;
  padding: 34px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    #202421;
  background-size: 28px 28px;
}

.preview-label {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: center;
  width: min(var(--preview-width, 510px), 92%);
  min-width: min(126px, 92%);
  min-height: var(--preview-height, 96px);
  padding: var(--preview-padding-y, 20px) var(--preview-padding-x, 56px) calc(var(--preview-padding-y, 20px) - 2px);
  border-radius: 6px;
  color: var(--plate-fg, #f7f8f5);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 28%),
    var(--plate-bg, #121417);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    0 22px 46px rgba(0, 0, 0, 0.34);
  text-align: center;
  overflow: hidden;
  aspect-ratio: var(--preview-ratio, 4 / 1);
}

.preview-label.port,
.preview-label.patch {
  min-height: max(54px, var(--preview-height, 74px));
}

.preview-label.cable {
  min-height: max(64px, var(--preview-height, 96px));
  border-radius: 18px;
}

.preview-accent {
  position: absolute;
  inset: auto 0 0;
  height: 7px;
  background: var(--accent, var(--yellow));
}

.preview-text {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0;
}

.line-one {
  font-size: var(--preview-title-size, 40px);
  font-weight: 900;
  line-height: 1.04;
}

.line-two,
.line-three {
  color: color-mix(in srgb, var(--plate-fg, #fff) 84%, transparent);
  font-size: var(--preview-detail-size, 18px);
  font-weight: 800;
  line-height: 1.2;
}

.diagram-art {
  position: relative;
  z-index: 1;
  width: min(78%, 360px);
  max-height: 42%;
  margin: 8px auto 0;
  object-fit: contain;
  opacity: 0.86;
  filter: grayscale(1) contrast(1.1);
}

.preview-label.has-diagram .diagram-art {
  display: block;
}

.preview-label.has-diagram .line-two,
.preview-label.has-diagram .line-three {
  display: none;
}

.preview-size-readout {
  color: rgba(247, 248, 245, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.preview-hole,
.preview-slot {
  position: absolute;
  z-index: 2;
  display: none;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.55);
}

.preview-hole {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.preview-hole.side {
  top: 50%;
  transform: translateY(-50%);
}

.preview-hole.side.left {
  left: 20px;
}

.preview-hole.side.right {
  right: 20px;
}

.preview-hole.corner.top-left {
  top: 14px;
  left: 18px;
}

.preview-hole.corner.top-right {
  top: 14px;
  right: 18px;
}

.preview-hole.corner.bottom-left {
  bottom: 14px;
  left: 18px;
}

.preview-hole.corner.bottom-right {
  right: 18px;
  bottom: 14px;
}

.preview-slot {
  top: 50%;
  width: 30px;
  height: 11px;
  border-radius: 999px;
  transform: translateY(-50%);
}

.preview-slot.left {
  left: 14px;
}

.preview-slot.right {
  right: 14px;
}

.preview-label.holes-left_right .preview-hole.side,
.preview-label.holes-tie_holes .preview-hole.side,
.preview-label.holes-four_corner .preview-hole.corner,
.preview-label.holes-slot .preview-slot {
  display: block;
}

.preview-label.holes-vertical_slot .preview-slot {
  display: block;
  width: 11px;
  height: 30px;
}

.preview-label.no-holes .preview-hole,
.preview-label.no-holes .preview-slot {
  display: none;
}

.qr-mark {
  position: absolute;
  right: 18px;
  bottom: 16px;
  display: none;
  width: 34px;
  height: 34px;
  border: 3px solid currentColor;
  background:
    linear-gradient(90deg, currentColor 6px, transparent 6px 12px, currentColor 12px 18px, transparent 18px),
    linear-gradient(currentColor 6px, transparent 6px 12px, currentColor 12px 18px, transparent 18px);
  opacity: 0.8;
}

.preview-label.has-qr .qr-mark {
  display: block;
}

.preview-label.font-mono {
  font-family: "Courier New", Courier, monospace;
}

.preview-label.font-bold {
  font-family: Arial Black, Arial, Helvetica, sans-serif;
}

.quote-box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.spec-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.spec-summary div {
  min-width: 0;
  padding: 15px 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.spec-summary div:nth-child(2n) {
  border-right: 0;
}

.spec-summary div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.spec-summary span,
.spec-summary strong {
  display: block;
}

.spec-summary span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spec-summary strong {
  margin-top: 5px;
  color: var(--graphite);
  font-size: 13px;
  line-height: 1.35;
}

.quote-box div {
  padding: 18px;
  border-right: 1px solid var(--line);
}

.quote-box div:last-child {
  border-right: 0;
}

.quote-box span,
.quote-box strong {
  display: block;
}

.quote-box span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.quote-box strong {
  margin-top: 4px;
  font-size: 21px;
}

.cart-panel {
  padding: 22px;
}

.cart-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cart-heading h3 {
  margin: 0;
}

.text-button {
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 800;
}

.cart-list {
  display: grid;
  gap: 9px;
  margin: 16px 0;
}

.cart-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--field);
}

.cart-item strong,
.cart-item span {
  display: block;
}

.cart-item span {
  color: var(--muted);
  font-size: 13px;
}

.remove-item {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  font-weight: 900;
}

.totals {
  margin: 0 0 18px;
  border-top: 1px solid var(--line);
}

.totals div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
}

.totals dt {
  color: var(--muted);
  font-weight: 800;
}

.totals dd {
  margin: 0;
  font-weight: 900;
}

.totals .grand {
  font-size: 20px;
}

.customer-grid {
  gap: 10px;
}

.proof-toggle {
  margin-top: 12px;
}

.notes-label {
  margin-top: 10px;
}

.status-line {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--green-dark);
  font-weight: 800;
}

.status-line.error {
  color: #9b252b;
}

.standards {
  background: #fff;
}

.process {
  background: #f3f0e8;
}

.faq {
  background: #fff;
}

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

.faq-grid details {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--field);
}

.faq-grid summary {
  cursor: pointer;
  color: var(--graphite);
  font-weight: 900;
}

.faq-grid p {
  margin: 12px 0 0;
  color: var(--muted);
}

.quote-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  background: var(--graphite);
  color: #fff;
}

.quote-cta h2 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: 44px;
  line-height: 1.04;
}

.quote-cta p:not(.eyebrow) {
  max-width: 820px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 30px clamp(18px, 5vw, 72px);
  background: var(--graphite);
  color: #fff;
}

.site-footer div,
.site-footer span {
  display: grid;
  gap: 4px;
}

.site-footer span {
  color: rgba(255, 255, 255, 0.72);
}

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

.message-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(31, 107, 79, 0.12), rgba(224, 183, 45, 0.14)),
    var(--soft);
}

.message-box {
  width: min(620px, 100%);
  padding: clamp(28px, 6vw, 52px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.message-box h1 {
  margin: 34px 0 10px;
  font-size: 52px;
  line-height: 1;
}

.message-box p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 18px;
}

@media (max-width: 1080px) {
  .trust-band,
  .product-grid,
  .kit-grid,
  .standards-grid,
  .application-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .material-layout {
    grid-template-columns: 1fr;
  }

  .customizer-layout {
    grid-template-columns: 1fr;
  }

  .preview-panel {
    position: static;
  }
}

@media (max-width: 780px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .header-action {
    padding: 9px 11px;
  }

  .hero {
    min-height: 650px;
    align-items: end;
    background:
      linear-gradient(180deg, rgba(16, 17, 15, 0.25), rgba(16, 17, 15, 0.88)),
      url("https://cdn.shopify.com/s/files/1/0275/2102/4088/files/datacentertags-rack-labels-hero.png?v=1783653823") center / cover no-repeat;
  }

  .hero h1 {
    font-size: 42px;
    overflow-wrap: normal;
    white-space: nowrap;
  }

  .hero-lede,
  .section-intro,
  .quote-cta p:not(.eyebrow) {
    font-size: 17px;
  }

  .section-heading h2,
  .quote-cta h2 {
    font-size: 34px;
  }

  .trust-band,
  .product-grid,
  .kit-grid,
  .standards-grid,
  .application-grid,
  .process-grid,
  .faq-grid,
  .form-grid,
  .customer-grid,
  .quote-box,
  .spec-summary,
  .quote-cta {
    grid-template-columns: 1fr;
  }

  .quote-box div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .quote-box div:last-child {
    border-bottom: 0;
  }

  .spec-summary div,
  .spec-summary div:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .spec-summary div:last-child {
    border-bottom: 0;
  }

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

  .bulk-file-strip,
  .diagram-upload,
  .bulk-row-form {
    grid-template-columns: 1fr;
  }

  .preview-stage {
    min-height: 260px;
    padding: 20px;
  }

  .preview-label {
    padding: var(--preview-padding-y, 18px) var(--preview-padding-x, 44px) calc(var(--preview-padding-y, 18px) - 2px);
  }

  .line-one {
    font-size: var(--preview-title-size, 32px);
  }

  .line-two,
  .line-three {
    font-size: var(--preview-detail-size, 16px);
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

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

@media (max-width: 460px) {
  .brand span:last-child {
    font-size: 14px;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero-spec-strip {
    display: grid;
  }

  .hero-actions,
  .checkout-actions,
  .bulk-actions,
  .quote-cta .button {
    display: grid;
  }

  .line-one {
    font-size: var(--preview-title-size, 25px);
  }

  .preview-label {
    min-height: 112px;
  }

  .qr-mark {
    width: 26px;
    height: 26px;
    right: 10px;
    bottom: 10px;
  }
}
