:root {
  --black: #000000;
  --white: #ffffff;
  --cream: #f8f1ea;
  --cream-2: #fffaf4;
  --ink: #1d2328;
  --muted: #5a524d;
  --deep: #153233;
  --spruce: #1f4a4a;
  --cedar: #7b4b32;
  --copper: #aa6a2d;
  --gold: #d19f43;
  --berry: #6b5b63;
  --line: rgba(21, 50, 51, 0.14);
  --shadow: 0 24px 60px rgba(21, 30, 31, 0.16);
  --header-height: 92px;
  --page: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #f7efe6 0%, #fbf7f2 46%, #ffffff 100%);
  font-family: "Aptos", "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

html[data-i18n-pending="true"] body {
  visibility: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 18px 36px;
  background: var(--black);
  color: var(--white);
}

.brand {
  flex: 0 0 auto;
  width: auto;
  min-width: 210px;
  color: var(--white);
  text-decoration: none;
  text-align: center;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.brand span {
  display: block;
}

.brand span:first-child {
  white-space: nowrap;
}

.primary-nav {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  min-width: 0;
}

.primary-nav a {
  color: var(--white);
  text-decoration: none;
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
  transition: color 160ms ease;
}

.primary-nav a:hover,
.primary-nav a.is-active {
  color: var(--gold);
}

.language-control {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
  padding-left: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.74);
  white-space: nowrap;
}

.language-control select {
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  background: #141414;
  color: var(--white);
  font: inherit;
  font-weight: 800;
  padding: 0 8px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background: transparent;
  color: var(--white);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: calc(var(--header-height) + 70px) 24px 72px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-image: url("assets/img/stock-b21-full.jpg");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.14));
  pointer-events: none;
}

.hero-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-card {
  position: relative;
  z-index: 1;
  width: min(890px, 100%);
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(360px, 1.45fr);
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.18));
}

.hero-logo-panel {
  display: grid;
  place-items: center;
  min-height: 516px;
  padding: 28px;
  background: var(--white);
}

.hero-logo-panel img {
  width: min(340px, 100%);
  max-height: 440px;
  object-fit: contain;
}

.hero-info-panel {
  display: grid;
  grid-template-rows: 1fr 1.05fr;
  min-height: 516px;
}

.hero-title-block {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 26px;
  padding: 34px 26px 34px 20px;
  background: var(--copper);
  color: var(--white);
}

.hero-title-block h1 {
  margin: 0;
  font-size: clamp(42px, 4.3vw, 54px);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: 0;
}

.logo-button {
  width: 200px;
  min-height: 64px;
  border: 0;
  border-radius: 0;
  background: #5b514a;
  color: var(--white);
  font: inherit;
  font-size: 15px;
  font-weight: 750;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

.logo-button:hover {
  background: #463d37;
  transform: translateY(-1px);
}

.hero-date-block {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 42px 52px;
  background: rgba(255, 250, 245, 0.97);
  color: #564c47;
}

.hero-date {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 5vw, 62px);
  line-height: 0.9;
}

.hero-place {
  margin: 0;
  font-size: 28px;
  letter-spacing: 0.02em;
}

.hero-scroll {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: min(644px, 54vw);
  height: 22px;
  background: rgba(89, 76, 67, 0.82);
}

.page-main {
  padding-top: var(--header-height);
}

.page-masthead {
  position: relative;
  min-height: 340px;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 76px 24px 56px;
  color: var(--white);
}

.page-masthead::before,
.page-masthead::after {
  content: "";
  position: absolute;
  inset: 0;
}

.page-masthead::before {
  background-image: url("assets/img/stock-b21-full.jpg");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.page-masthead::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.42) 50%, rgba(0, 0, 0, 0.1));
}

.page-masthead-inner {
  position: relative;
  z-index: 1;
  width: min(var(--page), calc(100% - 40px));
  margin: 0 auto;
}

.page-masthead .section-kicker {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--white);
}

.page-masthead h1 {
  max-width: 860px;
  margin: 0;
  color: var(--white);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.98;
}

.page-lede {
  max-width: 780px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
}

.subpage-section {
  padding-top: 68px;
}

