/* ==========================================================
   TOKA — Break Boring | Landing Page Styles
   ========================================================== */

:root {
  --ink: #111111;
  --white: #ffffff;
  --butter: #ffd84d;
  --pink: #d6007f;
  --softgrey: #f5f5f0;
  --border: #e5e5e5;
  --muted: #737373;
  --radius: 6px;

  --font-display: "Anton", "Arial Black", system-ui, sans-serif;
  --font-sans: "Barlow", system-ui, sans-serif;
  --font-hand: "Caveat", "Segoe Script", cursive;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html { -webkit-text-size-adjust: 100%; }

body {
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-sans);
  min-height: 100vh;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; color: inherit; }

/* .wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
} */
.wrap {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
/* ===================== ANNOUNCEMENT BAR ===================== */
.announce {
  background: var(--butter);
  padding: 10px 0;
}
.announce .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.announce .star {
  font-size: 1.2rem;
  color: var(--pink);
  line-height: 1;
}
.announce p {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink);
}
.announce .btn-ink {
  background: var(--ink);
  color: var(--white);
  border: none;
  border-radius: 4px;
  padding: 8px 18px;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.announce .btn-ink svg { width: 14px; height: 14px; }

/* ===================== NAV ===================== */
.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}
.logo {

    font-family: var(--font-display);
    font-weight: 900;
    font-size: 50px;
    letter-spacing: 0.06em;
    color: var(--ink);
    line-height: 1;

}
.logo span { color: var(--butter); }
.dot { color: var(--butter); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-links a {
  
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ink);
}
.nav-links svg { width: 20px; height: 20px; display: block; }

/* ===================== HERO ===================== */
.hero {
    padding: 20px 20px;
  background: var(--white);
  overflow: hidden;
}
/* .hero-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  padding: 48px 0 32px;
  min-height: 520px;
} */.hero-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    padding: 48px 0 32px;
    min-height: 520px;
    justify-content: space-around;
}
.hero-grid > div:first-child {
  width: 45%;
  z-index: 2;
}
/* .hero-grid > div:first-child {
  flex: 0 0 48%;
  max-width: 48%;
  z-index: 2;
} */
.hero-media {
  width: 55%;
  position: relative;
}
/* .hero-media {
  flex: 0 0 52%;
  max-width: 52%;
  position: relative;
} */

.eyebrow {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--pink);
  margin-bottom: 6px;
}
.rule-pink {
  height: 2px;
  width: 80px;
  background: var(--pink);
  margin-bottom: 0;
}
.hero h1 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(72px, 9vw, 135px);
    line-height: 0.92;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--ink);
    margin-top: 14px;
}
/* .hero h1 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(72px, 9vw, 125px);
    line-height: 0.92;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--ink);
    margin-top: 14px;
} */
/* 
.hero-copy {
  margin-top: 20px;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--ink);
  max-width: 340px;
} */
.hero-copy {
    margin-top: 20px;
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: 0.05em;
    color: var(--ink);
    max-width: 340px;
}
/* .hand-line {
  margin-top: 16px;
  font-family: var(--font-hand);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--pink);
  font-style: italic;
} */
 .hand-line {
    display: inline-block;
    transform: scaleY(1.5);
    margin-top: 16px;
    font-family: var(--font-hand);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.15em;
    color: var(--pink);
    font-style: italic;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 4px;
  padding: 14px 24px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, opacity 0.2s;
  white-space: nowrap;
}
.btn svg { width: 16px; height: 16px; flex-shrink: 0; }

.btn-butter { background: var(--butter); color: var(--ink); }
.btn-butter:hover { background: #f0c800; }

.btn-outline {
  background: var(--white);
  color: var(--ink);
  border: 2px solid var(--ink);
}
.btn-outline:hover { background: var(--ink); color: var(--white); }

.btn-ink { background: var(--ink); color: var(--white); }
.btn-ink:hover { opacity: 0.85; }

.btn-sm { padding: 8px 16px; font-size: 12px; }
.btn-block { width: 100%; }

/* Hero media */
.hero-media img {
  width: 100%;
  object-fit: contain;
}
.soon-badge {
  position: absolute;
  right: 60px;
  top: 20px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: var(--butter);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-5deg);
}
.soon-badge span {
  font-family: var(--font-hand);
  font-size: 26px;
  font-weight: 700;
  color: var(--ink);
  font-style: italic;
}

