:root{
  --blog-soft:#f6f2e8;
  --blog-mist:#eef4f0;
  --blog-card:#fbfaf6;
}

.blog-page{background:#fff}
.blog-page h1,.blog-page h2,.blog-page h3{text-wrap:balance}
.blog-page p{max-width:72ch}

.blog-hero{
  position:relative;
  overflow:hidden;
  min-height:760px;
  color:#fff;
  background:
    radial-gradient(circle at 78% 22%,rgba(216,179,92,.14),transparent 28%),
    linear-gradient(125deg,var(--g0),var(--g2));
}
.blog-hero::before{
  content:"";
  position:absolute;
  width:620px;
  height:620px;
  right:-150px;
  bottom:-300px;
  border:1px solid rgba(216,179,92,.22);
  border-radius:50%;
}
.blog-hero-glow{
  position:absolute;
  width:430px;
  height:430px;
  right:12%;
  top:130px;
  border-radius:50%;
  background:rgba(216,179,92,.05);
  filter:blur(10px);
}
.blog-hero-grid{
  position:relative;
  z-index:2;
  min-height:760px;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  align-items:center;
  gap:70px;
  padding-top:82px;
  padding-bottom:82px;
}
.blog-hero-copy h1{
  max-width:840px;
  margin:0 0 28px;
  font-size:clamp(58px,6vw,96px);
  line-height:.94;
  letter-spacing:-.05em;
}
.blog-hero-lead{
  max-width:690px!important;
  margin-bottom:34px;
  color:rgba(255,255,255,.76);
  font-size:19px;
}
.blog-hero-proof{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:58px;
  padding-top:26px;
  border-top:1px solid rgba(255,255,255,.14);
}
.blog-hero-proof strong,.blog-hero-proof span{display:block}
.blog-hero-proof strong{color:var(--gold);font-family:var(--heading);font-size:22px}
.blog-hero-proof span{color:rgba(255,255,255,.58);font-size:12px}
.blog-hero-art{position:relative}
.blog-hero-art::before{
  content:"";
  position:absolute;
  inset:7% 2% 2% 8%;
  border:1px solid rgba(255,255,255,.13);
  border-radius:48% 42% 38% 46%;
  transform:rotate(-4deg);
}
.blog-hero-art img{position:relative;width:100%;filter:drop-shadow(0 30px 35px rgba(0,0,0,.24))}

.blog-categories-section{padding:110px 0;background:var(--cream)}
.blog-section-heading{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:80px;
  align-items:end;
}
.blog-section-heading h2,.featured-story-copy h2,.editorial-intro h2,.newsletter-copy h2{
  margin:0;
  font-size:clamp(40px,5vw,70px);
  line-height:1.03;
  letter-spacing:-.04em;
}
.blog-section-heading>p{margin:0;color:var(--muted);font-size:17px}

.blog-category-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:56px;
}
.blog-category-grid a{
  min-height:175px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:26px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.blog-category-grid a:hover{
  transform:translateY(-6px);
  border-color:rgba(216,179,92,.7);
  box-shadow:var(--shadow);
}
.blog-category-grid span{margin-bottom:auto;color:var(--gold);font-size:11px;font-weight:900}
.blog-category-grid strong{font-family:var(--heading);font-size:24px}
.blog-category-grid small{color:var(--muted)}

.featured-story-section{padding:120px 0}
.featured-story{
  display:grid;
  grid-template-columns:1fr 1fr;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:36px;
  background:#fff;
  box-shadow:var(--shadow);
}
.featured-story-image{min-height:560px;background:var(--blog-mist)}
.featured-story-image img{width:100%;height:100%;object-fit:cover}
.featured-story-copy{display:flex;flex-direction:column;justify-content:center;padding:64px}
.featured-story-copy p{color:var(--muted);font-size:18px}
.featured-story-copy .button{align-self:flex-start;margin-top:15px}

.article-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}
.article-meta span{
  display:inline-flex;
  padding:7px 11px;
  border-radius:999px;
  color:var(--g2);
  background:var(--cream);
  font-size:11px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.article-grid-section{padding:120px 0;background:var(--blog-soft)}
.article-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:58px;
}
.article-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  box-shadow:0 20px 50px rgba(5,24,18,.08);
}
.article-image{display:block;aspect-ratio:4/3;overflow:hidden;background:var(--blog-mist)}
.article-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.article-card:hover .article-image img{transform:scale(1.03)}
.article-card-body{padding:28px}
.article-card h3{margin-bottom:14px;font-size:28px;line-height:1.18}
.article-card p{color:var(--muted)}
.article-link{display:inline-flex;margin-top:10px;color:var(--g3);font-weight:900}

