:root {
  --black: #050505;
  --black-soft: #0d0c0b;
  --ink: #16130e;
  --paper: #f4efe5;
  --paper-bright: #fffaf0;
  --gold: #c99a39;
  --gold-bright: #edcb76;
  --gold-dark: #8c641b;
  --green: #123d38;
  --burgundy: #5d1922;
  --muted: rgba(244, 239, 229, 0.67);
  --line: rgba(201, 154, 57, 0.32);
  --line-light: rgba(244, 239, 229, 0.14);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --shell: min(1180px, calc(100% - 3rem));
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--black);
  color: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body::selection {
  color: var(--black);
  background: var(--gold-bright);
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 2000;
  padding: 0.8rem 1rem;
  color: var(--black);
  background: var(--paper-bright);
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  width: 100%;
  padding: 1.1rem max(1.5rem, calc((100% - 1180px) / 2));
  border-bottom: 1px solid transparent;
  transition:
    padding 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    backdrop-filter 220ms ease;
}

.site-header.is-scrolled {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  border-color: var(--line-light);
  background: rgba(5, 5, 5, 0.86);
  backdrop-filter: blur(18px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 0.72rem;
}

.brand-lockup img:first-child {
  width: 3.15rem;
  height: 3.15rem;
  object-fit: cover;
}

.brand-lockup img:last-child {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  object-fit: cover;
}

.brand-lockup > span {
  width: 1px;
  height: 2.55rem;
  background: rgba(244, 239, 229, 0.36);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.65rem;
}

.site-nav a {
  position: relative;
  color: rgba(244, 239, 229, 0.76);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -0.45rem;
  left: 0;
  height: 1px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 1rem;
  border: 1px solid rgba(237, 203, 118, 0.6);
  padding: 0.75rem 0.9rem 0.75rem 1rem;
  color: var(--gold-bright);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    background 180ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  color: var(--black);
  background: var(--gold-bright);
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 100svh;
  overflow: hidden;
  padding: 8.5rem max(1.5rem, calc((100% - 1180px) / 2)) 6.8rem;
  background:
    radial-gradient(circle at 19% 26%, rgba(93, 25, 34, 0.2), transparent 28rem),
    var(--black);
}

.portrait-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 62%;
  overflow: hidden;
}

.hero-portrait {
  position: absolute;
  top: 0;
  right: 0;
  width: 184%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: right 30%;
  filter: grayscale(100%) contrast(1.08) brightness(0.82);
  transform: scale(1.02);
}

.hero-portrait-secondary {
  opacity: 0;
  animation: portraitSwap 16s ease-in-out infinite;
}

.hero-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.98) 35%, rgba(5, 5, 5, 0.62) 57%, rgba(5, 5, 5, 0.08) 100%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.8) 0%, transparent 35%, rgba(5, 5, 5, 0.45) 100%);
}

.grain {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
  background:
    repeating-linear-gradient(91deg, transparent 0 3px, rgba(255, 255, 255, 0.055) 3px 4px),
    repeating-linear-gradient(2deg, transparent 0 5px, rgba(255, 255, 255, 0.035) 5px 6px);
  background-size: 7px 11px;
  mix-blend-mode: soft-light;
}

.hero-content {
  position: relative;
  z-index: 4;
  width: min(39rem, 57%);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.25rem;
  color: var(--gold-bright);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 2.7rem;
  height: 1px;
  background: currentColor;
}

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

h1,
h2 {
  margin-bottom: 0;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(4.3rem, 8.2vw, 8.1rem);
  line-height: 0.79;
}

