:root{--color-bg:#fbf9f4;--color-bg-alt:#f3efe3;--color-surface:#fff;--color-green-deep:#163d24;--color-blue:#2f6b3a;--color-green-mid:#3e8e4f;--color-green-light:#7cb768;--color-gold:#c99a44;--color-text:#202821;--color-text-muted:#5c6b60;--color-text-on-dark:#f4f1e8;--color-text-on-dark-muted:#c9d6c9;--font-heading:"Fraunces", Georgia, serif;--font-body:"Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--container-width:1180px;--radius-md:10px;--radius-lg:18px;--shadow-soft:0 20px 45px -25px #163d2459;--shadow-card:0 12px 30px -18px #163d2440}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;margin:0;line-height:1.6}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--color-green-deep);margin:0 0 .6em;font-weight:600;line-height:1.15}p{margin:0 0 1em}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}button{font-family:inherit}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 24px}.eyebrow{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:var(--color-gold);margin-bottom:.9em;font-size:.78rem;font-weight:700;display:inline-block}.section{padding:96px 0}.section--alt{background:var(--color-bg-alt)}.section-head{text-align:center;max-width:640px;margin:0 auto 56px}.section-head h2{font-size:clamp(1.8rem,3vw,2.4rem)}.section-head p{color:var(--color-text-muted);font-size:1.05rem}.btn{letter-spacing:.03em;text-transform:uppercase;cursor:pointer;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:14px 30px;font-size:.92rem;font-weight:700;transition:transform .18s,box-shadow .18s,background .18s,color .18s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn--solid{background:var(--color-green-mid);color:#fff;box-shadow:0 14px 28px -14px #2f6b3a8c}.btn--solid:hover{background:var(--color-green)}.btn--outline-dark{color:var(--color-green-deep);border-color:var(--color-green-deep);background:0 0}.btn--outline-dark:hover{background:var(--color-green-deep);color:#fff}.btn--outline-light{color:#fff;background:0 0;border-color:#ffffffbf}.btn--outline-light:hover{color:var(--color-green-deep);background:#fff}@media (width<=768px){.section{padding:64px 0}}.header{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fbf9f4eb;border-bottom:1px solid #163d2414;position:sticky;top:0}.header__row{justify-content:space-between;align-items:center;gap:24px;min-height:84px;display:flex}.header__logo{align-items:center;gap:12px;display:flex}.header__logo-mark svg{width:36px;height:36px}.header__logo-text{flex-direction:column;line-height:1.1;display:flex}.header__logo-name{font-family:var(--font-heading);color:var(--color-green-deep);font-size:1.35rem;font-weight:700}.header__logo-tagline{letter-spacing:.14em;text-transform:uppercase;color:var(--color-gold);font-size:.66rem;font-weight:700}.header__nav{align-items:center;gap:32px;font-size:.92rem;font-weight:600;display:flex}.header__nav a{color:var(--color-text);transition:color .15s}.header__nav a:hover{color:var(--color-green-mid)}.header__phone--mobile{display:none}.header__actions{align-items:center;gap:20px;display:flex}.header__phone{color:var(--color-green-deep);white-space:nowrap;font-weight:700}.header__cta{padding:12px 24px;font-size:.8rem}.header__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:0;display:none}.header__burger span{background:var(--color-green-deep);border-radius:2px;height:2px;transition:transform .2s,opacity .2s;display:block}.header__burger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.header__burger.is-open span:nth-child(2){opacity:0}.header__burger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=860px){.header__phone:not(.header__phone--mobile),.header__cta{display:none}.header__burger{display:flex}.header__nav{background:var(--color-surface);box-shadow:var(--shadow-card);opacity:0;visibility:hidden;flex-direction:column;align-items:flex-start;gap:4px;padding:12px 24px 20px;transition:all .2s;position:absolute;top:100%;left:0;right:0;transform:translateY(-8px)}.header__nav.is-open{opacity:1;visibility:visible;transform:translateY(0)}.header__nav a{border-bottom:1px solid #163d2414;width:100%;padding:10px 0}.header__phone--mobile{color:var(--color-green-mid);display:block}}.photo-img{object-fit:cover;width:100%;height:100%}.hero{align-items:center;min-height:640px;display:flex;position:relative;overflow:hidden}.hero__bg{border-radius:0;min-height:100%;position:absolute;inset:0}.hero__overlay{background:linear-gradient(100deg,#0a1a0fd1 0%,#0a1a0f8c 45%,#0a1a0f40 100%);position:absolute;inset:0}.hero__content{z-index:1;max-width:640px;padding-top:60px;padding-bottom:60px;position:relative}.eyebrow--light{color:var(--color-gold)}.hero__headline{color:#fff;margin-bottom:.4em;font-size:clamp(2.4rem,5vw,3.6rem)}.hero__subhead{color:var(--color-text-on-dark-muted);max-width:520px;margin-bottom:2em;font-size:1.15rem}.hero__ctas{flex-wrap:wrap;gap:16px;display:flex}@media (width<=640px){.hero{min-height:560px}}.services__list{flex-direction:column;gap:72px;margin-bottom:80px;display:flex}.services__row{grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid}.services__row--reverse .services__media{order:2}.services__row--reverse .services__copy{order:1}.services__media{border-radius:var(--radius-lg);box-shadow:var(--shadow-card);aspect-ratio:4/3;overflow:hidden}.services__copy h3{font-size:1.6rem}.services__copy p{color:var(--color-text-muted);font-size:1.02rem}.services__chips{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);text-align:center;padding:40px 48px}.services__chips-heading{margin-bottom:24px;font-size:1.2rem}.services__chip-list{flex-wrap:wrap;justify-content:center;gap:12px;margin:0;padding:0;list-style:none;display:flex}.services__chip-list li{background:var(--color-bg-alt);color:var(--color-green-deep);border:1px solid #163d241f;border-radius:999px;padding:10px 18px;font-size:.88rem;font-weight:600}@media (width<=760px){.services__row,.services__row--reverse{grid-template-columns:1fr;gap:24px}.services__row--reverse .services__media,.services__row--reverse .services__copy{order:initial}.services__chips{padding:32px 20px}}.intro__inner{text-align:center;max-width:760px}.intro__inner h2{font-size:clamp(1.7rem,3vw,2.2rem)}.intro__inner p{color:var(--color-text-muted);font-size:1.05rem}.why-us__grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.why-us__item{text-align:center;padding:0 12px}.why-us__icon{border:2px solid var(--color-green-mid);width:76px;height:76px;color:var(--color-green-mid);border-radius:50%;justify-content:center;align-items:center;margin-bottom:22px;display:inline-flex}.why-us__item h3{margin-bottom:.6em;font-size:1.2rem}.why-us__item p{color:var(--color-text-muted);font-size:.98rem}@media (width<=760px){.why-us__grid{grid-template-columns:1fr;gap:36px}}.gallery__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.gallery__item{border-radius:var(--radius-md);box-shadow:var(--shadow-card);aspect-ratio:4/3;transition:transform .25s;overflow:hidden}.gallery__item:hover{transform:translateY(-4px)}@media (width<=860px){.gallery__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.gallery__grid{grid-template-columns:1fr}}.experience__inner{flex-wrap:wrap;align-items:center;gap:40px;display:flex}.experience__years{color:var(--color-green-deep);font-size:clamp(4rem,10vw,7rem);font-weight:800;line-height:1}.experience__text h2{margin:0 0 8px}.experience__text p{color:var(--color-text-muted);max-width:46ch;margin:0}@media (width<=640px){.experience__inner{text-align:center;flex-direction:column}}.cta{background:#fff;padding:56px 0}.cta__row{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;display:flex}.cta__row h2{color:var(--color-green-deep);margin:0;font-size:clamp(1.4rem,2.6vw,1.9rem)}@media (width<=600px){.cta__row{text-align:center;justify-content:center}}.footer{background:var(--color-green-deep);color:var(--color-text-on-dark);padding:72px 0 0}.footer__grid{grid-template-columns:1.2fr 1fr 1fr;gap:48px;padding-bottom:56px;display:grid}.footer h3{color:#fff;font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;margin-bottom:20px;font-size:.85rem;font-weight:700}.footer__col p{color:var(--color-text-on-dark-muted);margin:0 0 10px}.footer__col a{color:var(--color-text-on-dark-muted);transition:color .15s}.footer__col a:hover{color:var(--color-gold)}.footer__btn{margin-top:12px;padding:10px 24px}.footer__col ul{columns:1;margin:0;padding:0;list-style:none}.footer__col li{color:var(--color-text-on-dark-muted);margin-bottom:10px;font-size:.95rem}.footer__bottom{border-top:1px solid #ffffff1f}.footer__bottom-row{color:var(--color-text-on-dark-muted);flex-wrap:wrap;justify-content:space-between;gap:8px;padding:22px 24px;font-size:.8rem;display:flex}@media (width<=760px){.footer__grid{grid-template-columns:1fr;gap:36px}}.whatsapp-fab{z-index:60;color:#fff;white-space:nowrap;background:#25d366;border-radius:999px;align-items:center;gap:12px;padding:16px 26px;font-size:1.05rem;font-weight:700;transition:transform .15s,box-shadow .15s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 6px 18px #00000040}.whatsapp-fab svg{flex-shrink:0;width:34px;height:34px}.whatsapp-fab:hover{transform:scale(1.05);box-shadow:0 8px 22px #0000004d}@media (width<=860px){.whatsapp-fab{padding:13px 20px;font-size:.95rem;bottom:16px;right:16px}.whatsapp-fab svg{width:28px;height:28px}}
