/*
Theme Name: Medisch Pedicure De Cuba
Theme URI: https://www.medischpedicuredecuba.nl
Author: Ranangela
Author URI: https://www.medischpedicuredecuba.nl
Description: Professioneel WordPress thema voor Medisch Pedicure De Cuba – een schoon, groen en medisch verantwoord ontwerp.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: decuba
*/

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green: #7a9e87;
  --green-light: #a8c5b0;
  --green-pale: #e8f0ea;
  --green-deep: #4e7260;
  --white: #ffffff;
  --cream: #f7f9f7;
  --text: #2c3a2e;
  --text-light: #607068;
  --border: #d4e4d8;
}

html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }

/* ── NAV ── */
nav.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 72px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 600; color: var(--green-deep); letter-spacing: 0.02em; line-height: 1.2; text-decoration: none; }
.nav-logo span { display: block; font-size: 0.7rem; font-weight: 300; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-light); }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { text-decoration: none; color: var(--text-light); font-size: 0.85rem; font-weight: 400; letter-spacing: 0.04em; transition: color 0.2s; }
.nav-links a:hover { color: var(--green-deep); }
.nav-cta { background: var(--green); color: white; border: none; padding: 0.55rem 1.4rem; border-radius: 2px; font-family: 'DM Sans', sans-serif; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer; text-decoration: none; transition: background 0.2s; }
.nav-cta:hover { background: var(--green-deep); }

/* ── HERO ── */
.hero-section { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 72px; }
.hero-left { background: var(--cream); display: flex; flex-direction: column; justify-content: center; padding: 6rem 5% 6rem 8%; }
.hero-tag { display: inline-block; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--green-deep); margin-bottom: 1.5rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--green-light); }
.hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.8rem, 5vw, 4.2rem); font-weight: 300; line-height: 1.12; color: var(--text); margin-bottom: 1.5rem; }
.hero-title em { font-style: italic; color: var(--green-deep); }
.hero-sub { font-size: 1rem; font-weight: 300; color: var(--text-light); line-height: 1.7; max-width: 420px; margin-bottom: 2.5rem; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-right { background: var(--green); position: relative; overflow: hidden; display: flex; align-items: flex-end; }
.hero-right::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='400' height='400' viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='350' cy='80' r='180' fill='rgba(255,255,255,0.07)'/%3E%3Ccircle cx='60' cy='350' r='140' fill='rgba(255,255,255,0.05)'/%3E%3C/svg%3E") no-repeat center/cover; }
.hero-right-content { position: relative; z-index: 1; padding: 3rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; height: 100%; width: 100%; }
.hero-badge { background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); backdrop-filter: blur(8px); border-radius: 4px; padding: 1.5rem 2rem; color: white; max-width: 280px; }
.hero-badge strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; margin-bottom: 0.3rem; }
.hero-badge span { font-size: 0.8rem; opacity: 0.85; line-height: 1.6; display: block; }
.certif-pill { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 20px; padding: 0.4rem 0.9rem; font-size: 0.72rem; color: rgba(255,255,255,0.85); letter-spacing: 0.04em; }
.hero-quote { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.1rem; color: var(--green-deep); margin-bottom: 2rem; padding-left: 1rem; border-left: 2px solid var(--green-light); line-height: 1.5; }
.hero-sub { font-size: 0.95rem; font-weight: 300; color: var(--text-light); line-height: 1.8; max-width: 440px; }

/* ── BUTTONS ── */
.btn-primary { background: var(--green-deep); color: white; padding: 0.85rem 2rem; border: none; border-radius: 2px; font-family: 'DM Sans', sans-serif; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; text-decoration: none; transition: background 0.2s; display: inline-block; }
.btn-primary:hover { background: var(--green); color: white; }
.btn-outline { background: transparent; color: var(--green-deep); padding: 0.85rem 2rem; border: 1.5px solid var(--green-light); border-radius: 2px; font-family: 'DM Sans', sans-serif; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; text-decoration: none; transition: all 0.2s; display: inline-block; }
.btn-outline:hover { background: var(--green-pale); }

/* ── STATS ── */
.stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--green-deep); color: white; }
.stat-item { padding: 2rem; text-align: center; border-right: 1px solid rgba(255,255,255,0.15); }
.stat-item:last-child { border-right: none; }
.stat-item strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 300; }
.stat-item span { font-size: 0.78rem; opacity: 0.75; letter-spacing: 0.06em; text-transform: uppercase; }

/* ── SECTION BASE ── */
.site-section { padding: 6rem 8%; }
.section-tag { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--green-deep); margin-bottom: 0.75rem; display: block; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 300; line-height: 1.2; color: var(--text); margin-bottom: 1.2rem; }
.section-title em { font-style: italic; color: var(--green-deep); }
.section-intro { font-size: 1rem; font-weight: 300; color: var(--text-light); line-height: 1.75; max-width: 580px; }
.divider { width: 48px; height: 2px; background: var(--green-light); margin: 1.5rem 0; }

