.tk-hero { padding: 48px 0 64px; background: var(--sand-light); }
.tk-hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 40px; align-items: center; }
.tk-hero h1 { margin: 12px 0 16px; font-family: var(--heading); font-size: clamp(40px, 5vw, 64px); line-height: 1.05; color: var(--pine-dark); }
.tk-hero h1 em { font-style: normal; color: var(--orange); }
.tk-hero-photo { position: relative; }
.tk-hero-photo img, .tk-case img, .tk-built img { width: 100%; height: auto; display: block; border-radius: 16px; object-fit: cover; }
.tk-callout { margin-top: 16px; padding: 18px 20px; border: 1px solid var(--orange-line); border-radius: 16px; background: var(--white); }
.tk-callout span, .tk-case-meta { display: block; color: var(--orange-dark); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.tk-callout strong { display: block; margin: 6px 0; font-family: var(--heading); font-size: 20px; }
.tk-callout small { display: block; color: var(--pine); line-height: 1.5; }
.tk-callout .button { margin-top: 14px; }
.tk-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 28px 0 0; }
.tk-stats div { margin: 0; }
.tk-stats dt { font-family: var(--heading); font-size: 28px; color: var(--pine-dark); }
.tk-stats dd { margin: 4px 0 0; color: var(--pine); }
.tk-summary-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.tk-summary-grid article, .tk-built { border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.tk-summary-grid article { padding: 22px; }
.tk-summary-grid h3, .tk-session h3, .tk-case h3 { margin: 0 0 8px; font-family: var(--heading); color: var(--pine-dark); }
.tk-session { display: grid; grid-template-columns: 4.5rem minmax(0, 1fr) auto auto; gap: 16px; align-items: center; padding: 18px 0; border-top: 1px solid var(--line); }
.tk-session-open { grid-template-columns: 4.5rem minmax(0, 1fr) auto; }
.tk-session time { display: grid; justify-items: center; color: var(--pine-dark); font-family: var(--heading); font-size: 22px; }
.tk-session time small { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--orange-dark); }
.tk-session p { margin: 0; color: var(--pine); }
.tk-duration, .tk-register, .tk-dates-coming { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; }
.tk-duration { color: var(--pine); white-space: nowrap; }
.tk-register, .tk-dates-coming { box-sizing: border-box; min-width: 11.5rem; padding: 0 14px; border-radius: 12px; font-family: var(--heading); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.tk-register { background: var(--orange); color: var(--white); }
.tk-dates-coming { border: 1px solid var(--orange-line); background: var(--sand); color: var(--orange-dark); }
.tk-past { margin: 28px 0 0; }
.tk-cases { display: grid; gap: 28px; }
.tk-case { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 28px; align-items: center; }
.tk-case-reverse { direction: rtl; }
.tk-case-reverse > * { direction: ltr; }
.tk-case-figure { margin: 8px 0; font-family: var(--heading); font-size: 42px; color: var(--orange); }
.tk-case-soon { margin-top: 8px; border: 1px solid var(--line); border-radius: 12px; background: var(--sand-light); color: var(--pine); min-height: 48px; padding: 0 16px; }
.tk-built { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 28px; align-items: center; padding: 18px; }
.tk-request { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 40px; align-items: start; }
.tk-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; }
.tk-form label { display: grid; gap: 6px; color: var(--pine-dark); font-weight: 700; }
.tk-form input, .tk-form select { width: 100%; min-height: 48px; padding: 0 12px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); color: var(--pine-dark); font: inherit; font-weight: 400; }
.tk-form button, .tk-form .form-note { grid-column: 1 / -1; }
.tk-recording-list { display: grid; gap: 36px; }
.tk-recording-frame { position: relative; aspect-ratio: 16 / 9; background: var(--pine-dark); border-radius: 16px; overflow: hidden; }
.tk-recording-frame iframe, .tk-recording-play { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.tk-recording-play { display: grid; place-items: center; color: var(--white); text-decoration: none; font-family: var(--heading); }
.tk-recording h2 { margin: 16px 0 8px; font-family: var(--heading); font-size: clamp(22px, 2vw, 28px); color: var(--pine-dark); }
.tk-recording-meta { display: flex; align-items: center; gap: 8px; margin: 0; color: var(--pine); }
.tk-channel { margin-top: 28px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

@media (max-width: 800px) {
  .tk-hero-grid, .tk-summary-grid, .tk-case, .tk-case-reverse, .tk-built, .tk-request, .tk-form { grid-template-columns: 1fr; direction: ltr; }
  .tk-session, .tk-session-open { grid-template-columns: 4.5rem minmax(0, 1fr); }
  .tk-duration, .tk-register, .tk-dates-coming { grid-column: 2; justify-self: start; }
  .tk-stats { grid-template-columns: 1fr; }
}
