@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Manrope:wght@400;500;600;700&display=swap");

:root {
  --ink: #191913;
  --ink-soft: #303026;
  --ivory: #f2eee4;
  --paper: #fbf8f1;
  --paper-deep: #e8e1d2;
  --gold: #a98442;
  --gold-light: #d0ad67;
  --gold-pale: #e5d6b2;
  --white: #fffdf8;
  --line: rgba(25, 25, 19, 0.16);
  --serif: "Cormorant Garamond", "Iowan Old Style", "Baskerville", Georgia, serif;
  --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(31, 26, 17, 0.13);
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.025;
  z-index: 99;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

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

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

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.narrow {
  width: min(calc(100% - 40px), 920px);
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 200;
  padding: 12px 18px;
  color: var(--white);
  background: var(--ink);
  transition: top 0.2s;
}

.skip-link:focus {
  top: 12px;
}

.section {
  padding: 120px 0;
}

.section-ivory {
  background: var(--ivory);
}

.section-dark {
  color: var(--white);
  background: var(--ink);
}

.section-number,
.eyebrow {
  margin: 0 0 24px;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  line-height: 1.4;
  text-transform: uppercase;
}

.section-number.light {
  color: var(--gold-light);
}

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

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 0.98;
}

h1 {
  max-width: 780px;
  margin-bottom: 28px;
  font-size: clamp(3.45rem, 6.7vw, 6.2rem);
}

h1 em {
  display: block;
  color: var(--gold-light);
  font-weight: 500;
}

h2 {
  margin-bottom: 30px;
  font-size: clamp(2.8rem, 5.2vw, 5rem);
}

h3 {
  font-size: 2rem;
  line-height: 1.05;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.site-header.scrolled {
  position: fixed;
  color: var(--ink);
  background: rgba(251, 248, 241, 0.93);
  border-color: var(--line);
  box-shadow: 0 8px 30px rgba(30, 27, 19, 0.07);
  backdrop-filter: blur(15px);
  animation: slide-down 0.35s ease both;
}

@keyframes slide-down {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

.nav-wrap {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--gold-light);
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  transform: rotate(45deg);
}

.brand-mark::first-line {
  transform: rotate(-45deg);
}

.brand-mark {
  text-indent: 0;
}

.brand-mark::after {
  content: "AIB";
  transform: rotate(-45deg);
}

.brand-mark {
  color: transparent;
}

.brand-mark::after {
  color: currentColor;
}

.brand .brand-mark::after,
.footer-brand .brand-mark::after {
  color: var(--gold-light);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.brand-copy strong {
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 600;
  white-space: nowrap;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--gold-light);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
}

.main-nav a {
  position: relative;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--gold);
  transition: right 0.25s ease;
}

