@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=IBM+Plex+Mono:wght@400;600&display=swap');

:root{
  --cream:#f4ead7;
  --ink:#11100f;
  --red:#c83b27;
  --yellow:#e4b733;
  --paper:#fffaf0;
  --line:3px solid var(--ink);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:"IBM Plex Mono", monospace;
}
a{color:inherit}
button,input{font:inherit}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.ticker{
  overflow:hidden;
  background:var(--red);
  color:var(--paper);
  border-bottom:var(--line);
  white-space:nowrap;
}
.ticker__inner{
  display:inline-flex;
  gap:18px;
  padding:9px 0;
  font-weight:700;
  letter-spacing:.08em;
  animation:ticker 24s linear infinite;
}
@keyframes ticker{to{transform:translateX(-45%)}}

.site-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:16px clamp(18px,4vw,60px);
  border-bottom:var(--line);
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(244,234,215,.94);
  backdrop-filter:blur(8px);
}
.brand{display:flex;gap:12px;align-items:center;text-decoration:none;font-family:"Archivo Black",sans-serif;line-height:.9}
.brand__mark{display:grid;place-items:center;width:52px;height:52px;background:var(--ink);color:var(--cream);border-radius:50%;font-size:13px;letter-spacing:.05em}
.brand__words{font-size:17px}
nav{display:flex;gap:24px;font-weight:700;font-size:13px}
nav a{text-decoration:none;border-bottom:2px solid transparent}
nav a:hover{border-color:var(--ink)}

.hero{
  min-height:680px;
  display:grid;
  grid-template-columns:1.25fr .75fr;
  border-bottom:var(--line);
}
.hero__copy{padding:clamp(45px,7vw,105px) clamp(20px,6vw,90px)}
.eyebrow{font-weight:700;font-size:12px;letter-spacing:.14em;text-transform:uppercase}
h1,h2,.hero__phrase,.footer-brand{
  font-family:"Archivo Black",sans-serif;
  text-transform:uppercase;
  letter-spacing:-.045em;
}
h1{font-size:clamp(58px,8.5vw,138px);line-height:.83;margin:18px 0 30px}
h1 em{font-style:normal;color:var(--red)}
.lede{font-size:clamp(16px,1.65vw,24px);line-height:1.55;max-width:850px}
.hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:36px}
.button{
  display:inline-block;
  border:var(--line);
  padding:15px 20px;
  text-decoration:none;
  font-weight:800;
  box-shadow:5px 5px 0 var(--ink);
  transition:.15s ease;
}
.button:hover{transform:translate(3px,3px);box-shadow:2px 2px 0 var(--ink)}
.button--dark{background:var(--ink);color:var(--paper)}
.button--ghost{background:var(--paper)}
.hero__art{
  position:relative;
  overflow:hidden;
  background:var(--yellow);
  border-left:var(--line);
  min-height:500px;
  display:grid;
  place-items:center;
}
.hero__phrase{
  font-size:clamp(68px,8vw,120px);
  line-height:.78;
  transform:rotate(-7deg);
  text-align:center;
  z-index:2;
}
.stamp{
  position:absolute;right:22px;top:24px;
  width:120px;height:120px;border:3px solid var(--ink);border-radius:50%;
  display:grid;place-items:center;text-align:center;font-weight:800;transform:rotate(9deg);
  z-index:4;
}
.stamp small{font-size:9px}
.meat-orbit{position:absolute;border:4px solid var(--red);border-radius:50%}
.orbit-1{width:420px;height:420px}
.orbit-2{width:590px;height:250px;transform:rotate(33deg)}
.orbit-3{width:260px;height:580px;transform:rotate(-21deg)}

.marquee-grid{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:var(--line)}
.category{padding:28px;min-height:440px;border-right:var(--line);display:flex;flex-direction:column}
.category:last-child{border-right:0}
.category .number{font-weight:800}
.category h2{font-size:clamp(42px,5vw,72px);line-height:.82;margin:50px 0 18px}
.category p{margin-top:auto;line-height:1.5}
.category a{font-weight:800;margin-top:20px}
.cat-red{background:var(--red);color:var(--paper)}
.cat-cream{background:var(--cream)}
.cat-yellow{background:var(--yellow)}
.cat-black{background:var(--ink);color:var(--paper)}

