/* =========================================================
   JadeDidStitches — Main Stylesheet
   Palette: lavender + mint (pastel green / blue)
   ========================================================= */

:root {
  --lav-50:  #f8f5fe;
  --lav-100: #efe9fb;
  --lav-200: #ddd2f6;
  --lav-300: #c7b8ef;
  --lav-400: #ab97e3;
  --lav-600: #7a63c0;
  --plum:    #4a3a78;
  --plum-dk: #2f2552;

  --mint-50:  #f0fbf6;
  --mint-100: #dcf5ea;
  --mint-200: #bfecd9;
  --mint-400: #86d6b8;
  --mint-600: #3fa482;
  --aqua-100: #dcf2f5;
  --aqua-200: #bfe6ec;
  --aqua-400: #86cfdb;

  --ink:   #2b2540;
  --muted: #6b6485;
  --white: #ffffff;
  --bg:    #fcfbff;

  --radius-sm: 10px;
  --radius:    18px;
  --radius-lg: 32px;
  --shadow-sm: 0 2px 8px rgba(74, 58, 120, .08);
  --shadow:    0 12px 32px rgba(74, 58, 120, .12);
  --shadow-lg: 0 24px 60px rgba(74, 58, 120, .18);

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Nunito", "Segoe UI", system-ui, sans-serif;
  --font-script: "Caveat", cursive;

  --max: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--lav-600); text-decoration: none; }
a:hover { color: var(--plum); }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--plum-dk);
  line-height: 1.15;
  margin: 0 0 .5em;
  font-weight: 600;
  letter-spacing: -.01em;
}
h1 { font-size: clamp(2.4rem, 5.5vw, 4.4rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
h3 { font-size: 1.35rem; }
p  { margin: 0 0 1em; }
.script { font-family: var(--font-script); font-weight: 600; color: var(--mint-600); font-size: 1.5em; line-height: 1; }
em.accent { font-style: italic; color: var(--lav-600); }

.container { width: min(var(--max), 100% - 40px); margin-inline: auto; }
.section { padding: clamp(64px, 9vw, 112px) 0; position: relative; }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.section-head p { color: var(--muted); font-size: 1.08rem; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
  color: var(--lav-600); margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--mint-400); border-radius: 2px; }
.bg-lav  { background: linear-gradient(180deg, var(--lav-50), var(--lav-100)); }
.bg-mint { background: linear-gradient(180deg, var(--mint-50), var(--aqua-100)); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 28px; border-radius: 999px; border: 2px solid transparent;
  font-family: var(--font-body); font-weight: 800; font-size: .98rem;
  cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, color .2s;
  text-decoration: none; white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--plum); color: var(--white); box-shadow: 0 8px 20px rgba(74,58,120,.28); }
.btn-primary:hover { background: var(--plum-dk); color: var(--white); box-shadow: 0 12px 26px rgba(74,58,120,.35); }
.btn-mint { background: var(--mint-400); color: var(--plum-dk); }
.btn-mint:hover { background: var(--mint-200); color: var(--plum-dk); }
.btn-outline { border-color: var(--plum); color: var(--plum); background: transparent; }
.btn-outline:hover { background: var(--plum); color: var(--white); }
.btn-white { background: var(--white); color: var(--plum); }
.btn-white:hover { color: var(--plum-dk); box-shadow: var(--shadow); }
.btn-sm { padding: 9px 18px; font-size: .88rem; }
.btn-block { width: 100%; }
.btn svg { width: 18px; height: 18px; }

