/*
Theme Name: Tsirakos
Description: Landingspagina voor tsirakos.com — crème en goud
Version: 1.4
Author: Tsirakos
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --cream:      #faf4eb;
    --cream-dark: #f0e8d8;
    --gold:       #b5915a;
    --text:       #1c1a16;
    --text-light: #5a5040;
}

html { scroll-behavior: smooth; }

body {
    background: var(--cream);
    color: var(--text);
    font-family: 'Playfair Display', Georgia, serif;
}

/* ── PAGINA WRAPPER ───────────────────────── */

.tsirakos-page {
    width: 100%;
}

/* ── LOGO AFBEELDING ──────────────────────── */

.tsirakos-logo-block {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 3rem 2rem;
    background: var(--cream);
    margin: 0 !important;
}

.tsirakos-logo-block img {
    width: 100%;
    max-width: 860px;
    height: auto;
    display: block;
}

/* ── CONTACT SECTIE ───────────────────────── */

.contact-section {
    background: var(--text) !important;
    padding: 4rem 2rem !important;
    text-align: center;
    max-width: 100% !important;
}

.contact-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--cream);
    margin-bottom: 0.5rem;
}

.contact-section p {
    color: rgba(239,233,220,0.85);
    margin-bottom: 1rem;
    font-size: 1rem;
}

.contact-section em {
    color: var(--gold);
    font-style: italic;
}

.contact-section a {
    color: var(--cream);
    text-decoration: none;
    letter-spacing: 0.08em;
    border-bottom: 1px solid var(--gold);
    padding-bottom: 2px;
    transition: color 0.2s;
}

.contact-section a:hover { color: var(--gold); }

/* ── FOOTER ───────────────────────────────── */

.site-footer {
    background: #141210;
    color: rgba(239,233,220,0.4);
    text-align: center;
    padding: 1.5rem;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
}

/* ── VERBERG WP STANDAARD MARGES ─────────── */

.tsirakos-page .wp-block-image,
.tsirakos-page .wp-block-group {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
