/* ===== ABOUT PAGE UNIQUE STYLES ===== */

/* About Hero - Gallery-style centered hero */
.about-hero {
  min-height: 480px;
  height: 64vh;
  isolation: isolate;
  background: var(--primary-color);
}

.about-hero .parallax-bg {
  height: 116%;
  filter: saturate(0.88) contrast(1.1) brightness(0.72);
  transform-origin: center top;
}

.about-hero .hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.84) 0%,
      rgba(0, 0, 0, 0.58) 45%,
      rgba(0, 0, 0, 0.18) 100%
    ),
    radial-gradient(
      circle at 72% 30%,
      rgba(166, 138, 100, 0.32),
      transparent 34vw
    );
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.78), transparent 74%);
  opacity: 0.34;
}

.about-hero-content {
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding-top: 86px;
  padding-bottom: 34px;
  max-width: 100%;
}

.about-hero-copy {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.about-kicker {
  display: none;
}

.about-hero-title {
  max-width: 900px;
  margin-bottom: 18px !important;
  font-size: clamp(2.5rem, 5.5vw, 5.2rem) !important;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.about-hero-title span {
  display: block;
}

.about-hero-lead {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.68;
}

.about-scroll-cue {
  position: absolute;
  bottom: 14px;
  left: 50%;
  z-index: 4;
  color: rgba(255, 255, 255, 0.68);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: horizontal-tb;
  transform: translateX(-50%);
}

.about-scroll-cue::after {
  content: "";
  display: block;
  width: 1px;
  height: 34px;
  margin: 8px auto 0;
  background: linear-gradient(to bottom, var(--accent-color), transparent);
  animation: aboutLineDrift 2.2s var(--ease-premium) infinite;
}

/* About Quick Navigation */
.about-quicknav-wrap {
  position: sticky;
  top: 76px;
  z-index: 80;
  background: rgba(251, 250, 247, 0.82);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.about-quicknav {
  display: flex;
  gap: 10px;
  max-width: var(--container-width);
  padding: 14px 40px;
  margin: 0 auto;
  overflow-x: auto;
  scrollbar-width: none;
}

.about-quicknav::-webkit-scrollbar {
  display: none;
}

.about-quicknav a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 12px 17px;
  color: rgba(17, 17, 17, 0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  transition:
    background 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease;
}

.about-quicknav a:hover,
.about-quicknav a.active {
  color: var(--white);
  background: var(--primary-color);
  border-color: var(--primary-color);
  transform: translateY(-1px);
}

/* About Page Background */
.about-page {
  background:
    radial-gradient(
      circle at 8% 8%,
      rgba(166, 138, 100, 0.12),
      transparent 28vw
    ),
    linear-gradient(180deg, var(--white) 0%, var(--site-paper) 100%);
}

/* About Section Shared Styles */
.about-section {
  position: relative;
  padding: 118px 0;
  overflow: hidden;
}

.about-section::before {
  content: attr(data-section-label);
  position: absolute;
  top: 34px;
  right: clamp(20px, 5vw, 74px);
  color: rgba(17, 17, 17, 0.035);
  font-size: clamp(4.5rem, 11vw, 10rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.about-header-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.52fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: end;
  margin-bottom: 52px;
  position: relative;
}

.about-subtitle {
  color: var(--accent-color);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.about-subtitle::after {
  content: "";
  width: 54px;
  height: 1px;
  background: currentColor;
  opacity: 0.72;
}

.about-title {
  font-size: clamp(2.45rem, 5.4vw, 5.25rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
  color: var(--primary-color);
  margin: 0;
}

.about-copy {
  color: var(--text-light);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.74;
  margin-top: 24px;
  max-width: 760px;
}

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

/* Company Overview Section */
.about-overview {
  background:
    radial-gradient(
      circle at 18% 24%,
      rgba(166, 138, 100, 0.16),
      transparent 28vw
    ),
    linear-gradient(180deg, var(--site-paper), #fff 72%);
}

.about-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: clamp(38px, 7vw, 105px);
  align-items: center;
}

.about-stat-board {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.about-stat {
  min-height: 156px;
  border: 1px solid rgba(17, 17, 17, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  padding: 24px;
  box-shadow: 0 24px 70px -58px rgba(0, 0, 0, 0.55);
  transition:
    transform 0.62s var(--ease-premium),
    border-color 0.62s var(--ease-premium),
    box-shadow 0.62s var(--ease-premium);
}

.about-stat:hover {
  transform: translateY(-8px);
  border-color: rgba(166, 138, 100, 0.34);
  box-shadow: var(--site-shadow);
}

.about-stat strong {
  display: block;
  color: var(--accent-color);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.07em;
}

.about-stat span {
  display: block;
  margin-top: 14px;
  color: var(--text-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.45;
}

/* Our Journey - Unique Zigzag Timeline */
.journey-section {
  color: var(--white);
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(166, 138, 100, 0.38),
      transparent 27vw
    ),
    radial-gradient(
      circle at 88% 72%,
      rgba(255, 255, 255, 0.1),
      transparent 24vw
    ),
    linear-gradient(135deg, #080808 0%, #151515 48%, #050505 100%);
}

.journey-section::before {
  color: rgba(255, 255, 255, 0.06);
}

.journey-section .about-title {
  color: var(--white);
}

.journey-section .about-copy {
  color: rgba(255, 255, 255, 0.72);
}

/* Zigzag Timeline Container */
.journey-zigzag {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0;
}

/* Animated center line */
.journey-zigzag::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(166, 138, 100, 0.4),
    rgba(166, 138, 100, 0.8),
    rgba(166, 138, 100, 0.4),
    transparent
  );
  transform: translateX(-50%);
}

/* Animated pulse line */
.journey-zigzag::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: 100px;
  background: linear-gradient(
    to bottom,
    transparent,
    var(--accent-color),
    transparent
  );
  transform: translateX(-50%);
  animation: journeyPulse 4s linear infinite;
}

.journey-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  gap: 0;
  align-items: center;
  margin-bottom: 60px;
}

.journey-item:last-child {
  margin-bottom: 0;
}

/* Alternating sides */
.journey-item:nth-child(odd) .journey-card {
  grid-column: 1;
  text-align: right;
  padding-right: 40px;
}

.journey-item:nth-child(odd) .journey-node {
  grid-column: 2;
}

.journey-item:nth-child(odd) .journey-spacer {
  grid-column: 3;
}

.journey-item:nth-child(even) .journey-spacer {
  grid-column: 1;
}

.journey-item:nth-child(even) .journey-node {
  grid-column: 2;
}

.journey-item:nth-child(even) .journey-card {
  grid-column: 3;
  text-align: left;
  padding-left: 40px;
}

/* Center node */
.journey-node {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.journey-dot {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(145deg, #1a1a1a, #2a2a2a);
  border: 3px solid var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-color);
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.02em;
  box-shadow:
    0 0 0 8px rgba(166, 138, 100, 0.15),
    0 20px 50px -20px rgba(0, 0, 0, 0.6);
  transition:
    transform 0.6s var(--ease-premium),
    box-shadow 0.6s var(--ease-premium);
  animation: journeyNodeFloat 5s var(--ease-premium) infinite;
}

.journey-item:nth-child(even) .journey-dot {
  animation-delay: 0.5s;
}

.journey-item:hover .journey-dot {
  transform: scale(1.15) rotate(-8deg);
  box-shadow:
    0 0 0 12px rgba(166, 138, 100, 0.25),
    0 30px 60px -20px rgba(166, 138, 100, 0.4);
}

/* Card */
.journey-card {
  position: relative;
  z-index: 2;
}

.journey-card-inner {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.04)
  );
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition:
    transform 0.65s var(--ease-premium),
    border-color 0.65s var(--ease-premium),
    box-shadow 0.65s var(--ease-premium);
  position: relative;
  overflow: hidden;
}

.journey-card-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(166, 138, 100, 0.2),
    transparent 60%
  );
  transition: opacity 0.5s var(--ease-premium);
}

.journey-item:hover .journey-card-inner {
  transform: translateY(-8px);
  border-color: rgba(166, 138, 100, 0.4);
  box-shadow: 0 30px 80px -30px rgba(166, 138, 100, 0.3);
}

.journey-item:hover .journey-card-inner::before {
  opacity: 1;
}

.journey-year {
  display: inline-block;
  color: var(--accent-color);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
  margin-bottom: 14px;
}

.journey-card h3 {
  color: var(--white);
  font-size: clamp(1.15rem, 1.5vw, 1.4rem);
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.journey-card p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14.5px;
  line-height: 1.68;
  margin: 0;
}

/* Connector lines from card to node */
.journey-connector {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(166, 138, 100, 0.6),
    rgba(166, 138, 100, 0.1)
  );
  transform: translateY(-50%);
}

.journey-item:nth-child(odd) .journey-connector {
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(166, 138, 100, 0.1),
    rgba(166, 138, 100, 0.6)
  );
}

