:root {
  --forest:   #111111;
  --forest-m: #1a1a1a;
  --forest-l: #2a2a2a;
  --forest-xl:#e8e8e8;
  --gold:     #b8001e;
  --gold-l:   #e0192e;
  --gold-p:   #fde8eb;
  --cream:    #f7f7f7;
  --cream-d:  #e8e8e8;
  --red:      #8a0000;
  --text:     #111111;
  --text-m:   #333333;
  --text-s:   #666666;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;background:var(--cream);color:var(--text);font-size:16px;line-height:1.7;overflow-x:hidden}
img{max-width:100%;height:auto}

/* —— NAV —— */
nav{
  position:fixed;top:0;left:0;right:0;z-index:100;
  background:rgba(17,17,17,.96);backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(184,0,30,.28);
  height:86px;padding:0 2.5rem;
  display:flex;align-items:center;justify-content:space-between;
}
.nav-brand{display:flex;align-items:center;gap:13px;text-decoration:none}
.nav-seal{height:62px;width:auto;flex-shrink:0;display:block}
.nav-name{font-family:'Playfair Display',serif;font-size:.98rem;font-weight:700;color:var(--gold-l);line-height:1.2}
.nav-name span{display:block;font-family:'DM Sans',sans-serif;font-size:.62rem;font-weight:300;color:rgba(255,255,255,.42);letter-spacing:.18em;text-transform:uppercase;margin-top:1px}
.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}
.nav-links a{color:rgba(255,255,255,.65);text-decoration:none;font-size:.92rem;letter-spacing:.1em;text-transform:uppercase;transition:color .2s}
.nav-links a:hover,.nav-links a.active{color:var(--gold-l)}
.nav-btn{background:var(--gold)!important;color:#fff!important;padding:7px 18px;border-radius:2px;font-weight:500!important}
.nav-btn:hover{background:var(--gold-l)!important}

/* —— HERO —— */
.hero{min-height:100vh;background:var(--forest);display:flex;flex-direction:column;position:relative;overflow:hidden}
.hero-glow{position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 25% 55%,rgba(184,0,30,.18) 0%,transparent 60%),radial-gradient(circle at 80% 15%,rgba(184,0,30,.06) 0%,transparent 45%)}
.hero-raut{position:absolute;inset:0;opacity:.045;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3E%3Crect x='18' y='1' width='10' height='10' transform='rotate(45 18 6)' fill='%23b8001e'/%3E%3C/svg%3E");background-size:36px 36px}
.hero-body{position:relative;z-index:2;flex:1;display:flex;align-items:center;max-width:1260px;margin:0 auto;width:100%;padding:8rem 2.5rem 3rem;gap:5rem}
.hero-l{flex:1}
.pill{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(184,0,30,.38);background:rgba(184,0,30,.1);padding:5px 14px;border-radius:2px;margin-bottom:1.75rem;animation:up .6s ease both}
.pill-bar{width:22px;height:1px;background:var(--gold)}
.pill span{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-l);font-weight:400}
h1.hero-h{font-family:'Playfair Display',serif;font-size:clamp(3rem,5.5vw,5.2rem);font-weight:900;color:#fff;line-height:1.06;letter-spacing:-.02em;animation:up .6s .14s ease both}
h1.hero-h em{font-style:italic;color:var(--gold-l)}
.hero-sub{font-family:'Lora',serif;font-size:1.2rem;color:rgba(255,255,255,.55);margin:1rem 0 2.25rem;font-style:italic;line-height:1.55;animation:up .6s .26s ease both}
.hero-btns{display:flex;gap:.85rem;flex-wrap:wrap;animation:up .6s .38s ease both}
.btn{display:inline-flex;align-items:center;gap:7px;padding:13px 28px;text-decoration:none;font-size:.82rem;font-weight:500;letter-spacing:.07em;text-transform:uppercase;border-radius:2px;transition:all .2s;cursor:pointer;border:none}
.btn-p{background:var(--gold);color:#fff}
.btn-p:hover{background:var(--gold-l);transform:translateY(-1px)}
.btn-g{background:transparent;color:rgba(255,255,255,.75);border:1px solid rgba(255,255,255,.28)}
.btn-g:hover{border-color:var(--gold);color:var(--gold-l)}
.btn-dark{background:var(--forest);color:var(--gold-l);}
.btn-dark:hover{background:var(--forest-l);transform:translateY(-1px)}
.hero-r{flex-shrink:0;width:320px;display:flex;flex-direction:column;gap:.9rem;animation:up .6s .46s ease both}
.stat{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);border-radius:4px;padding:1.1rem 1.35rem;display:flex;align-items:center;gap:1.1rem}
.stat-ico{width:44px;height:44px;background:rgba(184,0,30,.12);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.stat-ico svg{width:22px;height:22px;stroke:var(--gold);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.stat-n{font-family:'Playfair Display',serif;font-size:1.9rem;font-weight:700;color:var(--gold-l);line-height:1}
.stat-l{font-size:.72rem;color:rgba(255,255,255,.42);text-transform:uppercase;letter-spacing:.1em;margin-top:2px}
.hero-bar{position:relative;z-index:2;border-top:1px solid rgba(255,255,255,.07);padding:1.35rem 2.5rem;max-width:1260px;margin:0 auto;width:100%;display:flex;align-items:center;gap:2.5rem;flex-wrap:wrap}
.hb-dot{width:5px;height:5px;background:var(--gold);border-radius:50%;flex-shrink:0}
.hb-txt{font-size:.78rem;color:rgba(255,255,255,.38);font-family:'Lora',serif;font-style:italic}

/* —— HERO MIT BILD —— */
.hero-dji{position:relative}
.hero-img-bg{
  position:absolute;inset:0;z-index:0;
  background:url('asset/bilder/allgemein/DJI_0010.JPG') center center / cover no-repeat;
  background-attachment:fixed;
}
.hero-overlay{
  position:absolute;inset:0;z-index:1;
  background:linear-gradient(to bottom, rgba(0,0,0,.55) 0%, rgba(0,0,0,.7) 60%, rgba(17,17,17,1) 100%);
}
.hero-body-center{
  flex-direction:column;align-items:center;justify-content:center;text-align:center;
  padding-top:86px;padding-bottom:0;
}
.hero-h-center{font-size:clamp(2.2rem,4.5vw,4.5rem)}
.hero-countdown{
  display:flex;align-items:center;gap:.5rem;
  margin:0 auto 2rem;
}
.hcd-item{
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.35);
  border-radius:6px;padding:1.2rem 1.8rem;
  text-align:center;min-width:100px;
  box-shadow:0 8px 32px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.1);
  backdrop-filter:blur(8px);
}
.hcd-n{
  font-family:'Playfair Display',serif;
  font-size:3rem;font-weight:900;
  color:#fff;line-height:1;
  text-shadow:0 2px 12px rgba(0,0,0,.5);
}
.hcd-l{
  font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;
  color:rgba(255,255,255,.55);margin-top:.45rem;
}
.hcd-sep{
  font-family:'Playfair Display',serif;
  font-size:2rem;font-weight:700;
  color:#fff;opacity:.7;
  margin-bottom:1.2rem;
}

/* —— BURSCHENFEST CTA —— */
.fest-cta{background:var(--forest);position:relative;overflow:hidden}
.fest-cta::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 50% 0%,rgba(184,0,30,.18) 0%,transparent 60%)}
.fest-cta .wrap{position:relative;z-index:1}
.fest-cta-sub{font-family:'Playfair Display',serif;font-style:italic;font-size:1.4rem;color:var(--gold-l);margin-bottom:1.4rem}
.fest-cta-txt{font-family:'Lora',serif;font-size:1.15rem;color:rgba(255,255,255,.6);line-height:1.75;max-width:620px;margin:0 auto}
.fest-cta-txt em{font-style:italic;color:var(--gold-l);font-weight:600}

