:root{--eho-teal:#009999;--eho-teal-deep:#006f72;--eho-teal-dark:#073f42;--eho-white:#fff;--eho-ink:#102f31;--eho-muted:#637a7b;--eho-soft:#f2fbfb;--eho-soft-2:#e8f8f8;--eho-border:#d8e9e9;--eho-shadow:0 24px 70px rgba(4,73,76,.12);--eho-shadow-lg:0 34px 100px rgba(4,73,76,.18);--eho-radius:28px;--eho-radius-sm:18px;--eho-ease:cubic-bezier(.2,.8,.2,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body.eho-site{margin:0;background:var(--eho-white);color:var(--eho-ink);font-family:Tahoma,"Segoe UI",Arial,sans-serif;line-height:1.95;direction:rtl;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.eho-site.eho-menu-open{overflow:hidden}body.eho-site a{color:inherit;text-decoration:none}body.eho-site img{max-width:100%;height:auto}body.eho-site button,body.eho-site input,body.eho-site textarea{font:inherit}.eho-shell{width:min(1200px,calc(100% - 48px));margin:auto}.eho-skip{position:fixed;top:-100px;right:20px;background:#071f20;color:#fff;padding:10px 16px;border-radius:10px;z-index:99999}.eho-skip:focus{top:10px}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/* Loader */
.eho-loader{position:fixed;inset:0;z-index:100000;background:#fff;display:grid;place-items:center;transition:opacity .65s var(--eho-ease),visibility .65s var(--eho-ease)}.eho-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.eho-loader__inner{text-align:center}.eho-loader__inner img{width:min(180px,48vw);max-height:110px;object-fit:contain;animation:ehoLoaderFloat 2.4s ease-in-out infinite}.eho-loader__inner p{margin:18px 0 0;font-size:13px;font-weight:800;letter-spacing:.04em;color:var(--eho-muted)}.eho-loader__ring{display:flex;justify-content:center;gap:6px;margin-top:18px}.eho-loader__ring span{width:7px;height:7px;border-radius:50%;background:var(--eho-teal);animation:ehoDot 1.1s ease-in-out infinite}.eho-loader__ring span:nth-child(2){animation-delay:.15s}.eho-loader__ring span:nth-child(3){animation-delay:.3s}.eho-scroll-progress{position:fixed;top:0;right:0;left:0;height:3px;z-index:10000;pointer-events:none}.eho-scroll-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--eho-teal),#38d1cc);box-shadow:0 0 14px rgba(0,153,153,.45)}
/* Header */
.eho-header{position:sticky;top:0;z-index:5000;background:rgba(255,255,255,.86);backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);border-bottom:1px solid rgba(216,233,233,.85);transition:box-shadow .3s var(--eho-ease),background .3s var(--eho-ease)}.eho-header.is-scrolled{box-shadow:0 12px 35px rgba(9,67,69,.08);background:rgba(255,255,255,.96)}.eho-header__inner{min-height:88px;display:flex;align-items:center;gap:26px}.eho-brand{display:flex;align-items:center;flex:0 0 auto;margin-left:auto}.eho-brand__logo{display:flex;align-items:center}.eho-logo-image,.eho-brand .custom-logo{display:block;width:auto;max-width:185px;max-height:64px;object-fit:contain}.eho-nav{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:800}.eho-nav a{position:relative;padding:31px 0;white-space:nowrap;transition:color .25s}.eho-nav a:before{content:"";position:absolute;right:0;left:auto;bottom:20px;width:0;height:2px;border-radius:2px;background:var(--eho-teal);transition:width .3s var(--eho-ease)}.eho-nav a:hover{color:var(--eho-teal)}.eho-nav a:hover:before{width:100%}.eho-header__actions{display:flex;align-items:center;gap:10px}.eho-header-search{display:flex;border:1px solid var(--eho-border);border-radius:999px;overflow:hidden;background:rgba(255,255,255,.78);transition:border-color .25s,box-shadow .25s}.eho-header-search:focus-within{border-color:rgba(0,153,153,.55);box-shadow:0 0 0 4px rgba(0,153,153,.08)}.eho-header-search input{border:0;outline:0;padding:8px 13px;width:128px;background:transparent;color:var(--eho-ink)}.eho-header-search button{border:0;background:transparent;padding:7px 12px;color:var(--eho-teal);cursor:pointer;font-size:20px}.eho-header-story{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:8px 16px;border-radius:999px;background:var(--eho-teal);color:#fff!important;font-size:13px;font-weight:900;box-shadow:0 10px 25px rgba(0,153,153,.16);transition:transform .25s var(--eho-ease),box-shadow .25s}.eho-header-story:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(0,153,153,.22)}.eho-menu-toggle{display:none;border:0;background:transparent;width:46px;height:46px;border-radius:13px;cursor:pointer;padding:11px}.eho-menu-toggle span{display:block;height:2px;background:var(--eho-ink);border-radius:3px;margin:5px 0;transition:.3s var(--eho-ease)}.eho-menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.eho-menu-toggle.is-open span:nth-child(2){opacity:0}.eho-menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.eho-nav-backdrop{display:none}.eho-alert{width:min(1200px,calc(100% - 48px));margin:14px auto;padding:12px 16px;border-radius:13px;position:relative;z-index:50}.eho-alert--success{background:#e8fbf5;color:#135e46}.eho-alert--error{background:#fff0f0;color:#9b1c1c}
/* Hero */
.eho-hero{position:relative;overflow:hidden;isolation:isolate;background:linear-gradient(135deg,#fff 0%,#f5ffff 52%,#edfafa 100%);border-bottom:1px solid var(--eho-border)}.eho-hero:before,.eho-hero:after{content:"";position:absolute;border-radius:50%;filter:blur(2px);z-index:-1}.eho-hero:before{width:660px;height:660px;background:radial-gradient(circle,rgba(0,153,153,.14),rgba(0,153,153,0) 68%);left:-210px;top:-230px;animation:ehoPulse 8s ease-in-out infinite}.eho-hero:after{width:520px;height:520px;background:radial-gradient(circle,rgba(34,203,195,.10),rgba(34,203,195,0) 70%);right:-190px;bottom:-250px;animation:ehoPulse 10s ease-in-out infinite reverse}.eho-hero__mesh{position:absolute;inset:0;z-index:-2;opacity:.55;background-image:linear-gradient(rgba(0,153,153,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(0,153,153,.035) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(to bottom,#000,transparent 95%)}.eho-hero__grid{min-height:720px;display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:70px;padding:78px 0 90px}.eho-eyebrow{display:inline-flex;align-items:center;gap:9px;padding:7px 13px;border:1px solid rgba(0,153,153,.17);background:rgba(255,255,255,.72);border-radius:999px;color:var(--eho-teal-deep);font-size:12px;font-weight:900;box-shadow:0 8px 24px rgba(0,95,96,.05)}.eho-eyebrow i{width:7px;height:7px;background:var(--eho-teal);border-radius:50%;box-shadow:0 0 0 6px rgba(0,153,153,.10);animation:ehoPulseDot 2s ease-in-out infinite}.eho-hero__content h1{font-size:clamp(46px,5.7vw,82px);line-height:1.22;margin:25px 0 24px;letter-spacing:-1.8px;font-weight:950}.eho-hero__content h1 em{font-style:normal;color:var(--eho-teal);position:relative}.eho-hero__content h1 em:after{content:"";position:absolute;right:4px;left:4px;bottom:3px;height:9px;border-radius:99px;background:rgba(0,153,153,.13);z-index:-1;transform:skewX(-14deg)}.eho-hero__content>p{font-size:18px;color:var(--eho-muted);max-width:680px;margin:0}.eho-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.eho-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:10px 23px;border-radius:999px;font-weight:900;border:1px solid transparent;cursor:pointer;transition:transform .28s var(--eho-ease),box-shadow .28s,background .28s,color .28s}.eho-btn:hover{transform:translateY(-3px)}.eho-btn--primary{background:var(--eho-teal);color:#fff!important;box-shadow:0 14px 34px rgba(0,153,153,.20)}.eho-btn--primary:hover{box-shadow:0 20px 40px rgba(0,153,153,.28);background:var(--eho-teal-deep)}.eho-btn--ghost{border-color:rgba(0,153,153,.45);color:var(--eho-teal)!important;background:rgba(255,255,255,.58)}.eho-btn--ghost:hover{background:#fff;box-shadow:0 14px 28px rgba(0,80,80,.08)}.eho-btn--white{background:#fff;color:var(--eho-teal-deep)!important;margin-top:22px}.eho-hero__mini{display:flex;gap:22px;flex-wrap:wrap;margin-top:38px;padding-top:22px;border-top:1px solid rgba(0,153,153,.12);font-size:12px;color:var(--eho-muted)}.eho-hero__mini span{display:flex;align-items:center;gap:6px}.eho-hero__mini b{font-size:18px;color:var(--eho-ink)}.eho-hero__visual{position:relative;min-height:500px;perspective:900px}.eho-orbit{position:absolute;border:1px solid rgba(0,153,153,.20);border-radius:50%;animation:ehoSpin 26s linear infinite}.eho-orbit:after{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:var(--eho-teal);top:11%;right:12%;box-shadow:0 0 0 7px rgba(0,153,153,.10)}.eho-orbit--1{width:430px;height:430px;left:24px;top:24px}.eho-orbit--2{width:326px;height:326px;left:76px;top:76px;animation-direction:reverse;animation-duration:20s}.eho-orbit-dot{position:absolute;width:140px;height:140px;left:168px;top:170px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#fff,#d8f5f5 60%,#a6e6e4);box-shadow:0 18px 60px rgba(0,153,153,.20);animation:ehoFloat 5s ease-in-out infinite}.eho-hero-monogram{position:absolute;left:155px;top:160px;width:165px;height:165px;display:grid;place-items:center;z-index:3}.eho-hero-monogram img{max-width:122px;max-height:88px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,90,90,.14))}.eho-hero-card{position:absolute;background:rgba(255,255,255,.88);backdrop-filter:blur(15px);border:1px solid rgba(216,233,233,.88);box-shadow:var(--eho-shadow-lg);border-radius:28px;transition:transform .4s var(--eho-ease)}.eho-hero-card--main{width:315px;padding:34px 36px;left:58px;top:102px;transform:rotate(-4deg);animation:ehoCardFloat 6s ease-in-out infinite}.eho-hero-card--main span{color:var(--eho-teal);font-weight:900;font-size:12px}.eho-hero-card--main strong{font-size:28px;display:block;line-height:1.55;margin:12px 0}.eho-hero-card--main p{color:var(--eho-muted);margin:0;font-size:13px}.eho-hero-card--small{right:-8px;bottom:56px;padding:18px 22px;transform:rotate(4deg);animation:ehoCardFloat2 7s ease-in-out infinite}.eho-hero-card--small span{display:block;color:var(--eho-teal);font-size:11px;font-weight:900}.eho-hero-card--small strong{font-size:13px}.eho-scroll-cue{position:absolute;bottom:22px;right:50%;transform:translateX(50%);display:flex;align-items:center;gap:10px;font-size:11px;color:var(--eho-muted);font-weight:800}.eho-scroll-cue span{display:block;width:20px;height:32px;border:1px solid rgba(0,153,153,.35);border-radius:999px;position:relative}.eho-scroll-cue span:after{content:"";position:absolute;width:3px;height:6px;border-radius:5px;background:var(--eho-teal);top:7px;right:7px;animation:ehoScrollCue 1.6s ease-in-out infinite}
/* Sections/cards */
.eho-pillars{background:#fff;position:relative;z-index:2}.eho-pillars__grid{display:grid;grid-template-columns:repeat(3,1fr);border-right:1px solid var(--eho-border);border-left:1px solid var(--eho-border)}.eho-pillars article{position:relative;padding:36px 38px;border-left:1px solid var(--eho-border);overflow:hidden;transition:background .3s var(--eho-ease),transform .3s}.eho-pillars article:last-child{border-left:0}.eho-pillars article:hover{background:var(--eho-soft);transform:translateY(-3px)}.eho-pillars article>span{position:absolute;left:24px;top:24px;color:rgba(0,153,153,.28);font-size:12px;font-weight:900}.eho-pillar-icon{width:44px;height:44px;border-radius:14px;background:var(--eho-soft-2);display:grid;place-items:center;color:var(--eho-teal);font-size:22px;margin-bottom:14px}.eho-pillars h3{font-size:21px;margin:7px 0}.eho-pillars p{color:var(--eho-muted);margin:0;font-size:14px}.eho-section{padding:96px 0;position:relative}.eho-section--teal{background:linear-gradient(135deg,#008f8f,#006f72);color:#fff;overflow:hidden}.eho-section-orb{position:absolute;width:560px;height:560px;border:1px solid rgba(255,255,255,.10);border-radius:50%;left:-160px;top:-180px}.eho-section-orb:before,.eho-section-orb:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.10);border-radius:50%;inset:65px}.eho-section-orb:after{inset:130px}.eho-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:40px}.eho-section-head h2{font-size:clamp(32px,4.2vw,52px);line-height:1.3;margin:5px 0 0;letter-spacing:-.6px}.eho-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--eho-teal);font-size:12px;font-weight:950}.eho-kicker:before{content:"";width:24px;height:2px;border-radius:2px;background:currentColor}.eho-kicker--light{color:#d8ffff}.eho-text-link,.eho-head-links a{color:var(--eho-teal)!important;font-weight:900;font-size:13px;transition:gap .2s,color .2s}.eho-text-link{display:flex;align-items:center;gap:7px}.eho-text-link:hover{gap:12px;color:var(--eho-teal-deep)!important}.eho-head-links{display:flex;gap:10px}.eho-head-links a{padding:8px 13px;border-radius:999px;background:var(--eho-soft)}.eho-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.eho-card{border:1px solid var(--eho-border);border-radius:var(--eho-radius);overflow:hidden;background:#fff;transition:transform .35s var(--eho-ease),box-shadow .35s,border-color .35s;will-change:transform}.eho-card:hover{transform:translateY(-9px);box-shadow:var(--eho-shadow-lg);border-color:rgba(0,153,153,.28)}.eho-card__media{display:block;position:relative;aspect-ratio:16/10;background:#dff7f7 center/cover no-repeat;overflow:hidden}.eho-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(4,58,59,.15),transparent 50%);transition:background .3s}.eho-card:hover .eho-card__media{background-size:108%}.eho-card__media{background-size:100%;transition:background-size .8s var(--eho-ease)}.eho-card__placeholder{position:absolute;inset:0;display:grid;place-items:center;color:rgba(0,153,153,.40);font-weight:950;font-size:25px}.eho-chip{position:absolute;right:15px;top:15px;z-index:2;background:rgba(0,153,153,.94);backdrop-filter:blur(8px);color:#fff;padding:5px 11px;border-radius:999px;font-size:11px;font-weight:900;box-shadow:0 6px 20px rgba(0,80,80,.14)}.eho-card__body{padding:24px}.eho-card__body h3{font-size:20px;line-height:1.7;margin:10px 0;transition:color .2s}.eho-card:hover h3{color:var(--eho-teal-deep)}.eho-card__body p{font-size:14px;color:var(--eho-muted);margin:0 0 18px}.eho-meta{display:flex;gap:12px;flex-wrap:wrap;color:#7d9090;font-size:11px}.eho-more{color:var(--eho-teal)!important;font-weight:900;font-size:13px;display:inline-flex;gap:6px;align-items:center}.eho-card:hover .eho-more span{transform:translateX(-4px)}.eho-more span{transition:transform .2s}.eho-feature-split{position:relative;display:grid;grid-template-columns:.82fr 1.18fr;gap:75px;align-items:start;z-index:2}.eho-feature-split h2{font-size:clamp(38px,4.5vw,56px);line-height:1.3;margin:10px 0 18px}.eho-feature-split p{opacity:.88;font-size:16px}.eho-link-stack{border-top:1px solid rgba(255,255,255,.28)}.eho-link-stack a{display:grid;grid-template-columns:42px 100px 1fr 30px;align-items:center;gap:16px;padding:23px 4px;border-bottom:1px solid rgba(255,255,255,.28);transition:padding .25s var(--eho-ease),background .25s}.eho-link-stack a:hover{padding-right:14px;background:rgba(255,255,255,.05)}.eho-link-stack strong{font-size:20px}.eho-link-stack> a > span:not(.eho-link-index){opacity:.82;font-size:13px}.eho-link-index{font-size:11px;opacity:.65}.eho-link-stack i{font-style:normal;font-size:20px;transition:transform .25s}.eho-link-stack a:hover i{transform:translateX(-6px)}.eho-people-section{background:linear-gradient(180deg,#fff,#fbfefe)}.eho-people-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.eho-person-card{border:1px solid var(--eho-border);border-radius:26px;overflow:hidden;background:#fff;transition:transform .35s var(--eho-ease),box-shadow .35s}.eho-person-card:hover{transform:translateY(-8px);box-shadow:var(--eho-shadow)}.eho-person-card__image{display:block;aspect-ratio:1/1;background:var(--eho-soft);overflow:hidden;position:relative}.eho-person-card__image:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,92,92,.16),transparent 50%);opacity:0;transition:opacity .3s}.eho-person-card:hover .eho-person-card__image:after{opacity:1}.eho-person-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .65s var(--eho-ease)}.eho-person-card:hover img{transform:scale(1.045)}.eho-person-card__initial{display:grid;place-items:center;width:100%;height:100%;font-size:80px;font-weight:950;color:var(--eho-teal)}.eho-person-card__body{padding:20px}.eho-person-card h3{margin:0 0 8px}.eho-person-card p{color:var(--eho-muted);font-size:13px;min-height:48px}.eho-empty{padding:26px;background:var(--eho-soft);border:1px dashed #b9dddd;border-radius:16px;color:var(--eho-muted)}
/* Inner pages */
.eho-page-hero{position:relative;overflow:hidden;padding:92px 0 72px;background:linear-gradient(135deg,#f4ffff,#fff);border-bottom:1px solid var(--eho-border)}.eho-page-hero:after{content:"";position:absolute;width:390px;height:390px;border:1px solid rgba(0,153,153,.09);border-radius:50%;left:-80px;top:-160px}.eho-page-hero h1{font-size:clamp(40px,5vw,66px);margin:8px 0;letter-spacing:-1px}.eho-page-hero p{max-width:700px;color:var(--eho-muted)}.eho-main-page{min-height:60vh}.eho-page-content{padding:72px 0}.eho-article-hero{position:relative;overflow:hidden;padding:88px 0 62px;background:linear-gradient(135deg,var(--eho-soft),#fff)}.eho-article-hero__inner{max-width:930px}.eho-article-hero h1{font-size:clamp(38px,5vw,64px);line-height:1.48;margin:12px 0 18px;letter-spacing:-.7px}.eho-featured{margin-top:52px}.eho-featured img{width:100%;border-radius:32px;max-height:690px;object-fit:cover;box-shadow:var(--eho-shadow)}.eho-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:72px;padding:66px 0 105px}.eho-prose{font-size:17px;line-height:2.2}.eho-prose p{margin:0 0 1.35em}.eho-prose h2,.eho-prose h3{line-height:1.65;margin-top:2em}.eho-prose img{border-radius:18px}.eho-prose a{color:var(--eho-teal)!important;text-decoration:underline;text-underline-offset:4px}.eho-prose blockquote{margin:32px 0;padding:22px 28px;border-right:4px solid var(--eho-teal);background:var(--eho-soft);border-radius:13px}.eho-article-side{position:sticky;top:116px;align-self:start}.eho-side-box{border:1px solid var(--eho-border);border-radius:20px;padding:19px;margin-bottom:14px;background:#fff}.eho-side-box p{font-size:13px;color:var(--eho-muted)}.eho-pagination{margin-top:44px}.eho-pagination ul{list-style:none;display:flex;gap:8px;padding:0;flex-wrap:wrap}.eho-pagination a,.eho-pagination span{display:grid;place-items:center;min-width:42px;height:42px;border:1px solid var(--eho-border);border-radius:12px}.eho-pagination .current{background:var(--eho-teal);color:#fff}.eho-person-hero{padding:84px 0;background:linear-gradient(135deg,var(--eho-soft),#fff)}.eho-person-hero__grid{display:grid;grid-template-columns:310px 1fr;gap:58px;align-items:center}.eho-person-hero__image{aspect-ratio:1;border-radius:34px;overflow:hidden;background:#fff;border:1px solid var(--eho-border);box-shadow:var(--eho-shadow)}.eho-person-hero__image img{width:100%;height:100%;object-fit:cover}.eho-person-hero__image span{display:grid;place-items:center;height:100%;font-size:100px;color:var(--eho-teal);font-weight:950}.eho-person-hero h1{font-size:50px;margin:8px 0}.eho-person-education{color:var(--eho-teal);font-weight:900}.eho-person-bio{font-size:15px}.eho-story-hero{position:relative;overflow:hidden;padding:118px 0;background:linear-gradient(135deg,#009999,#006d70);color:#fff}.eho-story-hero:after{content:"";position:absolute;width:500px;height:500px;border:1px solid rgba(255,255,255,.12);border-radius:50%;left:-110px;bottom:-280px}.eho-story-hero h1{font-size:66px;margin:10px 0}.eho-story-hero p{max-width:780px;font-size:18px;opacity:.9}.eho-story-copy{max-width:900px}.eho-story-copy h2{font-size:42px}.eho-contact{padding:94px 0;background:var(--eho-soft)}.eho-contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:42px}.eho-contact__details{display:grid;grid-template-columns:1fr 1fr;gap:14px}.eho-info-card{background:#fff;border:1px solid var(--eho-border);border-radius:20px;padding:19px;transition:transform .25s,box-shadow .25s}.eho-info-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(0,80,80,.07)}.eho-info-card strong{color:var(--eho-teal)}.eho-info-card p{margin:5px 0}.eho-map{grid-column:1/-1;background:#fff;border:1px solid var(--eho-border);border-radius:20px;overflow:hidden}.eho-map iframe{width:100%;height:300px;border:0;display:block}.eho-map a{display:block;padding:11px 16px;color:var(--eho-teal)!important;font-weight:900}.eho-contact-form{background:#fff;border:1px solid var(--eho-border);border-radius:26px;padding:30px;display:flex;flex-direction:column;gap:15px;box-shadow:0 16px 44px rgba(0,80,80,.06)}.eho-contact-form label span,.eho-news-form label span{display:block;font-size:12px;font-weight:900;margin-bottom:5px}.eho-contact-form input,.eho-contact-form textarea,.eho-news-form input{width:100%;border:1px solid var(--eho-border);border-radius:13px;padding:12px 14px;outline:none;background:#fff;transition:border-color .2s,box-shadow .2s}.eho-contact-form input:focus,.eho-contact-form textarea:focus,.eho-news-form input:focus{border-color:var(--eho-teal);box-shadow:0 0 0 4px rgba(0,153,153,.09)}.eho-form-help{font-size:12px;color:var(--eho-muted)}.eho-floating-contact{position:fixed;left:22px;bottom:24px;z-index:900;background:var(--eho-teal);color:#fff!important;padding:12px 17px;border-radius:999px;box-shadow:0 14px 34px rgba(0,90,90,.25);font-weight:900;transition:transform .25s,box-shadow .25s}.eho-floating-contact:hover{transform:translateY(-4px);box-shadow:0 20px 42px rgba(0,90,90,.30)}
/* Newsletter/footer */
.eho-news{padding:62px 0;background:#fff;border-top:1px solid var(--eho-border)}.eho-news__inner{display:grid;grid-template-columns:.82fr 1.18fr;gap:52px;align-items:end}.eho-news h2{font-size:36px;margin:4px 0}.eho-news p{color:var(--eho-muted);margin:0}.eho-news-form{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end}.eho-news-form button{border:0;background:var(--eho-teal);color:#fff;border-radius:13px;padding:12px 18px;font-weight:900;height:49px;cursor:pointer;transition:background .2s,transform .2s}.eho-news-form button:hover{background:var(--eho-teal-deep);transform:translateY(-2px)}.eho-footer{position:relative;overflow:hidden;background:#0a292b;color:#fff;padding:70px 0 22px}.eho-footer:before{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(255,255,255,.05);border-radius:50%;right:-180px;top:-230px}.eho-footer__grid{position:relative;display:grid;grid-template-columns:1.2fr .7fr 1fr;gap:56px}.eho-footer h2,.eho-footer h3{margin-top:0}.eho-footer p{color:#c5d9d9}.eho-footer a{color:#fff!important}.eho-footer-links{display:grid;gap:9px}.eho-footer-links a{opacity:.82;transition:opacity .2s,transform .2s}.eho-footer-links a:hover{opacity:1;transform:translateX(-3px)}.eho-footer__bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.12);padding-top:19px;margin-top:46px;font-size:12px;color:#c6d6d6}.eho-404{text-align:center;padding:125px 0}.eho-404>span{font-size:105px;font-weight:950;color:rgba(0,153,153,.18)}.eho-404 h1{font-size:44px}
/* Reveal animation */
[data-reveal]{opacity:0;transition:opacity .8s var(--eho-ease),transform .8s var(--eho-ease);will-change:transform,opacity}[data-reveal="up"]{transform:translateY(32px)}[data-reveal="left"]{transform:translateX(-34px)}[data-reveal="right"]{transform:translateX(34px)}[data-reveal].is-visible{opacity:1;transform:none}.eho-card,.eho-person-card{opacity:0;transform:translateY(28px)}.eho-card.is-visible,.eho-person-card.is-visible{opacity:1;transform:none;transition:opacity .65s var(--eho-ease),transform .65s var(--eho-ease),box-shadow .35s,border-color .35s}.eho-card.is-visible:hover,.eho-person-card.is-visible:hover{transform:translateY(-8px)}
@keyframes ehoLoaderFloat{0%,100%{transform:translateY(0);opacity:.88}50%{transform:translateY(-6px);opacity:1}}@keyframes ehoDot{0%,100%{transform:scale(.72);opacity:.35}50%{transform:scale(1.15);opacity:1}}@keyframes ehoPulse{0%,100%{transform:scale(.94);opacity:.8}50%{transform:scale(1.06);opacity:1}}@keyframes ehoPulseDot{0%,100%{box-shadow:0 0 0 4px rgba(0,153,153,.08)}50%{box-shadow:0 0 0 9px rgba(0,153,153,.03)}}@keyframes ehoSpin{to{transform:rotate(360deg)}}@keyframes ehoFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes ehoCardFloat{0%,100%{transform:rotate(-4deg) translateY(0)}50%{transform:rotate(-2.8deg) translateY(-10px)}}@keyframes ehoCardFloat2{0%,100%{transform:rotate(4deg) translateY(0)}50%{transform:rotate(2.5deg) translateY(9px)}}@keyframes ehoScrollCue{0%{transform:translateY(0);opacity:0}35%{opacity:1}100%{transform:translateY(11px);opacity:0}}
@media(max-width:1080px){.eho-header-search{display:none}.eho-nav{gap:18px}.eho-hero__grid{gap:40px}.eho-hero-card--small{right:6px}.eho-post-grid{grid-template-columns:repeat(2,1fr)}.eho-people-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.eho-header__inner{min-height:76px}.eho-logo-image,.eho-brand .custom-logo{max-height:55px;max-width:155px}.eho-menu-toggle{display:block}.eho-header-story{display:none}.eho-nav{display:flex;position:fixed;top:76px;right:16px;left:16px;z-index:5100;background:#fff;border:1px solid var(--eho-border);border-radius:24px;padding:18px;box-shadow:var(--eho-shadow-lg);flex-direction:column;align-items:stretch;gap:0;opacity:0;visibility:hidden;transform:translateY(-12px) scale(.98);transition:.3s var(--eho-ease)}.eho-nav.is-open{opacity:1;visibility:visible;transform:none}.eho-nav a{padding:13px 10px;border-bottom:1px solid var(--eho-border)}.eho-nav a:last-child{border-bottom:0}.eho-nav a:before{display:none}.eho-nav-backdrop{display:block;position:fixed;inset:76px 0 0;background:rgba(6,36,38,.20);backdrop-filter:blur(4px);z-index:4900;opacity:0;visibility:hidden;transition:.3s}.eho-nav-backdrop.is-open{opacity:1;visibility:visible}.eho-hero__grid{grid-template-columns:1fr;min-height:auto;padding:78px 0 95px;gap:34px}.eho-hero__content{max-width:760px}.eho-hero__visual{min-height:440px;max-width:560px;width:100%;margin:auto}.eho-pillars__grid{grid-template-columns:1fr 1fr 1fr}.eho-feature-split{grid-template-columns:1fr;gap:40px}.eho-article-layout{grid-template-columns:1fr}.eho-article-side{position:static}.eho-person-hero__grid{grid-template-columns:240px 1fr}.eho-contact__grid{grid-template-columns:1fr}.eho-news__inner{grid-template-columns:1fr}.eho-news-form{grid-template-columns:1fr 1fr}.eho-news-form button{grid-column:1/-1}.eho-footer__grid{grid-template-columns:1fr 1fr}.eho-footer__grid>div:first-child{grid-column:1/-1}}
@media(max-width:680px){html{scroll-padding-top:74px}.eho-shell{width:min(100% - 26px,1200px)}.eho-header__inner{min-height:70px;gap:12px}.eho-nav{top:70px}.eho-nav-backdrop{inset:70px 0 0}.eho-logo-image,.eho-brand .custom-logo{max-height:48px;max-width:138px}.eho-hero__grid{padding:58px 0 78px}.eho-eyebrow{font-size:10px}.eho-hero__content h1{font-size:42px;line-height:1.32;letter-spacing:-.7px}.eho-hero__content>p{font-size:15px;line-height:2}.eho-actions{margin-top:27px}.eho-btn{width:100%}.eho-hero__mini{gap:12px;font-size:10px}.eho-hero__mini span{width:calc(50% - 6px)}.eho-hero__visual{min-height:330px;transform:scale(.88);transform-origin:center top;margin-bottom:-38px}.eho-orbit--1{width:310px;height:310px;left:0;top:12px}.eho-orbit--2{width:235px;height:235px;left:37px;top:50px}.eho-orbit-dot{width:105px;height:105px;left:102px;top:113px}.eho-hero-monogram{width:122px;height:122px;left:94px;top:105px}.eho-hero-monogram img{max-width:90px}.eho-hero-card--main{width:245px;left:16px;top:64px;padding:24px}.eho-hero-card--main strong{font-size:21px}.eho-hero-card--small{right:0;bottom:8px;padding:15px 17px;font-size:11px}.eho-scroll-cue{display:none}.eho-pillars__grid{grid-template-columns:1fr;border-left:0;border-right:0}.eho-pillars article{border-left:0;border-bottom:1px solid var(--eho-border);padding:30px 22px}.eho-section{padding:66px 0}.eho-section-head{align-items:flex-start;flex-direction:column;margin-bottom:28px}.eho-section-head h2{font-size:34px}.eho-post-grid,.eho-people-grid{grid-template-columns:1fr}.eho-link-stack a{grid-template-columns:34px 85px 1fr 20px;gap:10px;padding:18px 0}.eho-link-stack> a > span:not(.eho-link-index){font-size:11px}.eho-feature-split h2{font-size:39px}.eho-head-links{width:100%;flex-wrap:wrap}.eho-page-hero{padding:64px 0 48px}.eho-page-hero h1{font-size:40px}.eho-article-hero{padding:62px 0 44px}.eho-article-hero h1{font-size:35px}.eho-featured{margin-top:30px}.eho-featured img{border-radius:20px}.eho-article-layout{padding:40px 0 72px}.eho-prose{font-size:16px}.eho-person-hero__grid{grid-template-columns:1fr}.eho-person-hero__image{max-width:250px}.eho-person-hero h1{font-size:38px}.eho-story-hero{padding:78px 0}.eho-story-hero h1{font-size:48px}.eho-contact__details{grid-template-columns:1fr}.eho-contact-form{padding:22px}.eho-news-form{grid-template-columns:1fr}.eho-footer__grid{grid-template-columns:1fr}.eho-footer__grid>div:first-child{grid-column:auto}.eho-footer__bottom{gap:12px;flex-direction:column}.eho-floating-contact{left:14px;bottom:14px;width:48px;height:48px;padding:0;display:grid;place-items:center}.eho-floating-contact span{display:none}.eho-loader__inner img{width:145px}}
@media(max-width:420px){.eho-hero__content h1{font-size:36px}.eho-hero__visual{transform:scale(.79);margin-right:-9px;margin-left:-9px;margin-bottom:-72px}.eho-hero__mini span{width:100%}.eho-link-stack a{grid-template-columns:28px 72px 1fr 18px}.eho-link-stack strong{font-size:17px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}[data-reveal],.eho-card,.eho-person-card{opacity:1!important;transform:none!important}.eho-loader{display:none!important}}

/* ===== Opus Pro v4 — polish, dark mode, responsive & motion ===== */
:root{--eho-bg:#ffffff;--eho-surface:#ffffff;--eho-surface-2:#f4fbfb;--eho-glass:rgba(255,255,255,.80);--eho-heading:#102f31;--eho-copy:#516b6d;--eho-line:#dceaea;--eho-card-shadow:0 18px 60px rgba(8,69,72,.10)}
html.eho-dark{color-scheme:dark;--eho-bg:#071819;--eho-surface:#0d2325;--eho-surface-2:#102b2d;--eho-glass:rgba(7,24,25,.82);--eho-ink:#efffff;--eho-heading:#f4ffff;--eho-muted:#9fc0c1;--eho-copy:#b8d0d1;--eho-border:#1b3e40;--eho-line:#1b3e40;--eho-soft:#102b2d;--eho-soft-2:#123638;--eho-teal-deep:#15b7b3;--eho-shadow:0 24px 70px rgba(0,0,0,.28);--eho-shadow-lg:0 34px 100px rgba(0,0,0,.38);--eho-card-shadow:0 24px 65px rgba(0,0,0,.28)}
body.eho-site{background:var(--eho-bg);color:var(--eho-ink);transition:background .35s var(--eho-ease),color .35s var(--eho-ease)}
/* brand: the supplied mark is white, so give it a real identity tile */
.eho-brand{margin-left:0}.eho-brand__mark{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,#00aaa7,#007f82);box-shadow:0 10px 30px rgba(0,153,153,.24),inset 0 1px rgba(255,255,255,.24);border:1px solid rgba(255,255,255,.20);transition:transform .3s var(--eho-ease),box-shadow .3s}.eho-brand:hover .eho-brand__mark{transform:translateY(-2px) rotate(-2deg);box-shadow:0 16px 34px rgba(0,153,153,.30)}.eho-brand__logo{width:100%;height:100%;display:grid;place-items:center}.eho-logo-image,.eho-brand .custom-logo{width:38px!important;height:38px!important;max-width:none!important;max-height:none!important;object-fit:contain!important;filter:brightness(0) invert(1) drop-shadow(0 3px 7px rgba(0,0,0,.08))}
/* header */
.eho-header{background:var(--eho-glass);border-color:var(--eho-line)}html.eho-dark .eho-header{box-shadow:0 1px 0 rgba(255,255,255,.02)}html.eho-dark .eho-header.is-scrolled{background:rgba(7,24,25,.94);box-shadow:0 12px 40px rgba(0,0,0,.24)}.eho-header__inner{gap:22px}.eho-nav{margin-inline:auto;gap:22px}.eho-nav a{color:var(--eho-ink)}
.eho-header-search{height:46px;min-width:230px;background:var(--eho-surface);border-color:var(--eho-line);box-shadow:inset 0 1px rgba(255,255,255,.05)}.eho-header-search input{width:188px;padding:10px 15px;font-size:13px;color:var(--eho-ink);font-weight:700}.eho-header-search input::placeholder{color:var(--eho-muted);opacity:.95;font-weight:600}.eho-header-search button{width:42px;padding:0 9px;display:grid;place-items:center;font-size:21px}.eho-header-search:hover{border-color:rgba(0,153,153,.42)}
.eho-theme-toggle{width:46px;height:46px;border:1px solid var(--eho-line);border-radius:15px;background:var(--eho-surface);color:var(--eho-ink);display:grid;place-items:center;position:relative;cursor:pointer;overflow:hidden;transition:transform .25s var(--eho-ease),border-color .25s,background .25s}.eho-theme-toggle:hover{transform:translateY(-2px);border-color:rgba(0,153,153,.58)}.eho-theme-toggle span{position:absolute;transition:opacity .28s var(--eho-ease),transform .35s var(--eho-ease);font-size:18px}.eho-theme-toggle__sun{opacity:0;transform:rotate(-80deg) scale(.6)}.eho-theme-toggle__moon{opacity:1;transform:none}html.eho-dark .eho-theme-toggle__sun{opacity:1;transform:none}html.eho-dark .eho-theme-toggle__moon{opacity:0;transform:rotate(80deg) scale(.6)}
/* loader */
.eho-loader{background:var(--eho-bg)}.eho-loader__inner{position:relative;padding:34px 42px;border:1px solid var(--eho-line);border-radius:32px;background:var(--eho-surface);box-shadow:var(--eho-card-shadow)}.eho-loader__inner:before{content:"";position:absolute;inset:-1px;border-radius:32px;padding:1px;background:linear-gradient(120deg,rgba(0,153,153,.0),rgba(0,153,153,.75),rgba(0,153,153,.0));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:ehoBorderSweep 2s linear infinite}.eho-loader__inner img{width:82px;height:82px;object-fit:contain;background:linear-gradient(145deg,#00aaa7,#007f82);border-radius:24px;padding:15px;filter:brightness(0) invert(1);animation:ehoLoaderBreath 1.8s ease-in-out infinite}.eho-loader__ring span{width:6px;height:6px}
/* hero — cleaner, darker and much more visual */
.eho-hero{background:radial-gradient(circle at 12% 18%,rgba(0,153,153,.14),transparent 30%),linear-gradient(135deg,var(--eho-bg) 0%,var(--eho-surface-2) 100%);border-color:var(--eho-line)}html.eho-dark .eho-hero{background:radial-gradient(circle at 10% 15%,rgba(0,193,190,.16),transparent 30%),radial-gradient(circle at 90% 70%,rgba(0,153,153,.10),transparent 34%),linear-gradient(135deg,#061718 0%,#0a2224 100%)}.eho-hero__mesh{opacity:.42;background-image:linear-gradient(rgba(0,153,153,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(0,153,153,.055) 1px,transparent 1px)}.eho-eyebrow{background:var(--eho-surface);border-color:var(--eho-line);color:var(--eho-teal);box-shadow:none}.eho-hero__content h1{color:var(--eho-heading);text-wrap:balance}.eho-hero__content>p{color:var(--eho-copy)}.eho-btn--ghost{background:var(--eho-surface);border-color:rgba(0,153,153,.38);color:var(--eho-teal)!important}.eho-btn--ghost:hover{background:var(--eho-surface-2)}.eho-hero__mini{border-color:var(--eho-line);color:var(--eho-muted)}.eho-hero__mini b{color:var(--eho-ink)}
.eho-hero__visual{min-height:540px;perspective:1000px}.eho-idea-stage{position:absolute;inset:18px 0 0;isolation:isolate}.eho-idea-stage:before{content:"";position:absolute;inset:58px 34px 54px;border-radius:48% 52% 43% 57%/55% 39% 61% 45%;background:linear-gradient(145deg,rgba(0,153,153,.10),rgba(0,153,153,.02));border:1px solid rgba(0,153,153,.14);transform:rotate(-6deg)}.eho-idea-glow{position:absolute;border-radius:50%;filter:blur(34px);opacity:.6}.eho-idea-glow--a{width:240px;height:240px;background:rgba(0,202,197,.18);right:18%;top:18%}.eho-idea-glow--b{width:190px;height:190px;background:rgba(0,115,125,.16);left:8%;bottom:12%}.eho-idea-ring{position:absolute;border-radius:50%;border:1px dashed rgba(0,153,153,.30)}.eho-idea-ring--one{width:430px;height:430px;right:34px;top:32px;animation:ehoSpin 34s linear infinite}.eho-idea-ring--two{width:330px;height:330px;right:84px;top:82px;border-style:solid;opacity:.58;animation:ehoSpin 26s linear infinite reverse}.eho-idea-panel{position:absolute;right:102px;top:112px;width:330px;min-height:290px;border:1px solid rgba(0,153,153,.22);border-radius:30px;padding:28px 30px;background:linear-gradient(145deg,rgba(255,255,255,.90),rgba(240,252,252,.76));backdrop-filter:blur(18px) saturate(140%);box-shadow:0 28px 80px rgba(7,76,79,.18);transform:rotate(2deg);transition:transform .45s var(--eho-ease),box-shadow .45s}.eho-idea-panel:hover{transform:rotate(0) translateY(-6px);box-shadow:0 36px 90px rgba(7,76,79,.24)}html.eho-dark .eho-idea-panel{background:linear-gradient(145deg,rgba(17,49,51,.94),rgba(8,31,33,.86));box-shadow:0 30px 90px rgba(0,0,0,.35)}.eho-idea-panel__top{display:flex;align-items:center;gap:8px;color:var(--eho-muted);font-size:11px;font-weight:800}.eho-idea-panel__top i{font-style:normal;margin-right:auto;color:var(--eho-teal);letter-spacing:.08em}.eho-live-dot{width:7px;height:7px;border-radius:50%;background:#20d5c9;box-shadow:0 0 0 6px rgba(32,213,201,.12);animation:ehoPulseDot 2s ease-in-out infinite}.eho-idea-panel>strong{display:block;font-size:34px;line-height:1.55;margin:27px 0 13px;color:var(--eho-heading)}.eho-idea-panel>p{margin:0;color:var(--eho-copy);font-size:13px}.eho-idea-lines{margin-top:23px;display:grid;gap:7px}.eho-idea-lines span{height:5px;border-radius:99px;background:linear-gradient(90deg,rgba(0,153,153,.68),rgba(0,153,153,.08))}.eho-idea-lines span:nth-child(2){width:78%}.eho-idea-lines span:nth-child(3){width:55%}.eho-float-chip{position:absolute;padding:12px 16px;border:1px solid var(--eho-line);border-radius:18px;background:var(--eho-surface);box-shadow:var(--eho-card-shadow);display:flex;align-items:center;gap:8px;transition:transform .35s var(--eho-ease),border-color .35s,box-shadow .35s}.eho-float-chip:hover{transform:translateY(-5px) scale(1.02)!important;border-color:rgba(0,153,153,.45);box-shadow:0 22px 55px rgba(0,90,90,.18)}.eho-float-chip b{color:var(--eho-teal);font-size:12px}.eho-float-chip span{color:var(--eho-muted);font-size:10px}.eho-float-chip--a{right:10px;top:78px;animation:ehoSoftFloat 6.2s ease-in-out infinite}.eho-float-chip--b{left:-4px;top:240px;animation:ehoSoftFloat 7.1s ease-in-out infinite reverse}.eho-float-chip--c{right:30px;bottom:42px;animation:ehoSoftFloat 6.8s ease-in-out infinite 1s}.eho-idea-node{position:absolute;width:12px;height:12px;border-radius:50%;background:var(--eho-teal);box-shadow:0 0 0 8px rgba(0,153,153,.10),0 0 28px rgba(0,153,153,.35)}.eho-idea-node--1{left:80px;top:90px}.eho-idea-node--2{right:54px;bottom:160px}.eho-idea-node--3{left:98px;bottom:48px;width:7px;height:7px}
/* richer hover language */
.eho-pillars{background:var(--eho-surface);border-color:var(--eho-line)}.eho-pillars__grid{border-color:var(--eho-line)}.eho-pillars article{border-color:var(--eho-line);background:transparent}.eho-pillars article:before{content:"";position:absolute;inset:auto 0 0;height:3px;background:linear-gradient(90deg,var(--eho-teal),#27d3cb);transform:scaleX(0);transform-origin:right;transition:transform .35s var(--eho-ease)}.eho-pillars article:hover{background:var(--eho-surface-2);transform:translateY(-5px)}.eho-pillars article:hover:before{transform:scaleX(1)}.eho-pillar-icon{transition:transform .35s var(--eho-ease),background .35s}.eho-pillars article:hover .eho-pillar-icon{transform:rotate(-7deg) scale(1.08);background:rgba(0,153,153,.14)}
.eho-section:not(.eho-section--teal){background:var(--eho-bg)}.eho-people-section{background:var(--eho-surface-2)!important}.eho-card,.eho-person-card,.eho-info-card,.eho-contact-form,.eho-map,.eho-side-box{background:var(--eho-surface)!important;border-color:var(--eho-line)!important}.eho-card{box-shadow:0 8px 28px rgba(0,60,62,.04)}.eho-card:hover{transform:translateY(-8px) scale(1.012);box-shadow:var(--eho-card-shadow);border-color:rgba(0,153,153,.40)!important}.eho-card__media:before{content:"";position:absolute;inset:0;z-index:2;border:1px solid transparent;transition:inset .45s var(--eho-ease),border-color .45s;border-radius:22px}.eho-card:hover .eho-card__media:before{inset:9px;border-color:rgba(255,255,255,.38)}.eho-card__body h3,.eho-person-card h3,.eho-section-head h2{color:var(--eho-heading)}.eho-card__body p,.eho-person-card p{color:var(--eho-copy)}
/* pages & articles in dark mode */
.eho-main-page,.eho-page-content,.eho-article-layout{background:var(--eho-bg)}.eho-page-hero,.eho-article-hero,.eho-person-hero{background:linear-gradient(135deg,var(--eho-surface-2),var(--eho-bg));border-color:var(--eho-line)}.eho-page-hero h1,.eho-article-hero h1,.eho-person-hero h1,.eho-prose h1,.eho-prose h2,.eho-prose h3,.eho-prose h4{color:var(--eho-heading)}.eho-prose,.eho-prose p,.eho-prose li{color:var(--eho-copy)}.eho-prose a{color:var(--eho-teal)!important}.eho-featured img{box-shadow:var(--eho-card-shadow)}.eho-contact{background:var(--eho-surface-2)}.eho-contact-form input,.eho-contact-form textarea,.eho-news-form input{background:var(--eho-bg);border-color:var(--eho-line);color:var(--eho-ink)}.eho-contact-form input::placeholder,.eho-contact-form textarea::placeholder,.eho-news-form input::placeholder{color:var(--eho-muted)}.eho-news{background:var(--eho-surface);border-color:var(--eho-line)}.eho-footer{background:#061718}.eho-pagination a,.eho-pagination span{background:var(--eho-surface);border-color:var(--eho-line);color:var(--eho-ink)}
/* animation: subtle depth, no awkward card popping */
[data-reveal]{opacity:0;filter:blur(7px);transition:opacity .72s var(--eho-ease),transform .72s var(--eho-ease),filter .72s var(--eho-ease);will-change:transform,opacity,filter}[data-reveal="up"]{transform:translateY(18px) scale(.992)}[data-reveal="left"]{transform:translateX(-20px)}[data-reveal="right"]{transform:translateX(20px)}[data-reveal="fade"]{transform:scale(.985)}[data-reveal].is-visible{opacity:1;transform:none;filter:blur(0)}.eho-card,.eho-person-card,.eho-pillars article{opacity:0;transform:translateY(14px);filter:blur(5px)}.eho-card.is-visible,.eho-person-card.is-visible,.eho-pillars article.is-visible{opacity:1;transform:none;filter:blur(0);transition:opacity .58s var(--eho-ease),transform .58s var(--eho-ease),filter .58s var(--eho-ease),box-shadow .3s,border-color .3s}.eho-card.is-visible:hover,.eho-person-card.is-visible:hover{transform:translateY(-8px) scale(1.012)}
/* mobile nav dark */
html.eho-dark .eho-nav{background:#0b2224}.eho-nav-backdrop{background:rgba(2,16,17,.45)}
@keyframes ehoSoftFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes ehoLoaderBreath{0%,100%{transform:scale(.96);box-shadow:0 0 0 0 rgba(0,153,153,.15)}50%{transform:scale(1.02);box-shadow:0 0 0 14px rgba(0,153,153,0)}}@keyframes ehoBorderSweep{to{transform:rotate(360deg)}}
@media(max-width:1180px){.eho-header-search{min-width:190px}.eho-header-search input{width:150px}.eho-nav{gap:16px}.eho-header__inner{gap:14px}}
@media(max-width:1080px){.eho-header-search{display:flex;min-width:178px}.eho-header-search input{width:138px}.eho-nav{font-size:13px;gap:13px}.eho-brand__mark{width:52px;height:52px}.eho-theme-toggle{width:42px;height:42px}.eho-header-story{padding-inline:13px}}
@media(max-width:960px){.eho-header-search{display:none}.eho-theme-toggle{display:grid}.eho-brand{margin-left:auto}.eho-nav{margin:0}.eho-hero__visual{min-height:500px}.eho-idea-stage{max-width:560px;margin:auto;right:0;left:0}.eho-idea-panel{right:110px}.eho-float-chip--b{left:8px}}
@media(max-width:680px){.eho-brand__mark{width:46px;height:46px;border-radius:14px}.eho-logo-image,.eho-brand .custom-logo{width:31px!important;height:31px!important}.eho-theme-toggle{width:40px;height:40px;border-radius:13px}.eho-header__actions{gap:7px}.eho-hero__visual{min-height:390px;transform:none;margin-bottom:0}.eho-idea-stage{inset:0;transform:scale(.82);transform-origin:center top;min-width:460px;right:50%;margin-right:-230px}.eho-idea-panel{right:78px;top:84px;width:304px;min-height:270px}.eho-idea-ring--one{width:390px;height:390px;right:35px}.eho-idea-ring--two{width:292px;height:292px;right:84px}.eho-float-chip--a{right:4px;top:54px}.eho-float-chip--b{left:0;top:218px}.eho-float-chip--c{right:8px;bottom:32px}.eho-loader__inner{padding:28px 30px}.eho-loader__inner img{width:72px;height:72px}}
@media(max-width:430px){.eho-hero__visual{min-height:345px}.eho-idea-stage{transform:scale(.70);margin-right:-230px}.eho-hero__content h1{font-size:35px}.eho-hero__content>p{font-size:14px}.eho-theme-toggle{margin-right:auto}}
@media(prefers-reduced-motion:reduce){.eho-float-chip,.eho-idea-ring,.eho-loader__inner:before{animation:none!important}}


/* ===== Opus Pro v5 — contrast, theme consistency & restrained motion ===== */
:root{
  --eho-bg:#ffffff;--eho-surface:#ffffff;--eho-surface-2:#f5fbfb;--eho-surface-3:#edf8f8;
  --eho-ink:#132f31;--eho-heading:#0b292b;--eho-copy:#435f61;--eho-muted:#627b7d;
  --eho-line:#d9e8e8;--eho-border:#d9e8e8;--eho-soft:#f3fafa;--eho-soft-2:#e9f7f7;
  --eho-glass:rgba(255,255,255,.92);--eho-card-shadow:0 14px 38px rgba(7,70,72,.08);
  --eho-footer-bg:#eaf7f7;--eho-footer-ink:#123638;--eho-footer-copy:#4f6c6e;
}
html.eho-dark{
  color-scheme:dark;--eho-bg:#0b1516;--eho-surface:#111f20;--eho-surface-2:#142526;--eho-surface-3:#182b2c;
  --eho-ink:#f2f8f8;--eho-heading:#ffffff;--eho-copy:#c7d6d7;--eho-muted:#9fb3b4;
  --eho-line:#294041;--eho-border:#294041;--eho-soft:#142526;--eho-soft-2:#193032;
  --eho-glass:rgba(11,21,22,.94);--eho-teal:#1ab7b3;--eho-teal-deep:#5bd1ce;
  --eho-card-shadow:0 18px 45px rgba(0,0,0,.24);--eho-shadow:0 20px 55px rgba(0,0,0,.22);--eho-shadow-lg:0 28px 70px rgba(0,0,0,.30);
  --eho-footer-bg:#101e1f;--eho-footer-ink:#f5fbfb;--eho-footer-copy:#b8cbcc;
}
html,body.eho-site,.eho-main-page,.eho-page-content,.eho-article-layout{background:var(--eho-bg)!important;color:var(--eho-ink)}
body.eho-site{transition:background-color .22s ease,color .22s ease}
.eho-section:not(.eho-section--teal),.eho-pillars,.eho-news,.eho-people-section,.eho-contact{background:var(--eho-bg)!important;color:var(--eho-ink)}
.eho-people-section,.eho-contact{background:var(--eho-surface-2)!important}
.eho-page-hero,.eho-article-hero,.eho-person-hero{background:linear-gradient(135deg,var(--eho-surface-2),var(--eho-bg))!important;color:var(--eho-ink);border-color:var(--eho-line)}
.eho-section h1,.eho-section h2,.eho-section h3,.eho-page-hero h1,.eho-article-hero h1,.eho-person-hero h1,.eho-prose h1,.eho-prose h2,.eho-prose h3,.eho-prose h4{color:var(--eho-heading)!important}
.eho-section p,.eho-card__body p,.eho-person-card p,.eho-prose,.eho-prose p,.eho-prose li,.eho-page-hero p{color:var(--eho-copy)!important}
.eho-section--teal{background:linear-gradient(135deg,#008d8d,#006e71)!important;color:#fff!important}
html.eho-dark .eho-section--teal{background:linear-gradient(135deg,#0b5f61,#08484a)!important}
.eho-section--teal h2,.eho-section--teal p,.eho-section--teal strong,.eho-section--teal span,.eho-section--teal i,.eho-section--teal a{color:#fff!important}
.eho-section--teal .eho-kicker--light{color:#dcffff!important}
.eho-section--teal .eho-btn--white{background:#fff!important;color:#056d70!important;border-color:#fff!important}
html.eho-dark .eho-section--teal .eho-btn--white{background:#eafefe!important;color:#064a4c!important}

/* Footer follows the selected theme */
.eho-footer{background:var(--eho-footer-bg)!important;color:var(--eho-footer-ink)!important;border-top:1px solid var(--eho-line);padding-top:64px}
.eho-footer:before{border-color:rgba(0,153,153,.11)!important}
.eho-footer h2,.eho-footer h3,.eho-footer a{color:var(--eho-footer-ink)!important}
.eho-footer p,.eho-footer__bottom{color:var(--eho-footer-copy)!important}
.eho-footer__bottom{border-top-color:var(--eho-line)!important}
.eho-footer-links a{opacity:.86}.eho-footer-links a:hover{opacity:1;color:var(--eho-teal)!important}
html.eho-dark .eho-footer{box-shadow:inset 0 1px rgba(255,255,255,.02)}

/* No leftover white blocks in dark mode */
html.eho-dark .eho-card,html.eho-dark .eho-person-card,html.eho-dark .eho-info-card,html.eho-dark .eho-contact-form,html.eho-dark .eho-map,html.eho-dark .eho-side-box,html.eho-dark .eho-news-form input,html.eho-dark .eho-contact-form input,html.eho-dark .eho-contact-form textarea,html.eho-dark .eho-head-links a,html.eho-dark .eho-eyebrow,html.eho-dark .eho-float-chip{background:var(--eho-surface)!important;color:var(--eho-ink)!important;border-color:var(--eho-line)!important}
html.eho-dark .eho-card__media,html.eho-dark .eho-person-card__image{background:var(--eho-surface-3)!important}
html.eho-dark .eho-btn--ghost{background:var(--eho-surface)!important}
html.eho-dark input,html.eho-dark textarea,html.eho-dark select{color:var(--eho-ink);background-color:var(--eho-surface);border-color:var(--eho-line)}

/* Cards: calm entrance, refined hover — no blur/scale/flash */
[data-reveal],.eho-card,.eho-person-card,.eho-pillars article{filter:none!important;will-change:opacity,transform}
[data-reveal]{opacity:0;transform:translateY(10px)!important;transition:opacity .42s ease,transform .42s cubic-bezier(.22,.7,.25,1)!important}
[data-reveal="fade"]{transform:none!important}
[data-reveal].is-visible{opacity:1;transform:none!important}
.eho-card,.eho-person-card,.eho-pillars article{opacity:0;transform:translateY(8px)!important}
.eho-card.is-visible,.eho-person-card.is-visible,.eho-pillars article.is-visible{opacity:1;transform:none!important;transition:opacity .38s ease,transform .38s ease,box-shadow .22s ease,border-color .22s ease,background-color .22s ease!important}
.eho-card,.eho-person-card{box-shadow:0 5px 20px rgba(8,64,66,.055)!important;border-color:var(--eho-line)!important}
.eho-card.is-visible:hover,.eho-person-card.is-visible:hover{transform:translateY(-3px)!important;box-shadow:var(--eho-card-shadow)!important;border-color:rgba(0,153,153,.34)!important}
.eho-card__media:before{display:none!important}
.eho-card__media img,.eho-person-card__image img{transition:transform .35s ease!important}
.eho-card:hover .eho-card__media img,.eho-person-card:hover .eho-person-card__image img{transform:scale(1.018)!important}
.eho-pillars article:hover{transform:translateY(-2px)!important;background:var(--eho-surface-2)!important}
.eho-pillar-icon{transition:background-color .2s ease,color .2s ease!important}
.eho-pillars article:hover .eho-pillar-icon{transform:none!important;background:rgba(0,153,153,.12)!important}

/* Better text contrast */
.eho-card__body h3,.eho-person-card h3,.eho-section-head h2,.eho-feature-split h2{color:var(--eho-heading)!important}
.eho-card__meta,.eho-card__meta span,.eho-hero__mini,.eho-idea-panel__top{color:var(--eho-muted)!important}
.eho-card__body p,.eho-person-card p,.eho-feature-split p{color:var(--eho-copy)!important}
.eho-post-grid .eho-card{background:var(--eho-surface)!important}

/* Theme switch: compact premium slider */
.eho-theme-toggle{width:58px!important;height:32px!important;padding:0!important;border:1px solid var(--eho-line)!important;border-radius:999px!important;background:var(--eho-surface-2)!important;box-shadow:inset 0 1px 2px rgba(10,60,62,.06)!important;overflow:visible!important;display:block!important;transform:none!important}
.eho-theme-toggle:hover{border-color:rgba(0,153,153,.42)!important;background:var(--eho-surface-3)!important;transform:none!important}
.eho-theme-toggle__track{position:absolute!important;inset:0!important;display:block!important}
.eho-theme-toggle__thumb{position:absolute;top:3px;right:3px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#fff;box-shadow:0 2px 8px rgba(18,57,59,.18);transition:right .24s cubic-bezier(.2,.8,.2,1),background .24s ease;overflow:hidden}
.eho-theme-toggle svg{position:absolute!important;width:14px!important;height:14px!important;fill:none;stroke:#1b6668;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;opacity:1!important;transform:none!important;transition:opacity .18s ease!important}
.eho-theme-toggle__sun{opacity:0!important}.eho-theme-toggle__moon{opacity:1!important;fill:#1b6668!important;stroke:none!important}
html.eho-dark .eho-theme-toggle{background:#1a3132!important}
html.eho-dark .eho-theme-toggle__thumb{right:29px;background:#20aaa6}
html.eho-dark .eho-theme-toggle__sun{opacity:1!important;stroke:#fff!important}
html.eho-dark .eho-theme-toggle__moon{opacity:0!important}

/* Loader: simple, branded, always legible */
.eho-loader{background:var(--eho-bg)!important;transition:opacity .28s ease,visibility .28s ease!important}
.eho-loader__inner{width:min(390px,calc(100vw - 44px));padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;text-align:right!important}
.eho-loader__inner:before,.eho-loader__ring{display:none!important}
.eho-loader__brand{display:flex;align-items:center;justify-content:center;gap:16px}
.eho-loader__logo{width:58px;height:58px;flex:0 0 58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,#00aaa7,#007f82);box-shadow:0 10px 28px rgba(0,153,153,.22)}
.eho-loader__logo img{display:block!important;width:36px!important;height:36px!important;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;border-radius:0!important;background:transparent!important;filter:brightness(0) invert(1)!important;animation:none!important;object-fit:contain!important}
.eho-loader__brand strong{display:block;color:var(--eho-heading);font-size:20px;line-height:1.2}
.eho-loader__brand small{display:block;color:var(--eho-muted);font-size:11px;margin-top:7px;letter-spacing:.01em}
.eho-loader__line{height:3px;border-radius:99px;background:var(--eho-surface-3);overflow:hidden;margin-top:22px}
.eho-loader__line span{display:block;width:42%;height:100%;border-radius:99px;background:linear-gradient(90deg,var(--eho-teal),#54d6d2);animation:ehoLoaderLine 1.05s ease-in-out infinite}
@keyframes ehoLoaderLine{0%{transform:translateX(145%)}50%{transform:translateX(5%)}100%{transform:translateX(-145%)}}

/* Hero dark mode: brighter typography, fewer muddy overlays */
html.eho-dark .eho-hero{background:radial-gradient(circle at 15% 20%,rgba(26,183,179,.13),transparent 34%),linear-gradient(135deg,#0b1516 0%,#132526 100%)!important}
html.eho-dark .eho-hero__mesh{opacity:.18}
html.eho-dark .eho-idea-panel{background:rgba(17,31,32,.94)!important;border-color:#315153!important;box-shadow:0 20px 55px rgba(0,0,0,.26)!important}
html.eho-dark .eho-idea-stage:before{background:rgba(26,183,179,.045)!important;border-color:rgba(56,199,195,.16)!important}
html.eho-dark .eho-float-chip{box-shadow:0 10px 26px rgba(0,0,0,.18)!important}

/* Header/search contrast */
.eho-header{background:var(--eho-glass)!important;border-color:var(--eho-line)!important}
.eho-header.is-scrolled{background:var(--eho-glass)!important}
.eho-header-search{background:var(--eho-surface)!important;border-color:var(--eho-line)!important}
.eho-header-search input{color:var(--eho-ink)!important;font-size:13.5px!important}
.eho-header-search input::placeholder{color:var(--eho-muted)!important;opacity:1!important}
.eho-menu-toggle span{background:var(--eho-ink)!important}

/* Responsive consistency */
@media(max-width:960px){
  html.eho-dark .eho-nav{background:var(--eho-surface)!important;border-color:var(--eho-line)!important}
  .eho-theme-toggle{width:54px!important;height:30px!important}.eho-theme-toggle__thumb{width:22px;height:22px}.eho-theme-toggle svg{width:13px!important;height:13px!important}html.eho-dark .eho-theme-toggle__thumb{right:27px}
}
@media(max-width:680px){
  .eho-theme-toggle{width:50px!important;height:28px!important}.eho-theme-toggle__thumb{width:20px;height:20px;top:3px;right:3px}.eho-theme-toggle svg{width:12px!important;height:12px!important}html.eho-dark .eho-theme-toggle__thumb{right:25px}
  .eho-loader__brand{gap:12px}.eho-loader__logo{width:52px;height:52px;flex-basis:52px}.eho-loader__logo img{width:32px!important;height:32px!important}.eho-loader__brand strong{font-size:18px}
}
@media(prefers-reduced-motion:reduce){.eho-loader__line span{animation:none!important;width:100%!important}}

/* v6 media fixes */
.eho-card__media{background-color:var(--eho-soft-2);background-position:center;background-repeat:no-repeat;background-size:cover!important}
.eho-card:hover .eho-card__media{background-size:cover!important}
.eho-featured img,.eho-prose img{max-width:100%;height:auto;border-radius:18px}

/* v7: media rendering, restrained fades, stronger contrast */
.eho-card__media{position:relative;overflow:hidden;background:linear-gradient(180deg,#e9fbfb,#d6eeee)!important}
.eho-card__image{display:block!important;width:100%!important;height:100%!important;min-height:100%!important;object-fit:cover!important;object-position:center!important;opacity:1!important;visibility:visible!important;position:absolute!important;inset:0!important;z-index:1!important}
.eho-card__placeholder{position:absolute;inset:0;z-index:1;display:grid;place-items:center;color:#167f80;font-weight:900;font-size:22px;background:linear-gradient(180deg,#e7fafa,#d2ecec)}
.eho-card__media .eho-chip{position:absolute;z-index:3}
.eho-featured{margin-top:36px;margin-bottom:28px}
.eho-featured img{display:block!important;width:100%!important;max-height:720px;object-fit:contain!important;background:var(--eho-surface-2);border:1px solid var(--eho-line);box-shadow:0 18px 45px rgba(10,55,57,.08)}
.eho-prose img,.eho-prose figure img{display:block!important;opacity:1!important;visibility:visible!important;max-width:100%!important;height:auto!important;margin-inline:auto}

/* Simple fade only: no translate, scale, blur, stagger, or reveal movement */
[data-reveal],.eho-card,.eho-person-card,.eho-pillars article{opacity:0!important;transform:none!important;filter:none!important;transition:opacity .34s ease!important;will-change:opacity!important}
[data-reveal].is-visible,.eho-card.is-visible,.eho-person-card.is-visible,.eho-pillars article.is-visible{opacity:1!important;transform:none!important;filter:none!important;transition:opacity .34s ease,box-shadow .20s ease,border-color .20s ease!important}
.eho-card.is-visible:hover,.eho-person-card.is-visible:hover{transform:none!important;box-shadow:0 12px 34px rgba(8,64,66,.10)!important;border-color:rgba(0,153,153,.32)!important}
.eho-card__image,.eho-person-card__image img{transition:none!important}
.eho-card:hover .eho-card__image,.eho-person-card:hover .eho-person-card__image img{transform:none!important}

/* Stronger readable typography in both themes */
.eho-site{--eho-heading:#102f31;--eho-copy:#36595b;--eho-muted:#5e7779}
html.eho-dark .eho-site,html.eho-dark{--eho-heading:#f3ffff;--eho-copy:#d4e5e6;--eho-muted:#9ebabc}
.eho-section h1,.eho-section h2,.eho-section h3,.eho-section h4,.eho-article h1,.eho-article h2,.eho-article h3,.eho-page-hero h1,.eho-card__body h3,.eho-feature-split h2{color:var(--eho-heading)!important}
.eho-section p,.eho-card__body p,.eho-prose,.eho-prose p,.eho-prose li,.eho-page-hero p,.eho-feature-split p,.eho-person-card p{color:var(--eho-copy)!important;opacity:1!important}
.eho-meta,.eho-meta span,.eho-card__meta,.eho-kicker{opacity:1!important}
.eho-section--teal,.eho-section--teal *{color:#fff!important}
.eho-section--teal p,.eho-section--teal .eho-feature-split p{color:#eaffff!important}
.eho-section--teal .eho-link-stack a span{color:#d9ffff!important}
html.eho-dark .eho-card__placeholder{color:#9ce9e7;background:linear-gradient(180deg,#173435,#142c2d)}

@media(max-width:680px){.eho-featured{margin-top:24px}.eho-featured img{border-radius:14px}}

/* v8 hard fixes: no animated movement, no fake empty image blocks, stronger contrast */
.eho-card,.eho-person-card,.eho-pillars article,[data-reveal]{transform:none!important;filter:none!important;will-change:opacity!important;opacity:0!important;transition:opacity .28s ease,box-shadow .18s ease,border-color .18s ease!important}
.eho-card.is-visible,.eho-person-card.is-visible,.eho-pillars article.is-visible,[data-reveal].is-visible{opacity:1!important;transform:none!important}
.eho-card:hover,.eho-person-card:hover,.eho-pillars article:hover{transform:none!important}
.eho-card__media{display:block!important;position:relative!important;aspect-ratio:16/10!important;overflow:hidden!important;background:#e9f7f7!important}
.eho-card__image{display:block!important;position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:1!important;visibility:visible!important;z-index:1!important}
.eho-card__topline{display:flex;justify-content:flex-start;padding:18px 22px 0}.eho-chip--inline{position:static!important;display:inline-flex!important}.eho-media-error{display:none!important}
.eho-section--teal,.eho-section--teal h1,.eho-section--teal h2,.eho-section--teal h3,.eho-section--teal h4,.eho-section--teal strong{color:#fff!important}.eho-section--teal p{color:#efffff!important;opacity:1!important}.eho-section--teal .eho-link-stack span{color:#e2ffff!important;opacity:1!important}.eho-section--teal .eho-link-stack a{color:#fff!important}
.eho-card__body h3,.eho-section-head h2,.eho-article-hero h1,.eho-page-hero h1{color:#123436!important}.eho-card__body p,.eho-prose,.eho-prose p,.eho-page-hero p{color:#405e60!important;opacity:1!important}
html.eho-dark .eho-card__body h3,html.eho-dark .eho-section-head h2,html.eho-dark .eho-article-hero h1,html.eho-dark .eho-page-hero h1{color:#f2ffff!important}html.eho-dark .eho-card__body p,html.eho-dark .eho-prose,html.eho-dark .eho-prose p,html.eho-dark .eho-page-hero p{color:#cee1e2!important}
@media (prefers-reduced-motion:reduce){.eho-card,.eho-person-card,.eho-pillars article,[data-reveal]{opacity:1!important;transition:none!important}}
