:root {
  --mobcow-red: #e53935;
  --mobcow-black: #000000;
  --mobcow-white: #ffffff;
  --mobcow-grey: #5f6368;
  --mobcow-green: #2e7d32;
  --mobcow-blue: #004aad;
  --mobcow-maroon: #800000;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  background: #000;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

.mobcows-video-hero {
  position: relative;
  min-height: 112vh;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.hero-video-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 68%;
  z-index: 1;
  overflow: hidden;
  background: #000;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
  display: block;
  filter: saturate(0.95) contrast(1.08);
  transform: scale(0.86);
  transform-origin: center right;
}

.hero-video-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.96) 14%,
    rgba(0, 0, 0, 0.72) 28%,
    rgba(0, 0, 0, 0.28) 46%,
    rgba(0, 0, 0, 0) 66%
  );
}

.hero-base-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 84% 38%, rgba(229,57,53,0.12), transparent 30%),
    linear-gradient(180deg, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0.12) 45%, rgba(0,0,0,0.88) 100%);
}

.hero-left-fade {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,1) 18%,
      rgba(0,0,0,0.96) 30%,
      rgba(0,0,0,0.78) 42%,
      rgba(0,0,0,0.42) 56%,
      rgba(0,0,0,0.10) 70%,
      rgba(0,0,0,0.00) 84%
    );
}

.hero-bottom-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  z-index: 4;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.86) 100%);
}

.hero-texture {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0.12;
  background-image: radial-gradient(rgba(229,57,53,0.65) 1px, transparent 1px);
  background-size: 14px 14px;
  mask-image: linear-gradient(90deg, black 0%, transparent 28%, transparent 70%, black 100%);
}

.hero-bg-word {
  position: absolute;
  z-index: 5;
  top: 120px;
  left: 34px;
  font-size: clamp(130px, 18vw, 310px);
  line-height: 0.82;
  font-weight: 900;
  letter-spacing: -10px;
  color: rgba(255,255,255,0.035);
  pointer-events: none;
  user-select: none;
}

.mobcows-hero-container {
  position: relative;
  z-index: 10;
  width: min(100% - 88px, 1500px);
  min-height: 112vh;
  margin: 0 auto;
  padding-top: 108px;
  display: flex;
  align-items: center;
}

.mobcows-hero-copy {
  width: min(100%, 620px);
  padding-bottom: 164px;
}

.hero-eyebrow {
  margin: 0 0 28px;
  color: var(--mobcow-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.hero-eyebrow span {
  margin: 0 14px;
}

.mobcows-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(56px, 5.5vw, 88px);
  line-height: 1.03;
  letter-spacing: -3.2px;
  font-weight: 900;
  text-shadow: 0 18px 56px rgba(0,0,0,0.55);
}

.hero-red-line {
  width: 260px;
  height: 3px;
  margin: 28px 0 30px;
  background: var(--mobcow-red);
  box-shadow: 0 0 24px rgba(229,57,53,0.45);
}

.hero-description {
  margin: 0;
  max-width: 590px;
  color: rgba(255,255,255,0.76);
  font-size: 17.5px;
  line-height: 1.65;
}

.hero-actions {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.hero-btn {
  min-height: 58px;
  min-width: 240px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.hero-btn-primary {
  background: var(--mobcow-red);
  color: #fff;
  border: 1px solid var(--mobcow-red);
  box-shadow: 0 14px 34px rgba(229,57,53,0.22);
}

.hero-btn-secondary {
  background: rgba(0,0,0,0.2);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.28);
}

.hero-btn:hover {
  transform: translateY(-2px);
}

.hero-btn-primary:hover {
  background: #cf2f2c;
}

.hero-btn-secondary:hover {
  border-color: var(--mobcow-red);
  background: rgba(229,57,53,0.08);
}

.mobcows-bottom-strip {
  position: absolute;
  z-index: 20;
  left: 56px;
  right: 56px;
  bottom: 20px;
  min-height: 108px;
  padding: 0 34px;
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  align-items: center;
  background: rgba(8,8,8,0.82);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 10px;
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 80px rgba(0,0,0,0.42);
}

.strip-item {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 26px;
}

.strip-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 28px;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.12);
}

.strip-icon.red {
  color: var(--mobcow-red);
}

.strip-icon.green {
  color: var(--mobcow-green);
}

.strip-icon.blue {
  color: var(--mobcow-blue);
}

.strip-item h4 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

.strip-item p {
  margin: 0;
  color: rgba(255,255,255,0.62);
  font-size: 13.5px;
  line-height: 1.35;
}

.strip-divider {
  width: 1px;
  height: 56px;
  background: rgba(255,255,255,0.18);
}

.about-mobcows {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(229,57,53,0.09), transparent 28%),
    radial-gradient(circle at 85% 26%, rgba(255,255,255,0.04), transparent 24%),
    linear-gradient(180deg, #050505 0%, #090909 100%);
  color: #fff;
  padding: 128px 0 120px;
}

.about-mobcows-container {
  position: relative;
  z-index: 2;
  width: min(100% - 88px, 1500px);
  margin: 0 auto;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 58px;
  align-items: start;
}

.about-bg-word {
  position: absolute;
  z-index: 0;
  top: 34px;
  left: 28px;
  color: rgba(255,255,255,0.04);
  font-size: clamp(130px, 16vw, 320px);
  line-height: 0.85;
  font-weight: 900;
  letter-spacing: -10px;
  pointer-events: none;
  user-select: none;
}

.about-paint-accent {
  position: absolute;
  z-index: 0;
  right: -120px;
  top: 56px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(229,57,53,0.16), transparent 42%),
    radial-gradient(circle at 65% 70%, rgba(229,57,53,0.08), transparent 52%);
  filter: blur(20px);
  pointer-events: none;
  opacity: 0.55;
}

.about-dot-pattern {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.16;
  background-image: radial-gradient(rgba(229,57,53,0.7) 1px, transparent 1px);
  background-size: 16px 16px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, black 22%, black 78%, rgba(0,0,0,0.8) 100%);
}

.about-copy {
  position: relative;
  z-index: 2;
  padding-top: 12px;
}

.about-eyebrow {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--mobcow-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.about-copy h2 {
  margin: 0;
  max-width: 680px;
  color: #fff;
  font-size: clamp(44px, 4.8vw, 78px);
  line-height: 1.03;
  letter-spacing: -2.8px;
  font-weight: 900;
  text-wrap: balance;
}

.about-copy p {
  margin: 0;
  max-width: 690px;
  color: rgba(255,255,255,0.74);
  font-size: 18px;
  line-height: 1.72;
}

.about-copy p + p {
  margin-top: 18px;
}

.about-cta {
  margin-top: 30px;
  min-height: 58px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border-radius: 6px;
  background: var(--mobcow-red);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(229,57,53,0.22);
  transition: transform 0.25s ease, background 0.25s ease;
}

.about-cta:hover {
  transform: translateY(-2px);
  background: #cf2f2c;
}

.about-values {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.about-value {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-height: 132px;
  padding: 20px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.09);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.value-icon {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
}

.value-icon.red {
  color: var(--mobcow-red);
}

.value-icon.green {
  color: var(--mobcow-green);
}

.value-icon.blue {
  color: var(--mobcow-blue);
}

.value-icon svg {
  width: 30px;
  height: 30px;
}

.about-value h4 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 17px;
  line-height: 1.08;
  font-weight: 900;
}

.about-value p {
  margin: 0;
  color: rgba(255,255,255,0.62);
  font-size: 13.5px;
  line-height: 1.5;
}

.about-board-wrap {
  position: relative;
  z-index: 2;
  padding-top: 6px;
  display: grid;
  gap: 20px;
}

.about-visual-stack {
  display: grid;
  gap: 16px;
}

.about-social-carousel {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border-radius: 24px;
}

.about-social-carousel::-webkit-scrollbar {
  display: none;
}

.about-social-track {
  display: flex;
  gap: 14px;
  width: max-content;
}

.social-post {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 0 0 clamp(260px, 28vw, 340px);
  scroll-snap-align: start;
  text-decoration: none;
  color: #fff;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(16,16,16,0.96) 0%, rgba(8,8,8,0.98) 100%);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 24px 70px rgba(0,0,0,0.35);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.social-post:hover {
  transform: translateY(-3px);
  border-color: rgba(229,57,53,0.34);
  box-shadow: 0 28px 80px rgba(0,0,0,0.42);
}

.social-post-media {
  position: relative;
  aspect-ratio: 4 / 5;
  min-height: 0;
  overflow: hidden;
}

.social-post-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.18) 100%),
    linear-gradient(90deg, rgba(0,0,0,0.14) 0%, rgba(0,0,0,0) 24%, rgba(0,0,0,0) 76%, rgba(0,0,0,0.14) 100%);
  pointer-events: none;
}

