/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --ivory: #fcfaf6;
  --cream: #f5efe6;
  --sand: #ede4d6;
  --ink: #141e1a;
  --ink-soft: #3a4741;
  --muted: #6e7b74;
  --line: rgba(20, 30, 26, 0.1);
  --line-2: rgba(20, 30, 26, 0.06);
  --emerald: #2e6b5e;
  --emerald-deep: #1e4a40;
  --emerald-tint: #e2f0e7;
  --blush: #f0bba6;
  --blush-tint: #fdf0e7;
  --sun: #f5b85c;
  --sun-tint: #fdf2de;
  --apricot: #f9dcc0;
  --sky: #dcedf2;
  --gold: #c79a4e;
  --amber-deep: #9e6a28;
  --coral: #ae4b2e;
  /* deep terracotta: 4.9:1 on blush-tint */
  --coral-soft: #e08a6a;
  /* decorative only — the floating hearts */
  --white: #fff;

  --f-display:
    "Roboto", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --f-sans:
    "Roboto", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;

  --r-sm: 10px;
  --r-md: 18px;
  --r-lg: 28px;
  --r-xl: 40px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --pad: clamp(20px, 5vw, 88px);
  --maxw: 1360px;
}

/* ============================================================
   RESET / BASE
   ============================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--f-sans);
  font-size: 15.5px;
  line-height: 1.62;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  /* fallback */
  overflow-x: clip;
  /* keeps position:sticky working */
}

body.is-loading {
  overflow: hidden;
  height: 100vh;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  color: inherit;
  border: 0;
  background: none;
  cursor: pointer;
}

::selection {
  background: var(--emerald);
  color: #fff;
}

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
}

section {
  position: relative;
}

/* Warm optimistic light washes across the page */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(
      760px 520px at 88% 8%,
      rgba(245, 184, 92, 0.16),
      transparent 62%
    ),
    radial-gradient(
      640px 480px at 4% 42%,
      rgba(226, 240, 231, 0.75),
      transparent 60%
    ),
    radial-gradient(
      700px 560px at 96% 88%,
      rgba(240, 187, 166, 0.14),
      transparent 62%
    );
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 400;
  letter-spacing: -0.022em;
}

p {
  margin: 0;
}

.display {
  font-family: var(--f-display);
  font-weight: 300;
  line-height: 1.07;
  letter-spacing: -0.035em;
}

.h-xl {
  font-size: clamp(2rem, 4.6vw, 4.3rem);
}

.h-lg {
  font-size: clamp(2.15rem, 4.5vw, 4.1rem);
}

.h-md {
  font-size: clamp(1.7rem, 2.9vw, 2.78rem);
}

.h-sm {
  font-size: clamp(1.2rem, 1.8vw, 1.58rem);
}

/* Emphasis inside headings — upright, warm accent (no italics) */
em {
  font-style: normal;
}

.display em {
  color: var(--emerald);
  font-weight: 400;
}

.charter .display em,
.cta .display em {
  color: var(--sun);
}

.hero h1 em {
  color: var(--apricot);
}

#loader .ld-mark em {
  color: var(--emerald);
}

/* word-split animation wrappers (built by JS) */
[data-split] .w {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  padding-bottom: 0.09em;
  margin-bottom: -0.09em;
}

[data-split] .w > span {
  display: inline-block;
  will-change: transform;
}

/* eyebrow */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--emerald);
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}

.lede {
  font-size: clamp(0.9rem, 1.12vw, 1.04rem);
  color: var(--ink-soft);
  max-width: 60ch;
  font-weight: 350;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  padding: 0.95em 1.6em;
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.008em;
  overflow: hidden;
  isolation: isolate;
  transition:
    color 0.725s var(--ease),
    border-color 0.725s var(--ease),
    transform 0.725s var(--ease);
  will-change: transform;
}

.btn span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
}

.btn span.sign_in_img {
  display: none;
}

@media screen and (max-width: 767px) {
  .btn span.sign_in_img {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btn.btn-sign-in span {
    font-size: 0;
  }

  .btn.btn-sign-in {
    gap: 0;
  }

  .btn span.sign_in_img svg {
    width: 24px;
    height: 24px;
  }

  .btn span.sign_in_img svg path {
    stroke: #fff;
    fill: #fff !important;
  }
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  transform: translateY(101%);
  transition: transform 0.87s var(--ease);
}

.btn:hover::after {
  transform: translateY(0);
}

.btn:active {
  transform: scale(0.985);
}

.btn .arw {
  transition: transform 0.725s var(--ease);
}

.btn:hover .arw {
  transform: translateX(3px);
}

.btn-primary {
  background: var(--emerald);
  color: #fff;
}

.btn-primary::after {
  background: var(--ink);
}

.btn-ghost {
  border: 1px solid var(--line);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.4);
}

.btn-ghost::after {
  background: var(--ink);
}

.btn-ghost:hover {
  color: #fff;
  border-color: var(--ink);
}

.btn-light {
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  backdrop-filter: blur(8px);
}

.btn-light::after {
  background: var(--emerald);
}

.btn-light:hover {
  color: #fff;
}

.btn-outline-l {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
}

.btn-outline-l::after {
  background: #fff;
}

.btn-outline-l:hover {
  color: var(--ink);
}

.btn-sm {
  padding: 0.7em 1.25em;
  font-size: 0.75rem;
}

/* text link */
.tlink {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--emerald);
  padding-bottom: 2px;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.797s var(--ease);
}

.tlink:hover {
  background-size: 100% 1px;
}

.tlink .arw {
  transition: transform 0.652s var(--ease);
}

.tlink:hover .arw {
  transform: translateX(3px);
}

/* ============================================================
   PRELOADER
   ============================================================ */
#loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--ivory);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: var(--pad);
}

#loader .ld-mark {
  font-family: var(--f-display);
  font-size: clamp(1.8rem, 5.4vw, 3.9rem);
  line-height: 1.06;
  font-weight: 300;
  letter-spacing: -0.03em;
  opacity: 0;
  transform: translateY(24px);
}

#loader .ld-count {
  font-family: var(--f-display);
  font-size: clamp(3.1rem, 10.6vw, 8rem);
  line-height: 0.9;
  font-weight: 200;
  letter-spacing: -0.04em;
  color: var(--emerald);
}

#loader .ld-bar {
  position: absolute;
  left: var(--pad);
  right: var(--pad);
  bottom: calc(var(--pad) + 7.5rem);
  height: 1px;
  background: var(--line);
}

#loader .ld-bar i {
  display: block;
  height: 100%;
  width: 0;
  background: var(--emerald);
}

.ld-curtain {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: var(--emerald-deep);
  transform: translateY(100%);
  pointer-events: none;
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed;
  top: 14px;
  left: 0;
  right: 0;
  z-index: 900;
  padding: 14px var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  transition:
    padding 0.725s var(--ease),
    top 0.725s var(--ease),
    background 0.725s var(--ease),
    box-shadow 0.725s var(--ease),
    transform 0.797s var(--ease);
}

.nav::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(252, 250, 246, 0.72);
  backdrop-filter: blur(18px) saturate(140%);
  border-bottom: 1px solid var(--line-2);
  opacity: 0;
  transition: opacity 0.725s var(--ease);
}

.nav.stuck::before {
  opacity: 1;
}

.nav.stuck {
  top: 0;
  padding: 12px var(--pad);
}

/* An always-on scrim so the menu stays legible over any frame of the banner,
   before the solid `stuck` background fades in. */
.nav::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  z-index: -2;
  height: calc(100% + 46px);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(252, 250, 246, 0.88) 0%,
    rgba(252, 250, 246, 0.52) 58%,
    rgba(252, 250, 246, 0) 100%
  );
  transition: opacity 0.6s var(--ease);
}

