:root{
  --ink:#102f24;
  --muted:#66776d;
  --line:#dfe7dc;
  --paper:#fbfcf8;
  --soft:#f1f5ec;
  --wash:#e7f0d8;
  --lime:#b1d759;
  --green:#173c2d;
  --green-2:#285a3f;
  --shadow:0 28px 80px rgba(16,47,36,.12);
}

body{
  background:
    linear-gradient(90deg,rgba(16,47,36,.035) 1px,transparent 1px) 0 0/64px 64px,
    linear-gradient(0deg,rgba(16,47,36,.028) 1px,transparent 1px) 0 0/64px 64px,
    var(--paper);
  color:var(--ink);
}

h1,h2,h3{
  letter-spacing:0;
}

p{
  color:var(--muted);
}

.wrap{
  max-width:1380px;
}

.topline{
  background:var(--ink);
  color:#dfeadb;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.nav{
  min-height:92px;
}

header#header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(251,252,248,.9);
  backdrop-filter:blur(18px);
  box-shadow:0 12px 45px rgba(16,47,36,.06);
}

.logo img{
  width:62px;
  height:62px;
  filter:drop-shadow(0 12px 20px rgba(16,47,36,.12));
}

.logo b{
  font-size:20px;
  color:var(--ink);
}

.logo small{
  color:#78906e;
  font-weight:700;
}

.links{
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  gap:0;
  padding:0 12px;
  box-shadow:0 14px 35px rgba(16,47,36,.05);
}

.links a{
  padding:13px 14px;
  border-radius:999px;
  color:#53665c;
}

.links a.active{
  color:#fff;
  background:var(--green);
}

.links a.active:after{
  display:none;
}

.btn{
  border-radius:999px;
  padding:15px 25px;
  gap:18px;
  background:var(--green);
  box-shadow:0 18px 35px rgba(23,60,45,.2);
}

.btn.green{
  background:var(--lime);
  color:var(--ink);
}

.btn.outline{
  border-color:#bdcbb9;
  box-shadow:none;
}

.textlink{
  color:var(--green);
  border-bottom-color:var(--lime);
  font-weight:700;
}