.journey-item:nth-child(even) .journey-connector {
  left: 0;
}

/* Factory Profile Section */
.factory-section {
  background: linear-gradient(180deg, #fff, var(--site-paper));
}

.factory-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
}

.factory-capabilities {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 28px 80px -60px rgba(0, 0, 0, 0.52);
}

.factory-capabilities div {
  --mx: 50%;
  --my: 50%;
  position: relative;
  overflow: hidden;
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(17, 17, 17, 0.045);
  transition:
    transform 0.55s var(--ease-premium),
    background 0.55s var(--ease-premium);
}

.factory-capabilities div::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(
    circle at var(--mx) var(--my),
    rgba(166, 138, 100, 0.28),
    transparent 34%
  );
  transition: opacity 0.45s ease;
}

.factory-capabilities div:hover {
  transform: translateX(8px);
  background: rgba(166, 138, 100, 0.1);
}

.factory-capabilities div:hover::before {
  opacity: 1;
}

.factory-capabilities span,
.factory-capabilities strong {
  position: relative;
  z-index: 1;
}

.factory-capabilities span {
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}

.factory-capabilities strong {
  color: var(--accent-color);
  font-size: 1.35rem;
}

.factory-total {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
  padding: 22px;
  border-radius: 22px;
  background: #111;
  color: rgba(255, 255, 255, 0.7);
  box-shadow: var(--site-shadow);
}