.section {
  width: min(var(--page), calc(100% - 40px));
  margin: 0 auto;
  padding: 84px 0;
}

.section-copy,
.section-heading {
  max-width: 780px;
}

.section-kicker {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(107, 91, 99, 0.1);
  color: var(--berry);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h2,
h3 {
  font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
  color: var(--deep);
  letter-spacing: 0;
}

h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.02;
}

h3 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.08;
}

p {
  margin: 0;
  color: rgba(29, 35, 40, 0.78);
}

p + p {
  margin-top: 12px;
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 34px;
  align-items: start;
}

.editorial-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(430px, 1.04fr);
  gap: 34px;
  align-items: center;
}

.editorial-media {
  min-height: 430px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(247, 239, 227, 0.96));
}

.editorial-media img {
  width: 100%;
  height: 100%;
  min-height: 414px;
  object-fit: cover;
  border-radius: 6px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: var(--cedar);
  font-weight: 850;
  text-decoration: none;
}

.text-link::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.home-index-section {
  padding-top: 24px;
}

.home-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.home-link-grid a {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(21, 50, 51, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 241, 234, 0.92)),
    var(--cream);
  color: var(--deep);
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(21, 50, 51, 0.07);
}

.home-link-grid a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.7;
}

.home-link-grid a:hover {
  border-color: rgba(170, 106, 45, 0.36);
  color: var(--cedar);
}

.home-story-section,
.home-live-section,
.culture-card-section,
.community-participant-section,
.home-agenda-section,
.home-culture-section,
.home-media-section,
.home-packages-section,
.home-volunteer-section,
.home-info-section,
.home-merch-section,
.home-contact-section {
  scroll-margin-top: calc(var(--header-height) + 24px);
}

.home-story-section,
.culture-card-section,
.community-participant-section,
.home-culture-section,
.home-info-section {
  border-top: 1px solid rgba(21, 50, 51, 0.09);
}

.home-agenda-section,
.home-media-section,
.home-packages-section,
.home-volunteer-section,
.home-merch-section,
.home-contact-section {
  border-top: 1px solid rgba(170, 106, 45, 0.14);
}

.home-timeline {
  display: grid;
  gap: 12px;
}

.home-timeline article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 237, 0.96));
  box-shadow: 0 12px 30px rgba(21, 50, 51, 0.07);
}

.home-timeline span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  background: var(--deep);
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
}

.home-timeline strong {
  display: block;
  color: var(--deep);
  font-size: 18px;
}

.home-timeline p {
  grid-column: 2;
  font-size: 15px;
}

.culture-card-section {
  display: grid;
  gap: 26px;
}

.culture-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.culture-card {
  overflow: hidden;
  display: grid;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(21, 50, 51, 0.08);
}

.culture-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.culture-card h3 {
  display: grid;
  align-items: center;
  min-height: 110px;
  margin: 0;
  padding: 22px;
  color: var(--deep);
  font-size: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.place-image-stack {
  display: grid;
  grid-template-columns: 0.78fr 0.58fr;
  gap: 10px;
  min-height: 470px;
}

.place-image-stack img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(21, 50, 51, 0.08);
}

.place-image-stack img + img {
  align-self: end;
  min-height: 360px;
}

.button-link--light {
  margin-top: 22px;
  background: var(--white);
  color: var(--deep);
}

.button-link--light:hover,
.button-link--light:focus-visible {
  background: #f3e8dc;
}

.community-participant-section {
  display: grid;
  gap: 26px;
}

.community-image-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.54fr) minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.community-image-row img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(21, 50, 51, 0.08);
}

.community-image-row img:nth-child(2) {
  object-fit: contain;
  padding: 24px;
}

.stat-grid,
.role-grid,
.package-grid,
.info-grid {
  display: grid;
  gap: 12px;
}

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

.stat-grid article,
.role-grid article,
.package-grid article,
.info-grid article,
.content-card,
.notice-panel,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 237, 0.96));
  box-shadow: 0 16px 40px rgba(21, 50, 51, 0.08);
}

.stat-grid article {
  min-height: 142px;
  padding: 20px;
}

