/* ==========================================================================
   Pedicure Lucky Feet — pedicureluckyfeet.nl (redesign 2026)
   Kleurenfamilie van de oorspronkelijke site: paars #A361C5, lila #EFD3F6
   Koppen: Playfair Display · Tekst: Roboto (zelf gehost, geen Google-servers)
   ========================================================================== */

/* ---- Fonts (self-hosted) ---- */
@font-face { font-family:"Playfair Display"; font-style:normal; font-weight:600; font-display:swap;
  src:url("../fonts/playfair-display-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family:"Playfair Display"; font-style:normal; font-weight:700; font-display:swap;
  src:url("../fonts/playfair-display-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family:"Roboto"; font-style:normal; font-weight:400; font-display:swap;
  src:url("../fonts/roboto-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family:"Roboto"; font-style:normal; font-weight:500; font-display:swap;
  src:url("../fonts/roboto-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family:"Roboto"; font-style:normal; font-weight:700; font-display:swap;
  src:url("../fonts/roboto-latin-700-normal.woff2") format("woff2"); }

/* ---- Tokens ---- */
:root {
  --purple:      #A361C5;
  --purple-deep: #7C449C;
  --plum:        #3E2450;
  --plum-2:      #2E1A3C;
  --lilac:       #EFD3F6;
  --lilac-soft:  #F8F0FB;
  --bg:          #FBFAFD;
  --card:        #FFFFFF;
  --ink:         #2B2333;
  --ink-soft:    #6B6473;
  --line:        #EFE7F4;
  --shadow:      0 14px 40px rgba(124, 68, 156, .10);
  --shadow-sm:   0 6px 18px rgba(124, 68, 156, .08);
  --radius:      20px;
  --serif: "Playfair Display", Georgia, serif;
  --sans:  "Roboto", Arial, sans-serif;
  --maxw:  68rem;
}

/* ---- Base ---- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--purple-deep); }
a:hover { color: var(--purple); }
:focus-visible { outline: 3px solid var(--purple); outline-offset: 2px; border-radius: 4px; }

.skip-link { position: absolute; left: -999px; top: 0; background: var(--plum);
  color: #fff; padding: .6rem 1rem; z-index: 100; border-radius: 0 0 8px 0; }
.skip-link:focus { left: 0; }

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

/* ---- Header: merk + navigatie in één zwevende balk ---- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .82);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: var(--maxw); margin: 0 auto; padding: .7rem 1.4rem;
  display: flex; align-items: center; gap: 1rem;
}
.brand { margin: 0 auto 0 0; line-height: 1.15; }
.brand a { text-decoration: none; display: block; }
.brand .brand-eyebrow {
  display: block;
  font: 500 .68rem/1 var(--sans);
  letter-spacing: .32em; text-transform: uppercase;
  color: var(--purple);
}
.brand .brand-name {
  font-family: var(--serif); font-weight: 700;
  font-size: 1.55rem; color: var(--ink);
}

.nav-toggle {
  display: none;
  background: none; border: 1px solid var(--line); border-radius: 999px;
  font: 500 .85rem/1 var(--sans); letter-spacing: .06em;
  color: var(--ink); padding: .55rem 1rem; cursor: pointer;
}
.nav-toggle::after { content: "\2630"; margin-left: .5rem; color: var(--purple); }
.nav-toggle[aria-expanded="true"]::after { content: "\2715"; }

.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: .15rem; }
.site-nav a {
  display: block;
  padding: .55rem 1rem;
  border-radius: 999px;
  color: var(--ink);
  font-size: .82rem; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase;
  text-decoration: none;
  transition: background .2s, color .2s;
}
.site-nav a:hover { background: var(--lilac-soft); color: var(--purple-deep); }
.site-nav a[aria-current="page"] { background: var(--purple); color: #fff; }

@media (max-width: 58rem) {
  .nav-toggle { display: inline-block; }
  .site-nav { position: absolute; left: 0; right: 0; top: 100%;
    background: rgba(255,255,255,.97);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
    display: none; }
  .site-nav.open { display: block; }
  .site-nav ul { flex-direction: column; padding: .8rem 1.2rem 1.1rem; gap: .3rem; }
  .site-nav a { border-radius: 12px; padding: .8rem 1rem; }
}

.header-phone {
  font: 500 .85rem/1 var(--sans);
  letter-spacing: .04em;
  color: var(--purple-deep);
  text-decoration: none;
  border: 1px solid var(--lilac);
  border-radius: 999px;
  padding: .55rem 1rem;
  white-space: nowrap;
  transition: background .2s, color .2s;
}
.header-phone::before { content: "\260E\FE0E"; margin-right: .45rem; color: var(--purple); }
.header-phone:hover { background: var(--lilac-soft); color: var(--purple-deep); }
@media (max-width: 26rem) { .header-phone { display: none; } }

/* ---- Mededelingenbalk (inhoud komt uit /mededeling.txt) ---- */
.announcement {
  background: linear-gradient(90deg, var(--purple-deep), var(--purple));
  color: #fff;
  text-align: center;
  padding: .6rem 1.2rem;
}
.announcement p {
  margin: 0;
  font: 500 .9rem/1.5 var(--sans);
  letter-spacing: .02em;
}

/* ---- Hero: zachte gradient-band op elke pagina ---- */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(38rem 22rem at 12% -20%, rgba(239, 211, 246, .8), transparent 60%),
    radial-gradient(30rem 20rem at 95% 0%, rgba(202, 230, 255, .55), transparent 65%),
    linear-gradient(180deg, #F6EDFA 0%, var(--bg) 100%);
  padding: clamp(2.6rem, 7vw, 5rem) 0 clamp(2rem, 5vw, 3.4rem);
}
.hero .wrap { max-width: 56rem; text-align: center; }
.hero .eyebrow {
  display: inline-block;
  font: 500 .72rem/1 var(--sans);
  letter-spacing: .3em; text-transform: uppercase;
  color: var(--purple-deep);
  background: rgba(255,255,255,.7);
  border: 1px solid var(--lilac);
  border-radius: 999px;
  padding: .5rem 1.1rem;
  margin: 0 0 1.3rem;
}
.hero h1 {
  font-family: var(--serif); font-weight: 700;
  font-size: clamp(2.1rem, 6vw, 3.4rem);
  line-height: 1.12;
  color: var(--ink);
  margin: 0 0 1rem;
}
.hero .lead {
  font-size: clamp(1.02rem, 2vw, 1.15rem);
  color: var(--ink-soft);
  margin: 0 auto;
  max-width: 44rem;
}

.hero-cta {
  margin: 1.8rem 0 0;
  display: flex; gap: .8rem; justify-content: center; flex-wrap: wrap;
}
.btn-light {
  background: #fff;
  color: var(--purple-deep);
  border: 1px solid var(--lilac);
  box-shadow: var(--shadow-sm);
}
.btn-light:hover { filter: none; background: var(--lilac-soft); }

/* ---- Content ---- */
main { padding: clamp(1.6rem, 4vw, 2.8rem) 0 1rem; }
.section { margin: 0 0 clamp(1.8rem, 4vw, 2.8rem); }

.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: clamp(1.5rem, 4vw, 2.6rem);
}

h2 {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  line-height: 1.25;
  margin: 0 0 .7em;
}
h3 { font-family: var(--serif); font-weight: 600; font-size: 1.25rem; margin: 0 0 .5em; }
p { margin: 0 0 1em; }
.card :last-child, .section :last-child { margin-bottom: 0; }

/* motto */
.motto {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.2rem, 2.6vw, 1.55rem);
  color: var(--purple-deep);
  text-align: center;
  max-width: 34rem;
  margin: 2rem auto;
}
.motto::before, .motto::after { content: "~"; color: var(--purple); margin: 0 .5rem; }

/* Uitgelichte blokken (home) */
.feature-grid {
  display: grid; gap: 1.2rem;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}
.feature {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 1.7rem 1.6rem 1.6rem;
  transition: transform .25s, box-shadow .25s;
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.feature .icon {
  width: 3.1rem; height: 3.1rem;
  display: grid; place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--purple), #C58BDF);
  box-shadow: 0 8px 18px rgba(163, 97, 197, .35);
  margin-bottom: 1.1rem;
}
.feature .icon svg { width: 1.5rem; height: 1.5rem; stroke: #fff; fill: none;
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature p { color: var(--ink-soft); margin-bottom: 0; }

/* Over mij */
.about-flex { display: flex; gap: clamp(1.6rem, 4vw, 3rem); align-items: center; flex-wrap: wrap; }
.about-text { flex: 1 1 24rem; }
.about-photo-wrap { flex: 0 1 24rem; position: relative; margin: 0 auto; }
.about-photo-wrap::before {
  content: "";
  position: absolute; inset: -14px -14px 14px 14px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--lilac), rgba(202,230,255,.7));
  z-index: 0;
}
.about-photo {
  position: relative; z-index: 1;
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

/* Prijslijst */
.price-list { list-style: none; margin: 0; padding: 0; }
.price-list li {
  display: flex; align-items: baseline; gap: .8rem;
  padding: 1rem .2rem;
}
.price-list li + li { border-top: 1px solid var(--line); }
.price-list .p-name { font-weight: 500; }
.price-list .p-dots { flex: 1; border-bottom: 2px dotted var(--lilac); transform: translateY(-4px); }
.price-list .p-price {
  font-family: var(--serif); font-weight: 700; font-size: 1.15rem;
  color: var(--purple-deep); white-space: nowrap;
}

/* Info-secties prijzen-pagina */
.info-grid { display: grid; gap: 1.2rem; grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr)); margin-top: 1.2rem; }
.info-grid .card p:last-child { color: var(--ink-soft); }

