/*
Theme Name: Seahawk Talent
Theme URI: https://seahawktalent.com/
Author: Seahawk Talent
Description: A black and gold WordPress theme for Seahawk Talent, including reusable Talent Portfolio profiles.
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: seahawk-talent
*/

:root {
  --st-black: #050505;
  --st-ink: #101010;
  --st-panel: #151515;
  --st-panel-soft: #1d1a14;
  --st-gold: #c9a24a;
  --st-gold-light: #e8d39a;
  --st-gold-deep: #8f6416;
  --st-ivory: #f5efe2;
  --st-muted: #b9b4aa;
  --st-line: rgba(246, 217, 130, 0.26);
  --st-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
  --st-serif: "Playfair Display", Georgia, serif;
  --st-sans: Inter, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--st-black);
  color: var(--st-ivory);
  font-family: var(--st-sans);
  line-height: 1.6;
}

body.admin-bar .site-header {
  top: 32px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.site-header {
  align-items: center;
  background: rgba(5, 5, 5, 0.9);
  border-bottom: 1px solid rgba(232, 211, 154, 0.16);
  backdrop-filter: blur(18px);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  left: 0;
  padding: 12px clamp(18px, 4vw, 54px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 50;
  transition: background 220ms ease, border-color 220ms ease, padding 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(5, 5, 5, 0.96);
  border-color: rgba(232, 211, 154, 0.28);
  padding-bottom: 10px;
  padding-top: 10px;
}

.brand-link {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 230px;
}

.brand-logo {
  height: 34px;
  object-fit: contain;
  width: 76px;
}

.brand-wordmark {
  color: var(--st-gold-light);
  display: block;
  font-family: var(--st-serif);
  font-size: 1.02rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
}

.primary-nav {
  align-items: center;
  display: flex;
  gap: clamp(14px, 2vw, 28px);
  justify-content: flex-end;
}

.primary-nav ul {
  align-items: center;
  display: flex;
  gap: clamp(14px, 2vw, 28px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-nav a {
  color: rgba(251, 246, 232, 0.84);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a {
  color: var(--st-gold-light);
}

.button,
.wp-block-button__link,
button,
input[type="submit"] {
  background: var(--st-gold);
  border: 0;
  border-radius: 4px;
  color: #080704;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--st-sans);
  font-size: 0.8rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.08em;
  padding: 14px 22px;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover {
  box-shadow: 0 16px 34px rgba(215, 167, 59, 0.25);
  transform: translateY(-1px);
}

.button.secondary {
  background: transparent;
  border: 1px solid var(--st-line);
  color: var(--st-gold-light);
}

.st-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 720ms ease, transform 720ms ease;
}

.st-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-copy.st-reveal {
  transform: translateY(18px);
}

.site-main {
  min-height: 70vh;
}

.section {
  padding: clamp(64px, 8vw, 110px) clamp(18px, 4vw, 54px);
}

.section-inner {
  margin: 0 auto;
  max-width: 1180px;
}

.eyebrow {
  color: var(--st-gold-light);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: var(--st-serif);
  font-weight: 800;
  line-height: 1;
  margin: 0;
}

h1 {
  font-size: clamp(3.35rem, 8vw, 8.5rem);
  max-width: 900px;
}

h2 {
  font-size: clamp(2.1rem, 4.1vw, 4.25rem);
  max-width: 980px;
}

h3 {
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
}

p {
  color: rgba(251, 246, 232, 0.78);
  margin: 0;
}

.hero {
  min-height: calc(100vh - 86px);
  overflow: hidden;
  padding: clamp(80px, 10vw, 140px) clamp(18px, 4vw, 54px) clamp(50px, 7vw, 82px);
  position: relative;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.75) 42%, rgba(5, 5, 5, 0.12) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.1), rgba(5, 5, 5, 0.92)),
    var(--hero-image);
  background-position: 62% center;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(232, 211, 154, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(232, 211, 154, 0.06) 1px, transparent 1px);
  background-size: 9vw 100%, 100% 18px;
  content: "";
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  position: absolute;
}

.hero-content {
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 700px;
}

.hero-copy p:not(.eyebrow) {
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  margin-top: 24px;
  max-width: 650px;
}

.trust-line {
  color: rgba(245, 239, 226, 0.64);
  font-size: 0.77rem !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 18px !important;
  text-transform: uppercase;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-strip {
  border-top: 1px solid var(--st-line);
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(70px, 10vw, 130px);
  padding-top: 24px;
}

.hero-stat strong {
  color: var(--st-gold-light);
  display: block;
  font-family: var(--st-serif);
  font-size: clamp(1.65rem, 2.7vw, 2.7rem);
  line-height: 1;
}

.hero-stat span {
  color: rgba(251, 246, 232, 0.72);
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 8px;
  text-transform: uppercase;
}

.intro-grid,
.split-grid {
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
}

.intro-copy {
  display: grid;
  gap: 18px;
}

.image-stack {
  display: grid;
  gap: 16px;
  grid-template-columns: 0.85fr 1fr;
}

.image-stack img {
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(246, 217, 130, 0.22);
  object-fit: cover;
}

.method-section {
  background:
    linear-gradient(180deg, #050505 0%, #111 45%, #050505 100%);
}

.method-grid,
.outcome-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.method-step,
.outcome-card {
  background: rgba(245, 239, 226, 0.035);
  border-top: 1px solid var(--st-line);
  min-height: 280px;
  padding: clamp(22px, 3vw, 34px);
}

.method-step + .method-step,
.outcome-card + .outcome-card {
  border-left: 1px solid rgba(232, 211, 154, 0.16);
}

.method-step span {
  color: var(--st-gold);
  display: block;
  font-family: var(--st-serif);
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 50px;
}

.method-step h3,
.outcome-card h3 {
  font-size: clamp(1.35rem, 2vw, 2rem);
  margin-bottom: 14px;
}

.offerings-section {
  background: var(--st-ivory);
  color: var(--st-black);
}

.offerings-section p {
  color: rgba(5, 5, 5, 0.72);
}

.offerings-section .eyebrow {
  color: var(--st-gold-deep);
}

.offerings-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.offering-item {
  background: rgba(255, 255, 255, 0.62);
  border-top: 1px solid rgba(143, 100, 22, 0.26);
  min-height: 310px;
  padding: clamp(22px, 3vw, 34px);
}

.offering-item span {
  color: var(--st-gold-deep);
  display: block;
  font-family: var(--st-serif);
  font-size: 2.7rem;
  line-height: 1;
  margin-bottom: 42px;
}

.offering-item h3 {
  color: var(--st-black);
  font-size: clamp(1.35rem, 2vw, 2rem);
  margin-bottom: 14px;
}

.image-stack img:first-child {
  margin-top: 50px;
}

.program-section {
  background:
    linear-gradient(180deg, rgba(215, 167, 59, 0.08), transparent 28%),
    #0a0a0a;
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.58fr);
  margin-bottom: 34px;
}

.program-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.program-card,
.feature-card,
.portfolio-card,
.testimonial,
.inquiry-panel,
.profile-panel,
.profile-details {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(246, 217, 130, 0.2);
  border-radius: 6px;
  box-shadow: var(--st-shadow);
}

.program-card {
  border-radius: 0;
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.program-card + .program-card {
  border-left: 0;
}

.program-card img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform 700ms ease, filter 700ms ease;
  width: 100%;
}

.program-card:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.035);
}

.program-card-content {
  padding: 24px;
}

.program-card h3 {
  margin-bottom: 14px;
}

.curriculum-list {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.curriculum-list li {
  align-items: center;
  color: rgba(251, 246, 232, 0.8);
  display: flex;
  gap: 10px;
}

.curriculum-list li::before {
  background: var(--st-gold);
  content: "";
  height: 1px;
  width: 18px;
}

.program-link {
  border-bottom: 1px solid rgba(232, 211, 154, 0.46);
  color: var(--st-gold-light);
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-top: 24px;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.program-link:hover {
  color: var(--st-ivory);
}

.feature-band {
  background: linear-gradient(135deg, #f6f0e1, #d8c38e);
  color: var(--st-black);
}

.feature-band p {
  color: rgba(5, 5, 5, 0.72);
}

.feature-band .eyebrow {
  color: var(--st-gold-deep);
}

.feature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.feature-card {
  background: rgba(255, 255, 255, 0.36);
  border-color: rgba(25, 21, 11, 0.14);
  box-shadow: none;
  color: var(--st-black);
  padding: 24px;
}

.feature-card span {
  color: var(--st-gold-deep);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.feature-card h3 {
  font-size: 1.4rem;
  line-height: 1.05;
  margin-bottom: 14px;
}

.portfolio-preview {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.97), rgba(5, 5, 5, 0.64)),
    var(--portfolio-bg);
  background-position: center;
  background-size: cover;
}

.portfolio-preview .split-grid {
  align-items: center;
}

.portfolio-frame {
  background: rgba(5, 5, 5, 0.68);
  border: 1px solid var(--st-line);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 14px;
}

.portfolio-frame img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
}

.portfolio-frame .portfolio-placeholder {
  align-items: center;
  aspect-ratio: 4 / 5;
  background: rgba(215, 167, 59, 0.08);
  border: 1px solid rgba(246, 217, 130, 0.22);
  color: var(--st-gold-light);
  display: grid;
  font-family: var(--st-serif);
  font-size: clamp(1.5rem, 3vw, 2.8rem);
  justify-items: center;
  place-content: center;
  text-align: center;
}

.portfolio-placeholder span {
  display: block;
  font-size: 0.82rem;
  font-family: var(--st-sans);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.portfolio-placeholder strong {
  display: block;
  font-size: clamp(1.1rem, 2vw, 1.7rem);
  font-weight: 800;
  margin-top: 8px;
}

.pathway-section {
  background: #090909;
}

.admissions-section {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.4), rgba(5, 5, 5, 0.96)),
    #111;
}

.admissions-timeline {
  counter-reset: admissions;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admissions-timeline article {
  background: rgba(245, 239, 226, 0.035);
  border-top: 1px solid var(--st-line);
  min-height: 260px;
  padding: clamp(22px, 3vw, 34px);
  position: relative;
}

.admissions-timeline article + article {
  border-left: 1px solid rgba(232, 211, 154, 0.16);
}

.admissions-timeline span {
  color: var(--st-gold-light);
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 42px;
  text-transform: uppercase;
}

.admissions-timeline h3 {
  font-size: clamp(1.3rem, 2vw, 1.9rem);
  margin-bottom: 14px;
}

.faq-section {
  background: var(--st-ivory);
  color: var(--st-black);
}

.faq-section p {
  color: rgba(5, 5, 5, 0.72);
}

.faq-section .eyebrow {
  color: var(--st-gold-deep);
}

.faq-layout {
  align-items: start;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.75fr) minmax(280px, 1fr);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(143, 100, 22, 0.18);
  border-radius: 6px;
  overflow: hidden;
  transition: border-color 180ms ease, background 180ms ease;
}

.faq-list details[open] {
  background: #fffaf0;
  border-color: rgba(143, 100, 22, 0.35);
}

.faq-list summary {
  color: var(--st-black);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
  padding: 20px 22px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  border-top: 1px solid rgba(143, 100, 22, 0.16);
  padding: 0 22px 20px;
}

.inquiry-section {
  background: linear-gradient(180deg, #111, #050505);
}

.inquiry-panel {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1fr);
  padding: clamp(28px, 5vw, 54px);
}

.trust-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.trust-notes span {
  border: 1px solid rgba(232, 211, 154, 0.28);
  border-radius: 999px;
  color: var(--st-gold-light);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 8px 12px;
  text-transform: uppercase;
}

.inquiry-form {
  display: grid;
  gap: 14px;
}

.honeypot-field {
  display: none;
}

.form-alert {
  border-radius: 6px;
  font-weight: 700;
  padding: 13px 14px;
}

.form-alert.success {
  background: rgba(232, 211, 154, 0.14);
  border: 1px solid rgba(232, 211, 154, 0.34);
  color: var(--st-gold-light);
}

.form-alert.error {
  background: rgba(150, 45, 35, 0.16);
  border: 1px solid rgba(224, 95, 80, 0.3);
  color: #ffd2cc;
}

.form-row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

label {
  color: rgba(251, 246, 232, 0.78);
  display: grid;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

input:not([type="submit"]):not([type="checkbox"]),
select,
textarea {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(246, 217, 130, 0.22);
  border-radius: 6px;
  color: var(--st-ivory);
  font: inherit;
  padding: 13px 14px;
  width: 100%;
}

input[type="checkbox"] {
  accent-color: var(--st-gold);
  height: 16px;
  width: 16px;
}

.consent-label {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: 18px 1fr;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

select option {
  background: #0b0b0b;
  color: var(--st-ivory);
}

textarea {
  min-height: 112px;
  resize: vertical;
}

.site-footer {
  background: #030303;
  border-top: 1px solid rgba(215, 167, 59, 0.2);
  padding: 36px clamp(18px, 4vw, 54px);
}

.floating-cta {
  background: var(--st-gold);
  border-radius: 4px;
  bottom: 18px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
  color: #080704;
  display: none;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 13px 16px;
  position: fixed;
  right: 18px;
  text-transform: uppercase;
  z-index: 45;
}

.footer-inner {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
}

.footer-logo {
  width: 130px;
}

.footer-copy {
  color: rgba(251, 246, 232, 0.62);
  font-size: 0.84rem;
}

.archive-hero,
.page-hero,
.profile-hero,
.program-detail-hero {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.55), var(--st-black)),
    radial-gradient(circle at 50% 0%, rgba(215, 167, 59, 0.18), transparent 42%);
  padding: clamp(80px, 10vw, 140px) clamp(18px, 4vw, 54px) clamp(44px, 6vw, 80px);
}

.program-detail-hero {
  overflow: hidden;
  position: relative;
}

.program-detail-hero::before {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98), rgba(5, 5, 5, 0.72) 46%, rgba(5, 5, 5, 0.2)),
    var(--detail-image);
  background-position: center;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
}

