/* ==========================================================================
   Dinner Bowl — custom theme (Bootstrap 5 override / additions)
   ========================================================================== */

:root {
  --navy: #16294a;
  --navy-soft: #2c3e5c;
  --teal: #1ba7a1;
  --teal-dark: #148983;
  --yellow: #f5b731;
  --yellow-soft: #fce9b9;
  --cream: #fdf3dc;
  --pink: #f0637d;
  --green: #6fbf73;
  --mint: #e3f3ee;
  --peach: #fbe9d9;
  --gray-text: #6a7382;

  --font-heading: 'Plus Jakarta Sans', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
  --font-script: 'Caveat', cursive;
}

body {
  font-family: var(--font-body);
  color: var(--navy);
}

h1, h2, h3, h4, h5, .heading-font {
  font-family: var(--font-heading);
  color: var(--navy);
  font-weight: 800;
}

p {
  color: var(--gray-text);
}

.text-teal { color: var(--teal) !important; }
.text-pink { color: var(--pink) !important; }
.text-navy { color: var(--navy) !important; }
.bg-mint { background-color: var(--mint) !important; }
.bg-peach { background-color: var(--peach) !important; }
.bg-cream { background-color: var(--cream) !important; }
.bg-cream { background-color: var(--cream) !important; }
.bg-yellow { background-color: var(--yellow) !important; }

.eyebrow {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.script-text {
  font-family: var(--font-script);
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1;
  color: var(--teal);
}

.underline-accent {
  display: block;
  width: 70px;
  height: 5px;
  border-radius: 3px;
  background-color: var(--yellow);
}

.underline-accent.mx-auto {
  margin-top: 0.75rem;
}

/* ---------- Buttons ---------- */
.btn {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  border-radius: 50rem;
  padding: 0.75rem 1.75rem;
}

.btn-teal {
  background-color: var(--teal);
  border-color: var(--teal);
  color: #fff;
}
.btn-teal:hover, .btn-teal:focus {
  background-color: var(--teal-dark);
  border-color: var(--teal-dark);
  color: #fff;
}

.btn-outline-teal {
  background-color: transparent;
  border: 2px solid var(--teal);
  color: var(--teal);
}
.btn-outline-teal:hover, .btn-outline-teal:focus {
  background-color: var(--teal);
  color: #fff;
}

.btn-yellow {
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: var(--navy);
}
.btn-yellow:hover, .btn-yellow:focus {
  background-color: #e2a827;
  border-color: #e2a827;
  color: var(--navy);
}

.btn-outline-cream {
  background-color: transparent;
  border: 2px solid rgba(255,255,255,0.5);
  color: #fff;
}
.btn-outline-cream:hover {
  background-color: rgba(255,255,255,0.12);
  color: #fff;
}

/* ==========================================================================
   Navbar
   ========================================================================== */
#header .navbar {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  box-shadow: 0 2px 14px rgba(22, 41, 74, 0.1);
}

/* Fixed header on desktop only; header scrolls with the page on mobile/tablet */
@media (min-width: 992px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
  }

  #header .navbar {
    min-height: 92px;
  }

  body {
    padding-top: 92px;
  }
}

.brand-mark {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.brand-text {
  line-height: 1.05;
  font-family: var(--font-heading);
}

.brand-text .brand-top {
  display: block;
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--navy);
  letter-spacing: 0.02em;
}

.brand-text .brand-bottom {
  display: block;
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--teal);
  letter-spacing: 0.02em;
}

.brand-text .brand-tag {
  display: block;
  font-size: 0.55rem;
  letter-spacing: 0.1em;
  color: var(--gray-text);
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-nav .nav-link {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--navy);
  padding: 0.5rem 1rem !important;
  position: relative;
}

.navbar-nav .nav-link.active {
  color: var(--navy);
}

.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.15rem;
  height: 3px;
  border-radius: 2px;
  background-color: var(--yellow);
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  position: relative;
  background: linear-gradient(180deg, var(--cream) 0%, var(--yellow-soft) 100%);
  padding-top: 4rem;
  padding-bottom: 9rem;
  overflow: hidden;
}

.hero h1 {
  font-size: 3.1rem;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.hero-blob {
  position: absolute;
  border-radius: 42% 58% 65% 35% / 45% 40% 60% 55%;
  background-color: var(--teal);
  opacity: 0.9;
}

.hero-image-wrap {
  position: relative;
}

.hero-image-wrap .hero-blob {
  inset: -3%;
  z-index: 1;
}

.hero-image-wrap img {
  position: relative;
  z-index: 2;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  box-shadow: 0 25px 50px rgba(22, 41, 74, 0.18);
}

/* Feature strip sits fully below the hero content at every breakpoint
   — no negative margin, so it can never overlap the bowl image or the
   buttons above it. */
   .feature-strip {
    position: relative;
    margin-top: -4rem;
  }

  .feature-bar {
    background: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 20px 45px rgba(22, 41, 74, 0.12);
  }

.feature-bar .feature-item {
  padding: 3rem 1rem 2rem;
}

.feature-bar .feature-item + .feature-item {
  border-left: 1px solid #eef0f3;
}

.feature-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.feature-title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--navy);
}

.feature-desc {
  font-size: 0.85rem;
  margin-bottom: 0;
}

/* ==========================================================================
   Bowls / menu cards
   ========================================================================== */