.social-post-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.social-post-body {
  padding: 18px 18px 20px;
}

.social-post-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.social-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.social-pill.facebook {
  color: #9ec3ff;
  background: rgba(0,74,173,0.16);
  border: 1px solid rgba(0,74,173,0.35);
}

.social-pill.twitter {
  color: #d9e6ff;
  background: rgba(0,74,173,0.14);
  border: 1px solid rgba(0,74,173,0.28);
}

.social-pill.linkedin {
  color: #dceaff;
  background: rgba(0,74,173,0.14);
  border: 1px solid rgba(0,74,173,0.28);
}

.social-post-time {
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.social-post-body h4 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.08;
  letter-spacing: -0.6px;
  font-weight: 900;
}

.social-post-body p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 14px;
  line-height: 1.6;
}

.connect-card {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  align-items: center;
  column-gap: 18px;
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(10,10,10,0.82);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 20px 60px rgba(0,0,0,0.38);
}

.connect-icon {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(229,57,53,0.08);
  border: 1px solid rgba(229,57,53,0.22);
  overflow: hidden;
}

.connect-icon img {
  width: 112%;
  height: 112%;
  object-fit: cover;
  display: block;
  object-position: center;
  transform: scale(1.02);
}

.connect-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.connect-content h3 {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 1.02;
  letter-spacing: -0.8px;
  font-weight: 900;
}

.connect-content p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 14px;
  line-height: 1.65;
  max-width: 520px;
}

.page-section {
  padding: 96px 0;
  background: #fff;
  color: #111;
}

.page-section-alt {
  background: #f6f6f4;
}

.section-shell {
  width: min(100% - 48px, 1120px);
  margin: 0 auto;
}

.section-eyebrow {
  display: inline-block;
  color: var(--mobcow-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.section-shell h2 {
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
  letter-spacing: -1.8px;
}

.section-shell p {
  max-width: 760px;
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
}

/* =========================
   OUR STORY SECTION
========================= */

.our-story-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0 108px;
  background:
    radial-gradient(circle at 18% 12%, rgba(229,57,53,0.035), transparent 34%),
    radial-gradient(circle at 82% 82%, rgba(128,0,0,0.035), transparent 38%),
    linear-gradient(135deg, #fbf8f1 0%, #f7f2ea 52%, #fbfaf7 100%);
  color: #111;
}

.our-story-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  pointer-events: none;
  background-image: radial-gradient(rgba(0,0,0,0.22) 0.55px, transparent 0.55px);
  background-size: 8px 8px;
  mix-blend-mode: multiply;
}

.story-bg-word {
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  text-align: center;
  font-size: clamp(120px, 15vw, 250px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -7px;
  color: rgba(229,57,53,0.045);
  pointer-events: none;
  user-select: none;
}

.story-dot-pattern {
  position: absolute;
  right: 60px;
  top: 145px;
  z-index: 1;
  width: 150px;
  height: 310px;
  opacity: 0.22;
  background-image: radial-gradient(var(--mobcow-red) 1.3px, transparent 1.3px);
  background-size: 12px 12px;
  pointer-events: none;
}

.story-line-art {
  position: absolute;
  right: -180px;
  bottom: -140px;
  z-index: 1;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(229,57,53,0.18);
  border-radius: 50%;
  pointer-events: none;
}

.story-line-art::after {
  content: "";
  position: absolute;
  inset: 86px;
  border: 1px solid rgba(229,57,53,0.12);
  border-radius: 50%;
}

.story-container {
  position: relative;
  z-index: 3;
  width: min(100% - 96px, 1480px);
  margin: 0 auto;
}

.story-grid {
  display: grid;
  grid-template-columns: 36% 64%;
  gap: 56px;
  align-items: start;
}

.story-copy {
  padding-top: 10px;
}

.story-eyebrow {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--mobcow-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.story-eyebrow::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin-top: 14px;
  background: var(--mobcow-red);
}

.story-copy h2 {
  margin: 0 0 34px;
  color: #0b0b0b;
  font-size: clamp(38px, 3.45vw, 58px);
  line-height: 1.08;
  letter-spacing: -1.9px;
  font-weight: 900;
}

.story-body {
  position: relative;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 18px;
}

.story-body::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 12px;
  bottom: -24px;
  width: 1px;
  background: rgba(229,57,53,0.32);
}

.story-red-dot {
  position: relative;
  z-index: 2;
  width: 13px;
  height: 13px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--mobcow-red);
  box-shadow: 0 0 0 7px rgba(229,57,53,0.10);
}

.story-text-block p {
  margin: 0 0 22px;
  color: #2f2f2f;
  font-size: 14.8px;
  line-height: 1.72;
}

.story-more {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.45s ease, opacity 0.35s ease, margin-top 0.35s ease;
}

.our-story-section.story-expanded .story-more {
  max-height: 1200px;
  opacity: 1;
  margin-top: 6px;
}

.story-read-more {
  margin-left: 10px;
  min-height: 54px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  vertical-align: baseline;
  white-space: nowrap;
  border: 1px solid rgba(229,57,53,0.22);
  border-radius: 10px;
  background: #fff;
  color: var(--mobcow-red);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  box-shadow: 0 14px 32px rgba(0,0,0,0.08);
}

.story-read-more:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(0,0,0,0.10);
  background: #fff7f7;
}

.mission-block {
  position: relative;
  margin-top: 36px;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 18px;
}

.mission-dot {
  width: 13px;
  height: 13px;
  margin-top: 10px;
  border-radius: 50%;
  background: var(--mobcow-red);
  box-shadow: 0 0 0 7px rgba(229,57,53,0.10);
}

.mission-block h3 {
  margin: 0 0 10px;
  color: var(--mobcow-red);
  font-size: 18px;
  font-weight: 900;
}

.mission-block p {
  margin: 0;
  color: #2f2f2f;
  font-size: 14.8px;
  line-height: 1.7;
}

.story-visual {
  position: relative;
  padding-top: 0;
  min-width: 0;
}

.story-image-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 380px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 22px 60px rgba(0,0,0,0.10);
}

.story-image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 8%;
  transform: scale(1.2);
}

.story-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.story-slide.is-active {
  opacity: 1;
}

