/*
Theme Name: Afghan Star
Theme URI: https://afghanstar.com
Author: Afghan Star
Description: A cinematic, multilingual WordPress theme for the Afghan Star talent show.
Version: 14.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: afghan-star
*/

:root{
  --bg:#07080c;--panel:#11131a;--panel2:#171a23;--text:#f7f2e8;--muted:#aaa79f;
  --gold:#e4b85b;--gold2:#fff0ae;--line:rgba(255,255,255,.12);--max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif}
body.rtl{font-family:"Noto Naskh Arabic",serif;direction:rtl}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}
button,input,textarea{font:inherit}.screen-reader-text{position:absolute;left:-9999px}
.site-header{position:fixed;z-index:50;top:0;left:0;right:0;display:flex;align-items:center;gap:24px;min-height:78px;padding:0 max(22px,calc((100vw - var(--max))/2));background:linear-gradient(180deg,rgba(4,5,8,.96),rgba(4,5,8,.55),transparent);backdrop-filter:blur(8px)}
.site-branding{display:flex;align-items:center;gap:10px;min-width:max-content}.custom-logo{max-height:48px;width:auto}.brand-mark{display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(228,184,91,.6);border-radius:50%;color:var(--gold)}
.brand-title,.brand-subtitle{display:block}.brand-title{font-size:.84rem;font-weight:800;letter-spacing:.16em}.brand-subtitle{font-family:"Noto Naskh Arabic",serif;color:var(--gold2)}
.main-navigation{margin-left:auto}.main-navigation ul{list-style:none;display:flex;gap:22px;margin:0;padding:0}.main-navigation a{font-size:.82rem;color:#ddd}.main-navigation a:hover{color:var(--gold)}
.lang-switcher{display:flex;border:1px solid var(--line);border-radius:999px;padding:3px}.lang-switcher button{border:0;background:none;color:#bbb;padding:7px 9px;border-radius:999px;cursor:pointer}.lang-switcher button.active{background:var(--gold);color:#111}
.menu-toggle{display:none;margin-left:auto;border:1px solid var(--line);background:#111;color:#fff;border-radius:8px;padding:8px 11px}
.hero{min-height:100vh;position:relative;display:flex;align-items:center;overflow:hidden;padding:130px max(24px,calc((100vw - var(--max))/2)) 70px;background:
 radial-gradient(circle at 70% 38%,rgba(228,184,91,.22),transparent 18%),
 linear-gradient(90deg,rgba(5,6,9,.97) 10%,rgba(5,6,9,.78) 48%,rgba(5,6,9,.42)),
 var(--hero-image, url('assets/images/hero-placeholder.svg')) center/cover no-repeat}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,var(--bg),transparent 28%)}
.hero-content{position:relative;z-index:2;max-width:790px}.eyebrow{color:var(--gold);font-weight:800;letter-spacing:.2em;font-size:.78rem;text-transform:uppercase}
h1{font-size:clamp(3rem,7vw,6.8rem);line-height:.94;margin:18px 0 24px;letter-spacing:-.055em}h2{font-size:clamp(2.1rem,4vw,4rem);line-height:1.02;margin:12px 0 22px;letter-spacing:-.04em}
.hero-copy{max-width:670px;font-size:1.15rem;line-height:1.7;color:#d1cec7}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:6px;font-weight:800}.btn-primary{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#16120a;box-shadow:0 10px 40px rgba(228,184,91,.2)}.btn-ghost{border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.04)}
.section{max-width:var(--max);margin:auto;padding:105px 24px}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.section-heading{max-width:760px;margin-bottom:46px}.section-heading>p:last-child,.copy p{color:var(--muted);line-height:1.75}
.visual{min-height:540px;border-radius:14px;border:1px solid var(--line);display:grid;place-items:end start;padding:30px;background:linear-gradient(0deg,rgba(5,5,8,.85),transparent),radial-gradient(circle at 50% 20%,rgba(228,184,91,.35),transparent 32%),url('assets/images/stage-placeholder.svg') center/cover}
.visual span{font-size:2rem;font-weight:800;letter-spacing:.1em}.text-link{color:var(--gold);font-weight:800}
.band{max-width:none;background:linear-gradient(180deg,#0e1016,#08090d);padding-left:max(24px,calc((100vw - var(--max))/2));padding-right:max(24px,calc((100vw - var(--max))/2))}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:linear-gradient(145deg,var(--panel2),var(--panel));border:1px solid var(--line);padding:28px;border-radius:12px}.card .number,.card .tag{color:var(--gold);font-size:.75rem;font-weight:800;letter-spacing:.14em}.card p{color:var(--muted);line-height:1.7}.centered{margin:34px auto 0;width:max-content}
.profile-card{padding:0;overflow:hidden}.profile-image{height:340px;background:radial-gradient(circle at 50% 20%,#4b3f29,#171922 46%,#0c0d12);display:grid;place-items:center;color:#6f6f6f;font-weight:800}.profile-card img{width:100%;height:340px;object-fit:cover}.profile-card h3,.profile-card p{padding:0 22px}.profile-card p{color:var(--gold);padding-bottom:16px}
.tour-list{border-top:1px solid var(--line)}.tour-list div{display:flex;justify-content:space-between;gap:30px;padding:25px 4px;border-bottom:1px solid var(--line)}.tour-list span{color:var(--gold)}
.contact-box{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:48px;border:1px solid rgba(228,184,91,.35);border-radius:16px;background:radial-gradient(circle at 10% 20%,rgba(228,184,91,.15),transparent 30%),var(--panel)}
.contact-box p{color:var(--muted);max-width:680px;line-height:1.7}.site-footer{max-width:var(--max);margin:auto;padding:45px 24px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-top:1px solid var(--line);color:#929292;font-size:.82rem}
.footer-menu ul{display:flex;gap:18px;list-style:none;margin:0;padding:0}.entry-content{max-width:850px;margin:120px auto 70px;padding:0 24px;line-height:1.8}.entry-content a{color:var(--gold)}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){.main-navigation{display:none;position:absolute;top:76px;left:20px;right:20px;background:#11131a;padding:22px;border:1px solid var(--line);border-radius:12px}.main-navigation.open{display:block}.main-navigation ul{flex-direction:column}.menu-toggle{display:block}.split,.grid-3{grid-template-columns:1fr}.contact-box,.site-footer{align-items:flex-start;flex-direction:column}.visual{min-height:420px}}
@media(max-width:600px){.site-header{padding:0 14px}.brand-title{font-size:.68rem}.hero{padding-left:20px;padding-right:20px}h1{font-size:3.4rem}.section{padding:80px 20px}.hero-actions .btn{width:100%}.lang-switcher button{padding:6px}.tour-list div{flex-direction:column;gap:8px}}


/* Audition application */
.audition-form-wrap{max-width:920px;margin:50px auto 0;background:linear-gradient(145deg,var(--panel2),var(--panel));border:1px solid rgba(228,184,91,.28);border-radius:16px;padding:34px}
.audition-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.form-field{display:flex;flex-direction:column;gap:8px}.form-field.full{grid-column:1/-1}
.form-field label{font-size:.83rem;font-weight:800;letter-spacing:.04em;color:#eee}
.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid rgba(255,255,255,.16);background:#090b10;color:#fff;border-radius:8px;padding:14px 15px;outline:none}
.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(228,184,91,.12)}
.form-field textarea{min-height:140px;resize:vertical}.form-help{font-size:.78rem;color:var(--muted)}
.form-message{grid-column:1/-1;padding:14px 16px;border-radius:8px;margin-bottom:6px}.form-message.success{background:rgba(55,180,100,.12);border:1px solid rgba(55,180,100,.4)}.form-message.error{background:rgba(220,70,70,.12);border:1px solid rgba(220,70,70,.4)}
.audition-submit{grid-column:1/-1;border:0;cursor:pointer}
@media(max-width:700px){.audition-form{grid-template-columns:1fr}.form-field.full,.form-message,.audition-submit{grid-column:1}}

.home .site-header{display:none}
.hero-poster{position:relative;width:100%;min-height:100vh;aspect-ratio:1536/1024;background:#050608 url('assets/images/afghan-star-main-hero.png') center top/cover no-repeat;overflow:hidden}
.hero-poster .poster-link,.hero-poster .poster-button{position:absolute;z-index:5;display:block;border:0;background:transparent;cursor:pointer;text-indent:-9999px;overflow:hidden}
.hero-poster .poster-link:focus-visible,.hero-poster .poster-button:focus-visible{outline:3px solid #ffe27a;outline-offset:2px;border-radius:8px}
.poster-home{left:24.5%;top:3.4%;width:7%;height:6%}
.poster-auditions{left:31.5%;top:3.4%;width:10%;height:6%}
.poster-judges{left:41.5%;top:3.4%;width:8%;height:6%}
.poster-news{left:49.5%;top:3.4%;width:7%;height:6%}
.poster-tour{left:56.5%;top:3.4%;width:7%;height:6%}
.poster-about{left:63.5%;top:3.4%;width:7%;height:6%}
.poster-contact{left:70.5%;top:3.4%;width:9%;height:6%}
.poster-lang-en{left:82.2%;top:3.3%;width:5.4%;height:6%}
.poster-lang-fa{left:87.7%;top:3.3%;width:5.4%;height:6%}
.poster-lang-ps{left:93.1%;top:3.3%;width:5.4%;height:6%}
.poster-apply{left:5.4%;top:69.4%;width:22%;height:7.4%}
.poster-watch{left:28.5%;top:69.4%;width:16.5%;height:7.4%}
.poster-feature-1{left:5.1%;top:81.1%;width:23%;height:14.8%}
.poster-feature-2{left:28.2%;top:81.1%;width:23%;height:14.8%}
.poster-feature-3{left:51.1%;top:81.1%;width:23%;height:14.8%}
.poster-feature-4{left:74.2%;top:81.1%;width:22%;height:14.8%}
.poster-scroll{position:absolute;left:49%;bottom:1.1%;z-index:5;width:3%;height:3.5%;display:block;text-indent:-9999px}
@media(max-width:900px){.home .site-header{display:flex}.hero-poster{margin-top:78px;min-height:75vh;aspect-ratio:auto;background-position:center top;background-size:cover}.hero-poster .poster-link,.hero-poster .poster-button,.poster-scroll{display:none}}


/* Version 6: Elementor-compatible static homepage */
.elementor-home-content{
  width:100%;
  margin:0;
  padding:0;
}
.elementor-home-content .elementor{
  width:100%;
}
body.elementor-page .site-footer{
  position:relative;
  z-index:2;
}


/* Version 9: fully translatable cinematic hero */
.home .site-header{display:flex!important}

.hero-v9{
  position:relative;
  min-height:100vh;
  overflow:hidden;
  display:flex;
  align-items:center;
  padding:130px max(24px,calc((100vw - var(--max))/2)) 170px;
  background:#05070b url('assets/images/hero-clean-stage.jpg') center right/cover no-repeat;
}
.hero-v9::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(2,4,8,.97) 0%,rgba(2,4,8,.84) 38%,rgba(2,4,8,.33) 70%,rgba(2,4,8,.08) 100%),
    linear-gradient(0deg,rgba(2,4,8,.88) 0%,transparent 43%);
}
.hero-v9-content{
  position:relative;
  z-index:2;
  max-width:790px;
}
.hero-v9-kicker{
  margin:0 0 18px;
  color:var(--gold);
  font-size:.8rem;
  font-weight:800;
  letter-spacing:.22em;
}
.hero-v9 h1{
  margin:0 0 24px;
  font-size:clamp(3rem,7vw,6.7rem);
  line-height:.94;
  letter-spacing:-.055em;
}
.hero-v9-copy{
  max-width:680px;
  color:#ddd;
  font-size:1.15rem;
  line-height:1.7;
}
.hero-v9-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:32px;
}
.hero-v9-features{
  position:absolute;
  z-index:3;
  left:50%;
  bottom:28px;
  transform:translateX(-50%);
  width:min(var(--max),calc(100% - 48px));
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:rgba(5,8,14,.86);
  border:1px solid rgba(228,184,91,.35);
  border-radius:14px;
  backdrop-filter:blur(12px);
}
.hero-v9-features a{
  padding:22px;
  color:#fff;
  text-decoration:none;
  border-right:1px solid rgba(255,255,255,.1);
}
.hero-v9-features a:last-child{border-right:0}
.hero-v9-features strong,.hero-v9-features span{display:block}
.hero-v9-features strong{color:var(--gold);margin-bottom:6px}
.hero-v9-features span{color:#cacaca;font-size:.82rem;line-height:1.45}
body.rtl .hero-v9-content{text-align:right}
body.rtl .hero-v9-features a{border-right:0;border-left:1px solid rgba(255,255,255,.1)}
body.rtl .hero-v9-features a:last-child{border-left:0}

@media(max-width:900px){
  .hero-v9{padding-bottom:90px;background-position:62% top}
  .hero-v9-features{
    position:relative;
    left:auto;
    bottom:auto;
    transform:none;
    margin:60px auto 0;
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:600px){
  .hero-v9{padding:120px 20px 70px}
  .hero-v9 h1{font-size:3.25rem}
  .hero-v9-actions .btn{width:100%}
  .hero-v9-features{grid-template-columns:1fr;width:calc(100% - 28px)}
  .hero-v9-features a{border-right:0;border-left:0;border-bottom:1px solid rgba(255,255,255,.1)}
}


/* Version 10: premium hero controls */
.hero-v9-actions{
  gap:16px;
  margin-top:36px;
}
.hero-v9-actions .btn{
  position:relative;
  min-width:220px;
  min-height:58px;
  padding:0 28px;
  border-radius:14px;
  overflow:hidden;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.hero-v9-actions .btn::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.22) 45%,transparent 65%);
  transform:translateX(-120%);
  transition:transform .7s ease;
}
.hero-v9-actions .btn:hover::before{
  transform:translateX(120%);
}
.hero-v9-actions .btn:hover{
  transform:translateY(-3px);
}
.hero-v9-actions .btn-primary{
  border:1px solid rgba(255,236,168,.65);
  box-shadow:
    0 16px 45px rgba(228,184,91,.28),
    inset 0 1px 0 rgba(255,255,255,.35);
}
.hero-v9-actions .btn-primary:hover{
  box-shadow:
    0 20px 55px rgba(228,184,91,.38),
    inset 0 1px 0 rgba(255,255,255,.45);
}
.hero-v9-actions .btn-ghost{
  background:linear-gradient(180deg,rgba(19,23,32,.8),rgba(8,10,15,.7));
  border:1px solid rgba(255,255,255,.22);
  box-shadow:
    0 14px 35px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.08);
}
.hero-v9-actions .btn-ghost:hover{
  border-color:rgba(228,184,91,.55);
  box-shadow:
    0 18px 45px rgba(0,0,0,.36),
    0 0 30px rgba(228,184,91,.12);
}

.hero-v9-features{
  gap:14px;
  padding:14px;
  background:linear-gradient(180deg,rgba(9,12,19,.88),rgba(4,6,10,.82));
  border:1px solid rgba(228,184,91,.28);
  box-shadow:
    0 20px 60px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.05);
}
.hero-v9-features a{
  position:relative;
  min-height:122px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:24px 24px 24px 66px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  background:
    radial-gradient(circle at 16% 22%,rgba(228,184,91,.12),transparent 24%),
    linear-gradient(145deg,rgba(19,23,32,.86),rgba(8,10,15,.9));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 10px 25px rgba(0,0,0,.18);
  transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  border-right:1px solid rgba(255,255,255,.08)!important;
}
.hero-v9-features a::before{
  position:absolute;
  left:22px;
  top:50%;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid rgba(228,184,91,.6);
  color:var(--gold);
  font-size:1rem;
  background:rgba(228,184,91,.08);
}
.hero-v9-features a:nth-child(1)::before{content:"✦"}
.hero-v9-features a:nth-child(2)::before{content:"★"}
.hero-v9-features a:nth-child(3)::before{content:"◆"}
.hero-v9-features a:nth-child(4)::before{content:"♛"}

.hero-v9-features a:hover{
  transform:translateY(-5px);
  border-color:rgba(228,184,91,.45)!important;
  box-shadow:
    0 18px 40px rgba(0,0,0,.35),
    0 0 32px rgba(228,184,91,.12),
    inset 0 1px 0 rgba(255,255,255,.06);
}
.hero-v9-features strong{
  font-size:1rem;
  letter-spacing:.02em;
  margin-bottom:7px;
}
.hero-v9-features span{
  color:#c7c7c7;
  font-size:.82rem;
  line-height:1.55;
}

body.rtl .hero-v9-features a{
  padding:24px 66px 24px 24px;
  text-align:right;
}
body.rtl .hero-v9-features a::before{
  left:auto;
  right:22px;
}

@media(max-width:900px){
  .hero-v9-actions .btn{
    min-width:190px;
  }
  .hero-v9-features a{
    min-height:112px;
  }
}
@media(max-width:600px){
  .hero-v9-actions{
    gap:12px;
  }
  .hero-v9-actions .btn{
    min-width:0;
    width:100%;
  }
  .hero-v9-features{
    gap:10px;
    padding:10px;
  }
}

/* Version 11: mobile hero repair */
@media(max-width:600px){
  html,body{overflow-x:hidden!important}
  .site-header{min-height:78px;padding:0 14px;gap:12px}
  .custom-logo{max-height:48px;max-width:86px;object-fit:contain}
  .menu-toggle{margin-left:auto;flex:0 0 auto}
  .lang-switcher{flex:0 0 auto;transform:scale(.92);transform-origin:right center}

  .hero-v9{
    min-height:auto!important;
    display:block!important;
    padding:120px 20px 42px!important;
    background-position:center top!important;
    background-size:cover!important;
  }
  .hero-v9::before{
    background:
      linear-gradient(90deg,rgba(2,4,8,.94) 0%,rgba(2,4,8,.78) 62%,rgba(2,4,8,.38) 100%),
      linear-gradient(0deg,rgba(2,4,8,.90) 0%,transparent 48%)!important;
  }
  .hero-v9-content{width:100%!important;max-width:none!important}
  .hero-v9-kicker{
    font-size:.68rem!important;
    letter-spacing:.17em!important;
    line-height:1.4!important;
    margin-bottom:14px!important;
  }
  .hero-v9 h1{
    max-width:100%!important;
    font-size:clamp(2.65rem,13vw,4rem)!important;
    line-height:.98!important;
    letter-spacing:-.045em!important;
    margin:0 0 22px!important;
    overflow-wrap:anywhere;
  }
  .hero-v9-copy{
    max-width:100%!important;
    font-size:1rem!important;
    line-height:1.65!important;
    margin:0!important;
  }
  .hero-v9-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    margin-top:28px!important;
  }
  .hero-v9-actions .btn{
    width:100%!important;
    min-width:0!important;
    min-height:54px!important;
    padding:0 18px!important;
    border-radius:12px!important;
  }
  .hero-v9-features{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    transform:none!important;
    width:100%!important;
    margin:28px 0 0!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    padding:10px!important;
    overflow:visible!important;
  }
  .hero-v9-features a{
    width:100%!important;
    min-height:104px!important;
    padding:20px 18px 20px 62px!important;
    border-right:0!important;
    border-left:0!important;
    border-bottom:0!important;
  }
  .hero-v9-features a::before{
    left:18px!important;
    right:auto!important;
    width:30px!important;
    height:30px!important;
  }
  body.rtl .hero-v9-features a{padding:20px 62px 20px 18px!important}
  body.rtl .hero-v9-features a::before{right:18px!important;left:auto!important}
  .hero-v9-features strong{font-size:.98rem!important}
  .hero-v9-features span{font-size:.82rem!important;line-height:1.5!important}
}

@media(min-width:601px) and (max-width:900px){
  .hero-v9{min-height:auto!important;padding-bottom:50px!important}
  .hero-v9-features{
    position:relative!important;
    left:auto!important;
    bottom:auto!important;
    transform:none!important;
    margin:44px auto 0!important;
    width:calc(100% - 40px)!important;
    grid-template-columns:1fr 1fr!important;
  }
}


/* Version 14: polished news section */
.news-featured{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  min-height:360px;
  margin-bottom:22px;
  border:1px solid rgba(228,184,91,.30);
  border-radius:18px;
  background:
    radial-gradient(circle at 75% 25%,rgba(228,184,91,.18),transparent 30%),
    linear-gradient(135deg,#171a23,#090b10);
  box-shadow:0 24px 70px rgba(0,0,0,.34);
}
.news-featured-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:44px;
}
.news-featured-copy h3{
  max-width:650px;
  margin:12px 0 16px;
  font-size:clamp(2rem,4vw,3.6rem);
  line-height:1.03;
}
.news-featured-copy p{
  max-width:650px;
  color:var(--muted);
  font-size:1rem;
  line-height:1.75;
}
.news-featured-art{
  min-height:320px;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle,rgba(228,184,91,.35),transparent 32%),
    linear-gradient(145deg,rgba(255,255,255,.03),rgba(0,0,0,.15));
}
.news-featured-star{
  font-size:8rem;
  color:var(--gold);
  filter:drop-shadow(0 0 35px rgba(228,184,91,.35));
}
.news-grid-v14{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.news-card-v14{
  position:relative;
  min-height:270px;
  display:flex;
  flex-direction:column;
  padding:28px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  background:
    radial-gradient(circle at 90% 10%,rgba(228,184,91,.10),transparent 22%),
    linear-gradient(145deg,var(--panel2),var(--panel));
  box-shadow:0 14px 36px rgba(0,0,0,.20);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.news-card-v14:hover{
  transform:translateY(-6px);
  border-color:rgba(228,184,91,.42);
  box-shadow:0 22px 48px rgba(0,0,0,.30);
}
.news-card-v14 .tag{
  color:var(--gold);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.14em;
}
.news-card-v14 h3{
  margin:15px 0 12px;
  font-size:1.35rem;
  line-height:1.2;
}
.news-card-v14 p{
  flex:1;
  color:var(--muted);
  line-height:1.7;
}
.news-card-v14 .read-more{
  margin-top:16px;
  color:var(--gold2);
  font-size:.86rem;
  font-weight:800;
}
@media(max-width:900px){
  .news-featured{grid-template-columns:1fr}
  .news-featured-art{min-height:220px}
  .news-grid-v14{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .news-featured-copy{padding:28px}
  .news-grid-v14{grid-template-columns:1fr}
  .news-card-v14{min-height:auto}
}
