/* ============================================================
   pages.css — Riva Rocci · Inner Page Styles
   Covers: Over Ons, Praesidium, Liederen, Sponsors, Support
   ============================================================ */

/* ── INNER PAGE HERO IMAGE ── */
.pg-hdr-hero {
  padding-top: 14rem;
  padding-bottom: 6rem;
}
.pg-hdr-hero-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  filter: brightness(.53); z-index: 0;
}
.pg-hdr-hero::before {
  content: '';
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
}
.pg-hdr-hero .pg-tag,
.pg-hdr-hero .pg-title,
.pg-hdr-hero .pg-sub,
.pg-hdr-hero .pg-hdr-orb { z-index: 3; }

/* ── OVER ONS: Two-col intro ── */
.oo-split {
  display: grid; grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--border); min-height: 440px;
}
.oo-split-left {
  padding: 5.5rem 4rem 5rem;
  border-right: 1px solid var(--border);
  display: flex; flex-direction: column; justify-content: center;
  position: relative; overflow: hidden;
}
.oo-split-bg {
  position: absolute; right: -1.5rem; top: 50%; transform: translateY(-50%);
  font-family: 'Playfair Display', serif; font-style: italic; font-weight: 900;
  font-size: 20vw; line-height: 1; color: rgba(240, 235, 224, .025);
  pointer-events: none; letter-spacing: -.04em; white-space: nowrap; z-index: 0;
}
.oo-split-tag {
  font-size: .6rem; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: var(--muted);
  margin-bottom: 1.4rem; position: relative; z-index: 1;
}
.oo-split-hl {
  font-family: 'Playfair Display', serif; font-style: italic; font-weight: 900;
  font-size: clamp(2.6rem, 4.5vw, 4rem); line-height: .97; letter-spacing: -.03em;
  position: relative; z-index: 1;
}
.oo-split-hl em { font-style: normal; color: var(--yel-l); }

.oo-split-right {
  padding: 5.5rem 3.5rem 5rem;
  display: flex; flex-direction: column; justify-content: center; gap: 1.6rem;
}
.oo-split-right .btn { align-self: flex-start; }
.oo-split-right p { font-size: .88rem; color: var(--dim); line-height: 1.9; font-weight: 300; }

.oo-split-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--border);
  border: 1px solid var(--border);
}
.oo-stat { background: var(--ink); padding: 1.4rem 1.6rem; }
.oo-stat-num {
  font-family: 'Playfair Display', serif; font-style: italic; font-weight: 900;
  font-size: 2.6rem; line-height: 1; letter-spacing: -.04em; margin-bottom: .25rem;
}
.oo-stat-lbl {
  font-size: .58rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--muted);
}

