:root {
  --ink: #1e1b18;
  --ink-soft: #2c2824;
  --paper: #fffdf9;
  --paper-raised: #ffffff;
  --marigold: #5a715c;
  --marigold-deep: #445946;
  --jade: #5a715c;
  --jade-soft: #edf3ee;
  --rust: #856552;
  --rust-soft: #fbf5ef;
  --text-muted: #736b63;
  --border: #ded5ca;
  --border-light: #ece4db;
  --radius: 8px;
  --shadow: 0 2px 8px rgba(78,59,39,0.04), 0 10px 28px rgba(78,59,39,0.08);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Work Sans', -apple-system, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

h1, h2, h3, .display {
  font-family: 'Playfair Display', 'Fraunces', Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0 0 0.4em;
}

a { color: inherit; text-decoration: none; }

/* --- Header --- */
.site-header {
  background: #1e1b18;
  color: #fffdf9;
  padding: 0 24px;
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.site-header-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  gap: 16px;
  position: relative;
}
.brand {
  font-family: 'Playfair Display', 'Fraunces', serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}
.brand small { display:block; font-family:'Work Sans', sans-serif; font-size:10px; letter-spacing:.04em; font-weight:500; margin-top:-9px; white-space:nowrap; color:#c2b2a1; }
.home-nav { display:flex; align-items:center; gap:27px; position:absolute; left:50%; transform:translateX(-50%); }
.home-nav > a, .occasions-nav-link { font-size:12px; text-transform:uppercase; letter-spacing:.06em; font-weight:600; white-space:nowrap; position:relative; padding:4px 0; color:#3a3530; transition:color 0.2s ease; text-decoration:none; }
.home-nav > a:first-child::after { content:''; position:absolute; left:0; right:0; bottom:0; height:2px; background:#5a715c; border-radius:1px; }
.home-nav > a:hover, .occasions-nav-link:hover { color:#5a715c; }
.brand-mark {
  width: 10px; height: 10px;
  background: #5a715c;
  border-radius: 2px;
  transform: rotate(45deg);
  display: inline-block;
}
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-nav-group { display: flex; align-items: center; gap: 20px; }
.header-account-group { display: flex; align-items: center; gap: 14px; }
.header-divider { width: 1px; height: 20px; background: rgba(251,249,242,0.16); }
.header-cta { padding: 9px 20px; font-size: 13px; margin-left: 2px; }
.header-links { font-size: 14px; font-weight: 600; padding: 8px 4px; position: relative; }
.header-links::after { content: ''; position: absolute; left: 4px; right: calc(100% - 4px); bottom: 4px; height: 2px; background: #5a715c; transition: right 0.2s ease; }
.header-links:hover { color: #5a715c; }
.header-links:hover::after { right: 4px; }
.header-links-premium {
  display: inline-flex; align-items: center; gap: 6px;
  color: #5a715c; background: rgba(90, 113, 92, 0.12);
  border: 1px solid rgba(90, 113, 92, 0.35);
  padding: 7px 16px !important; border-radius: 999px; font-size: 13px !important; letter-spacing: 0.03em;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.header-links-premium::before { content: '\2726'; font-size: 11px; line-height: 1; }
.header-links-premium::after { display: none; }
.header-links-premium:hover {
  color: #ffffff; background: #5a715c; border-color: #5a715c;
  transform: translateY(-1px); box-shadow: 0 4px 14px rgba(90, 113, 92, 0.35);
}
.mobile-account-icon { display: none; color: var(--paper-raised); padding: 6px; }
.cart-icon-link { position: relative; display: flex; align-items: center; color: #1e1b18; padding: 6px; transition: color 0.2s ease; }
.cart-icon-link:hover { color: #5a715c; }
.header-icon-link { display:flex; align-items:center; justify-content:center; padding:6px; color:#1e1b18; transition: color 0.2s ease; }
.header-icon-link:hover { color:#5a715c; }
.header-user-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(90, 113, 92, 0.12);
  border: 1.5px solid rgba(90, 113, 92, 0.32);
  padding: 4px 12px 4px 5px;
  border-radius: 999px;
  color: #1e1b18;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.header-user-btn:hover {
  background: #5a715c;
  border-color: #5a715c;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(90, 113, 92, 0.28);
}
.user-avatar-initial {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #5a715c;
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}
.header-user-btn:hover .user-avatar-initial {
  background: #ffffff;
  color: #5a715c;
}
.user-display-name {
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cart-badge {
  position: absolute; top: -2px; right: -4px;
  background: #5a715c; color: #ffffff;
  font-size: 10px; font-weight: 700; line-height: 1;
  min-width: 16px; height: 16px; padding: 0 3px;
  border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid #fffdf9;
}

/* --- Small, reusable Premium teaser (product pages, cart) --- */
.premium-teaser {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 16px 20px; border: 1px solid var(--border); border-radius: var(--radius);
  background: var(--paper-raised); flex-wrap: wrap;
}
.premium-teaser p { margin: 0; font-size: 14px; max-width: 480px; }
@media (max-width: 560px) {
  .premium-teaser { flex-direction: column; align-items: flex-start; }
  .premium-teaser .btn { align-self: stretch; text-align: center; }
}
.menu-toggle { display: none; background: none; border: none; color: var(--paper-raised); cursor: pointer; padding: 8px; }
.mobile-menu { display: none; flex-direction: column; gap: 2px; padding: 14px 24px 18px; border-top: 1px solid #2c3142; }
.mobile-menu a { padding: 10px 8px; font-size: 14px; font-weight: 600; border-radius: var(--radius); }
.mobile-menu a:hover { background: var(--ink-soft); }
.mobile-menu.open { display: flex; }
.header-search {
  background: var(--ink-soft);
  border: 1px solid #2c3142;
  border-radius: var(--radius);
  padding: 8px 12px;
  color: var(--paper-raised);
  font-size: 13px;
  width: 200px;
}
.page-search { padding: 11px 12px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--paper-raised); font-size: 14px; font-family: inherit; }
.store-heading { margin-bottom: 24px; }
.store-heading h1 { margin-bottom: 4px; }
.cart-link {
  position: relative;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px solid #2c3142;
  border-radius: var(--radius);
}
.cart-link:hover { border-color: var(--marigold); }
.cart-badge {
  background: var(--marigold);
  color: var(--ink);
  font-weight: 700;
  border-radius: 10px;
  padding: 1px 7px;
  font-size: 11px;
}

/* --- Layout --- */
.wrap { max-width: 1160px; margin: 0 auto; padding: 32px 24px 80px; }
.two-col { display: grid; grid-template-columns: 220px 1fr; gap: 32px; }
.two-col > * { min-width: 0; }

/* --- Category rail --- */
.category-rail { display: flex; flex-direction: column; gap: 2px; }
.category-rail-title {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--text-muted); margin-bottom: 10px; font-weight: 600;
}
.category-item {
  padding: 9px 12px; border-radius: var(--radius); font-size: 14px; color: var(--ink);
}
.category-item:hover { background: var(--paper-raised); }
.category-item.active { background: var(--ink); color: var(--paper-raised); }
.category-type-tag { font-size: 9px; text-transform: uppercase; letter-spacing: 0.04em; opacity: 0.6; margin-left: 4px; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* --- Hero --- */
.hero {
  background: var(--ink);
  color: var(--paper-raised);
  padding: 88px 24px 130px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; top: -120px; right: -100px;
  width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(232,163,61,0.28), transparent 70%);
}
.hero::after {
  content: '';
  position: absolute; bottom: -140px; left: -80px;
  width: 340px; height: 340px; border-radius: 50%;
  background: radial-gradient(circle, rgba(31,111,99,0.24), transparent 70%);
}
.hero-garland {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  z-index: 0;
  opacity: 0.55;
  pointer-events: none;
}
.hero-divider {
  position: absolute;
  bottom: -1px; left: 0; width: 100%;
  line-height: 0;
  z-index: 1;
}
.hero-divider svg { display: block; width: 100%; height: 44px; }
.hero-inner { max-width: 720px; margin: 0 auto; text-align: center; position: relative; z-index: 2; }
.hero-eyebrow {
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.22em; color: #5a715c; font-weight: 700;
  display: inline-flex; align-items: center; gap: 10px;
}
.hero-eyebrow::before, .hero-eyebrow::after { content: ''; width: 22px; height: 1px; background: #5a715c; opacity: 0.6; }
.hero-title {
  font-size: clamp(38px, 6vw, 60px);
  line-height: 1.05;
  margin: 18px 0 14px;
  letter-spacing: -0.02em;
}
.hero-tagline { font-size: 17px; color: #c7c9d3; margin: 0 auto 30px; max-width: 480px; }
.hero-cta { display: inline-block; }
.hero-cta-row { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }
.shop-switcher-link { display: block; margin-top: 18px; font-size: 13px; font-weight: 600; color: #5a715c; text-decoration: underline; text-underline-offset: 3px; }
.shop-switcher-link:hover { color: #445946; }
.hero-cta.hero-cta-premium { display: none; }
.btn-outline-invert { background: transparent; border: 1.5px solid rgba(255,255,255,0.65); color: #ffffff; border-radius: 999px; }
.btn-outline-invert:hover { border-color: #ffffff; background: #ffffff; color: #5a715c; }

/* --- Premium standalone page --- */
.premium-hero {
  background: #1e1b18;
  color: #fffdf9;
  padding: 76px 24px 100px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.premium-hero-garland { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; opacity: 0.6; pointer-events: none; }
.premium-hero-inner { max-width: 680px; margin: 0 auto; position: relative; z-index: 2; }
.premium-eyebrow {
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.22em; color: #5a715c; font-weight: 700;
  display: inline-flex; align-items: center; gap: 10px;
}
.premium-eyebrow::before, .premium-eyebrow::after { content: ''; width: 22px; height: 1px; background: #5a715c; opacity: 0.6; }
.premium-title { font-size: clamp(30px, 5vw, 46px); line-height: 1.1; margin: 18px 0 14px; letter-spacing: -0.02em; }
.premium-tagline { font-size: 16px; color: #c7c9d3; margin: 0 auto 30px; max-width: 460px; }
.premium-hero-cta { display: inline-block; }

.premium-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin: -56px auto 50px; position: relative; z-index: 2; }
.premium-point { background: #ffffff; border: 1px solid #ded5ca; border-radius: 12px; box-shadow: var(--shadow); padding: 26px 22px; }
.premium-point-num { font-family: 'Playfair Display', 'Fraunces', serif; font-size: 22px; color: #5a715c; font-weight: 600; }
.premium-point h3 { margin: 10px 0 6px; font-size: 16px; }
@media (max-width: 760px) {
  .premium-points { grid-template-columns: 1fr; margin-top: -30px; }
}

/* --- Quick category buttons (homepage) --- */
.quick-cat-bar {
  max-width: 1160px; margin: -58px auto 0; padding: 0 24px;
  position: relative; z-index: 3;
}
.quick-cat-bar-inner {
  background: #ffffff;
  border: 1px solid #ded5ca;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(78, 59, 39, 0.07);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 18px 22px;
}
.quick-cat-btn {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1.5px solid #ded5ca;
  background: #fffdf9;
  color: #3a3530;
  font-size: 13.5px; font-weight: 600;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.quick-cat-btn { flex-shrink: 0; white-space: nowrap; }
.quick-cat-btn svg { flex-shrink: 0; }
.quick-cat-btn:hover { background: #5a715c; color: #ffffff; border-color: #5a715c; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(90, 113, 92, 0.22); }
.quick-cat-btn.active { background: #5a715c; color: #ffffff; border-color: #5a715c; }

/* --- Quick category switcher (top of browse/category results) --- */
.category-quickswitch {
  display: flex; gap: 8px; flex-wrap: nowrap;
  overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none;
  padding: 12px 0 10px; margin-bottom: 12px;
  position: sticky; top: 64px; z-index: 20;
  background: #fffdf9;
  border-bottom: 1px solid #ded5ca;
}
.category-quickswitch::-webkit-scrollbar { display: none; }
.category-quickswitch .quick-cat-btn {
  flex: 0 0 auto; white-space: nowrap;
  display:inline-flex; align-items:center; justify-content:center;
  padding: 8px 16px; border: 1.5px solid #ded5ca; border-radius: 999px; background: #ffffff;
  color: #3a3530; font-size: 12.5px; line-height:1; font-weight: 600;
}
.category-quickswitch .quick-cat-btn:hover { background:#5a715c; color:#ffffff; border-color:#5a715c; transform:none; }
.category-quickswitch .quick-cat-btn.active { background:#5a715c; color:#ffffff; border-color:#5a715c; box-shadow:none; }

@media (min-width: 761px) {
  .filter-aside { position:sticky; top:82px; align-self:start; }
}

/* --- Category tiles (visual homepage navigation) --- */
.tile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-auto-rows: 170px;
  gap: 16px;
  margin: 36px 0 48px;
}
.category-tile {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 16px;
  overflow: hidden;
  background: var(--ink) center/cover no-repeat;
  display: block;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.category-tile:hover { transform: translateY(-4px) scale(1.01); box-shadow: var(--shadow); }
.category-tile-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,23,31,0) 40%, rgba(20,23,31,0.85) 100%);
  display: flex; flex-direction: column; justify-content: flex-end; align-items: center;
  padding: 16px;
  color: var(--paper-raised);
  text-align: center;
}
.category-tile-type { font-size: 10px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--marigold); font-weight: 700; margin-bottom: 4px; }
.category-tile-name { font-family: 'Fraunces', serif; font-size: 18px; font-weight: 600; }
.category-tile-count { font-size: 12px; color: #c7c9d3; margin-top: 2px; }

/* --- Browse filters sidebar --- */
.filter-toggle-mobile {
  display: none;
  align-items: center; gap: 8px;
  width: 100%;
  background: var(--paper-raised); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 12px 16px; margin-bottom: 14px;
  font-family: inherit; font-size: 14px; font-weight: 600; color: var(--ink);
  cursor: pointer;
}
.filter-toggle-mobile.open { color: var(--marigold-deep); border-color: var(--marigold); }
.filter-form { display: flex; flex-direction: column; gap: 18px; }
.filter-block select.page-search { appearance: auto; }
.browse-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 240px));
  justify-content: center;
  gap: 16px;
  align-items: start;
  margin-bottom: 48px;
}

.shop-showcase-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.shop-showcase-col {
  background: var(--paper-raised);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
}
.shop-showcase-col .browse-grid-narrow { grid-template-columns: repeat(2, 1fr); margin-bottom: 0; }
.shop-showcase-col .category-section-heading { text-align: left; margin-bottom: 18px; }
@media (max-width: 800px) {
  .shop-showcase-cols { grid-template-columns: 1fr; gap: 20px; }
  .shop-showcase-col { margin-bottom: 0; }
}

.category-section { margin-bottom: 44px; }
.category-section-heading { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; margin-bottom: 22px; gap: 6px; }
.category-section-heading h2 { margin: 0; }
.section-eyebrow {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--rust); font-weight: 700;
  display: inline-flex; align-items: center; gap: 8px;
}
.section-eyebrow::before, .section-eyebrow::after { content: ''; width: 16px; height: 1px; background: var(--rust); opacity: 0.55; }

/* --- Scroll reveal --- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* --- Digital portrait card grid (template-marketplace style) --- */
.digital-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}
.digital-card {
  background: var(--paper-raised);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  display: block;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.digital-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.digital-card-media { aspect-ratio: 9/16; background: var(--ink); position: relative; overflow: hidden; }
.digital-card-media img, .digital-card-media video { width: 100%; height: 100%; object-fit: contain; position: absolute; inset: 0; }
.digital-card-media video { opacity: 0; transition: opacity 0.2s; }
.digital-card:hover .digital-card-media video { opacity: 1; }
.digital-card:hover .digital-card-media img { opacity: 0; }
.digital-card-overlay {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(20,23,31,0) 55%, rgba(20,23,31,0.88) 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 12px 14px;
  color: var(--paper-raised);
}
.digital-card-name { font-family: 'Fraunces', serif; font-size: 14px; font-weight: 600; margin-bottom: 4px; line-height: 1.3; }
.digital-card-price { font-size: 14px; color: var(--marigold); font-weight: 600; }

/* --- Generic page banner (About/Contact) --- */
.page-banner {
  background: var(--ink);
  color: var(--paper-raised);
  padding: 48px 24px;
  text-align: center;
}
.page-banner-inner h1 { font-size: 38px; margin-bottom: 8px; }
.page-breadcrumb { font-size: 13px; color: #c7c9d3; }
.page-breadcrumb a { color: var(--marigold); font-weight: 600; }

/* --- Contact page --- */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding: 44px 0; align-items: start; }
.contact-intro { color: var(--text-muted); font-size: 15px; line-height: 1.6; margin-bottom: 28px; }
.contact-row { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 22px; }
.contact-icon {
  width: 40px; height: 40px; border-radius: 50%; background: var(--paper);
  border: 1px solid var(--border); display: flex; align-items: center; justify-content: center;
  color: var(--marigold-deep); flex-shrink: 0;
}
.contact-label { font-weight: 700; font-size: 14px; margin-bottom: 2px; }
.contact-value { color: var(--text-muted); font-size: 14px; line-height: 1.5; }
.digital-toolbar { display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }
.digital-search-form .page-search { width: 320px; }
.category-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.category-pill { padding: 7px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; border: 1px solid var(--border); background: var(--paper-raised); }
.category-pill:hover { border-color: var(--marigold); }
.category-pill.active { background: var(--ink); color: var(--paper-raised); border-color: var(--ink); }

.digital-list { display: flex; flex-direction: column; gap: 18px; max-width: 820px; }
.digital-row {
  display: grid; grid-template-columns: 280px 1fr;
  background: var(--paper-raised); border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden; transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.digital-row:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.digital-row-media { position: relative; aspect-ratio: 16/10; background: var(--ink); overflow: hidden; }
.digital-row-media img, .digital-row-media video { width: 100%; height: 100%; object-fit: cover; }
.digital-row-info { padding: 20px 22px; display: flex; flex-direction: column; }
.digital-row-name { font-family: 'Fraunces', serif; font-size: 19px; font-weight: 600; margin-bottom: 8px; }
.digital-row-desc { color: var(--text-muted); font-size: 14px; line-height: 1.5; margin: 0 0 16px; flex: 1;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.digital-row-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}
.product-card {
  background: var(--paper-raised);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  display: block;
}
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.product-media {
  aspect-ratio: 9/16;
  background: var(--ink);
  position: relative;
  overflow: hidden;
}
.product-media img, .product-media video {
  width: 100%; height: 100%; object-fit: contain;
  position: absolute; inset: 0;
}
.product-media video { opacity: 0; transition: opacity 0.2s; }
.product-card:hover .product-media video { opacity: 1; }
.product-card:hover .product-media img { opacity: 0; }
.type-tag {
  position: absolute; top: 10px; left: 10px;
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.06em;
  background: rgba(20,23,31,0.75); color: var(--paper-raised);
  padding: 3px 8px; border-radius: 3px; font-weight: 600;
  z-index: 1;
}
.product-overlay {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(20,23,31,0) 55%, rgba(20,23,31,0.88) 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 12px 14px;
  color: var(--paper-raised);
}
.product-name { font-size: 15px; font-weight: 600; margin-bottom: 4px; font-family: 'Work Sans', sans-serif; }
.product-price { font-family: 'Fraunces', serif; font-size: 18px; color: var(--marigold); }
.empty-state { text-align: center; padding: 80px 20px; color: var(--text-muted); }

/* --- Password show/hide toggle (applied automatically via password-toggle.js) --- */
.password-field-wrap { position: relative; }
.password-field-wrap input { padding-right: 42px; }
.password-toggle {
  position: absolute; top: 50%; right: 8px; transform: translateY(-50%);
  background: none; border: none; padding: 6px; margin: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--text-muted); cursor: pointer; width: auto;
}
.password-toggle:hover { color: var(--ink); }

/* --- Premium showcase gallery (photos/videos always visible, no hover-reveal) --- */
.premium-layout { display: grid; grid-template-columns: 1fr 380px; gap: 40px; align-items: start; }
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}
.showcase-card {
  background: var(--paper-raised);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}
.showcase-media { aspect-ratio: 9/16; background: var(--ink); position: relative; overflow: hidden; }

.showcase-media img, .showcase-media video { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }

/* Keep correct aspect ratio (no stretching/cropping) when a video is expanded to fullscreen */
video:fullscreen,
video:-webkit-full-screen,
video:-moz-full-screen,
video:-ms-fullscreen,
.showcase-media video:fullscreen,
.showcase-media video:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  background: #000;
}
.showcase-overlay {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(20,23,31,0) 55%, rgba(20,23,31,0.88) 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 12px 14px; color: var(--paper-raised);
}
.showcase-title { font-size: 14px; font-weight: 600; font-family: 'Work Sans', sans-serif; }
.premium-form-col { position: sticky; top: 80px; }
@media (max-width: 900px) {
  .premium-layout { grid-template-columns: 1fr; }
  .premium-form-col { position: static; }
}

/* --- Product detail --- */
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.pd-media { border-radius: 16px; overflow: hidden; background: var(--ink); aspect-ratio: 4/3; }
.pd-media img, .pd-media video { width: 100%; height: 100%; object-fit: cover; }

/* Digital products (e.g. invitations) are naturally tall/portrait */
.pd-media-tall { aspect-ratio: 9/16; max-height: 640px; }
.pd-media-tall img, .pd-media-tall video { object-fit: cover; }
.pd-price { font-family: 'Playfair Display', 'Fraunces', serif; font-size: 32px; color: #5a715c; margin: 10px 0 18px; }
.pd-desc { color: var(--text-muted); margin-bottom: 24px; white-space: pre-wrap; }
.stock-note { font-size: 13px; color: #5a715c; margin-bottom: 18px; }
.stock-note.low { color: #856552; }

/* --- Buttons (Website Celebration Theme) --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 13.5px;
  letter-spacing: 0.01em;
  border: 1.5px solid transparent;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.btn-primary, .btn-marigold {
  background: #5a715c;
  color: #ffffff;
  border-color: #5a715c;
}
.btn-primary:hover, .btn-marigold:hover {
  background: #ffffff;
  color: #5a715c;
  border-color: #5a715c;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(90, 113, 92, 0.24);
}
.btn-outline {
  background: #ffffff;
  border: 1.5px solid #ded5ca;
  color: #20231f;
}
.btn-outline:hover {
  background: #5a715c;
  color: #ffffff;
  border-color: #5a715c;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(90, 113, 92, 0.20);
}
.btn-danger {
  background: #fff3f0;
  color: #ad3d24;
  border: 1.5px solid #f6d1c7;
}
.btn-danger:hover {
  background: #ad3d24;
  color: #ffffff;
  border-color: #ad3d24;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(173, 61, 36, 0.25);
}
.btn-block { width: 100%; }

/* --- Quick Add to Cart Button (on cards) --- */
.quick-add-btn {
  background: #5a715c;
  color: #ffffff;
  border: 1.5px solid #5a715c;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 20px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(90, 113, 92, 0.25);
  transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.quick-add-btn:hover {
  background: #ffffff;
  color: #5a715c;
  border-color: #5a715c;
  transform: scale(1.05) translateY(-2px);
  box-shadow: 0 6px 18px rgba(90, 113, 92, 0.32);
}

input[type=number] { width: 64px; padding: 8px; border: 1px solid #ded5ca; border-radius: var(--radius); }

/* --- Cart --- */
.cart-table { width: 100%; border-collapse: collapse; }
.cart-table th { text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.cart-table td { padding: 16px 0; border-bottom: 1px solid var(--border); vertical-align: middle; }
.cart-item-name { display: flex; align-items: center; gap: 14px; }
.cart-item-img { width: 56px; height: 56px; object-fit: cover; border-radius: var(--radius); background: var(--ink); }

.download-row { display: flex; align-items: center; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--border); }
.download-row:last-child { border-bottom: none; }
.download-row-img { width: 160px; max-width: 40%; height: auto; max-height: 280px; object-fit: contain; border-radius: var(--radius); background: var(--ink); flex-shrink: 0; }
.download-row-name { flex: 1; font-weight: 600; font-size: 14.5px; }
@media (max-width: 560px) {
  .download-row { flex-direction: column; align-items: flex-start; }
  .download-row-img { width: 100%; max-width: 240px; max-height: 340px; align-self: center; }
  .download-row .btn { align-self: stretch; text-align: center; }
}
.cart-total-row { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; font-family: 'Fraunces', serif; font-size: 22px; }

/* --- Cart: items left, summary right --- */
.cart-layout { display: grid; grid-template-columns: 1fr 340px; gap: 28px; align-items: start; }
.cart-items-col { display: flex; flex-direction: column; gap: 12px; }
.cart-line {
  display: grid;
  grid-template-columns: 72px 1fr auto auto auto;
  gap: 16px;
  align-items: center;
  background: var(--paper-raised);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 14px;
}
.cart-line-img { width: 72px; height: 72px; object-fit: cover; border-radius: var(--radius); background: var(--ink); }
.cart-line-name { font-weight: 600; font-size: 15px; }
.cart-line-price { font-size: 13px; color: var(--text-muted); }
.cart-line-qty input { width: 60px; padding: 8px; border: 1px solid var(--border); border-radius: var(--radius); }
.cart-line-subtotal { font-weight: 700; font-family: 'Fraunces', serif; white-space: nowrap; }
.cart-summary-col { position: sticky; top: 80px; display: flex; flex-direction: column; gap: 16px; }

/* --- Checkout: summary left, form right --- */
.checkout-layout { display: grid; grid-template-columns: 320px 1fr; gap: 28px; align-items: start; }
.checkout-summary-col { position: sticky; top: 80px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 12px; font-weight: 600; margin-bottom: 6px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.04em; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 11px 12px; border: 1.5px solid #ded5ca;
  border-radius: var(--radius); font-family: inherit; font-size: 14px;
  background: #ffffff; color: #1e1b18; transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus, .page-search:focus {
  border-color: #5a715c !important; outline: none !important;
  box-shadow: 0 0 0 3px rgba(90, 113, 92, 0.16) !important;
}
.form-group textarea { resize: vertical; min-height: 90px; }
.form-error { background: #fbf5ef; color: #856552; padding: 12px 14px; border-radius: var(--radius); margin-bottom: 16px; font-size: 14px; border: 1px solid #ebd8c5; }
.form-success { background: #edf3ee; color: #5a715c; padding: 12px 14px; border-radius: var(--radius); margin-bottom: 16px; font-size: 14px; border: 1px solid #c9decb; }

/* --- Payment / Ticket stub --- */
.ticket {
  background: #ffffff;
  border: 1px solid #ded5ca;
  border-radius: 16px;
  max-width: 420px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 8px 30px rgba(78, 59, 39, 0.08);
}
.ticket-top { padding: 28px 28px 20px; text-align: center; }
.ticket-divider {
  border-top: 2px dashed #ded5ca;
  position: relative;
  margin: 0 20px;
}
.ticket-divider::before, .ticket-divider::after {
  content: ''; position: absolute; top: -10px; width: 20px; height: 20px;
  background: #fffdf9; border-radius: 50%;
}
.ticket-divider::before { left: -30px; }
.ticket-divider::after { right: -30px; }
.ticket-bottom { padding: 20px 28px 28px; }
.qr-box { background: white; padding: 14px; border-radius: 12px; display: inline-block; border: 1px solid #ded5ca; }
.qr-box img { display: block; width: 200px; height: 200px; }
.order-code { font-family: 'Playfair Display', 'Fraunces', serif; font-size: 20px; letter-spacing: 0.02em; }
.amount-due { font-family: 'Playfair Display', 'Fraunces', serif; font-size: 30px; color: #5a715c; margin: 6px 0 14px; }
.upi-id-box { background: #fffdf9; padding: 10px 14px; border-radius: 999px; font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; border: 1px solid #ded5ca; }

/* --- Status badges --- */
.badge { display: inline-block; padding: 4px 12px; border-radius: 20px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; }
.badge-pending { background: #ece9dd; color: var(--text-muted); }
.badge-submitted { background: #fbf5ef; color: #856552; border: 1px solid #ebd8c5; }
.badge-paid { background: #edf3ee; color: #5a715c; border: 1px solid #c9decb; }
.badge-shipped { background: #dce8fb; color: #2a5ba8; }
.badge-delivered { background: #edf3ee; color: #5a715c; border: 1px solid #c9decb; }
.badge-cancelled { background: #fbf5ef; color: #856552; border: 1px solid #ebd8c5; }

/* --- Order status timeline --- */
.timeline { display: flex; justify-content: space-between; margin: 30px 0; position: relative; }
.timeline::before { content: ''; position: absolute; top: 11px; left: 0; right: 0; height: 2px; background: #ded5ca; }
.timeline-step { position: relative; text-align: center; flex: 1; }
.timeline-dot { width: 24px; height: 24px; border-radius: 50%; background: #ffffff; border: 2px solid #ded5ca; margin: 0 auto 8px; position: relative; z-index: 1; }
.timeline-step.done .timeline-dot { background: #5a715c; border-color: #5a715c; }
.timeline-label { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.03em; }

/* --- Admin (Celebration Frontend Theme) --- */
.admin-shell { display: grid; grid-template-columns: 230px 1fr; min-height: 100vh; background: #fcfaf6; }
.admin-sidebar { background: #242d25; color: #eef3ef; padding: 24px 16px; border-right: 1px solid #364237; }
.admin-sidebar .brand { color: #fffdf9; margin-bottom: 24px; padding: 0 8px; }
.admin-nav a { display: flex; align-items: center; justify-content: space-between; gap: 6px; padding: 10px 12px; border-radius: 8px; font-size: 13.5px; font-weight: 500; margin-bottom: 3px; color: #cbd7cc; text-decoration: none; transition: all 0.15s ease; }
.admin-nav a:hover { background: rgba(255, 255, 255, 0.08); color: #ffffff; }
.admin-nav a.active { background: #5a715c; color: #ffffff; font-weight: 600; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
.admin-nav-row { display: flex; gap: 6px; margin-bottom: 3px; }
.admin-nav-row a { flex: 1; text-align: center; margin-bottom: 0; padding: 10px 8px; justify-content: center; }
.nav-section-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em; color: #8fa692; padding: 16px 12px 6px; font-weight: 600; }

.nav-badge { display: inline-flex; align-items: center; justify-content: center; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 10px; background: #c47943; color: #fff; font-size: 10px; font-weight: 700; line-height: 1; }
.page-tabs { display: flex; gap: 8px; }
.section-subheading { font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: #756e65; margin: 26px 0 10px; font-weight: 600; }
.chip-row { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.chip { display: inline-block; padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 600; border: 1.5px solid #ded5ca; background: #ffffff; color: #20231f; transition: all 0.2s ease; text-decoration: none; }
.chip:hover { border-color: #5a715c; color: #5a715c; }
.chip.active { background: #5a715c; border-color: #5a715c; color: #ffffff; }
.admin-main { padding: 36px 40px; max-width: 1200px; background: #fcfaf6; }
.admin-topbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.admin-topbar h1 { font-family: 'Playfair Display', Georgia, serif; color: #20231f; font-size: 28px; font-weight: 600; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 32px; }
.split-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.stat-card { background: #ffffff; border: 1px solid #e8e0d5; border-radius: 12px; padding: 20px; box-shadow: 0 2px 8px rgba(50, 40, 30, 0.03); }
.stat-value { font-family: 'Playfair Display', 'Fraunces', serif; font-size: 28px; color: #20231f; font-weight: 600; }
.stat-label { font-size: 11.5px; color: #756e65; text-transform: uppercase; letter-spacing: 0.05em; margin-top: 6px; font-weight: 600; }
table.admin-table { width: 100%; border-collapse: collapse; background: #ffffff; border: 1px solid #e8e0d5; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(50, 40, 30, 0.03); }
table.admin-table th { text-align: left; font-size: 11px; text-transform: uppercase; color: #6d6459; padding: 13px 16px; background: #f8f4ed; border-bottom: 1px solid #e8e0d5; font-weight: 600; letter-spacing: 0.04em; }
table.admin-table td { padding: 13px 16px; border-bottom: 1px solid #f1eae2; font-size: 14px; color: #20231f; }
table.admin-table tr:last-child td { border-bottom: none; }
table.admin-table tr:hover td { background: #faf7f2; }
.thumb { width: 42px; height: 42px; object-fit: cover; border-radius: 8px; background: #f2ece4; border: 1px solid #e4dcce; }
.login-shell { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: radial-gradient(circle at 50% 50%, #fff 0, #f8f3ed 50%, #eee8df 100%); }
.login-card { background: #ffffff; padding: 40px; border-radius: 16px; width: 360px; box-shadow: 0 10px 30px rgba(50, 40, 30, 0.08); border: 1px solid #e8e0d5; }
.login-card .brand { justify-content: center; margin-bottom: 24px; color: #20231f; font-family: 'Playfair Display', serif; }
.helper-text { font-size: 12px; color: #756e65; margin-top: 6px; line-height: 1.45; }
.card-box { background: #ffffff; border: 1px solid #e8e0d5; border-radius: 12px; padding: 24px; margin-bottom: 20px; box-shadow: 0 2px 10px rgba(50, 40, 30, 0.03); }
.card-box h3 { font-family: 'Playfair Display', Georgia, serif; color: #20231f; font-size: 18px; margin-top: 0; }
.settings-tabs { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 20px; border-bottom: 1px solid #e8e0d5; padding-bottom: 0; }
.settings-tab {
  background: none; border: none; border-bottom: 2.5px solid transparent;
  padding: 10px 6px; margin-right: 18px; font-size: 14px; font-weight: 600;
  color: #756e65; cursor: pointer; font-family: inherit; transition: all 0.15s ease;
}
.settings-tab:hover { color: #20231f; }
.settings-tab.active { color: #20231f; border-bottom-color: #5a715c; }
.inline-form { display: flex; gap: 8px; }
.action-links a, .action-links button { font-size: 13px; margin-right: 10px; background: none; border: none; padding: 0; cursor: pointer; color: #5a715c; font-family: inherit; font-weight: 500; text-decoration: none; }
.action-links a:hover, .action-links button:hover { text-decoration: underline; color: #435445; }
.action-links .del { color: #9c4c34; }
.action-links .del:hover { color: #7a321d; }

.badge { display: inline-block; padding: 4px 10px; border-radius: 14px; font-size: 11.5px; font-weight: 600; text-transform: capitalize; }
.badge-paid { background: #eaf3eb; color: #2f5c35; border: 1px solid #c4dec7; }
.badge-submitted, .badge-pending { background: #fef4ea; color: #93531f; border: 1px solid #f4d6be; }
.badge-shipped { background: #eef4f9; color: #255278; border: 1px solid #c8def0; }
.badge-delivered { background: #ebf5ec; color: #276130; border: 1px solid #bee0c4; }
.badge-cancelled { background: #fbf0ea; color: #884223; border: 1px solid #efcebf; }

footer.site-footer { text-align: center; padding: 30px; color: #756e65; font-size: 12px; }

/* --- Celebration homepage & Site Header --- */
.site-header { background:#fffdf9; color:#1e1b18; border-bottom:1px solid #ede7df; }
.brand { color:#1e1b18; }
.home-nav a { color:#3a3530; }
.home-nav a:hover { color:#5a715c; }
.cart-icon-link, .mobile-account-icon, .header-icon-link { color:#1e1b18; }
.cart-icon-link:hover, .header-icon-link:hover { color:#5a715c; }
.cart-badge { border-color:#fffdf9; color:#fff; background:#5a715c; }
.celebration-hero-wrap { width:100%; background:radial-gradient(circle at 50% 50%,#fff 0, #f8f3ed 47%, #eee8df 100%); border-bottom:1px solid #ede7df; position:relative; overflow:hidden; }
.celebration-hero { min-height:360px; position:relative; display:flex; align-items:center; justify-content:center; max-width:1240px; margin:auto; padding:30px 24px; gap:clamp(20px, 3.5vw, 48px); }
.celebration-hero::after { content:''; position:absolute; left:50%; bottom:20px; width:65%; height:18px; transform:translateX(-50%); background:rgba(93,75,54,.10); filter:blur(16px); border-radius:50%; pointer-events:none; }
.hero-leaf { position:absolute; width:130px; height:220px; opacity:.35; background:repeating-linear-gradient(55deg,transparent 0 24px,#6e805e 25px 27px,transparent 29px 45px); pointer-events:none; }
.hero-leaf-left { left:-25px; bottom:8px; transform:rotate(-25deg); }.hero-leaf-right { right:-25px; top:2px; transform:scaleX(-1) rotate(-15deg); }
.celebration-hero-copy { text-align:center; position:relative; z-index:2; max-width:520px; flex:1 1 400px; }
.home-kicker { margin:0 0 10px; color:#755d4b; font-size:12px; text-transform:uppercase; letter-spacing:.16em; font-weight:700; }
.celebration-hero h1 { font-family:'Playfair Display', Georgia, serif; font-size:clamp(35px,3.8vw,52px); line-height:1.05; font-weight:500; letter-spacing:-.03em; margin:0; }
.celebration-hero h1 span { color:#5b755c; display:inline; }
.celebration-hero-copy > p:not(.home-kicker) { font-size:16px; line-height:1.6; max-width:420px; margin:14px auto 20px; color:#55514b; }
.home-actions { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.home-btn { display:inline-flex; align-items:center; justify-content:center; padding:12px 22px; border:1px solid #5a715c; text-transform:uppercase; font-size:12px; letter-spacing:.04em; font-weight:700; border-radius:6px; position:relative; z-index:1; transition:transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease; cursor:pointer; }
.home-btn-primary { color:#ffffff; background:#5a715c; border-color:#5a715c; }
.home-btn-secondary { color:#36352f; background:rgba(255,255,255,.85); border-color:#cfc7bc; }
.home-btn:hover, .home-btn-primary:hover, .home-btn-secondary:hover { transform:scale(1.10) translateY(-3px); background:#ffffff; color:#5a715c; border-color:#5a715c; box-shadow:0 10px 24px rgba(90,113,92,.28); z-index:5; }
.hero-product { z-index:2; overflow:hidden; background:#dfd0bd; box-shadow:0 12px 24px rgba(68,47,29,.15); text-align:center; color:#fff; font-family:'Playfair Display',serif; display:block; flex-shrink:0; transition:transform .3s ease, box-shadow .3s ease; }
.hero-product:hover { transform:translateY(-4px) scale(1.02); box-shadow:0 16px 28px rgba(68,47,29,.22); }
.hero-product img { width:100%; height:100%; object-fit:cover; display:block; }
.hero-product span { display:grid; place-items:center; height:100%; font-size:18px; background:#bfa891; color:#fff; padding:12px; line-height:1.3; }
.hero-product-digital { width:160px; height:268px; transform:rotate(-6deg); border-radius:20px; border:6px solid #191918; }
.hero-product-gift { width:160px; height:222px; transform:rotate(5deg); border-radius:12px; outline:8px solid rgba(209,177,139,.32); }
.occasion-strip { text-align:center; padding:34px 24px 38px; border-bottom:1px solid #ede7df; max-width:1240px; margin:auto; }
.home-section-title { font-family:'Playfair Display',Georgia,serif; font-size:19px; text-transform:uppercase; letter-spacing:.06em; margin:0 0 24px; }
.occasion-links { display:flex; max-width:1140px; margin:0 auto 24px; justify-content:center; gap:8px; flex-wrap:wrap; }
.occasion-links a { width:140px; min-height:76px; padding:10px 8px; display:flex; gap:6px; flex-direction:column; align-items:center; justify-content:center; border:1px solid transparent; border-right:1px solid #e9e4de; font-family:'Playfair Display',serif; font-size:13.5px; border-radius:10px; position:relative; z-index:1; transition:transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease, background 0.2s ease, border-color 0.2s ease; cursor:pointer; }
.occasion-links a:last-child { border-right-color:transparent; }
.occasion-links a:hover { transform:scale(1.15) translateY(-4px); background:#fff; box-shadow:0 10px 24px rgba(93,75,54,.13), 0 2px 6px rgba(0,0,0,.04); border-color:rgba(233,228,222,.8); z-index:10; }
.occasion-links i { font-style:normal; color:#9c775e; font-size:29px; line-height:32px; display:inline-block; transition:transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.2s ease; }
.occasion-links a:hover i { transform:scale(1.22); color:#587057; }
.occasion-links span { transition:color 0.2s ease; }
.occasion-links a:hover span { color:#191918; font-weight:600; }
.occasion-button { padding:10px 20px; }
.home-showcases {
  padding: 48px 24px 56px;
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 52px;
}
.home-showcase-block {
  width: 100%;
  min-width: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}
.home-showcase-block:first-child:not(:last-child) {
  border-right: none;
  padding-right: 0;
  border-bottom: 1px solid #e9e1d6;
  padding-bottom: 48px;
}
.home-showcase-heading {
  border-top: 0;
  padding-top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 18px;
  gap: 10px;
  border-bottom: 1px solid #e9e1d6;
  padding-bottom: 12px;
}
.home-showcase-heading-centered {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 22px;
  gap: 4px;
}
.home-showcase-heading-centered .showcase-kicker {
  margin-bottom: 4px;
}
.home-showcase-heading-centered h2 {
  margin: 0 0 6px;
}
.showcase-view-all-link {
  font-size: 13px;
  font-weight: 600;
  color: #5a715c;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.showcase-view-all-link:hover {
  color: #191918;
}
.showcase-kicker {
  display: block;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 700;
  color: #856552;
  margin-bottom: 3px;
}
.home-showcase-heading h2 {
  margin: 0;
  color: #221f1c;
  font: 500 23px 'Playfair Display', Georgia, serif;
  text-transform: none;
  letter-spacing: -.01em;
}
.showcase-head-right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.showcase-nav-btns {
  display: flex;
  gap: 6px;
}
.showcase-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #ded5ca;
  background: #fffdf9;
  color: #444;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  transition: all .2s ease;
  padding: 0;
  line-height: 1;
}
.showcase-arrow:hover {
  background: #5a715c;
  color: #fff;
  border-color: #5a715c;
  transform: scale(1.06);
}
.home-showcase-heading a {
  font-size: 13.5px;
  font-weight: 600;
  color: #5a715c;
  white-space: nowrap;
}
.home-showcase-heading a:hover {
  color: #191918;
}

/* Inline Carousel Arrows & Centered Product Row */
.home-showcase-carousel-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.showcase-carousel-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #ded5ca;
  background: #ffffff;
  color: #221f1c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s ease;
  padding: 0;
  line-height: 1;
  flex-shrink: 0;
  z-index: 4;
  box-shadow: 0 3px 12px rgba(50, 40, 30, 0.08);
}
.showcase-carousel-arrow:hover {
  background: #5a715c;
  color: #ffffff;
  border-color: #5a715c;
  transform: scale(1.1);
  box-shadow: 0 6px 18px rgba(90, 113, 92, 0.28);
}
.home-product-row {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 10px 4px 16px;
  margin-top: 2px;
  scrollbar-width: thin;
  scrollbar-color: #ded6cc transparent;
  justify-content: flex-start;
  align-items: stretch;
}
.home-product-row-centered {
  justify-content: center;
  flex: 1 1 auto;
  max-width: 1140px;
}
.home-product-row::before,
.home-product-row::after {
  content: '';
  flex: 0 0 1px;
}
.home-product-row::-webkit-scrollbar {
  height: 4px;
}
.home-product-row::-webkit-scrollbar-thumb {
  background: #ded6cc;
  border-radius: 4px;
}
.home-product-tile {
  flex: 0 0 185px;
  min-width: 185px;
  max-width: 185px;
  font-size: 13px;
  scroll-snap-align: start;
  transition: transform .25s ease;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-product-tile:hover { transform: translateY(-4px); }
.home-product-tile b, .home-product-tile small {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
  text-align: center;
  width: 100%;
}
.home-product-tile b { font-weight: 600; font-size: 14px; color: #222; }
.home-product-tile small { margin-top: 3px; font-size: 13px; color: #587057; font-weight: 600; }
.home-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #fbf9f5;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(60,40,20,.08);
  position: relative;
}
.home-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .35s ease;
}
.home-product-tile:hover img { transform: scale(1.04); }
.home-product-tile-digital .home-product-image {
  aspect-ratio: 9/16;
  background: #14171f;
}
.home-empty { color: var(--text-muted); font-size: 14px; padding: 16px 0; text-align: center; }
.showcase-footer-action { text-align: center; margin-top: 22px; display: flex; justify-content: center; width: 100%; }
.showcase-footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 26px;
  background: #ffffff;
  border: 1.5px solid #ded5ca;
  border-radius: 999px;
  color: #20231f;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(50, 40, 30, 0.05);
  transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  margin: 0 auto;
}
.showcase-footer-btn:hover {
  background: #ffffff;
  color: #5a715c;
  border-color: #5a715c;
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 8px 22px rgba(90, 113, 92, 0.22);
}
.how-it-works { text-align: center; padding: 28px 24px 40px; border-top: 1px solid #eee8e1; max-width: 1240px; margin: auto; }
.steps-row { max-width: 1080px; margin: auto; display: grid; grid-template-columns: 1fr 45px 1fr 45px 1fr; text-align: left; align-items: center; gap: 14px; }
.steps-row > div { display: grid; grid-template-columns: 68px 1fr; column-gap: 14px; }
.steps-row i { grid-row: span 3; width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; color: #637561; background: #eff0eb; font-style: normal; font-size: 27px; }
.steps-row span { font-size: 12px; color: #888; }
.steps-row h3 { font: 500 16px/1.25 'Playfair Display',serif; margin: 3px 0; }
.steps-row p { margin: 0; font-size: 12px; line-height: 1.55; color: #555; }
.steps-row > b { color: #a77d5f; text-align: center; font-size: 24px; font-weight: 400; }
.home-closing { max-width: 1240px; margin: 24px auto; min-height: 250px; padding: 36px 40px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; background: linear-gradient(100deg,#fffdf9,#eee5dc); border-radius: 12px; gap: 24px; text-align: left; }
.home-closing h2 { font: 500 32px/1.15 'Playfair Display',serif; max-width: 400px; }
.home-closing > div > p:not(.home-kicker) { max-width: 400px; font-size: 14.5px; line-height: 1.55; }
.closing-images { height: auto; min-height: 185px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.closing-images a { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.closing-images img { width: 165px; height: 230px; object-fit: contain; background: #14171f; border-radius: 10px; box-shadow: 0 10px 24px rgba(50,40,30,.15); border: 1px solid rgba(222,213,202,0.8); transform: none; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.closing-images a:hover img { transform: translateY(-3px) scale(1.03); box-shadow: 0 14px 28px rgba(50,40,30,.2); }

/* ==========================================================================
   Occasions Page (Unified Dual-Section Experience)
   ========================================================================== */
.occasions-page { width: 100%; min-height: 100vh; background: #fffdf9; }
.occasions-hero {
  width: 100%;
  padding: 44px 20px 36px;
  text-align: center;
  background: radial-gradient(circle at 50% 50%, #fff 0, #f8f3ed 47%, #eee8df 100%);
  border-bottom: 1px solid #e7ded4;
}
.occasions-hero-inner { max-width: 900px; margin: auto; }
.occasions-kicker { display: inline-block; font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.16em; font-weight: 700; color: #856552; margin-bottom: 6px; }
.occasions-hero h1 { font: 600 38px/1.15 'Playfair Display', Georgia, serif; color: #1e1b18; margin: 0 0 10px; }
.occasions-hero h1 span { color: #5a715c; font-style: italic; }
.occasions-hero p { font-size: 15px; color: #625c56; max-width: 600px; margin: 0 auto 24px; line-height: 1.5; }

.occasions-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 24px;
}
.occasion-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid #ded5ca;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #4a4540;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}
.occasion-pill i { font-style: normal; color: #856552; font-size: 12px; }
.occasion-pill:hover { transform: translateY(-2px); border-color: #5a715c; color: #5a715c; box-shadow: 0 4px 12px rgba(90,113,92,0.15); }
.occasion-pill.active { background: #5a715c; color: #ffffff; border-color: #5a715c; box-shadow: 0 4px 14px rgba(90,113,92,0.3); font-weight: 600; }
.occasion-pill.active i { color: #ffffff; }

.occasions-type-tabs {
  display: inline-flex;
  gap: 6px;
  padding: 5px;
  background: #ede6dc;
  border-radius: 30px;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.04);
}
.type-tab-btn {
  border: none;
  background: transparent;
  padding: 8px 18px;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 600;
  color: #635b52;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}
.type-tab-btn:hover { color: #1e1b18; }
.type-tab-btn.active {
  background: #ffffff;
  color: #1e1b18;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.tab-count {
  font-size: 11px;
  background: #f0eae1;
  color: #555;
  padding: 2px 7px;
  border-radius: 10px;
}
.type-tab-btn.active .tab-count {
  background: #5a715c;
  color: #ffffff;
}

.occasions-container { max-width: 1240px; margin: auto; padding: 40px 24px 64px; }
.occasion-active-banner {
  background: #f4ede4;
  border: 1px solid #e2d7c9;
  border-radius: 10px;
  padding: 12px 20px;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.occasion-active-banner p { margin: 0; font-size: 14px; color: #4a4540; }
.occasion-clear-link { font-size: 13px; font-weight: 600; color: #856552; text-decoration: none; }
.occasion-clear-link:hover { text-decoration: underline; color: #1e1b18; }

.occasion-section-block {
  background: #ffffff;
  border: 1px solid #e7ded4;
  border-radius: 18px;
  padding: 32px 30px 36px;
  margin-bottom: 40px;
  box-shadow: 0 8px 24px rgba(78,59,39,0.05);
}
.occasion-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #f0eae1;
  padding-bottom: 18px;
  margin-bottom: 24px;
  gap: 16px;
}
.occasion-badge {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 4px;
  margin-bottom: 6px;
}
.occasion-badge-digital { background: #edf3ee; color: #4a674e; }
.occasion-badge-gift { background: #f9eee3; color: #956645; }
.occasion-section-header h2 { font: 500 24px 'Playfair Display', Georgia, serif; color: #1e1b18; margin: 0 0 4px; }
.occasion-section-desc { font-size: 13.5px; color: #736b63; margin: 0; }
.occasion-section-action { display: flex; align-items: center; gap: 14px; }
.occasion-count-text { font-size: 13px; color: #888; font-weight: 500; }
.occasion-view-all-btn { font-size: 13.5px; font-weight: 600; color: #5a715c; text-decoration: none; white-space: nowrap; }
.occasion-view-all-btn:hover { color: #1e1b18; text-decoration: underline; }

.occasion-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 22px;
}
.occasion-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fbf9f6;
  border: 1px solid #ede5da;
  display: flex;
  flex-direction: column;
  transition: all 0.28s ease;
}
.occasion-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(78,59,39,0.12);
  border-color: #d9cdbd;
}
.occasion-card-media {
  display: block;
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
  background: #ece3d8;
}
.occasion-card-digital .occasion-card-media { height: 290px; }
.occasion-card-media img, .occasion-card-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.occasion-card:hover .occasion-card-media img { transform: scale(1.06); }
.occasion-type-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(90,113,92,0.92);
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 3px 8px;
  border-radius: 4px;
  z-index: 2;
}
.occasion-type-tag-gift { background: rgba(149,102,69,0.92); }

.occasion-card-info { padding: 14px 16px 16px; display: flex; flex-direction: column; flex-grow: 1; justify-content: space-between; }
.occasion-card-title {
  font-size: 14.5px;
  font-weight: 600;
  color: #221f1c;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
  line-height: 1.35;
}
.occasion-card-title:hover { color: #5a715c; }
.occasion-card-bottom { display: flex; justify-content: space-between; align-items: center; }
.occasion-card-price { font-size: 16px; font-weight: 700; color: #2c2824; }
.occasion-card-btn {
  font-size: 12px;
  font-weight: 600;
  background: #5a715c;
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.occasion-card-btn:hover { background: #455747; color: #fff; transform: scale(1.04); }
.occasion-card-btn-gift { background: #956645; }
.occasion-card-btn-gift:hover { background: #784f33; }

.occasion-pair-banner {
  background: linear-gradient(100deg, #fffdf9, #f7efe6);
  border: 1.5px dashed #dbcbb8;
  border-radius: 14px;
  padding: 20px 28px;
  margin-bottom: 40px;
  text-align: center;
}
.occasion-pair-content { display: flex; align-items: center; justify-content: center; gap: 14px; }
.occasion-pair-icon { font-size: 22px; color: #856552; }
.occasion-pair-content h3 { font: 500 17px 'Playfair Display',serif; color: #2c2824; margin: 0 0 2px; }
.occasion-pair-content p { font-size: 13.5px; color: #706860; margin: 0; }
.occasion-empty-box { text-align: center; padding: 40px 20px; color: #777; }

/* --- Tablet --- */
@media (max-width: 900px) {
  .two-col { grid-template-columns: 180px 1fr; gap: 20px; }
  .product-grid { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); }
  .admin-main { padding: 24px; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-cat-bar-inner { justify-content: flex-start; }
}

/* --- Mobile --- */
@media (max-width: 760px) {
  .wrap { padding: 20px 16px 60px; }
  .two-col { grid-template-columns: 1fr; }
  .category-rail { flex-direction: row; overflow-x: auto; gap: 8px; padding-bottom: 4px; }
  .category-rail-title { display: none; }

  .filter-toggle-mobile { display: flex; }
  .filter-aside { display: none; margin-bottom: 18px; }
  .filter-aside.open { display: block; }
  .hero-cta.hero-cta-premium { display: inline-block; }
  .category-quickswitch { display: flex; }
  .category-item { white-space: nowrap; border: 1px solid var(--border); }
  .product-detail { grid-template-columns: 1fr; gap: 20px; }
  /* On a single product's page, the browse/filter sidebar isn't useful — hide it so the product itself is what you see first, not desktop-style search+filter fields stacked above it. */
  .product-page-wrap .two-col { grid-template-columns: 1fr; }
  .product-page-wrap .two-col > aside { display: none; }
  .pd-media-tall { max-height: 70vh; }
  .pd-price { font-size: 24px; margin: 8px 0 14px; }
  .pd-info h1 { font-size: 21px; }
  .pd-desc { font-size: 14px; }
  .product-page-wrap .wrap { padding-top: 16px; }
  .checkout-grid { grid-template-columns: 1fr; }

  .header-links, .header-cta { display: none; }
  .header-divider { display: none; }
  .header-actions { display: flex; align-items: center; justify-content: flex-end; margin-left: auto; margin-right: -6px; gap: 1px; }
  .header-actions .header-icon-link, .header-actions .cart-icon-link { display: inline-flex; align-items: center; justify-content: center; padding: 6px 5px; }
  .mobile-account-icon { display: flex; align-items: center; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; padding: 6px 6px; margin: 0; }
  .site-header { padding: 0 12px; }
  .site-header-inner { height: 56px; gap: 6px; }
  .brand { font-size: 17px; margin: 0; padding: 0; }

  .product-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
  .browse-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .showcase-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .product-overlay, .digital-card-overlay { padding: 10px; }
  .product-name { font-size: 13px; }
  .product-price { font-size: 15px; }

  .cart-table thead { display: none; }
  .cart-table tr { display: flex; flex-wrap: wrap; padding: 12px 0; }
  .cart-table td { border: none; padding: 4px 0; width: 100%; }
  .cart-item-name { width: 100%; }

  .admin-shell { grid-template-columns: 1fr; }
  .admin-sidebar { display: none; }
  .admin-main { padding: 18px 16px; max-width: 100%; }
  .stat-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .stat-value { font-size: 20px; }
  table.admin-table { display: block; overflow-x: auto; white-space: nowrap; }

  .timeline-label { font-size: 9px; }
  .ticket { max-width: 100%; }
  .qr-box img { width: 160px; height: 160px; }

  .digital-row { grid-template-columns: 1fr; }
  .digital-search-form .page-search { width: 100%; }
  .hero { padding: 40px 20px 96px; }
  .hero-title { font-size: 30px; }
  .hero-tagline { font-size: 14px; }
  .hero-eyebrow::before, .hero-eyebrow::after { width: 14px; }
  .quick-cat-bar { margin-top: -70px; }
  .quick-cat-bar-inner {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    padding: 14px 16px;
    scrollbar-width: none;
  }
  .quick-cat-bar-inner::-webkit-scrollbar { display: none; }
  .quick-cat-btn { flex-shrink: 0; scroll-snap-align: start; padding: 8px 14px; font-size: 12.5px; }
  .tile-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 130px; gap: 10px; }
  .cart-layout, .checkout-layout, .split-columns, .contact-layout { grid-template-columns: 1fr; }
  .page-banner-inner h1 { font-size: 28px; }
  .cart-summary-col, .checkout-summary-col { position: static; }
  .cart-line { grid-template-columns: 56px 1fr; grid-template-areas: "img name" "img qty" "img sub" "img remove"; row-gap: 6px; }
  .cart-line-img { grid-area: img; width: 56px; height: 56px; }
  .cart-line-info { grid-area: name; }
  .cart-line-qty { grid-area: qty; }
  .cart-line-subtotal { grid-area: sub; }
  .cart-line-remove { grid-area: remove; }
  .login-card { width: 90%; padding: 28px; }
}

/* --- Small phones --- */
@media (max-width: 420px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .amount-due { font-size: 24px; }
}

@media (max-width: 960px) {
  .home-nav { gap:13px; }.home-nav a { font-size:9px; }
  .celebration-hero { grid-template-columns: 1fr 1.6fr 1fr; min-height: 320px; padding: 24px 16px; gap: 14px; }
  .celebration-hero h1 { font-size: 28px; }
  .celebration-hero-copy > p:not(.home-kicker) { font-size: 13px; }
  .hero-product-digital { width: 125px; height: 210px; border-width: 5px; }
  .hero-product-gift { width: 125px; height: 175px; outline-width: 6px; }
}
@media (max-width: 760px) {
  .home-nav { display:none; }
  .site-header { padding:0 16px; }
  .cart-icon-link { display:flex; }
  .brand small { max-width:165px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }

  /* Hero Section Center Alignment */
  .celebration-hero { display:grid; grid-template-columns: 1fr 1fr; min-height: 0; padding: 24px 16px 18px; gap: 14px; text-align: center; }
  .celebration-hero-copy { grid-column: 1 / -1; order: 1; text-align: center; display: flex; flex-direction: column; align-items: center; }
  .celebration-hero h1 { font-size: 28px; text-align: center; }
  .celebration-hero-copy > p:not(.home-kicker) { font-size: 13px; margin: 8px auto 14px; text-align: center; max-width: 320px; }
  .home-actions { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 8px; width: 100%; }
  .home-btn { padding: 9px 16px; font-size: 11px; }

  .hero-product-digital { grid-column: 1; order: 2; width: 120px; height: 195px; justify-self: center; transform: rotate(-4deg); border-width: 4px; }
  .hero-product-gift { grid-column: 2; order: 3; width: 115px; height: 155px; justify-self: center; transform: rotate(3deg); outline-width: 5px; align-self: center; }
  .hero-leaf { opacity: .18; height: 150px; width: 90px; }

  /* Occasions Strip 3-in-a-row on mobile */
  .occasion-strip { padding: 24px 14px 28px; text-align: center; }
  .home-section-title { text-align: center; margin: 0 auto 16px; }
  .occasion-links {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
    max-width: 390px !important;
    margin: 0 auto 18px !important;
    padding: 0 !important;
    justify-content: center !important;
    overflow-x: visible !important;
    width: 100% !important;
  }
  .occasion-links a {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 72px !important;
    padding: 8px 4px !important;
    border: 1px solid #e9e4de !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 6px rgba(50, 40, 30, 0.04) !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .occasion-links a:last-child {
    border-right: 1px solid #e9e4de !important;
  }
  .occasion-links i {
    font-size: 22px !important;
    line-height: 24px !important;
    margin-bottom: 2px !important;
  }
  .occasion-links span {
    font-size: 11px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    text-align: center !important;
    word-break: break-word !important;
  }
  .occasion-button {
    display: inline-flex !important;
    margin: 4px auto 0 !important;
    text-align: center !important;
    padding: 9px 20px !important;
    font-size: 12px !important;
  }

  /* Showcase Blocks Centering & Proportions */
  .home-showcases { grid-template-columns: 1fr; gap: 28px; padding: 24px 16px; text-align: center; }
  .home-showcase-block { align-items: center; text-align: center; }
  .home-showcase-block:first-child { border-right: none; padding-right: 0; border-bottom: 2px solid #c2b2a1; padding-bottom: 24px; }
  .home-showcase-heading { flex-direction: column; align-items: center; text-align: center; gap: 10px; width: 100%; }
  .showcase-head-right { justify-content: center; width: 100%; gap: 10px; }
  .showcase-footer-action { display: flex; justify-content: center; align-items: center; width: 100%; text-align: center; margin-top: 18px; }
  .showcase-footer-btn { margin: 0 auto; text-align: center; }

  .home-product-row {
    display: flex !important;
    gap: 14px !important;
    overflow-x: auto !important;
    padding: 6px 12px 14px !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: stretch !important;
    -webkit-overflow-scrolling: touch;
  }
  .home-product-row::before,
  .home-product-row::after {
    content: '';
    margin: auto;
  }
  .home-product-tile {
    flex: 0 0 155px !important;
    min-width: 155px !important;
    max-width: 155px !important;
    text-align: center !important;
    margin: 0 !important;
  }
  .home-product-image {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1/1 !important;
  }
  .home-product-tile-digital .home-product-image {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 9/16 !important;
  }
  .home-product-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  /* How It Works Steps Centering */
  .how-it-works { text-align: center; padding: 24px 16px 36px; }
  .steps-row { grid-template-columns: 1fr; gap: 18px; max-width: 380px; margin: 0 auto; text-align: center; }
  .steps-row > div { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; }
  .steps-row i { margin: 0 auto 6px; }
  .steps-row h3, .steps-row p, .steps-row span { text-align: center; }
  .steps-row > b { transform: rotate(90deg); margin: 4px auto; }

  .home-promise { grid-template-columns: 1fr 1fr; gap: 20px 0; text-align: center; }
  .home-promise div:nth-child(2) { border: 0; }

  /* Closing Banner Centering & Proportions */
  .home-closing { grid-template-columns: 1fr; padding: 32px 20px; gap: 24px; text-align: center; }
  .home-closing > div { display: flex; flex-direction: column; align-items: center; text-align: center; margin: 0 auto; }
  .home-closing h2 { text-align: center; }
  .home-closing > div > p { text-align: center; }
  .closing-images {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
    width: 100% !important;
    gap: 14px !important;
    height: auto !important;
  }
  .closing-images a {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .closing-images img {
    width: 135px !important;
    height: 190px !important;
    object-fit: contain !important;
    background: #14171f !important;
    border-radius: 8px !important;
    box-shadow: 0 6px 16px rgba(50,40,30,0.12) !important;
  }

  /* Product Details Centering */
  .pd-info { text-align: center; display: flex; flex-direction: column; align-items: center; }
  .pd-price { text-align: center; margin: 8px auto 12px; }
  .stock-note { margin: 0 auto 12px; display: inline-flex; align-self: center; }
  .product-detail form { width: 100%; max-width: 440px; margin: 0 auto; text-align: center; }
  .product-detail form .form-group { text-align: left; }

  /* Occasions Page Centering */
  .celebration-home { text-align: center; }
  .celebration-home .product-card-info { text-align: center; }

  /* Footer Centering */
  .site-footer { text-align: center; }

  /* Floating WhatsApp */
  .floating-whatsapp-widget { bottom: 18px; right: 16px; }
  .wa-btn-circle { width: 50px; height: 50px; }
  .wa-btn-circle svg { width: 27px; height: 27px; }
  .wa-chat-bubble { font-size: 11.5px; padding: 6px 12px 6px 9px; }
  .wa-chat-bubble::after { right: 20px; }
}

/* --- Floating Luxury WhatsApp Widget --- */
.floating-whatsapp-widget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
  pointer-events: auto;
}
.wa-chat-bubble {
  background: #ffffff;
  color: #20231f;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
  padding: 7px 14px 7px 10px;
  border-radius: 999px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.10), 0 1px 4px rgba(0,0,0,0.04);
  border: 1px solid rgba(222,213,202,0.9);
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s ease;
  cursor: pointer;
  animation: waFloat 4s ease-in-out infinite;
}
.wa-chat-bubble:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(0,0,0,0.15);
}
.wa-chat-bubble::after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: 23px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-right: 1px solid rgba(222,213,202,0.9);
  border-bottom: 1px solid rgba(222,213,202,0.9);
  transform: rotate(45deg);
}
.wa-online-dot {
  width: 7px;
  height: 7px;
  background: #25D366;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation: waDotPulse 2s infinite;
}
.wa-btn-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2fe675 0%, #25D366 50%, #1ea951 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(37,211,102,0.42), 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  flex-shrink: 0;
}
.wa-btn-circle:hover {
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 10px 28px rgba(37,211,102,0.55);
}
@keyframes waDotPulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.7); }
  70% { box-shadow: 0 0 0 6px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
@keyframes waFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

/* ==========================================================================
   Digital Invitations USP & Marketing UX Styles (FestiveFun)
   ========================================================================== */

/* 1. Hero Message & Process Flow */
.hero-tagline-usp {
  font-size: clamp(16px, 2.2vw, 19px);
  color: #fffdf9;
  margin: 0 auto 18px;
  max-width: 600px;
  line-height: 1.45;
  font-weight: 400;
}
.hero-process-flow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 10px auto 20px;
  padding: 7px 18px;
  background: rgba(255, 255, 255, 0.7);
  border: 1.5px solid rgba(90, 113, 92, 0.28);
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(78, 59, 39, 0.04);
}
.hero-process-step {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1e1b18;
  font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  background: transparent;
  border: none;
  padding: 0;
  user-select: none;
}
.hero-process-step .step-icon {
  font-size: 13px;
  line-height: 1;
  display: inline-block;
}
.hero-process-arrow {
  color: #5a715c;
  font-size: 14px;
  font-weight: 800;
  opacity: 0.9;
  user-select: none;
  line-height: 1;
}

/* Dark Hero variant */
.hero .hero-process-flow {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(232, 163, 61, 0.4);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.hero .hero-process-step {
  color: #fffdf9;
}
.hero .hero-process-arrow {
  color: #e8a33d;
}

@media (max-width: 600px) {
  .hero-process-flow {
    gap: 8px 10px;
    padding: 8px 14px;
    border-radius: 12px;
  }
  .hero-process-step {
    font-size: 10.5px;
    letter-spacing: 0.05em;
  }
  .hero-process-arrow {
    font-size: 12px;
  }
.hero-usp-badge-pill {
  display: inline-block;
  background: rgba(90, 113, 92, 0.25);
  border: 1.5px solid rgba(90, 113, 92, 0.6);
  color: #d1eccd;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 5px 14px;
  border-radius: 999px;
  margin: 0 auto 20px;
}
.hero-cta.hero-cta-primary {
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.hero-cta.hero-cta-secondary {
  padding: 12px 22px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

/* 2. New USP "How It Works" Section */
.how-it-works-section {
  padding: 52px 0 44px;
  background: #fbf9f4;
  border-top: 1px solid #ede4d8;
  border-bottom: 1px solid #ede4d8;
  position: relative;
}
.how-it-works-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 36px;
}
.how-it-works-header .section-eyebrow {
  font-size: 11.5px;
  letter-spacing: 0.16em;
  color: #5a715c;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}
.how-it-works-title {
  font-family: 'Playfair Display', 'Fraunces', serif;
  font-size: 28px;
  font-weight: 700;
  color: #1e1b18;
  margin: 0 0 8px;
}
.how-it-works-subtitle {
  font-size: 15px;
  color: #706860;
  margin: 0;
  line-height: 1.5;
}
.how-it-works-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 12px;
}
.how-step-card {
  background: #ffffff;
  border: 1.5px solid #e7ded2;
  border-radius: 14px;
  padding: 24px 18px 20px;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  box-shadow: 0 3px 12px rgba(78, 59, 39, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.how-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(78, 59, 39, 0.09);
  border-color: #5a715c;
}
.how-step-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #5a715c;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.how-step-num {
  font-family: 'Playfair Display', 'Fraunces', serif;
  font-size: 12px;
  font-weight: 700;
  color: #e8a33d;
  letter-spacing: 0.1em;
  margin: 2px 0 6px;
}
.how-step-icon {
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1;
}
.how-step-title {
  font-family: 'Playfair Display', 'Fraunces', serif;
  font-size: 15px;
  font-weight: 700;
  color: #1e1b18;
  margin: 0 0 6px;
  letter-spacing: 0.01em;
}
.how-step-desc {
  font-size: 12.5px;
  color: #625c56;
  margin: 0;
  line-height: 1.45;
  flex: 1;
}
.how-step-connector {
  font-size: 20px;
  color: #5a715c;
  font-weight: 700;
  opacity: 0.75;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

@media (max-width: 960px) {
  .how-it-works-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .how-step-connector {
    display: none;
  }
  .how-step-card {
    padding-top: 22px;
  }
  .how-it-works-section {
    padding: 38px 0 32px;
  }
  .how-it-works-title {
    font-size: 23px;
  }
}

/* 3. Product Cards USP Badges */
.section-subheading-usp {
  font-size: 13.5px;
  color: #5a715c;
  font-weight: 600;
  margin: -4px 0 16px;
}
.digital-instant-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(135deg, #1b4332 0%, #2d6a4f 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 9px;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 4px;
  letter-spacing: 0.04em;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  display: inline-flex;
  align-items: center;
  gap: 3px;
  text-transform: uppercase;
}
.digital-card-usp-line {
  font-size: 11px;
  color: #e2d9ce;
  font-weight: 500;
  margin-bottom: 4px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 4. Product Detail Personalization Experience */
.live-preview-pill-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(20, 23, 31, 0.85);
  color: #f1eee4;
  border: 1px solid rgba(232, 163, 61, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-size: 10.5px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.06em;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  pointer-events: none;
}
.live-pulse-dot {
  width: 7px;
  height: 7px;
  background: #25D366;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  animation: liveDotPulse 2s infinite;
}
@keyframes liveDotPulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { box-shadow: 0 0 0 5px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.personalize-usp-card {
  background: #f9f6f0;
  border: 1.5px solid #e7ded2;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 16px;
}
.personalize-usp-header {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}
.personalize-usp-sparkle {
  font-size: 18px;
  line-height: 1.2;
}
.personalize-usp-title {
  font-family: 'Playfair Display', 'Fraunces', serif;
  font-size: 15px;
  font-weight: 700;
  color: #1e1b18;
  margin: 0 0 2px;
  letter-spacing: 0.02em;
}
.personalize-usp-subtitle {
  font-size: 12.5px;
  color: #5a715c;
  font-weight: 600;
  margin: 0;
}
.personalize-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
.personalize-benefits-list li {
  font-size: 12.5px;
  color: #3e3833;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.35;
}
.personalize-benefits-list .check-icon {
  color: #2d6a4f;
  font-weight: 800;
  font-size: 12px;
}
.preview-instant-hint {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px dashed #ded5ca;
  font-size: 11.5px;
  color: #5a715c;
  display: flex;
  align-items: center;
  gap: 6px;
}

.checkout-process-steps-badge {
  text-align: center;
  font-size: 11.5px;
  font-weight: 600;
  color: #706860;
  background: #faf7f2;
  border: 1px dashed #ded5ca;
  border-radius: 6px;
  padding: 6px 10px;
  margin-top: 6px;
  letter-spacing: 0.02em;
}
.checkout-process-steps-badge span {
  color: #1e1b18;
  font-weight: 700;
}

.preview-updating-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  color: #2d6a4f;
  background: #edf3ee;
  border: 1px solid #c2d9c6;
  border-radius: 4px;
  padding: 2px 8px;
  margin-left: 8px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.preview-updating-badge.active {
  opacity: 1;
}

/* ==========================================================================
   Crafted For You — Bespoke Digital Invitation Service Styles
   ========================================================================== */
.crafted-for-you-section {
  background: radial-gradient(circle at 50% 50%, #fffdfa 0%, #f8f3eb 60%, #eee6da 100%);
  border-top: 1px solid #ede7df;
  border-bottom: 1px solid #ede7df;
  padding: 56px 24px 64px;
  position: relative;
  overflow: hidden;
}
.crafted-inner {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.crafted-heading {
  margin-bottom: 34px;
}
.crafted-kicker {
  display: inline-block;
  color: #856552;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 8px;
}
.crafted-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 500;
  color: #1e1b18;
  margin: 0 0 12px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.crafted-description {
  font-size: 15.5px;
  line-height: 1.6;
  color: #5c564f;
  max-width: 620px;
  margin: 0 auto;
}
.crafted-gallery {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  flex-wrap: wrap;
  margin: 0 auto 36px;
}
.crafted-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(50, 40, 30, 0.12);
  background: #14171f;
  width: 250px;
  max-width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.crafted-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(50, 40, 30, 0.18);
}
.crafted-media {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  overflow: hidden;
  background: #14171f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.crafted-media img,
.crafted-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.crafted-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 16px;
  background: linear-gradient(transparent, rgba(15, 17, 23, 0.88));
  color: #fff;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  pointer-events: none;
}
.crafted-card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 14.5px;
  font-weight: 600;
  color: #ffffff;
}
.crafted-card-tag {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #e8a33d;
}
.crafted-cta-wrap {
  margin-top: 8px;
}
.crafted-cta-btn {
  padding: 13px 30px;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  font-weight: 700;
}

/* ==========================================================================
   Crafted For You — Dedicated Bespoke Page Styling (/premium)
   ========================================================================== */
.crafted-page-wrap {
  background: #fcfaf7;
  color: #1e1b18;
  padding-bottom: 72px;
}
.crafted-page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* 1. Introduction Section */
.crafted-page-intro {
  padding: 64px 24px 56px;
  text-align: center;
  border-bottom: 1px solid #ede7df;
  background: radial-gradient(circle at 50% 25%, #ffffff 0%, #faf6ef 60%, #f4eee2 100%);
}
.crafted-eyebrow {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: #856552;
  margin-bottom: 14px;
}
.crafted-main-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(30px, 4.2vw, 48px);
  font-weight: 500;
  color: #1e1b18;
  line-height: 1.18;
  margin: 0 auto 18px;
  max-width: 820px;
  letter-spacing: -0.02em;
}
.crafted-main-lead {
  font-size: clamp(16px, 2.1vw, 19px);
  line-height: 1.6;
  color: #2b2824;
  max-width: 700px;
  margin: 0 auto 16px;
  font-weight: 500;
}
.crafted-main-support {
  font-size: 15px;
  line-height: 1.65;
  color: #645e56;
  max-width: 650px;
  margin: 0 auto 28px;
}
.crafted-intro-cta {
  margin-top: 10px;
}
.crafted-btn-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 34px;
  font-size: 13px;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(45, 106, 79, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.crafted-btn-lg:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(45, 106, 79, 0.32);
}

/* 2. Process Flow Section */
.crafted-page-process {
  padding: 56px 0 54px;
  border-bottom: 1px solid #ede7df;
  background: #ffffff;
}
.crafted-process-header {
  text-align: center;
  margin-bottom: 40px;
}
.crafted-step-kicker {
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: #856552;
  display: block;
  margin-bottom: 6px;
}
.crafted-section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 500;
  color: #1e1b18;
  margin: 0;
  letter-spacing: -0.01em;
}
.crafted-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.crafted-step-card {
  background: #fdfaf6;
  border: 1px solid #e9e2d6;
  border-radius: 12px;
  padding: 26px 20px;
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 14px rgba(70, 55, 40, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.crafted-step-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(70, 55, 40, 0.08);
}
.crafted-step-badge {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: #2d6a4f;
  margin-bottom: 12px;
  line-height: 1;
}
.crafted-step-title {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1e1b18;
  margin: 0 0 8px;
}
.crafted-step-desc {
  font-size: 13.5px;
  line-height: 1.5;
  color: #5c564f;
  margin: 0;
}

/* 3. Showcase & Enquiry Layout */
.crafted-page-content {
  padding: 56px 0;
}
.crafted-page-layout {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 48px;
  align-items: start;
}

/* Left: Gallery Column */
.crafted-column-header {
  margin-bottom: 24px;
}
.crafted-column-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 500;
  color: #1e1b18;
  margin: 4px 0 8px;
}
.crafted-column-subtitle {
  font-size: 14px;
  line-height: 1.55;
  color: #645e56;
  margin: 0;
}
.crafted-works-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}
.crafted-work-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(40, 30, 20, 0.1);
  background: #14171f;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.crafted-work-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(40, 30, 20, 0.16);
}
.crafted-work-media {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  background: #14171f;
}
.crafted-work-media img,
.crafted-work-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.crafted-work-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 14px;
  background: linear-gradient(transparent, rgba(15, 17, 23, 0.88));
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  pointer-events: none;
}
.crafted-work-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.crafted-work-badge {
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #e8a33d;
}
.crafted-empty-gallery {
  background: #fdfaf6;
  border: 1px dashed #ded5ca;
  border-radius: 12px;
  padding: 40px 20px;
  text-align: center;
  color: #706860;
  font-size: 14px;
}

/* Right: Form Card */
.crafted-form-card {
  background: #ffffff;
  border: 1px solid #e5dcce;
  border-radius: 14px;
  padding: 32px 28px;
  box-shadow: 0 10px 30px rgba(50, 40, 30, 0.07);
  position: sticky;
  top: 90px;
}
.crafted-form-head {
  margin-bottom: 22px;
}
.crafted-form-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  color: #1e1b18;
  margin: 4px 0 6px;
}
.crafted-form-subtitle {
  font-size: 13px;
  line-height: 1.5;
  color: #645e56;
  margin: 0;
}
.crafted-form-success {
  background: #edf6f0;
  border: 1px solid #c2e2cc;
  border-radius: 10px;
  padding: 24px 20px;
  text-align: center;
  margin-bottom: 16px;
}
.crafted-form-success .success-icon {
  font-size: 28px;
  margin-bottom: 8px;
}
.crafted-form-success h3 {
  color: #2d6a4f;
  margin: 0 0 6px;
  font-size: 18px;
}
.crafted-form-success p {
  color: #3b5c46;
  font-size: 13.5px;
  line-height: 1.5;
  margin: 0;
}
.crafted-form-error {
  background: #fdf0ed;
  border: 1px solid #f2c7bd;
  border-radius: 8px;
  padding: 12px 14px;
  color: #b03a2e;
  font-size: 13px;
  margin-bottom: 16px;
}
.crafted-enquiry-form .crafted-field-group {
  margin-bottom: 16px;
}
.crafted-enquiry-form .crafted-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.crafted-enquiry-form label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: #3a3530;
  margin-bottom: 5px;
}
.crafted-enquiry-form .req-star {
  color: #c0392b;
}
.crafted-enquiry-form input,
.crafted-enquiry-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ded5ca;
  border-radius: 6px;
  font-size: 13.5px;
  font-family: inherit;
  color: #1e1b18;
  background: #faf7f2;
  box-sizing: border-box;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.crafted-enquiry-form input:focus,
.crafted-enquiry-form textarea:focus {
  outline: none;
  border-color: #2d6a4f;
  background: #ffffff;
}
.crafted-submit-btn {
  width: 100%;
  padding: 13px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 6px;
  border-radius: 6px;
  cursor: pointer;
}
.crafted-whatsapp-wrap {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px dashed #ded5ca;
  text-align: center;
}
.crafted-whatsapp-wrap p {
  font-size: 12.5px;
  color: #706860;
  margin: 0 0 6px;
}
.crafted-whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #25d366;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
}
.crafted-whatsapp-link:hover {
  text-decoration: underline;
}

/* Responsive adjustments for Crafted For You page */
@media (max-width: 992px) {
  .crafted-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .crafted-page-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .crafted-form-card {
    position: static;
  }
}
@media (max-width: 600px) {
  .crafted-steps-grid {
    grid-template-columns: 1fr;
  }
  .crafted-enquiry-form .crafted-field-row {
    grid-template-columns: 1fr;
  }
  .crafted-page-intro {
    padding: 44px 16px 36px;
  }
  .crafted-form-card {
    padding: 24px 18px;
  }
}