.nav.stuck::after {
  opacity: 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  line-height: 1.05;
}

.brand .spark {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  background: var(--emerald);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  transition: transform 0.87s var(--ease);
}

.brand:hover .spark {
  transform: rotate(180deg) scale(1.08);
}

.brand b {
  font-family: var(--f-display);
  font-size: 1.02rem;
  font-weight: 500;
  display: block;
  letter-spacing: -0.025em;
}

.brand small {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border-radius: 100px;
  border: 1px solid var(--line-2);
  background: rgba(255, 255, 255, 0.5);
}

.nav-links a {
  position: relative;
  padding: 0.5em 1em;
  border-radius: 100px;
  font-size: 0.79rem;
  font-weight: 450;
  color: var(--ink-soft);
  transition: color 0.58s var(--ease);
}

.nav-links a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--ink);
  transform: scale(0.6);
  opacity: 0;
  transition:
    transform 0.725s var(--ease),
    opacity 0.58s var(--ease);
}

.nav-links a span {
  position: relative;
  z-index: 1;
}

.nav-links a:hover {
  color: #fff;
}

.nav-links a:hover::before {
  transform: scale(1);
  opacity: 1;
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.burger {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  place-items: center;
  background: rgba(255, 255, 255, 0.6);
}

.burger i {
  display: block;
  width: 17px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
  transition:
    transform 0.652s var(--ease),
    opacity 0.435s;
}

.burger.open i + i {
  margin-top: 5px;
}

.burger.open i:nth-child(1) {
  transform: translate(0.2px, 11.7px) rotate(45deg);
}

.burger.open i:nth-child(2) {
  transform: translate(0.2px, -11.5px) rotate(-45deg);
}

.burger.open i:last-child {
  display: none;
}

.burger.open i {
  width: 20px;
}

/* mobile drawer */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 880;
  background: var(--ivory);
  padding: 110px var(--pad) var(--pad);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  clip-path: inset(0 0 100% 0);
  pointer-events: none;
}

.drawer.open {
  pointer-events: auto;
}

.drawer nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.drawer nav a {
  font-family: var(--f-display);
  font-size: clamp(1.8rem, 8vw, 2.9rem);
  line-height: 1.24;
  font-weight: 300;
  letter-spacing: -0.035em;
  border-bottom: 1px solid var(--line-2);
  padding: 0.22em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.drawer nav a em {
  font-style: normal;
  font-family: var(--f-sans);
  font-size: 0.64rem;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0.1em;
}

.drawer .d-foot {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* progress bar */
.scroll-prog {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  z-index: 950;
  transform-origin: 0 50%;
  transform: scaleX(0);
  background: linear-gradient(
    90deg,
    var(--sun),
    var(--blush) 44%,
    var(--emerald)
  );
}

/* ============================================================
   HERO
   ============================================================ */
/* Banner hero, a little short of the viewport so the marquee below shows at the
   fold. The clip is 16:9, so at this height it plays close to uncropped on a
   desktop screen; narrower viewports crop toward the focal point set below. */
.hero {
  position: relative;
  min-height: max(480px, 72svh);
  display: flex;
  align-items: center;
  padding: 122px 0 72px;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

/* 8% of extra height is parallax headroom only — the tween never exceeds it,
   so the banner can't detach from the edges of the hero. */
.hero-media img,
.hero-media video {
  position: absolute;
  left: 0;
  top: -4%;
  width: 100%;
  height: 108%;
  object-fit: cover;
  object-position: 50% 28%;
  background: var(--sand);
  will-change: transform;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      60% 55% at 78% 18%,
      rgba(255, 214, 150, 0.34),
      transparent 68%
    ),
    linear-gradient(
      180deg,
      rgba(252, 250, 246, 0.74) 0%,
      rgba(252, 250, 246, 0.2) 22%,
      rgba(20, 30, 26, 0.1) 44%,
      rgba(22, 42, 34, 0.68) 76%,
      rgba(22, 42, 34, 0.86) 100%
    ),
    linear-gradient(90deg, rgba(22, 42, 34, 0.52) 0%, rgba(20, 30, 26, 0) 58%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 380px);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  padding: 0.5em 1em 0.5em 0.6em;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

.hero-badge .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sun);
  box-shadow: 0 0 0 0 rgba(245, 184, 92, 0.8);
  animation: pulse 3.77s infinite;
}

@keyframes pulse {
  70% {
    box-shadow: 0 0 0 14px rgba(245, 184, 92, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(245, 184, 92, 0);
  }
}

.hero h1 {
  color: #fff;
  margin: 0.28em 0 0;
  max-width: 18ch;
  text-shadow: 0 2px 34px rgba(10, 20, 16, 0.3);
}

.hero .hero-sub {
  color: rgba(255, 255, 255, 0.86);
  margin-top: 1rem;
  max-width: 60ch;
  font-size: 0.9rem;
  font-weight: 350;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1.35rem;
}

.hero-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 4px;
}

.hero-stat-card {
  border-radius: var(--r-md);
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(14px);
  color: #fff;
}

.hero-stat-card .n {
  font-family: var(--f-display);
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.035em;
}

.hero-stat-card .l {
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 0.4em;
}

.hero-stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.scrollcue {
  position: absolute;
  left: var(--pad);
  bottom: 16px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.7em;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.scrollcue .line {
  width: 44px;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
  position: relative;
  overflow: hidden;
}

.scrollcue .line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateX(-100%);
  animation: slide 3.19s var(--ease) infinite;
}

@keyframes slide {
  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee {
  border-block: 1px solid var(--line-2);
  background: linear-gradient(
    90deg,
    var(--sun-tint),
    var(--cream) 34%,
    var(--emerald-tint) 66%,
    var(--blush-tint)
  );
  padding: 22px 0;
  overflow: hidden;
}

.marquee-track {
  display: flex;
  gap: 0;
  width: max-content;
  will-change: transform;
}

.marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: 2.2rem;
  padding-inline: 1.1rem;
  font-family: var(--f-display);
  font-size: clamp(1.05rem, 2.1vw, 1.78rem);
  font-weight: 300;
  letter-spacing: -0.03em;
  color: var(--ink-soft);
  white-space: nowrap;
}

.marquee-track span i {
  font-style: normal;
  color: var(--sun);
  font-size: 0.7em;
}

/* ============================================================
   SECTION HEADER
   ============================================================ */
.sec {
  padding: clamp(80px, 10vw, 150px) 0;
}

.sec-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: end;
  margin-bottom: clamp(40px, 5vw, 72px);
}

.sec-head .right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

/* ============================================================
   INTRO / STATS STRIP
   ============================================================ */
.statstrip {
  border-block: 1px solid var(--line-2);
}

.statstrip .g {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.statstrip .it {
  padding: clamp(30px, 4vw, 56px) clamp(14px, 2.4vw, 34px);
  border-left: 1px solid var(--line-2);
  position: relative;
  overflow: hidden;
}

.statstrip .it:first-child {
  border-left: 0;
}

.statstrip .it::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--sun), var(--emerald));
  transform: scaleX(0);
  transform-origin: 0;
  transition: transform 1.16s var(--ease);
}

.statstrip .it:hover::after {
  transform: scaleX(1);
}

.statstrip .it:hover {
  background: linear-gradient(180deg, rgba(253, 242, 222, 0.5), transparent);
}

.statstrip .it {
  transition: background 1.015s var(--ease);
}

.statstrip .n {
  font-family: var(--f-display);
  font-size: clamp(2.65rem, 5.3vw, 4.6rem);
  line-height: 1;
  font-weight: 200;
  letter-spacing: -0.04em;
  color: var(--emerald-deep);
}

