:root {
  --bg: #080806;
  --panel: #11110f;
  --panel2: #171612;
  --text: #eee8da;
  --muted: #bdb5a4;
  --gold: #a99464;
  --gold2: #c5a96a;
  --line: rgba(255,255,255,.13);
  --shadow: 0 60px 100px rgba(0,0,0,.75);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, sans-serif;
  overflow-x: hidden;
}

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

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 99;
  opacity: .07;
  background-image:
    radial-gradient(circle at 20% 10%, white 0 1px, transparent 1px),
    radial-gradient(circle at 80% 70%, white 0 1px, transparent 1px);
  background-size: 4px 4px, 7px 7px;
  mix-blend-mode: overlay;
}

.topbar {
  position: fixed;
  z-index: 70;
  inset: 0 0 auto;
  height: 76px;
  display: grid;
  grid-template-columns: 260px 1fr 150px;
  align-items: center;
  padding: 0 clamp(18px, 4vw, 64px);
  background: rgba(7,8,7,.72);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.brand strong {
  display: block;
  font-family: Anton, sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: .06em;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.74);
  font-size: 12px;
  letter-spacing: .24em;
}

.main-nav {
  justify-self: center;
  display: flex;
  gap: clamp(18px, 4vw, 46px);
  font-family: Bebas Neue, sans-serif;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: 18px;
}

.main-nav a:hover { color: var(--gold2); }

.shop-icons {
  justify-self: end;
  display: flex;
  gap: 24px;
  font-size: 26px;
}

.menu-button {
  display: none;
  border: 0;
  background: transparent;
  color: var(--text);
  font-size: 30px;
}

.hero {
  position: relative;
  min-height: 96vh;
  display: grid;
  grid-template-columns: .86fr 1.08fr .56fr;
  align-items: center;
  gap: clamp(18px, 3vw, 48px);
  padding: 120px clamp(22px,5vw,76px) 48px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.56), rgba(0,0,0,.14) 47%, rgba(0,0,0,.86)),
    url("assets/template.png");
  background-size: cover;
  background-position: center top;
  filter: saturate(.78) contrast(1.08) brightness(.78);
  transform: scale(1.04);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,.18), transparent 38%, rgba(0,0,0,.96)),
    radial-gradient(circle at center, transparent 38%, rgba(0,0,0,.54));
}

.hero-copy,
.hero-product,
.hero-features {
  position: relative;
  z-index: 3;
}

.brush {
  margin: 0;
  font-family: Permanent Marker, cursive;
  color: #efefea;
  text-transform: uppercase;
  font-size: clamp(4.4rem, 8vw, 9.4rem);
  line-height: .76;
  letter-spacing: -.06em;
  text-shadow: 0 18px 34px rgba(0,0,0,.92);
  transform: rotate(-4deg);
}

.brush em {
  font-style: normal;
  display: inline-block;
  font-size: .52em;
}

.brush span { color: #9f8b61; }

.subline {
  margin: 42px 0 28px;
  color: #c2a86b;
  font-family: Bebas Neue, sans-serif;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: clamp(1.5rem,2vw,2.25rem);
  line-height: 1.06;
}

.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 58px;
  padding: 0 26px;
  border: 1px solid var(--gold);
  background: rgba(6,6,5,.44);
  color: var(--text);
  font-family: Bebas Neue, sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 20px;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.outline-button:hover {
  transform: translateY(-2px);
  color: #080806;
  background: var(--gold2);
}

.hero-product {
  min-height: 760px;
  display: grid;
  place-items: center;
}

.drybag-main {
  width: min(44vw, 600px);
  max-height: 780px;
  object-fit: contain;
  filter: drop-shadow(0 70px 85px rgba(0,0,0,.82));
  transform: translateY(28px);
}

.callout {
  position: absolute;
  z-index: 5;
  color: #eee;
  font-family: Bebas Neue, sans-serif;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 24px;
  line-height: 1;
}

.callout small {
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,.72);
  font-size: 16px;
}

.callout::before {
  content: "";
  position: absolute;
  top: 11px;
  width: 120px;
  height: 1px;
  background: rgba(201,177,110,.65);
}

