:root {
  --regio-red: #9f1d10;
  --regio-orange: #e46f1d;
  --regio-cream: #f6e8cf;
  --regio-charcoal: #1b1715;
  --regio-brown: #3a2418;
  --font-bebas: 'Bebas Neue', sans-serif;
  --font-oswald: 'Oswald', sans-serif;
  --font-bowlby: 'Bowlby One SC', sans-serif;
  --font-staatliches: 'Staatliches', sans-serif;
}

html {
  scroll-behavior: smooth;
}

.skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 0.75rem 1rem;
  background: #ffffff;
  color: #5f150c;
  border: 2px solid #5f150c;
  border-radius: 0.75rem;
  text-decoration: none;
  transform: translateY(-140%);
  transition: transform 160ms ease;
  z-index: 1200;
}

.skip-link:focus {
  transform: translateY(0);
}

body {
  font-family: var(--font-oswald), sans-serif, Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at top, rgba(228, 111, 29, 0.18), transparent 30%),
    linear-gradient(180deg, #1b1715 0%, #2a1d17 22%, #f7eddc 22%, #f7eddc 100%);
  color: var(--regio-charcoal);
}

section {
  scroll-margin-top: 88px;
}

.navbar {
  background: linear-gradient(
    90deg,
    rgba(254, 202, 81, 1) 0%,
    rgba(252, 243, 219, 1) 100%
  );
  backdrop-filter: blur(8px);
  border-bottom: 5px solid;
  border-image: linear-gradient(
    90deg,
    rgba(250, 0, 0, 1) 0%,
    rgba(255, 189, 189, 1) 100%
  );
  border-image-slice: 1;
}

.navbar-brand {
  font-family: var(--font-bowlby), sans-serif;
  text-transform: uppercase !important;
  letter-spacing: 0.05em;
  font-size: 2em;
  font-weight: 400;
  font-style: normal;
  color: var(--regio-red) !important;
  text-shadow: 0.1em 0.1em rgba(228, 111, 29, 0.28);
}
.navbar-brand:hover {
  transition:
    text-shadow 0.05s ease,
    font-size 0.65s ease;
  text-shadow: 0.15em 0.15em rgba(228, 111, 29, 0.4);
  font-size: 2.1em;
}
.nav-link {
  color: var(--regio-red) !important;
  text-transform: uppercase;
  font-family: var(--font-bebas), sans-serif;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: solid underline 3px;
  text-shadow: #ffb347 1px 1px;
  font-size: 2.1em;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.35);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 210, 122, 0.25);
}

