/* ==========================================================================
   CooX - Our Story Dedicated Styling & Gap Flow Arrows (Non-Intrusive)
   ========================================================================== */

/* Active Navbar Link */
.active-nav {
  font-weight: 700 !important;
  border-bottom: 2px solid var(--accent-maroon);
  padding-bottom: 2px;
}

/* Story Hero Section */
.story-hero-section {
  background-color: var(--bg-hero); /* #F8E7E9 */
  padding: 150px 24px 70px;
  text-align: center;
}

.story-hero-container {
  max-width: 900px;
  margin: 0 auto;
}

.story-hero-subtitle {
  font-family: var(--font-title);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: 0.18em;
  display: block;
  margin-bottom: 12px;
}

.story-hero-heading {
  font-family: var(--font-title);
  font-size: 4.2rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.story-team-portrait {
  width: 100%;
  max-width: 1160px;
  height: clamp(340px, 44vw, 560px);
  margin: 50px auto 0;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(102, 0, 27, 0.16);
}

.story-team-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 44%;
}

.story-team-portrait figcaption {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  background: rgba(102, 0, 27, 0.9);
  color: #FFFFFF;
  text-align: left;
  box-shadow: 0 10px 30px rgba(31, 25, 26, 0.18);
  backdrop-filter: blur(10px);
}

.story-team-portrait figcaption span {
  font-family: var(--font-title);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-team-portrait figcaption strong {
  font-family: var(--font-title);
  font-size: 1.05rem;
  font-weight: 700;
}

/* Connected Timeline Section Styling */
.story-timeline-section {
  padding: 90px 24px 120px;
  background-color: #FFFFFF;
}

.timeline-container {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 72px;
  position: relative;
}

.timeline-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 100%;
}

/* Timeline Cards */
.timeline-card {
  background-color: var(--bg-card); /* #F8E5E9 */
  border-radius: 24px;
  padding: 48px 56px;
  width: 100%;
  position: relative;
  box-shadow: 0 10px 32px rgba(102, 0, 27, 0.05);
}

/* MUCH BIGGER YEAR BADGES (2022 & 2023) */
.year-badge-inline {
  position: absolute;
  top: -26px;
  left: 48px;
  background-color: var(--accent-maroon);
  color: #FFFFFF;
  font-family: var(--font-title);
  font-size: 1.85rem;
  font-weight: 800;
  padding: 8px 48px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(102, 0, 27, 0.25);
  letter-spacing: 0.02em;
}

/* Gap Flow Arrows (Strictly inside the empty vertical gaps between containers, not touching containers) */
.gap-arrow-wrap {
  width: 60px;
  height: 64px;
  margin: -20px 0;
  pointer-events: none;
  z-index: 10;
  position: relative;
}

.right-gap-arrow {
  align-self: flex-end;
  margin-right: 48px;
}

.left-gap-arrow {
  align-self: flex-start;
  margin-left: 48px;
}

.gap-arrow-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.story-card-body {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 36px;
  margin-top: 14px;
}

.founder-story-card .story-card-body {
  grid-template-columns: 1.05fr 0.95fr;
}

.founders-img-wrap {
  width: 100%;
  height: 280px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
  position: relative;
}

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

.founders-img-wrap figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 9px 13px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--text-dark);
  font-family: var(--font-title);
  box-shadow: 0 6px 18px rgba(31, 25, 26, 0.12);
  backdrop-filter: blur(8px);
}

.founders-img-wrap figcaption strong {
  font-size: 0.9rem;
  color: var(--accent-maroon);
}

.founders-img-wrap figcaption span {
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--text-muted);
}

/* MUCH BIGGER COOKIE CUTOUT OVERLAP */
.cookie-showcase-card {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px 56px;
}

.story-cookie-img-wrap {
  width: 360px;
  height: 360px;
  flex-shrink: 0;
  margin-left: -130px;
  margin-top: -30px;
  margin-bottom: -30px;
  position: relative;
  z-index: 10;
}

.story-cookie-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.18));
}

.cookie-crumbs-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.crumb {
  position: absolute;
  background-color: #D4A76A;
  border-radius: 4px;
}

