.elementor-1330 .elementor-element.elementor-element-172a4d5{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-dea627c *//* VELOS - SEAN V5 CSS
   Updates: Video gradient overlay, Anton question labels, equal height cards
   Theme: Amber (#e47f0a)
*/

.velos-sean {
  --sean-primary: #cf7712; --sean-light: #e47f0a; --sean-highlight: #edac62;
  --sean-glow: rgba(228,127,10,0.35); --sean-bg: rgba(228,127,10,0.08); --sean-border: rgba(228,127,10,0.25);
  --velos-cream: #ede0d4; --velos-black: #0a0a0a;
  --bg-primary: #0d0d0d; --bg-secondary: #111111; --bg-tertiary: #161616;
  --glass-bg: rgba(255,255,255,0.03); --glass-border: rgba(255,255,255,0.08);
  --text-readable: rgba(237,224,212,0.88); --text-readable-muted: rgba(237,224,212,0.65);
  --font-titles: 'Anton', sans-serif; --font-supporting: 'Playfair Display', Georgia, serif; --font-body: 'Crimson Pro', Georgia, serif;
  --transition-smooth: cubic-bezier(0.4,0,0.2,1);
  font-family: var(--font-body); color: var(--velos-cream); line-height: 1.7;
  background: transparent; -webkit-font-smoothing: antialiased;
}
.velos-sean * { margin: 0; padding: 0; box-sizing: border-box; }
.velos-sean ::selection { background: var(--sean-light); color: var(--velos-black); }
.velos-sean a { text-decoration: none; color: inherit; }

@keyframes fadeInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
@keyframes slideInLeft { from { opacity: 0; transform: translateX(-60px); } to { opacity: 1; transform: translateX(0); } }
@keyframes slideInRight { from { opacity: 0; transform: translateX(60px); } to { opacity: 1; transform: translateX(0); } }
@keyframes pulse { 0%,100% { opacity: 0.4; transform: scale(1); } 50% { opacity: 0.7; transform: scale(1.05); } }
@keyframes orbFloat { 0%,100% { transform: translate(0,0); } 25% { transform: translate(30px,-30px); } 50% { transform: translate(-15px,20px); } 75% { transform: translate(-25px,-15px); } }
@keyframes dotPulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.3); } }

.velos-sean .sean-section { padding: clamp(80px,12vh,140px) 48px; position: relative; }
.velos-sean .section-inner { max-width: 1400px; margin: 0 auto; }
.velos-sean .section-title { font-family: var(--font-titles); font-size: 64px; font-weight: 700; line-height: 1.1; color: var(--velos-cream); margin-bottom: 20px; letter-spacing: -1px; text-transform: none; }
.velos-sean .section-title .highlight { color: var(--sean-light); }
.velos-sean .section-tag { display: inline-flex; align-items: center; gap: 10px; padding: 10px 20px; background: var(--sean-bg); border: 1px solid var(--sean-border); border-radius: 100px; font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--sean-light); margin-bottom: 24px; }
.velos-sean .tag-dot { width: 8px; height: 8px; background: var(--sean-light); border-radius: 50%; animation: dotPulse 2s infinite; }