/* Tips */
.tips-grid { display: grid; gap: 1.2rem; }
.tip {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 1.6rem 1.7rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
}
.tip .num {
  font-family: var(--serif); font-weight: 700; font-size: 1.05rem;
  color: var(--purple-deep);
  background: var(--lilac-soft);
  border: 1px solid var(--lilac);
  width: 2.7rem; height: 2.7rem;
  display: grid; place-items: center;
  border-radius: 50%;
}
.tip ul { margin: .4em 0 1em; padding-left: 1.2em; }
.tip p, .tip li { color: var(--ink-soft); }
.tip h2 { font-size: 1.3rem; color: var(--ink); }
@media (max-width: 34rem) { .tip { grid-template-columns: 1fr; } .tip .num { margin-bottom: -.4rem; } }

/* Privacy */
.prose h2 { margin-top: 1.6em; font-size: 1.35rem; }
.prose h2:first-of-type { margin-top: 0; }
.prose ul { padding-left: 1.3em; }
.prose li { margin-bottom: .3em; }

/* Formulier */
form.contact-form { max-width: 36rem; }
.form-field { margin-bottom: 1.15rem; }
.form-field label { display: block; font-weight: 500; margin-bottom: .35rem; }
.form-field .req { color: var(--purple); }
.form-field input[type="text"], .form-field input[type="email"],
.form-field input[type="tel"], .form-field textarea {
  width: 100%;
  font: 1rem/1.5 var(--sans); color: var(--ink);
  background: var(--lilac-soft);
  border: 1px solid transparent;
  border-radius: 12px;
  padding: .8rem .95rem;
  transition: border .2s, box-shadow .2s, background .2s;
}
.form-field input:focus, .form-field textarea:focus {
  background: #fff; border-color: var(--purple);
  box-shadow: 0 0 0 4px rgba(163, 97, 197, .18); outline: none;
}
.form-check { display: flex; gap: .65rem; align-items: flex-start; margin: 1.3rem 0; }
.form-check input { margin-top: .32rem; width: 1.1rem; height: 1.1rem;
  accent-color: var(--purple); flex: 0 0 auto; }
