/* Cinematic opening */
.site-intro{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#030303;animation:introCurtain .7s cubic-bezier(.76,0,.24,1) 1.25s forwards}
.site-intro img{width:min(360px,58vw);height:auto;object-fit:contain;animation:introLogo 1s cubic-bezier(.2,.8,.2,1) both}
.site-intro span{width:min(300px,48vw);height:3px;margin-top:18px;background:linear-gradient(90deg,transparent,var(--red),transparent);transform-origin:left;animation:introLine 1s ease .15s both}
@keyframes introLogo{from{opacity:0;transform:scale(.86);filter:blur(8px)}to{opacity:1;transform:scale(1);filter:blur(0)}}
@keyframes introLine{from{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}
@keyframes introCurtain{to{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-3%)}}

/* Stronger hierarchy */
.eyebrow{font-size:14px;font-weight:900;letter-spacing:.115em}
.hero-proof{font-size:13px;gap:34px}.hero-proof b{font-size:13px}
.gateway>a>b,.community-points b,.process-grid b{font-size:14px}
.gateway small{font-size:12px;letter-spacing:.09em}
.intro-band{font-size:13.5px;line-height:1.7}
.service aside{font-size:13px;line-height:1.5}
.team-vision span,.pillar{font-size:13px}

/* Refined depth and motion */
.hero-visual{overflow:hidden;transform-origin:center;animation:heroVisualReveal 1.25s cubic-bezier(.2,.8,.2,1) .25s both}
.hero-visual::after{content:"";position:absolute;inset:-20%;z-index:1;pointer-events:none;background:linear-gradient(110deg,transparent 35%,rgba(255,255,255,.22) 48%,transparent 61%);transform:translateX(-80%);animation:heroShine 1.4s ease 1.35s both}
.red-stripe{z-index:2;animation:stripeArrival 1s cubic-bezier(.2,.8,.2,1) .55s both}
.image-note{z-index:3}
@keyframes heroVisualReveal{from{opacity:0;clip-path:inset(0 100% 0 0);transform:scale(1.05)}to{opacity:1;clip-path:inset(0);transform:scale(1)}}
@keyframes stripeArrival{from{opacity:0;transform:translateY(-35%) rotate(34deg)}to{opacity:.94;transform:translateY(0) rotate(34deg)}}
@keyframes heroShine{to{transform:translateX(80%)}}
.gateway a,.community-points>div,.team-grid article,.contact-hub{transform-style:preserve-3d;will-change:transform;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}
.gateway a:hover,.community-points>div:hover,.team-grid article:hover{box-shadow:0 24px 60px rgba(0,0,0,.16)}

/* Compact community rhythm */
.community-mark{min-height:360px}
.community-points{gap:12px;margin:28px 0 34px}
.community-points>div{min-height:150px;padding:20px}
.community-points h3{margin:12px 0 6px;font-size:20px}
.community-points p{line-height:1.5}
.process-grid h3{margin:46px 0 10px}

/* Modern contact hub */
.contact{position:relative;overflow:hidden;padding:125px 24px;background:#080a09;color:#fff;text-align:left}
.contact::before,.contact::after{content:"";position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}
.contact::before{width:540px;height:540px;right:-180px;top:-230px;background:radial-gradient(circle,rgba(223,56,44,.34),rgba(223,56,44,0) 68%)}
.contact::after{width:500px;height:500px;left:-220px;bottom:-300px;background:radial-gradient(circle,rgba(71,125,115,.32),rgba(71,125,115,0) 68%)}
.contact-shell{position:relative;z-index:1;width:min(1260px,100%);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:clamp(60px,8vw,120px);align-items:center}
.contact-copy h2{max-width:760px;margin:0;font-size:clamp(58px,6.2vw,92px);line-height:1.02;letter-spacing:-.055em}
.contact-copy>p:not(.eyebrow){max-width:620px;margin:30px 0 34px;color:#c9cfcc;font-size:19px;line-height:1.7}
.contact-meta{margin-top:0;color:#e7e9e8}
.contact-hub{padding:18px;border:1px solid rgba(255,255,255,.17);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.035));box-shadow:0 40px 90px rgba(0,0,0,.35),inset 0 1px rgba(255,255,255,.12);backdrop-filter:blur(18px)}
.contact-hub-head{padding:10px 9px 18px;display:flex;align-items:center;justify-content:space-between;color:#bfc6c2;font-size:11px;font-weight:900;letter-spacing:.13em}
.contact-hub-head i{font-style:normal;letter-spacing:0;text-transform:none;font-weight:600}
.channel{min-height:88px;margin-top:9px;padding:16px 17px;display:grid;grid-template-columns:48px 1fr 22px;gap:15px;align-items:center;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(7,9,8,.62);color:#fff;transition:transform .22s ease,background .22s ease,border-color .22s ease}
.channel:hover{transform:translateX(5px);background:rgba(255,255,255,.11);border-color:rgba(255,255,255,.32)}
.channel-primary{background:#f3efe7;color:#111;border-color:#f3efe7}
.channel-primary:hover{background:#fff}
.channel-mark{width:46px;height:46px;display:grid;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:16px;font-weight:900;opacity:.88}
.channel small,.channel strong{display:block}.channel small{margin-bottom:3px;font-size:11px;opacity:.62}.channel strong{font-size:18px;line-height:1.25}
.contact-social{margin-top:17px;padding:17px 10px 7px;display:flex;align-items:center;gap:18px;border-top:1px solid rgba(255,255,255,.12)}
.contact-social>span{margin-right:auto;color:#aab1ad;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.contact-social a{font-size:13px;font-weight:800;border-bottom:1px solid rgba(255,255,255,.42)}

@media(max-width:1050px){
  .contact-shell{grid-template-columns:1fr;gap:48px}.contact-hub{max-width:680px;width:100%}
}

@media(max-width:700px){
  .eyebrow{font-size:13px;letter-spacing:.09em}
  .heading>.eyebrow,.service .eyebrow,.community .eyebrow,.process .eyebrow,.mission .eyebrow,.team .eyebrow,.contact .eyebrow{font-size:14px;line-height:1.55;letter-spacing:.065em}
  .hero{display:flex;flex-direction:column}
  .hero-visual{order:-1;min-height:390px;background-position:68% center}
  .hero-copy{order:2;padding-top:46px}
  .hero-proof{font-size:13px;gap:13px}.hero-proof b{font-size:13px}
  .gateway>a>b{font-size:14px}.gateway small{font-size:12px;line-height:1.45}.gateway h2{font-size:27px}
  .intro-band{font-size:13px;line-height:1.9;letter-spacing:.04em}
  .service aside{font-size:14px;line-height:1.5;letter-spacing:.055em}
  .service aside b{font-size:14px}
  .community-mark{min-height:240px}
  .community-points{gap:10px;margin:25px 0 30px}.community-points>div{min-height:0;padding:20px}.community-points b{font-size:13px}.community-points h3{margin:10px 0 5px;font-size:21px}.community-points p{font-size:16px}
  .process-grid{gap:10px}.process-grid>div,.process-grid>div:nth-child(2){min-height:0;padding:22px}.process-grid h3{margin:22px 0 7px}.process-grid b{font-size:13px}
  .team-vision span,.pillar{font-size:12px;line-height:1.5}
  .contact{padding:82px 20px}
  .contact-shell{gap:38px}
  .contact-copy h2{font-size:clamp(43px,12vw,52px);line-height:1.05}
  .contact-copy>p:not(.eyebrow){margin:25px 0 28px;font-size:17px}
  .contact-hub{padding:12px;border-radius:22px;box-shadow:0 28px 60px rgba(0,0,0,.35)}
  .channel{min-height:80px;padding:14px;grid-template-columns:42px 1fr 19px;gap:12px;border-radius:15px}.channel-mark{width:40px;height:40px}.channel strong{font-size:17px}.channel small{font-size:10px}
  .contact-social{flex-wrap:wrap;gap:13px 18px}.contact-social>span{width:100%;margin-right:0}
}

@media(hover:none),(prefers-reduced-motion:reduce){.site-intro{animation-delay:.35s}.gateway a,.community-points>div,.team-grid article,.contact-hub{transform:none!important}.hero-visual::after{display:none}}
