/* =========================================================
   THE LAZY MAN ACADEMY — COURSE PAGES
   One shared system for Foundation / Shoot / Cut.
   ========================================================= */

/* ---------- HERO ---------- */
.hero{padding-top:150px;padding-bottom:60px;}
.breadcrumb{font-size:12px;color:var(--muted-2);margin-bottom:22px;}
.breadcrumb a:hover{color:var(--accent-readable);}
.hero-eyebrow{font-size:12px;color:var(--accent-readable);margin-bottom:16px;}
.course-shoot .hero-eyebrow{display:flex;align-items:center;gap:8px;}
.rec-dot{width:6px;height:6px;border-radius:50%;background:var(--accent-readable);animation:pulse 1.6s infinite;}
@keyframes pulse{0%,100%{opacity:1;}50%{opacity:.25;}}
.hero h1{font-size:clamp(32px,5vw,52px);font-weight:400;line-height:1.2;margin-bottom:18px;text-wrap:balance;}
.hero-tagline{font-size:16px;color:var(--muted);max-width:520px;margin-bottom:36px;text-wrap:pretty;}
.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:36px;}
.hf{
  background:var(--ink-2);padding:18px 20px;border:1px solid var(--line);border-radius:var(--radius-md);
  transition:transform .68s var(--ease-premium),border-color .48s ease,background .48s ease,box-shadow .68s var(--ease-premium);
}
.course-foundation .hf{background:var(--ink);}
.hf .l{font-size:12px;color:var(--muted-2);margin-bottom:6px;}
.hf .v{font-size:16px;}
.hf-bar{height:5px;width:100%;display:flex;border-radius:1px;overflow:hidden;margin-top:9px;}
.hf-theory{background:var(--theory);height:100%;width:var(--w);transition:width 1.1s cubic-bezier(.16,1,.3,1);transition-delay:.15s;}
.hf-practical{background:var(--accent);height:100%;width:var(--w);transition:width 1.1s cubic-bezier(.16,1,.3,1);transition-delay:.4s;}
.js .hf-theory,.js .hf-practical{width:0;}
.js .hero-facts.in .hf-theory,.js .hero-facts.in .hf-practical{width:var(--w);}
.hero-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap;}
.price-tag{font-size:22px;}
.price-tag span{font-size:13px;color:var(--muted-2);}

/* ---------- COURSE LOGISTICS ---------- */
.course-logistics{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px;max-width:680px;
}
.course-logistic-item{
  display:flex;flex-direction:column;gap:5px;padding:14px 16px;border:1px solid var(--line);border-radius:var(--radius-sm);
  background:color-mix(in srgb,var(--ink-2) 82%,transparent);min-width:0;
}
.course-foundation .course-logistic-item{background:rgba(255,255,255,.20);}
.course-logistic-label{font-size:9px;color:var(--muted-2);letter-spacing:.09em;}
.course-logistic-value{font-size:13px;color:var(--paper);line-height:1.45;text-wrap:pretty;}
.course-date-value{color:var(--muted);}

/* ---------- COURSE INTRO RESERVE ---------- */
.course-intro-reserve{
  margin-top:42px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(250px,.8fr);gap:28px;align-items:center;
  padding:18px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--ink-2);overflow:hidden;
}
.course-foundation .course-intro-reserve{background:rgba(255,255,255,.22);}
.course-intro-poster{
  position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:calc(var(--radius-lg) - 6px);background:var(--ink-3);
  border:1px solid color-mix(in srgb,var(--line) 80%,transparent);
}
.course-intro-poster::after{display:none;}
.course-intro-poster img{width:100%;height:100%;object-fit:cover;object-position:center 48%;}
.course-intro-badge{
  position:absolute;left:14px;bottom:14px;z-index:2;padding:6px 9px;border-radius:999px;border:1px solid rgba(73,201,194,.38);
  background:rgba(8,13,17,.78);color:#7ED8D3;font-size:9px;letter-spacing:.08em;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
}
.course-intro-copy{padding:10px 14px 10px 2px;}
.course-intro-copy .eyebrow{margin-bottom:10px;}
.course-intro-copy h3{font-size:clamp(22px,2.7vw,30px);font-weight:400;line-height:1.25;margin-bottom:13px;text-wrap:balance;}
.course-intro-copy p{font-size:13px;line-height:1.75;color:var(--muted);text-wrap:pretty;}