/* Story — wider image col */
.story-wide { display: grid; grid-template-columns: 55% 45%; border-bottom: 1px solid var(--border); min-height: 540px; }
.story-wide-img { border-right: 1px solid var(--border); position: relative; overflow: hidden; }
.story-wide-flip .story-wide-img { order: 2; border-right: none; border-left: 1px solid var(--border); }
.story-wide-flip .story-wide-txt { order: 1; }
.story-wide-txt { padding: 5rem 3.5rem; display: flex; flex-direction: column; justify-content: center; }
.story-wide-txt .eyebrow { font-size: .58rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
.story-wide-txt h2 { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 900; font-size: 2.4rem; line-height: 1.02; letter-spacing: -.02em; margin-bottom: 1.4rem; }
.story-wide-txt p  { font-size: .86rem; color: var(--dim); line-height: 1.85; font-weight: 300; margin-bottom: .9rem; }

/* Quote divider */
.oo-quote { padding: 5rem 3rem; text-align: center; border-bottom: 1px solid var(--border); position: relative; overflow: hidden; }
.oo-quote-bg { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: 'Playfair Display', serif; font-style: italic; font-weight: 900; font-size: 22vw; color: rgba(240, 235, 224, .025); white-space: nowrap; pointer-events: none; letter-spacing: -.04em; }
.oo-quote blockquote { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 900; font-size: clamp(1.4rem, 3vw, 2.2rem); line-height: 1.2; letter-spacing: -.02em; color: rgba(240, 235, 224, .35); position: relative; z-index: 1; max-width: 640px; margin: 0 auto; }
.oo-quote-src { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-top: 1.2rem; position: relative; z-index: 1; }

/* Geschiedenis */
.gs { border-bottom: 1px solid var(--border); }
.gs-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.gs-item {
  --gs-pad: 2.5rem;
  border-right: 1px solid var(--border); padding: 3rem 2.5rem;
  cursor: pointer; position: relative; overflow: hidden;
  display: flex; flex-direction: column;
  min-height: 260px; transition: background-color .4s, min-height .4s;
}
.gs-item:last-child { border-right: none; }
.gs-item:hover { background: rgba(240, 235, 224, .03); min-height: 480px; }
.gs-accent { position: absolute; top: 0; left: 0; right: 0; height: 2px; transform: scaleX(0); transform-origin: left; transition: transform .5s; }
.gs-item:hover .gs-accent { transform: scaleX(1); }
.gs-yr    { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 900; font-size: 3.2rem; line-height: 1; letter-spacing: -.04em; margin-bottom: .8rem; }
.gs-title { font-weight: 500; font-size: .88rem; color: var(--cream); margin-bottom: .8rem; line-height: 1.35; }
.gs-preview, .gs-full {
  font-size: .76rem; color: rgba(240, 235, 224, .35); line-height: 1.75; font-weight: 300;
  position: absolute;
  top: calc(var(--gs-pad, 3rem) + 3.2rem + .8rem + .88rem + .8rem);
  left: var(--gs-pad, 3rem); right: var(--gs-pad, 3rem);
}
.gs-preview { opacity: 1; transform: translateY(0); transition: opacity .2s, transform .2s; }
.gs-item:hover .gs-preview,
.gs-item:focus-within .gs-preview,
.gs-item.tapped .gs-preview { opacity: 0; transform: translateY(-8px); }
.gs-full { color: var(--dim); opacity: 0; transform: translateY(10px); transition: opacity .3s .2s, transform .3s .2s; pointer-events: none; }
.gs-item:hover .gs-full,
.gs-item:focus-within .gs-full,
.gs-item.tapped .gs-full { opacity: 1; transform: translateY(0); pointer-events: auto; }
.gs-arrow { margin-top: auto; padding-top: 1.5rem; font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(240, 235, 224, .15); transition: color .3s, transform .3s; display: flex; align-items: center; gap: .4rem; }
.gs-item:hover .gs-arrow,
.gs-item.tapped .gs-arrow { color: rgba(240, 235, 224, .4); transform: translateX(4px); }

/* Barsol */
.barsol-section { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--border); }
.barsol-img { position: relative; overflow: hidden; min-height: 500px; }
.barsol-img .ph { position: absolute; inset: 0; border-radius: 0; }
.barsol-txt { padding: 5rem 3.5rem; border-left: 1px solid var(--border); display: flex; flex-direction: column; justify-content: center; }
.barsol-pull { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 900; font-size: 1.9rem; line-height: 1.1; color: rgba(240, 235, 224, .18); margin-bottom: 1.5rem; }
.barsol-txt h2 { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 2rem; letter-spacing: -.01em; margin-bottom: 1.2rem; }
.barsol-txt p  { font-size: .88rem; color: var(--dim); line-height: 1.85; font-weight: 300; margin-bottom: 1.5rem; }

