@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");

:root {
  --commerce-bg: #070707;
  --commerce-bg-soft: #101010;
  --commerce-ink: #f7f4ed;
  --commerce-muted: #a9a39a;
  --commerce-subtle: #6f6a62;
  --commerce-line: rgba(247, 244, 237, 0.14);
  --commerce-line-strong: rgba(247, 244, 237, 0.28);
  --commerce-panel: rgba(255, 255, 255, 0.045);
  --commerce-panel-strong: rgba(255, 255, 255, 0.075);
  --commerce-accent: #4f46e5;
  --commerce-mint: #87c7b2;
  --commerce-sky: #9ebbd8;
  --commerce-warn: #d9b25f;
  --commerce-shadow: 0 26px 80px rgba(0, 0, 0, 0.34);
}

html[data-theme="day"] {
  --commerce-bg: #f4f1ec;
  --commerce-bg-soft: #e8e2d8;
  --commerce-ink: #111111;
  --commerce-muted: #5c5750;
  --commerce-subtle: #7b746b;
  --commerce-line: rgba(17, 17, 17, 0.13);
  --commerce-line-strong: rgba(17, 17, 17, 0.26);
  --commerce-panel: rgba(255, 255, 255, 0.64);
  --commerce-panel-strong: rgba(255, 255, 255, 0.88);
  --commerce-shadow: 0 22px 60px rgba(40, 34, 26, 0.12);
}

.commerce-page {
  margin: 0;
  background: var(--commerce-bg);
  color: var(--commerce-ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.commerce-page *,
.commerce-page *::before,
.commerce-page *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.commerce-page a {
  color: inherit;
  text-decoration: none;
}

.commerce-page main {
  background: var(--commerce-bg);
  color: var(--commerce-ink);
}

.commerce-page ::selection {
  background: rgba(79, 70, 229, 0.34);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--commerce-bg-soft);
}

::-webkit-scrollbar-thumb {
  background: var(--commerce-accent);
  border-radius: 4px;
}

.brand-name {
  color: var(--commerce-accent) !important;
}

.legacy-commerce {
  background: var(--commerce-bg) !important;
  color: var(--commerce-ink) !important;
}

.tooltip:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
}

.legacy-commerce main,
.legacy-commerce > section,
.legacy-commerce main > section {
  background: var(--commerce-bg) !important;
  color: var(--commerce-ink) !important;
}

.legacy-commerce main > section:nth-of-type(even),
.legacy-commerce > section:nth-of-type(even) {
  background: var(--commerce-bg-soft) !important;
}

.legacy-commerce main > section:first-child,
.legacy-commerce > section:first-of-type {
  min-height: auto !important;
  border-top: 0 !important;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.98), rgba(7, 7, 7, 0.82) 52%, rgba(7, 7, 7, 0.48)),
    linear-gradient(180deg, #050505 0%, #15120f 64%, #070707 100%) !important;
}

html[data-theme="day"] .legacy-commerce main > section:first-child,
html[data-theme="day"] .legacy-commerce > section:first-of-type {
  background:
    linear-gradient(90deg, rgba(244, 241, 236, 0.98), rgba(244, 241, 236, 0.84) 52%, rgba(244, 241, 236, 0.52)),
    linear-gradient(180deg, #f4f1ec 0%, #d9d1c4 64%, #f4f1ec 100%) !important;
}

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

.legacy-commerce h1,
.legacy-commerce h2,
.legacy-commerce h3,
.legacy-commerce h4,
.legacy-commerce .text-white,
.legacy-commerce .text-gray-100,
.legacy-commerce .text-gray-200,
.legacy-commerce .text-gray-300 {
  color: var(--commerce-ink) !important;
}

.legacy-commerce p,
.legacy-commerce .text-gray-400,
.legacy-commerce .text-gray-500,
.legacy-commerce .text-slate-400,
.legacy-commerce .text-slate-500 {
  color: var(--commerce-muted) !important;
}

.legacy-commerce .text-indigo-100,
.legacy-commerce .text-indigo-200,
.legacy-commerce .text-indigo-300,
.legacy-commerce .text-indigo-400,
.legacy-commerce .text-blue-400,
.legacy-commerce .text-green-400,
.legacy-commerce .text-purple-300,
.legacy-commerce .text-pink-300,
.legacy-commerce .text-teal-300,
.legacy-commerce .text-yellow-300,
.legacy-commerce .text-lime-300,
.legacy-commerce .text-red-300,
.legacy-commerce .text-sky-300,
.legacy-commerce .text-amber-300,
.legacy-commerce .text-orange-300 {
  color: var(--commerce-accent) !important;
}

.legacy-commerce [class*="text-amber-"],
.legacy-commerce [class*="text-orange-"] {
  color: #c7d2fe !important;
}

.legacy-commerce [class*="bg-amber-900"],
.legacy-commerce [class*="bg-orange-900"] {
  background-color: rgba(79, 70, 229, 0.18) !important;
}

.legacy-commerce [class*="border-amber-"],
.legacy-commerce [class*="border-orange-"] {
  border-color: rgba(79, 70, 229, 0.58) !important;
}

.legacy-commerce .text-transparent.bg-clip-text,
.legacy-commerce .bg-gradient-to-r.from-indigo-400.to-purple-500 {
  background-image: none !important;
  color: var(--commerce-ink) !important;
  -webkit-text-fill-color: var(--commerce-ink);
}

.legacy-commerce .bg-gray-900,
.legacy-commerce .bg-slate-900,
.legacy-commerce .bg-slate-950,
.legacy-commerce .bg-gray-900\/80,
.legacy-commerce .bg-gray-900\/75,
.legacy-commerce .bg-gray-900\/70,
.legacy-commerce .bg-slate-900\/90,
.legacy-commerce .bg-slate-900\/80,
.legacy-commerce .bg-slate-900\/70,
.legacy-commerce .bg-slate-950\/60 {
  background-color: var(--commerce-bg) !important;
}

.legacy-commerce .bg-gray-800,
.legacy-commerce .bg-gray-800\/80,
.legacy-commerce .bg-gray-800\/70,
.legacy-commerce .bg-gray-800\/60,
.legacy-commerce .bg-slate-800,
.legacy-commerce .bg-slate-800\/80,
.legacy-commerce .bg-gray-700\/60 {
  background-color: var(--commerce-panel) !important;
}

.legacy-commerce .border-gray-800,
.legacy-commerce .border-gray-700,
.legacy-commerce .border-slate-800,
.legacy-commerce .border-slate-700,
.legacy-commerce .border-slate-700\/80,
.legacy-commerce .border-slate-600,
.legacy-commerce .border-gray-600 {
  border-color: var(--commerce-line) !important;
}

.legacy-commerce .rounded-full {
  border-radius: 999px !important;
}

.legacy-commerce .rounded-2xl,
.legacy-commerce .rounded-xl,
.legacy-commerce .rounded-lg,
.legacy-commerce .rounded-md {
  border-radius: 8px !important;
}

.print-guide-page .guide-filter-pill {
  background: var(--commerce-panel) !important;
  border-color: var(--commerce-line-strong) !important;
  color: var(--commerce-ink) !important;
}

.print-guide-page #material-guide {
  border-top: 0 !important;
}

.print-guide-page .guide-filter-pill:hover {
  background: var(--commerce-panel-strong) !important;
}

.print-guide-page .guide-filter-pill-active,
.print-guide-page .guide-filter-pill:has(input:checked) {
  background: #4f46e5 !important;
  border-color: #818cf8 !important;
  color: #f7f4ed !important;
  box-shadow: 0 0 0 1px rgba(129, 140, 248, 0.22) !important;
}

html[data-theme="day"] .print-guide-page .guide-filter-pill-active,
html[data-theme="day"] .print-guide-page .guide-filter-pill:has(input:checked) {
  background: #4f46e5 !important;
  border-color: #3730a3 !important;
  color: #f7f4ed !important;
  box-shadow: 0 0 0 1px rgba(55, 48, 163, 0.2) !important;
}

.print-guide-page .guide-family-badge,
.print-guide-page .guide-price-chip,
.print-guide-page .guide-stat-tag,
.print-guide-page .match-badge {
  border-style: solid !important;
  border-width: 1px !important;
}

.print-guide-page .guide-family-badge-pla,
.print-guide-page .guide-family-badge-generic,
.print-guide-page .guide-price-standard {
  background: rgba(59, 130, 246, 0.2) !important;
  border-color: rgba(147, 197, 253, 0.62) !important;
  color: #dbeafe !important;
}

.print-guide-page .guide-family-badge-petg,
.print-guide-page .guide-family-badge-abs,
.print-guide-page .guide-price-engineering {
  background: rgba(217, 119, 6, 0.2) !important;
  border-color: rgba(251, 191, 36, 0.68) !important;
  color: #fde68a !important;
}

.print-guide-page .guide-family-badge-pet {
  background: rgba(16, 185, 129, 0.18) !important;
  border-color: rgba(110, 231, 183, 0.58) !important;
  color: #d1fae5 !important;
}

.print-guide-page .guide-family-badge-asa {
  background: rgba(6, 182, 212, 0.2) !important;
  border-color: rgba(103, 232, 249, 0.58) !important;
  color: #cffafe !important;
}

