/* ============================================================================
   Public website stylesheet — Environmental & Sustainability Consultancy v4
   Namespace: .es-*  (the admin design system app.css is NOT loaded on the site)
   Palette tokens --sky/--blue/--blue-dark/--sky-soft are injected by the layout
   from the app's palette (default 'forest'); gold + cream are fixed accents.
   Mobile-first. Every animation honours prefers-reduced-motion.
   ========================================================================== */
:root{
  --forest:var(--blue,#1f4e42);--deep:var(--blue-dark,#0f2b24);--sage:var(--sky,#6b9080);--mist:var(--sky-soft,#e7f0eb);
  --gold:#c9a227;--gold-2:#e2c25a;--cream:#f4f1ea;--cream-2:#faf8f3;
  --ink:#1f2a26;--ink-2:#465650;--muted:#6f7f79;--line:#d9e5df;--line-2:#c6d6cd;--white:#fff;
  --red:#c0392b;--red-soft:#fbe9e7;--green:#2e7d5b;
  --font:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  --display:'Fraunces','Iowan Old Style','Palatino Linotype',Georgia,serif;
  --radius:18px;--radius-sm:12px;
  --shadow:0 24px 60px -28px rgba(15,43,36,.35);--shadow-sm:0 10px 30px -18px rgba(15,43,36,.35);
  --header-h:64px;--tab-h:64px;--ease:cubic-bezier(.2,.7,.2,1);
}
@media (min-width:960px){:root{--header-h:76px}}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body.es{margin:0;font-family:var(--font);color:var(--ink);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;touch-action:manipulation;overflow-x:clip}
body.es{padding-bottom:calc(var(--tab-h) + env(safe-area-inset-bottom))}
@media (min-width:1024px){body.es{padding-bottom:0}}
img,svg{max-width:100%;display:block}
a{color:inherit}
button{font:inherit;cursor:pointer}
h1,h2,h3,h4,h5{margin:0;line-height:1.15;font-weight:600}
p{margin:0}
ul{margin:0;padding:0;list-style:none}
[id]{scroll-margin-top:calc(var(--header-h) + 12px)}
.es-wrap{width:min(1180px,100% - 2.5rem);margin-inline:auto}
.es-center{text-align:center;margin-top:36px}
.es-skip{position:absolute;left:-9999px;top:8px;background:var(--forest);color:var(--cream);padding:10px 14px;border-radius:8px;z-index:1000}
.es-skip:focus{left:8px}

/* ---------- type helpers ---------- */
.es-kicker{display:inline-flex;align-items:center;gap:10px;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--sage)}
.es-kicker::before{content:"";width:26px;height:2px;background:var(--gold);border-radius:2px}
.es-kicker--light{color:var(--gold-2)}
.es-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:rgba(244,241,234,.12);border:1px solid rgba(244,241,234,.28);color:var(--cream);font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;backdrop-filter:blur(6px)}
.es-eyebrow i{color:var(--gold-2)}

