
:root{
  --bg:#071018;
  --bg-2:#0b1721;
  --panel:#101f2a;
  --panel-2:#142734;
  --text:#f3f6f8;
  --muted:#a6b5bf;
  --line:rgba(255,255,255,.11);
  --teal:#16a39b;
  --teal-light:#35c8bf;
  --amber:#f5a623;
  --slate:#5a6b73;

  --salve-night:#180e2e;
  --salve-cream:#fbf6e8;
  --salve-sun:#ffe94d;
  --salve-pink:#ff2e7e;
  --salve-cyan:#2ce5d3;

  --container:min(1160px,calc(100% - 40px));
  --shadow:0 28px 90px rgba(0,0,0,.34);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(circle at 80% 8%,rgba(22,163,155,.12),transparent 31rem),
    linear-gradient(180deg,#050b10,var(--bg) 35%,#09141c);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:var(--container);margin-inline:auto}
.skip-link{position:fixed;top:10px;left:10px;z-index:1000;padding:10px 14px;background:var(--teal);color:#041013;border-radius:10px;transform:translateY(-160%)}
.skip-link:focus{transform:none}

.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(5,11,16,.78);
  border-bottom:1px solid transparent;
  backdrop-filter:blur(18px);
}
.site-header.scrolled{background:rgba(5,11,16,.95);border-bottom-color:var(--line)}
.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:26px}
.brand{width:220px;height:66px;overflow:hidden;display:flex;align-items:center}
.brand img{width:220px;max-width:none;mix-blend-mode:screen}
.nav-links{display:flex;align-items:center;gap:27px;color:var(--muted);font-size:.92rem}
.nav-links>a:not(.button):hover{color:var(--text)}
.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.03);color:var(--text)}
.menu-toggle span,.menu-toggle span::before,.menu-toggle span::after{display:block;width:20px;height:2px;background:currentColor;border-radius:9px;position:relative}
.menu-toggle span::before,.menu-toggle span::after{content:"";position:absolute;left:0}
.menu-toggle span::before{top:-6px}.menu-toggle span::after{top:6px}

.button{
  min-height:47px;display:inline-flex;align-items:center;justify-content:center;
  padding:0 19px;border-radius:999px;border:1px solid transparent;font-weight:760;
  transition:.16s ease;
}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--teal);color:#051113;box-shadow:0 12px 32px rgba(22,163,155,.2)}
.button-primary:hover{background:var(--teal-light)}
.button-secondary{border-color:var(--line);background:rgba(255,255,255,.035)}

.hero{min-height:calc(100vh - 78px);display:grid;align-items:center;padding:70px 0 82px}
.hero-grid{display:grid;grid-template-columns:1fr .95fr;gap:58px;align-items:center}
.eyebrow{
  display:inline-flex;align-items:center;gap:10px;margin-bottom:20px;
  color:var(--teal-light);font-size:.78rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase
}
.eyebrow::before{content:"";width:30px;height:2px;border-radius:10px;background:var(--amber)}
h1,h2,h3,p{margin-top:0}
h1{margin-bottom:24px;font-size:clamp(3.2rem,6.6vw,6.5rem);line-height:.97;letter-spacing:-.057em}
.hero-copy p{max-width:680px;margin-bottom:34px;color:var(--muted);font-size:1.14rem}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap}
.brand-stage{
  min-height:520px;border:1px solid var(--line);border-radius:30px;
  background:#02070b;box-shadow:var(--shadow);overflow:hidden;
  display:grid;place-items:center;
}
.brand-stage img{width:100%;height:100%;object-fit:cover}

section{padding:102px 0}
.section-heading{max-width:790px;margin-bottom:46px}
.section-heading h2{margin-bottom:16px;font-size:clamp(2.2rem,5vw,4.2rem);line-height:1.04;letter-spacing:-.047em}
.section-heading p{margin-bottom:0;color:var(--muted);font-size:1.07rem}

.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.pillar{
  min-height:270px;padding:28px;border:1px solid var(--line);border-radius:20px;
  background:rgba(16,31,42,.76)
}
.pillar>img{width:54px;height:54px;margin-bottom:42px;padding:11px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.04)}
.pillar h3{margin-bottom:9px;font-size:1.18rem}
.pillar p{margin-bottom:0;color:var(--muted)}

