/* Site design, based on the static site css/style.css (originally generated by a build script, now edited directly).
   Every selector is prefixed with :root so it outranks Elementor's default container styles. */
:root{
  --base:#000000;
  --accent:#4CAF50;
  --sub:#6F9A60;
  --cream:#FAF8F4;
  --ink:#1a1a1a;
  --gray:#5c5c5c;
  --line:#e8e4dc;
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
:root body{
  font-family:'Inter',sans-serif;
  font-weight:400;
  color:var(--ink);
  background:var(--cream);
  line-height:1.7;
  letter-spacing:.005em;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
:root h1:where(.cwc,.cwc *),
:root h2:where(.cwc,.cwc *),
:root h3:where(.cwc,.cwc *),
:root h4:where(.cwc,.cwc *){
  font-family:'Fraunces',serif;
  font-weight:400;
  line-height:1.12;
  letter-spacing:-.015em;
  color:var(--base);
}
:root em:where(.cwc,.cwc *){
  font-family:'Fraunces',serif;
  font-style:italic;
  font-weight:400;
}
:root a:where(.cwc,.cwc *){text-decoration:none;color:inherit;}
:root img:where(.cwc,.cwc *){max-width:100%;display:block;}
:root p:where(.cwc,.cwc *){text-align:left;}
:root .wrap{max-width:1180px;margin:0 auto;padding:0 32px;}
:root [id]{scroll-margin-top:112px;}
:root .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--sub);
  font-weight:600;
  margin-bottom:18px;
}
:root .eyebrow::before{
  content:"";
  width:22px;height:1.5px;
  background:var(--accent);
  display:inline-block;
}
:root :is(.btn,.cwc-form .elementor-button){
  display:inline-block;
  padding:15px 32px;
  font-size:14.5px;
  font-weight:600;
  letter-spacing:.02em;
  border-radius:2px;
  transition:all .25s ease;
  cursor:pointer;
  border:none;
}
:root :is(.btn-primary,.cwc-form .elementor-button){
  background:var(--accent);
  color:var(--base);
}
:root :is(.btn-primary,.cwc-form .elementor-button):hover{background:#3d8b40;}
:root .btn-ghost{
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,.4);
}
:root .btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.08);}
:root .btn-dark{
  background:var(--base);
  color:#fff;
}
:root .btn-dark:hover{background:#222;}
:root #site-header{
  position:sticky;
  top:0;
  z-index:100;
}
:root header:where(.cwc,.cwc *){
  background:rgba(0,0,0,.92);
  backdrop-filter:blur(6px);
  border-bottom:1px solid rgba(76,175,80,.2);
  transition:box-shadow .35s ease;
}
:root header.scrolled{
  box-shadow:0 10px 30px rgba(0,0,0,.35);
}
:root .nav-inner{
  max-width:1180px;margin:0 auto;padding:0 32px;
  display:flex;align-items:center;justify-content:space-between;
  height:100px;
  position:relative;
  transition:height .35s ease;
}
:root header.scrolled .nav-inner{height:76px;}
:root .logo{
  display:flex;
  align-items:center;
}
:root :is(.logo-img,.cwc-img-logo-img img){
  height:72px;
  width:auto;
  display:block;
  transition:height .35s ease;
}
:root header.scrolled :is(.logo-img,.cwc-img-logo-img img){height:48px;}
:root #nav-list{
  list-style:none;
  display:flex;
  gap:6px;
  align-items:center;
}
:root #nav-list > li{position:relative;}
:root nav:where(.cwc,.cwc *) a{
  color:#ffffff;
  font-size:14px;
  font-weight:500;
  letter-spacing:.01em;
  display:block;
  padding:10px 12px;
}
:root nav:where(.cwc,.cwc *) a:hover{color:var(--accent);}
:root .nav-cta{
  background:var(--accent);
  color:var(--base) !important;
  padding:11px 22px !important;
  border-radius:2px;
  font-weight:600;
  font-size:13.5px;
  margin-left:10px;
}
:root .nav-cta:hover{background:#fff;color:var(--base) !important;}
:root .nav-item-row{display:flex;align-items:center;}
:root .chevron{
  font-size:24px;
  color:#888;
  margin-left:5px;
  transition:transform .25s ease, color .25s ease;
  pointer-events:none;
  vertical-align:middle;
}
:root .has-submenu:hover .chevron{transform:rotate(180deg);color:var(--accent);}
:root .submenu-toggle{
  display:none;
  background:none;border:none;cursor:pointer;color:#fff;
  padding:10px 14px;
  align-items:center;justify-content:center;
}
:root .submenu-toggle .chevron{pointer-events:none;}
:root .submenu{
  list-style:none;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:0;
}
:root .submenu a{transition:background .2s ease, color .2s ease;}
:root .submenu a:hover{
  background:var(--accent);
  color:var(--base) !important;
}
:root .nav-toggle{
  display:none;
  flex-direction:column;
  gap:5px;
  background:none;
  border:none;
  cursor:pointer;
  padding:8px;
}
:root .nav-toggle span{
  width:22px;height:2px;
  background:#fff;
  display:block;
  transition:all .25s ease;
}
:root .nav-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg);}
:root .nav-toggle.active span:nth-child(2){opacity:0;}
:root .nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
@media(min-width:901px){:root .submenu{
    position:absolute;
    top:100%;left:0;
    min-width:300px;
    background:#0c0c0c;
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 24px 48px rgba(0,0,0,.45);
    padding:10px 0;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:opacity .25s ease, transform .25s ease, visibility .25s ease;
    z-index:50;
  }
:root .has-submenu:hover .submenu,
:root .has-submenu:focus-within .submenu{
    opacity:1;visibility:visible;transform:translateY(0);
  }
:root .submenu a{
    padding:11px 22px;
    font-size:13.5px;
    color:#c9c9c9;
  }

}
:root .hero{
  position:relative;
  min-height:calc(100vh - 100px);
  display:flex;
  align-items:center;
  background:#000;
  overflow:hidden;
}
:root .hero-bg{
  position:absolute;inset:0;
  background:url('../images/homebg.avif') center/cover no-repeat;
  opacity:.55;
  animation:heroKenBurns 24s ease-in-out infinite alternate;
}
:root .hero::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(90deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.55) 32%, rgba(0,0,0,.18) 55%, rgba(0,0,0,.05) 65%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%);
}
:root .hero-content{
  position:relative;z-index:2;
  max-width:1180px;margin:0 auto;padding:30px 32px 60px;
  width:100%;
}
:root .hero-content .eyebrow{color:var(--accent);}
:root .hero-content .eyebrow::before{background:var(--sub);display:none;}
:root .hero h1{
  color:#fff;
  font-size:clamp(36px,5.4vw,62px);
  font-weight:300;
  max-width:840px;
  margin-bottom:22px;
}
:root .hero h1 em{
  font-style:italic;
  font-weight:400;
  color:var(--accent);
}
:root .hero p.lead{
  color:#d8d8d8;
  font-size:18px;
  max-width:560px;
  margin-bottom:38px;
}
:root .hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:44px;}
:root .trust-line{
  display:flex;align-items:center;gap:14px;
  color:#bdbdbd;font-size:13.5px;letter-spacing:.02em;
  padding-top:28px;border-top:1px solid rgba(255,255,255,.15);
  max-width:640px;
}
:root .trust-line strong{color:#fff;font-weight:600;}
:root .trust-dot{width:5px;height:5px;border-radius:50%;background:var(--accent);flex-shrink:0;}
@keyframes heroKenBurns{
  from{transform:scale(1);}
  to{transform:scale(1.08);}
}
@keyframes heroFadeUp{
  from{opacity:0;transform:translateY(24px);}
  to{opacity:1;transform:translateY(0);}
}
@keyframes scrollCueTravel{
  0%{transform:translateY(-100%);opacity:0;}
  20%{opacity:1;}
  80%{opacity:1;}
  100%{transform:translateY(260%);opacity:0;}
}
:root .hero-content .eyebrow,
:root .hero h1,
:root .hero p.lead,
:root .hero-actions,
:root .hero-content .trust-line{
  opacity:0;
  animation:heroFadeUp .9s cubic-bezier(.16,.84,.44,1) forwards;
}
:root .hero-content .eyebrow{animation-delay:.15s;}
:root .hero h1{animation-delay:.3s;}
:root .hero p.lead{animation-delay:.5s;}
:root .hero-actions{animation-delay:.68s;}
:root .hero-content .trust-line{animation-delay:.85s;}
:root .scroll-cue{
  position:fixed;
  left:50%;bottom:28px;
  transform:translateX(-50%);
  width:1px;height:44px;
  background:rgba(255,255,255,.2);
  z-index:60;
  overflow:hidden;
  opacity:0;
  cursor:pointer;
  animation:heroFadeUp .9s cubic-bezier(.16,.84,.44,1) forwards;
  animation-delay:1.1s;
  transition:opacity .4s ease;
}
:root .scroll-cue.hide{
  animation:none;
  opacity:0 !important;
  pointer-events:none;
}
:root .scroll-cue::after{
  content:"";
  position:absolute;
  top:0;left:0;
  width:100%;height:16px;
  background:var(--accent);
  animation:scrollCueTravel 2.4s ease-in-out infinite;
}
@media(prefers-reduced-motion:reduce){:root .hero-bg,
:root .hero-content .eyebrow,
:root .hero h1,
:root .hero p.lead,
:root .hero-actions,
:root .hero-content .trust-line,
:root .scroll-cue,
:root .scroll-cue::after{
    animation:none !important;
    opacity:1 !important;
    transform:none !important;
  }

}
:root section:where(.cwc,.cwc *){padding:110px 0;}
:root .section-head{max-width:640px;margin-bottom:64px;}
:root .section-head.center{margin-left:auto;margin-right:auto;text-align:center;}
:root .section-head h2{font-size:clamp(28px,3.4vw,42px);font-weight:400;}
:root .section-head p{color:var(--gray);font-size:16.5px;line-height:1.7;margin-top:16px;}
:root .services-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
}
:root .service-card{
  background:var(--cream);
  padding:44px 32px;
  transition:background .25s ease;
}
:root .service-card:hover{background:#fff;}
:root .service-num{
  font-family:'Fraunces',serif;
  font-style:italic;
  font-size:15px;
  color:var(--accent);
  margin-bottom:24px;
  display:block;
}
:root .service-card h3{
  font-size:20px;
  margin-bottom:14px;
  font-weight:400;
  letter-spacing:-.01em;
}
:root .service-card p{
  color:var(--gray);
  font-size:14.5px;
}
:root .audience-section{background:var(--base);color:#fff;}
:root .audience-section .eyebrow{color:var(--accent);}
:root .audience-section .eyebrow::before{background:var(--sub);}
:root .audience-section .section-head h2{color:#fff;}
:root .audience-section .section-head p{color:#b8b8b8;}
:root .audience-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}
:root .audience-card{
  background:#101010;
  border:1px solid rgba(255,255,255,.08);
  overflow:hidden;
}
:root .audience-img{height:230px;overflow:hidden;}
:root .audience-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
:root .audience-card:hover .audience-img img{transform:scale(1.06);}
:root .audience-body{padding:38px;}
:root .audience-body h3{color:#fff;font-size:25px;font-weight:400;margin-bottom:8px;}
:root .audience-body .tag{color:var(--sub);font-size:13px;letter-spacing:.06em;text-transform:uppercase;font-weight:600;margin-bottom:18px;display:block;}
:root .audience-list{list-style:none;margin:22px 0 28px;}
:root .audience-list li{
  color:#c9c9c9;
  font-size:14.5px;
  padding:10px 0;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;align-items:center;gap:10px;
}
:root .audience-list li::before{
  content:"";
  width:5px;height:5px;border-radius:50%;
  background:var(--accent);flex-shrink:0;
}
:root .audience-link{
  color:var(--accent);
  font-size:14px;font-weight:600;
  display:inline-flex;align-items:center;gap:8px;
}
:root .audience-link:hover{color:#fff;}
:root .approach-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:36px;
}
:root .approach-step{position:relative;padding-top:28px;border-top:2px solid var(--base);}
:root .approach-step .step-no{
  font-family:'Fraunces',serif;
  font-style:italic;
  color:var(--accent);
  font-size:16px;
  margin-bottom:18px;
  display:block;
}
:root .approach-step h3{font-size:20px;font-weight:400;margin-bottom:12px;}
:root .approach-step p{color:var(--gray);font-size:14.5px;}
:root .approach-grid.on-dark .approach-step{border-top-color:rgba(255,255,255,.2);}
:root .approach-grid.on-dark .approach-step h3{color:#fff;}
:root .approach-grid.on-dark .approach-step p{color:#c9c9c9;}
:root .why-section{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}
:root .why-img{
  position:relative;
  aspect-ratio:4/5;
  overflow:hidden;
}
:root .why-img img{width:100%;height:100%;object-fit:cover;}
:root .why-img::after{
  content:"";
  position:absolute;inset:16px;
  border:1px solid var(--accent);
  z-index:2;
  pointer-events:none;
}
:root .why-pillars{margin-top:36px;}
:root .pillar{
  display:flex;gap:20px;
  padding:24px 0;
  border-top:1px solid var(--line);
}
:root .pillar-mark{
  font-family:'Fraunces',serif;
  font-style:italic;
  color:var(--accent);
  font-size:23px;
  flex-shrink:0;
  width:36px;
}
:root .pillar h4{font-size:16.5px;margin-bottom:6px;font-weight:600;letter-spacing:-.005em;}
:root .pillar p{color:var(--gray);font-size:14.5px;}
:root .cta-banner{
  background:linear-gradient(120deg,#111 0%,#000 100%);
  padding:90px 0;
  position:relative;
  overflow:hidden;
}
:root .cta-banner::before{
  content:"";
  position:absolute;top:-50%;right:-10%;
  width:500px;height:500px;
  background:radial-gradient(circle, rgba(76,175,80,.14) 0%, transparent 70%);
}
:root .cta-inner{
  position:relative;z-index:2;
  display:flex;align-items:center;justify-content:space-between;
  gap:40px;flex-wrap:wrap;
}
:root .cta-inner h2{color:#fff;font-size:clamp(26px,3.4vw,36px);max-width:520px;}
:root .cta-inner .eyebrow{color:var(--sub);}
:root .cta-inner .eyebrow::before{background:var(--accent);}
:root footer:where(.cwc,.cwc *){background:var(--base);color:#9a9a9a;padding:64px 0 28px;}
:root .footer-top{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1fr;
  gap:32px;
  padding-bottom:48px;
  border-bottom:1px solid rgba(255,255,255,.1);
}
:root :is(.footer-logo-img,.cwc-img-footer-logo-img img){height:64px;width:auto;margin-bottom:18px;}
:root .footer-top p{font-size:14px;line-height:1.7;max-width:280px;}
:root .footer-col h5{color:#fff;font-size:13px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:20px;font-weight:600;}
:root .footer-col ul{list-style:none;}
:root .footer-col li{margin-bottom:12px;}
:root .footer-col a{font-size:14px;color:#9a9a9a;}
:root .footer-col a:hover{color:var(--accent);}
:root .footer-bottom{
  display:flex;justify-content:space-between;align-items:center;
  padding-top:28px;flex-wrap:wrap;gap:16px;
  font-size:13px;
}
:root .footer-credit{
  font-size:12.5px;
  color:#777;
}
:root .footer-credit a{
  color:var(--accent);
  text-decoration:underline;
  text-underline-offset:2px;
}
:root .footer-credit a:hover{color:#fff;}
@media(max-width:900px){:root .nav-toggle{display:flex;}
:root .nav-inner{height:68px;}
:root :is(.logo-img,.cwc-img-logo-img img){height:40px;}
:root header.scrolled .nav-inner{height:60px;}
:root header.scrolled :is(.logo-img,.cwc-img-logo-img img){height:34px;}
:root #nav-list{
    display:flex;
    position:absolute;
    top:100%;left:0;right:0;
    background:#000;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    padding:0 32px;
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease, padding .35s ease;
  }
:root #nav-list.open{max-height:80vh;overflow-y:auto;padding:8px 32px 24px;}
:root #nav-list > li{width:100%;padding:0;border-bottom:1px solid rgba(255,255,255,.08);}
:root #nav-list > li:last-child{border-bottom:none;padding-top:18px;}
:root .nav-item-row{justify-content:space-between;width:100%;}
:root #nav-list > li > a,
:root .nav-item-row > a{padding:14px 0;}
:root .nav-item-row > a .chevron{display:none;}
:root .submenu-toggle{display:flex;}
:root .submenu-toggle.active .chevron{transform:rotate(180deg);color:var(--accent);}
:root .submenu{
    max-height:0;
    overflow:hidden;
    padding:0;
    background:rgba(255,255,255,.03);
    transition:max-height .3s ease, padding .3s ease;
  }
:root .has-submenu.submenu-open .submenu{max-height:400px;padding:2px 0 12px;}
:root .submenu a{padding:10px 0 10px 18px;font-size:13.5px;color:#c9c9c9;}
:root .nav-cta{display:inline-block;}
:root .services-grid{grid-template-columns:1fr 1fr;}
:root .audience-grid{grid-template-columns:1fr;}
:root .approach-grid{grid-template-columns:1fr 1fr;}
:root .why-section{grid-template-columns:1fr;}
:root .footer-top{grid-template-columns:1fr 1fr;}
:root section:where(.cwc,.cwc *){padding:70px 0;}

}
@media(max-width:560px){:root .services-grid{grid-template-columns:1fr;}
:root .approach-grid{grid-template-columns:1fr;}
:root .footer-top{grid-template-columns:1fr;}
:root .hero-content{padding:20px 24px 50px;}

}
:root .breadcrumb{
  display:flex;align-items:center;gap:8px;
  font-size:12.5px;color:#a8a8a8;letter-spacing:.02em;
  margin-bottom:22px;
}
:root .breadcrumb a{color:#a8a8a8;}
:root .breadcrumb a:hover{color:var(--accent);}
:root .breadcrumb .sep{color:#555;}
:root .breadcrumb .current{color:var(--accent);}
:root .page-hero{
  position:relative;
  display:flex;
  align-items:flex-end;
  background:#000;
  overflow:hidden;
  padding-top:32px;
  padding-bottom:32px;
}
:root .page-hero .hero-bg{animation:none;opacity:.55;}
:root .page-hero::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(100deg, rgba(0,0,0,.94) 15%, rgba(0,0,0,.6) 55%, rgba(0,0,0,.25) 100%);
}
:root .page-hero .hero-content{
  padding:0 32px 0;
}
:root .page-hero h1{
  color:#fff;
  font-size:clamp(30px,4.2vw,48px);
  font-weight:300;
  max-width:760px;
  margin-bottom:16px;
  opacity:1;animation:none;
}
:root .page-hero p.lead{
  color:#d8d8d8;
  font-size:17px;
  max-width:600px;
  margin-bottom:0;
  opacity:1;animation:none;
}
:root .page-hero .eyebrow{opacity:1;animation:none;}
:root .intro-text{
  color:var(--gray);
  font-size:16.5px;
  line-height:1.8;
  max-width:760px;
  margin-bottom:20px;
}
:root .intro-text + .intro-text{margin-top:-4px;}
:root .detail-columns{
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:70px;
  align-items:start;
}
:root .check-list{list-style:none;margin-top:8px;}
:root .check-list li{
  display:flex;gap:14px;
  padding:16px 0;
  border-top:1px solid var(--line);
  font-size:15px;color:var(--ink);
  line-height:1.6;
}
:root .check-list li:last-child{border-bottom:1px solid var(--line);}
:root .check-list li::before{
  content:"";
  flex-shrink:0;
  width:7px;height:7px;
  border-radius:50%;
  background:var(--accent);
  margin-top:9px;
}
:root .side-card{
  background:#101010;
  color:#fff;
  padding:0;
  overflow:hidden;
}
:root .side-card-img{
  position:relative;
  aspect-ratio:16/10;
  overflow:hidden;
}
:root .side-card-img img{
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .6s cubic-bezier(.16,.84,.44,1);
}
:root .side-card:hover .side-card-img img{transform:scale(1.06);}
:root .side-card-img::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(0deg, #101010 0%, transparent 45%);
  pointer-events:none;
}
:root .side-card-body{padding:32px 38px 38px;}
:root .side-card h3{color:#fff;font-size:20px;font-weight:400;margin-bottom:6px;}
:root .side-card .who-list{list-style:none;margin-top:18px;}
:root .side-card .who-list li{
  color:#c9c9c9;
  font-size:14.5px;
  padding:12px 0;
  border-top:1px solid rgba(255,255,255,.1);
  display:flex;align-items:flex-start;gap:10px;
}
:root .side-card .who-list li::before{
  content:"";
  width:5px;height:5px;border-radius:50%;
  background:var(--accent);flex-shrink:0;margin-top:8px;
}
:root .why-callout{
  background:var(--base);
  color:#fff;
  padding:56px;
  margin-top:20px;
  position:relative;
  overflow:hidden;
}
:root .why-callout::before{
  content:"";
  position:absolute;top:-40%;right:-10%;
  width:400px;height:400px;
  background:radial-gradient(circle, rgba(76,175,80,.14) 0%, transparent 70%);
}
:root .why-callout .eyebrow{color:var(--accent);position:relative;z-index:2;}
:root .why-callout .eyebrow::before{background:var(--sub);}
:root .why-callout p{
  position:relative;z-index:2;
  font-family:'Fraunces',serif;
  font-size:clamp(19px,2.2vw,25px);
  font-weight:400;
  line-height:1.5;
  color:#f2f2f2;
  max-width:820px;
}
:root .cta-banner.cta-alt::before{
  background:radial-gradient(circle, rgba(76,175,80,.18) 0%, transparent 70%);
}
:root .founder-section{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:70px;
  align-items:start;
}
:root .founder-img{
  position:relative;
  aspect-ratio:3/4;
  overflow:hidden;
}
:root .founder-img img{width:100%;height:100%;object-fit:cover;}
:root .founder-img::after{
  content:"";
  position:absolute;inset:16px;
  border:1px solid var(--accent);
  z-index:2;pointer-events:none;
}
:root .founder-body h3{font-size:16.5px;font-weight:600;color:var(--sub);letter-spacing:.02em;margin-bottom:22px;}
:root .founder-body p{color:var(--gray);font-size:16px;line-height:1.85;margin-bottom:20px;}
:root .founder-brands{
  display:flex;flex-wrap:wrap;gap:10px;
  margin-top:28px;padding-top:28px;
  border-top:1px solid var(--line);
}
:root .founder-brands span{
  font-size:12.5px;letter-spacing:.05em;text-transform:uppercase;
  color:var(--gray);
  padding:8px 14px;
  border:1px solid var(--line);
}
:root .blog-columns{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
}
:root .blog-columns h3{font-size:19px;font-weight:400;margin-bottom:18px;}
:root .blog-note{
  margin-top:64px;
  padding:32px 38px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--gray);
  font-size:15px;
}
:root .blog-note strong{color:var(--ink);}
:root .contact-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:70px;
  align-items:start;
}
:root .contact-form{
  background:#fff;
  border:1px solid var(--line);
  padding:44px;
}
:root :is(.form-row,.cwc-form .elementor-field-group){margin-bottom:22px;}
:root :is(.form-row,.cwc-form .elementor-field-group) label{
  display:block;
  font-size:12.5px;
  font-weight:600;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--gray);
  margin-bottom:8px;
}
:root :is(.form-row,.cwc-form .elementor-field-group) input,
:root :is(.form-row,.cwc-form .elementor-field-group) select,
:root :is(.form-row,.cwc-form .elementor-field-group) textarea{
  width:100%;
  padding:13px 15px;
  border:1px solid var(--line);
  background:var(--cream);
  font-family:'Inter',sans-serif;
  font-size:15px;
  color:var(--ink);
  border-radius:2px;
}
:root :is(.form-row,.cwc-form .elementor-field-group) textarea{resize:vertical;min-height:110px;}
:root :is(.form-row,.cwc-form .elementor-field-group) input:focus,
:root :is(.form-row,.cwc-form .elementor-field-group) select:focus,
:root :is(.form-row,.cwc-form .elementor-field-group) textarea:focus{
  outline:none;
  border-color:var(--accent);
  background:#fff;
}
:root .contact-form :is(.btn,.cwc-form .elementor-button){width:100%;text-align:center;}
:root .contact-side{padding-top:6px;}
:root .contact-side p{color:var(--gray);font-size:15.5px;line-height:1.8;margin-bottom:28px;}
:root .contact-steps{margin-top:8px;}
:root .contact-steps .approach-step{border-top-color:var(--line);padding-top:24px;}
:root .track-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
}
:root .track-card{
  padding:38px 0 0;
  border-top:2px solid var(--base);
}
:root .track-card .eyebrow{margin-bottom:20px;}
:root .track-card h3{font-size:24px;font-weight:400;margin-bottom:14px;max-width:420px;}
:root .track-card p{color:var(--gray);font-size:15.5px;max-width:440px;}
@media(max-width:900px){:root .track-grid{grid-template-columns:1fr;gap:36px;}
:root .detail-columns{grid-template-columns:1fr;gap:44px;}
:root .founder-section{grid-template-columns:1fr;gap:44px;}
:root .founder-img{max-width:340px;}
:root .blog-columns{grid-template-columns:1fr;gap:36px;}
:root .contact-grid{grid-template-columns:1fr;gap:44px;}
:root .why-callout{padding:38px 28px;}

}
:root .hero-editorial{
  position:relative;
  padding:170px 0 80px;
  background:var(--cream);
  overflow:hidden;
}
:root .hero-editorial::before{
  content:attr(data-num);
  position:absolute;
  top:40px;right:-20px;
  font-family:'Fraunces',serif;
  font-style:italic;
  font-weight:300;
  font-size:min(320px,26vw);
  color:rgba(76,175,80,.08);
  line-height:1;
  pointer-events:none;
  user-select:none;
}
:root .hero-editorial .wrap{position:relative;z-index:2;}
:root .hero-editorial .breadcrumb{color:#9c9c9c;}
:root .hero-editorial .breadcrumb a{color:#9c9c9c;}
:root .hero-editorial .breadcrumb .current{color:var(--sub);}
:root .hero-editorial h1{
  font-size:clamp(32px,4.6vw,54px);
  font-weight:400;
  color:var(--base);
  max-width:760px;
  margin-bottom:18px;
}
:root .hero-editorial p.lead{
  color:var(--gray);
  font-size:17.5px;
  max-width:600px;
}
:root .deliver-cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
  margin-top:8px;
}
:root .deliver-cards .d-card{
  background:var(--cream);
  padding:32px 30px;
  transition:background .2s ease;
}
:root .deliver-cards .d-card:hover{background:#fff;}
:root .deliver-cards .d-card .d-mark{
  color:var(--accent);
  font-family:'Fraunces',serif;
  font-style:italic;
  font-size:20px;
  margin-bottom:12px;
  display:block;
}
:root .deliver-cards .d-card p{font-size:14.5px;color:var(--ink);line-height:1.65;}
:root .who-chips{
  display:flex;flex-wrap:wrap;gap:10px;
  margin-top:18px;
}
:root .who-chips span{
  font-size:13.5px;
  padding:10px 18px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--ink);
}
:root .approach-timeline{
  position:relative;
  margin-top:16px;
  padding-left:8px;
}
:root .approach-timeline::before{
  content:"";
  position:absolute;
  left:23px;top:10px;bottom:10px;
  width:1px;
  background:var(--line);
}
:root .timeline-item{
  position:relative;
  display:flex;gap:26px;
  padding:0 0 40px 0;
}
:root .timeline-item:last-child{padding-bottom:0;}
:root .timeline-item .t-node{
  position:relative;z-index:2;
  flex-shrink:0;
  width:46px;height:46px;
  border-radius:50%;
  background:var(--base);
  color:var(--accent);
  font-family:'Fraunces',serif;
  font-style:italic;
  font-size:15px;
  display:flex;align-items:center;justify-content:center;
}
:root .timeline-item h3{font-size:19px;font-weight:400;margin-bottom:6px;padding-top:8px;}
:root .timeline-item p{color:var(--gray);font-size:14.5px;}
:root .why-quote{
  max-width:820px;
  margin:24px auto 0;
  text-align:center;
  padding:20px 0;
}
:root .why-quote .eyebrow{justify-content:center;}
:root .why-quote .eyebrow::before{display:none;}
:root .why-quote p{
  text-align:center;
  font-family:'Fraunces',serif;
  font-style:italic;
  font-size:clamp(21px,2.6vw,29px);
  font-weight:400;
  color:var(--base);
  line-height:1.5;
}
:root .why-quote.dark{
  background:var(--base);
  max-width:none;
  padding:64px 32px;
  margin-top:0;
}
:root .why-quote.dark p{color:#f2f2f2;}
:root .why-quote.dark .eyebrow{color:var(--accent);}
:root .hero-full{
  position:relative;
  min-height:66vh;
  display:flex;align-items:flex-end;
  background:#000;
  overflow:hidden;
}
:root .hero-full .hero-bg{opacity:.65;}
:root .hero-full::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.35) 40%, rgba(0,0,0,.85) 100%);
}
:root .hero-full .hero-content{padding:130px 32px 64px;}
:root .hero-full h1{
  color:#fff;font-weight:300;
  font-size:clamp(32px,4.8vw,56px);
  max-width:780px;margin-bottom:16px;
}
:root .hero-full p.lead{color:#d8d8d8;font-size:17.5px;max-width:600px;}
:root .band-dark{background:var(--base);color:#fff;}
:root .band-dark .eyebrow{color:var(--accent);}
:root .band-dark .eyebrow::before{background:var(--sub);}
:root .band-columns{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
}
:root .band-columns h3{color:#fff;font-size:20px;font-weight:400;margin-bottom:18px;}
:root .band-list{list-style:none;}
:root .band-list li{
  color:#c9c9c9;font-size:14.5px;
  padding:14px 0;
  border-top:1px solid rgba(255,255,255,.1);
  display:flex;gap:10px;align-items:flex-start;
}
:root .band-list li::before{
  content:"";width:5px;height:5px;border-radius:50%;
  background:var(--accent);flex-shrink:0;margin-top:8px;
}
:root .approach-rows{margin-top:8px;}
:root .approach-rows .pillar{align-items:flex-start;}
:root .approach-rows .pillar-mark{font-size:26px;}
:root .why-banner{
  border-left:3px solid var(--accent);
  padding:8px 0 8px 34px;
  margin-top:24px;
}
:root .why-banner p{
  font-family:'Fraunces',serif;
  font-size:clamp(19px,2.2vw,24px);
  font-weight:400;
  color:var(--base);
  line-height:1.55;
}
:root .hero-solid{
  background:var(--base);
  padding:170px 0 80px;
  text-align:center;
}
:root .hero-solid .breadcrumb{justify-content:center;color:#888;}
:root .hero-solid .breadcrumb a{color:#888;}
:root .hero-solid .eyebrow{justify-content:center;}
:root .hero-solid h1{
  color:#fff;font-weight:300;
  font-size:clamp(30px,4.4vw,48px);
  max-width:720px;margin:0 auto 16px;
}
:root .hero-solid p.lead{color:#c2c2c2;font-size:17px;max-width:560px;margin:0 auto;text-align:center;}
:root .deliver-table{margin-top:8px;border-top:1px solid var(--line);}
:root .deliver-table .dt-row{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:24px;
  padding:22px 0;
  border-bottom:1px solid var(--line);
}
:root .deliver-table .dt-row .dt-label{
  font-family:'Fraunces',serif;
  font-style:italic;
  font-size:16.5px;
  color:var(--sub);
}
:root .deliver-table .dt-row p{font-size:14.5px;color:var(--ink);line-height:1.65;}
:root .band-dark .deliver-table{border-top-color:rgba(255,255,255,.15);}
:root .band-dark .deliver-table .dt-row{border-bottom-color:rgba(255,255,255,.15);}
:root .band-dark .deliver-table .dt-row .dt-label{color:var(--accent);}
:root .band-dark .deliver-table .dt-row p{color:#c9c9c9;}
:root .who-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
  margin-top:8px;
}
:root .who-grid .w-card{
  background:#fff;
  padding:26px 22px;
  font-size:14px;
  color:var(--ink);
  line-height:1.6;
}
@media(max-width:900px){:root .deliver-cards{grid-template-columns:1fr;}
:root .band-columns{grid-template-columns:1fr;gap:32px;}
:root .deliver-table .dt-row{grid-template-columns:1fr;gap:8px;}
:root .who-grid{grid-template-columns:1fr;}
:root .hero-editorial::before{font-size:180px;top:20px;}
:root .hero-full .hero-content{padding:110px 24px 48px;}

}
:root .section-head,
:root .feature-media,
:root .approach-step,
:root .why-callout,
:root .why-quote,
:root .why-banner,
:root .founder-section,
:root .track-card,
:root .audience-card,
:root .d-card,
:root .w-card,
:root .pillar,
:root .blog-columns > div,
:root .blog-note,
:root .contact-form,
:root .contact-side,
:root .band-columns > div,
:root .side-card{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .6s cubic-bezier(.16,.84,.44,1), transform .6s cubic-bezier(.16,.84,.44,1);
}
:root .section-head.in-view,
:root .feature-media.in-view,
:root .approach-step.in-view,
:root .why-callout.in-view,
:root .why-quote.in-view,
:root .why-banner.in-view,
:root .founder-section.in-view,
:root .track-card.in-view,
:root .audience-card.in-view,
:root .d-card.in-view,
:root .w-card.in-view,
:root .pillar.in-view,
:root .blog-columns > div.in-view,
:root .blog-note.in-view,
:root .contact-form.in-view,
:root .contact-side.in-view,
:root .band-columns > div.in-view,
:root .side-card.in-view{
  opacity:1;
  transform:translateY(0);
}
:root .approach-grid .approach-step:nth-child(2){transition-delay:.08s;}
:root .approach-grid .approach-step:nth-child(3){transition-delay:.16s;}
:root .approach-grid .approach-step:nth-child(4){transition-delay:.24s;}
:root .deliver-cards .d-card:nth-child(2){transition-delay:.06s;}
:root .deliver-cards .d-card:nth-child(3){transition-delay:.12s;}
:root .deliver-cards .d-card:nth-child(4){transition-delay:.18s;}
:root .who-grid .w-card:nth-child(2){transition-delay:.08s;}
:root .who-grid .w-card:nth-child(3){transition-delay:.16s;}
@media(prefers-reduced-motion:reduce){:root .section-head,
:root .feature-media,
:root .approach-step,
:root .why-callout,
:root .why-quote,
:root .why-banner,
:root .founder-section,
:root .track-card,
:root .audience-card,
:root .d-card,
:root .w-card,
:root .pillar,
:root .blog-columns > div,
:root .blog-note,
:root .contact-form,
:root .contact-side,
:root .band-columns > div,
:root .side-card{
    opacity:1 !important;transform:none !important;transition:none !important;
  }

}
:root .feature-media{
  position:relative;
  margin:36px 0 8px;
  aspect-ratio:16/8;
  overflow:hidden;
  border-radius:2px;
}
:root .feature-media img{
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .7s cubic-bezier(.16,.84,.44,1);
}
:root .feature-media:hover img{transform:scale(1.06);}
:root .feature-media::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(0deg, rgba(0,0,0,.55) 0%, transparent 45%);
  pointer-events:none;
}
:root .feature-media .fm-cap{
  position:absolute;left:0;right:0;bottom:0;
  padding:18px 26px;
  color:#fff;
  font-size:12.5px;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-weight:600;
  z-index:2;
}
:root .deliver-cards .d-card,
:root .who-grid .w-card,
:root .deliver-table .dt-row{
  transition:transform .3s ease, box-shadow .3s ease, background .2s ease;
}
:root .deliver-cards .d-card:hover,
:root .who-grid .w-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 34px rgba(0,0,0,.08);
  position:relative;z-index:2;
}
:root .deliver-table .dt-row:hover{background:rgba(76,175,80,.04);}
:root .who-chips span{transition:transform .25s ease, background .25s ease, color .25s ease;}
:root .who-chips span:hover{background:var(--base);color:#fff;transform:translateY(-2px);}
:root .side-card{transition:transform .3s ease;}
:root .approach-step{transition:transform .3s ease;}
:root .approach-step:hover{transform:translateY(-4px);}
:root .blog-columns > div{transition:transform .3s ease;}
:root .icon{
  width:30px;height:30px;
  color:var(--accent);
  margin-bottom:16px;
  display:block;
}
:root .track-card .icon{width:32px;height:32px;}
:root .approach-step .icon{width:26px;height:26px;margin-bottom:14px;}
:root .stats-strip{
  background:var(--base);
  padding:56px 0;
  position:relative;
  overflow:hidden;
}
:root .stats-strip::before{
  content:"";
  position:absolute;top:-60%;left:-10%;
  width:460px;height:460px;
  background:radial-gradient(circle, rgba(76,175,80,.12) 0%, transparent 70%);
  pointer-events:none;
}
:root .stats-grid{
  position:relative;z-index:2;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}
:root .stat{
  text-align:center;
  padding:0 12px;
  border-left:1px solid rgba(255,255,255,.12);
}
:root .stat:first-child{border-left:none;}
:root .stat-num-row{
  display:flex;align-items:baseline;justify-content:center;gap:4px;
  font-family:'Fraunces',serif;
  color:#fff;
}
:root .stat-num{
  font-size:clamp(34px,4vw,48px);
  font-weight:400;
  font-style:italic;
  color:var(--accent);
}
:root .stat-suffix{font-size:clamp(20px,2.4vw,26px);font-weight:300;color:#fff;}
:root .stat p{color:#a8a8a8;font-size:13.5px;letter-spacing:.02em;margin-top:8px;text-align:center;}
@media(max-width:900px){:root .stats-grid{grid-template-columns:1fr 1fr;row-gap:32px;}
:root .stat:nth-child(3){border-left:none;}

}
@media(max-width:560px){:root .stats-grid{grid-template-columns:1fr 1fr;}

}
:root .detail-gallery{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:28px;
}
:root .detail-gallery .cwc-figure{
  margin:0;
  position:relative;
  border-radius:2px;
  overflow:hidden;
  aspect-ratio:4/3;
  opacity:0;
  transform:translateY(22px);
  transition:opacity .6s cubic-bezier(.16,.84,.44,1), transform .6s cubic-bezier(.16,.84,.44,1);
}
:root .detail-gallery.in-view .cwc-figure{opacity:1;transform:translateY(0);}
:root .detail-gallery .cwc-figure:nth-child(2){transition-delay:.1s;}
:root .detail-gallery img{
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .6s cubic-bezier(.16,.84,.44,1);
}
:root .detail-gallery .cwc-figure:hover img{transform:scale(1.08) rotate(.3deg);}
:root .detail-gallery .cwc-figure::after{
  content:"";
  position:absolute;inset:0;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.14);
  pointer-events:none;
}
@media(max-width:700px){:root .detail-gallery{grid-template-columns:1fr;}

}
:root .topic-tiles{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:36px;
}
:root .topic-tile{
  position:relative;
  aspect-ratio:3/4;
  overflow:hidden;
  border-radius:2px;
  opacity:0;
  transform:translateY(22px);
  transition:opacity .6s cubic-bezier(.16,.84,.44,1), transform .6s cubic-bezier(.16,.84,.44,1);
}
:root .topic-tiles.in-view .topic-tile{opacity:1;transform:translateY(0);}
:root .topic-tile:nth-child(2){transition-delay:.08s;}
:root .topic-tile:nth-child(3){transition-delay:.16s;}
:root .topic-tile img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .7s cubic-bezier(.16,.84,.44,1);
}
:root .topic-tile:hover img{transform:scale(1.08);}
:root .topic-tile::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(0deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.05) 55%, transparent 75%);
  pointer-events:none;
}
:root .topic-tile span{
  position:absolute;left:0;right:0;bottom:0;
  padding:16px 18px;
  color:#fff;
  font-size:12.5px;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-weight:600;
  z-index:2;
}
@media(max-width:700px){:root .topic-tiles{grid-template-columns:1fr;}

}
:root .contact-visual{
  position:relative;
  aspect-ratio:16/7;
  overflow:hidden;
  border-radius:2px;
  margin-bottom:56px;
  opacity:0;
  transform:translateY(22px);
  transition:opacity .6s cubic-bezier(.16,.84,.44,1), transform .6s cubic-bezier(.16,.84,.44,1);
}
:root .contact-visual.in-view{opacity:1;transform:translateY(0);}
:root .contact-visual img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.16,.84,.44,1);}
:root .contact-visual:hover img{transform:scale(1.05);}
:root .approach-step .icon{transition:transform .35s cubic-bezier(.34,1.56,.64,1);}
:root .approach-step:hover .icon{transform:scale(1.15) rotate(-6deg);color:#3d8b40;}
:root .check-list li,
:root .side-card .who-list li,
:root .band-list li{
  transition:padding-left .25s ease;
}
:root .check-list li::before,
:root .side-card .who-list li::before,
:root .band-list li::before{
  transition:transform .35s cubic-bezier(.34,1.56,.64,1), background .25s ease;
}
:root .check-list li:hover,
:root .side-card .who-list li:hover,
:root .band-list li:hover{
  padding-left:6px;
}
:root .check-list li:hover::before{
  transform:scale(1.9);
}
:root .side-card .who-list li:hover::before,
:root .band-list li:hover::before{
  transform:scale(1.9);
  background:#fff;
}
:root :is(.btn,.cwc-form .elementor-button):hover{transform:translateY(-2px);}
:root .btn-dark:hover,
:root .btn-ghost:hover{box-shadow:0 10px 24px rgba(0,0,0,.18);}
:root :is(.btn-primary,.cwc-form .elementor-button):hover{box-shadow:0 10px 24px rgba(76,175,80,.28);}
:root .track-card{transition:transform .35s ease;}
:root .track-card:hover{transform:translateY(-6px);}
:root .track-card .icon{transition:transform .35s cubic-bezier(.34,1.56,.64,1);}
:root .track-card:hover .icon{transform:scale(1.12) rotate(-6deg);}
:root .pillar-mark{transition:transform .3s cubic-bezier(.34,1.56,.64,1), color .25s ease;}
:root .pillar:hover .pillar-mark{transform:scale(1.18);color:#3d8b40;}
@media(prefers-reduced-motion:reduce){:root .detail-gallery .cwc-figure,
:root .topic-tile,
:root .contact-visual{
    opacity:1 !important;transform:none !important;transition:none !important;
  }
:root .detail-gallery .cwc-figure:hover img,
:root .topic-tile:hover img,
:root .contact-visual:hover img,
:root .side-card:hover .side-card-img img,
:root .approach-step:hover .icon,
:root .track-card:hover,
:root .track-card:hover .icon,
:root .pillar:hover .pillar-mark,
:root :is(.btn,.cwc-form .elementor-button):hover,
:root .check-list li:hover::before,
:root .side-card .who-list li:hover::before,
:root .band-list li:hover::before{
    transform:none !important;
  }

}