.navbar-toggler-icon {
  filter: invert(1);
}
.btn-nav {
  background: linear-gradient(135deg, #a61f12 0%, #cf5a1f 100%);
  text-transform: uppercase;
  font-family: var(--font-bebas), sans-serif;
  padding: 0.72rem 1.25rem;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(159, 29, 16, 0.2);
  cursor: pointer;
  color: #fff6e9;
  margin-left: 15px;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    filter 0.22s ease;
}
.btn-nav:hover {
  color: #ffffff;
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 18px 34px rgba(159, 29, 16, 0.28);
}
.btn-nav:active,
.btn-nav:focus {
  color: #ffffff;
  transform: translateY(0);
  box-shadow: 0 12px 24px rgba(159, 29, 16, 0.2);
}

.dropdown-menu {
  text-align: center;
  background-color: rgba(255, 248, 236, 0.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 34px rgba(49, 27, 16, 0.14);
  border: 1px solid rgba(159, 29, 16, 0.08);
  border-radius: 1rem;
  padding: 0.55rem;
}

.dropdown-item {
  margin-bottom: 2px;
  border-radius: 0.8rem;
  padding: 0.7rem 0.9rem;
}

.dropdown-item:hover {
  background-color: rgba(228, 111, 29, 0.18);
}

/* ===== HERO SECTION ===== */
.hero {
  position: relative;
  min-height: min(100vh, 58rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: linear-gradient(90deg, #2d1c15 0%, #191210 58%, #120d0b 100%);
  color: #fff;
  overflow: hidden;
}

/* ===== DARK GRADIENT OVERLAY ===== */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;

  background: linear-gradient(
    180deg,
    rgba(8, 6, 6, 0.16) 0%,
    rgba(8, 6, 6, 0.1) 28%,
    rgba(8, 6, 6, 0.32) 62%,
    rgba(8, 6, 6, 0.72) 100%
  );

  z-index: 1;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 241, 214, 0.14);
  border-radius: 1.75rem;
  pointer-events: none;
  z-index: 1;
}

.hero-media,
.hero-panel {
  position: relative;
  min-height: min(100vh, 58rem);
  z-index: 2;
}

.hero-media {
  position: relative;
  background:
    linear-gradient(
      90deg,
      rgba(18, 13, 11, 0.01) 0%,
      rgba(18, 13, 11, 0.01) 64%,
      rgba(18, 13, 11, 0.08) 80%,
      rgba(18, 13, 11, 0.24) 100%
    ),
    radial-gradient(circle at 24% 34%, rgba(255, 216, 142, 0.12), transparent 34%),
    url('Pics/hero1.png') center center / cover no-repeat;
}

.hero-image {
  position: relative;
}

.hero-image::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 56%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(18, 13, 11, 0) 0%,
    rgba(18, 13, 11, 0.16) 26%,
    rgba(18, 13, 11, 0.45) 58%,
    rgba(18, 13, 11, 0.92) 100%
  );
  filter: blur(10px);
  transform: translateX(2%);
}

.hero-panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 2rem 3.5rem;
  background:
    linear-gradient(
      90deg,
      rgba(18, 13, 11, 0) 0%,
      rgba(18, 13, 11, 0.32) 10%,
      rgba(18, 13, 11, 0.7) 26%,
      rgba(18, 13, 11, 0.98) 100%
    );
}

.hero-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: -10%;
  width: 24%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(18, 13, 11, 0) 0%,
    rgba(18, 13, 11, 0.58) 72%,
    rgba(18, 13, 11, 0.92) 100%
  );
  filter: blur(12px);
  pointer-events: none;
}

/* ===== HERO CONTENT (TEXT) ===== */
.hero-content {
  position: relative;
  z-index: 2; /* above overlay */

  padding: 2rem;
  max-width: 600px;
}

.hero-copy {
  width: min(100%, 34rem);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  padding: 0 1.5rem;
  text-align: center;
}

.hero-title {
  margin: 0;
  font-family: var(--font-bowlby), sans-serif;
  font-size: clamp(3.1rem, 8vw, 5.9rem);
  font-weight: 400;
  line-height: 0.88;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff4de;
  text-shadow:
    0 14px 30px rgba(0, 0, 0, 0.42),
    0 3px 10px rgba(0, 0, 0, 0.18);
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
}

.hero-subtitle {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: var(--font-bebas), sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: rgba(255, 233, 197, 0.94);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.32);
  opacity: 0;
  animation: fadeUp 1s ease forwards;
}

.hero-subtitle::after {
  content: '';
  width: 60px;
  height: 2px;
  margin: 10px auto 0;
  display: block;
  background: #e63946;
}

.hero-copy .btn-regio {
  align-self: center;
  margin-top: 0.15rem;
  opacity: 0;
  animation: fadeUp 1.2s ease forwards;
}

.btn-regio {
  background: #e63946;
  color: #fff;
  border: 0;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(230, 57, 70, 0.4);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    filter 0.3s ease;
}

.btn-regio:hover,
.btn-regio:focus {
  background: #e63946;
  color: #fff;
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 14px 30px rgba(230, 57, 70, 0.46);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-shell {
  padding: 4.5rem 0;
}

#featured.section-shell {
  background: #f7eddc;
}

.section-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: var(--regio-red);
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.section-copy {
  max-width: 640px;
  color: #5a4637;
}