.main-nav a:hover::after {
  right: 0;
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 14px 25px;
  border: 1px solid transparent;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

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

.button-small {
  min-height: 44px;
  padding: 10px 18px;
  font-size: 0.64rem;
}

.button-outline {
  color: inherit;
  border-color: currentColor;
}

.button-outline:hover {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

.site-header.scrolled .button-outline:hover {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.button-gold {
  color: #17140d;
  background: var(--gold-light);
  border-color: var(--gold-light);
  box-shadow: 0 10px 30px rgba(169, 132, 66, 0.19);
}

.button-gold:hover {
  background: #ddbd7d;
  border-color: #ddbd7d;
}

.button-full {
  width: 100%;
}

.hero {
  position: relative;
  min-height: 880px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 28%, rgba(177, 137, 73, 0.22), transparent 31%),
    linear-gradient(116deg, #11110d 0%, #202017 58%, #12120f 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: repeating-linear-gradient(90deg, transparent 0 79px, rgba(255,255,255,.035) 80px);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 880px;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  align-items: center;
  gap: 72px;
  padding-top: 126px;
  padding-bottom: 70px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--gold-light);
}

.eyebrow span {
  width: 32px;
  height: 1px;
  background: currentColor;
}

.hero-lead {
  max-width: 680px;
  margin-bottom: 34px;
  color: rgba(255, 253, 248, 0.72);
  font-size: 1.02rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.text-link {
  padding-bottom: 5px;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.quick-facts {
  display: flex;
  gap: 0;
  margin: 48px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
}

.quick-facts li {
  display: grid;
  min-width: 130px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  padding-right: 22px;
  margin-right: 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.quick-facts li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.quick-facts strong {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
}

.quick-facts span {
  max-width: 80px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.hero-art {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.arch-card {
  position: relative;
  width: min(100%, 405px);
  min-height: 590px;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(rgba(255,255,255,.33) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px),
    #d9c49a;
  background-size: 33px 33px;
  border: 1px solid rgba(222, 192, 131, 0.75);
  border-radius: 210px 210px 4px 4px;
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.36);
}

.arch-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(38, 34, 25, 0.29);
  border-radius: 190px 190px 2px 2px;
}

.arch-line {
  position: absolute;
  inset: 35px;
  border: 1px solid rgba(38, 34, 25, 0.14);
  border-radius: 170px 170px 0 0;
}

.edition-number {
  position: absolute;
  top: 92px;
  left: 50%;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  transform: translateX(-50%);
  white-space: nowrap;
}

.portrait-seal {
  position: absolute;
  top: 145px;
  left: 50%;
  width: 180px;
  height: 180px;
  color: var(--ink);
  transform: translateX(-50%);
}

.portrait-seal::before,
.portrait-seal::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(25, 25, 19, 0.78);
  border-radius: 50%;
}

.portrait-seal::before {
  inset: 0;
  box-shadow: 0 0 0 4px rgba(217, 196, 154, 0.7), 0 0 0 5px rgba(25, 25, 19, 0.7);
}

.portrait-seal::after {
  inset: 9px;
  border-color: rgba(25, 25, 19, 0.48);
}

.portrait-photo {
  position: absolute;
  inset: 19px;
  z-index: 1;
  overflow: hidden;
  background: #b69c6e;
  border: 1px solid rgba(25, 25, 19, 0.75);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px rgba(226, 207, 166, 0.35), 0 8px 20px rgba(49, 39, 22, 0.16);
}

.portrait-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 42%, transparent 48%, rgba(65, 48, 22, 0.28) 100%);
  pointer-events: none;
}

.portrait-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
  filter: grayscale(1) sepia(0.35) contrast(1.12) brightness(0.9);
  mix-blend-mode: multiply;
}

.art-title {
  position: absolute;
  top: 346px;
  right: 40px;
  left: 40px;
  text-align: center;
}

.art-title span,
.art-title strong {
  display: block;
  font-family: var(--serif);
  font-size: 2.2rem;
  line-height: 0.92;
}

.art-title strong {
  font-style: italic;
  font-weight: 600;
}

.art-title small {
  display: block;
  margin-top: 14px;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.3em;
}

.book-composition {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 137px;
  border-top: 1px solid rgba(38, 34, 25, 0.3);
  background: rgba(255, 251, 240, 0.22);
}

.book {
  position: absolute;
  bottom: 22px;
  display: grid;
  place-items: center;
  background: #25251e;
  border: 1px solid #81714f;
  box-shadow: inset 4px 0 rgba(255,255,255,.06), 6px 8px 20px rgba(39,30,15,.24);
}

.book i {
  color: #cfb47d;
  font-family: var(--serif);
  font-size: 0.58rem;
  font-style: normal;
  letter-spacing: 0.12em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.book-one { left: 92px; width: 48px; height: 92px; transform: rotate(-6deg); }
.book-two { left: 145px; width: 52px; height: 106px; }
.book-three { left: 203px; width: 58px; height: 118px; transform: rotate(3deg); }

.art-caption {
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--serif);
  font-size: 0.78rem;
  font-style: italic;
  letter-spacing: 0.08em;
}

.manifesto {
  position: relative;
  text-align: center;
}

.manifesto::before,
.manifesto::after {
  content: "";
  position: absolute;
  top: 80px;
  bottom: 80px;
  width: 1px;
  background: linear-gradient(transparent, var(--line), transparent);
}

.manifesto::before { left: 6vw; }
.manifesto::after { right: 6vw; }

.manifesto h2 {
  max-width: 850px;
  margin-inline: auto;
}

.manifesto-copy {
  display: grid;
  max-width: 780px;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  margin: 50px auto 0;
  color: #56564c;
  text-align: left;
}

.manifesto-copy p:first-child::first-letter {
  float: left;
  margin: 9px 8px 0 0;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 4.4rem;
  line-height: 0.55;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 70px;
}

.section-heading .section-number {
  align-self: start;
  white-space: nowrap;
}

.section-heading h2 {
  max-width: 830px;
  margin: 0;
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.outcome-card {
  min-height: 360px;
  padding: 38px 38px 30px;
  border-right: 1px solid var(--line);
}

.outcome-card:last-child {
  border-right: 0;
}

.outcome-card > span {
  display: inline-block;
  margin-bottom: 80px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.1rem;
}

.outcome-card h3 {
  margin-bottom: 18px;
}

.outcome-card p {
  margin: 0;
  color: #646458;
  font-size: 0.87rem;
  line-height: 1.75;
}

.program-grid {
  display: grid;
  grid-template-columns: 0.67fr 1.33fr;
  align-items: start;
  gap: 100px;
}

.program-intro {
  position: sticky;
  top: 130px;
}

.program-intro h2 {
  margin-bottom: 30px;
}

.program-intro > p:not(.section-number) {
  color: #626257;
  font-size: 0.92rem;
}

.ornament {
  display: grid;
  width: 56px;
  height: 56px;
  margin-top: 45px;
  place-items: center;
  color: var(--gold);
  border: 1px solid var(--gold-pale);
  transform: rotate(45deg);
}

.ornament::first-line {
  transform: rotate(-45deg);
}

.module-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.module {
  display: grid;
  grid-template-columns: 82px 1fr auto;
  gap: 28px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
  transition: padding 0.3s ease, background 0.3s ease;
}

.module:hover {
  padding-right: 18px;
  padding-left: 18px;
  background: rgba(169, 132, 66, 0.05);
}

.module-number {
  color: #8a887c;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.module-number strong {
  display: block;
  margin-top: 5px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
}

.module h3 {
  margin-bottom: 12px;
  font-size: 1.8rem;
  line-height: 1.08;
}

.module p {
  max-width: 580px;
  margin: 0;
  color: #69695f;
  font-size: 0.82rem;
  line-height: 1.65;
}

.module-mark {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.25rem;
}

.mid-cta {
  position: relative;
  overflow: hidden;
}

.mid-cta::after {
  content: "AIB";
  position: absolute;
  right: -25px;
  bottom: -105px;
  color: rgba(255, 255, 255, 0.025);
  font-family: var(--serif);
  font-size: 22rem;
  font-weight: 700;
  line-height: 1;
}

.mid-cta-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.48fr 1fr 0.55fr;
  align-items: center;
  gap: 50px;
}

.mid-cta-grid .section-number {
  margin: 0;
}

.mid-cta h2 {
  margin-bottom: 22px;
  font-size: clamp(2.7rem, 4.5vw, 4.2rem);
}

.mid-cta h2 em {
  color: var(--gold-light);
  font-weight: 500;
}

.mid-cta-grid > div p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.88rem;
}