.print-guide-page .guide-family-badge-tpu {
  background: rgba(225, 29, 72, 0.18) !important;
  border-color: rgba(253, 164, 175, 0.58) !important;
  color: #ffe4e6 !important;
}

.print-guide-page .guide-price-premium {
  background: rgba(124, 58, 237, 0.24) !important;
  border-color: rgba(196, 181, 253, 0.68) !important;
  color: #ede9fe !important;
}

.print-guide-page .guide-stat-tag {
  background: var(--commerce-panel) !important;
  border-color: var(--commerce-line-strong) !important;
  color: var(--commerce-ink) !important;
}

.print-guide-page .guide-stat-tag > span:first-child {
  color: var(--commerce-muted) !important;
}

.print-guide-page .match-badge {
  background: rgba(16, 185, 129, 0.18) !important;
  border-color: rgba(110, 231, 183, 0.58) !important;
  color: #d1fae5 !important;
}

html[data-theme="day"] .print-guide-page .guide-family-badge-pla,
html[data-theme="day"] .print-guide-page .guide-family-badge-generic,
html[data-theme="day"] .print-guide-page .guide-price-standard {
  background: rgba(37, 99, 235, 0.12) !important;
  border-color: rgba(37, 99, 235, 0.36) !important;
  color: #172554 !important;
}

html[data-theme="day"] .print-guide-page .guide-family-badge-petg,
html[data-theme="day"] .print-guide-page .guide-family-badge-abs,
html[data-theme="day"] .print-guide-page .guide-price-engineering {
  background: rgba(217, 119, 6, 0.16) !important;
  border-color: rgba(180, 83, 9, 0.38) !important;
  color: #451a03 !important;
}

html[data-theme="day"] .print-guide-page .guide-family-badge-pet {
  background: rgba(22, 163, 74, 0.13) !important;
  border-color: rgba(22, 101, 52, 0.34) !important;
  color: #14532d !important;
}

html[data-theme="day"] .print-guide-page .guide-family-badge-asa {
  background: rgba(8, 145, 178, 0.13) !important;
  border-color: rgba(14, 116, 144, 0.34) !important;
  color: #164e63 !important;
}

html[data-theme="day"] .print-guide-page .guide-family-badge-tpu {
  background: rgba(225, 29, 72, 0.12) !important;
  border-color: rgba(190, 18, 60, 0.32) !important;
  color: #881337 !important;
}

html[data-theme="day"] .print-guide-page .guide-price-premium {
  background: rgba(124, 58, 237, 0.13) !important;
  border-color: rgba(109, 40, 217, 0.34) !important;
  color: #3b0764 !important;
}

html[data-theme="day"] .print-guide-page .match-badge {
  background: rgba(22, 163, 74, 0.13) !important;
  border-color: rgba(22, 101, 52, 0.34) !important;
  color: #14532d !important;
}

.legacy-commerce .bg-indigo-600,
.legacy-commerce .hover\:bg-indigo-700:hover {
  background-color: var(--commerce-ink) !important;
  color: var(--commerce-bg) !important;
}

.legacy-commerce .bg-indigo-600 *,
.legacy-commerce .hover\:bg-indigo-700:hover * {
  color: var(--commerce-bg) !important;
}

.legacy-commerce .bg-indigo-900\/80,
.legacy-commerce .bg-indigo-600\/20,
.legacy-commerce .hover\:bg-indigo-600\/30:hover {
  background-color: rgba(79, 70, 229, 0.14) !important;
}

.legacy-commerce .border-indigo-500\/60,
.legacy-commerce .border-indigo-400,
.legacy-commerce .hover\:border-indigo-400:hover {
  border-color: rgba(79, 70, 229, 0.58) !important;
}

.legacy-commerce input,
.legacy-commerce textarea,
.legacy-commerce select {
  background-color: var(--commerce-panel-strong) !important;
  border-color: var(--commerce-line) !important;
  border-radius: 8px !important;
  color: var(--commerce-ink) !important;
}

.legacy-commerce input::placeholder,
.legacy-commerce textarea::placeholder {
  color: var(--commerce-subtle) !important;
}

.legacy-commerce input:focus,
.legacy-commerce textarea:focus,
.legacy-commerce select:focus {
  border-color: var(--commerce-accent) !important;
  box-shadow: 0 0 0 2px rgba(79, 70, 229, 0.24) !important;
}

.legacy-commerce .shadow-xl,
.legacy-commerce .shadow-2xl,
.legacy-commerce .shadow-lg {
  box-shadow: var(--commerce-shadow) !important;
}

.legacy-commerce .tooltip-content,
.legacy-commerce .field-error {
  background-color: #111111 !important;
  border-color: var(--commerce-line-strong) !important;
  color: #f7f4ed !important;
}

.legacy-commerce .w-20.h-1 {
  width: 92px !important;
  height: 1px !important;
  background-color: var(--commerce-accent) !important;
}

.legacy-commerce .animate-bounce {
  display: none !important;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .commerce-btn,
  .tile-visual {
    transition: none;
  }
}

.commerce-shell {
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .commerce-shell {
    padding: 0 36px;
  }
}

.commerce-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid var(--commerce-line-strong);
  padding: 0 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.commerce-btn:hover,
.commerce-btn:focus-visible {
  transform: translateY(-1px);
  border-color: var(--commerce-ink);
  outline: none;
}

.commerce-btn-primary {
  background: var(--commerce-ink) !important;
  color: var(--commerce-bg) !important;
  border-color: var(--commerce-ink) !important;
}

.commerce-btn-primary *,
.filter-button[aria-pressed="true"] * {
  color: inherit !important;
}

.commerce-page .bg-white,
.commerce-page a.bg-white,
.commerce-page button.bg-white {
  background-color: #f7f4ed !important;
  color: #070707 !important;
}

.commerce-page .bg-white *,
.commerce-page a.bg-white *,
.commerce-page button.bg-white * {
  color: #070707 !important;
}

.commerce-page .hover\:bg-neutral-200:hover {
  background-color: #e8e2d8 !important;
  color: #070707 !important;
}

.commerce-btn-dark {
  background: #111111;
  color: #f7f4ed;
  border-color: #111111;
}

.commerce-btn-dark * {
  color: inherit;
}

.commerce-btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  color: var(--commerce-ink);
}

html[data-theme="day"] .commerce-btn-ghost {
  background: rgba(17, 17, 17, 0.04);
}

.commerce-eyebrow {
  color: var(--commerce-accent);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.commerce-muted {
  color: var(--commerce-muted);
}

.commerce-hero {
  position: relative;
  min-height: clamp(560px, calc(100vh - 104px), 760px);
  overflow: hidden;
  isolation: isolate;
}

.commerce-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0), var(--commerce-bg));
  z-index: 1;
}

html[data-theme="day"] .commerce-hero::after {
  background: linear-gradient(180deg, rgba(244, 241, 236, 0), var(--commerce-bg));
}

.hero-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.98) 0%, rgba(7, 7, 7, 0.86) 42%, rgba(7, 7, 7, 0.36) 100%),
    linear-gradient(180deg, #050505 0%, #15120f 62%, #070707 100%);
}

html[data-theme="day"] .hero-stage {
  background:
    linear-gradient(90deg, rgba(244, 241, 236, 0.98) 0%, rgba(244, 241, 236, 0.82) 46%, rgba(244, 241, 236, 0.28) 100%),
    linear-gradient(180deg, #f4f1ec 0%, #d9d1c4 64%, #f4f1ec 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: clamp(560px, calc(100vh - 104px), 760px);
  width: min(100%, 720px);
  flex-direction: column;
  justify-content: center;
  padding-top: 96px;
  padding-bottom: 96px;
}

.hero-title {
  max-width: 760px;
  margin: 14px 0 20px;
  font-size: 46px;
  font-weight: 800;
  line-height: 0.98;
}

.hero-lede {
  max-width: 560px;
  color: var(--commerce-muted);
  font-size: 18px;
  line-height: 1.55;
}

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

@media (min-width: 768px) {
  .hero-title {
    font-size: 82px;
  }

  .hero-lede {
    font-size: 20px;
  }
}

.hero-product {
  position: absolute;
  right: -150px;
  bottom: -20px;
  z-index: 0;
  width: 840px;
  max-width: 62vw;
  aspect-ratio: 1 / 1;
  opacity: 0.96;
}

.hero-product::before {
  content: "";
  position: absolute;
  right: 10%;
  bottom: 5%;
  width: 72%;
  height: 16%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.38);
  filter: blur(22px);
}

html[data-theme="day"] .hero-product::before {
  background: rgba(49, 41, 30, 0.14);
}

@media (max-width: 900px) {
  .commerce-hero,
  .hero-copy {
    min-height: auto;
  }

  .hero-copy {
    padding-top: 66px;
    padding-bottom: 52px;
  }

  .hero-product {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 540px);
    max-width: none;
    margin: -28px auto 28px;
  }

  .hero-stage {
    opacity: 0.86;
  }
}

.printed-object {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, rgba(255, 255, 255, 0) 1px 6px),
    linear-gradient(145deg, #242424, #0b0b0b 70%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 34px 72px rgba(0, 0, 0, 0.36);
}

.printed-object.light {
  border-color: rgba(17, 17, 17, 0.12);
  background:
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.07) 0 1px, rgba(0, 0, 0, 0) 1px 6px),
    linear-gradient(145deg, #ebe5dc, #b9afa2 70%);
}

