:root {
  --orange: #d46e2e;
  --orange-dark: #b85a20;
  --brown: #7a3b24;
  --dark: #2f2926;
  --taupe: #c8bbb5;
  --peach: #e6cbbb;
  --cream: #f3f1f0;
  --white: #fff;
  --green: #177245;
  --red: #b3261e;
  --shadow: 0 18px 45px rgba(47, 41, 38, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #faf8f7;
  color: var(--dark);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4 { color: var(--brown); font-family: Poppins, Inter, sans-serif; line-height: 1.12; margin: 0 0 .75rem; }
p { margin: 0 0 1rem; }
input, textarea, select, button { font: inherit; }

.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(200,187,181,.45); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; color: var(--brown); text-transform: uppercase; line-height: .95; letter-spacing: .08em; }
.brand-text { display: grid; font-size: 11px; }
.brand-text strong { color: var(--orange); }
.brand-text small { color: inherit; font: inherit; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a { padding: 10px 14px; border-radius: 999px; color: var(--brown); font-size: 14px; font-weight: 700; }
.main-nav a:hover, .main-nav a.active { background: var(--orange); color: white; }
.main-nav .nav-cta { background: var(--brown); color: white; }
.menu-toggle { display: none; border: 0; background: var(--cream); color: var(--brown); border-radius: 8px; padding: 9px 12px; font-weight: 800; }

.hero, .page-hero { background: linear-gradient(135deg, #f3f1f0 0%, #e6cbbb 50%, #c8bbb5 100%); }
.hero { position: relative; overflow: hidden; padding: 82px 0; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 58px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border: 1px solid rgba(212,110,46,.28); border-radius: 999px; background: rgba(255,255,255,.72); color: var(--brown); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.hero h1, .page-hero h1 { font-size: clamp(2.4rem, 5vw, 4.9rem); max-width: 900px; }
.hero h1 span { color: var(--orange); }
.lead { font-size: 1.16rem; color: rgba(47,41,38,.78); max-width: 690px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 12px 18px; border: 0; border-radius: 999px; cursor: pointer; font-weight: 800; transition: .18s ease; }
.btn-primary { background: var(--orange); color: white; box-shadow: 0 10px 24px rgba(212,110,46,.24); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-secondary { background: white; color: var(--brown); border: 2px solid var(--brown); }
.btn-dark { background: var(--brown); color: white; }
.btn-quiet { background: var(--cream); color: var(--brown); }
.btn-danger { background: var(--red); color: white; }

.cover-mosaic { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.cover-tile, .ratio-cover { aspect-ratio: 3 / 4; border-radius: 8px; overflow: hidden; background: white; box-shadow: var(--shadow); }
.cover-tile img, .ratio-cover img, .ratio-video img { width: 100%; height: 100%; object-fit: cover; }
.cover-tile:nth-child(2) { transform: translateY(-22px); }
.cover-tile:nth-child(5) { transform: translateY(22px); }

.section { padding: 72px 0; }
.section-alt { background: var(--cream); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 32px; }
.section-head.center { display: block; text-align: center; max-width: 760px; margin-inline: auto; }
.section h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.grid { display: grid; gap: 20px; }
.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)); }
.grid-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.grid-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.card { background: white; border: 1px solid rgba(200,187,181,.55); border-radius: 8px; padding: 24px; }
.cream-card { background: var(--cream); }
.card:hover { box-shadow: var(--shadow); }
.stat strong { display: block; color: var(--brown); font: 800 2rem Poppins, sans-serif; }
.icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 8px; background: rgba(212,110,46,.14); color: var(--orange); margin-bottom: 12px; font-weight: 900; }
.price-visual { aspect-ratio: 3 / 4; display: grid; place-items: center; border: 1px solid rgba(200,187,181,.65); border-radius: 8px; background: white; margin-bottom: 16px; color: var(--orange); font: 800 2rem Poppins, sans-serif; }
.price-row { display: flex; justify-content: space-between; gap: 12px; font-size: .95rem; }
.muted { color: rgba(47,41,38,.68); }
.small { font-size: .86rem; }
.badge { display: inline-flex; border-radius: 999px; padding: 4px 9px; background: var(--orange); color: white; font-size: .78rem; font-weight: 800; }
.text-orange { color: var(--orange); }
.featured { border: 2px solid var(--orange); position: relative; }
.featured::before { content: "Populair"; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--orange); color: white; border-radius: 999px; padding: 4px 10px; font-size: 12px; font-weight: 800; }
.ratio-video { aspect-ratio: 16 / 9; overflow: hidden; background: var(--peach); border-radius: 8px 8px 0 0; }
.cta-band { background: linear-gradient(135deg, #d46e2e 0%, #b85a20 100%); color: white; border-radius: 8px; padding: clamp(32px, 5vw, 56px); text-align: center; }
.cta-band h2 { color: white; }

.page-hero { padding: 68px 0; text-align: center; }
.two-col { display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; align-items: start; }
.stack { display: grid; gap: 14px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
label { display: grid; gap: 6px; font-weight: 700; color: var(--brown); }
input, textarea, select { width: 100%; border: 1px solid rgba(200,187,181,.75); border-radius: 8px; padding: 12px 13px; background: white; color: var(--dark); }
textarea { min-height: 138px; resize: vertical; }
.radio-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.radio-tabs input { position: absolute; opacity: 0; pointer-events: none; }
.radio-tabs span { display: inline-flex; padding: 10px 16px; border-radius: 999px; background: var(--cream); color: var(--brown); font-weight: 800; cursor: pointer; }
.radio-tabs input:checked + span { background: var(--orange); color: white; }
.flash { margin-top: 16px; border-radius: 8px; padding: 13px 16px; font-weight: 700; }
.flash.success { background: #e7f6ee; color: var(--green); }
.flash.error { background: #fdecea; color: var(--red); }
.flash.info { background: var(--cream); color: var(--brown); }

.admin-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 28px; align-items: start; padding: 32px 0 72px; }
.admin-nav { position: sticky; top: 98px; background: var(--brown); color: white; border-radius: 8px; padding: 16px; display: grid; gap: 4px; }
.admin-nav a { padding: 10px 12px; border-radius: 8px; font-weight: 700; color: rgba(255,255,255,.82); }
.admin-nav a:hover, .admin-nav a.active { background: rgba(255,255,255,.12); color: white; }
.table-wrap { overflow-x: auto; border: 1px solid rgba(200,187,181,.5); border-radius: 8px; background: white; }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { padding: 12px 14px; text-align: left; border-bottom: 1px solid rgba(200,187,181,.45); vertical-align: top; }
th { color: var(--brown); font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; background: var(--cream); }
.actions-inline { display: flex; flex-wrap: wrap; gap: 8px; }
.inline-form { display: inline; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-footer { background: var(--brown); color: white; padding: 56px 0 24px; margin-top: 64px; }
.site-footer h2 { color: white; font-size: .92rem; text-transform: uppercase; letter-spacing: .08em; }
.site-footer a { display: block; color: rgba(255,255,255,.82); margin-bottom: 7px; }
.site-footer a:hover { color: var(--orange); }
.site-footer p { color: rgba(255,255,255,.78); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr 1fr; gap: 34px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.13); margin-top: 36px; padding-top: 20px; display: flex; justify-content: space-between; gap: 16px; color: rgba(255,255,255,.68); font-size: .9rem; }
.footer-bottom a { display: inline; margin: 0; }

@media (max-width: 980px) {
  .menu-toggle { display: inline-flex; }
  .main-nav { display: none; position: absolute; left: 16px; right: 16px; top: 78px; background: white; border: 1px solid rgba(200,187,181,.5); border-radius: 8px; padding: 12px; box-shadow: var(--shadow); }
  .main-nav.open { display: grid; }
  .main-nav a { display: block; }
  .hero-grid, .two-col, .admin-layout, .footer-grid { grid-template-columns: 1fr; }
  .grid-5, .grid-6, .grid-4, .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-nav { position: static; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 24px, 1180px); }
  .hero, .page-hero, .section { padding: 48px 0; }
  .grid-5, .grid-6, .grid-4, .grid-3, .grid-2, .form-grid { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .cover-mosaic { gap: 8px; }
  .footer-bottom { display: block; }
}
