:root {
  --primary: #1f2a44;
  --secondary: #c8a96a;
  --heading: #2b2b2b;
  --body: #0a0a0a;
  --surface: #f8f4ea;
  --surface-soft: #f4ede0;
  --surface-deep: #182133;
  --border: rgba(31, 42, 68, 0.12);
  --shadow: 0 22px 55px rgba(18, 25, 39, 0.12);
  --max-width: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  color: var(--body);
  background:
    radial-gradient(circle at top left, rgba(200, 169, 106, 0.2), transparent 24%),
    linear-gradient(180deg, #fcfaf5 0%, #f5efe5 48%, #fcfaf5 100%);
}

section,
main,
.site-header {
  scroll-margin-top: 1rem;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 1000;
  padding: 0.7rem 1rem;
  border-radius: 0.7rem;
  background: #fff;
  color: var(--primary);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(31, 42, 68, 0.16);
}

.skip-link:focus {
  top: 1rem;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(31, 42, 68, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 42, 68, 0.025) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 82%);
}

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

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--secondary);
  outline-offset: 3px;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--heading);
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  line-height: 1.02;
}

p {
  margin: 0;
}

.page-shell {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 1.2rem 0 3rem;
}

main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.site-header,
.hero-section,
.feature-strip,
.section-cta,
.courses-section,
.split-highlight,
.research-section,
.specialist-section,
.pitch-section,
.professionals-section,
.faq-section,
.final-cta-section {
  animation: rise 0.85s ease both;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 0 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}

.brand-mark {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}

.brand-mark-frame {
  display: grid;
  place-items: center;
  width: 4.7rem;
  height: 4.7rem;
  padding: 0.16rem;
  border-radius: 1.15rem;
  background:
    linear-gradient(180deg, rgba(255, 252, 245, 0.98), rgba(246, 236, 213, 0.96)),
    linear-gradient(135deg, #eadbb8, #c8a96a);
  border: 1px solid rgba(31, 42, 68, 0.14);
  box-shadow: var(--shadow);
}

.brand-mark-image {
  width: 96%;
  height: 96%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 8px 14px rgba(31, 42, 68, 0.12));
}

.brand-mark-ribbon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.55rem;
  padding: 0.18rem 0.7rem;
  border-radius: 999px;
  background: var(--primary);
  color: #fff7eb;
  font-family: "Montserrat", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
}

.brand-text strong,
.site-nav a,
.eyebrow,
.section-kicker,
.panel-label,
.button {
  font-family: "Montserrat", sans-serif;
}

.brand-text strong {
  color: var(--heading);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.brand-text span {
  color: rgba(10, 10, 10, 0.72);
  font-size: 0.92rem;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.site-nav a {
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 1.5rem;
  align-items: stretch;
  padding: 1rem 0 1.5rem;
}

.hero-content,
.hero-art,
.feature-pill,
.section-cta,
.course-card,
.split-copy,
.research-section,
.info-card,
.specialist-section,
.pitch-section,
.pitch-callout,
.faq-section,
.faq-card,
.final-cta-section {
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  min-height: 560px;
  padding: clamp(1rem, 1.8vw, 1.6rem);
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(31, 42, 68, 0.98), rgba(31, 42, 68, 0.88) 58%, rgba(53, 39, 17, 0.82)),
    var(--primary);
  color: #f9f6ef;
}

.hero-content::after {
  content: "";
  position: absolute;
  inset: auto -4rem -5rem auto;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 169, 106, 0.3), transparent 70%);
}

.eyebrow,
.section-kicker,
.panel-label {
  margin-bottom: 1rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--secondary);
}

.hero-content h1 {
  max-width: none;
  color: #fffaf1;
  font-size: clamp(1.7rem, 3.1vw, 2.6rem);
  line-height: 1.06;
}

.hero-subheading {
  max-width: none;
  margin-top: 1rem;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.65;
  color: rgba(249, 246, 239, 0.9);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.25rem;
}

.hero-actions .button {
  align-self: flex-start;
}

.hero-art {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 500px;
  overflow: hidden;
  border-radius: 36px;
  padding: 0.95rem;
  background:
    radial-gradient(circle at top right, rgba(200, 169, 106, 0.24), transparent 28%),
    linear-gradient(180deg, rgba(255, 250, 242, 0.96), rgba(245, 237, 221, 0.96));
}

.hero-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(31, 42, 68, 0.06), transparent 52%);
}

.hero-art::after {
  content: "";
  position: absolute;
  inset: auto -2rem -3rem auto;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 169, 106, 0.24), transparent 68%);
}

.hero-art-crest {
  position: relative;
  z-index: 1;
  width: min(100%, 250px);
  max-height: 225px;
  object-fit: contain;
  margin-top: 0.1rem;
  filter: drop-shadow(0 18px 30px rgba(31, 42, 68, 0.14));
}