.printed-object.accent {
  border-color: rgba(79, 70, 229, 0.42);
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, rgba(255, 255, 255, 0) 1px 6px),
    linear-gradient(145deg, #4f46e5, #1e1b4b 72%);
}

html[data-theme="day"] .printed-object {
  border-color: rgba(17, 17, 17, 0.16);
  background:
    repeating-linear-gradient(0deg, rgba(17, 17, 17, 0.06) 0 1px, rgba(17, 17, 17, 0) 1px 6px),
    linear-gradient(145deg, #f0ebe3, #bdb4a7 70%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 30px 62px rgba(54, 45, 33, 0.16);
}

html[data-theme="day"] .printed-object.light {
  border-color: rgba(17, 17, 17, 0.2);
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, rgba(255, 255, 255, 0) 1px 6px),
    linear-gradient(145deg, #2f2c27, #111111 72%);
}

html[data-theme="day"] .printed-object.accent {
  border-color: rgba(79, 70, 229, 0.34);
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.16) 0 1px, rgba(255, 255, 255, 0) 1px 6px),
    linear-gradient(145deg, #87c7b2, #4f46e5 76%);
}

.hero-part-a {
  right: 14%;
  bottom: 18%;
  width: 38%;
  height: 42%;
  transform: skewY(-6deg) rotate(-3deg);
}

.hero-part-b {
  right: 43%;
  bottom: 31%;
  width: 28%;
  height: 24%;
  transform: skewY(8deg) rotate(6deg);
}

.hero-part-c {
  right: 26%;
  bottom: 58%;
  width: 18%;
  height: 18%;
  transform: rotate(12deg);
}

.hero-part-d {
  right: 62%;
  bottom: 21%;
  width: 18%;
  height: 30%;
  transform: rotate(-12deg);
}

.hero-axis {
  position: absolute;
  right: 13%;
  bottom: 52%;
  width: 54%;
  height: 1px;
  background: var(--commerce-line-strong);
  transform: rotate(-18deg);
}

.section-band {
  border-top: 1px solid var(--commerce-line);
  background: var(--commerce-bg);
}

.section-band.alt {
  background: var(--commerce-bg-soft);
}

.section-pad {
  padding: 74px 0;
}

.section-kicker {
  color: var(--commerce-accent);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.section-title {
  margin: 10px 0 0;
  max-width: 980px;
  color: var(--commerce-ink);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.04;
}

.section-copy {
  max-width: 660px;
  margin: 18px 0 0;
  color: var(--commerce-muted);
  font-size: 16px;
  line-height: 1.55;
}

@media (min-width: 768px) {
  .section-pad {
    padding: 96px 0;
  }

  .section-title {
    font-size: 54px;
  }
}

.feature-split {
  display: grid;
  gap: 1px;
  border: 1px solid var(--commerce-line);
  background: var(--commerce-line);
}

@media (min-width: 900px) {
  .feature-split {
    grid-template-columns: 1fr 1fr;
  }
}

.feature-panel {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background: var(--commerce-bg);
}

.feature-panel.alt-panel {
  background: var(--commerce-bg-soft);
}

.feature-panel h3 {
  margin: 12px 0 12px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.05;
}

.feature-panel p {
  max-width: 520px;
  color: var(--commerce-muted);
  font-size: 15px;
  line-height: 1.55;
}

.feature-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 40px;
}

.spec-list {
  display: grid;
  gap: 1px;
  margin: 28px 0 0;
  border: 1px solid var(--commerce-line);
  background: var(--commerce-line);
}

.spec-list li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  min-height: 54px;
  align-items: center;
  padding: 12px 14px;
  background: var(--commerce-panel);
  color: var(--commerce-muted);
  font-size: 13px;
  list-style: none;
}

.spec-list strong {
  color: var(--commerce-ink);
}

.product-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 40px;
  border: 1px solid var(--commerce-line);
  background: var(--commerce-line);
}

@media (min-width: 900px) {
  .product-stack {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.product-tile {
  position: relative;
  display: flex;
  min-height: 340px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 16px;
  background: var(--commerce-bg);
}

.product-tile:hover .tile-visual {
  transform: translateY(-4px) scale(1.02);
}

.tile-visual {
  position: relative;
  min-height: 190px;
  margin: 4px 0 24px;
  transition: transform 180ms ease;
}

.tile-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--commerce-muted);
  font-size: 12px;
}

