/* ==========================================================
   대한민국부사관정책발전협의회 — Bain & Company Style Demo
   Scarlet Red · White · Bold Sans · Photo-driven
   ========================================================== */


:root {
  --red: #cc0000;
  --red-dark: #a50000;
  --red-soft: #ffe5e5;
  --black: #1a1a1a;
  --gray-900: #2d2d2d;
  --gray-700: #4a4a4a;
  --gray-600: #6b6b6b;
  --gray-500: #8e8e8e;
  --gray-300: #dcdcdc;
  --gray-200: #e8e8e8;
  --gray-100: #f4f4f4;
  --gray-50: #fafafa;
  --white: #ffffff;
  --container: 1320px;
  --header-h: 80px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Pretendard Variable", "Pretendard", -apple-system, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--black);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-h);
  background: white;
  z-index: 1000;
  border-bottom: 1px solid var(--gray-200);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}
.logo {
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.04em;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--red);
  position: relative;
}
.nav-list {
  display: flex;
  gap: 36px;
  list-style: none;
}
.nav-list a {
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-700);
  letter-spacing: -0.01em;
  padding: 30px 0;
  transition: color 0.2s;
}
.nav-list a:hover,
.nav-list a.active {
  color: var(--red);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: var(--red);
  color: white;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.2s;
}
.nav-cta:hover {
  background: var(--red-dark);
}
.nav-cta::after {
  content: "→";
}

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--black);
}
.nav-toggle span {
  position: relative;
}
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}
.nav-toggle span::before {
  top: -7px;
}
.nav-toggle span::after {
  top: 7px;
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.9s ease,
    transform 0.9s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* HERO — Bain style: image + bold tagline */
.hero {
  margin-top: var(--header-h);
  position: relative;
  height: calc(100vh - var(--header-h));
  min-height: 640px;
  background-image:
    linear-gradient(
      135deg,
      rgba(26, 26, 26, 0.45) 0%,
      rgba(26, 26, 26, 0.25) 60%,
      rgba(204, 0, 0, 0.35) 100%
    ),
    var(--cms-img, url("../images/hero-home.jpg"));
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
}
.hero .container {
  width: 100%;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.hero-eyebrow::before {
  content: "";
  width: 32px;
  height: 4px;
  background: var(--red);
  border-radius: 2px;
}
.hero h1 {
  font-size: 84px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 28px;
  max-width: 1100px;
}
.hero h1 .red {
  color: #ff5757;
}
.hero p {
  font-size: 19px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  max-width: 660px;
  margin-bottom: 40px;
  font-weight: 500;
}
.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 36px;
  background: var(--red);
  color: white;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: all 0.2s;
}
.hero-cta:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
}
.hero-cta::after {
  content: "→";
  transition: transform 0.2s;
}
.hero-cta:hover::after {
  transform: translateX(5px);
}

/* Intro section — Bain "We help" statement */
.intro {
  padding: 140px 0;
  background: white;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}
.intro-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  color: var(--red);
  letter-spacing: 0.2em;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--red);
  text-transform: uppercase;
}
.intro-text h2 {
  font-size: 56px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin-bottom: 36px;
  color: var(--black);
}
.intro-text h2 .red {
  color: var(--red);
}
.intro-text p {
  font-size: 19px;
  color: var(--gray-700);
  line-height: 1.8;
  margin-bottom: 24px;
  font-weight: 500;
}
.intro-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--red);
  font-size: 14px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: gap 0.2s;
}
.intro-link:hover {
  gap: 18px;
}
.intro-link::after {
  content: "→";
}