h1 > span {
  display: block;
  width: max-content;
  max-width: 100%;
  color: transparent;
  background: linear-gradient(105deg, #93691d 0%, #f0d17a 46%, #ae7b22 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

h2 {
  font-size: clamp(3.2rem, 6.4vw, 6.8rem);
  line-height: 0.88;
}

.hero-deck {
  max-width: 31rem;
  margin: 2rem 0;
  color: rgba(244, 239, 229, 0.78);
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.7vw, 1.32rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.4rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 3.65rem;
  border: 0;
  padding: 0.9rem 1.1rem 0.9rem 1.3rem;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

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

.button span,
.header-cta span:last-child {
  font-size: 1.15rem;
  line-height: 1;
}

.button-gold {
  min-width: 15.5rem;
  color: #100d08;
  background: linear-gradient(120deg, #a87925, var(--gold-bright) 50%, #a77720);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}

.button-dark {
  width: 100%;
  color: var(--paper-bright);
  background: var(--black);
}

.button-outline {
  min-width: 13.5rem;
  border: 1px solid var(--gold);
  color: var(--gold-bright);
  background: transparent;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(237, 203, 118, 0.42);
  color: var(--paper);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-link span {
  color: var(--gold-bright);
}

.hero-details {
  position: absolute;
  right: max(1.5rem, calc((100% - 1180px) / 2));
  bottom: 2.3rem;
  z-index: 5;
  display: flex;
  gap: 0;
  border-block: 1px solid var(--line-light);
}

.hero-details > div {
  display: grid;
  gap: 0.38rem;
  min-width: 10.8rem;
  padding: 0.85rem 1rem;
  border-left: 1px solid var(--line-light);
}

.hero-details > div:last-child {
  border-right: 1px solid var(--line-light);
}

.hero-details span,
.session-notes dt {
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-details strong {
  font-family: var(--serif);
  font-size: 0.86rem;
  font-weight: 400;
}

.selection-seal {
  position: absolute;
  top: 8.5rem;
  right: max(1.5rem, calc((100% - 1180px) / 2));
  z-index: 5;
  display: grid;
  place-items: center;
  width: 8.8rem;
  height: 8.8rem;
  border: 1px solid rgba(237, 203, 118, 0.82);
  border-radius: 50%;
  color: var(--gold-bright);
  text-align: center;
  text-transform: uppercase;
  background: rgba(5, 5, 5, 0.34);
  box-shadow:
    inset 0 0 0 0.45rem rgba(5, 5, 5, 0.72),
    inset 0 0 0 0.5rem rgba(201, 154, 57, 0.35);
  backdrop-filter: blur(8px);
  animation: sealFloat 7s ease-in-out infinite;
}

.selection-seal::before {
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(237, 203, 118, 0.35);
  border-radius: 50%;
  content: "";
}

.selection-seal span {
  position: relative;
  z-index: 1;
  max-width: 5.3rem;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
}

.selection-seal span:first-child {
  align-self: end;
}

.selection-seal span:last-child {
  align-self: start;
}

.selection-seal b {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  color: var(--black);
  background: linear-gradient(135deg, var(--gold-dark), var(--gold-bright));
  border-radius: 50%;
  font-size: 1rem;
}

.hero-index {
  position: absolute;
  bottom: 2.65rem;
  left: max(1.5rem, calc((100% - 1180px) / 2));
  z-index: 4;
  margin: 0;
  color: rgba(244, 239, 229, 0.35);
  font-family: var(--serif);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.ticker {
  overflow: hidden;
  border-block: 1px solid rgba(5, 5, 5, 0.18);
  color: var(--black);
  background: linear-gradient(90deg, #b98629, #efd17d, #a9751f);
}

.ticker > div {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  width: max-content;
  padding: 0.9rem 0;
  animation: tickerMove 28s linear infinite;
}

.ticker span {
  font-family: var(--display);
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ticker b {
  font-size: 0.7rem;
}

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.story,
.invitation {
  position: relative;
  padding-block: 8rem;
}

.section-number {
  position: absolute;
  top: 7.2rem;
  right: 0;
  color: rgba(244, 239, 229, 0.035);
  font-family: var(--display);
  font-size: min(23vw, 21rem);
  line-height: 0.7;
  pointer-events: none;
}

.story-intro {
  position: relative;
  z-index: 1;
  max-width: 58rem;
}

.story-intro h2 em {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 0.55em;
  font-weight: 400;
  letter-spacing: -0.035em;
  text-transform: none;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(18rem, 0.8fr) minmax(20rem, 1fr);
  align-items: end;
  gap: 5rem;
  margin-top: 5.5rem;
  padding-top: 3rem;
  border-top: 1px solid var(--line-light);
}

.story-mark {
  align-self: stretch;
  display: grid;
  place-items: center;
  min-height: 20rem;
  padding: 2rem;
  background:
    radial-gradient(circle at 50% 50%, rgba(201, 154, 57, 0.12), transparent 19rem),
    repeating-linear-gradient(45deg, transparent 0 12px, rgba(244, 239, 229, 0.018) 12px 13px);
}

.story-mark img {
  width: min(100%, 30rem);
}

.story-copy {
  max-width: 35rem;
  padding-bottom: 1.25rem;
}

.lead {
  color: var(--paper-bright);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.1vw, 1.9rem);
  line-height: 1.45;
}

.story-copy > p:not(.lead),
.invitation-copy > p:not(.lead),
.experience-heading > p,
.experience-card p,
.class-heading > p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.75;
}

.story-copy .text-link {
  margin-top: 0.8rem;
}

.campaign-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 5.5rem;
  border-block: 1px solid var(--line-light);
}

.campaign-stats > div {
  display: grid;
  gap: 0.5rem;
  padding: 1.6rem;
  border-left: 1px solid var(--line-light);
}

.campaign-stats > div:last-child {
  border-right: 1px solid var(--line-light);
}

.campaign-stats strong {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 2.6rem;
  font-weight: 400;
}

.campaign-stats span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.experience {
  padding-block: 7.5rem;
  color: var(--ink);
  background:
    radial-gradient(circle at 80% 12%, rgba(201, 154, 57, 0.2), transparent 24rem),
    var(--paper);
}

.experience-heading,
.class-heading {
  display: grid;
  grid-template-columns: minmax(20rem, 1.25fr) minmax(16rem, 0.6fr);
  align-items: end;
  gap: 4rem;
}

.eyebrow-dark {
  color: var(--gold-dark);
}

.experience-heading > p,
.class-heading > p {
  margin-bottom: 0.4rem;
  color: rgba(22, 19, 14, 0.66);
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 4rem;
}

.experience-card {
  position: relative;
  min-height: 25rem;
  padding: 2rem;
  border: 1px solid rgba(22, 19, 14, 0.16);
}

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

.experience-card > span {
  color: var(--gold-dark);
  font-family: var(--serif);
  font-size: 0.82rem;
}

.experience-card h3 {
  max-width: 13rem;
  margin: 8rem 0 1rem;
  font-family: var(--serif);
  font-size: 1.85rem;
  font-weight: 400;
  line-height: 1.15;
}

.experience-card p {
  max-width: 17rem;
  color: rgba(22, 19, 14, 0.64);
}

.experience-card-featured {
  color: var(--paper-bright);
  background:
    linear-gradient(155deg, rgba(201, 154, 57, 0.16), transparent 50%),
    var(--green);
  transform: translateY(-1rem);
  box-shadow: 0 28px 70px rgba(22, 19, 14, 0.18);
}

.experience-card-featured > span {
  color: var(--gold-bright);
}

.experience-card-featured p {
  color: rgba(244, 239, 229, 0.7);
}

.invitation {
  display: grid;
  grid-template-columns: minmax(18rem, 0.8fr) minmax(25rem, 1.15fr);
  align-items: start;
  gap: 6rem;
}

.invitation-copy {
  position: sticky;
  top: 7rem;
}

.invitation-copy h2 {
  max-width: 34rem;
}

.invitation-copy .lead {
  margin-top: 2rem;
}

.availability {
  margin-top: 2.2rem;
  padding: 1.4rem 0;
  border-block: 1px solid var(--line);
}

.availability-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.availability-top > span {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #a8f0c3;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.availability-top i {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #65d394;
  box-shadow: 0 0 0 0 rgba(101, 211, 148, 0.55);
  animation: livePulse 2.2s ease-out infinite;
}

.availability-top strong {
  color: var(--paper);
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 400;
}

.availability-top b {
  color: var(--gold-bright);
  font-size: 1.55rem;
}

.availability-meter {
  height: 0.28rem;
  margin-top: 1rem;
  overflow: hidden;
  background: rgba(244, 239, 229, 0.13);
}

.availability-meter span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-bright));
  transition: width 500ms ease;
}

.availability > p {
  margin: 0.7rem 0 0;
  color: var(--muted);
  font-size: 0.74rem;
}

.session-notes {
  display: grid;
  gap: 0;
  margin: 2rem 0 0;
}

.session-notes > div {
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line-light);
}

.session-notes dd {
  margin: 0;
  color: var(--paper);
  font-family: var(--serif);
}

.rsvp-card {
  position: relative;
  z-index: 1;
  padding: 2rem;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.65), transparent 28%),
    var(--paper);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.36);
}

