/* ============================================================
   J. van Houts Tegelwerken – stylesheet
   Kleurenschema: goud #F5C800 | donkergrijs #2B2B2B
   ============================================================ */

/* ---- RESET ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { scroll-behavior: smooth; }
body  { font-family: 'Open Sans', sans-serif; color: #333; background: #fff; line-height: 1.7; }
img   { max-width: 100%; display: block; }
a     { text-decoration: none; color: inherit; }

/* ---- TOKENS ---- */
:root {
    --goud:    #F5C800;
    --goud-dk: #C9A200;
    --goud-lt: #FFF5B8;
    --goud-md: #FFE066;
    --donker:  #2B2B2B;
    --grijs:   #555;
    --licht:   #F8F6EF;
    --wit:     #fff;
    --radius:  8px;
    --shadow:  0 4px 20px rgba(0,0,0,.09);
}

/* ---- HULP ---- */
.container  { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.section    { padding: 80px 0; }
.section-alt{ background: var(--licht); }
.center     { text-align: center; }

/* ---- TYPOGRAFIE ---- */
h1,h2,h3 { font-family: 'Montserrat', sans-serif; line-height: 1.2; color: var(--donker); }
h1  { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 700; }
h2  { font-size: clamp(1.55rem, 3.5vw, 2.1rem); font-weight: 700; margin-bottom: 18px; }
h3  { font-size: 1.05rem; font-weight: 600; margin-bottom: 8px; }
p   { margin-bottom: 14px; color: var(--grijs); }
p:last-child { margin-bottom: 0; }

.label {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: .78rem; font-weight: 600;
    letter-spacing: .12em; text-transform: uppercase;
    color: var(--goud-dk);
    background: var(--goud-lt);
    border-left: 3px solid var(--goud);
    padding: 4px 10px; margin-bottom: 14px; border-radius: 2px;
}
.label.center { display: block; width: fit-content; margin: 0 auto 14px; }
.label.light  { color: var(--goud); background: rgba(255,255,255,.12); border-left-color: var(--goud); }

.intro { max-width: 620px; margin: 0 auto 48px; font-size: 1.05rem; }

/* ---- KNOPPEN ---- */
.btn {
    display: inline-block;
    font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: .95rem;
    padding: 14px 32px; border-radius: var(--radius);
    transition: background .2s, color .2s, transform .15s; cursor: pointer;
}
.btn-primary {
    background: var(--goud); color: var(--donker);
    box-shadow: 0 3px 14px rgba(245,200,0,.35);
}
.btn-primary:hover { background: var(--goud-dk); transform: translateY(-2px); }
.btn-outline {
    background: transparent; color: var(--donker);
    border: 2px solid var(--goud);
}
.btn-outline:hover { background: var(--goud); transform: translateY(-2px); }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
    position: sticky; top: 0; z-index: 100;
    background: var(--wit);
    border-bottom: 3px solid var(--goud);
    box-shadow: 0 2px 12px rgba(0,0,0,.07);
}
.header-inner {
    display: flex; align-items: center; justify-content: space-between; height: 72px;
}
.logo { height: 48px; width: auto; }

.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav a {
    font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: .9rem;
    color: var(--donker); transition: color .2s; letter-spacing: .02em;
}
.main-nav a:hover { color: var(--goud-dk); }
.main-nav .nav-cta {
    background: var(--goud); color: var(--donker);
    padding: 9px 22px; border-radius: var(--radius);
    transition: background .2s, transform .15s;
}
.main-nav .nav-cta:hover { background: var(--goud-dk); transform: translateY(-1px); }

/* ============================================================
   HERO – schone donkere achtergrond, geen patronen
   ============================================================ */
