/* olieenazijnstel.nl — mediterrane keuken-stijl */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=EB+Garamond:ital,wght@0,400;0,500;1,400&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --ivory: #F8F5EC;
  --paper: #ECE2CB;
  --linen: #D4C9A8;
  --bronze: #556B2F;
  --bronze-dark: #3D4B22;
  --patina: #6B7A4C;
  --ink: #1F1A14;
  --char: #2D2820;
  --rule: #C8BFA8;
  --gold: #C45B3D;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--ivory);
  color: var(--ink);
  font-family: 'EB Garamond', 'Cormorant Garamond', Georgia, serif;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
}
a { color: var(--bronze-dark); text-decoration: none; border-bottom: 1px solid transparent; }
a:hover { border-bottom-color: var(--bronze-dark); }
img { max-width: 100%; height: auto; display: block; }

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

/* ── Header ─────────────────────────────────────── */
.site-header {
  background: var(--ivory);
  border-bottom: 1px solid var(--rule);
  padding: 2rem 2rem 1.4rem;
  text-align: center;
  position: relative;
}
.site-header::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: var(--bronze);
  margin: 1.4rem auto 0;
}
.brand-block { margin-bottom: 1.2rem; }
.brand-block a { border-bottom: none; }
.brand-script {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  color: var(--ink);
  margin: 0;
  line-height: 1;
  letter-spacing: -0.01em;
}
.brand-tagline {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: var(--bronze-dark);
  margin: .6rem 0 0;
}
.main-nav {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
  flex-wrap: wrap;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.main-nav a {
  color: var(--char);
  padding: .3rem 0;
  border-bottom: 1px solid transparent;
}
.main-nav a:hover { color: var(--bronze-dark); border-bottom-color: var(--bronze); }
.main-nav .right-tools {
  margin-left: auto;
  display: flex;
  gap: 1rem;
}

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

/* ── Hero — gallery editorial ───────────────────── */
.hero {
  background: var(--paper);
  padding: 5rem 2rem 4rem;
  border-bottom: 1px solid var(--rule);
  text-align: center;
}
.hero-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
.hero-img {
  margin: 0 auto;
  max-width: 480px;
}
.hero-img img {
  width: 100%;
  filter: drop-shadow(0 30px 60px rgba(31, 26, 20, .25));
}
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2.4rem, 5.5vw, 4.6rem);
  line-height: 1.05;
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.01em;
}
.hero h1 em {
  display: block;
  font-style: normal;
  color: var(--bronze-dark);
  font-size: .82em;
  margin-top: .3rem;
}
.hero-lead {
  font-family: 'EB Garamond', serif;
  font-size: 1.2rem;
  line-height: 1.7;
  color: var(--char);
  max-width: 580px;
  margin: 1.5rem auto 0;
  font-style: italic;
}
.hero-cta {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--ivory);
  background: var(--bronze-dark);
  padding: 1.1rem 2.5rem;
  margin-top: 2.4rem;
  border: none;
  transition: background .15s;
}
.hero-cta:hover {
  background: var(--char);
  border-bottom: none;
  color: var(--ivory);
}

/* ── Section blocks ─────────────────────────────── */
.section {
  max-width: 1240px;
  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(--bronze-dark);
  margin-bottom: .7rem;
  font-weight: 400;
}
.section-head h2 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.01em;
}
.section-head h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--bronze);
  margin: 1.2rem auto 0;
}
.section-head .lead {
  font-family: 'EB Garamond', serif;
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--char);
  max-width: 640px;
  margin: 1.4rem auto 0;
}

/* ── Categorie tegels ───────────────────────────── */
.cats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.8rem;
}
.cat-tile {
  background: var(--paper);
  text-decoration: none;
  color: var(--ink);
  border: 1px solid var(--rule);
  display: block;
  border-bottom: 1px solid var(--rule);
  transition: all .25s;
}
.cat-tile:hover {
  border-color: var(--bronze);
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(31, 26, 20, .08);
  border-bottom: 1px solid var(--bronze);
}
.cat-tile-img {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--ivory);
  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.4rem 1.6rem 1.6rem; text-align: center; }
.cat-tile-name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.5rem;
  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(--bronze-dark);
}

/* ── Product cards ──────────────────────────────── */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2.2rem 1.8rem;
}
.product-card {
  text-decoration: none;
  color: var(--ink);
  display: block;
  position: relative;
  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(--paper);
  border: 1px solid var(--rule);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  margin-bottom: 1rem;
  transition: border-color .2s;
}
.product-card:hover .pc-img { border-color: var(--bronze); }
.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 { padding: 0 .2rem; text-align: center; }
.product-card .pc-tag {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: .5rem;
}
.product-card .pc-name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.25rem;
  color: var(--ink);
  margin: 0 0 .6rem;
  line-height: 1.3;
}
.product-card .pc-price {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--bronze-dark);
  margin: 0;
  letter-spacing: .04em;
}

