/* =========================================================
   Suja Brand Fonts (National 2 Condensed + Gooper)
   ========================================================= */
@font-face {
	font-family: 'National 2 Condensed';
	src: url('fonts/National2Condensed-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'National 2 Condensed';
	src: url('fonts/National2Condensed-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Gooper';
	src: url('fonts/Gooper7-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Gooper';
	src: url('fonts/Gooper7-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/* Suja brand color tokens */
:root {
	--suja-lush-leaf: #034525;
	--suja-crisp-apple: #F9FCE8;
	--suja-green-chill: #007A56;
	--suja-cucumber-slice: #CBEDA0;
	--suja-herby: #6D953E;
	--suja-berry: #D52F6B;
	--suja-citrus: #F79337;
}

html,
body {
  width: 100%;
  margin: 0;
}

body {
  font-family: "Gooper", Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--suja-lush-leaf);
  background-color: var(--suja-crisp-apple);
  line-height: 1.4;
  min-height: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 20px 0;
  line-height: 1.9;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.6875em;
	margin-bottom: 20px;
	font-family: "National 2 Condensed", sans-serif;
	font-weight: 700;
	line-height: 0.95;
	letter-spacing: -0.01em;
	position: relative;
}

@media (min-width: 1200px) {
  body {
	font-size: 20px;
  }

  h1,
  h2,
  h3 {
	font-size: 42px;
  }
}

.suja-wave {
  display: block;
  width: 100%;
  pointer-events: none;
}

.suja-wave path {
  fill: var(--suja-wave-color, var(--suja-lush-leaf));
}

.suja-footer {
  position: relative;
  --suja-wave-color: var(--suja-lush-leaf);
}

.suja-header {
  background: var(--suja-lush-leaf);
  overflow: hidden;
}

.suja-footer__wave {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 28px;
  margin-bottom: -1px;
}

@media (min-width: 750px) {
  .suja-footer__wave {
    height: 36px;
  }
}

@media (min-width: 1200px) {
  .suja-footer__wave {
    height: 44px;
  }
}

header .suja-footer__wave {
  --suja-wave-color: var(--suja-crisp-apple);
  transform: rotate(0deg);
  position: relative;
  display: block;
  margin-top: -1px;
  margin-bottom: -1px;
}

header .container {
  background: var(--suja-lush-leaf);
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.main-content {
  position: relative;
  z-index: 1;
  margin-top: -2px;
  padding: 32px 20px 48px;
}

.main-content h1 {
  font-size: clamp(48px, 9vw, 92px);
  max-width: 14ch;
  margin: 0 auto 20px;
  text-align: center;
  line-height: 0.92;
  letter-spacing: -0.02em;
}

.main-content .hero-subhead {
  display: block;
  width: min(100%, 40ch);
  max-width: 40ch;
  margin: 0 auto 34px;
  text-align: center;
  font-size: clamp(24px, 3.4vw, 34px);
  line-height: 1.2;
}

.hero-break {
  display: block;
}

.subhead-break {
  display: block;
}

.main-content .section-title {
  font-size: clamp(34px, 8vw, 46px);
  margin: 0 0 28px;
  text-align: center;
  font-family: "National 2 Condensed", sans-serif;
  font-weight: 700;
  line-height: 0.95;
}

#steps {
  display: grid;
  gap: 20px;
  margin: 0 auto;
  max-width: 1080px;
  padding: 0;
  list-style: none;
}

.main-content p {
  line-height: 1.8;
}

#header-logo img {
  width: 100%;
  height: auto;
  max-width: 300px;
  margin: 40px 0;
}

#header-logo {
  text-align: center;
}

.steps-button {
  background-color: var(--suja-cucumber-slice);
  display: flex;
  width: min(100%, 360px);
  margin: 10px auto;
  padding: 10px;
  border-radius: 25px;
  align-items: center;
  justify-content: flex-start;
}

.steps-button .number {
  font-size: 6.5em;
  width: 72px;
  flex: 0 0 72px;
  padding: 10px;
  font-family: "National 2 Condensed", sans-serif;
  text-align: center;
  font-weight: 700;
}

.steps-button .copy {
  padding: 10px;
  font-family: "Gooper", Arial, Verdana, sans-serif;
  font-size: 0.95rem;
  line-height: 1.12;
}

.faq-section {
  max-width: 760px;
  margin: 56px auto 0;
}

.rebate-section {
  max-width: 760px;
  margin: 32px auto 36px;
}

.info-section-title {
  margin-bottom: 16px;
}

.rebate-section .section-title {
  margin-bottom: 16px;
}

.rebate-list {
  display: grid;
  gap: 16px;
  margin: 0 auto;
  padding: 0 0 0 1.4em;
  max-width: 660px;
}

.rebate-item {
  font-size: 19px;
  line-height: 1.28;
  padding-left: 0.2em;
  font-weight: 500;
}

.rebate-item::marker {
  font-family: "National 2 Condensed", sans-serif;
  font-weight: 700;
  color: var(--suja-lush-leaf);
}

.rebate-item strong {
  font-family: inherit;
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.rebate-item a {
  color: var(--suja-lush-leaf);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.rebate-note {
  margin: 18px auto 0;
  max-width: 660px;
  text-align: left;
  font-size: 17px;
  line-height: 1.28;
}

.rebate-disclaimer {
  margin: 10px auto 0;
  max-width: 660px;
  text-align: left;
  font-size: 17px;
  line-height: 1.28;
}

.faq-card {
  background: #F2F4DD;
  border-radius: 30px;
  padding: 12px 18px 14px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.produce-callout {
  max-width: 760px;
  margin: 0 auto;
  padding: 8px 8px 0;
}

.produce-callout h4,
.products-section h4 {
  margin: 0 0 10px;
  font-family: "National 2 Condensed", sans-serif;
  font-size: clamp(26px, 3.4vw, 32px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.01em;
  text-align: center;
}

.produce-callout-list {
  margin: 0;
  padding-left: 1.2em;
}

.produce-callout-list li {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.28;
}

.produce-callout-list li:last-child {
  margin-bottom: 0;
}

.produce-callout-list strong {
  font-family: inherit;
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
}

.products-section {
  max-width: 760px;
  margin: 0 auto 24px;
  padding: 8px 8px 0;
}

.products-list {
  margin: 0;
  padding-left: 1.2em;
}

.products-list li {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.28;
  text-align: left;
}

.products-list li:last-child {
  margin-bottom: 0;
}

.faq-item {
  border-top: 2px solid rgba(0, 122, 86, 0.32);
  border-bottom: 2px solid rgba(0, 122, 86, 0.32);
  padding: 0;
}

.faq-item + .faq-item {
  border-top: 0;
}

.faq-item:first-child {
  border-top: 2px solid rgba(0, 122, 86, 0.72);
}

.faq-question {
  width: 100%;
  display: block;
  margin: 0;
  padding: 18px 12px;
  border: 0;
  background: transparent;
  color: var(--suja-lush-leaf);
  text-align: left;
  cursor: pointer;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

.faq-heading {
  margin: 0;
}

.faq-question-text {
  margin: 0;
  display: block;
  font-family: "National 2 Condensed", sans-serif;
  font-weight: 500;
  font-size: clamp(28px, 5vw, 36px);
  line-height: 0.98;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 12px 18px;
  visibility: hidden;
  transition: max-height 280ms ease, opacity 220ms ease, visibility 0s linear 280ms;
  will-change: max-height, opacity;
}

.faq-answer.is-open {
  opacity: 1;
  visibility: visible;
  transition: max-height 280ms ease, opacity 220ms ease, visibility 0s linear 0s;
}

.faq-item p {
  margin: 0;
  font-size: 17px;
  line-height: 1.28;
}

.faq-item.is-collapsed .faq-question {
  padding-top: 16px;
  padding-bottom: 16px;
}

.learn-more {
  margin: 28px 0 36px;
  text-align: center;
  font-family: "Gooper", Arial, Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.28;
}

.learn-more-details {
  margin-bottom: 10px;
}

.learn-more a {
  color: var(--suja-lush-leaf);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1000;
  display: grid;
  gap: 14px;
  max-width: 880px;
  margin: 0 auto;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(242, 244, 221, 0.98);
  box-shadow: 0 18px 48px rgba(3, 69, 37, 0.14);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 180ms ease, transform 220ms ease;
}

.cookie-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cookie-banner__title,
.cookie-banner__text {
  margin: 0;
}

.cookie-banner__title {
  font-family: "National 2 Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.01em;
}

.cookie-banner__text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.35;
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-banner__button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.cookie-banner__button--primary {
  background: var(--suja-lush-leaf);
  color: var(--suja-crisp-apple);
}

.cookie-banner__button--secondary {
  background: rgba(3, 69, 37, 0.08);
  color: var(--suja-lush-leaf);
}

.rebate-item a:focus-visible,
#header-logo a:focus-visible,
.cookie-banner__button:focus-visible,
.faq-question:focus-visible,
.learn-more a:focus-visible {
  outline: 3px solid var(--suja-green-chill);
  outline-offset: 4px;
  border-radius: 8px;
}

footer.suja-footer {
  min-height: 28px;
  background: var(--suja-lush-leaf);
}

@media (max-width: 480px) {
  .main-content {
    padding-top: 26px;
  }

  .main-content h1 {
    font-size: clamp(48px, 12vw, 64px);
    max-width: 12ch;
    margin-bottom: 18px;
  }

  .main-content .hero-subhead {
    width: min(100%, 24ch);
    max-width: 24ch;
    margin-top: 0;
    margin-bottom: 26px;
    font-size: 18px;
    line-height: 1.2;
  }

  .subhead-break {
    display: block;
  }

  #steps {
    gap: 10px;
  }

  .steps-button {
    width: 100%;
    max-width: 296px;
    min-height: 108px;
    margin: 6px auto;
    padding: 12px 14px;
    border-radius: 28px;
    gap: 8px;
  }

  .steps-button .number {
    width: 58px;
    flex: 0 0 58px;
    padding: 0;
    font-size: 5.7em;
  }

  .steps-button .copy {
    padding: 0;
    text-align: left;
    font-size: 1.08rem;
    line-height: 1.02;
  }

  .faq-section {
    margin-top: 44px;
  }

  .rebate-section {
    margin: 24px auto 28px;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 16px 16px 18px;
    border-radius: 20px;
  }

  .cookie-banner__title {
    font-size: 26px;
  }

  .cookie-banner__text {
    font-size: 15px;
  }

  .cookie-banner__actions {
    flex-direction: column;
  }

  .cookie-banner__button {
    width: 100%;
  }

  .info-section-title {
    margin-bottom: 12px;
  }

  .rebate-list {
    gap: 10px;
    max-width: 296px;
    padding-left: 1.1em;
  }

  .rebate-item {
    font-size: 17px;
  }

  .rebate-note {
    max-width: 296px;
    text-align: left;
    font-size: 16px;
    line-height: 1.28;
  }

  .rebate-disclaimer {
    max-width: 296px;
    font-size: 16px;
    line-height: 1.28;
  }

  .faq-card {
    border-radius: 28px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .produce-callout {
    margin-top: 0;
    max-width: 296px;
    padding: 6px 0 0;
  }

  .products-section {
    margin: 0 auto 20px;
    max-width: 296px;
    padding: 6px 0 0;
  }

  .produce-callout h4,
  .products-section h4 {
    font-size: clamp(20px, 6.2vw, 26px);
  }

  .produce-callout-list li,
  .products-list li {
    font-size: 16px;
  }

  .faq-question-text {
    font-size: clamp(26px, 7.8vw, 34px);
  }

  .faq-item p {
    font-size: 16px;
  }

  .learn-more {
    font-size: 16px;
  }
}

@media (max-width: 932px) and (orientation: landscape) {
  .suja-header,
  .suja-footer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 900px) {
  .cookie-banner {
    left: auto;
    right: 24px;
    bottom: 24px;
    width: min(33vw, 420px);
    max-width: calc(100vw - 48px);
    margin: 0;
    padding: 20px 22px;
  }

  .cookie-banner__actions {
    justify-content: flex-start;
  }

  .cookie-banner__button {
    flex: 1 1 auto;
  }

  .main-content h1 {
    max-width: 14ch;
    margin-bottom: 14px;
    font-size: clamp(55px, 6.84vw, 91px);
  }

  .main-content .hero-subhead {
    width: min(100%, 34ch);
    max-width: 34ch;
    margin-top: 0;
    margin-bottom: 38px;
    font-size: 29px;
    line-height: 1.2;
  }

  .main-content .section-title {
    font-size: 48px;
    margin-bottom: 32px;
  }

  #steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 64px;
    margin-top: 48px;
  }

  .steps-button {
    width: min(100%, 300px);
    height: auto;
    margin: 0 auto;
    padding: 8px 22px;
    border-radius: 30px;
  }

  .steps-button .number {
    padding-top: 0;
    padding-bottom: 0;
  }

  .steps-button .copy {
    font-size: 1.1rem;
    line-height: 1.16;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .faq-section {
    margin-top: 84px;
  }

  .rebate-section {
    margin: 36px auto 40px;
  }

  .info-section-title {
    margin-bottom: 14px;
  }

  .rebate-list {
    gap: 16px;
    max-width: 660px;
  }

  .rebate-item {
    font-size: 19px;
  }

  .rebate-note {
    margin-top: 20px;
    font-size: 0.92rem;
  }

  .rebate-disclaimer {
    font-size: 0.92rem;
  }

  .faq-card {
    padding: 18px 28px 22px;
  }

  .produce-callout {
    margin-top: 0;
    padding: 6px 0 0;
  }

  .products-section {
    margin: 0 auto 24px;
    padding: 6px 0 0;
  }

  .faq-item {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-question {
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-answer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