/* —— PAGE HERO (Unterseiten) —— */
.page-hero{background:var(--forest);padding:9rem 2.5rem 4rem;position:relative;overflow:hidden}
.page-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 10% 50%,rgba(184,0,30,.15) 0%,transparent 60%);opacity:.045;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3E%3Crect x='18' y='1' width='10' height='10' transform='rotate(45 18 6)' fill='%23b8001e'/%3E%3C/svg%3E");background-size:36px 36px}
.page-hero-in{position:relative;z-index:1;max-width:1260px;margin:0 auto}
.page-hero h1{font-family:'Playfair Display',serif;font-size:clamp(2.5rem,4.5vw,4.2rem);font-weight:900;color:#fff;line-height:1.08;letter-spacing:-.02em}
.page-hero h1 em{font-style:italic;color:var(--gold-l)}
.page-hero p{font-family:'Lora',serif;font-size:1.15rem;color:rgba(255,255,255,.5);font-style:italic;margin-top:.85rem}

/* —— SECTIONS —— */
section{padding:5.5rem 2.5rem}
.wrap{max-width:1260px;margin:0 auto}
.lbl{display:flex;align-items:center;gap:11px;margin-bottom:.9rem}
.lbl-bar{width:28px;height:1px;background:var(--gold)}
.lbl span{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-weight:500}
h2.sh{font-family:'Playfair Display',serif;font-size:clamp(1.9rem,3.5vw,3rem);font-weight:700;color:var(--forest);line-height:1.15;margin-bottom:1.3rem}
h2.sh-w{color:#fff}
.lead{font-family:'Lora',serif;font-size:1.1rem;color:var(--text-s);max-width:580px;line-height:1.75}

/* —— ÜBER UNS —— */
.about-bg{background:var(--cream)}
.about-g{display:grid;grid-template-columns:1fr 1fr;gap:5.5rem;align-items:start;margin-top:3.5rem}
.about-txt{font-family:'Lora',serif;font-size:1.08rem;color:var(--text-m);line-height:1.88}
.about-txt p+p{margin-top:1.2em}
.about-txt em{font-style:italic;color:var(--forest);font-weight:600}
.about-g-eq{align-items:stretch}
.about-g-eq .about-txt{display:flex;flex-direction:column}
.about-g-eq .btn-row{margin-top:auto;padding-top:2rem}
.val-g{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}
.val{background:var(--forest);padding:1.4rem;border-radius:4px;position:relative;overflow:hidden}
.val::before{content:'';position:absolute;top:0;left:0;width:3px;height:100%;background:var(--gold)}
.val-ico{font-size:1.4rem;margin-bottom:.6rem;display:block}
.val h4{font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:700;color:var(--gold-l);margin-bottom:.35rem}
.val p{font-size:.83rem;color:rgba(255,255,255,.5);line-height:1.6}

/* —— AKTIVITÄTEN —— */
.akt-bg{background:var(--forest)}
.akt-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;flex-wrap:wrap;gap:1.5rem}
.akt-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.05);border-radius:4px;overflow:hidden}
.akt{background:rgba(30,30,30,.5);padding:2rem 1.75rem;transition:background .3s;position:relative}
.akt:hover{background:rgba(40,40,40,.65)}
.akt::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .3s}
.akt:hover::after{transform:scaleX(1)}
.akt-mo{font-size:.64rem;letter-spacing:.17em;text-transform:uppercase;color:var(--gold);font-weight:500;margin-bottom:.9rem}
.akt-ico{width:48px;height:48px;background:rgba(184,0,30,.1);border:1px solid rgba(184,0,30,.22);border-radius:4px;display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}
.akt-ico svg{width:24px;height:24px;stroke:var(--gold);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.akt h3{font-family:'Playfair Display',serif;font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:.5rem;line-height:1.3}
.akt p{font-family:'Lora',serif;font-size:.95rem;color:rgba(255,255,255,.48);line-height:1.65}

/* —— KÜHLANHÄNGER —— */
.kuehl-bg{background:var(--cream-d)}
.kuehl-g{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;margin-top:3.5rem}
.kuehl-txt{font-family:'Lora',serif;font-size:1.08rem;color:var(--text-m);line-height:1.88}
.kuehl-txt p+p{margin-top:1.2em}
.kuehl-feat{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}
.feat{display:flex;align-items:flex-start;gap:.9rem;background:var(--forest);padding:1.1rem 1.25rem;border-radius:4px}
.feat-dot{width:8px;height:8px;background:var(--gold);border-radius:50%;flex-shrink:0;margin-top:.45em}
.feat-txt{font-size:.88rem;color:rgba(255,255,255,.65);line-height:1.6}
.feat-txt strong{color:var(--gold-l);font-weight:500;display:block;margin-bottom:2px}
.kuehl-imgs{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}
.kuehl-img{border-radius:4px;overflow:hidden;background:var(--forest-m);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}
.kuehl-img img{width:100%;height:100%;object-fit:cover}
.kuehl-img.tall{grid-column:1/-1;aspect-ratio:16/7}

/* —— TERMINE —— */
.term-bg{background:var(--cream)}
.term-g{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:3.5rem}
.t-list{display:flex;flex-direction:column;gap:.7rem}
.t{display:flex;align-items:stretch;border-radius:4px;overflow:hidden;border:1px solid rgba(17,17,17,.1);background:#fff;transition:transform .2s,box-shadow .2s}
.t:hover{transform:translateX(4px);box-shadow:-4px 0 0 var(--gold)}
.t-date{background:var(--forest);padding:.9rem 1.1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:64px;flex-shrink:0}
.t-d{font-family:'Playfair Display',serif;font-size:1.65rem;font-weight:700;color:var(--gold-l);line-height:1}
.t-m{font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.38);margin-top:3px}
.t-bd{padding:.9rem 1.1rem;flex:1}
.t-name{font-family:'Playfair Display',serif;font-size:1rem;font-weight:700;color:var(--forest);margin-bottom:3px}
.t-info{font-size:.78rem;color:var(--text-s);display:flex;gap:.8rem;flex-wrap:wrap}
.t-badge{display:inline-block;background:rgba(184,0,30,.14);color:#8a0010;font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;padding:2px 8px;border-radius:2px;margin-top:5px}
.term-side{display:flex;flex-direction:column;gap:.9rem}
.term-card{background:var(--forest);border-radius:4px;padding:1.75rem;flex:1;display:flex;flex-direction:column;justify-content:center}
.term-card h4{font-family:'Playfair Display',serif;font-size:1.3rem;font-weight:700;color:var(--gold-l);margin-bottom:.7rem}
.term-card p{font-family:'Lora',serif;font-size:.95rem;color:rgba(255,255,255,.5);line-height:1.7;font-style:italic}

/* —— CHRONIK —— */
.chron-bg{background:var(--forest)}
.chron-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.06);border-radius:4px;overflow:hidden;margin-top:3.5rem}
.chron-item{background:rgba(30,30,30,.45);padding:1.75rem 1.5rem;transition:background .3s}
.chron-item:hover{background:rgba(40,40,40,.55)}
.chron-year{font-family:'Playfair Display',serif;font-size:2.2rem;font-weight:900;color:var(--gold);line-height:1;margin-bottom:.75rem}
.chron-ev{font-size:.88rem;color:rgba(255,255,255,.55);line-height:1.65;font-family:'Lora',serif;font-style:italic}

