:root {
  --aubergine: #382638;
  --aubergine-deep: #261824;
  --persimmon: #bb5f4b;
  --champagne: #d5b78f;
  --lilac: #8b839e;
  --blush: #e9cfc4;
  --cream: #f7f1e8;
  --paper: #fffaf3;
  --midnight: #17171b;
  --muted: #70676f;
  --line: rgba(56, 38, 56, 0.16);
  --shadow: 0 20px 55px rgba(38, 24, 36, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--midnight);
  background: var(--cream);
  font-family: "Instrument Sans", sans-serif;
  line-height: 1.55;
}

[hidden] {
  display: none !important;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--persimmon);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  padding: 9px 14px;
  color: var(--paper);
  background: var(--midnight);
  transform: translateY(-150%);
}

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

.demo-bar {
  display: flex;
  justify-content: space-between;
  padding: 7px clamp(20px, 4vw, 65px);
  color: var(--cream);
  background: var(--midnight);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hub-header {
  position: sticky;
  z-index: 30;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
  min-height: 76px;
  padding: 11px clamp(20px, 4vw, 65px);
  background: rgba(247, 241, 232, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.hub-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.hub-brand > span {
  font-family: "Fraunces", serif;
  font-size: 28px;
  line-height: 1;
}

.hub-brand > span > span {
  color: var(--persimmon);
  font-style: italic;
}

.hub-brand small {
  padding-left: 11px;
  border-left: 1px solid var(--line);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hub-header nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.7vw, 42px);
}

.hub-header nav a,
.header-action {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.header-action {
  padding: 10px 16px;
  color: var(--paper);
  background: var(--aubergine);
  border-radius: 999px;
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: calc(100svh - 105px);
  color: var(--paper);
  background: var(--aubergine);
}

.hero-copy,
.hero-dashboard {
  min-height: 570px;
  padding: clamp(65px, 8vw, 125px) clamp(28px, 6vw, 95px);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  margin: 0 0 17px;
  color: var(--champagne);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

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

h1,
h2,
blockquote {
  font-family: "Fraunces", serif;
  font-weight: 400;
  line-height: 1;
}

h1 {
  max-width: 830px;
  margin-bottom: 29px;
  font-size: clamp(58px, 7vw, 110px);
  letter-spacing: -0.04em;
}

h1 em {
  color: var(--blush);
  font-weight: 400;
}

h2 {
  font-size: clamp(43px, 5vw, 74px);
  letter-spacing: -0.035em;
}

.hero-intro {
  max-width: 610px;
  margin-bottom: 38px;
  color: rgba(255, 250, 243, 0.72);
  font-size: 15px;
}

.role-picker > span {
  display: block;
  margin-bottom: 9px;
  color: var(--champagne);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.role-picker > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.role-picker button,
.day-filter button,
.ready-tabs button {
  padding: 10px 14px;
  background: transparent;
  border: 1px solid rgba(255, 250, 243, 0.28);
  border-radius: 999px;
  color: var(--paper);
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.role-picker button.active {
  color: var(--aubergine);
  background: var(--blush);
  border-color: var(--blush);
}

.hero-dashboard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 15% 15%, rgba(213, 183, 143, 0.18), transparent 35%),
    var(--aubergine-deep);
}

.dashboard-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
  color: rgba(255, 250, 243, 0.55);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.next-card {
  padding: 30px;
  color: var(--aubergine);
  background: var(--blush);
  border-radius: 25px;
  box-shadow: var(--shadow);
}

.next-card > p {
  margin-bottom: 45px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.next-card h2 {
  margin-bottom: 40px;
  font-size: clamp(38px, 4vw, 61px);
}

.next-card > div {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-bottom: 25px;
  padding: 15px 0;
  border-top: 1px solid rgba(56, 38, 56, 0.18);
  border-bottom: 1px solid rgba(56, 38, 56, 0.18);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.next-card > div span:last-child {
  text-align: right;
}

.next-card > div strong {
  padding: 0 21px;
  border-right: 1px solid rgba(56, 38, 56, 0.18);
  border-left: 1px solid rgba(56, 38, 56, 0.18);
  font-family: "Fraunces", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.next-card > a {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 8px;
}

.countdown span {
  display: grid;
  padding: 13px;
  color: var(--paper);
  background: rgba(255, 250, 243, 0.08);
  border: 1px solid rgba(255, 250, 243, 0.12);
  border-radius: 13px;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.countdown strong {
  font-family: "Fraunces", serif;
  font-size: 26px;
  font-weight: 400;
}

.hero-photo {
  position: relative;
  grid-column: 1 / -1;
  height: clamp(360px, 52vw, 760px);
  margin: 0;
  overflow: hidden;
}

.hero-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
}

.hero-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(23, 23, 27, 0.55));
  content: "";
}

.hero-photo figcaption {
  position: absolute;
  z-index: 1;
  right: clamp(22px, 5vw, 70px);
  bottom: 30px;
  color: var(--paper);
  font-family: "Fraunces", serif;
  font-size: 20px;
  font-style: italic;
}

.page-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 110px 0;
}

.role-message {
  padding-bottom: 35px;
}

.role-panel {
  display: grid;
  grid-template-columns: 0.3fr 1.25fr 0.85fr auto;
  align-items: center;
  gap: 35px;
  padding: 34px;
  color: var(--paper);
  background: var(--persimmon);
  border-radius: 22px;
}

.role-panel > span,
.role-panel > a {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.role-panel h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
}

.role-panel p {
  margin: 0;
  color: rgba(255, 250, 243, 0.76);
  font-size: 12px;
}

.announcement {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 21px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.announcement span,
.announcement strong {
  color: var(--persimmon);
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.announcement p {
  margin: 0;
  font-size: 12px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: clamp(45px, 10vw, 140px);
  margin-bottom: 55px;
}

.section-heading h2 {
  margin: 0;
}

.section-heading > p {
  max-width: 510px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 14px;
}

.schedule {
  padding-top: 125px;
}

.day-filter {
  display: flex;
  gap: 7px;
  margin-bottom: 22px;
  overflow-x: auto;
  scrollbar-width: none;
}

.day-filter::-webkit-scrollbar {
  display: none;
}

.day-filter button {
  flex: 0 0 auto;
  color: var(--aubergine);
  border-color: var(--line);
}

.day-filter button.active {
  color: var(--paper);
  background: var(--aubergine);
  border-color: var(--aubergine);
}

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

.timeline > article {
  display: grid;
  grid-template-columns: 115px minmax(280px, 0.85fr) 1.15fr;
  align-items: center;
  gap: 35px;
  min-height: 145px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
}

.timeline > article.featured {
  background: rgba(233, 207, 196, 0.24);
}

.event-time {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.event-time strong {
  font-family: "Fraunces", serif;
  font-size: 34px;
  font-weight: 400;
}

.event-time span,
.timeline article > div:nth-child(2) > p {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.timeline article > div:nth-child(2) > p {
  margin-bottom: 4px;
  color: var(--persimmon);
}

.timeline h3 {
  margin: 0 0 3px;
  font-family: "Fraunces", serif;
  font-size: 28px;
  font-weight: 400;
}

.timeline article > div:nth-child(2) > span,
.timeline details p {
  color: var(--muted);
  font-size: 11px;
}

.timeline summary {
  cursor: pointer;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  list-style: none;
  text-transform: uppercase;
}

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

.timeline summary::after {
  float: right;
  color: var(--persimmon);
  content: "+";
}

.timeline details[open] summary::after {
  content: "−";
}

.timeline details p {
  margin: 11px 0 7px;
}

.timeline details a {
  color: var(--persimmon);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.getting-ready {
  display: grid;
  grid-template-columns: 0.75fr 1.15fr 0.75fr;
  min-height: 800px;
  color: var(--paper);
  background: var(--aubergine);
}

.ready-photo {
  min-height: 800px;
}

.ready-photo img {
  height: 100%;
  object-fit: cover;
}

.ready-a img {
  object-position: 55% center;
}

.ready-b img {
  object-position: center;
}

.ready-copy {
  align-self: center;
  padding: 70px clamp(28px, 5vw, 75px);
}

.ready-copy h2 {
  margin-bottom: 35px;
}

.ready-tabs {
  display: flex;
  gap: 7px;
  margin-bottom: 20px;
}

.ready-tabs button.active {
  color: var(--aubergine);
  background: var(--champagne);
  border-color: var(--champagne);
}

.ready-panel {
  padding-top: 25px;
  border-top: 1px solid rgba(255, 250, 243, 0.18);
}

.ready-panel > span {
  color: var(--champagne);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ready-panel h3 {
  margin: 8px 0 12px;
  font-family: "Fraunces", serif;
  font-size: 31px;
  font-weight: 400;
}

.ready-panel p,
.ready-panel li {
  color: rgba(255, 250, 243, 0.67);
  font-size: 12px;
}

.ready-panel ul {
  display: grid;
  gap: 7px;
  margin: 22px 0;
  padding-left: 18px;
}

.ready-panel > div {
  padding: 15px;
  color: var(--aubergine);
  background: var(--blush);
  border-radius: 12px;
  font-size: 10px;
}

.ready-panel button {
  margin-left: 8px;
  padding: 0;
  color: var(--persimmon);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.attire-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 40px;
}

.palette {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 560px;
  overflow: hidden;
  border-radius: 20px;
}

.palette span {
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 22px 8px;
  color: var(--paper);
  background: var(--tone);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.attire-cards {
  display: grid;
  gap: 10px;
}

.attire-cards article {
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.attire-cards span,
.contact-grid article > span,
.music-card > span {
  color: var(--persimmon);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.attire-cards h3 {
  margin: 12px 0 8px;
  font-family: "Fraunces", serif;
  font-size: 28px;
  font-weight: 400;
}

.attire-cards p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.lineup {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(50px, 10vw, 140px);
  width: 100%;
  padding-right: max(24px, calc((100vw - 1240px) / 2));
  padding-left: max(24px, calc((100vw - 1240px) / 2));
  color: var(--paper);
  background: var(--persimmon);
}

.lineup-heading {
  align-self: start;
}

.lineup-heading p:last-child {
  color: rgba(255, 250, 243, 0.72);
}

.lineup ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lineup li {
  display: grid;
  grid-template-columns: 55px 1fr auto;
  align-items: center;
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 250, 243, 0.2);
}

.lineup li > span {
  color: var(--champagne);
  font-size: 8px;
  font-weight: 700;
}

.lineup li strong {
  font-family: "Fraunces", serif;
  font-size: 23px;
  font-weight: 400;
}

.lineup li small {
  color: rgba(255, 250, 243, 0.65);
  font-size: 9px;
}

.lineup li.final {
  color: var(--aubergine);
  background: var(--blush);
  border: 0;
  border-radius: 15px;
  padding: 0 18px;
}

.lineup li.final small {
  color: rgba(56, 38, 56, 0.68);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.contact-grid article {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.contact-grid h3 {
  margin: 45px 0 4px;
  font-family: "Fraunces", serif;
  font-size: 27px;
  font-weight: 400;
}

.contact-grid p {
  color: var(--muted);
  font-size: 11px;
}

.contact-grid article > div {
  display: flex;
  gap: 8px;
  margin-top: auto;
}

.contact-grid a {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-grid article.emergency {
  color: var(--paper);
  background: var(--aubergine);
}

.contact-grid .emergency p {
  color: rgba(255, 250, 243, 0.66);
}

.contact-grid .emergency a {
  border-color: rgba(255, 250, 243, 0.28);
}

.fictional-note {
  margin-top: 15px;
  color: var(--muted);
  font-size: 9px;
  text-align: right;
}

.notes {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  width: 100%;
  padding: 0;
}

.notes-card,
.music-card {
  padding: clamp(65px, 8vw, 125px);
}

.notes-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--paper);
  background: var(--aubergine);
}

blockquote {
  margin: 0;
  font-size: clamp(38px, 4vw, 63px);
  letter-spacing: -0.035em;
}

.signature {
  margin-top: 35px;
  color: var(--champagne);
  font-family: "Fraunces", serif;
  font-size: 20px;
  font-style: italic;
}

.music-card {
  background: var(--blush);
}

.music-card h2 {
  margin: 15px 0 40px;
  font-size: clamp(39px, 4vw, 58px);
}

.song-grid {
  display: grid;
  gap: 8px;
}

.song-grid button {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 3px 12px;
  padding: 16px;
  background: rgba(255, 250, 243, 0.58);
  border: 1px solid rgba(56, 38, 56, 0.16);
  border-radius: 13px;
  cursor: pointer;
  text-align: left;
}

.song-grid button.selected {
  color: var(--paper);
  background: var(--aubergine);
}

.song-grid span {
  grid-row: span 2;
  color: var(--persimmon);
  font-size: 8px;
  font-weight: 700;
}

.song-grid strong {
  font-family: "Fraunces", serif;
  font-size: 17px;
  font-weight: 500;
}

.song-grid small {
  opacity: 0.65;
}

.vote-status {
  margin: 15px 0 0;
  font-size: 10px;
}

.quick-view {
  padding: 105px max(24px, calc((100vw - 1240px) / 2));
  color: var(--paper);
  background: var(--midnight);
}

.quick-top {
  text-align: center;
}

.quick-top h2 {
  margin-bottom: 55px;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.quick-grid article {
  min-height: 180px;
  padding: 25px;
  background: rgba(255, 250, 243, 0.06);
  border: 1px solid rgba(255, 250, 243, 0.12);
  border-radius: 17px;
}

.quick-grid span {
  color: var(--champagne);
  font-family: "Fraunces", serif;
  font-size: 30px;
}

.quick-grid h3 {
  margin: 40px 0 5px;
  font-size: 16px;
}

.quick-grid p {
  color: rgba(255, 250, 243, 0.58);
  font-size: 10px;
}

.quick-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.quick-actions button,
.quick-actions a {
  padding: 11px 16px;
  color: var(--paper);
  background: transparent;
  border: 1px solid rgba(255, 250, 243, 0.28);
  border-radius: 999px;
  cursor: pointer;
  font-size: 8px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.faq {
  padding-top: 120px;
}

.faq .section-heading {
  grid-template-columns: 1fr;
}

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

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

.faq-list summary {
  position: relative;
  padding: 23px 45px 23px 0;
  cursor: pointer;
  font-family: "Fraunces", serif;
  font-size: 21px;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  right: 8px;
  color: var(--persimmon);
  content: "+";
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  max-width: 720px;
  padding-bottom: 24px;
  color: var(--muted);
  font-size: 13px;
}

.closing {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--paper);
  text-align: center;
}

.closing img,
.closing::after {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.closing::after {
  background: rgba(38, 24, 36, 0.66);
  content: "";
}

.closing > div {
  position: relative;
  z-index: 1;
}

.closing h2 {
  font-size: clamp(60px, 8vw, 112px);
}

.closing a {
  display: inline-block;
  padding: 12px 18px;
  color: var(--aubergine);
  background: var(--paper);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-nav {
  display: none;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 36px clamp(24px, 5vw, 70px);
  color: rgba(255, 250, 243, 0.68);
  background: var(--aubergine-deep);
  font-size: 9px;
}

footer .hub-brand {
  color: var(--paper);
}

footer p {
  max-width: 630px;
  margin: 0;
  text-align: center;
}

footer > a:last-child {
  color: var(--paper);
  font-weight: 700;
}

.toast {
  position: fixed;
  z-index: 100;
  right: 22px;
  bottom: 22px;
  padding: 11px 17px;
  color: var(--paper);
  background: var(--persimmon);
  border-radius: 999px;
  box-shadow: var(--shadow);
  font-size: 9px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .hub-header nav {
    display: none;
  }

  .hub-header {
    grid-template-columns: 1fr auto;
  }

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

  .hero-copy,
  .hero-dashboard {
    min-height: 0;
  }

  .hero-dashboard {
    padding-top: 20px;
  }

  .role-panel {
    grid-template-columns: 0.3fr 1fr;
  }

  .role-panel p,
  .role-panel a {
    grid-column: 2;
  }

  .getting-ready {
    grid-template-columns: 0.65fr 1.35fr;
  }

  .ready-b {
    display: none;
  }

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

  .palette {
    min-height: 260px;
  }

  .palette span {
    writing-mode: horizontal-tb;
  }

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

@media (max-width: 720px) {
  body {
    padding-bottom: 70px;
  }

  .demo-bar {
    font-size: 7px;
  }

  .hub-header {
    min-height: 65px;
    padding: 9px 18px;
  }

  .hub-brand small {
    display: none;
  }

  .header-action {
    padding: 9px 12px;
    font-size: 8px;
  }

  .hero-copy,
  .hero-dashboard {
    padding: 70px 22px;
  }

  h1 {
    font-size: clamp(56px, 17vw, 82px);
  }

  .hero-intro {
    font-size: 13px;
  }

  .hero-dashboard {
    padding-top: 10px;
  }

  .hero-photo {
    height: 520px;
  }

  .hero-photo img {
    object-position: 65% center;
  }

  .hero-photo figcaption {
    right: 20px;
    left: 20px;
    text-align: right;
  }

  .page-shell {
    width: calc(100% - 36px);
    padding: 80px 0;
  }

  .role-message {
    width: 100%;
    padding: 0;
  }

  .role-panel {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 35px 22px;
    border-radius: 0;
  }

  .role-panel p,
  .role-panel a {
    grid-column: 1;
  }

  .announcement {
    grid-template-columns: 1fr auto;
    gap: 8px 15px;
  }

  .announcement p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .timeline > article {
    grid-template-columns: 75px 1fr;
    gap: 14px;
    padding: 19px 8px;
  }

  .timeline details {
    grid-column: 1 / -1;
    padding: 5px 8px;
  }

  .timeline h3 {
    font-size: 24px;
  }

  .getting-ready {
    grid-template-columns: 1fr;
  }

  .ready-photo {
    min-height: 460px;
    max-height: 540px;
  }

  .ready-a img {
    object-position: center 42%;
  }

  .ready-copy {
    padding: 70px 22px;
  }

  .ready-panel > div strong,
  .ready-panel > div button {
    display: block;
    margin: 5px 0 0;
  }

  .palette {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .palette span {
    min-height: 75px;
    align-items: center;
    justify-content: flex-start;
    padding-left: 22px;
  }

  .lineup {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 80px 18px;
  }

  .lineup li {
    grid-template-columns: 38px 1fr;
    padding: 14px 0;
  }

  .lineup li small {
    grid-column: 2;
  }

  .contact-grid {
    display: flex;
    margin-right: -18px;
    overflow-x: auto;
    padding: 0 18px 16px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .contact-grid article {
    flex: 0 0 78vw;
    scroll-snap-align: start;
  }

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

  .notes-card,
  .music-card {
    padding: 75px 22px;
  }

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

  .quick-grid article {
    min-height: 155px;
  }

  .quick-grid h3 {
    margin-top: 24px;
  }

  .quick-actions {
    display: grid;
  }

  .quick-actions button,
  .quick-actions a {
    text-align: center;
  }

  .closing {
    min-height: 600px;
  }

  footer {
    flex-direction: column;
    padding: 45px 22px 30px;
  }

  .mobile-nav {
    position: fixed;
    z-index: 50;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-height: 70px;
    padding: 6px max(7px, env(safe-area-inset-right)) max(6px, env(safe-area-inset-bottom)) max(7px, env(safe-area-inset-left));
    background: rgba(247, 241, 232, 0.97);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(18px);
  }

  .mobile-nav a {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 2px;
    font-size: 7px;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-nav span {
    font-size: 15px;
  }

  .toast {
    right: 12px;
    bottom: 82px;
    left: 12px;
    text-align: center;
  }
}

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

/* Full wedding experience, extending the original party palette. */
html { scroll-padding-top: 110px; }
body { padding-bottom: 0; }
.hub-header { grid-template-columns: auto 1fr auto auto; gap: 24px; }
.hub-header nav { gap: 24px; flex-wrap: wrap; }
.hub-header nav a,.header-action,.demo-bar,.hub-brand small { font-size: .875rem; letter-spacing: .025em; }
.demo-bar { flex-wrap: wrap; gap: 8px; }
.all-menu { position: relative; }
.all-menu summary { cursor: pointer; padding: 12px; font-weight: 600; list-style: none; }
.all-menu summary span { margin-left: 15px; }
.hub-header .all-menu nav { position: absolute; top: calc(100% + 15px); right: 0; width: min(420px, calc(100vw - 36px)); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0; max-height: calc(100dvh - 140px); overflow-y: auto; overscroll-behavior: contain; padding: 16px; background: var(--paper); box-shadow: var(--shadow); border: 1px solid var(--line); border-radius: 12px; }
.hub-header .all-menu:not([open]) nav { display: none; }
.hub-header .all-menu nav a { flex-shrink: 0; padding: 12px 16px; border-bottom: 1px solid var(--line); }
.hub-header .all-menu nav a:hover { background: var(--blush); }
.hero-copy { padding-top: 70px; padding-bottom: 70px; }
.hero h1 { font-size: clamp(68px, 7.2vw, 116px); margin-bottom: 25px; }
.wedding-lead { font-family: 'Fraunces',serif; font-size: clamp(28px,3vw,42px); line-height: 1.15; }
.hero-intro { font-size: 1rem; }
.hero-links { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.wedding-button { display: inline-block; padding: 14px 22px; background: var(--aubergine); border: 1px solid var(--aubergine); color: var(--paper); border-radius: 8px; font: inherit; font-weight: 600; text-decoration: none; cursor: pointer; text-align: center; }
.wedding-button:hover { background: var(--aubergine-deep); }
.wedding-button.light { color: var(--aubergine); background: var(--blush); border-color: var(--blush); }
.guest-shortcuts { display: flex; flex-wrap: wrap; gap: 14px 24px; margin-top: 28px; font-size: .875rem; }
.guest-shortcuts a { color: var(--champagne); text-underline-offset: 5px; }
.story-section,.guest-tools { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,7vw,100px); align-items: center; }
.story-section .signature { color: var(--aubergine); }
.guest-cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.guest-cards article,.form-card,.mission-card { padding: 32px; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; }
.guest-cards h3,.travel-grid h3,.form-card h3,.party-profiles h3,.mission-card h3 { font-family: 'Fraunces',serif; font-size: 30px; font-weight: 400; line-height: 1.2; }
.guest-cards a,.travel-grid a { text-underline-offset: 5px; color: #863e32; }
.travel-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 35px; margin-top: 55px; border-top: 1px solid var(--line); padding-top: 35px; }
.travel-grid p,.guest-cards p { color: var(--muted); }
#find-your-seat,#song-request,#rsvp,#moment-missions { border-top: 1px solid var(--line); }
.demo-note,.optional { font-size: .875rem; color: var(--muted); }
.form-card form { display: grid; gap: 20px; }
.form-card label { display: grid; gap: 8px; font-size: 1rem; }
.form-card input,.form-card textarea,.form-card select { width: 100%; min-width: 0; padding: 13px; border: 1px solid #a49aa0; background: #fff; border-radius: 6px; font: inherit; color: var(--midnight); }
.input-action { display: flex; gap: 10px; flex-wrap: wrap; }
.input-action input { flex: 1 1 190px; }
fieldset { border: 1px solid var(--line); padding: 18px; }
.form-card .radio-label { display: flex; align-items: center; gap: 10px; margin: 10px 0; }
.form-card input[type=radio],.form-card input[type=checkbox] { width: 20px; height: 20px; flex-shrink: 0; accent-color: var(--aubergine); }
#attending-fields { display: grid; gap: 20px; }
.seat-found { margin-top: 25px; padding: 25px; background: var(--blush); border-radius: 12px; }
.seat-found h3 { font-size: 46px; margin: 15px 0; }
.seat-found details { margin: 20px 0; }
summary { cursor: pointer; }
.guest-match { padding: 12px 18px; margin: 5px; border: 1px solid var(--line); background: var(--blush); border-radius: 6px; cursor: pointer; }
#dj-result { padding-top: 20px; }
#song-queue { padding-left: 20px; }
#song-queue li { padding: 10px 0; overflow-wrap: anywhere; }
.reception-timeline { display: grid; grid-template-columns: 1fr 1fr; gap: 0 55px; padding: 0; list-style: none; }
.reception-timeline li { display: grid; grid-template-columns: 95px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
.reception-timeline time { color: #863e32; font-weight: 600; }
.reception-timeline h3 { margin-bottom: 5px; font-size: 20px; }
.reception-timeline p { margin: 0; color: var(--muted); }
.menu-item { border-top: 1px solid var(--line); padding: 16px 0 0; }
.menu-item p { font-size: .875rem; margin: 4px 0 16px; }
.party-profiles { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.party-profiles img { aspect-ratio: 3/4; object-fit: cover; border-radius: 140px 140px 8px 8px; }
.party-profiles article > div { padding: 25px 0; }
.party-profiles p { color: var(--muted); }
.party-guide-intro,.memories-section { color: var(--paper); background: var(--aubergine); }
.party-guide-intro .page-shell { padding-bottom: 65px; }
.party-guide-intro h2 { max-width: 800px; }
.party-guide-intro .role-picker { margin-top: 30px; }
.registry-preview { border-bottom: 1px solid var(--line); padding: 18px 0; }
.registry-preview summary { font-family: 'Fraunces',serif; font-size: 26px; }
.registry-preview p { margin-top: 16px; }
.mission-card { background: var(--blush); }
.mission-card .demo-note { margin-top: 25px; }
.memories-section { text-align: center; }
.memories-section .hero-links { justify-content: center; margin-top: 30px; }
.eyebrow,.role-picker > span,.dashboard-label,.next-card > p,.next-card > div,.next-card > a,.countdown span,.role-panel > span,.role-panel > a,.announcement span,.announcement strong,.event-time span,.timeline article > div:nth-child(2) > p,.timeline summary,.timeline details a,.ready-panel > span,.ready-panel button,.attire-cards span,.contact-grid article > span,.music-card > span,.palette span,.lineup li > span,.lineup li small,.contact-grid a,.fictional-note,.song-grid span,.vote-status,.quick-actions a,.quick-actions button,.closing a,footer,.toast { font-size: .875rem; letter-spacing: .035em; }
.role-picker button,.day-filter button,.ready-tabs button { font-size: .875rem; }
.role-panel p,.announcement p,.section-heading > p,.timeline article > div:nth-child(2) > span,.timeline details p,.ready-panel p,.ready-panel li,.attire-cards p,.contact-grid p,.quick-grid p,.faq-list p { font-size: 1rem; }
.ready-panel > div,.song-grid small { font-size: .875rem; }
.day-filter,.ready-tabs { flex-wrap: wrap; overflow: visible; }
.timeline > article { grid-template-columns: 115px minmax(0,1fr) minmax(0,1fr); }
.role-panel { grid-template-columns: 1fr 2fr; }
.role-panel p,.role-panel a { grid-column: 2; }
.hero-dashboard { min-width: 0; }
.dashboard-label { gap: 20px; flex-wrap: wrap; }
.contact-grid article,.quick-grid article { min-width: 0; }
.contact-grid article > div { flex-wrap: wrap; }
.toast { max-width: calc(100vw - 32px); }
@media (max-width: 1100px) { .hub-header > nav { display: none; } .hub-header { grid-template-columns: 1fr auto auto; } .guest-cards { grid-template-columns: repeat(2,minmax(0,1fr)); } .party-profiles { grid-template-columns: 1fr 1fr; } }
@media (max-width: 720px) {
  html { scroll-padding-top: 25px; } .hub-header { position: relative; gap: 6px; padding: 12px 18px; } .header-action { font-size: .875rem; } .hub-brand small { display: none; }
  .hub-header .all-menu nav { right: -75px; max-height: 65dvh; } .all-menu summary { padding: 12px 6px; } .all-menu summary span { margin-left: 2px; }
  .hero-copy { padding: 55px 22px; } .hero-intro { font-size: 1rem; } .hero h1 { font-size: clamp(54px,14vw,82px); }
  .story-section,.guest-tools,.guest-cards,.travel-grid,.reception-timeline { grid-template-columns: 1fr; gap: 25px; }
  .form-card,.mission-card,.guest-cards article { padding: 23px; }
  .page-shell { padding-top: 65px; padding-bottom: 65px; }
  .party-profiles { gap: 16px; } .party-profiles h3 { font-size: 24px; } .party-profiles .eyebrow { font-size: .75rem; }
  .role-panel { grid-template-columns: 1fr; } .role-panel p,.role-panel a { grid-column: 1; } .role-message { padding: 0; }
  .timeline > article { grid-template-columns: 80px minmax(0,1fr); } .contact-grid { display: grid; grid-template-columns: 1fr; margin: 0; padding: 0; overflow: visible; }
  .contact-grid article { min-height: 230px; } .quick-grid { grid-template-columns: 1fr; } .notes { width: 100%; padding: 0; } .lineup { padding: 65px 18px; }
  .toast { bottom: 16px; } .hero-links { gap: 18px; } .demo-bar { font-size: .75rem; }
}
@media (max-width: 380px) { .party-profiles { grid-template-columns: 1fr; } .header-action { padding: 10px; } }
@media (max-height: 550px) { .hub-header { position: relative; } .hub-header .all-menu nav { max-height: 65dvh; } }
/* The same lantern-lit courtyard photograph as the Guestbook Live demo. */
.hero { position: relative; isolation: isolate; display: block; min-height: min(850px,88svh); background: #17231f; }
.hero .hero-photo { position: absolute; z-index: -2; inset: 0; height: 100%; }
.hero-photo img { object-position: 65% center; }
.hero-photo::after { background: linear-gradient(90deg,rgba(13,23,20,.8),rgba(13,23,20,.52) 43%,rgba(13,23,20,.02) 75%); }
.hero-photo figcaption { right: 30px; bottom: 25px; font-size: 18px; }
.hero .hero-copy { min-height: min(850px,88svh); width: min(760px,58%); padding: 70px clamp(25px,5vw,85px); }
.hero-intro { color: #eee9e2; }
.hero-dashboard { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 25px 70px; min-height: 0; padding: 35px max(24px,calc((100vw - 1240px)/2)); color: var(--paper); background: var(--aubergine); }
.hero-dashboard .dashboard-label { grid-column: 1/-1; margin: 0; color: var(--champagne); }
.hero-dashboard .next-card { background: transparent; color: var(--paper); padding: 0; box-shadow: none; border-radius: 0; }
.hero-dashboard .next-card > p { margin-bottom: 12px; color: var(--champagne); }
.hero-dashboard .next-card h2 { font-size: 30px; margin-bottom: 18px; }
.hero-dashboard .next-card > div { display: flex; gap: 18px; margin: 0 0 18px; padding: 0; border: 0; }
.hero-dashboard .next-card > div strong { border: 0; padding: 0; font-size: 25px; }
.hero-dashboard .next-card > a { justify-content: flex-start; gap: 25px; text-decoration: underline; text-underline-offset: 5px; }
.hero-dashboard .countdown { margin: 0; }
.hero-dashboard .countdown span { padding: 22px; text-align: center; }
.hero-dashboard .countdown strong { font-size: clamp(36px,4vw,60px); }
@media(max-width: 720px) {
 .hero { min-height: 880px; } .hero .hero-copy { width: 100%; min-height: 880px; justify-content: end; padding: 320px 24px 55px; }
 .hero-photo img { object-position: 67% top; } .hero-photo::after { background: linear-gradient(180deg,rgba(13,23,20,.02) 12%,rgba(13,23,20,.32) 34%,rgba(13,23,20,.96) 65%); }
 .hero-photo figcaption { display: none; } .hero h1 { margin-bottom: 15px; } .wedding-lead { font-size: 32px; }
 .hero-dashboard { grid-template-columns: 1fr; padding: 30px 24px; gap: 30px; } .hero-dashboard .countdown span { padding: 16px 8px; }
}

/* Separate party guide and guest-facing venue essentials. */
.party-page .party-guide-intro h1 { font-size: clamp(48px,7vw,90px); max-width: 950px; }
.party-page .party-guide-intro .page-shell { padding-top: 75px; }
#quick-view.page-shell .quick-actions { justify-content: flex-start; }
#quick-view.page-shell .quick-actions a,#quick-view.page-shell .quick-actions button { color: var(--aubergine); border-color: var(--line); text-transform: none; }

/* One shared, visual home for Guestbook Live and Moment Missions. */
.memory-experience { color: var(--paper); background: var(--aubergine-deep); }
.memory-experience .page-shell { padding-top: 85px; padding-bottom: 85px; }
.memory-heading { display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: end; margin-bottom: 40px; }
.memory-heading h2 { margin-bottom: 0; font-size: clamp(42px,5vw,70px); }
.memory-heading h2 em { color: var(--blush); font-weight: 400; }
.memory-heading > p { max-width: 390px; font-size: 1.125rem; color: #e0d5dc; }
.memory-duo { display: grid; grid-template-columns: 1.1fr 1fr; gap: 28px; align-items: stretch; }
.guestbook-feature { border: 1px solid #78636f; border-radius: 20px; overflow: hidden; background: var(--aubergine); }
.guestbook-photo { position: relative; height: 280px; }
.guestbook-photo img { height: 100%; object-fit: cover; object-position: center 62%; }
.guestbook-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 35%,#261824cc); }
.guestbook-photo > span { position: absolute; z-index: 1; bottom: 22px; left: 28px; right: 28px; font-family: 'Fraunces',serif; font-size: 28px; }
.guestbook-feature-copy { padding: 30px; }
.guestbook-feature h3,.memory-experience .mission-card h3 { font-family: 'Fraunces',serif; font-size: clamp(30px,3vw,40px); font-weight: 400; margin: 10px 0 18px; }
.memory-formats { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 28px; }
.memory-formats span { border: 1px solid #78636f; padding: 7px 11px; border-radius: 999px; font-size: .875rem; }
.memory-experience .mission-card { display: flex; flex-direction: column; align-items: stretch; padding: 32px; color: var(--aubergine); border: 0; border-radius: 20px; }
.mission-card-top { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.mission-card-top > span { font-size: 48px; color: #863e32; line-height: 1; }
.mission-card-top .eyebrow { margin: 0; }
.mission-prompt-card { margin: 20px 0 26px; padding: 28px; border: 1px solid #b7897d; border-radius: 12px; background: var(--paper); flex: 1; }
.mission-prompt-card h4 { font: 400 clamp(26px,2.8vw,36px)/1.2 'Fraunces',serif; margin: 18px 0; }
.mission-prompt-card p { color: var(--muted); }
.mission-share { margin-top: 20px; text-align: center; font-weight: 600; text-underline-offset: 5px; }
.memory-experience .demo-note { color: #584450; }
@media(max-width: 800px) { .memory-heading,.memory-duo { grid-template-columns: 1fr; gap: 25px; } .memory-heading > p { max-width: none; } .memory-experience .page-shell { padding-top: 60px; padding-bottom: 60px; } }
@media(max-width: 400px) { .guestbook-feature-copy,.memory-experience .mission-card { padding: 23px; } .mission-prompt-card { padding: 20px; } }

.wedding-party-preview { background: #efe9e2; }
.wedding-party-preview .section-heading { align-items: end; }
.wedding-party-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.wedding-party-grid article { overflow: hidden; color: var(--paper); background: var(--aubergine); border-radius: 150px 150px 18px 18px; }
.wedding-party-grid img { display: block; width: 100%; aspect-ratio: .82; object-fit: cover; object-position: center top; }
.wedding-party-grid article > div { padding: 24px 22px 30px; }
.wedding-party-grid span { color: var(--champagne); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.wedding-party-grid h3 { margin: 8px 0 7px; font: 400 28px/1 "Fraunces",serif; }
.wedding-party-grid p { margin: 0; color: #e3d9df; font-size: 13px; }
.party-guide-link { display: inline-flex; margin-top: 28px; color: var(--aubergine); font-weight: 700; text-underline-offset: 5px; }
@media(max-width:900px){.wedding-party-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.wedding-party-grid{grid-template-columns:1fr}.wedding-party-grid img{aspect-ratio:1.05}.wedding-party-grid article{border-radius:180px 180px 18px 18px}}