.rsvp-card::before {
  position: absolute;
  inset: 0.6rem;
  border: 1px solid rgba(140, 100, 27, 0.3);
  content: "";
  pointer-events: none;
}

.rsvp-card-head,
.rsvp-heading,
.rsvp-fields,
.rsvp-card > .button,
.privacy-note {
  position: relative;
  z-index: 1;
}

.rsvp-card-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(22, 19, 14, 0.16);
}

.rsvp-card-head p,
.rsvp-card-head span {
  margin: 0;
  color: var(--gold-dark);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rsvp-heading {
  padding: 2rem 0 1.5rem;
}

.rsvp-heading > span {
  color: var(--gold-dark);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rsvp-heading h3 {
  max-width: 27rem;
  margin: 0.7rem 0 1rem;
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 400;
  line-height: 1.06;
}

.rsvp-heading p {
  max-width: 31rem;
  margin-bottom: 0;
  color: rgba(22, 19, 14, 0.65);
  font-size: 0.9rem;
  line-height: 1.65;
}

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

.rsvp-fields label {
  display: grid;
  gap: 0.45rem;
}

.rsvp-fields label > span {
  color: rgba(22, 19, 14, 0.72);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.rsvp-fields input,
.rsvp-fields select,
.rsvp-fields textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(22, 19, 14, 0.28);
  border-radius: 0;
  padding: 0.72rem 0;
  color: var(--ink);
  background: transparent;
  outline: none;
  transition: border-color 160ms ease;
}

.rsvp-fields input:focus,
.rsvp-fields select:focus,
.rsvp-fields textarea:focus {
  border-color: var(--gold-dark);
}

.rsvp-fields textarea {
  resize: vertical;
}

.rsvp-fields ::placeholder {
  color: rgba(22, 19, 14, 0.36);
}

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

.rsvp-card > .button {
  margin-top: 1.5rem;
}

.privacy-note {
  margin: 0.85rem 0 0;
  color: rgba(22, 19, 14, 0.48);
  font-size: 0.68rem;
  text-align: center;
}

.class-section {
  padding-block: 7.5rem 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(93, 25, 34, 0.2), transparent 28rem),
    radial-gradient(circle at 90% 72%, rgba(18, 61, 56, 0.22), transparent 32rem),
    var(--black-soft);
}

.class-heading > p {
  color: var(--muted);
}

.class-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 4rem;
}

