/* ============================================================
   After Photography — 박영택 평론가 강좌 시리즈 (제1강·제2강 공용)
   wrapper: .after-photography
   S3: assets/css/promotion/after-photography.css
   IMG: assets/playwith/after-photography/
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');

/* ---------- wrapper: breakout + CSS variables + base ---------- */
.after-photography{
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;

  --bg: #ffffff;
  --bg-2: #f3f3f3;
  --beige: #f3f3f3;
  --ink: #171717;
  --ink-2: #4a4a4a;
  --muted: #909090;
  --line: #d8d8d8;
  --line-soft: #ececec;
  --rust: #9a9a9a;
  --rust-deep: #1a1a1a;
  --paper: #f7f7f7;
  --max: 1130px;

  background: var(--bg);
  color: var(--ink);
  font-family: "Pretendard", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media (min-width: 60em){
  .after-photography{
    width: 100vw !important;
    max-width: 1360px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

.after-photography,
.after-photography *{ box-sizing: border-box; }

.after-photography img{ display:block; max-width:100%; }
.after-photography a{ color:inherit; }
.after-photography em{ color:inherit; font-style:italic; }

/* ---------- hero ---------- */
.after-photography .hero{
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #1a1a1a;
}
.after-photography .hero-img{
  width:100%;
  height: auto;
  display:block;
}

/* ---------- section frame ---------- */
.after-photography .wrap{
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}

.after-photography .eyebrow{
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--rust);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.after-photography .eyebrow::before{
  content:""; width: 28px; height: 1px; background: var(--rust);
  display:inline-block;
}

/* ---------- intro ---------- */
.after-photography .intro{
  padding: 96px 0 72px;
}
.after-photography .intro-grid{
  display:grid;
  grid-template-columns: 360px 1fr;
  gap: 80px;
  align-items: start;
}
.after-photography .intro h1{
  margin: 18px 0 0;
  font-family: inherit;
  font-weight: 400;
  font-size: 38px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--ink);
  word-break: keep-all;
}
.after-photography .intro h1 .en{
  display:block;
  margin-top: 14px;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--ink-2);
}
.after-photography .intro .lead{
  margin: 0 0 28px;
  font-family: inherit;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.55;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.after-photography .intro p{
  margin: 0 0 18px;
  color: var(--ink-2);
  font-size: 15.5px;
  line-height: 1.85;
  text-wrap: pretty;
}
.after-photography .intro p:last-child{ margin-bottom:0; }

/* ---------- details ---------- */
.after-photography .details{
  padding: 88px 0;
  background: var(--beige);
}
.after-photography .section-head{
  display:flex; align-items:flex-end; justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
}
.after-photography .section-head h2{
  margin: 14px 0 0;
  font-family: inherit;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.after-photography .section-head .en-h{
  font-family: "Jost", sans-serif;
  font-weight: 300;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--muted);
}

.after-photography .info-grid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.after-photography .info-cell{
  background: var(--beige);
  padding: 28px 28px 32px;
  display:flex;
  flex-direction: column;
  gap: 12px;
  min-height: 132px;
}
.after-photography .info-cell .label{
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 10.5px;
  color: var(--rust);
}
.after-photography .info-cell .value{
  font-family: inherit;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.45;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.after-photography .info-cell .sub{
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.6;
}

.after-photography .info-cell.span-3{ grid-column: span 3; }
.after-photography .info-cell.span-4{ grid-column: span 4; }
.after-photography .info-cell.span-6{ grid-column: span 6; }
.after-photography .info-cell.span-12{ grid-column: span 12; }

.after-photography .info-cell.feature{
  background: #e6e6e6;
}
.after-photography .info-cell.feature .value{
  font-size: 24px;
}

/* ---------- speaker ---------- */
.after-photography .speaker{
  padding: 96px 0;
}
.after-photography .speaker-grid{
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 80px;
  align-items: start;
}
.after-photography .speaker-figure{
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #1a1a1a;
  box-shadow: 0 24px 48px -28px rgba(0,0,0,0.25);
}
.after-photography .speaker-figure img{
  width:100%; height:100%; object-fit: cover; display:block;
}
.after-photography .speaker h2{
  margin: 14px 0 6px;
  font-family: inherit;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.after-photography .speaker .role{
  margin: 0 0 28px;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--muted);
}
.after-photography .speaker p{
  margin: 0 0 18px;
  color: var(--ink-2);
  font-size: 15.5px;
  line-height: 1.9;
  text-wrap: pretty;
}
.after-photography .speaker p:last-child{ margin-bottom:0; }

/* ---------- notice (renamed from .notice — site rule .post .notice 충돌 회피) ---------- */
.after-photography .notice-sec{
  padding: 88px 0 96px !important;
  background: var(--beige) !important;
  text-align: left !important;
  margin: 0 !important;
}
.after-photography .notice-body{
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 80px;
  align-items: start;
}
.after-photography .notice-body > div h2{
  margin: 14px 0 0;
  font-family: inherit;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.after-photography .notice-sec ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display:flex;
  flex-direction: column;
  gap: 14px;
}
.after-photography .notice-sec li{
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-2);
  text-wrap: pretty;
}
.after-photography .notice-sec li::before{
  content:"—";
  position:absolute;
  left: 0;
  color: var(--rust);
}

/* ---------- responsive ---------- */
@media (max-width: 880px){
  .after-photography .intro-grid,
  .after-photography .notice-body,
  .after-photography .speaker-grid{
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .after-photography .section-head{
    flex-direction: column; align-items: flex-start; gap: 8px;
  }
  .after-photography .info-cell.span-3,
  .after-photography .info-cell.span-4,
  .after-photography .info-cell.span-6{ grid-column: span 6; }
  .after-photography .speaker-figure{ max-width: 420px; }
}

@media (max-width: 560px){
  .after-photography{ font-size: 15px; }
  .after-photography .wrap{ padding: 0 18px; }

  .after-photography .intro{ padding: 56px 0 48px; }
  .after-photography .intro h1{ font-size: 28px; }
  .after-photography .intro h1 .en{ font-size: 12px; }
  .after-photography .intro .lead{ font-size: 18px; }
  .after-photography .intro p{ font-size: 14.5px; }

  .after-photography .details{ padding: 56px 0; }
  .after-photography .speaker{ padding: 64px 0; }
  .after-photography .speaker h2{ font-size: 26px; }
  .after-photography .notice-sec{ padding: 56px 0 72px !important; }
  .after-photography .section-head h2{ font-size: 24px; }

  .after-photography .info-grid{
    grid-template-columns: 1fr;
  }
  .after-photography .info-cell.span-3,
  .after-photography .info-cell.span-4,
  .after-photography .info-cell.span-6,
  .after-photography .info-cell.span-12{ grid-column: span 1; }
  .after-photography .info-cell{ padding: 22px 20px 24px; min-height: 0; }
  .after-photography .info-cell .value{ font-size: 17px; }
  .after-photography .info-cell.feature .value{ font-size: 20px; }
}