/* —— KONTAKT —— */
.join-bg{background:var(--forest-m);position:relative;overflow:hidden}
.join-bg::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3E%3Crect x='18' y='1' width='10' height='10' transform='rotate(45 18 6)' fill='%23b8001e' opacity='0.07'/%3E%3C/svg%3E");background-size:36px 36px}
.join-in{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:4rem;align-items:center}
.join-t{font-family:'Playfair Display',serif;font-size:clamp(1.7rem,3.2vw,2.7rem);font-weight:700;color:#fff;line-height:1.2;margin-bottom:.9rem}
.join-t em{font-style:italic;color:var(--gold-l)}
.join-sub{font-family:'Lora',serif;font-size:1.05rem;color:rgba(255,255,255,.55);max-width:500px}
.join-nums{display:flex;gap:2.5rem;margin-top:2rem;flex-wrap:wrap}
.jn-n{font-family:'Playfair Display',serif;font-size:1.45rem;color:var(--gold-l)}
.jn-l{font-size:.72rem;color:rgba(255,255,255,.38);letter-spacing:.08em;text-transform:uppercase;margin-top:1px}
.join-form{display:flex;flex-direction:column;gap:.7rem;min-width:300px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:4px;padding:1.75rem}
.join-form-h{font-family:'Playfair Display',serif;font-size:1.1rem;color:var(--gold-l);margin-bottom:.25rem}
.join-form input,.join-form textarea{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18);border-radius:2px;padding:10px 13px;font-family:'DM Sans',sans-serif;font-size:.88rem;color:#fff;outline:none;transition:border-color .2s;resize:none}
.join-form input::placeholder,.join-form textarea::placeholder{color:rgba(255,255,255,.3)}
.join-form input:focus,.join-form textarea:focus{border-color:var(--gold)}
.join-embed{width:min(824px,100%);background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.35)}
.join-embed iframe{display:block;width:100%;height:1850px;border:none;background:#fff}

/* —— BURSCHENFEST —— */
.fest-bg{background:var(--cream)}
.fest-info{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem}
.fest-card{background:var(--forest);border-radius:4px;padding:2rem;position:relative;overflow:hidden}
.fest-card::before{content:'';position:absolute;top:0;left:0;width:3px;height:100%;background:var(--gold)}
.fest-card h3{font-family:'Playfair Display',serif;font-size:1.2rem;font-weight:700;color:var(--gold-l);margin-bottom:.6rem}
.fest-card p{font-family:'Lora',serif;font-size:.95rem;color:rgba(255,255,255,.5);line-height:1.65}
.fest-card .fest-ico{font-size:1.8rem;margin-bottom:.9rem;display:block}
.fest-txt-section{margin-top:4rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}
.fest-txt{font-family:'Lora',serif;font-size:1.08rem;color:var(--text-m);line-height:1.88}
.fest-txt p+p{margin-top:1.2em}
.countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;background:var(--forest);border-radius:4px;padding:2.5rem;margin-top:1.5rem}
.cd-item{text-align:center}
.cd-n{font-family:'Playfair Display',serif;font-size:2.5rem;font-weight:900;color:var(--gold-l);line-height:1}
.cd-l{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-top:.4rem}