/* Services — image + title cards */
.services {
  background: var(--gray-50);
  padding: 140px 0;
}
.section-head {
  max-width: 760px;
  margin: 0 auto 80px;
  text-align: center;
}
.section-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  color: var(--red);
  letter-spacing: 0.2em;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.section-head h2 {
  font-size: 52px;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin-bottom: 22px;
}
.section-head h2 .red {
  color: var(--red);
}
.section-head p {
  font-size: 18px;
  color: var(--gray-700);
  line-height: 1.7;
  font-weight: 500;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: white;
  cursor: pointer;
  transition: transform 0.3s;
  overflow: hidden;
}
.service-card:hover {
  transform: translateY(-8px);
}
.service-img {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  position: relative;
}
.service-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 50%,
    rgba(204, 0, 0, 0.6) 100%
  );
  opacity: 0;
  transition: opacity 0.3s;
}
.service-card:hover .service-img::after {
  opacity: 1;
}
.service-card.s1 .service-img {
  background-image: var(--cms-img, url("../images/service-1.jpg"));
}
.service-card.s2 .service-img {
  background-image: var(--cms-img, url("../images/service-2.jpg"));
}
.service-card.s3 .service-img {
  background-image: var(--cms-img, url("../images/service-3.jpg"));
}
.service-body {
  padding: 32px 28px 36px;
}
.service-num {
  font-size: 12px;
  font-weight: 800;
  color: var(--red);
  letter-spacing: 0.2em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.service-card h3 {
  font-size: 26px;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin-bottom: 14px;
}
.service-card p {
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.7;
  font-weight: 500;
}

/* Stats */
.stats {
  background: var(--black);
  color: white;
  padding: 120px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.stat-card {
  padding-right: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.stat-card:last-child {
  border-right: none;
}
.stat-num {
  font-size: 72px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 14px;
  color: white;
  display: flex;
  align-items: baseline;
}
.stat-num .unit {
  font-size: 32px;
  color: var(--red);
  margin-left: 4px;
  font-weight: 800;
}
.stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* Insights — Bain editorial cards */
.insights {
  background: white;
  padding: 140px 0;
}
.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.insight-card {
  cursor: pointer;
  transition: transform 0.3s;
}
.insight-card:hover {
  transform: translateY(-6px);
}
.insight-img {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  margin-bottom: 22px;
}
.insight-img-1 {
  background-image: var(--cms-img, url("../images/insight-1.jpg"));
}
.insight-img-2 {
  background-image: var(--cms-img, url("../images/insight-2.jpg"));
}
.insight-img-3 {
  background-image: var(--cms-img, url("../images/insight-3.jpg"));
}
.insight-meta {
  font-size: 12px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.15em;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.insight-card h3 {
  font-size: 24px;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: 12px;
}
.insight-card:hover h3 {
  color: var(--red);
}
.insight-card p {
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.7;
  font-weight: 500;
}

/* CTA */
.cta {
  background-image:
    linear-gradient(
      135deg,
      rgba(204, 0, 0, 0.85) 0%,
      rgba(165, 0, 0, 0.92) 100%
    ),
    var(--cms-img, url("../images/cta-bg.jpg"));
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: white;
  padding: 140px 0;
  text-align: center;
}
.cta h2 {
  font-size: 56px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin-bottom: 28px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cta p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 48px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
.cta .btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 36px;
  background: white;
  color: var(--red);
  font-size: 15px;
  font-weight: 800;
  transition: all 0.2s;
}
.cta .btn::after {
  content: "→";
  transition: transform 0.2s;
}
.cta .btn:hover {
  background: var(--black);
  color: white;
}
.cta .btn:hover::after {
  transform: translateX(5px);
}

/* Footer */
.footer {
  background: var(--black);
  color: rgba(255, 255, 255, 0.65);
  padding: 80px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer .logo {
  color: white;
  margin-bottom: 22px;
  display: inline-flex;
}
.footer-desc {
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}
.footer h4 {
  font-size: 13px;
  font-weight: 800;
  color: white;
  margin-bottom: 22px;
  letter-spacing: 0.05em;
}
.footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer ul a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.2s;
  font-weight: 500;
}
.footer ul a:hover {
  color: var(--red);
}
.footer-info {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  padding: 32px 0 14px;
  font-weight: 500;
  line-height: 1.85;
}
.footer-info span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer-info span::before {
  content: "";
  width: 1px;
  height: 11px;
  background: rgba(255, 255, 255, 0.25);
  display: inline-block;
}
.footer-info span:first-child::before {
  display: none;
}
.footer-bottom {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  flex-wrap: wrap;
  gap: 16px;
  font-weight: 500;
}
.footer-bottom-links {
  display: flex;
  gap: 24px;
}

/* ==========================================================
   PAGE HERO (sub pages) — image background
   ========================================================== */
.page-hero {
  margin-top: var(--header-h);
  position: relative;
  height: 480px;
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  align-items: flex-end;
  padding-bottom: 64px;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(26, 26, 26, 0.55) 0%,
    rgba(26, 26, 26, 0.35) 60%,
    rgba(204, 0, 0, 0.5) 100%
  );
}
.page-hero.about {
  background-image: var(--cms-img, url("../images/hero-about.jpg"));
}
.page-hero.business {
  background-image: var(--cms-img, url("../images/hero-business.jpg"));
}
.page-hero.contact {
  background-image: var(--cms-img, url("../images/hero-contact.jpg"));
}
.page-hero .container {
  position: relative;
  z-index: 1;
}
.breadcrumb {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.breadcrumb::before {
  content: "";
  width: 32px;
  height: 4px;
  background: var(--red);
  border-radius: 2px;
}
.breadcrumb span {
  margin: 0 12px;
  opacity: 0.5;
}
.page-hero h1 {
  font-size: 64px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin-bottom: 24px;
}
.page-hero h1 .red {
  color: #ff5757;
}
.page-hero p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  max-width: 660px;
  font-weight: 500;
}

/* ==========================================================
   ABOUT PAGE
   ========================================================== */
.philosophy {
  padding: 140px 0;
  background: white;
}
.philosophy-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  align-items: center;
}
.philosophy-img {
  aspect-ratio: 4/5;
  background-image: var(--cms-img, url("../images/philosophy.jpg"));
  background-size: cover;
  background-position: center;
}
.philosophy-text h2 {
  font-size: 56px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin-bottom: 36px;
  color: var(--black);
}
.philosophy-text h2 .red {
  color: var(--red);
}
.philosophy-text p {
  font-size: 17px;
  color: var(--gray-700);
  line-height: 1.95;
  margin-bottom: 22px;
  font-weight: 500;
}
.philosophy-sign {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 2px solid var(--red);
  font-size: 13px;
  color: var(--gray-600);
  letter-spacing: 0.05em;
  font-weight: 600;
}
.philosophy-sign strong {
  display: block;
  font-size: 24px;
  color: var(--black);
  margin-top: 6px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

/* Values */
.values {
  background: var(--gray-50);
  padding: 130px 0;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.value-card {
  background: white;
  padding: 56px 44px 64px;
  border-top: 4px solid var(--red);
  transition: all 0.3s;
}
.value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(204, 0, 0, 0.08);
}
.value-num {
  font-size: 13px;
  font-weight: 800;
  color: var(--red);
  letter-spacing: 0.2em;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.value-card h3 {
  font-size: 26px;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin-bottom: 18px;
}
.value-card p {
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.8;
  font-weight: 500;
}

/* History */
.history-section {
  background: white;
  padding: 140px 0;
}
.history-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
}
.history-aside h2 {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin-bottom: 22px;
  color: var(--black);
}
.history-aside h2 .red {
  color: var(--red);
}
.history-aside p {
  font-size: 16px;
  color: var(--gray-700);
  line-height: 1.85;
  font-weight: 500;
}
.timeline {
  border-top: 2px solid var(--black);
}
.timeline-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  padding: 36px 0;
  border-bottom: 1px solid var(--gray-200);
}
.timeline-row.featured {
  background: var(--gray-50);
  padding: 36px 28px;
  border-bottom-color: transparent;
}
.timeline-year {
  font-size: 26px;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.02em;
  line-height: 1;
  position: relative;
  padding-left: 22px;
}
.timeline-year::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 4px;
  background: var(--red);
}
.timeline-events {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.timeline-events li {
  font-size: 15px;
  color: var(--gray-800);
  line-height: 1.7;
  padding-left: 22px;
  position: relative;
  font-weight: 500;
}
.timeline-events li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 1.5px;
  background: var(--red);
}

/* Team */
.team-section {
  background: var(--gray-50);
  padding: 140px 0;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.team-card {
  background: white;
  transition: all 0.3s;
}
.team-card:hover {
  transform: translateY(-6px);
}
.team-photo {
  aspect-ratio: 4/5;
  background-size: cover;
  background-position: center;
}
.team-photo-1 {
  background-image: var(--cms-img, url("../images/team-1.jpg"));
}
.team-photo-2 {
  background-image: var(--cms-img, url("../images/team-2.jpg"));
}
.team-photo-3 {
  background-image: var(--cms-img, url("../images/team-3.jpg"));
}
.team-photo-4 {
  background-image: var(--cms-img, url("../images/team-4.jpg"));
}
.team-info {
  padding: 28px 28px 32px;
  border-top: 2px solid var(--red);
}
.team-info h4 {
  font-size: 22px;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.team-role {
  font-size: 12px;
  color: var(--red);
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.team-info p {
  font-size: 14px;
  color: var(--gray-700);
  line-height: 1.7;
  font-weight: 500;
}

/* ==========================================================
   BUSINESS PAGE
   ========================================================== */
.biz-list {
  display: flex;
  flex-direction: column;
}
.biz-item {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
  padding: 100px 0;
  border-top: 1px solid var(--gray-200);
}
.biz-item:last-child {
  border-bottom: 1px solid var(--gray-200);
}
.biz-item:nth-child(even) > .biz-text {
  order: 2;
}
.biz-text .biz-num {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  font-weight: 800;
  color: var(--red);
  letter-spacing: 0.2em;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.biz-text .biz-num::before {
  content: "";
  width: 24px;
  height: 4px;
  background: var(--red);
  border-radius: 2px;
}
.biz-text h3 {
  font-size: 44px;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin-bottom: 26px;
}
.biz-text p {
  font-size: 16px;
  color: var(--gray-700);
  line-height: 1.95;
  margin-bottom: 36px;
  font-weight: 500;
}
.biz-features {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--gray-200);
}
.biz-features li {
  padding: 16px 16px 16px 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--gray-100);
}
.biz-features li:nth-child(odd) {
  padding-right: 16px;
  border-right: 1px solid var(--gray-100);
}
.biz-features li:nth-child(even) {
  padding-left: 16px;
}
.biz-features li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--red);
  flex-shrink: 0;
}
.biz-img {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
}
.biz-img-1 {
  background-image: var(--cms-img, url("../images/biz-1.jpg"));
}
.biz-img-2 {
  background-image: var(--cms-img, url("../images/biz-2.jpg"));
}
.biz-img-3 {
  background-image: var(--cms-img, url("../images/biz-3.jpg"));
}
.biz-img-4 {
  background-image: var(--cms-img, url("../images/biz-4.jpg"));
}

/* Process */
.process {
  background: var(--black);
  color: white;
  padding: 130px 0;
}
.process .section-head h2 {
  color: white;
}
.process .section-head p {
  color: rgba(255, 255, 255, 0.78);
}
.process .section-label {
  color: var(--red);
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.process-step {
  padding: 56px 36px 64px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 0.3s;
}
.process-step:last-child {
  border-right: none;
}
.process-step:hover {
  background: rgba(204, 0, 0, 0.08);
}
.process-num {
  font-size: 56px;
  font-weight: 800;
  color: var(--red);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 32px;
}
.process-step h4 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
  color: white;
}
.process-step p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
  font-weight: 500;
}

