
:root{
  --cmp-primary:#8f1116;
  --cmp-secondary:#2f7d32;
  --cmp-accent:#e0b24b;
  --cmp-dark:#111111;
  --cmp-light:#f8f2e8;
}
.cmp-menu-wrap{
  color:var(--cmp-light);
  background:
    radial-gradient(circle at top right, rgba(224,178,75,.12), transparent 30%),
    radial-gradient(circle at left center, rgba(47,125,50,.16), transparent 28%),
    linear-gradient(180deg, #090909, #111 36%, #151515 100%);
  min-height:100vh;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  padding-bottom:80px;
}
.cmp-hero{
  position:relative;
  min-height:78vh;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  overflow:hidden;
  isolation:isolate;
  padding:40px 18px;
}
.cmp-hero::before{
  content:"";
  position:absolute; inset:0;
  background:
    linear-gradient(125deg, rgba(0,0,0,.82), rgba(143,17,22,.35)),
    url("../images/demo-hero-wood.svg") center/cover no-repeat;
  transform:scale(1.04);
  animation:cmpZoom 18s ease-in-out infinite alternate;
  z-index:-2;
}
.cmp-hero-overlay{
  position:absolute; inset:0;
  background:
    radial-gradient(circle at 50% 30%, rgba(224,178,75,.16), transparent 30%),
    linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.45));
  z-index:-1;
}
.cmp-hero-content{
  max-width:900px;
  padding:36px 24px;
  backdrop-filter: blur(7px);
  border:1px solid rgba(255,255,255,.08);
  border-radius:28px;
  background:rgba(10,10,10,.35);
  box-shadow:0 20px 80px rgba(0,0,0,.35);
}
.cmp-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(47,125,50,.23);
  border:1px solid rgba(224,178,75,.3);
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:.82rem;
  margin-bottom:18px;
}
.cmp-hero h1{
  margin:0;
  font-size:clamp(2.8rem, 6vw, 5.8rem);
  line-height:.92;
  letter-spacing:-.03em;
  color:#fff;
  text-shadow:0 8px 30px rgba(0,0,0,.45);
}
.cmp-hero p{
  margin:18px auto 0;
  max-width:650px;
  font-size:clamp(1rem, 2vw, 1.25rem);
  color:rgba(255,255,255,.82);
}
.cmp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:24px;
  padding:14px 24px;
  border-radius:14px;
  background:linear-gradient(135deg, var(--cmp-primary), #b2272f);
  color:#fff !important;
  text-decoration:none !important;
  font-weight:700;
  box-shadow:0 12px 40px rgba(143,17,22,.38);
  transition:transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.cmp-btn:hover{ transform:translateY(-2px); filter:brightness(1.06); box-shadow:0 16px 50px rgba(143,17,22,.42);}
.cmp-floating{
  position:absolute;
  border-radius:50%;
  filter:blur(6px);
  opacity:.55;
  animation:cmpFloat 8s ease-in-out infinite;
}
.cmp-floating-1{width:160px;height:160px; background:rgba(47,125,50,.26); left:8%; top:20%;}
.cmp-floating-2{width:220px;height:220px; background:rgba(224,178,75,.16); right:6%; top:10%; animation-delay: -2s;}
.cmp-floating-3{width:190px;height:190px; background:rgba(143,17,22,.28); right:15%; bottom:8%; animation-delay: -4s;}

.cmp-toolbar{
  position:sticky; top:0; z-index:20;
  background:rgba(10,10,10,.7);
  backdrop-filter: blur(12px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.cmp-toolbar-inner{
  max-width:1280px;
  margin:0 auto;
  padding:16px 18px;
  display:flex; gap:16px; align-items:center; justify-content:space-between;
}
.cmp-toolbar h2{
  margin:0; font-size:1.2rem; color:#fff;
}
.cmp-search{
  width:min(360px, 100%);
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:#fff;
  padding:12px 14px;
  outline:none;
}
.cmp-search::placeholder{color:rgba(255,255,255,.56);}
.cmp-filters{
  max-width:1280px;
  margin:0 auto;
  padding:0 18px 16px;
  display:flex; gap:10px; overflow:auto;
}
.cmp-filter{
  white-space:nowrap;
  border:none;
  background:rgba(255,255,255,.08);
  color:#fff;
  border-radius:999px;
  padding:10px 14px;
  cursor:pointer;
  transition:all .25s ease;
}
.cmp-filter:hover,.cmp-filter.is-active{
  background:linear-gradient(135deg, rgba(143,17,22,.88), rgba(47,125,50,.88));
  transform:translateY(-1px);
}

.cmp-sections{
  max-width:1280px;
  margin:0 auto;
  padding:30px 18px 0;
}
.cmp-section{
  margin-top:22px;
  padding:26px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  border-radius:28px;
  box-shadow:0 16px 50px rgba(0,0,0,.18);
}
.cmp-section[hidden]{display:none !important;}
.cmp-section-header{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:24px;
  align-items:center;
  margin-bottom:24px;
}
.cmp-section-copy{
  display:flex; flex-direction:column; gap:10px;
}
.cmp-section-line{
  width:90px; height:5px; border-radius:999px;
  background:linear-gradient(90deg, var(--cmp-secondary), var(--cmp-accent));
}
.cmp-eyebrow{
  margin:0; color:var(--cmp-accent); text-transform:uppercase; letter-spacing:.14em; font-size:.8rem;
}
.cmp-section h3{
  margin:0;
  font-size:clamp(1.8rem, 4vw, 3.2rem);
  line-height:1;
  color:#fff;
}
.cmp-section-cover{
  aspect-ratio: 16/10;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 12px 36px rgba(0,0,0,.22);
}
.cmp-section-cover img,
.cmp-card-media img{
  width:100%; height:100%; object-fit:cover; display:block;
}
.cmp-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}
.cmp-card{
  position:relative;
  overflow:hidden;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.08);
  transform:translateY(0);
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  box-shadow:0 14px 34px rgba(0,0,0,.18);
}
.cmp-card:hover{
  transform:translateY(-6px);
  border-color:rgba(224,178,75,.3);
  box-shadow:0 22px 48px rgba(0,0,0,.24);
}
.cmp-card-media{
  position:relative;
  aspect-ratio: 4/3;
  overflow:hidden;
  background:linear-gradient(145deg, rgba(47,125,50,.22), rgba(143,17,22,.24));
}
.cmp-card-media img{
  transform:scale(1.02);
  transition:transform .45s ease;
}
.cmp-card:hover .cmp-card-media img{ transform:scale(1.08); }
.cmp-pill{
  position:absolute;
  left:14px; top:14px;
  padding:8px 12px;
  background:rgba(17,17,17,.74);
  color:var(--cmp-accent);
  border:1px solid rgba(224,178,75,.32);
  border-radius:999px;
  font-size:.78rem;
  font-weight:700;
}
.cmp-card-body{ padding:18px; }
.cmp-row{
  display:flex; gap:12px; justify-content:space-between; align-items:flex-start;
}
.cmp-row h4{
  margin:0;
  font-size:1.08rem;
  color:#fff;
}
.cmp-price{
  padding:8px 12px;
  border-radius:12px;
  background:rgba(47,125,50,.18);
  color:#fff;
  border:1px solid rgba(47,125,50,.35);
  font-weight:800;
  white-space:nowrap;
}
.cmp-card p{
  margin:10px 0 0;
  color:rgba(255,255,255,.78);
  line-height:1.55;
  font-size:.95rem;
}
.cmp-no-image{
  width:100%; height:100%;
  display:grid; place-items:center;
  color:#fff; font-size:1.15rem; letter-spacing:.08em;
  background:linear-gradient(135deg, rgba(143,17,22,.5), rgba(47,125,50,.45));
}
.cmp-card.is-hidden{ display:none !important; }

@keyframes cmpFloat{
  0%,100%{ transform:translate3d(0,0,0); }
  50%{ transform:translate3d(0,-24px,0); }
}
@keyframes cmpZoom{
  from{ transform:scale(1.02); }
  to{ transform:scale(1.1); }
}
@media (max-width: 1080px){
  .cmp-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); }
  .cmp-section-header{ grid-template-columns:1fr; }
}
@media (max-width: 720px){
  .cmp-toolbar-inner{ flex-direction:column; align-items:stretch; }
  .cmp-grid{ grid-template-columns:1fr; }
  .cmp-section{ padding:18px; border-radius:20px; }
  .cmp-card, .cmp-section-cover{ border-radius:18px; }
  .cmp-hero-content{ padding:28px 18px; border-radius:22px; }
}
