/* =========================================================
   SNOWTAILORS · page-station.css
   Layout shared by all 5 station pages.
   ========================================================= */

/* ========== STATION HERO ========== */
.st-hero{
  position:relative;color:#fff;padding:160px 0 80px;
  min-height:560px;display:flex;align-items:flex-end;overflow:hidden;
}
.st-hero__bg{
  position:absolute;inset:0;z-index:0;
  background-size:cover;background-position:center;
  filter:brightness(.65) saturate(1.05);
}
.st-hero__overlay{
  position:absolute;inset:0;z-index:1;
  background:linear-gradient(180deg,rgba(15,27,60,.25) 0%,rgba(15,27,60,.85) 100%);
}
.st-hero__inner{position:relative;z-index:2;width:100%}
.st-hero__crumbs{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.65);margin-bottom:18px}
.st-hero__crumbs a{color:rgba(255,255,255,.65);transition:color var(--duration) var(--ease-luxe)}
.st-hero__crumbs a:hover{color:var(--gold)}
.st-hero__crumbs span{color:rgba(255,255,255,.35);margin:0 10px}
.st-hero h1{color:#fff;max-width:18ch;margin-top:18px;font-size:clamp(48px,7vw,92px)}
.st-hero h1 em{color:var(--gold);font-style:italic;font-weight:300}
.st-hero__lede{margin-top:24px;max-width:62ch;font-size:18px;font-weight:300;color:rgba(255,255,255,.88);line-height:1.7}

.st-hero__meta{display:flex;flex-wrap:wrap;gap:32px;margin-top:36px;padding-top:24px;border-top:1px solid rgba(255,255,255,.18)}
.st-hero__meta-item{display:flex;flex-direction:column;gap:4px}
.st-hero__meta-num{font-family:var(--font-display);font-size:28px;font-weight:300;color:var(--gold);line-height:1}
.st-hero__meta-lbl{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.7)}

/* ========== ARTICLE BLOCK (rich text) ========== */
.st-article{padding:var(--gap-2xl) 0;background:var(--paper)}
.st-article__grid{display:grid;grid-template-columns:280px 1fr;gap:80px;align-items:start}
@media (max-width: 1024px){.st-article__grid{grid-template-columns:1fr;gap:32px}}
.st-article__rail{position:sticky;top:140px;font-size:13px;color:var(--grey);letter-spacing:.04em;line-height:1.8}
.st-article__rail h5{margin-bottom:14px;color:var(--navy)}
.st-article__rail a{display:block;padding:6px 0;color:var(--grey);transition:color var(--duration) var(--ease-luxe)}
.st-article__rail a:hover{color:var(--gold)}
.st-article__rail a.is-active{color:var(--navy);font-weight:500}
.st-article__rail a.is-active::before{content:"—";color:var(--gold);margin-right:8px}

.st-article__body{max-width:720px}
.st-article__body section{margin-bottom:60px}
.st-article__body section:last-child{margin-bottom:0}
.st-article__body h2{color:var(--navy);font-size:clamp(32px,3.6vw,46px);margin-bottom:24px}
.st-article__body h2 em{color:var(--gold);font-style:italic}
.st-article__body h3{color:var(--navy);font-size:22px;margin:32px 0 14px}
.st-article__body p{font-size:17px;color:var(--txt);line-height:1.85;margin-bottom:18px;font-weight:400}
.st-article__body p.lead{font-size:20px;font-weight:300;color:var(--txt-soft);line-height:1.75;margin-bottom:30px}
.st-article__body ul{margin:18px 0 24px;padding-left:0}
.st-article__body ul li{
  position:relative;padding-left:28px;margin-bottom:10px;
  font-size:16px;color:var(--txt);line-height:1.75;
}
.st-article__body ul li::before{
  content:"";position:absolute;left:0;top:13px;width:14px;height:1px;background:var(--gold);
}
.st-article__body blockquote{
  margin:32px 0;padding:24px 0 24px 32px;border-left:1px solid var(--gold);
  font-family:var(--font-display);font-size:24px;font-style:italic;font-weight:300;line-height:1.5;
  color:var(--navy);
}
.st-article__body blockquote cite{
  display:block;margin-top:14px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;
  color:var(--gold);font-style:normal;
}

/* ========== INLINE FIGURE ========== */
.st-figure{margin:40px 0}
.st-figure img{width:100%;height:auto;border:1px solid var(--line-dark)}
.st-figure figcaption{
  margin-top:14px;font-size:12px;letter-spacing:.06em;color:var(--grey);font-style:italic;
}