.statstrip .n sup {
  font-size: 0.4em;
  color: var(--sun);
  vertical-align: super;
}

.statstrip .l {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 0.6em;
}

.statstrip .d {
  margin-top: 0.9em;
  font-size: 0.85rem;
  color: var(--ink-soft);
  max-width: 34ch;
  font-weight: 350;
}

/* ============================================================
   FEATURE CARDS
   ============================================================ */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 1.6vw, 22px);
}

.card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line-2);
  border-radius: var(--r-lg);
  padding: clamp(26px, 2.6vw, 38px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 290px;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 1.015s var(--ease),
    box-shadow 1.015s var(--ease),
    border-color 1.015s var(--ease);
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(
    160deg,
    var(--sun-tint),
    var(--emerald-tint) 55%,
    var(--blush-tint)
  );
  opacity: 0;
  transition: opacity 1.015s var(--ease);
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 60px -30px rgba(150, 110, 50, 0.4);
  border-color: transparent;
}

.card:hover::before {
  opacity: 1;
}

.card .ic {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--emerald-tint);
  color: var(--emerald-deep);
  flex: none;
  transition:
    background 0.87s var(--ease),
    transform 0.87s var(--ease);
}

.card:hover .ic {
  background: var(--emerald);
  color: #fff;
  transform: rotate(-4deg) scale(1.03);
}

.card .ic svg {
  width: 24px;
  height: 24px;
}

.card h3 {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.28;
}

.card p {
  font-size: 0.86rem;
  color: var(--ink-soft);
  font-weight: 350;
  flex: 1;
}

.card .num {
  position: absolute;
  top: 22px;
  right: 26px;
  font-family: var(--f-display);
  font-size: 0.98rem;
  font-weight: 400;
  color: var(--muted);
  opacity: 0.5;
}

/* ============================================================
   CHARTER (pinned)
   ============================================================ */
.charter {
  background:
    radial-gradient(
      70% 60% at 82% 6%,
      rgba(245, 184, 92, 0.2),
      transparent 66%
    ),
    radial-gradient(
      60% 55% at 6% 92%,
      rgba(240, 187, 166, 0.16),
      transparent 64%
    ),
    linear-gradient(165deg, #245a4d, var(--emerald-deep) 62%, #173b33);
  background-color: var(--emerald-deep);
  color: #fff;
  overflow: hidden;
}

.charter .eyebrow {
  color: var(--sun);
}

.charter .lede {
  color: rgba(255, 255, 255, 0.72);
}

.charter-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(30px, 5vw, 90px);
  align-items: start;
}

.charter-sticky {
  position: sticky;
  top: 120px;
  align-self: start;
}

.charter-sticky h2 {
  color: #fff;
}

.charter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 2rem;
}

.charter-prog {
  margin-top: 2.6rem;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.7rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.charter-prog .bar {
  flex: 1;
  height: 2px;
  background: rgba(255, 255, 255, 0.16);
  position: relative;
}

.charter-prog .bar i {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--sun), var(--blush));
  transform-origin: 0;
  transform: scaleX(0);
}

.commit {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: clamp(14px, 2vw, 28px);
  padding: clamp(24px, 2.6vw, 36px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  transition: padding-left 0.87s var(--ease);
}

.commit:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.commit:hover {
  padding-left: 8px;
}

.commit .cn {
  font-family: var(--f-display);
  font-size: clamp(2.1rem, 3.5vw, 3.2rem);
  line-height: 0.95;
  font-weight: 200;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.26);
  transition: color 0.87s var(--ease);
}

.commit:hover .cn {
  color: var(--sun);
}

.commit h3 {
  font-size: clamp(1.1rem, 1.8vw, 1.48rem);
  font-weight: 500;
  margin-bottom: 0.5em;
  letter-spacing: -0.02em;
}

.commit p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.89rem;
  font-weight: 350;
  max-width: 54ch;
}

/* ============================================================
   SIGNATORIES
   ============================================================ */
.sig-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 1.6vw, 22px);
}

.sig {
  position: relative;
  border: 1px solid var(--line-2);
  border-radius: var(--r-lg);
  padding: clamp(24px, 2.4vw, 32px);
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow: hidden;
  transition:
    transform 1.015s var(--ease),
    box-shadow 1.015s var(--ease);
}

.sig:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 50px -30px rgba(20, 40, 32, 0.3);
}

.sig .top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.sig .av {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  flex: none;
  display: grid;
  place-items: center;
  font-family: var(--f-display);
  font-size: 1.32rem;
  font-weight: 500;
  color: #fff;
  background: var(--emerald);
}

.sig .av.b {
  background: var(--blush);
  color: var(--ink);
}

.sig .av.c {
  background: var(--ink);
  color: #fff;
}

.sig .nm {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.015em;
}

.sig .loc {
  font-size: 0.77rem;
  color: var(--muted);
}

.sig .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  padding: 0.4em 0.8em;
  border-radius: 100px;
  font-size: 0.69rem;
  letter-spacing: 0.02em;
  background: var(--cream);
  color: var(--ink-soft);
}

.chip.ver {
  background: var(--emerald-tint);
  color: var(--emerald-deep);
  font-weight: 500;
}

.chip.ver svg {
  width: 12px;
  height: 12px;
}

.sig-flag {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(225deg, var(--emerald-tint) 50%, transparent 50%);
  opacity: 0;
  transition: opacity 0.87s var(--ease);
}

.sig:hover .sig-flag {
  opacity: 1;
}

/* ============================================================
   KINDNESS WALL
   ============================================================ */
.wall {
  background: linear-gradient(
    180deg,
    var(--sun-tint),
    var(--cream) 45%,
    var(--blush-tint)
  );
}

.wall-viewport {
  overflow: hidden;
}

.wall-track {
  display: flex;
  gap: clamp(14px, 1.6vw, 22px);
  width: max-content;
  padding-inline: var(--pad);
  will-change: transform;
}

.quote {
  width: min(78vw, 440px);
  background: var(--white);
  border-radius: var(--r-lg);
  border: 1px solid var(--line-2);
  padding: clamp(28px, 2.6vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition:
    transform 1.015s var(--ease),
    box-shadow 1.015s var(--ease);
}

.quote:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 50px -30px rgba(20, 40, 32, 0.3);
}

.quote .mark {
  font-family: var(--f-display);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 0.74;
  letter-spacing: -0.02em;
  color: var(--sun);
  height: auto;
  margin-bottom: -0.22em;
}

.quote p {
  font-family: var(--f-display);
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--ink);
  flex: 1;
}

.quote .by {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line-2);
}

.quote .by .av {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--sand);
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--emerald-deep);
}

.quote .by .nm {
  font-size: 0.83rem;
  font-weight: 500;
}

.quote .by .src {
  font-size: 0.7rem;
  color: var(--muted);
}

/* ============================================================
   TOOLKIT SPLIT
   ============================================================ */
.split {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(18px, 2vw, 28px);
}

