:root {
  --ink: #292929;
  --paper: #ffffff;
  --cream: #d1d1d1;
  --acid: #c1ff72;
  --line: rgba(41, 41, 41, .16);
}

body { background: #ffffff; color: #292929; }

.site-header {
  color: #292929;
  border-bottom-color: rgba(41, 41, 41, .16);
}

.brand { width: clamp(150px, 14vw, 205px); }
.brand img { width: 100%; height: auto; object-fit: contain; filter: brightness(0) saturate(100%); }
.nav-cta { background: #c1ff72; color: #292929; }

.hero { color: #292929; background: #d1d1d1; }
.hero-image {
  background:
    radial-gradient(circle at 78% 46%, rgba(193, 255, 114, .65), transparent 22%),
    radial-gradient(circle at 62% 28%, rgba(255, 255, 255, .95), transparent 31%),
    linear-gradient(135deg, #ffffff 0%, #d1d1d1 54%, #d1d1d1 100%);
}
.hero-image::after {
  opacity: .3;
  background-image: linear-gradient(rgba(41,41,41,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(41,41,41,.045) 1px, transparent 1px);
}
.hero-shade { background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.7) 43%, rgba(255,255,255,.05) 72%); }
.hero .eyebrow.light,
.hero-copy,
.hero-meta { color: rgba(41, 41, 41, .7); }
.hero .text-link.light { color: #292929; }
.button-light { background: #292929; color: #ffffff; }
.hero-panels::after { content: none; }
.floating-panel { filter: none; }

.intro,
.applications,
.contact { background: #ffffff; }
.solutions { background: #d1d1d1; }
.collection-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, 330px);
}
.collection-card:last-child { grid-column: auto; }
.cores { background: #ffffff; }
.core-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(41,41,41,.16); border-left: 1px solid rgba(41,41,41,.16); }
.core-card { min-height: 390px; padding: 22px; border-right: 1px solid rgba(41,41,41,.16); border-bottom: 1px solid rgba(41,41,41,.16); display: grid; grid-template-rows: 1fr auto auto auto; background: #ffffff; transition: background .3s ease; }
.core-card:hover { background: #d1d1d1; }
.core-card > span { margin-top: 22px; color: #4e4e4e; font-size: 10px; letter-spacing: .16em; }
.core-card h3 { margin: 14px 0 8px; font: 600 22px var(--display); }
.core-card p { margin: 0; max-width: 32ch; color: #4e4e4e; font-size: 13px; line-height: 1.55; }
.core-swatch { width: 100%; height: 205px; min-height: 205px; object-fit: cover; border: 1px solid rgba(41,41,41,.14); box-shadow: inset 0 0 30px rgba(41,41,41,.08); }
.core-mdf .core-swatch { background: repeating-linear-gradient(92deg, #d1d1d1 0 2px, #ffffff 2px 4px); }
.core-plywood .core-swatch { background: repeating-linear-gradient(0deg, #d1d1d1 0 11px, #4e4e4e 11px 13px, #ffffff 13px 24px); }
.core-particle .core-swatch { background: radial-gradient(circle, #4e4e4e 0 1px, transparent 2px) 0 0 / 9px 9px, #d1d1d1; }
.core-blockboard .core-swatch { background: repeating-linear-gradient(90deg, #d1d1d1 0 28px, #4e4e4e 28px 30px, #ffffff 30px 58px); }
.core-pvc .core-swatch { background: linear-gradient(135deg, #ffffff, #d1d1d1); }
.core-honeycomb .core-swatch { background: radial-gradient(circle at 50% 50%, transparent 0 7px, #4e4e4e 8px 9px, transparent 10px) 0 0 / 28px 24px, #d1d1d1; }
.technology { background: #4e4e4e; }
.process { background: #d1d1d1; color: #292929; }
.process .eyebrow.light,
.process-intro > p:last-child,
.steps p { color: rgba(41, 41, 41, .65); }
.steps li { border-top-color: rgba(41, 41, 41, .18); }
.steps li > span { color: #4e4e4e; }
.why-us { background: #ffffff; }
.why-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(41,41,41,.16); border-left: 1px solid rgba(41,41,41,.16); }
.why-grid article { min-height: 275px; padding: 26px; display: flex; flex-direction: column; border-right: 1px solid rgba(41,41,41,.16); border-bottom: 1px solid rgba(41,41,41,.16); transition: background .3s ease, transform .3s ease; }
.why-grid article:hover { background: #c1ff72; transform: translateY(-4px); }
.why-grid span { color: #4e4e4e; font-size: 10px; letter-spacing: .16em; }
.why-grid h3 { margin: auto 0 12px; font: 600 21px var(--display); }
.why-grid p { margin: 0; color: #4e4e4e; font-size: 13px; line-height: 1.6; }
.partner { background: #292929; }
.material-note,
.button-accent { background: #c1ff72; color: #292929; }

footer { background: #d1d1d1; color: #292929; }
footer .brand img { filter: brightness(0) saturate(100%); }

@media (max-width: 900px) {
  .nav { background: #ffffff; color: #292929; box-shadow: 0 22px 40px rgba(41,41,41,.12); }
  .menu-toggle span { background: #292929; }
  .collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(3, 300px); }
  .collection-card:last-child { grid-column: auto; }
  .core-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .hero-shade { background: linear-gradient(90deg, rgba(255,255,255,.94), rgba(255,255,255,.45)); }
  .brand { width: 145px; }
}

@media (max-width: 600px) {
  .collection-grid { display: flex; }
  .collection-card { height: 330px; }
  .core-grid { grid-template-columns: 1fr; }
  .core-card { min-height: 350px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article { min-height: 230px; }
}
