:root{
  --navy:#073b6f;
  --deep:#062f59;
  --orange:#f0440b;
  --ink:#13283d;
  --cream:#fff8ed;
  --white:#fff;
  --muted:#737d86;
  --line:#d9dde1;
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}
.hero{
  min-height:610px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(90deg,rgba(3,39,75,.97) 0%,rgba(3,48,89,.91) 48%,rgba(3,48,89,.55) 100%),
    url('assets/step-into-wellness.jpg') center 36%/cover no-repeat;
  color:#fff;
}
.hero-inner{width:min(1120px,calc(100% - 48px));margin:auto;padding:90px 0}
.eyebrow{font-size:.78rem;font-weight:900;letter-spacing:.16em;color:var(--orange);margin:0 0 20px}
.hero-eyebrow{color:#ffb291}
.hero h1{font-size:clamp(3rem,6vw,5.5rem);line-height:.96;max-width:850px;margin:0 0 25px;letter-spacing:-.035em}
.hero h1 em{font-family:Georgia,serif;font-weight:400}
.tagline{font-size:clamp(1.25rem,2vw,1.65rem);font-weight:800;margin:0 0 14px}
.hero-copy{font-size:1.05rem;line-height:1.65;max-width:650px;margin:0}
.intro{
  max-width:1120px;
  margin:auto;
  padding:88px 24px;
  display:grid;
  grid-template-columns:.9fr 1.15fr;
  gap:90px;
  align-items:center;
}
.intro-script{
  color:var(--orange);
  font-family:Georgia,serif;
  font-style:italic;
  font-size:clamp(2.4rem,4vw,4rem);
  line-height:1.05;
}
.intro-copy{font-size:1.08rem;line-height:1.8;color:var(--ink)}
.intro-copy p{margin:0}
.resources-section{background:#fbfbfa;padding:78px 24px 95px}
.resources-heading{text-align:center}
.resources-heading h2{font-size:clamp(2.7rem,5vw,4.2rem);margin:0 0 12px;color:var(--navy)}
.resources-heading p{color:var(--muted);font-size:1.05rem;margin:0}
.filters{display:flex;justify-content:center;gap:16px;margin:36px 0 50px}
.filters button{min-width:104px;border:2px solid var(--orange);background:white;padding:13px 25px;border-radius:999px;font-weight:800;color:var(--orange);cursor:pointer;font-size:1rem}
.filters button.active{background:var(--orange);color:white}
.resource-list{max-width:760px;margin:auto;background:#fff;padding:0 16px;border-radius:20px}
.resource-row{display:grid;grid-template-columns:104px 1fr;gap:24px;align-items:center;padding:32px 16px;border-bottom:1px solid var(--line)}
.resource-row:last-child{border-bottom:0}
.resource-image{width:104px;height:104px;border-radius:18px;object-fit:cover;background:var(--cream)}
.placeholder-cover{width:104px;height:104px;border-radius:18px;background:linear-gradient(145deg,var(--navy),var(--deep));color:white;display:flex;align-items:center;justify-content:center;text-align:center;padding:12px;font-size:.76rem;font-weight:900;line-height:1.2}
.resource-meta{display:flex;align-items:center;gap:9px;margin-bottom:9px}
.tag{display:inline-block;background:#e7e8e9;color:#50565c;border-radius:999px;padding:5px 10px;font-size:.68rem;font-weight:800;text-transform:capitalize}
.resource-title{font-size:1.08rem;line-height:1.4;margin:0 0 10px;font-weight:800;color:var(--navy)}
.resource-title .price{color:var(--orange);font-weight:700}
.resource-link{color:var(--orange);text-decoration:none;font-weight:800}
.resource-link .arrow{font-size:1.35rem;margin-left:10px}
.podcast-cta{
  max-width:1120px;
  margin:70px auto 30px;
  border-radius:var(--radius);
  background:var(--orange);
  color:white;
  padding:58px;
  display:grid;
  grid-template-columns:1.25fr .8fr;
  align-items:center;
  gap:65px;
}
.podcast-copy h2{font-size:clamp(2.4rem,4vw,4rem);line-height:1;margin:0 0 20px}
.podcast-copy>p:not(.eyebrow){font-size:1.08rem;line-height:1.65}
.eyebrow.light{color:#ffe0d3}
.podcast-cta img{width:100%;border-radius:24px}
.cta-row{display:flex;align-items:center;gap:20px;margin-top:28px}
.button{display:inline-block;padding:17px 27px;border-radius:999px;text-decoration:none;font-weight:800}
.light-button{background:white;color:var(--orange)}
.cta-row span{font-weight:800}
footer{max-width:1120px;margin:0 auto;padding:25px 24px 40px;display:flex;justify-content:space-between;color:var(--muted);font-size:.9rem}
@media(max-width:800px){
  .hero{min-height:560px;background-position:62% center}
  .hero-inner{width:calc(100% - 36px);padding:70px 0}
  .hero h1{font-size:3.25rem}
  .intro{grid-template-columns:1fr;gap:30px;padding:65px 24px}
  .resources-section{padding:60px 18px 70px}
  .filters{gap:9px;margin:30px 0 35px}
  .filters button{min-width:88px;padding:11px 17px}
  .resource-list{padding:0 8px}
  .resource-row{grid-template-columns:82px 1fr;gap:16px;padding:25px 4px}
  .resource-image,.placeholder-cover{width:82px;height:82px;border-radius:14px}
  .podcast-cta{margin:50px 16px 25px;padding:35px 28px;grid-template-columns:1fr}
  .podcast-cta img{order:-1}
  .cta-row{align-items:flex-start;flex-direction:column}
  footer{flex-direction:column;gap:10px}
}


/* Click-to-expand resource details */
.resource-content{min-width:0}
.learn-more{
  appearance:none;
  border:0;
  background:transparent;
  color:var(--orange);
  padding:0;
  margin:0;
  font:inherit;
  font-weight:800;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.learn-more:hover{text-decoration:underline}
.chevron{font-size:1.15rem;line-height:1}
.resource-details{
  margin-top:16px;
  padding-top:15px;
  border-top:1px solid #eceeef;
}
.resource-details[hidden]{display:none}
.resource-details p{
  margin:0 0 14px;
  color:var(--muted);
  line-height:1.65;
  max-width:560px;
}
.resource-link{
  color:var(--orange);
  text-decoration:none;
  font-weight:800;
}
.resource-link:hover{text-decoration:underline}

/* FULL-WIDTH CLICK-TO-EXPAND RESOURCE LAYOUT
   Paste this at the END of styles.css. It overrides the earlier resource-row rules. */

.resource-list{
  max-width:760px;
  margin:auto;
  background:#fff;
  padding:0 16px;
  border-radius:20px;
}

.resource-item{
  padding:32px 16px;
  border-bottom:1px solid var(--line);
}

.resource-item:last-child{
  border-bottom:0;
}

.resource-summary{
  display:grid;
  grid-template-columns:104px 1fr;
  gap:24px;
  align-items:center;
}

.resource-content{
  min-width:0;
}

.resource-image,
.placeholder-cover{
  width:104px;
  height:104px;
}

.learn-more{
  appearance:none;
  border:0;
  background:transparent;
  color:var(--orange);
  padding:0;
  margin:0;
  font:inherit;
  font-weight:800;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  gap:12px;
}

.learn-more:hover{
  text-decoration:underline;
}

.expand-arrow{
  font-size:1.3rem;
  line-height:1;
}

.resource-details{
  margin-top:34px;
  padding:0 20px 4px;
  border:0;
}

.resource-details[hidden]{
  display:none;
}

.resource-details p{
  margin:0 0 24px;
  color:var(--muted);
  line-height:1.75;
  max-width:none;
}

.resource-details .resource-link{
  display:inline-block;
  color:var(--orange);
  text-decoration:none;
  font-weight:800;
}

.resource-details .resource-link:hover{
  text-decoration:underline;
}

@media(max-width:800px){
  .resource-item{
    padding:25px 4px;
  }

  .resource-summary{
    grid-template-columns:82px 1fr;
    gap:16px;
  }

  .resource-image,
  .placeholder-cover{
    width:82px;
    height:82px;
  }

  .resource-details{
    margin-top:26px;
    padding:0 4px 3px;
  }
}

.hero-button {
  display: inline-block;
  margin-top: 30px;
  padding: 16px 28px;
  background: var(--orange);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  border-radius: 999px;
  transition: transform .2s ease, opacity .2s ease;
}

.hero-button:hover {
  transform: translateY(-2px);
  opacity: .92;
}