/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .contents {
    display: contents;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
:root {
  --ink: #151515;
  --paper: #f4f1ea;
  --line: #d6d0c5;
  --muted: #6d6961;
  --acid: #dfff00;
  --blue: #1450ff;
  --orange: #ff542e;
  --pink: #ff4fa1;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
}
::selection {
  background: var(--acid);
  color: var(--ink);
}
.site-header {
  width: min(1440px, 100%);
  min-height: 88px;
  margin: 0 auto;
  padding: 0 4vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  font-weight: 900;
  letter-spacing: .14em;
}
.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--acid);
  letter-spacing: 0;
  font-size: 17px;
}
nav {
  display: flex;
  gap: clamp(18px, 2.4vw, 40px);
  font-size: 12px;
  font-weight: 700;
}
nav a:hover, nav a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.site-header > .button {
  justify-self: end;
}
.button {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  background: var(--ink);
  color: white;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .07em;
  border: 1px solid var(--ink);
  transition: transform .2s, background .2s, color .2s;
}
.button:hover, .button:focus-visible {
  transform: translateY(-2px);
  background: var(--acid);
  color: var(--ink);
}
.button-small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 10px;
}
.button-acid {
  background: var(--acid);
  color: var(--ink);
  border-color: var(--acid);
}
.button-acid:hover, .button-acid:focus-visible {
  background: white;
  border-color: white;
}
.text-link {
  width: fit-content;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .07em;
  border-bottom: 1px solid currentColor;
  padding: 8px 0;
}
.text-link:hover, .text-link:focus-visible {
  color: var(--blue);
}
.hero {
  width: min(1440px, 100%);
  min-height: calc(100vh - 88px);
  margin: 0 auto;
  padding: 4vw;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: clamp(32px, 6vw, 92px);
  align-items: center;
  overflow: hidden;
}
.hero-copy {
  padding: 30px 0;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 34px;
  font: 800 10px/1 Arial, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow span {
  width: 7px;
  height: 7px;
  background: var(--orange);
  border-radius: 50%;
  box-shadow: 0 0 0 5px var(--orange);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 5px color-mix(in srgb, var(--orange) 18%, transparent);
  }
}
h1 {
  max-width: 760px;
  margin: 0;
  font: 900 clamp(58px, 7.4vw, 112px)/.88 Arial, sans-serif;
  letter-spacing: -.075em;
  text-transform: uppercase;
}
.hero-lead {
  max-width: 590px;
  margin: 34px 0 0;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.55;
  color: #4e4b45;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 38px;
}
.hero-facts {
  margin: 56px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.hero-facts div {
  padding-right: 20px;
}
.hero-facts div + div {
  padding-left: 24px;
  border-left: 1px solid var(--line);
}
.hero-facts dt {
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
  letter-spacing: -.04em;
}
.hero-facts dd {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.hero-visual {
  position: relative;
  aspect-ratio: .94;
  display: grid;
  place-items: center;
  background: var(--blue);
  overflow: hidden;
}
.hero-visual::after {
  content: "18-COLOR\A COMPLETE KIT";
  white-space: pre;
  position: absolute;
  right: 3%;
  bottom: 3%;
  color: white;
  font-size: clamp(26px, 3.8vw, 54px);
  font-weight: 900;
  line-height: .86;
  letter-spacing: -.06em;
  text-align: right;
  mix-blend-mode: difference;
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(180deg, rgba(0,0,0,.04) 44%, rgba(0,0,0,.55) 100%);
  pointer-events: none;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
}
.orbit-one {
  width: 118%;
  aspect-ratio: 1;
}
.orbit-two {
  width: 92%;
  aspect-ratio: 1;
  border-color: var(--acid);
  transform: translate(23%, -19%);
}
.visual-note {
  position: absolute;
  z-index: 4;
  left: 4%;
  top: 4%;
  margin: 0;
  color: white;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.visual-note span {
  color: var(--acid);
  margin-bottom: 8px;
}
.ticker {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 50px);
  overflow: hidden;
  white-space: nowrap;
  background: var(--acid);
  border-block: 1px solid var(--ink);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .13em;
}
.ticker i {
  font-style: normal;
  font-size: 15px;
}
.product-section, .process-section, .faq-section {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: clamp(90px, 10vw, 150px) 4vw;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 40px;
  align-items: start;
}
.section-index {
  margin: 8px 0 0;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .15em;
}
.section-index.light {
  color: #aaa69f;
}
.kicker {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .16em;
}
h2 {
  margin: 0;
  font-size: clamp(48px, 6.5vw, 96px);
  line-height: .91;
  letter-spacing: -.065em;
  text-transform: uppercase;
}
.product-story {
  margin-top: clamp(64px, 8vw, 120px);
  display: grid;
  grid-template-columns: 1.7fr .8fr;
  gap: clamp(32px, 5vw, 78px);
  align-items: center;
}
.product-gallery {
  min-width: 0;
  display: grid;
  grid-template-columns: 1.45fr .75fr;
  gap: 16px;
}
.gallery-main, .gallery-detail {
  overflow: hidden;
}
.gallery-main img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.gallery-detail {
  display: flex;
  flex-direction: column;
  background: var(--orange);
}
.gallery-detail img {
  width: 100%;
  flex: 1;
  object-fit: cover;
  min-height: 0;
}
.gallery-detail span {
  padding: 18px;
  color: white;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.product-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
}
.product-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.product-copy .big-copy {
  color: var(--ink);
  font-size: clamp(23px, 2.15vw, 34px);
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -.025em;
}
.contents-grid {
  margin-top: 72px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.content-item {
  min-height: 150px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.content-item strong {
  font-size: clamp(30px, 3vw, 46px);
  letter-spacing: -.05em;
}
.content-item span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.contents-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 10px;
}
.buyer-section {
  width: 100%;
  padding: clamp(90px, 10vw, 150px) max(4vw, calc((100vw - 1440px) / 2 + 4vw));
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 8vw;
  background: var(--ink);
  color: white;
}
.buyer-intro h2 {
  margin-top: 28px;
}
.buyer-intro > p:last-child {
  max-width: 500px;
  margin: 30px 0 0;
  color: #aaa69f;
  font-size: 16px;
  line-height: 1.65;
}
.buyer-list article {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  border-top: 1px solid #43413d;
}
.buyer-list article:last-child {
  border-bottom: 1px solid #43413d;
}
.buyer-list article > span {
  color: var(--acid);
  font-size: 10px;
  font-weight: 900;
}
.buyer-list h3 {
  margin: 0;
  font-size: clamp(24px, 2.2vw, 34px);
  letter-spacing: -.04em;
}
.buyer-list p {
  margin: 13px 0 0;
  max-width: 620px;
  color: #aaa69f;
  line-height: 1.65;
}
.wholesale-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 850px;
}
.wholesale-image {
  position: relative;
  overflow: hidden;
}
.wholesale-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wholesale-image span {
  position: absolute;
  left: 28px;
  bottom: 28px;
  padding: 12px 15px;
  background: var(--paper);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.wholesale-panel {
  padding: clamp(70px, 8vw, 130px) clamp(40px, 7vw, 110px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--blue);
  color: white;
}
.wholesale-panel .kicker {
  margin-top: 60px;
  color: var(--acid);
}
.wholesale-panel h2 {
  font-size: clamp(48px, 5.6vw, 82px);
}
.panel-lead {
  margin: 32px 0 0;
  max-width: 600px;
  font-size: 17px;
  line-height: 1.65;
  color: #dbe2ff;
}
.spec-list {
  width: 100%;
  margin: 46px 0;
  border-top: 1px solid rgba(255,255,255,.35);
}
.spec-list div {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(255,255,255,.35);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.spec-list dt {
  color: #bbc8ff;
}
.spec-list dd {
  margin: 0;
  font-weight: 900;
  text-align: right;
}
.process-heading {
  margin-bottom: 74px;
}
.process-grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}
.process-grid li {
  min-height: 310px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.process-grid li:nth-child(2) {
  background: var(--acid);
}
.process-grid li:nth-child(3) {
  background: var(--orange);
  color: white;
}
.process-grid span {
  font-size: 10px;
  font-weight: 900;
}
.process-grid h3 {
  margin: auto 0 18px;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -.04em;
}
.process-grid p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: inherit;
  opacity: .72;
}
.use-section {
  min-height: 820px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  background: var(--pink);
  color: white;
}
.use-copy {
  padding: clamp(70px, 8vw, 130px) 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.use-copy h2 {
  margin-top: 30px;
}
.use-copy > p:last-child {
  max-width: 480px;
  margin: 36px 0 0;
  font-size: 17px;
  line-height: 1.7;
}
.use-image {
  min-height: 0;
  overflow: hidden;
}
.use-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 8vw;
}
.faq-section h2 {
  margin-top: 30px;
  font-size: clamp(48px, 5.6vw, 78px);
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  padding: 26px 40px 26px 0;
  position: relative;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 800;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 23px;
  font-size: 24px;
  font-weight: 400;
}
.faq-list details[open] summary::after {
  content: "−";
}
.faq-list p {
  margin: 0;
  padding: 0 50px 26px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.contact-section {
  min-height: 660px;
  padding: 7vw;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 7vw;
  align-items: center;
  background: var(--orange);
  color: white;
  overflow: hidden;
}
.contact-burst {
  font-size: clamp(82px, 12vw, 176px);
  font-weight: 900;
  line-height: .7;
  letter-spacing: -.09em;
  color: var(--acid);
  transform: rotate(-5deg);
  text-shadow: 10px 10px 0 var(--blue);
}
.contact-copy h2 {
  font-size: clamp(48px, 6vw, 88px);
}
.contact-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 30px 0;
  font-size: 17px;
  line-height: 1.6;
}
.rfq-form {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.45);
}
.rfq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
}
.rfq-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: rgba(255,255,255,.8);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.rfq-form input, .rfq-form select, .rfq-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 0;
  background: rgba(255,255,255,.12);
  color: white;
  padding: 13px 14px;
  font: 500 14px/1.35 Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
  outline: none;
}
.rfq-form select {
  appearance: none;
}
.rfq-form option {
  color: var(--ink);
}
.rfq-form textarea {
  min-height: 104px;
  resize: vertical;
}
.rfq-form input::placeholder, .rfq-form textarea::placeholder {
  color: rgba(255,255,255,.58);
}
.rfq-form input:focus, .rfq-form select:focus, .rfq-form textarea:focus {
  border-color: var(--acid);
  box-shadow: 0 0 0 2px rgba(232,255,0,.2);
}
.rfq-form > label {
  margin-top: 16px;
}
.rfq-submit-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}
.rfq-submit-row > span {
  max-width: 260px;
  color: rgba(255,255,255,.72);
  font-size: 10px;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
}
.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
footer {
  min-height: 230px;
  padding: 50px max(4vw, calc((100vw - 1440px) / 2 + 4vw));
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  gap: 40px;
  background: var(--ink);
  color: white;
}
.footer-brand .brand-mark {
  background: white;
  color: var(--ink);
}
footer p {
  margin: 0;
  color: #918e87;
  font-size: 12px;
  line-height: 1.7;
}
footer > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
footer a:hover, footer a:focus-visible {
  color: var(--acid);
}
.catalog-visual::after {
  content: "";
}
.catalog-section {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: clamp(90px, 10vw, 150px) 4vw;
}
.catalog-heading {
  display: grid;
  grid-template-columns: .72fr 1.5fr .7fr;
  gap: clamp(28px, 4vw, 70px);
  align-items: end;
}
.catalog-heading > div .kicker {
  margin: 42px 0 0;
}
.catalog-heading h2 {
  font-size: clamp(48px, 6vw, 88px);
}
.catalog-heading > p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.category-grid {
  margin-top: clamp(64px, 8vw, 110px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}
.category-card {
  min-width: 0;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  min-height: 440px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.category-visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: var(--blue);
}
.category-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 12px solid rgba(255,255,255,.15);
  pointer-events: none;
}
.category-code {
  position: absolute;
  z-index: 2;
  left: 16px;
  top: 16px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: white;
  font-size: 9px;
  font-weight: 900;
}
.category-paint {
  display: grid;
  place-items: center;
  background: var(--orange);
  color: white;
}
.category-moss {
  display: grid;
  place-items: center;
  background: var(--acid);
  color: var(--ink);
}
.category-paint::before, .category-moss::before {
  content: "";
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  border: 2px solid currentColor;
  border-radius: 50%;
  opacity: .45;
}
.category-moss::before {
  box-shadow: 28px -34px 0 -18px var(--blue), -36px 38px 0 -20px var(--pink);
}
.category-type {
  position: relative;
  z-index: 1;
  white-space: pre-line;
  font-size: clamp(42px, 4.2vw, 66px);
  font-weight: 900;
  line-height: .78;
  letter-spacing: -.08em;
  text-align: center;
  transform: rotate(-8deg);
}
.category-copy {
  padding: clamp(28px, 3.2vw, 48px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.category-copy > p:first-child {
  margin: 0;
  color: var(--blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.category-copy h3 {
  margin: auto 0 22px;
  font-size: clamp(28px, 2.6vw, 42px);
  line-height: .92;
  letter-spacing: -.05em;
  text-transform: uppercase;
}
.category-copy h3 + p {
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.catalog-table-wrap {
  margin-top: clamp(80px, 9vw, 130px);
}
.table-header {
  margin-bottom: 38px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.table-header h3 {
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -.05em;
  text-transform: uppercase;
}
.catalog-table {
  border-top: 1px solid var(--ink);
}
.catalog-row {
  min-height: 68px;
  display: grid;
  grid-template-columns: 2.2fr 1fr .8fr .65fr .4fr;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.catalog-row > span:first-child {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 800;
}
.catalog-row b {
  color: var(--orange);
  font-size: 9px;
}
.catalog-row > span:not(:first-child) {
  color: var(--muted);
}
.catalog-row a {
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
}
.catalog-labels {
  min-height: 42px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.catalog-labels > span:first-child {
  font-weight: 900;
}
.table-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}
.featured-section {
  min-height: 860px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--blue);
  color: white;
}
.featured-media {
  position: relative;
  min-height: 0;
  overflow: hidden;
}
.featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-media > span {
  position: absolute;
  left: 28px;
  bottom: 28px;
  padding: 12px 15px;
  background: var(--paper);
  color: var(--ink);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.featured-copy {
  padding: clamp(70px, 8vw, 130px) clamp(40px, 7vw, 110px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.featured-copy .kicker {
  margin-top: 58px;
  color: var(--acid);
}
.featured-copy h2 {
  font-size: clamp(48px, 5.4vw, 80px);
}
.featured-lead {
  margin: 30px 0 0;
  max-width: 650px;
  color: #dbe2ff;
  font-size: 16px;
  line-height: 1.7;
}
.featured-copy .spec-list {
  margin-bottom: 42px;
}
.capabilities-section {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: clamp(90px, 10vw, 150px) 4vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  align-items: center;
}
.capabilities-copy .kicker {
  margin-top: 48px;
}
.capabilities-copy h2 {
  font-size: clamp(48px, 5.8vw, 84px);
}
.capabilities-copy > p:not(.section-index):not(.kicker) {
  max-width: 620px;
  margin: 32px 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}
.capability-facts {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}
.capability-facts div {
  min-height: 210px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.capability-facts div:nth-child(2) {
  background: var(--acid);
}
.capability-facts div:nth-child(3) {
  background: var(--orange);
  color: white;
}
.capability-facts dt {
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 900;
  letter-spacing: -.06em;
}
.capability-facts dd {
  margin: 0;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }
  nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 60px 5vw 80px;
  }
  .hero-visual {
    min-height: 560px;
  }
  .section-heading, .product-story, .buyer-section, .faq-section, .catalog-heading, .capabilities-section {
    grid-template-columns: 1fr;
  }
  .product-story {
    gap: 48px;
  }
  .contents-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .wholesale-section, .use-section {
    grid-template-columns: 1fr;
  }
  .wholesale-image {
    min-height: 650px;
  }
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .use-image {
    min-height: 650px;
  }
  .contact-section {
    grid-template-columns: 1fr;
  }
  .contact-burst {
    max-width: 600px;
  }
  .rfq-grid {
    grid-template-columns: 1fr;
  }
  .rfq-submit-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .category-card {
    grid-template-columns: 1fr;
  }
  .category-visual {
    min-height: 390px;
  }
  .featured-section {
    grid-template-columns: 1fr;
  }
  .featured-media {
    min-height: 720px;
  }
}
@media (max-width: 600px) {
  .site-header {
    min-height: 72px;
    padding-inline: 5vw;
  }
  .site-header > .button {
    display: none;
  }
  h1 {
    font-size: 15.2vw;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }
  .hero-actions .text-link {
    width: fit-content;
  }
  .hero-facts dd {
    letter-spacing: .04em;
  }
  .hero-visual {
    min-height: 390px;
  }
  .ticker {
    justify-content: flex-start;
    padding-left: 20px;
  }
  .product-section, .process-section, .faq-section {
    padding-inline: 5vw;
  }
  .section-heading {
    gap: 28px;
  }
  .product-gallery {
    grid-template-columns: 1fr;
  }
  .gallery-detail {
    min-height: 420px;
  }
  .contents-grid {
    grid-template-columns: 1fr 1fr;
  }
  .content-item {
    min-height: 125px;
    padding: 18px;
  }
  .buyer-section {
    padding-inline: 5vw;
  }
  .wholesale-image {
    min-height: 460px;
  }
  .wholesale-panel {
    padding-inline: 5vw;
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
  .process-grid li {
    min-height: 245px;
  }
  .use-copy {
    padding-inline: 5vw;
  }
  .use-image {
    min-height: 480px;
  }
  .contact-section {
    padding: 90px 5vw;
  }
  .contact-burst {
    font-size: 26vw;
  }
  .contact-copy .button {
    width: 100%;
    padding-inline: 10px;
    font-size: 10px;
  }
  footer {
    grid-template-columns: 1fr;
    align-items: start;
  }
  footer > div {
    align-items: flex-start;
  }
  .catalog-section {
    padding-inline: 5vw;
  }
  .category-grid {
    grid-template-columns: 1fr;
  }
  .category-card {
    min-height: 0;
  }
  .category-visual {
    min-height: 330px;
  }
  .category-copy {
    min-height: 300px;
  }
  .catalog-table {
    border-top: 0;
  }
  .catalog-labels {
    display: none;
  }
  .catalog-row {
    padding: 22px 0;
    grid-template-columns: 1fr auto;
    gap: 7px 18px;
  }
  .catalog-row > span:first-child {
    grid-column: 1 / -1;
  }
  .catalog-row > span:nth-child(2), .catalog-row > span:nth-child(3) {
    display: none;
  }
  .table-header {
    align-items: stretch;
    flex-direction: column;
  }
  .featured-media {
    min-height: 500px;
  }
  .featured-copy {
    padding-inline: 5vw;
  }
  .capabilities-section {
    padding-inline: 5vw;
  }
  .capability-facts {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    transition-duration: .01ms !important;
  }
}
