:root {
  --cream: #faf7f2;
  --cream-2: #f3eee6;
  --paper: #ffffff;
  --ink: #1c1b1a;
  --ink-2: #4a4642;
  --ink-3: #7a746d;
  --line: #e6dfd4;
  --gold: #b8892f;
  --gold-2: #d4aa4c;
  --gold-3: #f1e3c2;
  --gold-ink: #7a5a1c;
  --radius: 14px;
  --shadow: 0 1px 2px rgba(28, 27, 26, .04), 0 12px 32px -16px rgba(120, 90, 30, .25);
  --sans: "Jost", "Avenir Next", "Segoe UI", system-ui, sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
  --max: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--cream); color: var(--ink);
  font-family: var(--sans); font-size: 16px; line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 20px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* header */
.hdr { position: sticky; top: 0; z-index: 20; background: rgba(250,247,242,.88); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.hdr .wrap { display: flex; align-items: center; gap: 24px; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 600; letter-spacing: .18em; font-size: 15px; }
.brand img { width: 34px; height: 34px; border-radius: 8px; }
.brand span small { display: block; letter-spacing: .32em; font-size: 9px; color: var(--ink-3); font-weight: 500; margin-top: -2px; }
.nav { margin-left: auto; display: flex; gap: 22px; font-size: 14px; color: var(--ink-2); }
.nav a:hover { color: var(--ink); }
.nav .etsy { color: var(--gold-ink); font-weight: 600; }
@media (max-width: 640px) { .nav a:not(.etsy) { display: none; } }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border-radius: 999px; font-weight: 600; font-size: 14px; letter-spacing: .02em; border: 1px solid transparent; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.btn:active { transform: translateY(1px); }
.btn-gold { background: linear-gradient(180deg, var(--gold-2), var(--gold)); color: #fff; box-shadow: 0 6px 18px -8px rgba(184,137,47,.8); }
.btn-gold:hover { box-shadow: 0 10px 24px -8px rgba(184,137,47,.9); }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: #000; }
.btn-ghost { background: transparent; border-color: var(--line); color: var(--ink); }
.btn-ghost:hover { border-color: var(--ink-3); }
.btn-lg { padding: 15px 28px; font-size: 15px; }
.btn-block { width: 100%; }

/* hero */
.hero { position: relative; overflow: hidden; background: var(--cream); }
.hero-art { width: 100%; max-height: 520px; object-fit: cover; object-position: center; }
.hero-body { text-align: center; padding: 8px 20px 44px; }
.hero h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(30px, 4.6vw, 52px); line-height: 1.1; margin: 0 0 12px; letter-spacing: -.01em; }
.hero h1 em { font-style: italic; color: var(--gold-ink); }
.hero p { max-width: 620px; margin: 0 auto 22px; color: var(--ink-2); font-size: 17px; }
.hero .cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.trust { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; margin-top: 26px; font-size: 13px; color: var(--ink-3); letter-spacing: .04em; }
.trust b { color: var(--ink); font-weight: 600; }

/* section headings */
.sec { padding: 56px 0; }
.sec-hd { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 22px; flex-wrap: wrap; }
.sec h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(26px, 3.2vw, 36px); margin: 0; line-height: 1.15; }
.sec h2 + p { margin: 6px 0 0; color: var(--ink-3); }
.eyebrow { display: inline-block; font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold-ink); font-weight: 600; margin-bottom: 8px; }

/* filters */
.chips { display: flex; gap: 8px; overflow-x: auto; padding: 4px 0 10px; scrollbar-width: none; }
.chips::-webkit-scrollbar { display: none; }
.chip { flex: 0 0 auto; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line); background: var(--paper); font-size: 13px; color: var(--ink-2); cursor: pointer; white-space: nowrap; }
.chip[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.chip small { color: inherit; opacity: .6; margin-left: 4px; }
.tools { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.search { flex: 1 1 220px; max-width: 320px; display: flex; align-items: center; gap: 8px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); }
.search input { border: 0; outline: 0; background: transparent; flex: 1; font: inherit; font-size: 14px; min-width: 0; }
.sel { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); font: inherit; font-size: 13px; color: var(--ink-2); }