/* Cases */
.cases {
  background: white;
  padding: 140px 0;
}
.cases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.case-card {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--black);
  cursor: pointer;
  background-size: cover;
  background-position: center;
}
.case-1 {
  background-image: var(--cms-img, url("../images/case-1.jpg"));
}
.case-2 {
  background-image: var(--cms-img, url("../images/case-2.jpg"));
}
.case-3 {
  background-image: var(--cms-img, url("../images/case-3.jpg"));
}
.case-4 {
  background-image: var(--cms-img, url("../images/case-4.jpg"));
}
.case-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.85) 100%
  );
  transition: background 0.3s;
}
.case-card:hover::after {
  background: linear-gradient(
    180deg,
    rgba(204, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.92) 100%
  );
}
.case-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  color: white;
}
.case-cat {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  font-weight: 800;
}
.case-cat::before {
  content: "";
  width: 24px;
  height: 3px;
  background: var(--red);
}
.case-card h4 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin-bottom: 14px;
}
.case-card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.65;
  margin-bottom: 16px;
  font-weight: 500;
}
.case-meta {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

/* ==========================================================
   CONTACT PAGE — bold black hero + paths + centered form + map
   ========================================================== */
.contact-hero {
  margin-top: var(--header-h);
  background: var(--black);
  color: white;
  padding: 130px 0 110px;
  position: relative;
  overflow: hidden;
}
.contact-hero::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -200px;
  transform: translateY(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(204, 0, 0, 0.35), transparent 70%);
  -webkit-filter: blur(80px);
          filter: blur(80px);
}
.contact-hero .container {
  position: relative;
  z-index: 1;
}
.contact-hero .breadcrumb {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 32px;
}
.contact-hero h1 {
  font-size: 120px;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.95;
  margin-bottom: 36px;
  max-width: 1100px;
}
.contact-hero h1 .red {
  color: #ff5757;
}
.contact-hero h1 .stroke {
  -webkit-text-stroke: 2px white;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}