/* HERO */
.velos-sean .sean-hero { min-height: 90vh; display: flex; align-items: center; position: relative; overflow: hidden; padding: 48px; background: transparent; }
.velos-sean .hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; max-width: 1400px; margin: 0 auto; width: 100%; }
.velos-sean .hero-content { position: relative; z-index: 5; opacity: 0; animation: slideInLeft 1s ease 0.3s forwards; }
.velos-sean .hero-tag { display: inline-flex; align-items: center; gap: 10px; padding: 10px 20px; background: var(--sean-bg); border: 1px solid var(--sean-border); border-radius: 100px; font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--sean-light); margin-bottom: 24px; }
.velos-sean .hero-name { font-family: var(--font-titles); font-size: clamp(64px,10vw,120px); color: var(--velos-cream); line-height: 0.9; margin-bottom: 16px; letter-spacing: -2px; text-transform: none; }
.velos-sean .hero-role { font-family: var(--font-supporting); font-size: clamp(24px,3vw,32px); color: var(--sean-light); font-style: italic; margin-bottom: 32px; text-transform: none; }
.velos-sean .hero-intro { font-size: 19px; line-height: 1.8; color: var(--text-readable); max-width: 500px; margin-bottom: 40px; }
.velos-sean .hero-stats { display: flex; gap: 40px; }
.velos-sean .hero-stat { text-align: left; }
.velos-sean .stat-number { font-family: var(--font-titles); font-size: 48px; color: var(--sean-light); display: block; line-height: 1; }
.velos-sean .stat-label { font-size: 13px; color: var(--text-readable-muted); text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }
.velos-sean .hero-visual { position: relative; opacity: 0; animation: slideInRight 1s ease 0.5s forwards; }
.velos-sean .hero-photo-wrapper { position: relative; aspect-ratio: 4/5; max-width: 450px; margin-left: auto; }
.velos-sean .hero-photo-placeholder { width: 100%; height: 100%; background: var(--glass-bg); border: 2px dashed var(--glass-border); border-radius: 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; transition: all 0.4s ease; overflow: hidden; }
.velos-sean .hero-photo-placeholder:hover { border-color: var(--sean-light); background: var(--sean-bg); }
.velos-sean .hero-photo-placeholder img { width: 100%; height: 100%; object-fit: cover; }
.velos-sean .photo-accent { position: absolute; bottom: 0; left: 0; right: 0; height: 6px; background: linear-gradient(90deg, var(--sean-primary), var(--sean-light)); border-radius: 0 0 24px 24px; }
.velos-sean .hero-badge { position: absolute; bottom: 30px; left: 55px; background: var(--bg-tertiary); border: 1px solid var(--sean-border); border-radius: 16px; padding: 20px 24px; display: flex; align-items: center; gap: 16px; box-shadow: 0 20px 60px rgba(0,0,0,0.4); }
.velos-sean .badge-icon { width: 48px; height: 48px; background: linear-gradient(135deg, var(--sean-primary), var(--sean-light)); border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.velos-sean .badge-icon svg { width: 24px; height: 24px; stroke: var(--bg-primary); fill: none; }
.velos-sean .badge-text { font-family: var(--font-titles); font-size: 14px; color: var(--velos-cream); letter-spacing: 0.5px; text-transform: none; }
.velos-sean .badge-text span { display: block; font-family: var(--font-body); font-size: 12px; color: rgba(237,224,212,0.5); margin-top: 2px; }
.velos-sean .hero-orb { position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none; animation: orbFloat 25s ease-in-out infinite, pulse 10s ease-in-out infinite; }
.velos-sean .orb-1 { width: 500px; height: 500px; background: radial-gradient(circle, var(--sean-glow) 0%, transparent 70%); top: -10%; right: -5%; }
.velos-sean .orb-2 { width: 350px; height: 350px; background: radial-gradient(circle, rgba(228,127,10,0.2) 0%, transparent 70%); bottom: 10%; left: 5%; animation-delay: -5s; }

/* STORY */
.velos-sean .story-section { background: linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 100%); }
.velos-sean .story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.velos-sean .story-content { opacity: 0; transform: translateX(-40px); transition: all 0.8s var(--transition-smooth); }
.velos-sean .story-content.visible { opacity: 1; transform: translateX(0); }
.velos-sean .story-lead { font-family: var(--font-supporting); font-size: 24px; font-weight: 600; color: var(--velos-cream); margin-bottom: 24px; line-height: 1.5; text-transform: none; }
.velos-sean .story-text { font-size: 17px; line-height: 1.85; color: var(--text-readable); }
.velos-sean .story-text p { margin-bottom: 20px; }
.velos-sean .story-text p:last-child { margin-bottom: 0; }
.velos-sean .story-text strong { color: var(--sean-light); }
.velos-sean .story-text em { color: var(--velos-cream); font-style: italic; }
.velos-sean .story-visual { opacity: 0; transform: translateX(40px); transition: all 0.8s var(--transition-smooth) 0.2s; }
.velos-sean .story-visual.visible { opacity: 1; transform: translateX(0); }
.velos-sean .story-photo-wrapper { position: relative; aspect-ratio: 16/10; border-radius: 20px; overflow: hidden; }
.velos-sean .story-photo-placeholder { width: 100%; height: 100%; background: var(--glass-bg); border: 2px dashed var(--glass-border); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; transition: all 0.4s ease; }
.velos-sean .story-photo-placeholder:hover { border-color: var(--sean-light); background: var(--sean-bg); }
.velos-sean .story-photo-placeholder img { width: 100%; height: 100%; object-fit: cover; }
.velos-sean .story-photo-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px; background: linear-gradient(transparent, rgba(0,0,0,0.8)); font-family: var(--font-supporting); font-size: 14px; font-style: italic; color: rgba(237,224,212,0.7); }

