.elementor-180 .elementor-element.elementor-element-2c31018{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-85af972 *//*
================================================================
DR. SHRINATH VISWANATH — HEADER
Prefix: hp-nav
================================================================
*/
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Lato:wght@300;400;500;700&display=swap');

/* ==========================================================================
   DESIGN SYSTEM TOKENS  (Global Baseline — Desktop 1280px+)
   Single source of truth for colors, type, spacing, radius and shadow.
   All page-level components consume these tokens via var() rather than
   re-declaring their own copies.
   ========================================================================== */

/* Desktop (≥1280px) uses the :root baseline — no overrides needed */

/* ==========================================================================
   GLOBAL BASE DEFAULTS
   Applied document-wide.
   ========================================================================== */

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family:  var(--f-body);
  color:        var(--text);
  font-size:    var(--fs-body);
  font-weight:  var(--fw-bold);
  line-height:  var(--lh-body);
  background:   var(--off-white);
  -webkit-font-smoothing:  antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

/* ── Heading hierarchy — font, size, weight, line-height ── */
h1, .h1 { font-family: var(--f-title); font-size: var(--fs-h1); font-weight: var(--fw-bold);     line-height: var(--lh-headings); margin: 0; }
h2, .h2 { font-family: var(--f-title); font-size: var(--fs-h2); font-weight: var(--fw-semibold); line-height: var(--lh-headings); margin: 0; }
h3, .h3 { font-family: var(--f-sub);   font-size: var(--fs-h3); font-weight: var(--fw-semibold); line-height: var(--lh-headings); margin: 0; }
h4, .h4 { font-family: var(--f-body);  font-size: var(--fs-h4); font-weight: var(--fw-semibold); line-height: var(--lh-headings); margin: 0; }

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

/* ==========================================================================
   SITE COMPONENT TYPE ALIASES
   Shared typographic roles mapped to design tokens.
   ========================================================================== */

.main-nav__link {
  font-size:   var(--fs-small);
  font-weight: var(--fw-bold);
  line-height: var(--lh-ui);
}

.btn,
.home-btn-override-fix {
  font-size:      var(--fs-small);
  font-weight:    var(--fw-bold);
  line-height:    var(--lh-ui);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.card-title {
  font-size:   var(--fs-h4);
  font-weight: var(--fw-semibold);
  line-height: 1.3;
}

.label-eyebrow {
  font-size:      var(--fs-xs);
  font-weight:    var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.breadcrumb__link {
  font-size:   var(--fs-small);
  font-weight: var(--fw-medium);
}

.tldr-summary {
  font-size:   var(--fs-body-large);
  font-weight: var(--fw-medium);
  line-height: 1.5;
}

.detail-body-text {
  font-size:   var(--fs-body);
  font-weight: var(--fw-medium);
}

.pill-badge {
  font-size:   var(--fs-xs);
  font-weight: var(--fw-medium);
  line-height: var(--lh-ui);
}

.footer__brand-name {
  font-size:   var(--fs-h3);
  font-weight: var(--fw-semibold);
}

.footer__title {
  font-size:   var(--fs-small);
  font-weight: var(--fw-bold);
}

.footer__link,
.footer__contact-text {
  font-size:   var(--fs-small);
  font-weight: var(--fw-medium);
}

.hp-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-family: var(--f-body);
}

.hp-nav-hidden {
  transform: translateY(-100%);
}

.hp-nav-scrolled .hp-nav-main {
  background: rgba(255, 255, 255, 0.97);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 24px rgba(15, 76, 129, 0.1);
}

.hp-nav-top {
  background: var(--c2);
  padding: 6px clamp(16px, 4vw, 60px);
  display: flex;
  justify-content: flex-end;
}

.hp-nav-top-inner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hp-nav-top-link {
  font-size: var(--fs-small);
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  letter-spacing: 0.06em;
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  transition: color 0.2s;
}

.hp-nav-top-link:hover {
  color: var(--white);
}

.hp-nav-top-sep {
  color: rgba(255, 255, 255, 0.3);
  font-size: var(--fs-xs);
}

.hp-nav-main {
  background: var(--white);
  padding: 0 clamp(16px, 4vw, 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-5);
  border-bottom: 1px solid rgba(15, 76, 129, 0.08);
  min-height: var(--nav-main-h);
  transition: all 0.3s;
}

.hp-nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.hp-nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.hp-nav-link {
  font-size: var(--fs-small);
  color: var(--body);
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 4px;
  letter-spacing: 0.04em;
  font-weight: var(--fw-medium);
  text-transform: uppercase;
  transition: all 0.2s;
}

.hp-nav-link:hover {
  color: var(--c2);
  background: var(--pale);
}

.hp-nav-cta {
  font-size: var(--fs-small);
  font-weight: var(--fw-bold);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--c2);
  padding: 9px 18px;
  border-radius: var(--radius-md);
  text-decoration: none;
  margin-left: var(--space-2);
  transition: all 0.2s;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hp-nav-cta:hover {
  background: #eaf4fb;
  color: #0f4c81;
  border: 1px solid #0f4c81;
  box-shadow: 0 4px 12px rgba(15, 76, 129, 0.08);
}

.hp-hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 12px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
}

.hp-hamburger span {
  display: block;
  height: 2px;
  background: var(--c2);
  border-radius: 1px;
  transition: all 0.3s;
  width: 24px;
}

.hp-ham-open span:nth-child(1) {
  transform: rotate(45deg) translate(3.5px, 3.5px);
}

.hp-ham-open span:nth-child(2) {
  opacity: 0;
}

.hp-ham-open span:nth-child(3) {
  transform: rotate(-45deg) translate(3.5px, -3.5px);
}

.hp-mobile-menu {
  display: none;
  flex-direction: column;
  background: var(--white);
  border-top: 1px solid rgba(15, 76, 129, 0.08);
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.hp-menu-open {
  max-height: 600px;
  padding: 16px 0 24px;
}

.hp-mobile-menu a {
  font-size: var(--fs-small);
  color: var(--body);
  text-decoration: none;
  padding: 12px 24px;
  display: block;
  border-bottom: 1px solid rgba(15, 76, 129, 0.06);
  font-weight: var(--fw-medium);
  text-transform: uppercase;
  transition: color 0.2s;
}

.hp-mobile-menu a:hover {
  color: var(--c2);
}

.hp-mob-cta {
  background: var(--c2);
  color: var(--white) !important;
  margin: 16px 24px 8px;
  border-radius: var(--radius-md);
  text-align: center;
  font-weight: var(--fw-bold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: var(--fs-small);
}

/* RESPONSIVE — MOBILE (≤768px) */
@media (max-width: 768px) {
  .hp-nav-top {
    display: none;
  }
  .hp-nav-links {
    display: none;
  }
  .hp-hamburger {
    display: flex;
  }
  .hp-mobile-menu {
    display: flex;
  }
}/* End custom CSS */