/* Kathy's Cookies Website v2 */

:root {
  --pink: #f63b88;
  --pink-dark: #d9236d;
  --pink-soft: #ffd6e5;
  --cream: #fff8f2;
  --cream-dark: #f5e8dc;
  --brown: #51301f;
  --brown-soft: #8a5a3c;
  --tan: #d8b48a;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(81, 48, 31, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--brown);
  background: var(--cream);
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px clamp(18px, 5vw, 70px);
  background: rgba(255, 248, 242, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(81, 48, 31, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  min-width: 260px;
}

.brand-photo {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(81, 48, 31, 0.14);
}

.brand-text {
  color: var(--pink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 0.9;
  letter-spacing: 0.02em;
}

.site-nav {
  display: flex;
  gap: clamp(16px, 2.4vw, 34px);
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  white-space: nowrap;
}

.site-nav a {
  text-decoration: none;
  position: relative;
}

.site-nav a::after,
.site-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  height: 3px;
  background: var(--pink);
  border-radius: 99px;
  transition: width 0.2s ease;
}

.site-nav a::after {
  width: 0;
}

.site-nav a:hover::after,
.site-nav a.active::after {
  width: 100%;
}

.nav-toggle {
  display: none;
  border: 0;
  background: var(--pink);
  color: white;
  padding: 10px 13px;
  border-radius: 10px;
  font-size: 1.2rem;
  cursor: pointer;
}

.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 40px;
  align-items: center;
  padding: 70px clamp(22px, 7vw, 100px);
  background:
    radial-gradient(circle at 82% 20%, rgba(246, 59, 136, 0.16), transparent 28%),
    linear-gradient(135deg, #fff8f2 0%, #ffe9d7 100%);
  overflow: hidden;
}

.eyebrow {
  color: var(--pink);
  font-family: Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
}

h1, h2, h3, p {
  margin-top: 0;
}

h1 {
  font-size: clamp(3.2rem, 7vw, 7rem);
  line-height: 0.93;
  max-width: 760px;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(2.1rem, 4.5vw, 4.2rem);
  line-height: 1;
  margin-bottom: 18px;
}

h3 {
  font-size: 1.45rem;
}

.hero-copy,
.section-heading p,
.custom-copy p,
.about-page p,
.order-page p,
.contact-page p,
.special-page p,
.cookie-card p,
.notice-card p {
  font-family: Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #684330;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.82rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 0;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: white;
  background: linear-gradient(135deg, var(--pink), var(--pink-dark));
  box-shadow: 0 12px 24px rgba(246, 59, 136, 0.24);
}

.btn-secondary {
  color: var(--brown);
  border: 2px solid rgba(81, 48, 31, 0.22);
  background: rgba(255, 255, 255, 0.6);
}

.big {
  min-width: 220px;
}

.hero-card {
  min-height: 520px;
  display: grid;
  place-items: center;
}

.cookie-stack {
  position: relative;
  width: min(440px, 78vw);
  height: min(440px, 78vw);
  border-radius: 50%;
  background: #f2ddc8;
  box-shadow: var(--shadow);
}

.cookie-stack span,
.cookie-img,
.box span {
  background:
    radial-gradient(circle at 30% 35%, #3b2118 0 4%, transparent 5%),
    radial-gradient(circle at 62% 38%, #3b2118 0 4%, transparent 5%),
    radial-gradient(circle at 48% 64%, #3b2118 0 4%, transparent 5%),
    radial-gradient(circle at 72% 70%, #3b2118 0 3.5%, transparent 4.5%),
    radial-gradient(circle at 24% 69%, #3b2118 0 3.5%, transparent 4.5%),
    #c9823f;
  box-shadow: inset -14px -18px 0 rgba(94, 47, 20, 0.16), 0 18px 30px rgba(81, 48, 31, 0.22);
}

.cookie-stack span {
  position: absolute;
  width: 88%;
  height: 34%;
  left: 6%;
  border-radius: 50%;
}

.cookie-stack span:nth-child(1) { top: 18%; }
.cookie-stack span:nth-child(2) { top: 34%; }
.cookie-stack span:nth-child(3) { top: 50%; }

.page-hero {
  padding: 84px clamp(22px, 7vw, 100px) 58px;
  background:
    radial-gradient(circle at 82% 0%, rgba(246, 59, 136, 0.15), transparent 28%),
    linear-gradient(135deg, #fff8f2, #ffe7d8);
}

.page-hero h1 {
  max-width: 940px;
}

.page-section {
  padding: 72px clamp(22px, 7vw, 100px);
}

.featured {
  padding: 78px clamp(22px, 7vw, 100px);
  text-align: center;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.cookie-grid,
.option-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.cookie-card,
.notice-card,
.form-card {
  background: white;
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 14px 34px rgba(81, 48, 31, 0.1);
  border: 1px solid rgba(81, 48, 31, 0.08);
}

.cookie-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 18px;
}

.cookie-img.sugar {
  background:
    radial-gradient(circle at 35% 35%, rgba(255,255,255,0.7) 0 9%, transparent 10%),
    radial-gradient(circle at 60% 65%, rgba(255,255,255,0.6) 0 8%, transparent 9%),
    #f2d293;
}

.cookie-img.oatmeal {
  background:
    radial-gradient(circle at 30% 35%, #4b2b1d 0 4%, transparent 5%),
    radial-gradient(circle at 60% 50%, #4b2b1d 0 4%, transparent 5%),
    radial-gradient(circle at 45% 67%, #4b2b1d 0 4%, transparent 5%),
    #b7753d;
}

.cookie-img.peanut {
  background:
    linear-gradient(45deg, transparent 42%, rgba(94,47,20,0.18) 43% 48%, transparent 49%),
    linear-gradient(-45deg, transparent 42%, rgba(94,47,20,0.18) 43% 48%, transparent 49%),
    #d4974e;
}

.cookie-card p,
.cookie-card span,
.notice-card p,
.notice-card li,
.form-card label,
.form-card input,
.form-card select,
.form-card textarea {
  font-family: Arial, sans-serif;
}

.price {
  display: inline-block;
  margin-top: 8px;
  color: var(--pink);
  font-weight: 900;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(90deg, #ffd4e3, #ffe7ef);
  padding: 34px clamp(22px, 7vw, 100px);
  gap: 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.trust-strip strong {
  display: block;
  margin-bottom: 6px;
  color: var(--brown);
}

.trust-strip span {
  color: #704b38;
  font-size: 0.92rem;
}

.custom-orders {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 90px clamp(22px, 7vw, 100px);
  background: linear-gradient(135deg, #fff8f2, #f7dfca);
}

.box-graphic {
  min-height: 320px;
  display: grid;
  place-items: center;
}

.box {
  width: min(520px, 88vw);
  height: 250px;
  background: #bd8657;
  border-radius: 12px 12px 28px 28px;
  position: relative;
  box-shadow: var(--shadow);
}

.box span {
  position: absolute;
  width: 118px;
  height: 118px;
  border-radius: 50%;
}

.box span:nth-child(1) { left: 35px; top: -38px; }
.box span:nth-child(2) { left: 130px; top: -52px; }
.box span:nth-child(3) { left: 235px; top: -36px; }
.box span:nth-child(4) { left: 335px; top: -55px; }
.box span:nth-child(5) { left: 90px; top: 55px; }
.box span:nth-child(6) { left: 270px; top: 60px; }

.about-preview,
.two-column {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 40px;
  padding: 80px clamp(22px, 7vw, 100px);
  background: white;
}

.order-panel {
  margin: 70px clamp(22px, 7vw, 100px);
  padding: 42px;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  background: linear-gradient(135deg, #5a3322, #7b482e);
  color: white;
  box-shadow: var(--shadow);
}

.order-panel p,
.order-panel .eyebrow {
  color: #ffe8f0;
}

.form-card {
  max-width: 760px;
  margin: 0 auto;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-card label {
  display: grid;
  gap: 8px;
  font-weight: 800;
  color: var(--brown);
}

.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  border: 1px solid rgba(81, 48, 31, 0.2);
  border-radius: 12px;
  padding: 13px 14px;
  font-size: 1rem;
  background: #fffaf6;
}

.form-card textarea {
  min-height: 130px;
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.contact-list {
  display: grid;
  gap: 18px;
}

.contact-card {
  background: white;
  padding: 26px;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(81, 48, 31, 0.1);
  border: 1px solid rgba(81, 48, 31, 0.08);
}

.contact-card a {
  color: var(--pink);
  font-weight: 900;
}

footer {
  padding: 26px;
  text-align: center;
  background: var(--brown);
  color: white;
  font-family: Arial, sans-serif;
}

@media (max-width: 1120px) {
  .site-header {
    align-items: flex-start;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 12px;
  }
}

@media (max-width: 900px) {
  .site-header {
    align-items: center;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 18px;
    left: 18px;
    background: white;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    border-radius: 18px;
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .hero,
  .custom-orders,
  .about-preview,
  .two-column {
    grid-template-columns: 1fr;
  }

  .cookie-grid,
  .trust-strip,
  .option-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .order-panel {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .brand {
    min-width: 0;
  }

  .brand-photo {
    width: 58px;
    height: 58px;
  }

  .brand-text {
    font-size: 1.15rem;
  }

  .cookie-grid,
  .trust-strip,
  .option-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 46px;
  }

  h1 {
    font-size: 3.1rem;
  }
}


/* About page additions */

.bio-section {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 42px;
  align-items: center;
  padding: 82px clamp(22px, 7vw, 100px);
  background: white;
}

.bio-copy p,
.heritage-section p,
.fact-card p {
  font-family: Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #684330;
}

.bio-placeholder {
  min-height: 320px;
  display: grid;
  place-items: center;
}

.placeholder-frame {
  width: min(360px, 84vw);
  aspect-ratio: 1 / 1;
  border: 3px dashed rgba(246, 59, 136, 0.45);
  border-radius: 30px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(246, 59, 136, 0.12), transparent 28%),
    linear-gradient(135deg, #fff8f2, #ffe9f1);
  box-shadow: 0 14px 34px rgba(81, 48, 31, 0.1);
  text-align: center;
  padding: 30px;
}

.placeholder-frame span {
  font-family: Arial, sans-serif;
  color: var(--pink);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.heritage-section {
  padding: 86px clamp(22px, 7vw, 100px);
  background:
    radial-gradient(circle at 8% 8%, rgba(246, 59, 136, 0.12), transparent 26%),
    linear-gradient(135deg, #fff8f2, #f7dfca);
}

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

.fact-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(81, 48, 31, 0.1);
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 14px 34px rgba(81, 48, 31, 0.1);
}

.fact-number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--pink);
  color: white;
  font-family: Arial, sans-serif;
  font-weight: 900;
  font-size: 0.82rem;
}

.fact-card h3 {
  margin-bottom: 12px;
}

@media (max-width: 1000px) {
  .fact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bio-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .fact-grid {
    grid-template-columns: 1fr;
  }
}


/* Order shop page additions */
.order-notices { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 22px; padding: 42px clamp(22px, 7vw, 100px) 0; }
.minimum-card { border-left: 7px solid var(--pink); }
.allergy-card { border-left: 7px solid var(--brown-soft); }
.order-notices h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); }
.order-notices p { font-family: Arial, sans-serif; color: #684330; line-height: 1.7; }
.shop-layout { display: grid; grid-template-columns: 1fr 340px; gap: 32px; align-items: start; padding: 54px clamp(22px, 7vw, 100px) 90px; }
.shop-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 24px; }
.shop-heading p { font-family: Arial, sans-serif; color: #684330; line-height: 1.6; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.product-card { display: grid; grid-template-columns: 125px 1fr; grid-template-areas: "image info" "button button"; gap: 18px; background: white; border: 1px solid rgba(81, 48, 31, 0.08); border-radius: 24px; padding: 22px; box-shadow: 0 14px 34px rgba(81, 48, 31, 0.1); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(81, 48, 31, 0.15); }
.product-image { grid-area: image; width: 125px; height: 125px; margin: 0; }
.product-info { grid-area: info; }
.product-category { margin-bottom: 8px; color: #9b928b; font-family: Arial, sans-serif; font-size: 0.78rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.08em; }
.product-info h3 { margin-bottom: 8px; }
.product-info p:not(.product-category) { margin-bottom: 10px; font-family: Arial, sans-serif; color: #684330; line-height: 1.55; }
.product-price { color: #10a636; font-family: Arial, sans-serif; font-size: 1.25rem; font-weight: 900; }
.add-to-cart { grid-area: button; width: 100%; }
.cart-panel { position: sticky; top: 120px; }
.cart-box { background: white; border-radius: 28px; padding: 28px; box-shadow: 0 18px 45px rgba(81, 48, 31, 0.16); border: 1px solid rgba(81, 48, 31, 0.08); }
.cart-box h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.cart-help, .checkout-note, .empty-cart, .cart-message, .cart-items p { font-family: Arial, sans-serif; color: #684330; line-height: 1.6; }
.cart-items { display: grid; gap: 12px; margin: 22px 0; padding: 18px 0; border-top: 1px solid rgba(81, 48, 31, 0.12); border-bottom: 1px solid rgba(81, 48, 31, 0.12); }
.cart-line { display: flex; justify-content: space-between; gap: 12px; font-family: Arial, sans-serif; color: var(--brown); }
.cart-line strong { color: var(--pink); }
.cart-total { display: flex; justify-content: space-between; align-items: center; font-family: Arial, sans-serif; margin-bottom: 16px; }
.cart-total span { color: #684330; font-weight: 800; }
.cart-total strong { color: var(--pink); font-size: 2rem; }
.cart-message { padding: 14px; border-radius: 14px; background: #fff0f5; color: var(--pink-dark); font-weight: 800; }
.cart-message.ready { background: #ecfff0; color: #118631; }
.checkout-placeholder { width: 100%; margin-top: 10px; }
.cookie-img.mm-cookie { background: radial-gradient(circle at 25% 32%, #e64545 0 5%, transparent 6%), radial-gradient(circle at 55% 30%, #3977d4 0 5%, transparent 6%), radial-gradient(circle at 70% 62%, #e8cc30 0 5%, transparent 6%), radial-gradient(circle at 38% 68%, #2da84f 0 5%, transparent 6%), radial-gradient(circle at 48% 48%, #3b2118 0 4%, transparent 5%), #c9823f; }
.cookie-img.snickerdoodle { background: radial-gradient(circle at 34% 34%, rgba(128,73,30,0.32) 0 6%, transparent 7%), radial-gradient(circle at 62% 55%, rgba(128,73,30,0.28) 0 5%, transparent 6%), radial-gradient(circle at 45% 72%, rgba(128,73,30,0.22) 0 5%, transparent 6%), #d69a55; }
.cookie-img.chocolate-crinkle { background: radial-gradient(circle at 34% 34%, rgba(255,255,255,0.85) 0 7%, transparent 8%), radial-gradient(circle at 60% 58%, rgba(255,255,255,0.75) 0 7%, transparent 8%), radial-gradient(circle at 44% 72%, rgba(255,255,255,0.65) 0 6%, transparent 7%), #4c241b; }
.cookie-img.assorted { background: radial-gradient(circle at 25% 30%, #3b2118 0 4%, transparent 5%), radial-gradient(circle at 58% 36%, #e64545 0 5%, transparent 6%), radial-gradient(circle at 45% 65%, rgba(255,255,255,0.78) 0 7%, transparent 8%), radial-gradient(circle at 72% 68%, #3b2118 0 4%, transparent 5%), #d4974e; }
@media (max-width: 1120px) { .shop-layout { grid-template-columns: 1fr; } .cart-panel { position: static; } }
@media (max-width: 900px) { .order-notices { grid-template-columns: 1fr; } .shop-heading { display: block; } }
@media (max-width: 740px) { .product-grid { grid-template-columns: 1fr; } .product-card { grid-template-columns: 100px 1fr; } .product-image { width: 100px; height: 100px; } }
@media (max-width: 480px) { .product-card { grid-template-columns: 1fr; grid-template-areas: "image" "info" "button"; } .product-image { width: 140px; height: 140px; } }


/* FAQ page and updated checkout behavior */

.minimum-summary {
  display: grid;
  gap: 6px;
  margin: 18px 0;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff0f6, #ffe3ee);
  border: 1px solid rgba(246, 59, 136, 0.18);
  font-family: Arial, sans-serif;
}

.minimum-summary strong {
  color: var(--pink-dark);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.82rem;
}

.minimum-summary span {
  color: var(--brown);
  font-weight: 900;
  font-size: 1.05rem;
}

.checkout-placeholder:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
  box-shadow: none;
}

.checkout-placeholder:disabled:hover {
  transform: none;
}

.faq-reminder {
  margin-top: 16px;
  font-family: Arial, sans-serif;
  color: #684330;
  font-size: 0.92rem;
  line-height: 1.55;
}

.faq-reminder a {
  color: var(--pink);
  font-weight: 900;
}

.faq-section {
  padding: 72px clamp(22px, 7vw, 100px);
  background:
    radial-gradient(circle at 8% 5%, rgba(246, 59, 136, 0.10), transparent 28%),
    linear-gradient(135deg, #fff8f2, #f7dfca);
}

.faq-list {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(81, 48, 31, 0.09);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 14px 34px rgba(81, 48, 31, 0.1);
}

.faq-item h2 {
  margin-bottom: 10px;
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
}

.faq-item p {
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #684330;
}

.cottage-note {
  border-left: 7px solid var(--brown-soft);
}

@media (max-width: 1180px) {
  .site-nav {
    font-size: 0.72rem;
    gap: clamp(12px, 1.8vw, 24px);
  }
}


/* v6 special occasion ordering updates */

.event-policy-preview .custom-copy {
  max-width: 760px;
}

.event-policy-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 26px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(81, 48, 31, 0.10);
}

.event-policy-list p,
.event-summary-list p,
.payment-note-small span,
.event-info-strip span,
.event-addon-card p {
  font-family: Arial, sans-serif;
  color: #684330;
  line-height: 1.65;
}

.event-info-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 36px clamp(22px, 7vw, 100px) 0;
}

.event-info-strip article {
  background: white;
  border: 1px solid rgba(81, 48, 31, 0.08);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 14px 34px rgba(81, 48, 31, 0.1);
}

.event-info-strip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--pink-dark);
  font-family: Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.82rem;
}

.occasion-layout {
  padding-top: 46px;
}

.event-options {
  margin-top: 38px;
  display: grid;
  gap: 18px;
}

.event-options h2 {
  margin-bottom: 0;
}

.event-addon-card {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  background: white;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 14px 34px rgba(81, 48, 31, 0.1);
  border: 1px solid rgba(81, 48, 31, 0.08);
}

.checkbox-card {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff0f6;
  border: 1px solid rgba(246, 59, 136, 0.22);
  color: var(--brown);
  font-family: Arial, sans-serif;
  font-weight: 900;
  cursor: pointer;
}

.checkbox-card input {
  width: 18px;
  height: 18px;
  accent-color: var(--pink);
}

.payment-note-small {
  display: grid;
  gap: 6px;
  margin: 16px 0;
  padding: 14px;
  border-radius: 16px;
  background: #fffaf0;
  border: 1px solid rgba(216, 180, 138, 0.55);
  font-family: Arial, sans-serif;
}

.payment-note-small strong {
  color: var(--brown);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.8rem;
}

.event-summary-list {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding: 16px;
  border-radius: 16px;
  background: #fffaf0;
  border: 1px solid rgba(216, 180, 138, 0.55);
}

.event-summary-list p {
  margin: 0;
  font-size: 0.94rem;
}

@media (max-width: 1120px) {
  .event-info-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .event-addon-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .event-info-strip {
    grid-template-columns: 1fr;
  }

  .checkbox-card {
    width: 100%;
  }
}


/* v7 account, event type, payment timing, and better demo-cart updates */

.event-selector-section,
.event-details-section,
.account-section {
  padding: 42px clamp(22px, 7vw, 100px) 0;
}

.event-selector-card,
.event-details-card,
.account-card {
  background: white;
  border: 1px solid rgba(81, 48, 31, 0.08);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 14px 34px rgba(81, 48, 31, 0.1);
}

.event-selector-card,
.event-details-card {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 28px;
  align-items: center;
}

.event-selector-card p,
.event-details-card p,
.account-card p {
  font-family: Arial, sans-serif;
  color: #684330;
  line-height: 1.7;
}

.event-selector-controls,
.event-details-form {
  display: grid;
  gap: 16px;
}

.event-selector-controls label,
.event-details-form label {
  display: grid;
  gap: 8px;
  color: var(--brown);
  font-family: Arial, sans-serif;
  font-weight: 900;
}

.event-selector-controls select,
.event-details-form select,
.event-details-form input {
  width: 100%;
  border: 1px solid rgba(81, 48, 31, 0.2);
  border-radius: 12px;
  padding: 13px 14px;
  font-size: 1rem;
  background: #fffaf6;
}

.payment-choice {
  display: grid;
  gap: 12px;
  margin: 16px 0;
  padding: 16px;
  border-radius: 16px;
  background: #fdf7f0;
  border: 1px solid rgba(216, 180, 138, 0.48);
  font-family: Arial, sans-serif;
}

.payment-choice-title {
  margin: 0;
  color: var(--brown);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.82rem;
}

.payment-choice label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--brown);
  font-weight: 800;
  cursor: pointer;
}

.payment-choice input {
  margin-top: 3px;
  accent-color: var(--pink);
}

.payment-choice em {
  display: block;
  margin-top: 3px;
  color: #7c5a47;
  font-style: normal;
  font-weight: 600;
  font-size: 0.88rem;
}

.cart-box.cart-pulse {
  animation: cartPulse 0.45s ease;
}

@keyframes cartPulse {
  0% { transform: scale(1); }
  40% { transform: scale(1.018); }
  100% { transform: scale(1); }
}

.add-to-cart.just-added {
  background: linear-gradient(135deg, #13a53b, #0f7b2e);
}

.cart-line {
  align-items: center;
}

.cart-line-details {
  display: grid;
  gap: 3px;
}

.cart-line-controls {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cart-control {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: #fff0f6;
  color: var(--pink-dark);
  font-weight: 900;
  cursor: pointer;
}

.cart-control.remove {
  width: auto;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 0.78rem;
}

.cart-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  padding: 14px 18px;
  border-radius: 999px;
  background: var(--brown);
  color: white;
  font-family: Arial, sans-serif;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(81, 48, 31, 0.26);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.cart-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.account-section {
  padding-bottom: 90px;
}

.main-account-card {
  max-width: 920px;
  margin: 0 auto 28px;
  text-align: center;
}

.account-feature-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.disabled-link {
  opacity: 0.65;
  pointer-events: none;
}

@media (max-width: 1180px) {
  .site-nav {
    font-size: 0.68rem;
    gap: clamp(10px, 1.4vw, 20px);
  }

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

@media (max-width: 900px) {
  .event-selector-card,
  .event-details-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .account-feature-grid {
    grid-template-columns: 1fr;
  }

  .cart-toast {
    right: 16px;
    left: 16px;
    text-align: center;
  }
}


/* v8 enhanced Youngstown Cookie Table About section */

.cookie-table-story {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 44px;
  align-items: center;
  padding: 86px clamp(22px, 7vw, 100px);
  background:
    radial-gradient(circle at 12% 8%, rgba(246, 59, 136, 0.10), transparent 28%),
    linear-gradient(135deg, #fff8f2, #f7dfca);
}

.story-copy p,
.story-photo-card figcaption,
.cookie-table-gallery p,
.sources-section a {
  font-family: Arial, sans-serif;
}

.story-copy p {
  font-size: 1.08rem;
  line-height: 1.78;
  color: #684330;
}

.story-photo-card {
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  background: white;
  box-shadow: 0 18px 45px rgba(81, 48, 31, 0.16);
  border: 1px solid rgba(81, 48, 31, 0.09);
}

.story-photo-card img,
.photo-gallery-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.story-photo-card img {
  min-height: 360px;
}

.story-photo-card figcaption {
  padding: 14px 18px;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #7c5a47;
}

.enhanced-heritage {
  background:
    radial-gradient(circle at 85% 5%, rgba(246, 59, 136, 0.12), transparent 28%),
    linear-gradient(135deg, #fff8f2, #fff1e5);
}

.cookie-table-gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.8fr;
  gap: 24px;
  padding: 82px clamp(22px, 7vw, 100px);
  background: white;
}

.gallery-card {
  min-height: 320px;
  border-radius: 28px;
  overflow: hidden;
  background: #fff8f2;
  box-shadow: 0 14px 34px rgba(81, 48, 31, 0.1);
  border: 1px solid rgba(81, 48, 31, 0.08);
}

.tradition-graphic {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 18px;
  padding: 30px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 20%, rgba(216, 180, 138, 0.42), transparent 34%),
    linear-gradient(135deg, #fff8f2, #f5e2d0);
}

.tradition-graphic h3 {
  margin-bottom: 0;
}

.tradition-graphic p {
  margin-bottom: 0;
  color: #684330;
  line-height: 1.65;
}

.pink-card {
  background:
    radial-gradient(circle at 50% 10%, rgba(246, 59, 136, 0.16), transparent 38%),
    linear-gradient(135deg, #fff8f2, #ffe0ec);
}

.mini-cookie-table {
  position: relative;
  width: 230px;
  height: 120px;
  border-radius: 16px 16px 28px 28px;
  background: #f1d7bd;
  box-shadow: inset 0 -20px 0 rgba(81, 48, 31, 0.08);
}

.mini-cookie-table::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  height: 16px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.72);
}

.mini-cookie-table span {
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 35%, #3b2118 0 7%, transparent 8%),
    radial-gradient(circle at 62% 38%, #3b2118 0 7%, transparent 8%),
    radial-gradient(circle at 48% 64%, #3b2118 0 7%, transparent 8%),
    #c9823f;
  box-shadow: inset -7px -9px 0 rgba(94, 47, 20, 0.16);
}

.mini-cookie-table span:nth-child(1) { left: 18px; top: -18px; }
.mini-cookie-table span:nth-child(2) { left: 74px; top: -28px; }
.mini-cookie-table span:nth-child(3) { left: 132px; top: -14px; }
.mini-cookie-table span:nth-child(4) { left: 48px; top: 44px; }
.mini-cookie-table span:nth-child(5) { left: 126px; top: 50px; }

.heritage-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.heritage-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 15px;
  border-radius: 999px;
  background: white;
  color: var(--pink-dark);
  font-family: Arial, sans-serif;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(81, 48, 31, 0.10);
}

.sources-section {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 34px;
  padding: 72px clamp(22px, 7vw, 100px);
  background: #fff8f2;
  border-top: 1px solid rgba(81, 48, 31, 0.08);
}

.sources-section h2 {
  font-size: clamp(1.8rem, 3.5vw, 3rem);
}

.source-list {
  display: grid;
  gap: 12px;
  align-content: center;
}

.sources-section a {
  display: block;
  padding: 16px 18px;
  border-radius: 16px;
  background: white;
  color: var(--brown);
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(81, 48, 31, 0.08);
  border: 1px solid rgba(81, 48, 31, 0.08);
}

.sources-section a:hover {
  color: var(--pink-dark);
}

@media (max-width: 1020px) {
  .cookie-table-story,
  .sources-section {
    grid-template-columns: 1fr;
  }

  .cookie-table-gallery {
    grid-template-columns: 1fr;
  }

  .photo-gallery-card {
    min-height: 380px;
  }
}

@media (max-width: 640px) {
  .story-photo-card img,
  .photo-gallery-card {
    min-height: 260px;
  }
}


/* v9 user wedding photos and rewritten cookie-table section */

.personal-cookie-story {
  align-items: stretch;
}

.story-photo-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: center;
}

.story-photo-stack .story-photo-card {
  height: 100%;
}

.story-photo-stack .story-photo-card img {
  min-height: 520px;
  max-height: 660px;
  object-fit: cover;
}

.offset-photo {
  transform: translateY(34px);
}

.family-gallery {
  grid-template-columns: 1fr 1fr 0.9fr;
}

.family-gallery .photo-gallery-card {
  min-height: 520px;
}

.family-gallery .photo-gallery-card img {
  object-fit: cover;
}

@media (max-width: 1120px) {
  .story-photo-stack {
    grid-template-columns: 1fr;
  }

  .offset-photo {
    transform: none;
  }

  .family-gallery {
    grid-template-columns: 1fr;
  }

  .family-gallery .photo-gallery-card {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .story-photo-stack .story-photo-card img,
  .family-gallery .photo-gallery-card {
    min-height: 300px;
  }
}


/* v10 real homepage hero photo and caption-free cookie table photos */

.photo-hero-card {
  min-height: 540px;
  align-items: center;
}

.photo-hero-card img {
  width: min(520px, 86vw);
  height: min(600px, 78vh);
  object-fit: cover;
  object-position: center;
  border-radius: 34px;
  box-shadow: 0 24px 60px rgba(81, 48, 31, 0.24);
  border: 10px solid rgba(255, 255, 255, 0.62);
  transform: rotate(1.5deg);
}

.no-caption-photos .story-photo-card {
  background: transparent;
}

.no-caption-photos .story-photo-card img {
  border-radius: 30px;
}

@media (max-width: 900px) {
  .photo-hero-card {
    min-height: auto;
  }

  .photo-hero-card img {
    height: 520px;
    transform: none;
  }
}

@media (max-width: 640px) {
  .photo-hero-card img {
    height: 380px;
    border-radius: 24px;
  }
}


/* v11 header logo cleanup and homepage service-area line */

.text-only-brand {
  min-width: 290px;
}

.text-only-brand .brand-text {
  font-size: clamp(1.85rem, 2.8vw, 2.65rem);
  line-height: 0.86;
  letter-spacing: 0.015em;
}

.service-area-line {
  margin-top: -8px;
  margin-bottom: 28px;
  font-family: Arial, sans-serif;
  font-size: 1.02rem;
  line-height: 1.55;
  color: #7b4d37;
  font-weight: 800;
}

@media (max-width: 640px) {
  .text-only-brand {
    min-width: 0;
  }

  .text-only-brand .brand-text {
    font-size: 1.55rem;
  }
}


/* v12 gallery, quantity guide, test checkout, and order policy */

.footer-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.footer-links a {
  color: white;
  font-size: 0.88rem;
  text-decoration: none;
  opacity: 0.86;
}

.footer-links a:hover {
  opacity: 1;
  text-decoration: underline;
}

.home-gallery-teaser {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 36px;
  align-items: center;
  padding: 80px clamp(22px, 7vw, 100px);
  background: white;
}

.teaser-copy p {
  font-family: Arial, sans-serif;
  color: #684330;
  line-height: 1.75;
}

.teaser-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.teaser-photos img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 14px 34px rgba(81, 48, 31, 0.13);
}

.teaser-photos img:nth-child(2) {
  transform: translateY(34px);
}

.gallery-intro {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 34px;
  padding: 70px clamp(22px, 7vw, 100px);
  background: white;
}

.gallery-intro p {
  font-family: Arial, sans-serif;
  color: #684330;
  line-height: 1.75;
}

.masonry-gallery {
  columns: 3 280px;
  column-gap: 22px;
  padding: 20px clamp(22px, 7vw, 100px) 90px;
  background: white;
}

.gallery-photo {
  break-inside: avoid;
  margin: 0 0 22px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 14px 34px rgba(81, 48, 31, 0.13);
  border: 1px solid rgba(81, 48, 31, 0.08);
}

.gallery-photo img {
  width: 100%;
  display: block;
}

.quantity-guide-section {
  padding: 80px clamp(22px, 7vw, 100px);
  background:
    radial-gradient(circle at 85% 5%, rgba(246, 59, 136, 0.12), transparent 28%),
    linear-gradient(135deg, #fff8f2, #fff1e5);
}

.quantity-table-wrap {
  max-width: 980px;
  margin: 0 auto;
  overflow-x: auto;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(81, 48, 31, 0.10);
}

.quantity-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  font-family: Arial, sans-serif;
}

.quantity-table th,
.quantity-table td {
  padding: 18px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(81, 48, 31, 0.10);
}

.quantity-table th {
  background: #fff0f6;
  color: var(--pink-dark);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.82rem;
}

.quantity-table td:nth-child(2) {
  font-weight: 900;
  color: var(--brown);
}

.quantity-note {
  max-width: 980px;
  margin: 18px auto 0;
  font-family: Arial, sans-serif;
  color: #684330;
  font-weight: 900;
}

.mini-link-button {
  margin-top: 14px;
  border: 0;
  background: transparent;
  color: var(--pink-dark);
  font-family: Arial, sans-serif;
  font-weight: 900;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.holiday-preview-wrap,
.holiday-type-wrap {
  display: none !important;
}

.holiday-preview-wrap.show,
.holiday-type-wrap.show {
  display: grid !important;
}

.quantity-helper-card {
  margin: 42px clamp(22px, 7vw, 100px) 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  background: white;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 14px 34px rgba(81, 48, 31, 0.10);
  border: 1px solid rgba(81, 48, 31, 0.08);
}

.quantity-helper-card p {
  font-family: Arial, sans-serif;
  color: #684330;
  line-height: 1.65;
}

.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 32px;
  align-items: start;
  padding: 70px clamp(22px, 7vw, 100px);
  background: white;
}

.checkout-form-card,
.checkout-summary-card,
.policy-item,
.needed-info-card {
  background: #fffaf6;
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 14px 34px rgba(81, 48, 31, 0.10);
  border: 1px solid rgba(81, 48, 31, 0.08);
}

.checkout-summary-card {
  position: sticky;
  top: 120px;
}

.checkout-form textarea {
  min-height: 110px;
}

.checkbox-line {
  display: flex !important;
  grid-template-columns: auto 1fr !important;
  align-items: flex-start;
  gap: 12px !important;
  font-weight: 800;
}

.checkbox-line input {
  width: auto;
  margin-top: 4px;
  accent-color: var(--pink);
}

.checkout-summary-list,
.checkout-policy-box {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding: 16px;
  border-radius: 16px;
  background: white;
  border: 1px solid rgba(81, 48, 31, 0.08);
}

.checkout-summary-list p,
.checkout-policy-box p,
.policy-item p,
.needed-info-card li {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #684330;
  line-height: 1.65;
}

.checkout-summary-line {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-family: Arial, sans-serif;
}

.checkout-summary-line strong {
  color: var(--pink-dark);
}

.policy-link {
  color: var(--pink-dark);
  font-family: Arial, sans-serif;
  font-weight: 900;
}

.policy-section {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
  align-items: start;
  padding: 70px clamp(22px, 7vw, 100px);
  background: white;
}

.policy-list {
  display: grid;
  gap: 18px;
}

.needed-info-card {
  position: sticky;
  top: 120px;
}

.needed-info-card ul {
  margin: 0;
  padding-left: 20px;
}

.policy-item h2,
.needed-info-card h2 {
  font-size: clamp(1.55rem, 2.8vw, 2.3rem);
}

@media (max-width: 1120px) {
  .checkout-layout,
  .policy-section,
  .home-gallery-teaser,
  .gallery-intro {
    grid-template-columns: 1fr;
  }

  .checkout-summary-card,
  .needed-info-card {
    position: static;
  }

  .teaser-photos img:nth-child(2) {
    transform: none;
  }

  .quantity-helper-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .teaser-photos {
    grid-template-columns: 1fr;
  }

  .teaser-photos img {
    height: 280px;
  }
}


/* v13 header overflow fix and nav reorder */

body {
  overflow-x: hidden;
}

.site-header {
  justify-content: flex-start;
  padding-left: clamp(18px, 4vw, 56px);
  padding-right: clamp(18px, 4vw, 56px);
  gap: clamp(22px, 3vw, 52px);
}

.site-nav {
  margin-left: auto;
  gap: clamp(14px, 1.8vw, 28px);
  font-size: clamp(0.68rem, 0.86vw, 0.78rem);
  white-space: nowrap;
}

.text-only-brand {
  min-width: 215px;
  flex: 0 0 auto;
}

.text-only-brand .brand-text {
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
}

@media (max-width: 1180px) {
  .site-header {
    gap: 18px;
  }

  .site-nav {
    margin-left: auto;
    gap: 14px;
    font-size: 0.65rem;
  }

  .text-only-brand {
    min-width: 185px;
  }

  .text-only-brand .brand-text {
    font-size: 1.75rem;
  }
}

@media (max-width: 900px) {
  .site-header {
    justify-content: space-between;
  }

  .site-nav {
    margin-left: 0;
    white-space: normal;
    font-size: 0.78rem;
  }
}


/* v14 weddings/special occasions split and tighter 9-tab header */

.site-header {
  padding-left: clamp(14px, 3vw, 44px);
  padding-right: clamp(14px, 3vw, 44px);
  gap: clamp(16px, 2vw, 36px);
}

.text-only-brand {
  min-width: 178px;
}

.text-only-brand .brand-text {
  font-size: clamp(1.5rem, 2.1vw, 2.15rem);
}

.site-nav {
  gap: clamp(10px, 1.35vw, 22px);
  font-size: clamp(0.61rem, 0.78vw, 0.72rem);
  letter-spacing: 0.075em;
}

.wedding-card-grid {
  grid-template-columns: repeat(4, 1fr);
}

.wedding-only-hero h1 {
  max-width: 1040px;
}

.wedding-info-section {
  background: white;
}

.wedding-policy-preview {
  background:
    radial-gradient(circle at 85% 8%, rgba(246, 59, 136, 0.12), transparent 28%),
    linear-gradient(135deg, #fff8f2, #f7dfca);
}

@media (max-width: 1220px) {
  .site-header {
    gap: 14px;
  }

  .text-only-brand {
    min-width: 155px;
  }

  .text-only-brand .brand-text {
    font-size: 1.55rem;
  }

  .site-nav {
    gap: 10px;
    font-size: 0.58rem;
    letter-spacing: 0.065em;
  }
}

@media (max-width: 900px) {
  .site-nav {
    font-size: 0.78rem;
    letter-spacing: 0.09em;
  }

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

@media (max-width: 640px) {
  .wedding-card-grid {
    grid-template-columns: 1fr;
  }
}


/* v15 gallery additions, uniform product cards, order-panel cleanup, wedding notice */

.product-grid {
  align-items: stretch;
}

.product-card {
  min-height: 0;
  height: 100%;
  grid-template-columns: 118px 1fr;
  gap: 16px;
}

.product-image {
  width: 118px;
  height: 118px;
}

.product-info h3 {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.05;
  margin-bottom: 8px;
}

.product-info p:not(.product-category) {
  font-size: 0.98rem;
  line-height: 1.45;
  margin-bottom: 8px;
}

.product-price {
  font-size: 1.1rem;
}

.add-to-cart {
  min-height: 44px;
  padding: 0 18px;
}

.cart-box .payment-choice,
.cart-box .payment-note-small {
  display: none;
}

.gallery-photo.wide {
  column-span: all;
}

.gallery-photo.wide img {
  max-height: 620px;
  object-fit: cover;
}

.wedding-policy-preview .event-policy-list {
  border-left: 7px solid var(--pink);
}

@media (max-width: 740px) {
  .product-card {
    grid-template-columns: 92px 1fr;
  }

  .product-image {
    width: 92px;
    height: 92px;
  }
}

@media (max-width: 480px) {
  .product-card {
    grid-template-columns: 1fr;
  }

  .product-image {
    width: 130px;
    height: 130px;
  }
}


/* v16 uniform order cards */

.product-grid {
  grid-template-columns: repeat(2, minmax(0, 410px));
  justify-content: start;
  align-items: stretch;
  gap: 24px;
}

.product-card {
  width: 100%;
  min-height: 410px;
  max-height: 410px;
  display: grid;
  grid-template-columns: 140px 1fr;
  grid-template-rows: 1fr auto;
  grid-template-areas:
    "image info"
    "button button";
  align-items: start;
  overflow: hidden;
}

.product-image {
  width: 140px;
  height: 140px;
}

.product-info {
  min-width: 0;
}

.product-info h3 {
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.05;
}

.product-info p:not(.product-category) {
  font-size: 1rem;
  line-height: 1.48;
}

.add-to-cart {
  align-self: end;
}

@media (max-width: 1180px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-card {
    min-height: 390px;
    max-height: 390px;
    grid-template-columns: 120px 1fr;
  }

  .product-image {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 740px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: auto;
    max-height: none;
  }
}

@media (max-width: 480px) {
  .product-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "image"
      "info"
      "button";
  }
}

/* v17 CRM/order management demo */
.demo-warning,.payment-option-card,.email-preview-card,.dashboard-toolbar,.dashboard-card,.notification-item,.message-modal-card{background:white;border:1px solid rgba(81,48,31,.10);border-radius:24px;box-shadow:0 14px 34px rgba(81,48,31,.10)}
.demo-warning{display:grid;gap:6px;margin:18px 0 24px;padding:16px;background:#fffaf0;font-family:Arial,sans-serif}.demo-warning strong{color:var(--pink-dark);text-transform:uppercase;letter-spacing:.06em;font-size:.82rem}.demo-warning span,.email-preview-card p,.dashboard-card p,.notification-item p,.message-modal-card p{color:#684330;line-height:1.6;font-family:Arial,sans-serif}
.payment-option-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:24px}.payment-option-card{display:flex;align-items:flex-start;gap:12px;padding:18px;cursor:pointer;font-family:Arial,sans-serif}.payment-option-card input{margin-top:4px;accent-color:var(--pink)}.payment-option-card strong{display:block;color:var(--brown);margin-bottom:4px}.payment-option-card em{display:block;color:#7c5a47;font-style:normal;font-size:.92rem;line-height:1.45}
.email-preview-section{padding:78px clamp(22px,7vw,100px);background:linear-gradient(135deg,#fff8f2,#ffe7ef)}.email-preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:1180px;margin:0 auto}.email-preview-card{padding:28px}.email-preview-card ul{padding-left:20px;font-family:Arial,sans-serif;color:#684330;line-height:1.65}.preview-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:30px}
.dashboard-toolbar{margin:42px clamp(22px,7vw,100px) 0;padding:28px;display:flex;justify-content:space-between;gap:24px;align-items:flex-end}.dashboard-controls{display:flex;gap:14px;align-items:end;flex-wrap:wrap}.dashboard-controls label{display:grid;gap:8px;font-family:Arial,sans-serif;font-weight:900;color:var(--brown);font-size:.86rem}.dashboard-controls select{border:1px solid rgba(81,48,31,.2);border-radius:12px;padding:12px 14px;background:#fffaf6;min-width:180px}.dashboard-section,.notification-log-section{padding:42px clamp(22px,7vw,100px)}.dashboard-orders{display:grid;gap:22px}.dashboard-card{padding:26px}.dashboard-card-header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px}.status-pill{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:#fff0f6;color:var(--pink-dark);font-family:Arial,sans-serif;font-weight:900;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em}.dashboard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0}.dashboard-metric{background:#fffaf6;border-radius:16px;padding:14px;border:1px solid rgba(81,48,31,.08);font-family:Arial,sans-serif}.dashboard-metric span{display:block;color:#8b6754;font-size:.78rem;text-transform:uppercase;font-weight:900;letter-spacing:.06em;margin-bottom:4px}.dashboard-metric strong{color:var(--brown);font-size:1rem}.dashboard-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.dashboard-actions .btn{min-height:40px;font-size:.72rem;padding:0 14px}.inline-notes{width:100%;min-height:80px;border:1px solid rgba(81,48,31,.2);border-radius:14px;padding:12px;font-family:Arial,sans-serif;background:#fffaf6}
.notification-log{max-width:1100px;margin:0 auto;display:grid;gap:14px}.notification-item{padding:18px}.notification-item strong{color:var(--pink-dark)}.danger-lite{border-color:rgba(246,59,136,.25);color:var(--pink-dark)}.modal-backdrop{position:fixed;inset:0;background:rgba(81,48,31,.35);z-index:200;display:grid;place-items:center;padding:22px}.message-modal-card{width:min(640px,100%);padding:30px;position:relative}.message-modal-card textarea{width:100%;min-height:180px;border:1px solid rgba(81,48,31,.2);border-radius:14px;padding:14px;margin:16px 0;font-family:Arial,sans-serif}.modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border:0;border-radius:50%;background:#fff0f6;color:var(--pink-dark);font-size:1.4rem;font-weight:900;cursor:pointer}.checkout-summary-list hr{width:100%;border:0;border-top:1px solid rgba(81,48,31,.12)}
@media(max-width:1120px){.dashboard-toolbar{flex-direction:column;align-items:flex-start}.dashboard-grid{grid-template-columns:repeat(2,1fr)}.email-preview-grid,.payment-option-grid{grid-template-columns:1fr}}@media(max-width:640px){.dashboard-grid{grid-template-columns:1fr}}


/* v18 quantity guide modal, lead-time rules, date availability, and dashboard modal fixes */

.quantity-modal-card {
  width: min(920px, 96vw);
  max-height: 86vh;
  overflow: auto;
  background: white;
  border-radius: 28px;
  padding: 30px;
  position: relative;
  box-shadow: 0 24px 70px rgba(81, 48, 31, 0.25);
}

.quantity-modal-card p {
  font-family: Arial, sans-serif;
  color: #684330;
  line-height: 1.65;
}

.modal-table-wrap {
  margin-top: 18px;
}

.date-help-text {
  display: block;
  margin-top: 8px;
  color: #7c5a47;
  font-family: Arial, sans-serif;
  font-size: 0.86rem;
  line-height: 1.45;
  font-weight: 700;
}

.date-availability-message {
  grid-column: 1 / -1;
  padding: 15px 16px;
  border-radius: 16px;
  font-family: Arial, sans-serif;
  line-height: 1.55;
  border: 1px solid rgba(81, 48, 31, 0.12);
}

.date-availability-message.ok {
  background: #ecfff0;
  color: #116b2b;
}

.date-availability-message.warning {
  background: #fff7e5;
  color: #7a4b13;
}

.date-availability-message.blocked {
  background: #fff0f6;
  color: var(--pink-dark);
}

.date-exception-line {
  background: #fffaf0;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(216, 180, 138, 0.55);
}

.modal-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.message-modal-card {
  max-height: 90vh;
  overflow: auto;
}

.email-preview-card .email-note {
  padding: 14px 16px;
  border-radius: 16px;
  background: #fffaf0;
  border: 1px solid rgba(216, 180, 138, 0.55);
  margin: 14px 0;
}

.email-preview-card .payment-box {
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff0f6;
  border: 1px solid rgba(246, 59, 136, 0.20);
  margin: 14px 0;
}


/* v19 hard modal-close fix */
/* The hidden attribute must beat the modal display rules, or popups stay stuck open. */
[hidden],
.modal-backdrop[hidden],
.quantity-modal-backdrop[hidden],
#message-modal[hidden],
#quantity-guide-modal[hidden],
#post-payment-preview[hidden] {
  display: none !important;
}

.modal-backdrop.is-open,
.quantity-modal-backdrop.is-open {
  display: grid !important;
}


/* v20 finalized order policy updates */
.external-policy-links {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.external-policy-links a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff0f6;
  color: var(--pink-dark);
  font-family: Arial, sans-serif;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid rgba(246, 59, 136, 0.25);
}
.external-policy-links a:hover { background: var(--pink); color: white; }
.policy-item p + p { margin-top: 12px; }
.needed-info-card li { margin-bottom: 8px; }


/* v24 finalized menu card order and responsive title fitting */

.menu-category-block {
  margin-bottom: clamp(34px, 6vw, 70px);
}

.menu-category-heading {
  align-items: end;
  margin-bottom: 22px;
}

.menu-category-heading h2 {
  font-size: clamp(2.35rem, 5vw, 4.7rem);
}

.bundt-note {
  margin-top: 10px !important;
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff0f6;
  color: var(--pink-dark);
  font-family: Arial, sans-serif;
  font-weight: 900;
  line-height: 1.35;
  border: 1px solid rgba(246, 59, 136, 0.18);
}

.menu-product-grid {
  align-items: stretch;
}

.menu-product-card {
  min-height: 390px;
  height: 100%;
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  grid-template-areas:
    "image info"
    "button button";
  gap: 16px 18px;
  overflow: hidden;
}

.menu-product-card .product-image {
  grid-area: image;
}

.menu-product-card .product-info {
  grid-area: info;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.menu-product-card .add-to-cart {
  grid-area: button;
  width: 100%;
  align-self: end;
}

.menu-product-title {
  width: 100%;
  margin: 0 0 8px;
  font-size: clamp(1.55rem, 2.2vw, 2.05rem);
  line-height: 0.98;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.menu-product-title.title-long {
  font-size: clamp(1.25rem, 1.7vw, 1.58rem);
  line-height: 1.04;
}

.menu-product-title.title-extra-long {
  font-size: clamp(1.02rem, 1.38vw, 1.27rem);
  line-height: 1.08;
}

.menu-product-card .product-info p:not(.product-category) {
  font-size: clamp(0.92rem, 1.3vw, 1rem);
  line-height: 1.42;
  margin-bottom: 10px;
}

.menu-product-card .product-price {
  margin-top: auto;
}

.menu-art {
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #c9823a;
  box-shadow: inset -18px -16px 0 rgba(90, 51, 35, 0.11), 0 16px 26px rgba(90, 51, 35, 0.12);
  overflow: hidden;
}

.menu-art::before,
.menu-art::after {
  content: "";
  position: absolute;
  display: block;
}

.menu-art::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #402218;
  left: 34px;
  top: 34px;
  box-shadow: 42px 1px #402218, 2px 55px #402218, 45px 57px #402218, 78px 74px #402218;
}

/* simple matching placeholder variations */
.menu-art-peanut-butter::before,
.menu-art-pizzelle::before {
  inset: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background:
    linear-gradient(45deg, transparent 43%, rgba(120, 75, 36, .32) 44%, rgba(120, 75, 36, .32) 56%, transparent 57%),
    linear-gradient(-45deg, transparent 43%, rgba(120, 75, 36, .32) 44%, rgba(120, 75, 36, .32) 56%, transparent 57%);
}

.menu-art-snowballs {
  background: #f8f1df;
}

.menu-art-snowballs::before {
  inset: 22px;
  width: auto;
  height: auto;
  border-radius: 50%;
  background: rgba(255,255,255,.62);
  box-shadow: 18px 20px 0 rgba(230,220,200,.40), -12px 38px 0 rgba(230,220,200,.34);
}

.menu-art-7-layer {
  border-radius: 18px;
  background:
    linear-gradient(#8b4b28 0 20%, #f7d36e 20% 40%, #fff3d2 40% 58%, #c9823a 58% 78%, #65402e 78% 100%);
}

.menu-art-pistachio {
  background: #a8c66a;
}

.menu-art-double-chocolate-chunk,
.menu-art-chocolate-iced-brownies {
  background: #4b2c23;
}

.menu-art-pumpkin-w-chocolate-chips {
  background: #d88b3c;
}

.menu-art-pumpkin-w-chocolate-chips::after {
  width: 24px;
  height: 12px;
  border-radius: 50%;
  background: #5f8d40;
  left: 52px;
  top: 12px;
  transform: rotate(-18deg);
}

.menu-art-blueberry::before {
  background: #41559a;
  box-shadow: 42px 15px #41559a, 18px 68px #41559a, 72px 64px #41559a;
}

.menu-art-anginetti-italian-lemon-wedding-cookies {
  background: #f4d889;
}

.menu-art-anginetti-italian-lemon-wedding-cookies::before,
.menu-art-ricotta-w-orange-glaze::before,
.menu-art-orange-creamsicle::before {
  inset: 24px 18px;
  width: auto;
  height: auto;
  border-radius: 45% 55% 45% 55%;
  background: rgba(255,255,255,.72);
  transform: rotate(-12deg);
  box-shadow: none;
}

.menu-art-ricotta-w-orange-glaze {
  background: #f2d5b5;
}

.menu-art-orange-creamsicle {
  background: #f1b15a;
}

.menu-art-sugar-cookies {
  background: #f2d28a;
}

.menu-art-snickerdoodles {
  background: #d8a35d;
}

.menu-art-m-m-cookies::before {
  background: #e53935;
  box-shadow: 44px 0 #2c78d4, 16px 48px #35a852, 62px 58px #f7d13f;
}

.menu-art-pecan-tarts,
.menu-art-carmel-tarts {
  border-radius: 24px;
  background: #d8a35d;
}

.menu-art-pecan-tarts::before,
.menu-art-carmel-tarts::before {
  inset: 24px;
  width: auto;
  height: auto;
  border-radius: 50%;
  background: #7b4a2f;
  box-shadow: inset 0 0 0 8px rgba(255,255,255,.18);
}

.menu-art-buckeyes {
  background: #4b2c23;
}

.menu-art-buckeyes::before {
  inset: 28px;
  width: auto;
  height: auto;
  border-radius: 50%;
  background: #d8a35d;
  box-shadow: none;
}

.menu-art-lemon-blueberry,
.menu-art-chocolate-macaroon,
.menu-art-white-confetti,
.menu-art-strawberry {
  border-radius: 36%;
}

.menu-art-lemon-blueberry {
  background: #e6c66c;
}

.menu-art-chocolate-macaroon {
  background: #4b2c23;
}

.menu-art-white-confetti {
  background: #f3dfad;
}

.menu-art-strawberry {
  background: #f0a2ad;
}

.menu-art-lemon-blueberry::before,
.menu-art-chocolate-macaroon::before,
.menu-art-white-confetti::before,
.menu-art-strawberry::before {
  inset: 34px;
  width: auto;
  height: auto;
  border-radius: 50%;
  background: #fff8f2;
  box-shadow: 0 -18px 0 rgba(255,255,255,.55), 0 18px 0 rgba(255,255,255,.55);
}

.menu-art-chocolate-covered-pretzels {
  background: transparent;
  box-shadow: none;
}

.menu-art-chocolate-covered-pretzels::before {
  width: 76px;
  height: 76px;
  left: 27px;
  top: 27px;
  border: 18px solid #7b4a2f;
  border-radius: 50% 50% 42% 42%;
  background: transparent;
  box-shadow: inset 0 0 0 12px #fff8f2;
}

.menu-art-chocolate-covered-oreos {
  background: #4b2c23;
}

.menu-art-chocolate-covered-oreos::before {
  inset: 26px;
  width: auto;
  height: auto;
  border-radius: 50%;
  background: #fff8f2;
  box-shadow: inset 0 0 0 8px #4b2c23;
}

@media (max-width: 1120px) {
  .menu-product-card {
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 365px;
  }

  .menu-art {
    width: 112px;
    height: 112px;
  }
}

@media (max-width: 760px) {
  .menu-product-card {
    min-height: auto;
    grid-template-columns: 100px minmax(0, 1fr);
    padding: 20px;
  }

  .menu-art {
    width: 100px;
    height: 100px;
  }

  .menu-product-title,
  .menu-product-title.title-long,
  .menu-product-title.title-extra-long {
    font-size: clamp(1.24rem, 5.6vw, 1.72rem);
    line-height: 1.04;
  }

  .bundt-note {
    border-radius: 18px;
  }
}

@media (max-width: 440px) {
  .menu-product-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "image"
      "info"
      "button";
  }

  .menu-art {
    width: 112px;
    height: 112px;
  }
}


/* v25 Batch 1 real product photography */
.menu-product-card .real-product-photo {
  grid-area: image;
  width: 130px;
  height: 130px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  box-shadow: 0 14px 26px rgba(90, 51, 35, 0.16);
  background: #f6eadf;
}

@media (max-width: 1120px) {
  .menu-product-card .real-product-photo {
    width: 112px;
    height: 112px;
  }
}

@media (max-width: 760px) {
  .menu-product-card .real-product-photo {
    width: 100px;
    height: 100px;
    border-radius: 20px;
  }
}

@media (max-width: 440px) {
  .menu-product-card .real-product-photo {
    width: 112px;
    height: 112px;
  }
}


/* v28 generic placeholders for new peanut butter cookies */
.menu-art-peanut-butter-blossoms-w-stars-chocolate-stars {
  background: #d39a4a;
}

.menu-art-peanut-butter-blossoms-w-stars-chocolate-stars::before {
  width: 36px;
  height: 36px;
  left: 47px;
  top: 44px;
  background: #4b2c23;
  border-radius: 34% 34% 28% 28%;
  box-shadow: none;
  transform: rotate(45deg);
}

.menu-art-peanut-butter-blossoms-w-stars-chocolate-stars::after {
  width: 22px;
  height: 22px;
  left: 54px;
  top: 31px;
  background: #4b2c23;
  clip-path: polygon(50% 0%, 61% 34%, 98% 35%, 69% 56%, 79% 92%, 50% 70%, 21% 92%, 31% 56%, 2% 35%, 39% 34%);
}

.menu-art-peanut-butter-cup-cookies {
  background: #d39a4a;
}

.menu-art-peanut-butter-cup-cookies::before {
  width: 56px;
  height: 56px;
  left: 37px;
  top: 37px;
  border-radius: 50%;
  background: #4b2c23;
  box-shadow: inset 0 0 0 10px #6f442d;
}

.menu-art-peanut-butter-cup-cookies::after {
  width: 30px;
  height: 30px;
  left: 50px;
  top: 50px;
  border-radius: 50%;
  background: #d7a65e;
}


/* v30 Trayed Cookies option */
.tray-option-box {
  margin: 18px 0 14px;
  padding: 16px;
  border: 1px solid rgba(239, 47, 134, 0.20);
  border-radius: 18px;
  background: #fff7fb;
}

.tray-option-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

.tray-option-label input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: #ef2f86;
  flex: 0 0 auto;
}

.tray-option-label span {
  display: grid;
  gap: 4px;
}

.tray-option-label strong {
  color: #5a3323;
  font-size: 1rem;
}

.tray-option-label small {
  color: #7a5a49;
  line-height: 1.35;
}

.tray-fee-live {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(90, 51, 35, 0.10);
  color: #7a5a49;
}

.tray-fee-live strong {
  color: #ef2f86;
}

.cart-price-summary {
  display: grid;
  gap: 8px;
  margin: 12px 0 18px;
  padding: 14px 0;
  border-top: 1px solid rgba(90, 51, 35, 0.10);
  border-bottom: 1px solid rgba(90, 51, 35, 0.10);
}

.cart-price-summary > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.cart-price-summary span {
  color: #7a5a49;
}

.cart-grand-total {
  padding-top: 6px;
  font-size: 1.05rem;
}

.cart-grand-total strong {
  color: #ef2f86;
  font-size: 1.25rem;
}

@media (max-width: 760px) {
  .tray-option-box {
    padding: 14px;
  }
}


/* v34 homepage simplification */
.hero h1 {
  text-wrap: balance;
}

.order-panel {
  margin-top: clamp(28px, 4vw, 56px);
  margin-bottom: clamp(34px, 5vw, 72px);
}

.custom-orders + .order-panel {
  margin-top: 0;
}

.order-panel h2 {
  max-width: 820px;
  text-wrap: balance;
}

@media (max-width: 760px) {
  .hero h1 br {
    display: none;
  }
}


/* v35 order page refinements */
.menu-product-card .real-product-photo {
  transform: scale(1.08);
  transform-origin: center;
}

@media (min-width: 761px) {
  .menu-product-title.title-one-line {
    white-space: nowrap;
    font-size: clamp(1.28rem, 1.52vw, 1.66rem);
    line-height: 1.02;
    letter-spacing: -0.01em;
  }
}

@media (max-width: 760px) {
  .menu-product-title.title-one-line {
    white-space: normal;
  }
}


/* v37 requested-date calendar */
.needed-date-box {
  margin: 16px 0 18px;
  padding: 16px;
  border: 1px solid rgba(239, 47, 134, 0.18);
  border-radius: 18px;
  background: #fffaf6;
}

.needed-date-box label {
  display: grid;
  gap: 9px;
}

.needed-date-box label strong {
  color: #5a3323;
  font-size: 0.98rem;
}

.needed-date-box input[type="date"] {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid rgba(90, 51, 35, 0.16);
  border-radius: 12px;
  background: white;
  color: #5a3323;
  font: inherit;
}

.needed-date-box small {
  display: block;
  margin-top: 9px;
  color: #7a5a49;
  line-height: 1.4;
}
