:root {
  --white: #ffffff;
  --clean-white: #fbf7f4;
  --soft-white: #f8f2ec;
  --ink: #080808;
  --ink-soft: #34302d;
  --muted: #6a5f56;
  --crimson: #8b0015;
  --dark-crimson: #5e000e;
  --gold: #c28a34;
  --gold-soft: #d6b766;
  --gold-pale: #ead8b6;
  --line: rgba(203, 162, 74, 0.28);
  --hairline: rgba(52, 48, 45, 0.12);
  --shadow: 0 18px 45px rgba(8, 8, 8, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  color: var(--ink);
  background: var(--white);
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

body {
  margin: 0;
  min-width: 320px;
  background: linear-gradient(90deg, #fff 0%, var(--clean-white) 52%, #fff 100%);
  overflow-x: hidden;
}

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

button,
input {
  font: inherit;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.announcement,
.site-header,
main,
.site-footer {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.announcement {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  color: var(--clean-white);
  background: var(--ink-soft);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
}

.site-header {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 96px;
  padding: 18px 48px 12px;
  background: rgba(255, 255, 255, 0.96);
}

.brand {
  display: grid;
  width: 136px;
  justify-items: center;
  color: var(--dark-crimson);
  line-height: 1;
}

.brand-main {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 56px;
  font-weight: 600;
  letter-spacing: 0;
}

.brand-rule {
  width: 104px;
  height: 1px;
  margin: -2px 0 4px;
  background: var(--gold-soft);
}

.brand-sub {
  color: var(--ink);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  min-width: 0;
  justify-content: center;
  gap: 38px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-nav a {
  position: relative;
  padding: 10px 0;
}

.main-nav .active {
  color: var(--dark-crimson);
}

.main-nav .active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--dark-crimson);
  content: "";
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.book-button {
  display: inline-flex;
  min-width: 180px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: var(--white);
  background: var(--dark-crimson);
  box-shadow: 0 8px 20px rgba(94, 0, 14, 0.18);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  white-space: nowrap;
}

.icon-link {
  display: grid;
  width: 26px;
  height: 48px;
  place-items: center;
  color: var(--ink);
}

.icon-link svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.8;
}

.hero {
  position: relative;
  display: grid;
  min-height: 568px;
  overflow: hidden;
  background: linear-gradient(90deg, #fff 0%, #fbf7f4 44%, rgba(251, 247, 244, 0) 76%);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.98) 33%, rgba(251, 247, 244, 0.78) 45%, rgba(251, 247, 244, 0.1) 67%, rgba(8, 8, 8, 0.1) 100%);
  content: "";
  pointer-events: none;
}

.hero-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 64%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.02);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(52%, 700px);
  min-width: 540px;
  padding: 32px 48px 74px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
  color: var(--dark-crimson);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.breadcrumb a,
.breadcrumb span {
  color: var(--ink);
}

.breadcrumb span:last-child {
  color: var(--gold);
}

.hero h1,
.hero-script,
.experience-copy h2,
.paths-section h2,
.cta-band h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 590px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(54px, 4.35vw, 64px);
  line-height: 0.98;
}

.hero-script {
  margin: 12px 0 28px;
  color: var(--dark-crimson);
  font-size: clamp(34px, 3.3vw, 48px);
  line-height: 1.02;
}

.hero-script span {
  color: var(--gold);
  font-family: "Jost", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.hero-text {
  position: relative;
  max-width: 440px;
  margin: 0;
  padding-top: 34px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
}

.hero-text::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 1px;
  background: var(--gold);
  content: "";
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.primary-btn,
.outline-btn,
.gold-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.primary-btn {
  min-width: 292px;
  padding: 0 24px;
  color: var(--white);
  background: var(--crimson);
  box-shadow: 0 10px 22px rgba(139, 0, 21, 0.18);
}

.outline-btn {
  min-width: 180px;
  padding: 0 24px;
  border: 1px solid rgba(139, 0, 21, 0.55);
  color: var(--dark-crimson);
  background: rgba(255, 255, 255, 0.82);
}

.path-card {
  position: absolute;
  right: 52px;
  bottom: 58px;
  z-index: 2;
  display: grid;
  grid-template-columns: 44px 1fr;
  width: min(320px, 28vw);
  gap: 0 18px;
  padding: 28px 28px 24px;
  border: 1px solid rgba(194, 138, 52, 0.64);
  border-radius: 7px;
  color: var(--white);
  background: rgba(8, 8, 8, 0.78);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.25);
}

.path-star {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 30px;
  line-height: 1;
}

.path-card h2 {
  margin: 0 0 18px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}

.path-card p,
.path-card a {
  grid-column: 2;
}

.path-card p {
  margin: 0 0 12px;
  color: #fbf7f4;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.45;
}

.path-card p span {
  color: var(--white);
  font-weight: 500;
}

.path-card a,
.text-cta,
.cta-band a {
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.pillar-row {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: calc(100% - 96px);
  margin: -26px auto 0;
  overflow: hidden;
  border: 1px solid rgba(203, 162, 74, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.pillar-row article {
  display: grid;
  justify-items: center;
  min-height: 196px;
  padding: 34px 26px 26px;
  text-align: center;
}

.pillar-row article + article {
  border-left: 1px solid rgba(203, 162, 74, 0.25);
}

.pillar-row svg {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  color: var(--gold);
}

.pillar-row h2,
.path-tabs h3 {
  margin: 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.35;
  text-transform: uppercase;
}

.pillar-row p {
  max-width: 180px;
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
}

.experience-section {
  display: grid;
  grid-template-columns: minmax(280px, 540px) minmax(320px, 1fr) minmax(220px, 300px);
  gap: 40px;
  align-items: center;
  padding: 42px 48px 30px;
}

.experience-image,
.path-image {
  width: 100%;
  object-fit: cover;
  border-radius: 7px;
  box-shadow: 0 14px 28px rgba(8, 8, 8, 0.1);
}

.experience-image {
  aspect-ratio: 1.45;
}

.eyebrow {
  margin: 0 0 12px;
  color: #a66d21;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.experience-copy h2 {
  max-width: 540px;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1.08;
}

.experience-copy > p:not(.eyebrow) {
  max-width: 570px;
  margin: 0 0 24px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.58;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.45;
}

.check-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  content: "✓";
  font-size: 12px;
  line-height: 1;
}

blockquote {
  margin: 0;
  padding: 34px 34px 30px;
  border-radius: 7px;
  background: linear-gradient(135deg, #FBF7F4 0%, #ffffff 100%);
}

blockquote span {
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 54px;
  line-height: 0.7;
}

blockquote p {
  margin: 0 0 18px;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  line-height: 1.38;
}

blockquote cite {
  color: var(--ink);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.paths-section {
  padding: 0 48px 28px;
}

.section-heading h2 {
  margin: 0 0 24px;
  color: var(--ink);
  font-size: clamp(34px, 3.2vw, 46px);
  line-height: 1.08;
}

.paths-layout {
  display: grid;
  grid-template-columns: 330px minmax(280px, 1fr) minmax(340px, 570px);
  gap: 38px;
  align-items: stretch;
}

.path-tabs {
  display: grid;
  gap: 16px;
  padding-right: 32px;
  border-right: 1px solid var(--gold-pale);
}

.path-tabs article {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 2px 18px;
  padding: 14px 16px;
  border: 1px solid transparent;
  border-radius: 6px;
}

.path-tabs article.selected {
  border-color: rgba(139, 0, 21, 0.45);
  background: rgba(255, 255, 255, 0.68);
}

.path-tabs svg {
  grid-row: 1 / 3;
  width: 32px;
  height: 32px;
  align-self: center;
  color: var(--gold);
}

.path-tabs p {
  margin: 5px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.35;
}

.path-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-content: start;
}

.path-details article {
  min-height: 0;
}

.path-details h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.path-details p {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.note {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 20px;
  padding: 18px;
  border-radius: 4px;
  background: #F8F8F6;
}

.note svg {
  width: 36px;
  height: 36px;
  color: var(--gold);
}

.note p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}

.text-cta {
  display: inline-flex;
  margin-top: 18px;
  color: var(--dark-crimson);
}

.path-image {
  height: 100%;
  min-height: 360px;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 0;
  margin: 0 48px 30px;
  overflow: hidden;
  border-radius: 7px;
  color: var(--white);
  background: radial-gradient(circle at 20% 40%, rgba(203, 162, 74, 0.16), transparent 28%), #111;
  box-shadow: 0 16px 32px rgba(8, 8, 8, 0.16);
}

.cta-band > div {
  display: grid;
  grid-template-columns: 78px 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 156px;
  padding: 28px 36px;
}

.cta-band > div + div {
  grid-template-columns: 58px 1fr;
  border-left: 1px solid rgba(203, 162, 74, 0.42);
}

.heart-icon,
.cta-band svg {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 42px;
  line-height: 1;
}

.cta-band svg {
  border: 0;
  border-radius: 0;
  stroke-width: 1.4;
}

.cta-band h2 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.1;
}

.cta-band p {
  max-width: 520px;
  margin: 0;
  color: var(--clean-white);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

.gold-btn {
  min-width: 226px;
  padding: 0 24px;
  color: var(--white);
  background: linear-gradient(135deg, #c28a34, #d6a14d);
}

.cta-band div div a {
  display: inline-flex;
  margin-top: 18px;
}

.site-footer {
  display: grid;
  grid-template-columns: 220px 1fr 360px;
  gap: 56px;
  padding: 32px 48px 28px;
  background: var(--clean-white);
}

.footer-brand .brand {
  margin-bottom: 18px;
}

.footer-brand p,
.newsletter p {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.45;
}

.socials {
  display: flex;
  gap: 14px;
  margin-top: 18px;
}

.socials a {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: var(--ink);
  font-size: 11px;
  font-weight: 600;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}

.footer-links h2,
.newsletter h2 {
  margin: 0 0 14px;
  color: #a66d21;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.footer-links a {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 300;
}

.newsletter form {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 320px;
  height: 44px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(52, 48, 45, 0.16);
  border-radius: 4px;
  background: var(--white);
}

.newsletter label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.newsletter input {
  width: 100%;
  border: 0;
  padding: 0 54px 0 16px;
  color: var(--ink);
  background: transparent;
  font-size: 13px;
  font-weight: 300;
}

.newsletter button {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  width: 48px;
  height: 44px;
  place-items: center;
  border: 0;
  color: var(--white);
  background: var(--dark-crimson);
  cursor: pointer;
}

.newsletter button svg {
  width: 20px;
  height: 20px;
}

.legal {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 300;
}

.legal nav {
  display: flex;
  gap: 24px;
}

@media (max-width: 1320px) {
  .site-header {
    grid-template-columns: auto 1fr;
    padding: 16px 28px;
  }

  .main-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 24px;
    flex-wrap: wrap;
  }

  .header-actions {
    justify-content: flex-end;
  }

  .path-card {
    right: 28px;
    width: 310px;
  }

  .pillar-row {
    width: calc(100% - 56px);
  }

  .experience-section {
    grid-template-columns: 0.9fr 1fr;
  }

  blockquote {
    grid-column: 1 / -1;
  }

  .paths-layout {
    grid-template-columns: 280px 1fr;
  }

  .path-image {
    grid-column: 1 / -1;
    max-height: 380px;
  }

  .cta-band {
    grid-template-columns: 1fr;
  }

  .cta-band > div + div {
    border-top: 1px solid rgba(203, 162, 74, 0.42);
    border-left: 0;
  }

  .site-footer {
    grid-template-columns: 220px 1fr;
  }

  .newsletter {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .announcement {
    min-height: 42px;
    padding: 9px 16px;
    font-size: 12px;
  }

  .site-header {
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    max-width: 100vw;
    gap: 16px;
    padding: 16px;
  }

  .brand-main {
    font-size: 48px;
  }

  .header-actions {
    margin-left: auto;
    gap: 10px;
  }

  .book-button {
    min-width: 132px;
    height: 42px;
    padding: 0 14px;
    font-size: 10px;
    letter-spacing: 1.1px;
  }

  .icon-link {
    display: none;
  }

  .main-nav {
    flex: 0 0 100%;
    max-width: calc(100vw - 32px);
    gap: 8px 16px;
    font-size: 11px;
    letter-spacing: 1.4px;
    white-space: normal;
  }

  .hero {
    min-height: 790px;
    background: var(--white);
  }

  .hero::before {
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.98) 52%, rgba(251, 247, 244, 0.25) 74%, rgba(8, 8, 8, 0.2) 100%);
  }

  .hero-image {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 42%;
  }

  .hero-copy {
    width: 100%;
    min-width: 0;
    padding: 24px 16px 40px;
  }

  .breadcrumb {
    margin-bottom: 24px;
  }

  .hero h1 {
    font-size: clamp(48px, 13vw, 62px);
  }

  .hero-script {
    font-size: clamp(30px, 8vw, 38px);
  }

  .hero-text {
    max-width: 360px;
    font-size: 16px;
  }

  .hero-actions {
    gap: 12px;
  }

  .primary-btn,
  .outline-btn {
    width: 100%;
    min-width: 0;
  }

  .path-card {
    right: 16px;
    bottom: 24px;
    width: calc(100% - 32px);
    max-width: 360px;
  }

  .pillar-row {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
    margin-top: 18px;
  }

  .pillar-row article {
    min-height: 0;
    padding: 24px 20px;
  }

  .pillar-row article + article {
    border-top: 1px solid rgba(203, 162, 74, 0.25);
    border-left: 0;
  }

  .experience-section,
  .paths-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .experience-section {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  blockquote {
    padding: 28px 24px;
  }

  .paths-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .path-tabs {
    padding-right: 0;
    border-right: 0;
  }

  .path-details {
    grid-template-columns: 1fr;
  }

  .path-image {
    min-height: 260px;
  }

  .cta-band {
    margin-right: 16px;
    margin-left: 16px;
  }

  .cta-band > div,
  .cta-band > div + div {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding: 28px 24px;
  }

  .gold-btn {
    width: 100%;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 32px 16px 24px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .legal nav {
    flex-wrap: wrap;
    gap: 16px;
  }
}

@media (max-width: 440px) {
  .brand {
    width: 112px;
  }

  .brand-main {
    font-size: 40px;
  }

  .brand-rule {
    width: 88px;
  }

  .brand-sub {
    font-size: 10px;
    letter-spacing: 3px;
  }

  .book-button {
    min-width: 112px;
  }
}
