/* Subpage styles — services, programme, work, book. Loaded after site.css. */
.page-hero { padding: 150px 60px 56px; max-width: 1100px; }
.page-hero h1 { font-family: 'Syne', sans-serif; font-size: 56px; font-weight: 800; color: var(--ink); letter-spacing: -0.03em; line-height: 1.05; margin: 14px 0 20px; max-width: 18ch; }
.page-hero h1 em { font-family: 'Lora', serif; font-style: italic; font-weight: 600; color: var(--green); }
.page-hero .lede { font-size: 18px; color: var(--ink-2); line-height: 1.7; max-width: 60ch; }
.crumbs { font-size: 12px; color: var(--ink-3); letter-spacing: 0.04em; text-transform: uppercase; display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 18px; }
.crumbs a { color: var(--ink-3); text-decoration: none; }
.crumbs a:hover { color: var(--green); }
.crumbs span::before { content: '/'; margin-right: 10px; color: var(--border); }

.page-body { padding: 0 60px 100px; max-width: 1100px; }
.page-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 80px; align-items: start; }
.prose { max-width: 66ch; }
.prose h2 { font-family: 'Syne', sans-serif; font-size: 28px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; margin: 48px 0 14px; }
.prose > h2:first-child { margin-top: 0; }
.prose h3 { font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 700; color: var(--ink); margin: 28px 0 8px; }
.prose p { font-size: 16px; color: var(--ink-2); line-height: 1.8; margin-bottom: 16px; }
.prose ul { list-style: none; margin: 0 0 20px; }
.prose ul li { position: relative; padding-left: 26px; font-size: 16px; color: var(--ink-2); line-height: 1.75; margin-bottom: 10px; }
.prose ul li::before { content: ''; position: absolute; left: 0; top: 13px; width: 12px; height: 1px; background: var(--green); }
.prose ul li b { color: var(--ink); font-weight: 600; }
.prose blockquote { border-left: 2px solid var(--green); padding: 4px 0 4px 22px; margin: 24px 0; font-family: 'Lora', serif; font-style: italic; font-size: 18px; color: var(--ink-2); line-height: 1.6; }
.prose blockquote cite { display: block; font-family: 'DM Sans', sans-serif; font-style: normal; font-size: 13px; color: var(--ink-3); margin-top: 10px; }

.side { position: sticky; top: 110px; }
.side-card { background: var(--warm); border: 1px solid var(--border); padding: 28px; margin-bottom: 16px; }
.side-card h4 { font-family: 'Syne', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-2); margin-bottom: 14px; }
.side-card p { font-size: 14px; color: var(--ink-2); line-height: 1.7; margin-bottom: 18px; }
.side-card .btn-primary { width: 100%; justify-content: center; }
.side-card a.plain { display: block; font-size: 14px; color: var(--ink); text-decoration: none; padding: 10px 0; border-bottom: 1px solid var(--border); }
.side-card a.plain:last-child { border-bottom: none; }
.side-card a.plain:hover { color: var(--green); }

.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); border: 1px solid var(--border); margin: 0 0 40px; }
.facts div { padding: 18px 20px; border-right: 1px solid var(--border); }
.facts div:last-child { border-right: none; }
.facts .k { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-2); font-weight: 500; }
.facts .v { font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 700; color: var(--ink); margin-top: 6px; }

.cta-band { background: var(--ink); padding: 80px 60px; color: #fff; }
.cta-band .inner { max-width: 1100px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.cta-band h2 { font-family: 'Syne', sans-serif; font-size: 40px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; color: #fff; }
.cta-band h2 em { font-family: 'Lora', serif; font-style: italic; font-weight: 600; color: var(--green-mid); }
.cta-band p { font-size: 15px; color: rgba(255,255,255,0.72); margin-top: 12px; max-width: 52ch; line-height: 1.7; }
.cta-band .btn-primary { background: #fff; color: var(--ink); }
.cta-band .btn-primary:hover { background: var(--green-mid); color: var(--ink); }

.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: var(--white); border: 1px solid var(--border); padding: 32px 28px; display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: border-color 0.2s; }
.card:hover { border-color: var(--green); }
.card .tag { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green); font-weight: 600; margin-bottom: 14px; }
.card h3 { font-family: 'Syne', sans-serif; font-size: 20px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; line-height: 1.25; margin-bottom: 12px; }
.card p { font-size: 14px; color: var(--ink-2); line-height: 1.7; flex: 1; }
.card .more { margin-top: 20px; font-size: 13px; font-weight: 600; color: var(--ink); }
.card:hover .more { color: var(--green); }
.recent-work { background: var(--white); padding: 100px 60px; border-bottom: 1px solid var(--border); }
.recent-work h2 { font-family: 'Syne', sans-serif; font-size: 48px; font-weight: 800; color: var(--ink); letter-spacing: -0.03em; margin-bottom: 12px; }
.recent-work .sub { font-size: 16px; color: var(--ink-2); margin-bottom: 48px; max-width: 60ch; }
.recent-work .card { background: var(--warm); }

.months { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 24px 0 40px; }
.month { border: 1px solid var(--border); background: var(--warm); padding: 28px 24px; }
.month .n { font-family: 'Syne', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green); }
.month h3 { font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 700; color: var(--ink); margin: 8px 0 12px; }
.month ul { list-style: none; }
.month li { font-size: 14px; color: var(--ink-2); line-height: 1.6; padding: 7px 0; border-top: 1px solid var(--border); }
.formats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 24px 0 8px; }
.format { border: 1px solid var(--border); padding: 24px; }
.format .len { font-family: 'Syne', sans-serif; font-size: 30px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; }
.format .len small { font-size: 13px; font-weight: 500; color: var(--ink-2); letter-spacing: 0; margin-left: 6px; }
.format p { font-size: 14px; color: var(--ink-2); line-height: 1.65; margin-top: 8px; }

.book-wrap { padding: 0 60px 100px; max-width: 1100px; }
.book-grid { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 60px; align-items: start; }
.book-embed { background: var(--white); border: 1px solid var(--border); min-height: 720px; overflow: hidden; }
.book-embed iframe { width: 100%; height: 760px; border: 0; display: block; }
.book-notes h2 { font-family: 'Syne', sans-serif; font-size: 22px; font-weight: 800; color: var(--ink); margin-bottom: 14px; }
.book-notes ul { list-style: none; }
.book-notes li { position: relative; padding-left: 24px; font-size: 15px; color: var(--ink-2); line-height: 1.7; margin-bottom: 12px; }
.book-notes li::before { content: ''; position: absolute; left: 0; top: 12px; width: 12px; height: 1px; background: var(--green); }
.book-notes .alt { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--border); font-size: 14px; color: var(--ink-2); line-height: 1.7; }
.book-notes .alt a { color: var(--green); }

@media (max-width: 900px) {
  .page-grid { grid-template-columns: 1fr; gap: 40px; }
  .side { position: static; }
  .cards-3, .months, .formats { grid-template-columns: 1fr; }
  .cta-band .inner { grid-template-columns: 1fr; }
  .book-grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 768px) {
  .page-hero { padding: 120px 24px 40px; }
  .page-hero h1 { font-size: 38px; }
  .page-body, .book-wrap { padding: 0 24px 72px; }
  .cta-band { padding: 60px 24px; }
  .cta-band h2 { font-size: 30px; }
  .recent-work { padding: 72px 24px; }
  .recent-work h2 { font-size: 34px; }
  .facts { grid-template-columns: 1fr 1fr; }
  .facts div { border-right: none; border-bottom: 1px solid var(--border); }
}