.plate-card,
.review-card,
.info-card,
.social-tile,
.menu-callout {
  border: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(49, 27, 16, 0.12);
}

.plate-card {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  height: 100%;
}

.plate-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(49, 27, 16, 0.2);
}

.plate-card img,
.social-tile img {
  height: 240px;
  object-fit: cover;
}
.menu-banner {
  position: relative;
  background: var(--red);
  padding: 0.85rem 1rem 0.7rem;
  margin-bottom: 0.95rem;
}

.menu-banner::after {
  content: '';
  position: absolute;
  right: -14px;
  top: -9px;
  width: 100%;
  height: 100%;
  background: var(--black);
  z-index: -1;
}

.menu-banner-title {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Lilita One', cursive;
  letter-spacing: 1px;
  line-height: 1;
  font-size: clamp(2rem, 4.2vw, 3.4rem);
}

.menu-callout {
  background: linear-gradient(135deg, var(--regio-red), #cf4c1f);
  color: #fff;
}

.reviews-wrap {
  background: linear-gradient(
    180deg,
    rgba(255, 244, 225, 0.6),
    rgba(255, 244, 225, 0.95)
  );
}

.reviews-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--regio-red), #d85a1d);
  color: #ffffff;
  font-family: var(--font-bebas), sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(159, 29, 16, 0.22);
  transition:
    transform 0.3s ease,
    filter 0.3s ease,
    box-shadow 0.3s ease;
}

.reviews-more-btn:hover,
.reviews-more-btn:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.06);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(159, 29, 16, 0.28);
}

.review-stars,
.rating-stars {
  color: #ffb703;
  letter-spacing: 0.12em;
}

.info-card {
  background: #fff8ee;
  height: 100%;
}

.map-frame {
  min-height: 380px;
  border: 0;
  width: 100%;
}

.social-tile {
  position: relative;
  display: block;
}

.social-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent 55%);
  transition: opacity 0.25s ease;
}

.social-tile:hover::after {
  opacity: 0.75;
}

.social-label {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  color: #fff;
  font-weight: 700;
}

footer {
  background: #140f0d;
  color: rgba(255, 255, 255, 0.9);
}

footer a {
  color: #fff1bf;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
iframe:focus-visible {
  outline: 3px solid #111111;
  outline-offset: 3px;
}

.btn-regio:focus-visible,
.btn-nav:focus-visible,
.nav-link:focus-visible,
.dropdown-item:focus-visible,
.card-btn:focus-visible {
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.95),
    0 0 0 6px #111111;
  outline: none;
}

@media (max-width: 767.98px) {
  .hero {
    min-height: 78vh;
    grid-template-columns: 1fr;
    background: linear-gradient(180deg, #120d0b 0%, #38231b 100%);
  }

  .hero::before {
    inset: 0.65rem;
    border-radius: 1.1rem;
  }

  .hero-media,
  .hero-panel {
    min-height: auto;
  }

  .hero-media {
    min-height: 42vh;
    background:
      linear-gradient(
        180deg,
        rgba(12, 10, 9, 0.08) 0%,
        rgba(12, 10, 9, 0.18) 58%,
        rgba(12, 10, 9, 0.42) 100%
      ),
      url('Pics/hero1.png') center 18% / cover no-repeat;
  }

  .hero-image::after,
  .hero-panel::before {
    display: none;
  }

  .hero-panel {
    padding: 1.25rem 1rem 2.25rem;
  }

  .hero-copy {
    max-width: 720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
    text-align: center;
  }

  .hero-title {
    letter-spacing: 0.015em;
  }

  .hero-subtitle {
    font-size: 0.95rem;
    letter-spacing: 0.12em;
  }

  .btn-nav {
    margin-bottom: 15px;
  }

  .section-shell {
    padding: 4.5rem 0;
    background: #f6e8d4;
  }

  .plate-card img,
  .social-tile img {
    height: 220px;
    object-fit: cover;
  }
  .map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
  }

  .map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }

  .title-box {
    width: 270px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .hero,
  .hero-media,
  .hero-panel {
    min-height: 44rem;
  }

  .hero-panel {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.title-box {
  position: relative;
  background: linear-gradient(
    90deg,
    rgba(254, 202, 81, 1) 0%,
    rgba(252, 243, 219, 1) 100%
  );
  padding: 12px 20px;
  display: inline-block;
  width: 270px;

  box-shadow: 8px 8px #9f1d10;
}
.card {
  --card-radius: 18px;
  --card-surface: #ffffff;
  --card-text: #161311;
  --card-muted: #6f6258;
  --card-shadow:
    0 14px 34px rgba(34, 22, 14, 0.12), 0 4px 14px rgba(34, 22, 14, 0.08);
  --card-shadow-hover:
    0 24px 52px rgba(34, 22, 14, 0.18), 0 10px 24px rgba(159, 29, 16, 0.16);
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--card-radius);
  background: var(--card-surface);
  box-shadow: var(--card-shadow);
  transform: translateY(0) scale(1);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  animation: cardFadeUp 0.55s ease both;
}

.card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: var(--card-shadow-hover);
}

