/*
Theme Name: Vansy Concept B
Theme URI: https://vansy-concept-b-nl.217-154-223-238.plesk.page/
Author: Vansy
Description: Een zelfstandig, mensgericht Vansy-concept met krachtige typografie en één oranje accent.
Version: 1.1.0
Text Domain: vansy-concept-b
*/

:root {
  --orange: #ef8a33;
  --ink: #242220;
  --paper: #fdfcf9;
  --cream: #f5f1ea;
  --sand: #e6ddd1;
  --muted: #746d65;
  --line: rgba(36, 34, 32, .12);
  --max: 1280px;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.72; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .2em; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.skip-link { position: fixed; z-index: 999; top: .5rem; left: .5rem; transform: translateY(-150%); background: var(--paper); padding: .75rem 1rem; font-weight: 800; }
.skip-link:focus { transform: none; }
.topline { height: 6px; background: var(--orange); }
.blackline { height: 3px; background: var(--ink); }
.shell { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--pad); }

.site-header { background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: baseline; gap: .16em; text-decoration: none; font-family: var(--display); font-size: clamp(2.15rem, 4vw, 3.25rem); font-weight: 900; line-height: .85; letter-spacing: -.075em; }
.brand-dot { width: .25em; height: .25em; border-radius: 50%; background: var(--orange); flex: none; }
.nav-toggle { display: none; appearance: none; border: 0; background: var(--ink); color: white; padding: .75rem 1rem; font: inherit; font-weight: 800; cursor: pointer; }
.main-nav ul { display: flex; align-items: center; gap: clamp(.8rem, 1.7vw, 1.7rem); padding: 0; margin: 0; list-style: none; }
.main-nav a { position: relative; display: block; text-decoration: none; font-family: var(--body); font-size: .8rem; font-weight: 700; letter-spacing: .01em; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 3px; background: var(--orange); transition: right .22s ease; }
.main-nav a:hover::after, .main-nav .current-menu-item > a::after { right: 0; }

