/* ============ Global ============ */
@font-face {
  font-family: "Funnel Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/FunnelDisplay-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Funnel Display";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/FunnelDisplay-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Funnel Display";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/FunnelDisplay-Semibold.ttf") format("truetype");
}

@font-face {
  font-family: "Cabinet Grotesk";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/CabinetGrotesk-Variable.woff2") format("woff2");
}

@font-face {
  font-family: "Zodiak";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Zodiak-Variable.woff2") format("woff2");
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  min-height: 100%;
}

html.hero-lock,
body.hero-lock {
  overflow: hidden;
}

:root {
  --service-info-bg: #14271f;
  --case-tile-bg-1: #1A5342;
  --case-tile-bg-2: #1B3B53;
  --case-tile-bg-3: #53441B;
}

/* ============ Typography Scale ============ */
body {
  font-family: "Funnel Display", serif;
  background: #f7f4f0;
  color: #15110f;
  line-height: 1.6;
}

h1 {
  font-family: "Zodiak", "Times New Roman", serif;
}

p {
  font-family: "Funnel Display", serif;
}

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

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

.mvco-scroll-header {
  --scroll-header-bg: rgba(247, 244, 240, 0.92);
  --scroll-header-border: rgba(21, 17, 15, 0.08);
  --scroll-header-text: #223515;
  --scroll-header-button-border: #15110f;
  --scroll-header-button-text: #223515;
  --scroll-header-button-bg: transparent;
  --scroll-header-button-hover-bg: #223515;
  --scroll-header-button-hover-text: #fdfaf6;
  position: sticky;
  top: 0;
  width: 100%;
  background: var(--scroll-header-bg);
  backdrop-filter: blur(7px);
  z-index: 30;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 2s ease, transform 2s ease;
  color: var(--scroll-header-text);
}

.mvco-scroll-header.is-visible {
  opacity: 0.95;
  transform: translateY(0);
  pointer-events: auto;
}

.scroll-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.65rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.scroll-header-logo {
  font-family: "Times New Roman", serif;
  font-size: 2rem;
  letter-spacing: -0.1em;
  color: inherit;
  transition: color 0.2s ease;
}

.scroll-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.55rem 1.6rem;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid var(--scroll-header-button-border);
  color: var(--scroll-header-button-text);
  background: var(--scroll-header-button-bg);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.scroll-header-cta:hover {
  background: var(--scroll-header-button-hover-bg);
  color: var(--scroll-header-button-hover-text);
}

/* Shared container for sections (NOT the hero) */
.section {
  padding: 4.5rem 1.5rem;
  background: #f7f4f0;
}

#problem-framing.section {
  padding-bottom: 0;
}

#clients.section {
  padding-top: 0;
}

.section-inner {
  margin: 0 auto;
  background: #f7f4f0;
}

#services.section {
  background: rgb(20, 39, 31);
}

#services .section-inner {
  background: rgb(20, 39, 31);
}

#services .section-intro {
  color: rgba(253, 250, 246, 0.85);
}

#case-studies.section {
  background: rgb(20, 39, 31);
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

#case-studies .section-inner {
  background: rgb(20, 39, 31);
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

#case-studies .section-intro {
  color: rgba(253, 250, 246, 0.8);
}

.problem-framing .section-inner {
  padding: 0;
}

.problem-framing-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 3rem;
  padding: 1.5rem clamp(1.5rem, 6vw, 4rem);
  border-radius: 0;
  border: none;
 /* box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);*/
}

.problem-copy h2 {
  font-size: clamp(2.2rem, 4vw, 3rem);
  margin-bottom: 1.25rem;
  font-weight: 100;
}

.problem-copy h2 em {
  font-style: italic;
  font-family: "Zodiak", "Times New Roman", serif;
  font-weight: 300;
}

.problem-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(21, 17, 15, 0.6);
  margin-bottom: 0.75rem;
}

.problem-lede {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  color: #3a342d;
}

.problem-subline {
  font-style: italic;
  margin-bottom: 1rem;
  color: #15110f;
}

.problem-list {
  list-style: none;
  margin: 0 0 1.8rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.problem-list li {
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.5;
}

.problem-list li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #223515;
  position: absolute;
  left: 0;
  top: 0.55rem;
}

