/* Shirley Medisch Pedicure — shared stylesheet
   Colors: purple #7B2A8F / dark purple #2B1730 / teal-dark #0B6E64 / teal #0E8E82 / teal-light #7FD8CF / pink #F0A6C8
   Fonts: Newsreader (headings, serif) / Mulish (body) */

[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; background: #F5F1F3; color: #2B1730; font-family: 'Mulish', system-ui, sans-serif; font-size: 19px; line-height: 1.65; -webkit-font-smoothing: antialiased; text-wrap: pretty; }
* { box-sizing: border-box; }
img { max-width: 100%; }
a { color: #7B2A8F; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: #0E8E82; }
input, button, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid #0E8E82; outline-offset: 3px; }

/* ---------- Photo placeholders (until real photos are added) ---------- */
.photo-slot { position: relative; width: 100%; border-radius: 20px; overflow: hidden; background: #EBE2E7; display: flex; align-items: center; justify-content: center; text-align: center; padding: 28px; aspect-ratio: 4/3; }
.photo-slot--portrait { aspect-ratio: 4/5; }
.photo-slot--hero { aspect-ratio: 4/5; background: rgba(245,241,243,0.08); border: 1px solid rgba(245,241,243,0.18); }
.photo-slot span { font-size: 15px; line-height: 1.5; color: #5C4A62; }
.photo-slot--hero span { color: rgba(245,241,243,0.65); }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font-weight: 700; border-radius: 12px; padding: 18px 30px; font-size: 19px; cursor: pointer; border: none; line-height: 1.2; }
.btn--sm { padding: 15px 24px; font-size: 17px; }
.btn-solid-light { background: #F5F1F3; color: #2B1730; }
.btn-solid-light:hover { background: #7FD8CF !important; }
.btn-outline-light { background: transparent; color: #F5F1F3; border: 2px solid rgba(245,241,243,0.35); }
.btn-outline-light:hover { border-color: #7FD8CF !important; color: #7FD8CF !important; }
.btn-solid-purple { background: #7B2A8F; color: #fff; }
.btn-solid-purple:hover { background: #2B1730 !important; }
.btn-outline-dark { background: transparent; color: #2B1730; border: 2px solid rgba(43,23,48,0.2); }
.btn-outline-dark:hover { border-color: #0B6E64 !important; color: #0B6E64 !important; }
.btn-outline-neutral { background: transparent; color: #2B1730; border: 2px solid rgba(43,23,48,0.2); border-radius: 10px; padding: 14px 22px; font-weight: 700; cursor: pointer; }
.btn-outline-neutral:hover { border-color: #0E8E82 !important; color: #0E8E82 !important; }

/* ---------- Links ---------- */
.link-underline { font-weight: 700; font-size: 18px; color: #7B2A8F; text-decoration: none; border-bottom: 2px solid #7B2A8F; padding-bottom: 4px; }
.link-underline:hover { color: #0B6E64 !important; border-bottom-color: #0B6E64 !important; }
.link-onDark { color: #F5F1F3; font-weight: 700; font-size: 18px; text-decoration: none; border-bottom: 2px solid #7FD8CF; padding-bottom: 4px; }
.link-onDark:hover { color: #7FD8CF !important; }
.text-link-onDark { color: rgba(245,241,243,0.85); text-decoration: none; }
.text-link-onDark:hover { color: #7FD8CF !important; }

/* ---------- Cards ---------- */
.card { background: #F5F1F3; border: 1px solid rgba(43,23,48,0.1); border-radius: 16px; padding: 26px; text-decoration: none; color: #2B1730; display: flex; flex-direction: column; gap: 10px; }
.card--purple-top { border-top: 5px solid #7B2A8F; }
.card--teal-top { border-top: 5px solid #0E8E82; }
a.card:hover { border-color: #7B2A8F !important; background: #FFFFFF !important; }
.card-title { font-family: 'Newsreader', Georgia, serif; font-weight: 600; font-size: 24px; line-height: 1.2; margin: 0; }
.card-title--lg { font-size: 27px; }
.card-text { font-size: 17px; line-height: 1.6; margin: 0; color: #4A3752; }
.card-text--lg { font-size: 18px; line-height: 1.65; }

.tile-link { background: #F5F1F3; border: 1px solid rgba(43,23,48,0.12); border-radius: 14px; padding: 20px 22px; text-decoration: none; color: #2B1730; font-weight: 700; font-size: 18px; line-height: 1.35; display: block; }
.tile-link:hover { border-color: #7B2A8F !important; color: #7B2A8F !important; }

/* ---------- Site header / nav ---------- */
.banner-waitlist { background: #2B1730; color: #F5F1F3; padding: 14px 24px; }
.banner-waitlist a { color: #F5F1F3; font-weight: 600; text-decoration: underline; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(245,241,243,0.94); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(43,23,48,0.12); }

.nav-link { position: relative; color: #2B1730; text-decoration: none; padding: 6px 0; font-weight: 600; font-size: 16px; }
.nav-link:hover { color: #7B2A8F !important; }
.nav-underline { position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: #7B2A8F; }

.dropdown { position: relative; display: flex; }
.dropdown-toggle { position: relative; background: none; border: none; padding: 6px 0; margin: 0; font-weight: 600; font-size: 16px; color: #2B1730; cursor: pointer; display: flex; align-items: center; gap: 7px; font-family: inherit; }
.dropdown-toggle:hover { color: #7B2A8F !important; }
.dropdown-caret { font-size: 11px; line-height: 1; transform: translateY(1px); }
.dropdown-panel { position: absolute; top: 100%; right: 0; padding-top: 10px; z-index: 40; display: none; }
.dropdown.is-open .dropdown-panel, .dropdown:hover .dropdown-panel { display: block; }
.dropdown-menu { min-width: 300px; background: #FFFFFF; border: 1px solid rgba(43,23,48,0.14); border-radius: 16px; padding: 10px; box-shadow: 0 24px 50px -28px rgba(43,23,48,0.55); display: flex; flex-direction: column; gap: 2px; }
.dropdown-item { color: #3E2A45; text-decoration: none; padding: 11px 14px; border-radius: 10px; font-size: 16px; font-weight: 500; }
.dropdown-item--all { color: #2B1730; font-weight: 700; }
.dropdown-item:hover { background: #F5F1F3 !important; color: #7B2A8F !important; }
.dropdown-sep { height: 1px; background: rgba(43,23,48,0.12); margin: 6px 14px; }

.btn-pill { background: #7B2A8F; color: #fff; text-decoration: none; padding: 12px 22px; border-radius: 999px; white-space: nowrap; font-size: 17px; font-weight: 700; }
.btn-pill:hover { background: #2B1730 !important; }

/* ---------- Mobile navigation (hamburger + full-screen menu) ---------- */
.hamburger-btn { display: none; background: none; border: none; padding: 8px; margin: 0; cursor: pointer; border-radius: 8px; flex: none; -webkit-tap-highlight-color: transparent; }
.hamburger-btn:hover { background: rgba(43,23,48,0.08); }
.hamburger-icon { display: flex; flex-direction: column; gap: 5px; width: 26px; }
.hamburger-icon span { display: block; height: 2px; width: 100%; background: #2B1730; border-radius: 2px; }

.mobile-menu { position: fixed; inset: 0; z-index: 100; background: #2B1730; overflow-y: auto; }
.mobile-menu-panel { min-height: 100%; display: flex; flex-direction: column; padding: 18px 24px calc(40px + env(safe-area-inset-bottom)); }
.mobile-menu-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; margin-bottom: 8px; border-bottom: 1px solid rgba(245,241,243,0.16); }
.mobile-menu-close { background: rgba(245,241,243,0.12); border: none; color: #F5F1F3; width: 44px; height: 44px; border-radius: 999px; font-size: 18px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; flex: none; }
.mobile-menu-close:hover { background: rgba(245,241,243,0.22); }
.mobile-menu-nav { display: flex; flex-direction: column; gap: 2px; margin-top: 8px; }
.mobile-menu-link { display: block; width: 100%; text-align: left; color: #F5F1F3; text-decoration: none; font-family: inherit; font-size: 21px; font-weight: 600; padding: 16px 4px; border: none; border-bottom: 1px solid rgba(245,241,243,0.1); background: none; cursor: pointer; }
.mobile-menu-link:hover { color: #7FD8CF !important; }
.mobile-submenu-toggle { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.mobile-submenu-toggle .dropdown-caret { color: rgba(245,241,243,0.7); transition: transform 0.2s ease; }
.mobile-submenu-toggle[aria-expanded="true"] .dropdown-caret { transform: rotate(180deg); }
.mobile-submenu-panel { display: flex; flex-direction: column; padding: 2px 0 10px 16px; }
.mobile-submenu-panel[hidden] { display: none; }
.mobile-submenu-link { color: rgba(245,241,243,0.82); text-decoration: none; font-size: 18px; font-weight: 500; padding: 12px 4px; }
.mobile-submenu-link:hover { color: #7FD8CF !important; }
.mobile-submenu-link--all { font-weight: 700; color: #F5F1F3; }
.mobile-menu-cta { margin-top: 22px; background: #F5F1F3; color: #2B1730 !important; text-align: center; text-decoration: none; font-weight: 700; font-size: 19px; padding: 18px; border-radius: 12px; border-bottom: none !important; }
.mobile-menu-cta:hover { background: #7FD8CF !important; }

@media (max-width: 1023px) {
  .desktop-nav { display: none !important; }
  .hamburger-btn { display: inline-flex; align-items: center; justify-content: center; }
}
@media (min-width: 1024px) {
  .mobile-menu { display: none !important; }
}

/* ---------- Footer ---------- */
.footer-link { color: #F5F1F3; text-decoration: none; }
.footer-link:hover { color: #7FD8CF !important; }
.footer-legal-link { color: #F5F1F3; text-decoration: none; font-weight: 600; border-bottom: 1px solid rgba(127,216,207,0.6); padding-bottom: 2px; }
.footer-legal-link:hover { color: #7FD8CF !important; }

/* ---------- Forms ---------- */
.field-label { display: flex; flex-direction: column; gap: 8px; font-weight: 700; font-size: 18px; }
.required { color: #7B2A8F; }
.field { background: #fff; border: 2px solid rgba(43,23,48,0.25); border-radius: 10px; padding: 15px 17px; font-size: 19px; font-weight: 400; width: 100%; }
textarea.field { font-size: 18px; resize: vertical; }
.field:focus { border-color: #7B2A8F !important; outline: none !important; }
.checkbox-row { display: flex; gap: 14px; align-items: flex-start; cursor: pointer; font-size: 17px; line-height: 1.5; }
.checkbox-row input { width: 26px; height: 26px; accent-color: #7B2A8F; flex: none; margin: 0; cursor: pointer; }
.form-warning { margin: 0; background: #FBE9EF; border: 1px solid rgba(196,69,122,0.5); border-radius: 14px; padding: 20px 22px; font-size: 18px; line-height: 1.6; color: #7A1B45; }
.form-error { margin: 0; background: #FBE9EF; border: 1px solid #C4457A; border-radius: 10px; padding: 14px 16px; font-size: 17px; color: #8A1F4C; }
.submit-btn { background: #7B2A8F; color: #fff; border: none; border-radius: 12px; padding: 20px 24px; font-size: 19px; font-weight: 700; cursor: pointer; width: 100%; }
.submit-btn:hover { background: #2B1730 !important; }
.submit-btn:disabled { opacity: 0.6; cursor: default; }
.success-icon { width: 60px; height: 60px; border-radius: 50%; background: #0E8E82; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 32px; margin: 0 auto; }
.honeypot-field { position: absolute !important; left: -9999px !important; top: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Google reviews widget (klantbeoordelingen) ---------- */
.reviews-summary { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.reviews-summary-score { font-family: 'Newsreader', Georgia, serif; font-size: 40px; line-height: 1; color: #2B1730; }
.reviews-summary-count { font-size: 16px; color: #5C4A62; }

.star-rating { position: relative; display: inline-block; font-size: 19px; line-height: 1; letter-spacing: 2px; }
.star-rating-bg { color: rgba(43,23,48,0.16); white-space: nowrap; }
.star-rating-fg { position: absolute; inset: 0; overflow: hidden; width: 0%; color: #FBBC04; white-space: nowrap; }

.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 8px; }
.reviews-loading { grid-column: 1 / -1; font-size: 18px; color: #5C4A62; margin: 0; }
.review-card { background: #FFFFFF; border-radius: 12px; box-shadow: 0 8px 24px -14px rgba(43,23,48,0.28); padding: 24px; display: flex; flex-direction: column; }
.review-card-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex: none; display: block; }
.review-avatar--initial { display: flex; align-items: center; justify-content: center; background: #7B2A8F; color: #fff; font-weight: 700; font-size: 18px; font-family: 'Newsreader', Georgia, serif; }
.review-author { font-weight: 700; font-size: 16px; color: #2B1730; line-height: 1.3; }
.review-date { font-size: 14px; color: #5C4A62; }
.review-text { font-size: 17px; line-height: 1.55; color: #3E2A45; margin: 4px 0 8px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.review-text--expanded { display: block; -webkit-line-clamp: unset; overflow: visible; }
.review-more { align-self: flex-start; background: none; border: none; padding: 0; margin: 0; color: #7B2A8F; font-weight: 700; font-size: 15px; cursor: pointer; text-decoration: underline; font-family: inherit; }
.review-more:hover { color: #0B6E64; }

.reviews-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(43,23,48,0.1); }
.powered-by-google { display: flex; align-items: baseline; gap: 6px; font-size: 14px; color: #5C4A62; }
.google-wordmark { font-family: Arial, Helvetica, sans-serif; font-weight: 700; font-size: 15px; letter-spacing: 0.2px; }
.reviews-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* ---------- Utility ---------- */
.visually-hidden { position: absolute !important; left: -9999px !important; }
@media (max-width: 640px) {
  .btn { padding: 15px 22px; font-size: 17px; }
}
