
:root {
  --black: #0a0a0a;
  --paper: #f2f0e9;
  --white: #ffffff;
  --red: #e53422;
  --grey: #a9a9a4;
  --line: rgba(10, 10, 10, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--black);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
p { text-wrap: pretty; }
main { overflow: hidden; }
.site-header {
  min-height: 92px;
  padding: 0 3vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--black);
}
.logo { display: inline-flex; align-items: center; gap: 12px; }
.logo-block {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  background: var(--black);
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: -.06em;
}
.logo > span:last-child { display: grid; gap: 2px; }
.logo strong { font-size: 15px; letter-spacing: .11em; }
.logo strong i { color: var(--red); font-size: 9px; font-style: normal; letter-spacing: .06em; white-space: nowrap; }
.logo small { color: #5b5b57; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
nav { display: flex; gap: 28px; }
nav a { font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
nav a::after { content: ""; display: block; width: 0; height: 2px; margin-top: 6px; background: var(--red); transition: width .2s ease; }
nav a:hover::after, nav a:focus-visible::after { width: 100%; }
.header-index { font-family: "Courier New", monospace; font-size: 11px; font-weight: 800; }

.hero { min-height: calc(100vh - 120px); padding: 5vw 3vw 0; background: var(--paper); }
.hero-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 6vw; align-items: center; }
.kicker { margin: 0 0 28px; font-family: "Courier New", monospace; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.kicker.red { color: var(--red); }
.hero h1 {
  margin: 0;
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: clamp(100px, 15vw, 238px);
  font-weight: 900;
  line-height: .72;
  letter-spacing: -.09em;
}
.hero h1 span { display: block; margin-left: 10.5vw; color: transparent; -webkit-text-stroke: 2px var(--black); }
.hero h2 {
  margin: 58px 0 0;
  max-width: 700px;
  font-size: clamp(28px, 3vw, 46px);
  line-height: .98;
  letter-spacing: -.04em;
}
.hero h2 sup { color: var(--red); font-size: .35em; vertical-align: top; }
.hero-lead { max-width: 620px; margin: 24px 0 0; color: #4e4e4a; font-size: 16px; line-height: 1.65; }

.finish-board { align-self: stretch; min-height: 600px; padding: 22px; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--black); }
.finish-caption { display: flex; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid var(--black); font-family: "Courier New", monospace; font-size: 9px; font-weight: 900; }
.finish-samples { flex: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 24px 0; }
.finish-samples article { position: relative; min-height: 460px; padding: 18px; overflow: hidden; }
.finish-black { background: #0c0c0c; color: white; }
.finish-white { background: #f5f4ef; color: #0c0c0c; border: 1px solid #d3d1ca; }
.vertical-word { position: absolute; top: 18px; left: 18px; font-family: "Courier New", monospace; font-size: 8px; font-weight: 900; letter-spacing: .16em; writing-mode: vertical-rl; }
.finish-samples small { position: absolute; right: 16px; bottom: 16px; font-family: "Courier New", monospace; font-size: 8px; font-weight: 900; line-height: 1.45; text-align: right; }
.zip-line {
  position: absolute;
  top: 14%;
  right: 14%;
  width: 48%;
  height: 70%;
  border-radius: 0 8px 8px 0;
  background:
    repeating-linear-gradient(90deg, currentColor 0 4px, transparent 4px 8px) top right / 100% 4px no-repeat,
    repeating-linear-gradient(180deg, currentColor 0 4px, transparent 4px 8px) right top / 4px 100% no-repeat,
    repeating-linear-gradient(90deg, currentColor 0 4px, transparent 4px 8px) bottom right / 100% 4px no-repeat;
}
.zip-line::before { content: ""; position: absolute; inset: 3px 3px 3px 0; border: 1px solid currentColor; border-left: 0; border-radius: 0 6px 6px 0; opacity: .8; }
.zip-line::after { content: ""; position: absolute; top: 46%; right: -5px; width: 8px; height: 18px; border: 1px solid currentColor; background: inherit; }
.zip-line.light { color: white; }
.zip-line.dark { color: black; }
.finish-board > p { margin: 0; padding-top: 15px; border-top: 1px solid var(--black); font-size: 11px; font-weight: 800; }

.hero-specs { margin-top: 5vw; min-height: 78px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--black); }
.hero-specs span { padding: 25px 18px 20px 0; font-family: "Courier New", monospace; font-size: 9px; font-weight: 900; letter-spacing: .06em; }
.hero-specs span + span { padding-left: 18px; border-left: 1px solid var(--black); }
.hero-specs b { margin-right: 12px; color: var(--red); }

.statement { padding: 120px 3vw; display: grid; grid-template-columns: .25fr 1fr; gap: 8vw; background: var(--black); color: var(--white); }
.statement-label { display: flex; flex-direction: column; justify-content: space-between; min-height: 620px; border-right: 1px solid rgba(255,255,255,.25); font-family: "Courier New", monospace; font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.statement-label b { color: var(--red); font-size: 80px; letter-spacing: -.08em; transform: rotate(-90deg); transform-origin: left bottom; }
.statement-copy > p:first-child { margin: 0 0 55px; color: var(--red); font-family: "Courier New", monospace; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.statement h2 {
  margin: 0;
  font-family: Arial Black, Arial, sans-serif;
  font-size: clamp(64px, 9vw, 142px);
  line-height: .82;
  letter-spacing: -.07em;
}
.statement h2 span { color: transparent; -webkit-text-stroke: 1.5px var(--white); }
.statement-columns { max-width: 900px; margin-top: 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.statement-columns p { margin: 0; color: #b9b9b2; font-size: 16px; line-height: 1.72; }

.range-section { padding: 120px 3vw; background: var(--paper); }
.section-title { display: grid; grid-template-columns: 1fr 360px; gap: 80px; align-items: end; margin-bottom: 72px; }
.section-title h2, .detail-header h2 {
  margin: 0;
  font-family: Arial Black, Arial, sans-serif;
  font-size: clamp(58px, 7vw, 108px);
  line-height: .86;
  letter-spacing: -.07em;
}
.section-title > p { margin: 0 0 4px; color: #565651; font-size: 15px; line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--black); }
.product-card { min-height: 530px; padding: 20px; display: flex; flex-direction: column; border-bottom: 1px solid var(--black); }
.product-card:nth-child(1), .product-card:nth-child(2) { min-height: 760px; }
.product-card + .product-card { border-left: 1px solid var(--black); }
.product-card:nth-child(1), .product-card:nth-child(2) { grid-column: span 3; }
.product-card:nth-child(n+3) { grid-column: span 2; }
.product-top { display: flex; justify-content: space-between; font-family: "Courier New", monospace; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.product-top b { color: var(--red); font-size: 12px; }
.product-swatch { position: relative; height: 190px; margin: 25px 0; border: 1px solid var(--black); overflow: hidden; }
.product-swatch span { position: absolute; left: 14px; bottom: 14px; font-family: "Courier New", monospace; font-size: 8px; font-weight: 900; line-height: 1.35; }
.product-swatch i {
  position: absolute;
  top: 13%;
  right: 13%;
  width: 44%;
  height: 74%;
  border-radius: 0 6px 6px 0;
  background:
    repeating-linear-gradient(90deg, currentColor 0 4px, transparent 4px 8px) top right / 100% 3px no-repeat,
    repeating-linear-gradient(180deg, currentColor 0 4px, transparent 4px 8px) right top / 3px 100% no-repeat,
    repeating-linear-gradient(90deg, currentColor 0 4px, transparent 4px 8px) bottom right / 100% 3px no-repeat;
}
.product-swatch i::after { content: ""; position: absolute; inset: 3px 3px 3px 0; border: 1px solid currentColor; border-left: 0; border-radius: 0 4px 4px 0; }
.swatch-01, .swatch-02 { width: min(52%, 240px); height: auto; min-height: 420px; margin: 30px auto; aspect-ratio: 9 / 16; flex: none; background: #0b0b0b; color: white; }
.swatch-01 i { top: 14%; right: 10%; width: 72%; height: 72%; }
.swatch-02 i { z-index: 2; top: 12%; right: auto; left: 50%; width: 78%; height: 76%; transform: translateX(-50%); }
.view-panel { position: absolute; z-index: 1; top: 50%; left: 50%; width: 44%; height: auto; aspect-ratio: 2 / 3; transform: translate(-50%, -50%); border: 1px solid rgba(255,255,255,.72); background: #cfd9dc; }
.swatch-03, .swatch-04, .swatch-05 { color: #111; background: repeating-linear-gradient(45deg, transparent 0 11px, rgba(0,0,0,.035) 11px 12px), #f4f3ee; }
.swatch-03 i, .swatch-04 i, .swatch-05 i { right: auto; left: 7%; transform: none; border: 0; border-bottom: 4px dashed currentColor; border-radius: 0 0 50% 50%; background: none; }
.swatch-03 i::after, .swatch-04 i::after, .swatch-05 i::after { inset: 0 4px 4px; border: 0; border-bottom: 1px solid currentColor; border-radius: 0 0 50% 50%; }
.swatch-03 i { top: 18%; left: 8%; width: 84%; height: 50%; }
.swatch-04 i { top: 14%; left: 6%; width: 88%; height: 58%; }
.swatch-05 i { top: 10%; left: 4%; width: 92%; height: 66%; }
.product-variant { margin: 0; color: var(--red); font-family: "Courier New", monospace; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-card h3 { margin: 10px 0 15px; font-size: 28px; letter-spacing: -.04em; }
.product-copy { margin: 0; color: #555550; font-size: 13px; line-height: 1.6; }
.product-card small { margin-top: auto; padding-top: 26px; font-family: "Courier New", monospace; font-size: 8px; font-weight: 900; letter-spacing: .08em; }

.label-section { padding: 130px 3vw; display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; background: var(--red); color: var(--white); }
.label-heading h2 {
  margin: 0;
  font-family: Arial Black, Arial, sans-serif;
  font-size: clamp(74px, 9vw, 145px);
  line-height: .78;
  letter-spacing: -.08em;
}
.label-heading h2 span { color: transparent; -webkit-text-stroke: 1.5px white; }
.label-intro { margin: 0 0 32px !important; color: white !important; font-size: clamp(26px, 2.5vw, 40px) !important; line-height: 1.08 !important; letter-spacing: -.035em; }
.label-body > p { max-width: 700px; margin: 0; color: rgba(255,255,255,.74); font-size: 16px; line-height: 1.7; }
.label-steps { margin-top: 64px; border-top: 1px solid rgba(255,255,255,.55); }
.label-steps article { display: grid; grid-template-columns: 55px 180px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.label-steps span { font-family: "Courier New", monospace; font-size: 10px; font-weight: 900; }
.label-steps h3 { margin: 0; font-size: 17px; }
.label-steps p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.55; }

.brand-strip { min-height: 94px; padding: 0 3vw; display: flex; align-items: center; justify-content: space-between; background: var(--black); color: white; font-family: "Courier New", monospace; font-size: 10px; font-weight: 900; letter-spacing: .14em; white-space: nowrap; }
.brand-strip i { color: var(--red); font-size: 22px; font-style: normal; }

.detail-section { padding: 120px 3vw; display: grid; grid-template-columns: 1fr 1.1fr; gap: 8vw; }
.detail-list { border-top: 1px solid var(--black); }
.detail-list article { min-height: 150px; display: grid; grid-template-columns: 50px 190px 1fr; gap: 22px; align-items: center; border-bottom: 1px solid var(--line); }
.detail-list span { color: var(--red); font-family: "Courier New", monospace; font-size: 10px; font-weight: 900; }
.detail-list h3 { margin: 0; font-size: 18px; }
.detail-list p { margin: 0; color: #575752; font-size: 13px; line-height: 1.6; }

.vision-section { padding: 120px 3vw; display: grid; grid-template-columns: .2fr 1.1fr .35fr; gap: 6vw; align-items: end; background: #dedcd4; }
.vision-index { align-self: start; color: var(--red); font-family: Arial Black, Arial, sans-serif; font-size: 100px; line-height: .8; letter-spacing: -.09em; }
.vision-section h2 {
  margin: 0;
  max-width: 1020px;
  font-family: Arial Black, Arial, sans-serif;
  font-size: clamp(58px, 7.4vw, 114px);
  line-height: .86;
  letter-spacing: -.07em;
}
.vision-section div:nth-child(2) > p:last-child { max-width: 680px; margin: 42px 0 0; color: #50504c; font-size: 16px; line-height: 1.72; }
.oa-mark { min-height: 165px; padding: 16px; display: grid; grid-template-columns: 1fr 1fr; background: var(--black); color: white; }
.oa-mark span { font-size: 20px; }
.oa-mark strong { font-size: 16px; line-height: .95; letter-spacing: .08em; }
.oa-mark small { grid-column: 1 / -1; align-self: end; font-family: "Courier New", monospace; font-size: 8px; letter-spacing: .12em; }

.closing { padding: 140px 3vw; background: var(--paper); text-align: center; }
.closing > span { font-family: "Courier New", monospace; font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.closing h2 { margin: 45px 0 35px; font-family: Arial Black, Arial, sans-serif; font-size: clamp(84px, 13vw, 200px); line-height: .72; letter-spacing: -.09em; }
.closing p { margin: 0; color: #555550; font-size: 15px; }
footer { min-height: 130px; padding: 0 3vw; display: flex; align-items: center; justify-content: space-between; background: var(--black); color: white; }
.footer-logo small { color: #aaa; }
footer > p { color: #999; font-size: 11px; }
footer > a { font-family: "Courier New", monospace; font-size: 9px; font-weight: 900; letter-spacing: .12em; }

@media (max-width: 1000px) {
  nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .finish-board { min-height: auto; }
  .finish-samples article { min-height: 380px; }
  .hero-specs { grid-template-columns: repeat(2, 1fr); }
  .statement { grid-template-columns: 1fr; }
  .statement-label { min-height: auto; padding-bottom: 18px; flex-direction: row; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .statement-label b { font-size: 24px; transform: none; }
  .section-title, .label-section, .detail-section { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card:nth-child(n) { grid-column: span 1; }
  .product-card:nth-child(3), .product-card:nth-child(5) { border-left: 0; }
  .vision-section { grid-template-columns: .25fr 1fr; }
  .oa-mark { grid-column: 2; max-width: 230px; }
}
@media (max-width: 640px) {
  .site-header { min-height: 76px; }
  .header-index { display: none; }
  .hero { padding-top: 65px; }
  .hero h1 { font-size: 28vw; }
  .hero h1 span { margin-left: 12vw; }
  .hero h2 { margin-top: 42px; }
  .finish-board { padding: 14px; }
  .finish-samples article { min-height: 300px; }
  .hero-specs { grid-template-columns: 1fr; }
  .hero-specs span + span { padding-left: 0; border-left: 0; border-top: 1px solid var(--black); }
  .statement, .range-section, .label-section, .detail-section, .vision-section { padding-top: 78px; padding-bottom: 78px; }
  .statement-columns { grid-template-columns: 1fr; gap: 28px; margin-top: 48px; }
  .section-title { gap: 38px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card:nth-child(n) { min-height: 490px; border-left: 0; }
  .product-card:nth-child(1), .product-card:nth-child(2) { min-height: 760px; }
  .swatch-01, .swatch-02 { width: min(58%, 230px); min-height: 408px; }
  .label-steps article { grid-template-columns: 40px 1fr; }
  .label-steps p { grid-column: 2; }
  .brand-strip { gap: 28px; justify-content: flex-start; overflow: hidden; }
  .detail-list article { grid-template-columns: 35px 1fr; padding: 24px 0; }
  .detail-list p { grid-column: 2; }
  .vision-section { grid-template-columns: 1fr; }
  .vision-index { font-size: 70px; }
  .oa-mark { grid-column: auto; }
  .closing { padding: 90px 3vw; }
  footer { padding-top: 28px; padding-bottom: 28px; align-items: flex-start; flex-direction: column; gap: 28px; }
  footer > p { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
