/*
Theme Name: MediServ Pharmacy
Theme URI: https://mediservpharmacy.com/
Author: MediServ Pharmacy
Description: Custom MediServ Pharmacy WordPress theme generated from the approved static site prototype. Pages are kept as separate templates for future optimization.
Version: 6.9
Text Domain: mediserv-pharmacy
*/
:root {
  --ink: #112033;
  --muted: #5d6b7d;
  --line: #e4edf4;
  --soft: #f4f9fb;
  --white: #fff;
  --red: #d52032;
  --blue: #0b78b7;
  --teal: #21a6a3;
  --navy: #15324a;
  --shadow: 0 24px 60px rgba(17, 32, 51, .12);
}

.blog-preview-page,
.blog-index-page {
  background: linear-gradient(180deg, #f7fbfd 0%, #fff 38%, #eef8fc 100%);
}

.blog-hero,
.blog-layout,
.blog-index-shell {
  width: min(1180px, calc(100% - 44px));
  margin-left: auto;
  margin-right: auto;
}

.blog-hero {
  padding: 70px 0 34px;
}

.blog-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.blog-breadcrumbs a {
  color: #0b78b7;
  text-decoration: none;
}

.blog-breadcrumbs span {
  color: rgba(17,32,51,.36);
}

.blog-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(340px, .76fr);
  gap: 42px;
  align-items: center;
}

.blog-hero h1,
.blog-index-shell h1 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.04;
  max-width: 900px;
}

.blog-deck,
.blog-index-shell > p {
  margin: 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.72;
  max-width: 780px;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 900;
}

.blog-meta span,
.blog-meta a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(17,32,51,.1);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  text-decoration: none;
}

.blog-featured {
  padding: 12px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(12,83,123,.14);
}

.blog-featured img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 7px;
}

.blog-layout {
  margin-bottom: 88px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
  align-items: start;
}

.blog-article,
.blog-sidebar,
.blog-card {
  border: 1px solid rgba(17,32,51,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 22px 56px rgba(17,32,51,.08);
}

.blog-article {
  padding: 42px;
}

.blog-article h2,
.blog-article h3,
.blog-article h4 {
  margin: 34px 0 14px;
  color: var(--ink);
  line-height: 1.16;
}

.blog-article h2 {
  font-size: clamp(25px, 3vw, 36px);
}

.blog-article h3 {
  font-size: clamp(22px, 2.4vw, 30px);
}

.blog-article p,
.blog-article li {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.78;
}

.blog-article p {
  margin: 0 0 20px;
}

.blog-article ul,
.blog-article ol {
  margin: 0 0 22px;
  padding-left: 24px;
}

.blog-article img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.blog-article a {
  color: #0b78b7;
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.blog-sidebar {
  position: sticky;
  top: 112px;
  padding: 26px;
}

.blog-sidebar h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.15;
}

.blog-sidebar p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.6;
}

.blog-sidebar a,
.blog-sidebar span {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--muted);
  text-decoration: none;
  font-weight: 900;
  line-height: 1.45;
  padding: 14px 0;
  border-top: 1px solid rgba(17,32,51,.08);
}

.blog-sidebar svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #0b78b7;
  stroke-width: 2.2;
  flex: 0 0 auto;
}

.blog-share {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 34px 0 0;
  padding-top: 28px;
  border-top: 1px solid rgba(17,32,51,.08);
}

.blog-share strong {
  margin-right: 4px;
  color: var(--ink);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.blog-share a {
  width: 48px;
  height: 48px;
  border: 1.5px solid #dd1730;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  color: #dd1730;
  background: #fff;
  font-size: 22px;
  font-weight: 1000;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.blog-share a:hover,
.blog-share a:focus-visible {
  transform: translateY(-2px);
  background: #dd1730;
  color: #fff;
  box-shadow: 0 14px 28px rgba(221,23,48,.18);
}

.blog-share .share-x {
  font-size: 20px;
}

.blog-share .share-g {
  font-size: 18px;
}

.blog-share .share-vk {
  font-size: 17px;
  letter-spacing: -.04em;
}

.blog-cta {
  margin-top: 30px;
  padding: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0b78b7, #119a9b);
  color: #fff;
}

.blog-cta strong {
  display: block;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.18;
}

.blog-cta p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.9);
}

.blog-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 8px;
  background: #dd1730;
  color: #fff;
  font-weight: 1000;
  text-decoration: none;
  box-shadow: 0 18px 32px rgba(221,23,48,.24);
}

.blog-post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 34px;
}

.blog-post-nav a {
  display: block;
  min-height: 96px;
  padding: 18px;
  border: 1px solid rgba(17,32,51,.08);
  border-radius: 8px;
  background: #f7fbfd;
  color: var(--ink);
  text-decoration: none;
}

.blog-post-nav span {
  display: block;
  margin-bottom: 8px;
  color: #0b78b7;
  font-size: 13px;
  font-weight: 1000;
  text-transform: uppercase;
}

.blog-index-shell {
  padding: 70px 0 88px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.blog-card {
  overflow: hidden;
}

.blog-card-image {
  display: block;
  background: #eaf4f8;
}

.blog-card-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.blog-card-body {
  padding: 24px;
}

.blog-card h2 {
  margin: 12px 0;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.18;
}

.blog-card h2 a,
.blog-card-read {
  color: inherit;
  text-decoration: none;
}

.blog-card p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.65;
}

.blog-card-read {
  color: #0b78b7;
  font-weight: 1000;
}

.blog-pagination {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-pagination .page-numbers {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(17,32,51,.1);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-weight: 1000;
  text-decoration: none;
}

.blog-pagination .current {
  background: #dd1730;
  color: #fff;
  border-color: #dd1730;
}

.sitemap-page {
  background: linear-gradient(180deg, #f7fbfd 0%, #fff 38%, #eef8fc 100%);
}

.sitemap-shell {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 70px 0 88px;
}

.sitemap-shell h1 {
  margin: 10px 0 16px;
  color: var(--ink);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.04;
}

.sitemap-shell > p {
  margin: 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.sitemap-card {
  padding: 28px;
  border: 1px solid rgba(17,32,51,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 22px 56px rgba(17,32,51,.08);
}

.sitemap-card h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.18;
}

.sitemap-card-wide {
  grid-column: 1 / -1;
}

.sitemap-card-wide ul {
  column-count: 3;
  column-gap: 34px;
}

.sitemap-card-wide li {
  break-inside: avoid;
}

.sitemap-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sitemap-card li + li {
  border-top: 1px solid rgba(17,32,51,.08);
}

.sitemap-card a {
  display: block;
  padding: 13px 0;
  color: var(--muted);
  font-weight: 900;
  line-height: 1.45;
  text-decoration: none;
}

.sitemap-card a:hover,
.sitemap-card a:focus-visible {
  color: #0b78b7;
}

@media (max-width: 980px) {
  .blog-hero,
  .blog-layout,
  .blog-index-shell {
    width: min(100% - 32px, 1180px);
  }

  .blog-hero {
    padding-top: 46px;
  }

  .blog-hero-grid,
  .blog-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .blog-article {
    padding: 28px 20px;
  }

  .blog-sidebar {
    position: static;
  }

  .blog-post-nav,
  .blog-grid,
  .sitemap-grid {
    grid-template-columns: 1fr;
  }

  .sitemap-shell {
    width: min(100% - 32px, 1180px);
    padding-top: 46px;
  }

  .sitemap-card-wide ul {
    column-count: 1;
  }
}

* { box-sizing: border-box; }

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: var(--white);
}

html { scroll-behavior: smooth; }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(228, 237, 244, .9);
}

.top-strip {
  min-height: 34px;
  display: flex;
  justify-content: center;
  gap: 28px;
  align-items: center;
  color: #5d6b7d;
  background: #f8fbfd;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.top-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5d6b7d;
  font-weight: 800;
  transition: color .2s ease;
}

.top-contact svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #8a96a3;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke .2s ease, transform .2s ease;
}

.top-contact:hover,
.top-contact:focus-visible,
.top-contact:active {
  color: var(--red);
}

.top-contact:hover svg,
.top-contact:focus-visible svg,
.top-contact:active svg {
  stroke: var(--red);
  transform: translateY(-1px);
}

.nav-shell {
  max-width: 1180px;
  margin: 0 auto;
  min-height: 126px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img,
.brand .site-logo-svg {
  width: 270px;
  height: auto;
  display: block;
}

.brand .site-logo-svg,
.footer-logo .site-logo-svg {
  display: none;
}

.brand::before,
.footer-logo::before {
  content: "";
  display: block;
  background: url("assets/mediserv-client-logo.svg") center / contain no-repeat;
}

.brand::before {
  width: 230px;
  height: 122px;
  background-size: contain;
}

.site-logo-svg .logo-main {
  fill: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: .01em;
}

.site-logo-svg .logo-main tspan {
  fill: var(--blue);
}

.site-logo-svg .logo-sub {
  fill: #5d6b7d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .28em;
}

.nav-links {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 800;
  font-size: 14px;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  padding: 12px 14px;
  border-radius: 8px;
  color: #314257;
  text-decoration: none;
}

.nav-links a.active,
.nav-links a:hover,
.nav-dropdown.is-active > .nav-dropdown-toggle,
.nav-dropdown:hover > .nav-dropdown-toggle,
.nav-dropdown.is-open > .nav-dropdown-toggle {
  color: var(--red);
  background: #fff1f3;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 12px 14px;
  border: 0;
  border-radius: 8px;
  color: #314257;
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: color .2s ease, background .2s ease;
}

.nav-dropdown-toggle span {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  font-size: 0;
  line-height: 1;
  transform: translateY(1px);
  transition: border-top-color .2s ease;
}

.nav-submenu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 40;
  width: 286px;
  padding: 10px;
  border: 1px solid #dce8f1;
  border-radius: 8px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 26px 54px rgba(17, 32, 51, .16);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px) scale(.98);
  transform-origin: top center;
  transition: opacity .22s ease, transform .22s cubic-bezier(.2, .8, .2, 1), visibility .22s ease;
}

.nav-submenu::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 14px;
  height: 14px;
  border-left: 1px solid #dce8f1;
  border-top: 1px solid #dce8f1;
  background: rgba(255, 255, 255, .98);
  transform: translateX(-50%) rotate(45deg);
}

.nav-dropdown:hover .nav-submenu,
.nav-dropdown:focus-within .nav-submenu,
.nav-dropdown.is-open .nav-submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0) scale(1);
}

.nav-submenu a {
  width: 100%;
  justify-content: space-between;
  padding: 12px 13px;
  border-radius: 8px;
  color: #314257;
}

.nav-submenu > a:first-child[href$="/services/"],
.nav-submenu > a[href*="/services/#prescription-refills"],
.nav-submenu > a[href*="/services/#custom-compounding"] {
  display: none;
}

.nav-submenu a:hover {
  color: var(--red);
  background: #fff1f3;
}

.mobile-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid #dce8f1;
  border-radius: 8px;
  place-items: center;
  background: #f4f9fb;
  box-shadow: 0 10px 24px rgba(17, 32, 51, .08);
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.mobile-menu-toggle svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--red);
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus-visible,
.mobile-menu-toggle[aria-expanded="true"] {
  border-color: rgba(213, 32, 50, .34);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(213, 32, 50, .14);
}

.nav-cta,
.button,
form button {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  font-weight: 900;
  cursor: pointer;
  isolation: isolate;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
}

.nav-cta,
.button.primary,
form button {
  color: var(--white);
  background: linear-gradient(135deg, var(--red), #b90f21);
  box-shadow: 0 14px 28px rgba(213, 32, 50, .22);
}

.button.secondary {
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
}

.action-tile::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 0 34%, rgba(255,255,255,.34) 45%, transparent 58% 100%);
  transform: translateX(-120%);
  transition: transform .55s ease;
}

.nav-cta:hover,
.nav-cta:focus-visible,
.button.primary:hover,
.button.primary:focus-visible,
form button:hover,
form button:focus-visible {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #b90f21, #8f0c19);
  box-shadow: 0 18px 38px rgba(143, 12, 25, .34), 0 0 0 4px rgba(213, 32, 50, .08);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  color: var(--red);
  background: #edf4f8;
  border-color: rgba(213, 32, 50, .32);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(17, 32, 51, .12), 0 0 0 4px rgba(213, 32, 50, .06);
}

.action-tile:hover::before,
.action-tile:focus-visible::before {
  transform: translateX(120%);
}

.nav-cta:active,
.button:active,
form button:active,
.action-tile:active {
  transform: translateY(0) scale(.98);
  box-shadow: 0 8px 18px rgba(17, 32, 51, .16);
}