.contact-hero p {
  font-size: 19px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  max-width: 700px;
  margin-bottom: 48px;
  font-weight: 500;
}
.contact-hero-meta {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 56px;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-hero-meta-cell .label {
  font-size: 11px;
  font-weight: 800;
  color: var(--red);
  letter-spacing: 0.2em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.contact-hero-meta-cell .value {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: white;
}

/* Connect paths — 3 colored cards for inquiry types */
.connect-paths {
  background: white;
  padding: 130px 0;
}
.paths-head {
  text-align: center;
  margin-bottom: 72px;
}
.paths-head h2 {
  font-size: 52px;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin-bottom: 22px;
}
.paths-head h2 .red {
  color: var(--red);
}
.paths-head p {
  font-size: 18px;
  color: var(--gray-700);
  line-height: 1.7;
  font-weight: 500;
  max-width: 660px;
  margin: 0 auto;
}
.paths-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.path-card {
  padding: 64px 48px 56px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  min-height: 380px;
}
.path-card.path-1 {
  background: var(--red);
  color: white;
}
.path-card.path-2 {
  background: var(--black);
  color: white;
}
.path-card.path-3 {
  background: var(--gray-100);
  color: var(--black);
  border: 2px solid var(--black);
}
.path-card:hover {
  transform: translateY(-8px);
}
.path-num {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.25em;
  margin-bottom: 32px;
  text-transform: uppercase;
  opacity: 0.85;
}
.path-card h3 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 18px;
}
.path-card p {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 36px;
  opacity: 0.92;
}
.path-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 2px solid currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: gap 0.2s;
}
.path-link::after {
  content: "→";
}
.path-card:hover .path-link {
  gap: 18px;
}
.path-card .path-meta {
  position: absolute;
  top: 32px;
  right: 32px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  opacity: 0.65;
}