.hero-art-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(31, 42, 68, 0.1);
  box-shadow: 0 20px 40px rgba(31, 42, 68, 0.12);
}

.panel-label {
  color: var(--primary);
}

.hero-art-copy h2 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.18;
  color: var(--primary);
  margin-bottom: 0.65rem;
}

.hero-art-copy p {
  line-height: 1.6;
}

.hero-art-copy .button {
  margin-top: 0.85rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #c8a96a, #a58042);
}

.button-secondary {
  color: #fff;
  background: var(--primary);
}

.button-ghost {
  color: var(--primary);
  border-color: rgba(31, 42, 68, 0.16);
  background: rgba(255, 255, 255, 0.78);
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1rem 0 1.5rem;
}

.feature-pill {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-height: 5.1rem;
  padding: 1rem 1.1rem;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 238, 223, 0.96)),
    rgba(255, 253, 248, 0.94);
  border: 1px solid rgba(200, 169, 106, 0.28);
  box-shadow:
    0 0 0 1px rgba(31, 42, 68, 0.14),
    0 18px 34px rgba(31, 42, 68, 0.16);
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.8rem;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(31, 42, 68, 0.94), rgba(31, 42, 68, 0.78));
  color: #f7e8c7;
  box-shadow: inset 0 0 0 1px rgba(200, 169, 106, 0.4);
}

.feature-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: currentColor;
}

.section-cta .feature-pill h2 {
  width: 100%;
  font-size: 26px;
  color: var(--primary);
  line-height: 1.18;
  text-align: left;
}

.section-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: center;
  padding: calc(clamp(1.8rem, 3vw, 2.7rem) + 5px) clamp(1.8rem, 3vw, 2.7rem) clamp(1.8rem, 3vw, 2.7rem);
  border-radius: 32px;
}

.section-cta-primary {
  background:
    radial-gradient(circle at top right, rgba(200, 169, 106, 0.34), transparent 30%),
    radial-gradient(circle at bottom left, rgba(31, 42, 68, 0.12), transparent 36%),
    linear-gradient(135deg, rgba(255, 250, 242, 0.98) 0%, rgba(247, 238, 220, 0.98) 48%, rgba(240, 227, 197, 0.96) 100%);
}

.section-cta .feature-strip {
  grid-column: 1 / -1;
  margin: 0 0 0.25rem;
}

.section-cta-copy {
  max-width: 54rem;
}

.section-kicker {
  color: var(--primary);
}

.section-kicker-light {
  color: rgba(255, 255, 255, 0.72);
}

.section-cta h2,
.section-cta-copy h2,
.section-heading h2,
.split-copy h2,
.research-section h2,
.specialist-heading h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.section-cta-copy h2 {
  font-size: clamp(1.4rem, 2.8vw, 2.45rem);
}

.benefit-list {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  line-height: 1.8;
}

.benefit-list li + li {
  margin-top: 0.3rem;
}

.section-cta-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.courses-section,
.research-section,
.specialist-section,
.pitch-section,
.professionals-section,
.faq-section,
.final-cta-section {
  padding: clamp(1.8rem, 3vw, 2.7rem);
  border-radius: 32px;
  background: rgba(255, 253, 248, 0.94);
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.section-heading-centered {
  align-items: center;
  text-align: center;
}

.section-intro {
  max-width: 52rem;
  line-height: 1.76;
}

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

.course-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 28px;
  background: #fffdf9;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.course-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px rgba(18, 25, 39, 0.16);
}

.course-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.course-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.45rem;
}

.course-card h3,
.info-card h3 {
  font-size: 1.7rem;
}

.course-card p,
.split-copy p,
.info-card,
.research-section p {
  line-height: 1.76;
}

.section-actions {
  justify-content: center;
  margin-top: 1.6rem;
}

.split-highlight {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  gap: 0;
  overflow: hidden;
  border-radius: 36px;
}

.split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-media-right {
  min-height: 100%;
}

.split-copy {
  padding: clamp(2rem, 4vw, 3.2rem);
}

.split-copy-dark {
  background: linear-gradient(180deg, #2b2f35 0%, #1d222a 100%);
  color: rgba(255, 255, 255, 0.9);
}

.split-copy-dark h2 {
  color: #fff;
  margin-bottom: 1rem;
}

.split-copy-dark p + p {
  margin-top: 1rem;
}

.split-copy-dark .button {
  margin-top: 1.6rem;
}

.two-column-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.info-card {
  padding: 1.7rem;
  border-radius: 28px;
  background: linear-gradient(180deg, #fffdfa 0%, #f5ecda 100%);
}

.info-card-accent {
  background:
    linear-gradient(180deg, rgba(31, 42, 68, 0.95), rgba(31, 42, 68, 0.84)),
    var(--primary);
  color: rgba(255, 255, 255, 0.9);
}

.info-card-accent h3 {
  color: #fffaf0;
}

.specialist-top {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: 1rem;
  align-items: center;
}

.pitch-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 1rem;
  align-items: start;
}

.pitch-copy p {
  font-size: 1.04rem;
  line-height: 1.82;
}

.pitch-copy p + p {
  margin-top: 1rem;
}

.pitch-callout {
  padding: 1.6rem;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(31, 42, 68, 0.96), rgba(31, 42, 68, 0.86)),
    var(--primary);
  color: rgba(255, 255, 255, 0.9);
}