/* —— FOOTER —— */
footer{background:var(--forest);border-top:1px solid rgba(184,0,30,.18);padding:3rem 2.5rem 1.75rem}
.ft-g{max-width:1260px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:2.5rem}
.ft-brand .ft-logo{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:700;color:var(--gold-l)}
.ft-brand p{font-family:'Lora',serif;font-size:.88rem;color:rgba(255,255,255,.36);margin-top:.9rem;line-height:1.7;max-width:270px}
.ft-col{text-align:center}
.ft-col h5{font-size:.82rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1.1rem;font-weight:500}
.ft-col ul{list-style:none}
.ft-col ul li+li{margin-top:.55rem}
.ft-col a{color:rgba(255,255,255,.4);text-decoration:none;font-size:.85rem;transition:color .2s}
.ft-col a:hover{color:var(--gold-l)}

.ft-social{display:flex;gap:.6rem;margin-top:1.2rem;justify-content:center}
.ft-social a.ft-soc-ico{width:38px;height:38px;border-radius:50%;border:1px solid rgba(184,0,30,.45);display:flex;align-items:center;justify-content:center;color:var(--gold-l);transition:color .2s,border-color .2s,background .2s}
.ft-social a.ft-soc-ico:hover{color:rgba(255,255,255,.5);background:transparent;border-color:rgba(255,255,255,.35)}
.ft-soc-ico svg{width:18px;height:18px;display:block}