/* Form centered — single column */
.form-centered {
  background: var(--gray-50);
  padding: 130px 0;
}
.form-centered-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.form-centered .section-label {
  display: inline-block;
  margin-bottom: 18px;
}
.form-centered h2 {
  font-size: 56px;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin-bottom: 24px;
}
.form-centered h2 .red {
  color: var(--red);
}
.form-centered > .form-centered-inner > p {
  font-size: 17px;
  color: var(--gray-700);
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 56px;
}
.form-large {
  text-align: left;
  background: white;
  padding: 64px 56px 56px;
  border-top: 6px solid var(--red);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.06);
}
.form-large .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.form-large .form-group {
  margin-bottom: 28px;
  position: relative;
}
.form-large .form-group label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: var(--red);
  margin-bottom: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.form-large .form-group label .req {
  color: var(--red);
  margin-left: 2px;
}
.form-large .form-control {
  width: 100%;
  padding: 14px 0;
  background: transparent;
  border: none;
  border-bottom: 2px solid var(--gray-300);
  font-family: inherit;
  font-size: 17px;
  color: var(--black);
  font-weight: 600;
  transition: border-color 0.2s;
  border-radius: 0;
}
.form-large .form-control:focus {
  outline: none;
  border-bottom-color: var(--red);
}
.form-large .form-control::-webkit-input-placeholder {
  color: var(--gray-500);
  font-weight: 400;
}
.form-large .form-control::-moz-placeholder {
  color: var(--gray-500);
  font-weight: 400;
}
.form-large .form-control:-ms-input-placeholder {
  color: var(--gray-500);
  font-weight: 400;
}
.form-large .form-control::-ms-input-placeholder {
  color: var(--gray-500);
  font-weight: 400;
}
.form-large .form-control::placeholder {
  color: var(--gray-500);
  font-weight: 400;
}
.form-large textarea.form-control {
  resize: vertical;
  min-height: 140px;
  border: 2px solid var(--gray-200);
  padding: 16px 18px;
  border-radius: 0;
}
.form-large textarea.form-control:focus {
  border-color: var(--red);
}
.form-large .form-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 16px 0 36px;
  font-size: 14px;
  color: var(--gray-700);
  line-height: 1.5;
  font-weight: 500;
}
.form-large .form-check input {
  margin-top: 4px;
  accent-color: var(--red);
  width: 16px;
  height: 16px;
}
.form-large .form-check a {
  color: var(--black);
  text-decoration: underline;
  font-weight: 700;
}
.form-large .form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 28px;
  border-top: 1px solid var(--gray-200);
}
.form-large .form-note {
  font-size: 13px;
  color: var(--gray-600);
  font-weight: 600;
}
.form-large .form-submit-large {
  padding: 22px 56px;
  background: var(--red);
  color: white;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}
