/* hairworks & style V2 — Monochrome Studio */
:root {
    --white: #ffffff; --off: #f7f7f7; --ink: #111111; --muted: #777777;
    --brass: #b08d57; --brass-light: #d5b98a; --dark: #101010; --shadow: #f0e9df;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Archivo', Helvetica, Arial, sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }

.eyebrow { font-size: 12px; font-weight: 800; letter-spacing: 0.35em; text-transform: uppercase; color: var(--brass); }
.center { text-align: center; }
h1, h2, h3 { text-transform: uppercase; font-weight: 800; line-height: 1.08; letter-spacing: 0.02em; }
h2 { font-size: clamp(26px, 4vw, 38px); margin: 8px 0 28px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; gap: 28px;
    padding: 14px 5vw; background: rgba(255,255,255,0.92); backdrop-filter: blur(8px); border-bottom: 1px solid #eee; }
.wordmark { font-weight: 800; text-transform: uppercase; letter-spacing: 0.18em; font-size: 14px; text-decoration: none; }
.top-nav { display: flex; gap: 22px; margin-left: auto; }
.top-nav a { font-size: 13px; color: var(--muted); text-decoration: none; }
.top-nav a:hover { color: var(--ink); }
.header-cta { background: var(--ink); color: var(--white); font-size: 13px; font-weight: 700;
    letter-spacing: 0.06em; padding: 9px 18px; text-decoration: none; }
.header-cta:hover { background: var(--brass); }

/* Hero */
.hero { position: relative; min-height: min(92vh, 900px); display: flex; align-items: center; justify-content: center;
    background: linear-gradient(rgba(10,10,10,0.3), rgba(10,10,10,0.55)), url('../images/hero.jpg') center/cover fixed; }
.hero-inner { text-align: center; color: var(--white); padding: 96px 20px; }
.hero h1 { font-size: clamp(44px, 9vw, 96px); text-shadow: 0 2px 28px rgba(0,0,0,0.45); }
.hero .eyebrow { color: var(--brass-light); margin-bottom: 18px; letter-spacing: 0.45em; }
.brass-line { width: 56px; height: 3px; background: var(--brass); margin: 24px auto; }
.claim { font-style: italic; color: #e8e8e8; margin-bottom: 30px; font-size: 17px; }
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn { padding: 13px 26px; font-size: 13px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; }
.btn-light { background: var(--white); color: var(--ink); }
.btn-light:hover { background: var(--brass); color: var(--white); }
.btn-outline { border: 1.5px solid var(--white); color: var(--white); }
.btn-outline:hover { background: var(--white); color: var(--ink); }
.scroll-hint { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
    color: var(--white); opacity: 0.7; font-size: 22px; animation: bob 2.2s ease-in-out infinite; }
@keyframes bob { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 8px); } }

/* Special banner */
#special-banner { background: var(--brass); color: var(--white); }
#special-banner .special-line { padding: 14px 5vw; text-align: center; font-size: 15px; border-bottom: 1px solid rgba(255,255,255,0.25); }
#special-banner .special-line:last-child { border-bottom: none; }

/* Sections */
.section { padding: 84px 5vw; }
.section-hours { background: var(--off); }
.hours-grid { display: grid; grid-template-columns: 1fr 1fr 0.75fr; gap: 24px; max-width: 1200px; margin: 0 auto; }
.hours-card { background: var(--white); border: 1px solid #e6e6e6; padding: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.hours-card h3 { font-size: 20px; letter-spacing: 0.06em; }
.hours-card .meta { font-size: 13px; color: var(--muted); margin: 4px 0 16px; }
.hours-card .meta a { color: var(--ink); font-weight: 700; text-decoration: none; }
.hours-card table { width: 100%; border-collapse: collapse; font-size: 14px; }
.hours-card td { padding: 6px 0; border-bottom: 1px solid #f0f0f0; }
.hours-card tr:last-child td { border-bottom: none; }
.hours-card td:last-child { text-align: right; font-weight: 700; }
.hours-card tr.closed td { color: #aaa; font-weight: 400; }
.hours-card .note { font-size: 12px; color: var(--muted); margin-top: 12px; }
.hours-card .special-hint { background: #fdf3e3; border-left: 3px solid var(--brass); padding: 10px 14px; font-size: 13px; margin-bottom: 16px; }
.hours-image { background: url('../images/tools.jpg') center/cover; border: 1px solid #e6e6e6; min-height: 320px; }

/* About */
.about-grid { display: grid; grid-template-columns: 0.9fr 1.3fr; gap: 44px; align-items: center; max-width: 1200px; margin: 0 auto; }
.about-photo { position: relative; }
.about-photo img { box-shadow: 20px 20px 0 var(--shadow); }
.cred-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 26px; }
.cred { border-left: 3px solid var(--brass); background: #fafafa; padding: 12px 16px; font-size: 13.5px; }
.cred strong { display: block; }
.cred span { color: var(--muted); }
.about-text p + p { margin-top: 14px; }

/* Contact */
.section-contact { position: relative; background: var(--dark) url('../images/contact-bg.jpg') center/cover; color: var(--white); }
.section-contact::before { content: ''; position: absolute; inset: 0; background: rgba(16,16,16,0.84); }
.contact-inner { position: relative; padding: 84px 5vw 36px; max-width: 1200px; margin: 0 auto; }
.section-contact .eyebrow { color: var(--brass-light); }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; text-align: center; }
.contact-card { border: 1px solid rgba(255,255,255,0.25); padding: 28px 22px; font-size: 14px; color: #ccc; }
.contact-card h3 { color: var(--white); margin-bottom: 12px; letter-spacing: 0.1em; }
.contact-card .phone a { color: var(--white); font-weight: 800; font-size: 17px; text-decoration: none; }
.contact-card a { color: #ddd; }
.site-footer { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px;
    border-top: 1px solid rgba(255,255,255,0.15); margin-top: 44px; padding-top: 16px; font-size: 12px; color: #888; }
.impressum summary { cursor: pointer; }
.impressum p { margin-top: 10px; line-height: 1.7; }
.impressum a { color: #aaa; }

/* Reveal animations */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .hero { background-attachment: scroll; }
    .scroll-hint { animation: none; }
    .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 900px) {
    .site-header { flex-wrap: wrap; gap: 10px 16px; }
    .top-nav { order: 3; width: 100%; gap: 16px; margin-left: 0; } /* compact anchor row below wordmark */
    .top-nav a { font-size: 12px; letter-spacing: 0.04em; }
    .hero { background-attachment: scroll; } /* iOS fixed-bg workaround */
    .hours-grid { grid-template-columns: 1fr; }
    .hours-image { min-height: 220px; }
    .about-grid { grid-template-columns: 1fr; gap: 30px; }
    .contact-grid { grid-template-columns: 1fr; }
    .site-footer { flex-direction: column; }
}

/* WhatsApp button — deliberate single colour accent */
.btn-whatsapp {
    display: inline-flex; align-items: center; gap: 8px;
    background: #25D366; color: #fff; text-decoration: none;
    padding: 10px 18px; font-weight: 800; font-size: 13px; letter-spacing: 0.04em;
    border-radius: 4px; margin-top: 4px;
}
.btn-whatsapp:hover { background: #1ebe5b; }
.btn-whatsapp svg { flex: 0 0 auto; }
