/* ==========================================================================
   Camp Spice — campspice.co
   Rebuilt from the Webflow site. Breakpoints mirror Webflow's: 991 / 767 / 479.
   ========================================================================== */

/* ---------- Fonts ---------- */
@font-face { font-family: "CampNeue"; src: url("../assets/fonts/HelveticaNeue-Roman.otf") format("opentype");  font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "CampNeue"; src: url("../assets/fonts/HelveticaNeue-Medium.otf") format("opentype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "CampNeue"; src: url("../assets/fonts/HelveticaNeue-Bold.otf") format("opentype");   font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "CampNeueCond"; src: url("../assets/fonts/HelveticaNeue-BoldCond.otf") format("opentype");  font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "CampNeueCond"; src: url("../assets/fonts/HelveticaNeue-BlackCond.otf") format("opentype"); font-weight: 900; font-style: normal; font-display: swap; }

/* ---------- Tokens ---------- */
:root {
  --yellow: #fed318;
  --green: #106c37;
  --green-dark: #0e6132;
  --green-50: rgba(16, 108, 55, .5);
  --red: #ef3b24;
  --white: #fff;
  --font: "CampNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-cond: "CampNeueCond", "Helvetica Neue Condensed", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--white);
  color: var(--green);
  font-family: var(--font);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, p, figure, blockquote, ul { margin: 0; padding: 0; }
img { max-width: 100%; display: inline-block; vertical-align: middle; border: 0; }
a { color: inherit; }
button, input { font: inherit; color: 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; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  border-radius: 100px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 150ms ease, color 150ms ease;
}
.btn--outline {
  margin-top: 16px;
  padding: 10px 26px 6px;
  border: 2px solid var(--green);
  background: transparent;
  color: var(--green);
  font-size: 20px;
  font-weight: 500;
}
.btn--outline:hover { background: var(--green); color: #fed317; }
.btn--solid {
  padding: 18px 40px 15px;
  border: 3px solid var(--green);
  background: var(--green);
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.btn--solid:hover { background: var(--green-dark); border-color: var(--green-dark); }
.btn--solid[disabled] { opacity: .7; cursor: default; }

/* ---------- Hero ---------- */
.hero {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  background: var(--yellow);
}
.hero__photo {
  width: 50%;
  background: url("../assets/img/cs-og-001b.jpeg") center / cover no-repeat;
}
.hero__panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 4vw;
}
.hero__spacer { display: flex; justify-content: center; width: 100%; min-height: 120px; }
.hero__logo { display: flex; justify-content: center; align-items: center; }
.hero__logo img { display: block; width: 120px; height: auto; }
.hero__cta {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 120px;
  text-align: center;
}
.lead { font-size: 28px; line-height: 1.15; text-align: center; }

/* ---------- Product rows ---------- */
.product { display: flex; flex-direction: column; }
.product__visual {
  display: flex;
  justify-content: space-between;
  min-height: 70vh;
  padding-top: 5vw;
}
.product__bottle {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  padding: 5vw 0;
  background: center / contain no-repeat;
}
.product__divider { min-width: 20px; border-right: 1px solid rgba(0, 0, 0, .08); }
.product__pile { width: 50%; background: center / contain no-repeat; }
.product__pack {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: center / contain no-repeat;
}
.product__bottle--original { background-image: url("../assets/img/campspice-original.jpg"); }
.product__bottle--chili    { background-image: url("../assets/img/campspice-chili.jpg"); }
.product__bottle--herbsalt { background-image: url("../assets/img/campspice-herbsalt.jpg"); }
.product__bottle--smoke    { background-image: url("../assets/img/campspice-smoke.jpg"); }
.product__pile--original   { background-image: url("../assets/img/pile-original.jpg"); }
.product__pile--chili      { background-image: url("../assets/img/pile-chili.jpg"); }
.product__pile--herbsalt   { background-image: url("../assets/img/pile-herb-salt.jpg"); }
.product__pile--smoke      { background-image: url("../assets/img/pile-smoke.jpg"); }
.product__pack--family     { background-image: url("../assets/img/family-pack.jpg"); }
.product__pack--flavor     { background-image: url("../assets/img/flavor-pack.jpg"); }

.product__details {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.product__title {
  width: 100%;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: .9;
  text-transform: uppercase;
}
.product__tagline { max-width: 30ch; line-height: 1.25; }
.product__ingredients {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
}
.product__label { margin-bottom: 4px; font-size: 12px; font-weight: 700; line-height: 1.15; text-transform: uppercase; }
.product__list { max-width: 40ch; font-size: 12px; font-weight: 400; line-height: 1.15; }
.product__list b { font-weight: 700; }
.product__price {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 20px 0 40px;
}
.price { padding: 6px 10px 2px; border-radius: 40px; font-size: 20px; font-weight: 500; }
.price--strike { padding-left: 0; padding-right: 0; }
.price__save {
  display: flex;
  align-items: center;
  margin-left: 6px;
  padding: 4px 10px 1px;
  background: var(--red);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.product__buy { max-width: 250px; }
.product__buy:empty { display: none; }

/* ---------- Feature rows (photo + yellow panel) ---------- */
.feature {
  display: flex;
  justify-content: flex-start;
  min-height: 100vh;
  margin-top: 8vw;
}
.feature__photo { width: 50%; background: center / cover no-repeat; }
.feature__photo--chili  { background-image: url("../assets/img/cs-chili-001.jpeg"); }
.feature__photo--herb   { background-image: url("../assets/img/herb-salt.jpg"); }
.feature__photo--smoke  { background-image: url("../assets/img/smoke-2-min.jpg"); }
.feature__photo--family { background-image: url("../assets/img/family-cookout.jpg"); }
.feature__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 4vw;
  background: var(--yellow);
}
.quote { display: flex; flex-direction: column; align-items: center; width: 100%; text-align: center; }
.quote blockquote { max-width: 40ch; font-size: 28px; line-height: 1.15; }
.quote figcaption { max-width: 30ch; margin-top: 40px; line-height: 1.25; }

.usage { display: flex; flex-direction: column; align-items: center; text-align: center; }
.usage__title { margin-bottom: 20px; font-size: 13px; font-weight: 700; line-height: 1.15; text-transform: uppercase; }
.usage__text { max-width: 30ch; line-height: 1.25; }
.usage__block { display: flex; flex-direction: column; align-items: center; width: 100%; padding-top: 40px; }
.usage__block--callout {
  margin-top: 40px;
  padding: 20px;
  border: 2px solid var(--green);
  border-radius: 30px;
}

/* ---------- Badges ---------- */
.badges {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 200px;
  padding-top: 100px;
  background: var(--yellow);
}
.badges__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 900px;
  list-style: none;
}
.badge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding-top: 2px;
  background: url("../assets/img/ic-frame-A.svg") center / contain no-repeat;
  font-family: var(--font-cond);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .03em;
  text-align: center;
}
.badge--no { background-image: url("../assets/img/ic-frame-no-A.svg"); }

/* ---------- Ode ---------- */
.ode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  background: var(--yellow);
}
.ode__inner { display: flex; flex-direction: column; align-items: center; width: 1100px; text-align: center; }
.ode__heading-wrap { padding-bottom: 40px; }
.ode__heading { display: inline-block; max-width: 28ch; font-size: 40px; font-weight: 500; line-height: 1; }
.ode__text { max-width: 70ch; line-height: 1.25; }

/* ---------- Footer ---------- */
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 0;
  background: var(--yellow);
}
.footer__box { display: flex; flex-direction: column; align-items: center; text-align: center; }
.footer__form-area {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
.signup-block { width: 500px; margin: 16px 0 30px; }
.signup { display: flex; flex-direction: column; align-items: center; }
.signup__input {
  width: 100%;
  height: 66px;
  margin: 0 0 16px;
  padding: 0 20px;
  border: 3px solid var(--green);
  border-radius: 100px;
  background: transparent;
  color: var(--green);
  font-size: 24px;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
}
.signup__input::placeholder { color: var(--green-50); opacity: 1; }
.signup__input:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(16, 108, 55, .2); }
.signup__actions { display: flex; flex-direction: row; justify-content: center; align-items: center; width: 100%; }
.signup__success, .signup__error { padding: 20px; text-transform: uppercase; text-align: center; line-height: 1.25; }
.footer__ig img { width: 40px; height: 40px; }
.footer__info {
  max-width: 40ch;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}
.footer__info a { text-decoration: none; }
.footer__info a:hover { text-decoration: underline; }

/* ---------- Shopify Buy Button (rendered inline, iframe: false) ---------- */
.shopify-buy__btn {
  margin-top: 0;
  padding: 12px 20px 8px;
  border: 3px solid var(--green);
  border-radius: 100px;
  background-color: var(--green);
  color: var(--white);
  font-family: var(--font);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .03em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.shopify-buy__btn:hover, .shopify-buy__btn:focus { background-color: var(--green-dark); border-color: var(--green-dark); }
.shopify-buy__cart-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  margin: 0;
  padding-top: 2px;
  border: 3px solid var(--green);
  border-radius: 0;
  background-color: var(--green);
  color: var(--white);
  font-family: var(--font);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: background 200ms ease;
}
.shopify-buy-frame.shopify-buy-frame--toggle { top: 30px !important; right: 8px !important; }
.shopify-buy__icon-cart, .shopify-buy--visually-hidden { display: none; }

/* ==========================================================================
   Responsive — mirrors the Webflow breakpoints
   ========================================================================== */

/* Tablet landscape and below */
@media screen and (max-width: 991px) {
  .price, .price__save { font-size: 15px; }
  .badges { padding-left: 100px; padding-right: 100px; }
  .badges__list { justify-content: center; width: 100%; }
  .badge { margin: 0 4px 8px; font-size: 15px; }
  .ode__inner { width: 100%; padding-left: 60px; padding-right: 60px; }
}

/* Tablet portrait and below: hero and feature rows stack */
@media screen and (max-width: 767px) {
  .hero { flex-direction: column-reverse; }
  .hero__photo { flex: 1; width: 100%; min-height: 60vh; }
  .hero__panel { width: 100%; min-height: 100vh; padding: 50px; }
  .hero__cta { padding-top: 50px; }

  .product__visual { min-height: 70vw; padding-top: 50px; padding-bottom: 50px; }
  .product__tagline, .usage__text, .quote figcaption { max-width: 40ch; }
  .price { font-size: 15px; }

  .feature { flex-direction: column; }
  .feature__photo { flex: 1; width: 100%; min-height: 60vh; }
  .feature__panel { width: 100%; min-height: 60vh; padding: 50px; }

  .ode__heading { padding-bottom: 36px; }

  .signup-block { width: 100%; }
  .signup { padding-left: 24px; padding-right: 24px; }
}

/* Phones */
@media screen and (max-width: 479px) {
  .hero__panel { justify-content: center; min-height: 90vh; padding-bottom: 50px; }
  .hero__spacer { display: none; }
  .hero__logo img { width: 80px; }

  .product__visual { min-height: 80vw; padding-bottom: 20px; }
  .product__details { padding: 0 40px 50px; }
  .product__title { font-size: 30px; }
  .product__tagline, .usage__text, .quote figcaption, .ode__text { font-size: 16px; }
  .price { flex: none; font-size: 15px; }
  .price__save { padding-top: 4px; }

  .badges { padding-left: 30px; padding-right: 30px; }
  .badge { width: 100px; height: 100px; margin: 0 8px 16px; font-size: 15px; }

  .ode__inner { padding-left: 30px; padding-right: 30px; }
  .ode__heading { padding-bottom: 0; font-size: 30px; }

  .signup-block { margin-bottom: 34px; }
  .signup { align-items: stretch; }
  .signup__actions { flex-flow: column-reverse wrap; justify-content: center; align-items: stretch; text-align: center; }
  .btn--solid { margin-bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}
