body.hnksnk-landing-body{
  margin:0!important;
  background:#eef6f6!important;
}

#hnksnk-portal{
  --ink:#123847;
  --ink-deep:#082f3b;
  --muted:#58717a;
  --teal:#087f78;
  --teal-bright:#10a596;
  --cyan:#158ca8;
  --blue:#315f9b;
  --amber:#c98524;
  --violet:#715790;
  --coral:#b85e52;
  --line:#d7e5e6;
  --paper:#ffffff;
  min-height:100svh;
  color:var(--ink);
  font:16px/1.6 system-ui,-apple-system,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at 6% 1%,rgba(16,165,150,.15),transparent 27%),
    radial-gradient(circle at 96% 8%,rgba(49,95,155,.12),transparent 25%),
    linear-gradient(180deg,#f8fcfc 0%,#edf5f6 56%,#f8fbfb 100%);
  isolation:isolate;
}

#hnksnk-portal *{box-sizing:border-box}
#hnksnk-portal h1,
#hnksnk-portal h2,
#hnksnk-portal h3,
#hnksnk-portal p{margin:0;color:inherit;font-family:inherit}
#hnksnk-portal a{color:inherit;text-decoration:none;font-family:inherit}
#hnksnk-portal img{display:block;max-width:100%;height:auto;border:0}
#hnksnk-portal a:focus-visible{outline:3px solid #f0b65a;outline-offset:4px}

#hnksnk-portal .hnksnk-shell{
  width:min(100%,1440px);
  margin:0 auto;
  padding:30px clamp(18px,4.8vw,68px) 24px;
}

#hnksnk-portal .hnksnk-skip{
  position:fixed;
  top:-100px;
  left:12px;
  z-index:99999;
  padding:11px 15px;
  border-radius:10px;
  background:#fff;
  box-shadow:0 12px 30px rgba(18,56,71,.14);
}
#hnksnk-portal .hnksnk-skip:focus{top:12px}

/* HERO */
#hnksnk-portal .hnksnk-hero{
  display:grid;
  grid-template-columns:minmax(0,1.28fr) minmax(350px,.82fr);
  gap:20px;
  align-items:stretch;
  margin-bottom:24px;
}

#hnksnk-portal .hnksnk-copy{
  position:relative;
  overflow:hidden;
  min-width:0;
  padding:32px clamp(24px,3.5vw,46px) 30px;
  border-radius:30px;
  color:#fff;
  background:
    radial-gradient(circle at 100% 0,rgba(39,192,172,.24),transparent 32%),
    radial-gradient(circle at 0 100%,rgba(49,95,155,.22),transparent 38%),
    linear-gradient(135deg,#082f3b 0%,#0b4c58 54%,#08756f 100%);
  box-shadow:0 22px 54px rgba(16,61,73,.16);
}

#hnksnk-portal .hnksnk-copy::after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  right:-150px;
  top:115px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:50%;
  box-shadow:0 0 0 44px rgba(255,255,255,.025),0 0 0 88px rgba(255,255,255,.018);
  pointer-events:none;
}

#hnksnk-portal .hnksnk-nameplate{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:16px;
  padding-bottom:21px;
  margin-bottom:23px;
  border-bottom:1px solid rgba(255,255,255,.17);
}

#hnksnk-portal .hnksnk-seal{
  width:78px;
  height:78px;
  flex:0 0 78px;
  object-fit:contain;
  padding:6px;
  border-radius:21px;
  background:#fff;
  box-shadow:0 12px 27px rgba(0,0,0,.15);
}

#hnksnk-portal .hnksnk-institution{
  margin-bottom:5px;
  color:#a9e4dc;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.9px;
}

#hnksnk-portal .hnksnk-unit-title{
  color:#fff;
  font-size:clamp(22px,2.2vw,32px);
  font-weight:820;
  line-height:1.18;
  letter-spacing:-.5px;
}

#hnksnk-portal .hnksnk-hero-message{
  position:relative;
  z-index:1;
  max-width:760px;
  margin-bottom:25px;
}

#hnksnk-portal .hnksnk-eyebrow{
  margin-bottom:8px;
  color:var(--teal);
  font-size:11px;
  font-weight:850;
  letter-spacing:1.8px;
}