.nav-cta:active,
.button.primary:active,
form button:active {
  background: linear-gradient(135deg, #8f0c19, #6f0712);
}

.button.secondary:active {
  color: var(--ink);
  background: #dfeaf1;
  border-color: #c8d8e3;
}

.not-found-page {
  background:
    radial-gradient(circle at 16% 20%, rgba(11, 120, 183, .08), transparent 32%),
    linear-gradient(180deg, #f8fbfd 0%, #fff 46%, #f4f9fb 100%);
  padding: 84px 22px 96px;
}

.not-found-hero {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 44px;
  align-items: center;
}

.not-found-copy h1 {
  margin: 14px 0 18px;
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(44px, 6vw, 82px);
  line-height: .98;
}

.not-found-copy p {
  max-width: 680px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.not-found-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  padding: 34px;
  box-shadow: 0 24px 55px rgba(17, 32, 51, .10);
}

.not-found-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--blue));
  font-size: 30px;
  font-weight: 900;
  box-shadow: 0 20px 42px rgba(213, 32, 50, .18);
}

.not-found-card h2 {
  margin: 24px 0 12px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.12;
}

.not-found-card p {
  color: var(--muted);
  line-height: 1.65;
}

.not-found-card a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--blue);
  font-weight: 900;
}

.not-found-links {
  width: min(1180px, 100%);
  margin: 46px auto 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.not-found-links a {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-weight: 900;
  text-align: center;
  box-shadow: 0 14px 32px rgba(17, 32, 51, .06);
}

.not-found-links a:hover,
.not-found-links a:focus-visible {
  color: var(--red);
  border-color: rgba(213, 32, 50, .28);
  transform: translateY(-1px);
}

.simple-error-footer .footer-bottom {
  margin-top: 0;
}

.hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 22px 38px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
  gap: 44px;
  align-items: center;
}

.trust-line,
.section-kicker {
  display: inline-flex;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  font-size: 62px;
  line-height: 1.02;
  letter-spacing: 0;
  margin-bottom: 20px;
}

h2 {
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: 0;
  margin-bottom: 14px;
}

h3 {
  font-size: 21px;
  line-height: 1.18;
  margin-bottom: 10px;
}

p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.hero-copy > p { max-width: 650px; }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}

.quick-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 680px;
}

.quick-stats div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.quick-stats strong {
  display: block;
  font-size: 22px;
  color: var(--red);
}

.quick-stats span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.hero-panel {
  position: relative;
  min-height: 620px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--soft);
  transform: translateZ(0);
}

.hero-panel img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.floating-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 44px rgba(17, 32, 51, .16);
  animation: cardFloat 5s ease-in-out infinite;
}

.floating-card strong { display: block; font-size: 20px; margin: 8px 0 4px; }
.floating-card p { margin-bottom: 0; font-size: 14px; }

.badge {
  display: inline-flex;
  color: var(--white);
  background: var(--teal);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 900;
}

.action-band {
  max-width: 1180px;
  margin: 0 auto 36px;
  padding: 0 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.scroll-control {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(17, 32, 51, .08);
}

.action-tile {
  position: relative;
  overflow: hidden;
  min-height: 132px;
  padding: 18px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), #1d5275);
  box-shadow: 0 18px 38px rgba(21, 50, 74, .14);
  transition: transform .22s ease, box-shadow .22s ease;
  isolation: isolate;
}

.action-tile:nth-child(even) { background: linear-gradient(135deg, var(--blue), var(--teal)); }
.action-tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 46px rgba(21, 50, 74, .22);
}

.action-tile:active {
  transform: translateY(-1px) scale(.98);
  box-shadow: 0 12px 24px rgba(21, 50, 74, .2);
}
.action-tile strong, .action-tile small { display: block; }
.action-tile small { margin-top: 6px; opacity: .86; line-height: 1.45; }

.icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  margin-bottom: 16px;
  background: rgba(255,255,255,.17);
  font-weight: 900;
}

.about-experience {
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 22px 78px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 64px;
  align-items: center;
  scroll-margin-top: 124px;
}

.about-image-stage {
  position: relative;
  min-height: 560px;
  perspective: 900px;
}

.about-photo {
  position: absolute;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(17, 32, 51, .15);
  transition: transform .35s ease;
  will-change: transform;
}

.about-photo-main {
  left: 0;
  top: 32px;
  width: 390px;
  height: 500px;
  transform: rotate(-4deg);
}

.about-photo-small {
  right: 0;
  top: 70px;
  width: 275px;
  height: 300px;
  border: 10px solid var(--white);
  transform: rotate(7deg);
}

.experience-badge {
  position: absolute;
  right: 28px;
  bottom: 54px;
  min-width: 230px;
  min-height: 92px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 8px;
  background: #ffd86c;
  color: var(--ink);
  box-shadow: 0 22px 44px rgba(17, 32, 51, .16);
}

.experience-badge strong {
  font-size: 48px;
  line-height: 1;
}

.experience-badge strong::after {
  content: "+";
  font-size: 26px;
}

.experience-badge span {
  max-width: 120px;
  color: #39465a;
  font-weight: 800;
  line-height: 1.35;
}

.dotted-path {
  position: absolute;
  right: 146px;
  bottom: 132px;
  width: 86px;
  height: 96px;
  border-right: 2px dashed rgba(17, 32, 51, .45);
  border-top: 2px dashed rgba(17, 32, 51, .45);
  border-radius: 50%;
  transform: rotate(28deg);
}

.dotted-path::after {
  content: "";
  position: absolute;
  right: -8px;
  top: -7px;
  width: 14px;
  height: 14px;
  border: 2px dashed rgba(17, 32, 51, .55);
  border-radius: 50%;
  background: var(--white);
}

.about-experience-copy h2 {
  max-width: 680px;
}

.about-experience-copy p {
  max-width: 680px;
}

.about-checks {
  margin: 26px 0;
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  border-left: 4px solid var(--teal);
  border-radius: 8px;
  background: var(--soft);
}

.about-checks span {
  position: relative;
  padding-left: 30px;
  color: #4d5969;
  font-weight: 900;
}

.about-checks span::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: var(--white);
  background: #08766f;
  font-size: 12px;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
}

.mini-profile {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mini-profile img {
  width: 54px;
  height: 54px;
  border: 4px solid var(--white);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 12px 26px rgba(17, 32, 51, .12);
}

.mini-profile strong,
.mini-profile span {
  display: block;
}

.mini-profile span {
  color: var(--muted);
  margin-top: 2px;
}

.site-footer {
  margin-top: 94px;
  background: linear-gradient(180deg, #fff 0%, #f4f9fb 44%, #fff 100%);
  scroll-margin-top: 156px;
}

.footer-benefits {
  max-width: 1320px;
  margin: 0 auto;
  padding: 28px 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  color: var(--white);
  background: linear-gradient(135deg, #15324a, #0d6a91 58%, #21a6a3);
  border-radius: 8px 8px 0 0;
  box-shadow: 0 24px 60px rgba(17, 32, 51, .12);
}

.footer-benefits article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 112px;
  padding: 12px;
  border-radius: 8px;
  transition: transform .25s ease, background .25s ease;
}

.footer-benefits article:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,.08);
}

.benefit-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: rgba(255,255,255,.95);
  color: var(--red);
  box-shadow: 0 14px 28px rgba(17, 32, 51, .12);
  transform: translateZ(0);
  transition: transform .28s ease, color .28s ease, box-shadow .28s ease;
}

.benefit-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .28s ease;
}

.footer-benefits article:hover .benefit-icon {
  color: var(--blue);
  transform: translateY(-3px) scale(1.06) rotate(-3deg);
  box-shadow: 0 20px 38px rgba(17, 32, 51, .2);
}

.footer-benefits article:hover .benefit-icon svg {
  transform: scale(1.08);
}

.footer-benefits strong {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 1.2;
}

.footer-benefits p {
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: 13px;
  line-height: 1.45;
}

.newsletter-footer {
  position: relative;
  max-width: 1180px;
  min-height: 150px;
  margin: 34px auto 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(21, 50, 74, .94), rgba(13, 106, 145, .76)),
    url("assets/pill_swallow.jpg") -5% center/40% auto no-repeat,
    url("assets/pill-pharmacy-counter-pills-strips-background.webp") 106% center/36% auto no-repeat,
    #173a62;
  background-blend-mode: normal, normal, soft-light, normal;
  box-shadow: 0 24px 60px rgba(17, 32, 51, .12);
}

.newsletter-footer {
  background-color: #173a62;
}

.newsletter-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 86%, rgba(82, 185, 220, .2), transparent 20%),
    radial-gradient(circle at 83% 16%, rgba(255,255,255,.14), transparent 18%);
  pointer-events: none;
}

.newsletter-copy {
  position: relative;
  z-index: 3;
  max-width: 1080px;
  justify-self: center;
  width: 100%;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .85fr);
  gap: 28px;
  align-items: center;
  text-align: left;
}

.newsletter-copy .section-kicker,
.newsletter-copy h2,
.newsletter-copy p {
  color: var(--white);
}

.newsletter-copy h2 {
  font-size: 25px;
  line-height: 1.08;
  margin-bottom: 6px;
}

.newsletter-copy p {
  max-width: 550px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.5;
  opacity: .92;
}

.newsletter-form {
  position: relative;
  max-width: none;
  margin: 0;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
}

.newsletter-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.newsletter-form input {
  width: 100%;
  min-height: 56px;
  margin: 0;
  padding: 0 176px 0 26px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  color: var(--ink);
}

.newsletter-form button {
  position: absolute;
  right: 6px;
  top: 6px;
  min-width: 152px;
  height: 42px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--red), #b90f21);
  box-shadow: none;
  font-size: 14px;
}

.newsletter-art {
  display: none;
}

.newsletter-art img {
  position: absolute;
  object-fit: cover;
  opacity: .72;
  filter: saturate(.9) contrast(1.02);
  box-shadow: 0 24px 42px rgba(0,0,0,.2);
}

.newsletter-art-left img {
  left: 26px;
  top: 76px;
  width: 190px;
  height: 132px;
  transform: rotate(-8deg);
  border-radius: 8px;
}

.newsletter-art-right img {
  right: 34px;
  top: 54px;
  width: 210px;
  height: 150px;
  transform: rotate(10deg);
  border-radius: 8px;
}

.newsletter-footer::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -110px;
  top: -90px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}

.footer-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 44px 22px 34px;
  display: grid;
  grid-template-columns: 1.15fr .8fr .8fr .95fr;
  gap: 44px;
  align-items: start;
}

.footer-brand {
  padding-top: 42px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
}

.footer-logo img {
  width: 176px;
}

.footer-logo .site-logo-svg {
  width: 270px;
  height: auto;
  display: none;
}

.footer-logo::before {
  width: 166px;
  height: 114px;
}

.footer-brand address {
  margin-top: 12px;
  display: grid;
  gap: 8px;
  color: #1f2d3f;
  font-style: normal;
}

.footer-brand address strong {
  font-size: 17px;
}

.footer-contact-item {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: #727f8d;
  font-size: 15px;
  transition: color .2s ease;
}

.footer-contact-item svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #8a96a3;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke .2s ease, transform .2s ease;
}

.footer-contact-item:hover,
.footer-contact-item:focus-visible,
.footer-contact-item:active {
  color: var(--red);
}

.footer-contact-item:hover svg,
.footer-contact-item:focus-visible svg,
.footer-contact-item:active svg {
  stroke: var(--red);
  transform: translateY(-1px);
}

.footer-brand address span,
.footer-brand address a,
.footer-column p,
.footer-column a {
  color: #727f8d;
  font-size: 15px;
}

.footer-brand address a:hover,
.footer-column a:hover {
  color: var(--red);
}

.footer-column {
  padding-left: 0;
  border-left: 0;
}

.footer-column h3 {
  color: var(--ink);
  margin-bottom: 28px;
}

.footer-column a {
  display: block;
  margin-bottom: 18px;
  font-weight: 650;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 34px;
}

.footer-socials span {
  margin-right: 4px;
  font-weight: 900;
  color: var(--ink);
}

.footer-socials a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--blue);
  font-weight: 900;
}

.footer-bottom {
  max-width: 1180px;
  margin: 0 auto;
  padding: 32px 22px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.footer-bottom p {
  margin: 0;
  color: #5d6b7d;
  font-size: 15px;
}

.footer-bottom div {
  display: flex;
  gap: 14px;
  color: #8a96a3;
}

.footer-bottom a {
  color: #5d6b7d;
}

.variation-page {
  background: #f5f8fb;
}

.variation-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 54px 22px 80px;
}