/* ---------- Announcement bar ---------- */
.announce {
  background: linear-gradient(90deg, var(--lav-600), var(--plum) 50%, var(--lav-600));
  color: var(--white); font-size: .92rem; font-weight: 700; text-align: center;
  padding: 10px 16px;
}
.announce a { color: var(--mint-200); text-decoration: underline; text-underline-offset: 3px; }
.announce a:hover { color: var(--white); }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(252, 251, 255, .86);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid rgba(171, 151, 227, .22);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--plum-dk); }
.brand img { height: 52px; width: auto; }
.brand-name { font-family: var(--font-display); font-weight: 600; font-size: 1.35rem; letter-spacing: -.01em; }
.brand-name span { color: var(--lav-600); font-style: italic; }
.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  display: block; padding: 8px 14px; border-radius: 999px;
  color: var(--ink); font-weight: 700; font-size: .95rem;
}
.nav-links a:hover { background: var(--lav-100); color: var(--plum); }
.nav-links a.active { background: var(--mint-100); color: var(--plum-dk); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.cart-btn {
  position: relative; width: 46px; height: 46px; border-radius: 50%;
  background: var(--lav-100); border: 0; cursor: pointer; color: var(--plum);
  display: grid; place-items: center; transition: background .2s, transform .2s;
}
.cart-btn:hover { background: var(--lav-200); transform: scale(1.05); }
.cart-btn svg { width: 22px; height: 22px; }
.cart-count {
  position: absolute; top: -4px; right: -4px; min-width: 22px; height: 22px;
  padding: 0 6px; border-radius: 999px; background: var(--mint-600); color: #fff;
  font-size: .75rem; font-weight: 800; display: grid; place-items: center;
  border: 2px solid var(--bg);
}
.cart-count[data-count="0"] { display: none; }
.menu-toggle { display: none; background: none; border: 0; cursor: pointer; color: var(--plum); padding: 8px; }
.menu-toggle svg { width: 28px; height: 28px; }

@media (max-width: 960px) {
  .menu-toggle { display: block; }
  .nav-links {
    position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch;
    background: var(--bg); padding: 16px 20px 28px; gap: 4px;
    border-bottom: 1px solid var(--lav-200); box-shadow: var(--shadow);
    opacity: 0; visibility: hidden; transform: translateY(-8px);
    transition: opacity .25s, transform .25s, visibility .25s;
  }
  .nav-links.open { opacity: 1; visibility: visible; transform: none; }
  .nav-links a { padding: 12px 16px; font-size: 1.05rem; }
  .brand-name { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  padding: clamp(56px, 8vw, 100px) 0 clamp(72px, 10vw, 130px);
  background:
    radial-gradient(900px 500px at 85% 10%, var(--mint-100), transparent 60%),
    radial-gradient(800px 600px at 5% 90%, var(--lav-200), transparent 60%),
    linear-gradient(180deg, var(--lav-50), var(--bg));
}
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.hero h1 { margin-bottom: 20px; }
.hero h1 .script { display: block; font-size: .55em; margin-bottom: 10px; color: var(--mint-600); }
.hero-lead { font-size: 1.18rem; color: var(--muted); max-width: 540px; margin-bottom: 32px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-stats { display: flex; gap: 36px; margin-top: 44px; flex-wrap: wrap; }
.hero-stats div strong { display: block; font-family: var(--font-display); font-size: 1.9rem; color: var(--plum); line-height: 1; }
.hero-stats div span { font-size: .85rem; color: var(--muted); font-weight: 700; }

.hero-art { position: relative; aspect-ratio: 1; max-width: 480px; margin-inline: auto; width: 100%; }
.hero-blob {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--lav-300), var(--mint-200) 60%, var(--aqua-200));
  border-radius: 58% 42% 50% 50% / 45% 55% 45% 55%;
  animation: morph 14s ease-in-out infinite;
  box-shadow: var(--shadow-lg);
}
.hero-blob::after {
  content: ""; position: absolute; inset: 18px; border-radius: inherit;
  border: 2px dashed rgba(255,255,255,.75);
}
.hero-logo {
  position: absolute; inset: 14%; display: grid; place-items: center;
  background: rgba(255,255,255,.72); border-radius: 50%;
  box-shadow: inset 0 0 0 10px rgba(255,255,255,.5);
}
.hero-logo img { height: 74%; width: auto; filter: drop-shadow(0 6px 12px rgba(74,58,120,.18)); }
.float-tag {
  position: absolute; background: var(--white); border-radius: 999px; padding: 10px 18px;
  font-weight: 800; font-size: .88rem; color: var(--plum); box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 8px; animation: bob 5s ease-in-out infinite;
}
.float-tag .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--mint-400); }
.float-tag.t1 { top: 8%; left: -4%; }
.float-tag.t2 { bottom: 12%; right: -6%; animation-delay: -2.5s; }
.float-tag.t2 .dot { background: var(--lav-400); }