/* ── ABOUT ── */
.about-section { background: var(--cream); display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-img-box { width: 100%; aspect-ratio: 4/5; background: linear-gradient(135deg, var(--green-light), var(--green)); border-radius: 2px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.about-img-box img { width: 100%; height: 100%; object-fit: cover; }
.about-accent { background: var(--green-deep); color: white; padding: 1.5rem 2rem; border-radius: 2px; display: inline-block; margin-top: 1rem; }
.about-accent strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 300; }
.about-accent span { font-size: 0.75rem; opacity: 0.8; letter-spacing: 0.06em; }
.about-list { list-style: none; margin-top: 2rem; display: flex; flex-direction: column; gap: 0.75rem; }
.about-list li { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.9rem; color: var(--text-light); line-height: 1.5; }
.about-list li::before { content: '✦'; color: var(--green); font-size: 0.7rem; margin-top: 0.25rem; flex-shrink: 0; }

/* ── TREATMENTS ── */
.treatments-section { background: var(--white); }
.treatments-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px; background: var(--border); margin-top: 3.5rem; }
.treatment-card { background: white; padding: 2.5rem 2rem; transition: background 0.25s; }
.treatment-card:hover { background: var(--green-pale); }
.treatment-icon { width: 44px; height: 44px; background: var(--green-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; font-size: 1.2rem; }
.treatment-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 600; margin-bottom: 0.75rem; color: var(--text); }
.treatment-card p { font-size: 0.875rem; color: var(--text-light); line-height: 1.7; }

/* ── PRICES ── */
.prices-section { background: var(--cream); }
.prices-table { width: 100%; border-collapse: collapse; margin-top: 3rem; }
.prices-table thead th { text-align: left; padding: 1rem 1.5rem; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-light); border-bottom: 1.5px solid var(--border); }
.prices-table tbody tr { border-bottom: 1px solid var(--border); transition: background 0.2s; }
.prices-table tbody tr:hover { background: var(--green-pale); }
.prices-table td { padding: 1.1rem 1.5rem; font-size: 0.9rem; color: var(--text); vertical-align: top; }
.prices-table td:last-child { font-weight: 500; color: var(--green-deep); text-align: right; white-space: nowrap; }
.prices-table td small { display: block; font-size: 0.78rem; color: var(--text-light); font-weight: 300; }
.price-note { margin-top: 1.5rem; font-size: 0.82rem; color: var(--text-light); line-height: 1.6; }

/* ── REVIEWS ── */
.reviews-section { background: var(--white); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3.5rem; }
.review-card { background: var(--cream); border: 1px solid var(--border); border-radius: 2px; padding: 2rem; }
.review-stars { color: var(--green); font-size: 0.85rem; letter-spacing: 0.1em; margin-bottom: 1rem; }
.review-text { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-style: italic; line-height: 1.65; color: var(--text); margin-bottom: 1.25rem; }
.review-author { font-size: 0.8rem; font-weight: 500; color: var(--green-deep); letter-spacing: 0.05em; }

/* ── CONTACT ── */
.contact-section { background: var(--green-deep); display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.contact-section .section-tag { color: var(--green-light); }
.contact-section .section-title { color: white; }
.contact-section .section-intro { color: rgba(255,255,255,0.7); }
.contact-info { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 1.25rem; }
.contact-row { display: flex; align-items: flex-start; gap: 1rem; font-size: 0.9rem; color: rgba(255,255,255,0.85); }
.contact-row .contact-icon { background: rgba(255,255,255,0.1); border-radius: 50%; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.contact-row a { color: rgba(255,255,255,0.85); text-decoration: none; }
.contact-row a:hover { color: white; }
.contact-form { display: flex; flex-direction: column; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group label { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
.form-group input, .form-group select, .form-group textarea { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.2); border-radius: 2px; padding: 0.75rem 1rem; font-family: 'DM Sans', sans-serif; font-size: 0.875rem; color: white; outline: none; transition: border-color 0.2s; width: 100%; }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.35); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--green-light); }
.form-group select option { background: var(--green-deep); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-submit { background: white; color: var(--green-deep); border: none; padding: 0.9rem 2.5rem; border-radius: 2px; font-family: 'DM Sans', sans-serif; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; align-self: flex-start; }
.form-submit:hover { background: var(--green-pale); }

/* ── FOOTER ── */
.site-footer { background: var(--text); color: rgba(255,255,255,0.55); padding: 2rem 8%; display: flex; align-items: center; justify-content: space-between; font-size: 0.8rem; }
.site-footer a { color: rgba(255,255,255,0.55); text-decoration: none; }
.site-footer a:hover { color: white; }
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1rem; color: white; font-weight: 400; }

/* ── FADE IN ── */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .hero-section { grid-template-columns: 1fr; }
  .hero-right { min-height: 320px; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
  .about-section { grid-template-columns: 1fr; gap: 3rem; }
  .treatments-grid { grid-template-columns: 1fr 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .contact-section { grid-template-columns: 1fr; gap: 3rem; }
  .site-section { padding: 4rem 6%; }
  .form-row { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; gap: 0.5rem; text-align: center; }
}
@media (max-width: 600px) {
  .treatments-grid { grid-template-columns: 1fr; }
  .site-section { padding: 3.5rem 5%; }
}
