
/* ==========================================================
   KLEAN — TAKING PRIDE IN HOME / ARTICLE PAGES
   Additive styles only. Depends on /assets/klean-luxury.css.
   ========================================================== */

.pride-hero,
.article-hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 86% 18%,rgba(255,255,255,.10),transparent 24%),
    linear-gradient(135deg,var(--navy-deep),var(--navy));
}
.pride-hero{padding:118px 0 0}
.article-hero{padding:110px 0 104px}
.pride-hero-inner,
.article-hero-inner{position:relative;z-index:2;max-width:1020px}
.pride-hero h1,
.article-hero h1{
  color:#fff;
  font-size:clamp(54px,7.2vw,92px);
  line-height:.95;
  letter-spacing:-.05em;
}
.pride-hero p,
.article-hero p{
  max-width:760px;
  margin-top:24px;
  color:rgba(255,255,255,.78);
  font-size:19px;
}
.pride-grid-lines{
  position:absolute;inset:0;opacity:.22;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 90%);
}
.pride-marquee{
  position:relative;z-index:2;
  margin-top:82px;
  overflow:hidden;
  border-top:1px solid rgba(255,255,255,.12);
  border-bottom:1px solid rgba(255,255,255,.12);
  white-space:nowrap;
}
.pride-marquee div{
  width:max-content;
  padding:15px 0;
  color:rgba(255,255,255,.34);
  font-size:.72rem;
  letter-spacing:.18em;
  animation:prideMarquee 28s linear infinite;
}
@keyframes prideMarquee{to{transform:translateX(-50%)}}

