/*
Theme Name: CMP Camping Nature Theme
Theme URI: https://www.ictparts.nl/
Author: OpenAI
Description: Warm en sfeervol WordPress thema voor campingwebsites met veel natuurgevoel, zachte vormen en een vriendelijke vakantiesfeer.
Version: 1.0.0
Text Domain: cmp-camping-nature
*/

:root{
  --forest:#2f5d3a;
  --forest-dark:#21442a;
  --meadow:#6f9b58;
  --sand:#efe2c2;
  --cream:#fffaf0;
  --sky:#dfeff3;
  --ink:#35515c;
  --muted:#6f7f78;
  --border:#e7d9ba;
  --white:#ffffff;
  --max:1240px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.68), rgba(255,250,240,.92)),
    linear-gradient(180deg, #f8f2e4 0%, #eef5ea 50%, #f6f0e2 100%);
  line-height:1.7;
}

a{color:var(--forest);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}

.cmp-site-shell{min-height:100vh;display:flex;flex-direction:column}
.cmp-container{width:min(var(--max),calc(100% - 28px));margin:0 auto}

.cmp-topbar{
  background:linear-gradient(90deg,var(--forest-dark),var(--forest));
  color:#edf5eb;
  font-size:14px;
}

.cmp-topbar-inner{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:10px 0;
}

.cmp-topbar a{color:#fff}

.cmp-header{
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(255,250,240,.9);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(231,217,186,.9);
}

.cmp-header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:18px 0;
}

.cmp-branding a{
  font-size:32px;
  font-weight:800;
  color:var(--forest-dark);
  letter-spacing:-.04em;
}

.cmp-branding span{
  display:block;
  font-size:13px;
  color:var(--muted);
}

.cmp-nav{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.cmp-nav a{color:var(--ink);font-weight:700}

.cmp-header-actions{display:flex;gap:12px;flex-wrap:wrap}

.cmp-btn-pill,
.cmp-btn-ghost{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:12px 18px;
  border-radius:999px;
  font-weight:800;
  text-decoration:none;
}

.cmp-btn-pill{
  background:linear-gradient(135deg,var(--meadow),var(--forest));
  color:#fff;
  box-shadow:0 14px 28px rgba(47,93,58,.18);
}

.cmp-btn-ghost{
  background:rgba(255,255,255,.75);
  color:var(--forest-dark);
  border:1px solid rgba(231,217,186,.95);
}

.cmp-main{flex:1;padding:0 0 54px}

.cmp-theme-hero{
  position:relative;
  overflow:hidden;
  min-height:360px;
  margin:0 0 26px;
  border-radius:0 0 34px 34px;
  background:
    linear-gradient(90deg,rgba(33,68,42,.76) 0%,rgba(47,93,58,.5) 45%,rgba(26,47,33,.26) 100%),
    url("../../plugins/camping-marketplace-v4/assets/demo/demo-8.png") center/cover no-repeat;
}

.cmp-theme-hero:after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:120px;
  background:linear-gradient(180deg,rgba(248,242,228,0),rgba(248,242,228,.96));
}

.cmp-theme-hero-inner{
  position:relative;
  z-index:1;
  padding:72px 0 88px;
  color:#fff;
}

.cmp-theme-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.2);
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:800;
}

.cmp-theme-title{
  margin:18px 0 16px;
  font-size:60px;
  line-height:1.02;
  letter-spacing:-.05em;
  max-width:780px;
}

.cmp-theme-text{
  max-width:700px;
  margin:0;
  font-size:19px;
  color:#edf5eb;
}

.cmp-page-wrap{
  background:linear-gradient(180deg,#fffdf7,#fff7ea);
  border:1px solid var(--border);
  border-radius:34px;
  padding:30px;
  box-shadow:0 18px 42px rgba(116,93,48,.08);
}

.cmp-page-title{
  margin:0 0 10px;
  color:var(--forest-dark);
  font-size:42px;
  line-height:1.06;
  letter-spacing:-.04em;
}

.cmp-page-intro{
  margin:0 0 22px;
  color:var(--muted);
}

.cmp-post-list{display:grid;gap:18px}

.cmp-post-card{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:18px;
  align-items:stretch;
  background:linear-gradient(180deg,#fffef9,#fff7eb);
  border:1px solid var(--border);
  border-radius:26px;
  overflow:hidden;
}

.cmp-post-card-media{
  min-height:180px;
  background:
    linear-gradient(180deg,rgba(47,93,58,.18),rgba(47,93,58,.04)),
    url("../../plugins/camping-marketplace-v4/assets/demo/demo-6.png") center/cover no-repeat;
}

.cmp-post-card-body{padding:20px}
.cmp-post-card h2{margin:0 0 10px;font-size:26px;line-height:1.15}

.cmp-footer{
  background:
    linear-gradient(135deg,rgba(33,68,42,.92),rgba(47,93,58,.92)),
    url("../../plugins/camping-marketplace-v4/assets/demo/demo-5.png") center/cover no-repeat;
  color:#eef4ea;
  padding:54px 0 28px;
}

.cmp-footer-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  gap:28px;
}

.cmp-footer h3,.cmp-footer h4{margin:0 0 14px;color:#fff}
.cmp-footer p,.cmp-footer li{margin:0 0 10px}
.cmp-footer ul{list-style:none;padding:0;margin:0}
.cmp-footer a{color:#fff}

.cmp-footer-bottom{
  margin-top:24px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.14);
  color:#d8e7d9;
  font-size:14px;
}

.menu{list-style:none;padding:0;margin:0;display:flex;gap:18px;flex-wrap:wrap}
.menu li{margin:0}

.entry-content > *:first-child{margin-top:0}
.entry-content > *:last-child{margin-bottom:0}
.entry-content p{line-height:1.8}

@media (max-width: 980px){
  .cmp-header-inner,
  .cmp-topbar-inner,
  .cmp-footer-grid{display:flex;flex-direction:column;align-items:flex-start}
  .cmp-theme-title{font-size:42px}
  .cmp-post-card{grid-template-columns:1fr}
  .cmp-post-card-media{min-height:220px}
}

@media (max-width: 640px){
  .cmp-container{width:min(var(--max),calc(100% - 18px))}
  .cmp-theme-hero-inner{padding:48px 0 72px}
  .cmp-theme-title{font-size:34px}
  .cmp-theme-text{font-size:16px}
  .cmp-page-wrap{padding:22px}
  .cmp-branding a{font-size:24px}
}