.program-detail-hero .section-inner {
  position: relative;
  z-index: 1;
}

.program-detail-hero p:not(.eyebrow) {
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
  margin-top: 22px;
  max-width: 680px;
}

.program-detail-section {
  background: #080808;
}

.detail-content-grid {
  align-items: start;
  display: grid;
  gap: clamp(28px, 5vw, 68px);
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.72fr);
}

.detail-content-grid article {
  display: grid;
  gap: 20px;
}

.detail-list-panel {
  background: rgba(245, 239, 226, 0.04);
  border: 1px solid var(--st-line);
  border-radius: 6px;
  padding: clamp(24px, 4vw, 38px);
}

.detail-list-panel h3 {
  margin-bottom: 18px;
}

.placement-panel {
  border-top: 1px solid var(--st-line);
  display: grid;
  gap: 18px;
  margin-top: 36px;
  padding-top: 36px;
}

.placement-panel h2 {
  font-size: clamp(1.9rem, 3.4vw, 3.45rem);
}

.program-cta-section {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.78)),
    #111;
  border-top: 1px solid rgba(232, 211, 154, 0.18);
}

.program-cta {
  display: grid;
  gap: 18px;
  max-width: 760px;
}

.program-cta .button {
  justify-self: start;
}

.portfolio-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.portfolio-card {
  overflow: hidden;
  transition: border-color 180ms ease, transform 180ms ease;
}

