@charset "utf-8";
/* CSS Document */

/* =========================================================
   MJ's Cutie Pawz & Padz
   Main Site Styles
   Supports: index.html and store.html
========================================================= */

:root {
  --mj-cocoa: #6B4A35;
  --mj-cream: #FFF7EA;
  --mj-peanut: #D99A5B;
  --mj-sage: #8FAF8A;
  --mj-sage-soft: #EEF5EA;
  --mj-paw-pink: #E8A6A1;
  --mj-charcoal: #2E2A27;
  --mj-white: #ffffff;
  --mj-shadow: 0 18px 45px rgba(46, 42, 39, 0.12);
  --mj-radius: 24px;
}

/* =========================================================
   Base
========================================================= */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 85px;
}

body {
  font-family: "Lato", sans-serif;
  color: var(--mj-charcoal);
  background: var(--mj-cream);
  line-height: 1.7;
}

h1,
h2,
h3,
.navbar-brand {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  line-height: 1.02;
  color: var(--mj-cocoa);
  margin-bottom: 1.5rem;
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--mj-cocoa);
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.25rem;
  color: var(--mj-cocoa);
}

a {
  color: var(--mj-cocoa);
}

a:hover {
  color: var(--mj-peanut);
}

.section-pad {
  padding: 95px 0;
}

.bg-cream {
  background: var(--mj-cream);
}

.bg-white {
  background: var(--mj-white);
}

.bg-sage-soft {
  background: var(--mj-sage-soft);
}

.bg-tan {
  background: #f8f1e7;
}

.bg-pink-soft {
  background: #fceeee;
}

.lead-text {
  font-size: 1.18rem;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.section-kicker,
.eyebrow {
  display: inline-block;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: var(--mj-peanut);
  margin-bottom: 0.75rem;
}

.section-kicker.light {
  color: var(--mj-cream);
}

/* =========================================================
   Navbar
========================================================= */

.mj-navbar {
  background: rgba(255, 247, 234, 0.94);
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 25px rgba(46, 42, 39, 0.08);
}

.navbar-brand {
  color: var(--mj-cocoa);
  font-size: 1.25rem;
}

.navbar-brand:hover {
  color: var(--mj-cocoa);
}

.nav-link {
  color: var(--mj-charcoal);
  font-weight: 700;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--mj-peanut);
}

.btn-outline-store {
  color: var(--mj-cocoa);
  border: 2px solid var(--mj-cocoa);
  border-radius: 999px;
  padding: 0.45rem 1.1rem;
  font-weight: 800;
}

.btn-outline-store:hover,
.btn-outline-store.active {
  background: var(--mj-cocoa);
  color: var(--mj-white);
}

/* =========================================================
   Buttons
========================================================= */

.btn-mj-primary,
.btn-mj-light {
  border-radius: 999px;
  padding: 0.85rem 1.6rem;
  font-weight: 900;
  border: 2px solid transparent;
}

.btn-mj-primary {
  background: var(--mj-cocoa);
  color: var(--mj-white);
}

.btn-mj-primary:hover {
  background: var(--mj-peanut);
  color: var(--mj-white);
}

.btn-mj-light {
  background: var(--mj-white);
  color: var(--mj-cocoa);
}

.btn-mj-light:hover {
  background: var(--mj-cream);
  color: var(--mj-cocoa);
}

/* =========================================================
   Hero
========================================================= */

.mj-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(107, 74, 53, 0.08);
  background:
    radial-gradient(circle at top right, rgba(232, 166, 161, 0.25), transparent 35%),
    radial-gradient(circle at bottom left, rgba(143, 175, 138, 0.35), transparent 35%),
    linear-gradient(135deg, #eef5ea 0%, #f6fbf3 100%);
}

.hero-row {
  min-height: 650px;
  padding-top: 130px;
  padding-bottom: 80px;
}

.hero-text {
  font-size: 1.35rem;
  max-width: 720px;
  margin-bottom: 2rem;
}

.hero-card {
  background: var(--mj-white);
  border-radius: var(--mj-radius);
  padding: 2.5rem;
  box-shadow: var(--mj-shadow);

  border-left: 8px solid var(--mj-peanut);
  border-top: 1px solid rgba(107, 74, 53, 0.18);
  border-right: 1px solid rgba(107, 74, 53, 0.18);
  border-bottom: 1px solid rgba(107, 74, 53, 0.18);

  position: relative;
  z-index: 2;
}

.hero-card .paw-icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: var(--mj-sage-soft);
  display: grid;
  place-items: center;
  font-size: 2.4rem;
  margin-bottom: 1.25rem;
}