.pride-articles,
.related-section{padding:100px 0;background:#fff}
.article-section-head{max-width:820px;margin-bottom:46px}
.article-section-head h2{
  font-size:clamp(42px,5vw,66px);
  line-height:1.03;
}
.article-section-head p{margin-top:18px;font-size:17px}

.pride-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.pride-card{
  min-height:390px;
  padding:28px;
  position:relative;
  border:1px solid var(--line);
  border-radius:24px;
  background:
    radial-gradient(circle at 88% 10%,rgba(31,45,103,.08),transparent 28%),
    linear-gradient(145deg,#fff,var(--cream));
  box-shadow:0 10px 28px rgba(16,25,69,.045);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.pride-card::before{
  content:"";
  position:absolute;
  left:0;right:100%;top:0;height:3px;
  background:var(--navy);
  transition:right .35s ease;
}
.pride-card:hover{
  transform:translateY(-8px);
  border-color:rgba(31,45,103,.18);
  box-shadow:var(--shadow);
}
.pride-card:hover::before{right:0}
.pride-card-number{
  position:absolute;right:24px;top:22px;
  color:rgba(31,45,103,.27);
  font-family:"Playfair Display",serif;
  font-size:40px;
}
.pride-card-category{
  color:var(--navy);
  font-size:.71rem;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.pride-card h3{
  margin-top:76px;
  font-size:clamp(28px,3vw,36px);
  line-height:1.08;
}
.pride-card p{margin-top:17px}
.pride-card b{
  position:absolute;left:28px;bottom:27px;
  display:flex;align-items:center;gap:9px;
  color:var(--navy);font-size:.84rem;
}
.pride-card b i{
  font-style:normal;
  transition:transform .2s ease;
}
.pride-card:hover b i{transform:translateX(5px)}

.article-back{
  display:inline-flex;
  margin-bottom:32px;
  color:rgba(255,255,255,.7);
  font-size:.82rem;
  font-weight:600;
  transition:color .2s ease,transform .2s ease;
}
.article-back:hover{color:#fff;transform:translateX(-4px)}

.article-orb{
  position:absolute;border-radius:50%;pointer-events:none;
  border:1px solid rgba(255,255,255,.11);
}
.article-orb.one{
  width:420px;height:420px;right:-140px;top:-190px;
  box-shadow:0 0 0 48px rgba(255,255,255,.02),0 0 0 96px rgba(255,255,255,.012);
}
.article-orb.two{
  width:180px;height:180px;right:18%;bottom:-110px;
  background:radial-gradient(circle,rgba(255,255,255,.09),transparent 70%);
}

.article-body{
  padding:96px 0;
  background:linear-gradient(180deg,#fff,var(--cream));
}
.article-reading-width{max-width:850px}
.article-copy-block{
  padding:0 0 44px;
  margin-bottom:44px;
  border-bottom:1px solid var(--line);
}
.article-copy-block:last-of-type{margin-bottom:0}
.article-copy-block h2{
  max-width:760px;
  font-size:clamp(34px,4vw,50px);
  line-height:1.06;
}
.article-copy-block p{
  margin-top:20px;
  color:#535b67;
  font-size:17px;
  line-height:1.85;
}
.article-callout{
  margin:54px 0 0;
  padding:34px 36px;
  border:0;
  border-left:4px solid var(--navy);
  border-radius:0 20px 20px 0;
  background:#fff;
  box-shadow:0 18px 44px rgba(16,25,69,.065);
  color:var(--navy);
  font-family:"Playfair Display",serif;
  font-weight:450;
  font-size:clamp(26px,3vw,38px);
  line-height:1.28;
}

.related-section{background:#fff}
.related-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
}
.related-card{
  min-height:300px;
  padding:25px;
  position:relative;
  border:1px solid var(--line);
  border-radius:20px;
  background:var(--cream);
  transition:transform .24s ease,background .24s ease,box-shadow .24s ease;
}
.related-card:hover{
  transform:translateY(-6px);
  background:#fff;
  box-shadow:0 18px 44px rgba(16,25,69,.09);
}
.related-card>span{
  color:var(--navy);
  font-size:.7rem;
  font-weight:600;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.related-card h3{margin-top:56px;font-size:26px;line-height:1.12}
.related-card p{margin-top:13px;font-size:14px}
.related-card b{
  position:absolute;left:25px;bottom:23px;
  color:var(--navy);font-size:.78rem;
}
.related-home{
  color:#fff;
  border-color:transparent;
  background:linear-gradient(145deg,var(--navy-deep),var(--navy));
}
.related-home>span,.related-home h3,.related-home b{color:#fff}
.related-home p{color:rgba(255,255,255,.7)}
.related-home:hover{background:linear-gradient(145deg,var(--navy),var(--navy-deep))}

.article-cta{
  padding:90px 0;
  background:var(--cream);
}
.article-cta-panel{
  display:grid;
  grid-template-columns:1fr auto;
  gap:42px;
  align-items:center;
  padding:52px;
  position:relative;
  overflow:hidden;
  border-radius:30px;
  background:linear-gradient(135deg,var(--navy-deep),var(--navy));
  box-shadow:0 30px 80px rgba(16,25,69,.16);
  color:#fff;
}
.article-cta-panel::after{
  content:"";
  position:absolute;width:340px;height:340px;
  right:-130px;top:-180px;border-radius:50%;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 0 0 48px rgba(255,255,255,.022),0 0 0 96px rgba(255,255,255,.012);
}
.article-cta-panel>div,.article-cta-panel>a{position:relative;z-index:2}
.article-cta-panel h2{
  max-width:760px;
  color:#fff;
  font-size:clamp(40px,5vw,64px);
  line-height:1.02;
}
.article-cta-panel p{
  max-width:680px;
  margin-top:18px;
  color:rgba(255,255,255,.73);
}

@media(max-width:900px){
  .pride-card-grid,.related-grid{grid-template-columns:1fr}
  .pride-card{min-height:330px}
  .article-cta-panel{grid-template-columns:1fr}
}
@media(max-width:650px){
  .pride-hero{padding-top:86px}
  .article-hero{padding:82px 0}
  .pride-hero h1,.article-hero h1{font-size:clamp(48px,13vw,68px)}
  .pride-articles,.related-section,.article-body{padding:76px 0}
  .article-cta{padding:68px 0}
  .article-cta-panel{padding:36px 26px}
  .article-callout{padding:28px 24px}
}
@media(prefers-reduced-motion:reduce){
  .pride-marquee div{animation:none!important}
}


/* ARTICLE HERO PHOTOS — matches the Taking Pride In Home visual collection */
.article-hero{
  min-height:620px;
  display:flex;
  align-items:flex-end;
  isolation:isolate;
  background:var(--navy-deep);
}
.article-hero-photo{
  position:absolute;
  inset:0;
  z-index:-3;
  overflow:hidden;
}
.article-hero-photo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  transform:scale(1.02);
  transition:transform 1.2s ease;
}
.article-hero:hover .article-hero-photo img{
  transform:scale(1.055);
}
.article-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(90deg,rgba(7,22,35,.88) 0%,rgba(7,22,35,.66) 48%,rgba(7,22,35,.20) 78%),
    linear-gradient(180deg,rgba(7,22,35,.10) 0%,rgba(7,22,35,.34) 48%,rgba(7,22,35,.84) 100%);
}
.article-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:radial-gradient(circle at 78% 18%,rgba(255,255,255,.13),transparent 34%);
  pointer-events:none;
}
.article-hero .eyebrow{
  color:#fff !important;
}
.article-hero .article-back{
  color:rgba(255,255,255,.78);
}
.article-hero .article-back:hover{
  color:#fff;
}