.included-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  align-items: center;
}

.included-card {
  position: relative;
  min-height: 520px;
  padding: 56px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--paper-deep);
  box-shadow: var(--shadow);
}

.included-card::before,
.included-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border: 1px solid var(--gold-pale);
  transform: rotate(45deg);
}

.included-card::before { top: -88px; right: -75px; }
.included-card::after { bottom: -92px; left: -75px; }

.included-symbol {
  display: flex;
  min-height: 270px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: var(--ink);
}

.included-symbol span {
  font-family: var(--serif);
  font-size: 9rem;
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 1;
}

.included-symbol small {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 3rem;
}

.included-legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  font-family: var(--serif);
  font-size: 1.12rem;
  font-style: italic;
}

.included-legend i {
  color: var(--gold);
}

.included-copy h2 {
  font-size: clamp(2.8rem, 4.8vw, 4.6rem);
}

.check-list {
  margin: 45px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 18px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}

.check-list li > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--gold);
  border: 1px solid var(--gold-pale);
  border-radius: 50%;
  font-size: 0.75rem;
}

.check-list strong,
.check-list small {
  display: block;
}

.check-list strong {
  font-family: var(--serif);
  font-size: 1.3rem;
  line-height: 1.2;
}

.check-list small {
  margin-top: 4px;
  color: #77766a;
  font-size: 0.73rem;
}

.about {
  background: var(--paper);
}

.about-grid {
  display: grid;
  max-width: 950px;
  grid-template-columns: 280px 1fr;
  align-items: center;
  gap: 105px;
}