/* ===================== SECTION COMMON ===================== */
.section { padding: 48px 0; }
.section-tight { padding: 40px 0; }

/* ===================== TWO WAYS ===================== */
.center-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin-bottom: 24px;
}
/* .center-head h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--ink);
} */
 .center-head h2 {
    font-family: var(--font-display);
    font-weight: 100 !important;
    font-size: 32px;
    padding: 0px 8px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ink);
}
.chev {
  font-family: var(--font-hand);
  font-size: 28px;
  color: var(--pink);
  line-height: 1;
}

.two-ways {
  display: flex;
  flex-direction: row;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.two-ways > div {
  flex: 1;
  padding: 32px 28px;
  text-align: center;
}
.two-ways > div:first-child {
  border-right: 1px solid var(--border);
}

.icon-badge {
  margin: 0 auto 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--butter);
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-badge svg { width: 20px; height: 20px; }

/* .two-ways h3 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 8px;
} */
 .two-ways h3 {
    font-family: var(--font-display);
    font-weight: 200 !important;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    color: var(--ink);
    margin-bottom: 8px;
}
.hl {
  background: var(--butter);
  padding: 1px 6px;
  border-radius: 2px;
}

/* .lead {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 4px;
} */
 .lead {
    font-family: var(--font-sans);
    font-size: 17px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 4px;
}
/* .sub {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--ink);
  max-width: 280px;
  margin: 0 auto;
} */
.sub {
    font-family: var(--font-sans);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--ink);
    max-width: 280px;
    margin: 0 auto;
}
.form-stack {
  margin: 20px auto 0;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.field {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  padding: 11px 14px;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  outline: none;
  color: var(--ink);
}
.field::placeholder { color: var(--muted); }
.field:focus { border-color: var(--ink); }

.field-row {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  padding: 8px 14px;
}
.field-row .circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--softgrey);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.field-row input {
  flex: 1;
  border: none;
  background: transparent;
  font-family: var(--font-sans);
  font-size: 16px;
  outline: none;
  color: var(--ink);
}
.field-row input::placeholder { color: var(--muted); }

.biz-grid {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 16px 0;
  flex-wrap: wrap;
}
.biz-grid > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70px;
}
.biz-grid svg { width: 22px; height: 22px; margin-bottom: 4px; }
.biz-grid p {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  white-space: pre-line;
  color: var(--ink);
}

.biz-inputs {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.biz-inputs .field { flex: 1; }

.select-wrap {
  position: relative;
  flex: 1;
}
.select-wrap select {
  width: 100%;
  appearance: none;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  padding: 11px 32px 11px 14px;
  font-family: var(--font-sans);
  font-size: 16px;
  color: var(--muted);
  outline: none;
  cursor: pointer;
}
.select-wrap svg {
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.note {
  margin-top: 8px;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 400;
  color: var(--muted);
  text-align: center;
}
.mt-3 { margin-top: 10px; }

/* ===================== STORY / BREAK BORING ===================== */
.story-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
}
/* .story-grid > div:first-child { flex: 0 0 260px; } */
.story-grid > div:first-child { width:28%; }
.story-grid > .pillars { width: 72%; }

/* .story-grid h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 30px;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--ink);
} */
 .story-grid h2 {
    font-family: var(--font-display);
    font-weight: 100;
    font-size: 50px;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--ink);
}
.rule-wide {
  margin-top: 10px;
  height: 3px;
  width: 120px;
  background: var(--pink);
  border-radius: 2px;
}

.pillars {
  display: flex;
  flex-direction: row;
  gap: 0;
}
.pillar {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding: 0 20px;
  border-left: 1px solid var(--border);
}
.pillar:first-child { border-left: none; padding-left: 0; }

