/*
Theme Name: BeautyForge
Theme URI: https://appforge.nl
Author: AppForge
Author URI: https://appforge.nl
Description: Compleet, modern WordPress-thema voor schoonheidssalons. Pagina’s bewerken via de Customizer en een visuele sectiebouwer: hero’s, teksten, foto’s en extra pagina’s. Werkt samen met de plugin BeautyForge Booking voor online afspraken en administratie.
Version: 1.0.1
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beautyforge
Tags: custom-logo, custom-menu, featured-images, one-column, two-columns, translation-ready, block-styles, editor-style

BeautyForge — AppForge.NL
*/

:root {
    --sf-ink: #2c1824;
    --sf-ink-soft: #4a3040;
    --sf-gold: #c4788a;
    --sf-gold-hot: #e09aab;
    --sf-paper: #fbf6f7;
    --sf-cream: #f4e8eb;
    --sf-white: #fffafb;
    --sf-muted: #7a5f68;
    --sf-line: #ead7dc;
    --sf-radius: 22px;
    --sf-shadow: 0 22px 50px rgba(44, 24, 36, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.beautyforge-body {
    margin: 0;
    color: var(--sf-ink);
    background: var(--sf-white);
    font-family: "Nunito", "Segoe UI", sans-serif;
    line-height: 1.65;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--sf-ink); text-decoration: none; }
a:hover { color: var(--sf-gold); }

.sf-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.sf-site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 252, 248, 0.92);
    border-bottom: 1px solid var(--sf-line);
    backdrop-filter: blur(16px);
}
.sf-header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
    align-items: center;
    min-height: 86px;
}
.sf-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.55rem;
    font-weight: 600;
    letter-spacing: -0.03em;
}
.sf-logo img { height: 48px; width: auto; }
.sf-nav ul { display: flex; flex-wrap: wrap; gap: 4px; margin: 0; padding: 0; list-style: none; justify-content: center; }
.sf-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 12px;
    font-weight: 700;
    font-size: 0.94rem;
}
.sf-actions { display: flex; gap: 10px; align-items: center; }
.sf-btn, .sf-book .sf-next, .sf-book .sf-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--sf-gold), var(--sf-gold-hot));
    color: #2c1824 !important;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(196, 120, 138, 0.28);
}
.sf-btn-ghost {
    background: transparent;
    color: inherit !important;
    border: 1.5px solid currentColor;
    box-shadow: none;
}
.sf-phone { font-weight: 700; font-size: 0.92rem; color: var(--sf-muted); }

