:root {
  --bg-page: #EFE7DA;
  --bg-card: #FBF7F0;
  --bg-band: #F3ECDF;
  --ink: #2B241C;
  --ink-soft: #6E6050;
  --ink-mute: #9A8B72;
  --gold: #9A7523;
  --gold-hair: #C9A961;
  --wa-green: #1F7A4C;
  --line: #EDE2CE;
}
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg-page); -webkit-font-smoothing: antialiased; }
body { font-family: Karla, system-ui, sans-serif; color: var(--ink); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: #6E5316; }
button, input, select, textarea { font: inherit; color: inherit; }
::-webkit-scrollbar { display: none; }

.page { min-height: 100vh; display: flex; justify-content: center; padding: 0; }
.card { width: 100%; max-width: 460px; background: var(--bg-card); min-height: 100vh; box-shadow: 0 0 60px rgba(43,36,28,0.12); overflow: hidden; position: relative; }

.header { padding: 26px 20px 14px; text-align: center; background: var(--bg-card); }
.header .eyebrow-row { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 10px; }
.header .rule { width: 26px; height: 1px; background: var(--gold-hair); }
.header .eyebrow { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); }
.header h1 { font-family: Marcellus, serif; font-size: 30px; line-height: 1.1; margin: 0 0 6px; color: var(--ink); letter-spacing: 0.01em; }
.header .tagline { margin: 0 auto 14px; font-size: 13.5px; line-height: 1.5; color: var(--ink-soft); max-width: 30ch; }
.header .insta-pill { display: inline-flex; align-items: center; gap: 7px; min-height: 38px; padding: 0 15px; border-radius: 999px; border: 1px solid #E5D8BE; font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }

.chip-strip { position: sticky; top: 0; z-index: 20; background: var(--bg-card); padding: 10px 20px 12px; border-bottom: 1px solid var(--line); }
.chip-strip .row { display: flex; gap: 8px; overflow-x: auto; margin: 0 -20px; padding: 0 20px; }
.chip { flex: 0 0 auto; min-height: 40px; padding: 0 16px; border-radius: 999px; font-size: 13.5px; letter-spacing: 0.01em; white-space: nowrap; border: 1px solid #E0D4BA; background: transparent; color: var(--ink-soft); text-decoration: none; display: inline-flex; align-items: center; }
.chip.active { background: var(--ink); color: var(--bg-card); border-color: var(--ink); }

.main { padding: 18px 20px 40px; }
.main .heading-row { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 14px; }
.main h2 { font-family: Marcellus, serif; font-size: 19px; margin: 0; color: var(--ink); }
.main .count { font-size: 12px; color: var(--ink-mute); }

.grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 12px; }
.tile { display: flex; flex-direction: column; gap: 8px; color: inherit; text-decoration: none; }
.tile .img-wrap { position: relative; border-radius: 3px; overflow: hidden; background: #F1E9DA; aspect-ratio: 1/1; }
.tile img { width: 100%; height: 100%; object-fit: cover; }
.tile h3 { font-family: Marcellus, serif; font-weight: 400; font-size: 15px; line-height: 1.3; margin: 0 0 4px; color: var(--ink); }
.tile .price { font-size: 14px; font-weight: 600; color: var(--gold); }

.footer-band { background: var(--bg-band); border-top: 1px solid var(--line); padding: 30px 22px 34px; text-align: center; }
.footer-band h2 { font-family: Marcellus, serif; font-size: 20px; margin: 0 0 8px; }
.footer-band p { font-size: 13.5px; line-height: 1.65; color: var(--ink-soft); margin: 0 0 18px; }
.wa-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; background: var(--wa-green); color: #FFFDF7; padding: 0 22px; border-radius: 999px; font-size: 15px; font-weight: 600; text-decoration: none; }
.outline-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 20px; border-radius: 999px; border: 1px solid #DFD2B8; color: var(--ink-soft); font-size: 14.5px; font-weight: 500; text-decoration: none; }
.footer-band .cta-row { display: flex; flex-direction: column; gap: 10px; align-items: center; }
.footer-band .lead-time { font-size: 11.5px; color: var(--ink-mute); margin: 16px 0 0; letter-spacing: 0.04em; }

.pd { padding: 22px 22px 26px; }
.pd .back { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; color: var(--ink-soft); font-size: 13.5px; text-decoration: none; }
.pd .cat-eyebrow { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
.pd h1 { font-family: Marcellus, serif; font-size: 26px; line-height: 1.2; margin: 8px 0 10px; color: var(--ink); }
.pd .price-row { display: flex; align-items: baseline; gap: 10px; margin-bottom: 18px; }
.pd .price { font-size: 22px; font-weight: 600; color: var(--gold); font-family: Marcellus, serif; }
.pd .desc { font-size: 14.5px; line-height: 1.7; color: var(--ink-soft); margin: 0 0 20px; }
.specs { border-top: 1px solid var(--line); padding-top: 18px; margin-bottom: 24px; display: flex; flex-direction: column; gap: 10px; }
.specs .row { display: flex; justify-content: space-between; gap: 16px; font-size: 13.5px; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.specs .row:last-child { border-bottom: 0; padding-bottom: 0; }
.specs .k { color: var(--ink-mute); }
.specs .v { color: var(--ink); text-align: right; }

.gallery { display: block; }
.gallery .strip { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
.gallery .slide { flex: 0 0 100%; scroll-snap-align: start; aspect-ratio: 1 / 1; }
.gallery .slide img { width: 100%; height: 100%; object-fit: cover; }
.gallery .dots { display: none; gap: 6px; justify-content: center; padding: 10px 0; }
@media (scripting: enabled) { .gallery .dots { display: flex; } }
.gallery .dot { width: 6px; height: 6px; border-radius: 999px; background: rgba(43,36,28,0.24); }
.gallery .dot.on { background: var(--ink); }

.about { padding: 30px 22px; }
.about h1 { font-family: Marcellus, serif; font-size: 26px; margin: 0 0 12px; }
.about p { font-size: 14.5px; line-height: 1.75; color: var(--ink-soft); margin: 0 0 12px; }

.cta-column { display: flex; flex-direction: column; gap: 10px; }