.panel {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  padding: clamp(32px, 3.4vw, 58px);
  min-height: clamp(300px, 34vw, 420px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  border: 1px solid var(--line-2);
}

.panel.a {
  background: linear-gradient(
    155deg,
    var(--sun-tint),
    var(--emerald-tint) 46%,
    #fff 82%
  );
}

.panel.b {
  background: linear-gradient(
    155deg,
    var(--blush-tint),
    var(--sun-tint) 46%,
    #fff 82%
  );
}

.panel h3 {
  font-family: var(--f-display);
  font-size: clamp(1.6rem, 2.7vw, 2.4rem);
  line-height: 1.12;
  font-weight: 300;
  letter-spacing: -0.035em;
  max-width: 15ch;
}

.panel p {
  font-size: 0.89rem;
  color: var(--ink-soft);
  max-width: 42ch;
  font-weight: 350;
}

.panel .glyph {
  position: absolute;
  top: clamp(26px, 3vw, 44px);
  right: clamp(26px, 3vw, 44px);
  width: clamp(70px, 9vw, 120px);
  height: clamp(70px, 9vw, 120px);
  opacity: 0.16;
  transition:
    transform 1.305s var(--ease),
    opacity 1.015s var(--ease);
}

.panel:hover .glyph {
  transform: rotate(9deg) scale(1.05);
  opacity: 0.24;
}

.panel .plist {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 4px 0 6px;
}

.panel .plist div {
  display: flex;
  align-items: center;
  gap: 0.6em;
  font-size: 0.83rem;
  color: var(--ink-soft);
}

.panel .plist svg {
  width: 15px;
  height: 15px;
  color: var(--emerald);
  flex: none;
}

/* ============================================================
   CTA
   ============================================================ */
.cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  border-radius: var(--r-xl);
  background: linear-gradient(158deg, #245a4d, #173b33 58%, #12312a);
  padding: clamp(52px, 7vw, 110px) clamp(28px, 5vw, 80px);
  text-align: center;
  isolation: isolate;
}

.cta > *:not(.orb) {
  position: relative;
  z-index: 1;
}

.cta .orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.5;
  z-index: 0;
}

.cta .orb.o1 {
  width: 46vw;
  height: 46vw;
  background: var(--sun);
  top: -20%;
  left: -10%;
  opacity: 0.34;
}

.cta .orb.o2 {
  width: 38vw;
  height: 38vw;
  background: var(--blush);
  bottom: -24%;
  right: -8%;
  opacity: 0.32;
}

.cta .orb.o3 {
  width: 30vw;
  height: 30vw;
  background: #7fd1b0;
  top: 38%;
  left: 46%;
  opacity: 0.22;
}

.cta h2 {
  color: #fff;
  max-width: 16ch;
  margin-inline: auto;
}

.cta p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 52ch;
  margin: 1.4rem auto 0;
  font-weight: 350;
}

.cta .acts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 2.4rem;
}

@media screen and (max-width: 767px) {
  .cta .acts {
    flex-direction: column;
  }

  .cta .acts a {
    width: max-content;
    margin: auto;
  }
}

/* ============================================================
   FOOTER
   ============================================================ */
.foot {
  background: var(--ivory);
  padding-top: clamp(60px, 7vw, 110px);
}

.foot-top {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 0.75fr));
  gap: clamp(24px, 3vw, 48px);
  padding-bottom: clamp(40px, 5vw, 72px);
}

.foot h4 {
  font-size: 0.665rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1.1em;
  font-weight: 500;
}

.foot ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7em;
}

.foot ul a {
  font-size: 0.86rem;
  color: var(--ink-soft);
  transition:
    color 0.507s var(--ease),
    padding-left 0.652s var(--ease);
}

.foot ul a:hover {
  color: var(--emerald);
  padding-left: 5px;
}

.foot .blurb {
  font-size: 0.88rem;
  color: var(--ink-soft);
  max-width: 40ch;
  margin-top: 1.2rem;
  font-weight: 350;
}

.foot-word {
  font-family: var(--f-display);
  font-size: clamp(2.3rem, 11.2vw, 10.6rem);
  line-height: 0.92;
  font-weight: 200;
  letter-spacing: -0.05em;
  white-space: nowrap;
  text-align: center;
  padding-block: 10px 0;
  user-select: none;
  background: linear-gradient(
    96deg,
    var(--sun),
    var(--emerald) 42%,
    var(--blush)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.3;
}

.disclaimer {
  border-top: 1px solid var(--line-2);
  padding: 26px 0;
  font-size: 0.77rem;
  color: var(--muted);
  max-width: 100ch;
  font-weight: 350;
}

.disclaimer b {
  color: var(--ink-soft);
  font-weight: 500;
}

.foot-bot {
  border-top: 1px solid var(--line-2);
  padding: 22px 0 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  align-items: center;
  font-size: 0.74rem;
  color: var(--muted);
}

.foot-social {
  display: flex;
  gap: 8px;
}

.foot-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  transition:
    background 0.652s var(--ease),
    color 0.652s var(--ease),
    border-color 0.652s var(--ease);
}

.foot-social a:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.foot-social svg {
  width: 15px;
  height: 15px;
}

/* ============================================================
   MOMENTS MOSAIC — the emotional heart of the page
   ============================================================ */
.moments {
  background: linear-gradient(
    180deg,
    transparent,
    var(--sun-tint) 40%,
    var(--blush-tint)
  );
}

.mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(12px, 1.4vw, 20px);
}

.mo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--r-lg);
  background: var(--sand);
  grid-column: span 4;
  aspect-ratio: 4/3;
  box-shadow: 0 18px 44px -30px rgba(60, 45, 25, 0.5);
}

.mo img,
.mo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.595s var(--ease);
}

.mo:hover img,
.mo:hover video {
  transform: scale(1.032);
}

/* the tall cell crops a landscape frame — hold both faces in view */
.mo-tall img {
  object-position: 57% 40%;
}

.mo-wide {
  grid-column: span 8;
  aspect-ratio: 16/10.4;
}

.mo-tall {
  grid-column: span 4;
  aspect-ratio: 3/4;
}

.mo figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: clamp(16px, 1.8vw, 26px);
  font-family: var(--f-display);
  font-size: clamp(0.9rem, 1.2vw, 1.2rem);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #fff;
  background: linear-gradient(
    0deg,
    rgba(20, 35, 28, 0.74),
    rgba(20, 35, 28, 0.28) 55%,
    transparent
  );
  transform: translateY(6px);
  opacity: 0.96;
  transition: transform 1.015s var(--ease);
}

.mo:hover figcaption {
  transform: translateY(0);
}

.mo .tag {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 0.36em 0.8em;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(6px);
  font-family: var(--f-sans);
  font-size: 0.645rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--emerald-deep);
}

.moments-note {
  margin-top: clamp(28px, 3vw, 44px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  padding-top: clamp(22px, 2.4vw, 32px);
  border-top: 1px solid var(--line-2);
}

.moments-note p {
  font-family: var(--f-display);
  font-size: clamp(1rem, 1.5vw, 1.38rem);
  font-weight: 300;
  letter-spacing: -0.03em;
  color: var(--ink);
  max-width: 40ch;
}

/* face cluster (hero + CTA) */
.faces {
  display: flex;
  align-items: center;
}

.faces img,
.faces span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  flex: none;
  border: 2px solid rgba(255, 255, 255, 0.9);
  margin-left: -11px;
  box-shadow: 0 4px 14px -6px rgba(20, 30, 26, 0.5);
}

.faces img:first-child,
.faces span:first-child {
  margin-left: 0;
}

.faces span {
  display: grid;
  place-items: center;
  background: var(--emerald);
  color: #fff;
  font-size: 0.67rem;
  font-weight: 600;
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 1.15rem;
}

.hero-proof p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.8rem;
  font-weight: 350;
  max-width: 32ch;
}

.cta-faces {
  display: flex;
  justify-content: center;
  margin-bottom: 1.6rem;
}

.cta-faces .faces img,
.cta-faces .faces span {
  width: 46px;
  height: 46px;
  border-color: rgba(255, 255, 255, 0.28);
}

/* photo card inside the charter column */
.charter-photo {
  position: relative;
  margin-top: 2.4rem;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.charter-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.charter-photo figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 20px 22px;
  color: #fff;
  font-family: var(--f-display);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  background: linear-gradient(0deg, rgba(15, 45, 36, 0.82), transparent);
}

