:root {
  --black: #070707;
  --ink: #11100e;
  --white: #ffffff;
  --muted: #c9c9c9;
  --line: rgba(201, 162, 39, 0.26);
  --gold: #c9a227;
  --gold-2: #f2d375;
  --surface: #ffffff;
  --surface-2: #f4f4f4;
  --text: #101010;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--surface);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img,
video {
  display: block;
  max-width: 100%;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 74px;
  padding: 12px clamp(16px, 4vw, 54px);
  color: var(--white);
  background: rgba(7, 7, 7, 0.74);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--black);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  font-weight: 900;
  box-shadow: 0 10px 30px rgba(201, 162, 39, 0.25);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
}

.brand strong {
  font-family: Anton, Impact, sans-serif;
  font-size: 1.45rem;
}

.brand small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 30px);
  font-size: 0.9rem;
  font-weight: 800;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.76);
}

.site-nav a:hover {
  color: var(--gold-2);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.header-cta,
.button.primary {
  color: var(--black);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 14px 30px rgba(201, 162, 39, 0.18);
}

.button.secondary {
  color: var(--white);
  border: 1px solid rgba(216, 174, 88, 0.45);
  background: rgba(255, 255, 255, 0.06);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 96svh;
  padding: 142px clamp(18px, 5vw, 72px) 46px;
  color: var(--white);
  overflow: hidden;
}

.hero-video,
.hero-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

.hero-video {
  z-index: 1;
}

.hero-fallback {
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.92), rgba(7, 7, 7, 0.58) 46%, rgba(7, 7, 7, 0.22)),
    linear-gradient(0deg, rgba(7, 7, 7, 0.92), transparent 50%);
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-2);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 22px;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(3.2rem, 8vw, 7.9rem);
  text-transform: uppercase;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.05rem, 5vw, 4.7rem);
  font-weight: 900;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.hero-text {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.65;
}

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

.hero-panel {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: 46px;
  z-index: 3;
  width: min(306px, calc(100vw - 36px));
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 7, 7, 0.72);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.hero-panel strong,
.hero-panel span {
  display: block;
}

.hero-panel strong {
  margin-bottom: 6px;
  color: var(--gold-2);
  font-size: 1.22rem;
}

.hero-panel span {
  color: rgba(255, 255, 255, 0.78);
}

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

.section-heading {
  max-width: 850px;
  margin-bottom: 36px;
}

.intro {
  background: var(--surface);
}

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

.intro-grid article,
.price-table-card,
.session-card {
  border: 1px solid rgba(25, 23, 20, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
}

.intro-grid article {
  min-height: 220px;
  padding: 26px;
}

.icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  color: var(--black);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-size: 0.82rem;
  font-weight: 900;
}

.intro-grid p,
.split-content p,
.pricing-note,
.graduation-section p,
.contact p {
  color: #555555;
  line-height: 1.75;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  background: var(--black);
  color: var(--white);
}

.split-media {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 8px;
}

.split-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
}

.split-media-duo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 1.1fr 0.9fr;
  gap: 12px;
  min-height: 600px;
  padding: 18px;
  background: var(--black);
}

.split-media-duo img {
  min-height: 0;
}

.course-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(216, 174, 88, 0.28);
  border-radius: 8px;
  background: var(--black);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.course-photo-main {
  grid-column: 1 / -1;
  height: 100%;
  min-height: 0;
}

.course-photo-main img,
.course-photo-secondary img,
.course-photo-tertiary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-photo-main img {
  object-position: center 48%;
}

.course-photo-secondary {
  height: 100%;
}

.course-photo-secondary img,
.course-photo-tertiary img {
  object-position: center;
}

.split-content p {
  color: rgba(255, 255, 255, 0.72);
}

.course-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.course-list div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.course-list strong {
  color: var(--gold-2);
  font-size: 1.1rem;
}

.course-list span {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.course-women-link {
  margin-top: 24px;
}

.professors-section {
  background: var(--surface);
}

.professors-section .section-heading p:not(.eyebrow) {
  max-width: 720px;
  color: #555555;
  line-height: 1.75;
}

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

.professor-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(25, 23, 20, 0.12);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.07);
}

.professor-photo {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--black);
}

.professor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.35s ease;
}

.professor-card:hover .professor-photo img {
  transform: scale(1.04);
}

.professor-content {
  display: grid;
  align-content: start;
  padding: 22px;
}

.professor-content span {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.professor-content h3 {
  margin-bottom: 12px;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.08;
}

.professor-content p {
  margin: 0;
  color: #555555;
  line-height: 1.68;
}

.women-course {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.36fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: stretch;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 7, 7, 0.96), rgba(17, 16, 14, 0.9)),
    var(--black);
}

.women-course-content {
  max-width: 850px;
}

.women-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-bottom: 18px;
  padding: 0 14px;
  color: var(--black);
  border-radius: 6px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-size: 0.92rem;
  font-weight: 900;
  text-transform: uppercase;
}

.women-course-content p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.75;
}

.women-course-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 26px 0 0;
}

.women-course-info article {
  min-height: 128px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.women-course-info strong,
.women-course-info span {
  display: block;
}

.women-course-info strong {
  margin-bottom: 10px;
  color: var(--gold-2);
  font-size: 0.96rem;
}

.women-course-info span {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.55;
}

.women-course-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 4px;
}

.women-course-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.women-course-content .button {
  margin-top: 18px;
}

.women-course-panel {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 430px;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--black);
}

.women-course-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(7, 7, 7, 0) 42%, rgba(7, 7, 7, 0.9));
}

.women-course-panel img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: 46% center;
}