/* PHILOSOPHY */
.velos-sean .philosophy-section { background: var(--bg-secondary); text-align: center; }
.velos-sean .philosophy-content { max-width: 900px; margin: 0 auto; opacity: 0; transform: translateY(30px); transition: all 0.8s var(--transition-smooth); }
.velos-sean .philosophy-content.visible { opacity: 1; transform: translateY(0); }
.velos-sean .philosophy-quote { position: relative; padding: 60px 40px; background: linear-gradient(135deg, rgba(228,127,10,0.15) 0%, rgba(40,35,40,0.4) 50%, rgba(228,127,10,0.1) 100%); border: 1px solid var(--sean-border); border-radius: 24px; margin-bottom: 40px; }
.velos-sean .philosophy-quote::before { content: '"'; position: absolute; top: 20px; left: 40px; font-family: Georgia, serif; font-size: 120px; color: var(--sean-light); opacity: 0.2; line-height: 1; }
.velos-sean .quote-text { font-family: var(--font-supporting); font-size: clamp(24px,3vw,32px); font-style: italic; color: var(--velos-cream); line-height: 1.5; position: relative; z-index: 2; }
.velos-sean .quote-text .highlight { color: var(--sean-light); }
.velos-sean .philosophy-explain { font-size: 17px; line-height: 1.8; color: var(--text-readable); max-width: 700px; margin: 0 auto; }

/* EXPERTISE */
.velos-sean .expertise-section { background: linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-tertiary) 100%); }
.velos-sean .expertise-header { text-align: center; margin-bottom: 60px; opacity: 0; transform: translateY(30px); transition: all 0.8s var(--transition-smooth); }
.velos-sean .expertise-header.visible { opacity: 1; transform: translateY(0); }
.velos-sean .expertise-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.velos-sean .expertise-card { padding: 40px 28px; background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 20px; text-align: center; opacity: 0; transform: translateY(30px); transition: all 0.6s var(--transition-smooth); position: relative; overflow: hidden; }
.velos-sean .expertise-card.visible { opacity: 1; transform: translateY(0); }
.velos-sean .expertise-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--sean-primary), var(--sean-light)); transform: scaleX(0); transition: transform 0.4s ease; }
.velos-sean .expertise-card:hover::before { transform: scaleX(1); }
.velos-sean .expertise-card:hover { transform: translateY(-8px); border-color: var(--sean-border); box-shadow: 0 20px 60px rgba(228,127,10,0.1); }
.velos-sean .expertise-icon { width: 64px; height: 64px; margin: 0 auto 20px; border-radius: 16px; background: linear-gradient(135deg, var(--sean-primary), var(--sean-light)); display: flex; align-items: center; justify-content: center; }
.velos-sean .expertise-icon svg { width: 28px; height: 28px; stroke: var(--bg-primary); stroke-width: 2; fill: none; }
.velos-sean .expertise-card h3 { font-family: var(--font-supporting); font-size: 24px; font-weight: 700; color: var(--velos-cream); margin-bottom: 12px; text-transform: none; }
.velos-sean .expertise-card p { font-size: 15px; color: var(--text-readable); line-height: 1.6; }

