/* voerbakhond.nl — urnvooreenhond-style (warm wit/crème + bruin + goud) */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;1,400&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --bg: #FAF6EE;
  --paper: #F2EBDC;
  --linen: #E5DBC5;
  --rule: #D4C8AB;
  --wood: #6B4A2B;
  --wood-dark: #4A331E;
  --gold: #B89968;
  --gold-dark: #8A7148;
  --ink: #1F1814;
  --char: #3A2D22;
  --olive: #5C5238;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}
a { color: var(--wood); text-decoration: none; border-bottom: 1px solid transparent; }
a:hover { border-bottom-color: var(--wood); }
img { max-width: 100%; height: auto; display: block; }

/* ── Top strip ──────────────────────────────────── */
.top-bar {
  background: var(--char);
  color: var(--bg);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: .55rem 1rem;
  text-align: center;
  font-weight: 300;
}
.top-bar span { margin: 0 1.2rem; }

/* ── Header ─────────────────────────────────────── */
.site-header {
  background: var(--bg);
  border-bottom: 1px solid var(--rule);
  padding: 2rem 2rem 1.4rem;
  text-align: center;
}
.brand-block { margin-bottom: 1.3rem; }
.brand-block a { border-bottom: none; }
.brand-script {
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(2rem, 4.5vw, 3rem);
  color: var(--wood-dark);
  margin: 0;
  line-height: 1.05;
  letter-spacing: -0.01em;
}
.brand-tag {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin: .5rem 0 0;
}
.main-nav {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
  flex-wrap: wrap;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.main-nav a { color: var(--char); padding: .3rem 0; border-bottom: 2px solid transparent; }
.main-nav a:hover { color: var(--wood-dark); border-bottom-color: var(--gold); }

/* ── Crumbs ─────────────────────────────────────── */
.crumbs {
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
  padding: .7rem 2rem;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--olive);
  text-align: center;
}
.crumbs a { color: var(--wood); border-bottom: 1px dotted var(--gold); }
.crumbs .sep { margin: 0 .6em; opacity: .4; }

/* ── Hero ─────────────────────────────────────── */
.hero {
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
  padding: 4rem 2rem 3rem;
  text-align: center;
}
.hero-inner { max-width: 980px; margin: 0 auto; }
.hero h1 {
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  color: var(--ink);
  margin: 0 0 1.2rem;
  line-height: 1.15;
}
.hero h1 em { font-style: normal; color: var(--wood-dark); }
.hero-lead {
  font-family: 'Lora', serif;
  font-size: 1.15rem;
  line-height: 1.7;
  color: var(--char);
  max-width: 620px;
  margin: 0 auto;
}
.hero-cta {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--bg);
  background: var(--wood-dark);
  padding: 1rem 2.2rem;
  margin-top: 2rem;
  transition: background .15s;
}
.hero-cta:hover { background: var(--char); border-bottom: none; color: var(--bg); }

/* ── Section blocks ─────────────────────────────── */
.section { max-width: 1280px; margin: 0 auto; padding: 4rem 2rem; }
.section-head { text-align: center; margin-bottom: 3rem; }
.section-head .eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: .7rem;
}
.section-head h2 {
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  color: var(--ink);
  margin: 0;
}
.section-head h2::after {
  content: ""; display: block;
  width: 50px; height: 2px;
  background: var(--gold);
  margin: 1.2rem auto 0;
}
.section-head .lead {
  font-family: 'Lora', serif;
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--char);
  max-width: 680px;
  margin: 1.4rem auto 0;
}

/* ── Categorie tegels ───────────────────────────── */
.cats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.6rem;
}
.cat-tile {
  background: var(--bg);
  border: 1px solid var(--rule);
  text-decoration: none;
  color: var(--ink);
  display: block;
  transition: all .2s;
  border-bottom: 1px solid var(--rule);
}
.cat-tile:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(74, 51, 30, .08);
  border-bottom: 1px solid var(--gold);
}
.cat-tile-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-bottom: 1px solid var(--rule);
}
.cat-tile-img img { width: 100%; height: 100%; object-fit: contain; }
.cat-tile-meta { padding: 1.2rem 1.4rem 1.4rem; text-align: center; }
.cat-tile-name {
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--ink);
  margin: 0 0 .3rem;
}
.cat-tile-count {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--gold-dark);
}

/* ── Product cards ──────────────────────────────── */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 2rem 1.6rem;
}
.product-card {
  text-decoration: none;
  color: var(--ink);
  display: block;
  background: transparent;
  transition: transform .2s;
}
.product-card:hover {
  text-decoration: none;
  transform: translateY(-4px);
  border-bottom: none;
}
.product-card .pc-img {
  aspect-ratio: 1;
  background: var(--bg);
  border: 1px solid var(--rule);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  margin-bottom: .9rem;
  transition: border-color .2s;
}
.product-card:hover .pc-img { border-color: var(--gold); }
.product-card .pc-img img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s; }
.product-card:hover .pc-img img { transform: scale(1.04); }
.product-card .pc-meta { text-align: center; padding: 0 .4rem; }
.product-card .pc-tag {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: .4rem;
}
.product-card .pc-name {
  font-family: 'Lora', serif;
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--ink);
  margin: 0 0 .5rem;
  line-height: 1.3;
}
.product-card .pc-price {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--gold-dark);
  margin: 0;
  letter-spacing: .03em;
}