.c1 { top: 115px; right: -92px; }
.c2 { top: 410px; right: -118px; }
.c3 { top: 540px; right: -126px; }
.c4 { bottom: 96px; right: -126px; }
.c1::before, .c2::before, .c3::before, .c4::before { right: 104%; }

.hero-features {
  display: grid;
  gap: 32px;
}

.hero-features article,
.benefit-bar article,
footer article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 11px;
  align-items: center;
  text-transform: uppercase;
}

.hero-features i,
.benefit-bar i,
footer i {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  color: var(--gold2);
  font-style: normal;
  font-family: Bebas Neue, sans-serif;
  font-size: 20px;
}

.hero-features b,
.benefit-bar b,
footer b {
  font-family: Bebas Neue, sans-serif;
  font-size: 22px;
  line-height: 1;
}

.hero-features span,
.benefit-bar span,
footer span {
  color: rgba(255,255,255,.66);
  font-size: 13px;
}

.benefit-bar {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  background: linear-gradient(180deg,#12120f,#0d0d0b);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.benefit-bar article {
  padding: 38px clamp(20px,4vw,64px);
  border-right: 1px solid var(--line);
}

.packmas {
  display: grid;
  grid-template-columns: 180px 1fr 230px;
  align-items: center;
  gap: 34px;
  padding: 52px clamp(22px,5vw,76px);
  background:
    linear-gradient(rgba(0,0,0,.76),rgba(0,0,0,.76)),
    url("assets/template.png");
  background-size: cover;
  background-position: center 55%;
  border-bottom: 1px solid var(--line);
}

.coin-img {
  width: 148px;
  height: 148px;
  object-fit: contain;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,.55));
}

.packmas h1 {
  margin: 0;
  color: #9d895e;
  font-family: Permanent Marker, cursive;
  font-size: clamp(4rem,8vw,8.5rem);
  line-height: .76;
  transform: rotate(-2deg);
}

.packmas p {
  margin: 15px 0 0;
  color: rgba(255,255,255,.72);
  font-family: Bebas Neue, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 22px;
}

.product-grid {
  display: grid;
  grid-template-columns: .66fr 1.05fr .62fr;
  min-height: 680px;
  background: #0c0c0a;
  border-bottom: 1px solid var(--line);
}

.product-info,
.product-photo,
.detail-stack {
  padding: clamp(34px,5vw,58px);
  border-right: 1px solid var(--line);
}

.eyebrow {
  margin: 0 0 5px;
  color: rgba(255,255,255,.62);
  font-family: Bebas Neue, sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 33px;
}

.product-info h2 {
  margin: 0;
  color: var(--gold);
  font-family: Bebas Neue, sans-serif;
  font-size: 62px;
}

.product-info p {
  color: rgba(255,255,255,.72);
  line-height: 1.75;
}

.price {
  margin: 34px 0 2px;
  color: white !important;
  font-size: 26px;
}

.buy {
  width: min(100%,270px);
  margin-top: 24px;
}

.mini-features {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 15px;
  margin-top: 34px;
  color: rgba(255,255,255,.66);
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
}

.product-photo {
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 40%, rgba(163,140,86,.22), transparent 46%), #080807;
}

.product-photo img {
  width: min(100%, 500px);
  max-height: 620px;
  object-fit: contain;
  filter: drop-shadow(0 55px 70px rgba(0,0,0,.82));
}

.detail-stack {
  display: grid;
  gap: 18px;
}

.detail-stack article {
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.035);
}

.detail-img {
  height: 132px;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,.08);
  background-image: url("assets/drybag.png");
  background-repeat: no-repeat;
  filter: contrast(1.12) saturate(.88);
}

.rolltop-detail {
  background-size: 360px auto;
  background-position: center 3%;
}

.molle-detail {
  background-size: 310px auto;
  background-position: center 56%;
}

