#preloader,
body {
  background: var(--cream);
}
#preloader,
.hamburger {
  flex-direction: column;
}
.auth-logo span,
.blog-topbar-logo span,
.co-tot-row.grand span:last-child,
.cs-row.grand span:last-child,
.info-sheet-logo span,
.info-tab-btn:hover,
.logo span,
.mobile-menu a:hover,
.nav-links a:hover,
.ot-row.grand span:last-child,
.preload-text,
.prof-tab:hover,
.sir-row.grand span:last-child {
  color: var(--amber);
}
#lightbox,
#preloader,
#scrollTop,
.mobile-menu,
nav {
  position: fixed;
}
.about-img-badge,
.cr-qty span,
.cta-section,
.footer-top-strip,
.offer-card,
.pastry-card-mini,
.section-header.center,
.stats-inner,
.success-wrap,
.why-card {
  text-align: center;
}
#preloader.hide,
.card-icon,
.hero::before,
footer::before {
  pointer-events: none;
}
.auth-terms a,
.footer-links a,
.logo,
.mobile-menu a,
.nav-links a,
.social-btn {
  text-decoration: none;
}
.bd-content ul,
.faq-answer ul,
.footer-links,
.info-ul,
.nav-links {
  list-style: none;
}
#lightbox-caption,
.bd-nl-row button,
.blog-hero::before,
.cr-name,
.cstep-label,
.info-tab-btn {
  white-space: nowrap;
}
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --amber: #d97706;
  --amber-light: #f59e0b;
  --cream: #fff7ed;
  --peach: #fed7aa;
  --brown: #422006;
  --brown-mid: #78350f;
  --white: #ffffff;
  --text: #1c0a00;
  --text-muted: #6b4226;
  --radius: 12px;
  --radius-lg: 20px;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Poppins, sans-serif;
  color: var(--text);
  overflow-x: hidden;
}
#preloader {
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s;
}
.logo,
.nav-inner {
  align-items: center;
  display: flex;
}
#preloader.hide {
  opacity: 0;
}
.cupcake {
  font-size: 64px;
  animation: 1s infinite alternate bounce;
}
.logo,
.preload-text {
  font-family: "Playfair Display", serif;
  font-size: 22px;
}
.preload-text {
  margin-top: 16px;
  letter-spacing: 2px;
}
.preload-bar {
  width: 180px;
  height: 3px;
  background: #fed7aa;
  border-radius: 99px;
  margin-top: 12px;
  overflow: hidden;
}
.hero-content,
.nav-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.preload-bar-inner {
  height: 100%;
  background: var(--amber);
  animation: 1.8s forwards load;
}
@keyframes bounce {
  from {
    transform: translateY(0) scale(1);
  }
  to {
    transform: translateY(-16px) scale(1.1);
  }
}
@keyframes load {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
nav {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(255, 247, 237, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(217, 119, 6, 0.15);
  transition: box-shadow 0.3s;
}
nav.scrolled {
  box-shadow: 0 2px 20px rgba(66, 32, 6, 0.12);
}
.nav-inner {
  padding: 0 24px;
  height: 68px;
  justify-content: space-between;
}
.logo {
  font-weight: 700;
  color: var(--brown);
  gap: 8px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  transition: color 0.2s;
  position: relative;
}
.mobile-menu a,
h1.hero-title {
  font-family: "Playfair Display", serif;
  color: var(--brown);
}
.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--amber);
  transition: width 0.3s;
  border-radius: 99px;
}
.nav-links a:hover::after {
  width: 100%;
}
.btn-order {
  background: var(--amber);
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  font-family: Poppins, sans-serif;
}
.btn-order:hover,
.newsletter-input-wrap button:hover {
  background: var(--amber-light);
  transform: translateY(-1px);
}
.hamburger {
  display: none;
  gap: 5px;
  cursor: pointer;
  border: none;
  background: 0 0;
  padding: 4px;
}
.hamburger span {
  width: 22px;
  height: 2px;
  background: var(--brown);
  border-radius: 99px;
  transition: 0.3s;
}
.mobile-menu {
  display: none;
  inset: 68px 0 0;
  background: var(--cream);
  z-index: 998;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
#lightbox.open,
.cart-step.active-step,
.hero,
.mobile-menu.open {
  display: flex;
}
.about-image-wrap,
.card-wrap,
.hero,
.hero-right {
  position: relative;
}
.mobile-menu a {
  font-size: 24px;
  transition: color 0.2s;
}
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--cream) 0, #fef3c7 100%);
  overflow: hidden;
  align-items: center;
  padding: 100px 0 60px;
}
.hero::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -80px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(254, 215, 170, 0.5) 0,
    transparent 70%
  );
}
.hero-content {
  width: 100%;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero-left {
  z-index: 2;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(217, 119, 6, 0.1);
  color: var(--amber);
  border: 1px solid rgba(217, 119, 6, 0.3);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
h1.hero-title {
  font-size: clamp(36px, 4.5vw, 62px);
  line-height: 1.15;
  margin-bottom: 20px;
}
h1.hero-title em {
  color: var(--amber);
  font-style: italic;
}
.hero-sub {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 420px;
}
.btn-outline,
.btn-primary {
  font-size: 15px;
  font-weight: 600;
  transition: 0.2s;
  font-family: Poppins, sans-serif;
  cursor: pointer;
}
.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.btn-primary {
  background: var(--amber);
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-primary:hover {
  background: var(--brown-mid);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(217, 119, 6, 0.35);
}
.btn-outline {
  background: 0 0;
  color: var(--brown);
  border: 2px solid var(--brown);
  padding: 13px 28px;
  border-radius: 50px;
}
.badge-num,
.pastry-name,
.product-name,
.product-price,
.section-title,
.stat-num {
  font-family: "Playfair Display", serif;
}
.btn-outline:hover {
  background: var(--brown);
  color: #fff;
}
.hero-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-tag {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
}
.hero-tag::before {
  content: "✓";
  width: 20px;
  height: 20px;
  background: rgba(217, 119, 6, 0.15);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--amber);
  font-size: 11px;
  font-weight: 700;
}
.hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.hero-pastry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  transform: rotate(3deg);
  width: 100%;
}
.pastry-card-mini {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 8px 32px rgba(66, 32, 6, 0.1);
  transition: transform 0.3s;
}
.pastry-card-mini:hover {
  transform: scale(1.04);
}
.pastry-card-mini:nth-child(2) {
  margin-top: 24px;
}
.pastry-card-mini:nth-child(4) {
  margin-top: -24px;
}
.pastry-emoji {
  font-size: 48px;
  display: block;
  margin-bottom: 8px;
}
.pastry-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--brown);
}
.badge-num,
.pastry-price,
.section-tag,
.stat-num {
  font-weight: 700;
}
.pastry-price {
  font-size: 14px;
  color: var(--amber);
  margin-top: 4px;
}
.stats-bar {
  background: var(--brown);
  padding: 40px 0;
}
.container,
.stats-inner {
  max-width: 1280px;
  padding: 0 24px;
}
.stats-inner {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.about-features,
.about-grid {
  grid-template-columns: 1fr 1fr;
}
.stat-num {
  font-size: 36px;
  color: var(--amber-light);
}
.stat-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 4px;
}
.container,
.section-header.center .section-sub {
  margin: 0 auto;
}
section {
  padding: 80px 0;
}
.section-tag {
  display: inline-block;
  background: rgba(217, 119, 6, 0.1);
  color: var(--amber);
  font-size: 12px;
  letter-spacing: 1.5px;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.offer-badge,
.product-category {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.section-title {
  font-size: clamp(28px, 3.5vw, 44px);
  color: var(--brown);
  line-height: 1.25;
  margin-bottom: 12px;
}
.section-sub {
  font-size: 16px;
  color: var(--text-muted);
  max-width: 520px;
}
.section-header {
  margin-bottom: 52px;
}
.about-grid {
  display: grid;
  gap: 72px;
  align-items: center;
}
.about-img-main {
  width: 100%;
  border-radius: var(--radius-lg);
  height: 440px;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120px;
  background: linear-gradient(135deg, #fed7aa 0, #fdba74 50%, #f97316 100%);
}
.about-feat,
.about-img-badge {
  background: #fff;
  border-radius: var(--radius);
}
.about-img-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  padding: 18px 22px;
  box-shadow: 0 8px 32px rgba(66, 32, 6, 0.15);
}
.gallery-item,
.offers-bg {
  position: relative;
  overflow: hidden;
}
.badge-num {
  font-size: 36px;
  color: var(--amber);
  display: block;
}
.badge-label,
.feat-desc,
.testi-role {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 2px;
}
.about-features {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}
.about-feat {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(217, 119, 6, 0.1);
}
#lightbox,
.product-body {
  padding: 20px;
}
.feat-icon {
  width: 36px;
  height: 36px;
  background: rgba(217, 119, 6, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.feat-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--brown);
}
.products-bg,
.testimonials-bg {
  background: #fff;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}
.product-card {
  background: var(--cream);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid rgba(217, 119, 6, 0.1);
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(66, 32, 6, 0.15);
}
.product-img {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  background: linear-gradient(135deg, #fff7ed 0, #fed7aa 100%);
  transition: transform 0.3s;
}
.btn-add,
.menu-item,
.tab {
  transition: 0.2s;
}
.bd-related-card:hover .bd-related-img img,
.product-card:hover .product-img {
  transform: scale(1.05);
}
#scrollTop.show,
.gallery-item:hover .gallery-overlay-label {
  transform: translateY(0);
}
.product-category {
  font-size: 11px;
  font-weight: 700;
  color: var(--amber);
  margin-bottom: 6px;
}
.product-name {
  font-size: 18px;
  color: var(--brown);
  margin-bottom: 8px;
}
.product-desc {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 16px;
}
.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-price {
  font-size: 20px;
  font-weight: 700;
  color: var(--amber);
}
.btn-add {
  background: var(--amber);
  color: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-add:hover {
  background: var(--brown-mid);
  transform: scale(1.1);
}
.menu-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.tab {
  padding: 9px 20px;
  border-radius: 50px;
  border: 2px solid rgba(217, 119, 6, 0.25);
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  background: 0 0;
  font-family: Poppins, sans-serif;
}
#lightbox-caption,
.cta-title,
.gallery-overlay-label,
.menu-item-name,
.offer-title,
.testi-avatar,
.why-title {
  font-family: "Playfair Display", serif;
}
.blog-back-btn:hover,
.blog-cat.active,
.blog-cat:hover,
.blog-close-btn:hover,
.cr-qty button:hover,
.faq-cat.active,
.faq-cat:hover,
.sc-close-btn:hover,
.tab.active,
.tab:hover {
  background: var(--amber);
  color: #fff;
  border-color: var(--amber);
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}
.menu-item,
.menu-item-icon {
  display: flex;
  align-items: center;
}
.menu-item {
  background: #fff;
  border-radius: var(--radius);
  padding: 18px;
  gap: 16px;
  border: 1px solid rgba(217, 119, 6, 0.1);
}
.menu-item:hover {
  box-shadow: 0 4px 20px rgba(217, 119, 6, 0.15);
  border-color: rgba(217, 119, 6, 0.3);
}
.menu-item-icon {
  font-size: 36px;
  width: 56px;
  height: 56px;
  background: rgba(217, 119, 6, 0.08);
  border-radius: 12px;
  justify-content: center;
  flex-shrink: 0;
}
.menu-item-name {
  font-size: 15px;
  color: var(--brown);
  font-weight: 600;
}
.menu-item-desc {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 3px;
}
.menu-item-price {
  font-size: 15px;
  font-weight: 700;
  color: var(--amber);
  margin-top: 6px;
}
.offers-bg {
  background: linear-gradient(135deg, var(--brown) 0, #7c2d12 100%);
}
.offers-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.offer-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: 0.3s;
  backdrop-filter: blur(8px);
}
.offer-card:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-4px);
}
.offer-emoji {
  font-size: 52px;
  display: block;
  margin-bottom: 16px;
}
.offer-title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
}
.offer-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 20px;
}
.offer-badge {
  display: inline-block;
  background: var(--amber);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 50px;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}
.why-card {
  padding: 36px 24px;
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(217, 119, 6, 0.1);
  transition: 0.3s;
}
.why-card:hover {
  box-shadow: 0 12px 40px rgba(66, 32, 6, 0.12);
  border-color: rgba(217, 119, 6, 0.3);
}
.why-icon {
  width: 68px;
  height: 68px;
  background: linear-gradient(
    135deg,
    rgba(217, 119, 6, 0.1),
    rgba(254, 215, 170, 0.3)
  );
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 20px;
}
.why-title {
  font-size: 17px;
  color: var(--brown);
  margin-bottom: 8px;
}
.why-desc {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
}
.form-bg,
.gallery-bg {
  background: var(--cream);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 12px;
}
.gallery-item {
  border-radius: var(--radius);
  cursor: pointer;
  background: #e5c9a0;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.gallery-item:hover img {
  transform: scale(1.07);
}
.gallery-item:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.blog-card.featured,
.gallery-item:nth-child(5) {
  grid-column: span 2;
}
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(66, 32, 6, 0.75) 0,
    rgba(66, 32, 6, 0.15) 60%,
    transparent 100%
  );
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 18px;
}
.cta-btns,
.cta-section,
.cta-sub,
.cta-title,
.footer-col-title,
.footer-grid,
.footer-top-strip,
.nav-icon-btn,
footer {
  position: relative;
}
.gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.gallery-overlay-label {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
  transform: translateY(6px);
  transition: transform 0.3s;
}
.gallery-zoom-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  backdrop-filter: blur(4px);
}
.footer-bottom-links a:hover,
.footer-brand .footer-logo span,
.footer-top-strip .tagline span,
.testi-stars {
  color: var(--amber-light);
}
#lightbox {
  display: none;
  inset: 0;
  z-index: 9998;
  background: rgba(10, 4, 0, 0.9);
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
}
#lightbox-img {
  max-width: 88vw;
  max-height: 85vh;
  border-radius: var(--radius-lg);
  object-fit: contain;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6);
  user-select: none;
}
#lightbox-caption {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 18px;
  background: rgba(66, 32, 6, 0.6);
  padding: 8px 22px;
  border-radius: 50px;
  backdrop-filter: blur(8px);
}
#lb-close,
#lb-next,
#lb-prev {
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  transition: background 0.2s;
}
#lb-close,
#lb-next,
#lb-prev,
.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.15);
}
#lb-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  align-items: center;
  justify-content: center;
}
#lb-next,
#lb-prev,
.cta-section::before {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
#lb-close:hover,
#lb-next:hover,
#lb-prev:hover {
  background: var(--amber);
  border-color: var(--amber);
}
#lb-next,
#lb-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  align-items: center;
  justify-content: center;
}
#lb-prev {
  left: 20px;
}
#lb-next {
  right: 20px;
}
.blog-grid,
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.testi-card {
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: 28px;
  border: 1px solid rgba(217, 119, 6, 0.1);
}
.testi-stars {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.testi-text {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 20px;
}
.faq-question-left,
.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--amber), var(--brown-mid));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.testi-name {
  font-weight: 600;
  color: var(--brown);
  font-size: 14px;
}
.cta-section {
  background: linear-gradient(135deg, #f59e0b 0, #d97706 50%, #b45309 100%);
  padding: 80px 24px;
  overflow: hidden;
}
.cta-section::before {
  content: "🥐🍰🧁🥖";
  font-size: 80px;
  opacity: 0.06;
  letter-spacing: 40px;
  white-space: nowrap;
  animation: 20s linear infinite scroll-bg;
  width: 200%;
}
@keyframes scroll-bg {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
.cta-title {
  font-size: clamp(28px, 4vw, 48px);
  color: #fff;
  margin-bottom: 16px;
}
.cta-sub {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 36px;
}
.btn-outline-white,
.btn-white {
  font-size: 15px;
  transition: 0.2s;
}
.cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.form-grid,
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.btn-white {
  background: #fff;
  color: var(--amber);
  border: none;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  cursor: pointer;
  font-family: Poppins, sans-serif;
}
.btn-outline-white,
.form-submit {
  color: #fff;
  font-family: Poppins, sans-serif;
  cursor: pointer;
}
.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.btn-outline-white {
  background: 0 0;
  border: 2px solid rgba(255, 255, 255, 0.6);
  padding: 13px 32px;
  border-radius: 50px;
  font-weight: 600;
}
.form-grid {
  gap: 60px;
  align-items: start;
}
.order-form {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: 0 4px 32px rgba(66, 32, 6, 0.08);
  border: 1px solid rgba(217, 119, 6, 0.1);
}
.form-row {
  gap: 16px;
}
.co-block,
.form-group {
  margin-bottom: 18px;
}
.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--brown-mid);
  margin-bottom: 6px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 11px 14px;
  border: 2px solid rgba(217, 119, 6, 0.15);
  border-radius: var(--radius);
  font-size: 14px;
  font-family: Poppins, sans-serif;
  color: var(--text);
  background: #fff;
  transition: border 0.2s;
  outline: 0;
}
.auth-field input:focus,
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus,
.newsletter-input-wrap input:focus {
  border-color: var(--amber);
}
.form-group textarea {
  height: 100px;
  resize: vertical;
}
.form-submit {
  width: 100%;
  background: var(--amber);
  border: none;
  padding: 15px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.2s;
  margin-top: 8px;
}
.co-order-box,
.contact-item {
  border-radius: var(--radius);
}
.footer-brand .footer-logo,
.footer-col-title,
.footer-top-strip .tagline {
  font-family: "Playfair Display", serif;
}
.form-submit:hover,
.sc-btn-primary:hover {
  background: var(--brown-mid);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(217, 119, 6, 0.35);
}
.contact-info {
  padding-top: 8px;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(217, 119, 6, 0.1);
}
.contact-icon {
  width: 44px;
  height: 44px;
  background: rgba(217, 119, 6, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.contact-label {
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 4px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contact-val {
  font-size: 14px;
  color: var(--brown);
  font-weight: 500;
}
.hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 8px;
}
.hour-row {
  font-size: 13px;
  color: var(--text-muted);
}
.hour-row span {
  color: var(--amber);
  font-weight: 600;
  float: right;
}
footer {
  background: linear-gradient(
    160deg,
    #2a1200 0,
    var(--brown) 50%,
    #3d1a00 100%
  );
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.footer-top-strip {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 36px 0;
}
.footer-top-strip .tagline {
  font-size: clamp(18px, 2.5vw, 28px);
  color: #fff;
  letter-spacing: 0.5px;
}
.footer-divider-dots {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footer-divider-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--amber);
  opacity: 0.6;
}
.footer-divider-dots span:nth-child(2) {
  opacity: 1;
  transform: scale(1.3);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 48px;
  padding: 52px 0 44px;
}
.footer-brand .footer-logo {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
  display: block;
}
.footer-brand p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 24px;
}
.social-row {
  display: flex;
  gap: 10px;
}
.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: 0.25s;
  color: #fff;
}
.fade-left,
.fade-right,
.fade-up,
.zoom-in {
  transition: opacity 0.7s, transform 0.7s;
  opacity: 0;
}
.social-btn:hover {
  background: var(--amber);
  border-color: var(--amber);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(217, 119, 6, 0.4);
}
.footer-col-title {
  font-size: 17px;
  color: #fff;
  margin-bottom: 22px;
  padding-bottom: 12px;
}
.footer-hour-row,
.footer-links a {
  display: flex;
  color: rgba(255, 255, 255, 0.6);
}
.footer-col-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--amber);
  border-radius: 99px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.footer-links a {
  font-size: 14px;
  transition: 0.2s;
  align-items: center;
  gap: 8px;
}
.footer-links a::before {
  content: "›";
  color: var(--amber);
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
  transform: translateX(-4px);
}
.footer-links a:hover {
  color: #fff;
  padding-left: 4px;
}
.footer-links a:hover::before {
  opacity: 1;
  transform: translateX(0);
}
.footer-hour-row {
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.cart-row:last-child,
.co-order-item:last-child,
.footer-hour-row:last-child,
.order-item-row:last-child,
.pref-item:last-child {
  border-bottom: none;
}
.footer-hour-row .day {
  font-weight: 500;
}
.footer-hour-row .time {
  color: var(--amber-light);
  font-weight: 600;
  font-size: 12px;
}
.open-now-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
  border: 1px solid rgba(34, 197, 94, 0.25);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 50px;
  margin-bottom: 16px;
}
.nav-icon-btn,
.newsletter-input-wrap button {
  font-weight: 600;
  font-family: Poppins, sans-serif;
}
.open-now-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ade80;
  animation: 1.5s infinite pulse-green;
}
.footer-badge,
.newsletter-box {
  background: rgba(255, 255, 255, 0.06);
}
@keyframes pulse-green {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.newsletter-box {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  padding: 24px;
  margin-top: 0;
}
.newsletter-box p {
  line-height: 1.6;
}
.newsletter-input-wrap {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.newsletter-input-wrap input {
  width: 100%;
  padding: 11px 16px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-family: Poppins, sans-serif;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  outline: 0;
  transition: border 0.2s;
}
#scrollTop,
.newsletter-input-wrap button {
  background: var(--amber);
  color: #fff;
  display: flex;
  cursor: pointer;
}
.newsletter-input-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.newsletter-input-wrap button {
  border: none;
  padding: 11px 20px;
  border-radius: 50px;
  font-size: 13px;
  transition: 0.2s;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}
.footer-contact-item span:first-child {
  font-size: 16px;
  flex-shrink: 0;
}
.footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
}
.footer-bottom-bar p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}
.footer-bottom-links {
  display: flex;
  gap: 20px;
}
.footer-bottom-links a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  transition: color 0.2s;
}
.cs-row.grand,
.footer-badge span:first-child,
.freshness span {
  font-size: 16px;
}
.footer-badge-strip {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.footer-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 8px 14px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
#scrollTop {
  bottom: 28px;
  right: 28px;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  box-shadow: 0 4px 16px rgba(217, 119, 6, 0.4);
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s;
  z-index: 800;
  align-items: center;
  justify-content: center;
}
#scrollTop.show {
  opacity: 1;
}
#scrollTop:hover {
  background: var(--brown-mid);
  transform: translateY(-3px);
}
.fade-up {
  transform: translateY(30px);
}
.fade-left.visible,
.fade-right.visible,
.fade-up.visible {
  opacity: 1;
  transform: none;
}
.fade-right {
  transform: translateX(-30px);
}
.fade-left {
  transform: translateX(30px);
}
.zoom-in {
  transform: scale(0.92);
}
.zoom-in.visible {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .btn-order,
  .hero-right,
  .nav-links {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .about-grid,
  .form-grid,
  .form-row,
  .hero-content,
  .offers-grid,
  .testi-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 160px;
  }
  .gallery-item:first-child {
    grid-column: span 2;
    grid-row: span 1;
  }
  .gallery-item:nth-child(5) {
    grid-column: span 1;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stats-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero {
    padding: 90px 0 40px;
  }
  .footer-bottom-bar {
    flex-direction: column;
    text-align: center;
  }
  .footer-bottom-links {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .footer-grid,
  .products-grid {
    grid-template-columns: 1fr;
  }
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 130px;
  }
  .gallery-item:first-child,
  .gallery-item:nth-child(5) {
    grid-column: span 2;
  }
}
.last-pastry {
  margin-top: 0 !important;
}
.bd-author,
.blog-topbar-actions,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-icon-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(217, 119, 6, 0.08);
  border: 1.5px solid rgba(217, 119, 6, 0.2);
  color: var(--brown);
  padding: 8px 14px;
  border-radius: 50px;
  font-size: 13px;
  cursor: pointer;
  transition: 0.2s;
}
.blog-topbar-logo,
.co-block-title,
.cr-name,
.sc-drawer-title {
  font-family: "Playfair Display", serif;
}
.nav-icon-btn:hover {
  background: rgba(217, 119, 6, 0.15);
  border-color: var(--amber);
}
.cart-btn {
  padding: 8px 12px;
}
.cart-count {
  position: absolute;
  top: -7px;
  right: -7px;
  background: var(--amber);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  transition: transform 0.2s;
}
.cart-count.pop {
  animation: 0.3s cartPop;
}
@keyframes cartPop {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.sc-panel {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9990;
  background: rgba(10, 4, 0, 0.55);
  backdrop-filter: blur(4px);
  align-items: flex-start;
  justify-content: flex-end;
}
.sc-auth-panel,
.sc-info-panel {
  backdrop-filter: blur(6px);
  inset: 0;
}
.sc-auth-panel.open,
.sc-info-panel.open,
.sc-panel.open {
  display: flex;
  animation: 0.25s fadeInBg;
}
@keyframes fadeInBg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.profile-drawer,
.sc-drawer {
  background: #fff;
  width: 100%;
  max-width: 480px;
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: 0.3s cubic-bezier(0.22, 1, 0.36, 1) slideInRight;
  box-shadow: -8px 0 48px rgba(66, 32, 6, 0.18);
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.sc-drawer-head {
  flex-shrink: 0;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(217, 119, 6, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
.blog-topbar-logo,
.sc-drawer-title {
  font-size: 18px;
  color: var(--brown);
  display: flex;
  align-items: center;
  gap: 8px;
}
.sc-close-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff7ed;
  border: 1.5px solid rgba(217, 119, 6, 0.2);
  color: var(--text-muted);
  font-size: 17px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  flex-shrink: 0;
}
.cart-row,
.cart-step-bar {
  border-bottom: 1px solid rgba(217, 119, 6, 0.08);
}
.cr-name,
.cr-qty button,
.cr-qty span {
  color: var(--brown);
}
.cart-step-bar {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 10px 18px 8px;
  background: #fff;
}
.cart-step {
  display: none;
  flex: 1;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
}
.cart-list,
.co-inner {
  flex: 1;
  overflow-x: hidden;
}
.cart-list,
.co-inner,
.success-wrap {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 0;
}
.cart-summary-box {
  flex-shrink: 0;
}
.cart-foot {
  flex-shrink: 0;
  padding: 12px 18px;
  background: #fff;
  border-top: 1px solid rgba(217, 119, 6, 0.1);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.co-inner {
  padding: 16px 18px 8px;
}
.success-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 18px;
  gap: 12px;
}
.cr-info,
.cr-name,
.cstep-line {
  overflow: hidden;
}
.cart-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px;
  transition: background 0.15s;
  min-width: 0;
}
.cr-emoji,
.cr-qty {
  align-items: center;
}
.cart-row:hover {
  background: #fffbf5;
}
.cr-emoji {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, #fff7ed, #fed7aa);
  display: flex;
  justify-content: center;
  font-size: 24px;
}
.cr-del,
.cr-qty button {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transition: 0.15s;
  display: flex;
  cursor: pointer;
}
.cr-info {
  flex: 1;
  min-width: 0;
}
.cr-name {
  font-size: 13px;
  font-weight: 600;
  text-overflow: ellipsis;
}
.cr-unit {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 1px;
}
.cr-qty {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}
.cr-qty button {
  border: 1.5px solid rgba(217, 119, 6, 0.3);
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  line-height: 1;
  flex-shrink: 0;
}
.bd-cover img,
.bd-related-img img,
.blog-card-img img {
  height: 100%;
  object-fit: cover;
}
.cr-qty span,
.cr-total {
  font-size: 13px;
  font-weight: 700;
}
.cr-qty span {
  min-width: 18px;
}
.cr-total {
  color: var(--amber);
  min-width: 42px;
  text-align: right;
  flex-shrink: 0;
}
.cs-free,
.pay-tab {
  text-align: center;
}
.cr-del {
  min-width: 24px;
  border: none;
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  font-size: 11px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cr-del:hover {
  background: #ef4444;
  color: #fff;
}
.cart-summary-box {
  background: #fff7ed;
  border-top: 1px solid rgba(217, 119, 6, 0.12);
  padding: 14px 20px;
}
.cs-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 7px;
}
.cs-free,
.cstep {
  align-items: center;
}
.cs-free,
.cstep-circle {
  font-size: 11px;
  display: flex;
}
.cs-row.grand {
  font-weight: 700;
  color: var(--brown);
  border-top: 1px solid rgba(217, 119, 6, 0.2);
  padding-top: 9px;
  margin-top: 2px;
  margin-bottom: 0;
}
.cs-free {
  color: #16a34a;
  font-weight: 600;
  margin-top: 8px;
  justify-content: center;
  gap: 5px;
}
.cstep {
  display: flex;
  gap: 6px;
  flex: 1;
}
.cstep-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid rgba(217, 119, 6, 0.25);
  background: #fff;
  color: var(--text-muted);
  font-weight: 700;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.3s;
}
.cstep.done .cstep-circle {
  background: var(--amber);
  border-color: var(--amber);
  color: #fff;
}
.cstep.active .cstep-circle {
  background: var(--brown);
  border-color: var(--brown);
  color: #fff;
  box-shadow: 0 0 0 3px rgba(66, 32, 6, 0.12);
}
.cstep-label {
  font-size: 10px;
  font-weight: 600;
  color: var(--text-muted);
  transition: color 0.3s;
}
.co-block-title,
.cstep.active .cstep-label,
.cstep.done .cstep-label {
  color: var(--brown);
}
.cstep-line {
  flex: 1;
  height: 2px;
  background: rgba(217, 119, 6, 0.15);
  margin: 0 4px;
  border-radius: 99px;
  position: relative;
}
.co-block-title,
.co-f {
  margin-bottom: 10px;
}
.cstep-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}
.blog-hero::before,
.card-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cstep-line.filled::after {
  transform: scaleX(1);
}
.co-block-title {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(217, 119, 6, 0.12);
}
.co-block-title span,
.co-order-item-emoji {
  font-size: 17px;
}
.co-grid,
.pf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.co-f label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--text-muted);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.co-f input,
.co-f select {
  width: 100%;
  padding: 10px 12px;
  border: 1.5px solid rgba(217, 119, 6, 0.2);
  border-radius: var(--radius);
  font-size: 14px;
  font-family: Poppins, sans-serif;
  color: var(--text);
  background: #fff;
  outline: 0;
  transition: border 0.2s;
}
.co-f input:focus,
.co-f select:focus,
.pf-f input:focus {
  border-color: var(--amber);
  box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.08);
}
.co-f input.err {
  border-color: #ef4444;
  background: #fff5f5;
}
.co-order-box {
  background: #fff7ed;
  padding: 12px 14px;
  border: 1px solid rgba(217, 119, 6, 0.15);
  margin-bottom: 16px;
}
.co-order-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: var(--text-muted);
  padding: 6px 0;
  border-bottom: 1px solid rgba(217, 119, 6, 0.07);
}
.co-order-item-left {
  display: flex;
  align-items: center;
  gap: 7px;
}
.co-order-item-name {
  font-weight: 600;
  color: var(--brown);
  font-size: 13px;
}
.blog-card-date,
.co-order-item-qty {
  font-size: 11px;
  color: var(--text-muted);
}
.co-totals {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(217, 119, 6, 0.15);
}
.co-tot-row,
.ot-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 5px;
}
.co-tot-row.grand {
  font-size: 15px;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 0;
}
.pay-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}
.pay-tab {
  flex: 1;
  padding: 8px 6px;
  border-radius: var(--radius);
  border: 1.5px solid rgba(217, 119, 6, 0.2);
  background: #fff;
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  transition: 0.2s;
  font-family: Poppins, sans-serif;
}
.pay-tab.active {
  border-color: var(--amber);
  background: rgba(217, 119, 6, 0.07);
  color: var(--amber);
}
.card-wrap input {
  padding-left: 40px;
}
.card-icon {
  left: 12px;
  font-size: 17px;
}
.success-ring {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d1fae5, #6ee7b7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  flex-shrink: 0;
  animation: 0.5s cubic-bezier(0.22, 1, 0.36, 1) popIn;
}
.bd-tip,
.success-ordernum {
  border: 1px solid rgba(217, 119, 6, 0.2);
}
@keyframes popIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.success-ordernum {
  background: rgba(217, 119, 6, 0.1);
  border-radius: 50px;
  padding: 5px 16px;
  font-size: 12px;
  font-weight: 700;
  color: var(--amber);
  letter-spacing: 0.5px;
}
.success-items-recap {
  background: #fff7ed;
  border-radius: var(--radius);
  padding: 12px 16px;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(217, 119, 6, 0.15);
  max-width: 300px;
}
.sir-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--text-muted);
  padding: 3px 0;
}
.auth-logo,
.blog-card.featured .blog-card-title {
  font-size: 24px;
}
.sir-row.grand {
  font-weight: 700;
  color: var(--brown);
  border-top: 1px solid rgba(217, 119, 6, 0.15);
  margin-top: 6px;
  padding-top: 8px;
}
.sc-auth-panel {
  display: none;
  position: fixed;
  z-index: 9990;
  background: rgba(10, 4, 0, 0.6);
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.sc-auth-box {
  background: #fff;
  border-radius: 24px;
  width: 100%;
  max-width: 420px;
  padding: 32px;
  box-shadow: 0 24px 80px rgba(66, 32, 6, 0.22);
  animation: 0.28s cubic-bezier(0.22, 1, 0.36, 1) scaleIn;
  position: relative;
  max-height: 90vh;
  max-height: 90dvh;
  overflow-y: auto;
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.auth-logo {
  text-align: center;
  font-family: "Playfair Display", serif;
  color: var(--brown);
  margin-bottom: 6px;
}
.auth-field input,
.auth-tab,
.sc-btn-outline,
.sc-btn-primary,
.social-auth-btn {
  font-family: Poppins, sans-serif;
}
.auth-field label,
.auth-tab {
  color: var(--text-muted);
  font-weight: 600;
}
.auth-switch-tabs {
  display: flex;
  background: #fff7ed;
  border-radius: 50px;
  padding: 4px;
  margin-bottom: 20px;
}
#blogDetailPage,
.auth-err,
.auth-form,
.info-tab-body {
  display: none;
}
.auth-tab {
  flex: 1;
  padding: 9px;
  border-radius: 50px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
  background: 0 0;
}
.auth-tab.active {
  background: var(--amber);
  color: #fff;
  box-shadow: 0 2px 12px rgba(217, 119, 6, 0.35);
}
#blogListPage,
.auth-form.active,
.blog-overlay.open,
.faq-item.open-faq .faq-answer,
.info-tab-body.active,
.order-card.expanded .order-card-body,
.prof-tab-pane.active {
  display: block;
}
.auth-field {
  margin-bottom: 13px;
}
.auth-field label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.auth-field input {
  width: 100%;
  padding: 10px 13px;
  border: 1.5px solid rgba(217, 119, 6, 0.2);
  border-radius: var(--radius);
  font-size: 14px;
  color: var(--text);
  outline: 0;
  transition: border 0.2s;
}
.auth-err {
  background: #fee2e2;
  color: #dc2626;
  font-size: 13px;
  padding: 10px 14px;
  border-radius: 8px;
  margin-bottom: 12px;
  border: 1px solid #fecaca;
}
.auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 14px 0;
  color: var(--text-muted);
  font-size: 12px;
}
.auth-divider::after,
.auth-divider::before {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(217, 119, 6, 0.15);
}
.social-auth-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}
.social-auth-btn {
  padding: 10px;
  border: 1.5px solid rgba(217, 119, 6, 0.2);
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  background: #fff;
  color: var(--brown);
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.auth-forgot,
.sc-btn-outline,
.sc-btn-primary {
  display: block;
  cursor: pointer;
}
.social-auth-btn:hover {
  background: #fff7ed;
  border-color: var(--amber);
}
.auth-forgot {
  font-size: 12px;
  color: var(--amber);
  text-align: right;
  margin-top: -6px;
  margin-bottom: 13px;
}
.auth-terms,
.bd-newsletter,
.blog-hero,
.faq-empty,
.order-action-btn,
.orders-empty,
.pf-success,
.prof-avatar-wrap,
.prof-logged-out,
.prof-stat,
.prof-tab,
.sc-btn-outline,
.sc-btn-primary {
  text-align: center;
}
.auth-terms {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 12px;
  line-height: 1.5;
}
.auth-terms a {
  color: var(--amber);
}
.sc-btn-primary {
  width: 100%;
  background: var(--amber);
  color: #fff;
  border: none;
  padding: 13px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.2s;
}
.sc-btn-outline {
  width: 100%;
  background: 0 0;
  color: var(--brown);
  border: 2px solid rgba(66, 32, 6, 0.2);
  padding: 11px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s;
}
.order-action-btn.outline:hover,
.sc-btn-outline:hover {
  border-color: var(--amber);
  color: var(--amber);
}
.sc-info-panel {
  display: none;
  position: fixed;
  z-index: 9991;
  background: rgba(10, 4, 0, 0.6);
  align-items: flex-end;
  justify-content: center;
}
.info-sheet {
  background: var(--cream);
  width: 100%;
  max-width: 860px;
  height: 92vh;
  border-radius: 24px 24px 0 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 -12px 60px rgba(66, 32, 6, 0.2);
  animation: 0.32s cubic-bezier(0.22, 1, 0.36, 1) slideUp;
  overflow: hidden;
}
@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.info-sheet-head {
  padding: 20px 28px 0;
  background: #fff;
  border-bottom: 1px solid rgba(217, 119, 6, 0.12);
  flex-shrink: 0;
}
.info-sheet-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.info-sheet-logo,
.prof-head-title {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: var(--brown);
}
.info-tabs {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  padding-bottom: 0;
}
.info-tab-btn {
  padding: 10px 20px;
  border: none;
  background: 0 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  font-family: Poppins, sans-serif;
  border-bottom: 3px solid transparent;
  transition: 0.2s;
}
.info-hero-date,
.info-hero-tag {
  font-size: 11px;
  position: relative;
}
.info-hero h1,
.info-section-title {
  font-family: "Playfair Display", serif;
}
.info-tab-btn.active,
.prof-tab.active {
  color: var(--amber);
  border-bottom-color: var(--amber);
}
#info-panel-scroll {
  flex: 1;
  overflow-y: auto;
  padding: 36px 28px 40px;
}
.info-hero {
  background: linear-gradient(135deg, var(--brown) 0, #7c2d12 100%);
  border-radius: var(--radius-lg);
  padding: 32px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}
.info-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.info-hero-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.info-hero h1 {
  font-size: clamp(22px, 3vw, 32px);
  color: #fff;
  margin-bottom: 8px;
  position: relative;
}
.info-hero p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  position: relative;
}
.info-hero-date {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 12px;
}
.info-section {
  margin-bottom: 32px;
}
.info-section-title {
  font-size: 18px;
  color: var(--brown);
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(217, 119, 6, 0.15);
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-back-btn,
.blog-cat,
.faq-cat,
.faq-search input {
  font-family: Poppins, sans-serif;
}
.info-section-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--amber), var(--amber-light));
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.info-p,
.info-ul li {
  font-size: 14px;
  color: var(--text-muted);
}
.info-p {
  line-height: 1.85;
  margin-bottom: 10px;
}
.info-ul {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.info-ul li {
  line-height: 1.7;
  padding-left: 20px;
  position: relative;
}
.bd-content ul li::before,
.info-ul li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: var(--amber);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}
.info-highlight {
  background: #fff;
  border: 1px solid rgba(217, 119, 6, 0.15);
  border-left: 4px solid var(--amber);
  border-radius: var(--radius);
  padding: 14px 18px;
  margin: 16px 0;
}
.info-highlight p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
}
.info-contact-box {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 24px;
  border: 1px solid rgba(217, 119, 6, 0.15);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}