.hero {
    min-height: 80vh;
    display: flex; align-items: center;
    background: linear-gradient(135deg, #1e1c18 0%, #2e2b22 60%, #1a1810 100%);
}
.hero-label {
    display: inline-block;
    font-family: 'Montserrat', sans-serif; font-size: .8rem; font-weight: 600;
    letter-spacing: .14em; text-transform: uppercase;
    color: var(--goud); border: 1px solid var(--goud);
    padding: 5px 14px; border-radius: 2px; margin-bottom: 22px;
}
.hero-content { max-width: 660px; padding: 60px 0; }
.hero-content h1   { color: var(--wit); margin-bottom: 20px; }
.hero-content p    { color: rgba(255,255,255,.78); font-size: 1.1rem; margin-bottom: 36px; max-width: 520px; }

/* ============================================================
   USP BALK
   ============================================================ */
.usp-balk { background: var(--goud); padding: 16px 0; }
.usp-inner {
    display: flex; flex-wrap: wrap; justify-content: space-around; gap: 10px;
}
.usp-item {
    font-family: 'Montserrat', sans-serif; font-size: .88rem; font-weight: 600;
    color: var(--donker); letter-spacing: .03em;
}
.usp-icoon { margin-right: 6px; font-weight: 700; }

/* ============================================================
   OVER ONS
   ============================================================ */
.over-ons-inner {
    display: grid; grid-template-columns: 200px 1fr; gap: 60px; align-items: center;
}
/* Decoratief tegelblok */
.deco-tegel-groot {
    width: 160px; height: 200px;
    background: repeating-conic-gradient(
        var(--goud-lt) 0% 25%, var(--goud-md) 0% 50%
    ) 0 0 / 40px 40px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    border: 3px solid var(--goud);
}

.check-list { list-style: none; margin-top: 20px; display: flex; flex-direction: column; gap: 10px; }
.check-list li { padding-left: 28px; position: relative; color: var(--grijs); font-weight: 500; }
.check-list li::before {
    content: '✓'; position: absolute; left: 0;
    color: var(--goud-dk); font-weight: 700;
}

/* ============================================================
   DIENSTEN
   ============================================================ */
.diensten-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.dienst-kaart {
    background: var(--wit); border-radius: var(--radius);
    padding: 32px 28px; box-shadow: var(--shadow);
    border-top: 4px solid var(--goud);
    transition: transform .2s, box-shadow .2s;
}
.dienst-kaart:hover { transform: translateY(-5px); box-shadow: 0 8px 28px rgba(0,0,0,.13); }

/* Kleine tegel-iconen */
.dienst-tegel-icoon {
    width: 48px; height: 48px; border-radius: 6px; margin-bottom: 16px;
}
.bad      { background: var(--goud-lt); border: 2px solid var(--goud); }
.vloer    { background: #e4e0d6; border: 2px solid #c0bbb0; }
.wand     { background: #f0ece0; border: 2px solid var(--goud-md); }
.renovatie{
    background: repeating-conic-gradient(
        var(--goud-lt) 0% 25%, var(--goud-md) 0% 50%
    ) 0 0 / 16px 16px;
    border: 2px solid var(--goud);
}
.buiten   { background: #d8d4c8; border: 2px solid #b0aca0; }
.advies   { background: var(--goud); border: 2px solid var(--goud-dk); }

/* ============================================================
   WERKGEBIED
   ============================================================ */
.werkgebied-inner {
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.kaart-deco {
    width: 100%; height: 280px;
    background: repeating-conic-gradient(
        var(--goud-lt) 0% 25%, #fff 0% 50%
    ) 0 0 / 50px 50px;
    border: 3px solid var(--goud); border-radius: var(--radius);
    box-shadow: var(--shadow);
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
}
.kaart-pin { font-size: 3rem; }
.kaart-deco p {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-size: 1rem; color: var(--donker); margin: 0; text-align: center;
}

/* ============================================================
   CONTACT / FOOTER
   ============================================================ */
.contact-footer { background: var(--donker); color: var(--wit); padding: 80px 0 0; }
.contact-inner  {
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding-bottom: 60px;
}
.contact-tekst h2 { color: var(--wit); margin-bottom: 16px; }
.contact-tekst p  { color: rgba(255,255,255,.75); max-width: 420px; }

.contact-gegevens { display: flex; flex-direction: column; gap: 28px; justify-content: center; }
.contact-item     { display: flex; align-items: center; gap: 18px; }
.contact-icoon {
    font-size: 1.4rem; width: 52px; height: 52px;
    background: rgba(245,200,0,.12); border: 2px solid var(--goud); border-radius: 50%;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.contact-item strong {
    display: block; font-family: 'Montserrat', sans-serif;
    font-size: .76rem; font-weight: 600; letter-spacing: .08em;
    text-transform: uppercase; color: var(--goud); margin-bottom: 2px;
}
.contact-item a { color: rgba(255,255,255,.88); font-size: 1.05rem; font-weight: 500; transition: color .2s; }
.contact-item a:hover { color: var(--goud); }

.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; text-align: center; }
.footer-bottom p { font-size: .84rem; color: rgba(255,255,255,.4); margin: 0; }

/* ============================================================
   RESPONSIVE – TABLET ≤ 900px
   ============================================================ */
@media (max-width: 900px) {
    .over-ons-inner    { grid-template-columns: 1fr; }
    .over-ons-decoratie{ display: none; }
    .diensten-grid     { grid-template-columns: repeat(2, 1fr); }
    .werkgebied-inner  { grid-template-columns: 1fr; }
    .contact-inner     { grid-template-columns: 1fr; gap: 40px; }
}

/* ============================================================
   RESPONSIVE – MOBIEL ≤ 600px
   ============================================================ */
@media (max-width: 600px) {
    .section      { padding: 56px 0; }
    .header-inner { height: 60px; }
    .logo         { height: 36px; }
    .main-nav     { gap: 14px; }
    .main-nav a   { font-size: .8rem; }
    .main-nav .nav-cta { padding: 7px 14px; }
    .hero         { min-height: 65vh; }
    .diensten-grid{ grid-template-columns: 1fr; }
    .usp-inner    { flex-direction: column; align-items: center; text-align: center; }
    .contact-inner{ padding-bottom: 40px; }
}