/* PROCESS */
.velos-sean .process-section { background: var(--bg-tertiary); }
.velos-sean .process-header { text-align: center; margin-bottom: 60px; opacity: 0; transform: translateY(30px); transition: all 0.8s var(--transition-smooth); }
.velos-sean .process-header.visible { opacity: 1; transform: translateY(0); }
.velos-sean .process-timeline { display: flex; justify-content: space-between; position: relative; max-width: 1200px; margin: 0 auto; }
.velos-sean .process-timeline::before { content: ''; position: absolute; top: 40px; left: 10%; right: 10%; height: 2px; background: linear-gradient(90deg, var(--sean-primary), var(--sean-light), var(--sean-primary)); opacity: 0.3; }
.velos-sean .process-step { flex: 1; text-align: center; position: relative; padding: 0 20px; opacity: 0; transform: translateY(30px); transition: all 0.6s var(--transition-smooth); }
.velos-sean .process-step.visible { opacity: 1; transform: translateY(0); }
.velos-sean .step-number { width: 80px; height: 80px; margin: 0 auto 24px; background: var(--bg-secondary); border: 2px solid var(--sean-border); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-titles); font-size: 28px; color: var(--sean-light); position: relative; z-index: 2; transition: all 0.4s ease; }
.velos-sean .process-step:hover .step-number { background: var(--sean-light); color: var(--bg-primary); transform: scale(1.1); box-shadow: 0 0 40px var(--sean-glow); }
.velos-sean .step-title { font-family: var(--font-supporting); font-size: 22px; font-weight: 700; color: var(--velos-cream); margin-bottom: 12px; text-transform: none; }
.velos-sean .step-desc { font-size: 15px; color: var(--text-readable-muted); line-height: 1.6; }

/* INTERVIEWS — Equal height, video overlay, Anton labels */
.velos-sean .interviews-section { background: linear-gradient(180deg, var(--bg-tertiary) 0%, var(--bg-secondary) 100%); }
.velos-sean .interviews-header { text-align: center; margin-bottom: 60px; opacity: 0; transform: translateY(30px); transition: all 0.8s var(--transition-smooth); }
.velos-sean .interviews-header.visible { opacity: 1; transform: translateY(0); }
.velos-sean .interviews-subtitle { font-family: var(--font-supporting); font-size: 18px; font-style: italic; color: var(--text-readable-muted); margin-top: 12px; }
.velos-sean .interviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; align-items: stretch; }
.velos-sean .interview-card { position: relative; border-radius: 20px; overflow: hidden; background: linear-gradient(135deg, rgba(228,127,10,0.2) 0%, rgba(40,35,40,0.6) 20%, rgba(40,35,40,0.6) 80%, rgba(228,127,10,0.15) 100%); padding: 2px; opacity: 0; transform: translateY(30px); transition: all 0.6s var(--transition-smooth); display: flex; }
.velos-sean .interview-card.visible { opacity: 1; transform: translateY(0); }
.velos-sean .interview-card:hover { transform: translateY(-8px); box-shadow: 0 30px 80px rgba(228,127,10,0.15); }
.velos-sean .interview-inner { background: var(--bg-secondary); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; width: 100%; }
.velos-sean .interview-video { aspect-ratio: 9/16; background: #000; border-bottom: 1px solid var(--glass-border); display: flex; align-items: center; justify-content: center; position: relative; cursor: pointer; overflow: hidden; }
.velos-sean .interview-video-el { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.velos-sean .video-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,10,10,0.85) 0%, rgba(10,10,10,0.4) 40%, rgba(10,10,10,0.2) 70%, rgba(10,10,10,0.35) 100%); z-index: 3; pointer-events: none; transition: opacity 0.5s ease; }
.velos-sean .interview-video:hover .video-overlay { opacity: 0.4; }
.velos-sean .interview-video.is-playing .video-overlay { opacity: 0; }
.velos-sean .video-play-btn { width: 80px; height: 80px; background: var(--sean-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.4s ease; box-shadow: 0 10px 40px var(--sean-glow); position: relative; z-index: 5; }
.velos-sean .interview-card:hover .video-play-btn { transform: scale(1.1); box-shadow: 0 15px 50px var(--sean-glow); }
.velos-sean .video-play-btn svg { width: 32px; height: 32px; fill: var(--bg-primary); margin-left: 4px; }
.velos-sean .interview-content { padding: 24px; flex-grow: 1; display: flex; flex-direction: column; justify-content: center; min-height: 110px; }
.velos-sean .interview-question { font-family: var(--font-titles); font-size: 16px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--sean-light); margin-bottom: 10px; }
.velos-sean .interview-title { font-family: var(--font-supporting); font-size: 20px; font-style: italic; font-weight: 600; color: var(--velos-cream); line-height: 1.4; text-transform: none; }

