:root { --ink:#18201d; --muted:#5b665f; --line:#d8dfd8; --paper:#fbfcf8; --panel:#ffffff; --green:#2d6f55; --gold:#c9912d; --blue:#356b85; }
* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.55; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 5; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px clamp(18px, 4vw, 52px); border-bottom: 1px solid var(--line); background: rgba(251,252,248,.96); }
.brand { font-weight: 800; text-decoration: none; }
nav { display: flex; gap: 14px; flex-wrap: wrap; }
nav a { text-decoration: none; color: var(--muted); font-weight: 700; font-size: 14px; }
nav a.active, nav a:hover { color: var(--ink); }
main { min-height: 70vh; }
.hero { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(260px,.65fr); gap: clamp(24px, 5vw, 68px); align-items: center; padding: clamp(36px, 7vw, 82px) clamp(18px, 5vw, 72px); background: #eef5ef; }
.hero h1 { max-width: 850px; margin: 0; font-size: clamp(38px, 6vw, 72px); line-height: 1.02; }
.hero-copy { max-width: 700px; font-size: 19px; color: var(--muted); }
.hero img, .product-media img, .product-card img { width: 100%; height: auto; display: block; background: white; border: 1px solid var(--line); }
.hero img { border-radius: 8px; aspect-ratio: 1 / 1; object-fit: cover; }
.eyebrow, .type { margin: 0 0 8px; text-transform: uppercase; letter-spacing: 0; color: var(--green); font-weight: 800; font-size: 12px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 16px; border-radius: 6px; border: 1px solid var(--line); text-decoration: none; font-weight: 800; }
.button.primary { background: var(--green); color: white; border-color: var(--green); }
.button.secondary { background: white; }
.button.muted { color: var(--muted); background: #f3f5f0; }
.band, .grid.products-grid, .page-title, .product-detail { padding: clamp(28px, 5vw, 64px) clamp(18px, 5vw, 72px); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.section-head h2, .page-title h1, .product-info h1 { margin: 0; }
.grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.product-card img { aspect-ratio: 1 / 1; object-fit: cover; border-width: 0 0 1px; }
.product-card-body { padding: 14px; }
.product-card h3 { margin: 0 0 8px; font-size: 18px; line-height: 1.2; }
.product-card h3 a { text-decoration: none; }
.product-card p { color: var(--muted); margin: 0 0 12px; }
.card-row { display: flex; justify-content: space-between; gap: 12px; align-items: center; font-size: 14px; }
.card-row span { color: var(--blue); text-align: right; }
.page-title { max-width: 980px; }
.page-title h1 { font-size: clamp(36px, 5vw, 58px); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.chips span { border: 1px solid var(--line); background: white; border-radius: 999px; padding: 6px 10px; font-weight: 700; font-size: 13px; }
.product-detail { display: grid; grid-template-columns: minmax(280px,.82fr) minmax(0,1fr); gap: clamp(24px, 5vw, 64px); }
.product-media img { border-radius: 8px; }
.summary { font-size: 19px; color: var(--muted); }
.price { font-size: 28px; font-weight: 900; }
.status { padding: 12px 14px; border-left: 4px solid var(--gold); background: #fff8eb; }
.product-info h2 { margin-top: 28px; font-size: 18px; }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 26px clamp(18px, 5vw, 72px); border-top: 1px solid var(--line); color: var(--muted); }
.site-footer div { display: grid; gap: 4px; }
@media (max-width: 900px) { .hero, .product-detail { grid-template-columns: 1fr; } .grid { grid-template-columns: repeat(2, minmax(0,1fr)); } .site-header, .site-footer { align-items: flex-start; flex-direction: column; } }
@media (max-width: 560px) { .grid { grid-template-columns: 1fr; } .hero h1 { font-size: 38px; } .button { width: 100%; } }
img[src$=".svg"]{display:none!important}
img[src*="candle-label"],img[src*="poster.svg"],img[src*="mug.svg"],img[src*="tshirt.svg"],img[src*="planner.svg"]{display:none!important}