.tile-name {
  margin: 8px 0 0;
  color: var(--commerce-ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

.tile-caption {
  margin: 6px 0 0;
  color: var(--commerce-muted);
  font-size: 13px;
  line-height: 1.4;
}

.product-shape {
  position: absolute;
  border-radius: 8px;
  border: 1px solid var(--commerce-line-strong);
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, rgba(255, 255, 255, 0) 1px 5px),
    linear-gradient(145deg, #2f2f2f, #101010);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.25);
}

html[data-theme="day"] .product-shape {
  background:
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0 1px, rgba(0, 0, 0, 0) 1px 5px),
    linear-gradient(145deg, #f0ebe3, #bdb4a7);
  box-shadow: 0 22px 48px rgba(54, 45, 33, 0.12);
}

.shape-stand-a {
  left: 22%;
  bottom: 18%;
  width: 48%;
  height: 16%;
  transform: skewX(-10deg);
}

.shape-stand-b {
  left: 36%;
  bottom: 34%;
  width: 20%;
  height: 42%;
  transform: rotate(-10deg);
}

.shape-stand-c {
  left: 22%;
  bottom: 66%;
  width: 46%;
  height: 12%;
  transform: rotate(-10deg);
}

.shape-cable-a {
  left: 15%;
  bottom: 18%;
  width: 68%;
  height: 18%;
}

.shape-cable-b,
.shape-cable-c,
.shape-cable-d {
  bottom: 42%;
  width: 12%;
  height: 36%;
  border-radius: 999px 999px 8px 8px;
}

.shape-cable-b { left: 22%; }
.shape-cable-c { left: 44%; }
.shape-cable-d { left: 66%; }

.shape-bracket-a {
  left: 25%;
  bottom: 22%;
  width: 46%;
  height: 16%;
}

.shape-bracket-b {
  left: 25%;
  bottom: 22%;
  width: 16%;
  height: 46%;
}

.shape-bracket-c {
  left: 25%;
  bottom: 58%;
  width: 46%;
  height: 14%;
}

.shape-grid-a {
  inset: auto 16% 18% 16%;
  height: 54%;
  background:
    linear-gradient(90deg, var(--commerce-line) 1px, transparent 1px),
    linear-gradient(0deg, var(--commerce-line) 1px, transparent 1px),
    linear-gradient(145deg, #202020, #0e0e0e);
  background-size: 25% 25%, 25% 25%, auto;
}

html[data-theme="day"] .shape-grid-a {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.12) 1px, transparent 1px),
    linear-gradient(0deg, rgba(17, 17, 17, 0.12) 1px, transparent 1px),
    linear-gradient(145deg, #f0ebe3, #bdb4a7);
  background-size: 25% 25%, 25% 25%, auto;
}

.shape-riser-a {
  left: 20%;
  bottom: 18%;
  width: 62%;
  height: 18%;
}

.shape-riser-b {
  left: 27%;
  bottom: 36%;
  width: 48%;
  height: 15%;
}

.shape-riser-c {
  left: 34%;
  bottom: 51%;
  width: 34%;
  height: 15%;
}

.shape-clip-a,
.shape-clip-b {
  left: 28%;
  width: 44%;
  height: 18%;
}

.shape-clip-a {
  bottom: 50%;
  border-radius: 999px 999px 8px 8px;
}

.shape-clip-b {
  bottom: 26%;
  border-radius: 8px 8px 999px 999px;
}

.shape-pot-a {
  left: 24%;
  bottom: 18%;
  width: 52%;
  height: 46%;
  border-radius: 20px 20px 12px 12px;
  transform: perspective(180px) rotateX(6deg);
}

.shape-pot-b {
  left: 18%;
  bottom: 60%;
  width: 64%;
  height: 12%;
  border-radius: 999px;
}

.shape-pot-c {
  left: 37%;
  bottom: 72%;
  width: 26%;
  height: 18%;
  border-radius: 50% 50% 999px 999px;
}

.shape-vase-a {
  left: 34%;
  bottom: 16%;
  width: 32%;
  height: 62%;
  border-radius: 999px 999px 28px 28px;
}

.shape-vase-b {
  left: 42%;
  bottom: 68%;
  width: 16%;
  height: 20%;
  border-radius: 999px;
}

.shape-vase-c {
  left: 30%;
  bottom: 14%;
  width: 40%;
  height: 12%;
  border-radius: 999px;
}

.shape-wall-a {
  left: 18%;
  bottom: 18%;
  width: 64%;
  height: 60%;
  border-radius: 8px;
  background:
    radial-gradient(circle at 30% 34%, rgba(255, 255, 255, 0.11) 0 18%, transparent 19%),
    radial-gradient(circle at 66% 58%, rgba(255, 255, 255, 0.09) 0 16%, transparent 17%),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 9px),
    linear-gradient(145deg, #2f2f2f, #101010);
}

html[data-theme="day"] .shape-wall-a {
  background:
    radial-gradient(circle at 30% 34%, rgba(17, 17, 17, 0.09) 0 18%, transparent 19%),
    radial-gradient(circle at 66% 58%, rgba(17, 17, 17, 0.08) 0 16%, transparent 17%),
    repeating-linear-gradient(45deg, rgba(17, 17, 17, 0.07) 0 1px, transparent 1px 9px),
    linear-gradient(145deg, #f0ebe3, #bdb4a7);
}

.shape-wall-b {
  left: 30%;
  bottom: 36%;
  width: 18%;
  height: 18%;
  border-radius: 50%;
}

.shape-wall-c {
  left: 54%;
  bottom: 43%;
  width: 20%;
  height: 34%;
  border-radius: 999px;
  transform: rotate(28deg);
}

.shape-trinket-a {
  left: 25%;
  bottom: 20%;
  width: 26%;
  height: 26%;
  border-radius: 8px;
  transform: rotate(-14deg);
}

.shape-trinket-b {
  left: 46%;
  bottom: 31%;
  width: 30%;
  height: 30%;
  border-radius: 50%;
}

.shape-trinket-c {
  left: 36%;
  bottom: 58%;
  width: 22%;
  height: 22%;
  border-radius: 8px 8px 999px 999px;
  transform: rotate(18deg);
}

.shape-accent {
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0 1px, rgba(255, 255, 255, 0) 1px 5px),
    linear-gradient(145deg, var(--commerce-accent), #1e1b4b);
}

.quote-band {
  display: grid;
  gap: 1px;
  margin-top: 40px;
  border: 1px solid var(--commerce-line);
  background: var(--commerce-line);
}

@media (min-width: 768px) {
  .quote-band {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.quote-item {
  min-height: 190px;
  padding: 22px;
  background: var(--commerce-bg);
}

.quote-item p {
  margin: 12px 0 0;
  color: var(--commerce-ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
}

.quote-item span {
  color: var(--commerce-muted);
  font-size: 12px;
}

.process-grid {
  display: grid;
  gap: 1px;
  margin-top: 40px;
  border: 1px solid var(--commerce-line);
  background: var(--commerce-line);
}

@media (min-width: 900px) {
  .process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.process-step {
  min-height: 220px;
  padding: 20px;
  background: var(--commerce-bg);
}

.process-step strong {
  display: block;
  color: var(--commerce-accent);
  font-size: 13px;
}

.process-step h3 {
  margin: 22px 0 10px;
  color: var(--commerce-ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
}

.process-step p {
  color: var(--commerce-muted);
  font-size: 14px;
  line-height: 1.5;
}

.store-hero {
  min-height: clamp(390px, 54vh, 560px);
}

.store-hero .hero-copy {
  min-height: clamp(390px, 54vh, 560px);
  padding-top: 74px;
  padding-bottom: 64px;
}

.store-hero .hero-title {
  max-width: 680px;
  margin-bottom: 16px;
}

.store-product-stage {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: min(700px, 52vw);
  height: 72%;
}

.store-stack-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid var(--commerce-line-strong);
  border-radius: 8px;
  background: var(--commerce-bg-soft);
  box-shadow: var(--commerce-shadow);
}

.store-stack-card:nth-child(1) {
  right: 6%;
  bottom: 8%;
  width: 56%;
  height: 54%;
}

.store-stack-card:nth-child(2) {
  right: 35%;
  bottom: 31%;
  width: 35%;
  height: 40%;
}

.store-stack-card:nth-child(3) {
  right: 13%;
  bottom: 54%;
  width: 30%;
  height: 27%;
}

.store-stack-card .tile-visual {
  min-height: 100%;
  margin: 0;
}

@media (max-width: 900px) {
  .store-hero,
  .store-hero .hero-copy {
    min-height: auto;
  }

  .store-hero .hero-copy {
    padding-top: 52px;
    padding-bottom: 34px;
  }

  .store-product-stage {
    position: relative;
    width: min(100%, 560px);
    height: 300px;
    margin: -18px auto 20px;
  }
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.filter-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--commerce-line);
  border-radius: 999px;
  background: transparent;
  color: var(--commerce-muted);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  padding: 0 14px;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.filter-button:hover,
.filter-button:focus-visible,
.filter-button[aria-pressed="true"] {
  background: var(--commerce-ink);
  border-color: var(--commerce-ink);
  color: var(--commerce-bg);
  outline: none;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  border: 1px solid var(--commerce-line);
  background: var(--commerce-line);
}

@media (min-width: 720px) {
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1120px) {
  .catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.catalog-card {
  display: flex;
  min-height: 460px;
  flex-direction: column;
  justify-content: space-between;
  background: var(--commerce-bg);
  transition: opacity 160ms ease, transform 160ms ease;
}

.catalog-card[hidden] {
  display: none;
}

.catalog-card:hover .tile-visual {
  transform: translateY(-5px);
}

.catalog-media {
  position: relative;
  min-height: 245px;
  border-bottom: 1px solid var(--commerce-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    var(--commerce-bg-soft);
  overflow: hidden;
}

html[data-theme="day"] .catalog-media {
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.04), rgba(17, 17, 17, 0)),
    var(--commerce-bg-soft);
}

.catalog-card-body {
  padding: 18px;
}

.catalog-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--commerce-muted);
  font-size: 12px;
}

.catalog-card h3 {
  margin: 10px 0 8px;
  color: var(--commerce-ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
}

.catalog-card p {
  color: var(--commerce-muted);
  font-size: 14px;
  line-height: 1.5;
}

.catalog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.mini-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--commerce-ink);
  font-size: 13px;
  font-weight: 800;
}

.mini-link svg {
  width: 15px;
  height: 15px;
}

.material-story {
  display: grid;
  gap: 1px;
  border: 1px solid var(--commerce-line);
  background: var(--commerce-line);
}

@media (min-width: 900px) {
  .material-story {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }
}

.material-story-media,
.material-story-copy {
  min-height: 430px;
  background: var(--commerce-bg);
}

.material-story-media {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.02), rgba(7, 7, 7, 0.42)),
    linear-gradient(180deg, #231a16 0%, #0f0d0b 62%, #090909 100%);
}

html[data-theme="day"] .material-story-media {
  background:
    linear-gradient(90deg, rgba(244, 241, 236, 0.08), rgba(244, 241, 236, 0.48)),
    linear-gradient(180deg, #d9d1c4 0%, #b9afa2 62%, #f4f1ec 100%);
}

.material-window {
  position: absolute;
  top: 0;
  right: 8%;
  left: 8%;
  height: 45%;
  background:
    repeating-linear-gradient(0deg, rgba(247, 244, 237, 0.46) 0 2px, rgba(247, 244, 237, 0.1) 2px 8px),
    linear-gradient(90deg, rgba(247, 244, 237, 0.5), rgba(217, 178, 95, 0.12));
  opacity: 0.52;
}

html[data-theme="day"] .material-window {
  background:
    repeating-linear-gradient(0deg, rgba(17, 17, 17, 0.18) 0 2px, rgba(17, 17, 17, 0.04) 2px 8px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.68), rgba(217, 178, 95, 0.18));
}

.material-shelf {
  position: absolute;
  right: 7%;
  bottom: 18%;
  left: 7%;
  height: 16%;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(247, 244, 237, 0.12), rgba(247, 244, 237, 0.02)),
    linear-gradient(180deg, #7a5430, #241913);
  box-shadow: 0 36px 70px rgba(0, 0, 0, 0.34);
}

html[data-theme="day"] .material-shelf {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.08)),
    linear-gradient(180deg, #caa36b, #7f5b38);
  box-shadow: 0 28px 52px rgba(54, 45, 33, 0.16);
}

.material-object {
  position: absolute;
  display: block;
  border: 1px solid var(--commerce-line-strong);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
  z-index: 2;
}

.material-object-vase {
  left: 23%;
  bottom: 32%;
  width: 18%;
  height: 34%;
  border-radius: 999px 999px 18px 18px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 2px, transparent 2px 8px),
    linear-gradient(145deg, #d9b25f, #c7825a);
}

.material-object-bowl {
  right: 24%;
  bottom: 32%;
  width: 25%;
  height: 20%;
  border-radius: 22px 22px 10px 10px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 2px, transparent 2px 9px),
    linear-gradient(145deg, #f0ebe3, #bdb4a7);
}

.material-object-bowl::before {
  content: "";
  position: absolute;
  right: -8%;
  bottom: 78%;
  left: -8%;
  height: 28%;
  border: 1px solid var(--commerce-line-strong);
  border-radius: 999px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 2px, transparent 2px 9px),
    linear-gradient(145deg, #f7f4ed, #bdb4a7);
}

.material-plant {
  position: absolute;
  right: 22%;
  bottom: 45%;
  width: 30%;
  height: 34%;
  pointer-events: none;
  z-index: 1;
}

.material-plant-sprig {
  position: absolute;
  bottom: 0;
  width: 38%;
  height: 100%;
}

.sprig-a {
  left: 4%;
  transform: rotate(-12deg);
}

.sprig-b {
  left: 31%;
  bottom: 4%;
  height: 112%;
}

.sprig-c {
  right: 2%;
  transform: rotate(14deg);
}

.material-plant-stem {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2px;
  height: 72%;
  background: rgba(135, 199, 178, 0.72);
  transform: translateX(-50%);
}

.material-plant-leaf {
  position: absolute;
  width: 42%;
  height: 24%;
  border: 1px solid rgba(135, 199, 178, 0.58);
  border-radius: 999px 999px 999px 8px;
  background:
    linear-gradient(90deg, rgba(135, 199, 178, 0.36) 1px, transparent 1px),
    linear-gradient(0deg, rgba(135, 199, 178, 0.22) 1px, transparent 1px),
    rgba(135, 199, 178, 0.12);
  background-size: 7px 100%, 100% 6px, auto;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
}

.leaf-a {
  left: 8%;
  bottom: 36%;
  transform: rotate(-32deg);
}

.leaf-b {
  right: 4%;
  bottom: 48%;
  transform: scaleX(-1) rotate(-30deg);
}

.leaf-c {
  left: 18%;
  bottom: 64%;
  transform: rotate(-18deg);
}

.material-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
}

.material-story-copy .section-title {
  max-width: 620px;
}

.material-story-copy .section-copy {
  max-width: 560px;
}

.cta-panel {
  display: grid;
  gap: 1px;
  border: 1px solid var(--commerce-line);
  background: var(--commerce-line);
}

@media (min-width: 900px) {
  .cta-panel {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

.cta-main,
.cta-side {
  padding: 24px;
  background: var(--commerce-bg);
}

.cta-main h2 {
  margin: 0;
  max-width: 860px;
  color: var(--commerce-ink);
  font-size: 36px;
  font-weight: 800;
  line-height: 1.05;
}

.cta-main p,
.cta-side p {
  margin-top: 16px;
  color: var(--commerce-muted);
  font-size: 15px;
  line-height: 1.55;
}

.cta-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}

@media (min-width: 768px) {
  .cta-main h2 {
    font-size: 56px;
  }
}

.custom-request-band {
  display: grid;
  gap: 24px;
  align-items: center;
  padding: 32px 0;
  border-top: 1px solid var(--commerce-line);
  border-bottom: 1px solid var(--commerce-line);
}

.custom-request-copy h2 {
  max-width: 760px;
  margin: 8px 0 0;
  color: var(--commerce-ink);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.05;
}

.custom-request-copy p:not(.section-kicker) {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--commerce-muted);
  font-size: 15px;
  line-height: 1.55;
}

.custom-request-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sustainability-hero {
  min-height: auto;
  padding-bottom: 96px;
}

.sustainability-hero-layout {
  position: relative;
  display: grid;
  align-items: center;
  gap: 28px;
}

@media (min-width: 980px) {
  .sustainability-hero-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  }
}