.variation-header {
  max-width: 760px;
  margin-bottom: 28px;
}

.variation-header h1 {
  font-size: 44px;
  line-height: 1.05;
}

.logo-concept-page {
  background:
    radial-gradient(circle at 80% 0%, rgba(11, 120, 183, .12), transparent 24%),
    linear-gradient(180deg, #f6f9fc, #fff);
}

.logo-concept-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 58px 22px 86px;
}

.logo-concept-header {
  max-width: 760px;
  margin-bottom: 30px;
}

.logo-concept-header h1 {
  font-size: 46px;
  line-height: 1.05;
}

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

.logo-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 22px 52px rgba(17, 32, 51, .08);
}

.logo-label {
  display: block;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.logo-display {
  display: grid;
  place-items: center;
  min-height: 190px;
  padding: 24px;
  border-radius: 8px;
  background: #f8fbfd;
  border: 1px solid var(--line);
}

.logo-display-dark {
  background: linear-gradient(135deg, #112033, #15324a);
}

.logo-display-blue {
  background: linear-gradient(135deg, #0d6a91, #15324a);
}

.mediserv-logo {
  width: min(100%, 480px);
  height: auto;
}

.mediserv-logo .logo-main {
  fill: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: .12em;
}

.mediserv-logo .logo-main tspan {
  fill: var(--blue);
}

.mediserv-logo .logo-sub {
  fill: #5d6b7d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .34em;
}

.logo-option-two .logo-main {
  fill: var(--white);
  font-size: 50px;
  letter-spacing: .02em;
}

.logo-option-two .logo-main tspan {
  fill: #79d8e8;
}

.logo-option-two .logo-sub,
.logo-option-four .logo-sub {
  fill: rgba(255,255,255,.78);
}

.logo-option-three .logo-main {
  letter-spacing: .08em;
}

.logo-option-four .logo-main {
  fill: var(--white);
  letter-spacing: .08em;
}

.logo-card p {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.55;
}

.logo-card-wide {
  grid-column: span 1;
}

.logo-display-header {
  background: #fff;
}

.logo-header-preview {
  margin-top: 14px;
  min-height: 92px;
  display: grid;
  grid-template-columns: 170px minmax(0, 360px);
  gap: 24px;
  align-items: center;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(17, 32, 51, .06);
}

.logo-header-preview span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.logo-header-preview .mediserv-logo {
  width: min(100%, 280px);
}

.logo-option-five .logo-main {
  fill: var(--ink);
  font-size: 48px;
  font-weight: 900;
  letter-spacing: .06em;
}

.logo-option-five .logo-sub {
  fill: #5d6b7d;
  letter-spacing: .42em;
}

.logo-option-six .logo-main {
  fill: var(--ink);
  font-size: 50px;
  font-weight: 900;
  letter-spacing: .01em;
}

.logo-option-six .logo-main tspan {
  fill: #0b78b7;
}

.logo-option-six .logo-sub {
  fill: #5d6b7d;
  letter-spacing: .38em;
}

.cta-concept {
  position: relative;
  min-height: 330px;
  margin: 28px 0;
  overflow: hidden;
  border-radius: 8px;
  color: var(--white);
  box-shadow: 0 28px 76px rgba(17, 32, 51, .14);
}

.cta-concept::before,
.cta-concept::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.cta-copy,
.cta-glass,
.cta-call-card,
.cta-feature-list {
  position: relative;
  z-index: 2;
}

.cta-copy .section-kicker,
.cta-glass .section-kicker,
.cta-copy h2,
.cta-glass h2,
.cta-copy p,
.cta-glass p {
  color: var(--white);
}

.cta-copy h2,
.cta-glass h2 {
  max-width: 650px;
  font-size: 40px;
  line-height: 1.06;
}

.cta-copy p,
.cta-glass p {
  max-width: 650px;
  font-size: 16px;
  opacity: .92;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.cta-concept .button.secondary {
  color: var(--white);
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.34);
  backdrop-filter: blur(10px);
}

.cta-concept-one {
  display: grid;
  align-items: center;
  padding: 50px 58px;
  background:
    linear-gradient(90deg, rgba(17,32,51,.92), rgba(13,106,145,.72)),
    url("https://images.unsplash.com/photo-1576091160550-2173dba999ef?auto=format&fit=crop&w=1800&q=84") center/cover;
}

.cta-concept-one::after {
  inset: auto 40px 34px auto;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.16), transparent 68%);
}

.cta-concept-two {
  display: grid;
  place-items: center end;
  padding: 42px 58px;
  background:
    linear-gradient(90deg, rgba(21,50,74,.2), rgba(21,50,74,.92)),
    url("assets/pharmacist-mediserv-pharmacy-bronx-new-york-1.jpg") left center/58% auto no-repeat,
    linear-gradient(135deg, #15324a, #0d6a91);
}

.cta-glass {
  width: min(620px, 100%);
  padding: 34px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 8px;
  background: rgba(17, 32, 51, .48);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 60px rgba(17, 32, 51, .2);
}

.cta-concept-three {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: center;
  gap: 28px;
  padding: 50px 58px;
  background:
    linear-gradient(90deg, rgba(17,32,51,.94), rgba(21,50,74,.7)),
    url("assets/pill-pharmacy-counter-pills-strips-background.webp") right center/52% auto no-repeat,
    #15324a;
}

.cta-call-card {
  padding: 28px;
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  box-shadow: 0 24px 50px rgba(17, 32, 51, .22);
}

.cta-call-card span,
.cta-call-card strong,
.cta-call-card small {
  display: block;
}

.cta-call-card span {
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.cta-call-card strong {
  margin: 10px 0;
  font-size: 34px;
  line-height: 1;
}

.cta-call-card small {
  color: var(--muted);
  font-weight: 800;
}

.cta-concept-four {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: center;
  gap: 30px;
  padding: 50px 58px;
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 20%, rgba(213,32,50,.13), transparent 22%),
    linear-gradient(135deg, #fff, #f4f9fb);
  border: 1px solid var(--line);
}

.cta-concept-four .section-kicker,
.cta-concept-four h2 {
  color: var(--ink);
}

.cta-concept-four p {
  color: var(--muted);
}

.cta-concept-four .button.secondary {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
}

.cta-feature-list {
  display: grid;
  gap: 12px;
}

.cta-feature-list span {
  padding: 18px 20px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), #0d6a91);
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(17, 32, 51, .12);
}

.newsletter-concept {
  position: relative;
  min-height: 360px;
  margin: 28px 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  color: var(--white);
  box-shadow: 0 28px 76px rgba(17, 32, 51, .14);
}

.newsletter-concept::before,
.newsletter-concept::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.concept-copy {
  position: relative;
  z-index: 3;
  width: min(720px, calc(100% - 48px));
  text-align: center;
}

.concept-copy .section-kicker,
.concept-copy h2,
.concept-copy p {
  color: var(--white);
}

.concept-copy h2 {
  font-size: 42px;
  line-height: 1.08;
}

.concept-copy p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255,255,255,.9);
}

.concept-form {
  position: relative;
  display: block;
  max-width: 660px;
  margin: 28px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.concept-form input {
  width: 100%;
  min-height: 62px;
  margin: 0;
  padding: 0 180px 0 28px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: var(--ink);
}

.concept-form button {
  position: absolute;
  grid-column: auto;
  right: 7px;
  top: 7px;
  min-width: 160px;
  height: 48px;
  min-height: 48px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--red), #b90f21);
  box-shadow: none;
}

.concept-a {
  min-height: 270px;
  background:
    linear-gradient(90deg, rgba(21, 50, 74, .94), rgba(13, 106, 145, .76)),
    url("assets/pill_swallow.jpg") -7% center/56% auto no-repeat,
    url("assets/pill-pharmacy-counter-pills-strips-background.webp") 108% center/48% auto no-repeat,
    #15324a;
}

.concept-a::after {
  background:
    radial-gradient(circle at 8% 78%, rgba(255,255,255,.12), transparent 22%),
    radial-gradient(circle at 92% 10%, rgba(82,185,220,.22), transparent 18%);
}

.concept-b {
  background:
    linear-gradient(135deg, rgba(17,32,51,.9), rgba(13,106,145,.76)),
    url("assets/pill-pharmacy-counter-pills-strips-background.webp") center/118% auto no-repeat;
}

.concept-b::before {
  background:
    linear-gradient(90deg, rgba(17,32,51,.42), transparent 38%, rgba(17,32,51,.22)),
    url("assets/pill_swallow.jpg") -6% 52%/560px auto no-repeat;
  opacity: .68;
  mix-blend-mode: soft-light;
}

.concept-c {
  place-items: center start;
  padding-left: min(7vw, 92px);
  background:
    linear-gradient(90deg, rgba(21,50,74,.97) 0%, rgba(21,50,74,.9) 42%, rgba(13,106,145,.38) 100%),
    url("assets/pill_swallow.jpg") 108% center/62% auto no-repeat,
    #15324a;
}

.concept-c .concept-copy {
  width: min(620px, calc(100% - 48px));
  text-align: left;
}

.concept-c .concept-copy p {
  margin-left: 0;
}

.concept-c .concept-form {
  margin-left: 0;
}

.concept-c::after {
  left: auto;
  width: 56%;
  background:
    linear-gradient(90deg, rgba(21,50,74,.92), rgba(21,50,74,.1)),
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.18), transparent 22%);
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 66px 22px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 48px;
  align-items: start;
}

.service-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px 72px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(17, 32, 51, .08);
  transition: transform .22s ease, box-shadow .22s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 54px rgba(17, 32, 51, .13);
}

.service-card img {
  height: 230px;
  width: 100%;
  object-fit: cover;
}

.service-card div { padding: 22px; }
.service-card span, .service-number { color: var(--red); font-weight: 900; }
.service-card p { font-size: 15px; margin-bottom: 0; }

.split-section,
.testimonial-band,
.contact-strip,
.about-hero,
.form-preview,
.team-story,
.care-path {
  max-width: 1180px;
  margin: 0 auto 72px;
  padding: 0 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}

.image-stack {
  position: relative;
  min-height: 500px;
}

.stack-main {
  width: 88%;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.stack-note {
  position: absolute;
  right: 0;
  bottom: 42px;
  width: 230px;
  border-radius: 8px;
  padding: 18px;
  color: var(--white);
  background: var(--red);
  box-shadow: 0 20px 42px rgba(213, 32, 50, .24);
}

.stack-note strong,
.stack-note span { display: block; }
.stack-note span { margin-top: 6px; opacity: .9; line-height: 1.45; }

.check-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
}

.check-list li {
  position: relative;
  padding: 14px 16px;
  border-radius: 8px;
  background: var(--soft);
  border: 1px solid var(--line);
  font-weight: 800;
  transition: background .35s ease, border-color .35s ease, color .35s ease, box-shadow .35s ease, transform .35s ease;
}

.check-list li.is-highlighted {
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), #0d6a91);
  border-color: rgba(11, 120, 183, .32);
  box-shadow: 0 18px 38px rgba(17, 32, 51, .14);
  transform: translateX(6px);
}

.testimonial-band {
  grid-template-columns: 1.1fr .9fr;
  padding: 52px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), #0d6a91);
}

.testimonial-band h2,
.testimonial-band p,
.testimonial-band .section-kicker { color: var(--white); }
.testimonial-band p { margin-bottom: 0; opacity: .9; }

.compounding-banner {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 54px 58px;
  min-height: 318px;
  background:
    radial-gradient(circle at 12% 18%, rgba(70, 185, 215, .36), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, .18), transparent 20%),
    linear-gradient(135deg, #123b63 0%, #0e7295 58%, #0b5b7b 100%);
  box-shadow: 0 28px 60px rgba(18, 59, 99, .18);
}

.compounding-banner::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    linear-gradient(42deg, transparent 0 47%, rgba(255, 255, 255, .11) 48% 49%, transparent 50%),
    linear-gradient(-38deg, transparent 0 54%, rgba(255, 255, 255, .08) 55% 56%, transparent 57%),
    radial-gradient(circle, rgba(255, 255, 255, .16) 0 7px, transparent 8px);
  background-size: 340px 240px, 300px 230px, 190px 190px;
  opacity: .34;
  animation: compoundDrift 18s linear infinite;
}

.compounding-banner::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -96px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
}

.compound-formulas {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.compound-formulas span {
  position: absolute;
  color: rgba(255, 255, 255, .16);
  font-size: clamp(28px, 4vw, 66px);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .04);
  animation: formulaFloat 11s ease-in-out infinite;
}

.compound-formulas span::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 50%;
  height: 1px;
  background: currentColor;
  opacity: .44;
  transform: rotate(-18deg);
}