.editorial-section{padding:120px 0}
.editorial-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}
.editorial-intro p{color:var(--muted);font-size:17px}
.editorial-list{border-top:1px solid var(--line)}
.editorial-list a{
  display:grid;
  grid-template-columns:60px 1fr 35px;
  align-items:center;
  gap:24px;
  padding:28px 0;
  border-bottom:1px solid var(--line);
}
.editorial-list>a>span{color:var(--gold);font-size:11px;font-weight:900}
.editorial-list strong,.editorial-list small{display:block}
.editorial-list strong{font-family:var(--heading);font-size:23px}
.editorial-list small{margin-top:4px;color:var(--muted)}
.editorial-list b{color:var(--gold);font-size:22px;transition:transform .2s ease}
.editorial-list a:hover b{transform:translateX(6px)}

.latest-section{padding:120px 0;color:#fff;background:var(--g2)}
.blog-section-heading.light>p{color:rgba(255,255,255,.64)}
.latest-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  overflow:hidden;
  margin-top:58px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:28px;
  background:rgba(255,255,255,.12);
}
.latest-grid article{min-height:360px;padding:32px;background:var(--g2)}
.latest-grid span{color:var(--gold);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.latest-grid h3{margin-top:55px;font-size:27px;line-height:1.2}
.latest-grid p{color:rgba(255,255,255,.64)}
.latest-grid a{display:inline-flex;margin-top:14px;color:var(--gold);font-weight:900}

.newsletter-section{padding:110px 0;background:var(--cream)}
.newsletter-box{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
  padding:65px;
  border-radius:36px;
  color:#fff;
  background:linear-gradient(130deg,var(--g0),var(--g2));
  box-shadow:var(--shadow);
}
.newsletter-copy p{color:rgba(255,255,255,.65)}
.newsletter-form label{display:block;margin-bottom:10px;color:#fff;font-weight:800}
.newsletter-field{display:grid;grid-template-columns:1fr auto;gap:10px}
.newsletter-field input{
  min-height:58px;
  padding:0 20px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.08);
  outline:none;
}
.newsletter-field input::placeholder{color:rgba(255,255,255,.5)}
.newsletter-field input:focus{border-color:var(--gold)}
.newsletter-field button{
  min-height:58px;
  padding:0 27px;
  border:0;
  border-radius:999px;
  color:var(--g0);
  background:var(--gold);
  font-weight:900;
  cursor:pointer;
}
.newsletter-form small{display:block;margin-top:12px;color:rgba(255,255,255,.5)}

.blog-final-cta{background:#fff}

@media(max-width:1080px){
  .blog-hero-grid,.featured-story,.editorial-grid,.newsletter-box{grid-template-columns:1fr}
  .blog-hero-art{max-width:620px;margin:auto}
  .article-card-grid{grid-template-columns:1fr 1fr}
  .latest-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .blog-hero{min-height:auto}
  .blog-hero-grid{min-height:auto;gap:35px;padding-top:64px;padding-bottom:70px}
  .blog-hero-copy h1{font-size:clamp(48px,15vw,70px)}
  .blog-hero-proof{grid-template-columns:1fr;gap:16px}
  .blog-categories-section,.featured-story-section,.article-grid-section,.editorial-section,.latest-section,.newsletter-section{padding:82px 0}
  .blog-section-heading,.blog-category-grid,.article-card-grid,.latest-grid{grid-template-columns:1fr;gap:26px}
  .featured-story-image{min-height:auto}
  .featured-story-copy{padding:36px 24px}
  .editorial-grid{gap:45px}
  .editorial-list a{grid-template-columns:42px 1fr 25px;gap:14px}
  .latest-grid{gap:1px}
  .latest-grid article{min-height:auto}
  .newsletter-box{padding:38px 24px;gap:35px}
  .newsletter-field{grid-template-columns:1fr}
  .newsletter-field button{width:100%}
}
