/* =========================================================
   NIVA SURGERY
   ABOUT US
   COMPLETE NEW DESIGN
========================================================= */


/* =========================================================
   RESET
========================================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;

  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;

  background: #ffffff;

  color: #173f4d;

  line-height: 1.6;

  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}


/* =========================================================
   PAGE
========================================================= */

.about-page-shell {
  width: 100%;
  overflow: hidden;
}

.about-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}


/* =========================================================
   COMMON
========================================================= */

.about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  font-size: 11px;
  font-weight: 800;

  letter-spacing: 2px;
  text-transform: uppercase;

  color: #079c97;
}

.about-eyebrow::before {
  content: "";

  width: 24px;
  height: 2px;

  background: #079c97;

  display: block;
}


.about-section-header {
  max-width: 760px;
}

.about-section-header h2,
.about-vision-heading h2,
.about-centered-header h2 {
  margin-top: 16px;

  font-size: clamp(34px, 4vw, 52px);

  line-height: 1.1;

  letter-spacing: -1.8px;

  font-weight: 800;

  color: #123d4c;
}

.about-section-header h2 span,
.about-vision-heading h2 span,
.about-centered-header h2 span {
  color: #079c97;
}

.about-centered-header {
  max-width: 760px;

  margin: 0 auto;

  text-align: center;
}

.about-centered-header .about-eyebrow {
  justify-content: center;
}


/* =========================================================
   HERO
========================================================= */

.about-hero {
  padding: 105px 0 115px;

  background:
    linear-gradient(
      135deg,
      #f4fbfb 0%,
      #ffffff 58%,
      #f7fcfc 100%
    );

  border-bottom: 1px solid #e7f0f0;
}

.about-hero-grid {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    320px;

  gap: 90px;

  align-items: center;
}

.about-hero-content {
  max-width: 780px;
}

.about-hero-content h1 {
  margin-top: 18px;

  font-size: clamp(44px, 5.5vw, 70px);

  line-height: 1.02;

  letter-spacing: -3.4px;

  font-weight: 800;

  color: #123d4c;
}

.about-hero-content h1 span {
  color: #079c97;
}

.about-hero-lead {
  margin-top: 28px;

  max-width: 720px;

  font-size: 20px;

  line-height: 1.7;

  color: #526d77;
}

.about-hero-content p:not(.about-hero-lead) {
  margin-top: 19px;

  max-width: 730px;

  font-size: 15px;

  line-height: 1.85;

  color: #6b8088;
}

.about-hero-content strong {
  color: #254f5d;
}


/* =========================================================
   HERO STAT
========================================================= */

.about-hero-stat {
  display: flex;

  justify-content: flex-end;
}

.about-stat-card {
  width: 100%;

  padding: 38px 30px;

  border: 1px solid #dbeaea;

  border-radius: 22px;

  background: rgba(255,255,255,.9);

  box-shadow:
    0 20px 55px rgba(21,69,81,.08);
}

.about-stat-number {
  display: block;

  font-size: 58px;

  line-height: 1;

  letter-spacing: -3px;

  font-weight: 800;

  color: #079c97;
}

.about-stat-label {
  display: block;

  margin-top: 9px;

  font-size: 11px;

  font-weight: 800;

  text-transform: uppercase;

  letter-spacing: 1.7px;

  color: #194553;
}

.about-stat-card p {
  margin-top: 24px;

  font-size: 14px;

  line-height: 1.8;

  color: #71848b;
}


/* =========================================================
   OVERVIEW
========================================================= */

.about-overview-section {
  padding: 105px 0;
}

.about-overview-grid {
  margin-top: 55px;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(400px, .9fr);

  gap: 90px;

  align-items: start;
}

.about-overview-main {
  max-width: 600px;
}

.about-overview-main p {
  font-size: 18px;

  line-height: 1.85;

  color: #617880;
}

.about-overview-main p + p {
  margin-top: 22px;

  font-weight: 700;

  color: #244f5d;
}


/* =========================================================
   POINTS
========================================================= */

.about-overview-points {
  border-top: 1px solid #dfeaea;
}

.about-point {
  display: grid;

  grid-template-columns: 45px 1fr;

  gap: 20px;

  padding: 25px 0;

  border-bottom: 1px solid #dfeaea;
}

.about-point-number {
  width: 36px;
  height: 36px;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 10px;

  background: #e8f7f6;

  color: #078f8a;

  font-size: 11px;

  font-weight: 800;
}

.about-point h3 {
  font-size: 17px;

  line-height: 1.3;

  color: #173f4d;
}

.about-point p {
  margin-top: 6px;

  font-size: 13px;

  line-height: 1.7;

  color: #71838a;
}


/* =========================================================
   VISION
========================================================= */