/* ── PRAESIDIUM ── */
.praes-years {
  padding: 1.6rem 3rem; border-bottom: 1px solid var(--border);
  background: var(--warm); display: flex; align-items: center; gap: 1.5rem;
  overflow-x: auto; scrollbar-width: none;
}
.praes-years::-webkit-scrollbar { display: none; }
.py-lbl { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); flex-shrink: 0; }
.yr-arrow {
  flex-shrink: 0; background: transparent;
  border: 1px solid var(--bord2); color: var(--cream);
  width: 32px; height: 32px; border-radius: 50%;
  cursor: pointer; font-size: .9rem;
  display: flex; align-items: center; justify-content: center;
  transition: background-color .15s, border-color .15s;
}
.yr-arrow:hover { background: var(--border); border-color: rgba(240, 235, 224, .35); }
.yr {
  flex-shrink: 0; font-size: .78rem; font-weight: 700; letter-spacing: .06em;
  padding: .38rem 1.1rem; border-radius: 100px; border: 1px solid var(--bord2);
  color: rgba(240, 235, 224, .38); background: transparent; cursor: pointer; transition: color .15s, background .15s, border-color .15s;
}
.yr:hover { color: var(--cream); border-color: rgba(240, 235, 224, .35); }
.yr.on { background: var(--blue); color: #fff; border-color: var(--blue); }

/* Hero group photo */
.praes-hero { position: relative; width: 100%; height: 600px; overflow: hidden; border-bottom: 1px solid var(--border); }
.praes-hero-img {
  position: absolute; inset: 0; border-radius: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .5rem;
  background: rgba(240, 235, 224, .04); border: none;
  color: var(--muted); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700;
}
.praes-hero-img svg { opacity: .2; }
.praes-hero-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 0; filter: brightness(.72); }
.praes-hero-overlay {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 3rem 3rem 2.5rem;
  background: linear-gradient(to top, rgba(10, 10, 10, .85) 0%, rgba(10, 10, 10, .2) 50%, transparent 100%);
  pointer-events: none;
}
.praes-hero-overlay .pg-title { font-size: clamp(2.8rem, 7vw, 7rem); line-height: .95; margin-bottom: .6rem; }
.praes-hero-yr { color: var(--blue-l); }
.praes-hero-ay { font-size: .75rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: rgba(240, 235, 224, .5); margin-bottom: .8rem; }

/* Member grid */
.praes-body { padding: 2.5rem 3rem 4rem; border-bottom: 1px solid var(--border); }
.pr-yr-big { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 900; font-size: 5.5rem; line-height: 1; color: var(--blue-l); margin-bottom: .75rem; }
.pr-ay { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.8rem; }
.pr-quote {
  font-family: 'Playfair Display', serif; font-style: italic; font-weight: 700;
  font-size: clamp(.95rem, 1.3vw, 1.1rem); color: rgba(240, 235, 224, .75);
  line-height: 1.65; text-align: left; margin-bottom: 0;
  padding-left: 1rem; border-left: 2px solid var(--blue-l);
  max-width: 880px; text-shadow: 0 1px 12px rgba(0, 0, 0, .6);
  position: relative;
}
.pr-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(clamp(160px, 16vw, 240px), 1fr));
  gap: 2px; background: var(--border); border: 1px solid var(--border);
  border-radius: 4px; overflow: hidden;
}

/* Member card */
.pr-mem { position: relative; background: var(--ink); overflow: hidden; aspect-ratio: 2/3; cursor: pointer; }
.pr-mem img {
  display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center;
  filter: brightness(.75) saturate(.85);
  transition: filter .55s ease, transform .65s cubic-bezier(.22, .68, 0, 1.2);
  transform-origin: center top;
}
.pr-mem:hover img { filter: brightness(.95) saturate(1); transform: scale(1.06); }
.pr-mem::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5, 5, 8, .92) 0%, rgba(5, 5, 8, .5) 32%, rgba(5, 5, 8, .08) 60%, transparent 100%);
  z-index: 1; transition: opacity .4s;
}
.pr-mem::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--blue-l); transform: scaleX(0); transform-origin: left;
  transition: transform .45s cubic-bezier(.22, .68, 0, 1.2); z-index: 3;
}
.pr-mem:hover::after { transform: scaleX(1); }
.pr-mem-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.4rem 1.1rem .95rem; z-index: 2; transform: translateY(4px); transition: transform .4s; }
.pr-mem:hover .pr-mem-info { transform: translateY(0); }
.pr-role { font-size: .52rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--blue-l); margin-bottom: .28rem; display: block; opacity: .9; }
.pr-name { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1rem; color: var(--cream); line-height: 1.15; letter-spacing: -.01em; }
.pr-mem-num { position: absolute; top: .7rem; left: .8rem; font-size: .5rem; font-weight: 700; letter-spacing: .14em; color: rgba(240, 235, 224, .2); z-index: 2; transition: color .3s; }
.pr-mem:hover .pr-mem-num { color: rgba(240, 235, 224, .45); }