.sustainability-hero .hero-copy {
  min-height: clamp(560px, calc(100vh - 104px), 730px);
}

.sustainability-hero .hero-title {
  max-width: 900px;
  font-size: 42px;
}

.sustainability-hero::after {
  height: 34%;
}

.hero-support {
  max-width: 650px;
  margin-top: 18px;
  color: var(--commerce-muted);
  font-size: 15px;
  line-height: 1.65;
}

.sustainability-hero-visual {
  position: relative;
  z-index: 2;
  display: none;
  min-height: 520px;
}

.hero-commitment-shell {
  position: relative;
  z-index: 2;
  margin-top: -30px;
}

.sustainability-orbit-scene {
  position: absolute;
  inset: 8% 0 6%;
  overflow: hidden;
  border: 1px solid var(--commerce-line-strong);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 52%, rgba(158, 187, 216, 0.22), transparent 30%),
    radial-gradient(circle at 22% 18%, rgba(217, 178, 95, 0.16), transparent 28%),
    radial-gradient(circle at 82% 26%, rgba(135, 199, 178, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.018));
  box-shadow: var(--commerce-shadow);
}

.sustainability-orbit-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 42%, rgba(255, 255, 255, 0.08) 48%, transparent 58% 100%);
  pointer-events: none;
}

.orbit-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 50% 55%, #000 0 66%, transparent 82%);
  opacity: 0.62;
}

.earth-shadow {
  position: absolute;
  left: 19%;
  right: 19%;
  bottom: 10%;
  height: 16%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.34);
  filter: blur(18px);
}

.earth-sphere {
  position: absolute;
  left: 50%;
  bottom: 15%;
  width: min(62%, 360px);
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(247, 244, 237, 0.24);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.42), transparent 15%),
    radial-gradient(circle at 68% 68%, rgba(7, 7, 7, 0.3), transparent 38%),
    linear-gradient(145deg, #9ebbd8, #31475a 64%, #111111);
  box-shadow: inset -28px -34px 70px rgba(0, 0, 0, 0.42), inset 12px 14px 30px rgba(255, 255, 255, 0.16), 0 32px 72px rgba(0, 0, 0, 0.32);
  transform: translateX(-50%);
}

.earth-sphere::before,
.earth-sphere::after {
  content: "";
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(247, 244, 237, 0.12);
  border-radius: 50%;
}

.earth-sphere::after {
  inset: 0 28%;
  border-top: 0;
  border-bottom: 0;
}

.earth-continent {
  position: absolute;
  display: block;
  border: 1px solid rgba(247, 244, 237, 0.16);
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 7px),
    linear-gradient(145deg, #87c7b2, #31594f);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.continent-a {
  left: 16%;
  top: 27%;
  width: 28%;
  height: 24%;
  border-radius: 50% 42% 54% 36%;
  transform: rotate(-18deg);
}

.continent-b {
  right: 15%;
  top: 32%;
  width: 23%;
  height: 34%;
  border-radius: 44% 60% 38% 52%;
  transform: rotate(14deg);
}

.continent-c {
  left: 38%;
  bottom: 14%;
  width: 22%;
  height: 16%;
  border-radius: 52% 34% 48% 62%;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 7px),
    linear-gradient(145deg, #d9b25f, #6d5530);
}

.recycle-emblem {
  position: absolute;
  left: 50%;
  bottom: 35%;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  animation: recycleSpin 32s linear infinite;
  transform: translateX(-50%);
  transform-origin: center;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.36));
}

.recycle-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 18px;
  border-radius: 999px 3px 3px 999px;
  background: linear-gradient(90deg, rgba(135, 199, 178, 0.2), #87c7b2);
  transform-origin: -8px 50%;
}

.recycle-arrow::after {
  content: "";
  position: absolute;
  right: -11px;
  top: -7px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 18px solid #87c7b2;
}

.arrow-a {
  transform: rotate(0deg) translate(24px, -9px);
}

.arrow-b {
  transform: rotate(120deg) translate(24px, -9px);
}

.arrow-c {
  transform: rotate(240deg) translate(24px, -9px);
}

.orbit-ring {
  position: absolute;
  left: 50%;
  top: 52%;
  border: 1px solid rgba(247, 244, 237, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-16deg);
}

.orbit-ring-a {
  width: 78%;
  height: 42%;
}

.orbit-ring-b {
  width: 62%;
  height: 66%;
  transform: translate(-50%, -50%) rotate(34deg);
}

.orbit-object {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 1px;
  height: 1px;
  animation: orbitTurn 44s linear infinite;
  transform-origin: center;
}

.orbit-object span {
  position: absolute;
  display: block;
  border: 1px solid var(--commerce-line-strong);
  border-radius: 8px;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 6px),
    linear-gradient(145deg, #f0ebe3, #bdb4a7);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.orbit-object-a span {
  width: 38px;
  height: 48px;
  border-radius: 999px 999px 10px 10px;
  transform: translate(168px, -34px) rotate(-8deg);
}

.orbit-object-b {
  animation-duration: 52s;
  animation-delay: -18s;
}

.orbit-object-b span {
  width: 46px;
  height: 26px;
  transform: translate(-206px, 62px) rotate(14deg);
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 6px),
    linear-gradient(145deg, #d9b25f, #7b5d2f);
}

.orbit-object-c {
  animation-duration: 62s;
  animation-delay: -31s;
}

.orbit-object-c span {
  width: 32px;
  height: 32px;
  clip-path: polygon(12% 18%, 80% 0, 100% 72%, 28% 100%);
  transform: translate(108px, 135px) rotate(24deg);
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 5px),
    linear-gradient(145deg, #87c7b2, #31594f);
}

.orbit-object-d {
  animation-duration: 56s;
  animation-delay: -8s;
}

.orbit-object-d span {
  width: 40px;
  height: 34px;
  transform: translate(-134px, -128px) rotate(-22deg);
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 6px),
    linear-gradient(145deg, #4f46e5, #1e1b4b);
}

.sustainability-card-icon,
.process-step-icon,
.source-card-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--commerce-line-strong);
  border-radius: 8px;
  background: var(--commerce-panel-strong);
  color: var(--commerce-accent);
}

.sustainability-card-icon svg,
.process-step-icon svg,
.source-card-icon svg {
  width: 18px;
  height: 18px;
}

.sustainability-section-grid {
  display: grid;
  gap: 28px;
}

.sustainability-copy-stack {
  display: grid;
  gap: 16px;
  max-width: 760px;
}

.sustainability-copy-stack p {
  color: var(--commerce-muted);
  font-size: 16px;
  line-height: 1.65;
}

.sustainability-subsection {
  margin-top: 46px;
}

