*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0;min-height:100%;background:#f6f4ef;color:#171713}
body{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow-x:hidden;
}
.topbar{
  position:sticky;top:0;z-index:20;
  display:flex;justify-content:space-between;align-items:center;gap:12px;
  padding:14px clamp(16px,4vw,56px);
  background:rgba(246,244,239,.94);
  backdrop-filter:blur(12px);
  border-bottom:1px solid #dedbd2;
}
.brand{color:#171713;text-decoration:none;font-size:13px;letter-spacing:.12em;font-weight:700;white-space:nowrap;min-width:0}
.brand span{display:inline-grid;place-items:center;background:#171713;color:#fff;border-radius:50%;width:32px;height:32px;margin-right:8px;letter-spacing:0}
.brand b{font-weight:500;color:#767169;margin-left:6px}
.top-actions{display:flex;align-items:center;flex-shrink:0}
.lang-switch{display:inline-flex;flex-shrink:0;border:1px solid #cac5bb;border-radius:999px;padding:3px;background:#fff}
.lang-switch .lang{
  border:0;background:transparent;color:#171713;
  border-radius:999px;padding:7px 12px;font-size:12px;letter-spacing:.08em;
  font-weight:700;cursor:pointer;line-height:1;
}
.lang-switch .lang.active{background:#171713;color:#fff}
.eyebrow,.kicker{font-size:11px;font-weight:800;letter-spacing:.16em;color:#8b5e34;margin:0 0 8px}
.lead{font-size:clamp(16px,2vw,20px);line-height:1.45;max-width:640px;color:#5f5a52;margin:0}
.hero-actions,.budget-buttons,.cat-buttons{display:flex;gap:8px;flex-wrap:wrap}
.choice,.budget,button.theme{
  border:1px solid #cac5bb;background:#fff;color:#171713;
  padding:10px 14px;border-radius:999px;cursor:pointer;font:inherit;font-size:13px;
}
.choice.active,.budget.active,button.theme.active{background:#171713;color:#fff;border-color:#171713}
.disclosure{margin:28px 0 0;padding:16px 18px;border:1px solid #d9d3c9;border-radius:14px;background:#fffdf8;font-size:13px;line-height:1.5}
.catalog{max-width:1300px;margin:auto;padding:28px clamp(16px,4vw,56px) 80px}
.filters{border-top:1px solid #d7d2c9;border-bottom:1px solid #d7d2c9;padding:20px 0}
.budget-wrap>span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.13em;font-weight:800;margin-bottom:10px;color:#6d675e}
.catalog-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:22px 0 16px;color:#6d675e;flex-wrap:wrap}
.catalog-meta p{margin:0}
select{padding:10px 34px 10px 12px;border:1px solid #cfc9bf;border-radius:10px;background:#fff}
.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.card{background:#fff;border:1px solid #e0dcd4;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;min-width:0}
.image-wrap{aspect-ratio:1/1;background:#faf9f6;display:grid;place-items:center;padding:16px}
.image-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.card-body{padding:16px;display:flex;flex-direction:column;gap:10px;flex:1}
.tag{font-size:11px;text-transform:uppercase;letter-spacing:.11em;color:#8b5e34;font-weight:800}
.card h2{font-size:15px;line-height:1.35;margin:0;font-weight:700;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.price{font-family:Georgia,serif;font-size:22px;margin-top:auto}
.price small{font-family:inherit;font-size:11px;color:#7a756d;margin-left:6px}
.amazon-btn{display:block;text-align:center;text-decoration:none;color:#fff;background:#171713;border-radius:10px;padding:12px 14px;font-size:13px;font-weight:700}
.load-more{display:block;margin:34px auto 0;border:1px solid #171713;background:transparent;border-radius:999px;padding:13px 24px;font-weight:700;cursor:pointer}
.empty{text-align:center;padding:60px 20px}
.empty h2{font-family:Georgia,serif;font-size:32px;margin-bottom:8px}
footer{border-top:1px solid #d7d2c9;display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:28px clamp(16px,4vw,56px);font-size:12px;color:#6d675e}
footer strong{color:#171713}
.footer-note{text-align:right}
.quiz{max-width:760px;margin:0 auto;padding:36px clamp(16px,4vw,56px) 48px}
.quiz h1{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(34px,6vw,64px);
  line-height:.95;letter-spacing:-.04em;margin:8px 0 14px;font-weight:500;
}
.quiz-card{margin-top:28px;background:#fff;border:1px solid #e0dcd4;border-radius:22px;padding:8px 22px 22px;overflow:visible}
.q{padding:16px 0;border-bottom:1px solid #ece8e0}
.q:last-of-type{border-bottom:0;padding-bottom:8px}
.q-num{display:block;font-size:11px;letter-spacing:.16em;font-weight:800;color:#8b5e34;margin-bottom:4px}
.q-label{margin:0 0 12px;font-size:16px;font-weight:650}
.quiz-ok{display:block;width:100%;margin-top:8px;border:0;background:#171713;color:#fff;border-radius:14px;padding:15px;font-size:17px;font-weight:750;cursor:pointer}
.back-quiz{border:0;background:transparent;color:#6d675e;font:inherit;font-size:14px;cursor:pointer;margin:0 0 16px;padding:0}
@media(max-width:1000px){
  .grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:720px){
  .brand b{display:none}
  .quiz{padding:24px 16px 40px}
  .quiz-card{padding:4px 16px 16px}
  .grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .catalog{padding:22px 16px 64px}
  footer{grid-template-columns:1fr;padding:24px 16px}
  .footer-note{text-align:left}
  .choice,.budget,button.theme{padding:9px 12px;font-size:12px}
}