.compound-formulas span:nth-child(1) {
  left: 7%;
  top: 16%;
  transform: rotate(-14deg);
}

.compound-formulas span:nth-child(2) {
  right: 17%;
  top: 11%;
  animation-delay: -2s;
  transform: rotate(12deg);
}

.compound-formulas span:nth-child(3) {
  left: 18%;
  bottom: 10%;
  animation-delay: -5s;
  transform: rotate(8deg);
}

.compound-formulas span:nth-child(4) {
  right: 6%;
  bottom: 15%;
  animation-delay: -7s;
  transform: rotate(-10deg);
}

.compound-formulas span:nth-child(5) {
  left: 50%;
  top: 46%;
  animation-delay: -3s;
  transform: rotate(-8deg);
}

.compound-formulas span:nth-child(6) {
  right: 38%;
  top: 8%;
  font-size: clamp(24px, 3vw, 44px);
  animation-delay: -9s;
  transform: rotate(16deg);
}

.compound-banner-head {
  position: relative;
  z-index: 1;
  max-width: 770px;
  margin: 0 auto 42px;
  text-align: center;
}

.compound-banner-head .section-kicker {
  display: inline-flex;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, .88);
}

.compound-banner-head h2 {
  margin: 0;
  padding: 17px 26px;
  border: 2px solid rgba(255, 255, 255, .84);
  border-radius: 8px;
  font-size: clamp(28px, 3.1vw, 43px);
  line-height: 1.15;
  color: var(--white);
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 40px rgba(3, 24, 40, .14);
}

.compound-benefits {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  max-width: 980px;
  margin: 0 auto;
}

.compound-benefits article {
  padding-top: 4px;
  color: var(--white);
}

.compound-benefits h3 {
  margin: 0 0 12px;
  font-size: 18px;
  color: var(--white);
}

.compound-benefits p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .9);
}

@keyframes compoundDrift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(90px, 60px, 0); }
}

@keyframes formulaFloat {
  0%, 100% { translate: 0 0; opacity: .45; }
  50% { translate: 18px -16px; opacity: .75; }
}

.google-reviews,
.faq-feature {
  max-width: 1180px;
  margin: 0 auto 72px;
  padding: 0 22px;
}

.departments-showcase {
  max-width: 1180px;
  margin: 0 auto 78px;
  padding: 18px 22px 0;
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  gap: 38px;
  align-items: stretch;
  scroll-margin-top: 128px;
}

.department-panel {
  min-height: 470px;
  padding: 32px;
  color: var(--white);
  background: linear-gradient(180deg, #356db8, #245aa0);
  border-radius: 8px;
  box-shadow: 0 22px 48px rgba(36, 90, 160, .2);
}

.department-panel h2 {
  color: var(--white);
  font-size: 28px;
  margin-bottom: 22px;
}

.dept-link {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 0;
  margin-top: 0;
  padding: 8px 0;
  color: rgba(255,255,255,.72);
  background: transparent;
  font: inherit;
  font-size: 15px;
  font-weight: 750;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: color .2s ease, transform .2s ease;
}

.department-panel .dept-link {
  border-bottom: 0;
  text-decoration: none;
}

.dept-link:hover,
.dept-link.active {
  color: var(--white);
  transform: translateX(5px);
}

.department-panel > a:not(.dept-link) {
  display: inline-flex;
  margin-top: 28px;
  color: var(--white);
  font-weight: 900;
  border-bottom: 2px solid rgba(255,255,255,.55);
}

.department-content {
  min-width: 0;
  padding-top: 8px;
}

.department-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.department-head h2 {
  font-size: 30px;
  margin-bottom: 0;
}

.department-controls {
  display: flex;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 0;
  overflow: hidden;
}

.department-controls .scroll-control {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
}

.department-controls .scroll-control + .scroll-control {
  border-left: 1px solid var(--line);
}

.department-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 36px) / 3);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: inline mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  padding-bottom: 16px;
}

.department-carousel::-webkit-scrollbar { display: none; }

.department-card {
  min-width: 0;
  scroll-snap-align: start;
  position: relative;
  padding: 0 0 16px;
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.department-card:focus-visible {
  outline: 3px solid rgba(11, 120, 183, .32);
  outline-offset: 6px;
}

.department-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 0;
  transition: filter .28s ease, box-shadow .28s ease, opacity .28s ease;
}

.department-card:hover img {
  filter: saturate(1.16) contrast(1.08) brightness(.92);
  box-shadow: inset 0 0 0 999px rgba(11, 120, 183, .2), 0 18px 34px rgba(17, 32, 51, .16);
  opacity: .94;
}

.department-card span {
  float: right;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-top: -56px;
  margin-right: 12px;
  position: relative;
  color: var(--white);
  background: #2cbad4;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(44, 186, 212, .25);
  transition: background .25s ease, box-shadow .25s ease;
}

.department-card:hover span {
  background: var(--red);
  box-shadow: 0 18px 34px rgba(213, 32, 50, .26);
}

.department-card h3 {
  clear: both;
  margin: 22px 0 14px;
  color: #245aa0;
  font-size: 21px;
  font-weight: 650;
}

.department-card h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 18px;
  background: var(--line);
}

.department-card p {
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 0;
}

.reviews-heading {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 32px;
  align-items: end;
  margin-bottom: 18px;
}

.google-score {
  border-radius: 8px;
  padding: 22px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--blue));
  box-shadow: 0 20px 44px rgba(21, 50, 74, .16);
}

.google-score span,
.google-score small,
.google-score em {
  display: block;
}

.google-score span {
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.google-score strong {
  display: block;
  margin: 16px 0 18px;
  max-width: 230px;
  font-size: 24px;
  line-height: 1.15;
}

.google-score small {
  color: #ffd25d;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 6px 0 8px;
}

.google-score em {
  font-style: normal;
  opacity: .82;
  font-size: 13px;
}

.google-score-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.google-score-pills em {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, .14);
  font-size: 12px;
  font-weight: 800;
  opacity: 1;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.review-card {
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(17, 32, 51, .08);
}

.stars {
  color: #f7b500;
  letter-spacing: 2px;
  font-weight: 900;
  margin-bottom: 16px;
}

.review-card p {
  font-size: 16px;
  color: #314257;
}

.review-card strong,
.review-card span {
  display: block;
}

.review-card strong { margin-top: 20px; }
.review-card span { color: var(--muted); font-size: 13px; margin-top: 4px; }

.faq-feature {
  max-width: none;
  margin-bottom: 86px;
  padding: 76px max(22px, calc((100vw - 1180px) / 2 + 22px));
  overflow: hidden;
  scroll-margin-top: 124px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.5), rgba(255,255,255,0) 34%),
    radial-gradient(circle at 10% 30%, rgba(33, 166, 163, .12), transparent 18%),
    radial-gradient(circle at 87% 22%, rgba(11, 120, 183, .12), transparent 20%),
    linear-gradient(135deg, #f5f9fd, #eef5fa);
}

.faq-feature-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr .92fr;
  gap: 56px;
  align-items: center;
}

.faq-copy h2 {
  max-width: 560px;
  font-size: 46px;
}

.faq-list {
  margin-top: 26px;
  display: grid;
  gap: 12px;
}

.faq-item {
  width: 100%;
  min-height: 58px;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 16px;
  border: 0;
  padding: 0 18px 0 0;
  background: var(--white);
  color: #4d5969;
  font: inherit;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(17, 32, 51, .08);
}

.faq-item strong {
  grid-row: 1;
  grid-column: 1;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-left: 6px;
  color: var(--white);
  background: #134f99;
  font-size: 25px;
  line-height: 1;
  transition: background .2s ease, transform .2s ease;
}

.faq-item span {
  grid-column: 2;
}

.faq-item[aria-expanded="true"] strong {
  background: var(--red);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  margin-top: -12px;
  background: var(--white);
  box-shadow: 0 14px 32px rgba(17, 32, 51, .08);
  transition: max-height .3s ease;
}

.faq-answer.open { max-height: 190px; }
.faq-answer p { margin: 0; padding: 18px 26px 22px 68px; font-size: 15px; }

.faq-pharmacist {
  position: relative;
  min-height: 540px;
  display: grid;
  place-items: end center;
}

.faq-pharmacist::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  border: 22px solid rgba(44, 186, 212, .34);
  box-shadow: inset 0 0 0 12px rgba(44, 186, 212, .28), 0 24px 60px rgba(11, 120, 183, .15);
}

.faq-pharmacist::after {
  content: "";
  position: absolute;
  inset: 14% auto auto 0;
  width: 72px;
  height: 72px;
  border-radius: 18px;
  border: 3px solid rgba(17, 32, 51, .16);
}

.request-care-section {
  max-width: 1320px;
  margin: 0 auto 88px;
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(520px, .92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: stretch;
  scroll-margin-top: 124px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(13, 106, 145, .88), rgba(17, 32, 51, .9)),
    url("https://images.unsplash.com/photo-1587854692152-cbe660dbde88?auto=format&fit=crop&w=1800&q=82") center/cover;
  box-shadow: 0 30px 80px rgba(17, 32, 51, .14);
}

.request-form-card {
  position: relative;
  z-index: 2;
  align-self: stretch;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 8px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 26px 70px rgba(17, 32, 51, .18);
}

.request-form-card h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.request-form-card p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.care-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  padding: 0;
  border: 0;
  background: transparent;
}

.care-form label {
  color: var(--ink);
}

.required-mark {
  color: var(--red);
  font-weight: 900;
}

.care-form .full,
.care-form button {
  grid-column: 1 / -1;
}

.care-form input,
.care-form select,
.care-form textarea {
  padding: 10px 12px;
  border-color: rgba(215, 227, 236, .9);
  background: rgba(248, 251, 253, .86);
}

.care-form textarea {
  min-height: 74px;
}

.care-form button {
  margin-top: 4px;
  justify-self: start;
  min-width: 180px;
}

.mediserv-form-status {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(11, 120, 183, .18);
  border-radius: 8px;
  background: #f4f9fb;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.mediserv-form-status.is-error {
  border-color: rgba(213, 32, 50, .25);
  background: #fff5f6;
  color: var(--red);
}

.request-info-panel {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 38px 42px;
  border-radius: 8px;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 12%, rgba(255,255,255,.2), transparent 20%),
    rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 26px 70px rgba(17, 32, 51, .18);
}

.request-info-panel::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
}

.request-info-panel .section-kicker,
.request-info-panel h2,
.request-info-panel p {
  color: var(--white);
}

.request-info-panel h2 {
  max-width: 560px;
  font-size: 34px;
}

.request-info-panel p {
  max-width: 610px;
  font-size: 16px;
  line-height: 1.55;
  opacity: .9;
}

.request-benefits {
  display: grid;
  gap: 9px;
  margin: 18px 0;
}

.request-benefits span {
  position: relative;
  padding-left: 28px;
  font-weight: 900;
}

.request-benefits span::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #79d8e8;
}

.request-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.18);
}

.request-contact-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(255,255,255,.44);
  backdrop-filter: blur(14px);
}

.request-card-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--teal));
  font-size: 25px;
}

.request-contact-card strong,
.request-contact-card a,
.request-contact-card span:not(.request-card-icon) {
  display: block;
}

.request-contact-card strong {
  color: #1f2d3f;
  font-size: 16px;
}

.request-contact-card a,
.request-contact-card span:not(.request-card-icon) {
  margin-top: 3px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 900;
}

.photo-ring {
  position: relative;
  width: 355px;
  height: 500px;
  overflow: hidden;
  border-radius: 180px 180px 8px 8px;
  border: 14px solid #42bfe7;
  border-bottom: 0;
  box-shadow: 0 28px 70px rgba(11, 120, 183, .16);
  background: #dff4fb;
}