/* No-photo variant */
.pr-mem-nophoto { background: rgba(240, 235, 224, .025); display: flex; flex-direction: column; justify-content: flex-end; padding: 1.1rem; }
.pr-mem-nophoto::before,
.pr-mem-nophoto::after { display: none; }
.pr-mem-nophoto .pr-mem-info { position: static; transform: none; padding: 0; }
.pr-mem-nophoto .pr-role { color: var(--muted); }
.pr-mem-nophoto .pr-name { font-family: 'DM Sans', sans-serif; font-weight: 500; font-size: .88rem; color: var(--dim); letter-spacing: 0; }

/* ── LIEDEREN ── */
.lied-layout { display: grid; grid-template-columns: 260px 1fr; }
.lied-aside {
  border-right: 1px solid var(--border); padding: 3rem 2rem;
  position: sticky; top: 68px; height: fit-content; background: var(--warm);
}
.lied-aside h3 { font-size: .6rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.4rem; }
.lied-aside ul { list-style: none; display: flex; flex-direction: column; gap: .2rem; }
.lied-aside a {
  display: flex; align-items: center; gap: .7rem;
  padding: .7rem 1rem; font-size: .82rem; font-weight: 500;
  color: rgba(240, 235, 224, .4); border-radius: 8px; cursor: pointer; transition: background .15s, color .15s;
}
.lied-aside a:hover { background: var(--border); color: var(--cream); }
.lied-aside a.on  { background: rgba(26, 79, 255, .15); color: var(--blue-l); }
.lied-aside a::before     { content: '♩'; opacity: .4; font-size: .8rem; }
.lied-aside a.on::before  { opacity: 1; }

.lied-main { padding: 4rem 3rem; }
.song-block { margin-bottom: 5rem; padding-bottom: 5rem; border-bottom: 1px solid var(--border); }
.song-block:last-child { border-bottom: none; margin-bottom: 0; }
.song-top { display: flex; align-items: center; gap: 1.5rem; margin-bottom: 2.5rem; }
.song-ico { width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.song-h    { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.8rem; letter-spacing: -.01em; }
.song-meta { font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-top: .2rem; }
.verse  { font-size: .88rem; line-height: 2.1; color: rgba(240, 235, 224, .6); white-space: pre-line; margin-bottom: 1.5rem; font-weight: 300; }
.chorus { border-left: 3px solid var(--blue-l); background: rgba(26, 79, 255, .07); padding: 1.4rem 1.8rem; border-radius: 0 10px 10px 0; margin: 1.5rem 0; }
.chorus-lbl { font-size: .58rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--blue-l); margin-bottom: .7rem; }
.chorus .verse { color: rgba(240, 235, 224, .75); margin-bottom: 0; }
.chorus.gr-ch { border-left-color: var(--grn-l); background: rgba(11, 122, 16, .07); }
.chorus.gr-ch .chorus-lbl { color: var(--grn-l); }
.chorus.yl-ch { border-left-color: var(--yel-l); background: rgba(240, 194, 0, .07); }
.chorus.yl-ch .chorus-lbl { color: var(--yel-l); }

/* ── SPONSORS ── */
.spon-grid { padding: 5rem 3rem; border-bottom: 1px solid var(--border); }
.tier-head { display: flex; align-items: center; gap: 1rem; margin-bottom: 2.5rem; }
.tier-badge { font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: .32rem .9rem; border-radius: 100px; }
.tb-s { background: var(--border); color: rgba(240, 235, 224, .4); border: 1px solid var(--bord2); }
.tier-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.6rem; }

.sg-unified { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }

a:has(.scard) { text-decoration: none; color: inherit; display: contents; }
.scard {
  aspect-ratio: 2/1; border: 1px solid var(--border); border-radius: 12px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .5rem;
  background: rgba(240, 235, 224, .02);
  transition: background .2s, border-color .2s, transform .2s; cursor: pointer; padding: 1.5rem;
}
.scard:hover { background: rgba(240, 235, 224, .06); border-color: var(--bord2); transform: translateY(-2px); }
.scard .sc-logo { max-width: 192px; max-height: 92px; object-fit: contain; }
.scard:hover .sc-logo { opacity: .8; }