/* —— RECHTSTEXTE —— */
.legal-prose{max-width:820px;font-family:'Lora',serif;color:var(--text-m);line-height:1.85;font-size:1.02rem}
.legal-prose h2{font-family:'Playfair Display',serif;color:var(--forest);font-size:1.5rem;line-height:1.25;margin:2.4rem 0 .8rem}
.legal-prose h2:first-child{margin-top:0}
.legal-prose h3{font-family:'Playfair Display',serif;color:var(--forest);font-size:1.15rem;margin:1.8rem 0 .5rem}
.legal-prose p{margin-bottom:1.1em}
.legal-prose ul{margin:0 0 1.1em 1.2em}
.legal-prose li{margin-bottom:.35em}
.legal-prose a{color:var(--gold);text-decoration:underline}
.legal-prose strong{color:var(--forest);font-weight:600}
.legal-note{background:rgba(184,0,30,.07);border-left:3px solid var(--gold);padding:1rem 1.25rem;border-radius:3px;font-size:.92rem;color:var(--text-s);margin-bottom:2rem}
.ft-btm{max-width:1260px;margin:0 auto;border-top:1px solid rgba(255,255,255,.07);padding-top:1.4rem;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.75rem}
.ft-copy{font-size:.75rem;color:rgba(255,255,255,.22);text-align:center}

/* —— ANIM —— */
@keyframes up{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}

/* —— SCROLLBAR —— */
::-webkit-scrollbar{width:5px}
::-webkit-scrollbar-track{background:var(--forest)}
::-webkit-scrollbar-thumb{background:var(--gold);border-radius:3px}
