/* OGChugger merch site — brand: blaze orange on charcoal, hunt-camp HUD */
:root {
  --bg: #0a0705;
  --bg-panel: #17100a;
  --bg-panel2: #1e1409;
  --orange: #ff8a00;
  --orange-hi: #ffa53a;
  --orange-deep: #e85d04;
  --cream: #f5ecdc;
  --gold: #e8b169;
  --taupe: #b9a893;
  --chamfer: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--cream);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.55;
  overflow-x: hidden;
}
img { max-width: 100%; }

h1, h2 { font-family: 'Anton', sans-serif; font-weight: 400; letter-spacing: 1px; }
h2 { font-size: clamp(34px, 4.5vw, 52px); transform: skewX(-6deg); }
h2 span, .hero-title span { color: var(--orange); }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Anton', sans-serif; font-size: 19px; letter-spacing: 2px;
  text-transform: uppercase; text-decoration: none;
  padding: 15px 30px; clip-path: var(--chamfer); transition: transform .15s ease, filter .15s ease;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.1); }
.btn-primary {
  background: linear-gradient(100deg, var(--orange-hi), #f97316 50%, var(--orange-deep));
  color: #fff; box-shadow: inset 0 1px 0 rgba(255,255,255,.35), inset 0 -2px 0 rgba(0,0,0,.18);
}
.btn-ghost {
  background: rgba(255,138,0,.08); color: var(--gold);
  border: 2px solid rgba(255,138,0,.6);
}

/* ---- nav ---- */
#nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(10,7,5,0); transition: background .25s ease, box-shadow .25s ease;
}
#nav.scrolled { background: rgba(10,7,5,.92); box-shadow: 0 4px 24px rgba(0,0,0,.5); backdrop-filter: blur(8px); }
.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 12px 24px;
  display: flex; align-items: center; gap: 28px;
}
.nav-brand img { height: 44px; width: auto; display: block; }
.nav-links { display: flex; gap: 26px; margin-left: auto; }
.nav-links a {
  color: var(--cream); text-decoration: none; font-family: 'Anton', sans-serif;
  font-size: 17px; letter-spacing: 2px; text-transform: uppercase; opacity: .85;
}
.nav-links a:hover { color: var(--orange); opacity: 1; }
.nav-cta { font-size: 15px; padding: 10px 20px; }

/* ---- hero ---- */
.hero {
  position: relative; min-height: 92vh;
  display: flex; align-items: center; justify-content: center; text-align: center;
  overflow: hidden; padding: 120px 24px 90px;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; opacity: .55; }