.factory-total strong {
  color: var(--accent-color);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.07em;
  white-space: nowrap;
}

.factory-total span {
  line-height: 1.55;
}

/* Leadership Section */
.leadership-section .service-studio-board {
  grid-auto-rows: minmax(440px, auto);
}

.leadership-section .service-studio-card,
.leadership-section .service-studio-card.service-wide {
  grid-column: 3 / span 8;
  min-height: 440px;
  background:
    radial-gradient(
      circle at 88% 12%,
      rgba(166, 138, 100, 0.26),
      transparent 26vw
    ),
    linear-gradient(145deg, #111 0%, #242424 100%) !important;
  color: var(--white) !important;
}

.leadership-section .service-studio-card p {
  color: rgba(255, 255, 255, 0.76) !important;
}

.leadership-section .service-studio-card li {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.76);
}

.leadership-section .service-studio-card .studio-index {
  color: rgba(255, 255, 255, 0.11) !important;
}

.leadership-section .service-studio-card > i {
  background: rgba(255, 255, 255, 0.1);
}

.leadership-section .service-studio-card span:not(.studio-index) {
  color: var(--accent-color);
}

@media (max-width: 900px) {
  .leadership-section .service-studio-card,
  .leadership-section .service-studio-card.service-wide {
    grid-column: 1 / -1;
    min-height: 390px;
  }
}

@media (max-width: 640px) {
  .leadership-section .service-studio-card ul {
    grid-template-columns: 1fr;
  }
}

/* Core Values Section */
.values-section {
  color: var(--white);
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(166, 138, 100, 0.28),
      transparent 28vw
    ),
    linear-gradient(135deg, #111, #1e1e1e 55%, #0a0a0a);
}