/* =========================
   STUDENT WORK EXPERIENCE
========================= */

.student-experience {
  position: relative;
  overflow: hidden;
  padding: 112px 0 118px;
  background: #ffffff;
  color: #111;
}

.student-experience::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.05;
  pointer-events: none;
  background-image: radial-gradient(rgba(0,0,0,0.22) 0.55px, transparent 0.55px);
  background-size: 8px 8px;
  mix-blend-mode: multiply;
}

.student-bg-word {
  position: absolute;
  top: 18px;
  left: 28px;
  z-index: 1;
  color: rgba(0,0,0,0.035);
  font-size: clamp(100px, 14vw, 230px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -7px;
  pointer-events: none;
  user-select: none;
}

.student-dot-pattern {
  position: absolute;
  right: 64px;
  top: 42px;
  width: 120px;
  height: 120px;
  opacity: 0.25;
  background-image: radial-gradient(var(--mobcow-red) 1.4px, transparent 1.4px);
  background-size: 13px 13px;
  pointer-events: none;
}

.student-line-art {
  position: absolute;
  left: -170px;
  bottom: -180px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(229,57,53,0.16);
  border-radius: 50%;
  pointer-events: none;
}

.student-container {
  position: relative;
  z-index: 3;
  width: min(100% - 96px, 1440px);
  margin: 0 auto;
}

.student-grid {
  display: grid;
  grid-template-columns: 44% 56%;
  gap: 72px;
  align-items: center;
}

.student-copy {
  max-width: 640px;
}

.student-eyebrow {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--mobcow-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.student-copy h2 {
  margin: 0;
  color: #080808;
  font-size: clamp(54px, 4.9vw, 78px);
  line-height: 1.04;
  letter-spacing: -3px;
  font-weight: 900;
}

.student-red-line {
  width: 74px;
  height: 3px;
  margin: 28px 0 28px;
  background: var(--mobcow-red);
}

.student-copy p {
  margin: 0 0 22px;
  color: #5f6368;
  font-size: 17px;
  line-height: 1.72;
}

.student-actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.student-btn {
  min-height: 60px;
  min-width: 260px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 9px;
  text-decoration: none;
  font-size: 15.5px;
  font-weight: 900;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.student-btn-primary {
  background: var(--mobcow-red);
  color: #fff;
  border: 1px solid var(--mobcow-red);
  box-shadow: 0 16px 34px rgba(229,57,53,0.22);
}

.student-btn-primary:hover {
  background: #cf2f2c;
  transform: translateY(-2px);
}

.student-btn-linkedin {
  background: rgba(255,255,255,0.55);
  color: var(--mobcow-blue);
  border: 2px solid var(--mobcow-blue);
}

.student-btn-linkedin:hover {
  background: var(--mobcow-blue);
  color: #fff;
  transform: translateY(-2px);
}

.linkedin-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  background: var(--mobcow-blue);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  flex: 0 0 auto;
}

.student-btn-linkedin:hover .linkedin-mark {
  background: #fff;
  color: var(--mobcow-blue);
}

.linkedin-helper {
  position: relative;
  margin-top: 22px !important;
  padding-left: 18px;
  max-width: 560px;
  color: #5f6368 !important;
  font-size: 14.5px !important;
  line-height: 1.5 !important;
}

.linkedin-helper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 3px;
  border-radius: 999px;
  background: var(--mobcow-red);
}

.student-visual {
  position: relative;
}

.student-image-wrap {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
  border-radius: 92px 28px 92px 28px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 34px 90px rgba(0,0,0,0.14);
}

.student-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.student-slide.is-active {
  opacity: 1;
}

.student-image-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.08) 45%, rgba(0,0,0,0.04) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.22) 100%);
  pointer-events: none;
}

.pathway-number {
  color: var(--mobcow-red);
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

.student-pathway-card h3 {
  margin: 0 0 6px;
  color: #111;
  font-size: 18px;
  font-weight: 900;
}

.student-pathway-card p {
  margin: 0;
  color: #5f6368;
  font-size: 12.5px;
  line-height: 1.35;
}

.pathway-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.pathway-icon.red {
  color: var(--mobcow-red);
  background: rgba(229,57,53,0.10);
}

.pathway-icon.green {
  color: var(--mobcow-green);
  background: rgba(46,125,50,0.10);
}

.pathway-icon svg {
  width: 28px;
  height: 28px;
}

.student-pathways-panel {
  margin: 24px auto 0;
  padding: 16px;
  border-radius: 24px;
  width: min(100%, 1380px);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.92));
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 16px 40px rgba(0,0,0,0.06);
}

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

.student-pathway-card {
  min-height: 104px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 46px;
  gap: 12px;
  align-items: center;
  border-radius: 18px;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(229,57,53,0.10);
  box-shadow: 0 10px 22px rgba(0,0,0,0.035);
}

.student-pathway-card .pathway-number {
  font-size: 17px;
}

.student-pathway-card .pathway-icon {
  justify-self: end;
}

.student-pathway-card .pathway-icon.red {
  color: var(--mobcow-red);
  background: rgba(229,57,53,0.10);
}

.student-pathway-card .pathway-icon.green {
  color: var(--mobcow-green);
  background: rgba(46,125,50,0.10);
}

/* =========================
   MENTORSHIP & GROWTH
========================= */

.growth-section {
  position: relative;
  overflow: hidden;
  padding: 112px 0 104px;
  background:
    radial-gradient(circle at 17% 15%, rgba(229,57,53,0.035), transparent 34%),
    radial-gradient(circle at 88% 78%, rgba(128,0,0,0.035), transparent 36%),
    linear-gradient(135deg, #fbf8f1 0%, #f7f2ea 54%, #fbfaf7 100%);
  color: #111;
  font-family: "Poppins", Arial, sans-serif;
}

.growth-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  pointer-events: none;
  background-image: radial-gradient(rgba(0,0,0,0.22) 0.55px, transparent 0.55px);
  background-size: 8px 8px;
  mix-blend-mode: multiply;
}

.growth-bg-word {
  position: absolute;
  top: -28px;
  left: 52%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: clamp(120px, 16vw, 270px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -8px;
  color: rgba(0,0,0,0.035);
  pointer-events: none;
  user-select: none;
}

.growth-dot-pattern {
  position: absolute;
  left: 48px;
  bottom: 84px;
  width: 130px;
  height: 170px;
  opacity: 0.22;
  background-image: radial-gradient(var(--mobcow-red) 1.3px, transparent 1.3px);
  background-size: 12px 12px;
  pointer-events: none;
}

.growth-line-art {
  position: absolute;
  left: -180px;
  bottom: -190px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(229,57,53,0.15);
  border-radius: 50%;
  pointer-events: none;
}

.growth-container {
  position: relative;
  z-index: 3;
  width: min(100% - 96px, 1440px);
  margin: 0 auto;
}

.growth-grid {
  display: grid;
  grid-template-columns: 43% 57%;
  gap: 70px;
  align-items: center;
}

.growth-copy {
  max-width: 620px;
}

.growth-eyebrow {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--mobcow-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.growth-eyebrow::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 16px;
  background: var(--mobcow-red);
}

.growth-copy h2 {
  margin: 0 0 28px;
  color: #090909;
  font-size: clamp(50px, 4.65vw, 74px);
  line-height: 1.06;
  letter-spacing: -2.7px;
  font-weight: 900;
}

.growth-copy p {
  margin: 0 0 22px;
  color: #5f6368;
  font-size: 17px;
  line-height: 1.72;
}

.growth-actions {
  margin-top: 38px;
  display: flex;
  gap: 22px;
  align-items: center;
}

.growth-btn {
  min-height: 58px;
  min-width: 240px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  transition: 0.25s ease;
}

.growth-btn-primary {
  color: #fff;
  background: var(--mobcow-red);
  border: 1px solid var(--mobcow-red);
  box-shadow: 0 16px 36px rgba(229,57,53,0.22);
}

.growth-btn-outline {
  color: var(--mobcow-red);
  background: rgba(255,255,255,0.36);
  border: 1px solid var(--mobcow-red);
}

.growth-btn:hover {
  transform: translateY(-2px);
}

.growth-btn-primary:hover {
  background: #cf2f2c;
}

.growth-btn-outline:hover {
  background: var(--mobcow-red);
  color: #fff;
}

.growth-note {
  margin-top: 38px;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 20px;
  align-items: center;
}

.growth-note-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--mobcow-green);
  background: rgba(46,125,50,0.08);
  border: 1px solid rgba(46,125,50,0.18);
}

