:root {
  --bg: #e8dfd2;
  --ink: #2c261f;
  --muted: #6f655c;
  --card: #f2ebe1;
  --accent: #0f766e;
  --clay: #b45309;
  --line: #d3c7b6;
  --shadow: 0 8px 24px rgba(28,25,23,.06);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", system-ui, sans-serif; background: var(--bg); color: var(--ink); }
a { color: inherit; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 5; background: rgba(243,239,232,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav { max-width: 1000px; margin: 0 auto; padding: 14px 18px; display: flex; justify-content: space-between; gap: 18px; align-items: center; }
.logo { font-family: Fraunces, Georgia, serif; font-weight: 700; letter-spacing: -.02em; white-space: nowrap; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px 16px; }
.nav-links a { color: var(--muted); font-size: .9rem; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--accent); }
main { max-width: 1000px; margin: 0 auto; padding: 20px 18px 64px; }
.hero { position: relative; border-radius: 28px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); aspect-ratio: 16/9; background: #dce8e2; }
.hero img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.92) contrast(1.02); }
.hero .veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28,25,23,.08), rgba(28,25,23,.59)); }
.hero .copy { position: absolute; left: 24px; right: 24px; bottom: 24px; color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,.25); }
.eyebrow { margin: 0 0 8px; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; font-size: .72rem; }
.hero h1 { font-family: Fraunces, Georgia, serif; font-size: clamp(1.75rem, 4.5vw, 2.8rem); margin: 0 0 6px; }
.hero p { margin: 0; font-size: 1rem; opacity: .96; }
h2 { font-family: Fraunces, Georgia, serif; font-size: 1.5rem; margin: 36px 0 6px; }
.hint, .lede { color: var(--muted); margin: 0 0 16px; font-size: .95rem; }
.grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.card { background: var(--card); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); transition: transform .15s ease, box-shadow .15s ease; }
a.card:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(28,25,23,.1); }
.card .pic { position: relative; aspect-ratio: 1/1; overflow: hidden; background: #f7f3ee; padding: 16px; }
.card .pic img { width: 100%; height: 100%; object-fit: contain; display: block; border-radius: 12px; background: #fff; }
.card .body { padding: 13px 15px 16px; }
.card h3 { margin: 0 0 4px; font-size: 1.04rem; font-family: Fraunces, Georgia, serif; }
.card .meta { margin: 0 0 9px; color: var(--muted); font-size: .88rem; }
.cta { color: var(--clay); font-weight: 700; font-size: .88rem; margin: 0; }
.why { margin-top: 36px; display: grid; gap: 20px; grid-template-columns: 1.1fr 1fr; align-items: stretch; background: var(--card); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); }
.why-copy { padding: 24px 24px 26px; }
.why-copy h2 { margin: 0 0 8px; }
.why-copy p { margin: 0 0 12px; color: var(--muted); font-size: .95rem; }
.why ul { margin: 0; padding: 0; list-style: none; }
.why li { position: relative; padding: 10px 0 10px 28px; border-top: 1px solid var(--line); font-size: .95rem; }
.why li:first-of-type { border-top: none; }
.why li::before { content: ""; position: absolute; left: 0; top: 16px; width: 10px; height: 10px; border-radius: 50%; background: var(--accent); }
.why-pic { min-height: 260px; background: #dce8e2; }
.why-pic img { width: 100%; height: 100%; object-fit: cover; display: block; }
.note, .disclosure { margin-top: 28px; padding: 14px 16px; border-radius: 16px; background: var(--card); border: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
.disclosure { margin-top: 12px; }
footer { max-width: 1000px; margin: 0 auto; padding: 18px; color: var(--muted); font-size: .82rem; border-top: 1px solid var(--line); }
.back-link { display: inline-block; margin-top: 26px; color: var(--accent); font-weight: 700; font-size: .9rem; }
@media (max-width: 720px) {
  .nav { align-items: flex-start; flex-direction: column; gap: 7px; }
  .nav-links { justify-content: flex-start; gap: 4px 13px; }
  .why { grid-template-columns: 1fr; }
  .why-pic { min-height: 180px; }
}


.hero { aspect-ratio: 16/10; }
.card .pic { background: linear-gradient(160deg,#f0fdf4,#fff7ed); padding: 20px; }
.card .cta { color: var(--accent); letter-spacing: .01em; }
.badge-row { display:flex; flex-wrap:wrap; gap:8px; margin: 18px 0 0; }
.badge { display:inline-block; padding:8px 14px; border-radius:999px; background:#ecfdf5; color:var(--accent); font-size:.78rem; font-weight:700; border:1px solid #a7f3d0; }
.shop { margin-top: 8px; }
.card .pic::after { content:""; position:absolute; inset:auto 16px 16px auto; width:10px; height:10px; border-radius:50%; background:var(--clay); opacity:.7; }