.sustainability-subtitle {
  margin: 0 0 18px;
  color: var(--commerce-ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.12;
}

.truth-panel,
.commitment-panel {
  display: grid;
  gap: 30px;
  padding: 26px;
  border: 1px solid rgba(79, 70, 229, 0.52);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 16%, rgba(79, 70, 229, 0.24), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  box-shadow: 0 28px 90px rgba(79, 70, 229, 0.13), var(--commerce-shadow);
}

.truth-panel h2,
.pla-truth-section h2 {
  margin: 10px 0 0;
  max-width: 780px;
  color: var(--commerce-ink);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.04;
}

.commitment-panel {
  margin-top: 0;
}

.commitment-panel .principles-core-list {
  border-color: rgba(247, 244, 237, 0.16);
  background: rgba(247, 244, 237, 0.12);
}

.commitment-panel .principle-card {
  background: rgba(7, 7, 7, 0.34);
}

.pla-truth-section {
  display: grid;
  gap: 30px;
}

.pla-title-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pla-title-block .section-kicker,
.pla-title-block h2 {
  text-align: center;
}

.pla-title-block h2 {
  margin-left: auto;
  margin-right: auto;
}

.pla-material-section {
  display: grid;
  gap: 1px;
  border: 1px solid var(--commerce-line);
  background: var(--commerce-line);
}

.pla-material-copy,
.pla-facts-panel {
  background: var(--commerce-bg);
  padding: 24px;
}

.pla-material-copy .section-kicker,
.pla-material-copy h2 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.pla-material-copy h2 {
  margin-top: 10px;
  margin-bottom: 18px;
  max-width: 620px;
  color: var(--commerce-ink);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.04;
}

.pla-material-copy p {
  max-width: 680px;
  color: var(--commerce-muted);
  font-size: 16px;
  line-height: 1.65;
}

.pla-material-copy p + p {
  margin-top: 16px;
}

.pla-facts-panel {
  display: grid;
  gap: 1px;
  align-content: start;
  background: var(--commerce-line);
  padding: 0;
}

.pla-fact {
  display: grid;
  gap: 8px;
  min-height: 116px;
  padding: 18px;
  background: var(--commerce-bg);
}

.pla-fact strong {
  color: var(--commerce-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.pla-fact span {
  color: var(--commerce-muted);
  font-size: 13px;
  line-height: 1.55;
}

.pla-material-note {
  margin-top: 18px;
}

.truth-copy {
  display: grid;
  gap: 16px;
}

.truth-copy p {
  color: var(--commerce-muted);
  font-size: 16px;
  line-height: 1.65;
}

.truth-emphasis {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 10px;
  padding: 16px;
  border: 1px solid var(--commerce-line-strong);
  border-radius: 8px;
  background: rgba(7, 7, 7, 0.48);
  color: var(--commerce-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.truth-emphasis svg {
  flex: 0 0 auto;
  color: var(--commerce-warn);
}

.material-loop-grid {
  position: relative;
}

.sustainability-process-step {
  position: relative;
}

.sustainability-process-step h4 {
  margin: 18px 0 10px;
  color: var(--commerce-ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
}

.sustainability-process-step .process-step-icon {
  margin-top: 22px;
}

.sustainability-process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 34px;
  height: 1px;
  background: var(--commerce-line-strong);
}

.sustainability-process-step:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 9px;
  height: 9px;
  border-top: 1px solid var(--commerce-line-strong);
  border-right: 1px solid var(--commerce-line-strong);
  transform: rotate(45deg);
}

.sustainability-narrow {
  max-width: 960px;
}

.improvement-copy {
  margin-top: 22px;
}

.sustainability-cta {
  padding-top: 44px;
  padding-bottom: 44px;
}

.source-card-list {
  display: grid;
  gap: 1px;
  margin-top: 34px;
  border: 1px solid var(--commerce-line);
  background: var(--commerce-line);
}

.source-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  padding: 18px;
  background: var(--commerce-bg);
  transition: background 160ms ease, transform 160ms ease;
}

.source-card:hover,
.source-card:focus-visible,
.source-card:target {
  background: var(--commerce-panel-strong);
  outline: none;
  transform: translateY(-1px);
}

.source-card:target {
  box-shadow: inset 3px 0 0 var(--commerce-accent);
}

.source-card > span:not(.source-card-icon) {
  display: grid;
  gap: 7px;
}

.source-card strong {
  color: var(--commerce-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.source-card span span {
  color: var(--commerce-muted);
  font-size: 13px;
  line-height: 1.55;
}

.source-external {
  width: 17px;
  height: 17px;
  color: var(--commerce-subtle);
}

.principles-layout {
  margin-top: 44px;
}

.principles-core-list,
.principles-aux-grid {
  display: grid;
  gap: 1px;
  border: 1px solid var(--commerce-line);
  background: var(--commerce-line);
}

.principles-aux-grid {
  margin-top: 28px;
}

.principle-card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px;
  background: var(--commerce-bg);
}

.core-principle-card {
  display: grid;
  grid-template-columns: 44px auto minmax(0, 1fr);
  gap: 16px;
  min-height: 0;
  align-items: center;
}

.core-principle-card .sustainability-card-icon {
  grid-column: 2;
  grid-row: 1;
}

.core-principle-card > div {
  grid-column: 3;
  grid-row: 1;
}

.core-principle-card h3 {
  margin-top: 0;
}

.principle-index {
  grid-column: 1;
  grid-row: 1;
  justify-self: stretch;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--commerce-line);
  color: var(--commerce-accent);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.principle-card-feature {
  border-color: rgba(79, 70, 229, 0.52);
  background:
    radial-gradient(circle at 12% 12%, rgba(79, 70, 229, 0.2), transparent 34%),
    var(--commerce-bg);
}

.principle-card h3 {
  margin: 22px 0 12px;
  color: var(--commerce-ink);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.05;
}

.principle-card p {
  margin: 0;
  color: var(--commerce-muted);
  font-size: 14px;
  line-height: 1.58;
}

.principle-card p + p {
  margin-top: 12px;
}

.inline-cite {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  margin-left: 4px;
  border: 1px solid var(--commerce-line-strong);
  border-radius: 999px;
  padding: 0 7px;
  color: var(--commerce-ink);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: 0.12em;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.inline-cite:hover,
.inline-cite:focus-visible {
  border-color: var(--commerce-accent);
  background: rgba(79, 70, 229, 0.16);
  color: var(--commerce-ink);
  outline: none;
}

.principle-card .truth-emphasis {
  margin-top: auto;
}

@keyframes recycleSpin {
  from {
    transform: translateX(-50%) rotate(0deg);
  }

  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes orbitTurn {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 720px) {
  .principles-aux-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .sustainability-hero .hero-title {
    font-size: 74px;
  }

  .truth-panel h2,
  .pla-truth-section h2 {
    font-size: 54px;
  }
}

@media (min-width: 900px) {
  .principles-aux-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sustainability-section-grid,
  .truth-panel,
  .pla-truth-section {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  }

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

@media (min-width: 980px) {
  .sustainability-hero-visual {
    display: block;
  }
}

@media (max-width: 900px) {
  .sustainability-hero .hero-copy {
    min-height: auto;
  }

  .hero-commitment-shell {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .sustainability-hero .hero-title {
    font-size: 38px;
  }

  .source-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .source-external {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .recycle-emblem,
  .orbit-object {
    animation: none;
  }
}

html[data-theme="day"] .sustainability-orbit-scene {
  background:
    radial-gradient(circle at 50% 52%, rgba(158, 187, 216, 0.24), transparent 30%),
    radial-gradient(circle at 22% 18%, rgba(217, 178, 95, 0.18), transparent 28%),
    radial-gradient(circle at 82% 26%, rgba(135, 199, 178, 0.2), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.36));
}

html[data-theme="day"] .orbit-grid {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(17, 17, 17, 0.05) 1px, transparent 1px);
}

html[data-theme="day"] .earth-shadow {
  background: rgba(49, 41, 30, 0.15);
}

html[data-theme="day"] .earth-sphere {
  border-color: rgba(17, 17, 17, 0.14);
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.66), transparent 15%),
    radial-gradient(circle at 68% 68%, rgba(17, 17, 17, 0.16), transparent 38%),
    linear-gradient(145deg, #cfe0ee, #7f9db6 64%, #435260);
  box-shadow: inset -28px -34px 70px rgba(17, 17, 17, 0.18), inset 12px 14px 30px rgba(255, 255, 255, 0.44), 0 28px 62px rgba(54, 45, 33, 0.16);
}

html[data-theme="day"] .earth-continent,
html[data-theme="day"] .orbit-object span {
  border-color: rgba(17, 17, 17, 0.16);
  box-shadow: 0 18px 38px rgba(54, 45, 33, 0.14);
}

html[data-theme="day"] .orbit-object span {
  background:
    repeating-linear-gradient(0deg, rgba(17, 17, 17, 0.06) 0 1px, transparent 1px 6px),
    linear-gradient(145deg, #f0ebe3, #bdb4a7);
}

html[data-theme="day"] .commitment-panel {
  border-color: rgba(79, 70, 229, 0.28);
  background:
    radial-gradient(circle at 12% 16%, rgba(79, 70, 229, 0.1), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.58));
  box-shadow: 0 24px 70px rgba(54, 45, 33, 0.12);
}

html[data-theme="day"] .commitment-panel .principles-core-list {
  border-color: rgba(17, 17, 17, 0.1);
  background: rgba(17, 17, 17, 0.1);
}

html[data-theme="day"] .commitment-panel .principle-card {
  background: rgba(255, 255, 255, 0.72);
}

html[data-theme="day"] .principle-index {
  border-color: rgba(17, 17, 17, 0.11);
}

html[data-theme="day"] .inline-cite:hover,
html[data-theme="day"] .inline-cite:focus-visible {
  background: rgba(79, 70, 229, 0.1);
}

html[data-theme="day"] .truth-emphasis {
  background: rgba(255, 255, 255, 0.56);
}

.print-flow-section .process-grid {
  margin-top: 30px;
}

.print-flow-section .process-step {
  min-height: 210px;
}

.request-form-card {
  border-color: var(--commerce-line) !important;
  background: var(--commerce-bg) !important;
  box-shadow: var(--commerce-shadow) !important;
}

.request-form-card h1,
.request-form-card h3,
.request-form-card label,
.request-form-card .text-white,
.request-form-card .text-gray-200,
.request-form-card .text-gray-300 {
  color: var(--commerce-ink) !important;
}

.request-form-card p,
.request-form-card .text-gray-400,
.request-form-card .text-gray-500 {
  color: var(--commerce-muted) !important;
}

.request-step-panel,
.request-inline-panel,
.request-pricing-note {
  border-color: var(--commerce-line) !important;
  background: var(--commerce-panel) !important;
}

.request-form-card input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.request-form-card textarea,
.request-form-card select {
  border-color: var(--commerce-line) !important;
  background: var(--commerce-panel-strong) !important;
  color: var(--commerce-ink) !important;
}

.request-form-card input::placeholder,
.request-form-card textarea::placeholder {
  color: var(--commerce-subtle) !important;
}

.request-form-card input:focus,
.request-form-card textarea:focus,
.request-form-card select:focus {
  border-color: var(--commerce-accent) !important;
  box-shadow: 0 0 0 2px rgba(79, 70, 229, 0.22) !important;
}

.request-form-card [data-row-id],
.request-form-card .color-swatch-card,
.request-form-card #filamentFamilyDescription,
.request-form-card #filamentFamilySelected,
.request-form-card #filamentFamilyLabels > * {
  border-color: var(--commerce-line) !important;
  background: var(--commerce-panel) !important;
  color: var(--commerce-ink) !important;
}

.request-form-card #filamentFamilyOptions label,
.request-form-card [data-variant-options] label {
  border-color: var(--commerce-line) !important;
  background: var(--commerce-panel) !important;
  color: var(--commerce-muted) !important;
}

.request-form-card #filamentFamilyOptions label:has(input:checked) {
  border-color: var(--commerce-line-strong) !important;
  background: var(--commerce-panel-strong) !important;
  color: var(--commerce-ink) !important;
}

.request-form-card input[type="checkbox"] {
  accent-color: var(--commerce-ink);
}

.request-form-card #filamentFamilyLabels .rounded-full {
  background: rgba(34, 197, 94, 0.16) !important;
  color: #86efac !important;
  border: 1px solid rgba(34, 197, 94, 0.46) !important;
}

.request-form-card .color-swatch-card:hover,
.request-form-card .color-swatch-card[data-selected="true"] {
  border-color: var(--commerce-ink) !important;
  box-shadow: 0 0 0 1px var(--commerce-ink) !important;
}

.request-form-card .color-swatch-fill {
  background-color: revert-layer;
  background-blend-mode: normal !important;
  filter: none !important;
  opacity: 1 !important;
  isolation: isolate;
}

.request-form-card .color-swatch-fill::before,
.request-form-card .color-swatch-fill::after {
  filter: none !important;
}

.request-form-card .select-overlay {
  background: linear-gradient(180deg, rgba(7, 7, 7, 0), rgba(7, 7, 7, 0.62)) !important;
  color: #f7f4ed !important;
}

.request-form-card #addColorButton {
  border-color: var(--commerce-line-strong) !important;
  background: var(--commerce-panel) !important;
  color: var(--commerce-ink) !important;
}

.request-form-card #addColorButton:hover {
  border-color: var(--commerce-ink) !important;
  background: var(--commerce-panel-strong) !important;
}

.request-form-card #filamentStepError,
.request-form-card .field-invalid {
  color: #fca5a5 !important;
}

.request-form-card .field-error {
  background: #111111 !important;
  border-color: rgba(248, 113, 113, 0.72) !important;
  color: #fee2e2 !important;
}

.request-form-card .field-locked {
  opacity: 0.72;
}

.request-form-button {
  border: 1px solid rgba(79, 70, 229, 0.72) !important;
  border-radius: 6px !important;
  background: var(--commerce-accent) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
}

.legacy-commerce .request-form-card .request-form-button,
.legacy-commerce .request-form-card button.request-form-button.bg-indigo-600,
.legacy-commerce .request-form-card button.request-form-button.hover\:bg-indigo-700:hover {
  background: var(--commerce-accent) !important;
  border-color: rgba(79, 70, 229, 0.72) !important;
  color: #ffffff !important;
}

.legacy-commerce .request-form-card .request-form-button * {
  color: #ffffff !important;
}

.request-form-button:hover,
.request-form-button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.request-form-card [data-step-bar] {
  background-color: var(--commerce-line-strong) !important;
}

.request-form-card [data-step-bar].bg-indigo-600 {
  background-color: var(--commerce-ink) !important;
}

.material-badge {
  border: 1px solid var(--commerce-line-strong) !important;
  background: var(--commerce-panel-strong) !important;
  color: var(--commerce-ink) !important;
}

.price-tier-option {
  border: 1px solid var(--commerce-line) !important;
}

.material-badge-premium,
.price-tier-premium {
  border-color: rgba(139, 92, 246, 0.62) !important;
  background: rgba(109, 40, 217, 0.22) !important;
  color: #ddd6fe !important;
}

.material-badge-engineering,
.price-tier-engineering {
  border-color: rgba(217, 178, 95, 0.72) !important;
  background: rgba(217, 178, 95, 0.18) !important;
  color: #fde68a !important;
}

.material-badge-standard,
.price-tier-standard {
  border-color: rgba(158, 187, 216, 0.54) !important;
  background: rgba(158, 187, 216, 0.12) !important;
  color: #dbeafe !important;
}

.price-tier-premium-active {
  border-color: rgba(196, 181, 253, 0.92) !important;
  background: rgba(124, 58, 237, 0.5) !important;
  color: #f5f3ff !important;
}

.price-tier-engineering-active {
  border-color: rgba(251, 191, 36, 0.92) !important;
  background: rgba(217, 178, 95, 0.42) !important;
  color: #fff7ed !important;
}

.price-tier-standard-active {
  border-color: rgba(147, 197, 253, 0.78) !important;
  background: rgba(37, 99, 235, 0.34) !important;
  color: #eff6ff !important;
}

html[data-theme="day"] .request-form-card {
  background: var(--commerce-panel-strong) !important;
}

html[data-theme="day"] .request-step-panel,
html[data-theme="day"] .request-inline-panel,
html[data-theme="day"] .request-pricing-note {
  background: rgba(255, 255, 255, 0.58) !important;
}

html[data-theme="day"] .request-form-card input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
html[data-theme="day"] .request-form-card textarea,
html[data-theme="day"] .request-form-card select {
  background: rgba(255, 255, 255, 0.82) !important;
}

html[data-theme="day"] .request-form-card [data-row-id],
html[data-theme="day"] .request-form-card .color-swatch-card,
html[data-theme="day"] .request-form-card #filamentFamilyDescription,
html[data-theme="day"] .request-form-card #filamentFamilySelected,
html[data-theme="day"] .request-form-card #filamentFamilyLabels > *,
html[data-theme="day"] .request-form-card #filamentFamilyOptions label,
html[data-theme="day"] .request-form-card [data-variant-options] label {
  background: rgba(255, 255, 255, 0.68) !important;
}

html[data-theme="day"] .request-form-card #filamentFamilyOptions label:has(input:checked) {
  background: rgba(255, 255, 255, 0.92) !important;
}