.salve-section{
  background:
    radial-gradient(circle at 10% 22%,rgba(255,46,126,.1),transparent 22rem),
    radial-gradient(circle at 88% 78%,rgba(44,229,211,.08),transparent 22rem);
}
.salve-grid{display:grid;grid-template-columns:1fr .82fr;align-items:center;gap:66px}
.salve-brand{display:flex;align-items:center;gap:20px;margin-bottom:25px}
.salve-brand>img{width:74px;height:88px}
.salve-overline{display:block;margin-bottom:4px;color:var(--salve-pink);font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.salve-copy h2{margin-bottom:0;font-size:clamp(2.25rem,4.7vw,4.25rem);line-height:1.03;letter-spacing:-.05em}
.salve-lead{margin-bottom:30px;color:var(--muted);font-size:1.08rem}
.salve-points{display:grid;gap:16px}
.salve-points>div{padding:18px 20px;border-left:3px solid var(--salve-pink);background:rgba(255,255,255,.035);border-radius:0 14px 14px 0}
.salve-points strong{display:block;margin-bottom:4px}
.salve-points span{color:var(--muted);font-size:.93rem}

.device{
  width:min(390px,100%);margin-inline:auto;padding:12px;border-radius:45px;
  background:#030207;border:1px solid rgba(255,255,255,.18);box-shadow:var(--shadow)
}
.device-screen{
  position:relative;min-height:760px;padding:23px 18px 78px;border-radius:34px;overflow:hidden;
  color:var(--salve-cream);
  background:
    radial-gradient(circle at 80% 0,rgba(255,46,126,.2),transparent 15rem),
    radial-gradient(circle at 0 4%,rgba(255,233,77,.12),transparent 12rem),
    var(--salve-night);
  font-family:"Space Grotesk",Inter,sans-serif
}
.salve-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
.location{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:650}
.location img{width:15px;filter:brightness(0) saturate(100%) invert(31%) sepia(98%) saturate(3224%) hue-rotate(326deg) brightness(104%) contrast(102%)}
.top-actions{display:flex;gap:7px}
.top-actions span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgba(251,246,232,.08)}
.top-actions img{width:17px;filter:brightness(0) invert(1)}
.top-actions .notice{color:var(--salve-pink);font-size:14px}
.device-screen h3{margin-bottom:8px;font-size:26px;line-height:1.06;letter-spacing:-.03em}
.device-screen h3 em{color:var(--salve-pink);font-style:italic}
.context-chip{display:inline-flex;align-items:center;gap:7px;padding:4px 9px 4px 4px;border:1px solid rgba(251,246,232,.11);background:rgba(251,246,232,.07);border-radius:999px;color:rgba(251,246,232,.65);font-size:10px}
.pin-dot{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:var(--salve-pink)}
.pin-dot img{width:12px;filter:brightness(0) invert(1)}
.search-box{height:52px;margin-top:15px;padding:0 7px 0 15px;display:flex;align-items:center;gap:9px;border-radius:26px;border:1px solid rgba(251,246,232,.11);background:rgba(251,246,232,.07)}
.search-box>img{width:18px;filter:brightness(0) invert(1);opacity:.65}
.search-box>span{flex:1;color:rgba(251,246,232,.55);font-size:13px}
.search-box button{width:38px;height:38px;border:0;border-radius:50%;display:grid;place-items:center;background:var(--salve-sun)}
.search-box button img{width:17px}
.screen-section-title{display:flex;justify-content:space-between;align-items:center;margin:18px 2px 9px;font-size:13px}
.screen-section-title span{color:rgba(251,246,232,.5);font-size:10px}
.screen-section-title i{display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:var(--salve-pink);box-shadow:0 0 0 4px rgba(255,46,126,.15)}
.resume-card{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid rgba(251,246,232,.1);border-radius:14px;background:rgba(251,246,232,.055)}
.resume-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:rgba(44,229,211,.12)}
.resume-icon img{width:16px;filter:brightness(0) saturate(100%) invert(84%) sepia(38%) saturate(1037%) hue-rotate(116deg) brightness(95%) contrast(92%)}
.resume-card strong{display:block;font-size:12px}.resume-card small{display:block;color:rgba(251,246,232,.5);font-size:9px}
.intent-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.intent{min-height:76px;padding:11px;border-radius:15px;color:var(--salve-night);display:flex;flex-direction:column;justify-content:space-between}
.intent span{font-size:23px}.intent strong{font-size:12px}
.intent.yellow{background:var(--salve-sun)}.intent.pink{background:var(--salve-pink);color:#fff}.intent.cyan{background:var(--salve-cyan)}.intent.violet{background:#8d69ff;color:#fff}
.place-card{display:grid;grid-template-columns:68px 1fr 20px;gap:10px;align-items:center;padding:9px;border:1px solid rgba(251,246,232,.1);border-radius:15px;background:rgba(251,246,232,.055)}
.place-image{width:68px;height:64px;border-radius:11px;background:linear-gradient(135deg,#f5a623,#ff2e7e 50%,#2ce5d3)}
.place-info strong{display:block;font-size:12px}.place-info span,.place-info small{display:block;color:rgba(251,246,232,.55);font-size:8.5px}.place-info small{margin-top:3px;color:var(--salve-cyan)}
.heart{width:18px;filter:brightness(0) invert(1);opacity:.7}
.bottom-nav{position:absolute;left:0;right:0;bottom:0;height:67px;padding:8px 12px;display:flex;justify-content:space-around;align-items:center;border-top:1px solid rgba(251,246,232,.08);background:rgba(24,14,46,.96)}
.bottom-nav span{display:flex;flex-direction:column;align-items:center;gap:3px;color:rgba(251,246,232,.45)}
.bottom-nav img{width:18px;filter:brightness(0) invert(1);opacity:.55}
.bottom-nav small{font-size:8px}.bottom-nav .active{color:var(--salve-pink)}.bottom-nav .active img{filter:brightness(0) saturate(100%) invert(31%) sepia(98%) saturate(3224%) hue-rotate(326deg) brightness(104%) contrast(102%);opacity:1}

.structure-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.structure-card{display:flex;gap:17px;padding:23px;border:1px solid var(--line);border-radius:19px;background:rgba(16,31,42,.72)}
.structure-card>img{width:52px;height:52px;object-fit:contain;padding:8px;border-radius:14px;background:rgba(255,255,255,.04)}
.structure-card:first-child>img{padding:5px}
.structure-card h3{margin-bottom:5px}.structure-card p{margin-bottom:0;color:var(--muted);font-size:.91rem}
.structure-card.featured{border-color:rgba(22,163,155,.35);background:rgba(22,163,155,.07)}
.ops-access{margin-top:24px;padding:35px;display:flex;justify-content:space-between;align-items:center;gap:30px;border:1px solid rgba(22,163,155,.3);border-radius:23px;background:linear-gradient(135deg,rgba(22,163,155,.1),rgba(16,31,42,.8))}
.ops-access h2{margin-bottom:8px;font-size:clamp(1.7rem,3vw,2.7rem);letter-spacing:-.04em}.ops-access p{margin-bottom:0;color:var(--muted)}

.contact-grid{display:grid;grid-template-columns:1fr .8fr;gap:50px}
.contact-card{padding:30px;border:1px solid var(--line);border-radius:20px;background:rgba(16,31,42,.76)}
.contact-card>img{width:52px;height:52px;margin-bottom:26px;padding:11px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.04)}
.contact-card h3{margin-bottom:6px}.contact-card p{color:var(--muted)}.contact-card a{color:var(--teal-light);font-weight:730}

footer{padding:30px 0 42px;border-top:1px solid var(--line);color:var(--muted);font-size:.84rem}
.footer-row{display:flex;justify-content:space-between;gap:18px}
.reveal{opacity:0;transform:translateY(22px);transition:.5s ease}.reveal.visible{opacity:1;transform:none}

@media(max-width:940px){
  .menu-toggle{display:block}
  .nav-links{position:fixed;inset:78px 18px auto;display:none;flex-direction:column;align-items:stretch;padding:18px;border:1px solid var(--line);border-radius:18px;background:rgba(5,11,16,.98);box-shadow:var(--shadow)}
  .nav-links.open{display:flex}
  .hero{min-height:auto}
  .hero-grid,.salve-grid,.contact-grid{grid-template-columns:1fr}
  .brand-stage{min-height:430px}
  .pillars,.structure-grid{grid-template-columns:1fr}
  .ops-access{align-items:flex-start;flex-direction:column}
}
@media(max-width:620px){
  :root{--container:min(100% - 28px,1160px)}
  .brand{width:175px;height:56px}.brand img{width:175px}
  .hero{padding-top:54px}
  h1{font-size:clamp(3rem,15vw,4.8rem)}
  section{padding:78px 0}
  .brand-stage{min-height:320px}
  .salve-brand{align-items:flex-start}.salve-brand>img{width:58px;height:70px}
  .device{width:100%;max-width:390px}
  .footer-row{flex-direction:column}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}}


.hero-secondary{
  max-width:680px;
  margin-top:-17px !important;
  color:#d7e0e5 !important;
  font-size:1rem !important;
}

.institutional-grid{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:54px;
  align-items:start;
}

.institutional-note{
  padding:30px;
  border:1px solid var(--line);
  border-radius:22px;
  background:
    radial-gradient(circle at 85% 15%,rgba(22,163,155,.12),transparent 12rem),
    rgba(16,31,42,.76);
}

.institutional-note>span{
  display:block;
  margin-bottom:12px;
  color:var(--teal-light);
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.institutional-note strong{
  display:block;
  margin-bottom:14px;
  font-size:1.45rem;
  line-height:1.25;
}

.institutional-note p{
  margin-bottom:0;
  color:var(--muted);
}

.services-section{
  background:
    linear-gradient(180deg,rgba(255,255,255,.015),transparent 30%),
    rgba(0,0,0,.05);
}

.services-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}

.service-card{
  position:relative;
  min-height:300px;
  padding:30px;
  border:1px solid var(--line);
  border-radius:22px;
  background:rgba(16,31,42,.76);
  overflow:hidden;
}

.service-card::after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  right:-80px;
  bottom:-80px;
  border:1px solid rgba(22,163,155,.18);
  border-radius:50%;
  box-shadow:
    0 0 0 30px rgba(22,163,155,.018),
    0 0 0 60px rgba(22,163,155,.012);
}