.class-card {
  position: relative;
  min-height: 33rem;
  overflow: hidden;
  border-top: 1px solid var(--line-light);
  border-right: 1px solid var(--line-light);
  background: #080808;
}

.class-card:nth-child(4n + 1) {
  border-left: 1px solid var(--line-light);
}

.class-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% center;
  filter: grayscale(100%) contrast(1.08) brightness(0.48);
  transform: scale(1.65) translateX(-5%);
  transition:
    filter 400ms ease,
    transform 700ms ease;
}

.class-card:nth-child(even) img {
  object-position: 74% center;
}

.class-card:hover img {
  filter: grayscale(100%) contrast(1.08) brightness(0.62);
  transform: scale(1.7) translateX(-5%);
}

.class-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.1), rgba(5, 5, 5, 0.16) 48%, rgba(5, 5, 5, 0.94) 100%),
    linear-gradient(135deg, rgba(201, 154, 57, 0.18), transparent 35%);
}

.class-card-top,
.class-card-info {
  position: absolute;
  z-index: 2;
  right: 1.2rem;
  left: 1.2rem;
}

.class-card-top {
  top: 1.2rem;
  display: flex;
  justify-content: space-between;
  color: rgba(244, 239, 229, 0.65);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.class-card-info {
  bottom: 1.3rem;
}

.class-card-info span {
  color: var(--gold-bright);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.class-card-info h3 {
  margin: 0.6rem 0 0;
  color: var(--paper-bright);
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 400;
}

.class-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 3rem;
}

.class-footer p {
  margin: 0;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 1.2rem;
  font-style: italic;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  gap: 3rem;
  padding: 3.5rem max(1.5rem, calc((100% - 1180px) / 2));
  border-top: 1px solid var(--line-light);
  background: #020202;
}

.footer-brand {
  display: grid;
  gap: 0.35rem;
}

.footer-brand strong {
  font-family: var(--display);
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.footer-brand span,
.site-footer p,
.footer-meta {
  color: rgba(244, 239, 229, 0.52);
  font-size: 0.68rem;
  line-height: 1.65;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

.footer-meta {
  display: grid;
  justify-items: end;
  gap: 0.65rem;
}

.footer-meta a {
  color: var(--gold-bright);
}

.reveal {
  opacity: 0;
  transform: translateY(1.5rem);
  transition:
    opacity 650ms ease,
    transform 650ms ease;
}

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

@keyframes portraitSwap {
  0%,
  42% {
    opacity: 0;
  }

  50%,
  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes tickerMove {
  to {
    transform: translateX(-50%);
  }
}

@keyframes sealFloat {
  0%,
  100% {
    transform: rotate(-2deg) translateY(0);
  }

  50% {
    transform: rotate(2deg) translateY(0.45rem);
  }
}

@keyframes livePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(101, 211, 148, 0.55);
  }

  75% {
    box-shadow: 0 0 0 0.65rem rgba(101, 211, 148, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(101, 211, 148, 0);
  }
}

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

  .site-nav {
    display: none;
  }

  .portrait-stage {
    width: 68%;
  }

  .hero-content {
    width: min(39rem, 66%);
  }

  .hero-details {
    right: 1.5rem;
    left: 1.5rem;
    justify-content: flex-end;
  }

  .story-grid {
    gap: 3rem;
  }

  .invitation {
    gap: 3rem;
  }

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

  .class-card:nth-child(odd) {
    border-left: 1px solid var(--line-light);
  }
}

@media (max-width: 760px) {
  :root {
    --shell: min(100% - 2rem, 1180px);
  }

  .site-header {
    padding-inline: 1rem;
  }

  .brand-lockup img:first-child,
  .brand-lockup img:last-child {
    width: 2.7rem;
    height: 2.7rem;
  }

  .brand-lockup > span {
    height: 2rem;
  }

  .header-cta span:first-child {
    display: none;
  }

  .header-cta {
    width: 2.7rem;
    height: 2.7rem;
    padding: 0;
    justify-content: center;
  }

  .hero {
    align-items: end;
    min-height: 46rem;
    padding: 9rem 1rem 9.5rem;
  }

  .portrait-stage {
    top: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 72%;
  }

  .hero-portrait {
    width: 205%;
    height: 100%;
    object-position: right 22%;
    filter: grayscale(100%) contrast(1.08) brightness(0.68);
  }

  .hero-wash {
    background:
      linear-gradient(0deg, #050505 13%, rgba(5, 5, 5, 0.86) 37%, rgba(5, 5, 5, 0.14) 78%, rgba(5, 5, 5, 0.55) 100%),
      linear-gradient(90deg, rgba(5, 5, 5, 0.76), transparent 75%);
  }

  .hero-content {
    width: 100%;
  }

  h1 {
    font-size: clamp(4.1rem, 20vw, 6rem);
  }

  .hero-deck {
    max-width: 28rem;
    margin: 1.4rem 0;
    font-size: 1rem;
  }

  .selection-seal {
    top: 6rem;
    right: 1rem;
    width: 6.8rem;
    height: 6.8rem;
  }

  .selection-seal span {
    font-size: 0.5rem;
  }

  .selection-seal b {
    width: 1.7rem;
    height: 1.7rem;
    font-size: 0.75rem;
  }

  .hero-details {
    right: 1rem;
    bottom: 1.2rem;
    left: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-details > div {
    min-width: 0;
    padding: 0.7rem 0.55rem;
  }

  .hero-details strong {
    font-size: 0.7rem;
  }

  .hero-details span {
    font-size: 0.52rem;
  }

  .hero-index {
    display: none;
  }

  .story,
  .invitation,
  .experience,
  .class-section {
    padding-block: 5rem;
  }

  .section-number {
    top: 4rem;
  }

  .story-grid,
  .experience-heading,
  .class-heading,
  .invitation {
    grid-template-columns: 1fr;
  }

  .story-grid {
    gap: 2rem;
    margin-top: 3rem;
  }

  .story-mark {
    min-height: 14rem;
  }

  .campaign-stats {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3rem;
  }

  .campaign-stats > div:nth-child(3) {
    border-left: 1px solid var(--line-light);
  }

  .experience-heading,
  .class-heading {
    gap: 1.5rem;
  }

  .experience-grid {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }

  .experience-card {
    min-height: auto;
    padding: 1.5rem;
  }

  .experience-card + .experience-card {
    border-top: 0;
    border-left: 1px solid rgba(22, 19, 14, 0.16);
  }

  .experience-card h3 {
    margin-top: 4rem;
  }

  .experience-card-featured {
    transform: none;
  }

  .invitation {
    gap: 3rem;
  }

  .invitation-copy {
    position: static;
  }

  .rsvp-card {
    padding: 1.5rem;
  }

  .class-grid {
    margin-top: 2.5rem;
  }

  .class-card {
    min-height: 27rem;
  }

  .class-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-block: 2.5rem;
  }

  .footer-meta {
    justify-items: start;
  }
}

@media (max-width: 520px) {
  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .text-link {
    justify-self: start;
    width: max-content;
  }

  .ticker > div {
    animation-duration: 20s;
  }

  .campaign-stats {
    grid-template-columns: 1fr 1fr;
  }

  .campaign-stats > div {
    padding: 1.2rem;
  }

  .campaign-stats strong {
    font-size: 2rem;
  }

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

  .rsvp-fields {
    grid-template-columns: 1fr;
  }

  .field-wide {
    grid-column: auto;
  }

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

  .class-card {
    border-left: 1px solid var(--line-light);
  }

  .class-card:nth-child(n + 5) {
    display: none;
  }
}

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

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