.growth-note-icon svg {
  width: 32px;
  height: 32px;
}

.growth-note p {
  margin: 0;
  max-width: 460px;
  color: #5f6368;
  font-size: 14.5px;
  line-height: 1.5;
}

.growth-visual {
  position: relative;
  min-height: 720px;
}

.orbit-wrap {
  position: relative;
  width: 760px;
  height: 560px;
  margin-left: auto;
  margin-right: 20px;
}

.orbit-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  pointer-events: none;
}

.orbit-ring-1 {
  width: 470px;
  height: 470px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(229,57,53,0.26);
}

.orbit-ring-2 {
  width: 555px;
  height: 555px;
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(46,125,50,0.28);
}

.orbit-ring-3 {
  width: 640px;
  height: 640px;
  transform: translate(-50%, -50%);
  border: 1px dotted rgba(0,74,173,0.28);
}

.orbit-dot {
  position: absolute;
  z-index: 3;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--mobcow-red);
  box-shadow: 0 0 0 6px rgba(229,57,53,0.12);
}

.dot-1 { top: 82px; left: 340px; }
.dot-2 { top: 160px; right: 66px; }
.dot-3 { bottom: 96px; right: 72px; }
.dot-4 { bottom: 128px; left: 210px; }

.growth-image-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 330px;
  height: 330px;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 50%;
  border: 9px solid rgba(255,255,255,0.86);
  box-shadow: 0 28px 70px rgba(0,0,0,0.15);
}

.growth-image-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.orbit-card {
  position: absolute;
  z-index: 5;
  min-width: 215px;
  max-width: 255px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 14px;
  align-items: start;
  border-radius: 14px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 18px 44px rgba(0,0,0,0.10);
}

.orbit-card h3 {
  margin: 0 0 6px;
  color: #111;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 900;
}

.orbit-card p {
  margin: 0;
  color: #5f6368;
  font-size: 13px;
  line-height: 1.42;
}

.orbit-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.orbit-icon svg {
  width: 27px;
  height: 27px;
}

.orbit-icon.red {
  color: var(--mobcow-red);
  background: rgba(229,57,53,0.09);
}

.orbit-icon.green {
  color: var(--mobcow-green);
  background: rgba(46,125,50,0.09);
}

.orbit-icon.blue {
  color: var(--mobcow-blue);
  background: rgba(0,74,173,0.09);
}