@keyframes morph {
  0%,100% { border-radius: 58% 42% 50% 50% / 45% 55% 45% 55%; transform: rotate(0deg); }
  50%     { border-radius: 42% 58% 45% 55% / 55% 45% 55% 45%; transform: rotate(8deg); }
}
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-cta, .hero-stats { justify-content: center; }
  .hero-art { max-width: 360px; order: -1; }
  .float-tag.t1 { left: 0; } .float-tag.t2 { right: 0; }
}

/* ---------- Event Banner ---------- */
.event-banner {
  position: relative; margin-top: -60px; z-index: 5;
}
.event-card {
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px;
  padding: 32px 40px; border-radius: var(--radius-lg);
  background: linear-gradient(120deg, var(--plum) 0%, var(--lav-600) 55%, #5fb8a8 130%);
  color: var(--white); box-shadow: var(--shadow-lg);
}
.event-card::before {
  content: ""; position: absolute; right: -80px; top: -80px; width: 260px; height: 260px;
  border-radius: 50%; border: 28px solid rgba(255,255,255,.08);
}
.event-date {
  background: var(--white); color: var(--plum); border-radius: 20px; text-align: center;
  padding: 14px 22px; min-width: 110px; box-shadow: 0 10px 24px rgba(0,0,0,.15);
}
.event-date .mo { display: block; font-weight: 900; font-size: .8rem; letter-spacing: .2em; color: var(--mint-600); }
.event-date .day { display: block; font-family: var(--font-display); font-size: 2.8rem; line-height: 1; font-weight: 700; }
.event-date .dow { display: block; font-size: .8rem; font-weight: 800; color: var(--muted); }
.event-info .tag {
  display: inline-block; background: var(--mint-400); color: var(--plum-dk);
  font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 999px; margin-bottom: 10px;
}
.event-info h2 { color: var(--white); font-size: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: 8px; }
.event-meta { display: flex; flex-wrap: wrap; gap: 8px 24px; font-weight: 700; opacity: .95; }
.event-meta span { display: inline-flex; align-items: center; gap: 8px; }
.event-meta svg { width: 18px; height: 18px; color: var(--mint-200); flex-shrink: 0; }
.countdown { display: flex; gap: 10px; margin-top: 14px; }
.countdown div { background: rgba(255,255,255,.14); border-radius: 12px; padding: 6px 12px; text-align: center; min-width: 60px; }
.countdown b { display: block; font-family: var(--font-display); font-size: 1.4rem; line-height: 1.1; }
.countdown small { font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; opacity: .85; }
.event-actions { display: flex; flex-direction: column; gap: 10px; position: relative; }
@media (max-width: 900px) {
  .event-card { grid-template-columns: 1fr; text-align: center; padding: 28px 22px; gap: 20px; }
  .event-date { margin-inline: auto; }
  .event-meta, .countdown { justify-content: center; }
}

/* ---------- Category chips / marquee ---------- */
.marquee { overflow: hidden; padding: 22px 0; background: var(--mint-100); border-block: 1px solid var(--mint-200); }
.marquee-track { display: flex; gap: 48px; width: max-content; animation: scroll 40s linear infinite; }
.marquee-track span {
  font-family: var(--font-display); font-style: italic; font-size: 1.5rem; color: var(--plum);
  display: inline-flex; align-items: center; gap: 48px; white-space: nowrap;
}
.marquee-track span::after { content: "✿"; color: var(--lav-400); font-style: normal; font-size: 1.1rem; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ---------- Product grid ---------- */
.filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 40px; }
.chip {
  padding: 9px 18px; border-radius: 999px; background: var(--white);
  border: 1.5px solid var(--lav-200); color: var(--plum); font-weight: 800; font-size: .88rem;
  cursor: pointer; transition: all .2s; font-family: var(--font-body);
}
.chip:hover { border-color: var(--lav-400); }
.chip.active { background: var(--plum); color: var(--white); border-color: var(--plum); }

.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 28px; }
.product-card {
  background: var(--white); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); border: 1px solid rgba(171,151,227,.18);
  display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-media { position: relative; aspect-ratio: 1; overflow: hidden; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.product-card:hover .product-media img { transform: scale(1.06); }
.placeholder {
  width: 100%; height: 100%; display: grid; place-items: center; position: relative;
}
.placeholder::before {
  content: ""; position: absolute; inset: 0; opacity: .5;
  background-image: radial-gradient(rgba(255,255,255,.7) 1.5px, transparent 1.6px);
  background-size: 16px 16px;
}
.placeholder svg { width: 46%; height: auto; position: relative; filter: drop-shadow(0 8px 14px rgba(74,58,120,.18)); }
.ph-0 { background: linear-gradient(135deg, var(--lav-200), var(--lav-100)); }
.ph-1 { background: linear-gradient(135deg, var(--mint-200), var(--mint-100)); }
.ph-2 { background: linear-gradient(135deg, var(--aqua-200), var(--aqua-100)); }
.ph-3 { background: linear-gradient(135deg, var(--lav-300), var(--mint-100)); }
.badge {
  position: absolute; top: 14px; left: 14px; background: var(--white); color: var(--plum);
  font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 999px; box-shadow: var(--shadow-sm);
}
.product-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.product-cat { font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--mint-600); }
.product-body h3 { font-size: 1.18rem; margin: 4px 0 6px; }
.product-body p { font-size: .92rem; color: var(--muted); margin-bottom: 14px; flex: 1; }
.product-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.price { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; color: var(--plum); }
.add-btn.added { background: var(--mint-600); }