/* .pillar-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex-shrink: 0;
} */
 .pillar-icon {
    width: 72px;
    height: 72px;
    object-fit: contain;
    flex-shrink: 0;
}
/* .pillar h3 {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--ink);
  margin-bottom: 4px;
} */
 .pillar h3 {
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--ink);
    margin-bottom: 4px;
}
/* .pillar p {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--ink);
} */
 .pillar p {
    font-family: var(--font-sans);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.45;
    color: var(--ink);
}

.badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.badges .item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.badges .sep {
  color: var(--butter);
  font-size: 10px;
}
.badges span.label {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink);
}

/* ===================== FLAVORS ===================== */
.flavors {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
  background: var(--softgrey);
  border-radius: var(--radius);
  padding: 32px 28px;
}
.flavors > div:first-child { width: 25%; }
/* .flavors > div:first-child { flex: 0 0 180px; } */
.flavors-list {
width:75%;
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
}
/* .flavors-list {
  flex: 1;
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
} */
.flavors-list > div {
  flex: 1;
  text-align: center;
  min-width: 0;
}
.flavors-list img {
  width: 132px;
  object-fit:contain;
  height: 188px;
      filter: drop-shadow(8px -6px 6px rgba(0, 0, 0, 0.45));
  border-radius: 4px;
}
/* .flavors-list img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 4px;
  background: var(--ink);
} */
/* .flavors-list p {
  margin-top: 6px;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  white-space: pre-line;
  color: var(--ink);
} */
 .flavors-list p {
    margin-top: 10px;
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.04em;
    white-space: pre-line;
    color: var(--ink);
}

.big-head {
  font-family: var(--font-display);
  font-weight: 100;
  font-size: 50px;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink);
}

.btn-follow {
    margin-top: 35px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid var(--ink);
    border-radius: 4px;
    background: transparent;
    padding: 10px 16px;
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    color: var(--ink);
}
/* .btn-follow {
  margin-top: 35px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid var(--ink);
  border-radius: 4px;
  background: transparent;
  padding: 10px 16px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  color: var(--ink);
} */

.btn-follow svg {
    width: 18px;
    height: 18px;
}
/* .btn-follow svg { width: 16px; height: 16px; } */
.btn-follow:hover { background: var(--ink); color: var(--white); }

/* ===================== FINAL CTA ===================== */
.cta {
  display: flex;
  flex-direction: row;
  align-items: center;
gap: 20px;
  background: var(--butter);
  border-radius: var(--radius);
  padding: 15px 40px;
}
/* .cta > div { flex: 1; } */

.cta-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width:35%;
}
/* .cta-head .big-head {
  font-size: 34px;
  line-height: 1.0;
  letter-spacing: -0.03em;
} */
.cta-head .big-head {
font-size: 50px;
    line-height: 1.0;
    letter-spacing: 0.06em;
    font-weight: 100;
}
.cta-head .chev {
  font-size: 22px;
  margin-top: 4px;
}

.cta-mid { display: flex;
    text-align: justify;
    justify-content: center;
    width: 33%; }
.cta-mid p {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--ink);
}
.cta-mid .btn {
  margin-top: 16px;
  background: var(--ink);
  color: var(--white);
  font-size: 14px;
  padding: 13px 24px;
}

.cta-end { text-align: right; width: 30%; }
.cta-end .hand {

    font-family: var(--font-hand);
    font-size: 30px;
    font-weight: 700;
    color: var(--pink);
    font-style: italic;
    display: inline-block;
    letter-spacing: 0.04em;
    transform: rotate(-4deg);
    line-height: 1.2;
}
.cta-end .glyphs {
  margin-top: 8px;
  font-size: 30px;
  color: var(--pink);
}

/* ===================== FOOTER ===================== */
.site-footer {
  border-top: 1px solid var(--border);
  background: var(--white);
}
.site-footer .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 18px 1.5rem;
  flex-wrap: wrap;
}