#hnksnk-portal .hnksnk-hero-message .hnksnk-eyebrow{color:#7de1d3}

#hnksnk-portal .hnksnk-slogan{
  max-width:720px;
  color:#fff;
  font-size:clamp(29px,3vw,44px);
  font-weight:780;
  line-height:1.12;
  letter-spacing:-1px;
}

#hnksnk-portal .hnksnk-intro{
  max-width:700px;
  margin-top:13px;
  color:#d4e6e8;
  font-size:14px;
  line-height:1.75;
}

/* QUICK LINKS — the main navigation */
#hnksnk-portal .hnksnk-quick{
  position:relative;
  z-index:1;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.14);
}

#hnksnk-portal .hnksnk-quick-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:13px;
}

#hnksnk-portal .hnksnk-quick-heading h2{
  color:#fff;
  font-size:17px;
  font-weight:800;
  letter-spacing:.1px;
}

#hnksnk-portal .hnksnk-quick-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:11px;
}

#hnksnk-portal .hnksnk-quick-card{
  position:relative;
  min-height:102px;
  overflow:hidden;
  padding:15px 44px 15px 15px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:16px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:8px;
  color:#fff;
  box-shadow:0 10px 22px rgba(0,0,0,.08);
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}

#hnksnk-portal .hnksnk-quick-card-1{background:linear-gradient(135deg,#087f78,#10a596)}
#hnksnk-portal .hnksnk-quick-card-2{background:linear-gradient(135deg,#167f9d,#315f9b)}
#hnksnk-portal .hnksnk-quick-card-3{background:linear-gradient(135deg,#715790,#8665a4)}
#hnksnk-portal .hnksnk-quick-card-4{background:linear-gradient(135deg,#a66b23,#ce8a27)}

#hnksnk-portal a.hnksnk-quick-card:hover{
  transform:translateY(-2px);
  box-shadow:0 15px 28px rgba(0,0,0,.13);
  filter:saturate(1.05);
}

#hnksnk-portal .hnksnk-quick-number{
  color:rgba(255,255,255,.72);
  font-size:10px;
  font-weight:850;
  letter-spacing:1.2px;
}

#hnksnk-portal .hnksnk-quick-card strong{
  position:relative;
  z-index:1;
  max-width:92%;
  font-size:13px;
  font-weight:780;
  line-height:1.35;
}

#hnksnk-portal .hnksnk-quick-arrow{
  position:absolute;
  right:15px;
  bottom:14px;
  display:grid;
  place-items:center;
  width:26px;
  height:26px;
  border-radius:50%;
  background:rgba(255,255,255,.15);
  font-size:14px;
}

#hnksnk-portal .hnksnk-quick-pending{opacity:.73}
#hnksnk-portal .hnksnk-quick-pending small{
  color:rgba(255,255,255,.72);
  font-size:10px;
}

/* HERO IMAGE */
#hnksnk-portal .hnksnk-hero-art{
  min-width:0;
  padding:14px;
  border:1px solid #d1e3e3;
  border-radius:30px;
  background:
    radial-gradient(circle at 8% 4%,rgba(16,165,150,.15),transparent 30%),
    radial-gradient(circle at 100% 100%,rgba(201,133,36,.13),transparent 31%),
    linear-gradient(145deg,#e6f2f1,#f5f8f5);
  box-shadow:0 18px 43px rgba(18,56,71,.09);
}

#hnksnk-portal .hnksnk-photo-wrap{
  position:relative;
  height:100%;
  min-height:470px;
  overflow:hidden;
  border-radius:22px;
  background:#d8e8e9;
}

#hnksnk-portal .hnksnk-hospital{
  width:100%;
  height:100%;
  min-height:470px;
  object-fit:cover;
}

#hnksnk-portal .hnksnk-photo-caption{
  position:absolute;
  right:14px;
  bottom:14px;
  left:14px;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.38);
  border-radius:15px;
  color:#fff;
  background:rgba(6,45,56,.82);
  backdrop-filter:blur(8px);
}

#hnksnk-portal .hnksnk-photo-caption strong{
  display:block;
  font-size:12px;
  font-weight:850;
  letter-spacing:1.1px;
}