.hero-image-wrapper {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--mj-shadow);
  background: #fff;
}

.hero-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: var(--mj-white);
  border-radius: var(--mj-radius);
  border: 1px solid rgba(107, 74, 53, 0.25);
  box-shadow: var(--mj-shadow);
  padding: 2rem;
}

.hero-logo {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
}

/* =========================================================
   Image Placeholders
========================================================= */

.image-placeholder {
  min-height: 360px;
  background:
    linear-gradient(135deg, rgba(217, 154, 91, 0.2), rgba(143, 175, 138, 0.2)),
    var(--mj-cream);
  border-radius: var(--mj-radius);
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: var(--mj-shadow);
  border: 3px dashed rgba(107, 74, 53, 0.22);
}

.image-placeholder span {
  display: block;
  font-size: 5rem;
}

.image-placeholder p {
  font-weight: 900;
  color: var(--mj-cocoa);
  margin: 0;
}

.hero-placeholder,
.image-placeholder,
.story-photo,
.product-image-placeholder {
  text-align: center;
}

.image-placeholder h3,
.story-placeholder-content h3 {
  margin-top: 15px;
}

.image-placeholder strong,
.story-placeholder-content strong {
  display: block;
  font-size: 1.25rem;
  color: var(--mj-cocoa);
}

.story-placeholder-content {
  text-align: center;
}

.story-placeholder-content span {
  display: block;
  font-size: 4rem;
  margin-bottom: 15px;
}

/* =========================================================
   Mission Section Image
========================================================= */
.mission-image-wrapper {
  background: #fff;
  border-radius: var(--mj-radius);
  overflow: hidden;
  box-shadow: var(--mj-shadow);
  border: 1px solid rgba(107, 74, 53, 0.25);
  transition: all 0.25s ease;
}

.mission-image-wrapper:hover {
  border-color: var(--mj-peanut);
}

.mission-image {
  width: 100%;
  height: auto;
  display: block;
}
/* =========================================================
   Values
========================================================= */

.value-card {
  height: 100%;
  padding: 2rem 1.5rem;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(107, 74, 53, 0.35);
  border-radius: var(--mj-radius);
  box-shadow: var(--mj-shadow);
  transition: all 0.25s ease;
}

.value-card:hover {
  border-color: var(--mj-peanut);
  box-shadow: 0 12px 30px rgba(107, 74, 53, 0.15);
  transform: translateY(-4px);
}

.value-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.25rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--mj-sage-soft);
  color: var(--mj-cocoa);
  font-size: 1.8rem;
}

.value-icon i {
  line-height: 1;
}

.value-card p {
  margin-bottom: 0;
}

/* =========================================================
   Featured Treats Carousel
========================================================= */

.featured-treats-section {
  overflow: hidden;
}

.treats-carousel {
  position: relative;
  padding: 0 60px 55px 60px;
}

.treats-carousel .carousel-inner {
  overflow: hidden;
  margin-top: 20px;
}

.treats-carousel-control {
  width: 44px;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-prev {
  left: -20px;
}

.carousel-control-next {
  right: -20px;
}

.treats-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--mj-cocoa);
  color: var(--mj-white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--mj-shadow);
}

.treats-arrow:hover {
  background: var(--mj-peanut);
}

.treats-arrow i {
  font-size: 1.25rem;
  line-height: 1;
}

.treats-carousel .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
}

.treats-carousel .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--mj-cocoa);
  opacity: 0.35;
}

.treats-carousel .carousel-indicators .active {
  opacity: 1;
}

.product-placeholder {
  background: #fff;
  border-radius: var(--mj-radius);
  box-shadow: var(--mj-shadow);
  overflow: hidden;
  padding: 0;
}

.product-slider-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 20px;
}

.product-image-placeholder {
  height: 300px;
  border-radius: 20px;
  border: 3px dashed rgba(107, 74, 53, 0.25);
  background: var(--mj-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  color: var(--mj-cocoa);
}

/* =========================================================
   Why Gluten-Free Section
========================================================= */

.gluten-free-section {
  position: relative;
}

.gluten-image-wrapper {
  background: #fff;
  border-radius: var(--mj-radius);
  overflow: hidden;
  box-shadow: var(--mj-shadow);
  border: 1px solid rgba(107, 74, 53, 0.25);
}

.gluten-image {
  width: 100%;
  height: auto;
  display: block;
}

.gluten-card {
  background: var(--mj-white);
  border-radius: var(--mj-radius);
  padding: 2.5rem;
  box-shadow: var(--mj-shadow);
  border-left: 8px solid var(--mj-sage);
  border-top: 1px solid rgba(107, 74, 53, 0.18);
  border-right: 1px solid rgba(107, 74, 53, 0.18);
  border-bottom: 1px solid rgba(107, 74, 53, 0.18);
}

.gluten-card-header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}