.stat-grid strong {
  display: block;
  margin-bottom: 10px;
  font-family: Georgia, serif;
  color: var(--deep);
  font-size: 32px;
  line-height: 1;
}

.stat-grid span {
  color: rgba(29, 35, 40, 0.76);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.9fr);
  gap: 22px;
  align-items: stretch;
}

.split-section.reverse {
  grid-template-columns: minmax(400px, 0.92fr) minmax(0, 1.08fr);
}

.content-card {
  padding: 30px;
}

.dark-card {
  background: radial-gradient(circle at top right, rgba(209, 159, 67, 0.16), transparent 30%),
    linear-gradient(145deg, rgba(31, 74, 74, 0.98), rgba(21, 50, 51, 0.95));
  color: var(--white);
}

.dark-card h2,
.dark-card p,
.dark-card li {
  color: var(--white);
}

.dark-card .section-kicker {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--white);
}

.media-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(247, 239, 227, 0.96));
}

.media-mosaic img,
.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.media-mosaic img:first-child {
  grid-row: span 2;
}

.feature-image {
  min-height: 430px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(247, 239, 227, 0.96));
}

.branded-banner {
  min-height: 280px;
}

.branded-banner img {
  object-fit: contain;
  background: #f8f0e8;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 9px;
  height: 9px;
  background: var(--gold);
}

.notice-strip {
  display: grid;
  gap: 6px;
  margin-top: 22px;
  padding: 16px;
  border-left: 4px solid var(--gold);
  background: rgba(31, 74, 74, 0.07);
}

.notice-strip strong {
  color: var(--deep);
}

.media-section,
.packages-section,
.volunteer-section,
.info-section {
  display: grid;
  gap: 24px;
}

.notice-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 24px;
  padding: 26px;
  background: linear-gradient(135deg, rgba(21, 50, 51, 0.96), rgba(31, 74, 74, 0.92) 52%, rgba(123, 75, 50, 0.9));
  color: var(--white);
}

.notice-panel h3,
.notice-panel p,
.notice-panel span {
  color: var(--white);
}

.notice-panel span {
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.wide-photo-band {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr 1fr;
  gap: 10px;
  min-height: 280px;
}

.wide-photo-band img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(21, 50, 51, 0.08);
}

.package-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.package-grid article,
.role-grid article,
.info-grid article {
  padding: 20px;
}

.package-grid span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--berry);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.package-grid strong {
  display: block;
  color: var(--cedar);
  font-size: 20px;
}

.role-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.role-grid p,
.info-grid p {
  font-size: 15px;
}

.info-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.info-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--deep);
}

.map-shell {
  overflow: hidden;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(247, 239, 227, 0.96));
}

.map-shell iframe {
  display: block;
  width: 100%;
  min-height: 430px;
  border: 0;
  border-radius: 6px;
}

.merch-store-section {
  display: grid;
  gap: 24px;
}

.merch-teaser-section {
  display: grid;
  gap: 24px;
}

.merch-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.48fr);
  gap: 22px;
  align-items: stretch;
}

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

.merch-teaser-grid img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(21, 50, 51, 0.08);
}

.merch-teaser-copy {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 237, 0.96));
  box-shadow: 0 16px 40px rgba(21, 50, 51, 0.08);
}

.merch-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 380px);
  gap: 22px;
  align-items: start;
}

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

.merch-product,
.merch-checkout-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 237, 0.96));
  box-shadow: 0 16px 40px rgba(21, 50, 51, 0.08);
}

.merch-product {
  overflow: hidden;
  display: grid;
  min-width: 0;
}

.merch-product__media {
  aspect-ratio: 1 / 1;
  background: #f8f0e8;
}

.merch-product__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.merch-product__body {
  display: grid;
  gap: 14px;
  padding: 16px;
}

.merch-product h3 {
  min-height: 52px;
  margin-bottom: 8px;
  color: var(--deep);
  font-size: 16px;
  line-height: 1.22;
}

.merch-product strong {
  color: var(--cedar);
  font-size: 15px;
}