.service-number{
  position:absolute;
  top:26px;
  right:28px;
  color:rgba(255,255,255,.22);
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.12em;
}

.service-card>img{
  width:58px;
  height:58px;
  margin-bottom:38px;
  padding:12px;
  border:1px solid var(--line);
  border-radius:16px;
  background:rgba(255,255,255,.04);
}

.service-card h3{
  margin-bottom:10px;
  font-size:1.25rem;
}

.service-card p{
  position:relative;
  z-index:1;
  max-width:500px;
  margin-bottom:0;
  color:var(--muted);
}

.outcomes{
  margin-top:24px;
  padding:35px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:40px;
  align-items:start;
  border:1px solid rgba(22,163,155,.25);
  border-radius:24px;
  background:
    radial-gradient(circle at 92% 15%,rgba(22,163,155,.12),transparent 18rem),
    rgba(16,31,42,.76);
}

.outcomes-copy h2{
  margin-bottom:0;
  font-size:clamp(1.9rem,3.4vw,3.15rem);
  line-height:1.05;
  letter-spacing:-.045em;
}

.outcomes-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.outcomes-list span{
  padding:10px 13px;
  border:1px solid var(--line);
  border-radius:999px;
  color:#d6e0e5;
  background:rgba(255,255,255,.035);
  font-size:.86rem;
  font-weight:650;
}

