@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400;6..96,500;6..96,600&family=Manrope:wght@400;500;600;700&display=swap");

:root {
  --paper: #f7f1e8;
  --cream: #eee6db;
  --white: #fffaf3;
  --sage: #666b50;
  --olive: #4f5b37;
  --cacao: #482f1d;
  --ink: #211811;
  --clay: #a5795f;
  --sand: #d7bba3;
  --gold: #c6aa78;
  --line: rgba(72, 47, 29, 0.18);
  --shadow: 0 28px 90px rgba(33, 24, 17, 0.16);
  --display: "Bodoni Moda", "Bodoni 72", Didot, Georgia, serif;
  --body: "Manrope", "DM Sans", Inter, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

.form-honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  background: var(--white);
  color: var(--ink);
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: -80px;
  z-index: 100;
}

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

.site-header {
  align-items: center;
  backdrop-filter: blur(20px);
  background: rgba(247, 241, 232, 0.9);
  border-bottom: 1px solid rgba(72, 47, 29, 0.11);
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto auto;
  left: 0;
  min-height: 72px;
  padding: 13px clamp(18px, 4vw, 58px);
  position: fixed;
  right: 0;
  top: 0;
  transition: background 180ms ease;
  z-index: 30;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  gap: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.brand-mark {
  align-items: center;
  background: var(--cacao);
  border-radius: 50%;
  color: var(--cream);
  display: inline-flex;
  font-family: var(--display);
  font-size: 1.02rem;
  height: 38px;
  justify-content: center;
  letter-spacing: 0;
  width: 38px;
}

.nav {
  display: flex;
  gap: clamp(18px, 2vw, 30px);
}

.nav a,
.nav-cta,
.button,
.eyebrow,
.section-kicker,
.host-role,
.hero-facts dt,
.application-form label,
.dress-note span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

.nav a::after {
  background: var(--cacao);
  bottom: 5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
  width: 100%;
}

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

.nav-cta {
  background: var(--sage);
  color: var(--white);
  padding: 11px 17px;
}

.menu-toggle {
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: none;
}

.hero {
  min-height: 100svh;
  overflow: hidden;
  position: relative;
}

.hero-image,
.hero-overlay {
  inset: 0;
  position: absolute;
}

.hero-image {
  background-image: url("assets/photos/ritual-candles-hero.jpg");
  background-position: center;
  background-size: cover;
  filter: saturate(1.28) contrast(1.08) brightness(0.96);
  transform: scale(1.012);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(247, 241, 232, 0.92) 0%, rgba(247, 241, 232, 0.76) 36%, rgba(247, 241, 232, 0.22) 62%, rgba(72, 47, 29, 0.04) 100%),
    linear-gradient(180deg, rgba(33, 24, 17, 0.02) 50%, rgba(33, 24, 17, 0.22) 100%);
}

.hero-content {
  min-height: 100svh;
  padding: clamp(132px, 15vh, 180px) clamp(20px, 6.5vw, 96px) 70px;
  position: relative;
  width: min(1040px, 100%);
  z-index: 2;
}

.eyebrow,
.section-kicker,
.host-role {
  color: var(--sage);
  line-height: 1.35;
  margin: 0 0 20px;
}

h1,
h2,
h3,
blockquote,
.application-date span {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.025em;
  margin-top: 0;
}

h1 {
  color: var(--cacao);
  font-size: clamp(4.2rem, 9.2vw, 9.6rem);
  line-height: 0.78;
  margin-bottom: 34px;
  max-width: 980px;
}

h1 span,
h1 em {
  display: block;
}

h1 em {
  font-weight: 400;
  margin-left: clamp(0px, 6vw, 92px);
}

h2 {
  color: var(--cacao);
  font-size: clamp(3rem, 6.7vw, 7rem);
  line-height: 0.9;
  margin-bottom: 26px;
}

h3 {
  color: var(--cacao);
  font-size: clamp(1.75rem, 2.7vw, 3rem);
  line-height: 1;
  margin-bottom: 14px;
}

p {
  margin-top: 0;
}

