/* Pedicure Praktijk Nijmegen-Oost: design tokens + shared styles */
:root {
  --porcelain: #F8F6F2;
  --mist: #E7EEE8;
  --mist-deep: #D8E3DB;
  --ink: #24362D;
  --pine: #2E4A3B;
  --pine-dark: #223A2E;
  --euca: #5F7D6C;
  --rose: #C4657A;
  --rose-soft: #F3DDE2;
  --sand: #EFEAE2;
  --white: #FFFFFF;
  --font-display: "Bricolage Grotesque", "Segoe UI", sans-serif;
  --font-body: "Figtree", "Segoe UI", sans-serif;
  --radius: 18px;
  --radius-pill: 999px;
  --shadow: 0 10px 30px rgba(36, 54, 45, 0.08);
  --maxw: 1120px;
}

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

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--porcelain);
  line-height: 1.65;
  font-size: 1.05rem;
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--pine); }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--rose);
  outline-offset: 3px;
  border-radius: 4px;
}

h1, h2, h3 {
  font-family: var(--font-display);
  line-height: 1.15;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: -0.015em;
}
h1 { font-size: clamp(2.1rem, 5vw, 3.3rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.2rem); }
h3 { font-size: 1.22rem; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 1.25rem; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--euca);
  margin-bottom: 0.9rem;
}
.eyebrow::before {
  content: "";
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--rose);
  flex-shrink: 0;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248, 246, 242, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--mist-deep);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 1.25rem;
  max-width: var(--maxw);
  margin: 0 auto;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--ink);
}
.brand-mark {
  width: 40px; height: 40px;
  border-radius: 14px 14px 14px 4px;
  background: var(--pine);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.brand-mark span {
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--rose-soft);
  border: 3px solid var(--rose);
}
.brand-text { line-height: 1.15; }
.brand-text strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 700;
}
.brand-text small {
  font-size: 0.78rem;
  color: var(--euca);
  font-weight: 600;
  letter-spacing: 0.06em;
}

.site-nav ul {
  display: flex;
  gap: 1.4rem;
  list-style: none;
  align-items: center;
}
.site-nav a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 500;
  font-size: 0.97rem;
  padding: 0.3rem 0;
  border-bottom: 2px solid transparent;
}
.site-nav a:hover { border-bottom-color: var(--euca); }
.site-nav a[aria-current="page"] {
  border-bottom-color: var(--rose);
  font-weight: 600;
}
.nav-cta {
  background: var(--pine);
  color: var(--white) !important;
  padding: 0.55rem 1.15rem !important;
  border-radius: var(--radius-pill);
  border-bottom: none !important;
  font-weight: 600 !important;
}
.nav-cta:hover { background: var(--pine-dark); }

.nav-toggle {
  display: none;
  background: none;
  border: 2px solid var(--pine);
  border-radius: 10px;
  padding: 0.45rem 0.6rem;
  cursor: pointer;
  color: var(--pine);
  font-weight: 700;
  font-family: var(--font-body);
  font-size: 0.9rem;
}

/* ---------- Hero ---------- */
.hero {
  padding: 4.5rem 0 3.5rem;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
}
.hero p.lede {
  font-size: 1.15rem;
  margin: 1.2rem 0 1.8rem;
  max-width: 34rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-bottom: 1.6rem; }
.hero-note {
  font-size: 0.92rem;
  color: var(--euca);
  font-weight: 500;
}