.card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  min-height: 220px;
  background: #f6ede4;
}

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

.card:hover .card-img {
  transform: scale(1.08);
}

.card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(24, 20, 18, 0.82);
  color: #fff7f1;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.1rem 1.1rem 1.2rem;
  background: #ffffff;
}

.title-box {
  margin: 0;
}

.card-title {
  margin: 0;
  font-family: var(--font-bowlby), sans-serif;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.05;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--regio-red);
}

.card-description {
  margin: 0;
  color: var(--card-muted);
  font-family: var(--font-oswald), sans-serif;
  font-size: 0.98rem;
  line-height: 1.45;
  min-height: 4.2rem;
}

.card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  padding: 0.88rem 1rem;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--regio-red), #d85a1d);
  color: #ffffff;
  font-family: var(--font-bebas), sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(159, 29, 16, 0.22);
  transition:
    transform 0.3s ease,
    filter 0.3s ease,
    box-shadow 0.3s ease;
}

.card-btn:hover,
.card-btn:focus-visible {
  transform: scale(1.03);
  filter: brightness(1.08);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(159, 29, 16, 0.28);
}

.card-btn:active {
  transform: scale(0.99);
}

.feature-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(139, 77, 33, 0.12);
  border-radius: 1.5rem;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(255, 248, 239, 0.96)
  );
  box-shadow: 0 18px 38px rgba(49, 27, 16, 0.12);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 52px rgba(49, 27, 16, 0.18);
}

.feature-card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f4e5d4;
}

.feature-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feature-card-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.78rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--regio-red), #d85a1d);
  color: #fff9f0;
  font-family: var(--font-bebas), sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.05em;
  box-shadow: 0 12px 24px rgba(159, 29, 16, 0.24);
}

.feature-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.15rem;
}

.feature-card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

.feature-card-title {
  margin: 0;
  color: var(--regio-red);
  font-family: var(--font-bowlby), sans-serif;
  font-size: clamp(1.05rem, 1.7vw, 1.22rem);
  line-height: 1.05;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.feature-card-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 4.5rem;
  padding: 0.42rem 0.76rem;
  border-radius: 999px;
  background: #fff1df;
  color: var(--regio-red);
  font-family: var(--font-bebas), sans-serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  box-shadow: inset 0 0 0 1px rgba(159, 29, 16, 0.08);
}

.feature-card-description {
  margin: 0;
  color: #6f6258;
  font-family: var(--font-oswald), sans-serif;
  font-size: 0.98rem;
  line-height: 1.45;
}

.feature-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  padding: 0.88rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--regio-red), #d85a1d);
  color: #ffffff;
  font-family: var(--font-bebas), sans-serif;
  font-size: 1.08rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(159, 29, 16, 0.22);
  transition:
    transform 0.3s ease,
    filter 0.3s ease,
    box-shadow 0.3s ease;
}