.salve-headline{
  margin-bottom:15px;
  color:var(--salve-cream);
  font-family:"Bricolage Grotesque",Inter,sans-serif;
  font-size:clamp(1.55rem,2.8vw,2.35rem);
  font-weight:700;
  line-height:1.12;
  letter-spacing:-.035em;
}

.identity-section{
  background:
    radial-gradient(circle at 15% 12%,rgba(245,166,35,.055),transparent 20rem),
    rgba(255,255,255,.012);
}

.identity-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}

.identity-card{
  min-height:360px;
  padding:34px;
  border:1px solid var(--line);
  border-radius:24px;
  background:rgba(16,31,42,.76);
}

.identity-card h2{
  margin-bottom:17px;
  font-size:clamp(2rem,3.6vw,3.4rem);
  line-height:1.04;
  letter-spacing:-.047em;
}

.identity-card p{
  margin-bottom:0;
  color:var(--muted);
  font-size:1.02rem;
}

.principles{
  margin-top:24px;
  padding:35px;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:42px;
  border:1px solid var(--line);
  border-radius:24px;
  background:rgba(16,31,42,.58);
}

.principles-title h2{
  margin-bottom:0;
  font-size:clamp(2rem,3.4vw,3.2rem);
  line-height:1.04;
  letter-spacing:-.045em;
}

.principles-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.principles-grid span{
  padding:14px 15px;
  border-left:3px solid var(--teal);
  border-radius:0 12px 12px 0;
  background:rgba(255,255,255,.035);
  color:#d9e2e7;
  font-size:.91rem;
  font-weight:650;
}

@media(max-width:940px){
  .institutional-grid,
  .outcomes,
  .identity-grid,
  .principles{
    grid-template-columns:1fr;
  }

  .services-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:620px){
  .service-card,
  .identity-card,
  .principles,
  .outcomes{
    padding:25px;
  }

  .principles-grid{
    grid-template-columns:1fr;
  }
}