/* CTA */
.velos-sean .cta-section { background: var(--bg-secondary); text-align: center; position: relative; }
.velos-sean .cta-section::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; background: radial-gradient(circle, var(--sean-glow) 0%, transparent 60%); filter: blur(100px); pointer-events: none; }
.velos-sean .cta-content { position: relative; z-index: 2; opacity: 0; transform: translateY(30px); transition: all 0.8s var(--transition-smooth); }
.velos-sean .cta-content.visible { opacity: 1; transform: translateY(0); }
.velos-sean .cta-title { font-family: var(--font-titles); font-size: 64px; color: var(--velos-cream); margin-bottom: 16px; letter-spacing: -1px; text-transform: none; }
.velos-sean .cta-title .highlight { color: var(--sean-light); }
.velos-sean .cta-subtitle { font-family: var(--font-supporting); font-size: 18px; font-style: italic; color: rgba(237,224,212,0.7); margin-bottom: 40px; max-width: 500px; margin-left: auto; margin-right: auto; }
.velos-sean .cta-actions { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.velos-sean .cta-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 20px 40px; background: var(--sean-light); color: var(--bg-primary); font-family: var(--font-body); font-size: 17px; font-weight: 600; border-radius: 12px; border: none; cursor: pointer; position: relative; overflow: hidden; transition: all 0.4s var(--transition-smooth); }
.velos-sean .cta-button::before { content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0; background: rgba(255,255,255,0.2); border-radius: 50%; transform: translate(-50%,-50%); transition: width 0.6s ease, height 0.6s ease; }
.velos-sean .cta-button:hover::before { width: 400px; height: 400px; }
.velos-sean .cta-button:hover { transform: translateY(-4px); box-shadow: 0 20px 50px var(--sean-glow); }
.velos-sean .cta-button-text, .velos-sean .cta-button-icon { position: relative; z-index: 2; }
.velos-sean .cta-button-icon { display: flex; transition: transform 0.4s var(--transition-smooth); }
.velos-sean .cta-button:hover .cta-button-icon { transform: rotate(-45deg); }
.velos-sean .cta-button-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.velos-sean .cta-link { font-size: 15px; color: rgba(237,224,212,0.6); transition: color 0.3s ease; }
.velos-sean .cta-link:hover { color: var(--sean-light); }

/* RESPONSIVE */
@media (max-width: 1200px) { .velos-sean .section-title, .velos-sean .cta-title { font-size: 52px; } .velos-sean .hero-grid, .velos-sean .story-grid { gap: 60px; } .velos-sean .expertise-grid { grid-template-columns: repeat(2,1fr); } .velos-sean .interviews-grid { gap: 24px; } }
@media (max-width: 1024px) { .velos-sean .section-title, .velos-sean .cta-title { font-size: 44px; } .velos-sean .hero-grid, .velos-sean .story-grid { grid-template-columns: 1fr; gap: 48px; } .velos-sean .hero-visual { order: -1; } .velos-sean .hero-photo-wrapper { max-width: 350px; margin: 0 auto; } .velos-sean .hero-badge { bottom: 20px; left: 50%; transform: translateX(-50%); } .velos-sean .hero-content { text-align: center; } .velos-sean .hero-intro { margin-left: auto; margin-right: auto; } .velos-sean .hero-stats { justify-content: center; } .velos-sean .process-timeline { flex-direction: column; gap: 40px; } .velos-sean .process-timeline::before { display: none; } .velos-sean .interviews-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; } }
@media (max-width: 768px) { .velos-sean .section-title, .velos-sean .cta-title { font-size: 36px; } .velos-sean .sean-hero, .velos-sean .sean-section { padding-left: 24px; padding-right: 24px; } .velos-sean .hero-name { font-size: 56px; } .velos-sean .hero-stats { flex-direction: column; gap: 24px; } .velos-sean .hero-stat { text-align: center; } .velos-sean .philosophy-quote { padding: 40px 24px; } .velos-sean .quote-text { font-size: 22px; } .velos-sean .expertise-grid { grid-template-columns: 1fr; gap: 16px; } .velos-sean .expertise-card { padding: 32px 24px; } .velos-sean .cta-button { padding: 18px 32px; font-size: 15px; } .velos-sean .story-lead { font-size: 20px; } .velos-sean .expertise-card h3 { font-size: 20px; } .velos-sean .step-title { font-size: 20px; } .velos-sean .interview-title { font-size: 18px; } .velos-sean .interview-question { font-size: 14px; } }
@media (max-width: 480px) { .velos-sean .section-title, .velos-sean .cta-title { font-size: 32px; } .velos-sean .hero-name { font-size: 48px; } .velos-sean .hero-role { font-size: 20px; } .velos-sean .stat-number { font-size: 36px; } .velos-sean .hero-badge { padding: 16px 20px; } .velos-sean .step-number { width: 60px; height: 60px; font-size: 22px; } }