/* ---------- buttons ---------- */
.es-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:10px 22px;border-radius:999px;border:1.5px solid transparent;font-weight:600;font-size:.95rem;text-decoration:none;transition:transform .2s var(--ease),box-shadow .2s var(--ease),background .2s,color .2s,border-color .2s;white-space:nowrap}
.es-btn i{font-size:1.1em;transition:transform .2s var(--ease)}
.es-btn:hover i.ri-arrow-right-line{transform:translateX(3px)}
.es-btn:active{transform:translateY(1px)}
.es-btn--lg{min-height:52px;padding:12px 28px;font-size:1rem}
.es-btn--block{width:100%}
.es-btn--primary{background:var(--forest);color:var(--cream)}
.es-btn--primary:hover{background:var(--deep);box-shadow:0 12px 24px -12px rgba(15,43,36,.6)}
.es-btn--gold{background:var(--gold);color:#1a1a1a}
.es-btn--gold:hover{background:var(--gold-2);box-shadow:0 12px 24px -12px rgba(201,162,39,.7)}
.es-btn--ghost{background:transparent;color:var(--cream);border-color:rgba(244,241,234,.5)}
.es-btn--ghost:hover{background:rgba(244,241,234,.12);border-color:var(--cream)}

/* ---------- header ---------- */
.es-header{position:fixed;inset:0 0 auto 0;z-index:60;height:var(--header-h);background:rgba(250,248,243,.94);border-bottom:1px solid var(--line);transition:background .3s,border-color .3s,box-shadow .3s}
@supports (backdrop-filter:blur(8px)){.es-header{background:rgba(250,248,243,.82);backdrop-filter:blur(12px)}}
.es-header.is-hero:not(.is-solid){background:transparent;border-color:transparent;backdrop-filter:none}
.es-header.is-solid{box-shadow:0 8px 30px -22px rgba(15,43,36,.45)}
.es-header__in{height:100%;display:flex;align-items:center;gap:18px}
.es-brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink);min-width:0}
.es-brand__logo{width:40px;height:40px;border-radius:12px;flex:0 0 auto;box-shadow:0 6px 16px -8px rgba(15,43,36,.5)}
.es-brand__text{display:flex;flex-direction:column;line-height:1.15;min-width:0}
.es-brand__text strong{font-family:var(--display);font-weight:600;font-size:1.05rem;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media (max-width:640px){.es-brand__text strong{white-space:normal;font-size:.98rem;line-height:1.15;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.es-header .es-brand__text small{display:none}}
.es-brand__text small{font-size:.68rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.es-header.is-hero:not(.is-solid) .es-brand{color:var(--cream)}
.es-header.is-hero:not(.is-solid) .es-brand__text small{color:rgba(244,241,234,.75)}
.es-nav{display:none;margin-left:auto;gap:4px}
.es-nav a{position:relative;text-decoration:none;font-weight:600;font-size:.92rem;padding:10px 14px;border-radius:999px;color:var(--ink-2);transition:color .2s,background .2s}
.es-nav a:hover{color:var(--forest);background:var(--mist)}
.es-nav a.is-active{color:var(--forest)}
.es-nav a.is-active::after{content:"";position:absolute;left:14px;right:14px;bottom:6px;height:2px;border-radius:2px;background:var(--gold)}
.es-header.is-hero:not(.is-solid) .es-nav a{color:rgba(244,241,234,.86)}
.es-header.is-hero:not(.is-solid) .es-nav a:hover{color:var(--cream);background:rgba(244,241,234,.12)}
.es-header.is-hero:not(.is-solid) .es-nav a.is-active{color:var(--cream)}
.es-header__cta{display:none}
.es-burger{margin-left:auto;width:44px;height:44px;border:0;background:transparent;display:grid;place-items:center;gap:0;border-radius:12px;padding:0}
.es-burger span{display:block;width:22px;height:2px;background:currentColor;border-radius:2px;margin:2.5px 0;transition:transform .2s}
.es-burger{color:var(--ink)}
.es-header.is-hero:not(.is-solid) .es-burger{color:var(--cream)}
@media (min-width:960px){
  .es-nav{display:flex}
  .es-header__cta{display:inline-flex;min-height:42px;padding:8px 20px}
  .es-burger{display:none}
}

/* ---------- drawer (mobile menu) ---------- */
.es-drawer{position:fixed;inset:0;z-index:80;background:rgba(15,43,36,.55);opacity:0;transition:opacity .25s}
.es-drawer[hidden]{display:none}
.es-drawer.is-open{opacity:1}
.es-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(360px,88vw);background:var(--cream-2);padding:18px 20px calc(24px + env(safe-area-inset-bottom));overflow-y:auto;transform:translateX(100%);transition:transform .32s var(--ease);display:flex;flex-direction:column;gap:18px}
.es-drawer.is-open .es-drawer__panel{transform:none}
.es-drawer__top{display:flex;align-items:center;justify-content:space-between}
.es-drawer__close{width:44px;height:44px;border:0;border-radius:12px;background:var(--mist);color:var(--forest);font-size:1.4rem;display:grid;place-items:center}
.es-drawer__nav a,.es-drawer__services a{display:flex;align-items:center;gap:12px;padding:13px 12px;border-radius:12px;text-decoration:none;font-weight:600;color:var(--ink);min-height:48px}
.es-drawer__nav a{font-size:1.05rem}
.es-drawer__nav a i{color:var(--sage);font-size:1.2rem}
.es-drawer__nav a:hover{background:var(--mist)}
.es-drawer__label{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);padding:6px 12px}
.es-drawer__services a{font-weight:500;font-size:.92rem;color:var(--ink-2)}
.es-drawer__services a i{color:var(--forest);font-size:1.05rem}
.es-drawer__call{margin-top:auto}

/* ---------- hero ---------- */
.es-hero{position:relative;min-height:100vh;min-height:100svh;display:flex;align-items:center;color:var(--cream);overflow:hidden;padding:calc(var(--header-h) + 40px) 0 80px;isolation:isolate}
.es-hero__bg{position:absolute;inset:0;z-index:-1;background:var(--deep)}
.es-art,.es-hero__photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transform-origin:60% 50%;animation:es-kb 34s var(--ease) infinite alternate}
.es-hero__photo{object-position:center 40%}
@media (max-width:640px){.es-hero__photo{object-position:65% center}}
.es-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,43,36,.82) 0%,rgba(15,43,36,.55) 55%,rgba(15,43,36,.25) 100%),linear-gradient(180deg,rgba(15,43,36,.35),transparent 40%,rgba(15,43,36,.45))}
.es-hero.has-photo .es-hero__shade{background:linear-gradient(90deg,rgba(15,43,36,.88) 0%,rgba(15,43,36,.6) 55%,rgba(15,43,36,.3) 100%),linear-gradient(180deg,rgba(15,43,36,.4),transparent 40%,rgba(15,43,36,.55))}
.es-hero__in{position:relative;width:min(1180px,100% - 2.5rem)}
.es-hero__copy{max-width:680px;display:flex;flex-direction:column;align-items:flex-start;gap:22px}
.es-hero__title{font-family:var(--display);font-weight:600;font-size:clamp(2.35rem,6.2vw,4.5rem);line-height:1.04;letter-spacing:-.02em;display:flex;flex-wrap:wrap;gap:0 .35em;align-items:baseline}
.es-hero__title em{font-style:italic;color:var(--gold-2);font-weight:500}
.es-hero__sep{color:rgba(244,241,234,.45);font-weight:300}
@media (max-width:640px){.es-hero__title{flex-direction:column;gap:2px}.es-hero__sep{display:none}}
.es-hero__lead{font-size:clamp(1.02rem,1.5vw,1.2rem);line-height:1.7;color:rgba(244,241,234,.88);max-width:600px}
.es-hero__cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px}
@media (max-width:480px){.es-hero__cta{flex-direction:column;width:100%}.es-hero__cta .es-btn{width:100%}}
.es-hero__scroll{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);width:26px;height:42px;border:2px solid rgba(244,241,234,.5);border-radius:14px;display:none}
.es-hero__scroll span{position:absolute;left:50%;top:7px;width:4px;height:8px;border-radius:2px;background:var(--gold-2);transform:translateX(-50%);animation:es-scroll 1.8s ease-in-out infinite}
@media (min-width:960px){.es-hero__scroll{display:block}}
/* art motion */
.es-art__clouds{animation:es-drift 60s linear infinite}
.es-art__birds{animation:es-drift 90s linear infinite reverse}
.es-art__sun{animation:es-glow 8s ease-in-out infinite alternate;transform-origin:1010px 330px}
.es-art__rotor{animation:es-spin 9s linear infinite;transform-origin:0 0}
.es-art__rotor--slow{animation-duration:12s}
@keyframes es-kb{from{transform:scale(1)}to{transform:scale(1.08)}}
@keyframes es-drift{from{transform:translateX(-60px)}to{transform:translateX(60px)}}
@keyframes es-glow{from{opacity:.92}to{opacity:1}}
@keyframes es-spin{to{transform:rotate(360deg)}}
@keyframes es-scroll{0%{opacity:0;transform:translate(-50%,0)}30%{opacity:1}100%{opacity:0;transform:translate(-50%,14px)}}