.form-note { color: var(--ink-soft); font-size: .9rem; }

.btn {
  display: inline-block;
  background: linear-gradient(135deg, var(--purple), var(--purple-deep));
  color: #fff;
  font: 500 1rem/1 var(--sans); letter-spacing: .04em;
  border: 0; border-radius: 999px;
  padding: .95rem 2rem;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(124, 68, 156, .35);
  transition: transform .15s, box-shadow .2s, filter .2s;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.06);
  box-shadow: 0 14px 30px rgba(124, 68, 156, .4); }
.btn:active { transform: translateY(0); }
.btn.ghost {
  background: transparent; color: #fff;
  border: 1px solid rgba(255,255,255,.5); box-shadow: none;
}
.btn.ghost:hover { background: rgba(255,255,255,.12); }

.form-message { padding: 1rem 1.2rem; border-radius: 14px; margin-bottom: 1.4rem; }
.form-message.ok { background: #EAF7EE; border: 1px solid #9AD5AB; }
.form-message.error { background: #FBECEC; border: 1px solid #E3A2A2; }

.hp-field { position: absolute; left: -5000px; width: 1px; height: 1px; overflow: hidden; }

/* ---- Footer: diep pruimenpaars ---- */
.site-footer {
  margin-top: clamp(2.5rem, 6vw, 4rem);
  background:
    radial-gradient(40rem 20rem at 85% -30%, rgba(163, 97, 197, .35), transparent 60%),
    linear-gradient(160deg, var(--plum) 0%, var(--plum-2) 100%);
  color: #EDE4F3;
}
.footer-grid {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(2.4rem, 6vw, 3.6rem) 1.4rem 2rem;
  display: grid; gap: 2.4rem;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}
.site-footer h2 {
  font-family: var(--serif); font-size: 1.3rem; font-weight: 600;
  color: #fff; margin: 0 0 1rem;
}
.hours { width: 100%; border-collapse: collapse; }
.hours td { padding: .38rem 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.hours td:first-child { font-weight: 500; }
.hours td:last-child { text-align: right; color: var(--lilac); }
.footer-contact address { font-style: normal; line-height: 1.9; }
.footer-contact a { color: #fff; text-decoration: none; }
.footer-contact a:hover { color: var(--lilac); text-decoration: underline; }
.map-consent { text-align: left; }
.map-consent p { font-size: .88rem; color: rgba(237, 228, 243, .75); margin-top: 0; }
.map-frame { border: 0; width: 100%; height: 14rem; border-radius: 14px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  text-align: center;
  font-size: .85rem;
  color: rgba(237, 228, 243, .65);
  padding: 1.1rem 1.4rem;
}
.footer-bottom a { color: inherit; }
.footer-bottom p { margin: 0; }

/* ---- Beweging: subtiel, en uit bij reduced motion ---- */
@media (prefers-reduced-motion: no-preference) {
  .hero .eyebrow, .hero h1, .hero .lead { animation: rise .6s ease-out both; }
  .hero h1 { animation-delay: .08s; }
  .hero .lead { animation-delay: .16s; }
  .hero-cta { animation: rise .6s ease-out both; animation-delay: .24s; }
  @keyframes rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

@media print { .site-nav, .nav-toggle, .map-consent, .skip-link { display: none; } }