.problem-cta {
  align-self: flex-start;
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.55rem 1.6rem;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid transparent;
  color: #fdfaf6;
  background: linear-gradient(135deg, #212a32, #1a3b53);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.problem-cta:hover {
  filter: brightness(1.1);
}

.problem-media-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 1rem;
  background: linear-gradient(135deg, #122418, #0b1b13);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(253, 250, 246, 0.8);
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1px solid rgba(253, 250, 246, 0.2);
  box-shadow: inset 0 0 0 1px rgba(253, 250, 246, 0.2);
}

.problem-media-placeholder span {
  text-align: center;
}

.problem-quote {
  margin: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 1rem;
  background: linear-gradient(135deg, #212A32, #1A3B53);
  border: 1px solid rgba(253, 250, 246, 0.2);
  box-shadow: inset 0 0 0 1px rgba(253, 250, 246, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  color: rgba(253, 250, 246, 0.9);
}

.problem-quote blockquote {
  font-family: "Zodiak", "Times New Roman", Times, serif;
  font-weight:100;
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  margin: 0;
  letter-spacing: -0.06rem;
}

.problem-quote figcaption {
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(253, 250, 246, 0.7);
  font-family: "Zodiak", "Times New Roman", serif;
}

@media (max-width: 900px) {
  .problem-framing-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

h2 {
  font-family: "Zodiak", "Times New Roman", serif;
  font-size: 1.9rem;
  letter-spacing: -0.03em;
  line-height: normal;
  margin-bottom: 0.5rem;
}

h3 {
  font-family: "Funnel Display", serif;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.35rem;
}

p.section-intro {
  max-width: 640px;
  font-size: 0.96rem;
  color: #5c5143;
  margin-bottom: 2rem;
}

/* ============ 1. HERO (Valar-style ATF) ============ */

.mvco-hero {
  --hero-base-width: 1600;
  --hero-base-height: 760;
  --hero-panel-width: 640;
  --hero-panel-scale-x: 1;
  height: 100vh;
  min-height: 100vh;
  padding: 0;
  background: #f7f4f0;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.mvco-hero-stage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.mvco-hero-inner {
  width: min(100%, calc(var(--hero-base-width) * 1px));
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, calc(var(--hero-panel-width) * 1px))
    minmax(0, 1fr);
  gap: 48px;
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
  align-items: stretch;
  position: relative;
}

/* Left panel with gradient / video + logo (Hero gradient block) */
.mvco-hero-panel {
  --panel-gradient-x: 26%;
  --panel-gradient-y: 20%;
  position: relative;
  border-radius: 9px;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  width: 100%;
  background: radial-gradient(
    ellipse at var(--panel-gradient-x, 46%) var(--panel-gradient-y, 40%),
    #212b32 10%,
    #193e59 40%,
    #223515 65%,
    #0c1c06 90%
  );
  transform-origin: inherit;
}

.mvco-hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 0 solid rgb(247, 244, 240);
  pointer-events: none;
  opacity: 0;
}

.mvco-hero-media {
  position: absolute;
  inset: 0;
}

.mvco-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.2);
  transform: scale(1.05);
}

.mvco-hero-logo {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f7f4f0;
  font-family: "Times New Roman", Times, serif;
  font-weight: 100;
  font-size: clamp(4.6rem, 8vw, 5.8rem);
  letter-spacing: -0.1em;
}

/* Right-hand copy (headline column) */
.mvco-hero-copy {
  max-width: 719px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
  height: 100%;
  padding-top: 0;
  opacity: 1;
  transform: none;
}

.mvco-hero-kicker {
  font-family: "Zodiak", "Times New Roman", Times, serif;
  font-weight: 100;
  letter-spacing: -0.1em;
  font-size: clamp(3.2rem, 8vw, 4.6rem);
  margin: 0 0 0.9rem;
  color: #ffffff;
}

.mvco-hero-title {
  font-family: "Zodiak", "Times New Roman", Times, serif;
  font-weight: 300;
  letter-spacing: -0.05em;
  font-size: clamp(1.8rem, 6.8vw, 3.8rem);
  line-height: 1;
  margin: 0 0 1.1rem;
  max-width: 719px;
  color: #223515;
  text-align: left;
  align-self: flex-start;
}

.mvco-hero-subtitle {
  margin: 0 0 1.9rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #5c5143;
}

.mvco-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

