:root {
  --ink: #152218;
  --green: #c49319;
  --deep: #765500;
  --cream: #f6f2e8;
  --paper: #fffdf8;
  --line: #dcd9cf;
  --muted: #69746c;
  --gold: #e0b52f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Segoe UI', Tahoma, Arial, sans-serif; color: var(--ink); background: var(--paper); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: auto; }
.topbar { background: var(--deep); color: #fff; font-size: 13px; }
.topbar-inner { height: 44px; display: flex; align-items: center; justify-content: space-between; }
.topbar a { color: #fff; }
.nav { position: sticky; top: 0; z-index: 20; background: rgba(255,253,248,.95); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav-inner { height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 14px; letter-spacing: .08em; }
.brand-logo { display: block; width: 156px; height: 58px; overflow: hidden; }
.brand-logo img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.nav-links { display: flex; gap: 28px; margin-left: auto; font-size: 14px; }
.nav-links a:hover { color: var(--green); }
.cart-btn { border: 1px solid var(--ink); background: transparent; border-radius: 999px; padding: 10px 14px; cursor: pointer; }
.cart-btn span { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--ink); color: #fff; margin-left: 5px; }
.menu-btn { display: none; background: none; border: 0; font-size: 24px; }
.hero { background: var(--cream); overflow: hidden; }
.hero-grid { min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.kicker, .eyebrow { font-size: 12px; letter-spacing: .16em; font-weight: 800; color: var(--green); }
h1 { font-family: 'Trebuchet MS', 'Segoe UI', Tahoma, Arial, sans-serif; font-size: clamp(54px, 7vw, 92px); line-height: .93; margin: 20px 0 26px; letter-spacing: -.05em; font-weight: 800; text-wrap: balance; }
h1 em { color: var(--green); font-weight: 700; font-style: normal; }
.lead { font-size: 18px; line-height: 1.7; color: #526057; max-width: 650px; }
.hero-actions { display: flex; gap: 12px; margin: 34px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 4px; font-weight: 700; }
.primary { background: var(--green); color: #fff; }
.ghost { border: 1px solid var(--ink); }
.light { background: #fff; color: var(--deep); }
.full { width: 100%; }
.stats { display: flex; gap: 36px; border-top: 1px solid #ccc8bc; padding-top: 24px; }
.stats div { display: flex; flex-direction: column; gap: 4px; }
.stats b { font-size: 22px; }
.stats span { font-size: 12px; color: var(--muted); }
.hero-visual { position: relative; }
.hero-visual img { width: 100%; height: 530px; object-fit: cover; border-radius: 220px 220px 12px 12px; box-shadow: 0 30px 70px #314c3930; }
.floating-card { position: absolute; left: -35px; bottom: 35px; background: #fff; padding: 18px 20px; box-shadow: 0 15px 40px #0002; display: flex; flex-direction: column; gap: 5px; }
.floating-card span { font-size: 12px; color: var(--muted); }
.categories { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); margin-top: 40px; margin-bottom: 40px; }
.categories a { padding: 25px; border-right: 1px solid var(--line); font-weight: 700; display: flex; justify-content: space-between; }
.categories a:last-child { border: 0; }
.categories a:hover { background: var(--green); color: #fff; }
.products-section { padding: 70px 0 100px; }
.section-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 30px; }
.section-head h2, .story h2, .cta h2, .about-hero h1, .about-section h2 { font-family: 'Trebuchet MS', 'Segoe UI', Tahoma, Arial, sans-serif; font-size: 42px; margin: 8px 0; font-weight: 800; }
.filters { display: flex; gap: 8px; }
.filter { border: 1px solid var(--line); background: #fff; padding: 10px 14px; border-radius: 999px; cursor: pointer; }
.filter.active { background: var(--ink); color: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { border: 1px solid var(--line); background: #fff; transition: .2s; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px #17241b12; }
.product-media { height: 270px; position: relative; overflow: hidden; background: #eee; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: .35s; }
.product-card:hover img { transform: scale(1.04); }
.badge { position: absolute; top: 12px; left: 12px; background: #fff; padding: 7px 9px; font-size: 11px; }
.product-body { padding: 18px; }
.eyebrow { margin: 0 0 8px; }
.product-body h3 { font-size: 16px; min-height: 42px; margin: 0 0 18px; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; }
.add-btn { border: 0; background: var(--cream); padding: 8px 10px; cursor: pointer; }
.add-btn:hover { background: var(--green); color: #fff; }
.story { background: var(--deep); color: #fff; padding: 95px 0; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.story .kicker { color: #fff; }
.story p { line-height: 1.8; color: #fff; }
.about-hero { background: var(--cream); padding: 90px 0; }
.about-hero-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.about-hero h1 { font-size: clamp(44px, 5vw, 70px); line-height: 1.05; margin: 14px 0 22px; }
.about-hero-visual { background: linear-gradient(135deg, #765500, #c49319); color: #fff; border-radius: 28px; padding: 40px 30px; box-shadow: 0 25px 60px rgba(118,85,0,.25); }
.about-badge { display: inline-block; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.2); margin-bottom: 18px; font-weight: 700; }
.about-section { padding: 80px 0; }
.about-section.alt { background: #f9f5ee; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.about-section h2 { font-size: 38px; }
.about-section p { font-size: 17px; line-height: 1.8; color: var(--muted); }
.facts { padding: 0 0 80px; }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.fact-card, .process-card { padding: 28px 22px; border: 1px solid var(--line); background: #fff; border-radius: 18px; }
.fact-card strong { display: block; font-size: 34px; color: var(--green); margin-bottom: 10px; }
.fact-card span { color: var(--muted); line-height: 1.5; }
.process { padding: 80px 0; background: #f4efe7; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 24px; }
.process-card span { display: inline-block; color: var(--gold); font-weight: 800; font-size: 24px; margin-bottom: 14px; }
.process-card h3 { margin: 0 0 10px; }
.process-card p { margin: 0; color: var(--muted); line-height: 1.6; }
.products-page-hero { background: var(--cream); padding: 90px 0 60px; }
.products-page-hero h1 { font-family: 'Trebuchet MS', 'Segoe UI', Tahoma, Arial, sans-serif; font-size: clamp(42px, 5vw, 64px); line-height: 1.05; letter-spacing: -.04em; margin: 12px 0 16px; }
.product-tabs-section { padding: 18px 0 26px; }
.product-tabs-wrap { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; padding: 8px 0; }
.product-tab { border: 1px solid rgba(196,147,25,.35); background: linear-gradient(180deg,#fff,#f9f7f2); color: var(--ink); padding: 13px 22px; border-radius: 999px; cursor: pointer; font-weight: 800; letter-spacing: .01em; transition: all .22s ease; box-shadow: 0 2px 10px rgba(21,34,24,.04); }
.product-tab:hover { transform: translateY(-1px); border-color: rgba(196,147,25,.65); box-shadow: 0 8px 18px rgba(21,34,24,.08); }
.product-tab.is-active { background: linear-gradient(135deg,var(--green),#e0b52f); color: #fff; border-color: var(--green); box-shadow: 0 12px 28px rgba(196,147,25,.28); }
.products-page-list { padding: 40px 0 80px; }
.category-block { margin-bottom: 54px; }
.category-header { display: flex; flex-direction: column; gap: 8px; margin: 0 0 22px; }
.category-header h2 { font-family: 'Trebuchet MS', 'Segoe UI', Tahoma, Arial, sans-serif; font-size: clamp(28px, 3vw, 38px); margin: 0; }
.category-subnav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.subcat-chip { display: inline-flex; align-items: center; padding: 7px 12px; border-radius: 999px; background: #f5f3ee; border: 1px solid var(--line); font-size: 13px; color: var(--muted); font-weight: 600; }
.large-grid { grid-template-columns: repeat(3, 1fr); }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin: 40px 0; }
.category-card { display: block; padding: 28px; border: 1px solid var(--line); border-radius: 12px; background: #fff; transition: all .25s ease; }
.category-card:hover { transform: translateY(-6px); border-color: var(--green); box-shadow: 0 16px 40px rgba(196,147,25,.18); }
.category-card-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: var(--cream); color: var(--green); font-weight: 900; font-size: 15px; letter-spacing: .04em; }
.category-card h3 { font-size: 20px; margin: 18px 0 8px; font-weight: 800; color: var(--ink); }
.category-card p { font-size: 14px; color: var(--muted); line-height: 1.5; margin: 0 0 14px; }
.category-cta { display: inline-block; color: var(--green); font-weight: 700; font-size: 13px; }
.service { padding: 80px 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { padding: 32px; border: 1px solid var(--line); min-height: 220px; }
.service-card span { color: var(--gold); font-family: Georgia, serif; font-size: 34px; }
.service-card h3 { font-size: 22px; }
.service-card p { color: var(--muted); line-height: 1.6; }
.cta { background: var(--green); color: #fff; padding: 70px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta .kicker { color: #fff; }
.cta p { max-width: 700px; line-height: 1.6; }
footer { background: #101913; color: #dce3de; padding: 60px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 50px; }
.footer-brand { color: #fff; }
.footer-grid p { color: #9eaaa2; line-height: 1.7; font-size: 14px; }
.footer-grid h4 { color: #fff; }
.copyright { border-top: 1px solid #2c372f; margin-top: 45px; padding-top: 20px; color: #78847c; font-size: 12px; }
.cart-drawer { position: fixed; z-index: 40; right: -420px; top: 0; width: min(400px,92vw); height: 100vh; background: #fff; padding: 25px; transition: .3s; box-shadow: -20px 0 60px #0002; }
.cart-drawer.open { right: 0; }
.cart-head { display: flex; justify-content: space-between; align-items: center; font-size: 20px; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.cart-head button { border: 0; background: none; font-size: 30px; cursor: pointer; }
.cart-items { min-height: calc(100vh - 180px); padding: 20px 0; }
.cart-item { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.overlay { display: none; position: fixed; z-index: 30; inset: 0; background: #0007; }
.overlay.show { display: block; }
@media (max-width: 900px) {
  .nav-links { display: none; }
  .menu-btn { display: block; margin-left: auto; }
  .nav-inner { gap: 12px; }
  .hero-grid { grid-template-columns: 1fr; padding: 70px 0; }
  .hero-visual { max-width: 600px; }
  .categories { grid-template-columns: 1fr 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .story-grid, .about-hero-inner, .about-grid { grid-template-columns: 1fr; gap: 20px; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .large-grid { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .topbar-inner span { display: none; }
  .topbar-inner { justify-content: center; }
  .brand-logo { width: 128px; height: 48px; }
  .hero-grid { min-height: auto; gap: 35px; padding: 50px 0; }
  .hero-visual img { height: 390px; }
  .floating-card { left: 10px; bottom: 15px; }
  .stats { gap: 18px; overflow: auto; }
  .categories { grid-template-columns: 1fr; margin-top: 20px; }
  .categories a { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-head { align-items: flex-start; flex-direction: column; gap: 18px; }
  .filters { overflow: auto; width: 100%; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .large-grid { grid-template-columns: 1fr; }
  .product-media { height: 190px; }
  .product-body { padding: 12px; }
  .product-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .section-head h2, .story h2, .cta h2, .about-section h2, .about-hero h1, .products-page-hero h1 { font-size: 34px; }
  .facts-grid, .process-grid, .footer-grid, .category-grid { grid-template-columns: 1fr; }
}