.products-section{padding:clamp(55px,7vw,100px) clamp(18px,5vw,75px);border-bottom:var(--line)}
.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:32px}
.section-heading h2{font-size:clamp(54px,7vw,110px);line-height:.8;margin:10px 0 0}
.section-note{max-width:480px;line-height:1.45}
.section-note code{background:var(--ink);color:var(--paper);padding:2px 6px}
.filter-row{display:flex;gap:9px;flex-wrap:wrap;margin:28px 0}
.filter{background:transparent;border:2px solid var(--ink);padding:9px 13px;font-weight:800;cursor:pointer}
.filter.active,.filter:hover{background:var(--ink);color:var(--paper)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{background:var(--paper);border:var(--line);display:flex;flex-direction:column;min-height:410px}
.product-art{height:170px;border-bottom:var(--line);display:grid;place-items:center;background:var(--yellow);overflow:hidden;position:relative}
.product-art::before,.product-art::after{content:"";position:absolute;border:4px solid var(--red);border-radius:50%}
.product-art::before{width:180px;height:180px;transform:rotate(35deg)}
.product-art::after{width:260px;height:95px;transform:rotate(-15deg)}
.product-art span{z-index:2;font-family:"Archivo Black",sans-serif;font-size:44px;transform:rotate(-8deg)}
.product-body{padding:20px;display:flex;flex-direction:column;flex:1}
.product-kicker{font-size:11px;font-weight:800;letter-spacing:.12em}
.product-card h3{font-family:"Archivo Black",sans-serif;font-size:30px;line-height:.95;margin:11px 0}
.product-card p{line-height:1.45}
.product-link{margin-top:auto;background:var(--ink);color:var(--paper);padding:12px;text-align:center;text-decoration:none;font-weight:800}
.product-link.disabled{opacity:.45;pointer-events:none}
.affiliate-note{margin-top:20px;font-size:12px;line-height:1.5}

.manifesto{display:grid;grid-template-columns:1fr 1fr;border-bottom:var(--line)}
.manifesto__big{background:var(--red);color:var(--paper);padding:clamp(40px,6vw,90px);border-right:var(--line)}
.manifesto__big p{font-size:20px;font-weight:800}
.manifesto__big strong{font-family:"Archivo Black",sans-serif;font-size:clamp(48px,7vw,100px);line-height:.82}
.manifesto__copy{padding:clamp(40px,6vw,90px)}
.manifesto__copy h2{font-size:clamp(42px,5vw,74px);line-height:.9}
.manifesto__copy>p{line-height:1.65}
.rules{margin-top:35px;border-top:var(--line)}
.rules div{display:grid;grid-template-columns:45px 1fr;gap:8px 15px;padding:16px 0;border-bottom:2px solid var(--ink)}
.rules div p{grid-column:2;margin:0}

.will-it-stuff{text-align:center;padding:clamp(70px,10vw,150px) 20px;background:var(--yellow);border-bottom:var(--line)}
.will-it-stuff h2{font-size:clamp(90px,16vw,250px);line-height:.72;margin:20px 0 35px}
.will-it-stuff h2 span{color:var(--red)}
.will-it-stuff>p:not(.eyebrow){font-size:20px;max-width:650px;margin:0 auto 35px}

.newsletter{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:clamp(55px,8vw,110px) clamp(20px,6vw,90px);border-bottom:var(--line)}
.newsletter h2{font-size:clamp(46px,6vw,90px);line-height:.85;margin:12px 0}
.newsletter form{align-self:center}
.newsletter input{width:100%;background:var(--paper);border:var(--line);padding:18px;font-size:18px}
.newsletter button{width:100%;background:var(--red);color:var(--paper);border:var(--line);border-top:0;padding:18px;font-weight:800;cursor:pointer}
.newsletter form p{font-size:11px;line-height:1.5}

footer{background:var(--ink);color:var(--paper);display:flex;justify-content:space-between;gap:40px;padding:50px clamp(20px,6vw,90px)}
.footer-brand{font-size:clamp(36px,5vw,70px)}
.footer-copy{font-size:11px;max-width:520px;line-height:1.5}

@media(max-width:900px){
  nav{display:none}
  .hero{grid-template-columns:1fr}
  .hero__art{border-left:0;border-top:var(--line)}
  .marquee-grid{grid-template-columns:1fr 1fr}
  .category:nth-child(2){border-right:0}
  .category{border-bottom:var(--line)}
  .product-grid{grid-template-columns:1fr 1fr}
  .manifesto{grid-template-columns:1fr}
  .manifesto__big{border-right:0;border-bottom:var(--line)}
  .newsletter{grid-template-columns:1fr}
}
@media(max-width:580px){
  .hero__copy{padding-top:55px}
  h1{font-size:56px}
  .marquee-grid{grid-template-columns:1fr}
  .category{border-right:0;min-height:350px}
  .product-grid{grid-template-columns:1fr}
  .section-heading{display:block}
  .stamp{width:96px;height:96px}
  footer{display:block}
}
