:root {
  --bg: #efe4d2;
  --bg-deep: #d9c1a1;
  --ink: #1f2a2d;
  --muted: #526066;
  --line: rgba(66, 54, 40, 0.14);
  --glass: rgba(255, 250, 244, 0.56);
  --glass-strong: rgba(255, 252, 248, 0.72);
  --shadow: 0 24px 70px rgba(95, 73, 47, 0.17);
  --radius-lg: 28px;
  --radius-md: 20px;
  --max-width: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.8), transparent 26%),
    radial-gradient(circle at 90% 10%, rgba(203, 167, 120, 0.45), transparent 18%),
    linear-gradient(135deg, #f6efe6 0%, var(--bg) 46%, var(--bg-deep) 100%);
}

a {
  color: inherit;
}

.page-shell {
  position: relative;
  overflow: hidden;
  padding: 40px 20px 56px;
}

.ambient {
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
  opacity: 0.8;
  pointer-events: none;
}

.ambient-left {
  top: 80px;
  left: -120px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
}

.ambient-right {
  right: -80px;
  bottom: 120px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(181, 131, 73, 0.45), rgba(181, 131, 73, 0));
}

.profile-layout {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.hero-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.menu-wrap {
  position: relative;
  flex: 0 0 auto;
}

.menu-toggle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 1px solid rgba(66, 54, 40, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(95, 73, 47, 0.12);
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.6);
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(95, 73, 47, 0.15);
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #243033;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-wrap.is-open .menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-wrap.is-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.menu-wrap.is-open .menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 4;
  width: min(280px, calc(100vw - 48px));
  padding: 14px;
  border-radius: 20px;
}

.hero-menu[hidden] {
  display: none;
}

.hero-menu a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.22);
  color: #314043;
  font-size: 0.94rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(66, 54, 40, 0.08);
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.hero-menu a + a {
  margin-top: 8px;
}

.hero-menu a:hover,
.hero-menu a:focus-visible {
  background: rgba(255, 255, 255, 0.6);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(95, 73, 47, 0.1);
}

.glass-panel {
  background: linear-gradient(180deg, var(--glass-strong), var(--glass));
  border: 1px solid rgba(255, 255, 255, 0.48);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hero {
  padding: 48px;
  border-radius: var(--radius-lg);
  margin-bottom: 24px;
}

.eyebrow {
  margin: 0 0 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.73rem;
  font-weight: 700;
  color: #7b664a;
}

.hero h1,
.section-card h2 {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.02em;
}

.hero h1 {
  margin: 0;
  font-size: clamp(3rem, 7vw, 5.4rem);
  line-height: 0.92;
}

.role {
  margin: 14px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  font-weight: 600;
  color: var(--muted);
}

.hero-intro {
  position: relative;
  padding-right: min(35vw, 360px);
  min-height: 280px;
}

.hero-text {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.hero-intro::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(34vw, 330px);
  height: 100%;
  background-image: url("../image/AjayGhoshProfilePic.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 72%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 72%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.lead {
  max-width: 840px;
  margin: 24px 0 0;
  font-size: 1.02rem;
  line-height: 1.8;
  color: #314043;
}

.lead a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.hero-highlights article,
.section-card {
  border-radius: var(--radius-md);
}

.hero-highlights article {
  padding: 20px;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid var(--line);
}

.hero-highlights span {
  display: block;
  margin-bottom: 8px;
  font-size: 1.15rem;
  font-weight: 700;
}

.hero-highlights p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

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

.platform-showcase {
  overflow: hidden;
}

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

.platform-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-md);
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.platform-logo-global {
  background: linear-gradient(145deg, #0f3c63, #1d5d8e);
}

.platform-logo-health {
  background: linear-gradient(145deg, #3d7b3d, #6aa255);
}

.platform-logo:hover,
.platform-logo:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(95, 73, 47, 0.12);
}

.platform-logo-global:hover,
.platform-logo-global:focus-visible {
  background: linear-gradient(145deg, #124870, #236ca3);
}

.platform-logo-health:hover,
.platform-logo-health:focus-visible {
  background: linear-gradient(145deg, #478947, #77b45e);
}

.platform-logo img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  object-fit: contain;
}

.section-card {
  padding: 28px;
}

.section-card-wide {
  grid-column: span 2;
}

.section-card h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 0.98;
}

.section-card p,
.section-card li {
  font-size: 0.99rem;
  line-height: 1.8;
  color: #354448;
}

.section-card p:last-child {
  margin-bottom: 0;
}

.section-card ul {
  margin: 0;
  padding-left: 20px;
}

.section-card li + li {
  margin-top: 10px;
}

.site-footer {
  margin-top: 24px;
  padding: 18px 24px;
  border-radius: var(--radius-md);
}

.site-footer p {
  margin: 0;
  text-align: center;
  font-size: 0.92rem;
  line-height: 1.7;
  color: #3b494d;
}

.site-footer a {
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

@media (max-width: 860px) {
  .hero {
    padding: 34px 24px;
  }

  .hero-intro {
    padding-right: min(40vw, 290px);
    min-height: 240px;
  }

  .menu-toggle {
    width: 56px;
    height: 56px;
  }

  .hero-highlights,
  .platform-logos,
  .content-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 540px) {
  .page-shell {
    padding: 18px 12px 32px;
  }

  .hero-header {
    align-items: flex-start;
    gap: 14px;
  }

  .hero {
    padding: 28px 18px;
    border-radius: 22px;
  }

  .hero-intro {
    min-height: auto;
    padding-right: 0;
  }

  .hero-intro::after {
    display: none;
  }

  .menu-toggle {
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }

  .hero-menu {
    width: min(250px, calc(100vw - 36px));
  }

  .section-card {
    padding: 22px 18px;
  }

  .site-footer {
    padding: 16px 18px;
  }

  .lead,
  .section-card p,
  .section-card li,
  .hero-highlights p {
    font-size: 0.95rem;
  }
}