.laptop-detail {
  background:
    radial-gradient(circle at 66% 54%, #bd6726, transparent 24%),
    linear-gradient(135deg, #070707, #444333);
}

.detail-stack h3 {
  margin: 14px 0 4px;
  font-family: Bebas Neue, sans-serif;
  text-transform: uppercase;
  font-size: 25px;
}

.detail-stack p {
  margin: 0;
  color: rgba(255,255,255,.64);
  text-transform: uppercase;
  font-size: 13px;
}

.carry-section {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 660px;
  background: #10100e;
  border-bottom: 1px solid var(--line);
}

.carry-img {
  display: grid;
  place-items: center;
  padding: 30px;
  background: #060606;
  overflow: hidden;
}

.carry-img img {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--shadow);
}

.carry-copy {
  padding: clamp(42px,7vw,86px);
}

.carry-copy h2,
.patch-copy h2,
.crew-copy h2 {
  margin: 0;
  font-family: Anton, sans-serif;
  text-transform: uppercase;
  letter-spacing: -.04em;
  line-height: .9;
  font-size: clamp(3rem,5.8vw,6rem);
}

.carry-copy p,
.patch-copy p {
  color: rgba(255,255,255,.72);
  line-height: 1.75;
}

.carry-copy ul {
  list-style: none;
  padding: 0;
  margin: 34px 0 0;
  display: grid;
  gap: 16px;
}

.carry-copy li {
  display: grid;
  gap: 5px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  text-transform: uppercase;
}

.carry-copy b {
  font-family: Bebas Neue, sans-serif;
  font-size: 26px;
}

.carry-copy span {
  color: rgba(255,255,255,.55);
}

.patches {
  display: grid;
  grid-template-columns: 190px 1fr .9fr;
  align-items: center;
  gap: 36px;
  padding: 56px clamp(22px,5vw,76px);
  background: var(--panel2);
  border-bottom: 1px solid var(--line);
}

.patch-main-img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,.7));
}

.patch-row {
  display: flex;
  gap: 17px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.patch-row span {
  width: 124px;
  height: 98px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 2px solid #756545;
  color: #ac9560;
  background: #0d0d0b;
  font-family: Anton, sans-serif;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 1.02;
}

.crew {
  position: relative;
  min-height: 330px;
  display: grid;
  align-items: center;
  padding: 58px clamp(22px,5vw,76px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.crew-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.38)),
    url("assets/template.png");
  background-size: cover;
  background-position: center 82%;
  filter: saturate(.72) contrast(1.1);
}

.crew-copy {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.crew-copy h2 {
  color: #9d895e;
  margin-bottom: 26px;
}

footer {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
  padding: 30px clamp(22px,5vw,76px);
  background: #070707;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }

@media (max-width: 1160px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .main-nav,
  .shop-icons {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .main-nav.open {
    display: grid;
    position: absolute;
    inset: 76px 0 auto;
    padding: 24px;
    background: rgba(8,8,7,.96);
    border-bottom: 1px solid var(--line);
  }

  .hero,
  .product-grid,
  .carry-section,
  .patches,
  .packmas,
  footer {
    grid-template-columns: 1fr;
  }

  .hero-product {
    min-height: 640px;
  }

  .drybag-main {
    width: min(76vw, 470px);
    max-height: 620px;
  }

  .callout {
    display: none;
  }

  .hero-features,
  .benefit-bar {
    grid-template-columns: repeat(2,1fr);
  }

  .product-info,
  .product-photo,
  .detail-stack,
  .benefit-bar article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .patch-row {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .topbar {
    height: 68px;
    padding-inline: 16px;
  }

  .brand strong {
    font-size: 19px;
  }

  .brand small {
    display: none;
  }

  .hero {
    padding: 96px 18px 36px;
  }

  .brush {
    font-size: 4.25rem;
  }

  .hero-product {
    min-height: 500px;
  }

  .drybag-main {
    width: min(88vw, 330px);
  }

  .hero-features,
  .benefit-bar {
    grid-template-columns: 1fr;
  }

  .packmas,
  .product-info,
  .product-photo,
  .detail-stack,
  .carry-copy,
  .patches,
  .crew {
    padding-inline: 18px;
  }

  .packmas h1 {
    font-size: 4rem;
  }

  .mini-features {
    grid-template-columns: 1fr;
  }
}
