/* CIDES Green Technologies — DonalFarm Home-2 inspired visual system */
:root{
    --df-green:#144721;
    --df-green-deep:#0f3b1c;
    --df-green-soft:#edf3ed;
    --df-gold:#f7c52c;
    --df-gold-deep:#e9ad12;
    --df-cream:#f8f8f6;
    --df-sand:#f2ede4;
    --df-brown:#55320f;
    --df-ink:#1a281d;
    --df-muted:#687268;
    --df-border:#e4e7e1;
    --df-radius:12px;
    --df-radius-lg:22px;
    --df-shadow:0 18px 50px rgba(20,71,33,.12);
}

body{background:var(--df-cream);color:var(--df-ink)}
.cides-container{width:min(1160px,calc(100% - 40px))}
.cides-home{overflow:hidden;background:#fff}
.cides-home section{position:relative}

/* Header rebuilt to follow the two-tier reference rhythm. */
.cides-site-header{position:relative;top:auto;background:#fff;box-shadow:none}
.cides-topbar{background:#fff;color:var(--df-ink);border-bottom:1px solid #edf0eb}
.cides-topbar__inner{min-height:84px;display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center}
.cides-topbar__brand{display:flex;align-items:center}
.cides-topbar__brand .cides-brand__image{height:54px;max-width:220px}
.cides-topbar__contacts{justify-content:flex-end;gap:26px}
.cides-topbar__contacts a,.cides-topbar__contacts>span{color:var(--df-ink);gap:10px;font-size:12px;line-height:1.35}
.cides-topbar__contacts .cides-icon{width:34px;height:34px;border-radius:50%;background:var(--df-gold);color:var(--df-green);display:grid;place-items:center}
.cides-topbar__contacts .cides-icon svg{width:16px;height:16px}
.cides-topbar__contact-copy{display:grid}
.cides-topbar__contact-copy small{font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#7a827a}
.cides-topbar__contact-copy strong{font-size:12px;color:var(--df-ink)}
.cides-topbar__tagline{display:none}
.cides-navwrap{background:#fff;border-bottom:1px solid #eef0ec;box-shadow:0 8px 24px rgba(31,48,34,.04)}
.cides-navbar{min-height:54px;display:flex;align-items:center;gap:18px}
.cides-navbar>.cides-brand{display:none}
.cides-primary-nav{margin:0}
.cides-menu{gap:2px}
.cides-menu a{padding:18px 13px;font-size:12px;font-weight:700;color:#334036}
.cides-menu a:hover,.cides-menu .current-menu-item>a{color:var(--df-green)}
.cides-header-quote{margin-left:auto;min-height:38px;padding:9px 17px;border-radius:999px;background:var(--df-green);font-size:11px}
.cides-header-quote span{color:var(--df-gold)}
.cides-df-header-actions{display:flex;align-items:center;gap:8px;margin-left:auto}
.cides-df-round-action{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;border:0;background:var(--df-green);color:#fff;cursor:pointer}
.cides-df-round-action--gold{background:var(--df-gold);color:var(--df-green)}

/* Hero */
.cides-df-hero{min-height:545px;display:flex;align-items:center;isolation:isolate;background:var(--df-green);color:#fff}
.cides-df-hero:before{content:"";position:absolute;inset:0;z-index:-3;background-image:var(--df-hero);background-size:cover;background-position:center 50%}
.cides-df-hero:after{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(8,31,15,.56),rgba(8,31,15,.26) 48%,rgba(8,31,15,.36))}
.cides-df-hero__inner{min-height:545px;display:flex;align-items:center;justify-content:center;text-align:center;padding:82px 20px 110px}
.cides-df-hero__copy{max-width:700px}
.cides-df-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--df-gold);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.cides-df-kicker:before{content:"";width:20px;height:2px;background:currentColor;border-radius:99px}
.cides-df-hero h1{margin:12px 0 18px;color:#fff;font-size:clamp(45px,6.4vw,76px);line-height:.98;letter-spacing:-.045em;text-shadow:0 2px 18px rgba(0,0,0,.15)}
.cides-df-hero__lead{max-width:640px;margin:0 auto 25px;color:rgba(255,255,255,.9);font-size:15px;line-height:1.7}
.cides-df-hero__actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
.cides-df-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:42px;padding:10px 18px;border-radius:999px;border:0;font-size:11px;font-weight:700;text-decoration:none;cursor:pointer}
.cides-df-btn--light{background:#fff;color:var(--df-green)}
.cides-df-btn--gold{background:var(--df-gold);color:var(--df-green)}
.cides-df-btn--green{background:var(--df-green);color:#fff}
.cides-df-btn--brown{background:var(--df-brown);color:#fff}
.cides-df-btn .cides-df-arrow{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:var(--df-gold);color:var(--df-green)}
.cides-df-btn--gold .cides-df-arrow{background:var(--df-green);color:#fff}

/* Overlapping feature band */
.cides-df-feature-wrap{z-index:4;margin-top:-64px}
.cides-df-feature-band{display:grid;grid-template-columns:repeat(4,1fr);background:var(--df-green);border-radius:8px;overflow:hidden;box-shadow:var(--df-shadow)}
.cides-df-feature{min-height:122px;padding:25px 22px;color:#fff;display:flex;align-items:flex-start;gap:13px;border-right:1px solid rgba(255,255,255,.12)}
.cides-df-feature:last-child{border-right:0}
.cides-df-feature__icon{flex:0 0 38px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--df-gold);color:var(--df-green);font-size:20px}
.cides-df-feature__icon svg{width:20px;height:20px;fill:currentColor}
.cides-df-feature h3{margin:0 0 6px;color:#fff;font-size:13px;line-height:1.2}
.cides-df-feature p{margin:0;color:rgba(255,255,255,.75);font-size:10px;line-height:1.55}

/* Shared section heading */
.cides-df-section{padding:86px 0}
.cides-df-section--cream{background:var(--df-cream)}
.cides-df-heading{max-width:690px;margin-bottom:36px}
.cides-df-heading--center{margin-left:auto;margin-right:auto;text-align:center}
.cides-df-heading--center .cides-df-kicker{justify-content:center}
.cides-df-heading h2{margin:8px 0 12px;color:var(--df-ink);font-size:clamp(31px,4vw,48px);line-height:1.02;letter-spacing:-.035em}
.cides-df-heading p{margin:0;color:var(--df-muted);font-size:13px;line-height:1.75}

/* About */
.cides-df-about{padding-top:112px;background:#fff}
.cides-df-about__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:66px;align-items:center}
.cides-df-about__media{position:relative;min-height:390px}
.cides-df-about__photo{position:absolute;overflow:hidden;border-radius:7px;background:var(--df-green-soft)}
.cides-df-about__photo img{width:100%;height:100%;object-fit:cover}
.cides-df-about__photo--one{left:0;top:32px;width:56%;height:325px}
.cides-df-about__photo--two{right:0;top:0;width:44%;height:190px}
.cides-df-about__photo--three{right:4%;bottom:0;width:48%;height:170px}
.cides-df-about__stamp{position:absolute;left:42%;top:47%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:50%;background:var(--df-gold);color:var(--df-green);display:grid;place-items:center;text-align:center;font-size:9px;font-weight:800;line-height:1.1;border:6px solid #fff;box-shadow:0 8px 24px rgba(0,0,0,.14)}
.cides-df-about__copy h2{font-size:clamp(32px,4.5vw,51px);line-height:1.03;margin:8px 0 18px}
.cides-df-about__copy>p{color:var(--df-muted);font-size:13px;line-height:1.75}
.cides-df-list{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px;margin:20px 0 24px}
.cides-df-list span{font-size:11px;font-weight:650;color:#425043}
.cides-df-list span:before{content:"✓";display:inline-grid;place-items:center;width:18px;height:18px;margin-right:7px;border-radius:50%;background:var(--df-gold);color:var(--df-green);font-size:10px;font-weight:900}

/* Impact counter strip + hay edge */
.cides-df-impact-strip{padding:34px 0 48px;background:#fff}
.cides-df-impact-strip:after{content:"";position:absolute;left:0;right:0;bottom:-12px;height:35px;background:linear-gradient(180deg,#d7bd78,#b99247);clip-path:polygon(0 38%,4% 44%,8% 30%,13% 48%,18% 33%,23% 51%,29% 35%,34% 47%,39% 31%,45% 50%,50% 36%,55% 48%,60% 29%,67% 48%,73% 34%,79% 50%,85% 31%,91% 48%,96% 36%,100% 45%,100% 100%,0 100%);opacity:.55}
.cides-df-impact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}
.cides-df-impact-item strong{display:block;color:#188a3a;font-size:27px;line-height:1}
.cides-df-impact-item span{display:block;margin-top:7px;color:#758076;font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}

/* Services */
.cides-df-services{padding-top:106px;background:var(--df-cream)}
.cides-df-services__layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:32px;align-items:end}
.cides-df-services__intro{padding:8px 0 25px}
.cides-df-services__intro h2{font-size:clamp(30px,4vw,44px);line-height:1.05}
.cides-df-services__intro p{font-size:12px;color:var(--df-muted);line-height:1.7}
.cides-df-service-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.cides-df-service-card{position:relative;min-height:310px;overflow:hidden;border-radius:7px;background:var(--df-green);color:#fff}
.cides-df-service-card__image{position:absolute;inset:0}
.cides-df-service-card__image img{width:100%;height:100%;object-fit:cover}
.cides-df-service-card__image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,47,22,.08),rgba(10,47,22,.92) 76%)}
.cides-df-service-card__body{position:absolute;left:0;right:0;bottom:0;padding:20px 18px}
.cides-df-service-card__icon{width:38px;height:38px;margin-bottom:34px;border-radius:50%;display:grid;place-items:center;background:var(--df-gold);color:var(--df-green)}
.cides-df-service-card__icon svg{width:18px;height:18px;fill:currentColor}
.cides-df-service-card h3{margin:0 0 7px;color:#fff;font-size:15px}
.cides-df-service-card p{margin:0 0 12px;color:rgba(255,255,255,.78);font-size:9.5px;line-height:1.55}
.cides-df-service-card button{padding:0;border:0;background:none;color:#fff;font:inherit;font-size:10px;font-weight:700;cursor:pointer}

/* Handwritten-style statement while retaining Quicksand. */
.cides-df-health{padding:88px 0 76px;background:#fff;text-align:center}
.cides-df-health__title{margin:0 auto 28px;max-width:780px;font-size:clamp(42px,6vw,72px);font-weight:400;line-height:.98;letter-spacing:-.045em}
.cides-df-health__title span:first-child{color:#7a8fe0}
.cides-df-health__title span:last-child{color:#a66d55}
.cides-df-health__icons{display:grid;grid-template-columns:repeat(5,1fr);gap:25px;max-width:720px;margin:0 auto 30px}
.cides-df-health__icon span{width:45px;height:45px;margin:0 auto 7px;border:1px solid #dfe6df;border-radius:50%;display:grid;place-items:center;color:var(--df-green)}
.cides-df-health__icon span svg{width:19px;height:19px;fill:currentColor}
.cides-df-health__icon strong{display:block;font-size:9px;color:#354137}
.cides-df-health__icon small{display:block;font-size:8px;color:#929992}

/* Split farm CTA */
.cides-df-wide-cta{padding:0;background:#fff}
.cides-df-wide-cta__shell{position:relative;min-height:365px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;background:var(--df-green)}
.cides-df-wide-cta__media{position:absolute;inset:0}
.cides-df-wide-cta__media img{width:100%;height:100%;object-fit:cover}
.cides-df-wide-cta__media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,54,25,.7) 0 50%,rgba(11,54,25,.12) 65%)}
.cides-df-wide-cta__card{z-index:2;align-self:center;margin-left:calc((100vw - min(1160px,calc(100vw - 40px)))/2 + 70px);max-width:360px;padding:30px;background:var(--df-green);color:#fff;border-radius:6px;box-shadow:var(--df-shadow)}
.cides-df-wide-cta__card h2{margin:8px 0 13px;color:#fff;font-size:30px;line-height:1.05}
.cides-df-wide-cta__card p{font-size:11px;line-height:1.65;color:rgba(255,255,255,.8)}
.cides-df-wide-cta__gold{z-index:2;align-self:end;grid-column:2;padding:22px 30px;background:var(--df-gold);display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-right:calc((100vw - min(1160px,calc(100vw - 40px)))/2);min-height:105px}
.cides-df-wide-cta__gold strong{display:block;color:var(--df-green);font-size:12px}
.cides-df-wide-cta__gold span{font-size:9px;color:#5c551e}

/* Commitment and progress */
.cides-df-commit{background:#fff}
.cides-df-commit__grid{display:grid;grid-template-columns:.42fr 1fr 1.15fr;gap:40px;align-items:center}
.cides-df-year-badge{width:130px;height:130px;border-radius:50%;display:grid;place-items:center;text-align:center;background:var(--df-green);color:#fff;border:14px solid var(--df-gold);box-shadow:0 0 0 10px rgba(20,71,33,.06)}
.cides-df-year-badge strong{display:block;font-size:30px;line-height:1}
.cides-df-year-badge span{font-size:9px;line-height:1.2}
.cides-df-commit__copy h2{font-size:33px;line-height:1.08;margin:8px 0 12px}
.cides-df-commit__copy p{font-size:11px;line-height:1.7;color:var(--df-muted)}
.cides-df-progress-list{display:grid;gap:16px}
.cides-df-progress__label{display:flex;justify-content:space-between;font-size:10px;font-weight:700}
.cides-df-progress__track{height:4px;margin-top:8px;background:#ecefe9;border-radius:99px;overflow:hidden}
.cides-df-progress__fill{display:block;height:100%;width:0;background:var(--df-gold);transition:width 1.1s ease}

/* Three promises */
.cides-df-promises{padding:45px 0 75px;background:#fff}
.cides-df-promises__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.cides-df-promise{text-align:center;padding:15px 25px}
.cides-df-promise__icon{width:48px;height:48px;margin:0 auto 12px;display:grid;place-items:center;color:#14913b}
.cides-df-promise__icon svg{width:28px;height:28px;fill:currentColor}
.cides-df-promise h3{font-size:13px;margin:0 0 7px}
.cides-df-promise p{font-size:9px;color:#818981;line-height:1.6;margin:0}

/* Project band */
.cides-df-projects{padding:62px 0 56px;background:var(--df-green-deep);color:#fff}
.cides-df-projects:before{content:"";position:absolute;top:-18px;left:0;right:0;height:24px;background:var(--df-green-deep);clip-path:polygon(0 55%,5% 42%,10% 60%,15% 44%,20% 57%,25% 39%,30% 58%,35% 45%,40% 62%,45% 42%,50% 58%,55% 42%,60% 59%,65% 43%,70% 60%,75% 41%,80% 57%,85% 44%,90% 60%,95% 40%,100% 58%,100% 100%,0 100%)}
.cides-df-projects .cides-df-heading h2,.cides-df-projects .cides-df-heading p{color:#fff}
.cides-df-projects .cides-df-heading{margin-bottom:26px}
.cides-df-project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.cides-df-project-card{position:relative;min-height:220px;border-radius:5px;overflow:hidden;background:#214c2d}
.cides-df-project-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.cides-df-project-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(7,30,14,.86))}
.cides-df-project-card__copy{position:absolute;z-index:2;left:16px;right:16px;bottom:14px;color:#fff}
.cides-df-project-card__copy small{color:var(--df-gold);font-size:8px;font-weight:700;text-transform:uppercase}
.cides-df-project-card__copy h3{margin:4px 0 0;color:#fff;font-size:12px}

/* Testimonials */
.cides-df-testimonials{background:#fff}
.cides-df-testimonials__grid{display:grid;grid-template-columns:1.2fr .8fr;gap:55px;align-items:center}
.cides-df-quote{position:relative;padding:30px 36px 30px 0}
.cides-df-quote:before{content:"“";position:absolute;right:25px;top:-8px;font-size:110px;line-height:1;color:#f3f4f0;font-weight:700}
.cides-df-quote p{position:relative;font-size:15px;line-height:1.8;color:#4c574d}
.cides-df-quote__person{display:flex;align-items:center;gap:12px}
.cides-df-quote__avatar{width:46px;height:46px;border-radius:50%;overflow:hidden;background:var(--df-green-soft);display:grid;place-items:center;color:var(--df-green)}
.cides-df-quote__avatar img{width:100%;height:100%;object-fit:cover}
.cides-df-quote__person strong{display:block;font-size:11px;color:var(--df-green)}
.cides-df-quote__person span{display:block;font-size:8px;color:#8b928b}
.cides-df-testimonial-stat{padding:34px;border-left:1px solid #e6e8e4}
.cides-df-testimonial-stat strong{display:block;color:var(--df-green);font-size:34px}
.cides-df-testimonial-stat span{font-size:10px;color:#7a837b}

/* Brown CTA */
.cides-df-brown-cta{padding:52px 0;background:#fff}
.cides-df-brown-cta__shell{display:grid;grid-template-columns:1fr 1fr;min-height:230px;border-radius:7px;overflow:hidden;background:var(--df-brown)}
.cides-df-brown-cta__copy{padding:42px;color:#fff;align-self:center}
.cides-df-brown-cta__copy h2{margin:7px 0 14px;color:#fff;font-size:29px;line-height:1.05}
.cides-df-brown-cta__copy p{font-size:10px;line-height:1.65;color:rgba(255,255,255,.78)}
.cides-df-brown-cta__media{position:relative;min-height:230px;background:#8f7b54}
.cides-df-brown-cta__media img{width:100%;height:100%;object-fit:cover}

/* News */
.cides-df-news{background:#fff}
.cides-df-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.cides-df-news-card{overflow:hidden;border-radius:7px;background:#fff;border:1px solid var(--df-border)}
.cides-df-news-card__media{position:relative;display:block;height:205px;background:var(--df-green-soft);overflow:hidden}
.cides-df-news-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.cides-df-news-card:hover .cides-df-news-card__media img{transform:scale(1.04)}
.cides-df-news-card__date{position:absolute;left:14px;top:14px;width:46px;height:48px;border-radius:3px;background:var(--df-gold);color:var(--df-green);display:grid;place-items:center;text-align:center;line-height:1}
.cides-df-news-card__date strong{font-size:16px}
.cides-df-news-card__date small{font-size:7px;text-transform:uppercase}
.cides-df-news-card__body{padding:18px}
.cides-df-news-card__meta{color:#8a928b;font-size:8px;text-transform:uppercase}
.cides-df-news-card h3{margin:7px 0 8px;font-size:14px;line-height:1.35}
.cides-df-news-card h3 a{color:var(--df-ink);text-decoration:none}
.cides-df-news-card p{font-size:9.5px;line-height:1.6;color:#7e877f}

/* Final image CTA */
.cides-df-image-cta{padding:46px 0;background:#fff}
.cides-df-image-cta__shell{position:relative;min-height:270px;border-radius:7px;overflow:hidden;background:var(--df-green)}
.cides-df-image-cta__shell>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.cides-df-image-cta__card{position:absolute;left:7%;top:50%;transform:translateY(-50%);width:min(390px,78%);padding:30px;background:var(--df-green);color:#fff;border-radius:6px}
.cides-df-image-cta__card h2{margin:7px 0 12px;color:#fff;font-size:28px}
.cides-df-image-cta__card p{font-size:10px;color:rgba(255,255,255,.78)}

/* Contact block */
.cides-df-contact{padding:78px 0 92px;background:var(--df-sand)}
.cides-df-contact:after{content:"";position:absolute;left:0;right:0;bottom:0;height:26px;background:#c39e58;opacity:.45;clip-path:polygon(0 55%,4% 40%,8% 62%,13% 43%,18% 58%,23% 40%,28% 60%,33% 45%,38% 62%,43% 42%,48% 60%,53% 44%,58% 61%,63% 40%,68% 58%,73% 42%,78% 60%,83% 44%,88% 61%,93% 41%,100% 59%,100% 100%,0 100%)}
.cides-df-contact__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:start}
.cides-df-contact__info{display:grid;grid-template-columns:.8fr 1.2fr;gap:18px}
.cides-df-contact__map{min-height:245px;border-radius:7px;background:linear-gradient(135deg,#ece9df,#d9ddd4);display:grid;place-items:center;text-align:center;padding:30px;color:#718073}
.cides-df-contact__map .cides-icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;margin:0 auto 10px;background:var(--df-green);color:#fff}
.cides-df-contact__details{padding:22px;background:var(--df-gold);border-radius:7px}
.cides-df-contact__details h3{font-size:14px;margin:0 0 14px;color:var(--df-green)}
.cides-df-contact__details p,.cides-df-contact__details a{font-size:9px;line-height:1.55;color:#574f24;text-decoration:none}
.cides-df-contact__form .cides-quote-form{padding:0;background:transparent;border:0;box-shadow:none}
.cides-df-contact__form .cides-quote-form__intro{display:none}
.cides-df-contact__form .cides-quote-form__grid{gap:10px}
.cides-df-contact__form .cides-field input,.cides-df-contact__form .cides-field select,.cides-df-contact__form .cides-field textarea{border:0;background:rgba(255,255,255,.72);border-radius:999px;min-height:42px;font-size:10px}
.cides-df-contact__form .cides-field textarea{border-radius:14px;min-height:90px}
.cides-df-contact__form .cides-quote-form__footer{border-top:0;margin-top:10px;padding-top:0}
.cides-df-contact__form .cides-quote-form__submit{background:var(--df-green);border-radius:999px;min-height:40px;font-size:10px}

/* Partner/trust strip */
.cides-df-trust-strip{padding:28px 0;background:#fff;border-top:1px solid #ecefe9}
.cides-df-trust-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:25px;align-items:center;text-align:center;color:#89938a}
.cides-df-trust-grid span{font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}

/* Footer restyling */
.cides-site-footer{position:relative;background:var(--df-green-deep);color:rgba(255,255,255,.78);padding-top:84px}
.cides-site-footer__accent{display:none}
.cides-site-footer:before{content:"";position:absolute;top:-16px;left:0;right:0;height:22px;background:var(--df-green-deep);clip-path:polygon(0 55%,5% 42%,10% 60%,15% 43%,20% 59%,25% 40%,30% 58%,35% 44%,40% 61%,45% 41%,50% 58%,55% 43%,60% 60%,65% 41%,70% 58%,75% 44%,80% 60%,85% 42%,90% 58%,95% 40%,100% 59%,100% 100%,0 100%)}
.cides-df-footer-cta{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);width:min(620px,calc(100% - 40px));min-height:58px;border-radius:999px;background:var(--df-gold);display:flex;align-items:center;justify-content:center;gap:18px;padding:10px 24px;color:var(--df-green);box-shadow:0 13px 32px rgba(0,0,0,.18)}
.cides-df-footer-cta strong{font-size:13px}
.cides-df-footer-cta button{border:0;border-radius:999px;background:#fff;color:var(--df-green);padding:10px 18px;font-size:10px;font-weight:700;cursor:pointer}
.cides-footer-grid{grid-template-columns:1.15fr .8fr .85fr 1.2fr;gap:45px;padding-top:15px;padding-bottom:55px}
.cides-footer-grid h2{font-size:13px}
.cides-footer-brand>p,.cides-footer-links a,.cides-footer-contact,.cides-footer-contact a{font-size:9.5px;line-height:1.65}
.cides-footer-bottom{background:rgba(0,0,0,.12)}
.cides-footer-bottom__inner{min-height:48px}
.cides-footer-bottom__inner p{font-size:8.5px}

/* Existing optional sections are pulled toward reference styling. */
.cides-team-section{background:#fff}
.cides-team-grid{grid-template-columns:repeat(4,1fr);gap:14px}
.cides-team-card{border-radius:7px;box-shadow:none;border:1px solid var(--df-border)}
.cides-partners-section{background:#fff}

/* Reveal motion */
[data-df-reveal]{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}
[data-df-reveal].is-visible{opacity:1;transform:none}

@media(max-width:1100px){
    .cides-topbar__contacts{gap:14px}.cides-topbar__contacts>span:nth-child(3){display:none}
    .cides-df-wide-cta__card{margin-left:40px}.cides-df-wide-cta__gold{margin-right:40px}
    .cides-df-service-cards{grid-template-columns:repeat(2,1fr)}.cides-df-service-card:last-child{grid-column:span 2}
}

@media(max-width:980px){
    .cides-topbar__inner{min-height:68px;grid-template-columns:1fr auto}.cides-topbar__contacts{display:none}.cides-topbar__quote{display:none}
    .cides-navwrap{position:relative}.cides-navbar{min-height:58px}.cides-menu-toggle{display:grid;place-items:center;margin-left:0}.cides-primary-nav{margin-left:0}
    .cides-header-quote{margin-left:auto}
    .cides-df-feature-band{grid-template-columns:repeat(2,1fr)}.cides-df-feature:nth-child(2){border-right:0}.cides-df-feature:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}
    .cides-df-about__grid,.cides-df-services__layout,.cides-df-testimonials__grid,.cides-df-contact__grid{grid-template-columns:1fr}
    .cides-df-about__media{min-height:420px;max-width:650px;margin:auto}
    .cides-df-services__layout{gap:20px}.cides-df-services__intro{max-width:650px}
    .cides-df-commit__grid{grid-template-columns:.5fr 1fr}.cides-df-progress-list{grid-column:1/-1}
    .cides-df-project-grid{grid-template-columns:repeat(2,1fr)}
    .cides-df-brown-cta__shell{grid-template-columns:1fr}.cides-df-brown-cta__media{min-height:260px}
    .cides-footer-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:680px){
    .cides-container{width:min(100% - 28px,1160px)}
    .cides-topbar__inner{padding:8px 0}.cides-topbar__brand .cides-brand__image{height:46px}
    .cides-header-quote{font-size:9px;padding:8px 12px}.cides-menu-toggle{width:38px;height:38px}
    .cides-df-hero{min-height:455px}.cides-df-hero__inner{min-height:455px;padding:65px 15px 92px}.cides-df-hero h1{font-size:42px}.cides-df-hero__lead{font-size:13px}
    .cides-df-feature-wrap{margin-top:-48px}.cides-df-feature-band{grid-template-columns:1fr}.cides-df-feature{min-height:92px;border-right:0;border-bottom:1px solid rgba(255,255,255,.12);padding:18px}.cides-df-feature:last-child{border-bottom:0}
    .cides-df-section{padding:68px 0}.cides-df-about{padding-top:92px}.cides-df-about__media{min-height:340px}.cides-df-about__photo--one{height:275px}.cides-df-about__photo--two{height:150px}.cides-df-about__photo--three{height:135px}
    .cides-df-list{grid-template-columns:1fr}.cides-df-impact-grid{grid-template-columns:repeat(2,1fr);gap:28px}
    .cides-df-service-cards{grid-template-columns:1fr}.cides-df-service-card:last-child{grid-column:auto}.cides-df-service-card{min-height:285px}
    .cides-df-health__title{font-size:44px}.cides-df-health__icons{grid-template-columns:repeat(3,1fr)}
    .cides-df-wide-cta__shell{display:block;min-height:500px}.cides-df-wide-cta__media:after{background:linear-gradient(180deg,rgba(11,54,25,.65),rgba(11,54,25,.18))}.cides-df-wide-cta__card{position:absolute;left:14px;right:14px;top:34px;margin:0;max-width:none}.cides-df-wide-cta__gold{position:absolute;left:14px;right:14px;bottom:14px;margin:0;grid-template-columns:1fr;gap:8px}
    .cides-df-commit__grid{grid-template-columns:1fr}.cides-df-year-badge{margin:auto}.cides-df-promises__grid,.cides-df-news-grid,.cides-df-trust-grid{grid-template-columns:1fr}.cides-df-project-grid{grid-template-columns:1fr 1fr}.cides-df-project-card{min-height:180px}
    .cides-df-testimonial-stat{border-left:0;border-top:1px solid #e6e8e4}.cides-df-brown-cta__copy{padding:30px}.cides-df-image-cta__card{left:20px;right:20px;width:auto}
    .cides-df-contact__info{grid-template-columns:1fr}.cides-df-contact__map{min-height:210px}
    .cides-footer-grid{grid-template-columns:1fr}.cides-df-footer-cta{min-height:68px;flex-direction:column;gap:6px;border-radius:18px;text-align:center}.cides-site-footer{padding-top:110px}
}

@media(prefers-reduced-motion:reduce){[data-df-reveal]{opacity:1;transform:none;transition:none}.cides-df-progress__fill{transition:none}.cides-df-news-card__media img{transition:none}}