.hero-vignette {
  position: absolute; inset: 0;
  background:
    radial-gradient(90% 70% at 50% 40%, rgba(10,7,5,0) 30%, rgba(10,7,5,.92) 100%),
    linear-gradient(180deg, rgba(10,7,5,.75) 0%, rgba(10,7,5,.15) 30%, rgba(10,7,5,.9) 92%);
}
.hero-content { position: relative; z-index: 2; max-width: 760px; }
.hero-wordmark { width: min(520px, 82vw); filter: drop-shadow(0 12px 40px rgba(0,0,0,.6)); }
.hero-title {
  font-size: clamp(40px, 6vw, 72px); color: #fff; margin-top: 10px;
  transform: skewX(-6deg);
  text-shadow: 0 4px 0 rgba(0,0,0,.4), 0 0 60px rgba(255,122,0,.35);
}
.slash {
  width: 250px; height: 13px; margin: 20px auto;
  background: linear-gradient(100deg, var(--orange-hi), var(--orange-deep));
  transform: skewX(-18deg); border-radius: 4px;
  box-shadow: 0 5px 20px rgba(255,122,0,.5);
}
.slash-left { margin: 18px 0 22px; width: 210px; }
.hero-tag { font-size: 22px; letter-spacing: 7px; color: var(--gold); }
.hero-ctas { margin-top: 34px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.tick { position: absolute; width: 26px; height: 26px; z-index: 2; opacity: .9; }
.tick-tl { top: 92px; left: 26px; border-top: 3px solid var(--orange); border-left: 3px solid var(--orange); }
.tick-br { bottom: 70px; right: 26px; border-bottom: 3px solid var(--orange); border-right: 3px solid var(--orange); }

.treeline { position: absolute; bottom: -2px; left: 0; width: 100%; height: 60px; z-index: 3; }
.treeline path { fill: var(--orange); opacity: .16; }

/* ---- sections ---- */
.section { padding: 90px 0; }
.section-alt { background: linear-gradient(180deg, var(--bg-panel) 0%, var(--bg) 100%); }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section-head { max-width: 640px; margin-bottom: 40px; }
.section-head p, .about-text p { color: var(--taupe); font-size: 20px; }
.about-text p { margin-bottom: 16px; }

/* ---- shop embed (old-style inline JS client, exactly like the Neowork shop page) ---- */
.shop-card {
  position: relative;
  background: #fff;
  border-top: 4px solid var(--orange);
  box-shadow: 0 20px 60px rgba(0,0,0,.5);
}
#myShop { min-height: 600px; }
#myShop > a { display: block; padding: 60px; text-align: center; color: #6b5636; font-size: 20px; }
#shopFrame { display: block; width: 100%; height: 2350px; border: 0; background: #fff; }
/* Spreadshop inline JS embed: hide the top promo/sale banner and the entire
   Spreadshop footer (contact/legal/"Open Your Free Spreadshop" self-promo). */
#myShop .sprd-promo-header,
#myShop #sprd-footer { display: none !important; }
/* The embed's confirm dialog (e.g. remove-from-cart) is a fixed overlay with
   z-index 30 trapped in this section's stacking context; lift the section so
   the dialog paints above the hero (site nav stays on top at z 100). */
#shop { position: relative; z-index: 60; }
/* The embed's modal scroll-lock (body.sprd-overlay-visible → position:fixed)
   collapses the page and slams the scroll to the top, so the dialog opened
   over the hero. Neutralize it — the overlay's backdrop blocks the page anyway. */
html body.sprd-overlay-visible {
  position: static !important;
  overflow: visible !important;
  height: auto !important;
}

/* ---- about ---- */
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.about-chips { display: flex; gap: 14px; margin-top: 26px; }
.chip {
  font-family: 'Anton', sans-serif; font-size: 18px; letter-spacing: 3px; color: var(--gold);
  padding: 10px 22px; background: rgba(11,7,4,.6);
  border: 2px solid rgba(255,138,0,.7); clip-path: polygon(10px 0,100% 0,calc(100% - 10px) 100%,0 100%,0 10px);
}
.about-emotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.about-emotes img {
  width: 100%; filter: drop-shadow(0 8px 20px rgba(0,0,0,.45));
  transition: transform .18s ease;
}
.about-emotes img:hover { transform: scale(1.12) rotate(-4deg); }

/* ---- socials ---- */
.social-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.social-card {
  display: flex; flex-direction: column; gap: 6px; text-decoration: none;
  background: var(--bg-panel); padding: 26px 24px;
  border: 2px solid rgba(255,138,0,.45); clip-path: var(--chamfer);
  transition: border-color .15s ease, transform .15s ease, background .15s ease;
}
.social-card:hover { border-color: var(--orange); transform: translateY(-4px); background: var(--bg-panel2); }
.social-name { font-family: 'Anton', sans-serif; font-size: 24px; letter-spacing: 2px; color: #fff; }
.social-card:hover .social-name { color: var(--orange); }
.social-sub { color: var(--taupe); font-size: 17px; letter-spacing: 1px; }

/* ---- footer ---- */
footer { position: relative; padding: 90px 24px 40px; text-align: center; }
.treeline-footer { top: 0; bottom: auto; transform: scaleY(-1); }
.footer-mark { width: 190px; opacity: .95; }
footer p { color: var(--taupe); font-size: 16px; letter-spacing: 2px; margin-top: 14px; }

/* ---- responsive ---- */
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .social-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-links { display: none; }
}
@media (max-width: 560px) {
  body { font-size: 17px; }
  .social-grid { grid-template-columns: 1fr; }
  .hero { min-height: 86vh; }
  .hero-tag { font-size: 17px; letter-spacing: 4px; }
  .shop-card { padding: 10px; }
}