.crumb.c1 { width: 12px; height: 12px; top: 12px; right: 20px; transform: rotate(15deg); }
.crumb.c2 { width: 9px; height: 9px; top: 44px; right: -12px; transform: rotate(45deg); }
.crumb.c3 { width: 16px; height: 12px; bottom: 10px; left: -14px; transform: rotate(-20deg); }
.crumb.c4 { width: 8px; height: 8px; bottom: 34px; left: 15px; }
.crumb.c5 { width: 11px; height: 11px; top: 10px; left: 40px; }

.timeline-text {
  font-family: var(--font-title);
  font-size: 1.12rem;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.65;
}

/* 2023 First Store Photograph */
.store-img-block {
  width: 100%;
  height: 210px;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.store-img-block img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 56% center;
}

/* 2024–2026 Growth Story Cards */
.growth-story-card {
  min-height: 290px;
  padding: 42px 56px;
  overflow: visible;
}

.growth-story-card-final {
  background: linear-gradient(135deg, #F8E5E9 0%, #F3D3DC 100%);
}

.year-badge-inline.year-badge-right {
  right: 48px;
  left: auto;
}

.growth-card-content {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  align-items: center;
  gap: 34px;
}

.growth-cookie-wrap {
  width: 100%;
  height: 340px;
  margin: -68px 0 -68px -105px;
  position: relative;
  z-index: 2;
}

.growth-cookie-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 22px 34px rgba(31, 25, 26, 0.2));
}

.growth-next-chapter-visual {
  width: 118%;
  height: 390px;
  margin: -92px 0 -92px -125px;
}

.growth-next-chapter-visual img {
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 20px 34px rgba(45, 39, 41, 0.18));
  -webkit-mask-image: radial-gradient(ellipse 66% 72% at center, #000 64%, transparent 100%);
  mask-image: radial-gradient(ellipse 66% 72% at center, #000 64%, transparent 100%);
}

.growth-story-copy {
  position: relative;
  z-index: 3;
}

.growth-story-kicker {
  display: block;
  margin-bottom: 9px;
  font-family: var(--font-title);
  font-size: 0.73rem;
  font-weight: 800;
  color: var(--accent-maroon);
  letter-spacing: 0.16em;
}

.growth-story-copy h3 {
  margin: 0 0 14px;
  font-family: var(--font-title);
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.15;
  color: var(--text-dark);
  letter-spacing: -0.02em;
}

.growth-story-copy p {
  margin: 0;
  font-family: var(--font-title);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.65;
  color: var(--text-dark);
}

.growth-story-card.cookie-right .growth-card-content {
  grid-template-columns: 1.16fr 0.84fr;
}

.growth-story-card.cookie-right .growth-cookie-wrap {
  order: 2;
  margin: -68px -105px -68px 0;
}

.growth-story-card.cookie-right .growth-story-copy {
  order: 1;
}

/* Our Values Section (Banner Half Outside / Half Inside Top Boundary) */
.story-values-section {
  background-color: var(--bg-info); /* #F3EAE1 warm sandy beige */
  padding: 0 0 120px;
  position: relative;
  margin-top: 50px;
}

.values-banner-bar {
  background-color: var(--accent-maroon); /* #66001B */
  width: 50%;
  padding: 16px 40px 16px max(32px, calc(50vw - 556px));
  border-radius: 0 20px 20px 0;
  transform: translateY(-50%);
  margin-bottom: 30px;
  box-shadow: 0 8px 24px rgba(102, 0, 27, 0.2);
  z-index: 10;
  position: relative;
}

.values-banner-title,
.locations-banner-title {
  font-family: var(--font-title);
  font-size: 2.3rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.02em;
}

.values-banner-title .title-bold,
.locations-banner-title .title-bold {
  font-weight: 800;
}

.values-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.value-card {
  background-color: var(--accent-maroon); /* #66001B */
  color: #FFFFFF;
  border-radius: 20px;
  padding: 44px 22px 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 10px 30px rgba(102, 0, 27, 0.22);
}

.value-title {
  font-family: var(--font-title);
  font-size: 1.65rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 24px;
  line-height: 1.25;
}

.value-desc {
  font-family: var(--font-title);
  font-size: 0.88rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.55;
}

/* CooX Today Stats Section */
.today-stats-section {
  background-color: #FFFFFF;
  padding: 95px 24px 85px;
}

.today-container {
  max-width: 1240px;
  margin: 0 auto;
}

.stats-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.stat-card {
  background: #FDF7F8;
  border: 1px solid rgba(102, 0, 27, 0.08);
  border-radius: 24px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(102, 0, 27, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(102, 0, 27, 0.1);
}

.brand-stat-card {
  background: transparent;
  border: none;
  box-shadow: none;
  padding-left: 0;
}

.brand-stat-card:hover {
  transform: none;
  box-shadow: none;
}

.luxury-stat-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.luxury-stat-card:hover {
  transform: none;
  box-shadow: none;
}

.stat-card-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background-color: #F8E7E9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-content-block {
  display: flex;
  flex-direction: column;
}

.stats-brand-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 4px;
}

