/** Shopify CDN: Minification failed

Line 6:0 Unexpected "@"

**/
@/*
 * Section: Who We Are Redesign
 * Asset: section-who-we-are.css
 */

:root {
  --wtq-white: #FFFFFF;
  --wtq-ink: #2A2A2C;
  --wtq-muted: #6B6B70;
  --wtq-line: #E8E8E4;
  --wtq-wash: #F7F7F4;
}

.wtq-root {
  font-family: 'IBM Plex Sans', sans-serif;
  color: var(--wtq-ink);
  background: var(--wtq-white);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.wtq-root h1,
.wtq-root h2,
.wtq-root h3,
.wtq-root h4 {
  font-family: 'Judson', serif;
  color: var(--wtq-black, #1B1B1D);
  line-height: 1.2;
  margin: 0;
}

.wtq-root a { text-decoration: none; color: inherit; }
.wtq-root img { max-width: 100%; display: block; }
.wtq-wrap { max-width: 1040px; margin: 0 auto; padding: 0 20px; }
.wtq-narrow { max-width: 720px; margin: 0 auto; padding: 0 20px; }

.wtq-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 14px 28px;
  background: var(--wtq-green, #1B6B22);
  color: var(--wtq-white, #FFFFFF);
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  text-align: center;
  transition: background .15s;
}

.wtq-btn:hover {
  background: var(--wtq-green-dark, #14511A);
}

.wtq-btn.ghost {
  background: transparent;
  border: 1.5px solid var(--wtq-white, #FFFFFF);
  color: var(--wtq-white, #FFFFFF);
}

@media (min-width: 600px) {
  .wtq-btn {
    width: auto;
    display: inline-flex;
  }
}

/* Hero section */
.wtq-hero {
  background: var(--wtq-black, #1B1B1D);
  color: var(--wtq-white, #FFFFFF);
  padding: 56px 0 48px;
}

.wtq-hero .wtq-kick {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--wtq-gold, #C9A84C);
}

.wtq-hero h1 {
  color: var(--wtq-white, #FFFFFF);
  font-size: 38px;
  margin: 12px 0 14px;
  max-width: 760px;
}

@media (min-width: 600px) {
  .wtq-hero h1 {
    font-size: 50px;
  }
}

.wtq-hero p {
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  max-width: 620px;
  margin: 0;
}

/* Stat bar */
.wtq-stats {
  background: var(--wtq-wash, #F7F7F4);
  border-bottom: 1px solid var(--wtq-line, #E8E8E4);
}

.wtq-stats .wtq-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

@media (min-width: 760px) {
  .wtq-stats .wtq-row {
    grid-template-columns: repeat(4, 1fr);
  }
}

.wtq-stat {
  text-align: center;
  padding: 26px 12px;
  border-right: 1px solid var(--wtq-line, #E8E8E4);
}

.wtq-stat:last-child {
  border-right: none;
}

.wtq-stat b {
  display: block;
  font-family: 'Judson', serif;
  font-size: 30px;
  color: var(--wtq-green, #1B6B22);
  font-weight: 400;
}

.wtq-stat span {
  font-size: 13px;
  color: var(--wtq-muted, #6B6B70);
}

.wtq-section {
  padding: 52px 0;
}

.wtq-eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--wtq-green, #1B6B22);
  margin-bottom: 12px;
  display: block;
}

.wtq-section h2 {
  font-size: 30px;
  margin-bottom: 14px;
}

@media (min-width: 600px) {
  .wtq-section h2 {
    font-size: 36px;
  }
}

.wtq-lead {
  font-size: 18px;
  color: var(--wtq-ink, #2A2A2C);
}

.wtq-section p {
  margin-bottom: 16px;
}

/* Vision / Mission split */
.wtq-vm {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

@media (min-width: 760px) {
  .wtq-vm {
    grid-template-columns: 1fr 1fr;
  }
}

.wtq-vm .wtq-box {
  background: var(--wtq-wash, #F7F7F4);
  border: 1px solid var(--wtq-line, #E8E8E4);
  border-radius: 16px;
  padding: 30px 26px;
}

.wtq-vm .wtq-box h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

/* Pillars */
.wtq-pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: 8px;
}

@media (min-width: 760px) {
  .wtq-pillars {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wtq-pillar {
  border: 1px solid var(--wtq-line, #E8E8E4);
  border-radius: 16px;
  overflow: hidden;
}

.wtq-pillar .wtq-ico {
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, #33472f, #7d996f);
  display: flex;
  align-items: flex-end;
  padding: 12px;
  position: relative;
  overflow: hidden;
}

.wtq-pillar .wtq-ico img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wtq-ph {
  position: relative;
  z-index: 1;
  font-size: 11.5px;
  color: rgba(255, 255, 255, .9);
  background: rgba(0, 0, 0, .4);
  padding: 5px 10px;
  border-radius: 6px;
}

.wtq-pillar .wtq-pad {
  padding: 22px;
}

.wtq-pillar h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.wtq-pillar p {
  font-size: 15px;
  color: var(--wtq-muted, #6B6B70);
  margin: 0;
}

/* Stages */
.wtq-stages {
  counter-reset: st;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 8px;
}

@media (min-width: 760px) {
  .wtq-stages {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wtq-stage {
  position: relative;
  border: 1px solid var(--wtq-line, #E8E8E4);
  border-radius: 16px;
  padding: 28px 24px 24px;
}

.wtq-stage:before {
  counter-increment: st;
  content: counter(st);
  position: absolute;
  top: -16px;
  left: 24px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--wtq-green, #1B6B22);
  color: #fff;
  font-family: 'Judson', serif;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wtq-stage h3 {
  font-size: 21px;
  margin: 6px 0 8px;
}

.wtq-stage p {
  font-size: 15px;
  color: var(--wtq-muted, #6B6B70);
  margin: 0;
}

/* Testimonials */
.wtq-t-wash {
  background: var(--wtq-wash, #F7F7F4);
}

.wtq-tgrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 8px;
}

@media (min-width: 760px) {
  .wtq-tgrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wtq-tcard {
  background: var(--wtq-white, #FFFFFF);
  border: 1px solid var(--wtq-line, #E8E8E4);
  border-radius: 16px;
  padding: 26px 24px;
}

.wtq-tcard .wtq-stars {
  color: var(--wtq-gold, #C9A84C);
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.wtq-tcard p {
  font-size: 15.5px;
  color: var(--wtq-ink, #2A2A2C);
  margin-bottom: 16px;
}

.wtq-tcard .wtq-who {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wtq-tcard .wtq-av {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wtq-green, #1B6B22), var(--wtq-gold, #C9A84C));
  flex-shrink: 0;
  overflow: hidden;
}

.wtq-tcard .wtq-av img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wtq-tcard .wtq-who b {
  display: block;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 15px;
  color: var(--wtq-black, #1B1B1D);
  font-weight: 600;
}

.wtq-tcard .wtq-who span {
  font-size: 13px;
  color: var(--wtq-muted, #6B6B70);
}

/* Membership CTA */
.wtq-memb {
  background: var(--wtq-black, #1B1B1D);
  color: var(--wtq-white, #FFFFFF);
  border-radius: 18px;
  padding: 44px 26px;
  text-align: center;
}

.wtq-memb .wtq-kick {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--wtq-gold, #C9A84C);
}

.wtq-memb h2 {
  color: var(--wtq-white, #FFFFFF);
  font-size: 31px;
  margin: 10px auto 12px;
  max-width: 540px;
}

.wtq-memb p {
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 24px;
}

.wtq-memb .wtq-btn {
  margin: 0 auto;
}

.wtq-memb .wtq-fine {
  font-size: 13.5px;
  color: rgba(255, 255, 255, .6);
  margin-top: 12px;
  margin-bottom: 0;
}

.wtq-copyright {
  text-align: center;
  font-size: 13px;
  color: var(--wtq-muted, #6B6B70);
  padding: 30px 0;
}

.wtq-btn:focus-visible {
  outline: 2px solid var(--wtq-gold, #C9A84C);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .wtq-btn {
    transition: none;
  }
}