/* ---------- ticker ---------- */
.es-ticker{background:var(--deep);color:var(--cream);overflow:hidden;border-top:1px solid rgba(244,241,234,.08);border-bottom:1px solid rgba(244,241,234,.08);-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.es-ticker__track{display:flex;width:max-content;gap:0;padding:16px 0;animation:es-marquee var(--ticker-dur,48s) linear infinite}
.es-ticker:hover .es-ticker__track,.es-ticker:focus-within .es-ticker__track,.es-ticker.is-paused .es-ticker__track{animation-play-state:paused}
.es-ticker__item{display:inline-flex;align-items:center;gap:14px;padding:0 26px;font-family:var(--display);font-size:1.15rem;font-weight:500;letter-spacing:.01em;white-space:nowrap}
.es-ticker__item i{color:var(--gold);font-size:.8rem}
@media (max-width:640px){.es-ticker__track{padding:13px 0;animation-duration:calc(var(--ticker-dur,48s) * 1.5)}.es-ticker__item{font-size:.98rem;padding:0 18px}}
@keyframes es-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ---------- sections ---------- */
.es-section{padding:clamp(64px,9vw,116px) 0}
.es-section__head{text-align:center;max-width:720px;margin:0 auto clamp(36px,5vw,56px);display:flex;flex-direction:column;align-items:center;gap:14px}
.es-section__head h2,.es-why h2,.es-contact h2{font-family:var(--display);font-weight:600;font-size:clamp(1.9rem,4vw,2.9rem);letter-spacing:-.02em;color:var(--ink)}
.es-section__head p{color:var(--ink-2);font-size:1.05rem;line-height:1.7}

/* ---------- services grid ---------- */
.es-services{background:var(--white)}
.es-grid--services{display:grid;grid-template-columns:1fr;gap:18px}
@media (min-width:640px){.es-grid--services{grid-template-columns:repeat(2,1fr);gap:20px}}
@media (min-width:1024px){.es-grid--services{grid-template-columns:repeat(4,1fr);gap:22px}}
.es-card{position:relative;display:flex;flex-direction:column;gap:14px;padding:28px 24px 24px;background:var(--cream-2);border:1px solid var(--line);border-radius:var(--radius);text-decoration:none;color:var(--ink);transition:transform .35s var(--ease),box-shadow .35s var(--ease),border-color .3s,background .3s;overflow:hidden;min-height:100%}
.es-card::after{content:"";position:absolute;inset:auto -40px -40px auto;width:140px;height:140px;border-radius:50%;background:radial-gradient(closest-side,var(--mist),transparent);opacity:0;transition:opacity .35s}
.es-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:var(--line-2);background:var(--white)}
.es-card:hover::after{opacity:1}
.es-card__num{position:absolute;top:18px;right:20px;font-family:var(--display);font-size:.9rem;color:var(--line-2);font-weight:600}
.es-card__ic{width:56px;height:56px;border-radius:16px;background:var(--mist);color:var(--forest);display:grid;place-items:center;font-size:1.6rem;transition:background .3s,color .3s,transform .35s var(--ease)}
.es-card:hover .es-card__ic{background:var(--forest);color:var(--cream);transform:rotate(-6deg) scale(1.05)}
.es-card h3{font-size:1.08rem;line-height:1.35;font-weight:700;letter-spacing:-.01em}
.es-card p{font-size:.93rem;color:var(--ink-2);line-height:1.6;flex:1}
.es-card__more{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;font-weight:700;color:var(--forest)}
.es-card__more i{transition:transform .25s var(--ease)}
.es-card:hover .es-card__more i{transform:translateX(4px)}

