/* STAUFERLAND TANNE ─ Modern redesign */
:root {
  --nav:    #15532c;
  --green:  #16a34a;
  --green-d:#14532d;
  --mint:   #f0fdf4;
  --white:  #ffffff;
  --tx:     #111827;
  --tx-m:   #4b5563;
  --bdr:    #e5e7eb;
  --shadow: 0 1px 3px rgba(0,0,0,0.07),0 6px 20px rgba(0,0,0,0.06);
  --f:      'Plus Jakarta Sans',system-ui,sans-serif;
  --r:      14px;
  --gap:    clamp(1.25rem,4vw,2.5rem);
  --max:    1100px;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:var(--f);
  color:var(--tx);
  background:var(--white);
  font-size:clamp(1rem,1.6vw,1.05rem);
  line-height:1.65;
  -webkit-font-smoothing:antialiased
}
img{display:block;max-width:100%}
a{color:var(--green)}
a:hover{opacity:.8}

/* ── NAV ── */
.st-nav{
  position:sticky;top:0;z-index:100;
  background:var(--nav);
  height:64px
}
.st-nav__wrap{
  max-width:var(--max);margin:0 auto;
  padding:0 var(--gap);
  height:100%;
  display:flex;align-items:center;gap:2rem
}
.st-nav__logo{
  display:flex;align-items:center;
  text-decoration:none;
  margin-right:auto;flex-shrink:0
}
.st-nav__logo-img{height:42px;width:auto;display:block}
.st-nav__menu{
  display:flex;align-items:center;
  gap:1.75rem;list-style:none
}
.st-nav__menu a{
  font-size:.82rem;font-weight:600;
  color:rgba(255,255,255,.7);
  text-decoration:none;
  letter-spacing:.02em;
  transition:color .15s
}
.st-nav__menu a:hover,
.st-nav__menu a[aria-current]{color:#fff;opacity:1}
.st-nav__toggle{
  display:none;
  background:none;border:none;cursor:pointer;
  color:#fff;font-size:1.5rem;
  padding:.25rem;line-height:1;margin-left:auto
}

/* ── HERO ── */
.st-hero{
  position:relative;
  height:clamp(520px,85vh,780px);
  overflow:hidden
}
.st-hero__bg{
  position:absolute;inset:0;
  background-size:cover;
  background-position:center 45%
}
.st-hero__overlay{
  position:absolute;inset:0;
  background:linear-gradient(160deg,rgba(0,0,0,.04) 25%,rgba(0,0,0,.65) 100%)
}
.st-hero__body{
  position:absolute;
  bottom:0;left:0;right:0;
  padding:0 var(--gap) clamp(3rem,7vw,5rem)
}
.st-hero__inner{max-width:var(--max);margin:0 auto}
.st-badge{
  display:inline-flex;align-items:center;gap:.4rem;
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  border:1px solid rgba(255,255,255,.28);
  color:#fff;
  font-size:.74rem;font-weight:700;
  letter-spacing:.06em;text-transform:uppercase;
  padding:.4rem .9rem;
  border-radius:100px;
  margin-bottom:1.25rem
}
.st-hero__h1{
  font-size:clamp(2.75rem,6.5vw,5.75rem);
  font-weight:800;
  line-height:1.04;
  letter-spacing:-.03em;
  color:#fff;
  margin-bottom:1rem;
  max-width:14ch
}
.st-hero__lead{
  font-size:clamp(.9rem,1.6vw,1.05rem);
  color:rgba(255,255,255,.78);
  max-width:460px;
  line-height:1.6;
  margin-bottom:2rem
}
.st-hero__btns{display:flex;flex-wrap:wrap;gap:.75rem}

/* ── BUTTONS ── */
.st-btn{
  display:inline-flex;align-items:center;gap:.35rem;
  padding:.7rem 1.5rem;
  border-radius:100px;
  font-family:var(--f);font-size:.85rem;font-weight:700;
  text-decoration:none;cursor:pointer;
  transition:opacity .15s,transform .15s;
  border:2px solid transparent;
  letter-spacing:.01em
}
.st-btn:hover{opacity:.85;transform:translateY(-1px);text-decoration:none}
.st-btn--green{background:var(--green);color:#fff;border-color:var(--green)}
.st-btn--ghost{
  background:rgba(255,255,255,.12);
  color:#fff;
  border-color:rgba(255,255,255,.35);
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px)
}
.st-btn--outline-green{
  background:transparent;
  color:var(--green);
  border-color:var(--green)
}

/* ── STRIP ── */
.st-strip{
  background:var(--mint);
  border-bottom:1px solid #bbf7d0;
  padding:.9rem var(--gap)
}
.st-strip__inner{
  max-width:var(--max);margin:0 auto;
  display:flex;flex-wrap:wrap;
  align-items:center;justify-content:center;
  gap:.4rem 2.25rem
}
.st-strip__item{
  font-size:.83rem;font-weight:600;
  color:var(--green-d);
  display:flex;align-items:center;gap:.5rem
}
.st-strip__item a{color:inherit;text-decoration:none}
.st-strip__item a:hover{text-decoration:underline;opacity:1}
.st-dot{
  display:inline-block;
  width:6px;height:6px;border-radius:50%;
  background:#4ade80;flex-shrink:0
}

/* ── SECTIONS ── */
.st-section{padding:clamp(3.5rem,8vw,6rem) var(--gap)}
.st-section--mint{background:var(--mint)}
.st-wrap{max-width:var(--max);margin:0 auto}

.st-sec-head{margin-bottom:2.5rem}
.st-eyebrow{
  display:block;
  font-size:.7rem;font-weight:700;
  letter-spacing:.14em;text-transform:uppercase;
  color:var(--green);
  margin-bottom:.6rem
}
.st-h2{
  font-size:clamp(1.75rem,3.5vw,2.75rem);
  font-weight:800;
  line-height:1.1;
  letter-spacing:-.025em;
  color:var(--tx);
  margin-bottom:.5rem
}
.st-subhead{
  font-size:1rem;
  color:var(--tx-m);
  max-width:54ch;
  line-height:1.65
}

/* ── CARDS ── */
.st-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.st-grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}

