.section { padding-block: 64px; }
.section-kicker { margin: 0 0 8px; color: var(--brand-red); font-size: 12px; font-weight: 800; letter-spacing: 0; }
.section-title { margin: 0 0 16px; font-size: 28px; line-height: 1.25; }
.section-copy { margin: 0; color: var(--muted); font-size: 15px; }

.welcome-dialog {
  width: min(calc(100% - 28px), 390px);
  max-width: none;
  max-height: calc(100svh - 28px);
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 28px 70px rgb(0 0 0 / 34%);
}
.welcome-dialog[open] { animation: welcome-dialog-in 420ms cubic-bezier(.22, .85, .3, 1) both; }
.welcome-dialog::backdrop { background: rgb(10 10 10 / 68%); animation: welcome-backdrop-in 300ms ease both; }
.welcome-dialog__visual { position: relative; height: 190px; overflow: hidden; background: #9d0715; color: #fff; }
.welcome-dialog__photo { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.welcome-dialog__tint { position: absolute; inset: 0; background: rgb(139 0 14 / 38%); }
.welcome-dialog__logo { position: absolute; top: 20px; left: 20px; width: 72px; height: auto; }
.welcome-dialog__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 72%);
  border-radius: 50%;
  background: rgb(0 0 0 / 18%);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.welcome-dialog__visual > p { position: absolute; right: 20px; bottom: 16px; left: 20px; margin: 0; font-size: 11px; font-weight: 800; text-align: right; }
.welcome-dialog__content { padding: 28px 24px 24px; text-align: center; }
.welcome-dialog__eyebrow { margin: 0 0 6px; color: var(--brand-red); font-size: 11px; font-weight: 800; }
.welcome-dialog__content h2 { margin: 0; overflow-wrap: anywhere; font-size: 30px; line-height: 1.3; }
.welcome-dialog__rule { display: block; width: 34px; height: 3px; margin: 16px auto 22px; background: var(--brand-red); }

@keyframes welcome-dialog-in {
  from { opacity: 0; transform: translateY(24px) scale(.97); }
  to { opacity: 1; transform: none; }
}
@keyframes welcome-backdrop-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.home-hero {
  position: relative;
  min-height: calc(92svh - var(--header-height));
  overflow: hidden;
  color: #fff;
}
.home-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.home-hero__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgb(0 0 0 / 2%) 42%, rgb(0 0 0 / 48%)); }
.home-hero__content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: flex-end; min-height: calc(92svh - var(--header-height)); padding-block: 0 92px; }
.home-hero__content p { margin: 0 0 4px; font-size: 12px; font-weight: 700; }
.home-hero h1 { margin: 0; font-size: 43px; line-height: 1.1; }
.scroll-cue { position: absolute; z-index: 2; bottom: 26px; left: 50%; display: grid; place-items: center; width: 44px; height: 44px; transform: translateX(-50%); }
.scroll-cue span { width: 16px; height: 16px; transform: rotate(45deg); border-right: 2px solid #fff; border-bottom: 2px solid #fff; }

.talent-intro { text-align: center; }
.talent-intro .section-title { font-size: 32px; }
.quote-mark { color: var(--brand-red); font-family: Georgia, serif; }
.talent-intro__lead { margin: 0 0 22px; color: var(--brand-red); font-size: 18px; font-weight: 700; line-height: 1.75; }
.talent-intro .section-copy { text-align: left; }
.talent-section { padding-block: 12px 64px; background: var(--surface-soft); }
.talent-section .section-kicker { padding-top: 48px; }
.talent-section .section-title { font-size: 25px; }
.talent-grid { display: grid; gap: 18px; margin-top: 28px; }
.talent-card { overflow: hidden; border-radius: 6px; background: #fff; box-shadow: var(--shadow); }
.talent-card__image { aspect-ratio: 16 / 9; overflow: hidden; background: #e6e6e6; }
.talent-card__image img { width: 100%; height: 100%; object-fit: cover; }
.talent-card__body { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 4px; padding: 18px; }
.talent-card__body span { font-size: 25px; font-weight: 800; line-height: 1; }
.talent-card__body p { margin: 0; overflow-wrap: anywhere; color: #4b4b4b; font-size: 14px; line-height: 1.65; }

.channel-list { display: grid; gap: 10px; }
.channel-list a { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 4px 16px; min-height: 78px; padding: 16px 18px; border: 1px solid var(--line); }
.channel-list a::after { grid-column: 2; grid-row: 1 / 3; color: var(--brand-red); content: "›"; font-size: 28px; }
.channel-list span { font-size: 17px; font-weight: 700; }
.channel-list small { color: var(--muted); font-size: 12px; }

.page-hero { position: relative; min-height: 360px; overflow: hidden; color: #fff; }
.page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgb(0 0 0 / 5%), rgb(0 0 0 / 58%)); content: ""; }
.page-hero__content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: flex-end; min-height: inherit; padding-block: 44px; }
.page-hero h1 { margin: 0; font-size: 40px; line-height: 1.15; }
.page-hero p { max-width: 28rem; margin: 14px 0 0; font-size: 16px; }
.page-hero .hero-kicker { margin-bottom: 6px; font-size: 11px; font-weight: 800; }
.recruitment-hero { min-height: min(64svh, 520px); }
.recruitment-hero > img { object-position: center 38%; }
.recruitment-cta { margin-top: 30px; }

.feature-list { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.feature-item { padding: 20px; border-left: 3px solid var(--brand-red); background: var(--surface-soft); }
.feature-item strong { display: block; margin-bottom: 5px; font-size: 17px; }
.feature-item p { margin: 0; color: var(--muted); font-size: 14px; }

.process-section { background: var(--surface-soft); }
.process-list { position: relative; display: grid; gap: 0; margin: 28px 0 0; padding: 0; list-style: none; }
.process-list::before { position: absolute; top: 24px; bottom: 24px; left: 23px; width: 1px; background: #d6d6d6; content: ""; }
.process-list li { position: relative; display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 16px; padding-bottom: 28px; }
.process-list li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--brand-red); color: #fff; font-size: 13px; font-weight: 800; }
.process-list strong { font-size: 18px; }
.process-list p { margin: 2px 0 0; color: var(--muted); font-size: 14px; }

.job-card { display: block; padding: 20px; border: 1px solid var(--line); border-radius: 6px; background: #fff; box-shadow: 0 6px 20px rgb(0 0 0 / 4%); }
.job-card h2 { margin: 0 0 10px; overflow-wrap: anywhere; font-size: 19px; line-height: 1.35; }
.job-meta { display: flex; flex-wrap: wrap; gap: 6px 12px; color: var(--muted); font-size: 13px; }
.jobs-heading { padding: 52px 0 46px; background: var(--brand-red); color: #fff; }
.jobs-heading p { margin: 0 0 6px; font-size: 11px; font-weight: 800; }
.jobs-heading h1 { margin: 0; font-size: 30px; line-height: 1.25; }
.jobs-heading span { display: block; margin-top: 10px; font-size: 14px; opacity: 0.84; }
.jobs-content { padding-block: 28px 64px; }
.job-search { position: relative; display: grid; gap: 14px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.job-search label { display: grid; gap: 6px; min-width: 0; }
.job-search label > span { font-size: 13px; font-weight: 700; }
.job-search input, .job-search select { width: 100%; min-width: 0; min-height: 48px; padding: 0 13px; border: 1px solid #d8d8d8; border-radius: 4px; background: #fff; color: var(--ink); }
.filter-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.filter-grid label:last-child { grid-column: 1 / -1; }
.reset-filter { justify-self: end; min-height: 40px; padding: 4px 0; border: 0; background: transparent; color: var(--brand-red); font-size: 13px; font-weight: 700; cursor: pointer; }
.results-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 28px 0 16px; }
.results-heading h2 { margin: 0; font-size: 22px; }
.results-heading p { margin: 0; color: var(--muted); font-size: 13px; white-space: nowrap; }
.job-results { display: grid; gap: 12px; }
.job-card { position: relative; padding-right: 44px; }
.job-card__summary { margin: 0 0 12px; color: var(--muted); font-size: 14px; }
.job-card__arrow { position: absolute; top: 50%; right: 16px; transform: translateY(-50%); color: var(--brand-red); font-size: 30px; }
.empty-state { padding: 64px 20px; text-align: center; }
.empty-state > span, .detail-missing > span { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 18px; border-radius: 50%; background: var(--surface-soft); color: var(--brand-red); font-size: 25px; font-weight: 800; }
.empty-state h2 { margin: 0; font-size: 20px; }
.empty-state p { margin: 8px 0 20px; color: var(--muted); font-size: 14px; }

.detail-page { min-height: calc(100svh - var(--header-height)); padding-bottom: 18px; background: var(--surface-soft); }
.detail-back { padding-block: 18px; color: var(--muted); font-size: 14px; }
.job-detail { width: min(calc(100% - 2 * var(--page-pad)), var(--content-max)); margin-inline: auto; background: #fff; }
.detail-header { padding: 28px 22px; border-bottom: 1px solid var(--line); }
.detail-header h1 { margin: 0 0 16px; overflow-wrap: anywhere; font-size: 28px; line-height: 1.25; }
.detail-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; color: var(--muted); font-size: 13px; }
.detail-section { padding: 24px 22px; border-bottom: 1px solid var(--line); }
.detail-section h2 { margin: 0 0 14px; font-size: 19px; }
.detail-section p { margin: 0; color: #444; font-size: 15px; }
.detail-section ol { display: grid; gap: 12px; margin: 0; padding-left: 21px; color: #444; font-size: 15px; }
.detail-section li { padding-left: 5px; }
.detail-action { position: sticky; z-index: 20; bottom: 0; margin-top: 16px; padding: 12px 0 max(12px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgb(255 255 255 / 96%); }
.detail-missing { padding-block: 80px; text-align: center; }
.detail-missing h1 { margin: 0; font-size: 24px; }
.detail-missing p { margin: 10px 0 24px; color: var(--muted); font-size: 14px; }

@media (min-width: 560px) and (orientation: landscape) {
  .feature-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .talent-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (orientation: landscape) and (max-height: 500px) {
  .welcome-dialog { width: min(calc(100% - 32px), 620px); }
  .welcome-dialog__panel { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); min-height: 290px; }
  .welcome-dialog__visual { height: auto; min-height: 100%; }
  .welcome-dialog__content { display: flex; flex-direction: column; justify-content: center; padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .welcome-dialog[open], .welcome-dialog::backdrop { animation: none; }
}