.bowls-section {
  padding: 5rem 0;
}

.bowl-card {
  text-align: center;
}

.bowl-photo-frame {
  border-radius: 1.25rem;
  padding: 0.75rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.bowl-photo-frame img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0.85rem;
}

.bowl-photo-frame.bg-pink { background-color: #fbe1e6; }
.bowl-photo-frame.bg-teal-soft { background-color: #d9f0ee; }
.bowl-photo-frame.bg-yellow-soft { background-color: var(--yellow-soft); }
.bowl-photo-frame.bg-green-soft { background-color: #e5f2df; }

.bowl-title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--navy);
}

.bowl-desc {
  font-size: 0.85rem;
}

/* ==========================================================================
   Why section
   ========================================================================== */
.why-section {
  overflow: hidden;
}

/* True 50/50 split: the row has no container/gutter, so each column is
   exactly half the section width. The image bleeds edge-to-edge and
   stretches (via flex) to match the content column's height; the
   content column gets its own padding/max-width instead. */
.why-row {
  min-height: 560px;
}

.why-image {
  position: relative;
  padding: 0;
  aspect-ratio: 2 / 1;
}

.why-image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 48%;
    height: 100%;
    background: radial-gradient(circle at center left, transparent 80%, var(--mint) 80%);
}

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

.why-content {
  max-width: 560px;
  padding: 4rem 1.5rem;
}

@media (min-width: 992px) {
  /*.why-image {
    aspect-ratio: auto;
  }*/
  .why-content {
    padding: 5rem 4rem;
  }
}

.check-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.check-icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.check-label {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 0;
}

/* ==========================================================================
   Location / map
   ========================================================================== */
.location-section {
  padding-top: 5rem;
}

.location-section .bg-yellow {
    border-radius: 2rem;
    padding: 3rem 2rem;
}

.map-placeholder {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,0.5) 0 2px, transparent 2px 40px),
    linear-gradient(135deg, #e9f2e2 0%, #f3ecd6 100%);
  box-shadow: 0 25px 50px rgba(22, 41, 74, 0.12);
}

.map-placeholder::before,
.map-placeholder::after {
  content: "";
  position: absolute;
  background-color: rgba(255,255,255,0.55);
}

.map-placeholder::before {
  top: 0;
  bottom: 0;
  left: 22%;
  width: 10px;
  transform: skewX(-12deg);
}

.map-placeholder::after {
  left: 0;
  right: 0;
  top: 60%;
  height: 10px;
  transform: skewY(3deg);
}

.map-pin {
  position: absolute;
  color: var(--teal);
  filter: drop-shadow(0 6px 10px rgba(22,41,74,0.25));
}

.map-pin.pin-lg { font-size: 2.75rem; top: 38%; left: 46%; }
.map-pin.pin-sm-1 { font-size: 1.5rem; top: 18%; left: 20%; color: var(--pink); }
.map-pin.pin-sm-2 { font-size: 1.5rem; top: 68%; left: 74%; color: var(--yellow); }

/* ==========================================================================
   Rewards
   ========================================================================== */
.rewards-section {
  padding: 5rem 0;
}

#rewards .bg-peach {
    border-radius: 2rem;
    padding: 1rem 2rem 2.5rem;
}

.phone-frame img {
  max-width: 190px;
  filter: drop-shadow(0 20px 30px rgba(22,41,74,0.18));
}

.rewards-form .form-control {
  border-radius: 50rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid #e3d9c6;
}

.rewards-form .form-control:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 0.2rem rgba(27, 167, 161, 0.15);
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  background-color: var(--navy);
  padding-top: 3.5rem;
  padding-bottom: 1.5rem;
}

.site-footer .brand-text .brand-top,
.site-footer .brand-text .brand-bottom {
  color: #fff;
}

.site-footer .brand-text .brand-bottom {
  color: var(--yellow);
}

.site-footer .brand-text .brand-tag {
  color: rgba(255,255,255,0.55);
}

.site-footer h6 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.1rem;
}

.site-footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.site-footer ul li {
  margin-bottom: 0.6rem;
}

.site-footer ul li a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  font-size: 0.9rem;
}

.site-footer ul li a:hover {
  color: #fff;
}

.footer-divider {
  border-top: 1px solid rgba(255,255,255,0.12);
  margin-top: 2.5rem;
  padding-top: 1.25rem;
}

.footer-legal {
  color: rgba(255,255,255,0.55);
  font-size: 0.85rem;
}

.footer-legal a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
}

.footer-legal a:hover {
  color: #fff;
}

/* ==========================================================================
   Responsive tweaks
   ========================================================================== */
@media (max-width: 1199px) {
  .why-image:after {
    width: 76%;
  }
}

@media (max-width: 991.98px) {
  .feature-bar .feature-item {
    border-left: none !important;
  }
  .feature-bar .row > div:nth-child(odd) .feature-item {
    border-right: 1px solid #eef0f3;
  }
  .hero {
    text-align: center;
  }
  .hero .btn {
    margin-bottom: 0.5rem;
  }
  .why-image:after {
    display: none;
  }
  .map-placeholder {
    margin-top: 2rem;
  }
}

@media (max-width: 767.98px) {
  .hero h1 {
    font-size: 2.3rem;
  }
  .script-text {
    font-size: 2.5rem;
  }
  }
}