.orbit-card-guidance {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-card-responsibility {
  top: 145px;
  right: 0;
}

.orbit-card-confidence {
  top: 210px;
  left: 0;
}

.orbit-card-communication {
  bottom: 62px;
  left: 20px;
}

.orbit-card-pathways {
  bottom: 60px;
  right: 52px;
}

.growth-quote {
  width: min(100%, 620px);
  margin: 22px auto 0;
  padding: 26px 34px;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  align-items: center;
  border-radius: 14px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(229,57,53,0.32);
  box-shadow: 0 18px 42px rgba(0,0,0,0.06);
}

.growth-quote span {
  color: var(--mobcow-red);
  font-size: 78px;
  line-height: 0.7;
  font-weight: 900;
}

.growth-quote p {
  margin: 0;
  color: #171717;
  font-size: 22px;
  line-height: 1.35;
}

.growth-quote strong {
  color: var(--mobcow-red);
  font-weight: 900;
}

.growth-chips {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.growth-chip {
  min-height: 46px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(0,0,0,0.08);
  font-size: 14px;
  font-weight: 800;
}

.growth-chip.red {
  color: var(--mobcow-red);
}

.growth-chip.green {
  color: var(--mobcow-green);
}

.growth-chip.blue {
  color: var(--mobcow-blue);
}

/* =========================
   PARTNER / CAMPUS ENQUIRY
========================= */

.partner-enquiry {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background:
    radial-gradient(circle at 15% 10%, rgba(229,57,53,0.04), transparent 32%),
    radial-gradient(circle at 88% 84%, rgba(128,0,0,0.04), transparent 34%),
    linear-gradient(135deg, #fbf8f1 0%, #f7f2ea 52%, #fbfaf7 100%);
  color: #111;
  font-family: "Poppins", Arial, sans-serif;
}

.partner-enquiry::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  pointer-events: none;
  background-image: radial-gradient(rgba(0,0,0,0.22) 0.55px, transparent 0.55px);
  background-size: 8px 8px;
}

.partner-bg-word {
  position: absolute;
  top: 14px;
  right: -30px;
  z-index: 1;
  font-size: clamp(110px, 15vw, 250px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -8px;
  color: rgba(0,0,0,0.035);
  pointer-events: none;
  user-select: none;
}

.partner-dot-pattern {
  position: absolute;
  right: 64px;
  bottom: 92px;
  width: 160px;
  height: 220px;
  opacity: 0.22;
  background-image: radial-gradient(var(--mobcow-red) 1.3px, transparent 1.3px);
  background-size: 12px 12px;
  pointer-events: none;
}

.partner-container {
  position: relative;
  z-index: 2;
  width: min(100% - 96px, 1440px);
  margin: 0 auto;
}

.partner-grid {
  display: grid;
  grid-template-columns: 46% 54%;
  gap: 74px;
  align-items: start;
}

.partner-eyebrow {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--mobcow-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.partner-eyebrow::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 16px;
  background: var(--mobcow-red);
}

.partner-copy h2 {
  margin: 0 0 26px;
  max-width: 760px;
  color: #080808;
  font-size: clamp(54px, 5vw, 82px);
  line-height: 1.04;
  letter-spacing: -3px;
  font-weight: 900;
}

.partner-intro {
  max-width: 780px;
  margin: 0 0 38px;
  color: #3f4246;
  font-size: 18px;
  line-height: 1.72;
}

.partner-details-card {
  padding: 34px;
  border-radius: 22px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 24px 70px rgba(0,0,0,0.08);
}

.detail-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  color: #2f2f2f;
  font-size: 15.5px;
  line-height: 1.5;
}

.detail-row:first-child {
  padding-top: 0;
}

.detail-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.detail-row strong {
  color: #111;
  font-weight: 900;
}

.detail-row a {
  color: #111;
  text-decoration: none;
  font-weight: 700;
}

.detail-row a:hover {
  color: var(--mobcow-red);
}

.partner-chips {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.partner-chips span {
  min-height: 40px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: var(--mobcow-red);
  background: rgba(229,57,53,0.07);
  border: 1px solid rgba(229,57,53,0.22);
  font-size: 13px;
  font-weight: 800;
}

.partner-form {
  padding: 42px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 12%, rgba(229,57,53,0.08), transparent 30%),
    rgba(255,255,255,0.86);
  border: 1px solid rgba(229,57,53,0.22);
  box-shadow: 0 34px 90px rgba(0,0,0,0.12);
}

.form-header {
  margin-bottom: 30px;
}

.form-header span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--mobcow-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.form-header h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -1px;
}

.form-header p {
  margin: 0;
  max-width: 560px;
  color: #5f6368;
  font-size: 15.5px;
  line-height: 1.6;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.partner-form label {
  display: block;
  margin-bottom: 22px;
}

.partner-form label span {
  display: block;
  margin-bottom: 10px;
  color: #151515;
  font-size: 14px;
  font-weight: 800;
}

.partner-form input,
.partner-form select,
.partner-form textarea {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.16);
  background: rgba(255,255,255,0.76);
  color: #111;
  font: inherit;
  outline: none;
  transition: 0.22s ease;
}

.partner-form textarea {
  min-height: 150px;
  padding: 18px;
  resize: vertical;
}

.partner-form input:focus,
.partner-form select:focus,
.partner-form textarea:focus {
  border-color: var(--mobcow-red);
  box-shadow: 0 0 0 4px rgba(229,57,53,0.11);
}

.partner-submit {
  width: 100%;
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: none;
  border-radius: 10px;
  background: var(--mobcow-red);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: 0 18px 42px rgba(229,57,53,0.24);
  transition: 0.25s ease;
}

.partner-submit:hover {
  background: #cf2f2c;
  transform: translateY(-2px);
}

.form-note {
  margin: 18px 0 0;
  color: #5f6368;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 1120px) {
  .partner-container {
    width: min(100% - 48px, 960px);
  }

  .partner-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .partner-copy {
    max-width: 800px;
  }
}

@media (max-width: 760px) {
  .partner-enquiry {
    padding: 78px 0 82px;
  }

  .partner-container {
    width: min(100% - 34px, 520px);
  }

  .partner-bg-word {
    top: 18px;
    right: auto;
    left: 12px;
    font-size: 78px;
    letter-spacing: -3px;
  }

  .partner-dot-pattern {
    display: none;
  }

  .partner-eyebrow {
    font-size: 11px;
    letter-spacing: 3.5px;
    margin-bottom: 22px;
  }

  .partner-copy h2 {
    font-size: 40px;
    line-height: 1.08;
    letter-spacing: -1.3px;
  }

  .partner-intro {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .partner-details-card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .detail-row {
    grid-template-columns: 1fr;
    gap: 4px;
    font-size: 14px;
  }

  .partner-chips span {
    width: 100%;
    justify-content: center;
  }

  .partner-form {
    padding: 26px 18px;
    border-radius: 20px;
  }

  .form-header h3 {
    font-size: 30px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .partner-submit {
    min-height: 60px;
  }
}

/* =========================
   MOBCOW GALLERY SECTION
========================= */

.mobcow-gallery {
  position: relative;
  overflow: hidden;
  padding: 112px 0 108px;
  background:
    radial-gradient(circle at 18% 18%, rgba(229, 57, 53, 0.09), transparent 30%),
    radial-gradient(circle at 88% 72%, rgba(128, 0, 0, 0.14), transparent 34%),
    linear-gradient(180deg, #050505 0%, #090909 52%, #030303 100%);
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
}

.mobcow-gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
  background-image: radial-gradient(rgba(229, 57, 53, 0.55) 0.7px, transparent 0.7px);
  background-size: 12px 12px;
}

.gallery-bg-word {
  position: absolute;
  top: 22px;
  right: -20px;
  z-index: 1;
  font-size: clamp(110px, 16vw, 260px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -8px;
  color: rgba(229, 57, 53, 0.055);
  -webkit-text-stroke: 1px rgba(229, 57, 53, 0.12);
  pointer-events: none;
  user-select: none;
}

.gallery-dot-pattern {
  position: absolute;
  right: 60px;
  top: 72px;
  z-index: 1;
  width: 150px;
  height: 250px;
  opacity: 0.34;
  background-image: radial-gradient(var(--mobcow-red) 1.3px, transparent 1.3px);
  background-size: 13px 13px;
  pointer-events: none;
}

.gallery-container {
  position: relative;
  z-index: 3;
  width: min(100% - 96px, 1440px);
  margin: 0 auto;
}

.gallery-header {
  position: relative;
  max-width: 760px;
  margin-bottom: 58px;
  padding-left: 42px;
}

.gallery-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 2px;
  height: 118px;
  background: linear-gradient(180deg, var(--mobcow-red), rgba(229,57,53,0));
}

.gallery-eyebrow {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--mobcow-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.gallery-header h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 4.5vw, 72px);
  line-height: 1.05;
  letter-spacing: -2.6px;
  font-weight: 900;
}

.gallery-header p {
  margin: 24px 0 0;
  max-width: 600px;
  color: rgba(255,255,255,0.68);
  font-size: 17px;
  line-height: 1.65;
}

.gallery-pages {
  position: relative;
}

.gallery-page {
  display: none;
}

.gallery-page.is-active {
  display: block;
}

.gallery-page-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 104px;
  gap: 18px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(229,57,53,0.42);
  background: rgba(255,255,255,0.035);
  box-shadow: 0 20px 50px rgba(0,0,0,0.24);
}

.gallery-item {
  cursor: pointer;
  padding: 0;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.02) 22%, rgba(229,57,53,0.18) 100%);
  opacity: 0.30;
  transition: opacity 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.gallery-item:hover::after {
  opacity: 0.86;
}

.gallery-overlay {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 2;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.28s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
  transform: translateY(0);
}

.gallery-overlay span {
  display: block;
  margin-bottom: 7px;
  color: var(--mobcow-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.gallery-overlay strong {
  display: block;
  max-width: 320px;
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 900;
}

.gallery-item-large {
  grid-column: span 3;
  grid-row: span 2;
}

.gallery-item-wide {
  grid-column: span 4;
  grid-row: span 2;
}

.gallery-item-standard {
  grid-column: span 6;
  grid-row: span 2;
}

.gallery-pagination {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.gallery-page-dot {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.04);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.25s ease;
}

.gallery-page-dot:hover {
  transform: translateY(-2px);
  border-color: rgba(229,57,53,0.75);
}

.gallery-page-dot.is-active {
  background: var(--mobcow-red);
  border-color: var(--mobcow-red);
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  place-items: center;
  padding: 40px;
  background: rgba(0,0,0,0.92);
}

.gallery-lightbox.is-open {
  display: grid;
}

.gallery-lightbox-content {
  position: relative;
  width: min(100%, 1100px);
  max-height: 82vh;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(229,57,53,0.42);
  background: #000;
  box-shadow: 0 32px 90px rgba(0,0,0,0.7);
}

.gallery-lightbox-content img {
  width: 100%;
  max-height: 82vh;
  display: block;
  object-fit: contain;
  background: #000;
}

.gallery-lightbox-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 26px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.82));
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
  position: fixed;
  z-index: 2002;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.08);
  color: #fff;
  cursor: pointer;
  transition: 0.25s ease;
}

.gallery-lightbox-close {
  top: 28px;
  right: 30px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 32px;
}

.gallery-lightbox-nav {
  top: 50%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  transform: translateY(-50%);
  font-size: 44px;
}

.gallery-lightbox-prev {
  left: 28px;
}