/* photo cards in the Kindness Wall track */
.photo-card {
  width: min(70vw, 330px);
  border-radius: var(--r-lg);
  overflow: hidden;
  position: relative;
  flex: none;
  border: 1px solid var(--line-2);
  background: var(--sand);
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.photo-card figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 22px;
  color: #fff;
  font-family: var(--f-display);
  font-size: 1.04rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.34;
  background: linear-gradient(0deg, rgba(20, 35, 28, 0.8), transparent);
}

/* photo thumb replacing the glyph on the two panels */
.panel-photo {
  position: absolute;
  top: clamp(24px, 3vw, 40px);
  right: clamp(24px, 3vw, 40px);
  width: clamp(86px, 11vw, 132px);
  aspect-ratio: 1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 36px -22px rgba(60, 45, 25, 0.6);
  transform: rotate(3deg);
  transition: transform 1.305s var(--ease);
}

.panel:hover .panel-photo {
  transform: rotate(-1deg) scale(1.03);
}

.panel-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================================
   FLOATING SPARKS (decorative lift)
   ============================================================ */
.sparks {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.sparks span {
  position: absolute;
  font-size: var(--s, 14px);
  line-height: 1;
  color: var(--sun);
  opacity: 0.35;
  will-change: transform;
}

.sparks span:nth-child(even) {
  color: var(--emerald);
  opacity: 0.22;
}

.sparks span:nth-child(3n) {
  color: var(--blush);
  opacity: 0.3;
}

.sec > .wrap {
  position: relative;
  z-index: 1;
}

/* ============================================================
   ANIMATION HELPERS
   ============================================================ */
.line-mask {
  display: block;
  overflow: hidden;
  padding-bottom: 0.06em;
  margin-bottom: -0.06em;
}

.line-mask > span {
  display: block;
  will-change: transform;
}

.reveal {
  will-change: transform, opacity;
}

.img-mask {
  overflow: hidden;
  border-radius: inherit;
}

/* cursor */
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--emerald);
  z-index: 9990;
  pointer-events: none;
  mix-blend-mode: multiply;
  transform: translate(-50%, -50%);
}

.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(46, 107, 94, 0.4);
  z-index: 9989;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

@media (hover: none) {
  .cursor,
  .cursor-ring {
    display: none;
  }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media screen and (max-width: 1400px) {
  .nav {
    gap: 10px;
  }
  .nav-links a {
    padding: 4px 5px;
  }
}

@media screen and (max-width: 1199px) {
  .nav-cta {
    gap: 6px;
  }
  .brand {
    max-width: 200px;
  }
}

@media (max-width: 1080px) {
  .nav-links {
    display: none;
  }

  .burger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
  }

  .burger.open {
    gap: 0;
    display: grid;
    align-items: inherit;
    justify-content: inherit;
  }

  .nav-cta .btn-nav {
    display: none;
  }

  header .nav-cta .btn-sign-in {
    background: var(--emerald);
    color: #fff;
  }
  .drawer .d-foot.mobile-header-cta {
    flex-direction: row;
    margin-top: 20px;
  }

  .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .sig-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .charter-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .charter-sticky {
    position: relative;
    top: 0;
  }

  .foot-top {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }

  /* portrait-ish hero: pull the focal point toward the two faces */
  .hero {
    min-height: max(460px, 68svh);
  }

  .hero-media img,
  .hero-media video {
    object-position: 52% 30%;
  }

  /* the stat cards move below the copy here, so tighten the gap that separates
     them or the stacked hero outgrows a 768px-tall screen */
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero-side {
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
  }

  .hero-stat-card {
    flex: 1 1 150px;
  }

  .hero-stat-row {
    display: contents;
  }
}

@media (max-width: 900px) {
  .sec-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .split {
    grid-template-columns: 1fr;
  }

  .mo {
    grid-column: span 6;
  }

  .mo-wide {
    grid-column: span 12;
    aspect-ratio: 16/9;
  }

  .mo-tall {
    grid-column: span 6;
    aspect-ratio: 1/0.75;
  }

  .statstrip .g {
    grid-template-columns: 1fr;
  }

  .statstrip .it {
    border-left: 0;
    border-top: 1px solid var(--line-2);
  }

  .statstrip .it:first-child {
    border-top: 0;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 14.6px;
  }

  .drawer .d-foot.mobile-header-cta {
    flex-direction: column;
    text-align: center;
  }
  .drawer .d-foot.mobile-header-cta a {
    justify-content: center;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .mo,
  .mo-wide,
  .mo-tall {
    grid-column: span 12;
  }

  .mo-tall {
    aspect-ratio: 4/3;
  }

  .panel-photo {
    width: 62px;
    top: 10px;
    border-radius: 10px;
  }

  .sig-grid {
    grid-template-columns: 1fr;
  }

  .foot-top {
    grid-template-columns: 1fr;
  }

  /* Shorter hero on phones = a wider slice of the clip. 53% centres the crop
     between the doctor's face and the patient's, so both stay in frame. */
  .hero {
    padding-top: 104px;
    padding-bottom: 38px;
    min-height: max(420px, 64svh);
  }

  .hero-media img,
  .hero-media video {
    object-position: 53% 30%;
  }

  /* the same three figures appear in the stats strip directly below —
     dropping them here keeps the hero short enough to show the banner properly */
  .hero-side {
    display: none;
  }

  .commit {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .cta {
    border-radius: var(--r-lg);
  }

  #loader {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }

  #loader .ld-bar {
    bottom: var(--pad);
  }
}

/* ============================================================
   RESPONSIVE — touch, small screens, metered connections
   ============================================================ */

/* Below the pinned-scroll threshold the wall becomes a native swipe carousel.
   Without this the story cards past the first are clipped and unreachable. */
@media (max-width: 760px) {
  .wall-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    padding-bottom: 4px;
  }

  .wall-viewport::-webkit-scrollbar {
    display: none;
  }

  .wall-track {
    will-change: auto;
  }

  .wall-track > * {
    scroll-snap-align: center;
  }

  .quote {
    width: min(84vw, 420px);
  }

  .photo-card {
    width: min(76vw, 320px);
  }
}

/* The drawer has to survive a landscape phone */
.drawer {
  overflow-y: auto;
  overscroll-behavior: contain;
}

@media (max-height: 560px) {
  .drawer {
    padding-top: 84px;
    justify-content: flex-start;
    gap: 22px;
  }

  .drawer nav a {
    font-size: clamp(1.25rem, 5.4vh, 1.85rem);
    padding: 0.1em 0;
  }

  .drawer .d-foot {
    gap: 10px;
    padding-bottom: 8px;
  }
}

/* Touch: no hover to lean on, so targets grow and :active does the feedback */
@media (hover: none) {
  a,
  button {
    -webkit-tap-highlight-color: transparent;
  }

  .warm-btn {
    min-height: 38px;
    padding: 0.6em 1.05em;
    font-size: 0.72rem;
  }

  .warm-btn:active {
    transform: scale(0.96);
  }

  .foot-social a {
    width: 42px;
    height: 42px;
  }

  .foot ul a {
    display: inline-block;
    padding-block: 5px;
  }

  .nav-cta .btn-sm {
    padding: 0.78em 1.3em;
  }

  .tlink {
    padding-block: 6px;
  }

  /* hover-only reveals would otherwise never fire on touch */
  .mo figcaption {
    transform: translateY(0);
  }

  .sig .sig-flag {
    opacity: 1;
  }
}

