/* ===== Trimsalon Andijk ===== */
:root {
  --petrol: #1d4e56;
  --petrol-dark: #143a40;
  --petrol-light: #eaf2f3;
  --gold: #c99a3f;
  --gold-light: #f6ecd9;
  --ink: #26302f;
  --muted: #5e6b6a;
  --bg: #fbfaf7;
  --white: #ffffff;
  --radius: 14px;
  --shadow: 0 6px 24px rgba(20, 58, 64, 0.10);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16.5px;
}

h1, h2, h3, h4 { font-family: Georgia, 'Times New Roman', serif; color: var(--petrol-dark); line-height: 1.25; }
h1 { font-size: clamp(1.9rem, 4.5vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: .6em; }
h3 { font-size: 1.25rem; margin-bottom: .4em; }
p { margin-bottom: 1em; }

img { max-width: 100%; display: block; }

.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* ===== Topbar ===== */
.topbar {
  background: var(--petrol-dark);
  color: #cfe0e2;
  font-size: .85rem;
  padding: 7px 0;
}
.topbar .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6px; }
.topbar a { color: #fff; text-decoration: none; }

/* ===== Header / nav ===== */
header.site {
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
header.site .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  flex-wrap: wrap;
  gap: 10px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand .paw {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--petrol);
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
}
.brand strong { font-family: Georgia, serif; color: var(--petrol-dark); font-size: 1.15rem; display: block; line-height: 1.15; }
.brand span.sub { font-size: .78rem; color: var(--muted); letter-spacing: .04em; text-transform: uppercase; }

nav.main ul { list-style: none; display: flex; gap: 4px; flex-wrap: wrap; }
nav.main a {
  text-decoration: none; color: var(--ink);
  padding: 9px 14px; border-radius: 8px; font-weight: 500; font-size: .95rem;
}
nav.main a:hover { background: var(--petrol-light); color: var(--petrol-dark); }
nav.main a.active { background: var(--petrol); color: #fff; }
nav.main a.cta { background: var(--gold); color: #fff; margin-left: 6px; }
nav.main a.cta:hover { background: #b3872f; color: #fff; }

/* ===== Hero (decoratief, zonder foto) ===== */
.hero {
  color: #fff;
  text-align: center;
  padding: 110px 24px 90px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.06) 0 120px, transparent 121px),
    radial-gradient(circle at 88% 28%, rgba(201,154,63,.28) 0 90px, transparent 91px),
    radial-gradient(circle at 72% 88%, rgba(255,255,255,.05) 0 150px, transparent 151px),
    radial-gradient(circle at 25% 85%, rgba(201,154,63,.15) 0 60px, transparent 61px),
    linear-gradient(135deg, #12333a, #1d4e56 55%, #27616c);
}
.hero h1 { color: #fff; margin-bottom: .4em; }
.hero p.lead { font-size: 1.15rem; max-width: 640px; margin: 0 auto 1.6em; color: #eef4f5; }
.hero .paws { font-size: 1.7rem; letter-spacing: 20px; opacity: .8; display: block; margin-top: 38px; }

.hero-page {
  background:
    radial-gradient(circle at 85% 25%, rgba(201,154,63,.22) 0 70px, transparent 71px),
    radial-gradient(circle at 10% 80%, rgba(255,255,255,.05) 0 100px, transparent 101px),
    linear-gradient(135deg, #143a40, #1d4e56);
  color: #fff;
  padding: 64px 24px;
  text-align: center;
}
.hero-page h1 { color: #fff; }
.hero-page p { color: #d7e4e6; max-width: 680px; margin: .6em auto 0; }

/* ===== Buttons ===== */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-gold { background: var(--gold); color: #fff; }
.btn-outline { border: 2px solid #fff; color: #fff; }
.btn-petrol { background: var(--petrol); color: #fff; }
.btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ===== Sections ===== */
section.block { padding: 72px 0; }
section.block.alt { background: var(--white); }
.center { text-align: center; }
.kicker {
  display: inline-block;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .8rem;
  margin-bottom: 10px;
}
.intro { max-width: 720px; margin: 0 auto 2.5em; color: var(--muted); }

/* ===== Cards ===== */
.grid { display: grid; gap: 26px; }
.grid.cols-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid.cols-2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }

.card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.card .body { padding: 24px; flex: 1; }
.card .body ul { margin: 10px 0 0 18px; color: var(--muted); }
.card .body ul li { margin-bottom: 5px; }
.card .price {
  display: inline-block; background: var(--gold-light); color: #8a6516;
  font-weight: 700; border-radius: 20px; padding: 3px 14px; font-size: .9rem; margin-top: 12px;
  text-decoration: none;
}
a.price:hover { background: var(--gold); color: #fff; }

/* ===== Foto-placeholders =====
   Vervang een .ph-blok later door: <img src="..." alt="..."> */
.ph {
  height: 210px; width: 100%;
  background:
    radial-gradient(circle at 18% 28%, rgba(29,78,86,.09) 0 14px, transparent 15px),
    radial-gradient(circle at 72% 62%, rgba(201,154,63,.14) 0 18px, transparent 19px),
    radial-gradient(circle at 40% 80%, rgba(29,78,86,.07) 0 10px, transparent 11px),
    var(--petrol-light);
  border-bottom: 2px dashed #a8c2c6;
  display: flex; flex-direction: column; gap: 8px;
  align-items: center; justify-content: center;
  color: var(--muted); text-align: center; padding: 18px;
}
.ph .cam { font-size: 2rem; }
.ph small { font-size: .85rem; max-width: 280px; line-height: 1.4; }
.ph.tall { height: 420px; border-radius: var(--radius); border: 2px dashed #a8c2c6; box-shadow: var(--shadow); }
@media (max-width: 820px) { .ph.tall { height: 300px; } }

/* USP strip */
.usp { display: grid; gap: 26px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.usp .item { text-align: center; padding: 10px; }
.usp .icon {
  width: 62px; height: 62px; margin: 0 auto 14px; border-radius: 50%;
  background: var(--petrol-light); color: var(--petrol);
  display: flex; align-items: center; justify-content: center; font-size: 1.6rem;
}
.usp h3 { font-size: 1.05rem; }
.usp p { color: var(--muted); font-size: .93rem; margin: 0; }

/* ===== Split (tekst + beeld) ===== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; height: 420px; object-fit: cover; }
@media (max-width: 820px) { .split { grid-template-columns: 1fr; } .split img { height: 300px; } }

/* ===== Tabellen ===== */
.table-wrap { overflow-x: auto; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
table.prices { width: 100%; border-collapse: collapse; min-width: 420px; }
table.prices th, table.prices td { padding: 13px 20px; text-align: left; }
table.prices th { background: var(--petrol); color: #fff; font-weight: 600; font-size: .95rem; }
table.prices td { border-bottom: 1px solid #eef0ee; }
table.prices tr:last-child td { border-bottom: none; }
table.prices tr:nth-child(even) td { background: #f6f9f8; }
table.prices td.p { font-weight: 700; color: var(--petrol-dark); white-space: nowrap; }

.note {
  background: var(--gold-light);
  border-left: 4px solid var(--gold);
  padding: 18px 22px;
  border-radius: 0 10px 10px 0;
  color: #6c5417;
  margin: 26px 0;
  font-size: .95rem;
}

/* ===== Contact ===== */
.contact-grid { display: grid; gap: 26px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.contact-card {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 28px; text-align: center;
}
.contact-card .icon { font-size: 1.8rem; margin-bottom: 10px; }
.contact-card h3 { font-size: 1.05rem; }
.contact-card p { color: var(--muted); margin: 0; font-size: .95rem; }
.contact-card a { color: var(--petrol); font-weight: 600; text-decoration: none; }

/* ===== Quote band ===== */
.band {
  background:
    radial-gradient(circle at 80% 20%, rgba(201,154,63,.2) 0 80px, transparent 81px),
    linear-gradient(135deg, #143a40, #1d4e56);
  color: #fff;
  text-align: center;
  padding: 64px 24px;
}
.band h2 { color: #fff; }
.band p { color: #d7e4e6; max-width: 620px; margin: 0 auto 1.4em; }

/* ===== Voorwaarden ===== */
.terms { max-width: 800px; margin: 0 auto; }
.terms article {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 28px 32px; margin-bottom: 22px;
}
.terms article h3 { display: flex; gap: 12px; align-items: baseline; }
.terms article h3 .nr {
  color: var(--gold); font-family: Georgia, serif; font-size: 1.4rem;
}
.terms article p, .terms article li { color: var(--muted); font-size: .97rem; }
.terms article ul { margin: 8px 0 0 20px; }

/* ===== Footer ===== */
footer.site {
  background: var(--petrol-dark);
  color: #b9cdd0;
  padding: 56px 0 28px;
  font-size: .93rem;
}
footer.site h4 { color: #fff; margin-bottom: 12px; font-size: 1.02rem; }
footer.site a { color: #dbe8ea; text-decoration: none; }
footer.site a:hover { color: var(--gold); }
.foot-grid { display: grid; gap: 34px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); margin-bottom: 36px; }
.foot-grid ul { list-style: none; }
.foot-grid li { margin-bottom: 7px; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; text-align: center; color: #8fa8ac; }

@media (max-width: 640px) {
  .hero { padding: 76px 20px; }
  section.block { padding: 52px 0; }
}