.st-card{
  background:var(--white);
  border-radius:var(--r);
  padding:2rem 1.75rem;
  box-shadow:var(--shadow);
  display:flex;flex-direction:column;gap:.4rem
}
.st-section--mint .st-card{
  box-shadow:none;
  border:1.5px solid #bbf7d0
}
.st-card__ico{font-size:1.75rem;line-height:1;margin-bottom:.4rem}
.st-card h3{
  font-size:1.05rem;font-weight:700;
  color:var(--tx);letter-spacing:-.01em
}
.st-card p{font-size:.88rem;color:var(--tx-m);line-height:1.6;flex:1;margin-top:.25rem}
.st-card a{
  font-size:.8rem;font-weight:700;
  color:var(--green);text-decoration:none;
  margin-top:.5rem;
  display:inline-flex;align-items:center;gap:.15rem
}
.st-card a:hover{text-decoration:underline;opacity:1}

/* ── SPLIT ── */
.st-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(2.5rem,5vw,4.5rem);
  align-items:center
}
.st-split__text .st-h2{margin-bottom:.85rem}
.st-split__text p{
  font-size:.93rem;color:var(--tx-m);
  line-height:1.75;margin-top:.5rem
}
.st-split__text .st-btn{margin-top:1.75rem}
.st-split__img img{
  width:100%;height:420px;
  object-fit:cover;
  border-radius:var(--r)
}

/* ── GALLERY ── */
.st-gallery{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1rem
}
.st-gallery img{
  width:100%;height:360px;
  object-fit:cover;
  border-radius:var(--r)
}

/* ── FOOTER ── */
.st-footer{
  background:#0a1f12;
  padding:clamp(3rem,6vw,5rem) var(--gap);
  position:relative;
  overflow:hidden
}
.st-ft{
  max-width:var(--max);margin:0 auto;
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:3rem;
  position:relative;z-index:1
}

