.mcs-about {
  --primary-gold: #F5A623;
  --gold-dark: #D4900E;
  --bg-white: #FFFFFF;
  --bg-light: #F7F8FA;
  --text-dark: #1A1A2E;
  --text-body: #4A4A5A;
  --text-muted: #7C7C8A;
  --border-light: #E4E6EB;
  --border-gold: rgba(245, 166, 35, 0.2);
  --shadow-lg: 0 16px 50px rgba(0, 0, 0, 0.1);
  --section-padding: 100px 0;
  --container-width: 1200px;
  --hero-height: 400px;
  --overlay-top: rgba(255, 255, 255, 0.45);
  --overlay-bottom: rgba(247, 248, 250, 0.95);
  --highlight: var(--primary-gold);
  --badge-bg: var(--primary-gold);
  --badge-text: #ffffff;
  --cta-bg-start: var(--text-dark);
  --cta-bg-end: #16213E;
  --cta-heading: #ffffff;
  --cta-text: #C4C4C4;
  --btn-bg: var(--primary-gold);
  --btn-text: #ffffff;
  --btn-hover-bg: var(--gold-dark);
  --icon-bg-start: var(--primary-gold);
  --icon-bg-end: var(--gold-dark);
  --icon-color: #ffffff;
  --card-bg: var(--bg-light);
  --founder-card-bg: var(--bg-white);
  --social-color: var(--text-muted);
  --social-border: var(--border-light);
  --social-bg: transparent;
  --social-hover-bg: var(--primary-gold);
  --social-hover-color: #ffffff;
  --quote-badge-bg: var(--primary-gold);
  --quote-badge-color: #ffffff;
  --breadcrumb-link: var(--primary-gold);
  font-family: 'Roboto', sans-serif;
  color: var(--text-dark);
  line-height: 1.7;
  overflow-x: hidden;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

.mcs-about *,
.mcs-about *::before,
.mcs-about *::after {
  box-sizing: border-box;
}

.mcs-about h1,
.mcs-about h2,
.mcs-about h3,
.mcs-about h4,
.mcs-about h5,
.mcs-about h6 {
  font-family: 'Nunito', sans-serif;
}

.mcs-about a {
  text-decoration: none;
  color: inherit;
}

.mcs-about img {
  max-width: 100%;
  height: auto;
}

.mcs-about .container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero */
.mcs-about .hero-about {
  position: relative;
  min-height: var(--hero-height);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.mcs-about .hero-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.mcs-about .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--overlay-top) 0%, var(--overlay-bottom) 100%);
  z-index: 1;
  pointer-events: none;
}

.mcs-about .hero-about-content {
  position: relative;
  z-index: 2;
  padding: 60px 20px;
}

.mcs-about .hero-breadcrumb {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mcs-about .hero-breadcrumb a {
  color: var(--breadcrumb-link);
  transition: opacity 0.3s;
}

.mcs-about .hero-breadcrumb a:hover {
  opacity: 0.8;
}

.mcs-about .hero-breadcrumb span {
  margin: 0 10px;
  color: var(--text-muted);
}

.mcs-about .hero-about .hero-title {
  font-size: clamp(28px, 6vw, 52px);
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.2;
  margin: 0;
}

.mcs-about .highlight {
  color: var(--highlight);
}

.mcs-about .hero-decoration {
  width: 60px;
  height: 4px;
  background: var(--primary-gold);
  display: inline-block;
  margin-top: 20px;
  border-radius: 2px;
}

/* Intro */
.mcs-about .about-intro {
  padding: var(--section-padding);
  background: var(--bg-white);
}

.mcs-about .about-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.mcs-about .about-intro-grid.image-right .about-intro-image {
  order: 2;
}

.mcs-about .about-intro-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.mcs-about .about-intro-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.mcs-about .about-intro-image:hover img {
  transform: scale(1.03);
}

.mcs-about .experience-badge {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: var(--badge-bg);
  color: var(--badge-text);
  padding: 18px 24px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(245, 166, 35, 0.35);
}

.mcs-about .experience-badge .number {
  font-family: 'Nunito', sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  display: block;
}

.mcs-about .experience-badge .label {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.mcs-about .section-tag {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--primary-gold);
  margin-bottom: 14px;
  position: relative;
  padding-left: 50px;
}

.mcs-about .section-tag::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 2px;
  background: var(--primary-gold);
}

.mcs-about .section-tag-center {
  text-align: center;
  width: 100%;
  padding-left: 0;
}

.mcs-about .section-tag-center::before {
  display: none;
}

.mcs-about .about-intro-text .intro-heading {
  font-size: clamp(26px, 4.6vw, 40px);
  font-weight: 800;
  margin-bottom: 24px;
  line-height: 1.25;
  color: var(--text-dark);
}

.mcs-about .about-intro-text p,
.mcs-about .about-intro-text .intro-content {
  font-size: 16px;
  color: var(--text-body);
  line-height: 1.85;
}

.mcs-about .about-intro-text .intro-content p {
  margin-bottom: 16px;
}