.gallery-lightbox-next {
  right: 28px;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-nav:hover {
  background: var(--mobcow-red);
  border-color: var(--mobcow-red);
}

.gallery-dot-pattern {
  display: none;
}

@media (max-width: 1180px) {
  .gallery-container {
    width: min(100% - 48px, 960px);
  }

  .gallery-page-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 112px;
  }

  .gallery-item-large {
    grid-column: span 3;
    grid-row: span 2;
  }

  .gallery-item-wide {
    grid-column: span 3;
    grid-row: span 2;
  }

  .gallery-item-standard {
    grid-column: span 6;
    grid-row: span 2;
  }

}

@media (max-width: 760px) {
  .mobcow-gallery {
    padding: 78px 0 82px;
  }

  .gallery-container {
    width: min(100% - 34px, 520px);
  }

  .gallery-bg-word {
    top: 22px;
    right: auto;
    left: 12px;
    font-size: 74px;
    letter-spacing: -3px;
  }

  .gallery-header {
    padding-left: 24px;
    margin-bottom: 38px;
  }

  .gallery-header::before {
    height: 96px;
  }

  .gallery-eyebrow {
    font-size: 11px;
    letter-spacing: 4px;
    margin-bottom: 18px;
  }

  .gallery-header h2 {
    font-size: 38px;
    line-height: 1.08;
    letter-spacing: -1.4px;
  }

  .gallery-header p {
    font-size: 14.5px;
    line-height: 1.55;
  }

  .gallery-page-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 145px;
    gap: 14px;
  }

  .gallery-item-large,
  .gallery-item-wide,
  .gallery-item-standard {
    grid-column: span 1;
    grid-row: span 1;
  }

  .gallery-item {
    border-radius: 16px;
  }

  .gallery-overlay {
    opacity: 1;
    transform: none;
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .gallery-overlay span {
    font-size: 9px;
    letter-spacing: 1.6px;
  }

  .gallery-overlay strong {
    font-size: 14px;
  }

  .gallery-lightbox {
    padding: 20px;
  }

  .gallery-lightbox-nav {
    display: none;
  }

  .gallery-lightbox-close {
    top: 18px;
    right: 18px;
  }

  .gallery-lightbox-caption {
    padding: 18px;
    font-size: 14px;
  }
}

@media (max-width: 1180px) {
  .growth-container {
    width: min(100% - 48px, 960px);
  }

  .growth-grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .growth-copy {
    max-width: 760px;
  }

  .orbit-wrap {
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .growth-section {
    padding: 78px 0 82px;
  }

  .growth-container {
    width: min(100% - 34px, 520px);
  }

  .growth-bg-word {
    top: 20px;
    left: 12px;
    transform: none;
    font-size: 82px;
    letter-spacing: -3px;
  }

  .growth-dot-pattern,
  .growth-line-art {
    display: none;
  }

  .growth-eyebrow {
    font-size: 11px;
    letter-spacing: 3.5px;
    margin-bottom: 20px;
  }

  .growth-copy h2 {
    font-size: 40px;
    line-height: 1.08;
    letter-spacing: -1.3px;
  }

  .growth-copy p {
    font-size: 15px;
    line-height: 1.65;
  }

  .growth-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    margin-top: 30px;
  }

  .growth-btn {
    width: 100%;
    min-width: 0;
  }

  .growth-note {
    grid-template-columns: 50px 1fr;
    margin-top: 30px;
  }

  .growth-note-icon {
    width: 46px;
    height: 46px;
  }

  .growth-note p {
    font-size: 13.5px;
  }

  .growth-visual {
    min-height: auto;
  }

  .orbit-wrap {
    width: 100%;
    height: auto;
    display: grid;
    gap: 14px;
  }

  .orbit-ring,
  .orbit-dot {
    display: none;
  }

  .growth-image-circle {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: min(100%, 310px);
    height: 310px;
    margin: 0 auto 18px;
  }

  .orbit-card {
    position: relative;
    inset: auto;
    transform: none;
    min-width: 0;
    max-width: none;
    width: 100%;
  }

  .growth-quote {
    margin-top: 28px;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px 22px;
  }

  .growth-quote span {
    font-size: 58px;
  }

  .growth-quote p {
    font-size: 19px;
  }

  .growth-chips {
    justify-content: flex-start;
    gap: 10px;
  }

  .growth-chip {
    width: 100%;
    justify-content: center;
  }
}

.story-panel {
  position: relative;
  z-index: 4;
  margin-top: 22px;
  width: 100%;
  padding: 34px;
  border-radius: 18px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 28px 76px rgba(0,0,0,0.12);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 34px;
  align-items: stretch;
}

.story-panel-main {
  min-width: 0;
}

.vision-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  align-items: start;
  padding-right: 0;
}

.vision-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mobcow-red);
  color: #fff;
  box-shadow: 0 14px 30px rgba(229,57,53,0.22);
}

.vision-icon svg {
  width: 32px;
  height: 32px;
}

.vision-card h3 {
  margin: 0 0 12px;
  color: var(--mobcow-red);
  font-size: 18px;
  font-weight: 900;
}

.vision-card p {
  margin: 0;
  color: #2f2f2f;
  font-size: 15px;
  line-height: 1.65;
}

.values-divider {
  width: 100%;
  height: 1px;
  margin: 30px 0 24px;
  background: rgba(229,57,53,0.35);
}

.values-area h3 {
  margin: 0 0 20px;
  color: var(--mobcow-red);
  font-size: 18px;
  font-weight: 900;
}

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

.value-pill {
  min-height: 58px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-radius: 10px;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(0,0,0,0.08);
  color: #222;
  font-size: 14px;
  font-weight: 700;
}

.value-pill span {
  font-size: 18px;
  line-height: 1;
}

.value-pill.green span {
  color: var(--mobcow-green);
}

.value-pill.red span {
  color: var(--mobcow-red);
}

.value-pill.blue span {
  color: var(--mobcow-blue);
}

.story-quote-card {
  position: relative;
  z-index: 6;
  width: 100%;
  min-height: 100%;
  padding: 38px 30px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 80% 15%, rgba(229,57,53,0.08), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.82));
  border: 1px solid rgba(229,57,53,0.45);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quote-mark {
  color: var(--mobcow-red);
  font-size: 66px;
  line-height: 0.7;
  font-weight: 900;
  margin-bottom: 22px;
}

.story-quote-card p {
  margin: 0;
  color: #101010;
  font-size: 23px;
  line-height: 1.38;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.quote-line {
  width: 58px;
  height: 4px;
  margin: 30px 0 32px;
  background: var(--mobcow-red);
}

.quote-icon {
  width: 82px;
  height: 82px;
  color: var(--mobcow-red);
}

.quote-icon svg {
  width: 100%;
  height: 100%;
}

.food-service-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0 120px;
  background:
    radial-gradient(circle at 18% 10%, rgba(229,57,53,0.045), transparent 30%),
    radial-gradient(circle at 86% 78%, rgba(128,0,0,0.035), transparent 34%),
    linear-gradient(135deg, #fbf8f1 0%, #f5efe6 52%, #fbfaf6 100%);
  color: #000;
}

.food-service-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.14;
  pointer-events: none;
  background-image: radial-gradient(rgba(0,0,0,0.22) 0.55px, transparent 0.55px);
  background-size: 8px 8px;
  mix-blend-mode: multiply;
}