html[data-theme="day"] .request-form-card #filamentFamilyLabels .rounded-full {
  background: rgba(22, 163, 74, 0.12) !important;
  color: #166534 !important;
  border-color: rgba(22, 163, 74, 0.34) !important;
}

html[data-theme="day"] .request-form-card .select-overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(17, 17, 17, 0.52)) !important;
  color: #f7f4ed !important;
}

html[data-theme="day"] .request-form-card #addColorButton {
  background: rgba(255, 255, 255, 0.68) !important;
}

html[data-theme="day"] .request-form-card .field-error {
  background: #111111 !important;
  color: #fee2e2 !important;
}

html[data-theme="day"] .material-badge-premium,
html[data-theme="day"] .price-tier-premium {
  border-color: rgba(109, 40, 217, 0.36) !important;
  background: rgba(124, 58, 237, 0.11) !important;
  color: #4c1d95 !important;
}

html[data-theme="day"] .material-badge-engineering,
html[data-theme="day"] .price-tier-engineering {
  border-color: rgba(180, 83, 9, 0.34) !important;
  background: rgba(217, 178, 95, 0.2) !important;
  color: #78350f !important;
}

html[data-theme="day"] .material-badge-standard,
html[data-theme="day"] .price-tier-standard {
  border-color: rgba(37, 99, 235, 0.28) !important;
  background: rgba(59, 130, 246, 0.11) !important;
  color: #1e3a8a !important;
}