#hnksnk-portal .hnksnk-photo-caption span{
  display:block;
  margin-top:3px;
  color:#cfe7e8;
  font-size:11px;
  font-weight:650;
}

/* NOTICE */
#hnksnk-portal .hnksnk-notice{
  margin:0 0 28px;
  padding:14px 18px;
  border:1px solid #ead7b4;
  border-left:5px solid var(--amber);
  border-radius:14px;
  color:#694f27;
  background:#fff9ec;
  font-size:14px;
}

/* SECTION TITLES */
#hnksnk-portal .hnksnk-section-title{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin:38px 0 20px;
}

#hnksnk-portal .hnksnk-section-title h2,
#hnksnk-portal .hnksnk-about h2{
  color:var(--ink-deep);
  font-size:clamp(24px,2.2vw,31px);
  font-weight:790;
  line-height:1.2;
  letter-spacing:-.7px;
}

#hnksnk-portal .hnksnk-section-title>span{
  color:var(--muted);
  font-size:12px;
}

/* EQUIPMENT */
#hnksnk-portal .hnksnk-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:15px;
}

#hnksnk-portal .hnksnk-card{
  --card-accent:var(--teal);
  --card-soft:#e9f5f2;
  position:relative;
  overflow:hidden;
  min-width:0;
  padding:15px 15px 18px;
  border:1px solid var(--line);
  border-radius:19px;
  background:#fff;
  box-shadow:0 10px 24px rgba(18,56,71,.045);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}

#hnksnk-portal .hnksnk-card-0{--card-accent:#087f78;--card-soft:#e3f4f1}
#hnksnk-portal .hnksnk-card-1{--card-accent:#158ca8;--card-soft:#e4f3f7}
#hnksnk-portal .hnksnk-card-2{--card-accent:#315f9b;--card-soft:#e9eef7}
#hnksnk-portal .hnksnk-card-3{--card-accent:#715790;--card-soft:#f0ebf6}
#hnksnk-portal .hnksnk-card-4{--card-accent:#c98524;--card-soft:#fbf1df}
#hnksnk-portal .hnksnk-card-5{--card-accent:#b85e52;--card-soft:#f8eae7}
#hnksnk-portal .hnksnk-card-6{--card-accent:#3f7d67;--card-soft:#e6f1ec}

#hnksnk-portal .hnksnk-card:hover{
  transform:translateY(-3px);
  border-color:var(--card-accent);
  box-shadow:0 16px 32px rgba(18,56,71,.08);
}

#hnksnk-portal .hnksnk-card-art{
  position:relative;
  overflow:hidden;
  margin-bottom:16px;
  border-radius:14px;
  background:var(--card-soft);
}

#hnksnk-portal .hnksnk-card-art::after{
  content:"";
  position:absolute;
  right:-28px;
  bottom:-30px;
  width:86px;
  height:86px;
  border-radius:50%;
  background:var(--card-accent);
  opacity:.10;
}

#hnksnk-portal .hnksnk-card-art img{
  width:100%;
  aspect-ratio:1.28;
  object-fit:contain;
}

#hnksnk-portal .hnksnk-card-art>span{
  position:absolute;
  top:9px;
  left:10px;
  z-index:1;
  color:var(--card-accent);
  font-size:10px;
  font-weight:850;
  letter-spacing:1px;
}

#hnksnk-portal .hnksnk-card h3{
  min-height:45px;
  color:var(--ink-deep);
  font-size:16px;
  font-weight:760;
  line-height:1.38;
}

#hnksnk-portal .hnksnk-card p{
  margin-top:8px;
  color:var(--muted);
  font-size:12px;
  line-height:1.65;
}

/* ABOUT */
#hnksnk-portal .hnksnk-about{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin:34px 0 20px;
}

#hnksnk-portal .hnksnk-about-card{
  padding:27px;
  border:1px solid var(--line);
  border-radius:21px;
  background:#fff;
  box-shadow:0 10px 24px rgba(18,56,71,.04);
}

#hnksnk-portal .hnksnk-development{
  border-color:#cfe3df;
  background:linear-gradient(145deg,#eef8f5,#f7fbfa);
}