/* ── Productdetail ──────────────────────────────── */
.product-detail {
  max-width: 1240px;
  margin: 0 auto;
  padding: 3rem 2rem;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 4rem;
}
@media (max-width: 880px) { .product-detail { grid-template-columns: 1fr; gap: 2rem; } }
.pd-gallery {
  background: var(--bg);
  border: 1px solid var(--rule);
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd-gallery img { max-width: 100%; max-height: 600px; }
.pd-info { padding: 1rem 0; }
.pd-cat {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin: 0 0 .6rem;
}
.pd-info h1 {
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  line-height: 1.18;
  color: var(--ink);
  margin: 0 0 1rem;
}
.pd-price {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--gold-dark);
  margin: 0 0 1.4rem;
  letter-spacing: .02em;
}
.pd-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.6rem;
  font-family: 'Lora', serif;
  font-size: 1rem;
  line-height: 1.8;
}
.pd-features li {
  padding-left: 1.4rem;
  position: relative;
  color: var(--char);
}
.pd-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: bold;
}
.pd-text {
  font-family: 'Lora', serif;
  font-size: 1.04rem;
  line-height: 1.8;
  color: var(--char);
  margin: 1.5rem 0 1.8rem;
}
.pd-text p { margin: 0 0 1.1rem; }
.pd-buy {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--bg);
  background: var(--wood-dark);
  padding: 1.1rem 2.3rem;
  border: 1px solid var(--wood-dark);
  text-decoration: none;
  transition: all .15s;
}
.pd-buy:hover {
  background: var(--char);
  border-color: var(--char);
  border-bottom: 1px solid var(--char);
  color: var(--bg);
}
.specs-block {
  margin-top: 2rem;
  padding: 1.4rem 0 0;
  border-top: 1px solid var(--rule);
}
.specs-block h3 {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin: 0 0 1rem;
  font-weight: 500;
}
.specs-block dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: .5rem 1.4rem;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  margin: 0;
}
.specs-block dt { color: var(--gold-dark); font-weight: 400; }
.specs-block dd { margin: 0; color: var(--char); }

/* ── Footer ─────────────────────────────────────── */
.site-footer {
  background: var(--char);
  color: var(--linen);
  padding: 3.5rem 2rem 2rem;
  margin-top: 5rem;
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem;
}
@media (max-width: 780px) { .footer-inner { grid-template-columns: 1fr 1fr; } }
.footer-brand-script {
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.7rem;
  color: var(--bg);
  margin: 0 0 .5rem;
}
.footer-tag {
  font-family: 'Lora', serif;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--linen);
  margin: 0 0 1rem;
  max-width: 320px;
}
.footer-col h4 {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1rem;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; font-family: 'Lora', serif; font-size: 15.5px; }
.footer-col li { margin-bottom: .5rem; }
.footer-col a { color: var(--linen); border-bottom: none; }
.footer-col a:hover { color: var(--bg); border-bottom: 1px solid var(--gold); }
.footer-bottom {
  max-width: 1280px;
  margin: 2.6rem auto 0;
  padding-top: 1.4rem;
  border-top: 1px solid var(--wood-dark);
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: .25em;
  color: var(--gold);
  text-transform: uppercase;
  text-align: center;
}

/* ── Static page ─────────────── */
.static-page { max-width: 760px; margin: 0 auto; padding: 4rem 2rem 3rem; font-family: 'Lora', serif; }
.static-page h1 {
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  color: var(--ink);
  margin: 0 0 1.8rem;
  text-align: center;
}
.static-page h1::after { content: ""; display: block; width: 50px; height: 2px; background: var(--gold); margin: 1.4rem auto; }
.static-page h2 {
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--wood-dark);
  margin: 2.2rem 0 .8rem;
}
.static-page h3 { font-family: 'Lora', serif; font-weight: 600; font-size: 1.2rem; color: var(--ink); margin: 1.5rem 0 .5rem; }
.static-page p { font-size: 1.04rem; line-height: 1.8; color: var(--char); margin: 0 0 1.1rem; }
.static-page a { color: var(--wood-dark); border-bottom: 1px solid var(--gold); }
.static-page address {
  font-style: normal;
  background: var(--paper);
  padding: 1.2rem 1.5rem;
  border-left: 3px solid var(--gold);
  display: inline-block;
  margin: 1rem 0;
  line-height: 1.7;
}
@media (max-width: 720px) { .main-nav { gap: 1rem; font-size: 11px; } .section { padding: 3rem 1rem; } }