.portfolio-card:hover {
  border-color: rgba(232, 211, 154, 0.55);
  transform: translateY(-3px);
}

.portfolio-card a {
  display: grid;
}

.portfolio-card img,
.portfolio-card .empty-headshot {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
}

.empty-headshot {
  align-items: center;
  background: rgba(215, 167, 59, 0.08);
  color: rgba(246, 217, 130, 0.72);
  display: flex;
  font-family: var(--st-serif);
  font-size: 3rem;
  justify-content: center;
}

.portfolio-card-title {
  border-top: 1px solid rgba(246, 217, 130, 0.18);
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px;
}

.portfolio-card-title strong {
  color: var(--st-ivory);
  font-family: var(--st-serif);
  font-size: 1.35rem;
  line-height: 1;
}

.portfolio-card-title span {
  color: var(--st-gold-light);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.profile-layout {
  align-items: start;
  display: grid;
  gap: clamp(24px, 5vw, 58px);
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
}

.profile-hero h1 {
  font-size: clamp(3rem, 6vw, 6.6rem);
}

.profile-status {
  color: var(--st-gold-light);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-top: 18px;
  text-transform: uppercase;
}

.profile-role {
  color: var(--st-ivory);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-top: 16px;
  text-transform: uppercase;
}

.profile-headshot {
  border: 1px solid var(--st-line);
  border-radius: 8px;
  overflow: hidden;
}

.profile-headshot img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
}