.foot-logo {
     font-family: var(--font-display);
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 0.04em;
    color: var(--ink);
    line-height: 1;
}
.foot-tag {
 font-family: var(--font-hand);
    font-size: 19px;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: var(--pink);
    font-style: italic;
    margin-top: 2px;
}

.foot-links {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: space-around;
}
.foot-links a {
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--ink);
}

.foot-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.foot-right p {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 400;
  color: var(--ink);
}
.social {
  background: var(--ink);
  border-radius: 3px;
  padding: 5px;
  display: inline-flex;
}
.social svg { width: 16px; height: 16px; color: var(--white); }

/* ===================== BORING TITLE ===================== */
.boring-title {
  position: relative;
  display: inline-block;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--ink);
}
.boring-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 8px;
  border-top: 3px solid var(--pink);
  border-radius: 50%;
  transform: rotate(-2deg);
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 900px) {
  .hero-grid {
    flex-direction: column;
    padding: 32px 0 24px;
    min-height: unset;
  }
  .hero-grid > div:first-child,
  .hero-media {
    flex: unset;
    max-width: 100%;
    width: 100%;
  }
  .story-grid {
    flex-direction: column;
    gap: 28px;
  }
  .story-grid > div:first-child { flex: unset; }
  .pillars { flex-direction: column; gap: 20px; }
  .pillar { border-left: none; padding-left: 0; }
  .flavors { flex-direction: column; }
  .flavors > div:first-child { flex: unset; }
  .flavors-list { flex-wrap: wrap; }
  .flavors-list > div { flex: 0 0 calc(25% - 9px); }
  .cta { flex-direction: column; gap: 24px; }
  .two-ways { flex-direction: column; }
  .two-ways > div:first-child { border-right: none; border-bottom: 1px solid var(--border); }
  .biz-inputs { flex-direction: column; }
}

@media (max-width: 600px) {
  .hero h1 { font-size: 56px; }
  .announce .btn-ink { display: none; }
  .nav-links a:not(:last-child) { display: none; }
  .flavors-list > div { flex: 0 0 calc(33.33% - 8px); }
  .cta-head .big-head { font-size: 26px; }
}







.product-box img {
  /* width: 100%; */
  display: block;

  filter:
    brightness(35%)
    contrast(120%)
    saturate(20%)
    sepia(35%);
}

.product-box::after {
  content: "";
  position: absolute;
  inset: 0;

  /* background: rgba(18, 9, 4, 0.58); */

  pointer-events: none;
}







.headline-wrap {
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
}

.headline-wrap h2 {
    margin: 0;
}

.headline-wrap::after {
    content: "";
    position: absolute;

    left: 4%;
    right: 4%;

    height: 14px;

    border-top: 4px solid #FF2E88;

    border-radius: 50% 50% 0 0;
    bottom: -2px;

    transform: rotate(-1deg);
} 
.headline-wrap-2 {
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
}

.headline-wrap-2 h2 {
    margin: 0;
}

.headline-wrap-2::after {
    content: "";
    position: absolute;

    left: 4%;
    right: 4%;

    height: 14px;

    border-top: 4px solid #FF2E88;

    border-radius: 50% 50% 0 0;
    bottom: -2px;
    width:50%;

    transform: rotate(-1deg);
} 
.headline-wrap-3 {
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
}

.headline-wrap-3 h2 {
    margin: 0;
}

.headline-wrap-3::after {
    content: "";
    position: absolute;

    left: 4%;
    right: 4%;

    height: 12px;

    border-top: 2px solid #FF2E88;

    border-radius: 50% 50% 0 0;
    bottom: -2px;
    width:50%;

    transform: rotate(-1deg);
} 