.food-bg-word {
  position: absolute;
  top: -24px;
  left: 28px;
  z-index: 1;
  font-size: clamp(120px, 18vw, 300px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -8px;
  color: rgba(0,0,0,0.035);
  pointer-events: none;
  user-select: none;
}

.food-service-container {
  position: relative;
  z-index: 2;
  width: min(100% - 120px, 1440px);
  margin: 0 auto;
}

.food-service-grid {
  display: grid;
  grid-template-columns: 44% 56%;
  gap: 64px;
  align-items: center;
}

.food-service-copy {
  max-width: 620px;
}

.food-section-eyebrow.section-eyebrow {
  margin-bottom: 26px;
}

.food-section-eyebrow.section-eyebrow::after {
  display: none;
}

.food-service-section h2 {
  margin: 0 0 26px;
  color: #050505;
  font-size: clamp(52px, 4.6vw, 76px);
  line-height: 1.05;
  letter-spacing: -2.8px;
  font-weight: 900;
}

.food-service-section p {
  margin: 0 0 22px;
  color: #3f4246;
  font-size: 17px;
  line-height: 1.72;
}

.food-service-actions {
  margin-top: 34px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.food-btn {
  min-height: 56px;
  min-width: 220px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 15.5px;
  font-weight: 900;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.food-btn-primary {
  background: var(--mobcow-red);
  color: #fff;
  border: 1px solid var(--mobcow-red);
  box-shadow: 0 14px 34px rgba(229,57,53,0.22);
}

.food-btn-outline {
  background: #ffffff;
  color: #161616;
  border: 1px solid rgba(0,0,0,0.08);
}

.food-btn:hover {
  transform: translateY(-2px);
}

.food-btn-primary:hover {
  background: #cf2f2c;
}

.food-btn-outline:hover {
  background: #ffffff;
  color: #161616;
}

.download-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.download-wrap .food-btn {
  gap: 12px;
}

.download-wrap small {
  max-width: 240px;
  margin-top: 10px;
  color: #6a6d72;
  font-size: 12.5px;
  line-height: 1.35;
  text-align: center;
}

.download-icon {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}

.food-highlights {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(0,0,0,0.12);
}

.food-highlight {
  min-height: 92px;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 18px 12px 14px;
  text-align: center;
  border-right: 1px solid rgba(0,0,0,0.12);
}

.food-highlight:last-child {
  border-right: none;
}

.highlight-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--mobcow-grey);
}

.highlight-icon svg {
  width: 100%;
  height: 100%;
}

.food-highlight span {
  display: block;
  color: #242424;
  font-size: 13.5px;
  font-weight: 700;
}

.food-highlight::after {
  content: "";
  width: 38px;
  height: 2px;
  background: var(--mobcow-red);
  opacity: 0.8;
}

.food-service-visual {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
}

.visual-image-wrap {
  position: relative;
  width: 100%;
  max-width: 760px;
  height: 610px;
  overflow: hidden;
  border-radius: 96px 26px 96px 26px;
  box-shadow: 0 34px 90px rgba(0,0,0,0.18);
  border: 1px solid rgba(0,0,0,0.08);
}

.visual-image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.visual-gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 45%, rgba(0,0,0,0.55) 100%),
    radial-gradient(circle at 74% 20%, rgba(229,57,53,0.13), transparent 28%);
  pointer-events: none;
}

.quality-badge {
  position: absolute;
  top: 42px;
  right: 28px;
  z-index: 5;
  padding: 16px 26px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  color: #121212;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.quality-badge .green {
  color: var(--mobcow-green);
}

.quality-badge .red {
  color: var(--mobcow-red);
}

.quality-badge .blue {
  color: var(--mobcow-blue);
}

@media (max-width: 1100px) {
  .mobcows-navbar {
    height: 88px;
    padding: 0 24px;
    grid-template-columns: auto 1fr auto;
  }

  .mobcows-logo img {
    width: 142px;
  }

  .mobcows-nav,
  .mobcows-nav-cta {
    display: none;
  }

  .mobcows-menu-toggle {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    background: rgba(0,0,0,0.22);
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 6px;
  }

  .mobcows-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
  }

  .mobcows-menu-toggle span + span {
    margin-top: -14px;
  }

  .mobcows-hero-container {
    width: min(100% - 48px, 900px);
  }

  .mobcows-video-hero,
  .mobcows-hero-container {
    min-height: 108vh;
  }

  .hero-video-wrap {
    width: 100%;
  }

  .mobcows-hero-copy {
    padding-bottom: 136px;
  }

  .about-mobcows {
    padding: 104px 0 96px;
  }

  .about-mobcows-container {
    width: min(100% - 48px, 900px);
  }

  .about-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-copy h2 {
    max-width: 760px;
  }

  .about-board-wrap {
    max-width: 820px;
  }

  .social-post {
    flex-basis: min(78vw, 420px);
  }

  .social-post-media {
    min-height: 240px;
  }

  .food-service-container {
    width: min(100% - 48px, 960px);
  }

  .food-service-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .food-service-copy {
    max-width: 760px;
  }

  .food-service-visual {
    min-height: auto;
  }

  .visual-image-wrap {
    max-width: 100%;
    height: 560px;
  }

  .quality-badge {
    right: 24px;
  }

}

