/* === Base Styles === */
body {
  font-family: Arial, sans-serif;
  background-color: #fff8f0;
  margin: 0;
  padding: 0;
  text-align: center;
body {
    font-family: Arial, sans-serif;
    background: #fdf8f3;
    margin: 0;
    padding: 20px;
}

.logo {
    max-width: auto;
    display: block;
    margin: 0 auto 10px;
}

.navbar {
    background-color: #d2b48c;
    padding: 10px 0;
    text-align: center;
}

.nav-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.nav-links li {
    display: inline;
    margin: 0 15px;
}

.nav-links a {
    text-decoration: none;
    color: #3b2e2a;
    font-weight: bold;
}

.nav-links a.active {
    color: #5e3f29;
}

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

.product-card { background: #eaf8e6; border: 2px solid #88c07a; border-radius: 15px; display: inline-block; padding: 20px; margin: 10px; width: 250px; cursor: pointer; transition: transform 0.3s; font-weight: bold; }

.product-card:hover {
    transform: scale(1.05);
}

.product-card.seasonal {
    background-color: #d9fdd3;
    border-color: #88c07a;
}

.overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9;
}

.popup { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #f5fff0; padding: 30px; border-radius: 15px; box-shadow: 0 0 10px rgba(0,0,0,0.25); z-index: 10; width: 320px; text-align: center; border: 2px solid #88c07a; }

.popup .close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    color: red;
    cursor: pointer;
}

}

.logo-container {
  text-align: center;
  margin-top: 20px;
}

.logo {
  max-width: auto;
  margin: 20px auto;
  display: block;
  width: 150px;
  height: auto;
}

/* === Navigation === */
nav {
  background-color: #5a3a22; /* from style.css */
  padding: 10px;
  text-align: center;
}

nav a, .nav-links a {
  color: Black; /* unified for consistency */
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;
}

.navbar {
  background-color: #d2b48c; /* from styles.css */
  padding: 10px 0;
  text-align: center;
}

.nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 20px;
}

.nav-links li {
  display: inline;
}

/* === Main Content === */
.main-content {
  max-width: 700px;
  margin: 50px auto;
  padding: 20px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
}

.main-content h1 {
  font-size: 2rem;
  margin-bottom: 20px;
}

/* === Buttons === */
.product-buttons {
  margin-top: 30px;
}

.product-button {
  display: inline-block;
  background-color: #a9744f;
  color: white;
  padding: 15px 25px;
  margin: 10px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
}

/* === Premium Pie Count Box === */
.title-container {
  text-align: center;
  margin-bottom: 20px;
}

.pie-count-box {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  font-size: 24px;
  font-weight: bold;
  border: 2px solid #654321;
  border-radius: 8px;
  background-color: #fef8f2;
  color: #654321;
}

/* === Footer === */
footer {
  margin-top: 40px;
  font-size: 14px;
  color: #555;
}


/* --- Merged from style.css --- */

body {
    font-family: Arial, sans-serif;
    background: #fdf8f3;
    margin: 0;
    padding: 20px;
}

.logo {
    max-width: auto;
    display: block;
    margin: 0 auto 10px;
}

.navbar {
    background-color: #d2b48c;
    padding: 10px 0;
    text-align: center;
}

.nav-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.nav-links li {
    display: inline;
    margin: 0 15px;
}

.nav-links a {
    text-decoration: none;
    color: #3b2e2a;
    font-weight: bold;
}

.nav-links a.active {
    color: #5e3f29;
}

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

.product-card { background: #eaf8e6; border: 2px solid #88c07a; border-radius: 15px; display: inline-block; padding: 20px; margin: 10px; width: 250px; cursor: pointer; transition: transform 0.3s; font-weight: bold; }

.product-card:hover {
    transform: scale(1.05);
}

.product-card.seasonal {
    background-color: #d9fdd3;
    border-color: #88c07a;
}

.overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9;
}

.popup { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #f5fff0; padding: 30px; border-radius: 15px; box-shadow: 0 0 10px rgba(0,0,0,0.25); z-index: 10; width: 320px; text-align: center; border: 2px solid #88c07a; }

.popup .close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    color: red;
    cursor: pointer;
}


/* --- Standardisation additions --- */

/* Standardised header logo area */
.site-logo {
  text-align: center;
  margin-top: 10px;
}



/* ===== Devilish Desserts: subtle logo animations & consistent sizing ===== */

/* Accessible motion: respect user preference */
@media (prefers-reduced-motion: reduce) {
  .dd-anim, .dd-anim * {
    animation: none !important;
    transition: none !important;
  }
}

/* Unified logo sizing */
.dd-logo {
  max-width: 150px;
  height: auto;
  display: block;
  margin: 10px auto;
  transition: transform 200ms ease;
  will-change: transform;
}

/* Ensure any top-of-page site logos are consistent (override inline) */
.site-logo img { 
  max-width: 150px !important; 
  height: auto !important; 
  display: block; 
  margin: 10px auto;
}

/* Contact page: handset wiggle */
.dd-wiggle:hover,
.dd-wiggle:active {
  animation: dd-wiggle 650ms ease-in-out 1;
}
@keyframes dd-wiggle {
  0%   { transform: rotate(0deg); }
  15%  { transform: rotate(-6deg) translateY(-1px); }
  30%  { transform: rotate(6deg)  translateY(-1px); }
  45%  { transform: rotate(-4deg); }
  60%  { transform: rotate(4deg); }
  75%  { transform: rotate(-2deg); }
  100% { transform: rotate(0deg); }
}

/* Customer Account page: friendly pop */
.dd-pop:hover,
.dd-pop:active {
  transform: scale(1.04);
}

/* Optional soft focus glow */
.dd-glow:hover,
.dd-glow:active {
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.15));
}

/* Contact page heading spacing */
.contact-info h1 { margin-top: 8px; margin-bottom: 12px; }


/* Popup content accents */
.popup h3 { margin-top: 0; color: #2f5d2f; }
.popup p { color: #3b2e2a; }
.popup .price { font-size: 1.1em; font-weight: bold; color: #2f5d2f; }
