:root{
  --blue:#082f78;
  --blue-2:#0b408f;
  --blue-deep:#03245d;
  --ink:#08245a;
  --text:#252b35;
  --muted:#6f7782;
  --line:#dbe2ee;
  --paper:#ffffff;
  --soft:#f6f8fb;
  --shadow:0 24px 70px rgba(1,26,67,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}

/* Header */
.top{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.92);backdrop-filter:blur(20px);border-bottom:1px solid rgba(8,47,120,.08)}
.nav{max-width:1440px;margin:0 auto;min-height:96px;padding:0 36px;display:flex;align-items:center;gap:34px}
.brand{display:flex;align-items:center;margin-right:auto}
.brand img{width:145px;height:72px;object-fit:contain;object-position:left center}
.brandmark{font-weight:800;letter-spacing:.12em;color:var(--blue);font-size:1.45rem}
.brandmeta{display:none}
.links{display:flex;align-items:center;gap:33px}
.links a{position:relative;color:var(--blue-deep);font-size:.73rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;white-space:nowrap}
.links a:not(.navcta)::after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:1px;background:var(--blue);transition:right .3s ease}
.links a:hover::after,.links a.active::after{right:0}
.links .navcta{margin-left:18px;padding:16px 27px;background:var(--blue-deep);color:#fff;box-shadow:0 12px 28px rgba(3,36,93,.12);transition:transform .25s ease,background .25s ease}
.links .navcta:hover{transform:translateY(-2px);background:var(--blue-2)}
.burger{display:none;border:0;background:none;color:var(--blue);font-size:1.65rem}

/* LA 2026 homepage */
.la-home .top{position:absolute;left:0;right:0;background:linear-gradient(to bottom,rgba(255,255,255,.96),rgba(255,255,255,.72),transparent);border:0;backdrop-filter:none}
.la-hero{position:relative;min-height:705px;display:flex;align-items:center;overflow:hidden;background:#101722}
.la-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(2,10,24,.92) 0%,rgba(2,10,24,.68) 28%,rgba(2,10,24,.13) 60%,rgba(2,10,24,.08) 100%),url('../img/hero-temp.jpg');background-size:cover;background-position:center;transform:scale(1.035);animation:heroFloat 12s ease-in-out infinite alternate}
.la-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.15),transparent 35%)}
@keyframes heroFloat{from{transform:scale(1.035) translate3d(0,0,0)}to{transform:scale(1.075) translate3d(-1.2%,0,0)}}
.la-hero-inner{position:relative;z-index:2;width:min(1440px,100%);margin:0 auto;padding:155px 56px 85px;color:#fff}
.la-kicker{font-size:.86rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;margin-bottom:18px}
.la-hero h1{max-width:900px;margin:0 0 18px;font-size:clamp(4.1rem,6.5vw,7.1rem);line-height:.88;letter-spacing:-.045em;text-transform:uppercase;font-weight:760}
.la-hero p{max-width:610px;margin:0 0 28px;font-size:1.06rem;line-height:1.65;color:rgba(255,255,255,.92)}
.la-btn{display:inline-flex;align-items:center;gap:28px;border:1px solid rgba(255,255,255,.55);background:linear-gradient(110deg,var(--blue-deep),var(--blue-2));padding:16px 22px;color:#fff;font-size:.72rem;letter-spacing:.1em;font-weight:800;text-transform:uppercase;transition:.3s ease}
.la-btn:hover{transform:translateY(-2px);box-shadow:0 14px 35px rgba(0,0,0,.2)}
.la-play{position:absolute;right:10%;bottom:90px;z-index:3;color:#fff;text-align:center;font-size:.65rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.la-play span{width:78px;height:78px;border:3px solid #fff;border-radius:50%;display:grid;place-items:center;margin:0 auto 10px;font-size:1.2rem;padding-left:4px;transition:.3s ease}
.la-play:hover span{transform:scale(1.08);background:rgba(255,255,255,.12)}
.scrollword{position:absolute;z-index:3;right:26px;bottom:95px;color:#fff;writing-mode:vertical-rl;font-size:.62rem;letter-spacing:.18em;text-transform:uppercase}

.feature-strip{position:relative;z-index:5;background:linear-gradient(115deg,#0b4595 0%,#03265f 68%,#072c6b 100%);color:#fff}
.feature-strip .inner{max-width:1440px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);padding:30px 40px}
.feature-item{text-align:center;padding:8px 34px;border-right:1px solid rgba(255,255,255,.32)}
.feature-item:last-child{border-right:0}
.feature-icon{font-size:2rem;line-height:1;margin-bottom:13px;font-weight:300}
.feature-item h3{font-size:.73rem;letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px}
.feature-item p{font-size:.78rem;line-height:1.55;color:rgba(255,255,255,.85);margin:0}

.la-editorial{max-width:1440px;margin:auto;padding:58px 56px 85px;display:grid;grid-template-columns:260px 1fr;gap:62px;align-items:start}
.la-copy .overline{display:flex;align-items:center;gap:18px;color:var(--blue);font-size:.7rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase;margin-bottom:13px}
.la-copy .overline::after{content:"";height:1px;width:72px;background:#8aa1ca}
.la-copy h2{margin:0 0 14px;color:var(--blue);font-size:2rem;line-height:1.05;text-transform:uppercase;letter-spacing:-.02em}
.la-copy p{font-size:.86rem;line-height:1.65;margin:0 0 22px}
.outline-btn{display:inline-flex;border:1px solid var(--blue);padding:13px 17px;color:var(--blue);font-size:.68rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;transition:.25s ease}
.outline-btn:hover{background:var(--blue);color:#fff}
.la-gallery{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;overflow:hidden}
.la-gallery figure{margin:0;overflow:hidden;height:300px;background:#ddd;position:relative}
.la-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.la-gallery figure:hover img{transform:scale(1.06)}
.gallery-next{position:absolute;right:-22px;top:50%;translate:0 -50%;width:48px;height:48px;border-radius:50%;border:0;background:#fff;color:var(--blue);box-shadow:0 8px 24px rgba(0,0,0,.15);font-size:1.6rem;z-index:3}

/* Legacy and secondary pages, harmonized */
.hero,.pagehero{position:relative;color:#fff;background:#0b1a31;min-height:560px;display:flex;align-items:flex-end;overflow:hidden}
.hero::before,.pagehero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,13,34,.87),rgba(1,13,34,.38)),url('../img/hero-temp.jpg') center/cover no-repeat}
.pagehero.catering::before{background-image:linear-gradient(90deg,rgba(1,13,34,.87),rgba(1,13,34,.32)),url('../img/gallery-plating-temp.jpg')}
.pagehero.corporate::before{background-image:linear-gradient(90deg,rgba(1,13,34,.87),rgba(1,13,34,.32)),url('../img/bedrijfsfeesten.jpeg')}
.hero .inner,.pagehero .inner{position:relative;z-index:2;max-width:1200px;width:100%;margin:auto;padding:120px 38px 70px}
.hero h1,.pagehero h1{font-size:clamp(3rem,6vw,6rem);line-height:.95;margin:.15em 0 .25em;text-transform:uppercase;letter-spacing:-.045em}
.kicker,.hero p,.pagehero p{max-width:760px;font-size:1.05rem;color:rgba(255,255,255,.9)}
.eyebrow{font-size:.72rem;text-transform:uppercase;letter-spacing:.16em;font-weight:850;color:var(--blue)}
.hero .eyebrow,.pagehero .eyebrow,.dark .eyebrow,.booking-band .eyebrow{color:#fff}
.btn{display:inline-block;margin:12px 10px 0 0;background:var(--blue);color:#fff;padding:14px 20px;font-size:.73rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;border:1px solid var(--blue);transition:.25s ease}
.btn:hover{transform:translateY(-2px);background:var(--blue-2)}
.btn.out{background:transparent;border-color:rgba(255,255,255,.7)}
.section{padding:90px 38px}
.wrap{max-width:1200px;margin:auto}
.split{display:grid;grid-template-columns:1fr 1.05fr;gap:70px;align-items:center}
.split.reverse{grid-template-columns:1.05fr 1fr}
.split img{width:100%;max-height:620px;object-fit:cover}
.copyblock h2,.intro h2{color:var(--blue);font-size:clamp(2.35rem,4vw,4.2rem);line-height:1.02;letter-spacing:-.04em;margin:.2em 0 .35em;text-transform:uppercase}
.copyblock p,.intro p{max-width:700px;color:#4d5661}
.quote{font-size:1.35rem!important;color:var(--blue)!important}
.cream{background:var(--soft)}
.dark{background:var(--blue-deep);color:#fff}
.intro{text-align:center;max-width:800px;margin:0 auto 48px}
.service-grid,.feature-grid,.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.service-card{background:#fff;box-shadow:var(--shadow);overflow:hidden}
.service-card img{width:100%;height:260px;object-fit:cover}
.service-card .content{padding:26px}
.service-card h3,.feature h3{color:var(--blue);text-transform:uppercase;letter-spacing:-.02em}
.service-card a{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;font-weight:850;color:var(--blue)}
.feature{padding:30px;background:#fff;border-top:3px solid var(--blue)}
.stats{grid-template-columns:repeat(4,1fr);margin-top:45px}
.stat{text-align:center;padding:28px;border:1px solid rgba(255,255,255,.22)}
.stat strong{display:block;font-size:3rem;line-height:1;color:#fff}
.booking-band{padding:90px 38px;text-align:center;background:linear-gradient(120deg,#0d4b9f,#02265f);color:#fff}
.booking-band h2{font-size:clamp(2.5rem,5vw,5rem);line-height:1;letter-spacing:-.04em;max-width:920px;margin:.2em auto}
.booking-band p{max-width:720px;margin:0 auto 20px;color:rgba(255,255,255,.85)}
.food-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-template-rows:260px 220px;gap:12px}
.food-grid img{width:100%;height:100%;object-fit:cover}
.food-grid img:first-child{grid-row:1/3}

/* forms / content */
form{display:grid;gap:14px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
input,textarea,select{width:100%;padding:14px;border:1px solid #cfd8e6;background:#fff;border-radius:0}textarea{min-height:150px}

.footer{background:#051b45;color:#dbe5f4;padding:58px 38px 22px}
.footer .cols{max-width:1200px;margin:auto;display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:50px}
.footer h3{font-size:.73rem;letter-spacing:.12em;text-transform:uppercase;color:#fff}
.footer a{color:#fff}.footer .copy{max-width:1200px;margin:40px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);font-size:.72rem;color:#aebcd2}
.cookieprefs{position:fixed;bottom:12px;right:12px;z-index:80;border:0;background:#fff;color:var(--blue);box-shadow:0 4px 20px rgba(0,0,0,.16);font-size:.7rem;padding:8px 10px}
.cookie{display:none;position:fixed;left:22px;bottom:22px;z-index:100;width:min(460px,calc(100vw - 44px));background:#fff;color:#1a2431;box-shadow:0 20px 70px rgba(0,0,0,.26);padding:24px;border-top:4px solid var(--blue)}
.cookie.show{display:block}.cookie-actions{display:flex;gap:8px;flex-wrap:wrap}.cookie button{border:1px solid var(--blue);background:#fff;color:var(--blue);padding:9px 11px}.cookie button.accept{background:var(--blue);color:#fff}

.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.reveal.is-visible{opacity:1;transform:none}

@media(max-width:1050px){
 .nav{min-height:80px;padding:0 22px}.brand img{width:120px;height:60px}.burger{display:block}.links{position:absolute;display:none;left:0;right:0;top:80px;background:#fff;padding:22px;flex-direction:column;align-items:stretch;box-shadow:0 18px 40px rgba(0,0,0,.12)}.links.open{display:flex}.links .navcta{margin-left:0;text-align:center}.la-home .links{background:rgba(255,255,255,.98)}
 .la-hero{min-height:690px}.la-hero-inner{padding:160px 28px 90px}.la-hero h1{font-size:clamp(3.3rem,10vw,6rem)}.la-play{display:none}.scrollword{display:none}
 .feature-strip .inner{grid-template-columns:1fr 1fr}.feature-item:nth-child(2){border-right:0}.feature-item{border-bottom:1px solid rgba(255,255,255,.22);padding:24px}.feature-item:nth-child(3),.feature-item:nth-child(4){border-bottom:0}
 .la-editorial{grid-template-columns:1fr;padding:48px 28px;gap:30px}.la-copy{max-width:500px}.la-gallery{grid-template-columns:1fr 1fr}.la-gallery figure{height:280px}.gallery-next{display:none}
 .split,.split.reverse{grid-template-columns:1fr}.service-grid,.feature-grid{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
 .nav{padding:0 16px}.brand img{width:102px}.la-hero{min-height:640px}.la-hero-inner{padding:150px 22px 72px}.la-kicker{font-size:.7rem}.la-hero h1{font-size:3.35rem}.la-hero p{font-size:.93rem}.la-btn{gap:15px;padding:13px 15px}
 .feature-strip .inner{grid-template-columns:1fr;padding:0 22px}.feature-item{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.2)!important}.feature-item:last-child{border-bottom:0!important}
 .la-editorial{padding:42px 22px 60px}.la-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.la-gallery figure{min-width:82vw;height:330px;scroll-snap-align:start}
 .section{padding:65px 22px}.hero .inner,.pagehero .inner{padding:115px 22px 55px}.stats{grid-template-columns:1fr}.footer{padding:50px 22px 20px}.footer .cols{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.la-hero::before{animation:none}.reveal{opacity:1;transform:none;transition:none}}

/* Homepage brand lockup — SIVA + Domein ’t Meersdael */
.la-hero-inner{display:grid;grid-template-columns:245px minmax(0,720px);gap:52px;align-items:center}
.hero-brand-lockup{align-self:center;padding-right:34px;border-right:1px solid rgba(255,255,255,.52);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px}
.hero-siva-logo{width:210px;max-height:156px;object-fit:contain;filter:drop-shadow(0 6px 18px rgba(0,0,0,.16))}
.hero-meersdael-logo{width:205px;max-height:145px;object-fit:contain;filter:drop-shadow(0 6px 18px rgba(0,0,0,.16))}
.hero-copy{min-width:0}
@media(max-width:1050px){
 .la-hero-inner{grid-template-columns:180px minmax(0,1fr);gap:32px}
 .hero-brand-lockup{padding-right:24px}.hero-siva-logo{width:160px}.hero-meersdael-logo{width:155px}
}
@media(max-width:760px){
 .la-hero-inner{display:block}.hero-brand-lockup{display:none}
}


/* Video experience page */
.footer .brandmark{color:#fff}
.video-page{background:#031a43;color:#fff;min-height:100vh}
.video-page .top{background:#051b45;border-bottom:1px solid rgba(255,255,255,.12);backdrop-filter:blur(18px)}
.video-page .links a{color:#fff}
.video-page .links a:not(.navcta)::after{background:#fff}
.video-page .burger{color:#fff}
.video-experience{padding:78px 38px 100px;background:radial-gradient(circle at 80% 15%,rgba(17,72,154,.34),transparent 35%),linear-gradient(180deg,#031a43 0%,#061f4e 100%)}
.video-wrap{max-width:1280px;margin:0 auto}
.video-intro{text-align:center;max-width:760px;margin:0 auto 34px}
.video-intro .eyebrow{color:#fff}
.video-intro h1{font-size:clamp(3rem,7vw,6.6rem);line-height:.92;letter-spacing:-.05em;text-transform:uppercase;margin:.2em 0 .18em}
.video-intro p{margin:0 auto;color:rgba(255,255,255,.78);max-width:650px}
.video-frame{position:relative;aspect-ratio:16/9;background:#000;box-shadow:0 35px 90px rgba(0,0,0,.38);border:1px solid rgba(255,255,255,.15);overflow:hidden}
.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.video-back{display:flex;justify-content:center;margin-top:30px}
.video-back a{display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.5);padding:13px 18px;font-size:.7rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase;color:#fff;transition:.25s ease}
.video-back a:hover{background:#fff;color:var(--blue-deep)}
@media(max-width:1050px){.video-page .links{background:#051b45}.video-page .links a{color:#fff}}
@media(max-width:640px){.video-experience{padding:50px 18px 72px}.video-intro h1{font-size:2.8rem}}


/* SIVA 2026 — permanent navigation header */
.top{
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
}
.top .brand img{
  display:block;
  width:auto;
  max-width:150px;
  height:52px;
  object-fit:contain;
}
body{
  padding-top: var(--siva-header-offset, 82px);
}
/* Full-bleed homepage/hero sections visually start directly beneath the fixed menu. */
@media (max-width: 800px){
  body{padding-top:var(--siva-header-offset-mobile,72px);}
  .top .brand img{height:44px;max-width:125px;}
}

/* =====================================================================
   SIVA — editorial luxury redesign 2026
   Inspired by the restrained, image-led rhythm of European luxury houses.
   Content and photography remain unchanged; only presentation is restyled.
   ===================================================================== */
:root{
  --lux-ink:#171714;
  --lux-paper:#f7f4ee;
  --lux-white:#fff;
  --lux-line:#d9d4ca;
  --lux-accent:#082f78;
  --lux-muted:#77736c;
}
body{background:var(--lux-paper);color:var(--lux-ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.72}
h1,h2,h3,.brandmark{font-family:Georgia,'Times New Roman',serif;font-weight:400}

/* Refined white navigation */
.top,.la-home .top{position:sticky;top:0;left:auto;right:auto;background:rgba(250,248,243,.96);border-bottom:1px solid rgba(23,23,20,.12);backdrop-filter:blur(14px);z-index:80}
.nav{max-width:none;min-height:112px;padding:0 4.2vw;gap:30px}
.brand{margin-right:4vw;min-width:132px}
.brand img{width:132px;height:76px;object-fit:contain}
.links{width:100%;gap:clamp(18px,2.3vw,42px);justify-content:flex-end}
.links a{color:var(--lux-ink);font-size:.66rem;font-weight:600;letter-spacing:.14em}
.links a:not(.navcta)::after{background:var(--lux-ink);bottom:-13px}
.links .navcta{margin-left:1vw;padding:15px 24px;background:transparent;color:var(--lux-ink);border:1px solid var(--lux-ink);box-shadow:none}
.links .navcta:hover{background:var(--lux-ink);color:#fff;transform:none}

/* Hero becomes a clean editorial cover */
.la-hero{min-height:calc(100vh - 112px);background:#111;align-items:flex-end}
.la-hero::before{background-image:linear-gradient(90deg,rgba(0,0,0,.57) 0%,rgba(0,0,0,.20) 48%,rgba(0,0,0,.08) 100%),url('../img/hero-temp.jpg');background-position:center center;animation:heroFloat 18s ease-in-out infinite alternate}
.la-hero-inner{width:100%;max-width:none;margin:0;padding:10vh 7vw 9vh;display:grid;grid-template-columns:minmax(200px,330px) minmax(420px,780px);gap:6vw;align-items:end}
.hero-brand-lockup{align-self:end;border-right:1px solid rgba(255,255,255,.5);padding-right:4vw;display:flex;flex-direction:column;gap:25px}
.hero-siva-logo{width:min(230px,100%)}
.hero-meersdael-logo{width:min(210px,90%)}
.hero-copy{max-width:760px}
.la-kicker,.overline,.eyebrow{font-family:Arial,Helvetica,sans-serif;font-size:.64rem!important;letter-spacing:.2em!important;text-transform:uppercase;font-weight:600!important}
.la-hero h1{font-size:clamp(4rem,7.2vw,8.3rem);line-height:.82;letter-spacing:-.045em;text-transform:none;font-weight:400;font-family:Georgia,'Times New Roman',serif;margin:0 0 28px}
.la-hero p{max-width:650px;font-size:1rem;line-height:1.75}
.la-btn,.btn,.outline-btn{border-radius:0;font-family:Arial,Helvetica,sans-serif;font-size:.64rem;letter-spacing:.16em;font-weight:600;text-transform:uppercase;padding:15px 22px;transition:.25s ease}
.la-btn{background:rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.75);gap:35px}
.la-btn:hover{background:#fff;color:#111;box-shadow:none;transform:none}
.la-play{right:7vw;bottom:7.5vh;font-size:.58rem;font-weight:600;letter-spacing:.16em}
.la-play span{width:64px;height:64px;border-width:1px}
.scrollword{right:2.2vw;bottom:7vh;font-size:.55rem}

/* Feature row: no bright blue band; luxury brochure style */
.feature-strip{background:var(--lux-paper);color:var(--lux-ink);border-bottom:1px solid var(--lux-line)}
.feature-strip .inner{max-width:none;padding:0 4vw;grid-template-columns:repeat(4,1fr)}
.feature-item{padding:48px 3vw;border-right:1px solid var(--lux-line)}
.feature-icon{font-size:1.55rem;font-family:Georgia,serif;font-weight:400}
.feature-item h3{font-family:Arial,Helvetica,sans-serif;font-size:.62rem;letter-spacing:.17em;font-weight:700;text-transform:uppercase}
.feature-item p{color:#5f5b54;font-size:.82rem;max-width:230px;margin:0 auto}

/* Image-led editorial section */
.la-editorial{max-width:none;margin:0;padding:12vh 4vw;grid-template-columns:minmax(260px,28vw) 1fr;gap:7vw;background:#fff;align-items:center}
.la-copy{padding-left:3vw}
.la-copy .overline{color:var(--lux-ink);display:block;margin-bottom:22px}
.la-copy .overline::after{display:none}
.la-copy h2,.copyblock h2,.intro h2,.osc-intro h2,.about-copy h2,.partners-siva h2{font-family:Georgia,'Times New Roman',serif;text-transform:none;letter-spacing:-.03em;font-weight:400;color:var(--lux-ink);font-size:clamp(2.8rem,4.6vw,5.8rem);line-height:.95}
.la-copy p{font-size:.95rem;color:#56514a}
.outline-btn{border:0;border-bottom:1px solid var(--lux-ink);padding:9px 0;color:var(--lux-ink)}
.outline-btn:hover{background:transparent;color:var(--lux-ink);opacity:.55}
.la-gallery{grid-template-columns:1.25fr .75fr .75fr;grid-template-rows:280px 280px;gap:10px}
.la-gallery figure{height:auto}
.la-gallery figure:first-child{grid-row:1/3}
.la-gallery figure:nth-child(4){grid-column:2/4}
.gallery-next{display:none}

/* Existing original SIVA copy reflowed as elegant magazine content */
.original-siva-copy{padding:12vh 7vw;background:var(--lux-paper);color:var(--lux-ink)}
.osc-intro{max-width:920px;margin:0 auto 11vh;text-align:center}
.osc-intro h2{color:var(--lux-ink)}
.osc-intro p{max-width:760px;margin:0 auto;font-family:Georgia,'Times New Roman',serif;font-size:1.22rem;line-height:1.65;color:#4f4b45}
.osc-grid{grid-template-columns:.72fr 1.28fr;gap:10vw;max-width:1320px;margin:0 auto 11vh;padding-top:7vh;border-top:1px solid var(--lux-line)}
.osc-grid h3,.osc-capacity h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;color:var(--lux-ink);font-size:1.65rem;line-height:1.15}
.osc-grid h4{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase}
.osc-grid p,.osc-capacity p{color:#59554e;font-size:.92rem}
.osc-capacity{max-width:1320px;margin:auto;grid-template-columns:repeat(4,1fr);gap:0;background:transparent;border-top:1px solid var(--lux-line);border-bottom:1px solid var(--lux-line)}
.osc-capacity article{background:transparent;padding:3.1rem 2.2rem;border-right:1px solid var(--lux-line)}
.osc-capacity article:last-child{border-right:0}

.about-siva-legacy{grid-template-columns:1.15fr .85fr;min-height:760px;background:#fff}
.about-photo{overflow:hidden}
.about-photo img{transition:transform 1.4s ease}
.about-siva-legacy:hover .about-photo img{transform:scale(1.018)}
.about-copy{padding:10vh 7vw;background:#fff;color:var(--lux-ink);display:flex;flex-direction:column;justify-content:center}
.about-copy h2{color:var(--lux-ink)}
.about-copy p{color:#58534d;font-size:.94rem}
.about-copy .overline{color:var(--lux-ink)}

.partners-siva{background:var(--lux-paper);padding:10vh 7vw;grid-template-columns:1fr 1fr;border-top:1px solid var(--lux-line)}
.partner-card{background:#fff;border:1px solid var(--lux-line);color:var(--lux-ink);padding:3rem}
.partner-card:hover{transform:none;box-shadow:none;border-color:#9d978c}

/* Secondary pages: Potel-like asymmetrical editorial rhythm */
.hero,.pagehero{min-height:72vh;align-items:flex-end;background:#111}
.hero::before,.pagehero::before{background:linear-gradient(90deg,rgba(0,0,0,.50),rgba(0,0,0,.10)),url('../img/hero-temp.jpg') center/cover no-repeat}
.pagehero.catering::before{background-image:linear-gradient(90deg,rgba(0,0,0,.52),rgba(0,0,0,.10)),url('../img/gallery-plating-temp.jpg')}
.pagehero.corporate::before{background-image:linear-gradient(90deg,rgba(0,0,0,.52),rgba(0,0,0,.10)),url('../img/bedrijfsfeesten.jpeg')}
.hero .inner,.pagehero .inner{max-width:none;padding:10vh 7vw 8vh}
.hero h1,.pagehero h1{font-family:Georgia,'Times New Roman',serif;font-weight:400;text-transform:none;letter-spacing:-.04em;font-size:clamp(4rem,7vw,8rem);line-height:.88;max-width:1000px}
.kicker,.hero p,.pagehero p{font-size:1rem;max-width:680px;line-height:1.7}
.section{padding:12vh 7vw;background:#fff}
.section.cream{background:var(--lux-paper)}
.wrap{max-width:1380px}
.split,.split.reverse{grid-template-columns:1.08fr .92fr;gap:8vw;align-items:center}
.split.reverse{grid-template-columns:1.08fr .92fr}
.split.reverse>img{order:2}.split.reverse>.copyblock{order:1}
.split img{max-height:740px;min-height:560px;object-fit:cover}
.copyblock{max-width:580px}
.copyblock p,.intro p{color:#5a554e;font-size:.95rem}
.copyblock .btn{background:transparent;color:var(--lux-ink);border:0;border-bottom:1px solid var(--lux-ink);padding:10px 0}
.copyblock .btn:hover{background:transparent;transform:none;color:var(--lux-ink)}
.intro{max-width:900px;margin-bottom:7vh}
.feature-grid,.service-grid{gap:0;border-top:1px solid var(--lux-line);border-bottom:1px solid var(--lux-line)}
.feature{background:transparent;border:0;border-right:1px solid var(--lux-line);padding:42px 4vw}
.feature:last-child{border-right:0}
.feature h3,.service-card h3{font-family:Georgia,'Times New Roman',serif;text-transform:none;font-weight:400;color:var(--lux-ink);font-size:1.7rem}
.feature p{color:#5c574f}
.service-card{box-shadow:none;border-right:1px solid var(--lux-line)}
.service-card .content{background:#fff;padding:34px}

.booking-band{padding:12vh 7vw;background:#1b1a17;color:#fff}
.booking-band h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;text-transform:none;letter-spacing:-.035em;max-width:1000px;font-size:clamp(3rem,5.5vw,6.5rem)}
.booking-band .btn{background:transparent;border:1px solid rgba(255,255,255,.75);color:#fff}
.booking-band .btn:hover{background:#fff;color:#111;transform:none}

.business-photo-strip{padding:0!important;gap:0!important;background:#111!important}
.business-photo-strip img{height:520px!important;border-right:1px solid rgba(255,255,255,.55)}

/* Footer */
.footer{background:#11110f;color:#e7e1d7;padding:8vh 7vw 30px;border-top:1px solid #2c2b27}
.footer .cols{max-width:1380px;margin:auto;grid-template-columns:1.3fr .7fr .7fr;gap:8vw}
.footer .brandmark{font-size:2.2rem;color:#fff;font-weight:400;letter-spacing:.08em}
.footer h3{font-family:Arial,Helvetica,sans-serif;font-size:.62rem;letter-spacing:.17em;text-transform:uppercase;color:#fff}
.footer p,.footer a{font-size:.82rem;color:#c4beb4}
.footer .copy{max-width:1380px;margin:5vh auto 0;padding-top:20px;border-top:1px solid #31302c;font-size:.7rem;color:#8f8a82}

/* Contact/forms also become understated */
input,textarea,select{background:transparent;border:0;border-bottom:1px solid #aba69c;padding:16px 4px}
input:focus,textarea:focus,select:focus{outline:0;border-color:#111}

/* Responsive */
@media(max-width:1100px){
  .nav{min-height:92px;padding:0 24px}.brand img{height:62px;width:115px}.links{gap:17px}.links a{font-size:.58rem}.links .navcta{display:none}
  .la-hero{min-height:780px}.la-hero-inner{grid-template-columns:230px 1fr;padding:130px 6vw 70px;gap:5vw}.la-hero h1{font-size:clamp(4rem,8vw,6.6rem)}
  .osc-capacity{grid-template-columns:1fr 1fr}.osc-capacity article:nth-child(2){border-right:0}.osc-capacity article:nth-child(-n+2){border-bottom:1px solid var(--lux-line)}
}
@media(max-width:850px){
  .top,.la-home .top{position:sticky}.nav{min-height:78px}.burger{display:block;margin-left:auto}.links{display:none;position:absolute;left:0;right:0;top:78px;background:#faf8f3;padding:22px 7vw;flex-direction:column;align-items:flex-start;border-top:1px solid var(--lux-line);box-shadow:0 14px 30px rgba(0,0,0,.08)}.links.open{display:flex}.links .navcta{display:block;margin:10px 0 0}
  .la-hero{min-height:calc(100vh - 78px)}.la-hero-inner{display:block;padding:15vh 7vw 9vh}.hero-brand-lockup{border:0;border-bottom:1px solid rgba(255,255,255,.4);padding:0 0 26px;margin-bottom:35px;max-width:220px}.hero-meersdael-logo{display:none}.la-play,.scrollword{display:none}
  .feature-strip .inner{grid-template-columns:1fr 1fr;padding:0}.feature-item:nth-child(2){border-right:0}.feature-item:nth-child(-n+2){border-bottom:1px solid var(--lux-line)}
  .la-editorial{grid-template-columns:1fr;padding:9vh 6vw}.la-copy{padding:0;max-width:650px}.la-gallery{grid-template-columns:1fr 1fr;grid-template-rows:280px 230px}.la-gallery figure:first-child{grid-row:1/2;grid-column:1/3}.la-gallery figure:nth-child(4){grid-column:auto}
  .osc-grid,.about-siva-legacy,.partners-siva,.split,.split.reverse{grid-template-columns:1fr}.split.reverse>img,.split.reverse>.copyblock{order:initial}.about-photo{min-height:540px}.about-copy{padding:8vh 7vw}.split img{min-height:420px}.feature-grid{grid-template-columns:1fr}.feature{border-right:0;border-bottom:1px solid var(--lux-line)}.feature:last-child{border-bottom:0}
  .business-photo-strip{grid-template-columns:1fr!important}.business-photo-strip img{height:420px!important;border-right:0;border-bottom:1px solid #fff}
}
@media(max-width:560px){
  .la-hero-inner{padding:12vh 7vw 8vh}.la-hero h1,.hero h1,.pagehero h1{font-size:clamp(3.2rem,15vw,5rem)}
  .feature-strip .inner{grid-template-columns:1fr}.feature-item{border-right:0!important;border-bottom:1px solid var(--lux-line)}.feature-item:last-child{border-bottom:0}
  .la-gallery{grid-template-columns:1fr;grid-template-rows:300px 220px 220px 220px}.la-gallery figure:first-child,.la-gallery figure:nth-child(4){grid-column:auto;grid-row:auto}
  .original-siva-copy{padding:9vh 6vw}.osc-grid{grid-template-columns:1fr;gap:4vh}.osc-capacity{grid-template-columns:1fr}.osc-capacity article{border-right:0!important;border-bottom:1px solid var(--lux-line)!important}.osc-capacity article:last-child{border-bottom:0!important}
  .section,.booking-band{padding:9vh 6vw}.pagehero .inner{padding:9vh 6vw 7vh}.footer{padding-left:6vw;padding-right:6vw}
}


/* ==========================================================
   SIVA — POTEL & CHABOT INSPIRED FINAL LAYOUT
   29 Aug 2026 — presentation only; content/images unchanged
   ========================================================== */
:root{
  --pc-black:#050505;
  --pc-white:#fff;
  --pc-paper:#f4f0e8;
  --pc-ink:#0b0b0a;
  --pc-hair:rgba(10,10,10,.18);
}

html{scroll-behavior:smooth}
body{background:#fff;color:var(--pc-ink)}

/* Black luxury header, intentionally close to the reference site's language */
.top,.la-home .top{
  position:sticky!important;
  top:0;left:0;right:0;
  z-index:1000;
  background:var(--pc-black)!important;
  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.13)!important;
  backdrop-filter:none!important;
}
.nav{
  max-width:none!important;
  min-height:108px!important;
  padding:0 3.5vw!important;
  display:flex!important;
  align-items:center!important;
  gap:28px!important;
}
.brand{margin-right:auto!important;min-width:150px!important}
.brand img{
  width:150px!important;
  height:74px!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:none!important;
}
.links{width:auto!important;justify-content:flex-end!important;gap:clamp(18px,2.1vw,40px)!important}
.links a{
  color:#fff!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:.61rem!important;
  line-height:1!important;
  font-weight:500!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
}
.links a:not(.navcta)::after{
  height:1px!important;
  bottom:-13px!important;
  background:#fff!important;
}
.links .navcta,
.links .potel-contact{
  margin-left:.4vw!important;
  padding:13px 0!important;
  background:transparent!important;
  color:#fff!important;
  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.7)!important;
  box-shadow:none!important;
}
.links .navcta:hover,.links .potel-contact:hover{background:transparent!important;color:#fff!important;opacity:.65;transform:none!important}
.burger{color:#fff!important;background:transparent!important;border:1px solid rgba(255,255,255,.4)!important}

/* Hero language: full photography, quiet typography, no 'card' feeling */
.la-hero{min-height:calc(100vh - 108px)!important;background-position:center!important}
.la-hero::before{background:linear-gradient(90deg,rgba(0,0,0,.52),rgba(0,0,0,.06) 66%,rgba(0,0,0,.2))!important}
.la-hero-inner{min-height:calc(100vh - 108px)!important;align-items:flex-end!important;padding:11vh 6vw 8vh!important;grid-template-columns:minmax(180px,22vw) minmax(420px,730px)!important;gap:5vw!important}
.hero-brand-lockup{align-self:end!important;margin-bottom:1vh!important}
.la-hero h1{font-family:Georgia,'Times New Roman',serif!important;font-weight:400!important;letter-spacing:-.045em!important;line-height:.88!important;text-transform:none!important;font-size:clamp(4.8rem,8.2vw,9.3rem)!important}
.la-kicker{font-size:.57rem!important;letter-spacing:.22em!important}
.la-hero p{font-size:.94rem!important;max-width:580px!important}
.la-btn{background:transparent!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.8)!important;padding:12px 0!important}
.la-btn:hover{background:transparent!important;color:#fff!important;opacity:.62!important}

/* The reference uses large editorial sequences rather than UI cards */
.feature-strip{background:#fff!important;border:0!important}
.feature-strip .inner{border-bottom:1px solid var(--pc-hair)!important}
.feature-item{padding:56px 3vw!important}
.feature-item h3{font-size:.58rem!important;letter-spacing:.19em!important}
.la-editorial{padding-top:14vh!important;padding-bottom:14vh!important}
.la-copy h2,.copyblock h2,.intro h2,.osc-intro h2,.about-copy h2,.partners-siva h2{
  font-size:clamp(3.1rem,5.2vw,6.6rem)!important;
  line-height:.91!important;
  letter-spacing:-.045em!important;
}
.la-gallery{gap:5px!important}
.la-gallery img,.split img,.about-photo img,.business-photo-strip img{filter:saturate(.88) contrast(1.02)}

/* Potel-like section transitions */
.section{padding-top:13vh!important;padding-bottom:13vh!important}
.section.cream,.original-siva-copy,.partners-siva{background:var(--pc-paper)!important}
.osc-grid,.osc-capacity,.feature-grid{border-color:var(--pc-hair)!important}
.feature,.osc-capacity article{border-color:var(--pc-hair)!important}
.booking-band{
  background:#080808!important;
  padding:14vh 7vw!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
}
.booking-band h2{font-size:clamp(3.6rem,6vw,7.8rem)!important;line-height:.9!important}

/* Footer/end banner: ONLY the information requested by Sammy */
.footer.potel-footer{
  background:#050505!important;
  color:#fff!important;
  padding:9vh 7vw 10vh!important;
  border-top:1px solid rgba(255,255,255,.14)!important;
}
.potel-footer-inner{
  max-width:1440px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(220px,.72fr) minmax(300px,1.28fr);
  gap:9vw;
  align-items:end;
}
.potel-footer-title{
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(4rem,8vw,9rem);
  line-height:.78;
  letter-spacing:-.055em;
  color:#fff;
}
.potel-footer p{
  margin:0;
  max-width:620px;
  color:#fff!important;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(1.3rem,2vw,2rem)!important;
  line-height:1.38!important;
}

/* legal / simple pages respect the black top navigation */
.legal h1{font-family:Georgia,'Times New Roman',serif!important;color:#111!important;font-weight:400!important;letter-spacing:-.035em!important}

@media(max-width:1100px){
  .nav{min-height:94px!important;padding:0 26px!important}.brand img{width:128px!important;height:64px!important}.links{gap:16px!important}.links a{font-size:.54rem!important}
}
@media(max-width:850px){
  .top,.la-home .top{position:sticky!important}
  .nav{min-height:80px!important;padding:0 20px!important}.brand{min-width:0!important}.brand img{width:118px!important;height:58px!important}.burger{display:block!important}
  .links{top:80px!important;background:#050505!important;border-top:1px solid rgba(255,255,255,.15)!important;box-shadow:0 18px 40px rgba(0,0,0,.25)!important;padding:26px 7vw!important;gap:22px!important}
  .links a{font-size:.66rem!important}.links .navcta{margin-left:0!important}
  .la-hero{min-height:calc(100vh - 80px)!important}.la-hero-inner{min-height:calc(100vh - 80px)!important;padding:10vh 7vw 7vh!important}
  .la-hero h1{font-size:clamp(3.8rem,16vw,6.2rem)!important}
  .potel-footer-inner{grid-template-columns:1fr;gap:45px}.potel-footer-title{font-size:clamp(4.6rem,22vw,7rem)}
}

:root{--siva-cream:#eee8dc;--siva-black:#070707;--siva-paper:#f2eee6}
.chateau-opening{position:relative;height:min(74vh,820px);min-height:520px;background:#050505;overflow:hidden}.chateau-opening img{width:100%;height:100%;object-fit:cover;object-position:center 48%;filter:grayscale(1) contrast(1.08) brightness(.66)}.chateau-opening:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.28));pointer-events:none}.chateau-opening-label{position:absolute;z-index:2;left:6vw;bottom:6vh;color:var(--siva-cream);font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.3rem,4vw,5.2rem);font-weight:400;line-height:.92;letter-spacing:-.04em;max-width:780px}
.original-siva-copy{background:var(--siva-paper)!important;color:#171717!important}.osc-intro h2,.osc-grid h3,.osc-capacity h3,.partners-siva h2{color:#111!important}.osc-capacity{background:#d8d2c8!important}.osc-capacity article{background:#f8f5ef!important;color:#171717!important}.about-copy{background:#090909!important;color:var(--siva-cream)!important}.about-copy h2,.about-copy p,.about-copy .overline{color:var(--siva-cream)!important}.partners-siva{background:#fff!important;color:#111!important}.partner-card{border-color:#d6d0c6!important;color:#111!important}.partner-card:hover{box-shadow:0 18px 50px rgba(0,0,0,.08)!important}
.footer.potel-footer{padding:34px 6vw 38px!important;background:#070707!important;border-top:1px solid rgba(255,255,255,.10)!important}.potel-footer-inner{max-width:1440px!important;display:flex!important;align-items:baseline!important;justify-content:space-between!important;gap:50px!important}.potel-footer-title{font-family:Arial,Helvetica,sans-serif!important;font-size:.78rem!important;line-height:1!important;letter-spacing:.22em!important;font-weight:600!important;color:var(--siva-cream)!important}.potel-footer p{max-width:760px!important;font-family:Arial,Helvetica,sans-serif!important;font-size:.72rem!important;line-height:1.55!important;letter-spacing:.035em!important;color:rgba(238,232,220,.76)!important;text-align:right!important}@media(max-width:850px){.chateau-opening{height:58vh;min-height:390px}.potel-footer-inner{display:block!important}.potel-footer-title{margin-bottom:13px}.potel-footer p{text-align:left!important}.chateau-opening-label{left:7vw;bottom:5vh}}

/* Final SIVA homepage: original overlay placed directly over our château photo */
.home .hero,
body.home .hero,
.hero {
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.80) 0%, rgba(0,0,0,.60) 28%, rgba(0,0,0,.24) 62%, rgba(0,0,0,.32) 100%),
    url("../img/meersdael-domein.jpg") !important;
  background-size: cover !important;
  background-position: center 48% !important;
  background-repeat: no-repeat !important;
  filter: none !important;
}
.hero::before{
  background:linear-gradient(90deg,rgba(0,0,0,.20),rgba(0,0,0,.03)) !important;
}

/* FINAL HERO — exact user-supplied Domein 't Meersdael photo, black & white */
.hero{
  position:relative !important;
  isolation:isolate;
  background:#050505 !important;
  overflow:hidden;
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:url("../img/siva-hero-kasteel.jpg") center 48% / cover no-repeat;
  filter:grayscale(1) contrast(1.08) brightness(.60);
  transform:scale(1.002);
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.58) 28%,rgba(0,0,0,.16) 62%,rgba(0,0,0,.30) 100%) !important;
  pointer-events:none;
}
.hero > *{position:relative;z-index:1}

/* ROBUST HERO PHOTO FIX */
.hero{
  position:relative !important;
  isolation:auto !important;
  background:
    linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.54) 30%,rgba(0,0,0,.14) 65%,rgba(0,0,0,.27) 100%),
    url("../img/siva-hero-kasteel.jpg") center 48% / cover no-repeat !important;
  min-height:calc(100vh - 94px);
}
.hero::after{display:none !important;}
.hero::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  background:rgba(0,0,0,.10) !important;
  pointer-events:none !important;
}
.hero > *{position:relative !important;z-index:2 !important;}

/* ==========================================================
   DEFINITIEVE HEADER + HERO FIX
   - geen witte strook bovenaan
   - zwarte navigatie begint op pixel 0
   - compacter tegen bovenzijde
   - echte zwart-wit kasteelfoto in .la-hero
   ========================================================== */
html,body{
  margin:0 !important;
  padding:0 !important;
  background:#000 !important;
}
body.la-home{
  padding-top:0 !important;
}

.top,.la-home .top{
  position:sticky !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  margin:0 !important;
  background:#050505 !important;
  border-top:0 !important;
  z-index:9999 !important;
}
.nav{
  min-height:88px !important;
  height:88px !important;
  padding:0 2.7vw !important;
  margin:0 !important;
  align-items:center !important;
}
.brand img{
  height:62px !important;
  width:132px !important;
}
.links{
  align-items:center !important;
  gap:clamp(16px,1.8vw,34px) !important;
}
.links a{
  margin:0 !important;
}

/* Dit is de homepage hero die werkelijk in index.html gebruikt wordt */
.la-hero{
  position:relative !important;
  min-height:calc(100vh - 88px) !important;
  background:#050505 !important;
  overflow:hidden !important;
}
.la-hero::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  background-image:
    linear-gradient(90deg,
      rgba(0,0,0,.82) 0%,
      rgba(0,0,0,.64) 23%,
      rgba(0,0,0,.36) 44%,
      rgba(0,0,0,.14) 72%,
      rgba(0,0,0,.26) 100%),
    url("../img/siva-hero-kasteel-bw.jpg") !important;
  background-size:cover !important;
  background-position:center 48% !important;
  background-repeat:no-repeat !important;
  transform:none !important;
  animation:none !important;
}
.la-hero::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.10)) !important;
  pointer-events:none !important;
}
.la-hero-inner,.la-play,.scrollword{
  position:relative !important;
  z-index:3 !important;
}
.la-hero-inner{
  min-height:calc(100vh - 88px) !important;
}

@media(max-width:800px){
  body,body.la-home{padding-top:0 !important}
  .nav{min-height:72px !important;height:72px !important;padding:0 18px !important}
  .brand img{height:50px !important;width:112px !important}
  .la-hero,.la-hero-inner{min-height:calc(100vh - 72px) !important}
}

/* FINAL: exact castle photo remains behind SIVA Feestverzorging */
html,body{margin:0!important;padding:0!important;background:#000!important}
body.la-home{padding-top:0!important}
.top,.la-home .top{top:0!important;margin:0!important;background:#050505!important;border-top:0!important}
.nav{min-height:88px!important;height:88px!important;padding:0 2.7vw!important}

.la-hero{
  position:relative!important;
  min-height:calc(100vh - 88px)!important;
  background:#050505!important;
  overflow:hidden!important;
}
.la-hero::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  background-image:
    linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.60) 26%,rgba(0,0,0,.30) 48%,rgba(0,0,0,.12) 73%,rgba(0,0,0,.24) 100%),
    url("../img/siva-hero-kasteel-bw.jpg")!important;
  background-size:cover!important;
  background-position:center 48%!important;
  background-repeat:no-repeat!important;
  transform:none!important;
  animation:none!important;
}
.la-hero::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.08))!important;
  pointer-events:none!important;
}
.la-hero-inner,.la-play,.scrollword{position:relative!important;z-index:3!important}

/* Large existing SIVA food image behind this exact text section */
.booking-band{
  position:relative!important;
  isolation:isolate!important;
  min-height:620px!important;
  padding:11vh 7vw!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
  text-align:left!important;
  color:#fff!important;
  background:
    linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.72) 34%,rgba(0,0,0,.28) 65%,rgba(0,0,0,.18) 100%),
    url("../img/gallery-food-temp.jpg") center 48% / cover no-repeat!important;
}
.booking-band .eyebrow,
.booking-band h2,
.booking-band p,
.booking-band .btn{position:relative!important;z-index:2!important}
.booking-band h2{
  max-width:760px!important;
  margin:.22em 0!important;
}
.booking-band p{
  max-width:590px!important;
  margin:0 0 24px!important;
}
.booking-band .btn{
  background:transparent!important;
  border:1px solid rgba(255,255,255,.78)!important;
  color:#fff!important;
}
@media(max-width:800px){
  .nav{min-height:72px!important;height:72px!important;padding:0 18px!important}
  .la-hero{min-height:calc(100vh - 72px)!important}
  .booking-band{min-height:520px!important;padding:9vh 7vw!important;background-position:58% center!important}
}


/* ==========================================================
   GLOBAL SIVA MONOCHROME / CREAM PALETTE — ALL PAGES
   No blue surfaces, no blue text.
   ========================================================== */
:root{
  --ink:#0a0a0a !important;
  --paper:#f4f0e8 !important;
  --cream:#eee8dc !important;
  --cream-soft:#d8d0c4 !important;
  --white:#ffffff !important;
  --blue:#0a0a0a !important;
  --navy:#0a0a0a !important;
  --primary:#0a0a0a !important;
  --accent:#eee8dc !important;
}

/* page foundations */
html,body{background:#fff!important;color:#171717!important}

/* all main dark/navy sections become black */
.top,
.footer,
.potel-footer,
.hero,
.la-hero,
.inner-hero,
.page-hero,
.cta-band,
.booking-band,
.about-copy,
.dark,
.dark-section,
.navy,
.navy-section,
.feature-strip,
.features,
.contact-band,
.quote-band,
.menu-panel,
.mobile-menu{
  background-color:#080808!important;
  color:var(--cream)!important;
}

/* any light-blue / blue-tinted surfaces become warm white/cream */
.original-siva-copy,
.osc-capacity,
.content-section,
.light-section,
.section-light,
.cards,
.card,
.panel,
.box,
.info-box,
.contact-card,
.form-wrap,
.news-card,
.room-card,
.service-card{
  background-color:#f4f0e8!important;
  color:#171717!important;
}

/* headings and copy on dark areas */
.top a,
.footer a,
.potel-footer a,
.hero h1,.hero h2,.hero h3,.hero p,
.la-hero h1,.la-hero h2,.la-hero h3,.la-hero p,
.inner-hero h1,.inner-hero h2,.inner-hero h3,.inner-hero p,
.page-hero h1,.page-hero h2,.page-hero h3,.page-hero p,
.about-copy h1,.about-copy h2,.about-copy h3,.about-copy p,
.dark h1,.dark h2,.dark h3,.dark p,
.navy h1,.navy h2,.navy h3,.navy p,
.feature-strip h1,.feature-strip h2,.feature-strip h3,.feature-strip p,
.booking-band h1,.booking-band h2,.booking-band h3,.booking-band p,
.cta-band h1,.cta-band h2,.cta-band h3,.cta-band p{
  color:var(--cream)!important;
}

/* labels / accents / overlines: always cream, never blue */
.eyebrow,
.overline,
.kicker,
.label,
.small-title,
.section-label,
.gold,
.accent,
.link-arrow,
.scrollword,
.la-play,
.la-play span,
.booking-band .eyebrow{
  color:var(--cream)!important;
}

/* on light sections, normal text is black */
main section:not(.hero):not(.la-hero):not(.inner-hero):not(.page-hero):not(.dark):not(.navy):not(.about-copy):not(.booking-band):not(.cta-band) h1,
main section:not(.hero):not(.la-hero):not(.inner-hero):not(.page-hero):not(.dark):not(.navy):not(.about-copy):not(.booking-band):not(.cta-band) h2,
main section:not(.hero):not(.la-hero):not(.inner-hero):not(.page-hero):not(.dark):not(.navy):not(.about-copy):not(.booking-band):not(.cta-band) h3{
  color:#111!important;
}
main section:not(.hero):not(.la-hero):not(.inner-hero):not(.page-hero):not(.dark):not(.navy):not(.about-copy):not(.booking-band):not(.cta-band) p{
  color:#2a2a2a!important;
}

/* links and buttons */
a{color:inherit}
.btn,
.button,
.cta,
a.btn,
button{
  background:#0a0a0a!important;
  color:var(--cream)!important;
  border-color:var(--cream-soft)!important;
}
.btn:hover,
.button:hover,
.cta:hover,
a.btn:hover,
button:hover{
  background:var(--cream)!important;
  color:#0a0a0a!important;
  border-color:var(--cream)!important;
}

/* outlined controls on dark areas */
.hero .btn,
.la-hero .btn,
.booking-band .btn,
.about-copy .btn,
.dark .btn,
.navy .btn{
  background:transparent!important;
  color:var(--cream)!important;
  border-color:rgba(238,232,220,.70)!important;
}

/* lines, borders, icons */
hr,
.divider,
.rule,
.line,
.card,
.panel,
.box,
input,
textarea,
select{
  border-color:#d8d0c4!important;
}
svg{fill:currentColor}
.icon,
.icon svg,
.social a{
  color:var(--cream)!important;
}

/* forms */
input,textarea,select{
  background:#fff!important;
  color:#111!important;
}
input:focus,textarea:focus,select:focus{
  outline-color:#a79f91!important;
  box-shadow:none!important;
}

/* explicitly kill common blue inline remnants */
[style*="#06295f"],
[style*="#10284d"],
[style*="#0b2d5c"],
[style*="#003b73"],
[style*="#004b8d"],
[style*="#0055a4"],
[style*="#123b6d"],
[style*="#143a64"],
[style*="#173e6c"],
[style*="#1d4f91"],
[style*="#2b5c93"],
[style*="#3a6ea5"]{
  color:#111!important;
  border-color:#d8d0c4!important;
}

/* footer remains subtle */
.footer.potel-footer{
  background:#070707!important;
  color:rgba(238,232,220,.78)!important;
}

/* Precise requested typography/layout refinements */
.la-hero-inner{
  align-items:flex-start!important;
  padding-top:clamp(38px,6vh,76px)!important;
}
.la-hero-copy{
  transform:translateY(-4vh)!important;
}

/* Thin white benefits bar */
.features{
  background:#fff!important;
  color:#111!important;
  padding:18px 5vw!important;
  min-height:0!important;
}
.features .feature-grid,
.features .grid,
.features .features-grid{
  gap:18px!important;
}
.features article,
.features .feature,
.features .item{
  padding:8px 14px!important;
  min-height:0!important;
}
.features h2,.features h3,.features h4,
.features p,.features .icon,.features svg{
  color:#111!important;
}
.features h3,.features h4{
  font-size:clamp(.82rem,1vw,1rem)!important;
  margin:0 0 4px!important;
}
.features p{
  font-size:clamp(.68rem,.78vw,.82rem)!important;
  line-height:1.45!important;
  margin:0!important;
}
.features .icon{
  font-size:1rem!important;
  margin-bottom:5px!important;
}

/* Exact requested color overrides */
.force-cream,
.force-cream h1,.force-cream h2,.force-cream h3,.force-cream h4,
.force-cream p,.force-cream strong,.force-cream span{
  color:#eee8dc!important;
}
.force-black,
.force-black h1,.force-black h2,.force-black h3,.force-black h4,
.force-black p,.force-black strong,.force-black span{
  color:#111!important;
}
@media(max-width:800px){
  .la-hero-inner{padding-top:30px!important}
  .la-hero-copy{transform:translateY(-2vh)!important}
  .features{padding:14px 18px!important}
}

.compact-benefits{
  background:#fff!important;color:#111!important;
  padding:16px 5vw!important;
}
.compact-benefits h1,.compact-benefits h2,.compact-benefits h3,
.compact-benefits p,.compact-benefits span,.compact-benefits div{color:#111!important}
.compact-benefits h3{font-size:.92rem!important}
.compact-benefits p{font-size:.76rem!important;line-height:1.4!important}

/* HARD FIX requested intro colors — highest specificity */
body:not(.la-home) .inner-hero h1,
body:not(.la-home) .inner-hero h2,
body:not(.la-home) .inner-hero p,
body:not(.la-home) .page-hero h1,
body:not(.la-home) .page-hero h2,
body:not(.la-home) .page-hero p{
  color:#eee8dc !important;
}
.force-cream, .force-cream *{color:#eee8dc !important}
.force-black, .force-black *{color:#111111 !important}

/* Le Manoir requested cream typography hard override */
body .force-cream, body .force-cream * { color:#eee8dc !important; }

/* ABSOLUTE Le Manoir title color fix */
body .inner-hero h1,
body .page-hero h1,
body .hero-copy h1,
body .la-page-hero h1,
body main h1.force-cream,
body main .force-cream h1 {
  color:#eee8dc !important;
}

/* Final Le Manoir requested contrast */
.manoir-intro-cream, .manoir-intro-cream * { color:#eee8dc !important; }
.manoir-decor-black, .manoir-decor-black * { color:#111111 !important; }

/* Definitive Le Manoir hero cream fix */
.manoir-hero .mh,
.manoir-hero .mh .ey,
.manoir-hero .mh h1,
.manoir-hero .mh p,
.manoir-hero .mh a,
.manoir-hero .mh a span {
  color:#eee8dc !important;
}
.manoir-hero .mh .la-btn {
  border-color:#eee8dc !important;
}

/* iPhone/mobile overflow fix — desktop unchanged */
html,body{max-width:100%!important;overflow-x:hidden!important}
*,*::before,*::after{box-sizing:border-box!important}
img,video,iframe,svg{max-width:100%!important}
@media(max-width:800px){
  .la-hero,.la-hero-inner,.la-hero-copy,.hero,.hero-inner,.hero-copy,main,section{max-width:100%!important}
  .la-hero-inner,.hero-inner{width:100%!important;padding-left:20px!important;padding-right:20px!important}
  .la-hero-copy,.hero-copy{width:100%!important;max-width:100%!important;transform:none!important}
  .la-hero h1,.hero h1{max-width:100%!important;width:auto!important;font-size:clamp(2.6rem,13vw,4.25rem)!important;line-height:.93!important;letter-spacing:-.035em!important;overflow-wrap:anywhere!important;word-break:normal!important}
  .la-hero p,.hero p,.la-hero .kicker,.hero .kicker{max-width:100%!important}
  .nav{width:100%!important;max-width:100%!important}
}
@media(max-width:430px){.la-hero h1,.hero h1{font-size:clamp(2.35rem,12vw,3.45rem)!important}}

/* Sfeer page: match SIVA black/cream palette */
body.video-page{background:#080808!important;color:#eee8dc!important}
.video-page .top{background:#080808!important;border-bottom:1px solid rgba(238,232,220,.16)!important}
.video-page .links a,.video-page .burger{color:#eee8dc!important}
.video-page .links a:not(.navcta)::after{background:#eee8dc!important}
.video-experience{background:#080808!important;color:#eee8dc!important}
.video-intro,.video-intro .eyebrow,.video-intro h1,.video-intro p{color:#eee8dc!important}
.video-back a{color:#eee8dc!important;border-color:rgba(238,232,220,.55)!important}
.video-back a:hover{background:#eee8dc!important;color:#080808!important}
@media(max-width:1050px){.video-page .links{background:#080808!important}.video-page .links a{color:#eee8dc!important}}

/* Tony & Femke: show the complete supplied photograph without cropping */
.about-photo{background:#090909!important;display:flex;align-items:center;justify-content:center}
.about-photo img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important}

/* Fix: 'Bekijk de sfeer' link on homepage must be cream */
.la-hero .la-play,
.la-hero .la-play:link,
.la-hero .la-play:visited,
.la-hero .la-play:hover,
.la-hero .la-play:active,
.la-hero .la-play span{
  color:#eee8dc!important;
  -webkit-text-fill-color:#eee8dc!important;
}
.la-hero .la-play span{border-color:#eee8dc!important;}

/* Sfeer page absolute title override */
body.video-page .video-experience .video-intro h1{color:#eee8dc!important;}