.sf-hero {
    position: relative;
    overflow: hidden;
    padding: 88px 0 80px;
    background:
        radial-gradient(circle at 80% 10%, rgba(196, 120, 138, 0.18), transparent 28%),
        linear-gradient(135deg, #321824, #2c1824 55%, #4a2838);
    color: #fff;
}
.sf-hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; }
.sf-kicker {
    margin: 0 0 12px;
    color: var(--sf-gold-hot);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.sf-hero h1, .sf-section h2, .sf-page-head h1 {
    margin: 0 0 16px;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.08;
}
.sf-hero h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); }
.sf-section h2, .sf-page-head h1 { font-size: clamp(2rem, 3.4vw, 3rem); color: var(--sf-ink); }
.sf-hero p, .sf-hero .sf-lead { max-width: 640px; color: rgba(255,255,255,0.78); font-size: 1.12rem; }
.sf-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.sf-hero-visual {
    min-height: 360px;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(44,24,36,0.15), rgba(44,24,36,0.45)),
        var(--sf-hero-image, linear-gradient(135deg, #4a2838, #2c1824));
    background-size: cover;
    background-position: center;
    box-shadow: var(--sf-shadow);
    display: grid;
    align-end: end;
}
.sf-hero-visual span {
    align-self: end;
    margin: 24px;
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(255,252,248,0.94);
    color: var(--sf-ink);
    font-weight: 700;
}

.sf-section { padding: 84px 0; }
.sf-section.alt { background: var(--sf-paper); }
.sf-section-head { max-width: 680px; margin: 0 auto 40px; text-align: center; }
.sf-section-head p { color: var(--sf-muted); }
.sf-card-grid, .sf-gallery, .sf-hours-grid { display: grid; gap: 20px; }
.sf-card-grid { grid-template-columns: repeat(3, 1fr); }
.sf-card {
    background: #fff;
    border: 1px solid var(--sf-line);
    border-radius: var(--sf-radius);
    box-shadow: var(--sf-shadow);
    padding: 28px;
}
.sf-card h3 { margin: 0 0 8px; font-family: "Playfair Display", Georgia, serif; font-size: 1.5rem; }
.sf-team-card { overflow: hidden; padding-top: 0; }
.sf-icon {
    width: 46px; height: 46px; margin-bottom: 16px; border-radius: 14px;
    background: var(--sf-ink); color: var(--sf-gold); display: grid; place-items: center; font-weight: 800;
}
.sf-team-card .sf-icon { margin-top: 28px; }
.sf-team-photo {
    width: calc(100% + 56px);
    max-width: none;
    height: 280px;
    object-fit: cover;
    border-radius: 22px 22px 0 0;
    margin: 0 -28px 18px;
    background: var(--sf-cream);
}
.sf-price { color: var(--sf-gold); font-weight: 800; }
.sf-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sf-step strong { color: var(--sf-gold); display: block; margin-bottom: 8px; }
.sf-cta {
    background: var(--sf-ink);
    color: #fff;
    border-radius: 28px;
    padding: 48px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}
.sf-cta h2 { color: #fff !important; }
.sf-cta p { color: rgba(255,255,255,0.75); }
.sf-split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.sf-split img, .sf-image img, .sf-gallery img { border-radius: 24px; width: 100%; object-fit: cover; }
.sf-split-flip { direction: rtl; }
.sf-split-flip > * { direction: ltr; }
.sf-gallery { grid-template-columns: repeat(3, 1fr); }
.sf-gallery img { aspect-ratio: 4/5; }
.sf-hours-grid { grid-template-columns: repeat(2, 1fr); max-width: 720px; margin: 0 auto; }
.sf-hours-grid div { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--sf-line); }
.sf-page-head { padding: 48px 0 12px; }
.sf-content { padding-bottom: 72px; }

.sf-site-footer {
    background: #1a1016;
    color: rgba(255,255,255,0.76);
    padding: 56px 0 24px;
}
.sf-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; }
.sf-site-footer h2, .sf-site-footer h3 { color: #fff; margin: 0 0 14px; font-size: 1rem; }
.sf-site-footer a { color: rgba(255,255,255,0.76); }
.sf-site-footer a:hover { color: var(--sf-gold-hot); }
.sf-site-footer ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.sf-copy { margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.92rem; }

.sf-nav-toggle { display: none; }
.sf-hamburger,
.sf-hamburger::before,
.sf-hamburger::after {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    position: relative;
    transition: transform 0.2s ease, top 0.2s ease, opacity 0.2s ease;
}
.sf-hamburger::before,
.sf-hamburger::after {
    content: "";
    position: absolute;
    left: 0;
}
.sf-hamburger::before { top: -6px; }
.sf-hamburger::after { top: 6px; }
.sf-nav-toggle[aria-expanded="true"] .sf-hamburger { background: transparent; }
.sf-nav-toggle[aria-expanded="true"] .sf-hamburger::before {
    top: 0;
    transform: rotate(45deg);
}
.sf-nav-toggle[aria-expanded="true"] .sf-hamburger::after {
    top: 0;
    transform: rotate(-45deg);
}

@media (max-width: 900px) {
    .sf-hero-grid, .sf-card-grid, .sf-steps, .sf-footer-grid, .sf-cta, .sf-split, .sf-gallery, .sf-hours-grid {
        grid-template-columns: 1fr;
    }
    .sf-header-inner {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
    }
    .sf-logo { min-width: 0; }
    .sf-logo span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .sf-nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        padding: 0;
        border-radius: 12px;
        border: 1px solid var(--sf-line);
        background: #fff;
        color: var(--sf-ink);
        cursor: pointer;
        justify-self: end;
        grid-column: 2;
        grid-row: 1;
    }
    .sf-nav {
        display: none;
        grid-column: 1 / -1;
        padding: 4px 0 8px;
    }
    .sf-nav.is-open { display: block; }
    .sf-nav ul { display: grid; justify-content: stretch; gap: 2px; }
    .sf-nav a { min-height: 44px; }
    .sf-actions { grid-column: 1 / -1; }
    .sf-actions .sf-btn { width: 100%; }
    .sf-hero-visual { min-height: 240px; }
    .sf-phone { display: none; }
}
