:root {
  --ink: #171717;
  --muted: #68625b;
  --paper: #f8f2e9;
  --card: #fffaf3;
  --line: #ded3c4;
  --red: #ec4d3c;
  --teal: #087f78;
  --yellow: #f2b51d;
  --blue: #325b9e;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

.nav {
  align-items: center;
  background: rgba(248, 242, 233, 0.94);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 18px 28px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
}

.nav nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.nav a {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  min-height: calc(100vh - 66px);
}

.heroMedia {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(236, 77, 60, 0.16), transparent 42%),
    linear-gradient(45deg, rgba(8, 127, 120, 0.18), transparent 52%),
    #ede1d2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  padding: 46px;
}

.shirt,
.tote,
.cap {
  box-shadow: 0 26px 50px rgba(34, 25, 18, 0.18);
}

.shirt {
  align-items: center;
  aspect-ratio: 0.82;
  background: #fefefe;
  border-radius: 36px 36px 16px 16px;
  display: flex;
  justify-content: center;
  padding: 24px;
  position: relative;
  transform: rotate(-5deg);
}

.shirt::before,
.shirt::after {
  background: #fefefe;
  content: "";
  height: 34%;
  position: absolute;
  top: 10%;
  width: 32%;
}

.shirt::before {
  border-radius: 24px 0 8px 24px;
  left: -18%;
}

.shirt::after {
  border-radius: 0 24px 24px 8px;
  right: -18%;
}

.shirt span,
.tote span {
  font-size: clamp(22px, 4vw, 54px);
  font-weight: 1000;
  line-height: 0.95;
  max-width: 9ch;
  text-transform: uppercase;
}

.shirt i,
.tote i {
  background:
    linear-gradient(90deg, #111 10px, transparent 10px 16px, #111 16px 26px, transparent 26px),
    linear-gradient(#111 10px, transparent 10px 16px, #111 16px 26px, transparent 26px),
    #fff;
  border: 8px solid #111;
  bottom: 28px;
  display: block;
  height: 74px;
  position: absolute;
  right: 28px;
  width: 74px;
}

.tote {
  align-self: end;
  aspect-ratio: 0.78;
  background: #f4c43a;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  padding: 64px 22px 22px;
  position: relative;
  transform: rotate(4deg);
}

.tote::before {
  border: 10px solid #1f1f1f;
  border-bottom: 0;
  border-radius: 80px 80px 0 0;
  content: "";
  height: 60px;
  left: 50%;
  position: absolute;
  top: -25px;
  transform: translateX(-50%);
  width: 110px;
}

.cap {
  align-items: center;
  background: var(--teal);
  border-radius: 999px 999px 34px 34px;
  color: #fff;
  display: flex;
  font-size: 48px;
  font-weight: 1000;
  grid-column: 1 / -1;
  height: 130px;
  justify-content: center;
  justify-self: center;
  width: min(420px, 80%);
}

.heroCopy {
  align-content: center;
  display: grid;
  padding: 54px;
}

.eyebrow {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(42px, 7vw, 88px);
  letter-spacing: 0;
  line-height: 0.92;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1;
}

p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button,
button {
  background: var(--ink);
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 900;
  padding: 13px 18px;
  text-decoration: none;
}

.button.secondary {
  background: var(--red);
}

.strip {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.strip article {
  border-right: 1px solid var(--line);
  padding: 32px;
}

.strip strong {
  color: var(--teal);
  font-size: 42px;
}

.section,
.cta {
  padding: 72px 32px;
}

.sectionHead {
  align-items: end;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto 24px;
  max-width: 1180px;
}

.textLink {
  color: var(--ink);
  font-weight: 900;
}

.productGrid,
.galleryGrid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.product {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.productVisual {
  align-items: center;
  aspect-ratio: 1.05;
  background: #161616;
  color: #fff;
  display: flex;
  font-size: 34px;
  font-weight: 1000;
  justify-content: center;
  padding: 24px;
  text-align: center;
  text-transform: uppercase;
}

.product:nth-child(2n) .productVisual {
  background: var(--teal);
}

.product:nth-child(3n) .productVisual {
  background: var(--red);
}

.productBody {
  padding: 16px;
}

.productBody p {
  font-size: 14px;
}

.galleryGrid {
  grid-template-columns: 1.3fr 1fr 1fr;
}

.photoTile,
.videoTile {
  align-content: end;
  background: var(--teal);
  border-radius: 8px;
  color: #fff;
  display: grid;
  min-height: 260px;
  overflow: hidden;
  padding: 18px;
  position: relative;
}

.photoTile::before,
.videoTile::before {
  background-image:
    linear-gradient(45deg, rgba(255,255,255,0.18) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255,255,255,0.18) 25%, transparent 25%);
  background-size: 36px 36px;
  content: "";
  inset: 0;
  opacity: 0.7;
  position: absolute;
}

.photoTile.large {
  grid-row: span 2;
  min-height: 540px;
}

.photoTile.warm {
  background: var(--yellow);
  color: var(--ink);
}

.photoTile.dark {
  background: #111;
}

.videoTile {
  background: var(--blue);
}

.photoTile span,
.videoTile span,
.photoTile h3,
.videoTile h3 {
  position: relative;
}

.photoTile span,
.videoTile span {
  font-weight: 900;
  opacity: 0.78;
}

.cta {
  background: #111;
  color: #fff;
  text-align: center;
}

.cta p {
  color: #d8d0c8;
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
}

footer {
  display: flex;
  justify-content: space-between;
  padding: 22px 32px;
}

@media (max-width: 900px) {
  .hero,
  .strip,
  .productGrid,
  .galleryGrid {
    grid-template-columns: 1fr;
  }

  .heroMedia {
    min-height: 560px;
  }
}

@media (max-width: 620px) {
  .nav,
  .sectionHead,
  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .heroMedia,
  .heroCopy,
  .section,
  .cta {
    padding: 28px 18px;
  }
}
