:root {
  --ink: #171613;
  --paper: #f5f1e7;
  --paper-2: #ebe4d7;
  --greige: #d0c4b4;
  --greige-2: #b7aa99;
  --black: #141411;
  --white: #faf4e8;
  --muted: #665e52;
  --line: rgba(23, 22, 19, 0.18);
  --line-strong: rgba(23, 22, 19, 0.42);
  --max: 1500px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color: var(--ink);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

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

img {
  display: block;
  max-width: 100%;
}

.board-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 34px;
  min-height: 62px;
  padding: 0 24px;
  background: rgba(245, 241, 231, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.home-mark {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.board-header nav {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

main {
  max-width: var(--max);
  margin: 0 auto;
}

.board-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 620px;
  border-bottom: 1px solid var(--line);
}

.hero-panel {
  display: grid;
  align-content: end;
  gap: 18px;
  padding: 52px 42px 62px;
  background: var(--greige);
}

.micro {
  margin: 0;
  color: rgba(23, 22, 19, 0.58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.24em;
  line-height: 1.4;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: 66px;
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.hero-panel p:not(.micro),
.section-head p:not(.micro) {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.hero-lockup {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 22px;
  min-height: 620px;
  color: var(--white);
  background: var(--black);
  text-align: center;
  text-transform: uppercase;
}

.hero-lockup span {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.hero-lockup strong {
  display: block;
  font-size: 128px;
  line-height: 0.82;
  letter-spacing: 0.06em;
}

.hero-lockup small {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.42em;
}

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

.identity-band article {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 240px;
  color: var(--ink);
  background: var(--paper-2);
  border-right: 1px solid var(--line);
}

.identity-band article:last-child {
  border-right: 0;
}

.identity-band article.dark {
  color: var(--white);
  background: var(--black);
}

.identity-band article.dark img {
  filter: invert(94%) sepia(9%) saturate(393%) hue-rotate(339deg) brightness(106%) contrast(96%);
}

.identity-band img {
  width: 68%;
  align-self: center;
  justify-self: center;
  color: currentColor;
}

.identity-band span {
  min-height: 48px;
  padding: 14px;
  border-top: 1px solid currentColor;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.72;
}

.range-section,
.spec-section {
  padding: 72px 24px;
  border-bottom: 1px solid var(--line);
}

.section-head {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin-bottom: 30px;
}

.section-head h2 {
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

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

.design-card {
  display: grid;
  grid-template-rows: auto 360px auto;
  min-height: 510px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.card-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  min-height: 44px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

.views {
  display: grid;
  min-height: 360px;
}

.views.two {
  grid-template-columns: 1fr 1fr;
}

.mockup {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--ink);
  border-right: 1px solid var(--line);
}

.mockup:last-child {
  border-right: 0;
}

.mockup.greige {
  background: var(--greige);
}

.mockup.black {
  color: var(--white);
  background: var(--black);
}

.mockup.offwhite {
  background: var(--paper-2);
}

.garment {
  position: absolute;
  border: 1px solid currentColor;
  opacity: 0.32;
}

.jacket {
  width: 150px;
  height: 178px;
  clip-path: polygon(28% 0, 72% 0, 96% 20%, 88% 100%, 12% 100%, 4% 20%);
}

.pants,
.sweatpants {
  width: 128px;
  height: 188px;
  clip-path: polygon(17% 0, 83% 0, 93% 100%, 57% 100%, 50% 34%, 43% 100%, 7% 100%);
}

.hoodie {
  width: 162px;
  height: 164px;
  clip-path: polygon(36% 0, 64% 0, 76% 18%, 96% 31%, 84% 49%, 78% 43%, 82% 100%, 18% 100%, 22% 43%, 16% 49%, 4% 31%, 24% 18%);
}

.tee {
  width: 154px;
  height: 152px;
  clip-path: polygon(26% 0, 74% 0, 98% 24%, 84% 38%, 84% 100%, 16% 100%, 16% 38%, 2% 24%);
}

.shorts {
  width: 148px;
  height: 96px;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 57% 100%, 50% 38%, 43% 100%, 12% 100%);
}

.brief {
  width: 154px;
  height: 94px;
  clip-path: polygon(0 0, 100% 0, 84% 100%, 16% 100%);
}

.cap {
  width: 154px;
  height: 70px;
  border-radius: 84px 84px 20px 20px;
}

.placement {
  position: absolute;
  z-index: 1;
  max-width: 76%;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.chest {
  top: 44%;
  left: 50%;
  transform: translateX(-50%);
}

.center {
  top: 47%;
}

.leg {
  top: 50%;
  left: 56%;
  font-size: 25px;
  letter-spacing: 0.06em;
}

.pocket {
  top: 43%;
  left: 57%;
  font-size: 20px;
  letter-spacing: 0.06em;
}

.calf {
  top: 60%;
  left: 42%;
  font-size: 24px;
}

.hem {
  top: 54%;
  left: 57%;
  font-size: 24px;
  letter-spacing: 0.06em;
}

.hip {
  top: 52%;
  left: 60%;
  font-size: 24px;
  letter-spacing: 0.06em;
}

.large-mark {
  font-size: 34px;
}

.capmark {
  top: 50%;
  left: 50%;
  font-size: 30px;
  transform: translate(-50%, -50%);
}

.tag {
  right: 24%;
  bottom: 30%;
  padding: 5px 6px 4px;
  border: 1px solid currentColor;
  font-size: 8px;
}

.neck {
  top: 34%;
  left: 50%;
  font-size: 18px;
  letter-spacing: 0.08em;
  transform: translateX(-50%);
}

.rubber-tag {
  display: grid;
  gap: 1px;
  place-items: center;
  width: 78px;
  height: 25px;
  color: rgba(255, 255, 255, 0.15);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.08), transparent 42%),
    #070706;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(0, 0, 0, 0.78),
    0 7px 14px rgba(0, 0, 0, 0.28);
}

.rubber-tag strong {
  display: block;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.92),
    0 1px 0 rgba(255, 255, 255, 0.06);
}

.rubber-tag small {
  display: block;
  font-size: 4.5px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.92),
    0 1px 0 rgba(255, 255, 255, 0.06);
}

.back-lockup {
  top: 35%;
  left: 50%;
  display: grid;
  gap: 7px;
  width: 160px;
  transform: translateX(-50%);
}

.back-lockup strong {
  display: block;
  font-size: 34px;
  letter-spacing: 0.04em;
}

.back-lockup small {
  display: block;
  font-size: 7px;
  letter-spacing: 0.26em;
}

.back-lockup.large {
  top: 31%;
  width: 180px;
  font-size: 14px;
}

.back-lockup.large strong {
  font-size: 42px;
}

.view-label {
  position: absolute;
  right: 14px;
  bottom: 12px;
  color: currentColor;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.54;
}

.copy {
  min-height: 112px;
  padding: 18px;
  border-top: 1px solid var(--line);
}

.copy h3 {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.2;
}

.copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.52;
}

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

.spec-grid article {
  min-height: 210px;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.spec-grid article:last-child {
  border-right: 0;
}

.spec-grid h3 {
  margin-bottom: 12px;
  font-size: 17px;
}

.spec-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.board-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  max-width: var(--max);
  min-height: 76px;
  margin: 0 auto;
  padding: 0 24px;
  align-items: center;
  color: var(--white);
  background: var(--black);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.board-footer a {
  border-bottom: 1px solid currentColor;
}

@media (max-width: 1120px) {
  h1 {
    font-size: 52px;
  }

  .board-hero,
  .product-board,
  .spec-grid {
    grid-template-columns: 1fr;
  }

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

  .identity-band article:nth-child(2n) {
    border-right: 0;
  }

  .spec-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .spec-grid article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .board-header {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
  }

  .board-header nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px;
  }

  .hero-panel,
  .range-section,
  .spec-section {
    padding: 44px 18px;
  }

  .hero-lockup {
    min-height: 390px;
  }

  .hero-lockup strong {
    font-size: 88px;
  }

  h1,
  .section-head h2 {
    font-size: 38px;
    line-height: 1.02;
  }

  .identity-band,
  .views.two {
    grid-template-columns: 1fr;
  }

  .identity-band article,
  .mockup {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .identity-band article:last-child,
  .mockup:last-child {
    border-bottom: 0;
  }

  .design-card {
    grid-template-rows: auto auto auto;
  }

  .mockup {
    min-height: 300px;
  }

  .card-top,
  .board-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .board-footer {
    padding: 22px 18px;
  }
}