.mcs-about .about-intro-text strong,
.mcs-about .about-detail-content strong {
  color: var(--gold-dark);
  font-weight: 500;
}

/* Story */
.mcs-about .about-detail {
  padding: var(--section-padding);
  background: var(--bg-light);
}

.mcs-about .about-detail-content {
  max-width: 900px;
  margin: 0 auto;
}

.mcs-about .about-detail-content .story-heading {
  font-size: clamp(24px, 4.2vw, 36px);
  font-weight: 800;
  margin-bottom: 35px;
  text-align: center;
  line-height: 1.3;
  color: var(--text-dark);
}

.mcs-about .about-detail-content p,
.mcs-about .about-detail-content .story-content {
  font-size: 16px;
  color: var(--text-body);
  line-height: 1.9;
}

.mcs-about .about-detail-content .story-content p {
  margin-bottom: 20px;
}

/* Mission & Vision */
.mcs-about .mission-vision {
  padding: var(--section-padding);
  background: var(--bg-white);
}

.mcs-about .mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.mcs-about .mv-grid:has(.mv-card:only-child) {
  grid-template-columns: 1fr;
}

.mcs-about .mv-card {
  background: var(--card-bg);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.mcs-about .mv-card:hover {
  border-color: var(--border-gold);
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.mcs-about .mv-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-gold), transparent);
}

.mcs-about .mv-icon {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--icon-bg-start), var(--icon-bg-end));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: var(--icon-color);
  margin-bottom: 28px;
  box-shadow: 0 8px 25px rgba(245, 166, 35, 0.2);
}

.mcs-about .mv-icon i,
.mcs-about .mv-icon svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.mcs-about .mv-card h3,
.mcs-about .mv-card .mv-heading {
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 800;
  margin-bottom: 18px;
  color: var(--text-dark);
}

.mcs-about .mv-card p {
  font-size: 15px;
  color: var(--text-body);
  line-height: 1.85;
  margin: 0;
}

/* Founder */
.mcs-about .founder-section {
  padding: var(--section-padding);
  background: var(--bg-light);
}

.mcs-about .founder-section .section-tag-center {
  display: block;
  text-align: center;
  padding-left: 0;
}

.mcs-about .founder-heading {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(26px, 4.5vw, 40px);
  font-weight: 800;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.25;
  color: var(--text-dark);
}

.mcs-about .founder-card {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 60px;
  align-items: center;
  background: var(--founder-card-bg);
  border: 1px solid var(--border-light);
  border-radius: 24px;
  padding: 50px;
  position: relative;
  overflow: hidden;
}

.mcs-about .founder-card.image-right .founder-image {
  order: 2;
}

.mcs-about .founder-card::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(245, 166, 35, 0.08), transparent 70%);
  pointer-events: none;
}

.mcs-about .founder-image {
  position: relative;
}

.mcs-about .founder-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
}

.mcs-about .founder-image .quote-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  background: var(--quote-badge-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--quote-badge-color);
  box-shadow: 0 10px 30px rgba(245, 166, 35, 0.3);
}

.mcs-about .founder-info .founder-name {
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 800;
  margin-bottom: 6px;
  color: var(--text-dark);
}

.mcs-about .founder-info .founder-role {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: var(--primary-gold);
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block;
}

.mcs-about .founder-info blockquote {
  font-size: 18px;
  font-style: italic;
  color: var(--text-body);
  line-height: 1.8;
  border-left: 3px solid var(--primary-gold);
  padding-left: 24px;
  margin: 0 0 24px;
}

.mcs-about .founder-info .founder-bio,
.mcs-about .founder-info .founder-bio p {
  font-size: 15px;
  color: var(--text-body);
  line-height: 1.85;
}

.mcs-about .founder-info .founder-bio p {
  margin-bottom: 14px;
}

.mcs-about .founder-socials {
  display: flex;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.mcs-about .founder-socials a {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 50%;
  border: 1px solid var(--social-border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-size: 18px;
  color: var(--social-color);
  background: var(--social-bg);
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.mcs-about .founder-socials a i,
.mcs-about .founder-socials a svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.mcs-about .founder-socials a:hover {
  background: var(--social-hover-bg);
  border-color: var(--social-hover-bg);
  color: var(--social-hover-color);
  transform: translateY(-3px);
}

/* CTA */
.mcs-about .cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--cta-bg-start), var(--cta-bg-end));
  text-align: center;
  position: relative;
  overflow: hidden;
}

.mcs-about .cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(245, 166, 35, 0.12), transparent 60%);
  pointer-events: none;
}

.mcs-about .cta-section .cta-heading {
  font-size: clamp(24px, 5vw, 38px);
  font-weight: 800;
  margin-bottom: 16px;
  color: var(--cta-heading);
}

.mcs-about .cta-section .cta-text {
  font-size: 16px;
  color: var(--cta-text);
  max-width: 640px;
  width: 100%;
  margin: 0 auto 35px;
  line-height: 1.7;
}