/* ===================== RESPONSIVE REFINEMENTS ===================== */
@media (max-width: 1100px) {
  .wrap {
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-links {
    gap: 1.25rem;
  }

  .nav-links a {
    font-size: 14px;
  }

  .hero h1 {
    font-size: 92px;
  }

  .big-head,
  .story-grid h2,
  .cta-head .big-head {
    font-size: 42px;
  }

  .pillar {
    padding: 0 14px;
  }

  .flavors-list img {
    width: 112px;
    height: 164px;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  body {
    overflow-x: hidden;
  }

  .announce .wrap {
    flex-wrap: wrap;
    row-gap: 8px;
    text-align: center;
  }

  .logo {
    font-size: 42px;
  }

  .hero-grid {
    align-items: flex-start;
  }

  .hero-media {
    margin-top: 24px;
  }

  .hero-media img {
    max-height: 520px;
    margin: 0 auto;
  }

  .soon-badge {
    right: 8%;
    top: 4%;
    width: 92px;
    height: 92px;
  }

  .center-head {
    flex-wrap: nowrap;
  }

  .center-head h2 {
    text-align: center;
    line-height: 1.1;
  }

  .two-ways > div {
    padding: 28px 22px;
  }

  .story-grid > div:first-child,
  .story-grid > .pillars,
  .flavors > div:first-child,
  .flavors-list,
  .cta-head,
  .cta-mid,
  .cta-end {
    width: 100%;
  }

  .story-grid {
    align-items: flex-start;
  }

  .pillars {
    width: 100%;
  }

  .pillar {
    padding: 0;
    width: 100%;
  }

  .flavors {
    gap: 24px;
  }

  .flavors-list {
    gap: 18px 12px;
  }

  .flavors-list > div {
    flex: 0 0 calc(33.333% - 8px);
  }

  .cta {
    align-items: flex-start;
    padding: 28px 30px;
  }

  .cta-head .chev img {
    height: 32px !important;
    width: 26px !important;
    max-width: 26px !important;
    top: 6px !important;
    left: -16px !important;
  }

  .cta-mid {
    justify-content: flex-start;
    text-align: left;
  }

  .cta-end {
    text-align: left;
  }

  .site-footer .wrap {
    align-items: flex-start;
  }

  .site-footer .wrap > div,
  .site-footer .foot-links,
  .site-footer .foot-right {
    width: auto !important;
  }
}
@media (max-width: 900px) {
 #story .headline-wrap::after {
    right: auto;
    width: 10rem;
  }
}
@media (max-width: 700px) {
  .nav {
    gap: 1rem;
    flex-wrap: wrap;
  }

  .nav-links {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .nav-links a:not(:last-child) {
    display: inline-flex;
  }

  .hero-grid {
    padding-top: 30px;
  }

  .hero h1 {
    font-size: 64px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hand-line {
    font-size: 30px;
    letter-spacing: 0.1em;
  }

  .center-head h2,
  .big-head,
  .story-grid h2,
  .cta-head .big-head {
    font-size: 34px;
  }

  /* #story .headline-wrap::after {
    right: auto;
    width: 50%;
  } */

  .badges {
    justify-content: flex-start;
  }

  .badges span.label {
    font-size: 16px;
  }

  .flavors-list > div {
    flex: 0 0 calc(50% - 6px);
  }

  .flavors-list img {
    width: 120px;
    height: 174px;
  }

  .site-footer .wrap {
    flex-direction: column;
    gap: 18px;
  }

  .foot-links,
  .foot-right {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .show-on-mobile { display: block !important; }
  .hide-on-mobile { display: none !important; }
  .wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section {
    padding: 36px 0;
  }

  .section-tight {
    padding: 32px 22px;
  }

  .announce p {
    font-size: 11px;
  }

  .logo {
    font-size: 36px;
  }

  .nav {
    justify-content: center;
    row-gap: 12px;
  }

  .nav-links {
    gap: 0.75rem 1rem;
  }

  .nav-links a {
    font-size: 12px;
  }

  .nav-links a:not(:last-child) {
    display: inline-flex;
  }

  .hero h1 {
    font-size: 54px;
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .soon-badge {
    width: 74px;
    height: 74px;
    right: 2%;
  }

  .soon-badge span {
    font-size: 22px;
  }

  .center-head {
    gap: 8px;
  }

  #business .center-head {
    gap: 0;
  }

  #business .center-head .chev {
    display: none;
  }

  #business .center-head h2 {
    max-width: 320px;
    margin: 0 auto;
    line-height: 1.08;
  }

  .center-head h2,
  .big-head,
  .story-grid h2,
  .cta-head .big-head {
    font-size: 30px;
  }

  .two-ways > div {
    padding: 26px 16px;
  }

  .biz-grid > div {
    width: calc(33.333% - 8px);
  }

  .field,
  .field-row input,
  .select-wrap select {
    font-size: 14px;
  }

  .pillar {
    gap: 10px;
  }

  .pillar-icon {
    width: 58px;
    height: 58px;
  }

  .pillar h3 {
    font-size: 17px;
  }

  .pillar p {
    font-size: 15px;
  }

  .flavors {
    padding: 26px 16px;
  }

  .flavors-list p {
    font-size: 14px;
  }

  .cta {
    padding: 26px 18px;
  }

  .cta-head {
    position: relative;
    padding-right: 46px;
  }

  .cta-head .chev {
    position: static !important;
  }

  .cta-head .chev img {
    height: 30px !important;
    width: 24px !important;
    max-width: 24px !important;
    top: 4px !important;
    left: auto !important;
    right: 8px !important;
  }

  .cta-mid .btn {
    width: 100%;
  }

  .foot-links {
    gap: 1rem;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: 46px;
  }

  .center-head h2,
  .big-head,
  .story-grid h2,
  .cta-head .big-head {
    font-size: 26px;
  }

  .cta-head {
    padding-right: 38px;
  }

  .cta-head .chev img {
    height: 26px !important;
    width: 20px !important;
    max-width: 20px !important;
    right: 4px !important;
  }

  .btn,
  .btn-follow {
    width: 100%;
  }

  .nav-links {
    gap: 0.6rem 0.8rem;
  }

  .nav-links a {
    font-size: 11px;
  }

  .flavors-list > div {
    flex: 0 0 100%;
  }
}
.show-on-mobile{
  display:none;
}
/* ===================== OUR STORY / MANIFESTO ===================== */
.manifesto-section { padding: 56px 20px; }

.manifesto-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  margin-bottom: 40px;
}
.manifesto-copy { width: 50%; }
.manifesto-copy .eyebrow {
  display: block;
  margin-bottom: 10px;
}
.manifesto-copy h2 {
  font-family: var(--font-display);
  font-weight: 100;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
}
.manifesto-copy h2 .hl-pink { color: var(--pink); }
.story-mobile-break { display: none; }
.manifesto-copy p {
  margin-top: 18px;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  color: var(--ink);
}
.manifesto-copy p strong { font-weight: 800; }

.values-card {
  width: 50%;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 26px;
}
.values-card h3 {
  font-family: var(--font-display);
  font-weight: 100;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin-bottom: 18px;
}
.values-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.value-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--softgrey);
  color: var(--ink);
  border-radius: 999px;
  padding: 10px 16px;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.value-chip svg { width: 15px; height: 15px; color: var(--pink); flex-shrink: 0; }