#hnksnk-portal .hnksnk-about ul{
  padding:0;
  margin:21px 0 0;
  list-style:none;
}

#hnksnk-portal .hnksnk-about li{
  position:relative;
  padding:0 0 14px 20px;
  color:var(--muted);
  font-size:14px;
  line-height:1.7;
}

#hnksnk-portal .hnksnk-about li::before{
  content:"";
  position:absolute;
  top:9px;
  left:0;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--teal-bright);
  box-shadow:0 0 0 4px rgba(16,165,150,.10);
}

#hnksnk-portal .hnksnk-about li:last-child{padding-bottom:0}

/* ACHIEVEMENT */
#hnksnk-portal .hnksnk-achievement{
  display:grid;
  grid-template-columns:minmax(220px,.8fr) 1.7fr;
  gap:32px;
  align-items:center;
  margin:20px 0 32px;
  padding:28px;
  border-radius:21px;
  color:#fff;
  background:
    radial-gradient(circle at 95% 0,rgba(16,165,150,.24),transparent 35%),
    linear-gradient(135deg,#113b4d,#1e5265);
  box-shadow:0 16px 34px rgba(18,56,71,.10);
}

#hnksnk-portal .hnksnk-achievement .hnksnk-eyebrow{color:#88dfd4}
#hnksnk-portal .hnksnk-achievement h2{
  color:#fff;
  font-size:clamp(24px,2.2vw,31px);
  font-weight:790;
  line-height:1.2;
  letter-spacing:-.7px;
}
#hnksnk-portal .hnksnk-achievement>p{
  color:#e3eff1;
  font-size:14px;
  line-height:1.8;
}

#hnksnk-portal .hnksnk-signoff{
  padding:4px 0 10px;
  color:#71868d;
  text-align:center;
  font-size:10px;
  letter-spacing:.7px;
}

#hnksnk-portal .hnksnk-signoff span{margin:0 11px}

@media(max-width:1100px){
  #hnksnk-portal .hnksnk-hero{grid-template-columns:minmax(0,1.12fr) minmax(310px,.88fr)}
  #hnksnk-portal .hnksnk-photo-wrap,
  #hnksnk-portal .hnksnk-hospital{min-height:450px}
  #hnksnk-portal .hnksnk-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:800px){
  #hnksnk-portal .hnksnk-shell{padding:22px 18px}
  #hnksnk-portal .hnksnk-hero{grid-template-columns:1fr;gap:14px}
  #hnksnk-portal .hnksnk-copy{padding:25px 20px 22px;border-radius:24px}
  #hnksnk-portal .hnksnk-hero-art{padding:10px;border-radius:24px}
  #hnksnk-portal .hnksnk-photo-wrap,
  #hnksnk-portal .hnksnk-hospital{min-height:260px;height:300px}
  #hnksnk-portal .hnksnk-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  #hnksnk-portal .hnksnk-about,
  #hnksnk-portal .hnksnk-achievement{grid-template-columns:1fr}
  #hnksnk-portal .hnksnk-achievement{gap:16px}
}

@media(max-width:520px){
  #hnksnk-portal .hnksnk-nameplate{gap:11px;padding-bottom:17px;margin-bottom:18px}
  #hnksnk-portal .hnksnk-seal{width:60px;height:60px;flex-basis:60px;border-radius:16px}
  #hnksnk-portal .hnksnk-institution{font-size:10px;letter-spacing:1.25px}
  #hnksnk-portal .hnksnk-unit-title{font-size:17px}
  #hnksnk-portal .hnksnk-slogan{font-size:27px}
  #hnksnk-portal .hnksnk-quick-grid{grid-template-columns:1fr}
  #hnksnk-portal .hnksnk-quick-card{min-height:88px}
  #hnksnk-portal .hnksnk-section-title>span{display:none}
  #hnksnk-portal .hnksnk-about-card,
  #hnksnk-portal .hnksnk-achievement{padding:22px}
}

@media(max-width:370px){
  #hnksnk-portal .hnksnk-grid{grid-template-columns:1fr}
}

@media(prefers-reduced-motion:reduce){
  #hnksnk-portal .hnksnk-quick-card,
  #hnksnk-portal .hnksnk-card{transition:none}
}