.stats-brand-icon {
  flex-shrink: 0;
}

.stats-brand-title {
  font-family: var(--font-title);
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--accent-maroon);
  line-height: 1;
  letter-spacing: -0.02em;
  display: block;
}

.stats-brand-subtitle {
  font-family: var(--font-title);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: 0.22em;
  display: block;
  margin-top: 2px;
}

.stats-today-tag {
  font-family: var(--font-title);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--text-dark);
  letter-spacing: -0.01em;
  display: block;
  margin-top: 2px;
}

.stat-label {
  font-family: var(--font-title);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-muted);
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.stat-number {
  font-family: var(--font-title);
  font-size: 4rem;
  font-weight: 800;
  color: var(--accent-maroon);
  line-height: 1;
  margin-top: 6px;
  letter-spacing: -0.02em;
}

/* Lebanon Map Section */
.lebanon-map-section {
  background-color: var(--bg-info);
  padding: 0 0 100px;
  position: relative;
  margin-top: 50px;
}

.locations-banner-bar {
  background-color: var(--accent-maroon);
  width: 50%;
  margin-left: auto;
  padding: 16px max(32px, calc(50vw - 556px)) 16px 40px;
  border-radius: 20px 0 0 20px;
  transform: translateY(-50%);
  margin-bottom: 30px;
  box-shadow: 0 8px 24px rgba(102, 0, 27, 0.2);
  z-index: 10;
  position: relative;
}

.lebanon-map-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.map-section-heading {
  max-width: 680px;
  margin: 0 auto 34px;
  text-align: center;
}

.map-section-heading h2 {
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 1;
  color: var(--text-dark);
  letter-spacing: -0.04em;
}

.map-section-heading p {
  margin: 16px auto 0;
  font-family: var(--font-title);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-muted);
}

.map-showcase-container {
  display: grid;
  grid-template-columns: minmax(360px, 500px) minmax(300px, 390px);
  justify-content: center;
  align-items: center;
  gap: clamp(40px, 7vw, 88px);
}

.map-illustration-wrapper {
  width: 100%;
  max-width: 500px;
  height: 620px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.country-map-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 16px 32px rgba(102, 0, 27, 0.08));
}

.country-outline {
  fill: #FFFFFF;
  stroke: #66001B;
  stroke-width: 2.2;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.map-marker-halo {
  opacity: 0.22;
}

.map-marker-core {
  stroke: #FFFFFF;
  stroke-width: 2;
}

.node-open .map-marker-halo,
.node-open .map-marker-core {
  fill: #66001B;
}

.node-coming .map-marker-halo,
.node-coming .map-marker-core {
  fill: #D98A9C;
}

.map-city-label {
  font-family: var(--font-title);
  font-size: 0.84rem;
  font-weight: 800;
  fill: #1F191A;
  letter-spacing: 0.02em;
  paint-order: stroke;
  stroke: var(--bg-info);
  stroke-width: 5px;
  stroke-linejoin: round;
}

.map-city-label.label-capital {
  font-size: 0.9rem;
  fill: #66001B;
  letter-spacing: 0.06em;
}

.map-locations-panel {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(102, 0, 27, 0.08);
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 18px 50px rgba(102, 0, 27, 0.08);
  backdrop-filter: blur(10px);
}

.location-status-group + .location-status-group {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(102, 0, 27, 0.1);
}

.location-status-heading {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
}

.location-status-heading h3 {
  margin: 0;
  font-family: var(--font-title);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-dark);
  letter-spacing: -0.01em;
}

.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 auto;
}

