/* Ventidea — gedeelde website-opmaak */

:root {
  --paper: #f7f6f2;
  --white: #ffffff;
  --ink: #121318;
  --muted: #676970;
  --soft: #a8a7a2;
  --line: rgba(18,19,24,.14);
  --dark: #121318;
  --dark-2: #1a1b20;
  --orange: #ef7e45;
  --coral: #ee6652;
  --pink: #ce4975;
  --violet: #8a37aa;
  --blue: #4339ba;
  --accent: linear-gradient(125deg, var(--orange), var(--coral) 27%, var(--pink) 52%, var(--violet) 76%, var(--blue));
  --wrap: min(1280px, calc(100vw - 56px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: rgba(206,73,117,.24); }
.noise {
  position: fixed; inset: 0; z-index: 90; pointer-events: none; opacity: .022;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}
.progress { position: fixed; top: 0; left: 0; height: 2px; width: 0; z-index: 120; background: var(--accent); }
.wrap { width: var(--wrap); margin: 0 auto; }
.nav { position: fixed; inset: 0 0 auto; z-index: 100; transition: .28s ease; background: #ffffff; border-bottom: 1px solid rgba(18,19,24,.08); }
.nav.scrolled { background: rgba(255,255,255,.94); backdrop-filter: blur(16px); box-shadow: 0 8px 30px rgba(18,19,24,.05); }
.nav-inner { width: var(--wrap); height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; font-size: .88rem; font-weight: 780; letter-spacing: .23em; }
.brand-mark { width: 32px; height: 32px; object-fit: contain; flex: 0 0 auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 32px; font-size: .88rem; }
.nav-links > a:not(.button) { color: #585a61; transition: .2s ease; }
.nav-links > a:not(.button):hover { color: var(--ink); }
.nav-links > a.active { color: var(--ink); font-weight: 720; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--ink); border-radius: 999px; padding: 12px 18px; font-weight: 690; transition: .25s ease; }
.button:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }
.hero .button { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.72); color: #fff; }
.hero .button:hover { background: #fff; color: var(--ink); border-color: #fff; }
.button.light { color: #fff; border-color: rgba(255,255,255,.75); }
.button.light:hover { background: #fff; color: var(--ink); border-color: #fff; }
.hero { min-height: 100svh; padding: 136px 0 76px; display: grid; align-items: center; position: relative; overflow: hidden; background:
  radial-gradient(circle at 20% 18%, rgba(255,255,255,.10), transparent 24%),
  radial-gradient(circle at 78% 28%, rgba(67,57,186,.14), transparent 26%),
  radial-gradient(circle at 62% 58%, rgba(138,55,170,.10), transparent 22%),
  linear-gradient(135deg, #060b16 0%, #0a1220 42%, #101a2c 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(2px 2px at 10% 18%, rgba(255,255,255,.78), transparent 55%),
    radial-gradient(1.6px 1.6px at 18% 72%, rgba(255,255,255,.55), transparent 55%),
    radial-gradient(1.8px 1.8px at 34% 36%, rgba(255,255,255,.62), transparent 55%),
    radial-gradient(1.7px 1.7px at 51% 16%, rgba(255,255,255,.60), transparent 55%),
    radial-gradient(1.6px 1.6px at 67% 64%, rgba(255,255,255,.48), transparent 55%),
    radial-gradient(2px 2px at 82% 24%, rgba(255,255,255,.68), transparent 55%),
    radial-gradient(1.5px 1.5px at 88% 72%, rgba(255,255,255,.50), transparent 55%),
    radial-gradient(1.4px 1.4px at 73% 46%, rgba(255,255,255,.44), transparent 55%),
    radial-gradient(1.5px 1.5px at 27% 54%, rgba(255,255,255,.42), transparent 55%),
    radial-gradient(2px 2px at 58% 82%, rgba(255,255,255,.35), transparent 55%);
  opacity: .85;
}
.hero-grid { width: var(--wrap); margin: auto; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: clamp(30px, 5vw, 90px); align-items: center; position: relative; z-index: 1; }
.kicker { font-size: .76rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 750; color: rgba(255,255,255,.72); margin-bottom: 26px; display: flex; align-items: center; gap: 12px; }
.kicker::before { content: ""; width: 40px; height: 1px; background: rgba(255,255,255,.32); }
h1 { font-size: clamp(4rem, 7.8vw, 8.2rem); line-height: 0.86; letter-spacing: -.072em; margin: 0; font-weight: 740; max-width: 900px; color: #ffffff; }
.hero-line { display: block; overflow: hidden; padding-bottom: .07em; }
.hero-line.brought-line { line-height: 1.20; }
.hero-line span { display: block; transform: translateY(112%); animation: rise 1s cubic-bezier(.16,1,.3,1) forwards; }
.hero-line:nth-child(2) span { animation-delay: .09s; }
.hero-line:nth-child(3) span { animation-delay: .18s; }
.hero-line .soft { color: rgba(255,255,255,.66); }
.soft-word { color: rgba(255,255,255,.66); font: inherit; }
.hero-copy { max-width: 610px; margin: 34px 0 36px; color: rgba(255,255,255,.76); font-size: clamp(1rem, 1.35vw, 1.24rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.text-link { font-weight: 680; border-bottom: 1px solid rgba(255,255,255,.72); padding: 11px 2px 7px; color: #fff; }
.logo-stage { height: min(61vw, 650px); min-height: 490px; display: grid; place-items: center; position: relative; isolation: isolate; }
.logo-stage::before { content: ""; position: absolute; width: 61.2%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.025), transparent 66%); filter: blur(2px); z-index: 0; }
.logo-art { position: relative; width: 85%; height: 85%; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; transform-origin: center; }
.orbit.one { width: 84%; aspect-ratio: 1; animation: orbit-outer 16s ease-in-out infinite; }
.orbit.two { width: 59%; aspect-ratio: 1; border-color: rgba(255,255,255,.105); animation: orbit-inner 12s ease-in-out infinite; }
.planet-orbit { position: absolute; border-radius: 50%; z-index: 2; pointer-events: none; transform-origin: 50% 50%; }
.planet-orbit.outer { width: 84%; aspect-ratio: 1; animation: planet-orbit-clockwise 16s linear infinite; }
.planet-orbit.inner { width: 59%; aspect-ratio: 1; animation: planet-orbit-counter 12s linear infinite; }
.planet { position: absolute; left: 50%; border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 18px rgba(206,73,117,.42), 0 0 5px rgba(255,255,255,.30); }
.planet.start { top: 0; }
.planet.opposite { top: 100%; }
.planet.pink { width: 9px; height: 9px; background: #d54878; }
.planet.orange { width: 11px; height: 11px; background: linear-gradient(135deg, #ef7e45, #ee6652); box-shadow: 0 0 20px rgba(239,126,69,.44), 0 0 6px rgba(255,255,255,.28); }
.planet.purple { width: 8px; height: 8px; background: #9a3cad; box-shadow: 0 0 17px rgba(154,60,173,.48), 0 0 5px rgba(255,255,255,.22); }
.planet.blue { width: 10px; height: 10px; background: linear-gradient(135deg, #6d38c6, #4339ba); box-shadow: 0 0 19px rgba(67,57,186,.46), 0 0 5px rgba(255,255,255,.24); }
.mark { position: relative; z-index: 3; width: min(72%, 455px); animation: logo-float 6s ease-in-out infinite; filter: drop-shadow(0 22px 34px rgba(3,7,17,.32)); }
.hero-note { position: absolute; right: 26px; bottom: 28px; writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: .2em; font-size: .67rem; color: rgba(255,255,255,.46); }
.ticker { border-block: 1px solid var(--line); background: var(--white); overflow: hidden; }
.ticker-track {
  display: flex;
  width: max-content;
  padding: 18px 0;
  text-transform: uppercase;
  letter-spacing: .19em;
  font-size: .74rem;
  font-weight: 720;
  color: #66686e;
  will-change: transform;
}
.ticker-track.running { animation: ticker-scroll var(--ticker-duration, 28s) linear infinite; }
.ticker-group { display: flex; flex: 0 0 auto; min-width: max-content; }
.ticker-item { padding: 0 36px; display: flex; align-items: center; gap: 36px; white-space: nowrap; flex: 0 0 auto; }
.ticker-item i { width: 5px; height: 5px; border-radius: 50%; background: var(--pink); flex: 0 0 auto; }
.section { padding: 150px 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #76777d; text-transform: uppercase; letter-spacing: .2em; font-size: .75rem; font-weight: 740; margin-bottom: 36px; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: #9d9c97; }
.statement { margin: 0; max-width: 1120px; font-size: clamp(2.8rem, 5.5vw, 6rem); line-height: 1.01; letter-spacing: -.057em; font-weight: 660; }
.statement .soft { color: #aaa9a4; }
.product { background: var(--dark); color: #f7f6f2; overflow: hidden; position: relative; }
.product::after { content: ""; position: absolute; width: 280px; height: 2px; right: 6vw; top: 120px; background: var(--accent); opacity: .9; }
.product-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(58px, 8vw, 130px); align-items: end; }
.product-index { color: #a5a6ad; font-size: .75rem; text-transform: uppercase; letter-spacing: .2em; }
.product-title { margin: 30px 0 0; font-size: clamp(5rem, 10.5vw, 10.8rem); line-height: .78; letter-spacing: -.08em; font-weight: 720; }
.product-title .accent { background: var(--accent); -webkit-background-clip: text; background-clip: text; color: transparent; }
.product-copy { margin: 0 0 42px; max-width: 690px; font-size: clamp(1.3rem, 2.15vw, 2.05rem); line-height: 1.38; color: #d4d4d8; }
.product-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0 0 44px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.16); }
.product-meta div { color: #9fa1a8; font-size: .82rem; line-height: 1.55; }
.product-meta strong { color: #fff; font-size: 1rem; display: block; margin-bottom: 8px; }
.product-note { margin-top: 26px; color: #888a92; font-size: .79rem; }
.closing-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: start; }
.closing h2 { font-size: clamp(3.5rem, 6.3vw, 7rem); line-height: .9; letter-spacing: -.064em; margin: 0; font-weight: 710; }
.closing-copy { max-width: 530px; color: #63656c; font-size: 1.16rem; line-height: 1.7; padding-top: 10px; }
.closing-copy p { margin: 0 0 34px; }
.footer { border-top: 1px solid var(--line); padding: 34px 0 42px; }
.footer-inner { width: var(--wrap); margin: auto; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #74767c; font-size: .82rem; }
.footer-links {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}
@media (max-width: 560px) {
  .footer-links {
    margin-left: 0;
    flex-wrap: wrap;
  }
}
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes rise { to { transform: translateY(0); } }
@keyframes float { 50% { transform: translateY(-12px); } }
@keyframes logo-float { 50% { transform: translateY(-14px) rotate(.7deg); } }
@keyframes orbit-outer { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(6px,-8px) scale(1.012); } }
@keyframes orbit-inner { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-5px,7px) scale(.99); } }
@keyframes planet-orbit-clockwise { to { transform: rotate(360deg); } }
@keyframes planet-orbit-counter { to { transform: rotate(-360deg); } }
@keyframes ticker-scroll { from { transform: translate3d(0,0,0); } to { transform: translate3d(var(--ticker-distance),0,0); } }
@media (prefers-reduced-motion: reduce) {
  .planet-orbit, .orbit, .mark { animation-play-state: paused !important; }
}

.reportags-section {
  position: relative;
  background: var(--paper);
  color: var(--ink);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.reportags-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--accent);
}
.reportags-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(60px, 8vw, 130px);
  align-items: start;
}
.reportags-label {
  color: #777980;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 740;
  margin-bottom: 30px;
}
.reportags-brand-row {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 30px);
}
.reportags-logo {
  width: clamp(65.6px, 6.8vw, 97.6px);
  height: auto;
  flex: 0 0 auto;
  filter: drop-shadow(0 14px 24px rgba(18,19,24,.12));
}
.reportags-wordmark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  max-width: 100%;
  text-align: left;
}
.reportags-heading {
  margin: 0;
  color: #000000;
  font-size: clamp(2.72rem, 4.16vw, 4.64rem);
  line-height: .88;
  letter-spacing: -.065em;
  font-weight: 720;
}
.reportags-heading .accent {
  color: #000000;
}
.reportags-tagline {
  margin-top: 20px;
  color: #62656c;
  font-size: clamp(.78rem, .95vw, 1rem);
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  white-space: nowrap;
}
.reportags-intro {
  margin: 4px 0 42px;
  max-width: 720px;
  color: #555860;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.42;
  letter-spacing: -.018em;
}
.reportags-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0 0 42px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.reportags-feature {
  min-height: 170px;
  padding: 28px 26px 28px 0;
}
.reportags-feature + .reportags-feature {
  padding-left: 26px;
  border-left: 1px solid var(--line);
}
.reportags-feature strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1rem;
}
.reportags-feature span {
  display: block;
  color: #6d6f76;
  font-size: .89rem;
  line-height: 1.62;
}
.reportags-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.reportags-actions .text-link {
  color: var(--ink);
  border-bottom-color: var(--ink);
}
.reportags-actions .reportags-cta {
  background: #3b82f6;
  border-color: #3b82f6;
  color: #ffffff;
}
.reportags-actions .reportags-cta:hover {
  background: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 920px) {
  :root { --wrap: min(100% - 34px, 760px); }
  .hero-grid, .product-grid, .closing-grid, .reportags-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 124px; }
  .logo-stage { height: 440px; min-height: 0; }
  .product-grid { gap: 58px; }
  .product-meta { grid-template-columns: 1fr; }
  .reportags-features { grid-template-columns: 1fr; }
  .reportags-feature { min-height: 0; padding: 24px 0; }
  .reportags-feature + .reportags-feature { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 108px 0; }
  .nav-links { gap: 20px; font-size: .82rem; }
  .hero-note { display: none; }
}
@media (max-width: 560px) {
  :root { --wrap: calc(100vw - 28px); }
  .nav-inner { height: 74px; }
  .brand { letter-spacing: .18em; gap: 9px; }
  .brand-mark { width: 29px; height: 29px; }
  .nav-links { gap: 14px; font-size: .76rem; }
  .button { padding: 10px 14px; font-size: .82rem; }
  h1 { font-size: 3.35rem; }
  .logo-stage { height: 335px; }
  .mark { width: min(65%, 250px); }
  .statement { font-size: 2.65rem; }
  .product-title { font-size: 4.7rem; }
  .reportags-brand-row { gap: 14px; }
  .reportags-logo { width: 54.4px; }
  .reportags-heading { font-size: 3.04rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; }
  .hero-line span { transform: none; }
  .reveal { opacity: 1; transform: none; }
}

/* Contactpagina */
.contact-section {
  scroll-margin-top: 88px;
  position: relative;
  background: var(--paper);
  color: var(--ink);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.contact-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: var(--accent);
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(440px, 1.22fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: start;
}
.contact-label {
  color: #777980;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 740;
  margin-bottom: 30px;
}
.contact-title {
  margin: 0;
  color: #000;
  font-size: clamp(3.4rem, 6vw, 6.5rem);
  line-height: .9;
  letter-spacing: -.06em;
  font-weight: 720;
}
.contact-intro {
  margin: 0 0 44px;
  max-width: 620px;
  color: #5f6168;
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  line-height: 1.55;
}
.company-details {
  margin: 0;
  border-top: 1px solid var(--line);
}
.company-row {
  display: grid;
  grid-template-columns: minmax(130px, .42fr) minmax(0, 1fr);
  gap: 28px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.company-row dt {
  color: #777980;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .17em;
  font-weight: 740;
}
.company-row dd {
  margin: 0;
  color: #17181d;
  font-size: 1.04rem;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.company-row dd.placeholder {
  color: #9a9b9f;
  font-weight: 500;
}
.company-row a {
  color: #3b82f6;
  border-bottom: 0px solid rgba(37,99,235,.28);
}
@media (max-width: 920px) {
  .contact-layout { grid-template-columns: 1fr; gap: 54px; }
}
@media (max-width: 560px) {
  .contact-section { scroll-margin-top: 74px; }
  .company-row { grid-template-columns: 1fr; gap: 8px; padding: 18px 0; }
  .contact-title { font-size: 3.1rem; }
}