.feature-card-btn:hover,
.feature-card-btn:focus-visible {
  transform: scale(1.02);
  filter: brightness(1.08);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(159, 29, 16, 0.28);
}

.feature-card-btn:active {
  transform: scale(0.99);
}

@keyframes cardFadeUp {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.our-story {
  padding: 60px 20px;
  background: #fff;
}

.story-controls {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.9rem;
}

.story-language-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(159, 29, 16, 0.18);
  border-radius: 999px;
  background: rgba(255, 247, 232, 0.95);
  color: var(--regio-red);
  font-family: var(--font-bebas), sans-serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 22px rgba(49, 27, 16, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.story-language-toggle:hover,
.story-language-toggle:focus-visible {
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(49, 27, 16, 0.12);
}

.story-copy {
  display: grid;
  gap: 1rem;
}

.story-paragraph {
  margin: 0;
}

.story-container {
  max-width: 1200px;
  margin: 25px;
  height: 100%;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;

  align-items: center;
}

/* TEXT */
.story-text h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.story-text p {
  font-size: 1.1rem;
  line-height: 1.6;
}

/* IMAGE */
.story-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

/* 📱 MOBILE OPTIMIZATION */
@media (max-width: 768px) {
  .card {
    border-radius: 16px;
  }

  .card:hover {
    transform: none;
  }

  .card-media {
    min-height: 190px;
  }

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

  .card-body {
    gap: 0.6rem;
    padding: 0.95rem 0.95rem 1rem;
  }

  .card-title {
    font-size: 1rem;
  }

  .card-description {
    min-height: 0;
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .card-btn {
    padding: 0.78rem 0.95rem;
    border-radius: 12px;
    font-size: 1rem;
  }

  .card-badge {
    top: 12px;
    left: 12px;
    padding: 0.4rem 0.7rem;
    font-size: 0.72rem;
  }

  .feature-card {
    border-radius: 1.2rem;
  }

  .feature-card-body {
    padding: 1rem;
  }

  .feature-card-heading {
    flex-direction: column;
    gap: 0.6rem;
  }

  .feature-card-title {
    font-size: 1rem;
  }

  .feature-card-description {
    font-size: 0.92rem;
  }

  /* STORY SECTION */
  .our-story {
    padding: 40px 15px;
  }

  .story-controls {
    justify-content: center;
  }

  .story-container {
    margin: 0;
    gap: 20px;
  }

  .story-text h2 {
    font-size: 1.8rem;
    text-align: center;
  }

  .story-text p {
    font-size: 0.95rem;
    line-height: 1.5;
    text-align: center;
  }

  .story-image img {
    border-radius: 10px;
    max-height: 250px;
  }
}

/* 📱 EXTRA SMALL (iPhone SE, small Androids) */
@media (max-width: 480px) {
  .card {
    border-radius: 15px;
  }

  .card-media {
    min-height: 168px;
  }

  .card-body {
    padding: 0.9rem;
  }

  .card-title {
    font-size: 0.92rem;
  }

  .card-description {
    font-size: 0.86rem;
  }

  .card-btn {
    padding: 0.72rem 0.9rem;
    font-size: 0.92rem;
  }

  .card-badge {
    top: 10px;
    left: 10px;
  }

  .feature-card-badge {
    top: 10px;
    right: 10px;
  }

  .feature-card-body {
    padding: 0.9rem;
  }

  .feature-card-description {
    font-size: 0.88rem;
  }

  .feature-card-btn {
    font-size: 0.98rem;
    padding: 0.78rem 0.9rem;
  }

  .story-text h2 {
    font-size: 1.5rem;
  }

  .story-text p {
    font-size: 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .card,
  .card-img,
  .card-btn {
    animation: none;
    transition: none;
  }

  .card:hover,
  .card:hover .card-img,
  .card-btn:hover,
  .card-btn:focus-visible {
    transform: none;
  }
}