.merch-product button,
.merch-checkout-form button {
  min-height: 44px;
  border: 0;
  border-radius: 4px;
  background: var(--deep);
  color: var(--white);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.merch-product button {
  width: 100%;
}

.merch-product button:hover,
.merch-checkout-form button:hover {
  background: var(--spruce);
}

.merch-product button:disabled,
.merch-checkout-form button:disabled {
  cursor: wait;
  opacity: 0.62;
}

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

.merch-options label,
.merch-checkout-form label {
  display: grid;
  gap: 5px;
  color: var(--deep);
  font-size: 12px;
  font-weight: 850;
}

.merch-options select,
.merch-checkout-form input {
  width: 100%;
  border: 1px solid rgba(21, 50, 51, 0.18);
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  padding: 10px 11px;
}

.merch-checkout-panel {
  position: sticky;
  top: calc(var(--header-height) + 20px);
  display: grid;
  gap: 16px;
  padding: 18px;
}

.merch-cart-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}

.merch-cart-head strong {
  display: grid;
  gap: 2px;
  text-align: right;
  color: var(--deep);
}

.merch-cart-items {
  display: grid;
  gap: 12px;
}

.merch-empty {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.merch-cart-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 10px 12px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(21, 50, 51, 0.1);
}

.merch-cart-item img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
  background: #f8f0e8;
}

.merch-cart-item strong,
.merch-cart-item span,
.merch-cart-item em {
  display: block;
}

.merch-cart-item strong {
  color: var(--deep);
  font-size: 13px;
  line-height: 1.25;
}

.merch-cart-item span,
.merch-cart-item em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.merch-quantity {
  grid-column: 1 / 2;
  display: grid;
  grid-template-columns: 28px 30px 28px;
  align-items: center;
  width: max-content;
}

.merch-quantity button,
.merch-remove {
  border: 1px solid rgba(21, 50, 51, 0.16);
  background: #fff;
  color: var(--deep);
  cursor: pointer;
}

.merch-quantity button {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  font: inherit;
  font-weight: 850;
}

.merch-quantity span {
  text-align: center;
  color: var(--deep);
  font-weight: 850;
}

.merch-remove {
  grid-column: 2 / 3;
  justify-self: start;
  min-height: 30px;
  border-radius: 4px;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  padding: 0 10px;
}

.merch-checkout-form {
  display: grid;
  gap: 12px;
  padding-top: 2px;
}

.merch-checkout-form h3 {
  margin-bottom: -4px;
  color: var(--deep);
  font-size: 22px;
}

.merch-checkout-form p {
  font-size: 14px;
}

.merch-stripe-panel {
  overflow: hidden;
  border: 1px solid rgba(21, 50, 51, 0.14);
  border-radius: 8px;
  background: #fff;
}

.merch-stripe-container {
  min-height: 560px;
  padding: 8px;
}

.contact-section {
  padding-bottom: 110px;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: 28px;
  padding: 34px;
  background: radial-gradient(circle at top right, rgba(209, 159, 67, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 239, 227, 0.96));
}

.contact-card .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -10px;
}

.contact-lines {
  display: grid;
  gap: 14px;
}

.contact-lines a {
  color: var(--spruce);
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.activity-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.activity-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 237, 0.96));
  box-shadow: 0 16px 40px rgba(21, 50, 51, 0.08);
}

.activity-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--berry);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.activity-card ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 18px;
}

.activity-card li {
  color: rgba(29, 35, 40, 0.78);
}

.wellness-note {
  padding: 24px;
  border-left: 5px solid var(--gold);
  background: rgba(31, 74, 74, 0.07);
}

.form-panel {
  margin-top: 18px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 237, 0.96));
  box-shadow: 0 16px 40px rgba(21, 50, 51, 0.08);
}

.form-panel h3 {
  margin-bottom: 8px;
}

.form-panel > p {
  max-width: 760px;
}

.form-cta-panel {
  display: grid;
  gap: 12px;
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  border-radius: 4px;
  background: var(--deep);
  color: var(--white);
  font-weight: 850;
  line-height: 1.15;
  padding: 0 20px;
  text-decoration: none;
}

.button-link:hover,
.button-link:focus-visible {
  background: var(--spruce);
}

.website-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.website-form label {
  display: grid;
  gap: 6px;
  color: var(--deep);
  font-size: 13px;
  font-weight: 800;
}