.profile-image-suite {
  display: grid;
  gap: clamp(12px, 2vw, 18px);
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.profile-image-tile {
  background: linear-gradient(145deg, rgba(201, 162, 74, 0.16), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--st-line);
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
  margin: 0;
  min-width: 0;
  overflow: hidden;
}

.profile-image-tile img {
  aspect-ratio: 4 / 5;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.profile-image-headshot {
  grid-row: span 2;
}

.profile-image-headshot img {
  aspect-ratio: 4 / 5.35;
}

.profile-image-full-body img,
.profile-image-talent-choice img {
  aspect-ratio: 4 / 5;
}

.profile-panel,
.profile-details {
  padding: clamp(24px, 4vw, 42px);
}

.profile-details {
  display: grid;
  gap: 22px;
  margin-top: 18px;
}

.detail-list {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.detail-list div {
  border-bottom: 1px solid rgba(246, 217, 130, 0.15);
  padding-bottom: 10px;
}

.detail-list dt {
  color: var(--st-gold-light);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.detail-list dd {
  color: rgba(251, 246, 232, 0.82);
  margin: 3px 0 0;
}

.profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.profile-video {
  overflow: hidden;
}

.profile-video .wp-video,
.profile-video video {
  border: 1px solid rgba(246, 217, 130, 0.18);
  border-radius: 6px;
  height: auto;
  margin-top: 14px;
  max-width: 100%;
  overflow: hidden;
  width: 100% !important;
}

.booking-contact ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.skills-list {
  color: rgba(251, 246, 232, 0.84);
  display: grid;
  gap: 7px;
  margin: 14px 0 0;
  padding-left: 20px;
}

.booking-contact li,
.booking-contact a {
  color: rgba(251, 246, 232, 0.84);
}

.booking-contact a {
  border-bottom: 1px solid rgba(232, 211, 154, 0.35);
}

.talent-profile {
  background:
    radial-gradient(circle at 80% 6%, rgba(201, 162, 74, 0.12), transparent 28%),
    linear-gradient(180deg, #050505 0%, #090806 48%, #050505 100%);
  overflow: hidden;
}

.talent-profile-inner {
  margin: 0 auto;
  max-width: 1360px;
  padding-left: clamp(18px, 4vw, 54px);
  padding-right: clamp(18px, 4vw, 54px);
  width: 100%;
}

.talent-profile-hero {
  padding: clamp(96px, 10vw, 150px) 0 clamp(70px, 9vw, 118px);
}

.talent-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 76px);
  grid-template-columns: minmax(320px, 55fr) minmax(280px, 45fr);
}

.talent-hero-headshot {
  margin: 0;
  max-height: min(760px, calc(100vh - 170px));
  min-height: 420px;
  overflow: hidden;
}

.talent-hero-headshot img,
.talent-hero-headshot .empty-headshot {
  aspect-ratio: 4 / 5;
  display: block;
  height: auto;
  max-height: min(760px, calc(100vh - 170px));
  object-fit: cover;
  object-position: center 18%;
  width: 100%;
}

.talent-identity {
  display: grid;
  gap: clamp(18px, 2.5vw, 30px);
}

.talent-identity h1 {
  font-size: clamp(3.6rem, 7.5vw, 7.8rem);
  line-height: 0.88;
  max-width: 9ch;
}

.talent-role {
  color: var(--st-ivory);
  font-size: clamp(0.94rem, 1.25vw, 1.12rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: -8px 0 0;
  text-transform: uppercase;
}

.talent-identity-list,
.quick-casting-grid,
.casting-spec-grid,
.performance-grid {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
}

.talent-identity-list {
  border-left: 1px solid var(--st-line);
  gap: 14px;
  padding-left: 18px;
}

.talent-identity-list dt,
.quick-casting-grid dt,
.casting-spec-grid dt,
.performance-grid dt,
.talent-booking-contact span {
  color: var(--st-gold-light);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.talent-identity-list dd,
.quick-casting-grid dd,
.casting-spec-grid dd,
.performance-grid dd {
  color: rgba(251, 246, 232, 0.92);
  margin: 3px 0 0;
}

.quick-casting {
  border-top: 1px solid rgba(246, 217, 130, 0.22);
  display: grid;
  gap: 18px;
  padding-top: 22px;
}

.quick-casting > p {
  color: var(--st-muted);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.quick-casting-grid {
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quick-casting-grid dd {
  color: var(--st-ivory);
  font-family: var(--st-serif);
  font-size: clamp(1.45rem, 2.25vw, 2.35rem);
  line-height: 1.05;
}

.talent-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.talent-profile-actions .button,
.talent-booking-contact .button {
  justify-content: center;
  min-width: 176px;
}

.talent-profile-section {
  padding: clamp(72px, 8vw, 116px) 0 0;
}

.talent-section-heading {
  margin-bottom: clamp(24px, 3.4vw, 42px);
}

.talent-section-heading .eyebrow,
.talent-booking-section .eyebrow,
.training-experience-grid .eyebrow {
  margin-bottom: 0;
}

.talent-portfolio-spread {
  align-items: stretch;
  display: grid;
  gap: clamp(18px, 3vw, 34px);
  grid-template-columns: minmax(0, 58fr) minmax(0, 42fr);
}

.talent-spread-image {
  background: #090909;
  border: 1px solid rgba(246, 217, 130, 0.18);
  margin: 0;
  min-height: 0;
  overflow: hidden;
}

.talent-spread-image img {
  display: block;
  height: clamp(520px, 58vw, 760px);
  width: 100%;
}

.talent-spread-full img {
  object-fit: contain;
  object-position: center center;
}

.talent-spread-choice img {
  object-fit: cover;
  object-position: center 28%;
}

.casting-spec-grid {
  border-top: 1px solid var(--st-line);
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.casting-spec-grid div,
.performance-grid div {
  border-bottom: 1px solid rgba(246, 217, 130, 0.16);
  min-width: 0;
  padding: 22px 20px 22px 0;
}

.casting-spec-grid dd,
.performance-grid dd {
  color: var(--st-ivory);
  font-size: clamp(1.05rem, 1.55vw, 1.45rem);
  line-height: 1.28;
}

.performance-grid {
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.performance-grid div {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(246, 217, 130, 0.14);
  padding: clamp(20px, 3vw, 30px);
}

.talent-skills-grid {
  align-items: start;
  display: grid;
  gap: clamp(32px, 5vw, 68px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
}

.talent-skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.talent-skill-tags li {
  border: 1px solid rgba(246, 217, 130, 0.22);
  border-radius: 999px;
  color: rgba(251, 246, 232, 0.9);
  font-size: 0.84rem;
  font-weight: 750;
  line-height: 1.2;
  padding: 9px 13px;
}

.talent-profile-note {
  border-left: 1px solid rgba(246, 217, 130, 0.18);
  padding-left: clamp(22px, 3vw, 36px);
}

.training-experience-grid {
  align-items: stretch;
  display: grid;
  gap: clamp(22px, 3vw, 34px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.training-experience-grid article {
  background: rgba(255, 255, 255, 0.025);
  border-top: 1px solid var(--st-line);
  min-width: 0;
  padding-top: clamp(24px, 3vw, 36px);
}

.talent-longform {
  color: rgba(251, 246, 232, 0.82);
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.85;
}

.talent-longform > *:first-child {
  margin-top: 0;
}

.talent-watch-section {
  text-align: center;
}

.talent-watch-section .talent-section-heading {
  text-align: left;
}

.talent-video-frame {
  background: #020202;
  border: 1px solid rgba(246, 217, 130, 0.18);
  margin: 0 auto;
  max-width: 1040px;
  overflow: hidden;
}

.talent-video-frame .wp-video,
.talent-video-frame video,
.talent-video-frame iframe {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  max-width: 100%;
  width: 100% !important;
}

.talent-video-frame iframe {
  height: min(58vw, 585px);
}

.talent-resume-action {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.talent-booking-section {
  background: linear-gradient(135deg, rgba(201, 162, 74, 0.16), rgba(255, 255, 255, 0.035) 44%, rgba(0, 0, 0, 0.18));
  border-top: 1px solid var(--st-line);
  margin-top: clamp(82px, 9vw, 128px);
  padding: clamp(64px, 8vw, 104px) 0;
}

.talent-booking-grid {
  align-items: center;
  display: grid;
  gap: clamp(30px, 5vw, 72px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
}

.talent-booking-grid h2 {
  font-size: clamp(2.4rem, 4.5vw, 5rem);
  line-height: 0.98;
  margin: 14px 0 0;
  max-width: 12ch;
}

.talent-booking-contact {
  display: grid;
  gap: 26px;
}

.talent-booking-contact ul {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.talent-booking-contact li {
  color: var(--st-ivory);
  display: grid;
  gap: 3px;
  overflow-wrap: anywhere;
}

.talent-booking-contact a {
  color: var(--st-ivory);
}

.content-page {
  padding: clamp(52px, 8vw, 90px) clamp(18px, 4vw, 54px);
}

.content-page-inner {
  margin: 0 auto;
  max-width: 880px;
}

.content-page-inner > * + * {
  margin-top: 1.2em;
}

@media (max-width: 1100px) {
  .talent-hero-grid {
    gap: clamp(28px, 4vw, 48px);
    grid-template-columns: minmax(300px, 52fr) minmax(280px, 48fr);
  }

  .talent-identity h1 {
    font-size: clamp(3.1rem, 7vw, 5.4rem);
  }

  .casting-spec-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .nav-toggle {
    align-items: center;
    background: transparent;
    border: 1px solid var(--st-line);
    color: var(--st-gold-light);
    display: inline-flex;
    height: 42px;
    padding: 0;
    width: 42px;
  }

  .nav-toggle span,
  .nav-toggle span::before,
  .nav-toggle span::after {
    background: currentColor;
    content: "";
    display: block;
    height: 2px;
    margin: auto;
    position: relative;
    width: 18px;
  }

  .nav-toggle span::before {
    position: absolute;
    top: -6px;
  }

  .nav-toggle span::after {
    position: absolute;
    top: 6px;
  }

  .primary-nav {
    background: rgba(5, 5, 5, 0.96);
    border-bottom: 1px solid var(--st-line);
    display: none;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .primary-nav.is-open {
    display: block;
  }

  .primary-nav ul {
    align-items: flex-start;
    flex-direction: column;
  }

  .intro-grid,
  .split-grid,
  .section-heading,
  .inquiry-panel,
  .profile-layout,
  .detail-content-grid,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .talent-profile-hero {
    padding-top: 108px;
  }

  .talent-hero-grid,
  .talent-skills-grid,
  .training-experience-grid,
  .talent-booking-grid {
    grid-template-columns: 1fr;
  }

  .talent-hero-headshot,
  .talent-hero-headshot img,
  .talent-hero-headshot .empty-headshot {
    max-height: 680px;
  }

  .talent-identity h1 {
    max-width: 12ch;
  }

  .talent-portfolio-spread {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
  }

  .talent-spread-image img {
    height: clamp(440px, 62vw, 620px);
  }

  .casting-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .talent-profile-note {
    border-left: 0;
    border-top: 1px solid rgba(246, 217, 130, 0.18);
    padding-left: 0;
    padding-top: 28px;
  }

  .profile-image-suite {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .profile-image-headshot {
    grid-row: auto;
  }

  .profile-image-headshot img,
  .profile-image-full-body img,
  .profile-image-talent-choice img {
    aspect-ratio: 4 / 5;
  }

  .program-grid,
  .feature-grid,
  .method-grid,
  .offerings-grid,
  .outcome-grid,
  .admissions-timeline,
  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .method-step + .method-step,
  .outcome-card + .outcome-card,
  .admissions-timeline article + article {
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 760px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.5), rgba(5, 5, 5, 0.98) 58%),
      var(--hero-image);
    background-position: 58% 0;
    background-size: cover;
  }

  .site-header {
    padding: 10px 16px;
  }

  .brand-link {
    min-width: 0;
  }

  .brand-logo {
    height: 26px;
    width: 58px;
  }

  .brand-wordmark {
    font-size: 0.88rem;
  }

  .talent-profile-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .talent-profile-hero {
    padding-bottom: 62px;
    padding-top: 92px;
  }

  .talent-hero-headshot {
    min-height: 0;
  }

  .talent-hero-headshot,
  .talent-hero-headshot img,
  .talent-hero-headshot .empty-headshot {
    max-height: none;
  }

  .talent-identity h1 {
    font-size: clamp(3rem, 16vw, 4.6rem);
    max-width: 100%;
  }

  .talent-profile-actions .button,
  .talent-booking-contact .button {
    width: 100%;
  }

  .quick-casting-grid,
  .casting-spec-grid,
  .performance-grid,
  .talent-portfolio-spread {
    grid-template-columns: 1fr;
  }

  .talent-spread-image img {
    height: auto;
    min-height: 0;
  }

  .talent-spread-full img {
    aspect-ratio: 3 / 4;
  }

  .talent-spread-choice img {
    aspect-ratio: 4 / 5;
  }

  .casting-spec-grid div,
  .performance-grid div {
    padding-right: 0;
  }

  .talent-booking-grid h2 {
    max-width: 100%;
  }

  .profile-image-suite {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(3rem, 18vw, 5rem);
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .hero-copy {
    padding-top: 270px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-strip,
  .program-grid,
  .feature-grid,
  .method-grid,
  .offerings-grid,
  .outcome-grid,
  .admissions-timeline,
  .portfolio-grid,
  .form-row,
  .detail-list {
    grid-template-columns: 1fr;
  }

  .method-step {
    min-height: 230px;
  }

  .method-step span {
    margin-bottom: 28px;
  }

  .program-card {
    min-height: auto;
  }

  .portfolio-frame {
    grid-template-columns: 1fr;
  }

  .floating-cta {
    display: inline-flex;
  }

  .image-stack {
    grid-template-columns: 1fr;
  }

  .image-stack img:first-child {
    margin-top: 0;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .st-reveal {
    opacity: 1;
    transform: none;
  }
}