/* ---------- Feature / service cards ---------- */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 26px; }
.feature {
  background: var(--white); border-radius: var(--radius); padding: 32px 28px;
  box-shadow: var(--shadow-sm); border: 1px solid rgba(171,151,227,.18);
  transition: transform .25s, box-shadow .25s; position: relative; overflow: hidden;
}
.feature:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature .icon {
  width: 60px; height: 60px; border-radius: 18px; display: grid; place-items: center;
  background: var(--lav-100); color: var(--plum); margin-bottom: 18px;
}
.feature:nth-child(3n+2) .icon { background: var(--mint-100); color: var(--mint-600); }
.feature:nth-child(3n+3) .icon { background: var(--aqua-100); color: #3a8c99; }
.feature .icon svg { width: 30px; height: 30px; }
.feature p { color: var(--muted); font-size: .98rem; }
.feature .link { font-weight: 800; display: inline-flex; gap: 6px; align-items: center; }

/* ---------- Pricing (services) ---------- */
.pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 26px; align-items: stretch; }
.plan {
  background: var(--white); border-radius: var(--radius-lg); padding: 36px 30px;
  border: 1.5px solid var(--lav-200); display: flex; flex-direction: column; position: relative;
}
.plan.popular { border: 2px solid var(--plum); box-shadow: var(--shadow); transform: translateY(-8px); }
.plan.popular::before {
  content: "Most Popular"; position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--mint-400); color: var(--plum-dk); font-weight: 900; font-size: .75rem;
  letter-spacing: .1em; text-transform: uppercase; padding: 5px 14px; border-radius: 999px;
}
.plan h3 { margin-bottom: 4px; }
.plan .sub { color: var(--muted); font-size: .92rem; }
.plan .amount { font-family: var(--font-display); font-size: 2.8rem; color: var(--plum); font-weight: 700; margin: 14px 0 4px; line-height: 1; }
.plan .amount small { font-size: 1rem; color: var(--muted); font-family: var(--font-body); font-weight: 700; }
.plan ul { list-style: none; padding: 0; margin: 20px 0 28px; flex: 1; }
.plan li { padding: 7px 0 7px 30px; position: relative; font-size: .96rem; }
.plan li::before {
  content: ""; position: absolute; left: 0; top: 11px; width: 18px; height: 18px; border-radius: 50%;
  background: var(--mint-100) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233fa482' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center/11px no-repeat;
}

