/* Amwaj — article.css — page-type styles (loaded conditionally). Ported from static source. */
.nav-links a:hover,.nav-links a.active{color:var(--accent-dk)}
.btn-pill{padding:0.7rem 1.4rem;border-radius:100px;background:var(--ink);color:var(--cream);font-size:0.78rem;border:none;cursor:pointer;font-weight:700;letter-spacing:0.01em;transition:all .3s;display:inline-flex;align-items:center;gap:0.4rem;font-family:var(--sans);text-decoration:none}
.hero{position:relative;height:60vh;min-height:480px;overflow:hidden}
.hero-img{position:absolute;inset:0;background:var(--accent-bg) center/cover no-repeat}
.hero-img::after{content:'';position:absolute;inset:0;background:linear-gradient(120deg,rgba(42,37,32,0.6) 0%,rgba(42,37,32,0.3) 50%,rgba(42,37,32,0.18) 100%)}
.hero-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;padding:0 6vw;z-index:2;max-width:900px}
.hero-eyebrow{font-size:0.7rem;letter-spacing:0.35em;text-transform:uppercase;color:rgba(255,255,255,0.9);margin-bottom:1.6rem;display:flex;align-items:center;gap:14px;font-weight:600}
.hero-sub{line-height:1.6;color:rgba(255,255,255,0.92);max-width:520px;font-weight:300;font-family:var(--serif);font-style:italic;font-size:clamp(1.15rem,2.2vw,1.45rem)}
.article{padding:6rem 40px 4.5rem;position:relative}
.article-inner{max-width:780px;margin:0 auto}
.article-meta{font-size:0.62rem;letter-spacing:0.28em;text-transform:uppercase;color:var(--accent-dk);font-weight:700;display:flex;align-items:center;gap:12px;margin-bottom:1.4rem}
.article-meta .dot{width:4px;height:4px;border-radius:50%;background:var(--accent-lt)}
.article-title{font-family:var(--serif);font-size:clamp(2rem,4vw,3.2rem);font-weight:400;line-height:1.12;letter-spacing:-0.015em;color:var(--ink);margin-bottom:1.9rem}
.wave-rule{margin:1.7rem 0 2.4rem;color:var(--accent);opacity:0.75}
.wave-rule svg{display:block;width:130px;height:14px}
.article-body p{font-size:1.05rem;line-height:1.9;color:var(--ink-2);font-weight:300;margin-bottom:1.4rem}
.article-body p.lead{font-size:1.22rem;line-height:1.75;color:var(--ink);font-weight:400}
.article-body p:last-child{margin-bottom:0}
.article-h2{font-family:var(--serif);font-size:clamp(1.5rem,2.6vw,2.1rem);font-weight:400;line-height:1.2;color:var(--ink);margin:2.6rem 0 1rem}
.article-list{margin:0 0 1.4rem 1.1rem;display:flex;flex-direction:column;gap:0.6rem}
.article-list li{font-size:1.02rem;line-height:1.7;color:var(--ink-2);font-weight:300}
.article-action{margin-top:2.2rem;display:flex;flex-direction:column;align-items:flex-start}
.article-action .btn-pill svg{width:14px;height:14px}
.foot-soc{width:34px;height:34px;border-radius:50%;background:var(--white);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--ink-2);cursor:pointer;transition:all .3s;text-decoration:none}
.foot-soc svg{width:16px;height:16px}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}
@media(max-width:980px){
  nav{padding:0.5rem 0.5rem 0.5rem 1rem;gap:1rem;width:calc(100% - 30px)}
  .nav-links{display:none}
  .hero{height:54vh;min-height:420px}
  .hero-content{padding:0 24px}
  .article{padding:4rem 24px 3.5rem}
}
@media(max-width:600px){
  .foot{grid-template-columns:1fr}
}
.article-photos{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:3.2rem}
.article-photo{margin:0;border-radius:var(--r-lg);overflow:hidden;background:transparent;aspect-ratio:4/3}
.article-photo.loaded{background:var(--cream-2);box-shadow:0 18px 44px rgba(42,37,32,0.12)}
.article-photo img{width:100%;height:100%;object-fit:cover;display:block}
.article-action{margin-top:2.2rem;display:flex;justify-content:flex-start}
@media(max-width:980px){
  nav{padding:0.5rem 0.5rem 0.5rem 1rem;gap:1rem;width:calc(100% - 30px)}
  .nav-links{display:none}
  .hero{height:54vh;min-height:420px}
  .hero-content{padding:0 24px}
  .article{padding:4rem 24px 3.5rem}
  .article-photos{grid-template-columns:1fr;gap:16px}
}