.mcs-about .btn-book {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 44px;
  background: var(--btn-bg);
  color: var(--btn-text);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.mcs-about .btn-book:hover {
  background: var(--btn-hover-bg);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(245, 166, 35, 0.3);
}

.mcs-about .btn-book:active {
  background: var(--btn-hover-bg);
}

/* Animations */
.mcs-about .fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.mcs-about .fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: none) {
  .mcs-about .about-intro-image:hover img,
  .mcs-about .mv-card:hover,
  .mcs-about .btn-book:hover,
  .mcs-about .founder-socials a:hover {
    transform: none;
    box-shadow: none;
  }

  .mcs-about .mv-card:hover {
    border-color: var(--border-light);
  }

  .mcs-about .founder-socials a:hover {
    background: var(--social-bg);
    border-color: var(--social-border);
    color: var(--social-color);
  }

  .mcs-about .btn-book:hover {
    background: var(--btn-bg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mcs-about .fade-up,
  .mcs-about .about-intro-image img,
  .mcs-about .mv-card,
  .mcs-about .btn-book,
  .mcs-about .founder-socials a {
    transition: none;
  }

  .mcs-about .fade-up {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1024px) {
  .mcs-about {
    --section-padding: 72px 0;
  }

  .mcs-about .container {
    padding: 0 20px;
  }

  .mcs-about .about-intro-grid,
  .mcs-about .about-intro-grid.image-right {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .mcs-about .about-intro-grid.image-right .about-intro-image {
    order: 0;
  }

  .mcs-about .about-intro-image img {
    height: 340px;
  }

  .mcs-about .founder-card,
  .mcs-about .founder-card.image-right {
    grid-template-columns: 1fr !important;
    gap: 32px;
    padding: 32px;
  }

  .mcs-about .founder-card.image-right .founder-image {
    order: 0;
  }

  .mcs-about .founder-image img {
    height: 360px;
  }

  .mcs-about .founder-image .quote-badge {
    bottom: 12px;
    right: 12px;
  }

  .mcs-about .founder-heading {
    margin-bottom: 36px;
  }

  .mcs-about .mv-card {
    padding: 36px 28px;
  }
}

@media (max-width: 768px) {
  .mcs-about {
    --section-padding: 56px 0;
    --hero-height: 280px;
  }

  .mcs-about .container {
    padding: 0 16px;
  }

  .mcs-about .hero-about-content {
    padding: 40px 16px;
  }

  .mcs-about .hero-breadcrumb {
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
  }

  .mcs-about .hero-decoration {
    margin-top: 14px;
  }

  .mcs-about .section-tag {
    font-size: 12px;
    letter-spacing: 2px;
    padding-left: 36px;
    margin-bottom: 10px;
  }

  .mcs-about .section-tag::before {
    width: 26px;
  }

  .mcs-about .about-intro-text .intro-heading,
  .mcs-about .about-detail-content .story-heading {
    margin-bottom: 16px;
  }

  .mcs-about .about-intro-image img {
    height: 240px;
  }

  .mcs-about .experience-badge {
    bottom: 12px;
    left: 12px;
    padding: 10px 14px;
    border-radius: 10px;
  }

  .mcs-about .experience-badge .number {
    font-size: 26px;
  }

  .mcs-about .experience-badge .label {
    font-size: 10px;
    letter-spacing: 0.8px;
  }

  .mcs-about .mv-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .mcs-about .mv-card {
    padding: 28px 20px;
    border-radius: 16px;
  }

  .mcs-about .mv-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    margin-bottom: 18px;
  }

  .mcs-about .mv-icon i,
  .mcs-about .mv-icon svg {
    width: 26px;
    height: 26px;
  }

  .mcs-about .founder-card {
    padding: 20px;
    border-radius: 16px;
    gap: 20px;
  }

  .mcs-about .founder-image img {
    height: 240px;
  }

  .mcs-about .founder-image .quote-badge {
    width: 52px;
    height: 52px;
    font-size: 24px;
    bottom: 8px;
    right: 8px;
  }

  .mcs-about .founder-info .founder-role {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .mcs-about .founder-info blockquote {
    font-size: 16px;
    padding-left: 16px;
    margin-bottom: 16px;
  }

  .mcs-about .founder-socials {
    margin-top: 20px;
    gap: 10px;
  }

  .mcs-about .cta-section {
    padding: 48px 0;
  }

  .mcs-about .cta-section .cta-text {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .mcs-about .btn-book {
    display: block;
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 15px 24px;
  }
}

@media (max-width: 480px) {
  .mcs-about {
    --section-padding: 44px 0;
    --hero-height: 220px;
  }

  .mcs-about .container {
    padding: 0 14px;
  }

  .mcs-about .hero-about-content {
    padding: 32px 12px;
  }

  .mcs-about .about-intro-image img,
  .mcs-about .founder-image img {
    height: 200px;
  }

  .mcs-about .about-intro-text p,
  .mcs-about .about-intro-text .intro-content,
  .mcs-about .about-detail-content p,
  .mcs-about .about-detail-content .story-content,
  .mcs-about .mv-card p,
  .mcs-about .founder-info .founder-bio,
  .mcs-about .founder-info .founder-bio p {
    font-size: 15px;
    line-height: 1.7;
  }
}