.values-section::before {
  color: rgba(255, 255, 255, 0.06);
}

.values-section .about-title {
  color: var(--white);
}

.values-section .about-copy {
  color: rgba(255, 255, 255, 0.72);
}

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

.value-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.04)
  );
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition:
    transform 0.65s var(--ease-premium),
    border-color 0.65s var(--ease-premium),
    box-shadow 0.65s var(--ease-premium);
}

.value-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(
    circle at 50% 80%,
    rgba(166, 138, 100, 0.25),
    transparent 60%
  );
  transition: opacity 0.5s var(--ease-premium);
}

.value-card:hover {
  transform: translateY(-10px);
  border-color: rgba(166, 138, 100, 0.4);
  box-shadow: 0 30px 80px -30px rgba(166, 138, 100, 0.3);
}

.value-card:hover::before {
  opacity: 1;
}

.value-card > * {
  position: relative;
  z-index: 1;
}

.value-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(166, 138, 100, 0.16);
  color: var(--accent-color);
  font-size: 26px;
  margin-bottom: 24px;
}

.value-card span {
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(255, 255, 255, 0.1);
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.07em;
}

.value-card h3 {
  color: var(--white);
  margin: 0 0 12px;
  font-size: 1.2rem;
}

.value-card p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14.5px;
  line-height: 1.66;
  margin: 0;
}

/* About CTA Section */
.about-final-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: var(--primary-color);
  color: var(--white);
  padding: 120px 0;
}

.about-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 50% 20%,
      rgba(166, 138, 100, 0.24),
      transparent 34vw
    ),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 45%);
}

.about-final-cta .container {
  position: relative;
  z-index: 1;
}

.about-final-cta p {
  max-width: 650px;
  margin: 0 auto 42px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
  line-height: 1.7;
}

.about-final-cta .btn-primary {
  background: var(--white);
  color: var(--primary-color);
  border-color: var(--white);
}

.about-final-cta .btn-primary:hover {
  background: transparent;
  color: var(--white);
}

/* About Animations */
@keyframes aboutLineDrift {
  0%,
  100% {
    opacity: 0.45;
    transform: scaleY(0.45);
    transform-origin: top;
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top;
  }
}

@keyframes journeyPulse {
  0% {
    top: -100px;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: calc(100% - 100px);
    opacity: 0;
  }
}

@keyframes journeyNodeFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* About Responsive */
@media (prefers-reduced-motion: reduce) {
  .about-scroll-cue::after,
  .journey-zigzag::after,
  .journey-dot {
    animation: none;
  }
}

@media (max-width: 1180px) {
  .about-overview-grid,
  .factory-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 900px) {
  .about-hero {
    height: auto;
    min-height: 560px;
    padding: 120px 0 60px;
  }

  .about-hero-content {
    padding-top: 0;
  }

  .about-section {
    padding: 92px 0;
  }

  .about-stat-board {
    grid-template-columns: 1fr;
  }

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

  /* Zigzag to single column */
  .journey-item {
    grid-template-columns: 60px 1fr;
    gap: 0;
  }

  .journey-zigzag::before {
    left: 30px;
  }

  .journey-zigzag::after {
    left: 30px;
  }

  .journey-item:nth-child(odd) .journey-card,
  .journey-item:nth-child(even) .journey-card {
    grid-column: 2;
    grid-row: 1;
    text-align: left;
    padding: 0 0 0 24px;
  }

  .journey-item:nth-child(odd) .journey-node,
  .journey-item:nth-child(even) .journey-node {
    grid-column: 1;
    grid-row: 1;
  }

  .journey-item:nth-child(odd) .journey-spacer,
  .journey-item:nth-child(even) .journey-spacer {
    display: none;
  }

  .journey-dot {
    width: 52px;
    height: 52px;
    font-size: 15px;
  }

  .journey-connector {
    display: none;
  }
}