/* Signature: pebble composition */
.pebbles {
  position: relative;
  min-height: 420px;
}
.pebble {
  position: absolute;
  border-radius: 48% 52% 55% 45% / 55% 48% 52% 45%;
}
.pebble-1 {
  width: 78%; height: 55%;
  right: 0; top: 0;
  background: var(--mist);
}
.pebble-2 {
  width: 62%; height: 44%;
  left: 0; bottom: 8%;
  background: var(--mist-deep);
  border-radius: 55% 45% 48% 52% / 48% 55% 45% 52%;
}
.pebble-3 {
  width: 34%; height: 24%;
  right: 12%; bottom: 0;
  background: var(--sand);
  border-radius: 50% 50% 45% 55% / 52% 48% 55% 45%;
}
.lak-dots {
  position: absolute;
  top: 42%; left: 34%;
  display: flex;
  gap: 0.7rem;
}
.lak-dots i {
  width: 22px; height: 22px;
  border-radius: 50%;
  border: 4px solid var(--white);
  box-shadow: var(--shadow);
}
.lak-dots i:nth-child(1) { background: var(--rose); }
.lak-dots i:nth-child(2) { background: var(--euca); }
.lak-dots i:nth-child(3) { background: var(--rose-soft); }
.pebble-chip {
  position: absolute;
  background: var(--white);
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow);
  padding: 0.55rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--pine);
  white-space: nowrap;
}
.chip-a { top: 12%; left: 6%; }
.chip-b { top: 58%; right: 2%; }
.chip-c { bottom: 4%; left: 18%; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1.6rem;
  border-radius: var(--radius-pill);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  border: 2px solid transparent;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.btn-primary { background: var(--pine); color: var(--white); }
.btn-primary:hover { background: var(--pine-dark); }
.btn-outline {
  border-color: var(--pine);
  color: var(--pine);
  background: transparent;
}
.btn-outline:hover { background: var(--mist); }
.btn svg { flex-shrink: 0; }

/* ---------- Sections ---------- */
.section { padding: 3.8rem 0; }
.section-alt { background: var(--white); }
.section-mist { background: var(--mist); }
.section-head { max-width: 40rem; margin-bottom: 2.2rem; }
.section-head p { margin-top: 0.7rem; }

/* Cards */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.4rem;
}
.card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.7rem 1.6rem;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.section-alt .card { background: var(--porcelain); box-shadow: none; border: 1px solid var(--mist-deep); }
.card .dot {
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--rose);
  border: 3px solid var(--rose-soft);
  margin-bottom: 0.3rem;
}
.card h3 { margin-bottom: 0.15rem; }
.card .price {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--pine);
  font-size: 1.05rem;
}
.card a { font-weight: 600; }

/* Lists with lak-dot markers */
.dot-list { list-style: none; }
.dot-list li {
  padding-left: 1.6rem;
  position: relative;
  margin-bottom: 0.55rem;
}
.dot-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.5em;
  width: 11px; height: 11px;
  border-radius: 50%;
  background: var(--rose-soft);
  border: 3px solid var(--euca);
}

