:root {
  --cream: #faf7f1;
  --cream-dark: #f0e7d9;
  --white: #ffffff;
  --text: #2c2c2c;
  --muted: #6f665d;
  --brown: #5d3f2f;
  --brown-dark: #3c281f;
  --gold: #b78b4b;
  --gold-dark: #8f6935;
  --line: rgba(93, 63, 47, 0.14);
  --shadow: 0 18px 45px rgba(44, 44, 44, 0.12);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

.top-bar { background: var(--brown); color: var(--cream); font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
.top-bar-inner { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; display: flex; justify-content: space-between; gap: 18px; padding: 9px 0; }
.top-bar a { color: var(--cream); font-weight: 700; }
.top-links { display: flex; align-items: center; gap: 16px; }
.social-icon { color: var(--gold); font-size: 20px; display: inline-flex; align-items: center; justify-content: center; transition: 0.2s ease; }
.social-icon:hover { color: var(--cream); transform: translateY(-2px); }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(250, 247, 241, 0.96); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.header-inner { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 14px; min-width: 245px; }
.brand-logo { width: 70px; height: 70px; border-radius: 50%; object-fit: cover; border: 3px solid var(--gold); background: var(--white); box-shadow: 0 8px 22px rgba(93, 63, 47, 0.16); flex: 0 0 auto; }
.brand-text strong { display: block; font-size: 23px; line-height: 1.05; color: var(--brown); letter-spacing: -0.02em; }
.brand-text span { display: block; margin-top: 5px; font-family: Arial, Helvetica, sans-serif; color: var(--muted); font-size: 13px; letter-spacing: 0.03em; text-transform: uppercase; }
.nav-wrap { display: flex; align-items: center; gap: 18px; font-family: Arial, Helvetica, sans-serif; }
.main-nav { display: flex; align-items: center; gap: 8px; list-style: none; }
.main-nav a { display: inline-flex; padding: 10px 12px; border-radius: 999px; color: var(--brown); font-weight: 700; font-size: 14px; transition: 0.2s ease; }
.main-nav a:hover, .main-nav a.active { background: var(--cream-dark); color: var(--gold-dark); }
.header-cta { display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 999px; background: var(--gold); color: var(--brown-dark); font-weight: 800; box-shadow: 0 8px 20px rgba(183, 139, 75, 0.22); transition: 0.2s ease; white-space: nowrap; }
.header-cta:hover { background: var(--gold-dark); color: var(--white); transform: translateY(-1px); }
.menu-toggle { display: none; border: 1px solid var(--line); background: var(--white); color: var(--brown); border-radius: 999px; padding: 10px 13px; font-size: 20px; cursor: pointer; }

.hero { padding: 30px 0 70px; }
.hero-card { min-height: 520px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); position: relative; display: flex; align-items: center; background-size: cover; background-position: center; }
.hero-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(45, 30, 22, 0.84), rgba(45, 30, 22, 0.58), rgba(45, 30, 22, 0.22)); }
.hero-content { position: relative; z-index: 2; max-width: 700px; padding: 60px; color: var(--white); }
.eyebrow { display: inline-block; font-family: Arial, Helvetica, sans-serif; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 800; color: var(--gold); margin-bottom: 16px; }
h1 { font-size: clamp(38px, 5vw, 58px); line-height: 1.04; letter-spacing: -0.04em; margin-bottom: 20px; }
.hero-content p { font-size: clamp(17px, 2vw, 21px); max-width: 620px; margin-bottom: 28px; color: rgba(255,255,255,0.93); }
.hero-actions, .actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 14px 24px; font-family: Arial, Helvetica, sans-serif; font-weight: 800; transition: 0.2s ease; border: 2px solid transparent; cursor: pointer; }
.btn-primary { background: var(--gold); color: var(--brown-dark); }
.btn-primary:hover { background: var(--gold-dark); color: var(--white); transform: translateY(-1px); }
.btn-secondary { border-color: rgba(255,255,255,0.8); color: var(--white); }
.btn-secondary:hover { background: var(--white); color: var(--brown); }
.btn-outline { border-color: var(--gold); color: var(--brown); background: transparent; }
.btn-outline:hover { background: var(--gold); color: var(--brown-dark); }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
.trust-row span { background: rgba(255,255,255,0.13); border: 1px solid rgba(255,255,255,0.2); border-radius: 999px; padding: 8px 12px; }

