:root{
  --red:#bf1115;
  --red-dark:#8f0d11;
  --black:#111214;
  --ink:#1b1d21;
  --muted:#666a73;
  --line:#e8e8ea;
  --soft:#f6f6f7;
  --white:#fff;
  --max:1180px;
}
.elohim-onepage,.elohim-onepage *{box-sizing:border-box}
html{scroll-behavior:smooth}
body.elohim-landing-page{margin:0;background:#fff} .elohim-onepage{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
.elohim-onepage a{color:inherit;text-decoration:none}
.elohim-onepage img{max-width:100%;display:block}
.elohim-onepage .container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
.elohim-onepage .site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06)}
.elohim-onepage .nav-wrap{height:84px;display:flex;align-items:center;justify-content:space-between;gap:32px}.elohim-onepage .brand img{width:330px;max-height:58px;object-fit:contain;object-position:left center}.elohim-onepage .nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:650}.elohim-onepage .nav a{transition:.2s ease}.elohim-onepage .nav a:hover{color:var(--red)}.elohim-onepage .nav-cta{border:1px solid var(--black);padding:10px 16px;border-radius:999px}.elohim-onepage .nav-cta:hover{background:var(--black);color:#fff!important}.elohim-onepage .menu-toggle{display:none;background:none;border:0;font-size:24px}
.elohim-onepage .hero{position:relative;overflow:hidden;padding:92px 0 80px;background:radial-gradient(circle at 80% 18%,rgba(191,17,21,.11),transparent 34%),linear-gradient(#fff,#fbfbfb)}
.elohim-onepage .hero:after{content:"";position:absolute;right:-180px;bottom:-280px;width:620px;height:620px;border:1px solid rgba(191,17,21,.12);border-radius:50%;box-shadow:0 0 0 80px rgba(191,17,21,.025),0 0 0 160px rgba(191,17,21,.018)}
.elohim-onepage .hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:72px;align-items:center;position:relative;z-index:2}.elohim-onepage .eyebrow,.elohim-onepage .section-kicker{font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:800;color:var(--red);margin-bottom:18px}.elohim-onepage .hero h1{font-size:clamp(48px,6.5vw,84px);line-height:.98;letter-spacing:-.055em;margin:0 0 28px;max-width:850px}.elohim-onepage .hero h1 span{color:var(--red)}.elohim-onepage .lead{font-size:20px;color:#50535a;max-width:760px;margin:0 0 30px}.elohim-onepage .hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:24px}.elohim-onepage .btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;border-radius:8px;font-weight:750;font-size:14px;transition:.2s ease}.elohim-onepage .btn-primary{background:var(--red);color:#fff}.elohim-onepage .btn-primary:hover{background:var(--red-dark);transform:translateY(-1px)}.elohim-onepage .btn-ghost{border:1px solid #cfd0d4;background:#fff}.elohim-onepage .btn-ghost:hover{border-color:var(--black)}.elohim-onepage .hero-note{font-size:12px;color:#7a7d84;max-width:670px}
.elohim-onepage .hero-art{position:relative;min-height:480px}.elohim-onepage .art-card{position:absolute;border-radius:24px;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 24px 70px rgba(0,0,0,.09)}.elohim-onepage .art-card-main{inset:38px 25px 28px 40px;background:linear-gradient(145deg,#151619,#272a2f);overflow:hidden;padding:48px}.elohim-onepage .art-card-main:before{content:"";position:absolute;inset:-20%;background:linear-gradient(125deg,transparent 32%,rgba(191,17,21,.3) 33%,rgba(191,17,21,.3) 48%,transparent 49%);transform:rotate(-7deg)}.elohim-onepage .art-card-main img{position:relative;width:118px;filter:drop-shadow(0 12px 26px rgba(0,0,0,.18));z-index:2}.elohim-onepage .art-lines{position:absolute;right:48px;top:54px;display:grid;gap:8px}.elohim-onepage .art-lines span{display:block;width:100px;height:4px;background:rgba(255,255,255,.82)}.elohim-onepage .art-lines span:nth-child(2){width:70px}.elohim-onepage .art-lines span:nth-child(3){width:45px}.elohim-onepage .art-label{position:absolute;left:48px;bottom:48px;color:#fff;letter-spacing:.18em;font-size:12px;font-weight:800}.elohim-onepage .art-card-small{width:190px;padding:19px 22px;z-index:5}.elohim-onepage .art-card-small strong,.elohim-onepage .art-card-small span{display:block}.elohim-onepage .art-card-small strong{font-size:18px}.elohim-onepage .art-card-small span{font-size:13px;color:var(--muted)}.elohim-onepage .top-card{right:-10px;top:0}.elohim-onepage .bottom-card{left:0;bottom:0}
.elohim-onepage .stat-strip{background:var(--black);color:#fff}.elohim-onepage .stat-grid{display:grid;grid-template-columns:repeat(4,1fr)}.elohim-onepage .stat-grid>div{padding:26px 24px;border-right:1px solid rgba(255,255,255,.12)}.elohim-onepage .stat-grid>div:last-child{border-right:0}.elohim-onepage .stat-grid strong{display:block;font-size:28px;line-height:1;margin-bottom:8px}.elohim-onepage .stat-grid span{font-size:13px;color:rgba(255,255,255,.68)}
.elohim-onepage .section{padding:96px 0}.elohim-onepage .section-soft{background:var(--soft)}.elohim-onepage .split{display:grid;grid-template-columns:.62fr 1.38fr;gap:80px;align-items:start}.elohim-onepage .split h2,.elohim-onepage .section-heading h2,.elohim-onepage .contact h2{font-size:clamp(36px,4.2vw,58px);line-height:1.05;letter-spacing:-.045em;margin:0 0 24px}.elohim-onepage .split p,.elohim-onepage .section-heading p{font-size:18px;color:#5f6269;margin:0 0 18px}.elohim-onepage .section-heading{max-width:820px;margin-bottom:46px}.elohim-onepage .section-heading.narrow{max-width:760px}.elohim-onepage .cards.four{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.elohim-onepage .card{background:#fff;border:1px solid var(--line);padding:30px 26px;border-radius:18px;min-height:280px}.elohim-onepage .card-no{font-size:12px;letter-spacing:.14em;color:var(--red);font-weight:850;margin-bottom:56px}.elohim-onepage .card h3{font-size:20px;margin:0 0 12px}.elohim-onepage .card p{margin:0;color:#666a72;font-size:15px}.elohim-onepage .dark{background:#121315;color:#fff}.elohim-onepage .dark h2{color:#fff!important}.elohim-onepage .dark .split p{color:rgba(255,255,255,.74)}.elohim-onepage .section-kicker.light{color:#ff686b}.elohim-onepage .legal-note{margin-top:26px;padding:16px 18px;border-left:3px solid var(--red);background:rgba(255,255,255,.05);font-size:12px;color:rgba(255,255,255,.62)}
.elohim-onepage .timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--line);margin-top:48px}.elohim-onepage .timeline-item{padding:30px 30px 0 0;position:relative}.elohim-onepage .timeline-item:before{content:"";position:absolute;top:-5px;left:0;width:9px;height:9px;border-radius:50%;background:var(--red)}.elohim-onepage .timeline-item span{font-size:12px;color:var(--red);font-weight:850}.elohim-onepage .timeline-item h3{font-size:19px;margin:18px 0 8px}.elohim-onepage .timeline-item p{font-size:14px;color:#6a6d74;margin:0}.elohim-onepage .channel-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.elohim-onepage .channel{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px}.elohim-onepage .channel strong,.elohim-onepage .channel span{display:block}.elohim-onepage .channel strong{font-size:18px}.elohim-onepage .channel span{font-size:13px;color:#777a81;margin-top:2px}
.elohim-onepage .contact{background:linear-gradient(125deg,#9d0e12,#ca1419);color:#fff}.elohim-onepage .contact-grid{display:grid;grid-template-columns:1fr .8fr;gap:80px;align-items:center}.elohim-onepage .contact p{font-size:18px;color:rgba(255,255,255,.8);max-width:620px}.elohim-onepage .contact-card{background:#fff;color:var(--ink);border-radius:22px;padding:34px;box-shadow:0 28px 80px rgba(0,0,0,.18)}.elohim-onepage .contact-card img{width:64px;margin-bottom:24px}.elohim-onepage .contact-card div{padding:14px 0;border-top:1px solid var(--line)}.elohim-onepage .contact-card span{display:block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#888b91;font-weight:800}.elohim-onepage .contact-card strong,.elohim-onepage .contact-card a{display:block;font-size:15px;margin-top:4px}.elohim-onepage .contact-card .btn-light{margin-top:20px;background:var(--black);color:#fff}.elohim-onepage .footer{background:#0b0c0d;color:rgba(255,255,255,.68);font-size:13px}.elohim-onepage .footer-wrap{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.elohim-onepage .footer a:hover{color:#fff}
.elohim-onepage .reveal{opacity:0;transform:translateY(12px);transition:opacity .65s ease,transform .65s ease}.elohim-onepage .reveal.visible{opacity:1;transform:none}

/* Keep the sticky site header visible below the WordPress admin bar for logged-in users. */
body.admin-bar .elohim-onepage .site-header{top:32px}
@media (max-width:782px){body.admin-bar .elohim-onepage .site-header{top:46px}}
@media (max-width:980px){.elohim-onepage .nav{position:absolute;top:84px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);display:none;flex-direction:column;align-items:stretch;padding:18px 24px 24px;gap:0}.elohim-onepage .nav.open{display:flex}.elohim-onepage .nav a{padding:12px 0}.elohim-onepage .nav-cta{border:0;padding:12px 0}.elohim-onepage .menu-toggle{display:block}.elohim-onepage .brand img{width:270px}.elohim-onepage .hero-grid,.elohim-onepage .split,.elohim-onepage .contact-grid{grid-template-columns:1fr}.elohim-onepage .hero-grid{gap:42px}.elohim-onepage .hero-art{min-height:400px}.elohim-onepage .cards.four{grid-template-columns:repeat(2,1fr)}.elohim-onepage .stat-grid{grid-template-columns:repeat(2,1fr)}.elohim-onepage .stat-grid>div:nth-child(2){border-right:0}.elohim-onepage .stat-grid>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}.elohim-onepage .timeline{grid-template-columns:repeat(2,1fr);row-gap:30px}.elohim-onepage .split{gap:28px}.elohim-onepage .contact-grid{gap:36px}}
@media (max-width:640px){.elohim-onepage .container{width:min(var(--max),calc(100% - 28px))}.elohim-onepage .nav-wrap{height:72px}.elohim-onepage .nav{top:72px}.elohim-onepage .brand img{width:220px}.elohim-onepage .hero{padding:64px 0 56px}.elohim-onepage .hero h1{font-size:50px}.elohim-onepage .lead{font-size:17px}.elohim-onepage .hero-art{min-height:330px}.elohim-onepage .art-card-main{inset:35px 5px 20px 12px;padding:30px}.elohim-onepage .art-card-main img{width:86px}.elohim-onepage .art-lines{right:28px;top:34px}.elohim-onepage .art-label{left:30px;bottom:34px;font-size:10px}.elohim-onepage .art-card-small{width:155px;padding:14px 16px}.elohim-onepage .top-card{right:-4px}.elohim-onepage .cards.four,.elohim-onepage .channel-grid,.elohim-onepage .timeline{grid-template-columns:1fr}.elohim-onepage .section{padding:72px 0}.elohim-onepage .stat-grid{grid-template-columns:1fr 1fr}.elohim-onepage .stat-grid>div{padding:20px 14px}.elohim-onepage .stat-grid strong{font-size:23px}.elohim-onepage .contact-card{padding:26px}.elohim-onepage .footer-wrap{flex-direction:column;align-items:flex-start;justify-content:center;padding:22px 0}.elohim-onepage .timeline-item{padding-right:0}}


/* v1.2 visual operating-model section */
.elohim-onepage .operations-showcase{background:#fff}
.elohim-onepage .operations-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.elohim-onepage .operation-tile{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 14px 36px rgba(17,18,20,.05)}
.elohim-onepage .operation-image-wrap{aspect-ratio:16/10;overflow:hidden;background:#efeff0}
.elohim-onepage .operation-image-wrap img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.elohim-onepage .operation-tile:hover .operation-image-wrap img{transform:scale(1.025)}
.elohim-onepage .operation-copy{padding:24px 24px 26px}
.elohim-onepage .operation-copy>span{display:block;font-size:11px;letter-spacing:.14em;color:var(--red);font-weight:850;margin-bottom:14px}
.elohim-onepage .operation-copy h3{font-size:20px;line-height:1.2;margin:0 0 10px}
.elohim-onepage .operation-copy p{margin:0;color:#666a72;font-size:14px;line-height:1.65}
.elohim-onepage .image-disclosure{margin:15px 0 0;font-size:11px!important;line-height:1.5;color:#8a8d93!important}
@media (max-width:980px){.elohim-onepage .operations-grid{grid-template-columns:1fr 1fr}.elohim-onepage .operation-tile:last-child{grid-column:1/-1}.elohim-onepage .operation-tile:last-child .operation-image-wrap{aspect-ratio:16/7}}
@media (max-width:640px){.elohim-onepage .operations-grid{grid-template-columns:1fr}.elohim-onepage .operation-tile:last-child{grid-column:auto}.elohim-onepage .operation-tile:last-child .operation-image-wrap{aspect-ratio:16/10}}