.women-course-panel div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: clamp(20px, 4vw, 32px);
}

.women-course-panel strong,
.women-course-panel span {
  display: block;
}

.women-course-panel strong {
  color: var(--gold-2);
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 0.98;
}

.women-course-panel span {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 900;
}

.pricing {
  background: var(--surface-2);
}

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
  gap: 18px;
  align-items: start;
}

.price-table-card,
.session-card {
  overflow: hidden;
}

.price-head,
.session-card h3 {
  margin: 0;
  padding: 18px 20px;
  color: var(--white);
  background: var(--black);
}

.price-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.price-head h3,
.session-card h3 {
  margin: 0;
  font-size: 1rem;
  text-transform: uppercase;
}

.price-head span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  font-weight: 800;
}

.table-scroll {
  overflow-x: auto;
}

.pricing table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: var(--white);
}

.pricing th,
.pricing td {
  padding: 18px 14px;
  border: 1px solid #dddddd;
  text-align: center;
  vertical-align: middle;
}

.pricing thead th {
  color: var(--black);
  background: #fafafa;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.pricing tbody th {
  width: 128px;
  color: var(--black);
  background: var(--gold);
  font-size: 1.05rem;
  text-transform: uppercase;
}

.pricing td {
  color: var(--black);
  font-weight: 900;
}

.pricing small {
  color: #555555;
  font-size: 0.82rem;
  font-weight: 800;
}

.session-card {
  display: grid;
  gap: 0;
}

.session-price {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 86px;
  border-top: 1px solid #dddddd;
}

.session-price span,
.session-price strong {
  display: grid;
  place-items: center;
  padding: 14px;
}

.session-price span {
  color: var(--black);
  background: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.session-price strong {
  color: var(--black);
  background: var(--white);
  font-size: 1.05rem;
}

.pricing-notes {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.pricing-notes p {
  margin: 0;
  padding: 16px;
  color: #555555;
  border: 1px solid rgba(25, 23, 20, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.75);
  font-size: 0.92rem;
  line-height: 1.55;
}

.pricing-notes strong {
  color: var(--black);
}

.pricing-notes .discount {
  color: var(--black);
  border-color: var(--gold);
  background: var(--gold);
  font-weight: 900;
}

.graduation-section {
  display: none;
  scroll-margin-top: 74px;
  padding-top: clamp(112px, 14vw, 150px);
  background: var(--black);
  color: var(--white);
}

body.show-graduations .graduation-section,
#graduations:target {
  display: block;
}

body.show-graduations main > section:not(.graduation-section),
body.show-graduations footer,
body:has(#graduations:target) main > section:not(.graduation-section),
body:has(#graduations:target) footer {
  display: none;
}

.graduation-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.graduation-section p {
  color: rgba(255, 255, 255, 0.72);
}

.graduation-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.graduation-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 800;
}

.graduation-form input,
.graduation-form select,
.graduation-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--white);
  border: 1px solid rgba(216, 174, 88, 0.28);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.32);
  font: inherit;
}

.graduation-form textarea {
  resize: vertical;
}

.graduation-form option {
  color: var(--black);
}

.form-wide {
  grid-column: 1 / -1;
}

.contact {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: clamp(56px, 8vw, 96px) clamp(18px, 5vw, 72px);
  color: var(--white);
  background: var(--black);
  border-top: 1px solid var(--line);
}

.contact h2 {
  max-width: 720px;
}

.contact p {
  max-width: 670px;
  color: rgba(255, 255, 255, 0.72);
}

.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

address {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  line-height: 1.8;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.62);
  background: #030303;
  font-size: 0.9rem;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: grid;
    justify-self: end;
    gap: 6px;
    width: 44px;
    height: 44px;
    padding: 13px 10px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: transparent;
  }

  .nav-toggle span {
    display: block;
    height: 2px;
    background: var(--white);
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-header.is-open .site-nav {
    display: grid;
    grid-column: 1 / -1;
    justify-content: stretch;
    gap: 0;
    padding-top: 8px;
  }

  .site-header.is-open .site-nav a {
    padding: 14px 0;
    border-top: 1px solid var(--line);
  }

  .hero {
    min-height: 92svh;
  }

  .hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 24px;
  }

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

  .pricing-layout {
    grid-template-columns: 1fr;
  }

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

  .women-course-info {
    grid-template-columns: 1fr;
  }

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

  .split,
  .women-course,
  .graduation-shell {
    grid-template-columns: 1fr;
  }

  .split-media,
  .split-media img {
    min-height: 420px;
  }

  .split-media-duo {
    min-height: 560px;
  }

  .course-photo-main {
    min-height: 0;
  }

  .contact {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    align-items: start;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 70px;
    padding-inline: 14px;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 94svh;
    padding: 116px 16px 30px;
  }

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

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

  .hero-actions,
  .contact-actions {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .section {
    padding-inline: 16px;
  }

  .intro-grid,
  .professor-grid,
  .pricing-layout,
  .pricing-notes,
  .graduation-form {
    grid-template-columns: 1fr;
  }

  .course-list div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .split-media-duo {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 10px;
    gap: 10px;
  }

  .course-photo-main,
  .course-photo-secondary,
  .course-photo-tertiary {
    grid-column: auto;
    aspect-ratio: 4 / 3;
  }

  .course-photo-main img {
    object-position: center 84%;
  }

  .course-photo-secondary img,
  .course-photo-tertiary img {
    object-position: center 78%;
  }

  .women-course-panel {
    min-height: 260px;
  }

  .women-course-panel img {
    min-height: 360px;
  }

  footer {
    flex-direction: column;
  }
}