/* ============================================================
   SEAN PERSONAL PAGE — RESPONSIVE FIX V6
   Same responsive structure as Dominic/Floris/Ris fix
   Fixes:
   - Hero content komt eerst op tablet/mobile
   - Foto komt onder naam/rol/intro
   - Hero badge op foto wordt niet meer misvormd
   - Mobile spacing meer gelijk aan andere Velos pagina's
   - Persoonlijke foto beter gecropt op mobile/tablet
   ============================================================ */


/* --- TABLET LANDSCAPE (≤1200px) --- */
@media (max-width: 1200px) {
  .velos-sean .sean-hero {
    min-height: auto !important;
    padding: 130px 40px 90px !important;
  }

  .velos-sean .sean-section {
    padding: 100px 40px !important;
  }

  .velos-sean .section-title,
  .velos-sean .cta-title {
    font-size: 52px !important;
    letter-spacing: -0.25px !important;
  }

  .velos-sean .hero-grid,
  .velos-sean .story-grid {
    gap: 56px !important;
  }

  .velos-sean .hero-photo-wrapper {
    max-width: 400px !important;
    aspect-ratio: 4 / 5.2 !important;
  }

  .velos-sean .hero-photo-placeholder img {
    object-fit: cover !important;
    object-position: center top !important;
  }

  .velos-sean .expertise-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .velos-sean .interviews-grid {
    gap: 24px !important;
  }
}


/* --- TABLET PORTRAIT (≤1024px) --- */
@media (max-width: 1024px) {
  .velos-sean .sean-hero {
    padding: 120px 32px 84px !important;
  }

  .velos-sean .sean-section {
    padding: 88px 32px !important;
  }

  .velos-sean .hero-grid,
  .velos-sean .story-grid {
    grid-template-columns: 1fr !important;
    gap: 44px !important;
  }

  /* BELANGRIJK: tekst eerst, foto daarna */
  .velos-sean .hero-content {
    order: -1 !important;
    text-align: center !important;
    max-width: 760px !important;
    margin: 0 auto !important;
  }

  .velos-sean .hero-visual {
    order: 0 !important;
    max-width: 420px !important;
    margin: 0 auto !important;
    width: 100% !important;
  }

  .velos-sean .hero-tag {
    margin-left: auto !important;
    margin-right: auto !important;
    white-space: normal !important;
    text-align: center !important;
    max-width: 100% !important;
  }

  .velos-sean .hero-name {
    font-size: clamp(64px, 12vw, 96px) !important;
    letter-spacing: -0.25px !important;
    margin-bottom: 14px !important;
  }

  .velos-sean .hero-role {
    font-size: clamp(24px, 4vw, 30px) !important;
    margin-bottom: 24px !important;
  }

  .velos-sean .hero-intro {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 620px !important;
    font-size: 18px !important;
    margin-bottom: 32px !important;
  }

  .velos-sean .hero-stats {
    justify-content: center !important;
    gap: 32px !important;
  }

  .velos-sean .hero-stat {
    text-align: center !important;
  }

  .velos-sean .hero-photo-wrapper {
    max-width: 380px !important;
    aspect-ratio: 4 / 5.3 !important;
    margin: 0 auto !important;
  }

  .velos-sean .hero-photo-placeholder {
    border-radius: 24px !important;
  }

  .velos-sean .hero-photo-placeholder img {
    object-fit: cover !important;
    object-position: center top !important;
  }

  /* Badge op foto netjes centreren en breder maken */
  .velos-sean .hero-badge {
    bottom: 24px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: calc(100% - 48px) !important;
    max-width: 300px !important;
    padding: 16px 18px !important;
    gap: 12px !important;
    border-radius: 16px !important;
  }

  .velos-sean .badge-icon {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    border-radius: 12px !important;
  }

  .velos-sean .badge-icon svg {
    width: 22px !important;
    height: 22px !important;
  }

  .velos-sean .badge-text {
    font-size: 13px !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
  }

  .velos-sean .badge-text span {
    font-size: 11px !important;
  }

  .velos-sean .section-title,
  .velos-sean .cta-title {
    font-size: 44px !important;
    letter-spacing: -0.25px !important;
  }

  .velos-sean .story-content,
  .velos-sean .story-visual {
    max-width: 760px !important;
    margin: 0 auto !important;
  }

  .velos-sean .story-content {
    text-align: center !important;
  }

  .velos-sean .process-timeline {
    flex-direction: column !important;
    gap: 36px !important;
  }

  .velos-sean .process-timeline::before {
    display: none !important;
  }

  .velos-sean .interviews-grid {
    grid-template-columns: 1fr !important;
    max-width: 420px !important;
    margin: 0 auto !important;
  }
}


