:root{--bg: #f6f4ef;--card: #ffffff;--text: #1f2937;--muted: #6b7280;--line: rgba(17, 24, 39, .1);--brand: #b67a3c;--brand-dark: #9e652e;--shadow: 0 12px 30px rgba(17, 24, 39, .08);--shadow-hover: 0 18px 42px rgba(17, 24, 39, .12)}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:linear-gradient(180deg,#f6f1e8,#f1e6d6 70%,#c88c3c1f);color:var(--text);line-height:1.45}.wrap{max-width:1160px;margin:0 auto;padding:22px}a,.brand,.brand:visited,.brand:hover,.brand:active,.card-link{color:inherit;text-decoration:none}.header{position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header-left{display:flex;align-items:center;justify-content:center;padding:16px 0}.header-inner{display:flex;flex-direction:column;align-items:center;gap:8px}.lang-switch{display:flex;gap:6px;justify-content:center;flex-wrap:wrap}.lang-switch button{padding:4px 10px;font-size:12px;border-radius:999px;border:1px solid var(--line);background:var(--card);color:var(--text);cursor:pointer;font-family:inherit;line-height:1.3}.lang-switch button:hover{border-color:var(--brand)}.lang-switch button.active{background:var(--brand);color:#fff;border-color:var(--brand)}.brand{display:flex;align-items:center;justify-content:center}.logo{width:240px;height:auto;display:block}.brand:hover .logo{transform:scale(1.03);transition:.2s ease}.hero{padding-top:10px;padding-bottom:6px}.hero h1{font-size:44px;letter-spacing:-.02em;margin:0 0 8px}.hero p{margin:0;font-size:12px;color:var(--muted)}@media(max-width:620px){.hero h1{font-size:32px}}.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:34px;margin-bottom:8px}.section-head h2{font-size:20px;margin:0}.controls{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.search{width:320px;max-width:100%;padding:11px 12px;border-radius:14px;border:1px solid var(--line);background:#ffffffe6;color:var(--text);outline:none;transition:box-shadow .2s ease,border-color .2s ease}.search:focus{border-color:#b67a3c73;box-shadow:0 0 0 4px #b67a3c24}.chips{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.chip,.chips button{appearance:none;-webkit-appearance:none;border:1px solid var(--line);background:#ffffffbf;padding:8px 12px;border-radius:999px;font-size:13px;font-weight:700;color:var(--muted);cursor:pointer;transition:transform .12s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.chip:hover,.chips button:hover{transform:translateY(-1px);box-shadow:0 10px 20px #11182714;border-color:#b67a3c40}.chip.active,.chips button.active{border-color:#b67a3c59;color:var(--text);background:#b67a3c1a}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:14px;align-items:stretch}@media(max-width:980px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.grid{grid-template-columns:1fr}}.card{position:relative;display:flex;flex-direction:column;height:100%;background:var(--card);border-radius:18px;border:1px solid var(--line);overflow:hidden;box-shadow:var(--shadow);transform:translateY(0);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover);border-color:#b67a3c40}.card img{width:100%;height:230px;object-fit:cover;display:block;background:#eee}@media(max-width:620px){.card img{height:210px}}.card .pad{padding:14px 14px 16px;border-top:1px solid rgba(17,24,39,.06);display:flex;flex-direction:column;gap:6px;min-height:140px}.card h3{font-size:16px;margin:0;line-height:1.2}.meta{font-size:13px;color:var(--muted);line-height:1.35;min-height:36px}.price{margin-top:6px;font-size:16px;font-weight:800}.view{margin-top:auto;font-weight:800;color:var(--brand)}.badge{position:absolute;top:12px;left:12px;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800;color:#fff;background:#b67a3ceb}.btn{display:inline-block;padding:10px 14px;border-radius:14px;border:1px solid var(--line);color:var(--text);font-weight:800;background:#fff9;transition:transform .12s ease,box-shadow .18s ease,background .18s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px #11182714}.btn-primary{background:var(--brand);color:#fff;border:none}.btn-primary:hover{background:var(--brand-dark)}.btn-small{padding:6px 10px;font-size:13px;border-radius:10px;font-weight:800}.contact{margin-top:40px;padding:20px;border-radius:18px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.contact-row{display:flex;gap:12px;margin-top:10px;flex-wrap:wrap}.muted{color:var(--muted)}.small{color:var(--muted);font-size:13px}.page-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 14px 40px #1118271a;padding:26px;margin-top:24px}.product-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:28px}@media(max-width:850px){.product-layout{grid-template-columns:1fr}}.gallery img{width:100%;border-radius:18px;margin-bottom:14px;border:1px solid var(--line);display:block}.details .price{font-size:20px;margin:16px 0}.details .price .currency{font-size:15px;font-weight:600}.footer{position:relative;margin-top:24px;padding:0;background:linear-gradient(180deg,#ede6da,#e2d8c8);border-top:1px solid rgba(0,0,0,.08);box-shadow:0 -12px 28px #0000000f;color:#6b7280;font-size:13px}.footer-main{max-width:1160px;margin:0 auto;padding:28px 22px 20px}.footer-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:28px 36px;text-align:left}.footer-col-brand .footer-tagline{max-width:280px}.footer-brand-name{font-weight:800;font-size:17px;color:var(--text);margin-bottom:8px}.footer-tagline{margin:0;font-size:13px;color:var(--muted);line-height:1.5}.footer-heading{margin:0 0 12px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-weight:700}.footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.footer-links a{color:var(--text);text-decoration:none;font-weight:600;font-size:14px}.footer-links a:hover{color:var(--brand)}.footer-divider{border:none;border-top:1px solid rgba(17,24,39,.1);margin:26px 0 18px}.footer-sub{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:8px 12px}.footer-copy{font-size:12px;color:var(--muted);justify-self:start}.footer-flux-link{justify-self:center;grid-column:2;display:block;line-height:0}.footer-flux-link img{height:40px;width:auto;display:block}.footer-sub-admin{justify-self:end;grid-column:3}@media(max-width:768px){.footer-grid{grid-template-columns:1fr;text-align:center}.footer-col-brand .footer-tagline{max-width:none}.footer-links{align-items:center}}.footer .btn-small{color:#7c7878;text-decoration:none}.static-page h1{margin-top:0}.static-page .muted{line-height:1.55}@media(max-width:600px){.page-card{padding:16px}.search{width:100%;font-size:16px}.btn{width:100%;text-align:center;padding:12px 14px}.card img{height:200px}}.card.card-link{display:block}.card{display:flex;flex-direction:column;height:100%}.card-media{height:230px;background:#0000000f}.card-media img{width:100%;height:100%;object-fit:cover;display:block}.card-placeholder{width:100%;height:100%;background:#0000000f}.card .pad{flex:1;display:flex;flex-direction:column}.card .view{margin-top:auto}.card:hover{transform:translateY(-3px);box-shadow:0 18px 42px #11182724;border-color:#b67a3c47}.currency{font-size:13px;font-weight:600;color:#6b7280;margin-left:2px}.hero-slider{margin-top:10px}.hero-slider-inner{position:relative;border-radius:22px;overflow:hidden;border:1px solid rgba(17,24,39,.1);box-shadow:0 18px 46px #1118271a;background:#000;height:360px}@media(max-width:900px){.hero-slider-inner{height:300px}}@media(max-width:600px){.hero-slider-inner{height:240px;border-radius:18px}}.hero-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.02);transition:opacity .4s ease,transform .7s ease}.hero-slide.is-active{opacity:1;transform:scale(1)}.hero-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;gap:6px;padding:22px;background:linear-gradient(to top,#0000008c,#0000001f,#0000);color:#fff}.hero-kicker{font-size:12px;letter-spacing:.14em;opacity:.9}.hero-title{margin:0;font-size:30px;line-height:1.1}.hero-sub{margin:0;opacity:.92;font-size:14px}@media(max-width:600px){.hero-title{font-size:22px}}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:#00000059;color:#fff;font-size:28px;line-height:40px;cursor:pointer;display:grid;place-items:center}.hero-arrow:hover{background:#00000080}.hero-arrow-left{left:12px}.hero-arrow-right{right:12px}.hero-dots{position:absolute;left:50%;bottom:14px;transform:translate(-50%);display:flex;gap:8px}.hero-dot{width:10px;height:10px;border-radius:999px;border:1px solid rgba(255,255,255,.55);background:#ffffff40;cursor:pointer}.hero-dot.is-active{background:#ffffffe6}
