:root {
  --ink: #29251f;
  --muted: #71695f;
  --paper: #f4efe5;
  --paper-deep: #e8dfd0;
  --white: #fffdf8;
  --wine: #722f37;
  --wine-dark: #562027;
  --gold: #c89447;
  --gold-soft: #e4c58f;
  --line: rgba(41, 37, 31, 0.18);
  --serif: "Noto Serif TC", "Songti TC", "STSong", "Iowan Old Style", Georgia, serif;
  --sans: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif;
  --shell: min(1160px, calc(100% - 48px));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

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

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

body.dialog-open {
  overflow: hidden;
}

button,
input,
textarea {
  font: inherit;
}

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

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

button {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  background: var(--ink);
  color: white;
  transform: translateY(-150%);
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(244, 239, 229, 0.9);
  backdrop-filter: blur(16px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 35px rgba(41, 37, 31, 0.05);
}

.nav-shell {
  width: var(--shell);
  height: 84px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  line-height: 1;
}

.brand > span:last-child {
  display: grid;
  gap: 6px;
}

.brand strong {
  font-family: var(--serif);
  font-size: 21px;
  letter-spacing: 0.28em;
}

.brand small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.brand-mark {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(114, 47, 55, 0.4);
  border-radius: 50%;
}

.cross-v,
.cross-h {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  background: var(--wine);
  transform: translate(-50%, -50%);
}

.cross-v {
  width: 1px;
  height: 17px;
  transform: translate(-50%, -59%);
}

.cross-h {
  width: 10px;
  height: 1px;
  transform: translate(-50%, -200%);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 42px);
}

.site-nav a {
  position: relative;
  color: #554f47;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

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

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

.nav-cta {
  border: 0;
  padding: 11px 19px;
  background: var(--wine);
  color: white;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.menu-toggle {
  display: none;
}

.hero {
  width: var(--shell);
  min-height: calc(100svh - 84px);
  margin: auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(40px, 6vw, 92px);
  padding: 58px 0 76px;
}

.eyebrow,
.kicker {
  margin: 0 0 24px;
  color: var(--wine);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}

.eyebrow span {
  width: 34px;
  height: 1px;
  background: var(--wine);
}

.hero h1,
.section-heading h2,
.questions h2,
.about h2,
.topics h2,
.details h2,
.faq h2,
.closing h2,
.interest-dialog h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.25;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(48px, 5.8vw, 82px);
}

.poster-line {
  margin: -6px 0 18px;
  color: var(--wine);
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: 0.08em;
}

.hero h1 em,
.closing h2 em {
  color: var(--wine);
  font-style: normal;
}

.hero-lede {
  margin: 30px 0 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(17px, 1.55vw, 21px);
  letter-spacing: 0.02em;
  line-height: 1.9;
}

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

.button {
  min-height: 52px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 14px 24px;
  cursor: pointer;
  font-weight: 750;
  letter-spacing: 0.08em;
  transition: transform 180ms var(--ease), background 180ms ease, color 180ms ease;
}

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

.button:active {
  transform: translateY(0);
}

.button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-primary {
  background: var(--wine);
  color: white;
}

.button-primary:hover {
  background: var(--wine-dark);
}

.text-link {
  border-bottom: 1px solid rgba(41, 37, 31, 0.45);
  padding: 6px 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.text-link-button {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.text-link span {
  display: inline-block;
  margin-left: 6px;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateY(3px);
}

.hero-note {
  margin: 22px 0 0;
  color: #81786e;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.hero-art {
  position: relative;
  isolation: isolate;
  min-height: min(670px, 72vh);
  overflow: hidden;
  border: 1px solid rgba(114, 47, 55, 0.15);
  background: #e7c997;
}

.hero-art::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: 0.7;
  background-image: repeating-linear-gradient(115deg, transparent 0 22px, rgba(255, 253, 248, 0.08) 23px 24px);
}

.hero-art::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 249, 229, 0.25) 0%, rgba(114, 47, 55, 0.23) 100%);
}

