/*
Theme Name: Fijnvoorthuis
Theme URI: https://fijnvoorthuis.nl
Description: Zelfstandig, content-gericht thema voor fijnvoorthuis.nl. Zoekgerichte homepage (oma-tips, geuren, DIY), in de huisstijl navy + coral met het Poppins-lettertype. Eigen header/footer en leesvriendelijke artikel-, archief- en bloglay-out.
Author: fijnvoorthuis
Version: 1.0.2
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: fijnvoorthuis
*/

:root{
  --navy:#1f2d52;
  --navy-deep:#16203c;
  --ink:#2a3550;
  --ink-soft:#41496a;
  --muted:#6b748f;
  --coral:#ef5d77;
  --coral-ink:#d6386a;
  --coral-soft:#fdeaf0;
  --blue:#3667e0;
  --bg:#f4f6fb;
  --surface:#ffffff;
  --line:#e9edf6;
  --line-soft:#eef1f8;
  --radius:16px;
  --radius-sm:12px;
  --radius-pill:999px;
  --maxw:1080px;
  --maxread:720px;
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  background:var(--bg);
  color:var(--ink);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
.fvh-wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.fvh-read{max-width:var(--maxread);margin:0 auto}

/* ============ Header ============ */
.fvh-header{background:var(--surface);border-bottom:1px solid var(--line-soft);position:sticky;top:0;z-index:50}
.fvh-header .bar{display:flex;align-items:center;justify-content:space-between;gap:18px;max-width:var(--maxw);margin:0 auto;padding:13px 24px}
.fvh-brand{display:flex;align-items:center;gap:9px;font-weight:700;font-size:21px}
.fvh-brand .ic{width:30px;height:30px;border-radius:9px;background:var(--coral);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:18px}
.fvh-brand .fijn{color:var(--coral)}.fvh-brand .rest{color:var(--navy)}
.fvh-brand img{max-height:38px;width:auto}
.fvh-header .custom-logo-link{display:inline-flex;align-items:center;line-height:0}
.fvh-header .custom-logo,.fvh-header img.custom-logo{max-height:38px;width:auto;height:auto}
.fvh-nav{display:flex;gap:20px}
.fvh-nav a{font-size:14px;color:#54607e;font-weight:500}
.fvh-nav a:hover,.fvh-nav .current-menu-item a{color:var(--navy)}
.fvh-nav ul{list-style:none;display:flex;gap:20px;margin:0;padding:0}
.fvh-cta{background:var(--blue);color:#fff;font-size:13px;font-weight:600;padding:9px 18px;border-radius:var(--radius-pill);white-space:nowrap}
.fvh-cta:hover{background:#2b56c4}
.fvh-burger{display:none;background:none;border:0;color:var(--navy);font-size:24px;cursor:pointer}
@media(max-width:860px){.fvh-nav{display:none;width:100%;flex-direction:column;gap:6px}.fvh-nav ul{flex-direction:column;gap:6px}.fvh-nav.open{display:flex}.fvh-burger{display:block}.fvh-header .bar{flex-wrap:wrap}}

/* ============ Hero (front page) ============ */
.fvh-hero{background:var(--surface);border-bottom:1px solid var(--line-soft);padding:46px 24px 36px;text-align:center}
.fvh-hero .eyebrow{font-size:12px;letter-spacing:.05em;text-transform:uppercase;font-weight:600;color:var(--coral-ink)}
.fvh-hero h1{font-size:clamp(28px,4vw,38px);font-weight:700;letter-spacing:-.02em;color:var(--navy);margin:12px auto 10px;max-width:680px;line-height:1.12}
.fvh-hero p{font-size:16px;color:var(--muted);max-width:560px;margin:0 auto 22px}
.fvh-searchbig{display:flex;justify-content:center;margin-bottom:14px}
.fvh-searchbig form{display:flex;gap:8px;background:var(--bg);border:1px solid #e2e8f4;border-radius:var(--radius-pill);padding:6px 6px 6px 18px;width:100%;max-width:480px}
.fvh-searchbig input{flex:1;border:0;outline:0;background:transparent;font:inherit;font-size:15px;color:var(--ink)}
.fvh-searchbig button{border:0;background:var(--coral);color:#fff;font-weight:600;font-size:14px;padding:10px 22px;border-radius:var(--radius-pill);cursor:pointer}
.fvh-searchbig button:hover{background:#dd4e68}
.fvh-quick{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}
.fvh-quick a{font-size:13px;font-weight:500;color:#5b657f;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-pill);padding:7px 14px}
.fvh-quick a:hover{border-color:var(--coral);color:var(--coral-ink)}

/* ============ Section heads ============ */
.fvh-sec{max-width:var(--maxw);margin:0 auto;padding:34px 24px 6px}
.fvh-sec-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin:0 0 16px}
.fvh-sec-head h2{font-size:22px;font-weight:700;letter-spacing:-.01em;color:var(--navy);margin:0}
.fvh-sec-head a{font-size:13px;color:var(--blue);font-weight:600}

/* ============ Cards / grids ============ */
.fvh-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.fvh-grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
@media(max-width:860px){.fvh-grid3{grid-template-columns:repeat(2,1fr)}.fvh-grid4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:540px){.fvh-grid3{grid-template-columns:1fr}}
.fvh-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:transform .15s,box-shadow .15s}
.fvh-card:hover{transform:translateY(-3px);box-shadow:0 10px 26px rgba(31,45,82,.08)}
.fvh-card .thumb{aspect-ratio:16/10;overflow:hidden;background:var(--coral-soft)}
.fvh-card .thumb img{width:100%;height:100%;object-fit:cover;display:block}
.fvh-card .body{padding:14px 16px 16px;display:flex;flex-direction:column;flex:1}
.fvh-card .tag{align-self:flex-start;font-size:11px;letter-spacing:.05em;text-transform:uppercase;font-weight:600;color:var(--coral-ink);margin-bottom:8px}
.fvh-card h3{font-size:16px;line-height:1.3;font-weight:600;color:var(--navy);margin:0 0 8px}
.fvh-card .meta{margin-top:auto;font-size:12.5px;color:var(--muted)}

/* geur tiles */
.fvh-geur{border-radius:14px;padding:18px 16px;min-height:104px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;font-weight:600}
.fvh-geur i{font-size:22px;margin-bottom:8px;opacity:.85}

/* newsletter strip */
.fvh-news{max-width:var(--maxw);margin:26px auto;padding:0 24px}
.fvh-news .in{background:var(--navy);border-radius:18px;padding:26px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.fvh-news h2{font-size:20px;font-weight:700;color:#fff;margin:0 0 5px}
.fvh-news p{font-size:14px;color:#aeb8d4;margin:0}
.fvh-news .btn{background:var(--coral);color:#fff;font-size:14px;font-weight:600;padding:11px 20px;border-radius:var(--radius-pill);white-space:nowrap}
@media(max-width:600px){.fvh-news .in{flex-direction:column;align-items:flex-start}}

/* ============ Listing (archive/blog) ============ */
.fvh-listhead{max-width:var(--maxw);margin:0 auto;padding:36px 24px 4px}
.fvh-listhead h1{font-size:clamp(26px,3.4vw,34px);font-weight:700;letter-spacing:-.02em;color:var(--navy);margin:0 0 8px}
.fvh-listhead p{font-size:15.5px;color:var(--muted);margin:0;max-width:620px}
.fvh-pag{display:flex;justify-content:center;gap:8px;padding:30px 0 56px;flex-wrap:wrap}
.fvh-pag .page-numbers{display:inline-flex;min-width:42px;height:42px;align-items:center;justify-content:center;padding:0 13px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);font-size:14px;font-weight:500}
.fvh-pag .page-numbers.current{background:var(--navy);border-color:var(--navy);color:#fff}
.fvh-pag a.page-numbers:hover{border-color:var(--coral);color:var(--coral-ink)}

/* ============ Single article ============ */
.fvh-article{padding:30px 0 50px}
.fvh-article .eyebrow{margin-bottom:10px}
.fvh-article .eyebrow a{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--coral-ink);font-weight:600}
.fvh-article h1.title{font-size:clamp(27px,4vw,40px);line-height:1.14;letter-spacing:-.02em;font-weight:700;color:var(--navy);margin:0 0 14px}
.fvh-article .meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px 16px;font-size:14px;color:var(--muted);margin-bottom:24px}
.fvh-article .meta .nm{color:var(--ink);font-weight:500}
.fvh-bighero{margin:0 0 28px}
.fvh-bighero img{width:100%;max-height:460px;object-fit:cover;border-radius:var(--radius)}
.fvh-content{font-size:17.5px;line-height:1.75;color:var(--ink-soft)}
.fvh-content > *{margin:0 0 1.2em}
.fvh-content h2{font-size:25px;line-height:1.25;font-weight:700;color:var(--navy);margin:1.7em 0 .5em}
.fvh-content h3{font-size:20px;font-weight:600;color:var(--navy);margin:1.5em 0 .4em}
.fvh-content a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}
.fvh-content img,.fvh-content figure img{border-radius:12px}
.fvh-content ul,.fvh-content ol{padding-left:1.3em}
.fvh-content blockquote{margin:1.6em 0;padding:6px 0 6px 22px;border-left:3px solid var(--coral);font-size:20px;color:var(--navy);font-weight:500}
.fvh-tags{margin:28px 0 0;display:flex;gap:8px;flex-wrap:wrap}
.fvh-tags a{font-size:13px;color:var(--ink-soft);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-pill);padding:6px 13px}
.fvh-tags a:hover{border-color:var(--coral);color:var(--coral-ink)}
.fvh-related{padding:42px 0 6px}
.fvh-related h2{font-size:21px;font-weight:700;color:var(--navy);margin:0 0 16px}

/* ============ Page ============ */
.fvh-page{padding:36px 0 50px}
.fvh-page h1.title{font-size:clamp(26px,3.4vw,36px);font-weight:700;letter-spacing:-.02em;color:var(--navy);margin:0 0 22px}

/* ============ Footer ============ */
.fvh-footer{background:var(--navy-deep);color:#aeb8d4;margin-top:44px}
.fvh-footer .top{max-width:var(--maxw);margin:0 auto;padding:44px 24px 28px;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:28px}
.fvh-footer h4{color:#fff;font-size:14px;font-weight:600;margin:0 0 12px}
.fvh-footer .brand{display:flex;align-items:center;gap:9px;font-weight:700;font-size:20px;color:#fff;margin-bottom:10px}
.fvh-footer p{font-size:14px;line-height:1.7;color:#97a2c2;margin:0}
.fvh-footer ul{list-style:none;margin:0;padding:0}
.fvh-footer li{margin:0 0 8px}
.fvh-footer a{font-size:14px;color:#b6c0db}
.fvh-footer a:hover{color:#fff}
.fvh-footer .bottom{border-top:1px solid #283457;padding:16px 24px;text-align:center;font-size:12.5px;color:#7b86a8}
@media(max-width:760px){.fvh-footer .top{grid-template-columns:1fr 1fr}}
@media(max-width:460px){.fvh-footer .top{grid-template-columns:1fr}}

/* search form */
.fvh-search{display:flex;gap:8px;max-width:420px}
.fvh-search input[type=search]{flex:1;border:1px solid var(--line);border-radius:var(--radius-pill);padding:11px 16px;font:inherit;font-size:14px;background:var(--surface);color:var(--ink)}
.fvh-search button{border:0;background:var(--navy);color:#fff;border-radius:var(--radius-pill);padding:0 18px;font-weight:600;cursor:pointer}