.info-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.info-contact-icon {
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
.info-contact-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
}
.faq-cats,
.faq-search {
  margin-bottom: 24px;
  display: flex;
}
.info-contact-val,
.pref-label {
  font-size: 13px;
  color: var(--brown);
  font-weight: 500;
}
.blog-back-btn,
.blog-cat,
.faq-cat,
.faq-question {
  font-weight: 600;
  cursor: pointer;
}
.faq-search {
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1.5px solid rgba(217, 119, 6, 0.2);
  border-radius: 50px;
  padding: 10px 18px;
  transition: border 0.2s;
}
.faq-search:focus-within {
  border-color: var(--amber);
}
.faq-search input {
  flex: 1;
  border: none;
  outline: 0;
  font-size: 14px;
  color: var(--text);
  background: 0 0;
}
.faq-search input::placeholder {
  color: var(--text-muted);
}
.faq-cats {
  gap: 8px;
  flex-wrap: wrap;
}
.blog-cat,
.faq-cat {
  padding: 7px 16px;
  border-radius: 50px;
  border: 1.5px solid rgba(217, 119, 6, 0.2);
  font-size: 12px;
  color: var(--text-muted);
  background: #fff;
  transition: 0.2s;
}
.faq-item {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid rgba(217, 119, 6, 0.1);
  margin-bottom: 10px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.faq-item:hover {
  box-shadow: 0 4px 20px rgba(217, 119, 6, 0.1);
}
.faq-item.open-faq .faq-chevron,
.order-card.expanded .order-chevron {
  transform: rotate(180deg);
}
.faq-question {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  color: var(--brown);
  user-select: none;
}
.faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(217, 119, 6, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.faq-chevron {
  font-size: 18px;
  color: var(--amber);
  transition: transform 0.3s;
  flex-shrink: 0;
}
.faq-answer,
.faq-empty {
  color: var(--text-muted);
}
.faq-answer {
  display: none;
  padding: 0 20px 16px 64px;
  font-size: 13px;
  line-height: 1.8;
  border-top: 1px solid rgba(217, 119, 6, 0.08);
}
.faq-answer p {
  padding-top: 14px;
}
.faq-answer ul {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.blog-back-btn,
.blog-topbar {
  align-items: center;
  display: flex;
}
.faq-answer ul li {
  padding-left: 16px;
  position: relative;
}
.faq-answer ul li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: var(--amber);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
.faq-empty {
  padding: 40px;
  font-size: 14px;
}
@media (max-width: 600px) {
  .info-contact-box {
    grid-template-columns: 1fr;
  }
  #info-panel-scroll {
    padding: 24px 16px 32px;
  }
  .info-sheet-head {
    padding: 16px 16px 0;
  }
  .info-tab-btn {
    padding: 10px 14px;
    font-size: 12px;
  }
}
.blog-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9980;
  background: var(--cream);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  animation: 0.3s blogFadeIn;
}
.bd-cover,
.bd-hero,
.bd-related-img,
.blog-card,
.blog-card-img,
.blog-hero {
  overflow: hidden;
}
@keyframes blogFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.blog-topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 247, 237, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(217, 119, 6, 0.15);
  padding: 0 24px;
  height: 60px;
  justify-content: space-between;
}
.blog-card-img,
.blog-hero,
.blog-hero h1,
.blog-hero p,
.blog-hero-tag {
  position: relative;
}
.blog-back-btn {
  gap: 6px;
  background: 0 0;
  border: 1.5px solid rgba(217, 119, 6, 0.25);
  color: var(--brown);
  font-size: 13px;
  padding: 7px 16px;
  border-radius: 50px;
  transition: 0.2s;
}
.blog-close-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff7ed;
  border: 1.5px solid rgba(217, 119, 6, 0.2);
  color: var(--text-muted);
  font-size: 17px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.blog-hero {
  background: linear-gradient(135deg, var(--brown) 0, #7c2d12 100%);
  padding: 52px 24px 48px;
}
.blog-hero::before {
  content: "📖✍️🥐🍰";
  font-size: 80px;
  opacity: 0.05;
  letter-spacing: 30px;
  left: -10%;
  width: 120%;
}
.blog-hero-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 5px 16px;
  border-radius: 50px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.blog-card,
.blog-search {
  background: #fff;
  display: flex;
}
.bd-cat-badge,
.blog-card-cat {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blog-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 4vw, 44px);
  color: #fff;
  margin-bottom: 10px;
}
.blog-hero p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.7;
}
.blog-controls {
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 24px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.blog-search {
  align-items: center;
  gap: 8px;
  border: 1.5px solid rgba(217, 119, 6, 0.2);
  border-radius: 50px;
  padding: 9px 18px;
  flex: 1;
  min-width: 200px;
  max-width: 340px;
  transition: border 0.2s;
}
.blog-search:focus-within {
  border-color: var(--amber);
}
.blog-search input {
  flex: 1;
  border: none;
  outline: 0;
  font-size: 13px;
  font-family: Poppins, sans-serif;
  color: var(--text);
  background: 0 0;
}
.bd-content h2,
.bd-content h3,
.bd-pullquote p,
.bd-title,
.blog-card-title {
  font-family: "Playfair Display", serif;
}
.blog-search input::placeholder {
  color: var(--text-muted);
}
.blog-cats {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.blog-grid-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px 60px;
}
.blog-card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(217, 119, 6, 0.1);
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  flex-direction: column;
}
.bd-share-btn,
.bd-tag {
  transition: 0.2s;
  cursor: pointer;
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(66, 32, 6, 0.14);
}
.blog-card-img {
  height: 200px;
  background: linear-gradient(135deg, #fed7aa, #fdba74);
}
.blog-card-img img {
  width: 100%;
  transition: transform 0.4s;
}
.blog-card:hover .blog-card-img img {
  transform: scale(1.06);
}
.blog-card-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--amber);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
}
.bd-cat-badge,
.bd-content ul li,
.bd-hero,
.bd-meta,
.bd-title,
.prof-avatar-wrap,
.toggle {
  position: relative;
}
.blog-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.blog-card-read {
  font-size: 11px;
  color: var(--amber);
  font-weight: 600;
  background: rgba(217, 119, 6, 0.08);
  padding: 3px 10px;
  border-radius: 50px;
}
.blog-card-title {
  font-size: 18px;
  color: var(--brown);
  margin-bottom: 10px;
  line-height: 1.35;
}
.blog-card-excerpt {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
  flex: 1;
  margin-bottom: 16px;
}
.blog-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid rgba(217, 119, 6, 0.1);
}
.blog-card-author,
.order-item-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-card-avatar,
.blog-read-more {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.blog-card-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--amber), var(--brown-mid));
  justify-content: center;
  color: #fff;
  font-weight: 700;
  flex-shrink: 0;
}
.blog-card-author-name {
  font-size: 12px;
  font-weight: 600;
  color: var(--brown);
}
.blog-read-more {
  font-weight: 700;
  color: var(--amber);
  gap: 4px;
}
.bd-avatar,
.bd-meta {
  align-items: center;
  display: flex;
}
.blog-card.featured .blog-card-img {
  height: 280px;
}
.blog-detail-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 60px;
}
.bd-hero {
  background: linear-gradient(135deg, var(--brown), #7c2d12);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  margin-bottom: 32px;
}
.bd-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.bd-cat-badge,
.bd-share-btn:hover,
.bd-tag:hover {
  background: var(--amber);
}
.bd-cat-badge {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 50px;
  margin-bottom: 14px;
}
.bd-title {
  font-size: clamp(22px, 3.5vw, 34px);
  color: #fff;
  line-height: 1.25;
  margin-bottom: 16px;
}
.bd-content ol li,
.bd-content ul li {
  font-size: 14px;
  color: var(--text-muted);
}
.bd-meta {
  gap: 16px;
  flex-wrap: wrap;
}
.bd-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--amber-light), var(--amber));
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}
.bd-author-name {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.bd-author-role {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}
.bd-date,
.bd-read {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  gap: 5px;
}
.bd-cover {
  border-radius: var(--radius-lg);
  height: 360px;
  margin-bottom: 32px;
}
.bd-cover img {
  width: 100%;
  display: block;
}
.bd-content h2 {
  font-size: 22px;
  color: var(--brown);
  margin: 28px 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(217, 119, 6, 0.15);
}
.bd-content h3 {
  font-size: 17px;
  color: var(--brown);
  margin: 22px 0 10px;
}
.bd-content p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.85;
  margin-bottom: 16px;
}
.bd-content ol,
.bd-content ul {
  margin: 12px 0 16px;
  gap: 8px;
  display: flex;
}
.bd-content ul {
  flex-direction: column;
}
.bd-content ul li {
  line-height: 1.7;
  padding-left: 22px;
}
.bd-content ol {
  padding-left: 20px;
  flex-direction: column;
}
.bd-content ol li {
  line-height: 1.7;
}
.bd-pullquote {
  border-left: 4px solid var(--amber);
  background: #fff;
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 18px 22px;
  margin: 24px 0;
}
.bd-pullquote p {
  font-style: italic;
  font-size: 17px;
  color: var(--brown);
  margin: 0;
  line-height: 1.6;
}
.bd-pullquote cite {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 8px;
  display: block;
}
.bd-tip {
  background: rgba(217, 119, 6, 0.06);
  border-radius: var(--radius);
  padding: 16px 18px;
  margin: 20px 0;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.bd-tag,
.freshness {
  border: 1px solid rgba(217, 119, 6, 0.2);
}
.bd-tip-icon {
  font-size: 22px;
  flex-shrink: 0;
  margin-top: 1px;
}
.bd-tip p {
  font-size: 13px;
  color: var(--brown);
  line-height: 1.7;
  margin: 0;
  font-weight: 500;
}
.bd-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 20px;
}
.bd-tag {
  background: #fff7ed;
  color: var(--amber);
  font-size: 12px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 50px;
}
.bd-tag:hover {
  color: #fff;
}
.bd-share {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-top: 1px solid rgba(217, 119, 6, 0.12);
  border-bottom: 1px solid rgba(217, 119, 6, 0.12);
  margin-bottom: 32px;
}
.bd-share-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--brown);
  margin-right: 4px;
}
.bd-share-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(217, 119, 6, 0.2);
  background: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bd-newsletter h3,