/* ---------- Split / about ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split-art {
  aspect-ratio: 4/5; border-radius: var(--radius-lg); position: relative; overflow: hidden;
  background: linear-gradient(160deg, var(--mint-200), var(--lav-200));
  display: grid; place-items: center; box-shadow: var(--shadow);
}
.split-art img.logo-art { width: 46%; opacity: .92; }
.split-art .stitch-bg { position: absolute; inset: 0; opacity: .35; }
.checklist { list-style: none; padding: 0; margin: 20px 0 30px; }
.checklist li { padding: 6px 0 6px 34px; position: relative; font-weight: 600; }
.checklist li::before {
  content: "✿"; position: absolute; left: 4px; top: 4px; color: var(--lav-400); font-size: 1.1rem;
}
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 40px; } .split-art { max-width: 420px; margin-inline: auto; width: 100%; } }

/* ---------- Stitch library ---------- */
.stitch-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 26px; }
.stitch {
  background: var(--white); border-radius: var(--radius); overflow: hidden;
  border: 1px solid rgba(171,151,227,.2); box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s;
}
.stitch:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.stitch-swatch { height: 150px; position: relative; }
.stitch-body { padding: 20px 22px 24px; }
.stitch-body .tags { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 10px; }
.tag-pill { font-size: .72rem; font-weight: 800; padding: 3px 10px; border-radius: 999px; background: var(--lav-100); color: var(--plum); }
.tag-pill.knit { background: var(--aqua-100); color: #2f7d8a; }
.tag-pill.crochet { background: var(--mint-100); color: var(--mint-600); }
.tag-pill.lvl { background: #fff4df; color: #9a6a12; }
.stitch-body p { font-size: .94rem; color: var(--muted); margin-bottom: 10px; }
.uses { font-size: .86rem; font-weight: 700; color: var(--plum); }
.uses span { color: var(--muted); font-weight: 600; }

/* Swatch textures (pure CSS "fabric" patterns) */
.sw-single   { background: repeating-linear-gradient(0deg, var(--lav-300) 0 8px, var(--lav-200) 8px 12px), var(--lav-200);
               -webkit-mask: radial-gradient(circle at 6px 6px, #000 5px, transparent 5.5px) 0 0/12px 12px; }
.swatch-wrap { position: absolute; inset: 0; }
.sw-a { background:
   radial-gradient(circle at 50% 50%, var(--lav-300) 38%, transparent 40%) 0 0/18px 14px,
   var(--lav-100); }
.sw-b { background:
   repeating-linear-gradient(90deg, transparent 0 10px, rgba(255,255,255,.6) 10px 12px),
   repeating-linear-gradient(0deg, var(--mint-400) 0 14px, var(--mint-200) 14px 18px); }
.sw-c { background:
   conic-gradient(from 45deg at 50% 50%, var(--aqua-400) 0 25%, var(--aqua-200) 0 50%, var(--aqua-400) 0 75%, var(--aqua-200) 0) 0 0/28px 28px; }
.sw-d { background:
   radial-gradient(circle at 50% 100%, transparent 44%, var(--lav-400) 46% 58%, transparent 60%) 0 0/36px 22px,
   var(--lav-100); }
.sw-e { background:
   repeating-linear-gradient(45deg, var(--mint-400) 0 6px, transparent 6px 12px),
   repeating-linear-gradient(-45deg, var(--mint-400) 0 6px, var(--mint-100) 6px 12px); }
.sw-f { background:
   radial-gradient(circle, var(--lav-600) 30%, transparent 32%) 0 0/24px 24px,
   radial-gradient(circle, var(--lav-300) 30%, transparent 32%) 12px 12px/24px 24px,
   var(--lav-100); }
.sw-g { background:
   repeating-linear-gradient(90deg, var(--aqua-400) 0 8px, var(--aqua-100) 8px 16px); }
.sw-h { background:
   linear-gradient(135deg, var(--mint-200) 25%, transparent 25%) -14px 0/28px 28px,
   linear-gradient(225deg, var(--mint-200) 25%, transparent 25%) -14px 0/28px 28px,
   linear-gradient(315deg, var(--mint-200) 25%, transparent 25%) 0 0/28px 28px,
   linear-gradient(45deg, var(--mint-200) 25%, var(--lav-100) 25%) 0 0/28px 28px; }
.sw-i { background:
   repeating-radial-gradient(circle at 50% 50%, var(--lav-300) 0 6px, var(--lav-100) 6px 12px, var(--mint-200) 12px 18px, var(--lav-100) 18px 24px); }
.sw-j { background:
   radial-gradient(ellipse 14px 8px at 50% 50%, var(--aqua-400) 60%, transparent 64%) 0 0/28px 18px,
   radial-gradient(ellipse 14px 8px at 50% 50%, var(--aqua-400) 60%, transparent 64%) 14px 9px/28px 18px,
   var(--aqua-100); }
.sw-k { background:
   repeating-linear-gradient(0deg, var(--lav-400) 0 4px, var(--lav-100) 4px 10px),
   var(--lav-100); }
.sw-l { background:
   linear-gradient(90deg, var(--mint-400) 0 50%, var(--lav-300) 50%) 0 0/40px 40px,
   var(--lav-100);
   -webkit-mask: linear-gradient(0deg, #000 0 50%, rgba(0,0,0,.7) 50%) 0 0/40px 40px; }

/* ---------- Events ---------- */
.event-list { display: grid; gap: 22px; }
.event-row {
  display: grid; grid-template-columns: 110px 1fr auto; gap: 26px; align-items: center;
  background: var(--white); border-radius: var(--radius); padding: 24px 28px;
  border: 1px solid rgba(171,151,227,.22); box-shadow: var(--shadow-sm);
}
.event-row.featured { border: 2px solid var(--lav-400); background: linear-gradient(120deg, var(--white), var(--lav-50)); }
.event-row .event-date { box-shadow: none; background: var(--lav-100); }
.event-row h3 { margin-bottom: 6px; }
.event-row .meta { color: var(--muted); font-size: .94rem; display: flex; flex-wrap: wrap; gap: 4px 18px; }
.event-row .meta span { display: inline-flex; align-items: center; gap: 6px; }
.event-row .meta svg { width: 16px; height: 16px; color: var(--lav-600); }
.event-row.past { opacity: .6; }
@media (max-width: 720px) { .event-row { grid-template-columns: 1fr; text-align: center; } .event-row .meta { justify-content: center; } .event-row .event-date { margin-inline: auto; } }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  padding: clamp(56px, 8vw, 96px) 0 clamp(48px, 6vw, 72px); text-align: center; position: relative; overflow: hidden;
  background:
    radial-gradient(600px 300px at 90% 0%, var(--mint-100), transparent 60%),
    radial-gradient(600px 400px at 0% 100%, var(--lav-200), transparent 60%),
    var(--lav-50);
}
.page-hero p { color: var(--muted); max-width: 620px; margin: 0 auto; font-size: 1.1rem; }
.breadcrumb { font-size: .85rem; font-weight: 700; color: var(--muted); margin-bottom: 14px; }
.breadcrumb a { color: var(--lav-600); }

/* ---------- Etsy CTA ---------- */
.cta-band {
  border-radius: var(--radius-lg); padding: clamp(40px, 6vw, 64px);
  background:
    radial-gradient(400px 200px at 100% 0%, rgba(255,255,255,.35), transparent 70%),
    linear-gradient(120deg, var(--mint-200), var(--aqua-200) 50%, var(--lav-200));
  display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; position: relative; overflow: hidden;
}
.cta-band h2 { margin-bottom: 8px; }
.cta-band p { margin: 0; color: var(--ink); opacity: .85; }
.etsy-btn { background: #f1641e; color: #fff; }
.etsy-btn:hover { background: #d9540f; color: #fff; }
@media (max-width: 760px) { .cta-band { grid-template-columns: 1fr; text-align: center; } }

/* ---------- Testimonials ---------- */
.quote-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.quote {
  background: var(--white); border-radius: var(--radius); padding: 30px; position: relative;
  border: 1px solid rgba(171,151,227,.2);
}
.quote::before { content: "“"; font-family: var(--font-display); font-size: 5rem; line-height: 1; color: var(--lav-200); position: absolute; top: 8px; right: 22px; }
.quote p { font-style: italic; }
.quote cite { font-style: normal; font-weight: 800; color: var(--plum); font-size: .92rem; }

/* ---------- Forms ---------- */
.form-card { background: var(--white); border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 44px); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .full { grid-column: 1 / -1; }
label { display: block; font-weight: 800; font-size: .88rem; color: var(--plum); margin-bottom: 6px; }
input, select, textarea {
  width: 100%; padding: 13px 16px; border-radius: 12px; border: 1.5px solid var(--lav-200);
  font-family: inherit; font-size: 1rem; color: var(--ink); background: var(--lav-50);
  transition: border-color .2s, background .2s, box-shadow .2s;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--lav-600); background: var(--white); box-shadow: 0 0 0 4px var(--lav-100); }
textarea { min-height: 140px; resize: vertical; }
.form-note { font-size: .85rem; color: var(--muted); margin-top: 12px; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 40px; align-items: start; }
.contact-info { display: grid; gap: 18px; }
.info-card {
  display: flex; gap: 16px; align-items: flex-start; background: var(--white); padding: 22px;
  border-radius: var(--radius); border: 1px solid rgba(171,151,227,.22);
}
.info-card .icon { width: 50px; height: 50px; border-radius: 14px; background: var(--mint-100); color: var(--mint-600); display: grid; place-items: center; flex-shrink: 0; }
.info-card .icon svg { width: 24px; height: 24px; }
.info-card h4 { font-size: 1.05rem; margin-bottom: 2px; font-family: var(--font-body); font-weight: 800; }
.info-card p, .info-card a { margin: 0; font-size: .96rem; word-break: break-word; }
.email-big { font-weight: 800; font-size: 1.05rem; color: var(--plum); }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq details { background: var(--white); border-radius: var(--radius); border: 1px solid rgba(171,151,227,.25); padding: 4px 24px; }
.faq summary { cursor: pointer; font-weight: 800; color: var(--plum-dk); padding: 16px 0; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; line-height: 1; color: var(--lav-600); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--muted); padding-bottom: 12px; }

/* ---------- Cart drawer ---------- */
.overlay { position: fixed; inset: 0; background: rgba(47,37,82,.4); opacity: 0; pointer-events: none; transition: opacity .3s; z-index: 90; }
.overlay.show { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: min(420px, 100%);
  background: var(--bg); z-index: 100; display: flex; flex-direction: column;
  transform: translateX(105%); transition: transform .35s cubic-bezier(.2,.8,.2,1);
  box-shadow: var(--shadow-lg);
}
.cart-drawer.open { transform: translateX(0); }
.cart-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--lav-200); }
.cart-head h3 { margin: 0; }
.icon-btn { background: var(--lav-100); border: 0; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; color: var(--plum); display: grid; place-items: center; }
.icon-btn:hover { background: var(--lav-200); }
.icon-btn svg { width: 20px; height: 20px; }
.cart-items { flex: 1; overflow-y: auto; padding: 16px 24px; }
.cart-empty { text-align: center; color: var(--muted); padding: 60px 10px; }
.cart-empty svg { width: 64px; height: 64px; color: var(--lav-300); margin: 0 auto 16px; }
.cart-item { display: grid; grid-template-columns: 64px 1fr auto; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px dashed var(--lav-200); }
.cart-thumb { width: 64px; height: 64px; border-radius: 12px; overflow: hidden; }
.cart-thumb img, .cart-thumb .placeholder { width: 100%; height: 100%; object-fit: cover; }
.cart-item h4 { font-family: var(--font-body); font-size: .98rem; font-weight: 800; margin: 0 0 4px; }
.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--lav-200); border-radius: 999px; overflow: hidden; }
.qty button { background: none; border: 0; width: 28px; height: 28px; cursor: pointer; color: var(--plum); font-weight: 900; font-size: 1rem; }
.qty button:hover { background: var(--lav-100); }
.qty span { min-width: 24px; text-align: center; font-weight: 800; font-size: .9rem; }
.cart-item .right { text-align: right; }
.cart-item .line { font-weight: 800; color: var(--plum); }
.remove { background: none; border: 0; color: var(--muted); font-size: .78rem; cursor: pointer; text-decoration: underline; padding: 4px 0; font-family: inherit; }
.remove:hover { color: #c0392b; }
.cart-foot { padding: 20px 24px 26px; border-top: 1px solid var(--lav-200); background: var(--white); }
.cart-total { display: flex; justify-content: space-between; font-weight: 800; font-size: 1.1rem; margin-bottom: 4px; }
.cart-total .price { font-size: 1.5rem; }
.cart-foot small { display: block; color: var(--muted); margin-bottom: 16px; }
.secure { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: .8rem; color: var(--muted); margin-top: 12px; }
.secure svg { width: 14px; height: 14px; }

/* ---------- Toast ---------- */
.toast {
  position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 140%);
  background: var(--plum-dk); color: #fff; padding: 14px 22px; border-radius: 999px;
  font-weight: 700; box-shadow: var(--shadow-lg); z-index: 120; transition: transform .35s;
  display: flex; gap: 10px; align-items: center; max-width: calc(100% - 32px);
}
.toast.show { transform: translate(-50%, 0); }
.toast .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--mint-400); flex-shrink: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--plum-dk); color: rgba(255,255,255,.78); padding: 72px 0 28px; position: relative; margin-top: 40px; }
.site-footer::before {
  content: ""; position: absolute; top: -28px; left: 0; right: 0; height: 30px;
  background: radial-gradient(circle at 15px 30px, var(--plum-dk) 14px, transparent 15px) 0 0/30px 30px repeat-x;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.site-footer h4 { color: #fff; font-family: var(--font-body); font-weight: 800; font-size: .95rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 18px; }
.site-footer a { color: rgba(255,255,255,.78); }
.site-footer a:hover { color: var(--mint-200); }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-brand img { height: 84px; margin-bottom: 16px; }
.footer-brand p { font-size: .95rem; max-width: 300px; }
.socials { display: flex; gap: 10px; margin-top: 16px; }
.socials a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.1); display: grid; place-items: center; transition: background .2s; }
.socials a:hover { background: var(--mint-400); color: var(--plum-dk); }
.socials svg { width: 18px; height: 18px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 48px; padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .88rem; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

.center { text-align: center; }
.mt-40 { margin-top: 40px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
@media (max-width: 1100px) { .etsy-nav { display: none; } }
.feature .link svg, .link svg { width: 16px; height: 16px; flex-shrink: 0; }
.toast { opacity: 0; }
.toast.show { opacity: 1; }