.monogram {
  position: relative;
  display: grid;
  width: 250px;
  height: 250px;
  place-items: center;
  border: 1px solid var(--gold-pale);
  transform: rotate(45deg);
}

.monogram::before,
.monogram::after {
  content: "";
  position: absolute;
  inset: 17px;
  border: 1px solid var(--gold-pale);
}

.monogram::after {
  inset: 34px;
}

.monogram span,
.monogram strong {
  position: absolute;
  font-family: var(--serif);
  transform: rotate(-45deg);
}

.monogram span {
  margin: -40px 0 0 -28px;
  color: var(--gold);
  font-size: 2.7rem;
}

.monogram strong {
  margin: 34px 0 0 35px;
  font-size: 5.5rem;
  font-weight: 500;
}

.about-copy h2 {
  margin-bottom: 18px;
}

.about-lead {
  max-width: 620px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.6rem;
  font-style: italic;
  line-height: 1.35;
}

.about-copy > p:last-child {
  color: #5f5f54;
  font-size: 0.91rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  align-items: start;
  gap: 100px;
}

.faq-intro {
  position: sticky;
  top: 130px;
}

.faq-intro p:last-child {
  color: #66665b;
}

.accordion {
  border-top: 1px solid var(--line);
}

.accordion details {
  border-bottom: 1px solid var(--line);
}

.accordion summary {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.2;
  list-style: none;
}

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

.accordion summary i {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.accordion summary i::before,
.accordion summary i::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 2px;
  left: 2px;
  height: 1px;
  background: var(--gold);
  transition: transform 0.25s;
}

.accordion summary i::after {
  transform: rotate(90deg);
}

.accordion details[open] summary i::after {
  transform: rotate(0);
}

.accordion details p {
  max-width: 650px;
  padding: 0 54px 26px 0;
  margin: -4px 0 0;
  color: #68685d;
  font-size: 0.86rem;
}

.enrollment {
  color: var(--white);
  background:
    radial-gradient(circle at 20% 0%, rgba(169,132,66,.18), transparent 30%),
    #14140f;
}

.enrollment-shell {
  max-width: 1080px;
}

.enrollment-top {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 64px;
}

.enrollment-top h2 {
  margin: 0;
}

.enrollment-top > p {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
}

.offer-card {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  color: var(--ink);
  background: var(--ivory);
  box-shadow: 0 35px 100px rgba(0,0,0,.35);
}

.offer-details,
.offer-action {
  padding: 55px 62px;
}

.offer-details {
  border-right: 1px solid var(--line);
}

.offer-details > p {
  margin-bottom: 26px;
  color: #777468;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offer-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.offer-details li {
  position: relative;
  padding: 12px 0 12px 30px;
  border-bottom: 1px solid var(--line);
  font-family: var(--serif);
  font-size: 1.45rem;
}

.offer-details li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 0.65rem;
}

.offer-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #e7dfce;
}

.offer-action > small {
  margin-bottom: 4px;
  color: #777468;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.offer-action > strong {
  display: block;
  margin-bottom: 26px;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 600;
  line-height: 1.05;
}

.offer-action > p {
  margin: 12px 0 0;
  color: #777468;
  font-size: 0.63rem;
  text-align: center;
}

.site-footer {
  padding: 58px 0 30px;
  color: rgba(255, 255, 255, 0.7);
  background: #0d0d0a;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  align-items: center;
  gap: 50px;
  padding-bottom: 45px;
}

.footer-brand p {
  margin: 0;
  font-family: var(--serif);
  line-height: 1.35;
}

.footer-brand p strong {
  color: var(--white);
  font-size: 1.1rem;
}

.footer-grid > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.43);
  font-size: 0.68rem;
  line-height: 1.55;
}

.footer-grid > a {
  color: var(--gold-light);
  font-size: 0.68rem;
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.34);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.58rem;
  letter-spacing: 0.06em;
}

.mobile-buy {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

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

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1040px) {
  .main-nav { display: none; }
  .hero-grid { grid-template-columns: 1.15fr .85fr; gap: 35px; }
  .arch-card { min-height: 540px; }
  .program-grid,
  .faq-grid { gap: 60px; }
  .mid-cta-grid { grid-template-columns: 1fr 1.4fr; }
  .mid-cta-grid .button { grid-column: 2; justify-self: start; }
  .included-grid { gap: 55px; }
  .included-card { padding: 40px; }
  .offer-details,
  .offer-action { padding: 45px; }
}