.sun-disc {
  position: absolute;
  z-index: -1;
  top: 11%;
  left: 14%;
  width: 72%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 248, 217, 0.62);
  box-shadow: 0 0 0 1px rgba(255, 253, 248, 0.55), 0 0 90px rgba(255, 247, 215, 0.7);
}

.orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(114, 47, 55, 0.24);
  border-radius: 50%;
}

.orbit-one {
  top: 4%;
  right: -23%;
  width: 104%;
  aspect-ratio: 1;
}

.orbit-two {
  top: 19%;
  left: -25%;
  width: 90%;
  aspect-ratio: 1;
}

.hero-cross {
  position: absolute;
  top: 16%;
  left: 50%;
  width: 110px;
  height: 230px;
  transform: translateX(-50%);
}

.hero-cross span,
.hero-cross i {
  position: absolute;
  display: block;
  background: var(--wine);
  box-shadow: 0 0 30px rgba(114, 47, 55, 0.22);
}

.hero-cross span {
  top: 0;
  left: 48px;
  width: 14px;
  height: 230px;
}

.hero-cross i {
  top: 52px;
  left: 0;
  width: 110px;
  height: 14px;
}

.doorway {
  position: absolute;
  z-index: -1;
  right: 12%;
  bottom: -20%;
  left: 12%;
  height: 54%;
  border: 1px solid rgba(114, 47, 55, 0.28);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
}

.hero-art > p {
  position: absolute;
  right: 9%;
  bottom: 12%;
  margin: 0;
  color: var(--wine-dark);
  font-family: var(--serif);
  font-size: clamp(22px, 2.3vw, 34px);
  line-height: 1.5;
  text-align: right;
}

.hero-art > small {
  position: absolute;
  right: 9%;
  bottom: 6%;
  color: rgba(86, 32, 39, 0.76);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

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

.entry-section {
  padding: 95px 0 125px;
}

.entry-heading {
  display: grid;
  grid-template-columns: 0.85fr 1.5fr 0.65fr;
  align-items: end;
  gap: 35px;
  margin-bottom: 45px;
}

.entry-heading .kicker {
  margin: 0;
}

.entry-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.35;
}

.entry-heading > a {
  justify-self: end;
  border-bottom: 1px solid rgba(41, 37, 31, 0.4);
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 750;
}

.entry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.entry-card {
  position: relative;
  min-height: 260px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 28px;
  transition: background 200ms ease, color 200ms ease;
}

.entry-card > span {
  color: var(--wine);
  font-family: var(--serif);
  font-size: 11px;
}

.entry-card h3 {
  margin: 67px 0 8px;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 600;
}

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

.entry-card i {
  position: absolute;
  right: 26px;
  bottom: 23px;
  color: var(--wine);
  font-style: normal;
}

.entry-card:hover {
  background: var(--wine);
  color: var(--white);
}

.entry-card:hover > span,
.entry-card:hover p,
.entry-card:hover i {
  color: rgba(255, 253, 248, 0.75);
}

.section-index {
  position: absolute;
  top: 132px;
  left: 0;
  color: var(--wine);
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: 0.1em;
}

.questions {
  border-top: 1px solid var(--line);
  padding: 125px 0 138px;
}

.questions-heading {
  max-width: 750px;
  margin: 0 auto 70px;
  text-align: center;
}

.questions h2,
.section-heading h2,
.about h2,
.details h2,
.faq h2,
.closing h2 {
  font-size: clamp(38px, 5vw, 68px);
}

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

.question-item {
  min-height: 250px;
  padding: 36px clamp(24px, 3vw, 42px) 40px;
}

.question-item + .question-item {
  border-left: 1px solid var(--line);
}

.question-item > span,
.topic-grid article > span {
  color: var(--wine);
  font-family: var(--serif);
  font-size: 12px;
}

.question-item h3 {
  margin: 62px 0 10px;
  font-family: var(--serif);
  font-size: clamp(22px, 2.1vw, 29px);
  font-weight: 600;
}

