
:root{
  --ink:#241c1a; --muted:#655957; --paper:#fffaf5; --card:#ffffff;
  --accent:#b21f2d; --accent2:#f0b33d; --night:#17243b;
  --shadow:0 18px 50px rgba(36,28,26,.13); --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.65}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
.container{width:min(1120px,92%);margin:auto}
.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.7rem 1rem;z-index:100}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,250,245,.95);backdrop-filter:blur(12px);border-bottom:1px solid rgba(36,28,26,.08)}
.nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;font-weight:900;letter-spacing:.02em}
.brand-mark{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#fff;font-family:Georgia,serif;font-size:1.2rem;box-shadow:0 6px 18px rgba(178,31,45,.25)}
.brand small{display:block;color:var(--muted);font-weight:600;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}
.menu{display:flex;gap:.25rem;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.menu a{text-decoration:none;padding:.6rem .75rem;border-radius:999px;font-weight:700;font-size:.92rem}
.menu a:hover,.menu a.active{background:#f2e5d8}
.menu .cta{background:var(--accent);color:#fff;padding:.65rem 1rem}
.hero{min-height:650px;display:grid;align-items:end;background:linear-gradient(90deg,rgba(20,13,12,.83),rgba(20,13,12,.34) 60%,rgba(20,13,12,.12)),url("images/fotosoktober 001.JPG") center/cover;position:relative}
.hero-inner{padding:7rem 0 5rem;color:#fff;max-width:760px}
.kicker{font-weight:900;text-transform:uppercase;letter-spacing:.13em;font-size:.8rem;color:#ffd77a}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.12;margin:0 0 1rem}
h1{font-size:clamp(2.6rem,6vw,5rem);letter-spacing:-.04em}
h2{font-size:clamp(2rem,4vw,3rem)}
h3{font-size:1.45rem}
.lead{font-size:clamp(1.1rem,2vw,1.35rem);max-width:65ch}
.actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.6rem}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;text-decoration:none;padding:.9rem 1.15rem;border-radius:999px;font-weight:900;border:2px solid transparent}
.btn.primary{background:var(--accent);color:#fff}.btn.secondary{background:#fff;color:var(--ink)}.btn.outline{border-color:rgba(255,255,255,.65);color:#fff}
.section{padding:5rem 0}.section.alt{background:#f5eadf}.section.dark{background:var(--night);color:#fff}
.section-head{max-width:760px;margin-bottom:2.2rem}
.grid{display:grid;gap:1.25rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.card{background:var(--card);border:1px solid rgba(36,28,26,.08);border-radius:var(--radius);padding:1.4rem;box-shadow:var(--shadow)}
.card img{width:100%;height:230px;object-fit:contain;background:#f7f1eb;border-radius:16px;margin-bottom:1rem}
.card.photo img{height:310px;object-fit:cover}
.card p{color:var(--muted)}
.badge{display:inline-block;background:#f4e2c5;border-radius:999px;padding:.35rem .7rem;font-size:.78rem;font-weight:900}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center}
.portrait{border-radius:26px;box-shadow:var(--shadow);overflow:hidden}.portrait img{width:100%;height:520px;object-fit:cover;object-position:center}
.list{padding:0;margin:1.2rem 0;list-style:none}.list li{padding:.65rem 0;border-bottom:1px solid rgba(36,28,26,.09)}.list li::before{content:"✓";color:var(--accent);font-weight:900;margin-right:.6rem}
.quote{border-left:5px solid var(--accent2);padding:1rem 1.3rem;font-size:1.15rem;font-style:italic;background:#fff}
.album-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;align-items:stretch}.album-row .card{padding:1rem}
.band{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1rem}.band span{background:#fff;border:1px solid rgba(36,28,26,.1);border-radius:999px;padding:.55rem .8rem;font-weight:800}
.cta-panel{border-radius:30px;padding:3rem;background:linear-gradient(135deg,#7f1723,#c33b39);color:#fff;box-shadow:var(--shadow)}
.cta-panel p{max-width:65ch;color:#ffe9e2}
footer{background:#171110;color:#eee;padding:3rem 0 1.5rem}footer a{color:#fff}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:2rem}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:2rem;padding-top:1rem;color:#bdb4b1;font-size:.9rem}
.breadcrumb{font-size:.9rem;color:var(--muted);padding-top:1.4rem}.breadcrumb a{color:inherit}
.page-hero{background:linear-gradient(135deg,#f2e2d3,#fffaf5);padding:4.5rem 0 3.5rem}
.page-hero .lead{color:var(--muted)}
.notice{padding:1rem 1.2rem;border-radius:14px;background:#fff2d7;border:1px solid #efd49b}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.gallery img{height:300px;object-fit:cover;border-radius:20px;box-shadow:var(--shadow)}
.embed{border:0;width:100%;min-height:380px;border-radius:18px}
.faq details{background:#fff;border:1px solid rgba(36,28,26,.1);border-radius:16px;padding:1rem 1.2rem;margin:.8rem 0}.faq summary{font-weight:900;cursor:pointer}
@media (max-width:850px){.menu a:not(.cta){display:none}.grid-4,.album-row{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr}.portrait img{height:420px}.footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.hero{min-height:610px}.hero-inner{padding:6rem 0 3rem}.grid-2,.grid-3,.grid-4,.album-row,.gallery{grid-template-columns:1fr}.section{padding:3.5rem 0}.brand small{display:none}.menu .cta{font-size:.82rem}.card.photo img{height:330px}}