/* Trust strip */
.trust-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.2rem;
}
.trust-item {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}
.trust-item .ic {
  width: 44px; height: 44px;
  flex-shrink: 0;
  border-radius: 14px 14px 14px 4px;
  background: var(--mist);
  display: grid;
  place-items: center;
  color: var(--pine);
}
.trust-item strong { display: block; font-size: 1rem; }
.trust-item span { font-size: 0.92rem; color: #4A5B52; }

/* Price table */
.price-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.price-table caption {
  text-align: left;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  padding: 1.1rem 1.4rem 0.4rem;
  background: var(--white);
}
.price-table th, .price-table td {
  padding: 0.75rem 1.4rem;
  text-align: left;
  border-top: 1px solid var(--mist);
}
.price-table th { font-weight: 600; }
.price-table td:last-child, .price-table th:last-child {
  text-align: right;
  font-weight: 600;
  color: var(--pine);
  white-space: nowrap;
}
.table-wrap { overflow-x: auto; margin-bottom: 1.8rem; }

/* FAQ */
.faq details {
  background: var(--white);
  border-radius: var(--radius);
  margin-bottom: 0.9rem;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.faq summary {
  cursor: pointer;
  padding: 1.05rem 1.4rem;
  font-weight: 600;
  font-family: var(--font-display);
  font-size: 1.02rem;
  list-style: none;
  position: relative;
  padding-right: 3rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 1.3rem; top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: var(--euca);
  font-weight: 400;
}
.faq details[open] summary::after { content: "\2212"; }
.faq details p { padding: 0 1.4rem 1.2rem; }

/* Contact block */
.contact-panel {
  background: var(--pine);
  color: var(--white);
  border-radius: calc(var(--radius) * 1.4);
  padding: 2.8rem 2.4rem;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.2rem;
  align-items: center;
}
.contact-panel h2, .contact-panel h3 { color: var(--white); }
.contact-panel p { color: #DCE8DF; }
.contact-panel .btn-primary { background: var(--white); color: var(--pine); }
.contact-panel .btn-primary:hover { background: var(--rose-soft); }
.contact-panel .btn-outline { border-color: var(--white); color: var(--white); }
.contact-panel .btn-outline:hover { background: rgba(255,255,255,0.12); }
.contact-facts { list-style: none; }
.contact-facts li { margin-bottom: 0.7rem; padding-left: 1.7rem; position: relative; color: #DCE8DF; }
.contact-facts li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.5em;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--rose);
}
.contact-facts a { color: var(--white); font-weight: 600; }

/* Opening hours */
.hours-table { width: 100%; border-collapse: collapse; max-width: 26rem; }
.hours-table td { padding: 0.45rem 0; border-bottom: 1px solid var(--mist-deep); }
.hours-table td:last-child { text-align: right; font-weight: 600; }

/* Map */
.map-link {
  display: block;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  max-width: 640px;
}
.map-link img { width: 100%; }
.map-link span {
  position: absolute;
  bottom: 12px; left: 12px;
  background: var(--pine);
  color: var(--white);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.45rem 1rem;
  border-radius: var(--radius-pill);
}

/* Breadcrumb */
.breadcrumb {
  font-size: 0.88rem;
  padding-top: 1.4rem;
}
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0.4rem; }
.breadcrumb li + li::before { content: "/"; margin-right: 0.4rem; color: var(--euca); }
.breadcrumb a { color: var(--euca); }

/* Page hero (subpages) */
.page-hero { padding: 2.6rem 0 2.4rem; }
.page-hero p { max-width: 38rem; margin-top: 0.8rem; font-size: 1.1rem; }

/* CTA band on detail pages */
.cta-band { padding: 3.5rem 0; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ink);
  color: #C9D6CD;
  padding: 3rem 0 6rem;
  font-size: 0.95rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 2.2rem;
}
.site-footer h3 {
  color: var(--white);
  font-size: 1.02rem;
  margin-bottom: 0.8rem;
}
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 0.45rem; }
.site-footer a { color: #C9D6CD; }
.site-footer a:hover { color: var(--white); }
.footer-bottom {
  border-top: 1px solid #3A4C42;
  margin-top: 2.2rem;
  padding-top: 1.4rem;
  font-size: 0.85rem;
  color: #93A69A;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: space-between;
}

/* Mobile action bar */
.action-bar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 60;
  background: var(--white);
  border-top: 1px solid var(--mist-deep);
  padding: 0.6rem 0.8rem calc(0.6rem + env(safe-area-inset-bottom));
  gap: 0.6rem;
}
.action-bar .btn { flex: 1; justify-content: center; padding: 0.75rem 0.5rem; font-size: 0.95rem; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .pebbles { min-height: 300px; }
  .contact-panel { grid-template-columns: 1fr; padding: 2.2rem 1.6rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .nav-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--porcelain);
    border-bottom: 1px solid var(--mist-deep);
    display: none;
    padding: 1rem 1.25rem 1.4rem;
  }
  .site-nav.open { display: block; }
  .site-nav ul { flex-direction: column; align-items: flex-start; gap: 0.9rem; }
  .site-nav a { font-size: 1.05rem; }
  .action-bar { display: flex; }
  .site-footer { padding-bottom: 7rem; }
}

@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
  .hero { padding: 2.8rem 0 2.4rem; }
  .brand-text strong { font-size: 0.92rem; }
}