.question-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.about {
  width: 100%;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(50px, 9vw, 140px);
  padding: 130px max(24px, calc((100vw - 1160px) / 2));
  background: var(--wine);
  color: var(--white);
}

.kicker.light {
  color: var(--gold-soft);
}

.about h2 {
  font-size: clamp(40px, 5.2vw, 72px);
}

.about-copy {
  max-width: 580px;
}

.about-copy > p {
  color: rgba(255, 253, 248, 0.72);
}

.about-copy .lead {
  margin-top: 4px;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.95;
}

.about-promise {
  margin-top: 44px;
  border-top: 1px solid rgba(255, 253, 248, 0.25);
  display: flex;
  gap: 18px;
  padding-top: 26px;
}

.about-promise span {
  color: var(--gold-soft);
}

.about-promise p {
  margin: 0;
  color: rgba(255, 253, 248, 0.72);
}

.about-promise strong {
  color: var(--white);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
}

.journey {
  padding: 130px 0 145px;
}

.journey .section-index {
  top: 138px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.68fr;
  align-items: end;
  gap: 80px;
  padding: 0 0 72px 100px;
}

.section-heading .kicker {
  margin-bottom: 18px;
}

.section-heading > p {
  margin: 0 0 8px;
  color: var(--muted);
}

.journey-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.journey-steps li {
  position: relative;
  min-height: 315px;
  padding: 38px 28px;
}

.journey-steps li + li {
  border-left: 1px solid var(--line);
}

.journey-steps li::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wine);
}

.journey-steps li:first-child::before {
  left: 0;
}

.step-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 34px;
  border: 1px solid rgba(114, 47, 55, 0.3);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--wine);
}

.step-icon svg {
  width: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.journey-steps li > span {
  color: var(--wine);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.15em;
}

.journey-steps h3 {
  margin: 4px 0 12px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 600;
}

.journey-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.topics {
  padding: 130px 24px;
  background: #dfd5c5;
}

.topics-shell {
  width: min(1040px, 100%);
  margin: auto;
}

.topics-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 55px;
}

.topics-title > span {
  color: var(--wine);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.topics h2 {
  font-size: clamp(38px, 5vw, 62px);
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(41, 37, 31, 0.26);
  border-left: 1px solid rgba(41, 37, 31, 0.26);
}

.topic-grid article {
  min-height: 215px;
  padding: 28px;
  border-right: 1px solid rgba(41, 37, 31, 0.26);
  border-bottom: 1px solid rgba(41, 37, 31, 0.26);
  transition: background 220ms ease, color 220ms ease;
}

.topic-grid article:hover {
  background: var(--wine);
  color: var(--white);
}

.topic-grid article:hover > span,
.topic-grid article:hover p {
  color: rgba(255, 253, 248, 0.72);
}

.topic-grid h3 {
  margin: 66px 0 4px;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 600;
}

.topic-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.details {
  padding: 140px 0 70px;
}

.details-card {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  background: var(--wine);
  color: var(--white);
}

.details-main {
  padding: clamp(52px, 7vw, 88px);
}

.details h2 {
  font-size: clamp(42px, 5.2vw, 68px);
}

.details-main > p:not(.kicker) {
  max-width: 520px;
  margin: 26px 0 34px;
  color: rgba(255, 253, 248, 0.72);
}

.button-light {
  background: var(--white);
  color: var(--wine-dark);
}

.button-light:hover {
  background: var(--gold-soft);
}

.event-info {
  margin: 0;
  display: grid;
  background: var(--paper-deep);
  color: var(--ink);
}

.event-info div {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: start;
  padding: 34px clamp(30px, 4vw, 52px);
}

.event-info div + div {
  border-top: 1px solid rgba(41, 37, 31, 0.16);
}

.event-info dt {
  color: var(--wine);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.event-info dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.event-info strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
}

.placeholder-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.placeholder-note span {
  color: var(--wine);
}

.faq {
  display: grid;
  grid-template-columns: 0.68fr 1fr;
  gap: clamp(50px, 9vw, 130px);
  padding: 110px 0 145px;
}

.faq-heading {
  align-self: start;
  position: sticky;
  top: 130px;
}

.faq-heading > p:last-child {
  max-width: 320px;
  color: var(--muted);
}

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

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

.faq-item h3 {
  margin: 0;
}

.faq-item button {
  width: 100%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 28px 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.faq-item button span {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 600;
}

.faq-item button i {
  position: relative;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(114, 47, 55, 0.35);
  border-radius: 50%;
}

.faq-item button i::before,
.faq-item button i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  background: var(--wine);
  transform: translate(-50%, -50%);
  transition: transform 200ms ease;
}

.faq-item button i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item button[aria-expanded="true"] i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 320ms var(--ease);
}