.pitch-callout h3 {
  color: #fffaf0;
  font-size: 1.9rem;
  margin-bottom: 0.8rem;
}

.pitch-callout p {
  line-height: 1.75;
}

.pitch-callout .button {
  margin-top: 1.2rem;
}

.specialist-image {
  overflow: hidden;
  border-radius: 28px;
  min-height: 220px;
}

.specialist-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.centerpiece-map {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.centerpiece-map img {
  width: min(100%, 500px);
}

.specialist-map {
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.specialist-map img {
  width: min(100%, 260px);
}

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

.professional-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: #fffdf9;
  box-shadow: var(--shadow);
}

.professional-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.professional-card-body {
  padding: 1.45rem;
}

.professional-card-body h3 {
  font-size: 1.65rem;
  margin-bottom: 0.9rem;
}

.professional-card-body p + p {
  margin-top: 0.7rem;
}

.professional-card-body p {
  line-height: 1.7;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.faq-card {
  padding: 1.45rem;
  border-radius: 24px;
  background: linear-gradient(180deg, #fffdfa 0%, #f5ecda 100%);
}

.faq-card h3 {
  font-size: 1.45rem;
  margin-bottom: 0.8rem;
}

.faq-card p {
  line-height: 1.72;
}

.final-cta-section {
  background:
    radial-gradient(circle at top right, rgba(200, 169, 106, 0.3), transparent 28%),
    radial-gradient(circle at bottom left, rgba(31, 42, 68, 0.12), transparent 36%),
    linear-gradient(135deg, rgba(255, 250, 242, 0.98) 0%, rgba(247, 238, 220, 0.98) 50%, rgba(240, 227, 197, 0.96) 100%);
}

.final-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1080px) {
  .hero-section,
  .split-highlight,
  .specialist-top,
  .pitch-layout {
    grid-template-columns: 1fr;
  }

  .course-grid,
  .feature-strip,
  .two-column-features,
  .professional-grid,
  .faq-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-art {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(calc(100% - 1rem), var(--max-width));
    padding-top: 0.6rem;
  }

  .site-header {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding-bottom: 1.25rem;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
    width: 100%;
  }

  .site-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.6rem;
    padding: 0.55rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(31, 42, 68, 0.12);
    font-size: 0.74rem;
    text-align: center;
  }

  .site-nav a:last-child {
    display: none;
  }

  .hero-section {
    gap: 1rem;
    padding-bottom: 0;
  }

  .section-cta {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 1rem;
    padding: 1.15rem;
  }

  .feature-strip,
  .course-grid,
  .two-column-features,
  .professional-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-content,
  .hero-art,
  .feature-pill,
  .section-cta,
  .courses-section,
  .split-highlight,
  .research-section,
  .info-card,
  .specialist-section,
  .pitch-section,
  .professionals-section,
  .faq-section,
  .final-cta-section {
    border-radius: 24px;
  }

  .hero-content {
    min-height: auto;
    padding: 1.1rem;
  }

  .hero-content h1 {
    max-width: 100%;
    font-size: clamp(1.7rem, 6.6vw, 2.35rem);
  }

  .hero-subheading {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .brand-mark {
    gap: 0.3rem;
  }

  .brand-mark-frame {
    width: 4rem;
    height: 4rem;
    padding: 0.14rem;
    border-radius: 1rem;
  }

  .hero-art {
    min-height: 260px;
  }

  .hero-art-crest {
    width: min(100%, 190px);
    max-height: 165px;
  }

  .hero-art-copy {
    padding: 0.9rem;
  }

  .hero-art-copy h2 {
    font-size: 1.2rem;
  }

  .feature-pill {
    min-height: auto;
    padding: 0.9rem 1rem;
  }

  .feature-icon {
    flex: 0 0 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
  }

  .section-cta .feature-pill h2 {
    font-size: 18px;
    line-height: 1.2;
  }

  .section-cta-copy h2,
  .section-heading h2,
  .split-copy h2,
  .research-section h2,
  .specialist-heading h2 {
    font-size: clamp(1.5rem, 7vw, 2.05rem);
  }

  .pitch-callout,
  .faq-card,
  .info-card,
  .professional-card-body {
    padding: 1.2rem;
  }

  .final-cta-actions,
  .section-actions,
  .section-cta-actions,
  .hero-actions {
    width: 100%;
  }

  .button {
    width: 100%;
  }
}