.scard-main {
  grid-column: span 2; aspect-ratio: unset;
  min-height: 250px; border-color: rgba(240, 194, 0, .25);
  background: rgba(240, 194, 0, .04); color: rgba(240, 194, 0, .45);
}
.scard-main:hover { background: rgba(240, 194, 0, .09); border-color: rgba(240, 194, 0, .4); }
.scard-main .sc-logo { max-height: 92px; }

/* ── SUPPORT ── */
.sup-grid { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--border); }
.sup-left { padding: 5rem 3rem; border-right: 1px solid var(--border); }
.sup-right { padding: 5rem 3rem; align-self: start; }
.sup-left h2,
.sup-right h2 { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.8rem; letter-spacing: -.01em; margin-bottom: 2.5rem; }

/* Form */
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.1rem; }
.f-grp { margin-bottom: 1.1rem; }
.f-lbl { font-size: .6rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: .4rem; display: block; }
.f-inp {
  width: 100%; background: rgba(240, 235, 224, .04); border: 1px solid var(--bord2);
  color: var(--cream); padding: .76rem 1rem; font-size: .88rem;
  font-family: 'DM Sans', sans-serif; border-radius: 8px; outline: none; transition: border-color .2s;
}
.f-inp:focus { border-color: var(--blue); }
.f-inp::placeholder { color: var(--muted); }
textarea.f-inp { min-height: 120px; resize: vertical; }
.f-btn {
  background: var(--blue); color: #fff; border: none;
  padding: .82rem 2.2rem; font-family: 'DM Sans', sans-serif;
  font-size: .74rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; border-radius: 100px; cursor: pointer; transition: background .2s;
}
.f-btn:hover { background: #2e5fff; }

/* Contact card */
.ccard { background: rgba(240, 235, 224, .04); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; margin-bottom: 1.5rem; }
.ccard-body { padding: 2rem; border-bottom: 1px solid var(--border); }
.ccard-foot { padding: 1.2rem 2rem; }
.ccard-top  { display: flex; align-items: flex-start; gap: 1.2rem; }
.ccard-ico  { width: 40px; height: 40px; border-radius: 4px; background: rgba(26, 79, 255, .15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--blue-l); }
.ccard h3   { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.1rem; margin-bottom: .25rem; }
.ccard-sub  { font-size: .78rem; color: var(--muted); margin-bottom: .8rem; }
.ccard-addr { display: flex; flex-direction: column; gap: .2rem; }
.ccard-addr span { font-size: .84rem; color: rgba(240, 235, 224, .55); line-height: 1.6; }
.ccard-map-btn {
  display: inline-flex; align-items: center; gap: .45rem;
  font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--blue-l); border: 1px solid rgba(26, 79, 255, .3);
  border-radius: 100px; padding: .48rem 1.1rem; transition: background .2s, border-color .2s;
}
.ccard-map-btn:hover { background: rgba(26, 79, 255, .1); border-color: rgba(26, 79, 255, .5); }