.faq-answer p {
  min-height: 0;
  overflow: hidden;
  margin: 0;
  color: var(--muted);
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.open .faq-answer p {
  padding-bottom: 28px;
}

.closing {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 150px 24px;
  background: var(--wine-dark);
  color: var(--white);
  text-align: center;
}

.closing-halo {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: min(620px, 80vw);
  aspect-ratio: 1;
  border: 1px solid rgba(228, 197, 143, 0.22);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 65px rgba(228, 197, 143, 0.025), 0 0 0 130px rgba(228, 197, 143, 0.02);
}

.closing h2 {
  margin-bottom: 40px;
  font-size: clamp(42px, 6.4vw, 84px);
}

.closing h2 em {
  color: var(--gold-soft);
}

.site-footer {
  min-height: 160px;
  width: var(--shell);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr 0.7fr;
  align-items: center;
  gap: 32px;
  color: var(--muted);
  font-size: 12px;
}

.footer-brand {
  justify-self: start;
}

.site-footer > p:nth-child(2) {
  text-align: center;
}

.copyright {
  text-align: right;
}

.interest-dialog {
  width: min(680px, calc(100% - 32px));
  max-height: calc(100svh - 32px);
  margin: auto;
  border: 0;
  padding: clamp(38px, 6vw, 66px);
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 30px 90px rgba(41, 37, 31, 0.28);
}

.interest-dialog::backdrop {
  background: rgba(28, 24, 21, 0.72);
  backdrop-filter: blur(6px);
}

.dialog-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.dialog-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 1px;
  background: var(--ink);
  transform: translate(-50%, -50%) rotate(45deg);
}

.dialog-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.dialog-heading h2,
.form-success h2 {
  font-size: clamp(36px, 6vw, 52px);
}

.dialog-heading > p:last-child {
  margin: 18px 0 30px;
  color: var(--muted);
}

.form-row {
  margin-bottom: 22px;
}

.form-row label,
fieldset legend {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
}

.form-row label span {
  color: var(--muted);
  font-weight: 400;
}

.form-row input,
.form-row textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(41, 37, 31, 0.34);
  border-radius: 0;
  padding: 11px 0;
  background: transparent;
  outline: 0;
  resize: vertical;
  transition: border-color 180ms ease;
}

.form-row input:focus,
.form-row textarea:focus {
  border-color: var(--wine);
}

.form-row input[aria-invalid="true"] {
  border-color: #b3261e;
}

.field-error {
  display: block;
  min-height: 19px;
  color: #9d261f;
  font-size: 11px;
}

fieldset {
  margin: 0 0 25px;
  border: 0;
  padding: 0;
}

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

.choice-list label {
  cursor: pointer;
}

.choice-list input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-list span {
  min-height: 44px;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  padding: 8px;
  color: var(--muted);
  font-size: 12px;
  transition: all 180ms ease;
}

.choice-list input:checked + span {
  border-color: var(--wine);
  background: var(--wine);
  color: white;
}

.choice-list input:focus-visible + span {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.privacy-note {
  margin: -5px 0 20px;
  color: var(--muted);
  font-size: 11px;
}

.dialog-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 5px 0 17px;
  color: var(--muted);
  font-size: 12px;
}

.dialog-consent input {
  margin-top: 6px;
}

.submit-button {
  width: 100%;
}

