:root{--ink:#163e36;--green:#123f35;--lime:#d5e784;--paper:#fffef9;--muted:#586c62;--line:#dce3d8}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.65 Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}a,button{touch-action:manipulation}button{cursor:pointer}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;line-height:1.08}h1{font-size:clamp(44px,5.5vw,78px);letter-spacing:-2px}h2{font-size:clamp(34px,3.5vw,49px);letter-spacing:-1px}h3{font-size:27px}p{color:var(--muted)}.wrap{width:min(1240px,90%);margin:auto}.eyebrow{text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:2px;margin-bottom:20px;display:block}.topbar{text-align:center;background:var(--green);color:white;padding:8px;font-size:12px;letter-spacing:1.2px}header{background:var(--paper);border-bottom:1px solid var(--line)}.nav{height:104px;display:flex;align-items:center;gap:38px}.brand{margin-right:auto}.brand img{width:151px;height:85px;object-fit:contain}.navlinks{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700}
.navlinks a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 12px;border:2px solid transparent;border-radius:2px;color:var(--ink);text-decoration:none;-webkit-tap-highlight-color:transparent}
.navlinks a:hover{background:#eef3e4;border-color:var(--line)}
.navlinks a[aria-current="page"]{background:var(--green);border-color:var(--green);color:#fff}
.navlinks a[aria-current="page"]:hover{background:#245a46;color:#fff}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;background:var(--green);color:white;padding:15px 25px;border:1px solid var(--green);border-radius:2px;font-size:14px;font-weight:600}.button:hover{background:#245a46}.button.lime{background:var(--lime);border-color:var(--lime);color:var(--ink)}.button.outline{background:transparent;color:var(--ink);border-color:var(--line)}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:580px}.hero-copy{padding:68px max(35px,calc((100vw - 1240px)/2)) 65px max(5vw,calc((100vw - 1240px)/2));padding-right:55px;background:#f1f4e8}.hero-copy p{font-size:18px;max-width:480px}.hero-copy h1{max-width:580px}.hero-image{position:relative;min-height:480px;overflow:hidden}.hero-image>img{height:100%;width:100%;object-fit:cover;position:absolute}.photo-note{position:absolute;bottom:26px;left:28px;color:white;font-size:13px;text-shadow:0 1px 5px black}.hero-copy .actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.trust{display:flex;justify-content:space-around;gap:20px;flex-wrap:wrap;padding:23px 5%;border-bottom:1px solid var(--line);font-size:13px;font-weight:600}.trust span:before{content:'✧';margin-right:13px;font-size:18px;color:#78923c}.section{padding:85px 0}.heading-row{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:34px}.heading-row h2{margin:0}.textlink{font-size:14px;font-weight:600;border-bottom:1px solid;padding-bottom:4px;white-space:nowrap}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.category-card .picture{height:320px;background:#f0f1e9;overflow:hidden}.category-card img{height:100%;width:100%;object-fit:cover;transition:transform .4s}.category-card:hover img{transform:scale(1.04)}.category-card h3{margin:22px 0 10px}.category-card p{font-size:15px}.category-card .textlink{display:inline-block}.green-section{background:var(--green);color:var(--paper)}.green-section p{color:#d1ddd4}.split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:75px}.split>img{width:100%;max-height:490px;object-fit:cover}.partner-types{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}.partner-types article{border-top:1px solid #567364;padding-top:28px}.number{color:var(--lime);font-size:13px;display:block;margin-bottom:18px}.partner-types h3{font-size:25px}.cta{padding:60px 0;background:var(--lime)}.cta p{color:#3d5545}.cta .wrap{display:flex;justify-content:space-between;align-items:center;gap:35px}.cta h2{margin-bottom:10px}.cta p{margin:0}footer{background:#10352d;color:#fff;padding:55px 0 20px}footer p{color:#b5c9bc;font-size:14px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:35px}.footer-grid a{display:block;font-size:14px;margin:8px 0}.footer-grid h3{font-size:24px}.footer-grid strong{font-size:13px;text-transform:uppercase;letter-spacing:1px}.footer-bottom{border-top:1px solid #34564a;margin-top:40px;padding-top:20px;font-size:12px;color:#b5c9bc;display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap}.page-intro{padding:60px 0 42px;background:#f1f4e8}.page-intro h1{font-size:58px;margin-bottom:18px}.page-intro p{max-width:680px;margin-bottom:0}.crumb{font-size:13px;margin-bottom:25px}.filters{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:10px;margin:0 0 36px;padding:0}.filter{display:flex;align-items:center;justify-content:center;text-align:center;min-height:48px;padding:12px 14px;border:2px solid var(--ink);border-radius:2px;background:var(--paper);color:var(--ink);font-size:14px;font-weight:700;line-height:1.25;text-decoration:none;-webkit-tap-highlight-color:transparent}.filter.active,.filter[aria-current="page"]{background:var(--green);border-color:var(--green);color:#fff}
.filter:hover{background:#eef3e4}
.filter.active:hover,.filter[aria-current="page"]:hover{background:#245a46;color:#fff}
.filter:active{transform:scale(.98)}
.filter:focus-visible{outline:3px solid #8fac45;outline-offset:2px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product img{height:240px;width:100%;object-fit:contain;background:#f3f3ed;padding:14px;border-radius:2px 2px 0 0;display:block}.product h3{font-family:Arial,sans-serif;font-size:16px;font-weight:700;line-height:1.3;margin:0 0 10px;color:var(--ink)}.product .product-cta{margin:0;font-size:13px;font-weight:700;color:var(--green)}.product:hover h3{text-decoration:none}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:start}.product-detail>img{width:100%;max-height:650px;object-fit:contain;background:#f3f3ed;padding:30px}.product-detail h1{font-size:50px}.note{font-size:14px;padding:20px;background:#f0f3e8;border-left:3px solid #a1b76c;margin:25px 0}.prose{max-width:800px}.prose h2{font-size:32px;margin-top:35px}.form-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px}.form{padding:35px;border:1px solid var(--line);background:white}.fields{display:grid;grid-template-columns:1fr 1fr;gap:20px}label{font-size:14px;display:block;font-weight:600}input,select,textarea{width:100%;margin-top:7px;padding:12px;background:var(--paper);border:1px solid #b7c5b9;border-radius:2px;color:var(--ink)}textarea{resize:vertical}.full{grid-column:1/-1}.small{font-size:13px}.status{margin-top:20px}.status a{text-decoration:underline}details{border-bottom:1px solid var(--line);padding:23px 0}summary{font-size:18px;cursor:pointer;font-weight:600}details p{margin:16px 0 0}.states{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.state{border:1px solid var(--line);padding:20px}.menu-button{display:none;align-items:center;justify-content:center;width:48px;height:48px;padding:0;margin:0;border:2px solid var(--ink);border-radius:2px;background:var(--paper);color:var(--ink);flex:0 0 auto;-webkit-tap-highlight-color:transparent}
.menu-button .menu-icon,.menu-button .menu-icon::before,.menu-button .menu-icon::after{display:block;width:20px;height:2px;background:var(--ink);position:relative}
.menu-button .menu-icon{box-shadow:0 -6px 0 var(--ink),0 6px 0 var(--ink)}
.menu-button[aria-expanded="true"]{background:var(--green);border-color:var(--green)}
.menu-button[aria-expanded="true"] .menu-icon{background:transparent;box-shadow:none}
.menu-button[aria-expanded="true"] .menu-icon::before,.menu-button[aria-expanded="true"] .menu-icon::after{content:"";position:absolute;left:0;top:0;background:#fff;width:20px;height:2px}
.menu-button[aria-expanded="true"] .menu-icon::before{transform:rotate(45deg)}
.menu-button[aria-expanded="true"] .menu-icon::after{transform:rotate(-45deg)}.skip{position:absolute;left:-9999px}.skip:focus{left:10px;top:10px;background:white;z-index:10}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #8fac45;outline-offset:5px}.story-stat{font:50px Georgia;color:var(--lime)}@media(max-width:1000px){.nav{gap:15px}.navlinks{gap:17px}.nav>.button{padding:12px}.hero-copy{padding:50px 7%}.hero{min-height:530px}.product-grid{grid-template-columns:repeat(3,1fr)}.split{gap:35px}.category-card .picture{height:270px}}
@media(max-width:760px){
/* Mobile header: logo + hamburger top; retail CTA row; drawer nav */
.nav{
  height:auto;
  min-height:0;
  display:grid;
  grid-template-columns:1fr auto;
  grid-template-areas:
    "brand menu"
    "cta cta"
    "links links";
  gap:12px;
  padding:12px 0 14px;
  align-items:center;
}
.brand{grid-area:brand;margin-right:0}
.brand img{width:118px;height:68px}
.menu-button{display:inline-flex!important;grid-area:menu;justify-self:end}
.nav>.button{
  grid-area:cta;
  width:100%;
  justify-content:center;
  font-size:14px;
  padding:14px 16px;
  margin:0;
}
.navlinks{
  grid-area:links;
  display:none!important;
  flex-direction:column;
  gap:8px;
  width:100%;
  padding:0;
  border-top:none;
  position:static;
  box-shadow:none;
  background:transparent;
  order:unset;
  flex:unset;
  font-size:15px;
  font-weight:700;
}
.navlinks.open{
  display:flex!important;
}
.navlinks a{
  flex:1 1 auto;
  width:100%;
  min-height:48px;
  padding:12px 14px;
  border:2px solid var(--ink);
  border-radius:2px;
  justify-content:flex-start;
  text-align:left;
}
.navlinks a[aria-current="page"]{
  background:var(--green);
  border-color:var(--green);
  color:#fff;
}
.hero{grid-template-columns:1fr}.hero-copy{padding:42px 6%}.hero h1{font-size:52px}.hero-image{min-height:330px}.trust{justify-content:flex-start;gap:10px 23px;font-size:12px}.section{padding:55px 0}.grid,.partner-types{grid-template-columns:1fr}.category-card .picture{height:330px}.heading-row{align-items:start;flex-direction:column}.split,.form-layout,.product-detail{grid-template-columns:1fr;gap:30px}.footer-grid{grid-template-columns:1fr 1fr}.cta .wrap{align-items:start;flex-direction:column}.product-grid{grid-template-columns:repeat(2,1fr);gap:22px 15px}.product img{height:220px;padding:8px}.page-intro h1{font-size:42px}.states{grid-template-columns:1fr 1fr}.form{padding:22px}.fields{grid-template-columns:1fr}.full{grid-column:auto}.product-detail h1{font-size:40px}.product-detail>img{max-height:430px}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}








/* Prodigy badge — match Aerís dark glass + white type */
footer .foot-prodigy,
footer #prodigy-badge-wrap {
  margin-top: 14px !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(247,245,239,.14) !important;
  display: flex !important;
  justify-content: flex-start !important;
  width: 100% !important;
  background: transparent !important;
}
footer .foot-prodigy-link,
footer a.prodigy-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  text-decoration: none !important;
  line-height: 1.15 !important;
  padding: 12px 16px 12px 12px !important;
  border-radius: 6px !important;
  border: 1px solid rgba(247,245,239,.22) !important;
  background: rgba(247,245,239,.06) !important;
  color: #f7f5ef !important;
  box-shadow: none !important;
  -webkit-font-smoothing: antialiased !important;
}
footer .foot-prodigy-seal,
footer .prodigy-badge img {
  width: 36px !important;
  height: 36px !important;
  border-radius: 6px !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
  background: #0a0a0a !important;
}
footer .foot-prodigy-txt,
footer .prodigy-badge .pg-txt {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  min-width: 0 !important;
}
footer .foot-prodigy-built,
footer .pg-built {
  display: block !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: rgba(247,245,239,.72) !important;
  opacity: 1 !important;
}
footer .foot-prodigy-name,
footer .pg-name {
  display: block !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: .01em !important;
  color: #f7f5ef !important;
  opacity: 1 !important;
}
footer .foot-prodigy-link:hover .foot-prodigy-name,
footer .prodigy-badge:hover .pg-name {
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  color: #fff !important;
}

#catalog{scroll-margin-top:12px}
.filters{scroll-margin-top:8px}


/* FINAL mobile header lock — hamburger visible */
@media (max-width: 900px) {
  .nav {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-template-areas:
      "brand menu"
      "cta cta"
      "links links" !important;
    gap: 12px !important;
    height: auto !important;
    padding: 12px 0 14px !important;
    align-items: center !important;
  }
  .brand { grid-area: brand !important; margin-right: 0 !important; }
  .nav > .button {
    grid-area: cta !important;
    width: 100% !important;
    justify-content: center !important;
    margin: 0 !important;
  }
  .menu-button {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    grid-area: menu !important;
    justify-self: end !important;
    width: 48px !important;
    height: 48px !important;
  }
  .navlinks {
    grid-area: links !important;
    display: none !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 8px !important;
  }
  .navlinks.open { display: flex !important; }
  .navlinks a {
    width: 100% !important;
    min-height: 48px !important;
    border: 2px solid var(--ink) !important;
    border-radius: 2px !important;
    padding: 12px 14px !important;
    justify-content: flex-start !important;
  }
}


/* Divider line under logo + hamburger, above Retail Partner */
@media (max-width: 900px) {
  header .nav {
    position: relative;
    row-gap: 14px !important;
  }
  header .nav > .button {
    position: relative;
    margin-top: 2px !important;
  }
  header .nav > .button::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -14px;
    width: 100vw;
    height: 1px;
    background: var(--line);
    transform: translateX(-50%);
    pointer-events: none;
  }
}


/* Product cards — inviting / tappable */
.product{
  display:flex;
  flex-direction:column;
  height:100%;
  background:#fff;
  border:2px solid var(--line);
  border-radius:2px;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  -webkit-tap-highlight-color:transparent;
  transition:border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.product:hover,
.product:focus-visible{
  border-color:var(--green);
  box-shadow:0 8px 24px rgba(18,63,53,.12);
  outline:none;
}
.product:active{
  transform:scale(.985);
}
.product .product-media{
  background:#f3f3ed;
  border-bottom:1px solid var(--line);
}
.product img{
  height:240px;
  width:100%;
  object-fit:contain;
  background:#f3f3ed;
  padding:16px;
  display:block;
}
.product .product-body{
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:14px 14px 16px;
  flex:1;
}
.product h3{
  font-family:Arial,Helvetica,sans-serif;
  font-size:16px;
  font-weight:700;
  line-height:1.3;
  margin:0;
  color:var(--ink);
}
.product .product-cta{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:40px;
  padding:10px 12px;
  border:2px solid var(--green);
  border-radius:2px;
  background:var(--green);
  color:#fff !important;
  font-size:13px;
  font-weight:700;
  line-height:1.2;
  text-align:center;
}
.product:hover .product-cta{
  background:#245a46;
  border-color:#245a46;
}
.product-card-invite{}
@media(max-width:1000px){
  .product-grid{grid-template-columns:repeat(3,1fr);gap:16px}
  .product img{height:210px;padding:12px}
}
@media(max-width:760px){
  .product-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .product img{height:160px;padding:10px}
  .product .product-body{padding:12px 10px 12px}
  .product h3{font-size:14px}
  .product .product-cta{min-height:36px;padding:8px 10px;font-size:12px}
}