.photo-ring img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.reveal,
.reveal-item {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible,
.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-item:nth-child(2) { transition-delay: .08s; }
.reveal-item:nth-child(3) { transition-delay: .16s; }
.reveal-item:nth-child(4) { transition-delay: .24s; }

@keyframes cardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.contact-strip {
  padding: 42px;
  border-radius: 8px;
  background: #fdf4f5;
  border: 1px solid #f5ccd2;
}

.premium-cta-strip {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 30px;
  align-items: center;
  padding: 50px 58px;
  background:
    radial-gradient(circle at 92% 20%, rgba(213,32,50,.13), transparent 22%),
    linear-gradient(135deg, #fff, #f4f9fb);
  border: 1px solid var(--line);
  box-shadow: 0 28px 76px rgba(17, 32, 51, .1);
}

.premium-cta-strip::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(11,120,183,.08);
}

.premium-cta-strip h2 {
  font-size: 40px;
  max-width: 620px;
}

.premium-cta-strip p {
  max-width: 680px;
}

.premium-cta-strip .cta-actions {
  margin-top: 24px;
}

.contact-strip p { margin-bottom: 0; }
.contact-strip .button { justify-self: end; }

.contact-page {
  background:
    radial-gradient(circle at 12% 18%, rgba(12, 126, 183, 0.08), transparent 28%),
    linear-gradient(180deg, #f8fbfd 0%, #ffffff 42%, #f6fbfd 100%);
  padding-top: 76px;
}

.contact-hero {
  max-width: 1700px;
  margin: 32px auto 90px;
  padding: clamp(76px, 9vw, 150px) 7%;
  min-height: 430px;
  border-radius: 8px;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 30px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(12, 61, 89, 0.96), rgba(8, 119, 170, 0.9)),
    url("assets/mediserv-about-male-pharmacist.png") right 12% center/430px auto no-repeat;
  box-shadow: 0 34px 80px rgba(12, 61, 89, 0.2);
}

.contact-hero::before,
.contact-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.contact-hero::before {
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 43%, rgba(255, 255, 255, 0.08) 43% 44%, transparent 44% 100%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.14), transparent 18%);
  opacity: 0.7;
}

.contact-hero::after {
  width: 220px;
  height: 220px;
  right: -60px;
  bottom: -70px;
  border-radius: 999px;
  border: 34px solid rgba(255, 255, 255, 0.08);
}

.contact-hero > * {
  position: relative;
  z-index: 1;
}

.contact-hero .trust-line {
  color: #8edaf3;
}

.contact-hero h1 {
  max-width: 760px;
  margin: 14px 0 18px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.95;
  color: #fff;
}

.contact-hero p {
  max-width: 790px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.65;
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.contact-hero-actions .secondary {
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  border-color: transparent;
}

.contact-intro {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  justify-items: center;
  text-align: center;
}

.contact-intro h1,
.contact-intro h2 {
  margin: 10px 0 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  color: var(--ink);
}

.contact-intro p {
  margin: 0;
  max-width: 650px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

.contact-layout {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto 86px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  gap: 42px;
  align-items: start;
}

.contact-form-panel {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.contact-form-panel input,
.contact-form-panel select,
.contact-form-panel textarea {
  background: #fff;
  border-color: #dce8f1;
  min-height: 66px;
}

.contact-form-panel textarea {
  min-height: 180px;
}

.contact-info-panel {
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 10%, rgba(19, 156, 179, 0.24), transparent 30%),
    linear-gradient(145deg, #113e59 0%, #0c789f 100%);
  color: #fff;
  box-shadow: 0 30px 70px rgba(12, 61, 89, 0.22);
  position: relative;
  transition: transform .3s ease, box-shadow .3s ease;
}

.contact-info-panel::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 0 34%, rgba(255,255,255,.26) 45%, transparent 58% 100%);
  transform: translateX(-120%);
  transition: transform .65s ease;
}

.contact-info-panel:hover,
.contact-info-panel:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 36px 82px rgba(12, 61, 89, 0.28), 0 0 0 4px rgba(142, 218, 243, 0.08);
}

.contact-info-panel:hover::before,
.contact-info-panel:focus-within::before {
  transform: translateX(120%);
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
  z-index: 2;
}

.contact-info-grid article {
  min-height: 160px;
  padding: 28px 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-info-grid article:nth-child(2n) {
  border-right: 0;
}

.contact-info-grid article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.contact-info-icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  margin-bottom: 18px;
}

.contact-info-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #8edaf3;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-info-panel h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #fff;
}

.contact-info-panel p,
.contact-info-panel a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.55;
  text-decoration: none;
}

.contact-compliance-card {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 18px;
  margin-top: 4px;
}
.contact-compliance-card h3 {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.55);
  margin-bottom: 2px;
}
.contact-compliance-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}
.contact-compliance-card .contact-info-icon {
  display: none;
}
.contact-compliance-card a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
}
.contact-compliance-card a:hover {
  color: #fff;
  text-decoration: underline;
}

.contact-panel-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 34px;
  background: #d7192f;
  position: relative;
  z-index: 2;
}

.contact-panel-cta strong {
  color: #fff;
  font-size: 22px;
}

.contact-panel-cta a {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.contact-chat-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.contact-chat-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 8px;
  max-width: 100%;
  padding: 0 14px;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

@media (min-width: 981px) {
  .contact-chat-button {
    width: min(100%, 280px);
    min-height: 44px;
    font-size: 13px !important;
  }
}

.contact-chat-button:hover,
.contact-chat-button:focus-visible,
.contact-chat-button:active {
  background: #fff;
  color: #123e59 !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.contact-map-section {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto 110px;
}

.contact-map-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 32px;
}

.contact-map-heading h2 {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
}

.contact-map-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.75;
}

.contact-map-frame {
  height: 520px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #dce8f1;
  box-shadow: 0 30px 70px rgba(12, 61, 89, 0.14);
  background: #e9eef2;
}

.contact-map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.face-cream-page {
  background:
    radial-gradient(circle at 12% 12%, rgba(142, 218, 243, .2), transparent 28%),
    linear-gradient(180deg, #f8fbfd 0%, #fff 48%, #f6fbfd 100%);
  overflow: hidden;
}

.face-cream-hero {
  width: min(1440px, calc(100% - 48px));
  margin: 54px auto 72px;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(420px, .9fr);
  gap: 70px;
  align-items: center;
}

.face-cream-copy h1 {
  margin: 14px 0 22px;
  font-size: clamp(48px, 6.2vw, 86px);
  line-height: .96;
  color: var(--ink);
}

.face-cream-copy h1 span,
.face-cream-detail h3 span,
.face-cream-banner h2 span {
  display: block;
}

.face-cream-copy p {
  max-width: 760px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.65;
}

.face-cream-visual {
  position: relative;
  min-height: 640px;
  display: grid;
  place-items: center;
}

.face-cream-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 560px;
  height: 390px;
  border-radius: 54% 46% 48% 52% / 55% 42% 58% 45%;
  background: linear-gradient(135deg, rgba(142, 218, 243, .44), rgba(51, 188, 217, .18));
  transform: translate(-54px, -92px) rotate(-22deg);
}

.face-cream-visual::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 72px;
  width: 190px;
  height: 260px;
  border-radius: 55% 45% 50% 50% / 62% 42% 58% 38%;
  background: linear-gradient(145deg, rgba(18, 126, 195, .58), rgba(37, 186, 205, .32));
  mix-blend-mode: multiply;
  transform: rotate(24deg);
}

.face-cream-visual img {
  position: relative;
  z-index: 1;
  width: min(610px, 94%);
  height: 610px;
  object-fit: cover;
  object-position: center;
  border-radius: 56% 44% 47% 53% / 48% 46% 54% 52%;
  box-shadow: 0 30px 74px rgba(12, 61, 89, .18);
}

.pill-packaging-page .face-cream-visual img {
  object-position: 66% center;
}

.face-cream-note {
  position: absolute;
  z-index: 3;
  left: 14px;
  bottom: 34px;
  max-width: 320px;
  padding: 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, .72);
  box-shadow: 0 24px 60px rgba(12, 61, 89, .16);
}

.face-cream-note strong,
.face-cream-note span {
  display: block;
}

.face-cream-note strong {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 22px;
}

.face-cream-note span {
  color: var(--muted);
  line-height: 1.55;
}

.visual-mix-badge {
  position: absolute;
  z-index: 4;
  right: 26px;
  bottom: 136px;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #d7192f;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  box-shadow: 0 20px 42px rgba(213, 25, 47, .28);
  transition: transform .28s ease, background-color .28s ease, box-shadow .28s ease;
  will-change: transform;
}

.face-cream-visual:hover .visual-mix-badge {
  transform: translateY(-8px) rotate(-5deg) scale(1.06);
  background: #c91227;
  box-shadow: 0 28px 54px rgba(213, 25, 47, .42);
}

.face-cream-highlights {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto 86px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.face-cream-highlights article {
  min-height: 250px;
  padding: 34px;
  border: 1px solid #dce8f1;
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 26px 58px rgba(12, 61, 89, .08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.face-cream-highlights article:hover {
  transform: translateY(-6px);
  border-color: rgba(213, 32, 50, .28);
  box-shadow: 0 32px 70px rgba(12, 61, 89, .14);
}

.face-cream-highlights span {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  color: #fff;
  font-weight: 900;
  font-size: 22px;
}

.face-cream-highlights h3,
.face-cream-steps h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 25px;
}

.face-cream-highlights p,
.face-cream-steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.face-cream-split {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto 90px;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}

.face-cream-image-card {
  position: relative;
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(12, 61, 89, .13);
  overflow: visible;
  transition: transform .28s ease, box-shadow .28s ease;
}

.face-cream-image-card::after {
  content: "Mix";
  position: absolute;
  right: -20px;
  bottom: 36px;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #d7192f;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  box-shadow: 0 20px 42px rgba(213, 25, 47, .28);
  transition: transform .28s ease, background-color .28s ease, box-shadow .28s ease;
  will-change: transform;
}

.face-cream-image-card:hover::after {
  transform: translateY(-8px) rotate(-5deg) scale(1.06);
  background: #c91227;
  box-shadow: 0 28px 54px rgba(213, 25, 47, .42);
}

.face-cream-image-card img {
  width: 100%;
  height: 480px;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  transition: transform .28s ease, filter .28s ease;
}

.face-cream-image-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 38px 84px rgba(12, 61, 89, .18);
}

.face-cream-image-card:hover img {
  transform: scale(1.025);
  filter: saturate(1.08) contrast(1.04);
}

.face-cream-process-head h2 {
  margin: 10px 0 20px;
  color: var(--ink);
  font-size: clamp(36px, 4.6vw, 62px);
  line-height: 1.04;
}

.face-cream-detail h3 {
  margin: 10px 0 20px;
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(36px, 3.65vw, 52px);
  line-height: 1.08;
}

.face-cream-split.reveal .face-cream-image-card,
.face-cream-split.reveal .face-cream-detail {
  opacity: 0;
  transform: translateX(34px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2, .8, .2, 1);
}

.face-cream-split.reveal .face-cream-image-card {
  transform: translateX(-34px);
}

.face-cream-split.reveal.is-visible .face-cream-image-card,
.face-cream-split.reveal.is-visible .face-cream-detail {
  opacity: 1;
  transform: translateX(0);
}

.face-cream-process-head h2 {
  max-width: none;
  font-size: clamp(34px, 3.7vw, 52px);
  white-space: nowrap;
}

.face-cream-request-copy h3 {
  margin: 10px 0 16px;
  max-width: 640px;
  color: var(--ink);
  font-size: clamp(28px, 2.35vw, 34px);
  line-height: 1.16;
}

.face-cream-detail p,
.face-cream-request-copy p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.75;
}

.face-cream-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.face-cream-checks span {
  padding: 18px 18px 18px 48px;
  border: 1px solid #dce8f1;
  border-radius: 8px;
  background: #f4f9fb;
  color: var(--ink);
  font-weight: 900;
  position: relative;
}

.face-cream-checks span::before {
  content: "✓";
  position: absolute;
  left: 18px;
  color: #0f7f78;
}

.face-cream-seo-copy {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto 86px;
  padding: 46px;
  border: 1px solid #dce8f1;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(244, 249, 251, .96), rgba(255, 255, 255, .98)),
    radial-gradient(circle at 92% 10%, rgba(20, 169, 182, .12), transparent 34%);
  box-shadow: 0 26px 70px rgba(12, 61, 89, .08);
}

.face-cream-seo-intro {
  max-width: 100%;
  margin-bottom: 30px;
}

.face-cream-seo-intro h2,
.face-cream-seo-grid h3 {
  color: var(--ink);
}

.face-cream-seo-intro h2 {
  margin: 10px 0 18px;
  font-size: clamp(32px, 3.25vw, 46px);
  line-height: 1.08;
  white-space: nowrap;
}

.face-cream-seo-intro p,
.face-cream-seo-grid p,
.face-cream-seo-grid li {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.face-cream-seo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.face-cream-seo-grid article {
  padding: 26px;
  border: 1px solid #dce8f1;
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
}

.face-cream-seo-grid h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.25;
}

.face-cream-seo-grid p {
  margin: 0 0 14px;
}

.face-cream-seo-grid p:last-child {
  margin-bottom: 0;
}

.face-cream-seo-grid ul {
  margin: 0;
  padding-left: 22px;
}

.face-cream-seo-grid li + li {
  margin-top: 10px;
}

.face-cream-process {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto 86px;
}

.face-cream-process-head {
  max-width: 100%;
  margin-bottom: 32px;
}