.website-form input,
.website-form select,
.website-form textarea {
  width: 100%;
  border: 1px solid rgba(21, 50, 51, 0.18);
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  padding: 12px 13px;
}

.website-form textarea {
  resize: vertical;
}

.form-span {
  grid-column: 1 / -1;
}

.form-actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.form-actions button {
  min-height: 46px;
  border: 0;
  border-radius: 4px;
  background: var(--deep);
  color: var(--white);
  font: inherit;
  font-weight: 850;
  padding: 0 20px;
  cursor: pointer;
}

.form-actions button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.checkbox-line {
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.35;
}

.checkbox-line input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--deep);
}

.form-status {
  color: var(--muted);
  font-size: 14px;
}

.form-status.is-success {
  color: var(--spruce);
  font-weight: 800;
}

.form-status.is-error {
  color: #9e2f2f;
  font-weight: 800;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 42px 0 24px;
  background: #071314;
  color: var(--white);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(209, 159, 67, 0.1), transparent 42%);
}

.footer-inner,
.footer-bottom {
  position: relative;
  z-index: 1;
  width: min(var(--page), calc(100% - 40px));
  margin: 0 auto;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(280px, 1.3fr) minmax(180px, 0.72fr) minmax(150px, 0.62fr) minmax(230px, 0.82fr);
  gap: 26px;
  align-items: start;
}

.footer-brand {
  display: inline-grid;
  margin-bottom: 12px;
  color: var(--white);
  font-weight: 900;
  line-height: 1.02;
  text-decoration: none;
}

.footer-brand span:first-child {
  white-space: nowrap;
}

.footer-brand span:last-child {
  color: var(--gold);
}

.footer-brand-block p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.footer-details,
.footer-links,
.footer-contact {
  display: grid;
  gap: 12px;
}

.footer-details div {
  padding: 10px 0 10px 14px;
  border-left: 2px solid rgba(209, 159, 67, 0.76);
}

.footer-details span,
.footer-links span,
.footer-contact span {
  display: block;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-details strong,
.footer-contact strong {
  display: block;
  color: var(--white);
  font-size: 15px;
  line-height: 1.25;
}

.footer-links a,
.footer-contact a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 750;
  text-decoration: none;
  text-underline-offset: 4px;
}

.footer-links a:hover,
.footer-contact a:hover,
.footer-bottom a:hover {
  color: var(--gold);
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  text-decoration: none;
}

.social-bar {
  position: fixed;
  z-index: 40;
  right: 6px;
  top: 72%;
  display: grid;
  gap: 10px;
}

.social {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.social svg {
  width: 22px;
  height: 22px;
}

.social.facebook {
  background: #1877f2;
}

.social.instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 42%, #8134af 72%, #515bd4);
}

.social.instagram svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.social.facebook svg {
  fill: currentColor;
}

.logo-dialog {
  width: min(920px, calc(100% - 30px));
  border: 0;
  border-radius: 8px;
  padding: 0;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
}

.logo-dialog::backdrop {
  background: rgba(0, 0, 0, 0.62);
}

.dialog-close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: var(--deep);
  color: var(--white);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.dialog-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1fr);
  gap: 28px;
  padding: 34px;
  background: linear-gradient(180deg, #fff, #f8f1ea);
}

.dialog-grid img {
  align-self: center;
  max-height: 520px;
  object-fit: contain;
}

@media (max-width: 1100px) {
  .site-header {
    gap: 18px;
    padding-inline: 20px;
  }

  .brand {
    min-width: 198px;
    font-size: 14px;
  }

  .primary-nav a {
    font-size: 13px;
  }

  .primary-nav {
    gap: 14px;
  }

  .language-control {
    margin-left: 4px;
  }

  .package-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  }
}