@media (max-width: 680px) {
  .about-quicknav {
    padding: 12px 20px;
  }

  .about-quicknav-wrap {
    top: 74px;
  }

  .about-hero {
    min-height: 500px;
    padding-top: 105px;
    padding-bottom: 50px;
  }

  .about-hero-title {
    font-size: clamp(2.25rem, 10.5vw, 3.55rem) !important;
  }

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

  .about-final-cta {
    padding: 96px 0;
  }

  .journey-card-inner {
    padding: 22px;
  }

  /* Mission & Vision responsive */
  .about-page [style*="grid-template-columns: repeat(2"] {
    grid-template-columns: 1fr !important;
  }
}

/* Mobile polish for Journey and Core Values */
@media (max-width: 900px) {
  .journey-section .about-header-grid,
  .values-section .about-header-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
    margin-bottom: 38px;
  }
}

@media (max-width: 768px) {
  .journey-section,
  .values-section {
    overflow: hidden;
  }

  .journey-section .about-title,
  .values-section .about-title {
    font-size: clamp(2.15rem, 10vw, 3.15rem);
    line-height: 1;
    letter-spacing: -0.055em;
  }

  .journey-section .about-copy,
  .values-section .about-copy {
    margin-top: 18px;
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .journey-section::before,
  .values-section::before {
    top: 18px;
    right: 14px;
    font-size: clamp(4rem, 22vw, 6rem);
  }

  .journey-zigzag {
    max-width: 100%;
    margin-top: 6px;
    padding: 28px 0 0;
  }

  .journey-zigzag::before,
  .journey-zigzag::after {
    left: 22px;
    width: 2px;
  }

  .journey-zigzag::after {
    height: 72px;
  }

  .journey-item {
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: start;
    margin-bottom: 24px;
  }

  .journey-node {
    justify-content: center;
    padding-top: 10px;
  }

  .journey-dot {
    width: 40px;
    height: 40px;
    border-width: 2px;
    font-size: 12px;
    box-shadow:
      0 0 0 5px rgba(166, 138, 100, 0.14),
      0 14px 34px -18px rgba(0, 0, 0, 0.72);
    animation: none;
  }

  .journey-item:hover .journey-dot {
    transform: none;
    box-shadow:
      0 0 0 6px rgba(166, 138, 100, 0.18),
      0 18px 38px -18px rgba(166, 138, 100, 0.38);
  }

  .journey-item:nth-child(odd) .journey-card,
  .journey-item:nth-child(even) .journey-card {
    grid-column: 2;
    width: 100%;
    min-width: 0;
    padding: 0 0 0 14px;
    text-align: left;
  }

  .journey-card-inner {
    padding: 20px;
    border-radius: 18px;
  }

  .journey-year {
    margin-bottom: 10px;
    font-size: clamp(2rem, 12vw, 2.8rem);
  }

  .journey-card h3 {
    font-size: 1.08rem;
    line-height: 1.25;
  }

  .journey-card p {
    font-size: 13.8px;
    line-height: 1.62;
  }

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

  .value-card {
    min-height: unset;
    padding: 22px;
    justify-content: flex-start;
    border-radius: 20px;
  }

  .value-card span {
    top: 18px;
    right: 18px;
    font-size: 38px;
  }

  .value-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 16px;
    font-size: 23px;
  }

  .value-icon i {
    display: block;
    line-height: 1;
  }

  .value-card h3 {
    font-size: 1.15rem;
  }

  .value-card p {
    font-size: 14px;
    line-height: 1.62;
  }
}

@media (max-width: 420px) {
  .journey-section .container,
  .values-section .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .journey-item {
    grid-template-columns: 36px minmax(0, 1fr);
    margin-bottom: 18px;
  }

  .journey-zigzag::before,
  .journey-zigzag::after {
    left: 18px;
  }

  .journey-node {
    padding-top: 12px;
  }

  .journey-dot {
    width: 34px;
    height: 34px;
    font-size: 11px;
  }

  .journey-item:nth-child(odd) .journey-card,
  .journey-item:nth-child(even) .journey-card {
    padding-left: 10px;
  }

  .journey-card-inner {
    padding: 18px 16px;
    border-radius: 16px;
  }

  .value-card {
    padding: 20px 18px;
  }

  .value-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
  }
}