.face-cream-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.face-cream-steps article {
  min-height: 250px;
  padding: 34px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #dce8f1;
  box-shadow: 0 24px 60px rgba(12, 61, 89, .08);
}

.face-cream-steps strong {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 8px;
  color: #fff;
  background: #d7192f;
  font-size: 22px;
}

.face-cream-banner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto 90px;
  min-height: 300px;
  padding: 46px 52px;
  scroll-margin-top: 156px;
  border-radius: 8px;
  color: #fff;
  background: #0f6f9d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 34px 78px rgba(12, 61, 89, .22);
}

.face-cream-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 54, 90, .78), rgba(18, 127, 172, .58), rgba(7, 54, 90, .78)),
    radial-gradient(circle at 50% 38%, rgba(91, 195, 232, .2), transparent 36%);
  z-index: 1;
}

.face-cream-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/face-cream-banner-pharmacist.jpg") center/cover no-repeat;
  opacity: .82;
  z-index: 0;
}

.face-cream-banner .section-kicker {
  color: #8edaf3;
}

.face-cream-banner h2 {
  max-width: 760px;
  margin: 10px auto 14px;
  color: #fff;
  font-size: clamp(31px, 3.6vw, 48px);
  line-height: 1.05;
}

.face-cream-banner p {
  max-width: 520px;
  margin: 0 auto 20px;
  color: rgba(255, 255, 255, .92);
  font-size: 17px;
  line-height: 1.45;
}

.face-cream-banner-copy {
  position: relative;
  z-index: 2;
}

.face-cream-reviews {
  margin-bottom: 76px;
}

.face-cream-request {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto 44px;
  padding: 42px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(244, 249, 251, .92), rgba(255, 255, 255, .96));
  border: 1px solid #dce8f1;
  box-shadow: 0 26px 68px rgba(12, 61, 89, .1);
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.face-cream-process.reveal .face-cream-process-head,
.face-cream-process.reveal .face-cream-steps article,
.face-cream-request.reveal .face-cream-request-copy,
.face-cream-request.reveal .face-cream-form {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2, .8, .2, 1);
}

.face-cream-process.reveal.is-visible .face-cream-process-head,
.face-cream-process.reveal.is-visible .face-cream-steps article,
.face-cream-request.reveal.is-visible .face-cream-request-copy,
.face-cream-request.reveal.is-visible .face-cream-form {
  opacity: 1;
  transform: translateY(0);
}

.face-cream-process.reveal.is-visible .face-cream-steps article:nth-child(1) {
  transition-delay: .08s;
}

.face-cream-process.reveal.is-visible .face-cream-steps article:nth-child(2),
.face-cream-request.reveal.is-visible .face-cream-form {
  transition-delay: .16s;
}

.face-cream-process.reveal.is-visible .face-cream-steps article:nth-child(3) {
  transition-delay: .24s;
}

.face-cream-request .request-contact-card {
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
}

.face-cream-request .request-contact-card span:not(.request-card-icon) {
  white-space: nowrap;
  font-size: 15px;
  line-height: 1.1;
}

.face-cream-request .request-contact-card a {
  font-size: 15px;
  line-height: 1.1;
}

.face-cream-page + .site-footer {
  margin-top: 34px;
}

.face-cream-form {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.face-cream-form label:first-child {
  grid-column: auto;
}

.page-hero {
  min-height: 500px;
  display: grid;
  place-items: end start;
  color: var(--white);
  padding: 80px max(22px, calc((100vw - 1180px) / 2 + 22px));
  background:
    linear-gradient(90deg, rgba(17, 32, 51, .88), rgba(17, 32, 51, .35)),
    url("https://images.unsplash.com/photo-1587854692152-cbe660dbde88?auto=format&fit=crop&w=1800&q=84") center/cover;
}

.page-hero div { max-width: 720px; }
.page-hero h1, .page-hero p, .page-hero .trust-line { color: var(--white); }

.service-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-directory article,
.values-grid article,
.steps div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(17, 32, 51, .07);
}

.service-directory h2 { font-size: 25px; }
.service-directory p { font-size: 15px; }
.service-directory a { color: var(--blue); font-weight: 900; }

.care-path {
  grid-template-columns: .7fr 1.3fr;
  align-items: start;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.steps strong {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: var(--red);
  border-radius: 8px;
  margin-bottom: 16px;
}

.steps span { display: block; font-weight: 900; margin-bottom: 8px; }
.steps p { font-size: 14px; margin-bottom: 0; }

.form-preview {
  grid-template-columns: .85fr 1.15fr;
  padding: 52px 22px;
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 24px;
  border-radius: 8px;
  background: var(--soft);
  border: 1px solid var(--line);
}

label {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

label:first-child,
label:nth-child(4),
form button { grid-column: 1 / -1; }

input, select, textarea {
  width: 100%;
  margin-top: 8px;
  border: 1px solid #cad8e3;
  border-radius: 8px;
  padding: 13px 12px;
  font: inherit;
  background: var(--white);
}

textarea { min-height: 120px; resize: vertical; }

.about-hero {
  padding-top: 58px;
}

.about-hero img {
  height: 540px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.mission-panel {
  max-width: 1180px;
  margin: 0 auto 16px;
  padding: 52px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), #0b78b7);
}

.mission-panel h2,
.mission-panel p,
.mission-panel .section-kicker { color: var(--white); }
.mission-panel p { max-width: 760px; margin-bottom: 0; opacity: .9; }

.values-grid {
  max-width: 1180px;
  margin: 0 auto 72px;
  padding: 0 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.values-grid strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.values-grid p { font-size: 14px; margin-bottom: 0; }

.team-story {
  align-items: start;
}

.team-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.team-cards article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(17, 32, 51, .08);
}

.team-cards img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}

.team-cards strong,
.team-cards span {
  display: block;
  padding: 0 18px;
}

.team-cards strong { padding-top: 18px; font-size: 18px; }
.team-cards span { padding-bottom: 18px; padding-top: 6px; color: var(--muted); line-height: 1.45; }

.about-page-hero {
  max-width: 1180px;
  margin: 0 auto 42px;
  padding: 70px 22px 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
  gap: 56px;
  align-items: center;
}

.about-page-copy h1 {
  max-width: 680px;
}

.about-page-copy p {
  max-width: 650px;
}

.about-page-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.about-page-visual::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(44, 186, 212, .22), rgba(44, 186, 212, .04) 68%, transparent 70%);
}

.about-page-visual::after {
  content: "";
  position: absolute;
  right: 4%;
  top: 6%;
  width: 78px;
  height: 78px;
  border: 3px solid rgba(17, 32, 51, .14);
  border-radius: 20px;
}

.about-page-visual img {
  position: relative;
  z-index: 1;
  width: min(430px, 88%);
  height: 500px;
  object-fit: cover;
  object-position: 28% center;
  border: 14px solid #42bfe7;
  border-radius: 220px 220px 8px 8px;
  box-shadow: 0 28px 70px rgba(11, 120, 183, .16);
}

.about-hero-badge {
  position: absolute;
  z-index: 2;
  left: 4%;
  bottom: 38px;
  width: 190px;
  padding: 18px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--red), #b90f21);
  box-shadow: 0 24px 44px rgba(213, 32, 50, .24);
}

.about-hero-badge strong,
.about-hero-badge span {
  display: block;
}

.about-hero-badge strong {
  font-size: 31px;
  line-height: 1;
}

.about-hero-badge span {
  margin-top: 6px;
  line-height: 1.35;
  opacity: .92;
}

.about-trust-strip {
  max-width: 1180px;
  margin: 0 auto 78px;
  padding: 0 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.about-trust-strip article,
.about-care-cards article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(17, 32, 51, .07);
}

.about-trust-strip article {
  min-height: 190px;
}

.about-trust-strip.reveal article {
  opacity: 0;
  transform: translateX(46px);
  transition:
    opacity .7s ease,
    transform .7s cubic-bezier(.2, .8, .2, 1),
    border-color .25s ease,
    box-shadow .25s ease;
}

.about-trust-strip.reveal.is-visible article {
  opacity: 1;
  transform: translateX(0);
}

.about-trust-strip.reveal.is-visible article:nth-child(2) {
  transition-delay: .12s;
}

.about-trust-strip.reveal.is-visible article:nth-child(3) {
  transition-delay: .24s;
}

.about-trust-strip.reveal.is-visible article:nth-child(4) {
  transition-delay: .36s;
}

.about-trust-strip span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--teal));
  font-weight: 900;
}

.about-trust-strip strong,
.about-care-cards strong {
  display: block;
  color: var(--ink);
  font-size: 19px;
  margin-bottom: 10px;
}

.about-trust-strip p,
.about-care-cards p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.55;
}

.about-story-section {
  max-width: 1180px;
  margin: 0 auto 78px;
  padding: 0 22px;
  display: grid;
  grid-template-columns: minmax(420px, .92fr) minmax(0, 1fr);
  gap: 62px;
  align-items: center;
}

.about-story-images {
  position: relative;
  min-height: 520px;
}

.about-story-main {
  width: 74%;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-story-small {
  position: absolute;
  right: 0;
  bottom: 34px;
  width: 46%;
  height: 260px;
  object-fit: cover;
  border: 10px solid var(--white);
  border-radius: 8px;
  box-shadow: 0 22px 52px rgba(17, 32, 51, .18);
}

.story-stat {
  position: absolute;
  right: 18px;
  top: 28px;
  display: grid;
  place-items: center;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--blue));
  box-shadow: 0 24px 52px rgba(11, 120, 183, .22);
  text-align: center;
}

.story-stat strong,
.story-stat span {
  display: block;
}

.story-stat strong {
  font-size: 34px;
  line-height: 1;
}

.story-stat span {
  max-width: 96px;
  font-size: 13px;
  line-height: 1.3;
}

.about-mission-panel {
  position: relative;
  overflow: hidden;
  margin-bottom: 78px;
  background:
    radial-gradient(circle at 90% 20%, rgba(255,255,255,.16), transparent 22%),
    linear-gradient(135deg, var(--navy), #0d6a91);
}

.about-mission-panel::after {
  content: "Rx";
  position: absolute;
  right: 44px;
  bottom: -22px;
  color: rgba(255,255,255,.12);
  font-size: 140px;
  font-weight: 900;
  line-height: 1;
}

.about-care-grid {
  max-width: 1180px;
  margin: 0 auto 78px;
  padding: 0 22px;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 44px;
  align-items: start;
}

.about-care-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.about-care-cards article:nth-child(2) {
  background: #f4f9fb;
}

.about-process {
  margin-bottom: 78px;
}

.about-review-band {
  max-width: 1180px;
  margin: 0 auto 86px;
  padding: 0 22px;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 48px;
  align-items: center;
}

.about-review-visual {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: end;
  justify-items: center;
  overflow: hidden;
}

.about-review-visual img {
  position: relative;
  z-index: 2;
  width: min(100%, 390px);
  border-radius: 28px;
  filter: drop-shadow(0 28px 42px rgba(17, 32, 51, .14));
}

.review-shape {
  position: absolute;
  border-radius: 999px 999px 0 999px;
  transform: rotate(28deg);
}

.review-shape-blue {
  left: 22px;
  bottom: 0;
  width: 280px;
  height: 280px;
  background: linear-gradient(135deg, var(--navy), var(--blue));
}

.review-shape-red {
  right: 58px;
  top: 42px;
  width: 120px;
  height: 120px;
  background: rgba(213, 32, 50, .16);
}

.about-review-content {
  min-width: 0;
}

.about-review-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.about-review-heading h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 4vw, 52px);
}

.about-review-heading p {
  max-width: 560px;
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted);
}

.review-nav {
  display: flex;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 14px 30px rgba(17, 32, 51, .08);
}

.review-nav button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 38px;
  border: 0;
  background: transparent;
  color: var(--navy);
  cursor: pointer;
  font-weight: 900;
  font-family: inherit;
  font-size: 18px;
  transition: background .2s ease, color .2s ease;
}

.review-nav button + button {
  border-left: 1px solid var(--line);
}

.review-nav button:hover,
.review-nav button:focus-visible {
  color: var(--white);
  background: var(--red);
  outline: none;
}

.about-review-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(290px, 1fr);
  gap: 18px;
  overflow-x: auto;
  padding: 2px 2px 18px;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(11, 120, 183, .45) transparent;
}

.about-review-card {
  position: relative;
  min-height: 224px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.9)),
    radial-gradient(circle at 100% 0, rgba(11,120,183,.08), transparent 34%);
  box-shadow: 0 18px 42px rgba(17, 32, 51, .08);
  scroll-snap-align: start;
}