/* falling Christmas trees */
.st-snow-trees{
  position:absolute;inset:0;
  pointer-events:none;
  z-index:0
}
.st-snow-tree{
  position:absolute;
  top:-60px;
  opacity:.08;
  animation:st-snowfall linear infinite
}
@keyframes st-snowfall{
  0%  {transform:translateY(0) rotate(-3deg)}
  50% {transform:translateY(350px) rotate(3deg)}
  100%{transform:translateY(700px) rotate(-2deg)}
}
.st-ft__brand{display:inline-block;margin-bottom:.75rem;text-decoration:none}
.st-ft__logo-img{height:48px;width:auto;display:block}
.st-ft__col p{font-size:.82rem;color:rgba(255,255,255,.45);line-height:1.9}
.st-ft__col h4{
  font-size:.65rem;font-weight:700;
  letter-spacing:.12em;text-transform:uppercase;
  color:rgba(255,255,255,.3);
  margin-bottom:.65rem
}
.st-ft__col a{
  color:rgba(255,255,255,.45);
  font-size:.82rem;text-decoration:none;
  display:block;margin-bottom:.3rem
}
.st-ft__col a:hover{color:#fff;opacity:1;text-decoration:none}
.st-ft__legal{
  grid-column:1/-1;
  border-top:1px solid rgba(255,255,255,.07);
  padding-top:1.5rem;
  display:flex;gap:1.5rem;flex-wrap:wrap
}
.st-ft__legal a{
  font-size:.72rem;
  color:rgba(255,255,255,.25);
  text-decoration:none
}
.st-ft__legal a:hover{color:rgba(255,255,255,.6);opacity:1}

/* ── RESPONSIVE ── */
@media(max-width:860px){
  .st-grid3{grid-template-columns:1fr}
  .st-split{grid-template-columns:1fr}
  .st-split__img img{height:260px}
  .st-ft{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .st-gallery{grid-template-columns:1fr}
  .st-gallery img{height:220px}
  .st-grid2{grid-template-columns:1fr}
  .st-ft{grid-template-columns:1fr;gap:2rem}
  /* mobile nav — JS-gated */
  html.js .st-nav__toggle{display:block}
  html.js .st-nav__menu{
    display:none;position:fixed;
    top:64px;left:0;right:0;
    background:var(--nav);
    flex-direction:column;
    align-items:flex-start;
    padding:1rem var(--gap) 2rem;
    gap:0;
    border-top:1px solid rgba(255,255,255,.07)
  }
  html.js .st-nav__menu li{width:100%;border-bottom:1px solid rgba(255,255,255,.06)}
  html.js .st-nav__menu a{display:block;padding:.85rem 0;color:rgba(255,255,255,.85)}
  html.js .st-nav.is-open .st-nav__menu{display:flex}
  /* no-JS: show links stacked */
  .st-nav__wrap{flex-wrap:wrap;height:auto;padding-top:.75rem;padding-bottom:.75rem;gap:.5rem}
  html.js .st-nav__wrap{flex-wrap:nowrap;height:64px;padding-top:0;padding-bottom:0}
  .st-nav__menu{flex-direction:column;align-items:flex-start;width:100%;gap:.25rem}
  .st-nav__toggle{display:none}
}
/* ── INSTAGRAM SECTION ── */
.st-ig-section{background:var(--mint)}
.st-ig-head{text-align:center;margin-bottom:2.25rem}
.st-ig-head .st-h2{letter-spacing:-.015em}
.st-ig-head .st-subhead{margin:0 auto}
.st-ig-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:.5rem;
  margin-bottom:2rem
}
.st-ig-item{
  aspect-ratio:1/1;
  overflow:hidden;
  border-radius:10px;
  display:block;
  background:var(--bdr)
}
.st-ig-item img{
  width:100%;height:100%;
  object-fit:cover;
  display:block;
  transition:transform .4s ease
}
.st-ig-item:hover img{transform:scale(1.08)}
.st-ig-cta{text-align:center}
.st-ig-cta .st-btn{
  display:inline-flex;align-items:center;gap:.6rem
}

/* ── SOCIAL ICONS (footer) ── */
.st-social-links{display:flex;gap:.6rem;margin-top:.6rem}
.st-social-icon{
  display:flex;align-items:center;justify-content:center;
  width:40px;height:40px;
  background:rgba(255,255,255,.08);
  border-radius:10px;
  color:rgba(255,255,255,.6);
  text-decoration:none;
  transition:background .2s,color .2s
}
.st-social-icon:hover{
  background:rgba(255,255,255,.18);
  color:#fff;
  opacity:1;
  text-decoration:none
}
.st-social-icon svg{display:block}

@media(max-width:600px){
  .st-ig-grid{grid-template-columns:repeat(3,1fr)}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{transition:none!important;animation:none!important}
  html{scroll-behavior:auto}
}