/* ========== TIMELINE ========== */
.st-timeline{margin:32px 0;display:flex;flex-direction:column;gap:14px}
.st-timeline__day{
  display:grid;grid-template-columns:90px 1fr;gap:24px;
  padding:18px 0;border-bottom:1px solid var(--line-dark);
}
.st-timeline__day:last-child{border-bottom:none}
.st-timeline__num{
  font-family:var(--font-display);font-style:italic;font-size:24px;color:var(--gold);font-weight:300;line-height:1.2;
}
.st-timeline__num small{display:block;font-size:11px;letter-spacing:.22em;color:var(--grey);font-style:normal;margin-top:4px}
.st-timeline__content h4{font-family:var(--font-display);font-size:20px;color:var(--navy);font-weight:500;margin-bottom:6px}
.st-timeline__content p{font-size:15px;color:var(--grey);line-height:1.7}

/* ========== PARTNER LOGOS ========== */
.st-partners{padding:80px 0;background:var(--snow);text-align:center}
.st-partners__head{margin-bottom:40px}
.st-partners__list{
  display:flex;flex-wrap:wrap;justify-content:center;gap:48px;align-items:center;
}
.st-partners__list span{
  font-family:var(--font-display);font-size:22px;color:var(--navy);font-weight:400;font-style:italic;
  opacity:.7;transition:opacity var(--duration) var(--ease-luxe);
}
.st-partners__list span:hover{opacity:1}

/* ========== FAQ ========== */
.st-faq{padding:var(--gap-2xl) 0;background:#fff}
.st-faq__head{text-align:center;margin-bottom:60px}
.st-faq__head h2{color:var(--navy);max-width:24ch;margin:24px auto 0}
.st-faq__head h2 em{color:var(--gold);font-style:italic}
.st-faq__list{max-width:860px;margin:0 auto}
.st-faq__item{
  border-bottom:1px solid var(--line-dark);
}
.st-faq__q{
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:24px 0;cursor:pointer;background:none;border:none;width:100%;text-align:left;
  font-family:var(--font-display);font-size:22px;font-weight:400;color:var(--navy);
}
.st-faq__q:hover{color:var(--gold)}
.st-faq__sign{
  width:32px;height:32px;border:1px solid var(--line-dark);border-radius:50%;
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
  position:relative;transition:all var(--duration) var(--ease-luxe);
}
.st-faq__sign::before,.st-faq__sign::after{
  content:"";position:absolute;background:var(--navy);
  transition:transform var(--duration) var(--ease-luxe);
}
.st-faq__sign::before{width:12px;height:1px}
.st-faq__sign::after{width:1px;height:12px}
.st-faq__item.is-open .st-faq__sign{background:var(--gold);border-color:var(--gold)}
.st-faq__item.is-open .st-faq__sign::before,
.st-faq__item.is-open .st-faq__sign::after{background:#fff}
.st-faq__item.is-open .st-faq__sign::after{transform:scaleY(0)}
.st-faq__a{
  max-height:0;overflow:hidden;
  transition:max-height .55s var(--ease-luxe);
}
.st-faq__item.is-open .st-faq__a{max-height:320px}
.st-faq__a-inner{
  padding:0 0 24px 0;font-size:16px;color:var(--txt);line-height:1.85;max-width:760px;
}

/* ========== OTHER VILLAGES (cross-link strip) ========== */
.st-others{padding:var(--gap-xl) 0;background:var(--paper-2)}
.st-others__head{margin-bottom:40px;text-align:center}
.st-others__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
@media (max-width: 1024px){.st-others__grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width: 540px){.st-others__grid{grid-template-columns:1fr}}
.st-other{
  position:relative;height:280px;overflow:hidden;border:1px solid var(--line-dark);
  display:block;
}
.st-other__img{
  position:absolute;inset:0;background-size:cover;background-position:center;
  filter:brightness(.7);transition:transform 1s var(--ease-luxe),filter .8s var(--ease-luxe);
}
.st-other:hover .st-other__img{transform:scale(1.08);filter:brightness(.85)}
.st-other__overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 50%,rgba(15,27,60,.92) 100%);
}
.st-other__name{
  position:absolute;left:0;right:0;bottom:0;padding:20px;color:#fff;
  font-family:var(--font-display);font-size:24px;font-weight:400;z-index:2;
}

/* Tweak: cross-link card name allowed to wrap */
.st-other__name{
  font-size:clamp(18px, 1.6vw, 22px);
  line-height:1.2;
  white-space:normal;
  word-break:normal;
  hyphens:auto;
}