/* ---------- SHARED COURSE SECTION TYPOGRAPHY ---------- */
.eyebrow{font-size:12px;color:var(--accent-readable);margin-bottom:12px;}
.eyebrow.centered{justify-content:center;display:flex;}
.section-title{font-size:clamp(24px,3vw,32px);font-weight:400;max-width:520px;margin-bottom:44px;text-wrap:balance;}
.section-copy{max-width:600px;color:var(--muted);font-size:15px;}
.course-band{background:var(--ink-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
.course-foundation .course-band{background:var(--ink-3);}
.course-portfolio-section{padding-bottom:0;}
.media-preview-wrap{margin-bottom:2px;}

/* ---------- TOPICS / DAY BLOCKS ---------- */
.topics-grid{display:grid;gap:12px;}
.course-foundation .topics-grid{grid-template-columns:repeat(3,1fr);}
.course-cut .topics-grid{grid-template-columns:repeat(2,1fr);}
.topic{
  background:var(--ink-2);padding:22px 20px;font-size:14px;border:1px solid var(--line);border-radius:var(--radius-md);
  transition:transform .65s var(--ease-premium),border-color .45s ease,background .45s ease,box-shadow .65s var(--ease-premium);
}
.course-foundation .topic{background:var(--ink-2);}
.topic .tn{font-size:12px;color:var(--muted-2);margin-bottom:8px;}

.day-block{
  border:1px solid var(--line);margin-bottom:12px;border-radius:var(--radius-lg);overflow:hidden;
  transition:transform .65s var(--ease-premium),border-color .45s ease,box-shadow .65s var(--ease-premium);
}
.day-head{background:var(--ink-2);padding:20px 24px;display:flex;justify-content:space-between;align-items:center;gap:18px;}
.day-head .dn{font-size:12px;color:var(--accent-readable);}
.day-head .dt{font-size:17px;}
.day-topics{padding:20px 24px;background:var(--ink-3);}
.day-topics ul{list-style:none;}
.day-topics li{font-size:14px;color:var(--muted);padding:8px 0;border-top:1px solid var(--line);}
.day-topics li:first-child{border-top:none;}
.concept-note{font-size:12px;color:var(--muted-2);margin-top:18px;}

/* ---------- OUTCOMES ---------- */
.outcomes{list-style:none;}
.outcome{
  display:flex;gap:18px;padding:18px 12px;border-top:1px solid var(--line);align-items:baseline;border-radius:var(--radius-sm);
  transition:background .42s ease,transform .6s var(--ease-premium);
}
.outcome:last-child{border-bottom:1px solid var(--line);}
.outcome .on{font-size:12px;color:var(--accent-readable);min-width:28px;}
.outcome .ot{font-size:15px;text-wrap:pretty;}


/* ---------- WHO IT'S FOR ---------- */
.pain-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;}
.pain{
  background:var(--paper-bg);color:var(--paper-ink);padding:26px 24px;border:1px solid var(--line);border-radius:var(--radius-md);
  transition:transform .65s var(--ease-premium),border-color .45s ease,background .45s ease,box-shadow .65s var(--ease-premium);
}
.course-foundation .pain{background:var(--ink-2);color:var(--paper);}
.pain .pt{font-size:15px;margin-bottom:8px;text-wrap:balance;}
.pain .pd{font-size:13px;color:var(--paper-muted);text-wrap:pretty;}
.course-foundation .pain .pd{color:var(--muted);}

/* ---------- INSTRUCTOR BAR ---------- */
.instructor-bar{
  display:flex;justify-content:space-between;align-items:center;background:var(--ink-2);border:1px solid var(--line);
  padding:24px 28px;flex-wrap:wrap;gap:16px;border-radius:var(--radius-lg);overflow:hidden;
  transition:transform .7s var(--ease-premium),border-color .5s ease,box-shadow .7s var(--ease-premium);
}
.instructor-identity{display:flex;align-items:center;gap:14px;min-width:0;}
.instructor-mini-photo{
  width:54px;height:64px;flex:0 0 auto;object-fit:cover;object-position:center 28%;border-radius:11px;border:1px solid var(--line);
  box-shadow:0 10px 24px rgba(0,0,0,.10);
}
.instructor-bar .who{font-size:14px;text-wrap:pretty;}
.instructor-bar .who b{font-family:"Noto Serif SC",serif;font-weight:600;}
.instructor-bar .instructor-links{justify-content:flex-end;}
.instructor-bar .instructor-link{min-height:32px;padding:6px 10px;}

/* ---------- FAQ ---------- */
.faq-item{border-top:1px solid var(--line);padding:18px 12px;border-radius:var(--radius-sm);transition:background .35s ease;overflow:hidden;}
.faq-item:last-child{border-bottom:1px solid var(--line);}
.faq-item summary{cursor:pointer;font-size:15px;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:18px;}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{content:"+";color:var(--accent-readable);font-size:18px;transition:transform .4s var(--ease-premium),color .3s ease;}
.faq-item[open] summary::after{content:"–";transform:rotate(180deg);}
.faq-item p{font-size:13px;color:var(--muted);margin-top:12px;max-width:600px;text-wrap:pretty;will-change:opacity,transform;}

/* ---------- FINAL CTA ---------- */
.final-cta{
  text-align:center;padding:70px 28px;border:1px solid var(--line);background:var(--ink-2);border-radius:var(--radius-lg);overflow:hidden;
  transition:transform .7s var(--ease-premium),border-color .5s ease,box-shadow .7s var(--ease-premium);
}
.final-cta h3{font-size:clamp(22px,3vw,30px);font-family:"Noto Serif SC",serif;font-weight:400;margin-bottom:10px;text-wrap:balance;}
.final-cta .note{font-size:13px;color:var(--muted);margin-bottom:28px;}
footer{padding:70px 0 40px;}

/* ---------- STAGGER: opacity only ---------- */
.stagger-group > .stagger-item{opacity:1;}
.js .stagger-group > .stagger-item{opacity:0;}
.js .stagger-group.stagger-in > .stagger-item{animation:staggerFade .82s ease both;animation-delay:var(--stagger-delay,0ms);}
@keyframes staggerFade{from{opacity:0;}to{opacity:1;}}

/* ---------- HOVER ---------- */
@media (hover:hover) and (pointer:fine){
  .hf:hover,.topic:hover,.pain:hover,.day-block:hover{transform:translateY(-5px);border-color:rgba(73,201,194,.45);box-shadow:0 20px 46px rgba(0,0,0,.16);}
  .outcome:hover{background:rgba(73,201,194,.055);transform:translateX(4px);}
  .instructor-bar:hover,.final-cta:hover{border-color:rgba(73,201,194,.32);box-shadow:0 22px 54px rgba(0,0,0,.16);}
  .faq-item:hover{background:rgba(73,201,194,.04);}
}

/* ---------- RESPONSIVE ---------- */
@media(max-width:760px){
  .hero-facts{grid-template-columns:1fr!important;}
  .course-intro-reserve{grid-template-columns:1fr;gap:18px;}
  .course-intro-copy{padding:4px 4px 8px;}
}
@media(max-width:700px){
  .course-foundation .topics-grid{grid-template-columns:1fr 1fr;}
  .course-cut .topics-grid{grid-template-columns:1fr;}
  .pain-grid{grid-template-columns:1fr;}
}
@media(max-width:620px){
  .course-logistics{grid-template-columns:1fr;max-width:none;}
  .instructor-bar .instructor-links{justify-content:flex-start;width:100%;}
}
@media(max-width:520px){
  .hero{padding-top:126px;}
  .final-cta{padding:54px 22px;}
  .instructor-bar{padding:22px 20px;}
  .instructor-mini-photo{width:50px;height:60px;}
  .course-intro-reserve{margin-top:32px;padding:12px;border-radius:16px;}
  .day-head{align-items:flex-start;flex-direction:column;gap:5px;}
}

@media(prefers-reduced-motion:reduce){
  .rec-dot{animation:none!important;}
  .hf-theory,.hf-practical{width:var(--w)!important;transition:none!important;}
  .hf,.topic,.pain,.outcome,.instructor-bar,.final-cta,.day-block,.faq-item,.faq-item summary::after{transition:none!important;}
  .stagger-group > .stagger-item{opacity:1!important;animation:none!important;}
}