/* ── Productdetail ──────────────────────────────── */
.product-detail {
  max-width: 1240px;
  margin: 0 auto;
  padding: 3.5rem 2rem;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
}
@media (max-width: 880px) {
  .product-detail { grid-template-columns: 1fr; gap: 2rem; }
}
.pd-gallery {
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd-gallery img {
  max-width: 100%;
  max-height: 600px;
  filter: drop-shadow(0 25px 50px rgba(31, 26, 20, .25));
}
.pd-info {
  padding: 1rem 0;
}
.pd-cat {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--bronze-dark);
  margin: 0 0 .6rem;
}
.pd-info h1 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  line-height: 1.15;
  color: var(--ink);
  margin: 0 0 1rem;
  letter-spacing: -0.005em;
}
.pd-price {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--bronze-dark);
  margin: 0 0 1.6rem;
  letter-spacing: .04em;
}
.pd-text {
  font-family: 'EB Garamond', serif;
  font-size: 1.04rem;
  line-height: 1.8;
  color: var(--char);
  margin: 1.2rem 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(--ivory);
  background: var(--bronze-dark);
  padding: 1.1rem 2.4rem;
  border: 1px solid var(--bronze-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(--ivory);
}
.pd-buy.secondary {
  background: transparent;
  color: var(--bronze-dark);
  margin-left: .6rem;
}
.pd-buy.secondary:hover { background: var(--paper); }

.specs-block {
  margin-top: 2.4rem;
  padding: 1.6rem 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(--bronze-dark);
  margin: 0 0 1rem;
  font-weight: 500;
}
.specs-block dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: .5rem 1.6rem;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  margin: 0;
}
.specs-block dt { color: var(--bronze-dark); font-weight: 400; letter-spacing: .04em; }
.specs-block dd { margin: 0; color: var(--char); }

/* ── Footer ─────────────────────────────────────── */
.site-footer {
  background: var(--char);
  color: var(--ivory);
  padding: 4rem 2rem 2rem;
  margin-top: 5rem;
}
.footer-inner {
  max-width: 1240px;
  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: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.7rem;
  color: var(--ivory);
  margin: 0 0 .6rem;
}
.footer-tag {
  font-family: 'EB Garamond', serif;
  font-size: 14.5px;
  line-height: 1.7;
  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: 'EB Garamond', serif; font-size: 15.5px; }
.footer-col li { margin-bottom: .55rem; }
.footer-col a { color: var(--linen); border-bottom: none; }
.footer-col a:hover { color: var(--ivory); border-bottom: 1px solid var(--gold); }
.footer-bottom {
  max-width: 1240px;
  margin: 3rem auto 0;
  padding-top: 1.6rem;
  border-top: 1px solid var(--bronze-dark);
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: .25em;
  color: var(--bronze);
  text-transform: uppercase;
  text-align: center;
}

/* ── Static page (about, contact, blog, pillar) ───────────── */
.static-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 4rem 2rem 3rem;
  font-family: 'EB Garamond', serif;
}
.static-page h1 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2.6rem, 5vw, 3.8rem);
  color: var(--ink);
  margin: 0 0 2rem;
  text-align: center;
  line-height: 1.1;
}
.static-page h1::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: var(--bronze);
  margin: 1.5rem auto;
}
.static-page h2 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.7rem;
  color: var(--bronze-dark);
  margin: 2.5rem 0 .8rem;
  letter-spacing: -0.005em;
}
.static-page h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.3rem;
  color: var(--ink);
  margin: 1.6rem 0 .5rem;
}
.static-page p {
  font-size: 1.06rem;
  line-height: 1.8;
  color: var(--char);
  margin: 0 0 1.2rem;
}
.static-page a { color: var(--bronze-dark); border-bottom: 1px solid var(--bronze); }
.static-page address {
  font-style: normal;
  font-family: 'EB Garamond', serif;
  background: var(--paper);
  padding: 1.2rem 1.6rem;
  border-left: 3px solid var(--bronze);
  display: inline-block;
  margin: 1rem 0;
  line-height: 1.7;
}

/* ── Mobile ─────────────────────────────────────── */
@media (max-width: 720px) {
  .main-nav { gap: 1rem; font-size: 11px; }
  .section { padding: 3rem 1rem; }
  .product-grid { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1.5rem; }
}