.about-review-card::after {
  content: "";
  position: absolute;
  left: 36px;
  bottom: -14px;
  width: 28px;
  height: 28px;
  background: var(--white);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transform: rotate(45deg);
}

.about-review-card .stars {
  margin-bottom: 14px;
  color: #ffb400;
  letter-spacing: 2px;
}

.about-review-card p {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.65;
  color: #42546c;
}

.about-review-card strong,
.about-review-card span {
  display: block;
}

.about-review-card strong {
  color: var(--navy);
}

.about-review-card span {
  margin-top: 4px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.services-page {
  overflow: hidden;
}

.services-hero-v2 {
  max-width: 1180px;
  margin: 0 auto 78px;
  padding: 72px 22px 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
  gap: 56px;
  align-items: center;
}

.services-hero-copy h1 {
  max-width: 760px;
}

.services-hero-copy p {
  max-width: 680px;
}

.services-hero-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.services-hero-visual::before {
  content: "";
  position: absolute;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(44, 186, 212, .22), rgba(44, 186, 212, .04) 68%, transparent 70%);
}

.services-hero-visual::after {
  content: "";
  position: absolute;
  right: 2%;
  top: 4%;
  width: 86px;
  height: 86px;
  border: 3px solid rgba(17, 32, 51, .13);
  border-radius: 24px;
}

.services-hero-visual img {
  position: relative;
  z-index: 1;
  width: min(430px, 88%);
  height: 500px;
  object-fit: cover;
  border: 14px solid #42bfe7;
  border-radius: 220px 220px 8px 8px;
  box-shadow: 0 28px 70px rgba(11, 120, 183, .16);
}

.service-floating-note {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 46px;
  max-width: 300px;
  padding: 22px;
  border-radius: 8px;
  color: var(--white);
  background: var(--red);
  box-shadow: 0 26px 56px rgba(213, 32, 50, .24);
}

.service-floating-note strong,
.service-floating-note span {
  display: block;
}

.service-floating-note strong {
  margin-bottom: 8px;
  font-size: 20px;
}

.service-floating-note span {
  line-height: 1.5;
}

.services-intro {
  max-width: 1180px;
  margin: 0 auto 48px;
  padding: 0 22px;
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 56px;
  align-items: end;
}

.services-intro p {
  margin-bottom: 0;
}

.services-showcase {
  max-width: 1180px;
  margin: 0 auto 86px;
  padding: 0 22px;
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.services-side-nav {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,251,253,.96)),
    radial-gradient(circle at 100% 0, rgba(44,186,212,.16), transparent 38%);
  box-shadow: 0 18px 44px rgba(17, 32, 51, .08);
}

.services-side-nav strong {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 20px;
}

.services-side-nav a {
  padding: 12px 14px;
  border-radius: 8px;
  color: #52637a;
  font-weight: 900;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.services-side-nav a:hover,
.services-side-nav a:focus-visible {
  color: var(--white);
  background: var(--red);
  transform: translateX(6px);
  outline: none;
}

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

.service-feature-card {
  position: relative;
  overflow: hidden;
  min-height: 510px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(17, 32, 51, .08);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.service-feature-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 0;
  background: linear-gradient(135deg, rgba(11,120,183,.08), rgba(44,186,212,.14));
  transition: height .35s ease;
}

.service-feature-card:hover {
  transform: translateY(-8px);
  border-color: rgba(44, 186, 212, .48);
  box-shadow: 0 28px 62px rgba(17, 32, 51, .14);
}

.service-feature-card:hover::before {
  height: 100%;
}

.service-feature-card > div:last-child {
  position: relative;
  z-index: 2;
  padding: 24px;
}

.service-feature-image {
  position: relative;
  height: 250px;
  overflow: hidden;
  background: #eef5f8;
}

.service-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease, filter .55s ease;
}

.service-feature-card:hover .service-feature-image img {
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.03);
}

.service-feature-image span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  min-width: 64px;
  min-height: 64px;
  display: grid;
  place-items: center;
  padding: 0 12px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--teal));
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(44, 186, 212, .32);
  transition: background .3s ease, transform .3s ease;
}

.service-feature-card:hover .service-feature-image span {
  background: var(--red);
  transform: translateY(-6px);
}

.service-feature-card small {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 8px;
  color: var(--white);
  background: var(--red);
  font-weight: 900;
}

.service-feature-card h3 {
  font-size: 28px;
}

.service-feature-card p {
  font-size: 16px;
}

.service-feature-card a {
  color: var(--blue);
  font-weight: 900;
}

.service-process-panel,
.services-request-section {
  max-width: 1180px;
  margin: 0 auto 86px;
  padding: 48px;
  border-radius: 8px;
}

.service-process-panel {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 36px;
  align-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at 92% 12%, rgba(44, 186, 212, .32), transparent 24%),
    linear-gradient(135deg, var(--navy), #0d6a91);
}

.service-process-panel h2,
.service-process-panel p,
.service-process-panel .section-kicker {
  color: var(--white);
}

.service-process-panel p {
  opacity: .9;
}

.service-process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.service-process-steps article {
  padding: 22px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}

.service-process-steps strong {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 8px;
  color: var(--white);
  background: var(--red);
}

.service-process-steps span {
  display: block;
  margin-bottom: 8px;
  font-weight: 900;
}

.service-process-steps p {
  margin-bottom: 0;
  font-size: 14px;
}

.services-request-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 92% 12%, rgba(213,32,50,.08), transparent 24%),
    linear-gradient(135deg, rgba(248,251,253,.98), rgba(255,255,255,.96));
  box-shadow: 0 24px 66px rgba(17, 32, 51, .08);
}

.services-request-copy p {
  max-width: 560px;
}

.services-form {
  padding: 28px;
  border: 1px solid rgba(215, 227, 236, .9);
  border-radius: 8px;
  background: rgba(255,255,255,.74);
  box-shadow: 0 18px 42px rgba(17, 32, 51, .07);
}

.services-form textarea {
  min-height: 110px;
}

.service-request-compact {
  max-width: 1320px;
  margin-bottom: 72px;
  padding: 18px;
  grid-template-columns: minmax(500px, .95fr) minmax(0, 1.05fr);
  gap: 18px;
}

.service-request-compact .request-form-card {
  padding: 22px;
}

.service-request-compact .request-form-card h2 {
  font-size: 28px;
}

.service-request-compact .request-form-card p {
  max-width: 720px;
  margin-bottom: 12px;
  line-height: 1.42;
}

.service-request-compact .care-form {
  gap: 7px 12px;
}

.service-request-compact .care-form label {
  font-size: 13px;
}

.service-request-compact .care-form input,
.service-request-compact .care-form select,
.service-request-compact .care-form textarea {
  min-height: 42px;
  padding: 8px 12px;
}

.service-request-compact .care-form textarea {
  min-height: 62px;
}

.service-request-compact .request-info-panel {
  padding: 30px 34px;
}

.service-request-compact .request-info-panel h2 {
  max-width: 620px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
}

.service-request-compact .request-info-panel p {
  line-height: 1.5;
}

.service-request-compact .request-benefits {
  margin: 14px 0;
  gap: 7px;
}

.service-request-compact .request-contact-grid {
  margin-top: 18px;
  padding-top: 18px;
}

.service-request-compact .request-contact-card {
  padding: 12px;
}

.services-page + .site-footer {
  margin-top: 0;
}

.services-page + .site-footer .footer-benefits {
  margin-top: 0;
}