.process-nav { background: var(--cream); border-bottom: 1px solid var(--line); }
.process-nav-inner { min-height: 46px; display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.25rem); overflow-x: auto; scrollbar-width: none; }
.process-nav-inner::-webkit-scrollbar { display: none; }
.process-label { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.process-nav a { display: inline-flex; align-items: center; gap: .55rem; color: var(--ink); font-size: .75rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.process-nav a::before { content: ""; width: .34rem; height: .34rem; border-radius: 50%; background: var(--orange); opacity: .72; }
.process-nav a:hover { color: #b85e19; }

.hero { min-height: min(760px, calc(100vh - 149px)); display: grid; grid-template-rows: 1fr auto; padding-block: clamp(3.5rem, 6vw, 6rem) 1.5rem; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(240px, .5fr); gap: 3rem; align-items: start; }
.eyebrow { display: flex; align-items: center; gap: .8rem; margin: 0 0 1.2rem; text-transform: uppercase; font-family: var(--display); font-weight: 850; letter-spacing: .12em; font-size: .78rem; }
.eyebrow::before { content: ""; width: .65rem; height: .65rem; border-radius: 50%; background: var(--orange); flex: none; }
.hero h1, .page-hero h1, .section-title { margin: 0; font-family: var(--display); font-weight: 950; text-transform: uppercase; letter-spacing: -.065em; line-height: .88; }
.hero h1 { max-width: 820px; font-size: clamp(3.55rem, 8vw, 7rem); }
.orange { color: var(--orange); }
.hero-note { padding-top: 2.3rem; text-align: right; font-family: var(--display); font-weight: 750; text-transform: uppercase; letter-spacing: .04em; line-height: 1.25; }
.hero-note a { text-decoration: none; }
.hero-copy { max-width: 620px; margin: 1.75rem 0 0; color: #4f4a45; font-size: clamp(1rem, 1.35vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: .65rem; padding: .72rem 1.05rem; border: 1px solid var(--ink); background: var(--ink); color: white; text-decoration: none; font-family: var(--body); font-size: .8rem; font-weight: 750; letter-spacing: .01em; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button::after { content: "→"; }
.button:hover { transform: translateY(-2px); background: var(--orange); color: var(--ink); }
.button-light { background: transparent; color: var(--ink); }
.service-strip { display: flex; align-items: center; gap: 1.05rem; overflow: hidden; padding-top: 2.5rem; white-space: nowrap; font-size: clamp(.78rem, 1.5vw, .98rem); font-weight: 700; letter-spacing: .015em; }
.service-strip span { display: inline-flex; align-items: center; gap: 1.25rem; }
.service-strip span:not(:last-child)::after { content: ""; width: .75rem; height: .75rem; border-radius: 50%; background: var(--orange); }

.section { padding-block: clamp(4rem, 7vw, 7rem); }
.section-cream { background: var(--cream); }
.section-black { background: var(--ink); color: white; }
.section-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 2rem; align-items: end; margin-bottom: clamp(2.5rem, 5vw, 5rem); }
.section-title { max-width: 800px; font-size: clamp(2.45rem, 4.8vw, 4.8rem); }
.section-intro { max-width: 620px; margin: 0; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.16rem); }
.services { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.service-card { position: relative; min-height: 230px; padding: 1.7rem 1.5rem 1.7rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.service-card:nth-child(odd) { border-right: 1px solid var(--line); }
.service-card:nth-child(even) { padding-left: 2rem; }
.service-number { display: block; margin-bottom: 2rem; color: var(--orange); font-family: var(--display); font-weight: 800; }
.service-card h3 { margin: 0 0 .8rem; max-width: 90%; font-family: var(--display); font-size: clamp(1.8rem, 2.8vw, 2.9rem); line-height: 1; letter-spacing: -.035em; }
.service-card p { max-width: 500px; margin: 0; color: var(--muted); }
.service-card .arrow { position: absolute; top: 2rem; right: 1.5rem; display: grid; place-items: center; width: 3rem; height: 3rem; border: 1px solid var(--ink); border-radius: 50%; transition: background .18s ease, transform .18s ease; }
.service-card:hover .arrow { background: var(--orange); transform: rotate(-35deg); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.photo-frame { position: relative; }
.photo-frame::after { content: ""; position: absolute; z-index: 2; right: -2.5rem; bottom: -2.5rem; width: clamp(5rem, 11vw, 10rem); aspect-ratio: 1; border-radius: 50%; background: var(--orange); }
.photo-frame img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.7) contrast(1.04); }
.content h2 { margin: 0 0 1.2rem; font-family: var(--display); font-size: clamp(2.25rem, 4.2vw, 4.2rem); line-height: .98; letter-spacing: -.04em; }
.content h3 { margin: 2rem 0 .6rem; font-family: var(--display); font-size: clamp(1.45rem, 2.5vw, 2.2rem); line-height: 1; text-transform: uppercase; }
.content p { max-width: 720px; }
.content ul, .check-list { padding: 0; margin: 1.5rem 0; list-style: none; }
.content li, .check-list li { position: relative; padding: .72rem 0 .72rem 1.7rem; border-bottom: 1px solid var(--line); }
.content li::before, .check-list li::before { content: ""; position: absolute; left: 0; top: 1.25rem; width: .58rem; height: .58rem; border-radius: 50%; background: var(--orange); }
.manifesto { display: grid; grid-template-columns: .65fr 1.35fr; gap: 3rem; align-items: start; }
.manifesto blockquote { margin: 0; font-family: var(--display); font-size: clamp(2.4rem, 4.8vw, 5rem); font-weight: 850; line-height: .97; letter-spacing: -.045em; }
.manifesto .orange-ball { width: clamp(5rem, 10vw, 8rem); aspect-ratio: 1; border-radius: 50%; background: var(--orange); margin-top: 2rem; opacity: .9; }

.work-process { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.process-step { padding: 1.5rem 1.2rem 1.5rem 0; border-bottom: 1px solid var(--line); }
.process-step + .process-step { padding-left: 1.2rem; border-left: 1px solid var(--line); }
.process-step span { display: block; margin-bottom: 2rem; color: var(--orange); font-size: .72rem; font-weight: 800; }
.process-step h3 { margin: 0 0 .65rem; font-family: var(--display); font-size: clamp(1.25rem, 1.8vw, 1.75rem); line-height: 1.05; }
.process-step p { margin: 0; color: var(--muted); font-size: .88rem; }

.page-hero { padding-block: clamp(3.5rem, 6vw, 6rem); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 3rem; align-items: end; }
.page-hero h1 { font-size: clamp(3.4rem, 7vw, 6.7rem); }
.page-kicker { max-width: 420px; margin: 0 0 .6rem auto; font-size: 1.2rem; }
.page-body { padding-block: clamp(4rem, 8vw, 8rem); }
.page-body > *:first-child { margin-top: 0; }
.page-body h2 { margin: 3.5rem 0 1rem; font-family: var(--display); font-size: clamp(2.1rem, 4vw, 3.8rem); line-height: .98; letter-spacing: -.04em; }
.page-body h3 { margin: 2.5rem 0 .6rem; font-family: var(--display); font-size: clamp(1.5rem, 3vw, 2.7rem); line-height: 1; text-transform: uppercase; }
.page-body p { max-width: 800px; }
.page-body > p:first-of-type { font-size: clamp(1.2rem, 2vw, 1.55rem); }
.page-body ul, .page-body ol { max-width: 850px; }
.page-body li { margin-bottom: .75rem; }
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 3rem 0; background: var(--line); border: 1px solid var(--line); }
.step { counter-increment: step; padding: 2rem; background: var(--paper); }
.step::before { content: "0" counter(step); display: block; margin-bottom: 2.5rem; color: var(--orange); font-family: var(--display); font-weight: 900; }
.step h3 { margin-top: 0; }
.cta { display: grid; grid-template-columns: 1.3fr .7fr; gap: 2rem; align-items: end; padding: clamp(2rem, 5vw, 5rem); background: var(--orange); color: var(--ink); }
.cta h2 { margin: 0; font-family: var(--display); font-size: clamp(2.45rem, 4.5vw, 4.6rem); line-height: .95; letter-spacing: -.045em; }

.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.post-card { display: flex; flex-direction: column; min-height: 330px; padding: 1.6rem; background: var(--paper); text-decoration: none; }
.post-card:hover h2 { color: #b85e19; }
.post-card time { color: var(--muted); font-size: .76rem; }
.post-card h2 { margin: auto 0 .85rem; font-family: var(--display); font-size: clamp(1.65rem, 2.2vw, 2.35rem); line-height: 1.03; letter-spacing: -.035em; transition: color .18s ease; }
.post-card p { margin: 0; color: var(--muted); }
.single-article { max-width: 840px; }
.single-article .entry-meta { margin-bottom: 2rem; color: var(--muted); font-size: .85rem; }
.single-article img { margin-block: 2rem; }
.empty-state { max-width: 680px; padding: clamp(2rem, 5vw, 4rem); background: var(--cream); }
.cta .button { justify-self: end; }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 7vw, 7rem); }
.contact-details { padding: 2rem; background: var(--cream); }
.contact-details h2 { margin-top: 0; }
.contact-details address { font-style: normal; }
.contact-details a { font-weight: 750; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field-full { grid-column: 1 / -1; }
.contact-form label { display: block; margin-bottom: .35rem; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--ink); border-radius: 0; background: white; padding: .85rem; font: inherit; }
.contact-form textarea { min-height: 180px; resize: vertical; }
.contact-form button { cursor: pointer; }
.form-status { grid-column: 1 / -1; padding: 1rem; background: var(--cream); border-left: 5px solid var(--orange); }
.hp { position: absolute !important; left: -10000px !important; }

.site-footer { background: var(--ink); color: white; }
.footer-top { display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; padding-block: clamp(4rem, 8vw, 7rem); }
.footer-title { margin: 0; max-width: 760px; font-family: var(--display); font-size: clamp(3.1rem, 6vw, 6rem); font-weight: 880; line-height: .92; letter-spacing: -.05em; }
.footer-contact { align-self: end; font-family: var(--display); text-transform: uppercase; font-weight: 800; letter-spacing: .035em; }
.footer-contact a { color: white; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-block: 1.5rem; border-top: 1px solid rgba(255,255,255,.25); font-size: .85rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.2rem; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; }
  .main-nav { position: absolute; z-index: 20; top: 103px; left: 0; right: 0; display: none; padding: 1.25rem var(--pad) 2rem; background: var(--paper); border-bottom: 1px solid var(--ink); }
  .main-nav.is-open { display: block; }
  .main-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .main-nav a { padding: .72rem 0; font-size: 1.05rem; }
  .hero-grid, .page-hero-grid, .section-head, .manifesto { grid-template-columns: 1fr; }
  .work-process { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-note, .page-kicker { margin-left: 0; text-align: left; }
  .section-intro { margin-left: 0; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .topline { height: 5px; }
  .blackline { height: 2px; }
  .header-inner { min-height: 78px; }
  .main-nav { top: 85px; }
  .hero { min-height: auto; padding-top: 4rem; }
  .hero h1, .page-hero h1 { font-size: clamp(3.25rem, 16vw, 5.4rem); }
  .hero-note { padding-top: 0; }
  .service-strip { margin-right: calc(var(--pad) * -1); overflow-x: auto; padding-bottom: .5rem; }
  .services, .split, .steps, .cta, .contact-grid, .footer-top, .post-grid { grid-template-columns: 1fr; }
  .work-process { grid-template-columns: 1fr; }
  .process-step + .process-step { padding-left: 0; border-left: 0; }
  .service-card:nth-child(odd) { border-right: 0; }
  .service-card:nth-child(even) { padding-left: 0; }
  .photo-frame { margin-right: 1.5rem; }
  .photo-frame::after { right: -1.5rem; bottom: -1.5rem; }
  .cta .button { justify-self: start; }
  .contact-form { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .footer-contact { align-self: start; }
}