/* --- MOBILE (≤768px) --- */
@media (max-width: 768px) {
  .velos-sean .sean-hero {
    padding: 104px 24px 68px !important;
  }

  .velos-sean .sean-section {
    padding: 68px 24px !important;
  }

  .velos-sean .section-title,
  .velos-sean .cta-title {
    font-size: 36px !important;
    letter-spacing: -0.25px !important;
  }

  .velos-sean .hero-grid {
    gap: 36px !important;
  }

  .velos-sean .hero-content {
    order: -1 !important;
    text-align: center !important;
  }

  .velos-sean .hero-visual {
    order: 0 !important;
  }

  .velos-sean .hero-tag {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 100% !important;
    padding: 10px 18px !important;
    font-size: 10px !important;
    line-height: 1.3 !important;
    letter-spacing: 1.2px !important;
    white-space: normal !important;
    text-align: center !important;
    margin-bottom: 24px !important;
  }

  .velos-sean .hero-name {
    font-size: clamp(56px, 16vw, 76px) !important;
    line-height: 0.95 !important;
    letter-spacing: -0.25px !important;
    margin-bottom: 12px !important;
  }

  .velos-sean .hero-role {
    font-size: 22px !important;
    line-height: 1.35 !important;
    margin-bottom: 22px !important;
  }

  .velos-sean .hero-intro {
    font-size: 16px !important;
    line-height: 1.75 !important;
    max-width: 520px !important;
    margin-bottom: 28px !important;
  }

  .velos-sean .hero-stats {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 18px 28px !important;
  }

  .velos-sean .stat-number {
    font-size: 38px !important;
  }

  .velos-sean .stat-label {
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  .velos-sean .hero-photo-wrapper {
    width: 100% !important;
    max-width: 360px !important;
    aspect-ratio: 4 / 5.6 !important;
    margin: 0 auto !important;
  }

  .velos-sean .hero-photo-placeholder {
    border-radius: 22px !important;
  }

  .velos-sean .hero-photo-placeholder img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  .velos-sean .photo-accent {
    height: 5px !important;
    border-radius: 0 0 22px 22px !important;
  }

  /* Badge niet meer smal/kapot op mobile */
  .velos-sean .hero-badge {
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: calc(100% - 40px) !important;
    max-width: 280px !important;
    padding: 14px 16px !important;
    gap: 12px !important;
    border-radius: 15px !important;
  }

  .velos-sean .badge-icon {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 11px !important;
  }

  .velos-sean .badge-icon svg {
    width: 20px !important;
    height: 20px !important;
  }

  .velos-sean .badge-text {
    font-size: 12px !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
  }

  .velos-sean .badge-text span {
    font-size: 10px !important;
    margin-top: 2px !important;
  }

  .velos-sean .story-grid {
    gap: 36px !important;
  }

  .velos-sean .story-lead {
    font-size: 20px !important;
  }

  .velos-sean .story-text {
    font-size: 16px !important;
    line-height: 1.75 !important;
  }

  .velos-sean .story-photo-wrapper {
    aspect-ratio: 4 / 3 !important;
    border-radius: 18px !important;
  }

  .velos-sean .philosophy-quote {
    padding: 40px 24px !important;
    border-radius: 20px !important;
  }

  .velos-sean .philosophy-quote::before {
    font-size: 80px !important;
    top: 16px !important;
    left: 24px !important;
  }

  .velos-sean .quote-text {
    font-size: 22px !important;
  }

  .velos-sean .expertise-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .velos-sean .expertise-card {
    padding: 32px 24px !important;
  }

  .velos-sean .expertise-card h3 {
    font-size: 20px !important;
  }

  .velos-sean .step-title {
    font-size: 20px !important;
  }

  .velos-sean .interview-title {
    font-size: 18px !important;
  }

  .velos-sean .interview-question {
    font-size: 14px !important;
  }

  .velos-sean .cta-button {
    padding: 18px 32px !important;
    font-size: 15px !important;
  }
}


/* --- SMALL MOBILE (≤600px) --- */
@media (max-width: 600px) {
  .velos-sean .sean-hero {
    padding-top: 96px !important;
    padding-bottom: 58px !important;
  }

  .velos-sean .sean-section {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }

  .velos-sean .hero-name {
    font-size: clamp(52px, 17vw, 68px) !important;
  }

  .velos-sean .hero-role {
    font-size: 20px !important;
  }

  .velos-sean .hero-stats {
    gap: 16px 22px !important;
  }

  .velos-sean .hero-photo-wrapper {
    max-width: 340px !important;
    aspect-ratio: 4 / 5.8 !important;
  }

  .velos-sean .hero-badge {
    max-width: 270px !important;
    bottom: 18px !important;
  }

  .velos-sean .badge-text {
    font-size: 11px !important;
  }

  .velos-sean .section-title,
  .velos-sean .cta-title {
    font-size: 34px !important;
  }

  .velos-sean .interviews-grid {
    max-width: 360px !important;
  }
}


/* --- EXTRA SMALL MOBILE (≤480px) --- */
@media (max-width: 480px) {
  .velos-sean .sean-hero {
    padding-top: 88px !important;
    padding-bottom: 52px !important;
  }

  .velos-sean .section-title,
  .velos-sean .cta-title {
    font-size: 32px !important;
  }

  .velos-sean .hero-name {
    font-size: 48px !important;
  }

  .velos-sean .hero-role {
    font-size: 19px !important;
  }

  .velos-sean .hero-intro {
    font-size: 15px !important;
  }

  .velos-sean .hero-stats {
    flex-direction: column !important;
    gap: 18px !important;
  }

  .velos-sean .hero-photo-wrapper {
    max-width: 315px !important;
    aspect-ratio: 4 / 5.9 !important;
  }

  .velos-sean .hero-badge {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 315px !important;
    margin: -54px auto 0 !important;
    padding: 14px 16px !important;
  }

  .velos-sean .badge-text {
    font-size: 12px !important;
  }

  .velos-sean .step-number {
    width: 60px !important;
    height: 60px !important;
    font-size: 22px !important;
  }

  .velos-sean .interviews-grid {
    max-width: 320px !important;
  }
}


/* --- VERY SMALL MOBILE (≤390px) --- */
@media (max-width: 390px) {
  .velos-sean .hero-photo-wrapper {
    max-width: 295px !important;
    aspect-ratio: 4 / 6 !important;
  }

  .velos-sean .hero-badge {
    max-width: 295px !important;
  }

  .velos-sean .badge-icon {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
  }

  .velos-sean .badge-text {
    font-size: 11px !important;
  }
}/* End custom CSS */