
:root{--pink:#e83f7a;--hot:#d92768;--soft:#fff0f6;--cream:#fffaf7;--brown:#4a2a25;--line:#f3b5c9;--shadow:0 14px 40px rgba(100,30,55,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--brown);font-family:Arial,Helvetica,sans-serif;line-height:1.5}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:10px 5%;background:rgba(255,250,247,.96);border-bottom:2px solid #ffd2e0;backdrop-filter:blur(10px)}.brand img{width:150px;height:66px;object-fit:contain}.desktop-nav{display:flex;gap:24px}.desktop-nav a{color:var(--brown);text-decoration:none;font-weight:700}.desktop-nav a:hover{color:var(--pink)}.cart-button{border:0;background:#ffe0eb;border-radius:999px;padding:10px 16px;font-size:20px;cursor:pointer}.cart-button span{font-size:13px;background:var(--pink);color:white;border-radius:999px;padding:2px 6px;vertical-align:top}.hero{min-height:650px;padding:70px 7%;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;background:radial-gradient(circle at 70% 30%,#fff 0 8%,transparent 9%),linear-gradient(135deg,#ffd6e5,#fff7f4 60%,#ffdbe8);position:relative;overflow:hidden}.hero:before,.hero:after{content:"♥";position:absolute;color:#f48bb0;font-size:80px;opacity:.22}.hero:before{left:3%;top:18%}.hero:after{right:4%;bottom:10%}.eyebrow{color:var(--pink);font-weight:900;letter-spacing:2px;font-size:13px;margin:0 0 8px}.hero h1{font-family:Georgia,serif;font-size:clamp(44px,6vw,76px);line-height:1.02;margin:0 0 20px}.hero h1 span{color:var(--pink);font-style:italic}.hero-copy>p:not(.eyebrow){font-size:20px;max-width:560px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-block;border-radius:999px;padding:14px 25px;text-decoration:none;font-weight:900;border:2px solid var(--pink);cursor:pointer}.btn.primary{background:var(--pink);color:white}.btn.secondary{background:white;color:var(--pink)}.hero-art{position:relative;display:flex;justify-content:center;align-items:center;min-height:470px}.hero-art img{width:min(520px,100%);height:430px;object-fit:contain;filter:drop-shadow(0 18px 20px rgba(120,30,70,.18))}.sparkle{position:absolute;top:0;right:10%;font-size:50px;color:#fff}.cookie-stack{position:absolute;bottom:20px;right:2%;font-size:60px;transform:rotate(-8deg)}.quick-links{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:22px 7%;background:#fff}.quick-links a{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:var(--brown);background:#fff4f8;border:1px solid #ffd0df;border-radius:20px;padding:18px;box-shadow:var(--shadow)}.quick-links b{font-size:28px}.section{padding:75px 7%}.section-title{text-align:center;margin-bottom:30px}.section-title h2{font-family:Georgia,serif;font-size:48px;margin:0 0 8px}.section-title h2 span{color:var(--pink)}.tabs{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:28px}.tab{border:1px solid #f2b2c8;background:white;color:var(--brown);padding:12px 18px;border-radius:999px;font-weight:800;cursor:pointer}.tab.active{background:var(--pink);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card,.box-card{background:#fff;border:1px solid #ffd1df;border-radius:24px;padding:18px;text-align:center;box-shadow:var(--shadow)}.product-image{height:150px;border-radius:18px;background:linear-gradient(135deg,#ffd5e5,#fff);display:grid;place-items:center;font-size:75px;margin-bottom:14px}.product-card h3,.box-card h3{margin:7px 0;font-size:18px}.product-card p,.box-card p{min-height:48px;color:#73504a}.product-card strong,.box-card strong{display:block;font-size:22px;color:var(--pink);margin:8px}.product-card button,.box-card button{width:100%;border:0;background:var(--pink);color:#fff;padding:11px;border-radius:999px;font-weight:900;cursor:pointer}.pink-section{background:linear-gradient(#fff1f7,#ffe2ed)}.box-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.box-photo{height:180px;border-radius:18px;background:linear-gradient(145deg,#ffd1e1,#fff8fa);display:grid;place-items:center;font-size:58px}.delivery{display:flex;justify-content:space-between;align-items:center;gap:30px;background:#fff;border-top:1px solid #ffd4e1;border-bottom:1px solid #ffd4e1}.delivery h2,.about h2{font-family:Georgia,serif;font-size:42px;margin:0}.about{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px}.about-logo{background:linear-gradient(135deg,#ffe0eb,#fff);border-radius:30px;padding:25px;text-align:center}.about-logo img{width:100%;max-width:500px;height:280px;object-fit:contain}.badge{display:inline-block;background:#fff0f6;border:1px dashed var(--pink);border-radius:15px;padding:12px 16px}.contact{background:#fff0f6}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:850px;margin:auto}.contact-grid a{background:white;border:1px solid #ffd1df;padding:22px;border-radius:18px;text-decoration:none;color:var(--brown);text-align:center}footer{text-align:center;padding:35px;background:var(--brown);color:white}.drawer{position:fixed;inset:0;background:rgba(40,15,25,.45);z-index:50;display:none}.drawer.open{display:block}.drawer-panel{position:absolute;right:0;top:0;height:100%;width:min(480px,100%);background:#fffafa;padding:25px;overflow:auto;box-shadow:-15px 0 40px rgba(0,0,0,.15)}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-head h2{font-family:Georgia,serif;font-size:34px}.drawer-head button{font-size:34px;background:none;border:0;cursor:pointer}.cart-item{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:15px 0;border-bottom:1px solid #f4d3df}.cart-item small{display:block;color:#86625c}.qty{display:flex;align-items:center;gap:10px}.qty button{border:0;background:#ffd6e5;border-radius:50%;width:32px;height:32px;font-size:20px}.cart-total{display:flex;justify-content:space-between;padding:20px 0;font-size:20px}.order-options{display:grid;gap:10px;background:#fff0f6;padding:15px;border-radius:16px;margin-bottom:18px}.full{width:100%}.small{font-size:12px;color:#86625c}.empty{text-align:center;padding:50px 10px;color:#86625c}.mobile-nav{display:none}
@media(max-width:1000px){.product-grid,.box-grid{grid-template-columns:repeat(2,1fr)}.desktop-nav{display:none}.hero{grid-template-columns:1fr;min-height:auto;padding-top:45px}.hero-art{min-height:330px}.hero-art img{height:330px}.quick-links{grid-template-columns:repeat(2,1fr)}.about{grid-template-columns:1fr}.delivery{display:block}.contact-grid{grid-template-columns:1fr}}
@media(max-width:600px){body{padding-bottom:72px}.topbar{padding:6px 12px}.brand img{width:120px;height:58px}.hero{padding:38px 18px 25px;text-align:center}.hero h1{font-size:48px}.hero-copy>p:not(.eyebrow){font-size:17px}.hero-actions{justify-content:center}.hero-art{min-height:270px}.hero-art img{height:260px}.cookie-stack{font-size:40px}.quick-links{padding:12px;gap:8px}.quick-links a{padding:12px 5px;font-size:12px}.section{padding:48px 14px}.section-title h2{font-size:38px}.product-grid,.box-grid{grid-template-columns:1fr 1fr;gap:10px}.product-card,.box-card{padding:10px;border-radius:18px}.product-image,.box-photo{height:110px;font-size:50px}.product-card p,.box-card p{font-size:12px;min-height:auto}.product-card h3,.box-card h3{font-size:15px}.product-card strong,.box-card strong{font-size:19px}.product-card button,.box-card button{font-size:12px;padding:9px}.mobile-nav{position:fixed;bottom:0;left:0;right:0;height:68px;background:rgba(255,250,247,.98);z-index:40;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #f4bfd0}.mobile-nav a,.mobile-nav button{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:var(--brown);background:none;border:0;font-size:20px}.mobile-nav span{font-size:10px;font-weight:800}.about-logo img{height:220px}.delivery h2,.about h2{font-size:34px}}


/* Menu artwork showcase */
.menu-showcase { padding-top: 8px; }
.menu-showcase-card {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, .8fr);
  gap: 28px;
  align-items: center;
  background: linear-gradient(135deg, #fff7fb, #ffe2ef);
  border: 1px solid rgba(232,63,122,.18);
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 18px 45px rgba(111, 43, 72, .10);
  overflow: hidden;
}
.menu-showcase-card img {
  width: 100%;
  display: block;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(111,43,72,.14);
}
.menu-showcase-copy { padding: 10px 18px 10px 0; }
.menu-showcase-copy h2 { margin: 6px 0 10px; }
.menu-showcase-copy p { line-height: 1.7; }
@media (max-width: 760px) {
  .menu-showcase-card { grid-template-columns: 1fr; padding: 12px; }
  .menu-showcase-copy { padding: 4px 10px 14px; }
}

/* Real product photography from the Yah Yah's Cookie Jar menu artwork */
.product-image,.box-photo{width:100%;object-fit:cover;display:block;background:#fff4f8;border-radius:18px;}
.product-image{height:180px;}
.box-photo{height:180px;}
.hero-cookie-collage{width:min(540px,100%);display:grid;grid-template-columns:1fr 1fr;gap:18px;transform:rotate(-2deg);}
.hero-cookie-collage img{width:100%;height:205px;object-fit:cover;border-radius:28px;border:8px solid white;box-shadow:0 14px 28px rgba(120,30,70,.18);}
@media(max-width:1000px){.hero-cookie-collage{max-width:520px;margin:auto}.hero-cookie-collage img{height:180px}}
@media(max-width:600px){.product-image,.box-photo{height:125px}.hero-cookie-collage{gap:10px}.hero-cookie-collage img{height:125px;border-width:5px;border-radius:18px}}

.product-group{margin:34px 0}.product-group-title{font-family:Georgia,serif;font-size:30px;color:var(--brown);text-align:left;margin:0 0 16px}.product-group .product-grid{margin-bottom:18px}

/* Yah Yah's Cookie Jar V3 visual cleanup */
.hero-menu-art{min-height:520px;display:flex;align-items:center;justify-content:center}
.hero-menu-art img{width:100%;max-width:620px;height:auto;max-height:540px;object-fit:contain;border-radius:28px;box-shadow:0 20px 45px rgba(120,30,70,.16)}
.menu-showcase{max-width:1050px;margin:0 auto 38px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);border:1px solid #ffd1df;background:#fff}
.menu-showcase img{display:block;width:100%;height:auto}
.product-card{padding:20px}
.product-image{height:220px;object-fit:cover}
.product-card button,.box-card button{position:relative;z-index:2;pointer-events:auto}
.product-group{margin-bottom:42px}
.product-group-title{text-align:left;font-family:Georgia,serif;font-size:30px;color:var(--brown);margin:0 0 16px}
@media(max-width:900px){.hero{grid-template-columns:1fr}.hero-art{order:2}.product-grid{grid-template-columns:repeat(2,1fr)}.product-image{height:200px}}
@media(max-width:600px){.hero-menu-art{min-height:auto}.hero-menu-art img{max-height:none;border-radius:20px}.menu-showcase{margin-bottom:25px;border-radius:18px}.product-image{height:180px}.product-card{padding:12px}.product-group-title{font-size:25px}}


/* V4: larger product photography and cleaner menu layout */
.hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-copy {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.hero-copy h1 { font-size: clamp(3rem, 7vw, 5.8rem); }
.product-group { margin-top: 34px; }
.product-group-title {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin: 0 0 18px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 22px;
}
.product-card {
  background: #fff;
  border-radius: 22px;
  padding: 14px;
  box-shadow: 0 8px 24px rgba(120, 40, 70, .12);
  overflow: hidden;
  text-align: center;
}
.product-image {
  display: block !important;
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 17px;
  margin-bottom: 12px;
  background: #f9dce8;
}
.product-card h3 {
  font-size: 1.15rem;
  margin: 8px 0 5px;
}
.product-card p {
  min-height: 42px;
  margin: 0 0 7px;
}
.add-button {
  width: 100%;
  margin-top: 12px;
  padding: 13px 16px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  background: #ed3d7a;
  color: #fff;
}
.add-button:hover { transform: translateY(-1px); }
.checkout-modal {
  position: fixed;
  inset: 0;
  background: rgba(30,10,20,.55);
  z-index: 100;
  display: none;
  align-items: flex-end;
  justify-content: center;
}
.checkout-modal.open { display: flex; }
.checkout-panel {
  background: #fff7fa;
  width: min(680px, 100%);
  max-height: 94vh;
  overflow: auto;
  border-radius: 28px 28px 0 0;
  padding: 20px;
  box-shadow: 0 -10px 35px rgba(0,0,0,.18);
}
.checkout-panel label {
  display: block;
  font-weight: 700;
  margin: 12px 0;
}
.checkout-panel input,
.checkout-panel select,
.checkout-panel textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 12px 14px;
  border: 1px solid #e6b5c8;
  border-radius: 12px;
  font: inherit;
  box-sizing: border-box;
  background: #fff;
}
.checkout-summary {
  background: #fff;
  border-radius: 16px;
  padding: 12px 15px;
  margin-bottom: 12px;
}
.checkout-summary div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 0;
}
.checkout-total {
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  padding: 16px 0;
}
.checkout-status {
  margin: 12px 0 0;
  line-height: 1.5;
}
.text-button {
  border: 0;
  background: none;
  color: #d52667;
  text-decoration: underline;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}
.hidden-field { display: none !important; }
@media (min-width: 760px) {
  .product-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .product-image { height: 230px; }
  .checkout-modal { align-items: center; padding: 24px; }
  .checkout-panel { border-radius: 28px; }
}

/* ===== V6: exact user-supplied bakery background + full shop ===== */
body{
  background:#fff5f9;
  color:#2b171d;
}
.topbar{
  background:rgba(255,250,252,.98);
  border-bottom:2px solid #f6b3c9;
}
.brand img{
  width:150px !important;
  height:72px !important;
  object-fit:contain !important;
  background:transparent !important;
}
.hero-original{
  min-height:620px;
  padding:0;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  background-image:url("assets/yah-yahs-original-background.jpg") !important;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
}
.hero-original::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(255,235,244,.08);
}
.hero-overlay{
  position:relative;
  z-index:2;
  width:min(560px,44%);
  margin-left:48%;
  text-align:center;
  padding:26px 22px;
  border-radius:28px;
  background:rgba(255,248,251,.72);
  backdrop-filter:blur(2px);
}
.hero-logo{
  width:230px !important;
  height:auto !important;
  object-fit:contain !important;
  margin:auto;
  display:block;
}
.hero-overlay h1{
  font-family:Georgia,serif;
  font-size:clamp(38px,5vw,64px);
  line-height:1.02;
  margin:14px 0;
}
.hero-overlay h1 span{color:#e52e70;font-style:italic;}
.hero-overlay>p:not(.eyebrow){
  font-size:20px;
  margin:0 auto 20px;
  max-width:500px;
}
.shop-section{
  background:
    radial-gradient(circle at 20% 10%, rgba(255,255,255,.9), transparent 25%),
    linear-gradient(#fff0f6,#fff9fb);
}
.shop-section .section-title p:last-child{color:#6d394d;}
.product-group{
  margin:30px 0 38px !important;
  background:#fff !important;
  border:1px solid #f3bfd0 !important;
  border-radius:24px !important;
  padding:0 12px 18px !important;
  box-shadow:0 8px 24px rgba(120,40,70,.10) !important;
}
.product-group-title{
  background:#f7a2bf !important;
  color:#2b171d !important;
  margin:0 -12px 18px !important;
  padding:13px 16px !important;
  border-radius:24px 24px 0 0 !important;
  font-family:Georgia,serif !important;
  font-size:30px !important;
}
.product-group .product-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
}
.product-card{
  padding:12px !important;
  border-radius:20px !important;
  min-width:0;
}
.product-image{
  width:100% !important;
  height:220px !important;
  object-fit:cover !important;
  display:block !important;
  border-radius:16px !important;
  background:#f9dce8 !important;
}
.product-card h3{
  font-size:17px !important;
  min-height:42px;
}
.product-card p{
  min-height:42px !important;
  font-size:13px;
}
.product-card strong{font-size:21px !important;}
.add-button{
  display:block !important;
  position:relative !important;
  z-index:5 !important;
  width:100% !important;
  min-height:42px;
  pointer-events:auto !important;
}
@media(max-width:1000px){
  .hero-overlay{width:58%;margin-left:35%;}
  .product-group .product-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .product-image{height:220px !important;}
}
@media(max-width:600px){
  .brand img{width:120px !important;height:58px !important;}
  .hero-original{min-height:560px;background-position:center top !important;}
  .hero-overlay{
    width:76%;
    margin-left:20%;
    padding:18px 12px;
    background:rgba(255,248,251,.82);
  }
  .hero-logo{width:180px !important;}
  .hero-overlay h1{font-size:38px;}
  .hero-overlay>p:not(.eyebrow){font-size:16px;}
  .product-group .product-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;}
  .product-image{height:170px !important;}
  .product-card{padding:9px !important;}
  .product-card h3{font-size:14px !important;}
  .product-card p{font-size:11px;min-height:34px !important;}
  .product-card strong{font-size:18px !important;}
  .add-button{font-size:11px;padding:9px 5px !important;}
}

/* V9 cart controls */
.cart-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 0;
  border-bottom:1px solid #f0bfd0;
}
.cart-item-main{flex:1;min-width:0;}
.cart-item-main strong{display:block;line-height:1.3;}
.cart-item-main small{display:block;margin-top:4px;color:#805064;}
.cart-item-actions{display:flex;align-items:center;gap:10px;}
.qty{display:flex;align-items:center;gap:7px;}
.qty .cart-action{
  width:36px;height:36px;border:1px solid #e7a4bc;border-radius:50%;
  background:#fff;color:#c8205b;font-size:20px;font-weight:900;cursor:pointer;
}
.qty span{min-width:22px;text-align:center;font-weight:900;}
.remove-item{
  border:0 !important;border-radius:999px !important;padding:9px 13px !important;
  width:auto !important;height:auto !important;background:#fbe0e9 !important;
  color:#a91950 !important;font-size:11px !important;font-weight:900 !important;
  cursor:pointer;
}
.remove-item:hover{background:#f5c5d6 !important;}
@media(max-width:600px){
  .cart-item{flex-direction:column;align-items:flex-start;}
  .cart-item-actions{width:100%;justify-content:space-between;}
}

.payment-rules{
  background:#fff0f6;
  border:1px solid #f2bfd0;
  border-radius:15px;
  padding:12px 14px;
  margin:0 0 14px;
  display:flex;
  flex-direction:column;
  gap:4px;
  color:#633044;
  font-size:13px;
}
.payment-rules strong{color:#b51f57;font-size:15px;}

.payment-choice-note{
  font-weight:700;
  margin:10px 0 12px;
}
.payment-choice-grid{
  display:grid;
  gap:10px;
}
.payment-choice-grid .btn{
  text-align:center;
  text-decoration:none;
}

.email-note{
  background:#fff;
  border:1px solid #f0bfd0;
  border-radius:12px;
  padding:10px 12px;
  margin:0 0 10px;
}

.future-order-box{margin:18px 0;padding:16px;background:#fff0f6;border:1px solid #f1b6ca;border-radius:18px}
.future-order-heading{color:#b51f57;font-size:18px;font-weight:900;margin-bottom:5px}
.future-order-box>p{margin:0 0 10px;font-size:13px;line-height:1.45;color:#6d394d}
.payment-rules{background:#fff0f6;border:1px solid #f2bfd0;border-radius:15px;padding:12px 14px;margin:0 0 14px;display:flex;flex-direction:column;gap:4px;color:#633044;font-size:13px}
.payment-rules strong{color:#b51f57;font-size:15px}

.install-app[hidden]{display:none}.install-app{font-size:14px}
