:root {
  --ink: #18222d;
  --muted: #5f6d78;
  --paper: #f8faf9;
  --surface: #ffffff;
  --mint: #d9f0e6;
  --starbucks-green: #006241;
  --logo-green: #2f8d69;
  --green-soft: #7fbd9a;
  --coral: #e06f57;
  --sun: #f3c868;
  --blue: #2e6f9e;
  --line: rgba(24, 34, 45, 0.14);
  --shadow: 0 24px 70px rgba(0, 98, 65, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #003624;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body.subpage .site-header {
  color: var(--starbucks-green);
  background: rgba(248, 250, 249, 0.96);
  box-shadow: 0 12px 40px rgba(24, 34, 45, 0.1);
  backdrop-filter: blur(18px);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: #fff;
  transition:
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--starbucks-green);
  background: rgba(248, 250, 249, 0.94);
  box-shadow: 0 12px 40px rgba(24, 34, 45, 0.1);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: var(--logo-green);
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
}

.brand small {
  color: currentColor;
  font-size: 0.76rem;
  opacity: 0.78;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a {
  opacity: 0.9;
}

.site-nav a:hover {
  opacity: 1;
}

.language-link {
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 6px 11px;
  line-height: 1;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 112px clamp(18px, 6vw, 80px) clamp(34px, 7vh, 70px);
  color: #fff;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: 62% center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 44, 30, 0.84), rgba(0, 62, 41, 0.46) 47%, rgba(0, 62, 41, 0.1)),
    linear-gradient(0deg, rgba(0, 44, 30, 0.52), transparent 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--starbucks-green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #fff;
}

.hero-badge {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  border: 1px solid rgba(217, 240, 230, 0.45);
  border-radius: 999px;
  padding: 10px 15px;
  background: rgba(0, 98, 65, 0.38);
  box-shadow: 0 12px 28px rgba(0, 44, 30, 0.24);
  font-size: clamp(1.02rem, 1.5vw, 1.24rem);
  line-height: 1.2;
  text-transform: none;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.06;
}

h1 {
  max-width: 14ch;
  font-size: clamp(2.7rem, 5.7vw, 5.2rem);
  letter-spacing: 0;
}

h2 {
  max-width: 15ch;
  font-size: clamp(2rem, 4.6vw, 4.25rem);
  letter-spacing: 0;
}

h3 {
  font-size: 1.15rem;
}

.hero-copy {
  max-width: 660px;
  margin: 22px 0 0;
  font-size: clamp(1.02rem, 1.55vw, 1.22rem);
}

.hero-line {
  margin: 16px 0 0;
  font-size: 1.05rem;
  font-weight: 800;
}

.launch-note {
  display: inline-flex;
  margin: 18px 0 0;
  border-left: 4px solid var(--green-soft);
  padding: 6px 0 6px 12px;
  color: #eef9f3;
  font-size: 1rem;
  font-weight: 900;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 13px 20px;
  font-weight: 800;
  text-align: center;
}

.button.primary {
  color: #fff;
  background: var(--starbucks-green);
  box-shadow: 0 14px 30px rgba(0, 98, 65, 0.28);
}

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.08);
}

.section-wrap {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
}

.product-section {
  padding: clamp(64px, 8vw, 98px) 0;
}

.product-section > * + * {
  margin-top: 20px;
}

.section-heading > p,
.community-layout p,
.contact-layout p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.06rem;
}

.steps article,
.vision-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.steps p,
.vision-list p {
  margin: 10px 0 0;
  color: var(--muted);
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}

.stats-row div {
  min-height: 96px;
  padding: 18px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.stats-row div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.stats-row strong,
.stats-row span {
  display: block;
}

.stats-row strong {
  color: var(--mint);
  font-size: 1.05rem;
}

.stats-row span {
  margin-top: 8px;
  opacity: 0.78;
}

.compact-stats {
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  background: var(--starbucks-green);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.steps article {
  min-height: 220px;
  padding: 26px;
}

.steps span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--starbucks-green);
  font-size: 0.9rem;
  font-weight: 900;
}