/* ---------- why us ---------- */
.es-why{background:var(--cream);position:relative;overflow:hidden}
.es-why::before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cpath d='M0 130c50-40 100-40 150 0s100 40 110 0M0 70c50-40 100-40 150 0s100 40 110 0M0 190c50-40 100-40 150 0s100 40 110 0' fill='none' stroke='%231f4e42' stroke-opacity='.07' stroke-width='1.2'/%3E%3C/svg%3E");pointer-events:none}
.es-why__grid{position:relative;display:grid;grid-template-columns:1fr;gap:40px;align-items:center}
@media (min-width:960px){.es-why__grid{grid-template-columns:1.05fr .95fr;gap:64px}}
.es-why__copy{display:flex;flex-direction:column;gap:18px}
.es-why__text{font-size:1.06rem;line-height:1.8;color:var(--ink-2)}
@media (min-width:960px){.es-why__text{font-size:1.12rem}}
.es-why__side{display:flex;flex-direction:column;gap:18px}
.es-why__photo{margin:0;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/3}
.es-why__photo img{width:100%;height:100%;object-fit:cover}
.es-points{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.es-point{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:22px 20px;display:flex;flex-direction:column;gap:10px;box-shadow:var(--shadow-sm);transition:transform .35s var(--ease),box-shadow .35s var(--ease)}
.es-point:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.es-point__ic{width:44px;height:44px;border-radius:12px;background:var(--mist);color:var(--forest);display:grid;place-items:center;font-size:1.35rem}
.es-point__stat{font-family:var(--display);font-size:2.2rem;line-height:1;color:var(--forest);font-weight:600}
.es-point__label{font-weight:600;font-size:.95rem;line-height:1.4;color:var(--ink)}
@media (max-width:420px){.es-points{grid-template-columns:1fr}}

/* ---------- contact ---------- */
.es-contact{background:var(--white)}
.es-contact--service{background:var(--cream-2);border-top:1px solid var(--line)}
.es-contact__grid{display:grid;grid-template-columns:1fr;gap:36px;align-items:start}
@media (min-width:960px){.es-contact__grid{grid-template-columns:.9fr 1.1fr;gap:64px}}
.es-contact__info{display:flex;flex-direction:column;gap:18px}
.es-contact__text{color:var(--ink-2);font-size:1.05rem;line-height:1.7}
.es-contact__list{display:flex;flex-direction:column;gap:14px;margin-top:8px}
.es-contact__list li{display:flex;gap:14px;align-items:flex-start}
.es-contact__list li>i{width:44px;height:44px;flex:0 0 auto;border-radius:12px;background:var(--mist);color:var(--forest);display:grid;place-items:center;font-size:1.25rem}
.es-contact__list span{display:block;font-size:.74rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}
.es-contact__list a,.es-contact__list p{font-weight:600;color:var(--ink);text-decoration:none;font-size:1rem;word-break:break-word}
.es-contact__list a:hover{color:var(--forest);text-decoration:underline}

/* ---------- forms ---------- */
.es-form-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}
@media (min-width:640px){.es-form-card{padding:32px}}
.es-form{display:flex;flex-direction:column;gap:16px}
.es-form__grid{display:grid;grid-template-columns:1fr;gap:14px}
@media (min-width:640px){.es-form__grid{grid-template-columns:1fr 1fr}.es-field--full{grid-column:1/-1}}
.es-field{display:flex;flex-direction:column;gap:6px}
.es-field label{font-size:.86rem;font-weight:600;color:var(--ink-2)}
.es-req{color:var(--red)}
.es-opt{font-weight:500;color:var(--muted);font-size:.78rem}
.es-field input,.es-field select,.es-field textarea{width:100%;min-height:48px;padding:12px 14px;border:1.5px solid var(--line-2);border-radius:var(--radius-sm);background:var(--cream-2);font:inherit;font-size:1rem;color:var(--ink);transition:border-color .2s,box-shadow .2s,background .2s;-webkit-appearance:none;appearance:none}
.es-field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%236f7f79' stroke-width='2'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}
.es-field textarea{min-height:120px;resize:vertical}
.es-field input:focus,.es-field select:focus,.es-field textarea:focus{outline:none;border-color:var(--forest);background:var(--white);box-shadow:0 0 0 4px var(--mist)}
.es-field.is-invalid input,.es-field.is-invalid textarea{border-color:var(--red);background:var(--red-soft)}
.es-field__err{display:none;font-size:.8rem;color:var(--red);font-weight:600}
.es-field.is-invalid .es-field__err{display:block}
.es-form__error{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;border-radius:var(--radius-sm);background:var(--red-soft);color:var(--red);font-weight:600;font-size:.92rem}
.es-form__error[hidden]{display:none}
.es-form__submit{margin-top:4px}
.es-form__submit.is-busy{opacity:.7;pointer-events:none}
.es-form__submit.is-busy i{animation:es-spin 1s linear infinite}
.es-form__privacy{font-size:.8rem;color:var(--muted);text-align:center}
.es-form__privacy a{color:var(--forest)}
.es-hp{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;opacity:0}
.cf-turnstile{margin:2px 0}
.es-success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:28px 16px}
.es-success[hidden]{display:none}
.es-success__ic{width:72px;height:72px;border-radius:50%;background:var(--mist);color:var(--green);display:grid;place-items:center;font-size:2.4rem;animation:es-pop .5s var(--ease)}
.es-success h3{font-family:var(--display);font-size:1.6rem;color:var(--ink)}
.es-success p{color:var(--ink-2);font-size:1.02rem}
.es-success--compact{flex-direction:row;justify-content:center;padding:16px;background:var(--mist);border-radius:var(--radius-sm);color:var(--forest);font-weight:600}
.es-success--compact i{font-size:1.4rem;color:var(--green)}
@keyframes es-pop{from{transform:scale(.6);opacity:0}to{transform:none;opacity:1}}