html[data-theme="day"] .price-tier-premium-active {
  border-color: rgba(109, 40, 217, 0.58) !important;
  background: rgba(124, 58, 237, 0.2) !important;
  color: #2e1065 !important;
}

html[data-theme="day"] .price-tier-engineering-active {
  border-color: rgba(180, 83, 9, 0.58) !important;
  background: rgba(217, 178, 95, 0.32) !important;
  color: #451a03 !important;
}

html[data-theme="day"] .price-tier-standard-active {
  border-color: rgba(37, 99, 235, 0.48) !important;
  background: rgba(59, 130, 246, 0.2) !important;
  color: #172554 !important;
}

.field-error {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  border: 1px solid rgba(248, 113, 113, 0.7);
  border-radius: 8px;
  padding: 8px 10px;
  background: rgba(17, 17, 17, 0.96);
  color: #fee2e2;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  font-size: 12px;
  line-height: 1.4;
}

.field-error::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 12px;
  border-width: 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent rgba(248, 113, 113, 0.7);
}

.field-error.hidden {
  display: none;
}

.field-invalid {
  border-color: #f87171 !important;
  box-shadow: 0 0 0 1px rgba(248, 113, 113, 0.55);
}

.field-locked {
  cursor: not-allowed;
  opacity: 0.7;
}

.color-swatch-card {
  position: relative;
  cursor: pointer;
  transition: transform 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}

.color-swatch-card:hover {
  transform: translateY(-1px);
  border-color: var(--commerce-ink);
}

.color-swatch-card[data-selected="true"] {
  border-color: var(--commerce-ink);
  box-shadow: 0 0 0 1px var(--commerce-ink);
}

.color-swatch-card .select-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0), rgba(7, 7, 7, 0.62));
  color: #f7f4ed;
  font-size: 11px;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  transition: opacity 120ms ease;
}

.color-swatch-card:hover .select-overlay,
.color-swatch-card[data-selected="true"] .select-overlay {
  opacity: 1;
}

:root {
  --glow-split-angle: 135deg;
}

.sparkle-swatch,
.galaxy-swatch,
.marble-swatch,
.metal-swatch,
.silk-swatch,
.glow-swatch,
.fiber-swatch {
  position: relative;
  overflow: hidden;
}

.sparkle-swatch::before,
.sparkle-swatch::after,
.galaxy-swatch::before,
.galaxy-swatch::after,
.marble-swatch::before,
.metal-swatch::before,
.metal-swatch::after,
.silk-swatch::before,
.glow-swatch::after,
.fiber-swatch::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sparkle-swatch::before,
.sparkle-swatch::after,
.galaxy-swatch::before,
.galaxy-swatch::after {
  mix-blend-mode: screen;
  background-repeat: repeat;
}

.sparkle-swatch::before {
  opacity: 0.32;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.65) 0, rgba(255, 255, 255, 0) 1.5px),
    radial-gradient(circle, rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0) 1.5px);
  background-size: 12px 12px, 12px 12px;
  background-position: 0 0, 6px 6px;
}

.sparkle-swatch::after {
  opacity: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.95) 0, rgba(255, 255, 255, 0) 1.3px),
    radial-gradient(circle, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 1.1px);
  background-size: 16px 16px, 16px 16px;
  background-position: 0 0, 8px 8px;
  animation: sparkleTwinkle 4s ease-in-out infinite alternate paused both;
}

.galaxy-swatch::before {
  opacity: 0.42;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.65) 0, rgba(255, 255, 255, 0) 1.2px),
    radial-gradient(circle, rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0) 1.2px),
    conic-gradient(from 210deg at 20% 20%, transparent 0deg, rgba(130, 102, 255, 0.55) 40deg, rgba(60, 180, 250, 0.35) 80deg, transparent 120deg, transparent 260deg, rgba(130, 102, 255, 0.45) 300deg, transparent 360deg),
    conic-gradient(from 40deg at 80% 75%, transparent 0deg, rgba(255, 120, 190, 0.45) 40deg, rgba(85, 230, 190, 0.35) 80deg, transparent 130deg, transparent 250deg, rgba(255, 120, 190, 0.4) 290deg, transparent 360deg);
  background-repeat: repeat, repeat, no-repeat, no-repeat;
  background-size: 16px 16px, 16px 16px, 180% 180%, 180% 180%;
  background-position: 0 0, 8px 8px, 10% 0%, 90% 100%;
}

.galaxy-swatch::after {
  opacity: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.9) 0, rgba(255, 255, 255, 0) 1.3px),
    radial-gradient(circle, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0) 1.1px);
  background-size: 18px 18px, 24px 24px;
  background-position: 2px 4px, 10px 12px;
  animation: sparkleTwinkle 2.3s ease-in-out infinite alternate paused both;
}

.swatch-fx-active.sparkle-swatch::after,
.swatch-fx-active.galaxy-swatch::after {
  animation-play-state: running;
}

.marble-swatch::before {
  opacity: 0.55;
  mix-blend-mode: multiply;
  background-repeat: repeat;
  background-size: 40px 40px;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(0, 0, 0, 0.35) 0 1.2px, transparent 1.3px),
    radial-gradient(circle at 38% 10%, rgba(0, 0, 0, 0.25) 0 1px, transparent 1.1px),
    radial-gradient(circle at 70% 16%, rgba(0, 0, 0, 0.3) 0 1.3px, transparent 1.4px),
    radial-gradient(circle at 20% 42%, rgba(0, 0, 0, 0.32) 0 1.4px, transparent 1.5px),
    radial-gradient(circle at 78% 60%, rgba(0, 0, 0, 0.3) 0 1.2px, transparent 1.3px),
    radial-gradient(circle at 58% 80%, rgba(0, 0, 0, 0.33) 0 1.3px, transparent 1.4px);
}

.metal-swatch::before {
  opacity: 0.45;
  mix-blend-mode: soft-light;
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 1px, rgba(255, 255, 255, 0.03) 1px 3px);
}

.metal-swatch::after {
  opacity: 0;
  mix-blend-mode: screen;
  background-image: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.95) 20%, rgba(255, 255, 255, 0.45) 30%, rgba(255, 255, 255, 0) 40%, transparent 100%);
  background-size: 220% 220%;
  background-position: -80% 0%;
  animation: metalShineSweep 10s ease-in-out infinite paused both;
}

.swatch-fx-active.metal-swatch::after {
  opacity: 0.7;
  animation-play-state: running;
}

.fiber-swatch::before {
  opacity: 0.42;
  mix-blend-mode: multiply;
  background-image:
    repeating-linear-gradient(18deg, rgba(0, 0, 0, 0.28) 0 1px, transparent 1px 7px),
    radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.3) 0 2px, transparent 2.4px),
    radial-gradient(circle at 74% 68%, rgba(0, 0, 0, 0.34) 0 2.2px, transparent 2.6px);
  background-size: 18px 18px, 22px 22px, 24px 24px;
}

.silk-swatch::before {
  opacity: 0.55;
  mix-blend-mode: screen;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 18%, rgba(255, 255, 255, 0.05) 32%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.05) 68%, rgba(255, 255, 255, 0.35) 82%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.16) 70%, rgba(255, 255, 255, 0) 100%);
  background-size: 160% 100%, 120% 120%;
  background-position: 60% 0%, 40% 0%;
}

.silk-swatch:nth-child(2n)::before {
  opacity: 0.6;
  background-position: 52% 0%, 48% 0%;
}

.silk-swatch:nth-child(3n)::before {
  opacity: 0.5;
  background-position: 48% 0%, 52% 0%;
}

.glow-swatch::after {
  opacity: 0;
  mix-blend-mode: screen;
  background: radial-gradient(ellipse at 75% 80%, rgba(255, 255, 255, 0.9) 0, rgba(255, 255, 255, 0) 70%);
  -webkit-mask-image: linear-gradient(var(--glow-split-angle), transparent 0%, transparent 49%, #000 51%, #000 100%);
  mask-image: linear-gradient(var(--glow-split-angle), transparent 0%, transparent 49%, #000 51%, #000 100%);
  mask-mode: alpha;
  animation: glowPulse 3.2s ease-in-out infinite paused;
}

.swatch-fx-active.glow-swatch::after {
  animation-play-state: running;
}

@keyframes sparkleTwinkle {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0.4;
  }

  65% {
    opacity: 0.9;
  }

  100% {
    opacity: 0.2;
  }
}

@keyframes metalShineSweep {
  0% {
    background-position: -80% 0%;
  }

  80% {
    background-position: 50% 0%;
  }

  100% {
    background-position: 100% 0%;
  }
}

@keyframes glowPulse {
  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 0.55;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sparkle-swatch::after,
  .galaxy-swatch::after,
  .metal-swatch::after,
  .glow-swatch::after {
    animation: none;
  }
}

@media (min-width: 900px) {
  .custom-request-band {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .custom-request-actions {
    justify-content: flex-end;
  }
}

@media (max-width: 640px) {
  .hero-title {
    font-size: 40px;
  }

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

  .product-tile,
  .catalog-card {
    min-height: 410px;
  }

  .feature-panel {
    min-height: 320px;
  }
}
