/*
Theme Name: HNTR Concepts
Theme URI: https://hntrconcepts.com
Author: HNTR Concepts
Author URI: https://hntrconcepts.com
Description: Maatwerk WordPress-thema voor HNTR Concepts – E-commerce & Shopify Growth Partner.
Version: 1.1.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: hntr
*/

:root {
  --hntr-black: #080b0d;
  --hntr-charcoal: #111518;
  --hntr-ink: #171b1e;
  --hntr-white: #fff;
  --hntr-cream: #f4f1eb;
  --hntr-grey: #d8d6d0;
  --hntr-muted: #73787b;
  --hntr-orange: #f65200;
  --hntr-orange-dark: #d94700;
  --hntr-shopify: #95bf47;
  --hntr-google: #4285f4;
  --hntr-line: rgba(255,255,255,.12);
  --hntr-radius: 18px;
  --hntr-shadow: 0 24px 70px rgba(8,11,13,.12);
  --hntr-max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--hntr-ink);
  background: var(--hntr-cream);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--hntr-max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.skip-link {
  position: absolute; top: -100px; left: 20px; z-index: 9999;
  padding: 12px 18px; background: var(--hntr-orange); color: white;
}
.skip-link:focus { top: 20px; }

h1,h2,h3,h4 { margin: 0 0 .5em; font-weight: 800; line-height: 1.05; letter-spacing: -.045em; }
h1 { font-size: clamp(3.2rem, 7.5vw, 7rem); max-width: 1050px; }
h2 { font-size: clamp(2.35rem, 5vw, 4.7rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
p { margin: 0 0 1.2em; }
.eyebrow {
  display: inline-flex; gap: 9px; align-items: center; margin-bottom: 22px;
  color: var(--hntr-orange); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.section-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; margin-bottom: 54px; }
.section-head p { color: #5c6265; font-size: 19px; margin: 0; }
.section-head--light p { color: #afb3b5; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 4px;
  background: var(--hntr-orange); color: white; font-size: 15px; font-weight: 800;
  cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button::after { content: "↗"; font-size: 20px; line-height: 1; }
.button:hover { transform: translateY(-2px); background: var(--hntr-orange-dark); }
.button--ghost { color: white; background: transparent; border-color: rgba(255,255,255,.35); }
.button--ghost:hover { background: rgba(255,255,255,.08); border-color: white; }
.button--dark { background: var(--hntr-black); }
.button--dark:hover { background: #24292c; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--hntr-orange); font-size: 14px; font-weight: 800; }
.text-link::after { content: "↗"; font-size: 18px; transition: transform .2s; }
.text-link:hover::after { transform: translate(3px,-3px); }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 50; color: white;
  border-bottom: 1px solid var(--hntr-line);
}
.header-inner { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; justify-content:center; width: 200px; height: 78px; overflow: hidden; border-radius: 3px; background:#fff; }
.brand img { width: 200px; height:200px; max-width: none; object-fit:cover; object-position:center 46%; }
.brand-fallback { display: flex; align-items: center; gap: 8px; font-size: 30px; font-weight: 900; letter-spacing: -.06em; }
.brand-fallback i { color: var(--hntr-orange); font-style: normal; }
.site-nav { display: flex; align-items: center; gap: 31px; }
.site-nav ul { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.site-nav a { font-size: 14px; font-weight: 700; }
.site-nav li a:hover, .site-nav .current-menu-item > a { color: var(--hntr-orange); }
.header-cta { min-height: 46px; padding-inline: 19px; }
.menu-toggle { display: none; width: 46px; height: 46px; color: white; background: transparent; border: 1px solid var(--hntr-line); }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { display: block; content:""; width: 21px; height: 2px; margin: 5px auto; background: currentColor; }

.hero {
  position: relative; min-height: 920px; display: flex; align-items: center; overflow: hidden;
  padding: 170px 0 105px; color: white; background: var(--hntr-black);
}
.hero::before {
  content:""; position:absolute; inset:0;
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.05) 50%, transparent 50.1%),
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 100% 100%, 100% 120px; mask-image: linear-gradient(to bottom,black,transparent 90%);
}
.hero::after {
  content:""; position:absolute; width: 500px; height: 500px; right: -120px; top: 100px;
  border: 1px solid rgba(246,82,0,.45); border-radius: 50%; box-shadow: 0 0 140px rgba(246,82,0,.13);
}
.hero-content { position: relative; z-index: 2; }
.hero h1 span { color: var(--hntr-orange); }
.hero-lead { max-width: 730px; margin: 30px 0 36px; color: #c5c8ca; font-size: clamp(1.1rem,2vw,1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-note { display: flex; flex-wrap: wrap; gap: 20px 32px; margin-top: 58px; color: #a8acae; font-size: 13px; font-weight: 700; }
.hero-note span { display: flex; align-items: center; gap: 9px; }
.hero-note span::before { content:""; width: 6px; height: 6px; border-radius: 50%; background: var(--hntr-orange); box-shadow: 0 0 0 5px rgba(246,82,0,.12); }
.hero-arrow {
  position: absolute; right: 8%; bottom: 80px; width: 265px; height: 265px; border-top: 3px solid var(--hntr-orange);
  transform: rotate(-45deg); opacity: .85;
}
.hero-arrow::after { content:""; position:absolute; right:-2px; top:-3px; width:70px; height:70px; border-top:3px solid var(--hntr-orange); border-right:3px solid var(--hntr-orange); transform:rotate(45deg) translate(15px,-20px); }

.routes { position: relative; z-index: 3; margin-top: -58px; padding-bottom: 120px; }
.route-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.route-card {
  min-height: 390px; padding: 34px; display: flex; flex-direction: column; border-radius: var(--hntr-radius);
  background: white; box-shadow: var(--hntr-shadow); transition: transform .3s ease;
}
.route-card:hover { transform: translateY(-8px); }
.route-card--shopify { background: #10160e; color: white; border-top: 5px solid var(--hntr-shopify); }
.route-card--project { background: var(--hntr-orange); color: white; }
.route-number { margin-bottom: 75px; color: var(--hntr-orange); font-size: 13px; font-weight: 900; letter-spacing: .16em; }
.route-card--shopify .route-number { color: var(--hntr-shopify); }
.route-card--project .route-number { color: white; }
.route-card p { color: #676c6f; font-size: 15px; }
.route-card--shopify p { color: #abb2a8; }
.route-card--project p { color: rgba(255,255,255,.82); }
.route-card .text-link { margin-top: auto; }
.route-card--shopify .text-link { color: var(--hntr-shopify); }
.route-card--project .text-link { color: white; }

.services { padding: 80px 0 130px; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #cdcac3; }
.service-card { min-height: 280px; padding: 31px 26px 26px; border-bottom: 1px solid #cdcac3; }
.service-card:not(:nth-child(4n)) { border-right: 1px solid #cdcac3; }
.service-icon {
  width: 42px; height: 42px; display: grid; place-items:center; margin-bottom: 50px;
  border: 1px solid #b9b6af; color: var(--hntr-orange); font-size: 20px; transform: rotate(-6deg);
}
.service-card h3 { font-size: 20px; letter-spacing: -.025em; }
.service-card p { color: #6d7274; font-size: 14px; }
.service-card.shopify .service-icon, .service-card.shopify .text-link { color: var(--hntr-shopify); }
.service-card.ads .text-link { color: var(--hntr-google); }

.challenges { padding: 130px 0; background: var(--hntr-charcoal); color: white; overflow:hidden; }
.challenge-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.challenge-list { border-top: 1px solid var(--hntr-line); }
.challenge-item { display:grid; grid-template-columns: 55px 1fr; gap:20px; padding: 25px 0; border-bottom:1px solid var(--hntr-line); }
.challenge-item strong { color: var(--hntr-orange); font-size: 13px; }
.challenge-item h3 { margin:0; font-size: 21px; letter-spacing:-.02em; }
.challenge-item p { margin:.35em 0 0; color:#aab0b3; font-size:14px; }
.challenge-visual {
  position:relative; min-height:570px; padding:50px; border:1px solid var(--hntr-line); border-radius:30px;
  background: radial-gradient(circle at 85% 15%,rgba(246,82,0,.22),transparent 36%), #0b0f11;
}
.growth-chart { position:absolute; inset:auto 50px 60px; height:280px; border-left:1px solid #4b5053; border-bottom:1px solid #4b5053; }
.growth-chart svg { width:100%; height:100%; overflow:visible; }
.metric { font-size:66px; line-height:1; font-weight:900; letter-spacing:-.06em; }
.metric-label { color:#9ca2a5; font-size:13px; text-transform:uppercase; letter-spacing:.12em; }

.process { padding: 140px 0; }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); margin-top:65px; }
.process-step { position:relative; padding:30px 30px 30px 0; border-top:1px solid #bdbab3; }
.process-step:not(:last-child)::after { content:""; position:absolute; top:-4px; right:30px; width:7px; height:7px; background:var(--hntr-orange); transform:rotate(45deg); }
.process-step span { display:block; margin-bottom:75px; color:var(--hntr-orange); font-weight:900; font-size:13px; }
.process-step p { color:#656a6d; font-size:15px; }

.cases { padding: 135px 0; background: #dedbd4; }
.case-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.case-card { min-height:450px; display:flex; flex-direction:column; padding:30px; border-radius:var(--hntr-radius); background:white; overflow:hidden; }
.case-card--empty { background:var(--hntr-black); color:white; }
.case-kicker { color:var(--hntr-orange); font-size:12px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.case-card h3 { margin-top:auto; font-size:27px; }
.case-card p { color:#6b7174; font-size:14px; }
.case-card--empty p { color:#aab0b3; }
.case-result { display:flex; gap:8px; margin:12px 0 24px; color:var(--hntr-orange); font-weight:800; font-size:14px; }
.case-status { margin-top:auto; padding-top:24px; border-top:1px solid rgba(255,255,255,.13); color:#858b8e; font-size:12px; font-weight:800; letter-spacing:.07em; text-transform:uppercase; }

.brand-strip { padding:100px 0; color:white; background:var(--hntr-black); overflow:hidden; }
.brand-strip__head { margin-bottom:45px; }
.brand-strip h2 { max-width:760px; }
.brand-marquee { width:100%; overflow:hidden; border-top:1px solid var(--hntr-line); border-bottom:1px solid var(--hntr-line); }
.brand-track { display:flex; width:max-content; animation:hntr-marquee 30s linear infinite; }
.brand-marquee:hover .brand-track { animation-play-state:paused; }
.brand-item { width:300px; height:140px; display:flex; align-items:center; justify-content:center; padding:28px 42px; border-right:1px solid var(--hntr-line); }
.brand-item img { max-width:210px; max-height:92px; width:auto; padding:10px 16px; border-radius:9px; background:#fff; object-fit:contain; }
.brand-item span { color:#e4e5e5; font-size:24px; font-weight:850; letter-spacing:-.035em; white-space:nowrap; }
@keyframes hntr-marquee { to { transform:translateX(-50%); } }

.shopify-band { padding:120px 0; color:white; background:#0d150b; border-top:5px solid var(--hntr-shopify); }
.shopify-grid { display:grid; grid-template-columns:1fr 1fr; gap:90px; align-items:center; }
.shopify-mark { width:86px; height:86px; display:grid; place-items:center; margin-bottom:30px; color:#0d150b; background:var(--hntr-shopify); border-radius:24px; font-weight:900; font-size:42px; transform:rotate(-6deg); }
.shopify-band .eyebrow, .shopify-band .text-link { color:var(--hntr-shopify); }
.shopify-band p { color:#b7c0b3; }
.shopify-points { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.shopify-point { padding:22px; background:rgba(149,191,71,.08); border:1px solid rgba(149,191,71,.24); border-radius:12px; font-size:14px; font-weight:700; }

.about { padding:140px 0; }
.about-grid { display:grid; grid-template-columns:1fr 1fr; gap:100px; align-items:center; }
.about-panel { min-height:520px; position:relative; border-radius:28px; overflow:hidden; background:var(--hntr-black); }
.about-panel img { width:100%; height:100%; min-height:520px; object-fit:cover; object-position:61% center; }
.about-copy p { color:#62686b; font-size:18px; }
.proof-row { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:35px; }
.proof { padding:20px 12px 20px 0; border-top:1px solid #c4c1ba; font-size:13px; font-weight:800; }

.contact-section { padding:130px 0; color:white; background:var(--hntr-orange); }
.contact-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:90px; }
.contact-section .eyebrow { color:white; }
.contact-section h2 { font-size:clamp(2.8rem,5.5vw,5.4rem); }
.contact-meta { margin-top:45px; font-weight:700; }
.contact-meta a { display:block; }
.contact-form { display:grid; grid-template-columns:1fr 1fr; gap:15px; padding:35px; color:var(--hntr-ink); background:white; border-radius:var(--hntr-radius); box-shadow:var(--hntr-shadow); }
.field { display:flex; flex-direction:column; gap:7px; }
.field--wide { grid-column:1/-1; }
.field label { font-size:12px; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.field input,.field textarea,.field select { width:100%; min-height:50px; padding:12px 14px; border:1px solid #d8d5ce; border-radius:4px; background:#faf9f6; }
.field textarea { min-height:120px; resize:vertical; }
.field input:focus,.field textarea:focus,.field select:focus { outline:2px solid rgba(246,82,0,.25); border-color:var(--hntr-orange); }
.form-message { grid-column:1/-1; padding:10px 13px; border-radius:4px; background:#eef7e5; font-size:14px; }

.site-footer { padding:70px 0 30px; color:white; background:var(--hntr-black); }
.footer-grid { display:grid; grid-template-columns:1.4fr repeat(3,.6fr); gap:50px; padding-bottom:70px; }
.footer-brand { font-size:30px; font-weight:900; letter-spacing:-.05em; }
.footer-brand i { color:var(--hntr-orange); font-style:normal; }
.footer-intro { max-width:360px; margin-top:17px; color:#909699; font-size:14px; }
.footer-title { margin-bottom:16px; color:#777d80; font-size:11px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.footer-menu { list-style:none; margin:0; padding:0; }
.footer-menu li { margin:9px 0; }
.footer-menu a { color:#d1d3d4; font-size:14px; }
.footer-menu a:hover { color:var(--hntr-orange); }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; padding-top:25px; border-top:1px solid var(--hntr-line); color:#747a7d; font-size:12px; }

.page-hero { padding:190px 0 100px; color:white; background:var(--hntr-black); }
.page-hero h1 { font-size:clamp(3rem,6vw,5.8rem); }
.content-area { padding:90px 0 130px; }
.content-area .wp-block-image,.content-area img { border-radius:12px; }
.content-area h2 { margin-top:1.4em; font-size:clamp(2rem,4vw,3.3rem); }
.content-area h3 { margin-top:1.5em; }
.content-area a:not(.button) { color:var(--hntr-orange); text-decoration:underline; }
.article-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.article-card { padding:28px; background:white; border-radius:14px; box-shadow:0 12px 40px rgba(8,11,13,.06); }
.article-card time { color:var(--hntr-muted); font-size:12px; }
.article-card h2 { margin:.45em 0; font-size:24px; }
.post-nav { display:flex; justify-content:space-between; margin-top:60px; }
.screen-reader-text { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

@media (max-width: 1050px) {
  .site-nav ul { display:none; }
  .menu-toggle { display:block; }
  .site-nav.is-open { position:fixed; inset:0; padding:120px 30px 40px; display:block; background:var(--hntr-black); }
  .site-nav.is-open ul { display:flex; flex-direction:column; align-items:flex-start; gap:22px; }
  .site-nav.is-open a { font-size:26px; }
  .site-nav.is-open .header-cta { display:inline-flex; margin-top:28px; font-size:15px; }
  .site-nav.is-open + .menu-toggle { position:fixed; right:20px; top:22px; z-index:2; }
  .route-grid,.case-grid { grid-template-columns:1fr 1fr; }
  .route-card:last-child,.case-card:last-child { grid-column:1/-1; }
  .service-grid { grid-template-columns:repeat(2,1fr); }
  .service-card:not(:nth-child(4n)) { border-right:0; }
  .service-card:nth-child(odd) { border-right:1px solid #cdcac3; padding-left:0; }
  .service-card:nth-child(even) { padding-left:22px; }
  .challenge-wrap,.shopify-grid,.about-grid,.contact-grid { gap:60px; }
}

@media (max-width: 760px) {
  body { font-size:16px; }
  .container,.narrow { width:min(calc(100% - 28px),var(--hntr-max)); }
  .header-inner { height:76px; }
  .brand { width:150px; height:58px; }
  .brand img { width:150px; height:150px; object-position:center 46%; }
  .site-nav:not(.is-open), .header-cta { display:none; }
  .hero { min-height:760px; padding:122px 0 90px; }
  .hero h1 { max-width:100%; font-size:clamp(2.65rem,12.4vw,4.15rem); line-height:1.02; overflow-wrap:normal; word-break:normal; hyphens:none; }
  .hero-lead { margin:24px 0 30px; font-size:1.03rem; }
  .hero-actions { align-items:stretch; }
  .hero-actions .button { width:100%; }
  .hero-arrow { right:-100px; bottom:85px; }
  .hero-note { gap:13px 20px; margin-top:40px; }
  .routes { margin-top:-35px; padding-bottom:90px; }
  .route-grid,.service-grid,.challenge-wrap,.process-grid,.case-grid,.shopify-grid,.about-grid,.contact-grid,.article-grid,.section-head { grid-template-columns:1fr; }
  .route-card { min-height:340px; }
  .route-card:last-child,.case-card:last-child { grid-column:auto; }
  .route-number { margin-bottom:50px; }
  .section-head { gap:20px; margin-bottom:38px; }
  .services,.challenges,.process,.cases,.shopify-band,.about,.contact-section { padding:90px 0; }
  .service-card,.service-card:nth-child(even),.service-card:nth-child(odd) { min-height:220px; padding:27px 4px; border-right:0; }
  .service-icon { margin-bottom:35px; }
  .challenge-wrap { gap:50px; }
  .challenge-visual { min-height:440px; padding:30px; }
  .growth-chart { inset:auto 30px 50px; height:210px; }
  .metric { font-size:48px; }
  .process-step span { margin-bottom:40px; }
  .process-step:not(:last-child)::after { right:0; }
  .case-card { min-height:380px; }
  .shopify-points,.proof-row { grid-template-columns:1fr; }
  .brand-strip { padding:78px 0; }
  .brand-item { width:230px; height:112px; padding:22px 30px; }
  .brand-item span { font-size:20px; }
  .about-panel,.about-panel img { min-height:380px; }
  .about-panel img { object-position:60% center; }
  .contact-form { grid-template-columns:1fr; padding:22px; }
  .field--wide { grid-column:auto; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-grid > :first-child { grid-column:1/-1; }
  .footer-bottom { flex-direction:column; }
  .page-hero { padding:150px 0 80px; }
}

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