/* Keyboard focus was invisible site-wide */
:focus-visible {
  outline: 2px solid var(--sun);
  outline-offset: 3px;
  border-radius: 4px;
}

.btn:focus-visible,
.warm-btn:focus-visible {
  outline-offset: 4px;
}

/* Phone nav: brand (218px) + CTA pill (147px) + burger (44px) + gaps overflows
   a 360px screen, so the CTA collapses to a 44px circle. font-size:0 hides the
   label while leaving the SVG arrow at its attribute size; the accessible name
   comes from aria-label. The tagline goes too — it was the only text on the
   page under 10px. */
@media (max-width: 560px) {
  .nav-cta .btn-primary {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
  }

  .nav-cta .btn-primary span {
    font-size: 0;
    gap: 0;
  }

  .nav-cta .btn-primary .arw {
    width: 15px;
    height: 15px;
  }

  .brand small {
    display: none;
  }

  .brand b {
    font-size: 0.96rem;
  }
}

@media (max-width: 400px) {
  /* last 40px of headroom, so the brand still holds one line on a 360px screen */
  .brand b {
    font-size: 0.9rem;
  }

  .brand .spark {
    width: 26px;
    height: 26px;
    font-size: 0.72rem;
  }

  .brand {
    gap: 0.5rem;
  }
}

/* Ambient light is cheaper on a phone GPU: one fewer layer, softer blur */
@media (max-width: 640px) {
  .ambient i {
    filter: blur(48px);
  }

  .ambient .a4 {
    display: none;
  }
}

/* ============================================================
   WARMTH — ambient light, glow and small rewards
   ============================================================ */

/* A living wash behind everything. Sits at z-index -3, under body::before,
   so it can never affect the contrast of any card or panel. */
.ambient {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  overflow: hidden;
}

.ambient i {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(70px);
  will-change: transform;
}

.ambient .a1 {
  width: 54vw;
  height: 54vw;
  top: -14%;
  right: -10%;
  background: rgba(245, 184, 92, 0.3);
}

.ambient .a2 {
  width: 48vw;
  height: 48vw;
  top: 32%;
  left: -16%;
  background: rgba(226, 240, 231, 0.62);
}

.ambient .a3 {
  width: 50vw;
  height: 50vw;
  bottom: -18%;
  right: -8%;
  background: rgba(240, 187, 166, 0.26);
}

.ambient .a4 {
  width: 34vw;
  height: 34vw;
  top: 58%;
  left: 34%;
  background: rgba(249, 220, 192, 0.22);
}

/* Golden motes rising through the banner. z-index 1 keeps them above the
   video (0) and below the headline (2). */
.motes {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.motes i {
  position: absolute;
  display: block;
  border-radius: 50%;
  opacity: 0;
  background: radial-gradient(
    circle at 34% 34%,
    rgba(255, 241, 214, 0.95),
    rgba(245, 184, 92, 0.34) 46%,
    rgba(245, 184, 92, 0) 72%
  );
  will-change: transform, opacity;
}

/* Buttons gain a warm halo rather than a harder lift */
.btn-primary:hover {
  box-shadow:
    0 14px 34px -14px rgba(46, 107, 94, 0.55),
    0 0 0 4px rgba(245, 184, 92, 0.16);
}

.btn-light:hover {
  box-shadow:
    0 14px 34px -14px rgba(160, 110, 40, 0.5),
    0 0 0 4px rgba(255, 255, 255, 0.18);
}

.btn-ghost:hover {
  box-shadow: 0 12px 28px -16px rgba(160, 110, 40, 0.45);
}

.btn-outline-l:hover {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.14);
}

/* A warm glow that follows the pointer across cards and panels.
   --gx/--gy are written by the existing mousemove handler. */
.card,
.sig,
.panel {
  --gx: 50%;
  --gy: 50%;
}

.card::before {
  background:
    radial-gradient(
      260px circle at var(--gx) var(--gy),
      rgba(255, 214, 150, 0.5),
      transparent 68%
    ),
    linear-gradient(
      160deg,
      var(--sun-tint),
      var(--emerald-tint) 55%,
      var(--blush-tint)
    );
}

/* isolation + z-index:-1 puts the glow above the card's own background but
   under its content — without touching the position of any child, since
   .sig-flag and .panel-photo are absolutely positioned. */
.sig,
.panel {
  isolation: isolate;
}

.sig::before,
.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(
    240px circle at var(--gx) var(--gy),
    rgba(255, 214, 150, 0.34),
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.8s var(--ease);
}

.sig:hover::before,
.panel:hover::before {
  opacity: 1;
}

/* "Send warmth" — a local, optimistic reaction on each story */
.warm-btn {
  position: relative;
  margin-left: auto;
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  padding: 0.42em 0.8em;
  border-radius: 100px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.55);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--ink-soft);
  transition:
    color 0.7s var(--ease),
    border-color 0.7s var(--ease),
    background 0.7s var(--ease),
    box-shadow 0.7s var(--ease);
}

.warm-btn svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  transition:
    fill 0.7s var(--ease),
    stroke 0.7s var(--ease),
    transform 0.8s var(--ease);
}

.warm-btn:hover {
  color: var(--coral);
  border-color: rgba(208, 118, 90, 0.34);
  background: var(--blush-tint);
}

.warm-btn:hover svg {
  transform: scale(1.12);
}

.warm-btn[aria-pressed="true"] {
  color: var(--coral);
  border-color: rgba(208, 118, 90, 0.4);
  background: var(--blush-tint);
  box-shadow: 0 0 0 4px rgba(240, 187, 166, 0.18);
}

.warm-btn[aria-pressed="true"] svg {
  fill: var(--coral);
  stroke: var(--coral);
}

.warm-btn .on {
  display: none;
}

.warm-btn[aria-pressed="true"] .off {
  display: none;
}

.warm-btn[aria-pressed="true"] .on {
  display: inline;
}

.warm-btn i {
  position: absolute;
  left: 50%;
  top: 2px;
  width: 9px;
  height: 9px;
  pointer-events: none;
  background: var(--coral-soft);
  opacity: 0.9;
  -webkit-mask: var(--heart) center/contain no-repeat;
  mask: var(--heart) center/contain no-repeat;
}

:root {
  --heart: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 21s-8-5.2-8-10.4A4.6 4.6 0 0 1 12 7a4.6 4.6 0 0 1 8 3.6C20 15.8 12 21 12 21z'/%3E%3C/svg%3E");
}