/* ---------- footer ---------- */
.es-footer{background:var(--deep);color:rgba(244,241,234,.82);padding:64px 0 0}
.es-footer__grid{display:grid;grid-template-columns:1fr;gap:34px}
@media (min-width:640px){.es-footer__grid{grid-template-columns:1fr 1fr}}
@media (min-width:960px){.es-footer__grid{grid-template-columns:1.4fr 1fr 1.2fr 1.2fr;gap:40px}}
.es-footer h5{font-size:.76rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-2);margin-bottom:16px}
.es-footer a,.es-footer span{display:flex;align-items:flex-start;gap:9px;color:rgba(244,241,234,.8);text-decoration:none;padding:5px 0;font-size:.94rem;line-height:1.5}
.es-footer a:hover{color:var(--cream)}
.es-footer a i,.es-footer span i{color:var(--sage);margin-top:3px}
.es-footer__brand p{margin-top:12px;color:rgba(244,241,234,.7);font-size:.95rem;max-width:320px}
.es-brand--light{color:var(--cream)}
.es-social{display:flex;gap:10px;margin-top:18px}
.es-social a{width:42px;height:42px;padding:0;border-radius:12px;background:rgba(244,241,234,.08);display:grid;place-items:center;font-size:1.2rem;transition:background .2s,transform .2s}
.es-social a:hover{background:var(--gold);color:#1a1a1a;transform:translateY(-2px)}
.es-footer__more{color:var(--gold-2)!important;font-weight:600}
.es-footer__bottom{margin-top:44px;border-top:1px solid rgba(244,241,234,.1);padding:18px 0;font-size:.85rem}
.es-footer__bottom .es-wrap{display:flex;flex-wrap:wrap;gap:8px 20px;justify-content:center;text-align:center}
.es-footer__bottom span{display:inline;padding:0}
.es-footer__note{color:rgba(244,241,234,.55)}

/* ---------- mobile tab bar ---------- */
.es-tabbar{position:fixed;left:0;right:0;bottom:0;z-index:55;height:calc(var(--tab-h) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:rgba(250,248,243,.96);border-top:1px solid var(--line);display:flex;align-items:stretch;box-shadow:0 -10px 30px -20px rgba(15,43,36,.4)}
@supports (backdrop-filter:blur(8px)){.es-tabbar{background:rgba(250,248,243,.85);backdrop-filter:blur(12px)}}
.es-tabbar a{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none;color:var(--muted);font-size:.68rem;font-weight:600;letter-spacing:.02em;position:relative;transition:color .2s}
.es-tabbar a i{font-size:1.35rem;line-height:1}
.es-tabbar a.is-active{color:var(--forest)}
.es-tabbar a.is-active::before{content:"";position:absolute;top:0;width:28px;height:3px;border-radius:0 0 3px 3px;background:var(--gold)}
.es-tabbar__fab{flex:0 0 76px!important;align-self:center}
.es-tabbar__fab i{width:56px;height:56px;border-radius:50%;background:linear-gradient(145deg,var(--gold-2),var(--gold));color:#1a1a1a;display:grid;place-items:center;font-size:1.5rem;margin-top:-26px;box-shadow:0 14px 28px -10px rgba(201,162,39,.75),0 0 0 6px var(--cream-2);transition:transform .2s var(--ease)}
.es-tabbar__fab:active i{transform:scale(.94)}
@media (min-width:1024px){.es-tabbar{display:none}}

/* ---------- service pages ---------- */
.es-svc-hero{position:relative;background:linear-gradient(160deg,var(--deep),var(--forest) 70%,#3a6f5d);color:var(--cream);padding:calc(var(--header-h) + 44px) 0 56px;overflow:hidden;isolation:isolate}
.es-svc-hero::before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cpath d='M0 130c50-40 100-40 150 0s100 40 110 0M0 70c50-40 100-40 150 0s100 40 110 0M0 190c50-40 100-40 150 0s100 40 110 0' fill='none' stroke='%23f4f1ea' stroke-opacity='.08' stroke-width='1.2'/%3E%3C/svg%3E");z-index:-1}
.es-svc-hero__photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;opacity:.35}
.es-svc-hero__in{display:flex;flex-direction:column;gap:18px}
.es-crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:.82rem;color:rgba(244,241,234,.7)}
.es-crumbs a{color:rgba(244,241,234,.85);text-decoration:none}
.es-crumbs a:hover{color:var(--cream);text-decoration:underline}
.es-crumbs span{color:var(--gold-2);font-weight:600}
.es-svc-hero__row{display:flex;align-items:center;gap:18px}
.es-svc-hero__ic{width:64px;height:64px;flex:0 0 auto;border-radius:18px;background:rgba(244,241,234,.12);border:1px solid rgba(244,241,234,.25);display:grid;place-items:center;font-size:2rem;color:var(--gold-2)}
.es-svc-hero h1{font-family:var(--display);font-weight:600;font-size:clamp(1.9rem,4.5vw,3.2rem);letter-spacing:-.02em;line-height:1.1;margin-top:6px}
.es-svc-hero__lead{font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.7;color:rgba(244,241,234,.86);max-width:780px}
.es-svc-hero__cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px}
@media (max-width:480px){.es-svc-hero__cta .es-btn{width:100%}}
.es-svc-hero--index{padding-bottom:64px}
.es-svc-body{background:var(--white)}
.es-svc-body__grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:start}
@media (min-width:1024px){.es-svc-body__grid{grid-template-columns:1fr 360px;gap:56px}}
.es-svc-body__main{display:flex;flex-direction:column;gap:44px}
.es-block h2{display:flex;align-items:center;gap:10px;font-family:var(--display);font-size:clamp(1.5rem,3vw,2rem);font-weight:600;letter-spacing:-.01em;margin-bottom:20px}
.es-block h2 i{color:var(--gold);font-size:1.3rem}
.es-checks{display:grid;grid-template-columns:1fr;gap:10px}
@media (min-width:720px){.es-checks{grid-template-columns:1fr 1fr;gap:12px}}
.es-checks li{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--cream-2);font-weight:500;line-height:1.5}
.es-checks li i{flex:0 0 auto;width:24px;height:24px;border-radius:50%;background:var(--forest);color:var(--cream);display:grid;place-items:center;font-size:.9rem;margin-top:1px}
.es-benefits{display:grid;grid-template-columns:1fr;gap:14px}
@media (min-width:720px){.es-benefits{grid-template-columns:repeat(3,1fr)}}
.es-benefit{position:relative;padding:22px 20px 20px;border-radius:var(--radius);background:linear-gradient(160deg,var(--mist),var(--white));border:1px solid var(--line);display:flex;flex-direction:column;gap:12px}
.es-benefit__num{width:34px;height:34px;border-radius:10px;background:var(--gold);color:#1a1a1a;font-weight:800;display:grid;place-items:center;font-family:var(--display)}
.es-benefit p{font-weight:600;line-height:1.45;color:var(--ink)}
.es-svc-nav{display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--line);padding-top:24px}
.es-svc-nav__link{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink);font-weight:600;max-width:48%;line-height:1.3}
.es-svc-nav__link small{display:block;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-weight:700;margin-bottom:3px}
.es-svc-nav__link i{color:var(--forest);font-size:1.3rem;flex:0 0 auto}
.es-svc-nav__link--next{text-align:right;margin-left:auto}
.es-svc-nav__link:hover{color:var(--forest)}
.es-svc-body__side{display:flex;flex-direction:column;gap:22px}
@media (min-width:1024px){.es-svc-body__side{position:sticky;top:calc(var(--header-h) + 20px)}}
.es-callback{background:var(--deep);color:var(--cream);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:18px}
.es-callback__head{display:flex;gap:14px;align-items:flex-start}
.es-callback__ic{width:48px;height:48px;flex:0 0 auto;border-radius:14px;background:rgba(244,241,234,.12);color:var(--gold-2);display:grid;place-items:center;font-size:1.5rem}
.es-callback h3{font-family:var(--display);font-size:1.35rem;font-weight:600}
.es-callback p{font-size:.9rem;color:rgba(244,241,234,.75);margin-top:4px;line-height:1.55}
.es-callback .es-field label{color:rgba(244,241,234,.85)}
.es-callback .es-field input{background:rgba(244,241,234,.08);border-color:rgba(244,241,234,.25);color:var(--cream)}
.es-callback .es-field input::placeholder{color:rgba(244,241,234,.45)}
.es-callback .es-field input:focus{background:rgba(244,241,234,.14);border-color:var(--gold-2);box-shadow:0 0 0 4px rgba(201,162,39,.2)}
.es-callback .es-field.is-invalid input{background:rgba(192,57,43,.25);border-color:#ff8a80}
.es-callback .es-field__err{color:#ffb4ab}
.es-callback .es-form__error{background:rgba(192,57,43,.25);color:#ffb4ab}
.es-callback .es-success--compact{background:rgba(244,241,234,.12);color:var(--cream)}
.es-form--compact{gap:12px}
.es-others{background:var(--cream-2);border:1px solid var(--line);border-radius:var(--radius);padding:20px}
.es-others h4{font-size:.76rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}
.es-others a{display:flex;align-items:center;gap:10px;padding:10px 8px;border-radius:10px;text-decoration:none;color:var(--ink);font-weight:500;font-size:.92rem;min-height:44px}
.es-others a i{color:var(--forest)}
.es-others a:hover{background:var(--mist)}
.es-others__all{color:var(--forest)!important;font-weight:700!important}

/* ---------- prose ---------- */
.es-prose{max-width:760px;display:flex;flex-direction:column;gap:18px;font-size:1.04rem;line-height:1.8;color:var(--ink-2)}
.es-prose h2{font-family:var(--display);font-size:1.6rem;color:var(--ink);margin-top:14px}
.es-prose__meta{font-size:.85rem;color:var(--muted)}

/* ---------- demo banner ---------- */
.es-demo{position:fixed;left:12px;right:12px;bottom:calc(var(--tab-h) + env(safe-area-inset-bottom) + 10px);z-index:50;background:rgba(15,43,36,.92);color:var(--cream);font-size:.78rem;text-align:center;padding:9px 14px;border-radius:12px;backdrop-filter:blur(6px)}
@media (min-width:1024px){.es-demo{left:auto;right:20px;bottom:20px;max-width:360px}}

/* ---------- reveal on scroll ---------- */
.js [data-reveal]{opacity:0;transform:translateY(26px);transition:opacity .7s var(--ease),transform .7s var(--ease);transition-delay:calc(var(--i,0) * 60ms)}
.js [data-reveal].is-in{opacity:1;transform:none}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
  .js [data-reveal]{opacity:1;transform:none}
  .es-ticker__track{animation:none;flex-wrap:wrap;width:100%;justify-content:center;gap:8px 0}
  .es-ticker{-webkit-mask-image:none;mask-image:none}
}