.gluten-card-icon {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(143, 175, 138, 0.16);
  color: var(--mj-cocoa);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gluten-card-icon i {
  font-size: 2.45rem;
  line-height: 1;
}

.gluten-card-label {
  margin-bottom: 0.15rem;
  color: var(--mj-peanut);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gluten-card h3 {
  margin-bottom: 0.25rem;
}

.gluten-card-subtitle {
  margin-bottom: 0;
  color: rgba(46, 42, 39, 0.72);
  font-weight: 700;
}

.gluten-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.gluten-benefits li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--mj-cream);
  border: 1px solid rgba(107, 74, 53, 0.14);
  border-radius: 18px;
  padding: 1rem;
  font-weight: 900;
  color: var(--mj-charcoal);
}

.gluten-benefits li i {
  color: var(--mj-sage);
  font-size: 1.1rem;
  line-height: 1;
  flex-shrink: 0;
}

/* =========================================================
   Story
========================================================= */

.story-box {
  background: var(--mj-white);
  border-radius: 34px;
  padding: clamp(1.5rem, 4vw, 4rem);
  box-shadow: var(--mj-shadow);
}

.story-photo {
  min-height: 430px;
  border-radius: var(--mj-radius);
  overflow: hidden;
  display: block;
  box-shadow: var(--mj-shadow);
  background: var(--mj-cream);
}

.story-img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: var(--mj-radius);
}

/* =========================================================
   Loyal Customers
========================================================= */

.loyal-customers-section {
  position: relative;
}

.loyal-customers-container {
  max-width: 1500px;
}

.loyal-customer-card {
  background: var(--mj-white);
  border-radius: var(--mj-radius);
  box-shadow: var(--mj-shadow);
  overflow: hidden;
  height: 100%;
}

.loyal-customer-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  display: block;
}

.loyal-customer-caption {
  min-height: 64px;
  padding: 0.85rem 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  color: var(--mj-cocoa);
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.loyal-customer-caption i {
  color: var(--mj-paw-pink);
  font-size: 1rem;
  flex-shrink: 0;
}

/* =========================================================
   Branding Sheet
========================================================= */

.brand-note {
  color: rgba(46, 42, 39, 0.7);
}

.color-card {
  background: var(--mj-white);
  border-radius: var(--mj-radius);
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(46, 42, 39, 0.08);
  border: 1px solid rgba(46, 42, 39, 0.08);
}

.color-swatch {
  height: 130px;
}

.color-card h3,
.color-card p {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.color-card h3 {
  margin-top: 1.25rem;
}

.color-card p {
  margin-bottom: 1.25rem;
  font-weight: 900;
}

.cocoa {
  background: #6B4A35;
}

.cream {
  background: #FFF7EA;
}

.peanut {
  background: #D99A5B;
}

.sage {
  background: #8FAF8A;
}

.pawpink {
  background: #E8A6A1;
}

.charcoal {
  background: #2E2A27;
}

/* =========================================================
   CTA
========================================================= */

.cta-section {
  background:
    radial-gradient(circle at top left, rgba(255, 247, 234, 0.16), transparent 30%),
    linear-gradient(135deg, var(--mj-cocoa), var(--mj-charcoal));
  color: var(--mj-white);
}

.cta-section h2 {
  color: var(--mj-white);
}

.email-line {
  font-weight: 900;
}

/* =========================================================
   Footer
========================================================= */

.mj-footer {
  background: var(--mj-charcoal);
  color: var(--mj-cream);
  padding: 38px 0;
}

.mj-footer a {
  color: var(--mj-paw-pink);
  font-weight: 900;
  text-decoration: none;
}

.mj-footer a:hover {
  color: var(--mj-cream);
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 700;
}

.footer-social i {
  font-size: 1.2rem;
}

.footer-social:hover {
  text-decoration: none;
}

/* =========================================================
   Back To Top Button
========================================================= */

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: none;
  background: var(--mj-cocoa);
  color: var(--mj-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: var(--mj-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.25s ease;
  z-index: 9999;
}

.back-to-top i {
  font-size: 1.35rem;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--mj-peanut);
  color: var(--mj-white);
}

/* =========================================================
   Store Page
========================================================= */

.store-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at top right, rgba(232, 166, 161, 0.30), transparent 35%),
    radial-gradient(circle at bottom left, rgba(143, 175, 138, 0.25), transparent 35%),
    var(--mj-cream);
}