.about-vision-section {
  padding: 105px 0;

  background: #f7fbfb;

  border-top: 1px solid #e8f0f0;

  border-bottom: 1px solid #e8f0f0;
}

.about-vision-grid {
  display: grid;

  grid-template-columns:
    .85fr
    1.15fr;

  gap: 100px;
}

.about-vision-content {
  max-width: 680px;
}

.about-vision-content p {
  font-size: 16px;

  line-height: 1.85;

  color: #667c84;
}

.about-vision-content p + p {
  margin-top: 20px;
}

.about-vision-content strong {
  color: #234c5a;
}


/* =========================================================
   TEAM INTRO
========================================================= */

.about-team-intro {
  padding: 105px 0 90px;
}

.about-centered-header p {
  margin-top: 20px;

  font-size: 15px;

  line-height: 1.85;

  color: #6b8088;
}

.about-centered-header p + p {
  margin-top: 12px;
}

.about-centered-header strong {
  color: #234c5a;
}

.about-team-tagline {
  margin-top: 45px;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 18px;

  font-size: 12px;

  font-weight: 800;

  text-transform: uppercase;

  letter-spacing: 1.7px;

  color: #079c97;
}

.about-team-tagline i {
  width: 35px;
  height: 1px;

  background: #b9d9d8;
}


/* =========================================================
   LEADERSHIP
========================================================= */

.about-leadership-section {
  padding: 20px 0 110px;
}

.about-leader-card {
  display: grid;

  grid-template-columns:
    minmax(330px, 430px)
    minmax(0, 1fr);

  gap: 70px;

  align-items: center;

  padding: 65px 0;

  border-bottom: 1px solid #e2ebeb;
}

.about-leader-card:last-child {
  border-bottom: 0;
}

.about-leader-reverse {
  grid-template-columns:
    minmax(0, 1fr)
    minmax(330px, 430px);
}

.about-leader-reverse .about-leader-image {
  grid-column: 2;
  grid-row: 1;
}

.about-leader-reverse .about-leader-content {
  grid-column: 1;
  grid-row: 1;
}

.about-leader-image {
  width: 100%;

  max-width: 430px;

  justify-self: center;
}

.about-leader-image img {
  width: 100%;

  aspect-ratio: 1 / 1;

  object-fit: cover;

  border-radius: 24px;

  background: #edf5f5;

  box-shadow:
    0 20px 50px rgba(22,70,82,.1);
}

.about-leader-content {
  max-width: 680px;
}

.about-leader-role {
  display: inline-block;

  font-size: 11px;

  font-weight: 800;

  letter-spacing: 1.7px;

  text-transform: uppercase;

  color: #079c97;
}

.about-leader-content h2 {
  margin-top: 10px;

  font-size: clamp(28px, 3vw, 40px);

  line-height: 1.15;

  letter-spacing: -1px;

  color: #123d4c;
}

.about-leader-qualification {
  margin-top: 8px;

  font-size: 13px;

  font-weight: 600;

  color: #71838a;
}

.about-leader-line {
  width: 45px;

  height: 2px;

  margin: 22px 0;

  background: #079c97;
}

.about-leader-content p:not(.about-leader-qualification) {
  font-size: 14px;

  line-height: 1.85;

  color: #657a82;
}

.about-leader-content p + p {
  margin-top: 15px;
}

.about-leader-content strong {
  color: #244e5c;
}


/* =========================================================
   JOURNEY
========================================================= */

.about-journey-section {
  padding: 105px 0;

  background: #f7fbfb;

  border-top: 1px solid #e6eeee;
}

.about-journey-grid {
  margin-top: 55px;

  display: grid;

  grid-template-columns:
    repeat(4, minmax(0,1fr));

  border-top: 1px solid #dbe7e7;

  border-left: 1px solid #dbe7e7;
}

.about-journey-card {
  min-height: 210px;

  padding: 30px 26px;

  background: #ffffff;

  border-right: 1px solid #dbe7e7;

  border-bottom: 1px solid #dbe7e7;
}

.about-journey-card > span {
  display: inline-flex;

  width: 38px;
  height: 38px;

  align-items: center;
  justify-content: center;

  border-radius: 10px;

  background: #e8f7f6;

  color: #078f8a;

  font-size: 11px;

  font-weight: 800;
}

.about-journey-card h3 {
  margin-top: 23px;

  font-size: 18px;

  color: #173f4d;
}

.about-journey-card p {
  margin-top: 9px;

  font-size: 13px;

  line-height: 1.75;

  color: #70838a;
}


/* =========================================================
   FINAL
========================================================= */

.about-final-section {
  padding: 105px 0;

  background: #123f4d;

  text-align: center;
}

.about-final-section .about-eyebrow {
  color: #7ce0db;
}