.legend-dot.dot-open {
  background-color: #66001B;
  box-shadow: 0 0 0 5px rgba(102, 0, 27, 0.1);
}

.legend-dot.dot-pink {
  background-color: #D98A9C;
  box-shadow: 0 0 0 5px rgba(217, 138, 156, 0.15);
}

.location-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.location-list li {
  padding: 11px 14px;
  border-radius: 999px;
  font-family: var(--font-title);
  font-size: 0.92rem;
  font-weight: 700;
  text-align: center;
}

.status-open .location-list li {
  color: #66001B;
  background: #F8E7E9;
}

.status-coming .location-list li {
  color: #7D4050;
  background: #FCEFF2;
}

.locations-panel-note {
  margin: 28px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(102, 0, 27, 0.1);
  font-family: var(--font-title);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-muted);
  text-align: center;
}

/* Responsive */
@media (max-width: 1024px) {
  .gap-arrow-wrap {
    display: none;
  }

  .values-banner-bar {
    width: 80%;
    padding-left: 32px;
  }

  .locations-banner-bar {
    width: 80%;
    padding-right: 32px;
  }

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

  .growth-cookie-wrap {
    height: 300px;
    margin-left: -65px;
  }

  .growth-next-chapter-visual {
    width: 114%;
    height: 340px;
    margin: -72px 0 -72px -78px;
  }

  .growth-story-card.cookie-right .growth-cookie-wrap {
    margin-right: -65px;
  }

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

  .stats-row {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .map-showcase-container {
    grid-template-columns: minmax(320px, 470px) minmax(280px, 350px);
    gap: 28px;
  }

  .story-cookie-img-wrap {
    width: 280px;
    height: 280px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .story-hero-section {
    padding: 130px 18px 54px;
  }

  .story-hero-heading {
    font-size: 2.8rem;
  }

  .story-team-portrait {
    height: 310px;
    margin-top: 36px;
    border-radius: 20px;
  }

  .story-team-portrait figcaption {
    right: 14px;
    left: 14px;
    bottom: 14px;
    padding: 12px 15px;
  }

  .founders-img-wrap {
    height: 300px;
  }

  .story-timeline-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .timeline-card {
    padding-right: 28px;
    padding-left: 28px;
  }

  .growth-story-card {
    padding: 62px 24px 34px;
  }

  .growth-card-content,
  .growth-story-card.cookie-right .growth-card-content {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .growth-cookie-wrap,
  .growth-story-card.cookie-right .growth-cookie-wrap {
    order: 0;
    width: 280px;
    height: 280px;
    margin: -96px auto -10px;
  }

  .growth-next-chapter-visual {
    width: 300px;
    height: 300px;
    margin: -104px auto 2px;
  }

  .growth-story-copy,
  .growth-story-card.cookie-right .growth-story-copy {
    order: 1;
    text-align: center;
  }

  .year-badge-inline,
  .year-badge-inline.year-badge-right {
    right: 24px;
    left: auto;
    padding-right: 32px;
    padding-left: 32px;
  }

  .values-banner-bar {
    width: 90%;
  }

  .locations-banner-bar {
    width: 90%;
  }

  .cookie-showcase-card {
    flex-direction: column;
    text-align: center;
  }

  .story-cookie-img-wrap {
    margin-left: 0;
  }

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

  .stats-row {
    grid-template-columns: 1fr;
  }

  .lebanon-map-section {
    padding: 0 0 80px;
    margin-top: 44px;
  }

  .lebanon-map-container {
    padding: 0 18px;
  }

  .map-showcase-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .map-illustration-wrapper {
    max-width: 430px;
    height: auto;
    aspect-ratio: 430 / 620;
  }

  .map-locations-panel {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    padding: 28px 22px;
  }
}

@media (max-width: 480px) {
  .story-team-portrait {
    height: 250px;
  }

  .story-team-portrait figcaption strong {
    font-size: 0.92rem;
  }

  .growth-cookie-wrap,
  .growth-story-card.cookie-right .growth-cookie-wrap {
    width: 230px;
    height: 230px;
    margin-top: -84px;
  }

  .growth-next-chapter-visual {
    width: 250px;
    height: 250px;
    margin: -92px auto 0;
  }

  .growth-story-copy h3 {
    font-size: 1.45rem;
  }

  .growth-story-copy p {
    font-size: 0.94rem;
  }

  .map-section-heading h2 {
    font-size: 2.4rem;
  }

  .map-city-label {
    font-size: 0.78rem;
  }
}

/* Compact editorial timeline inspired by the mobile Our Story reference. */
@media (max-width: 600px) {
  .story-hero-section {
    padding: 112px 20px 66px;
  }

  .story-hero-subtitle {
    margin-bottom: 5px;
    font-size: 0.68rem;
    letter-spacing: 0.15em;
  }

  .story-hero-heading {
    font-size: 2rem;
  }

  .story-team-portrait {
    width: 100%;
    max-width: 350px;
    height: 205px;
    margin-top: 24px;
    border-radius: 13px;
    box-shadow: none;
  }

  .story-team-portrait img {
    object-position: center 44%;
  }

  .story-team-portrait figcaption {
    display: none;
  }

  .story-timeline-section {
    padding: 78px 0 100px;
    overflow: hidden;
  }

  .timeline-container {
    width: 100%;
    max-width: 390px;
    gap: 0;
  }

  .timeline-item {
    align-items: center;
  }

  .timeline-card,
  .growth-story-card {
    width: calc(100% - 74px);
    max-width: 316px;
    min-height: 0;
    padding: 42px 18px 0;
    border-radius: 14px;
    box-shadow: none;
  }

  .year-badge-inline,
  .year-badge-inline.year-badge-right {
    top: -12px;
    right: auto;
    left: 50%;
    min-width: 68px;
    padding: 7px 15px;
    transform: translateX(-50%);
    border-radius: 8px;
    font-size: 0.78rem;
    line-height: 1;
    text-align: center;
    box-shadow: none;
  }

  .story-card-body,
  .founder-story-card .story-card-body {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }

  .story-text-col,
  .growth-story-copy {
    width: 100%;
    text-align: center;
  }

  .timeline-text,
  .growth-story-copy p {
    margin: 0;
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
  }

  .founders-img-wrap {
    order: 2;
    width: calc(100% + 36px);
    height: 194px;
    margin: 18px -18px 0;
    border-radius: 0 0 14px 14px;
    box-shadow: none;
  }

  .founders-img-wrap img {
    object-position: center 42%;
  }

  .founders-img-wrap figcaption {
    display: none;
  }

  .cookie-showcase-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 24px;
    text-align: center;
  }

  .cookie-showcase-card .story-text-col {
    order: 1;
  }

  .story-cookie-img-wrap {
    order: 2;
    width: calc(100% + 36px);
    height: 230px;
    margin: 8px -18px -10px;
  }

  .store-img-block {
    width: calc(100% + 36px);
    height: 172px;
    margin: 18px -18px 0;
    border-radius: 0 0 14px 14px;
    box-shadow: none;
  }

  .store-img-block img {
    object-position: center;
  }

  .growth-card-content,
  .growth-story-card.cookie-right .growth-card-content {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .growth-story-copy,
  .growth-story-card.cookie-right .growth-story-copy {
    order: 1;
  }

  .growth-story-kicker {
    margin-bottom: 5px;
    font-size: 0.61rem;
    letter-spacing: 0.13em;
  }

  .growth-story-copy h3 {
    margin-bottom: 10px;
    font-size: 1.08rem;
  }

  .growth-cookie-wrap,
  .growth-story-card.cookie-right .growth-cookie-wrap {
    order: 2;
    width: calc(100% + 36px);
    height: 230px;
    margin: 8px -18px -14px;
  }

  .growth-next-chapter-visual {
    width: calc(100% + 56px);
    height: 250px;
    margin: 0 -28px -34px;
  }

  .gap-arrow-wrap {
    display: block;
    width: 48px;
    height: 54px;
    margin-top: 3px;
    margin-bottom: 3px;
    z-index: 4;
  }

  .gap-arrow-wrap svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .gap-arrow-wrap::before,
  .gap-arrow-wrap::after {
    display: none;
  }

  .right-gap-arrow {
    align-self: flex-end;
    margin-right: 20px;
    margin-left: 0;
    border: 0;
  }

  .left-gap-arrow {
    align-self: flex-start;
    margin-right: 0;
    margin-left: 20px;
    border: 0;
  }
}
