.hero{position:relative;background:var(--mint);overflow:hidden}.hero::before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:#dff4f1;left:30%;top:-310px}.hero-shape{position:absolute;width:420px;height:1200px;right:5%;top:-360px;background:#c8eeeb;transform:rotate(43deg);pointer-events:none}.hero-inner{min-height:650px;display:grid;grid-template-columns:1fr 1.08fr;align-items:center;gap:30px;position:relative;padding-block:32px}.hero-content{position:relative;z-index:1;animation:hero-in .8s ease both}.hero h1{color:var(--teal);font-size:clamp(44px,5.2vw,76px);line-height:1.28;letter-spacing:-.045em;max-width:640px;margin-bottom:30px}.hero-building{background:transparent;aspect-ratio:1;max-height:650px;border-radius:0;animation:hero-in 1s .15s ease both}.hero-building img{object-fit:contain}.hero-building .media-placeholder{border-radius:180px 180px 20px 20px;background:linear-gradient(145deg,#ffffffaa,#a5d9d755);min-height:530px}.quick-actions{position:relative;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:16px;background:white;margin-top:28px;overflow:hidden}.quick-actions a{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;font-weight:600;border-right:1px solid var(--line);transition:background .2s,color .2s}.quick-actions a:last-child{border:0}.quick-actions a:hover{background:var(--mint);color:var(--teal)}.service-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:22px}.service-card{grid-column:span 2;padding:30px;border:1px solid var(--line);border-radius:20px;background:white;display:flex;flex-direction:column;align-items:flex-start;transition:transform .3s,background .3s}.service-card:nth-child(n+4){grid-column:span 3}.service-card:hover{background:#e4f5f2;transform:translateY(-5px)}.service-number{color:#75b8b7;font-size:14px;margin-bottom:38px}.service-card h3{margin-bottom:30px;max-width:400px}.service-card .text-link{margin-top:auto}@keyframes hero-in{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.hero-inner{min-height:540px}.hero h1{font-size:48px}.hero-building .media-placeholder{min-height:380px}.quick-actions a{font-size:14px;padding:20px}.service-grid{grid-template-columns:1fr 1fr}.service-card,.service-card:nth-child(n+4){grid-column:auto}.service-card:last-child{grid-column:1/-1}}@media(max-width:700px){.hero-inner{grid-template-columns:1fr;gap:20px;padding-top:38px}.hero h1{font-size:44px;max-width:440px}.hero-building{width:100%;max-height:440px}.hero-building .media-placeholder{min-height:330px;height:100%}.hero-shape{right:-170px;top:-80px}.quick-actions{grid-template-columns:1fr}.quick-actions a{border-right:0;border-bottom:1px solid var(--line)}.service-grid{grid-template-columns:1fr}.service-card:last-child{grid-column:auto}.service-number{margin-bottom:22px}}

/* Illustrated shortcuts from the hospital asset library. */
.quick-actions a{gap:18px;padding:22px 26px;justify-content:flex-start}
.quick-action-icon{display:grid;place-items:center;width:84px;height:84px;flex:0 0 84px}
.quick-action-icon img{width:100%;height:100%;object-fit:contain;transform:scale(1.35);transition:transform .3s ease}
.quick-actions a:hover .quick-action-icon img{transform:scale(1.43) translateY(-3px)}
.quick-action-copy{min-width:0;display:flex;flex-direction:column;gap:5px}
.quick-action-copy strong{font-size:18px;line-height:1.4}
.quick-action-copy small{font-size:12px;color:var(--muted);font-weight:400;line-height:1.5}
.quick-action-arrow{margin-left:auto;flex-shrink:0;color:var(--teal)}
@media(min-width:701px) and (max-width:1100px){.quick-actions a{gap:10px;padding:20px 14px}.quick-action-icon{width:56px;height:64px;flex-basis:56px}.quick-action-copy strong{font-size:15px}.quick-action-copy small{font-size:11px}}
@media(max-width:700px){.quick-actions a{padding:17px 22px;gap:20px}.quick-action-icon{width:70px;height:70px;flex-basis:70px}.quick-action-copy strong{font-size:17px}}

/* Teal-to-blue face with a shallow extruded edge. */
.hero .hero-content h1{color:#078fa4;text-shadow:1px 1px 0 #076278,2px 2px 0 #07586f,3px 3px 0 #075067,0 12px 22px #06587524;letter-spacing:-.035em}
@supports (background-clip:text){.hero .hero-content h1{background:linear-gradient(125deg,#0db4ae 5%,#078d9e 42%,#155790 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none;filter:drop-shadow(1px 1px 0 #066879) drop-shadow(1px 1px 0 #145078) drop-shadow(0 9px 10px #08647b20)}}
@media(max-width:700px){.hero .hero-content h1{filter:drop-shadow(1px 1px 0 #066879) drop-shadow(0 5px 7px #08647b1a)}}
@media(forced-colors:active){.hero .hero-content h1{background:none;-webkit-text-fill-color:CanvasText;color:CanvasText;filter:none;text-shadow:none}}
