@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,600;1,600&display=swap');

:root { --ink:#162525; --cream:#f3efe6; --paper:#fbfaf6; --gold:#c9a76a; --muted:#67716d; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:'DM Sans',Arial,sans-serif; line-height:1.65; }
a { color:inherit; }
.site-header { position:absolute; z-index:5; top:0; left:0; width:100%; display:flex; justify-content:space-between; align-items:center; padding:24px clamp(24px,5vw,76px); color:#fff; }
.brand { display:flex; align-items:center; gap:13px; text-decoration:none; font-size:1.03rem; font-weight:600; letter-spacing:.04em; }
.brand img { width:46px; height:46px; object-fit:contain; }
.brand small { font-weight:400; opacity:.68; }
nav { display:flex; align-items:center; gap:32px; }
nav a { text-decoration:none; font-size:.84rem; letter-spacing:.04em; }
.nav-cta { border:1px solid rgba(255,255,255,.55); padding:10px 16px; border-radius:99px; }
.hero { min-height:94vh; position:relative; display:flex; align-items:center; color:#fff; background:url('../../images/heilighartkerk-hero.jpg') center 42%/cover no-repeat; }
.hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(10,22,22,.85) 0%,rgba(10,22,22,.52) 53%,rgba(10,22,22,.14) 100%),linear-gradient(0deg,rgba(10,22,22,.45),transparent 45%); }
.hero-content { position:relative; z-index:1; width:min(760px,86vw); margin-left:clamp(24px,8vw,130px); padding-top:90px; }
.eyebrow { margin:0 0 20px; color:#e0c894; font-size:.72rem; font-weight:600; letter-spacing:.22em; text-transform:uppercase; }
.eyebrow.dark { color:#9b7944; }
h1,h2 { font-family:'Playfair Display',Georgia,serif; line-height:1.05; letter-spacing:-.025em; margin:0; font-weight:600; }
h1 { font-size:clamp(3rem,6.6vw,6.6rem); }
h2 { font-size:clamp(2.5rem,4.7vw,5.1rem); }
h2 em { color:#9b7944; font-weight:600; }
.hero-copy { max-width:650px; font-size:clamp(1rem,1.4vw,1.22rem); color:rgba(255,255,255,.84); margin:30px 0 34px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; }
.button { display:inline-flex; align-items:center; gap:14px; min-height:52px; padding:12px 22px; border:1px solid transparent; border-radius:2px; text-decoration:none; font-size:.82rem; font-weight:600; letter-spacing:.03em; transition:.2s ease; }
.button:hover { transform:translateY(-2px); }
.button-primary { background:var(--gold); color:#132121; }
.button-ghost { border-color:rgba(255,255,255,.5); color:#fff; }
.button-dark { background:var(--ink); color:#fff; }
.hero-note { position:absolute; z-index:1; right:clamp(24px,5vw,76px); bottom:28px; display:flex; gap:20px; margin:0; font-size:.72rem; letter-spacing:.1em; text-transform:uppercase; color:rgba(255,255,255,.72); }
.intro { display:grid; grid-template-columns:1.1fr .9fr; gap:9vw; padding:clamp(80px,11vw,160px) clamp(24px,8vw,130px); }
.intro-copy { padding-top:35px; max-width:590px; color:var(--muted); font-size:1.08rem; }
.intro-copy p:first-child { color:var(--ink); font-size:1.3rem; }
.story { display:grid; grid-template-columns:1.08fr .92fr; min-height:760px; background:var(--cream); }
.story-image img { width:100%; height:100%; min-height:640px; object-fit:cover; }
.story-content { align-self:center; padding:70px clamp(35px,7vw,110px); }
.story-content p:not(.eyebrow) { color:var(--muted); margin:30px 0; max-width:520px; }
.text-link { display:inline-flex; gap:12px; align-items:center; color:var(--ink); text-decoration:none; padding-bottom:5px; border-bottom:1px solid var(--gold); font-size:.86rem; font-weight:600; }
.possibilities { background:var(--ink); color:#fff; padding:clamp(80px,10vw,140px) clamp(24px,8vw,130px); }
.section-heading { display:flex; justify-content:space-between; align-items:end; margin-bottom:55px; gap:30px; }
.cards { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:rgba(255,255,255,.18); }
.card { min-height:390px; padding:28px; display:flex; flex-direction:column; justify-content:space-between; text-decoration:none; background-position:center; background-size:cover; position:relative; isolation:isolate; overflow:hidden; }
.card:before { content:''; position:absolute; inset:0; z-index:-1; background:linear-gradient(0deg,rgba(8,18,18,.92),rgba(8,18,18,.2)); transition:.25s; }
.card:hover:before { background:linear-gradient(0deg,rgba(8,18,18,.82),rgba(8,18,18,.08)); }
.card-events { background-image:url('../../images/heilighartkerk-gala.webp'); }
.card-party { background-image:url('../../images/heilighartkerk-huwelijk.webp'); }
.card-history { background-image:url('../../images/heilighartkerk-tuin.webp'); }
.card>span { font-size:.75rem; opacity:.65; }
.card h3 { font-family:'Playfair Display',Georgia,serif; font-size:2rem; margin:0; }
.card p { margin:6px 0 0; color:rgba(255,255,255,.72); font-size:.9rem; }
.card b { align-self:end; font-size:1.2rem; font-weight:400; }
.facts { display:grid; grid-template-columns:repeat(4,1fr); border-bottom:1px solid #dedbd2; }
.facts div { padding:50px 30px; text-align:center; border-right:1px solid #dedbd2; }
.facts div:last-child { border-right:0; }
.facts strong { display:block; font-family:'Playfair Display',Georgia,serif; color:#9b7944; font-size:2.25rem; line-height:1; }
.facts span { display:block; margin-top:10px; color:var(--muted); font-size:.73rem; text-transform:uppercase; letter-spacing:.13em; }
.final-cta { display:flex; justify-content:space-between; align-items:end; gap:50px; padding:clamp(80px,10vw,145px) clamp(24px,8vw,130px); }
.cta-actions { display:flex; flex-direction:column; align-items:flex-start; gap:23px; }
footer { display:grid; grid-template-columns:1fr 1.2fr 1fr; gap:40px; background:#101d1d; color:rgba(255,255,255,.72); padding:55px clamp(24px,5vw,76px); font-size:.78rem; }
.footer-brand { display:flex; align-items:center; gap:13px; color:#fff; }
.footer-brand img { width:44px; height:44px; object-fit:contain; }
.footer-brand span { display:block; color:rgba(255,255,255,.55); }
address { font-style:normal; text-align:center; }
footer a { color:inherit; }
.footer-meta { display:flex; flex-direction:column; align-items:flex-end; }

.legal-hero { min-height:560px; position:relative; display:flex; align-items:flex-end; color:#fff; background:url('../../images/heilighartkerk-hero.jpg') center 42%/cover no-repeat; }
.legal-hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(10,22,22,.93),rgba(10,22,22,.5)),linear-gradient(0deg,rgba(10,22,22,.62),transparent); }
.legal-hero-content { position:relative; z-index:1; width:min(760px,86vw); margin-left:clamp(24px,8vw,130px); padding:170px 0 75px; }
.legal-hero h1 { font-size:clamp(3.4rem,6vw,6rem); }
.legal-hero-content>p:last-child { max-width:610px; margin:25px 0 0; color:rgba(255,255,255,.78); font-size:1.05rem; }
.legal-layout { display:grid; grid-template-columns:250px minmax(0,780px); justify-content:center; gap:clamp(45px,8vw,120px); padding:clamp(75px,9vw,130px) clamp(24px,6vw,90px); }
.legal-nav { position:sticky; top:35px; align-self:start; display:flex; flex-direction:column; border-top:1px solid #d9d4c9; }
.legal-nav .eyebrow { padding-top:25px; }
.legal-nav a { padding:11px 0; color:var(--muted); text-decoration:none; font-size:.78rem; border-bottom:1px solid #e6e2d9; transition:.2s; }
.legal-nav a:hover { color:#9b7944; padding-left:5px; }
.legal-intro { padding-bottom:65px; border-bottom:1px solid #d9d4c9; }
.legal-intro>p:first-child { margin:0; color:var(--ink); font-family:'Playfair Display',Georgia,serif; font-size:clamp(1.45rem,2.2vw,2rem); line-height:1.45; }
.legal-updated { margin:20px 0 0; color:var(--muted); font-size:.76rem; text-transform:uppercase; letter-spacing:.12em; }
.legal-section { scroll-margin-top:30px; display:grid; grid-template-columns:50px 1fr; gap:22px; padding:65px 0; border-bottom:1px solid #d9d4c9; }
.legal-number { color:#9b7944; font-size:.73rem; font-weight:600; letter-spacing:.12em; padding-top:7px; }
.legal-section h2 { font-size:clamp(2rem,3.2vw,3rem); margin-bottom:25px; }
.legal-section h3 { margin:32px 0 8px; font-family:'Playfair Display',Georgia,serif; font-size:1.35rem; }
.legal-section p,.legal-section li { color:var(--muted); }
.legal-section p { margin:0 0 18px; }
.legal-section ul { margin:5px 0 22px; padding-left:20px; }
.legal-section li { margin:7px 0; }
.legal-section a { color:#876735; text-underline-offset:3px; }
.legal-address { margin-top:25px; padding:24px; background:var(--cream); color:var(--muted); text-align:left; }
.legal-address strong { color:var(--ink); }
.legal-back { margin-top:55px; }

@media (max-width:850px) {
   nav a:not(.nav-cta) { display:none; }
   .site-header { padding:18px 20px; }
   .brand span { font-size:.9rem; }
   .hero { min-height:820px; }
   .hero-content { margin:0 24px; width:auto; }
   .hero-note { left:24px; right:auto; }
   .intro,.story { grid-template-columns:1fr; }
   .intro { gap:25px; }
   .story-image img { min-height:440px; }
   .cards { grid-template-columns:1fr; }
   .card { min-height:310px; }
   .facts { grid-template-columns:1fr 1fr; }
   .facts div:nth-child(2) { border-right:0; }
   .facts div:nth-child(-n+2) { border-bottom:1px solid #dedbd2; }
   .final-cta { align-items:flex-start; flex-direction:column; }
   .legal-layout { grid-template-columns:1fr; }
   .legal-nav { position:static; }
   footer { grid-template-columns:1fr; }
   address { text-align:left; }
   .footer-meta { align-items:flex-start; }
}

@media (max-width:480px) {
   .nav-cta { padding:8px 12px; }
   h1 { font-size:3.2rem; }
   .hero-actions .button { width:100%; justify-content:center; }
   .hero-note { flex-direction:column; gap:0; }
   .facts div { padding:35px 15px; }
   .legal-hero { min-height:500px; }
   .legal-hero-content { margin-left:24px; padding-bottom:55px; }
   .legal-section { grid-template-columns:1fr; gap:10px; padding:50px 0; }
}