.form-large .form-submit-large:hover {
  background: var(--black);
}

/* Location bleed — full bleed map area with overlay card */
.location-bleed {
  position: relative;
  min-height: 640px;
  background:
    linear-gradient(
      135deg,
      rgba(26, 26, 26, 0.6) 0%,
      rgba(26, 26, 26, 0.3) 60%,
      rgba(204, 0, 0, 0.45) 100%
    ),
    var(--cms-img, url("../images/location-bg.jpg"));
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  padding: 120px 0;
}
.location-bleed-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  width: 100%;
  align-items: center;
}
.location-bleed-text {
  color: white;
}
.location-bleed-text .section-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: white;
  margin-bottom: 24px;
}
.location-bleed-text .section-label::before {
  content: "";
  width: 32px;
  height: 4px;
  background: var(--red);
  border-radius: 2px;
}
.location-bleed-text h2 {
  font-size: 64px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 28px;
}
.location-bleed-text h2 .red {
  color: #ff5757;
}
.location-bleed-text p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  margin-bottom: 36px;
  font-weight: 500;
}

.location-card-floating {
  background: white;
  padding: 48px 44px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.25);
  border-top: 6px solid var(--red);
}
.location-card-floating h3 {
  font-size: 28px;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.025em;
  margin-bottom: 6px;
}
.location-card-floating .role {
  font-size: 11px;
  font-weight: 800;
  color: var(--red);
  letter-spacing: 0.25em;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.location-card-floating .info-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 14px;
  padding: 14px 0;
  font-size: 15px;
  color: var(--gray-800);
  line-height: 1.6;
  border-top: 1px solid var(--gray-200);
  font-weight: 500;
}
.location-card-floating .info-row strong {
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* FAQ compact — different layout */
.faq-compact {
  background: white;
  padding: 130px 0;
}
.faq-compact-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: start;
}
.faq-compact-aside {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.faq-compact-aside h2 {
  font-size: 48px;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin-bottom: 24px;
}
.faq-compact-aside h2 .red {
  color: var(--red);
}
.faq-compact-aside p {
  font-size: 16px;
  color: var(--gray-700);
  line-height: 1.85;
  font-weight: 500;
  margin-bottom: 28px;
}
.faq-compact-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  background: var(--red);
  color: white;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.2s;
}
.faq-compact-cta:hover {
  background: var(--red-dark);
}
.faq-compact-cta::after {
  content: "→";
}