.store-card {
  background: #fff;
  border-radius: 30px;
  padding: 4rem;
  box-shadow: var(--mj-shadow);
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}

.store-icon {
  font-size: 5rem;
  margin-bottom: 1rem;
}

.coming-soon {
  color: var(--mj-peanut);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 900;
  font-size: 0.85rem;
}

.store-card h1 {
  margin-bottom: 1rem;
}

.store-card p {
  font-size: 1.15rem;
  max-width: 650px;
  margin: 0 auto 1.5rem auto;
}

/* =========================================================
   Responsive
========================================================= */

@media (max-width: 1199.98px) {
  .loyal-customers-container {
    max-width: 960px;
  }
}

@media (max-width: 991.98px) {
  .mj-navbar {
    background: var(--mj-cream);
  }

  .navbar-nav {
    padding-top: 1rem;
  }

  .mj-hero {
    padding-top: 90px;
  }

  .hero-row {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section-pad {
    padding: 70px 0;
  }

  .hero-card {
    padding: 2rem;
  }

  .hero-logo {
    max-width: 350px;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .treats-carousel {
    padding: 0 35px 50px 35px;
  }

  .treats-carousel .col-md-4 {
    margin-bottom: 1rem;
  }

  .treats-arrow {
    width: 38px;
    height: 38px;
  }

  .treats-arrow i {
    font-size: 1.1rem;
  }

  .gluten-card {
    padding: 1.5rem;
  }

  .gluten-card-header {
    flex-direction: column;
    text-align: center;
  }

  .gluten-benefits {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 2.65rem;
  }

  .hero-text,
  .lead-text {
    font-size: 1.08rem;
  }

  .story-photo {
    min-height: 280px;
  }

  .story-img {
    min-height: 280px;
  }

  .store-card {
    padding: 2rem;
  }
}

/* =========================================================
   Community / Giving Back
========================================================= */

.community-section {
  position: relative;
}

.community-card {
  background: var(--mj-white);
  border: 1px solid rgba(107, 74, 53, 0.35);
  border-radius: 32px;
  padding: clamp(2rem, 5vw, 4rem);
  box-shadow: var(--mj-shadow);
}


/* Community Heading */

.community-heading {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.community-icon {
  width: 78px;
  height: 78px;
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: var(--mj-paw-pink);
  color: var(--mj-white);
}

.community-icon i {
  font-size: 2rem;
  line-height: 1;
}

.community-lead {
  color: var(--mj-cocoa);
  font-size: 1.18rem;
  font-weight: 700;
}


/* Community Message */

.community-message {
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;

  display: flex;
  align-items: center;
  gap: 1rem;

  background: var(--mj-sage-soft);
  border-radius: 18px;
  border-left: 5px solid var(--mj-sage);
}

.community-message i {
  color: var(--mj-cocoa);
  font-size: 1.6rem;
  flex-shrink: 0;
}


/* Instagram Panel */

.community-instagram {
  height: 100%;
  padding: 2rem;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;

  background: var(--mj-sage-soft);
  border: 1px solid rgba(107, 74, 53, 0.22);
  border-radius: var(--mj-radius);
}

.instagram-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 1rem;

  display: flex;
  align-items: center;
  justify-content: center;

  background: var(--mj-cocoa);
  color: var(--mj-white);
  border-radius: 50%;
}

.instagram-icon i {
  font-size: 1.8rem;
  line-height: 1;
}

.community-instagram h3 {
  margin-bottom: 0.35rem;
}

.community-instagram p {
  margin-bottom: 1.25rem;
}


/* Instagram QR Code */

.instagram-qr-link {
  display: block;
  width: 100%;
  max-width: 230px;
  margin: 0 auto 1.25rem;
}

.instagram-qr {
  width: 100%;
  height: auto;
  display: block;

  background: #fff;
  padding: 10px;

  border: 1px solid rgba(107, 74, 53, 0.25);
  border-radius: 18px;

  transition:
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.instagram-qr-link:hover .instagram-qr {
  border-color: var(--mj-peanut);
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(107, 74, 53, 0.12);
}


/* Instagram Handle */

.instagram-handle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;

  color: var(--mj-cocoa);
  font-weight: 900;
  text-decoration: none;
}

.instagram-handle:hover {
  color: var(--mj-peanut);
}

.instagram-handle i {
  font-size: 1.1rem;
}


/* Mobile */

@media (max-width: 767.98px) {

  .community-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .community-message {
    align-items: flex-start;
  }

  .community-instagram {
    padding: 1.5rem;
  }

  .instagram-qr-link {
    max-width: 210px;
  }

}