.form-success {
  padding: 30px 0;
  text-align: center;
}

.success-mark {
  width: 58px;
  height: 58px;
  margin: 0 auto 24px;
  border: 1px solid var(--wine);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--wine);
  font-size: 24px;
}

.form-success > p:not(.kicker) {
  margin: 20px auto 28px;
  color: var(--muted);
}

.toast {
  position: fixed;
  z-index: 300;
  right: 20px;
  bottom: 20px;
  max-width: calc(100% - 40px);
  padding: 13px 20px;
  background: var(--ink);
  color: white;
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  transition: opacity 200ms ease, transform 200ms ease;
}

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

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 750ms var(--ease), transform 750ms var(--ease);
}

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

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  :root {
    --shell: min(100% - 36px, 720px);
  }

  .menu-toggle {
    position: relative;
    z-index: 102;
    width: 44px;
    height: 44px;
    border: 0;
    display: block;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle > span:not(.sr-only) {
    position: absolute;
    right: 4px;
    width: 27px;
    height: 1px;
    background: var(--ink);
    transition: transform 200ms ease, top 200ms ease;
  }

  .menu-toggle > span:nth-child(2) {
    top: 16px;
  }

  .menu-toggle > span:nth-child(3) {
    top: 26px;
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(2) {
    top: 21px;
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(3) {
    top: 21px;
    transform: rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    z-index: 101;
    inset: 0;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 26px;
    padding: 100px 10vw;
    background: var(--paper);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms;
  }

  .site-nav.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .site-nav a {
    font-family: var(--serif);
    font-size: 28px;
  }

  .nav-cta {
    margin-top: 12px;
    padding: 14px 22px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 72px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero h1 {
    font-size: clamp(54px, 12vw, 84px);
  }

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

  .section-index {
    display: none;
  }

  .questions {
    padding-top: 100px;
  }

  .question-list {
    grid-template-columns: 1fr;
  }

  .question-item {
    min-height: auto;
  }

  .question-item + .question-item {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .question-item h3 {
    margin-top: 35px;
  }

  .about,
  .section-heading,
  .details-card,
  .faq,
  .entry-heading {
    grid-template-columns: 1fr;
  }

  .entry-heading > a {
    justify-self: start;
  }

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

  .section-heading {
    gap: 35px;
    padding-left: 0;
  }

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

  .journey-steps li:nth-child(3) {
    border-left: 0;
  }

  .journey-steps li:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

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

  .faq-heading {
    position: static;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 40px 0;
    text-align: left;
  }

  .site-footer > p:nth-child(2),
  .copyright {
    margin: 0;
    text-align: left;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: calc(100% - 32px);
  }

  .nav-shell {
    height: 72px;
  }

  .brand strong {
    font-size: 18px;
  }

  .hero {
    padding: 52px 0 72px;
  }

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

  .desktop-break {
    display: none;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }

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

  .hero-cross {
    transform: translateX(-50%) scale(0.78);
    transform-origin: top center;
  }

  .questions,
  .entry-section,
  .journey,
  .details,
  .faq {
    padding-top: 90px;
    padding-bottom: 95px;
  }

  .questions-heading {
    margin-bottom: 46px;
    text-align: left;
  }

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

  .about {
    gap: 44px;
    padding: 88px 20px;
  }

  .journey-steps {
    grid-template-columns: 1fr;
  }

  .journey-steps li {
    min-height: auto;
  }

  .journey-steps li + li {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .topics {
    padding: 90px 16px;
  }

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

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

  .topic-grid article {
    min-height: 185px;
  }

  .details-card {
    margin: 0 -4px;
  }

  .details-main {
    padding: 52px 28px;
  }

  .event-info div {
    grid-template-columns: 70px 1fr;
    padding: 28px;
  }

  .closing {
    padding: 115px 20px;
  }

  .choice-list {
    grid-template-columns: 1fr;
  }

  .interest-dialog {
    width: 100%;
    max-height: 100svh;
    padding: 52px 24px 32px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

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