.community-section {
  padding: clamp(64px, 8vw, 98px) 0;
  background: #e9f4ef;
}

.community-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: start;
}

.vision-list {
  display: grid;
  gap: 14px;
}

.vision-list article {
  padding: 24px;
}

.contact-section {
  padding: clamp(64px, 8vw, 96px) 0;
  color: #fff;
  background: #004b34;
}

.contact-section .eyebrow {
  color: var(--mint);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(30px, 7vw, 88px);
  align-items: start;
}

.contact-layout p {
  color: rgba(255, 255, 255, 0.76);
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.contact-card {
  align-content: start;
  gap: 14px;
}

.contact-card h3 {
  max-width: 16ch;
  color: #fff;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.contact-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.policy-main {
  padding: 132px 0 84px;
  background: var(--paper);
}

.policy-hero {
  margin-bottom: 34px;
}

.policy-hero h1 {
  max-width: 12ch;
}

.policy-updated {
  margin: 18px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.policy-content {
  display: grid;
  gap: 18px;
  max-width: 820px;
}

.policy-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  background: var(--surface);
}

.policy-card h2 {
  max-width: none;
  font-size: 1.35rem;
}

.policy-card p,
.policy-card li {
  color: var(--muted);
}

.policy-card p {
  margin: 12px 0 0;
}

.policy-card ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.tally-embed {
  width: 100%;
  min-height: 0;
  height: 420px;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  background: transparent;
}

label {
  display: grid;
  gap: 7px;
  font-size: 0.86rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  padding: 12px 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  font: inherit;
}

select option {
  color: var(--ink);
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
.button:focus-visible,
.nav-toggle:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(127, 189, 154, 0.86);
  outline-offset: 3px;
}

::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.site-footer {
  padding: 34px clamp(18px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.72);
  background: #003624;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(320px, 0.9fr);
  gap: 36px;
  align-items: center;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.site-footer strong {
  color: #fff;
  font-size: 1rem;
}

.footer-meta span {
  display: block;
}

.footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.footer-contact svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.footer-contact-block {
  display: grid;
  gap: 7px;
}

.footer-domain {
  display: block;
  color: var(--mint);
  font-weight: 500;
}

.footer-meta {
  display: grid;
  gap: 6px;
  justify-items: end;
  text-align: right;
}

.site-footer a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% - 1px);
    left: 18px;
    right: 18px;
    display: none;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: 0 18px 45px rgba(24, 34, 45, 0.16);
  }

  .site-nav.is-open {
    display: grid;
  }

  .hero {
    min-height: 86vh;
  }

  .hero-image {
    object-position: 68% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(11, 25, 35, 0.88), rgba(11, 25, 35, 0.42) 74%),
      linear-gradient(0deg, rgba(11, 25, 35, 0.54), transparent 42%);
  }

  .section-heading,
  .community-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .stats-row,
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-heading {
    align-items: start;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-meta {
    margin-top: 10px;
    justify-items: start;
    text-align: left;
  }
}

@media (min-width: 900px) and (max-height: 820px) {
  .hero {
    min-height: 100vh;
    padding-top: 92px;
    padding-bottom: 32px;
  }

  h1 {
    max-width: 15ch;
    font-size: clamp(2.5rem, 4.6vw, 4.15rem);
  }

  .hero-copy {
    max-width: 720px;
    margin-top: 16px;
    font-size: clamp(1rem, 1.25vw, 1.12rem);
  }

  .hero-line {
    margin-top: 12px;
  }

  .hero-actions {
    margin-top: 20px;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 66px;
    padding-inline: 16px;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 88vh;
    padding: 104px 18px 42px;
  }

  h1 {
    max-width: 15ch;
    font-size: clamp(2.25rem, 11.5vw, 3.05rem);
  }

  h2 {
    max-width: 16ch;
    font-size: clamp(1.7rem, 8.2vw, 2.35rem);
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .stats-row,
  .steps {
    grid-template-columns: 1fr;
  }

  .stats-row div,
  .stats-row div:last-child {
    border-right: 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .site-footer {
    padding-block: 30px;
  }
}