/* OLD contact-section kept for backward compat (unused now) */
.contact-section {
  background: white;
  padding: 140px 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
}
.contact-info h2 {
  font-size: 48px;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin-bottom: 28px;
}
.contact-info h2 .red {
  color: var(--red);
}
.contact-info > p {
  font-size: 16px;
  color: var(--gray-700);
  line-height: 1.85;
  margin-bottom: 44px;
  font-weight: 500;
}
.info-list {
  border-top: 2px solid var(--black);
}
.info-item {
  display: grid;
  grid-template-columns: 130px 1fr;
  padding: 22px 0;
  border-bottom: 1px solid var(--gray-200);
}
.info-label {
  font-size: 12px;
  font-weight: 800;
  color: var(--red);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.info-text {
  font-size: 15px;
  color: var(--gray-800);
  line-height: 1.75;
  font-weight: 500;
}
.info-text a:hover {
  color: var(--red);
}

.form-card {
  background: var(--gray-50);
  padding: 60px 56px;
  border-top: 4px solid var(--red);
}
.form-card h3 {
  font-size: 28px;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.025em;
  margin-bottom: 12px;
}
.form-card > p {
  font-size: 14px;
  color: var(--gray-700);
  margin-bottom: 36px;
  font-weight: 500;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form-group {
  margin-bottom: 22px;
}
.form-group label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.form-group label .req {
  color: var(--red);
  margin-left: 2px;
}
.form-control {
  width: 100%;
  padding: 14px 16px;
  background: white;
  border: 1px solid var(--gray-300);
  font-family: inherit;
  font-size: 15px;
  color: var(--gray-900);
  transition: all 0.2s;
  border-radius: 0;
}
.form-control:focus {
  outline: none;
  border-color: var(--red);
}
.form-control::-webkit-input-placeholder {
  color: var(--gray-500);
}
.form-control::-moz-placeholder {
  color: var(--gray-500);
}
.form-control:-ms-input-placeholder {
  color: var(--gray-500);
}
.form-control::-ms-input-placeholder {
  color: var(--gray-500);
}
.form-control::placeholder {
  color: var(--gray-500);
}
textarea.form-control {
  resize: vertical;
  min-height: 140px;
}
.form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 12px 0 28px;
  font-size: 13px;
  color: var(--gray-700);
  line-height: 1.5;
  font-weight: 500;
}
.form-check input {
  margin-top: 4px;
  accent-color: var(--red);
}
.form-check a {
  color: var(--black);
  text-decoration: underline;
  font-weight: 700;
}
.form-submit {
  width: 100%;
  padding: 18px;
  background: var(--red);
  color: white;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.2s;
  border: none;
}
.form-submit:hover {
  background: var(--red-dark);
}

/* Locations */
.locations {
  background: var(--gray-50);
  padding: 130px 0;
}
.locations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.location-card {
  background: white;
  padding: 40px 36px;
  border-top: 4px solid var(--red);
  transition: all 0.3s;
}
.location-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(204, 0, 0, 0.06);
}
.location-card h4 {
  font-size: 22px;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.location-card .role {
  font-size: 11px;
  color: var(--red);
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.location-card .info-row {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 12px;
  padding: 12px 0;
  font-size: 14px;
  color: var(--gray-700);
  line-height: 1.65;
  border-top: 1px solid var(--gray-100);
  font-weight: 500;
}
.location-card .info-row:first-of-type {
  border-top: 1px solid var(--gray-200);
}
.location-card .info-row strong {
  color: var(--black);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* FAQ */
.faq {
  background: white;
  padding: 130px 0;
}
.faq-list {
  max-width: 920px;
  margin: 0 auto;
  border-top: 2px solid var(--black);
}
.faq-item {
  border-bottom: 1px solid var(--gray-200);
}
.faq-q {
  display: flex;
  align-items: center;
  padding: 32px 0;
  cursor: pointer;
  width: 100%;
  text-align: left;
  transition: padding 0.2s;
}
.faq-q:hover {
  padding-left: 12px;
}
.faq-q .qmark {
  font-size: 22px;
  font-weight: 800;
  color: var(--red);
  margin-right: 24px;
  flex-shrink: 0;
}
.faq-q-text {
  flex: 1;
  font-size: 18px;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.faq-q .toggle {
  font-size: 24px;
  color: var(--gray-500);
  transition: transform 0.3s;
  flex-shrink: 0;
  margin-left: 24px;
  font-weight: 800;
}
.faq-item.open .faq-q .toggle {
  transform: rotate(45deg);
  color: var(--red);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-item.open .faq-a {
  max-height: 400px;
}
.faq-a-inner {
  display: grid;
  grid-template-columns: 50px 1fr;
  padding: 0 0 32px;
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.95;
  font-weight: 500;
}
.faq-a-inner .amark {
  font-size: 22px;
  font-weight: 800;
  color: var(--black);
}

/* Responsive */
@media (max-width: 1024px) {
  .service-grid,
  .insights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 32px;
  }
  .stat-card:nth-child(2n) {
    border-right: none;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .philosophy-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .values-grid {
    grid-template-columns: 1fr;
  }
  .history-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .biz-item {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 60px 0;
  }
  .biz-item:nth-child(even) > .biz-text {
    order: 0;
  }
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-step:nth-child(2n) {
    border-right: none;
  }
  .cases-grid {
    grid-template-columns: 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .locations-grid {
    grid-template-columns: 1fr;
  }
  .paths-grid {
    grid-template-columns: 1fr;
  }
  .location-bleed-inner {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .faq-compact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .faq-compact-aside {
    position: static;
  }
  .contact-hero h1 {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  :root {
    --header-h: 64px;
  }
  .container {
    padding: 0 20px;
  }
  .header-inner {
    padding: 0 20px;
  }
  .nav-list,
  .nav-cta {
    display: none;
  }
  .nav-toggle {
    display: flex;
  }
  .hero {
    min-height: 540px;
    padding-bottom: 56px;
  }
  .hero h1 {
    font-size: 44px;
  }
  .hero p {
    font-size: 16px;
  }
  .intro {
    padding: 80px 0;
  }
  .intro-text h2 {
    font-size: 32px;
  }
  .services,
  .insights,
  .cta {
    padding: 80px 0;
  }
  .section-head h2 {
    font-size: 32px;
  }
  .service-grid,
  .insights-grid {
    grid-template-columns: 1fr;
  }
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .stat-card {
    border-right: none;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  .stat-card:last-child {
    border-bottom: none;
  }
  .stat-num {
    font-size: 56px;
  }
  .cta h2 {
    font-size: 32px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-hero {
    height: 380px;
    padding-bottom: 40px;
  }
  .page-hero h1 {
    font-size: 36px;
  }
  .page-hero p {
    font-size: 15px;
  }
  .philosophy {
    padding: 80px 0;
  }
  .philosophy-text h2 {
    font-size: 32px;
  }
  .values,
  .history-section,
  .team-section,
  .process,
  .cases,
  .contact-section,
  .locations,
  .faq {
    padding: 80px 0;
  }
  .history-aside h2 {
    font-size: 32px;
  }
  .timeline-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 28px 0;
  }
  .timeline-row.featured {
    padding: 28px 20px;
  }
  .team-grid {
    grid-template-columns: 1fr;
  }
  .biz-text h3 {
    font-size: 32px;
  }
  .biz-features {
    grid-template-columns: 1fr;
  }
  .biz-features li:nth-child(odd) {
    padding-right: 0;
    border-right: none;
  }
  .biz-features li:nth-child(even) {
    padding-left: 0;
  }
  .process-steps {
    grid-template-columns: 1fr;
  }
  .process-step {
    border-right: none;
    padding: 40px 24px;
  }
  .contact-info h2 {
    font-size: 32px;
  }
  .form-card {
    padding: 36px 24px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .info-item {
    grid-template-columns: 100px 1fr;
  }
  .case-content {
    padding: 28px;
  }
  .case-card h4 {
    font-size: 22px;
  }
  .contact-hero {
    padding: 80px 0 64px;
  }
  .contact-hero h1 {
    font-size: 44px;
  }
  .contact-hero p {
    font-size: 16px;
  }
  .contact-hero-meta {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .connect-paths,
  .form-centered,
  .faq-compact {
    padding: 80px 0;
  }
  .paths-head h2,
  .form-centered h2,
  .location-bleed-text h2,
  .faq-compact-aside h2 {
    font-size: 32px;
  }
  .path-card {
    padding: 48px 32px 40px;
    min-height: auto;
  }
  .path-card h3 {
    font-size: 28px;
  }
  .form-large {
    padding: 40px 28px;
  }
  .form-large .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-large .form-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .form-large .form-submit-large {
    padding: 18px;
  }
  .location-bleed {
    background-attachment: scroll;
    padding: 80px 0;
  }
  .location-card-floating {
    padding: 36px 28px;
  }
  .location-card-floating .info-row {
    grid-template-columns: 70px 1fr;
  }
}
