/* ===== Pricing — Atelier menu on the original emerald/cream theme ===== */

/* ---- dark hero (shader visible, like the homepage) ---- */
.pg2-hero{ position:relative; max-width:var(--maxw); margin:0 auto; padding:150px 28px 60px; }
.pg2-hero::before{
  content:""; position:absolute; top:-150px; bottom:0; left:50%; width:100vw; transform:translateX(-50%); z-index:-1;
  background:radial-gradient(120% 90% at 72% 8%, transparent 32%, rgba(7,32,25,.5) 100%);
}
.pg2-hero .eyebrow{ color:var(--gold); }
.pg2-title{
  font-family:var(--display); font-weight:500; font-size:clamp(50px,8vw,104px);
  line-height:.92; letter-spacing:-.02em; margin:6px 0 0; color:var(--cream);
}
.pg2-lead{ font-size:18px; line-height:1.6; color:rgba(245,239,225,.84); max-width:32em; margin:20px 0 0; }
.pg2-hero-cta{ display:flex; align-items:center; gap:18px; margin-top:30px; flex-wrap:wrap; }
.pg2-hero-meta{
  display:inline-flex; align-items:center; gap:10px;
  font-size:13px; color:rgba(245,239,225,.85);
  background:rgba(255,255,255,.06); border:1px solid rgba(245,239,225,.22);
  padding:9px 16px; border-radius:999px;
}
.pg2-hero-meta .dot{ width:6px; height:6px; border-radius:50%; background:var(--gold); flex-shrink:0; }

.pg2-body{ max-width:var(--maxw); margin:0 auto; padding:44px 28px 100px; }

/* ===================== Atelier menu ===================== */
.ed-jump{ display:flex; flex-wrap:wrap; gap:8px; justify-content:center; margin:0 0 44px; }
.ed-jump a{
  font-size:13px; padding:8px 16px; border-radius:999px; text-decoration:none; white-space:nowrap;
  color:var(--emerald-700); border:1px solid rgba(17,66,49,.2); transition:all .2s ease;
}
.ed-jump a:hover{ background:var(--emerald-700); color:var(--cream); border-color:var(--emerald-700); }

.ed-cat{ padding:46px 0; border-top:1px solid rgba(20,45,35,.13); scroll-margin-top:140px; }
.ed-cat:first-of-type{ border-top:none; padding-top:4px; }
.ed-cat-head{ display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:30px; flex-wrap:wrap; }
.ed-cat-left{ display:flex; align-items:baseline; gap:18px; }
.ed-num{ font-family:var(--mono); font-size:14px; color:var(--gold); letter-spacing:.1em; }
.ed-cat-name{ font-family:var(--display); font-weight:500; font-size:clamp(34px,5vw,56px); color:var(--emerald-800); margin:0; line-height:1; }
.ed-cat-blurb{ font-size:14.5px; color:var(--ink-soft); margin:0; max-width:30em; padding-bottom:6px; }
.ed-rows{ display:grid; grid-template-columns:1fr 1fr; gap:0 64px; }
.ed-row{
  display:flex; align-items:baseline; gap:16px; padding:16px 0;
  border-bottom:1px solid rgba(20,45,35,.1);
}
.ed-name{ font-family:var(--display); font-size:23px; font-weight:500; color:var(--ink); line-height:1.15; display:flex; align-items:baseline; gap:12px; flex-wrap:wrap; }
.ed-dur{ font-family:var(--sans); font-size:12.5px; color:var(--ink-soft); white-space:nowrap; }
.ed-spacer{ flex:1; min-width:14px; }
.ed-price{ font-family:var(--display); font-size:23px; font-weight:600; color:var(--emerald-700); white-space:nowrap; }
.ed-price .pfrom{ font-family:var(--sans); font-size:11px; font-weight:400; color:var(--ink-soft); margin-inline-end:6px; }
.ed-price .pcur{ font-family:var(--mono); font-size:12px; font-weight:400; margin-inline-end:3px; }
.ed-tag{
  font-family:var(--mono); font-size:9.5px; letter-spacing:.16em; text-transform:uppercase;
  color:var(--emerald-700); border:1px solid rgba(17,66,49,.3); border-radius:999px;
  padding:3px 9px; display:inline-flex; align-items:center; gap:6px; white-space:nowrap;
  transform:translateY(-2px);
}
.ed-tag .gd{ width:5px; height:5px; border-radius:50%; background:var(--gold); }
.ed-cat-book{ margin-top:22px; }

@media(max-width:900px){
  .ed-rows{ grid-template-columns:1fr; gap:0; }
}
@media(max-width:620px){
  .pg2-hero{ padding:120px 20px 44px; }
  .pg2-body{ padding:30px 20px 76px; }
  .ed-cat-head{ gap:10px; }
  .ed-name{ font-size:20px; }
}

/* ---- additions for the complete real price list ---- */
.ed-subhead{
  font-family:var(--mono); font-size:11px; letter-spacing:.18em; text-transform:uppercase;
  color:var(--gold); margin:30px 0 8px;
}
.ed-cat-head + .ed-subhead{ margin-top:6px; }
.ed-rows + .ed-subhead{ margin-top:34px; }
.ed-price.multi{ font-size:17px; white-space:normal; text-align:end; line-height:1.25; }
.ed-price.text{ font-family:var(--sans); font-size:13px; font-weight:500; color:var(--ink-soft); white-space:normal; }