.about-final-section .about-eyebrow::before {
  background: #7ce0db;
}

.about-final-section h2 {
  max-width: 850px;

  margin: 17px auto 0;

  font-size: clamp(35px, 4vw, 52px);

  line-height: 1.1;

  letter-spacing: -1.7px;

  color: #ffffff;
}

.about-final-section h2 span {
  color: #76dcd7;
}

.about-final-section p {
  max-width: 680px;

  margin: 22px auto 0;

  font-size: 15px;

  line-height: 1.8;

  color: #c4d7db;
}


/* =========================================================
   SEO
========================================================= */

.about-seo-section {
  padding: 55px 0;

  background: #f5f8f8;

  border-top: 1px solid #e2eaea;
}

.about-seo-grid {
  display: grid;

  grid-template-columns:
    repeat(4,1fr);

  gap: 30px;
}

.about-seo-grid h3 {
  font-size: 13px;

  line-height: 1.4;

  color: #244d5b;
}

.about-seo-grid p {
  margin-top: 9px;

  font-size: 11px;

  line-height: 1.7;

  color: #7a8b91;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

  .about-hero-grid {
    grid-template-columns: 1fr;

    gap: 45px;
  }

  .about-hero-stat {
    justify-content: flex-start;
  }

  .about-stat-card {
    max-width: 350px;
  }

  .about-overview-grid {
    grid-template-columns: 1fr;

    gap: 50px;
  }

  .about-vision-grid {
    grid-template-columns: 1fr;

    gap: 45px;
  }

  .about-leader-card,
  .about-leader-reverse {
    grid-template-columns:
      300px
      minmax(0,1fr);

    gap: 45px;
  }

  .about-journey-grid {
    grid-template-columns:
      repeat(2,1fr);
  }

  .about-seo-grid {
    grid-template-columns:
      repeat(2,1fr);
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

  .about-container {
    width: calc(100% - 32px);
  }


  /* Hero */

  .about-hero {
    padding: 65px 0 70px;
  }

  .about-hero-content h1 {
    font-size: 43px;

    letter-spacing: -2px;
  }

  .about-hero-lead {
    font-size: 17px;
  }

  .about-hero-content p:not(.about-hero-lead) {
    font-size: 14px;
  }


  /* Sections */

  .about-overview-section,
  .about-vision-section,
  .about-team-intro,
  .about-journey-section {
    padding: 70px 0;
  }

  .about-section-header h2,
  .about-vision-heading h2,
  .about-centered-header h2 {
    font-size: 34px;

    letter-spacing: -1.2px;
  }


  /* Overview */

  .about-overview-grid {
    margin-top: 40px;
  }

  .about-overview-main p {
    font-size: 16px;
  }


  /* Team */

  .about-team-tagline {
    flex-direction: column;

    gap: 10px;
  }

  .about-team-tagline i {
    width: 25px;
  }


  /* Leadership */

  .about-leadership-section {
    padding: 0 0 70px;
  }

  .about-leader-card,
  .about-leader-reverse {
    display: flex;

    flex-direction: column;

    gap: 32px;

    padding: 50px 0;
  }

  .about-leader-reverse .about-leader-image {
    order: 0;
  }

  .about-leader-reverse .about-leader-content {
    order: 1;
  }

  .about-leader-image {
    width: 100%;

    max-width: 340px;
  }

  .about-leader-content h2 {
    font-size: 29px;
  }


  /* Journey */

  .about-journey-grid {
    grid-template-columns: 1fr;

    margin-top: 40px;
  }

  .about-journey-card {
    min-height: auto;
  }


  /* Final */

  .about-final-section {
    padding: 75px 20px;
  }

  .about-final-section h2 {
    font-size: 35px;
  }


  /* Footer */

  .about-footer {
    padding-top: 50px;
  }

  .about-footer-main {
    grid-template-columns: 1fr;

    gap: 45px;
  }

  .about-footer-links {
    grid-template-columns: 1fr;

    gap: 28px;
  }

  .about-footer-bottom {
    flex-direction: column;

    align-items: flex-start;
  }

  .about-footer-bottom p {
    line-height: 1.7;
  }

  .about-footer-bottom p span {
    display: block;

    margin-left: 0;
  }


  /* SEO */

  .about-seo-section {
    padding: 45px 0;
  }

  .about-seo-grid {
    grid-template-columns: 1fr;

    gap: 28px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

  .about-container {
    width: calc(100% - 24px);
  }

  .about-hero-content h1 {
    font-size: 38px;
  }

  .about-stat-card {
    padding: 30px 24px;
  }

  .about-stat-number {
    font-size: 50px;
  }

  .about-leader-image {
    max-width: 300px;
  }

}