/* ========== OMA TOOS — Elementor custom CSS ==========
   Plak deze CSS in Elementor > Site Settings > Custom CSS
   OF in Appearance > Customize > Additional CSS.

   NB: In elk template-JSON zit deze CSS ook automatisch ingebed
   als eerste HTML-widget, dus na import zien je pagina's er
   meteen goed uit — zelfs zonder deze stap uit te voeren.
   ================================================ */

:root {
  --ot-red: #ea4e38;
  --ot-red-dark: #c63d28;
  --ot-blue: #30445f;
  --ot-blue-deep: #1c3146;
  --ot-cream: #f6f1e7;
  --ot-sand: #ede4d3;
  --ot-ink: #121a25;
}

/* Google Fonts import — activeer 'Fraunces', 'Inter', 'Caveat' in Elementor Pro > Custom Fonts */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500&family=Inter:wght@400;500;600;700&family=Caveat:wght@500;600&display=swap');

body { background: var(--ot-cream); color: var(--ot-ink); font-family: 'Inter', sans-serif; font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.ot-container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.ot-display, h1.ot-display, h2.ot-display, h3.ot-display { font-family: 'Fraunces', serif; font-weight: 500; letter-spacing: -0.02em; color: var(--ot-blue-deep); line-height: 1.05; margin: 0 0 16px; }
h1.ot-display { font-size: clamp(2.6rem, 6vw, 5.4rem); }
h2.ot-display { font-size: clamp(2rem, 4.5vw, 3.6rem); margin-bottom: 20px; }
h3.ot-display { font-size: clamp(1.35rem, 2.2vw, 1.8rem); margin: 0 0 12px; }
.ot-display em { font-style: italic; color: var(--ot-red); font-family: 'Fraunces', serif; }
.ot-script { font-family: 'Caveat', cursive; color: var(--ot-red); font-weight: 500; }
.ot-eyebrow { display: inline-block; color: var(--ot-red); font-family: 'Caveat', cursive; font-size: 28px; line-height: 1; margin-bottom: 8px; }
.ot-kicker { display: inline-flex; background: rgba(234, 78, 56, 0.1); color: var(--ot-red); padding: 8px 16px; border-radius: 999px; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 24px; }
.ot-lede { font-size: 19px; color: #475569; max-width: 60ch; margin: 0 0 20px; }
.ot-sec-title { max-width: 20ch; }

/* ---------- Header / Nav ---------- */
.ot-utility-bar { background: var(--ot-blue-deep); color: rgba(255,255,255,.85); font-size: 13px; padding: 10px 0; }
.ot-utility-inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.ot-utility-left, .ot-utility-right { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.ot-utility-bar a { color: rgba(255,255,255,.85); text-decoration: none; display: inline-flex; gap: 6px; align-items: center; }
.ot-utility-bar a:hover { color: var(--ot-red); }
.ot-utility-bar .u-icon { color: var(--ot-red); }

.ot-nav { position: sticky; top: 0; z-index: 80; background: rgba(246, 241, 231, 0.92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid rgba(28,49,70,.08); }
.ot-nav-inner { max-width: 1280px; margin: 0 auto; padding: 18px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.ot-nav-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ot-blue-deep); }
.ot-nav-brand img { width: 56px; height: 56px; }
.ot-nav-brand-text { font-family: 'Fraunces', serif; font-size: 22px; letter-spacing: .02em; }
.ot-nav-links { display: flex; gap: 26px; align-items: center; list-style: none; margin: 0; padding: 0; }
.ot-nav-links a { color: var(--ot-blue-deep); text-decoration: none; font-weight: 500; font-size: 14.5px; position: relative; white-space: nowrap; }
.ot-nav-links a:hover { color: var(--ot-red); }
.ot-nav-links a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; background: var(--ot-red); border-radius: 2px; }

/* ---------- Footer ---------- */
.ot-footer { background: var(--ot-blue-deep); color: rgba(255,255,255,.8); padding: 100px 0 40px; position: relative; overflow: hidden; }
.ot-footer a { color: rgba(255,255,255,.7); text-decoration: none; transition: color .2s ease; }
.ot-footer a:hover { color: var(--ot-red); }
.ot-foot-grid { max-width: 1280px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 60px; }
.ot-foot-brand { font-family: 'Fraunces', serif; font-size: 56px; color: #fff; line-height: 1; margin-bottom: 18px; }
.ot-foot-brand span { color: var(--ot-red); }
.ot-foot-grid h4 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 18px; }
.ot-foot-grid ul { list-style: none; padding: 0; margin: 0; }
.ot-foot-grid li { margin-bottom: 10px; }
.ot-foot-grid li a { font-size: 14px; }
.ot-social-dot { width:40px; height:40px; border-radius:50%; background:rgba(255,255,255,.08); display:inline-grid; place-items:center; color:#fff !important; text-decoration:none; transition: background .2s ease; }
.ot-social-dot:hover { background: var(--ot-red); color: #fff !important; }
.ot-foot-bottom { max-width: 1280px; margin: 0 auto; padding: 30px 32px 0; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; font-size: 13px; color: rgba(255,255,255,.5); flex-wrap: wrap; gap: 10px; }

/* ---------- Buttons ---------- */
.ot-btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 28px; border-radius: 999px; font-weight: 600; font-size: 15px; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; border: none; cursor: pointer; }
.ot-btn-primary { background: var(--ot-red); color: #fff !important; }
.ot-btn-primary:hover { background: var(--ot-red-dark); transform: translateY(-2px); color:#fff !important; }
.ot-btn-dark { background: var(--ot-blue-deep); color: #fff !important; }
.ot-btn-dark:hover { background: #0e1a28; transform: translateY(-2px); color:#fff !important; }
.ot-btn-ghost { background: transparent; color: var(--ot-blue-deep) !important; border: 1.5px solid var(--ot-blue-deep); }
.ot-btn-ghost:hover { background: var(--ot-blue-deep); color: #fff !important; }
.ot-btn-light { background: #fff; color: var(--ot-blue-deep) !important; }
.ot-btn-light:hover { background: var(--ot-cream); color: var(--ot-blue-deep) !important; }
.ot-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Hero ---------- */
.ot-hero { padding: 60px 0 100px; }
.ot-hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; }
.ot-hero-visual { position: relative; aspect-ratio: 4/5; border-radius: 28px; overflow: hidden; box-shadow: 0 40px 80px -30px rgba(28,49,70,.35); }
.ot-hero-visual img { width:100%; height:100%; object-fit: cover; display:block; }
.ot-hero-badge { position: absolute; left: -40px; bottom: 40px; background: var(--ot-cream); border-radius: 16px; padding: 16px 20px; box-shadow: 0 20px 60px -20px rgba(28,49,70,.25); display: flex; gap: 14px; align-items: center; }
.ot-hero-badge strong { display:block; font-size: 22px; color: var(--ot-blue-deep); font-family: 'Fraunces', serif; }
.ot-hero-badge span { font-size: 13px; color: #64748b; }
.ot-stars { color: #f59e0b; letter-spacing: 2px; }
.ot-stars.big { font-size: 26px; letter-spacing: 3px; }

/* Fullbleed hero */
.ot-fullbleed-hero { position: relative; min-height: 80vh; background-size: cover; background-position: center; display: grid; align-items: end; color: #fff; padding: 100px 0 80px; }
.ot-fullbleed-hero::before { content:''; position:absolute; inset:0; background: linear-gradient(180deg, rgba(28,49,70,.2) 0%, rgba(28,49,70,.85) 100%); }
.ot-fullbleed-hero > .ot-container { position: relative; }
.ot-fullbleed-hero h1 { color:#fff; max-width: 16ch; }
.ot-fullbleed-hero p { max-width:46ch; color: rgba(255,255,255,.9); font-size:19px; margin:20px 0 0; }

/* Stats */
.ot-stats-bar { padding: 40px 0; border-top: 1px solid rgba(28,49,70,.1); border-bottom: 1px solid rgba(28,49,70,.1); }
.ot-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.ot-stat { text-align: center; }
.ot-stat-num { font-family: 'Fraunces', serif; font-size: 42px; color: var(--ot-red); line-height: 1; margin-bottom: 6px; }
.ot-stat-label { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: var(--ot-blue); font-weight: 600; }

/* Two col */
.ot-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

/* Bento */
.ot-bento { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 160px; gap: 16px; }
.ot-bento-item { overflow: hidden; border-radius: 16px; position: relative; background: #ccc; }
.ot-bento-item img { width:100%; height:100%; object-fit: cover; transition: transform .8s ease; display:block; }
.ot-bento-item:hover img { transform: scale(1.06); }
.ot-bento-a { grid-column: span 5; grid-row: span 3; }
.ot-bento-b { grid-column: span 4; grid-row: span 2; }
.ot-bento-c { grid-column: span 3; grid-row: span 2; }
.ot-bento-d { grid-column: span 4; grid-row: span 2; }
.ot-bento-e { grid-column: span 3; grid-row: span 3; }
.ot-bento-f { grid-column: span 5; grid-row: span 2; }
.ot-bento-quote { background: var(--ot-red); color: #fff; padding: 32px; display: grid; place-items: center; text-align: center; font-family: 'Fraunces', serif; font-size: 22px; line-height: 1.3; }

/* Mosaic */
.ot-mosaic { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 14px; }
.ot-mosaic > div { overflow: hidden; border-radius: 16px; position: relative; }
.ot-mosaic img { width:100%; height:100%; object-fit: cover; transition: transform .6s ease; }
.ot-mosaic > div:hover img { transform: scale(1.05); }
.ot-mosaic .m-tall { grid-row: span 2; }
.ot-mosaic .m-wide { grid-column: span 2; }

/* Marquee */
.ot-marquee { overflow: hidden; padding: 24px 0; background: var(--ot-red); color: #fff; font-family: 'Fraunces', serif; font-size: 32px; white-space: nowrap; border-top: 6px solid var(--ot-blue-deep); border-bottom: 6px solid var(--ot-blue-deep); }
.ot-marquee-track { display: inline-flex; gap: 60px; animation: ot-marq 30s linear infinite; }
.ot-marquee-track .dot { color: #fcd34d; }
@keyframes ot-marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Cards */
.ot-cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.ot-cards-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.ot-card { background: #fff; border-radius: 28px; overflow: hidden; box-shadow: 0 20px 60px -20px rgba(28,49,70,.18); transition: transform .3s ease, box-shadow .3s ease; }
.ot-card:hover { transform: translateY(-6px); box-shadow: 0 40px 80px -30px rgba(28,49,70,.35); }
.ot-card-media { aspect-ratio: 4/3; overflow: hidden; }
.ot-card-media img { width:100%; height:100%; object-fit: cover; display:block; }
.ot-card-body { padding: 28px; }
.ot-card-body p { color: #475569; margin: 0 0 16px; }
.ot-card-body .ot-meta { display: block; font-size: 13px; color:#64748b; }

/* Poffertjes CTA */
.ot-poff-cta { border-radius: 28px; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; background: var(--ot-red); color: #fff; min-height: 440px; }
.ot-poff-cta .txt { padding: 64px; display: flex; flex-direction: column; justify-content: center; }
.ot-poff-cta .txt h2 { color: #fff; max-width: 16ch; margin-bottom: 20px; }
.ot-poff-cta .txt p { color: rgba(255,255,255,.85); margin-bottom: 28px; max-width: 44ch; }
.ot-poff-cta .img { background-size: cover; background-position: center; }

/* Reviews */
.ot-reviews-band { background: var(--ot-blue-deep); color: #fff; padding: 100px 20px; }
.ot-reviews-band h2 { color: #fff; }
.ot-google-hero { display: flex; align-items: center; gap: 24px; margin: 30px 0 50px; flex-wrap: wrap; }
.ot-google-logo { background: #fff; padding: 14px 20px; border-radius: 12px; font-weight: 700; font-size: 18px; }
.ot-google-logo span:nth-child(1) { color: #4285F4; }
.ot-google-logo span:nth-child(2) { color: #EA4335; }
.ot-google-logo span:nth-child(3) { color: #FBBC05; }
.ot-google-logo span:nth-child(4) { color: #4285F4; }
.ot-google-logo span:nth-child(5) { color: #34A853; }
.ot-google-logo span:nth-child(6) { color: #EA4335; }
.ot-google-score { display: flex; align-items: center; gap: 14px; }
.ot-google-score strong { font-family: 'Fraunces', serif; font-size: 56px; line-height: 1; color: #fff; }
.ot-google-score small { color: rgba(255,255,255,.7); font-size: 14px; display: block; }
.ot-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ot-review-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); padding: 28px; border-radius: 16px; }
.ot-review-card p { color: rgba(255,255,255,.9); font-size: 16px; margin: 14px 0 18px; }
.ot-review-meta { display: flex; align-items: center; gap: 12px; }
.ot-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--ot-red); color: #fff; display: grid; place-items: center; font-weight: 700; }
.ot-review-meta strong { display: block; color: #fff; font-size: 14px; }
.ot-review-meta small { color: rgba(255,255,255,.6); font-size: 12px; }
.ot-plugin-note { margin-top: 28px; padding: 14px 18px; background: rgba(234,78,56,.15); border-left: 3px solid var(--ot-red); color: rgba(255,255,255,.85); font-size: 13px; border-radius: 4px; }

/* Timeline */
.ot-timeline { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; position: relative; padding-top: 40px; }
.ot-timeline::before { content: ''; position: absolute; top: 70px; left: 4%; right: 4%; height: 2px; background: rgba(28,49,70,.15); }
.ot-timeline .tl-point { position: relative; padding-top: 50px; text-align: center; }
.ot-timeline .tl-point::before { content: ''; position: absolute; top: 62px; left: 50%; transform: translateX(-50%); width: 18px; height: 18px; background: var(--ot-red); border: 4px solid var(--ot-cream); border-radius: 50%; }
.ot-timeline .tl-year { font-family: 'Fraunces', serif; font-size: 28px; color: var(--ot-blue-deep); margin-bottom: 6px; }
.ot-timeline .tl-text { font-size: 14px; color: #475569; }

/* Sfeer grid */
.ot-sfeer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.ot-sfeer-num { font-family: 'Fraunces', serif; font-size: 56px; color: var(--ot-red); line-height: 1; display: block; margin-bottom: 12px; }

/* Menu */
.ot-menu-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 30px; justify-content: center; }
.ot-menu-tab { padding: 12px 22px; border-radius: 999px; border: 1.5px solid rgba(28,49,70,.2); background: transparent; color: var(--ot-blue-deep); font-weight: 600; font-size: 14px; cursor: pointer; }
.ot-menu-tab.active { background: var(--ot-blue-deep); color: #fff; border-color: var(--ot-blue-deep); }
.ot-menu-list { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 60px; max-width: 1000px; margin: 0 auto; }
.ot-menu-item { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding-bottom: 18px; border-bottom: 1px dashed rgba(28,49,70,.15); }
.ot-menu-item h4 { font-family: 'Fraunces', serif; font-size: 20px; color: var(--ot-blue-deep); margin: 0 0 6px; }
.ot-menu-item p { margin: 0; color: #64748b; font-size: 14px; }
.ot-menu-price { font-family: 'Fraunces', serif; font-size: 22px; color: var(--ot-red); white-space: nowrap; }

/* Poff hero */
.ot-poff-hero { padding: 80px 0 120px; background: var(--ot-blue-deep); color: #fff; position: relative; overflow: hidden; }
.ot-poff-hero::before { content:''; position:absolute; top:-40px; right:-40px; width:400px; height:400px; background: var(--ot-red); border-radius:50%; opacity:.12; }
.ot-poff-hero h1 { color:#fff; }
.ot-poff-hero p { color: rgba(255,255,255,.85); font-size:19px; max-width:52ch; margin:20px 0 0; }
.ot-poff-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap:60px; align-items:center; position:relative; z-index:1; }
.ot-poff-hero-img { aspect-ratio:5/4; border-radius:28px; overflow:hidden; box-shadow: 0 40px 80px -30px rgba(0,0,0,.5); transform: rotate(-2deg); }
.ot-poff-hero-img img { width:100%; height:100%; object-fit:cover; }
.ot-usp-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap:20px; margin-top:60px; padding-top:40px; border-top: 1px solid rgba(255,255,255,.15); }
.ot-usp { display: flex; gap:14px; align-items:flex-start; }
.ot-usp-ico { width:44px; height:44px; border-radius:50%; background: var(--ot-red); color:#fff; display:grid; place-items:center; font-weight:700; flex-shrink:0; }
.ot-usp strong { color:#fff; display:block; margin-bottom:4px; }
.ot-usp p { color: rgba(255,255,255,.7); font-size:14px; margin:0; }

/* Feature list */
.ot-feature-list { list-style:none; padding:0; margin:0; }
.ot-feature-list li { padding: 16px 0; border-bottom: 1px solid rgba(28,49,70,.08); }
.ot-feature-list strong { color: var(--ot-blue-deep); font-family: 'Fraunces', serif; font-size:20px; display:block; }
.ot-feature-list span { display:block; color:#475569; font-size:15px; margin-top:4px; }

/* Process */
.ot-process { display: grid; grid-template-columns: repeat(4, 1fr); gap:30px; }
.ot-process-step { padding: 32px; border-radius: 16px; background: var(--ot-cream); position: relative; margin-top: 22px; }
.ot-process-step .num { position:absolute; top:-22px; left:28px; width:44px; height:44px; background: var(--ot-red); color:#fff; border-radius:50%; display:grid; place-items:center; font-family: 'Fraunces', serif; font-size:22px; }
.ot-process-step h3 { margin: 14px 0 8px; font-size: 20px !important; }
.ot-process-step p { margin:0; color:#475569; font-size:14px; }

/* Packages */
.ot-pkg-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap:20px; }
.ot-pkg { background:#fff; padding: 36px 28px; border-radius: 28px; border: 1px solid rgba(28,49,70,.08); display:flex; flex-direction:column; }
.ot-pkg.featured { background: var(--ot-blue-deep); color:#fff; border-color: var(--ot-blue-deep); transform: translateY(-10px); }
.ot-pkg.featured h3 { color:#fff; }
.ot-pkg.featured .ot-pkg-price strong { color: var(--ot-red); }
.ot-pkg.featured .ot-pkg-features li { color: rgba(255,255,255,.85); }
.ot-pkg-tag { display:inline-block; font-size:12px; padding:4px 10px; border-radius:999px; background: var(--ot-red); color:#fff; margin-bottom:14px; font-weight:600; text-transform:uppercase; letter-spacing:.08em; }
.ot-pkg h3 { margin:0 0 8px; }
.ot-pkg-sub { margin:0 0 16px; color:#64748b; font-size:14px; }
.ot-pkg.featured .ot-pkg-sub { color: rgba(255,255,255,.6); }
.ot-pkg-price { margin: 10px 0 22px; }
.ot-pkg-price strong { font-family: 'Fraunces', serif; font-size:40px; color: var(--ot-blue-deep); display:block; }
.ot-pkg-price small { color: #64748b; display:block; font-size:13px; }
.ot-pkg.featured .ot-pkg-price small { color: rgba(255,255,255,.6); }
.ot-pkg-features { list-style:none; padding:0; margin: 0 0 28px; flex:1; }
.ot-pkg-features li { padding: 10px 0; border-bottom: 1px dashed rgba(28,49,70,.12); font-size: 14px; color: #334155; display: flex; gap:10px; }
.ot-pkg-features li::before { content: '✓'; color: var(--ot-red); font-weight:700; }
.ot-pkg.featured .ot-pkg-features li { border-color: rgba(255,255,255,.1); }

/* FAQ */
.ot-faq { max-width: 820px; margin: 0 auto; }
.ot-faq details { border-bottom: 1px solid rgba(28,49,70,.12); padding: 24px 0; }
.ot-faq summary { display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family: 'Fraunces', serif; font-size:22px; color: var(--ot-blue-deep); list-style: none; }
.ot-faq summary::-webkit-details-marker { display: none; }
.ot-faq summary::after { content: '+'; color: var(--ot-red); font-size:28px; }
.ot-faq details[open] summary::after { content: '−'; }
.ot-faq p { margin-top: 14px; color:#475569; max-width: 60ch; }

/* Contact */
.ot-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap:40px; align-items: start; }
.ot-contact-info { background: #fff; padding: 48px; border-radius: 28px; box-shadow: 0 20px 60px -20px rgba(28,49,70,.18); }
.ot-contact-row { display: flex; gap:18px; align-items:flex-start; padding: 20px 0; border-bottom: 1px solid rgba(28,49,70,.08); }
.ot-contact-row:last-child { border-bottom: 0; }
.ot-contact-row .ico { width: 48px; height:48px; border-radius: 12px; background: rgba(234,78,56,.1); color: var(--ot-red); display: grid; place-items:center; font-size:20px; flex-shrink:0; }
.ot-contact-row strong { display:block; color: var(--ot-blue-deep); margin-bottom:4px; }
.ot-contact-row span, .ot-contact-row a { color: #475569; font-size:15px; text-decoration:none; }
.ot-contact-row a:hover { color: var(--ot-red); }
.ot-hours-card { background: var(--ot-blue-deep); color:#fff; border-radius: 28px; padding: 48px; }
.ot-hours-card h3 { color:#fff; font-size:28px; margin: 0 0 20px; }
.ot-hours-card .day { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px dashed rgba(255,255,255,.15); font-size:15px; }
.ot-hours-card .day:last-child { border-bottom:0; }

/* Map */
.ot-map-wrap { border-radius: 28px; overflow: hidden; height: 600px; box-shadow: 0 20px 60px -20px rgba(28,49,70,.18); background-size: cover; background-position: center; position: relative; }
.ot-map-pin { position: absolute; top:50%; left:50%; transform: translate(-50%, -50%); background: var(--ot-red); color:#fff; padding: 14px 22px; border-radius:999px; font-weight:600; box-shadow: 0 10px 30px rgba(234,78,56,.5); }

/* Delft strip */
.ot-delft-strip { background-color: var(--ot-blue-deep); background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'><g fill='none' stroke='%23ffffff' stroke-width='0.6' stroke-opacity='0.18'><path d='M30 6 L34 24 L52 26 L36 34 L42 52 L30 42 L18 52 L24 34 L8 26 L26 24 Z'/><circle cx='30' cy='30' r='1.5' fill='%23ffffff' fill-opacity='0.25'/></g></svg>"); background-repeat: repeat; }
.ot-sec-red { background: var(--ot-red); color:#fff; }
.ot-sec-red h2 { color:#fff; }

/* Overlay image */
.ot-overlay-img { position: relative; border-radius: 28px; overflow: hidden; aspect-ratio: 16/10; }
.ot-overlay-img img { width:100%; height:100%; object-fit:cover; }
.ot-overlay-img::after { content:''; position:absolute; inset:0; background: linear-gradient(180deg, rgba(28,49,70,0) 40%, rgba(28,49,70,.85) 100%); }
.ot-overlay-img .caption { position: absolute; bottom: 36px; left: 36px; right: 36px; color: #fff; z-index: 2; }

/* Form shell */
.ot-form { background:#fff; padding: 48px; border-radius: 28px; box-shadow: 0 20px 60px -20px rgba(28,49,70,.18); }

/* Section helpers */
.ot-sec { padding: 120px 0; }
.ot-sec-sm { padding: 80px 0; }

/* =====================================================
   FULL-BLEED HERO — home pagina, grote immersieve foto
   ===================================================== */
.ot-hero-full {
  position: relative;
}
.ot-hero-full h1 {
  text-shadow: 0 2px 20px rgba(0,0,0,.4);
  letter-spacing: -0.02em;
}
.ot-hero-full .elementor-heading-title {
  line-height: 1.0 !important;
}
.ot-hero-full .elementor-text-editor p {
  text-shadow: 0 1px 10px rgba(0,0,0,.3);
}
/* Op kleinere schermen iets kleinere headline */
@media (max-width: 900px) {
  .ot-hero-full { min-height: 70vh !important; }
  .ot-hero-full h1 {
    font-size: clamp(2.4rem, 10vw, 4rem) !important;
  }
}
/* Decoratieve scroll-indicator onderin (optioneel) */
.ot-hero-full::after {
  content: '↓';
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  color: rgba(255,255,255,.6);
  font-size: 28px;
  animation: ot-bounce 2.4s ease-in-out infinite;
}
@keyframes ot-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: .4; }
  50%      { transform: translateX(-50%) translateY(10px); opacity: 1; }
}

/* Header band photo — brede foto onder de navigatie */
.ot-header-band { overflow: hidden; max-height: 280px; }
.ot-header-band .ot-header-band-img img,
.ot-header-band-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

/* Poffertjes CTA image — vult rechterkolom volledig */
.ot-poff-cta-image img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  display: block;
}

/* Nav brand */
.ot-nav-brand svg, .ot-nav-brand img { display: block; }
.oma-logo { display: block; }

/* Responsive */
@media (max-width: 900px) {
  .ot-hero-grid, .ot-two-col, .ot-contact-grid, .ot-poff-cta, .ot-poff-hero-grid { grid-template-columns: 1fr !important; gap: 40px; }
  .ot-stats-grid, .ot-usp-strip, .ot-process, .ot-cards-4, .ot-sfeer-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 20px; }
  .ot-cards-3, .ot-review-grid, .ot-menu-list { grid-template-columns: 1fr !important; }
  .ot-pkg-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .ot-bento, .ot-mosaic { grid-template-columns: repeat(6, 1fr) !important; grid-auto-rows: 140px; }
  .ot-bento-a, .ot-bento-b, .ot-bento-c, .ot-bento-d, .ot-bento-e, .ot-bento-f { grid-column: span 6 !important; grid-row: span 2 !important; }
  .ot-mosaic .m-tall, .ot-mosaic .m-wide { grid-row: span 2 !important; grid-column: span 6 !important; }
  .ot-timeline { grid-template-columns: 1fr 1fr !important; }
  .ot-timeline::before { display:none; }
  .ot-poff-cta .txt { padding: 40px 28px; }
  .ot-form, .ot-contact-info, .ot-hours-card { padding: 28px; }
  .ot-foot-grid { grid-template-columns: 1fr 1fr !important; gap: 30px; }
  .ot-nav-links { display: none; }
  .ot-sec { padding: 60px 0; }
  .ot-sec-sm { padding: 40px 0; }
}