/* Big numbers warm up from amber into emerald */
.statstrip .n {
  background: linear-gradient(
    100deg,
    var(--amber-deep),
    var(--emerald-deep) 62%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.statstrip .n.landed {
  animation: bloom 1.6s var(--ease);
}

@keyframes bloom {
  0% {
    filter: drop-shadow(0 0 0 rgba(245, 184, 92, 0));
  }

  38% {
    filter: drop-shadow(0 6px 20px rgba(245, 184, 92, 0.55));
  }

  100% {
    filter: drop-shadow(0 0 0 rgba(245, 184, 92, 0));
  }
}

/* Marquee sparkles twinkle through the warm palette */
.marquee-track span i {
  animation: twinkle 6.8s var(--ease) infinite;
}

.marquee-track span i:nth-child(2n) {
  color: var(--blush);
  animation-delay: -2.3s;
}

.marquee-track span i:nth-child(3n) {
  color: var(--emerald);
  animation-delay: -4.5s;
}

@keyframes twinkle {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(0.9);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

/* Two slow warm orbs to lift the deep-emerald Charter */
.c-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

.c-orb.o1 {
  width: 38vw;
  height: 38vw;
  background: var(--sun);
  opacity: 0.2;
  top: -10%;
  right: -6%;
}

.c-orb.o2 {
  width: 30vw;
  height: 30vw;
  background: var(--blush);
  opacity: 0.16;
  bottom: -12%;
  left: -8%;
}

/* Warm details */
.mo:hover .tag {
  background: var(--sun);
  color: #3b2a0c;
}

.cursor-ring.is-warm {
  border-color: rgba(245, 184, 92, 0.8);
  box-shadow: 0 0 20px rgba(245, 184, 92, 0.4);
}

.brand:hover .spark {
  box-shadow: 0 0 0 5px rgba(245, 184, 92, 0.22);
}

.eyebrow::before {
  background: linear-gradient(90deg, var(--sun), currentColor);
}

/* Short viewports — a laptop with deep browser chrome, or a landscape phone.
   The social-proof row and the scroll cue are the two things the first screen
   can do without, so they go before the CTA is ever at risk. */
@media (max-height: 740px) {
  .hero {
    padding-top: 100px;
    padding-bottom: 44px;
    min-height: 0;
  }

  .hero-proof {
    display: none;
  }

  .scrollcue {
    display: none;
  }

  .hero-stat-card {
    padding: 13px 15px;
  }

  .hero-stat-card .n {
    font-size: 1.7rem;
  }
}

@media (max-height: 620px) {
  .hero {
    padding-top: 92px;
    padding-bottom: 34px;
  }

  .hero-side {
    display: none;
  }

  .hero .hero-sub {
    margin-top: 0.75rem;
  }

  .hero-actions {
    margin-top: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }

  .motes {
    display: none;
  }
}

/* ############################## NEW CSS ################################## */
/* ============================================================
   THE CHARTER IN BRIEF
   Scoped CSS — no conflict with old CSS
============================================================ */

.brief-section {
  position: relative;
  padding: clamp(70px, 8vw, 120px) 0;
  background: linear-gradient(180deg, #141e1a 0%, #1e4a40 100%);
  color: #fff;
}

.brief-section__head {
  max-width: 850px;
  margin-bottom: 48px;
}

.brief-section__eyebrow,
.how-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  margin-bottom: 16px;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f5b85c;
}

.brief-section__head h2,
.how-section__head h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.brief-section__head p {
  max-width: 70ch;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.brief-section__btn {
  margin-top: 24px;
  padding: 13px 24px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  background: #2e6b5e;
  color: #fff;
  cursor: pointer;
  transition: all 0.25s ease;
}

.brief-section__btn:hover {
  background: #fff;
  color: #141e1a;
}

/* ---------- SLIDER ---------- */

.brief-section__slider-wrap {
  position: relative;
}

.brief-section__slider-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 4px 20px;
  margin: 0 -4px;
  scrollbar-width: none;
}

.brief-section__slider-track::-webkit-scrollbar {
  display: none;
}

.brief-section__principle-card {
  flex: 0 0 280px;
  min-height: 180px;
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  scroll-snap-align: start;

  background: #1e4a40;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;

  transition:
    border-color 0.25s ease,
    transform 0.25s ease,
    background 0.25s ease;
}

.brief-section__principle-card:hover {
  border-color: rgba(245, 184, 92, 0.5);
  background: #245a4d;
  transform: translateY(-3px);
}

.brief-section__p-num {
  font-size: 0.9rem;
  color: #f5b85c;
  letter-spacing: 0.06em;
}

.brief-section__p-name {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

/* ---------- CONTROLS ---------- */

.brief-section__slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
}

.brief-section__slider-dots {
  display: flex;
  gap: 8px;
}

/* Important:
   Old CSS has generic .dot, so use a unique selector */
.brief-section__slider-dots .brief-section__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
}

.brief-section__slider-dots .brief-section__dot.active {
  background: #f5b85c;
  transform: scale(1.25);
}

.brief-section__slider-arrows {
  display: flex;
  gap: 10px;
}

.brief-section__arrow-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.brief-section__arrow-btn:hover {
  border-color: #f5b85c;
  background: rgba(245, 184, 92, 0.1);
}

.brief-section__arrow-btn svg {
  width: 18px;
  height: 18px;
}

/* ============================================================
   HOW IT WORKS
============================================================ */

.how-section {
  position: relative;
  padding: clamp(70px, 8vw, 120px) 0;
  background: #1e4a40;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.how-section__head {
  margin-bottom: 44px;
}

.how-section__steps {
  display: flex;
  flex-direction: column;
}

.how-section__step {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 32px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.2s ease;
}

.how-section__step:hover {
  background: rgba(255, 255, 255, 0.03);
}

.how-section__step:first-child {
  padding-top: 0;
}

.how-section__step:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.how-section__num {
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  color: rgba(255, 255, 255, 0.25);
}

.how-section__title {
  padding-top: 4px;
  font-size: 18px;
  font-weight: 600;
}

.how-section__body {
  max-width: 560px;
  padding-top: 4px;
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68);
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 780px) {
  .how-section__step {
    grid-template-columns: 56px 1fr;
    grid-template-areas:
      "num title"
      "num body";
  }

  .how-section__num {
    grid-area: num;
  }

  .how-section__title {
    grid-area: title;
  }

  .how-section__body {
    grid-area: body;
  }
}

@media (max-width: 620px) {
  .brief-section__principle-card {
    flex-basis: 240px;
  }

  .brief-section__head h2,
  .how-section__head h2 {
    font-size: 2rem;
  }
}

/* ==============================
   DRAWER BUTTONS
   Default: below 900px
   ============================== */

.sign_up_img,
.sign_in_img {
  display: none;
}

.sign_up_text,
.sign_in_text {
  display: inline;
}

/* ==============================
   900px AND ABOVE
   ============================== */

@media (min-width: 900px) {
  .sign_up_text,
  .sign_in_text {
    display: none;
  }

  .sign_up_img,
  .sign_in_img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .sign_up_img svg,
  .sign_in_img svg {
    width: 22px;
    height: 22px;
    display: block;
  }
}

/* =================== krishna css for global map section =================== */
.global-map-section {
  padding-bottom: 0 !important;
}

.global-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(1px 1px 2px #2e6b5e);
}

/*===========================charter===========================*/

.newsreader {
  font-family: "Newsreader", serif;
}

.hanken-grotesk {
  font-family: "Hanken Grotesk", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  scroll-behavior: smooth;
  font-family: "Hanken Grotesk", sans-serif;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

/* common page css */
.pro-section-padding {
  padding: 60px 0;
}

.pro-container {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  padding: 0 60px;
}

.section-head {
  margin-bottom: 30px;
}

.pro-page-title {
  font-size: 32px;
  font-weight: 300;
  color: #4c4c4c;
  line-height: 1.15;
  text-transform: capitalize;
}

.pro-page-title span {
  font-weight: 700;
  font-style: italic;
}

.pro-page-para {
  font-size: 14px;
  font-weight: 400;
  color: #4c4c4c;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .pro-section-padding {
    padding: 50px 0;
  }

  .pro-container {
    padding: 0 40px;
  }

  .pro-page-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .pro-section-padding {
    padding: 40px 0;
  }

  .pro-container {
    padding: 0 20px;
  }

  .section-head {
    margin-bottom: 20px;
  }

  .pro-page-title {
    font-size: 24px;
  }
}

/* common page cta */
.pro-common-btn {
  background: linear-gradient(180deg, #335949 9.52%, #1a443a 100%);
  border-radius: 15px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: max-content;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  transition: all 0.5s ease-in-out;
}

.pro-common-btn svg {
  transition: all 0.3s ease-in-out;
}

.pro-common-btn svg path {
  transition: all 0.3s ease-in-out;
}

.pro-common-btn-white {
  background: #fff;
  color: #4c4c4c;
}

.pro-common-btn-white svg path {
  stroke: #4c4c4c;
}

/* slider common btn */
.slider_arrow_with_dot {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-swiper-button-next,
.custom-swiper-button-prev {
  width: 44px;
  height: 44px;
  border-radius: 30px;
  border: 1.5px solid #e4e4e4;
  position: relative;
  background: #fff;
  cursor: pointer;
}

.slider_arrow .custom-swiper-button-prev {
  margin-right: 5px;
}

.slider_arrow .custom-swiper-button-next {
  margin-left: 5px;
}

.slider_border_line .custom-swiper-button-next:before,
.slider_border_line .custom-swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #047c9e;
  border-radius: 30px;
  clip-path: polygon(50% 0%, 100% 0%, 100% 50%, 50% 50%);
  transform: rotate(-90deg);
  transition: all 0.3s;
}

.custom-swiper-button-next:after,
.custom-swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-right: 2px solid rgb(76 76 76 / 77%);
  border-bottom: 2px solid rgb(76 76 76 / 77%);
  transform: translate(-50%, -50%) rotate(310deg);
}

.custom-swiper-button-prev:after {
  transform: translate(-50%, -50%) rotate(132deg);
  left: 53%;
}

.slider_border_line .custom-swiper-button-next:hover:before,
.slider_border_line .custom-swiper-button-prev:hover:before {
  clip-path: inset(0);
}

@media screen and (min-width: 1024px) {
  .pro-common-btn:hover {
    background: #fff;
    color: #4c4c4c;
  }

  .pro-common-btn:hover svg {
    transform: translateX(3px);
  }

  .pro-common-btn:hover svg path {
    stroke: #4c4c4c;
  }

  .pro-common-btn-white:hover {
    background: linear-gradient(180deg, #335949 9.52%, #1a443a 100%);
    color: #fff;
  }

  .pro-common-btn-white:hover svg {
    transform: translateX(3px);
  }

  .pro-common-btn-white:hover svg path {
    stroke: #fff;
  }
}

/* banner css start */
.banner-section {
  position: relative;
}

.banner-img {
  position: relative;
}

.banner-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    264.22deg,
    rgba(0, 0, 0, 0.8) 15.18%,
    rgba(102, 102, 102, 0) 60.94%
  );
  rotate: 180deg;
}