@media (max-width: 760px) {
  .mobcows-video-hero {
    min-height: 112vh;
  }

  .hero-video-wrap {
    width: 100%;
  }

  .hero-video {
    object-position: center 58%;
    transform: translateY(18px) scale(1.04);
  }

  .hero-left-fade {
    background:
      linear-gradient(
        180deg,
        rgba(0,0,0,0.68) 0%,
        rgba(0,0,0,0.58) 42%,
        rgba(0,0,0,0.88) 100%
      );
  }

  .hero-base-overlay {
    background:
      radial-gradient(circle at 84% 38%, rgba(229,57,53,0.08), transparent 30%),
      linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.08) 45%, rgba(0,0,0,0.78) 100%);
  }

  .hero-texture {
    opacity: 0.08;
  }

  .hero-bg-word {
    top: 96px;
    left: 16px;
    font-size: 78px;
    letter-spacing: -3px;
  }

  .mobcows-hero-container {
    width: 100%;
    padding-top: 88px;
    align-items: flex-start;
    min-height: 112vh;
  }

  .mobcows-hero-copy {
    width: 100%;
    padding-top: 98px;
    padding-bottom: 258px;
  }

  .hero-eyebrow {
    font-size: 11px;
    letter-spacing: 4px;
    line-height: 1.7;
  }

  .hero-eyebrow span {
    margin: 0 8px;
  }

  .mobcows-hero-copy h1 {
    font-size: 43px;
    line-height: 1.08;
    letter-spacing: -1.3px;
  }

  .hero-red-line {
    width: 170px;
    margin: 22px 0 24px;
  }

  .hero-description {
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .hero-btn {
    width: 100%;
    min-width: 0;
  }

  .mobcows-bottom-strip {
    left: 10px;
    right: 10px;
    bottom: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: auto;
    padding: 10px;
  }

  .strip-divider {
    display: none;
  }

  .strip-item {
    min-height: 76px;
    padding: 12px 8px;
    gap: 10px;
  }

  .strip-icon {
    width: 38px;
    height: 38px;
    font-size: 21px;
  }

  .strip-item h4 {
    font-size: 14px;
  }

  .strip-item p {
    display: none;
  }

  .food-service-section {
    padding: 78px 0 86px;
  }

  .food-service-container {
    width: 100%;
  }

  .food-bg-word {
    top: 18px;
    left: 12px;
    font-size: 86px;
    letter-spacing: -3px;
  }

  .food-section-eyebrow.section-eyebrow {
    margin-bottom: 22px;
  }

  .food-service-section h2 {
    font-size: 40px;
    line-height: 1.08;
    letter-spacing: -1.3px;
  }

  .food-service-section p {
    font-size: 15px;
    line-height: 1.65;
  }

  .food-service-actions {
    flex-direction: column;
    gap: 14px;
  }

  .food-btn {
    width: 100%;
    min-width: 0;
  }

  .download-wrap {
    width: 100%;
    align-items: stretch;
  }

  .download-wrap small {
    max-width: 100%;
    text-align: left;
    padding-left: 4px;
  }

  .food-highlights {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 58px;
  }

  .food-highlight {
    border-right: none;
    border-bottom: 1px solid rgba(0,0,0,0.12);
  }

  .food-highlight:nth-child(odd) {
    border-right: 1px solid rgba(0,0,0,0.12);
  }

  .food-highlight:nth-last-child(-n + 2) {
    border-bottom: none;
  }

  .visual-image-wrap {
    max-width: 100%;
    height: 430px;
    border-radius: 46px 18px 46px 18px;
  }

  .quality-badge {
    top: 16px;
    right: 14px;
    padding: 12px 16px;
    font-size: 12px;
  }

  .about-mobcows {
    padding: 82px 0 84px;
  }

  .about-mobcows-container {
    width: 100%;
  }

  .about-bg-word {
    top: 22px;
    left: 12px;
    font-size: 82px;
    letter-spacing: -3px;
  }

  .about-paint-accent {
    right: -180px;
    top: 120px;
    width: 360px;
    height: 360px;
    opacity: 0.35;
  }

  .about-dot-pattern {
    opacity: 0.08;
  }

  .about-eyebrow {
    font-size: 11px;
    letter-spacing: 4px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .about-copy h2 {
    font-size: 38px;
    line-height: 1.06;
    letter-spacing: -1.6px;
  }

  .about-copy p {
    font-size: 15px;
    line-height: 1.68;
  }

  .about-cta {
    width: 100%;
    justify-content: center;
  }

  .about-values {
    display: none;
  }

  .about-value {
    min-height: 112px;
    padding: 16px;
    gap: 14px;
  }

  .value-icon {
    width: 50px;
    height: 50px;
  }

  .value-icon svg {
    width: 26px;
    height: 26px;
  }

  .about-value h4 {
    font-size: 16px;
  }

  .about-value p {
    font-size: 13px;
  }

  .about-social-carousel {
    border-radius: 20px;
  }

  .about-social-track {
    gap: 12px;
  }

  .social-post {
    flex-basis: 84vw;
    border-radius: 20px;
  }

  .social-post-media {
    aspect-ratio: 4 / 5;
  }

  .social-post-body {
    padding: 16px;
  }

  .social-post-body h4 {
    font-size: 18px;
  }

  .social-post-body p {
    font-size: 13px;
  }

  .connect-card {
    padding: 18px;
    grid-template-columns: 52px minmax(0, 1fr);
    row-gap: 14px;
    column-gap: 14px;
    align-items: start;
  }

  .connect-icon {
    width: 52px;
    height: 52px;
  }

  .connect-content h3 {
    font-size: 20px;
  }

  .page-section {
    padding: 72px 0;
  }

  .section-shell {
    width: min(100% - 34px, 520px);
  }

  .section-shell h2 {
    font-size: clamp(28px, 8vw, 42px);
  }

  .section-shell p {
    font-size: 15px;
  }
}

@media (max-width: 1180px) {
  .student-container {
    width: min(100% - 48px, 960px);
  }

  .student-grid {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .student-copy {
    max-width: 760px;
  }

  .student-image-wrap {
    height: 620px;
  }

  .story-container {
    width: min(100% - 48px, 960px);
  }

  .story-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .story-copy {
    max-width: 760px;
  }

  .story-image-wrap {
    width: 100%;
    margin-left: 0;
    height: 310px;
  }

  .story-panel {
    grid-template-columns: 1fr;
  }

  .story-quote-card {
    min-height: auto;
  }

  .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .student-experience {
    padding: 78px 0 84px;
  }

  .student-container {
    width: min(100% - 34px, 520px);
  }

  .student-bg-word {
    top: 18px;
    left: 12px;
    font-size: 78px;
    letter-spacing: -3px;
  }

  .student-dot-pattern {
    display: none;
  }

  .student-eyebrow {
    font-size: 11px;
    letter-spacing: 3.5px;
    margin-bottom: 20px;
  }

  .student-copy h2 {
    font-size: 40px;
    line-height: 1.08;
    letter-spacing: -1.4px;
  }

  .student-copy p {
    font-size: 15px;
    line-height: 1.65;
  }

  .student-red-line {
    margin: 22px 0 24px;
  }

  .student-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    margin-top: 30px;
  }

  .student-btn {
    width: 100%;
    min-width: 0;
  }

  .student-image-wrap {
    height: 680px;
    border-radius: 46px 18px 46px 18px;
  }

  .student-pathways-panel {
    margin-top: 24px;
    padding: 16px;
    border-radius: 20px;
  }

  .student-pathways-grid {
    grid-template-columns: 1fr;
  }

  .student-pathway-card {
    min-height: 100px;
    padding: 16px;
    grid-template-columns: 36px minmax(0, 1fr) 42px;
    gap: 12px;
    border-radius: 16px;
  }

  .student-pathway-card h3 {
    font-size: 16px;
  }

  .student-pathway-card p {
    font-size: 12px;
  }

  .pathway-icon {
    width: 42px;
    height: 42px;
  }

  .our-story-section {
    padding: 78px 0 82px;
  }

  .story-container {
    width: min(100% - 34px, 520px);
  }

  .story-bg-word {
    top: 20px;
    font-size: 78px;
    letter-spacing: -3px;
  }

  .story-dot-pattern {
    display: none;
  }

  .story-line-art {
    width: 300px;
    height: 300px;
    right: -160px;
    bottom: -120px;
  }

  .story-eyebrow {
    font-size: 11px;
    letter-spacing: 3.5px;
  }

  .story-copy h2 {
    font-size: 36px;
    line-height: 1.08;
    letter-spacing: -1.2px;
    margin-bottom: 28px;
  }

  .story-body {
    grid-template-columns: 18px 1fr;
    gap: 14px;
  }

  .story-body::before {
    left: 6px;
  }

  .story-red-dot,
  .mission-dot {
    width: 11px;
    height: 11px;
  }

  .story-text-block p,
  .mission-block p {
    font-size: 14px;
    line-height: 1.68;
  }

  .story-read-more {
    margin-left: 8px;
    min-height: 46px;
    padding: 0 14px;
    font-size: 13px;
  }

  .mission-block {
    grid-template-columns: 18px 1fr;
    gap: 14px;
  }

  .story-image-wrap {
    height: 270px;
    border-radius: 12px;
  }

  .story-panel {
    padding: 26px 18px;
    border-radius: 16px;
    min-height: auto;
    gap: 24px;
  }

  .vision-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vision-icon {
    width: 58px;
    height: 58px;
  }

  .vision-card h3 {
    font-size: 18px;
  }

  .vision-card p {
    font-size: 14px;
    line-height: 1.65;
  }

  .values-divider {
    margin: 26px 0 22px;
  }

  .values-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .value-pill {
    min-height: 56px;
    font-size: 14px;
    white-space: normal;
  }

  .story-quote-card {
    padding: 30px 24px;
  }

  .quote-mark {
    font-size: 60px;
  }

  .story-quote-card p {
    font-size: 22px;
  }

  .quote-icon {
    width: 76px;
    height: 76px;
  }
}