@media (max-width: 900px) {
  .top-strip { display: none; }
  .nav-shell {
    position: relative;
    min-height: auto;
    padding: 14px 16px;
    align-items: center;
    gap: 12px;
  }
  .brand img,
  .brand .site-logo-svg { width: 190px; }
  .brand::before {
    width: 150px;
    height: 86px;
    background-size: contain;
  }

  .not-found-page {
    padding: 54px 16px 72px;
  }

  .not-found-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .not-found-copy h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .not-found-copy p {
    font-size: 18px;
  }

  .not-found-actions {
    flex-direction: column;
  }

  .not-found-actions .button {
    width: 100%;
  }

  .not-found-links {
    grid-template-columns: 1fr;
  }
  .mobile-menu-toggle { display: grid; margin-left: auto; }
  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 22px 48px rgba(17, 32, 51, .14);
  }
  .nav-shell.is-open .nav-links { display: flex; }
  .nav-links a,
  .nav-dropdown-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 14px 16px;
  }
  .nav-dropdown {
    width: 100%;
  }
  .nav-submenu {
    position: static;
    width: auto;
    margin: 4px 0 4px 12px;
    padding: 6px;
    border-radius: 8px;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    display: none;
  }
  .nav-submenu::before {
    display: none;
  }
  .nav-dropdown.is-open .nav-submenu,
  .nav-dropdown:focus-within .nav-submenu {
    display: block;
  }
  .nav-dropdown:hover .nav-submenu {
    transform: none;
  }
  .nav-submenu a {
    padding: 12px;
    font-size: 13px;
  }
  .nav-cta { display: none; }
  .hero,
  .about-page-hero,
  .about-story-section,
  .about-care-grid,
  .about-review-band,
  .services-hero-v2,
  .face-cream-hero,
  .face-cream-split,
  .face-cream-banner,
  .face-cream-request,
  .services-intro,
  .services-showcase,
  .service-process-panel,
  .services-request-section,
  .intro-grid,
  .split-section,
  .testimonial-band,
  .contact-strip,
  .about-hero,
  .about-experience,
  .request-care-section,
  .form-preview,
  .team-story,
  .care-path,
  .reviews-heading,
  .faq-feature-inner,
  .departments-showcase,
  .footer-main,
  .scroller-heading {
    grid-template-columns: 1fr;
  }

  .faq-feature { padding-top: 54px; padding-bottom: 54px; }
  .faq-copy h2 { font-size: 34px; }
  .faq-pharmacist { min-height: 410px; }
  .faq-pharmacist::before { width: 320px; height: 320px; border-width: 16px; }
  .photo-ring { width: 270px; height: 380px; border-width: 10px; }

  .department-panel { min-height: auto; }

  .department-carousel {
    grid-auto-columns: minmax(250px, 82vw);
  }

  .newsletter-footer {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .newsletter-copy {
    justify-self: stretch;
    grid-template-columns: 1fr;
    padding: 42px 22px;
    text-align: center;
  }
  .newsletter-copy p { margin-left: auto; margin-right: auto; }
  .newsletter-art { display: none; }
  .newsletter-form input { padding-right: 26px; }
  .newsletter-form button {
    position: static;
    width: 100%;
    margin-top: 10px;
  }

  .footer-column { padding-left: 0; border-left: 0; }
  .footer-benefits {
    grid-template-columns: 1fr;
    border-radius: 8px;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .hero { padding-top: 36px; }
  h1 { font-size: 42px; }
  h2 { font-size: 31px; }
  .hero-panel, .hero-panel img { min-height: 420px; height: 420px; }
  .premium-cta-strip .contact-strip-headline {
    font-size: clamp(29px, 7.4vw, 34px);
    line-height: 1.08;
    max-width: 100%;
  }
  .about-image-stage { min-height: 500px; }
  .about-photo-main { width: 68%; height: 430px; }
  .about-photo-small { width: 48%; height: 230px; }
  .experience-badge { right: 0; bottom: 36px; }
  .about-checks { grid-template-columns: 1fr; }
  .request-care-section { margin-top: 0; padding: 20px; }
  .request-info-panel { margin: 0; padding: 38px 24px; }
  .request-info-panel h2 {
    max-width: none;
    white-space: nowrap;
    font-size: clamp(30px, 8.4vw, 34px);
  }
  .request-contact-grid { grid-template-columns: 1fr; }
  .care-form { grid-template-columns: 1fr; }
  .services-hero-v2 {
    padding-top: 38px;
    gap: 28px;
  }
  .services-hero-visual {
    min-height: 440px;
  }
  .services-hero-visual::before {
    width: 330px;
    height: 330px;
  }
  .services-hero-visual img {
    width: min(320px, 88%);
    height: 410px;
    border-width: 10px;
  }
  .service-floating-note {
    left: 0;
    bottom: 18px;
  }
  .services-side-nav {
    position: relative;
    top: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .services-showcase.reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .services-side-nav strong {
    grid-column: 1 / -1;
  }
  .service-process-steps,
  .services-card-grid,
  .face-cream-highlights,
  .face-cream-seo-grid,
  .face-cream-steps {
    grid-template-columns: 1fr;
  }
  .face-cream-hero,
  .face-cream-split,
  .face-cream-seo-copy,
  .face-cream-process,
  .face-cream-banner,
  .face-cream-request {
    width: min(100% - 32px, 1280px);
  }
  .face-cream-hero {
    gap: 28px;
    margin-top: 34px;
    margin-bottom: 54px;
  }
  .face-cream-copy h1 {
    font-size: 42px;
  }
  .face-cream-process-head h2 {
    white-space: normal;
    font-size: 34px;
  }
  .face-cream-request-copy h3 {
    font-size: 30px;
  }
  .face-cream-visual {
    min-height: 470px;
  }
  .face-cream-visual::before {
    width: 360px;
    height: 250px;
    transform: translate(-36px, -68px) rotate(-22deg);
  }
  .face-cream-visual::after {
    right: 18px;
    bottom: 52px;
    width: 116px;
    height: 160px;
  }
  .face-cream-visual img {
    width: min(360px, 90%);
    height: 360px;
  }
  .face-cream-note {
    left: 0;
    bottom: 12px;
  }
  .face-cream-highlights {
    width: min(100% - 32px, 1280px);
    margin-bottom: 58px;
  }
  .face-cream-image-card img {
    height: 340px;
  }
  .face-cream-image-card::after {
    width: 88px;
    height: 88px;
    right: 12px;
    bottom: 20px;
    font-size: 28px;
  }
  .face-cream-checks {
    grid-template-columns: 1fr;
  }
  .face-cream-seo-copy {
    padding: 30px 20px;
    margin-bottom: 58px;
  }
  .face-cream-seo-intro h2 {
    font-size: 32px;
    white-space: normal;
  }
  .face-cream-seo-grid article {
    padding: 22px;
  }
  .face-cream-banner,
  .face-cream-request {
    padding: 32px 22px;
  }
  .face-cream-banner .button {
    justify-self: center;
  }
  .service-process-panel,
  .services-request-section {
    padding: 32px 22px;
  }
  .about-page-hero {
    padding-top: 38px;
    gap: 28px;
  }
  .about-page-visual {
    min-height: 440px;
  }
  .about-page-visual::before {
    width: 330px;
    height: 330px;
  }
  .about-page-visual img {
    width: min(320px, 88%);
    height: 410px;
    border-width: 10px;
  }
  .about-hero-badge {
    left: 0;
    bottom: 18px;
  }
  .about-trust-strip,
  .about-care-cards {
    grid-template-columns: 1fr;
  }
  .about-story-section {
    gap: 28px;
  }
  .about-review-visual {
    min-height: 360px;
    max-width: 480px;
    margin: 0 auto;
  }
  .about-review-heading {
    align-items: start;
  }
  .about-review-grid {
    grid-auto-columns: minmax(260px, 86vw);
  }
  .about-story-images {
    min-height: 470px;
  }
  .about-story-main {
    width: 80%;
    height: 410px;
  }
  .about-story-small {
    width: 54%;
    height: 210px;
  }
  .story-stat {
    width: 126px;
    height: 126px;
  }
  .compounding-banner {
    padding: 36px 24px;
  }
  .compound-banner-head {
    margin-bottom: 28px;
    text-align: left;
  }
  .compound-banner-head h2 {
    padding: 15px 18px;
  }
  .compound-benefits {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .quick-stats,
  .action-band,
  .service-grid,
  .service-directory,
  .steps,
  .values-grid,
  .team-cards,
  .review-grid,
  form {
    grid-template-columns: 1fr;
  }
  .contact-strip .button { justify-self: start; }
  .contact-hero {
    margin: 18px auto 56px;
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 58px 24px;
    background:
      linear-gradient(135deg, rgba(12, 61, 89, 0.98), rgba(8, 119, 170, 0.94));
  }
  .contact-hero h1 { font-size: 42px; }
  .contact-hero p { font-size: 18px; }
  .contact-hero-actions { justify-content: flex-start; }
  .contact-intro,
  .contact-layout,
  .contact-map-heading {
    width: min(100% - 32px, 1280px);
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .contact-intro h1,
  .contact-intro h2,
  .contact-map-heading h2 { font-size: 32px; }
  .contact-intro p,
  .contact-map-heading p { font-size: 18px; }
  .contact-layout { margin-bottom: 58px; }
  .contact-info-grid { grid-template-columns: 1fr; }
  .contact-info-grid article,
  .contact-info-grid article:nth-child(2n),
  .contact-info-grid article:nth-last-child(-n + 2) {
    min-height: 0;
    padding: 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .contact-info-grid article:last-child { border-bottom: 0; }
  .contact-panel-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px;
  }
  .contact-map-frame { height: 390px; }
  .page-hero { min-height: 430px; }
  label:first-child, label:nth-child(4), form button { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .face-cream-split.reveal .face-cream-image-card,
  .face-cream-split.reveal .face-cream-detail,
  .face-cream-process.reveal .face-cream-process-head,
  .face-cream-process.reveal .face-cream-steps article,
  .face-cream-request.reveal .face-cream-request-copy,
  .face-cream-request.reveal .face-cream-form,
  .face-cream-split.reveal.is-visible .face-cream-image-card,
  .face-cream-split.reveal.is-visible .face-cream-detail,
  .face-cream-process.reveal.is-visible .face-cream-process-head,
  .face-cream-process.reveal.is-visible .face-cream-steps article,
  .face-cream-request.reveal.is-visible .face-cream-request-copy,
  .face-cream-request.reveal.is-visible .face-cream-form,
  .about-trust-strip.reveal article,
  .about-trust-strip.reveal.is-visible article {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


@media (max-width: 900px) {
  .departments-showcase {
    width: 100%;
    max-width: none;
    margin: 0 auto 56px;
    padding: 0 22px;
    display: block;
    overflow: visible;
  }

  .department-panel {
    display: none;
  }

  .department-content {
    width: 100%;
    min-width: 0;
    padding-top: 0;
    overflow: visible;
  }

  .department-head {
    display: block;
    margin-bottom: 24px;
  }

  .department-controls {
    display: none;
  }

  .department-carousel {
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: 1fr;
    gap: 30px;
    overflow: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
    overscroll-behavior-inline: auto;
  }

  .department-card {
    width: 100%;
    max-width: 100%;
    scroll-snap-align: none;
  }

  .department-card img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .department-card h3 {
    overflow-wrap: anywhere;
  }
}
@media (max-width: 900px) {
  .hero-trust-line {
    font-size: 0;
    line-height: 1;
    display: block;
    width: 100%;
    text-align: left;
  }

  .hero-trust-line::before {
    content: attr(data-mobile-text);
    display: block;
    font-size: 13px;
    line-height: 1.25;
  }
}
@media (max-width: 900px) {
  .departments-showcase {
    display: none;
  }
}
@media (max-width: 900px) {
  .nav-shell {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 56px;
    justify-items: center;
  }

  .brand {
    grid-column: 2;
    justify-self: center;
  }

  .brand img,
  .brand .site-logo-svg {
    width: min(190px, 58vw);
  }

  .brand::before {
    width: min(150px, 46vw);
    height: 120px;
    background-size: contain;
  }

  .mobile-menu-toggle {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    margin-left: 0;
  }
}
@media (max-width: 900px) {
  #face-cream-banner p {
    display: none;
  }

  .hrt-page .face-cream-banner p {
    display: none;
  }

  .hero-headline {
    font-size: 0;
    line-height: 1;
    text-align: left;
  }

  .hero-headline::before {
    content: attr(data-mobile-line-one) "\A" attr(data-mobile-line-two);
    display: block;
    white-space: pre-line;
    font-size: clamp(40px, 10.5vw, 52px);
    line-height: 1.02;
  }
}
@media (max-width: 900px) {
  .footer-main {
    display: grid;
  }

  .footer-main > .footer-brand {
    order: 1;
  }

  .footer-logo::before {
    width: 154px;
    height: 106px;
  }

  .footer-logo {
    margin-top: 0;
  }

  .footer-brand {
    padding-top: 0;
  }

  .footer-main > .footer-column:nth-child(4) {
    order: 2;
  }

  .footer-main > .footer-column:nth-child(2) {
    order: 3;
  }

  .footer-main > .footer-column:nth-child(3) {
    order: 4;
  }

  .newsletter-footer {
    display: none;
  }

  .footer-bottom {
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 12px;
  }

  .footer-bottom p {
    text-align: center;
  }

  .footer-bottom div {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  .footer-bottom div span {
    font-size: 0;
  }

  .footer-bottom div span::before {
    content: "|";
    font-size: 14px;
    color: #8a96a3;
  }

  .footer-bottom div span:nth-of-type(3),
  .footer-bottom div a[href*="seoexperts"] {
    display: none;
  }
}
@media (max-width: 900px) {
  .mobile-copy-swap {
    font-size: 0 !important;
    line-height: 1 !important;
  }

  .mobile-copy-swap::before {
    content: attr(data-mobile-text);
    font-size: var(--mobile-copy-size, inherit);
    line-height: var(--mobile-copy-line-height, inherit);
  }

  .floating-card strong.mobile-copy-swap {
    --mobile-copy-size: 20px;
    --mobile-copy-line-height: 1.15;
  }

  .floating-card p.mobile-copy-swap {
    --mobile-copy-size: 14px;
    --mobile-copy-line-height: 1.45;
  }

  .faq-copy .section-kicker.mobile-copy-swap,
  .request-form-card .section-kicker.mobile-copy-swap {
    --mobile-copy-size: 13px;
    --mobile-copy-line-height: 1.25;
  }

  .request-form-card h2.mobile-copy-swap {
    --mobile-copy-size: 34px;
    --mobile-copy-line-height: 1.05;
  }

  .compound-banner-head h2.mobile-copy-swap {
    --mobile-copy-size: clamp(28px, 8vw, 36px);
    --mobile-copy-line-height: 1.12;
  }

  .mobile-copy-two-line::before {
    white-space: pre-line;
  }
}
@media (max-width: 900px) {
  .footer-bottom > div {
    order: 1;
  }

  .footer-bottom > p {
    order: 2;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 900px) {
  .compound-banner-head h2.mobile-copy-swap {
    --mobile-copy-size: clamp(14px, 3.6vw, 16px);
    --mobile-copy-line-height: 1.15;
    white-space: nowrap;
  }

  .request-form-card h2.mobile-copy-swap {
    --mobile-copy-size: clamp(26px, 7.3vw, 30px);
    --mobile-copy-line-height: 1.05;
    white-space: nowrap;
  }

  .mobile-copy-two-line::before {
    white-space: nowrap;
  }

  .footer-bottom {
    gap: 0;
  }

  .footer-bottom > div {
    margin-bottom: 20px;
  }
}
@media (max-width: 900px) {
  .compound-banner-head h2.mobile-copy-swap {
    --mobile-copy-size: clamp(23px, 6vw, 28px);
    --mobile-copy-line-height: 1.12;
    white-space: normal;
  }

  .compound-banner-head h2.mobile-copy-swap::before {
    display: block;
    max-width: 760px;
    white-space: normal;
  }

  .contact-intro h1,
  .contact-intro h2 {
    white-space: nowrap;
    font-size: clamp(29px, 7.2vw, 38px);
  }
}
@media (max-width: 900px) {
  .compound-banner-head h2.mobile-copy-swap {
    --mobile-copy-size: clamp(25px, 6.7vw, 32px);
    --mobile-copy-line-height: 1.14;
    white-space: normal !important;
  }

  .compound-banner-head h2.mobile-copy-swap::before {
    content: "Compounding care made easier\A for Bronx patients";
    display: block;
    white-space: pre-line !important;
    text-align: center;
  }
}
@media (max-width: 900px) {
  .compound-banner-head .section-kicker {
    display: none;
  }

  .floating-card p.mobile-copy-swap {
    --mobile-copy-size: clamp(13px, 3.6vw, 14px);
  }
}
@media (max-width: 900px) {
  .mobile-banner-copy {
    font-size: 0 !important;
    line-height: 1 !important;
  }

  .mobile-banner-copy::before {
    display: block;
    white-space: pre-line;
    font-size: clamp(36px, 9.6vw, 48px);
    line-height: 1.08;
  }

  .mobile-banner-two-line::before {
    content: attr(data-mobile-line-one) "\A" attr(data-mobile-line-two);
  }

  .mobile-banner-three-line::before {
    content: attr(data-mobile-line-one) "\A" attr(data-mobile-line-two) "\A" attr(data-mobile-line-three);
  }

  .about-care-grid .mobile-banner-copy::before,
  .service-process-panel .mobile-banner-copy::before {
    font-size: clamp(34px, 9.1vw, 46px);
  }

  .about-care-grid h2.mobile-banner-copy::before {
    content: "Everyday help\A made easier";
    font-size: clamp(32px, 8.4vw, 40px);
    line-height: 1.08;
    white-space: pre-line;
  }
}