.banner-img img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  max-width: 440px;
}

.banner-title {
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  line-height: 1.15;
  text-transform: capitalize;
}

.banner-title span {
  font-weight: 700;
  font-style: italic;
}

.banner-text p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  margin: 6px 0 28px;
  max-width: 370px;
}

@media screen and (max-width: 1199px) {
  .banner-title {
    font-size: 32px;
  }

  .banner-text {
    left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .banner-text {
    position: static;
    margin: 20px;
    padding: 30px 20px;
    border-radius: 20px;
    background-color: #f7f7f7;
    margin-top: -90px;
    width: calc(100% - 40px);
    max-width: 100%;
    transform: translate(0, 0);
  }

  .banner-title {
    font-size: 26px;
    color: #4c4c4c;
  }

  .banner-text p {
    color: #747474;
  }
}

/* banner css end */

/* principal css start */

.principal-slider {
  overflow: hidden;
}

.principal-slide {
  border-radius: 20px;
  background-color: #f7f7f7;
  height: auto;
}

.principal-img {
  border-radius: 20px;
  overflow: hidden;
}

.principal-img img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 30/22;
}

.principal-slide-text {
  padding: 24px 20px 16px;
}

.principal-title {
  font-size: 18px;
  font-weight: 500;
  color: #4c4c4c;
  line-height: 1.15;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.principal-slide-text p {
  font-size: 14px;
  font-weight: 400;
  color: #747474;
  line-height: 1.5;
}

.principals-section .pro-container {
  position: relative;
}

.principals-section .slider_arrow_with_dot {
  position: absolute;
  top: -10px;
  right: 60px;
}

.principals-section .swiper-button-disabled {
  opacity: 0.5;
}

@media screen and (max-width: 1199px) {
  .principals-section .slider_arrow_with_dot {
    right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .principals-section {
    overflow: hidden;
  }

  .principal-slider {
    overflow: inherit;
  }

  .principals-section .slider_arrow_with_dot {
    position: static;
    margin-top: 20px;
  }
}

/* principal css end */

/* kindness practise css start */
.practice-section {
  position: relative;
}

.practice-bg-img {
  background: linear-gradient(0deg, #225248 0%, #415d47 94.46%);
  max-height: 415px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.practice-bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.practice-wrapper {
  position: relative;
  z-index: 9;
  padding: 100px 0;
}

.practice-wrapper .section-head {
  max-width: 376px;
  margin: auto;
  text-align: center;
}

.practice-wrapper .pro-page-title {
  color: #fff;
}

.practice-section .pro-page-para {
  margin: 10px 0 20px;
  color: #fff;
}

.practice-wrapper .pro-common-btn {
  margin: auto;
}

@media screen and (max-width: 767px) {
  .practice-wrapper {
    padding: 80px 0;
  }

  .practice-wrapper .section-head {
    max-width: 287px;
  }
}

/* kindness practise css end */

/* commit css start */
.commit-section {
  background-color: #f7f7f7;
  overflow: hidden;
}

.commit-section .section-head {
  max-width: 400px;
}

.commit-slide {
  border: 1px solid #e8e8e8;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.commit-slide-top {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 10px;
  border-bottom: 1px solid #e8e8e8;
  background-color: #f7f7f7;
}

.commit-slide-img {
  width: 50px;
  height: 50px;
  box-shadow: 0px 4px 30px 0px #00000012;
  border-radius: 50%;
}

.commit-slide-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.commit-top-text {
  font-size: 18px;
  font-weight: 500;
  color: #4c4c4c;
  line-height: 1.15;
  text-transform: capitalize;
}

.commit-slide-bottom {
  padding: 30px 20px;
}

.commit-slide-bottom p {
  font-size: 14px;
  font-weight: 400;
  color: #747474;
  line-height: 1.5;
  max-width: 280px;
}

@media screen and (max-width: 767px) {
  .commit-slide-top {
    gap: 15px;
  }

  .commit-slide-bottom {
    padding: 20px;
  }

  .panel p {
    padding-right: 68px;
  }
}

/* commit css end 0000 */
.text-center {
  text-align: center;
  justify-content: center;
}


/* WHY SHOULD HOSPITALS DO THIS */
.why-hospitals-block {
    margin-top: 60px;
    margin-bottom: 60px;
}

.why-hospitals-head {
    margin-bottom: 28px;
}

.why-hospitals-head .eyebrow {
    display: block;
    margin-bottom: 12px;
}

.why-hospitals-intro {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 850px;
}

/* Four cards */
.why-hospitals-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.why-hospital-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 28px 24px;
    min-height: 190px;

    border: 1px solid rgba(25, 64, 55, 0.15);
    border-radius: 12px;
    background: #fff;
}

.why-hospital-card strong {
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
}

.why-hospital-card span {
    display: block;
    margin-top: 24px;

    font-size: 0.8rem;
    line-height: 1.5;
    color: #777;
}

/* Tablet */
@media (max-width: 991px) {
    .why-hospitals-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Mobile */
@media (max-width: 767px) {
    .why-hospitals-block {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .why-hospitals-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .why-hospital-card {
        min-height: auto;
        padding: 24px 20px;
    }

    .why-hospital-card span {
        margin-top: 18px;
    }
}


.kp-admin-notice {
        position: static !important;
        /* ya simply position: relative; */

        left: auto !important;
        top: auto !important;
        transform: none !important;

        padding: 8px 14px !important;
        border-radius: 5px !important;
    }