.hero-lead {
  color: rgba(33, 24, 17, 0.86);
  font-size: clamp(1.06rem, 1.8vw, 1.34rem);
  line-height: 1.62;
  max-width: 690px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: 51px;
  padding: 14px 20px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

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

.button-dark {
  background: var(--cacao);
  color: var(--cream);
}

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

.button-light {
  background: var(--cream);
  color: var(--cacao);
}

.button-ghost {
  background: rgba(255, 250, 243, 0.58);
  border-color: rgba(72, 47, 29, 0.18);
  color: var(--cacao);
}

.hero-facts {
  background: rgba(247, 241, 232, 0.68);
  border: 1px solid rgba(72, 47, 29, 0.15);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 54px 0 0;
  max-width: 1080px;
  padding: 0;
}

.hero-facts div {
  min-height: 116px;
  padding: 20px;
}

.hero-facts div + div {
  border-left: 1px solid var(--line);
}

.hero-facts dt {
  color: var(--sage);
}

.hero-facts dd {
  font-family: var(--display);
  font-size: clamp(1.1rem, 1.8vw, 1.55rem);
  line-height: 1.15;
  margin: 8px 0 0;
}

section:not(.hero, .identity-panel, .outcomes, .ritual-feature) {
  padding: clamp(78px, 9vw, 138px) clamp(20px, 5vw, 76px);
}

.section-light {
  background: var(--cream);
}

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

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

.invitation-grid,
.split-heading,
.safety,
.application {
  display: grid;
  gap: clamp(36px, 7vw, 110px);
  grid-template-columns: minmax(0, 1.14fr) minmax(290px, 0.86fr);
}

.invitation h2,
.split-heading h2,
.safety h2 {
  font-size: clamp(2.9rem, 5.8vw, 6.2rem);
}

.prose,
.heading-note {
  border-left: 1px solid var(--line);
  color: rgba(33, 24, 17, 0.76);
  font-size: 1.08rem;
  padding-left: clamp(22px, 3.4vw, 46px);
}

.prose p:last-child,
.heading-note {
  margin-bottom: 0;
}

.identity-panel {
  background: var(--olive);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 720px;
}

.identity-panel figure {
  margin: 0;
  min-height: 640px;
}

.identity-panel img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.identity-quote {
  align-items: center;
  color: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(46px, 7vw, 110px);
}

.quote-mark {
  align-self: flex-start;
  color: var(--sand);
  font-family: var(--display);
  font-size: 6rem;
  line-height: 0.5;
  margin-bottom: 24px;
}

blockquote {
  font-size: clamp(2.5rem, 4.6vw, 5.3rem);
  line-height: 0.95;
  margin: 0;
}

.section-heading {
  margin-bottom: clamp(44px, 6vw, 82px);
  max-width: 1160px;
}

.split-heading {
  align-items: end;
  max-width: none;
}

.split-heading .heading-note {
  margin-bottom: 28px;
}

.recognition-list {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.recognition-list article {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: 44px 1fr;
  min-height: 154px;
  padding: 28px 30px 28px 0;
}

.recognition-list article:nth-child(even) {
  border-left: 1px solid var(--line);
  padding-left: 30px;
}

.recognition-list span,
.practical-grid span,
.journey-number {
  color: var(--clay);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.recognition-list p {
  margin: 0;
}

.journey {
  background: var(--cacao);
  color: var(--cream);
}

.journey h2,
.journey h3,
.journey .section-kicker {
  color: var(--cream);
}

.journey-grid {
  border-bottom: 1px solid rgba(247, 241, 232, 0.18);
  border-top: 1px solid rgba(247, 241, 232, 0.18);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.journey-grid article {
  min-height: 420px;
  padding: clamp(32px, 4vw, 56px);
}

.journey-grid article + article {
  border-left: 1px solid rgba(247, 241, 232, 0.18);
}

.journey-number {
  color: var(--sand);
  margin-bottom: 100px;
}

.journey-grid p:last-child {
  color: rgba(247, 241, 232, 0.74);
  margin-bottom: 0;
}

.experience-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.experience-grid article {
  background: var(--paper);
  min-height: 300px;
  padding: clamp(24px, 3vw, 40px);
}

.experience-grid span {
  color: var(--clay);
  display: block;
  margin-bottom: 54px;
}

.experience-grid h3 {
  font-size: clamp(1.65rem, 2.35vw, 2.45rem);
}

.experience-grid p {
  color: rgba(33, 24, 17, 0.7);
  margin-bottom: 0;
}

.ritual-feature {
  background: var(--paper);
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(460px, 1.1fr);
  min-height: 760px;
}

.ritual-feature-image {
  margin: 0;
  min-height: 700px;
}

.ritual-feature-image img {
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
  width: 100%;
}

.ritual-feature-image .ritual-feature-gong {
  object-position: center 44%;
}

.ritual-feature-copy {
  align-self: center;
  max-width: 820px;
  padding: clamp(54px, 7vw, 110px);
}

.ritual-feature-copy h2 {
  font-size: clamp(3rem, 5.4vw, 5.9rem);
}

.ritual-feature-copy h3 {
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  margin-top: 40px;
}

.ritual-feature-copy > p:not(.section-kicker) {
  color: rgba(33, 24, 17, 0.74);
  max-width: 680px;
}

.ritual-feature-note {
  border-left: 2px solid var(--clay);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.35;
  margin-top: 34px;
  padding-left: 24px;
}

.day-tabs {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 40px;
}

.day-tabs button {
  background: var(--cream);
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 26px 28px;
  text-align: left;
}

.day-tabs button[aria-selected="true"] {
  background: var(--olive);
  color: var(--white);
}

.day-tabs span {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.day-tabs strong {
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.5vw, 2.7rem);
  font-weight: 500;
  line-height: 1.05;
}

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

.day-panel article {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: clamp(24px, 5vw, 80px);
  grid-template-columns: 110px minmax(0, 1fr);
  padding: 28px 0;
}

.day-panel time {
  color: var(--sage);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding-top: 10px;
}

.day-panel h3 {
  font-size: clamp(1.6rem, 2.8vw, 3rem);
  margin-bottom: 8px;
}

.day-panel p {
  color: rgba(33, 24, 17, 0.7);
  margin-bottom: 0;
  max-width: 820px;
}

.dress-note {
  align-items: center;
  background: var(--cream);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding: 20px 24px;
}

.dress-note strong {
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 500;
}

.outcomes {
  background: var(--sage);
  color: var(--cream);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
}

.outcomes-image {
  min-height: 700px;
}

.outcomes-image img {
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  width: 100%;
}

.outcomes-copy {
  align-self: center;
  padding: clamp(48px, 7vw, 100px);
}

.outcomes h2,
.outcomes .section-kicker {
  color: var(--cream);
}

.outcomes h2 {
  font-size: clamp(3rem, 5.5vw, 5.9rem);
}

.outcomes ul {
  list-style: none;
  margin: 36px 0;
  padding: 0;
}

.outcomes li {
  border-top: 1px solid rgba(247, 241, 232, 0.22);
  padding: 16px 0 16px 28px;
  position: relative;
}

.outcomes li::before {
  color: var(--sand);
  content: "✦";
  left: 0;
  position: absolute;
}

.outcomes-note {
  color: rgba(247, 241, 232, 0.7);
  font-size: 0.88rem;
}

.safety {
  color: var(--cream);
}

.safety h2,
.safety .section-kicker {
  color: var(--cream);
}

.safety-rules {
  border-top: 1px solid rgba(247, 241, 232, 0.24);
}

.safety-rules p {
  border-bottom: 1px solid rgba(247, 241, 232, 0.24);
  margin: 0;
  padding: 20px 0;
}

.hosts-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.host {
  background: var(--paper);
  box-shadow: var(--shadow);
  display: grid;
  min-height: 720px;
  overflow: hidden;
}

.host-with-image {
  grid-template-rows: minmax(430px, 58vh) auto;
}

.host-with-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.host-photo-sintija {
  object-position: center 32%;
}

.host-photo-kristiana {
  object-position: center 46%;
}

.host > div:last-child {
  padding: clamp(30px, 4vw, 48px);
}

.host p {
  color: rgba(33, 24, 17, 0.72);
}

.host p:last-child {
  margin-bottom: 0;
}

.host-role {
  color: var(--clay) !important;
}

.practical-grid {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.practical-grid article {
  min-height: 300px;
  padding: 32px;
}

.practical-grid article + article {
  border-left: 1px solid var(--line);
}

.practical-grid span {
  display: block;
  margin-bottom: 60px;
}

.practical-grid h3 {
  font-size: clamp(1.55rem, 2.25vw, 2.3rem);
}

.practical-grid p {
  color: rgba(33, 24, 17, 0.7);
  margin-bottom: 0;
}

.venue-intro {
  border-left: 1px solid var(--line);
  padding-left: clamp(22px, 3.4vw, 46px);
}

.venue-intro p {
  border-top: 1px solid var(--line);
  color: rgba(33, 24, 17, 0.76);
  margin: 0;
  padding: 14px 0;
}

.venue-intro p:last-child {
  border-bottom: 1px solid var(--line);
}

.venue-gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.venue-photo {
  background: var(--cream);
  margin: 0;
  overflow: hidden;
}

.venue-photo img {
  aspect-ratio: 3 / 2;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
  width: 100%;
}

.venue-photo:hover img {
  transform: scale(1.025);
}

.venue-note {
  color: rgba(33, 24, 17, 0.62);
  font-size: 0.88rem;
  margin: 18px 0 0;
}

.pricing {
  background: var(--cacao);
  color: var(--cream);
}

.pricing h2,
.pricing .section-kicker {
  color: var(--cream);
}

.pricing .heading-note {
  border-left-color: rgba(247, 241, 232, 0.22);
  color: rgba(247, 241, 232, 0.72);
}

.pricing-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 500px;
  padding: clamp(34px, 5vw, 66px);
}

.price-card-featured {
  background: var(--cream);
  color: var(--ink);
}

.price-card-standard {
  background: rgba(247, 241, 232, 0.06);
  border: 1px solid rgba(247, 241, 232, 0.2);
}

.price-card-standard h3 {
  color: var(--cream);
}

.price-badge {
  color: var(--clay);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 54px;
  text-transform: uppercase;
}

.price-card-standard .price-badge,
.price-card-standard .price-deadline {
  color: var(--sand);
}

.price-card h3 {
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  max-width: 560px;
}

.price-amount {
  align-items: flex-end;
  display: flex;
  gap: 14px;
  margin: 30px 0 8px;
}

.price-amount strong {
  font-family: var(--display);
  font-size: clamp(5.2rem, 10vw, 10rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.72;
}

.price-amount span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding-bottom: 8px;
}

.price-deadline {
  color: var(--sage);
  margin-bottom: 42px;
}

.price-card .button {
  align-self: flex-start;
  margin-top: auto;
}

.pricing-note {
  color: rgba(247, 241, 232, 0.66);
  font-size: 0.88rem;
  margin: 20px 0 0;
  max-width: 760px;
}

.faq-list {
  margin-left: auto;
  max-width: 1020px;
}

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

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

.faq summary {
  color: var(--cacao);
  cursor: pointer;
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.5vw, 2.7rem);
  line-height: 1.1;
  list-style: none;
  padding: 25px 58px 25px 0;
  position: relative;
}

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

.faq summary::after {
  content: "+";
  font-family: var(--body);
  font-size: 1.6rem;
  font-weight: 400;
  position: absolute;
  right: 12px;
  top: 24px;
}

.faq details[open] summary::after {
  content: "–";
}

.faq details p {
  color: rgba(33, 24, 17, 0.72);
  max-width: 820px;
  padding: 0 60px 24px 0;
}

.application {
  background: var(--cream);
}

.application-copy {
  position: sticky;
  top: 118px;
}

.application-copy h2 {
  font-size: clamp(3.2rem, 6vw, 6.5rem);
}

.application-copy > p:not(.section-kicker) {
  color: rgba(33, 24, 17, 0.72);
  font-size: 1.05rem;
  max-width: 610px;
}

.application-price {
  background: var(--cacao);
  color: var(--cream);
  display: grid;
  margin-top: 36px;
  padding: 24px;
}

.application-price span,
.application-price small {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.application-price strong {
  font-family: var(--display);
  font-size: clamp(3.2rem, 6vw, 5.4rem);
  font-weight: 500;
  line-height: 0.95;
  margin: 12px 0;
}

.application-price small {
  color: var(--sand);
}

.application-date {
  border-top: 1px solid var(--line);
  display: grid;
  margin-top: 44px;
  padding-top: 24px;
}

.application-date span {
  color: var(--cacao);
  font-size: clamp(4rem, 8vw, 8rem);
  line-height: 0.8;
}

.application-date strong {
  color: var(--sage);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  margin-top: 14px;
  text-transform: uppercase;
}

.application-form {
  background: var(--paper);
  box-shadow: var(--shadow);
  display: grid;
  gap: 18px;
  padding: clamp(26px, 4vw, 48px);
}

.form-row {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.application-form label {
  color: rgba(33, 24, 17, 0.78);
  display: grid;
  gap: 8px;
}

.application-form input,
.application-form textarea {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  font: 400 1rem/1.5 var(--body);
  min-height: 50px;
  padding: 12px 14px;
  width: 100%;
}

.application-form textarea {
  min-height: 132px;
  resize: vertical;
}

.application-form input:focus,
.application-form textarea:focus {
  border-color: var(--cacao);
  outline: 2px solid rgba(102, 107, 80, 0.24);
  outline-offset: 2px;
}

.application-form .checkbox {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: 19px minmax(0, 1fr);
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.application-form .checkbox input {
  height: 19px;
  margin: 3px 0 0;
  min-height: 19px;
  padding: 0;
  width: 19px;
}

.application-form button {
  border: 0;
  margin-top: 8px;
}

.application-form button:disabled {
  cursor: wait;
  opacity: 0.58;
}

.privacy-note,
.form-status {
  color: rgba(33, 24, 17, 0.62);
  font-size: 0.82rem;
  margin: 0;
}

.privacy-note a {
  border-bottom: 1px solid currentColor;
}

.form-status:not(:empty) {
  background: var(--cream);
  color: var(--ink);
  padding: 12px;
}

.closing {
  background:
    linear-gradient(rgba(72, 47, 29, 0.88), rgba(33, 24, 17, 0.9)),
    url("assets/photos/ritual-sage-roses.jpg") center 54% / cover;
  color: var(--cream);
  text-align: center;
}

.closing h2,
.closing .section-kicker {
  color: var(--cream);
}

.closing h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}

.closing h2 em {
  color: var(--sand);
  font-weight: 400;
}

.closing > p:not(.section-kicker) {
  color: rgba(247, 241, 232, 0.76);
  font-size: 1.1rem;
  margin-bottom: 34px;
}

.site-footer {
  background: var(--ink);
  color: rgba(247, 241, 232, 0.7);
  display: flex;
  font-size: 0.68rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.13em;
  padding: 24px clamp(20px, 5vw, 76px);
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

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

  .nav {
    display: none;
  }

  .menu-toggle {
    align-items: center;
    display: flex;
    gap: 10px;
  }

  .menu-toggle-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .menu-lines {
    display: grid;
    gap: 5px;
  }

  .menu-lines i {
    background: currentColor;
    display: block;
    height: 1px;
    transition: transform 180ms ease;
    width: 22px;
  }

  .site-header.menu-open .nav {
    background: var(--paper);
    display: flex;
    flex-direction: column;
    gap: 0;
    inset: 72px 0 auto 0;
    min-height: calc(100svh - 72px);
    padding: 50px clamp(24px, 8vw, 80px);
    position: fixed;
  }

  .site-header.menu-open .nav a {
    border-bottom: 1px solid var(--line);
    font-family: var(--display);
    font-size: clamp(2.2rem, 7vw, 4.5rem);
    font-weight: 500;
    letter-spacing: -0.02em;
    padding: 18px 0;
    text-transform: none;
  }

  .site-header.menu-open .menu-lines i:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .site-header.menu-open .menu-lines i:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .experience-grid,
  .practical-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .practical-grid article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .practical-grid article:nth-child(4) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 920px) {
  .hosts-grid {
    grid-template-columns: 1fr;
  }

  .host-with-image {
    grid-template-rows: minmax(500px, 66vh) auto;
  }
}

@media (max-width: 760px) {
  .site-header {
    gap: 10px;
    min-height: 66px;
    padding: 11px 15px;
  }

  .brand > span:last-child,
  .menu-toggle-label {
    display: none;
  }

  .nav-cta {
    padding: 9px 11px;
  }

  .hero-image {
    background-position: 53% center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(247, 241, 232, 0.94) 0%, rgba(247, 241, 232, 0.8) 42%, rgba(247, 241, 232, 0.34) 70%, rgba(72, 47, 29, 0.28) 100%);
  }

  .hero-content {
    padding: 112px 18px 42px;
  }

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

  h1 em {
    margin-left: 0;
  }

  h2,
  .invitation h2,
  .split-heading h2,
  .safety h2,
  .application-copy h2,
  .outcomes h2 {
    font-size: clamp(2.75rem, 14vw, 4.5rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-facts,
  .invitation-grid,
  .identity-panel,
  .split-heading,
  .journey-grid,
  .outcomes,
  .safety,
  .hosts-grid,
  .pricing-grid,
  .venue-gallery,
  .ritual-feature,
  .application,
  .recognition-list,
  .experience-grid,
  .practical-grid,
  .form-row,
  .day-tabs {
    grid-template-columns: 1fr;
  }

  .hero-facts div {
    min-height: 0;
    padding: 14px 16px;
  }

  .hero-facts div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .prose,
  .heading-note,
  .venue-intro {
    border-left: 0;
    padding-left: 0;
  }

  .identity-panel figure,
  .outcomes-image,
  .ritual-feature-image {
    min-height: 430px;
  }

  .ritual-feature-copy {
    padding: 54px 20px 72px;
  }

  .recognition-list article,
  .recognition-list article:nth-child(even) {
    border-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .journey-grid article {
    min-height: 0;
  }

  .journey-grid article + article {
    border-left: 0;
    border-top: 1px solid rgba(247, 241, 232, 0.18);
  }

  .journey-number,
  .experience-grid span,
  .practical-grid span {
    margin-bottom: 38px;
  }

  .experience-grid article {
    min-height: 0;
  }

  .day-panel article {
    gap: 6px;
    grid-template-columns: 1fr;
  }

  .day-panel time {
    padding-top: 0;
  }

  .dress-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .host {
    min-height: 0;
  }

  .host-with-image {
    grid-template-rows: minmax(430px, 62vh) auto;
  }

  .price-card {
    min-height: 0;
  }

  .price-card .button {
    align-self: stretch;
  }

  .practical-grid article,
  .practical-grid article:nth-child(2),
  .practical-grid article:nth-child(3),
  .practical-grid article:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--line);
    min-height: 0;
  }

  .application-copy {
    position: static;
  }

  .site-footer {
    display: grid;
    gap: 9px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
/* Production bilingual controls: intentionally appended to the frozen source stylesheet. */
.site-header {
  grid-template-columns: 1fr auto auto auto;
}

.language-switch {
  align-items: center;
  border: 1px solid rgba(72, 47, 29, 0.22);
  border-radius: 999px;
  display: inline-flex;
  padding: 2px;
}

.language-switch button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  font: 700 0.68rem/1 sans-serif;
  letter-spacing: 0.08em;
  min-height: 30px;
  min-width: 34px;
  padding: 7px 8px;
}

.language-switch button[aria-pressed="true"] {
  background: var(--cacao);
  color: var(--cream);
}

.language-switch button:focus-visible {
  outline: 2px solid var(--sage);
  outline-offset: 2px;
}

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

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

  .language-switch button {
    min-height: 28px;
    min-width: 29px;
    padding: 6px;
  }
}

@media (max-width: 370px) {
  .site-header {
    gap: 7px;
    padding-inline: 10px;
  }

  .language-switch button {
    min-width: 27px;
    padding-inline: 5px;
  }

  .nav-cta {
    font-size: 0.66rem;
    letter-spacing: 0.1em;
  }
}