.hero{
  background:
    radial-gradient(circle at 16% 18%,rgba(177,215,89,.38),transparent 25%),
    linear-gradient(135deg,#fbfcf8 0%,#edf4e5 100%);
  min-height:calc(100vh - 120px);
}

.hero:after{
  content:'';
  position:absolute;
  inset:auto 0 0;
  height:130px;
  background:linear-gradient(0deg,var(--paper),transparent);
  pointer-events:none;
}

.hero-inner{
  min-height:720px;
  grid-template-columns:1.03fr .97fr;
  padding-top:50px;
  padding-bottom:88px;
}

.hero-copy{
  align-self:center;
}

.eyebrow{
  color:#5b774b;
  letter-spacing:0;
  font-weight:750;
}

.eyebrow:before{
  background:var(--lime);
  width:42px;
  height:3px;
}

.hero-copy h1{
  max-width:760px;
  font-size:clamp(48px,6vw,92px);
  line-height:1.12;
  font-weight:800;
}

.hero-copy h1 em{
  color:var(--green-2);
  position:relative;
}

.hero-copy h1 em:after{
  content:'';
  position:absolute;
  right:0;
  left:0;
  bottom:.05em;
  height:.28em;
  background:var(--lime);
  opacity:.35;
  z-index:-1;
}

.hero-copy p{
  max-width:620px;
  color:#526a5d;
  font-size:17px;
  margin:28px 0 34px;
}

.hero-art{
  isolation:isolate;
}

.hero-art:before{
  width:86%;
  border-radius:40% 60% 48% 52%;
  background:linear-gradient(145deg,#dbe9c4,#f7faf2 58%,#cfe0b5);
  box-shadow:inset 0 0 0 1px rgba(23,60,45,.08),var(--shadow);
}

.hero-art:after{
  content:'';
  position:absolute;
  width:78%;
  height:120px;
  bottom:92px;
  background:radial-gradient(ellipse,rgba(16,47,36,.22),transparent 68%);
  filter:blur(18px);
  z-index:-1;
}

.hero-art img{
  width:94%;
  height:510px;
  transform:rotate(-12deg) translateY(8px);
  filter:drop-shadow(0 28px 42px rgba(16,47,36,.18));
}

.hero-art .vertical{
  color:#557057;
  left:-10px;
  top:46%;
}

.hero-tag{
  right:4px;
  bottom:78px;
  border:1px solid rgba(23,60,45,.08);
  box-shadow:var(--shadow);
  border-radius:18px;
}

.hero-bottom{
  border-top:0;
  background:rgba(255,255,255,.72);
  border:1px solid var(--line);
  border-radius:24px;
  padding:18px 22px;
  width:max-content;
  max-width:100%;
  box-shadow:0 18px 55px rgba(16,47,36,.07);
}

.brandstrip{
  background:#fff;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.brandrow a img{
  filter:none;
  opacity:1;
}

.section{
  padding:105px 0;
}

.section-head{
  margin-bottom:44px;
}

.category-grid,
.product-grid,
.branch-grid,
.brands-grid{
  gap:26px;
}

.category-card,
.product-card .photo,
.branch-card,
.brand-card,
.form-box,
.catalog-reader,
.banner-cta{
  border-radius:8px;
  border:1px solid var(--line);
  box-shadow:0 20px 55px rgba(16,47,36,.055);
}

.category-card{
  background:#fff;
  overflow:hidden;
}

.category-card .photo{
  height:310px;
  background:
    linear-gradient(135deg,rgba(177,215,89,.16),transparent 52%),
    var(--soft);
  border-radius:0;
  border:0;
  box-shadow:none;
}

.category-card:first-child{
  background:#fff;
}

.category-card .caption{
  background:#fff;
  padding:24px 27px;
}

.circle-arrow{
  border-color:#bdd0b5;
  color:var(--green);
}

.story{
  background:
    linear-gradient(135deg,#0e2f23,#173c2d 62%,#285a3f);
  position:relative;
}

.story:before{
  content:'';
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px) 0 0/80px 80px,
    linear-gradient(0deg,rgba(255,255,255,.05) 1px,transparent 1px) 0 0/80px 80px;
  opacity:.5;
}

.story .wrap{
  position:relative;
}

.story-number{
  color:var(--lime);
  text-shadow:0 24px 50px rgba(0,0,0,.15);
}

.features{
  gap:28px;
}

.feature{
  background:#fff;
  border:1px solid var(--line);
  border-top:4px solid var(--lime);
  padding:30px;
  border-radius:8px;
  box-shadow:0 18px 50px rgba(16,47,36,.05);
}

.feature b{
  color:#6b913f;
}

.page-intro{
  background:
    linear-gradient(135deg,rgba(177,215,89,.25),transparent 40%),
    var(--soft);
  border-bottom:1px solid var(--line);
  padding:68px 0 78px;
}

.page-intro h1{
  font-size:clamp(40px,4.8vw,72px);
  font-weight:800;
}

.intro-index{
  color:#c9d9bf;
  font-size:100px;
}

.catalog-layout{
  grid-template-columns:250px 1fr;
}

.filters{
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:22px;
  box-shadow:0 18px 55px rgba(16,47,36,.055);
}

.filter-btn{
  border:1px solid transparent;
}

.filter-btn.selected{
  background:var(--green);
  color:#fff;
}

.search{
  min-width:330px;
  border-radius:999px;
  box-shadow:0 12px 35px rgba(16,47,36,.04);
}

.product-card .photo{
  height:255px;
  background:
    linear-gradient(135deg,rgba(177,215,89,.12),transparent 45%),
    #fff;
}

.product-card h3{
  font-size:17px;
}

.brand-label{
  border:1px solid var(--line);
}

.product-visual{
  border-radius:8px;
  border:1px solid var(--line);
  background:
    linear-gradient(135deg,rgba(177,215,89,.22),transparent 48%),
    #fff;
  box-shadow:var(--shadow);
}

.brand-card{
  background:#fff;
}

.branch-card{
  background:#fff;
  position:relative;
  overflow:hidden;
}

.branch-card:before{
  content:'';
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,var(--lime),var(--green));
}

.region-tabs button{
  border-radius:999px;
}

.region-tabs button.selected{
  background:var(--green);
}

.clients-pages img{
  background:#fff;
  box-shadow:0 18px 55px rgba(16,47,36,.07);
}

.catalog-spread{
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:46px;
  box-shadow:var(--shadow);
}

.catalog-reader{
  background:#fff;
}

.reader-controls button{
  border-radius:999px;
}

.contact-block{
  border-bottom-color:var(--line);
}

.form-box{
  background:#fff;
}

.field input,
.field select,
.field textarea{
  border-radius:8px;
  background:#fbfcf8;
}

.success{
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  box-shadow:var(--shadow);
  margin-top:70px;
  margin-bottom:70px;
}

.footer{
  background:
    linear-gradient(135deg,#0d2b20,#173c2d 65%,#214d38);
}

@media(max-width:1050px){
  .catalog-layout{
    grid-template-columns:210px 1fr;
  }

  .hero-inner{
    min-height:620px;
  }

  .hero-art img{
    height:430px;
  }
}

@media(max-width:760px){
  header#header{
    position:relative;
  }

  .links{
    border-radius:18px;
    padding:12px;
  }

  .links a{
    padding:9px 12px;
  }

  .hero{
    min-height:0;
  }

  .hero-copy h1{
    font-size:44px;
  }

  .hero-art{
    height:350px;
  }

  .hero-art img{
    height:315px;
  }

  .hero-bottom{
    width:100%;
  }

  .section{
    padding:62px 0;
  }

  .category-grid{
    grid-template-columns:1fr;
  }

  .category-card .photo{
    height:230px;
  }

  .catalog-layout{
    grid-template-columns:1fr;
  }

  .filters{
    padding:14px;
  }

  .product-grid{
    grid-template-columns:1fr 1fr;
  }

  .product-card .photo{
    height:185px;
  }

  .catalog-spread{
    padding:24px;
  }

  .search{
    min-width:0;
  }
}

@media(max-width:460px){
  .product-grid{
    grid-template-columns:1fr;
  }

  .hero-copy h1{
    font-size:38px;
  }
}

/* Branches — national network experience */
.branches-experience{
  background:#f7f9f3;
  padding:0 0 110px;
  overflow:hidden;
}

.branch-stage{
  min-height:590px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  align-items:center;
  gap:7%;
  margin-bottom:105px;
  padding:70px 7%;
  color:#fff;
  border-radius:0 0 42px 42px;
  background:
    radial-gradient(circle at 78% 36%,rgba(180,220,91,.18),transparent 26%),
    linear-gradient(135deg,#0c2b20 0%,#163f2d 62%,#24563b 100%);
  position:relative;
  isolation:isolate;
}

.branch-stage:before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.12;
  z-index:-1;
  background-image:linear-gradient(rgba(255,255,255,.24) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.24) 1px,transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(90deg,#000,transparent 80%);
}

.branch-stage-copy .eyebrow{color:#bce06c}
.branch-stage-copy h2{font-size:clamp(44px,5vw,76px);letter-spacing:-2px}
.branch-stage-copy h2 em{font-style:normal;color:#bce06c}
.branch-stage-copy>p{color:#c5d3ca;max-width:520px;margin:26px 0 40px;font-size:15px}

.branch-stats{display:flex;gap:42px;border-top:1px solid rgba(255,255,255,.15);padding-top:28px}
.branch-stats div{display:flex;flex-direction:column;gap:2px}
.branch-stats strong{font:700 30px/1 Arial;color:#fff}
.branch-stats span{font-size:11px;color:#a9bdb0}

.branch-orbit{
  width:min(470px,100%);
  aspect-ratio:1;
  justify-self:center;
  position:relative;
  display:grid;
  place-items:center;
}

.orbit-ring{position:absolute;border:1px solid rgba(188,224,108,.28);border-radius:50%;inset:9%}
.orbit-ring--two{inset:26%;border-style:dashed;animation:orbit-spin 24s linear infinite reverse}
.orbit-ring--one:after{content:"";position:absolute;inset:13%;border:1px solid rgba(255,255,255,.08);border-radius:50%}
.orbit-center{width:100px;height:100px;border-radius:50%;display:grid;place-items:center;background:#bce06c;color:#163b2b;font:800 29px Arial;box-shadow:0 0 0 16px rgba(188,224,108,.08),0 20px 60px rgba(0,0,0,.18)}
.branch-orbit>i{--angle:calc(var(--i) * 40deg);position:absolute;width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:0 0 0 7px rgba(188,224,108,.16),0 0 25px #bce06c;transform:rotate(var(--angle)) translateX(192px) rotate(calc(-1 * var(--angle)))}
.branch-orbit>b{position:absolute;left:3%;bottom:12%;font-size:12px;line-height:1.8;color:#b9c9bf;font-weight:500;border-right:2px solid #bce06c;padding-right:13px}
@keyframes orbit-spin{to{transform:rotate(360deg)}}

.branch-directory{position:relative}
.branch-directory-head{display:flex;justify-content:space-between;align-items:end;gap:35px;margin-bottom:34px}
.branch-directory-head h2{font-size:clamp(34px,4vw,58px)}
.branch-directory-head p{max-width:430px;font-size:14px}
.section-kicker{display:block;color:#709447;font:11px Arial;letter-spacing:3px;margin-bottom:12px}
.branch-tabs{padding:9px;background:#eef2e8;border:1px solid #e0e8d8;border-radius:999px;width:max-content;max-width:100%;margin-bottom:38px}
.branch-tabs button{border:0;background:transparent;padding:10px 19px}
.branch-tabs button.selected{box-shadow:0 8px 20px rgba(19,62,44,.18)}

.branch-grid--creative{grid-template-columns:repeat(12,1fr);gap:18px}
.branch-grid--creative .branch-card{grid-column:span 4}
.branch-grid--creative .branch-card:nth-child(1),
.branch-grid--creative .branch-card:nth-child(2){grid-column:span 6}

.branch-card--creative{
  min-height:320px;
  display:flex;
  flex-direction:column;
  padding:30px;
  background:#fff;
  border:1px solid #e2e9dc;
  border-radius:22px;
  position:relative;
  overflow:hidden;
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
}

.branch-card--creative:before{content:"";position:absolute;width:150px;height:150px;border-radius:50%;background:#edf4dc;left:-70px;top:-75px;transition:transform .35s ease}
.branch-card--creative:hover{transform:translateY(-7px);border-color:#cbdab9;box-shadow:0 26px 70px rgba(18,54,41,.12)}
.branch-card--creative:hover:before{transform:scale(1.35)}
.branch-card-top{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}
.branch-pin{width:32px;height:32px;border-radius:50% 50% 50% 8px;transform:rotate(-45deg);background:#b4d85c;display:grid;place-items:center;box-shadow:0 8px 20px rgba(115,154,57,.22)}
.branch-pin i{width:8px;height:8px;border-radius:50%;background:#173c2d}
.branch-card--creative .num{font:700 42px/1 Arial;color:#dce6d4}
.branch-region{font-size:10px;color:#70914c;letter-spacing:1px;margin-top:34px}
.branch-card--creative h3{font-size:23px;margin:8px 0}
.branch-card--creative p{font-size:13px;min-height:48px}
.branch-phone{font:13px Arial;color:#566c5e;margin:13px 0 22px;text-align:right}
.branch-card--creative .branch-actions{margin-top:auto;border-top:1px solid #edf0e9;padding-top:18px;gap:8px}
.branch-action{flex:1;display:flex;align-items:center;justify-content:space-between;padding:11px 13px;border:1px solid #dce5d4;border-radius:10px;font-size:11px}
.branch-action span{font:16px Arial}
.branch-action--primary{background:#173c2d;color:#fff;border-color:#173c2d}

@media(max-width:1050px){
  .branch-stage{grid-template-columns:1fr 1fr;padding:65px 5%}
  .branch-orbit>i{transform:rotate(var(--angle)) translateX(155px) rotate(calc(-1 * var(--angle)))}
  .branch-grid--creative .branch-card{grid-column:span 6}
}

@media(max-width:760px){
  .branches-experience{padding-bottom:65px}
  .branch-stage{grid-template-columns:1fr;gap:45px;min-height:0;margin:0 -6.4% 70px;padding:60px 8%;border-radius:0 0 28px 28px}
  .branch-stage-copy h2{font-size:45px}
  .branch-stats{gap:22px;justify-content:space-between}
  .branch-orbit{width:310px}
  .branch-orbit>i{width:9px;height:9px;transform:rotate(var(--angle)) translateX(125px) rotate(calc(-1 * var(--angle)))}
  .branch-orbit>b{left:0;bottom:5%;font-size:10px}
  .branch-directory-head{align-items:start;flex-direction:column}
  .branch-tabs{width:100%;display:flex;overflow:auto;border-radius:18px}
  .branch-tabs button{flex:0 0 auto}
  .branch-grid--creative{grid-template-columns:1fr}
  .branch-grid--creative .branch-card,
  .branch-grid--creative .branch-card:nth-child(1),
  .branch-grid--creative .branch-card:nth-child(2){grid-column:auto}
  .branch-card--creative{min-height:300px}
}

@media(prefers-reduced-motion:reduce){.orbit-ring--two{animation:none}}