.section { padding: 80px 0; }
.section.alt { background: var(--cream-dark); }
.section-title { max-width: 760px; margin-bottom: 34px; }
.section-title.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-title h2 { font-size: clamp(30px, 4vw, 42px); line-height: 1.12; color: var(--brown); letter-spacing: -0.03em; margin-bottom: 12px; }
.section-title p { font-size: 18px; color: var(--muted); }
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 30px rgba(44,44,44,0.06); overflow: hidden; }
.card-body { padding: 28px; }
.card h3 { font-size: 23px; line-height: 1.2; color: var(--brown); margin-bottom: 10px; }
.card p { color: var(--muted); }
.card .icon { width: 48px; height: 48px; border-radius: 16px; background: var(--cream-dark); color: var(--gold-dark); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 18px; }
.image-card { min-height: 320px; border-radius: var(--radius); background-size: cover; background-position: center; box-shadow: var(--shadow); }
.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 42px; align-items: center; }
.badge { display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; border-radius: 999px; background: var(--cream-dark); color: var(--gold-dark); font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 12px; }
.kicker { color: var(--gold-dark); font-family: Arial, Helvetica, sans-serif; font-weight: 800; text-transform: uppercase; font-size: 13px; letter-spacing: 0.08em; margin-bottom: 12px; }
.list { margin: 14px 0 0 20px; color: var(--muted); }
.list li { margin-bottom: 8px; }

.product-filter { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 36px; }
.filter-btn { border: 1px solid var(--line); background: var(--white); color: var(--brown); border-radius: 999px; padding: 10px 15px; font-family: Arial, Helvetica, sans-serif; font-weight: 800; cursor: pointer; transition: 0.2s ease; }
.filter-btn:hover, .filter-btn.active { background: var(--brown); color: var(--white); }
.product-card { display: flex; flex-direction: column; }
.product-image { height: 210px; background: var(--cream-dark); overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: 0.3s ease; }
.product-card:hover .product-image img { transform: scale(1.04); }
.product-tags { display: flex; gap: 8px; flex-wrap: wrap; margin: 12px 0; }
.product-tags span { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 800; color: var(--muted); background: var(--cream); border-radius: 999px; padding: 6px 9px; }
.product-card.is-hidden { display: none; }

.cta-panel { background: var(--brown); color: var(--cream); border-radius: var(--radius); padding: 42px; display: flex; justify-content: space-between; gap: 28px; align-items: center; box-shadow: var(--shadow); }
.cta-panel h2 { font-size: clamp(28px, 4vw, 40px); line-height: 1.12; margin-bottom: 10px; }
.cta-panel p { color: rgba(250,247,241,0.82); font-size: 18px; max-width: 680px; }

.site-footer { background: var(--brown-dark); color: var(--cream); padding: 54px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer-brand { display: flex; gap: 14px; align-items: center; margin-bottom: 14px; }
.footer-brand img { width: 58px; height: 58px; border-radius: 50%; border: 2px solid var(--gold); }
.footer-brand strong { font-size: 23px; color: var(--white); line-height: 1.05; }
.footer-brand span { display: block; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: rgba(250,247,241,0.72); margin-top: 4px; text-transform: uppercase; letter-spacing: 0.05em; }
.footer-grid h3 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gold); margin-bottom: 14px; }
.footer-grid p, .footer-grid a { color: rgba(250,247,241,0.78); font-family: Arial, Helvetica, sans-serif; font-size: 15px; }
.footer-grid a:hover { color: var(--gold); }
.footer-bottom { padding-top: 18px; display: flex; justify-content: space-between; gap: 18px; color: rgba(250,247,241,0.58); font-family: Arial, Helvetica, sans-serif; font-size: 13px; }

@media (max-width: 980px) {
  .top-bar-inner { flex-direction: column; gap: 6px; }
  .header-inner { min-height: 82px; }
  .brand { min-width: auto; }
  .brand-logo { width: 58px; height: 58px; }
  .brand-text strong { font-size: 20px; }
  .brand-text span { font-size: 11px; }
  .menu-toggle { display: inline-flex; }
  .nav-wrap { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); padding: 16px; display: none; flex-direction: column; align-items: stretch; gap: 12px; }
  .nav-wrap.open { display: flex; }
  .main-nav { flex-direction: column; align-items: stretch; gap: 4px; }
  .main-nav a { display: flex; justify-content: center; padding: 13px 12px; }
  .header-cta { width: 100%; }
  .hero-card { min-height: 480px; }
  .hero-content { padding: 44px; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split { grid-template-columns: 1fr; }
  .cta-panel { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container, .top-bar-inner, .header-inner { width: min(100% - 28px, var(--max)); }
  .top-bar { font-size: 12px; }
  .top-links { gap: 12px; }
  .brand-logo { width: 52px; height: 52px; }
  .brand-text strong { font-size: 18px; }
  .brand-text span { display: none; }
  .hero { padding: 18px 0 46px; }
  .hero-card { min-height: 470px; border-radius: 18px; }
  .hero-card::before { background: linear-gradient(90deg, rgba(45,30,22,0.90), rgba(45,30,22,0.70)); }
  .hero-content { padding: 30px 24px; }
  h1 { font-size: 34px; }
  .hero-content p { font-size: 17px; }
  .hero-actions, .actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .section { padding: 56px 0; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .card-body { padding: 22px; }
  .cta-panel { padding: 28px; }
  .footer-bottom { flex-direction: column; }
}