.value-chip-wide { padding-left: 18px; padding-right: 18px; }

/* Bean-to-pack process strip */
.process-strip {
  background: var(--softgrey);
  border-radius: var(--radius);
  padding: 36px 32px;
}
.process-head { text-align: center; margin-bottom: 28px; }
.process-head .big-head { font-size: 34px; }
.process-sub {
  margin-top: 6px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
}

.process-grid {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.process-step {
  flex: 1;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 20px;
}
.step-num {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.04em;
  color: var(--pink);
  margin-bottom: 8px;
}
.process-step h4 {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin-bottom: 8px;
}
.process-step p {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--muted);
}

/* Certifications / trust strip */
.trust-strip {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 22px;
  border-radius: var(--radius);
  background: var(--butter);
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink);
}
.trust-item svg { width: 18px; height: 18px; color: var(--ink); flex-shrink: 0; }

/* ===================== OUR STORY / MANIFESTO — RESPONSIVE ===================== */
@media (max-width: 1100px) {
  .manifesto-section {
    padding: 48px 20px;
  }

  .manifesto-grid {
    gap: 36px;
  }

  .manifesto-copy h2 {
    font-size: 38px;
  }

  .manifesto-copy p {
    font-size: 15px;
  }

  .values-card h3 {
    font-size: 23px;
  }

  .value-chip {
    font-size: 14px;
    padding: 9px 14px;
  }

  .process-head .big-head {
    font-size: 30px;
  }

  .process-step {
    padding: 20px 18px;
  }

  .process-step h4 {
    font-size: 15px;
  }

  .process-step p {
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .manifesto-section {
    padding: 42px 20px;
  }

  .manifesto-grid { flex-direction: column; gap: 28px; }
  .manifesto-copy,
  .values-card { width: 100%; }

  .manifesto-copy h2 {
    font-size: 36px;
  }

  .process-grid { flex-direction: column; }
  .trust-strip { justify-content: flex-start; gap: 16px 24px; }
}

@media (max-width: 600px) {
  .manifesto-section {
    padding: 34px 16px;
    overflow-x: hidden;
  }

  .manifesto-grid {
    gap: 24px;
    margin-bottom: 30px;
  }

  .manifesto-copy,
  .values-card,
  .trust-strip {
    box-sizing: border-box;
    width: min(520px, calc(100vw - 32px));
    min-width: 0;
    max-width: 100%;
  }

  .process-strip {
    box-sizing: border-box;
    width: min(520px, calc(100vw - 32px));
    min-width: 0;
    max-width: 100%;
  }

  .process-step {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .manifesto-copy .eyebrow {
    font-size: 12px;
  }

  .manifesto-copy h2 {
    font-size: 28px;
    line-height: 1.12;
    overflow-wrap: normal;
    white-space: normal;
  }

  .story-mobile-break {
    display: block;
  }

  .manifesto-copy p {
    font-size: 15px;
    line-height: 1.58;
    margin-top: 14px;
    overflow-wrap: break-word;
  }

  .headline-wrap-2 {
    display: block;
    max-width: 100%;
    padding-bottom: 14px;
  }

  .headline-wrap-2::after {
    border-top-width: 3px;
    height: 10px;
  }

  .values-card {
    padding: 22px 18px;
  }

  .values-card h3 {
    font-size: 20px;
    line-height: 1.12;
    overflow-wrap: break-word;
  }

  .values-grid {
    gap: 8px;
  }

  .value-chip {
    font-size: 13px;
    padding: 9px 12px;
  }

  .process-head .big-head {
    font-size: 24px;
    line-height: 1.12;
    overflow-wrap: break-word;
  }

  .process-strip {
    padding: 26px 18px;
  }

  .process-step h4 {
    font-size: 15px;
  }

  .process-step p {
    font-size: 14px;
  }

  .trust-strip {
    padding: 18px;
  }

  .site-footer .wrap {
    align-items: stretch;
  }

  .site-footer .wrap > div,
  .site-footer .foot-links,
  .site-footer .foot-right {
    width: 100% !important;
    max-width: 100%;
  }

  .foot-links,
  .foot-right {
    gap: 12px;
  }
}

@media (max-width: 420px) {
  .manifesto-section {
    padding: 30px 14px;
  }

  .manifesto-copy,
  .values-card,
  .process-strip,
  .trust-strip {
    width: min(340px, calc(100vw - 28px));
  }

  .manifesto-copy h2 {
    font-size: 25px;
  }

  .manifesto-copy p {
    font-size: 14px;
  }

  .values-card {
    padding: 20px 16px;
  }

  .values-card h3 {
    font-size: 18px;
  }

  .value-chip {
    font-size: 12px;
    gap: 6px;
    padding: 8px 10px;
  }

  .process-strip {
    padding: 22px 14px;
  }

  .process-head .big-head {
    font-size: 22px;
  }

  .trust-item {
    font-size: 11px;
  }
}