@media (max-width: 820px) {
  .section { padding: 90px 0; }
  .site-header .button { display: none; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 145px; padding-bottom: 85px; }
  .hero-copy { text-align: center; }
  .eyebrow,
  .hero-actions,
  .quick-facts { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-art { display: none; }
  .manifesto-copy { gap: 35px; }
  .section-heading { display: block; }
  .section-heading h2 { margin-top: 30px; }
  .outcome-card { min-height: 340px; padding: 30px 25px; }
  .program-grid,
  .faq-grid { grid-template-columns: 1fr; }
  .program-intro,
  .faq-intro { position: static; }
  .program-intro { max-width: 650px; }
  .mid-cta-grid { grid-template-columns: 1fr; text-align: center; }
  .mid-cta-grid .button { grid-column: auto; justify-self: center; }
  .included-grid { grid-template-columns: 1fr; }
  .included-card { max-width: 600px; width: 100%; margin-inline: auto; }
  .about-grid { grid-template-columns: 220px 1fr; gap: 60px; }
  .monogram { width: 195px; height: 195px; }
  .monogram strong { font-size: 4.5rem; }
  .enrollment-top { grid-template-columns: 1fr; gap: 20px; }
  .offer-card { grid-template-columns: 1fr; }
  .offer-details { border-right: 0; border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr auto; }
  .footer-grid > p { display: none; }
  .mobile-buy {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 80;
    display: flex;
    min-height: 62px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 11px 18px;
    color: var(--ink);
    background: var(--gold-light);
    box-shadow: 0 12px 40px rgba(0,0,0,.3);
    font-size: .67rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(120%);
    transition: opacity .25s ease, transform .25s ease;
  }
  .mobile-buy.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-buy span { opacity: .7; }
  .mobile-buy strong { text-transform: uppercase; }
  .site-footer { padding-bottom: 105px; }
}

@media (max-width: 600px) {
  .container,
  .narrow { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 75px 0; }
  .nav-wrap { min-height: 75px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { display: none; }
  h1 { font-size: clamp(3.1rem, 14vw, 4.65rem); }
  h2 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .hero-grid { padding-top: 125px; padding-bottom: 65px; }
  .eyebrow { align-items: flex-start; font-size: .6rem; }
  .eyebrow span { margin-top: 7px; }
  .hero-actions { flex-direction: column; gap: 21px; }
  .hero-actions .button { width: 100%; }
  .quick-facts { display: grid; grid-template-columns: repeat(3, 1fr); }
  .quick-facts li { display: flex; min-width: 0; flex-direction: column; gap: 2px; margin-right: 10px; padding-right: 10px; }
  .quick-facts span { font-size: .55rem; }
  .manifesto::before,
  .manifesto::after { display: none; }
  .manifesto-copy { grid-template-columns: 1fr; gap: 10px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-card { min-height: auto; padding: 30px 8px; border-right: 0; border-bottom: 1px solid var(--line); }
  .outcome-card:last-child { border-bottom: 0; }
  .outcome-card > span { margin-bottom: 36px; }
  .module { grid-template-columns: 58px 1fr; gap: 15px; }
  .module-mark { display: none; }
  .module h3 { font-size: 1.55rem; }
  .mid-cta::after { font-size: 11rem; bottom: -40px; }
  .included-card { min-height: 410px; padding: 30px 24px; }
  .included-symbol { min-height: 235px; gap: 13px; }
  .included-symbol span { font-size: 6.7rem; }
  .included-legend { flex-wrap: wrap; font-size: .95rem; }
  .about-grid { grid-template-columns: 1fr; gap: 70px; }
  .monogram { width: 165px; height: 165px; margin-inline: auto; }
  .monogram strong { font-size: 3.8rem; }
  .about-copy { text-align: center; }
  .accordion summary { min-height: 78px; font-size: 1.25rem; }
  .enrollment-top { text-align: center; }
  .offer-details,
  .offer-action { padding: 35px 26px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-grid > a { justify-self: center; }
  .footer-bottom { flex-direction: column; align-items: center; gap: 6px; text-align: center; }
  .mobile-buy span { display: none; }
  .mobile-buy { justify-content: center; }
}