/* FAQ */
.faq-section { padding: 5rem 3rem; border-bottom: 1px solid var(--border); background: var(--warm); }
.faq-section h2 { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.8rem; margin-bottom: 2.5rem; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.faq-card { padding: 1.8rem 2rem; border: 1px solid var(--border); border-radius: 12px; background: rgba(240, 235, 224, .02); }
.fq { font-weight: 500; font-size: .9rem; margin-bottom: .7rem; line-height: 1.5; }
.fa { font-size: .83rem; color: var(--dim); line-height: 1.75; font-weight: 300; }

/* ── SOCIAL SECTION ── */
.soc-section { border-top: 1px solid var(--border); background: var(--ink); overflow: hidden; }
.soc-inner { display: grid; grid-template-columns: 1fr 1fr; min-height: 420px; }
.soc-text {
  padding: 5rem 3.5rem; display: flex; flex-direction: column; justify-content: center;
  border-right: 1px solid var(--border);
}
.soc-tag { font-size: .62rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.2rem; }
.soc-hl { font-family: 'Playfair Display', serif; font-weight: 900; font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.05; letter-spacing: -.03em; margin-bottom: 1.2rem; }
.soc-hl em { font-style: italic; color: var(--yel-l); }
.soc-section p { font-size: .86rem; color: var(--dim); line-height: 1.8; font-weight: 300; max-width: 360px; margin-bottom: 2.5rem; }
.soc-btns { display: flex; flex-direction: column; gap: .8rem; }
.soc-btn {
  display: flex; align-items: center; gap: .9rem;
  padding: 1rem 1.4rem; border-radius: 12px;
  border: 1px solid var(--bord2); font-size: .8rem;
  font-weight: 600; transition: background .2s, border-color .2s; cursor: pointer;
  background: rgba(240, 235, 224, .03);
}
.soc-btn span:last-child { margin-left: auto; font-size: .7rem; font-weight: 400; color: var(--muted); letter-spacing: .04em; }
.soc-btn-fb { color: var(--blue-l); }
.soc-btn-fb:hover { background: rgba(26, 79, 255, .1); border-color: rgba(26, 79, 255, .3); }
.soc-btn-ig { color: var(--yel-l); }
.soc-btn-ig:hover { background: rgba(240, 194, 0, .08); border-color: rgba(240, 194, 0, .25); }

.soc-visual { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.soc-orb { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.soc-orb-1 { width: 260px; height: 260px; background: rgba(26, 79, 255, .14); top: -60px; right: -40px; }
.soc-orb-2 { width: 200px; height: 200px; background: rgba(240, 194, 0, .1); bottom: -40px; left: 10%; }
.soc-grid-deco {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 12px; padding: 2.5rem; width: 100%; max-width: 360px;
}
.sgd-card {
  background: rgba(240, 235, 224, .04); border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden; padding: .8rem;
  display: flex; flex-direction: column; gap: .6rem;
}
.sgd-c3 { grid-row: span 2; }
.sgd-avatar { width: 28px; height: 28px; border-radius: 50%; font-size: .55rem; font-weight: 800; color: #fff; display: flex; align-items: center; justify-content: center; }
.sgd-img      { width: 100%; aspect-ratio: 1/1; border-radius: 6px; background: rgba(240, 235, 224, .07); }
.sgd-img-tall { aspect-ratio: 2/3; }
.sgd-lines { display: flex; flex-direction: column; gap: .3rem; }
.sgd-lines span { height: 5px; border-radius: 3px; background: rgba(240, 235, 224, .1); display: block; width: 100%; }
.sgd-stat { background: rgba(240, 235, 224, .03); border: 1px solid var(--border); border-radius: 10px; padding: .9rem .8rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .3rem; }
.sgd-stat-num { font-family: 'Playfair Display', serif; font-weight: 900; font-style: italic; font-size: 1.4rem; line-height: 1; }
.sgd-stat-lbl { font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

/* ── ULTRA-WIDE (1920px+) ── */
@media (min-width: 1920px) {
  .pg-hdr             { padding: 12rem 8rem 6rem; }
  .pg-hdr-hero        { padding-top: 16rem; padding-bottom: 7rem; }

  .oo-split-left      { padding: 7rem 6rem; }
  .oo-split-right     { padding: 7rem 5rem; }
  .oo-quote           { padding: 7rem 8rem; }

  .story-wide-txt     { padding: 6rem 5rem; }
  .story-wide         { min-height: 640px; }

  .gs-item            { --gs-pad: 3.5rem; padding: 4rem 3.5rem; min-height: 320px; }

  .barsol-img         { min-height: 640px; }
  .barsol-txt         { padding: 7rem 5rem; }

  .praes-years        { padding: 1.8rem 8rem; }
  .praes-body         { padding: 3rem 8rem 5rem; }
  .praes-hero         { height: 740px; }

  .lied-layout        { grid-template-columns: 340px 1fr; }
  .lied-main          { padding: 5rem 6rem; }

  .spon-grid          { padding: 7rem 8rem; }

  .sup-left, .sup-right { padding: 7rem 6rem; }
  .faq-section        { padding: 7rem 8rem; }

  .soc-text           { padding: 7rem 5rem; }
  .soc-grid-deco      { max-width: 480px; }

  .cta-section        { padding: 14rem 8rem; }
}