@media (max-width: 920px) {
  :root {
    --header-height: 76px;
  }

  .site-header {
    min-height: var(--header-height);
    justify-content: space-between;
  }

  .menu-toggle {
    display: block;
  }

  .primary-nav {
    position: fixed;
    inset: var(--header-height) 0 0;
    display: none;
    align-content: start;
    justify-content: start;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 18px 24px 38px;
    background: #050505;
    overflow: auto;
  }

  body.menu-open .primary-nav {
    display: grid;
  }

  .primary-nav a,
  .language-control {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    font-size: 18px;
  }

  .language-control {
    justify-content: space-between;
    color: var(--white);
  }

  .hero {
    min-height: auto;
    padding-top: calc(var(--header-height) + 36px);
  }

  .page-masthead {
    min-height: 300px;
    padding: 58px 24px 44px;
  }

  .page-masthead h1 {
    font-size: clamp(36px, 8vw, 54px);
  }

  .page-lede {
    font-size: 18px;
  }

  .hero-card,
  .editorial-feature,
  .intro-section,
  .split-section,
  .split-section.reverse,
  .merch-layout,
  .merch-teaser,
  .contact-card,
  .dialog-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-logo-panel,
  .hero-info-panel {
    min-height: auto;
  }

  .hero-logo-panel {
    min-height: 320px;
  }

  .hero-info-panel {
    grid-template-rows: auto auto;
  }

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

  .logo-button {
    width: 100%;
  }

  .stat-grid,
  .role-grid,
  .info-grid,
  .culture-card-grid,
  .activity-detail-grid,
  .merch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .community-image-row,
  .wide-photo-band {
    grid-template-columns: 1fr;
  }

  .merch-checkout-panel {
    position: static;
  }

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

  .website-form {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .page-masthead {
    min-height: 280px;
    padding: 42px 12px 36px;
  }

  .page-masthead-inner {
    width: min(100% - 24px, var(--page));
  }

  .page-masthead h1 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .page-lede {
    font-size: 16px;
  }

  .section {
    width: min(100% - 24px, var(--page));
    padding: 58px 0;
  }

  .hero {
    padding-inline: 12px;
    padding-bottom: 42px;
  }

  .hero-card {
    width: min(100%, 430px);
  }

  .hero-logo-panel {
    min-height: 214px;
    padding: 18px;
  }

  .hero-logo-panel img {
    max-height: 214px;
  }

  .hero-title-block {
    padding: 22px 20px;
  }

  .hero-title-block h1 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .hero-date-block {
    padding: 24px;
  }

  .hero-date {
    font-size: clamp(36px, 12vw, 48px);
  }

  .editorial-media,
  .editorial-media img,
  .place-image-stack,
  .place-image-stack img,
  .place-image-stack img + img,
  .wide-photo-band img {
    min-height: 260px;
  }

  .culture-card {
    min-height: auto;
  }

  .culture-card img,
  .merch-teaser-grid img,
  .community-image-row img {
    height: 230px;
  }

  .hero-place {
    font-size: 18px;
  }

  .hero-scroll {
    display: none;
  }

  h2 {
    font-size: clamp(30px, 10vw, 40px);
  }

  .content-card,
  .notice-panel,
  .contact-card,
  .form-panel,
  .dialog-grid {
    padding: 22px;
  }

  .button-link {
    width: 100%;
  }

  .stat-grid,
  .package-grid,
  .role-grid,
  .info-grid,
  .culture-card-grid,
  .activity-detail-grid,
  .merch-grid,
  .merch-teaser-grid,
  .merch-options {
    grid-template-columns: 1fr;
  }

  .place-image-stack,
  .community-image-row,
  .wide-photo-band {
    grid-template-columns: 1fr;
  }

  .home-link-grid {
    grid-template-columns: 1fr;
  }

  .home-timeline article {
    grid-template-columns: 1fr;
  }

  .home-timeline span {
    grid-row: auto;
  }

  .home-timeline p {
    grid-column: 1;
  }

  .media-mosaic {
    grid-template-columns: 1fr;
  }

  .media-mosaic img:first-child {
    grid-row: auto;
  }

  .feature-image {
    min-height: 300px;
  }

  .map-shell iframe {
    min-height: 320px;
  }

  .social-bar {
    right: 8px;
    top: auto;
    bottom: 12px;
  }

  .site-footer {
    padding: 48px 0 22px;
  }

  .footer-inner,
  .footer-bottom {
    width: min(100% - 24px, var(--page));
  }

  .footer-inner,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    display: grid;
    padding-right: 64px;
  }

  .footer-brand-block p {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