@keyframes mvco-hero-panel-intro {
  0% {
    transform: scaleX(var(--hero-panel-scale-x));
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes mvco-hero-copy-intro {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes mvco-hero-logo-rise {
  0% {
    opacity: 1;
    transform: translateY(3%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 901px) {
  .mvco-hero.hero-animating .mvco-hero-panel {
    transform-origin: left center;
    animation: mvco-hero-panel-intro 1.35s cubic-bezier(0.22, 0.61, 0.36, 1)
      forwards;
  }

  .mvco-hero.hero-animating .mvco-hero-copy {
    animation: mvco-hero-copy-intro 2.35s cubic-bezier(0.22, 0.61, 0.36, 1)
      0.7s both;
  }

  .mvco-hero.hero-animating .mvco-hero-logo {
    opacity: 0;
    animation: mvco-hero-logo-rise 1.4s linear
      1.1s forwards;
  }
}

.btn-primary,
.btn-secondary {
  border-radius: 999px;
  padding: 0.65rem 1.4rem;
  font-size: 0.9rem;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  text-decoration: none;
  white-space: nowrap;
}

.btn-primary {
  background: #15110f;
  color: #fdfaf6;
}

.btn-primary:hover {
  background: #050302;
}

.btn-secondary {
  background: transparent;
  border-color: #cbbfb2;
  color: #4a4035;
}

.btn-secondary:hover {
  background: rgba(203, 191, 178, 0.16);
}

/* ============ 2. Case Studies ============ */

.case-tiles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, 460px);
  background: rgb(20, 39, 31);
}

.case-tile {
  position: relative;
  overflow: hidden;
  background: #fdfaf6;
  min-height: 320px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.case-tile--image {
  background-size: cover;
  background-position: center;
}

.case-tile--text {
  background: var(--case-tile-bg, rgba(247, 244, 240, 0.98));
  --case-tile-text: color-mix(in srgb, var(--case-tile-bg, rgba(247, 244, 240, 0.98)) 5%, white 95%);
  color: var(--case-tile-text);
  padding: clamp(1.5rem, 3vw, 2.8rem);
  display: flex;
  flex-direction: column;
  justify-content:center;
}

.case-tile--one {
  --case-tile-bg: var(--case-tile-bg-1);
}

.case-tile--two {
  --case-tile-bg: var(--case-tile-bg-2);
}

.case-tile--three {
  --case-tile-bg: var(--case-tile-bg-3);
}

.case-tile__content h3 {
  font-family: "Funnel Display", serif;
  font-size: 2rem;
  color: inherit;
  margin-bottom: 3rem;
  line-height: 2rem;
}

.case-tile__content p {
  margin: 0;
  line-height: 1.4;
  color: color-mix(in srgb, var(--case-tile-text) 85%, rgba(0, 0, 0, 0.25));
}

.case-tile__toggle {
  display: none;
  margin-top: 1.5rem;
  border-radius: 999px;
  padding: 0.45rem 1.2rem;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.case-tile__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: clamp(1.5rem, 3vw, 3rem);
  background: #002c40;
  color: #f0fbff;
  transition: transform 1.5s ease;
  transform: translateY(100%);
  opacity: 0;
  display: flex;
  align-items: center;
}

.case-tile__overlay h4,
.case-tile__overlay h5 {
  font-family: "Funnel Display", serif;
  margin-bottom: 0.5rem;
}

.case-tile__overlay h4 {
  font-size: 1.3rem;
}

.case-tile__overlay h5 {
  margin-top: 3rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.case-tile__overlay ul {
  padding-left: 1rem;
  margin: 0.5rem 0 0;
  line-height: 1.4;
  list-style: disc;
}

.case-tile--text:hover .case-tile__overlay {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 1024px) {
  .case-tile__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .case-tile__overlay {
    pointer-events: none;
  }

  .case-tile--text:hover .case-tile__overlay {
    transform: translateY(100%);
    opacity: 0;
  }

  .case-tile--open .case-tile__overlay {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .case-tile--open.case-tile--text:hover .case-tile__overlay {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .case-tile--open .case-tile__toggle {
    display: none;
  }
}

@media (max-width: 960px) {
  .case-tiles-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
}

/* ============ 3. Services (accordions) ============ */

.accordion {
  max-width: 720px;
}

.accordion details {
  border-radius: 0.9rem;
  border: 1px solid #e0d6cb;
  background: #fdfaf6;
  margin-bottom: 0.7rem;
  padding: 0.7rem 0.95rem;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.accordion details[open] {
  background: #f7f0e7;
  border-color: #15110f;
}

.accordion summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.98rem;
  font-weight: 500;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.accordion-badge {
  font-size: 0.74rem;
  padding: 0.08rem 0.55rem;
  border-radius: 999px;
  border: 1px solid #e0d6cb;
  color: #8b7b68;
}

.accordion-icon {
  font-size: 1rem;
  margin-left: 0.5rem;
  color: #8b7b68;
}

.accordion-content {
  margin-top: 0.6rem;
  font-size: 0.9rem;
  color: #5d5143;
}

/* ============ 2. Client showcase ============ */

.client-marquee {
  overflow: hidden;
  width: 100%;
}

.client-intro {
  font-family: "Zodiak", "Times New Roman", serif;
  font-size: 1.8rem;
  letter-spacing: -0.05em;
  margin-top:2rem;
  margin-bottom:2rem;
  margin: 1rem;
  text-align: center;
}

.client-marquee__track {
  display: flex;
  will-change: transform;
}

/*.client-marquee:hover .client-marquee__track {
  animation-play-state: paused;
}*/

.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: min(25vw, 540px);
  min-height: 180px;
  padding: 0.5rem;
  opacity: 0;
  transform: translateY(18px);
}

.logo-item img {
  height: 100px;
  width: auto;
  object-fit: contain;
  filter: grayscale(0.05);
}

@media (max-width: 640px) {
  .logo-item {
    min-width: min(60vw, 540px);
  }
}

.logo-item.logo-visible {
  animation: none;
  opacity: 1;
  transform: none;
}

/* ============ Contact ============ */

.contact-section {
  background: radial-gradient(circle at 12% 20%, #233625 0%, #15110f 52%, #0c0b0a 100%);
  color: #f7f4f0;
  position: relative;
  overflow: hidden;
}

.contact-section .section-inner {
  background: transparent;
}

.contact-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 3rem;
  align-items: center;
}

.contact-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(247, 244, 240, 0.7);
  margin: 0 0 0.85rem;
}

.contact-content h2 {
  font-family: "Zodiak", "Times New Roman", Times, serif;
  font-size: clamp(2.3rem, 4.2vw, 3.2rem);
  font-weight: 100;
  margin: 0 0 1rem;
}

.contact-lede {
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(247, 244, 240, 0.86);
  max-width: 560px;
  margin: 0 0 1.6rem;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.9rem;
}

.contact-section .btn-primary {
  background: #f7f4f0;
  color: #15110f;
}

.contact-section .btn-primary:hover {
  background: #ffffff;
}

.contact-section .btn-secondary {
  border-color: rgba(247, 244, 240, 0.5);
  color: #f7f4f0;
}

.contact-section .btn-secondary:hover {
  background: rgba(247, 244, 240, 0.12);
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem 1.5rem;
  margin-bottom: 2rem;
}

.contact-detail {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.contact-label {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(247, 244, 240, 0.6);
}

.contact-detail a,
.contact-detail span {
  color: #f7f4f0;
}

.contact-detail a {
  text-decoration: none;
}

.contact-detail a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.contact-legal {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(247, 244, 240, 0.55);
}

.founder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.founder-card {
  background: rgba(247, 244, 240, 0.08);
  border: 1px solid rgba(247, 244, 240, 0.15);
  border-radius: 18px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

.founder-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 14px;
  background-color: rgba(247, 244, 240, 0.12);
  background-image: var(--founder-photo);
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(247, 244, 240, 0.12);
}

.founder-card figcaption {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.founder-name {
  font-family: "Zodiak", "Times New Roman", Times, serif;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  color: #f7f4f0;
}

.founder-title {
  margin-top: 0.3rem;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(247, 244, 240, 0.6);
}

.founder-links {
  margin-top: auto;
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 0.6rem;
  padding-top: 0.6rem;
}

.founder-links a {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(247, 244, 240, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f7f4f0;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.founder-links a:hover {
  background: rgba(247, 244, 240, 0.14);
  border-color: rgba(247, 244, 240, 0.6);
}

.founder-icon {
  width: 16px;
  height: 16px;
  display: block;
}

/* ============ Responsive tweaks ============ */

@media (max-width: 900px) {
  .mvco-hero-inner {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .mvco-hero-panel {
    min-height: clamp(260px, 60vh, 520px);
    margin-bottom: 1.8rem;
  }

  .mvco-hero-copy {
    margin-top: 0;
  }

  .client-showcase {
    grid-template-columns: 1fr;
  }

  .contact-inner {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .mvco-hero {
    padding: 5px 5px 0;
    min-height: 100svh;
    height: 100svh;
    overflow: visible;
  }

  .mvco-hero-stage {
    width: 100%;
    height: 100%;
  }

  .mvco-hero-inner {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    min-height: calc(100svh - 5px);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0;
  }

  .mvco-hero-panel {
    width: 100%;
    flex: none;
    aspect-ratio: 1 / 1;
    height: auto;
    min-height: 0;
    margin-bottom: 0;
    transform-origin: center;
  }

  .mvco-hero-copy {
    position: relative;
    width: 100%;
    max-width: none;
    margin-top: auto;
    height: auto;
    padding: 1.25rem 1.15rem 1.85rem;
    padding-top: 0.65rem;
    border-radius: 18px 18px 0 0;
    background: rgba(247, 244, 240, 0.98);
    gap: 0.6rem;
    text-align: left;
    opacity: 1;
    transform: none;
    display: flex;
    justify-content: flex-start;
  }

  .mvco-hero-title {
    font-size: 1.85rem;
    max-width: none;
  }

  .section {
    padding: 3rem 1.25rem;
  }

  .contact-section {
    padding-bottom: 3.5rem;
  }

  .contact-actions {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .case-studies-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .mvco-hero-logo {
    font-size: clamp(2.3rem, 16vw, 3.2rem);
    letter-spacing: -0.1em;
  }

  .mvco-hero-title {
    font-size: 2.25rem;
  }
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  padding: 0 50px;
}

@media (max-width: 600px) {
.service-grid {
padding: 0;
}
}  

.service-card {
  background: #0d231b;
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  height: 625px;
  color: #fdfaf6;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.35);
}

.service-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.45s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.04);
}

.service-info {
  background: var(--service-info-bg, #14271f);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(58%);
  transition: transform 0.35s ease;
}

.service-info h3 {
  font-family: "Funnel Display", serif;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 0.6rem;
  color: #e6f0d4;
}

.service-info h3 em.service-italic {
  font-family: "Zodiak", "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2.3rem;
}

.service-info .service-info-top {
  height: 180px;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

.service-description {
  font-family: "Funnel Display", serif;
  margin: 0;
  color: rgba(253, 250, 246, 0.92);
  line-height: 1.45;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.service-card--talent {
  --service-info-bg: #1b5342;
}

.service-card--abm {
  --service-info-bg: #1B3B53;
}

.service-card--web {
  --service-info-bg: #53441b;
}

.service-card:hover .service-description {
  transform: translateY(0);
  opacity: 1;
}

.service-card:hover .service-info {
  transform: translateY(0);
}

@media (max-width: 640px) {
  .service-card {
    height: auto;
    transition: none;
    display: flex;
    flex-direction: column;
  }

  .service-card:hover {
    transform: none;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  }

  .service-card:hover .service-image img {
    transform: none;
  }

  .service-image img {
    transition: none;
    height: auto;
  }

  .service-image {
    height: auto;
  }

  .service-info {
    position: relative;
    transform: none;
    gap: 0.3rem;
    transition: none;
    z-index: 1;
  }

  .service-info h3 {
    margin-bottom: 0.3rem;
  }

  .service-info .service-info-top {
    height: auto;
  }

  .service-description {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .service-card:hover .service-description {
    opacity: 1;
    transform: none;
  }

  .service-card:hover .service-info {
    transform: none;
  }
}

.services-preview {
  background: #f7f4f0;
}

.services-preview-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  text-align: center;
  font-weight: 100;
  margin-bottom: 4rem;
  font-family: "Funnel Display", serif;
}

.services-preview-title em {
  font-family: "Zodiak", "Times New Roman", serif;
  font-style: italic;
  font-weight: 300;
}

.services-preview-media {
  display: flex;
  justify-content: center;
}

.services-preview-media picture {
  width: 100%;
  display: flex;
  justify-content: center;
}

.services-preview-media img {
  width: 95%;
  max-width: 1200px;
  border-radius: 1.25rem;
}

@media (max-width: 900px) {
  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    position: sticky;
    top: calc(var(--scroll-header-offset, 0px) + 12px);
  }

  .service-card:nth-child(1) {
    z-index: 1;
  }

  .service-card:nth-child(2) {
    z-index: 2;
  }

  .service-card:nth-child(3) {
    z-index: 3;
  }
}

.trusted-heading {
  font-family: "Funnel Display", serif;
  font-size: clamp(1.2rem, 3vw, 2rem);
  text-align: center;
  font-weight: 100;
  margin-top: 1rem;
  margin-bottom: 5rem;
  color: #f7f4f0;
}

@media (max-width: 640px) {
  .trusted-heading {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}