/* product grid */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 22px 18px; }
@media (max-width: 520px) { .grid { grid-template-columns: repeat(2, 1fr); gap: 16px 12px; } }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease; display: flex; flex-direction: column; }
.card:hover { transform: translateY(-3px); box-shadow: 0 2px 4px rgba(28,27,26,.05), 0 24px 40px -20px rgba(120,90,30,.35); }
.card .ph { position: relative; aspect-ratio: 1; background: var(--cream-2); overflow: hidden; }
.card .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .ph img { transform: scale(1.04); }
.badge { position: absolute; top: 10px; left: 10px; background: rgba(28,27,26,.85); color: #fff; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; padding: 5px 9px; border-radius: 999px; font-weight: 600; }
.badge.new { background: var(--gold); }
.card .bd { padding: 12px 14px 14px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.card h3 { margin: 0; font-size: 14px; font-weight: 500; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: var(--ink); }
.card .meta { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 4px; }
.price { font-weight: 600; font-size: 15px; }
.price s { color: var(--ink-3); font-weight: 400; font-size: 12px; margin-left: 6px; }
.card .fav { font-size: 12px; color: var(--ink-3); }
.empty { padding: 60px 20px; text-align: center; color: var(--ink-3); border: 1px dashed var(--line); border-radius: var(--radius); }
.skel .ph { background: linear-gradient(90deg, var(--cream-2) 25%, #ece5da 50%, var(--cream-2) 75%); background-size: 200% 100%; animation: sh 1.2s infinite; }
.skel h3 { height: 14px; background: var(--cream-2); border-radius: 6px; width: 80%; }
@keyframes sh { to { background-position: -200% 0; } }

/* how it works */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.step { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.step .n { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--gold-3); color: var(--gold-ink); font-weight: 600; font-family: var(--serif); font-size: 20px; margin-bottom: 12px; }
.step h3 { margin: 0 0 6px; font-size: 16px; font-weight: 600; }
.step p { margin: 0; color: var(--ink-2); font-size: 14px; }

/* about band */
.band { background: var(--ink); color: #f5f0e8; }
.band .wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; padding: 64px 20px; }
@media (max-width: 800px) { .band .wrap { grid-template-columns: 1fr; } }
.band h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(28px, 3.4vw, 40px); margin: 0 0 14px; line-height: 1.15; }
.band p { color: #cfc6b8; margin: 0 0 12px; }
.band .eyebrow { color: var(--gold-2); }
.band img { border-radius: var(--radius); width: 100%; max-width: 420px; margin: 0 auto; }

/* faq */
details { border-bottom: 1px solid var(--line); padding: 14px 0; }
summary { cursor: pointer; font-weight: 500; list-style: none; display: flex; justify-content: space-between; align-items: center; }
summary::after { content: "+"; color: var(--gold); font-size: 20px; }
details[open] summary::after { content: "–"; }
details p { margin: 10px 0 0; color: var(--ink-2); font-size: 15px; }

/* footer */
.ftr { border-top: 1px solid var(--line); padding: 40px 0 28px; color: var(--ink-3); font-size: 13px; }
.ftr .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 28px; margin-bottom: 26px; }
@media (max-width: 700px) { .ftr .cols { grid-template-columns: 1fr; } }
.ftr h4 { margin: 0 0 10px; font-size: 11px; letter-spacing: .26em; text-transform: uppercase; color: var(--ink-2); }
.ftr a { display: block; margin: 5px 0; color: var(--ink-2); }
.ftr a:hover { color: var(--gold-ink); }
.ftr .sis { border: 1px solid var(--line); background: var(--paper); padding: 14px; border-radius: var(--radius); }
.ftr .sis b { color: var(--ink); display: block; }
.ftr .bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; border-top: 1px solid var(--line); padding-top: 18px; }

/* product page */
.pp { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; padding: 32px 0 64px; align-items: start; }
@media (max-width: 860px) { .pp { grid-template-columns: 1fr; gap: 24px; } }
.gal { position: sticky; top: 80px; }
.gal .main { aspect-ratio: 1; border-radius: var(--radius); overflow: hidden; background: var(--paper); border: 1px solid var(--line); }
.gal .main img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.thumbs { display: flex; gap: 8px; margin-top: 10px; overflow-x: auto; }
.thumbs button { flex: 0 0 68px; height: 68px; border-radius: 10px; overflow: hidden; border: 2px solid transparent; padding: 0; background: var(--paper); cursor: pointer; }
.thumbs button[aria-current="true"] { border-color: var(--gold); }
.thumbs img { width: 100%; height: 100%; object-fit: cover; }
.info h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(24px, 3vw, 34px); line-height: 1.15; margin: 0 0 10px; }
.info .price { font-size: 26px; }
.info .price s { font-size: 15px; }
.pill { display: inline-block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; background: var(--gold-3); color: var(--gold-ink); font-weight: 600; margin-right: 6px; }
.buy { margin: 18px 0; display: grid; gap: 10px; }
.buy .note { font-size: 12px; color: var(--ink-3); text-align: center; }
.desc { white-space: pre-wrap; color: var(--ink-2); font-size: 15px; line-height: 1.65; border-top: 1px solid var(--line); padding-top: 18px; margin-top: 8px; }
.crumbs { font-size: 13px; color: var(--ink-3); padding: 18px 0 0; }
.crumbs a:hover { color: var(--gold-ink); }
.related h2 { font-size: 24px; }