.bd-related-title {
  font-family: "Playfair Display", serif;
  font-size: 22px;
}
.bd-share-btn:hover {
  border-color: var(--amber);
  transform: translateY(-2px);
}
.order-action-btn.primary:hover,
.pf-save-btn:hover {
  background: var(--brown-mid);
}
.bd-related-title {
  color: var(--brown);
  margin-bottom: 20px;
}
.bd-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.prof-head,
.prof-tabs {
  display: flex;
  background: #fff;
}
.bd-related-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(217, 119, 6, 0.1);
  cursor: pointer;
  transition: 0.25s;
}
.bd-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(66, 32, 6, 0.12);
}
.bd-related-img {
  height: 120px;
  background: linear-gradient(135deg, #fed7aa, #fdba74);
}
.bd-related-img img {
  width: 100%;
  transition: transform 0.3s;
}
.bd-related-body {
  padding: 12px;
}
.bd-related-cat {
  font-size: 10px;
  font-weight: 700;
  color: var(--amber);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 5px;
}
.bd-nl-row button,
.prof-tab {
  font-weight: 600;
  transition: 0.2s;
  cursor: pointer;
}
.bd-related-name {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: var(--brown);
  line-height: 1.35;
}
.bd-related-date {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 5px;
}
.bd-newsletter {
  background: linear-gradient(135deg, var(--brown), #7c2d12);
  border-radius: var(--radius-lg);
  padding: 32px;
  margin-top: 40px;
}
.bd-newsletter h3 {
  color: #fff;
  margin-bottom: 8px;
}
.bd-newsletter p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}
.bd-nl-row button,
.bd-nl-row input {
  color: #fff;
  font-size: 13px;
  font-family: Poppins, sans-serif;
}
.bd-nl-row {
  display: flex;
  gap: 8px;
  max-width: 380px;
  margin: 0 auto;
}
.bd-nl-row input {
  flex: 1;
  padding: 11px 16px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
  outline: 0;
}
.bd-nl-row input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.bd-nl-row input:focus {
  background: rgba(255, 255, 255, 0.18);
  border-color: var(--amber-light);
}
.bd-nl-row button {
  background: var(--amber);
  border: none;
  padding: 11px 20px;
  border-radius: 50px;
}
.bd-nl-row button:hover {
  background: var(--amber-light);
}
@media (max-width: 900px) {
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
  .blog-card.featured {
    grid-column: span 2;
  }
}
@media (max-width: 640px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-card.featured {
    grid-column: span 1;
  }
  .blog-card.featured .blog-card-img {
    height: 200px;
  }
  .bd-related-grid {
    grid-template-columns: 1fr 1fr;
  }
  .bd-cover {
    height: 220px;
  }
  .bd-hero {
    padding: 24px 20px;
  }
  .blog-detail-wrap {
    padding: 24px 16px 48px;
  }
  .blog-controls {
    padding: 20px 16px 12px;
  }
  .blog-grid-wrap {
    padding: 0 16px 48px;
  }
  .bd-nl-row {
    flex-direction: column;
  }
}
@media (max-width: 400px) {
  .bd-related-grid {
    grid-template-columns: 1fr;
  }
}
#panel-profile {
  align-items: flex-start;
  justify-content: flex-end;
}
.prof-head {
  flex-shrink: 0;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(217, 119, 6, 0.12);
  align-items: center;
  justify-content: space-between;
}
.prof-tabs {
  flex-shrink: 0;
  border-bottom: 2px solid rgba(217, 119, 6, 0.1);
}
.prof-tab {
  flex: 1;
  padding: 13px 10px;
  font-size: 13px;
  color: var(--text-muted);
  border: none;
  background: 0 0;
  font-family: Poppins, sans-serif;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
}
.prof-avatar,
.prof-name,
.prof-section-title,
.prof-stat-num {
  font-family: "Playfair Display", serif;
}
.prof-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.prof-tab-pane {
  display: none;
  padding: 20px;
}
.prof-avatar-wrap {
  background: linear-gradient(135deg, var(--brown), #7c2d12);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.prof-avatar-wrap::before {
  content: "🥐";
  position: absolute;
  font-size: 100px;
  opacity: 0.06;
  right: -10px;
  top: -10px;
}
.prof-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 12px;
  background: linear-gradient(135deg, var(--amber-light), var(--amber));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  border: 3px solid rgba(255, 255, 255, 0.3);
}
.prof-name {
  font-size: 22px;
  color: #fff;
  margin-bottom: 4px;
}
.prof-email {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.prof-joined {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50px;
  padding: 4px 14px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}
.prof-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
.prof-stat {
  background: var(--cream);
  border-radius: var(--radius);
  padding: 14px 10px;
  border: 1px solid rgba(217, 119, 6, 0.1);
}
.pf-save-btn,
.toggle input:checked + .toggle-slider {
  background: var(--amber);
}
.prof-stat-num {
  font-size: 22px;
  font-weight: 700;
  color: var(--amber);
}
.pf-f label,
.prof-stat-label {
  font-size: 11px;
  color: var(--text-muted);
}
.prof-stat-label {
  margin-top: 3px;
  font-weight: 500;
}
.prof-section-title {
  font-size: 15px;
  color: var(--brown);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(217, 119, 6, 0.12);
  display: flex;
  align-items: center;
  gap: 8px;
}
.danger-btn,
.pf-f input,
.pf-f select,
.pf-save-btn {
  font-family: Poppins, sans-serif;
}
.pf-f {
  margin-bottom: 12px;
}
.pf-f label {
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.pf-f input,
.pf-f select {
  width: 100%;
  padding: 10px 12px;
  border: 1.5px solid rgba(217, 119, 6, 0.2);
  border-radius: var(--radius);
  font-size: 13px;
  color: var(--text);
  background: #fff;
  outline: 0;
  transition: border 0.2s;
}
.pf-save-btn {
  width: 100%;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
  margin-top: 4px;
}
.pf-save-btn:hover {
  transform: translateY(-1px);
}
.pf-success {
  display: none;
  background: #d1fae5;
  color: #065f46;
  border: 1px solid #6ee7b7;
  border-radius: var(--radius);
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px;
}
.pref-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid rgba(217, 119, 6, 0.08);
}
.order-date,
.pref-sub {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 2px;
}
.toggle {
  width: 42px;
  height: 24px;
  flex-shrink: 0;
}
.toggle input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.toggle-slider {
  position: absolute;
  inset: 0;
  border-radius: 50px;
  background: rgba(217, 119, 6, 0.2);
  cursor: pointer;
  transition: background 0.3s;
}
.toggle-slider::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  left: 3px;
  top: 3px;
  transition: transform 0.3s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.toggle input:checked + .toggle-slider::before {
  transform: translateX(18px);
}
.danger-btn {
  width: 100%;
  background: 0 0;
  color: #ef4444;
  border: 1.5px solid rgba(239, 68, 68, 0.3);
  padding: 11px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
  margin-top: 6px;
}
#profLoggedOut h3,
.cart-empty h3,
.order-id,
.orders-empty h3 {
  color: var(--brown);
  font-family: "Playfair Display", serif;
}
.danger-btn:hover {
  background: #ef4444;
  color: #fff;
  border-color: #ef4444;
}
.orders-empty {
  padding: 52px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.orders-empty-icon {
  font-size: 60px;
}
.order-id,
.ot-row.grand {
  font-size: 14px;
  font-weight: 700;
}
#profLoggedOut h3,
.cart-empty h3,
.orders-empty h3 {
  font-size: 20px;
}
#profLoggedOut p,
.cart-empty p,
.orders-empty p {
  font-size: 13px;
  color: var(--text-muted);
  max-width: 220px;
  line-height: 1.6;
}
.order-card {
  background: var(--cream);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(217, 119, 6, 0.12);
  margin-bottom: 14px;
  overflow: hidden;
}
.order-card-head {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(217, 119, 6, 0.08);
  background: #fff;
  cursor: pointer;
}
.order-action-btn,
.order-btn {
  cursor: pointer;
  font-family: Poppins, sans-serif;
}
.order-status {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
  border: 1px solid rgba(34, 197, 94, 0.25);
}
.order-status.pending {
  background: rgba(245, 158, 11, 0.12);
  color: #b45309;
  border-color: rgba(245, 158, 11, 0.25);
}
.order-status.delivered {
  background: rgba(59, 130, 246, 0.1);
  color: #1d4ed8;
  border-color: rgba(59, 130, 246, 0.2);
}
.order-card-body {
  display: none;
  padding: 14px 16px;
}
.order-chevron {
  font-size: 16px;
  color: var(--amber);
  transition: transform 0.25s;
  flex-shrink: 0;
}
.order-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: var(--text-muted);
  padding: 5px 0;
  border-bottom: 1px solid rgba(217, 119, 6, 0.06);
}
.order-totals-mini {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(217, 119, 6, 0.12);
}
.ot-row.grand {
  color: var(--brown);
  margin-bottom: 0;
}
.order-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.order-action-btn {
  flex: 1;
  padding: 9px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  transition: 0.2s;
}
.order-action-btn.primary {
  background: var(--amber);
  color: #fff;
  border: none;
}
.order-action-btn.outline {
  background: 0 0;
  color: var(--brown);
  border: 1.5px solid rgba(66, 32, 6, 0.2);
}
.prof-footer {
  flex-shrink: 0;
  padding: 14px 20px;
  border-top: 1px solid rgba(217, 119, 6, 0.1);
  background: #fff;
}
.prof-logged-out {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  gap: 14px;
}
.danger-zone {
  margin-top: 20px;
  color: #ef4444;
  border-bottom-color: rgba(239, 68, 68, 0.2);
}
#profLoggedIn {
  flex: 1;
  min-height: 0;
  display: none;
  flex-direction: column;
  overflow: hidden;
}
.freshness {
  margin-top: 16px;
  padding: 12px 14px;
  background: rgba(217, 119, 6, 0.12);
  border-radius: var(--radius);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  gap: 8px;
}
.newsletter-box p {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 10px;
  margin-bottom: 0;
}
.custom {
  margin-top: 20px;
  padding: 16px;
  background: rgba(217, 119, 6, 0.1);
  border: 1px solid rgba(217, 119, 6, 0.2);
  border-radius: var(--radius);
}
.custom-order {
  font-size: 13px;
  font-weight: 600;
  color: var(--amber-light);
  margin-bottom: 8px;
}
.weddings {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
}
.order-btn {
  margin-top: 12px;
  background: var(--amber);
  color: #fff;
  border: none;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cstep-label,
  .nav-actions .btn-order,
  .nav-icon-btn span:not(.cart-count) {
    display: none;
  }
  .sc-drawer {
    max-width: 100%;
    width: 100%;
    height: 100vh;
    height: 100dvh;
  }
  .co-grid,
  .pf-row,
  .social-auth-row {
    grid-template-columns: 1fr;
  }
  .cart-step-bar {
    padding: 8px 14px 6px;
  }
  .co-inner {
    padding: 12px 14px 8px;
  }
  .cart-foot,
  .cart-row,
  .cart-summary-box {
    padding: 10px 14px;
  }
  .cart-row {
    gap: 8px;
  }
  .sc-drawer-head {
    padding: 12px 14px;
  }
  .profile-drawer {
    max-width: 100%;
  }
  #myOrdersNavBtn {
    display: none !important;
  }
}