:root {
  --brand-green: #58764a;
  --brand-sage: #a9b69a;
  --brand-mist: #e8ede3;
  --brand-poppy: #e6533f;
  --brand-poppy-light: #f18a76;
  --brand-ink: #171713;
  --brand-warm-gray: #dcd8cf;
  --brand-ivory: #fbf8f1;
}

body.brand-refresh {
  --paper: var(--brand-ivory);
  --paper-deep: #f3f1e8;
  --surface: #fffdfa;
  --surface-soft: #f3f2ea;
  --surface-sage: var(--brand-mist);
  --text: var(--brand-ink);
  --text-soft: #55534d;
  --plum: var(--brand-ink);
  --plum-deep: var(--brand-ink);
  --sage: var(--brand-green);
  --sage-deep: #4c693f;
  --teal: var(--brand-green);
  --rose: var(--brand-poppy-light);
  --rose-deep: var(--brand-poppy);
  --mustard: var(--brand-poppy);
  --moss: var(--brand-sage);
  --line: #e3ddd1;
  --line-strong: #cec7bb;
  --shadow: 0 18px 48px rgba(72, 82, 62, 0.08);
  --shadow-soft: 0 10px 28px rgba(72, 82, 62, 0.07);
  --radius-xl: 20px;
  --radius-lg: 14px;
  --radius-md: 14px;
  --radius-sm: 8px;
  font-family: "Quicksand", sans-serif;
  color: var(--brand-ink);
  background:
    radial-gradient(circle at 12% 4%, rgba(232, 237, 227, 0.48), transparent 24rem),
    radial-gradient(circle at 92% 16%, rgba(241, 138, 118, 0.07), transparent 26rem),
    var(--brand-ivory);
}

body.brand-refresh::before {
  background: none;
}

.brand-refresh [hidden] {
  display: none !important;
}

.brand-refresh button,
.brand-refresh input {
  font-family: "Quicksand", sans-serif;
}

.brand-refresh .site-drawer-title,
.brand-refresh .hero-brand-copy h1,
.brand-refresh .next-festival-name,
.brand-refresh .browse-header h2,
.brand-refresh .festival-month-divider,
.brand-refresh .festival-card-title,
.brand-refresh .empty-state h3 {
  font-family: "Kalam", cursive;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.brand-refresh .site-drawer,
.brand-refresh .market-hero,
.brand-refresh .hero-side,
.brand-refresh .browse-shell,
.brand-refresh .festival-card,
.brand-refresh .empty-state {
  border-color: var(--line);
  background: rgba(255, 253, 250, 0.92);
  box-shadow: var(--shadow);
}

body.brand-refresh.drawer-layout .drawer-toggle {
  right: max(1rem, env(safe-area-inset-right, 0px) + 0.5rem);
  left: auto;
}

body.brand-refresh.drawer-layout .site-drawer {
  right: 0;
  left: auto;
  border-right: 0;
  border-left: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(215, 159, 65, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.99), rgba(247, 239, 225, 0.97));
  box-shadow: -28px 0 48px rgba(91, 58, 99, 0.16);
  transform: translateX(calc(100% + 1.5rem));
}

body.brand-refresh.drawer-open .site-drawer {
  transform: translateX(0);
}

@media (max-width: 760px) {
  body.brand-refresh.drawer-layout .drawer-toggle {
    right: max(0.75rem, env(safe-area-inset-right, 0px) + 0.35rem);
  }
}

.brand-refresh .market-hero::before {
  background: linear-gradient(
    180deg,
    rgba(255, 253, 250, 0.84),
    rgba(243, 242, 234, 0.9)
  );
}

.brand-refresh .market-hero::after,
.brand-refresh .hero-side::before,
.brand-refresh .browse-shell::before,
.brand-refresh .next-festival-spotlight::before {
  border-color: rgba(220, 216, 207, 0.82);
  border-style: solid;
}

.brand-refresh .hero-side {
  background:
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.8), transparent 35%),
    rgba(251, 248, 241, 0.76);
}

.brand-refresh .hero-bunting {
  opacity: 0;
}

.brand-refresh .hero-launchpad::before {
  content: "";
  position: absolute;
  right: 1.8rem;
  bottom: -0.5rem;
  z-index: 0;
  width: min(38%, 25rem);
  height: 15rem;
  pointer-events: none;
  background: url("assets/brand-2026/hero-sheep-garden-no-heart.png") right bottom / contain no-repeat;
  opacity: 0.18;
}

.brand-refresh .hero-brand-copy h1 {
  color: var(--brand-ink);
  font-size: clamp(2.7rem, 5vw, 4.25rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: none;
}

.brand-refresh .hero-keywords,
.brand-refresh .site-drawer-tag,
.brand-refresh .next-festival-kicker,
.brand-refresh .eyebrow,
.brand-refresh .date-filter-label {
  color: var(--brand-green);
}

.brand-refresh .hero-keywords-dot {
  color: var(--brand-poppy);
}

.brand-refresh .hero-social-link,
.brand-refresh .drawer-toggle,
.brand-refresh .site-drawer-close,
.brand-refresh .site-drawer-link,
.brand-refresh .hero-search-frame,
.brand-refresh .date-filter-panel,
.brand-refresh .vendor-filter-panel,
.brand-refresh .filter-panel-shell,
.brand-refresh .date-filter-field input,
.brand-refresh .vendor-filter-field input,
.brand-refresh .filter-action-button,
.brand-refresh .directory-clear-all {
  border-color: var(--line);
  color: var(--brand-ink);
  background: rgba(255, 253, 250, 0.92);
  box-shadow: var(--shadow-soft);
}

.brand-refresh .hero-social-link:hover,
.brand-refresh .drawer-toggle:hover,
.brand-refresh .site-drawer-link:hover {
  color: var(--brand-green);
  background: var(--brand-mist);
}

.brand-refresh .site-drawer-inner {
  text-align: center;
}

.brand-refresh .site-drawer-link {
  justify-content: center;
  text-align: center;
}

.brand-refresh .site-drawer-link[aria-current="page"],
.brand-refresh .filter-chip.active,
.brand-refresh .filter-chip[aria-pressed="true"],
.brand-refresh .festival-link:not(.festival-link-secondary) {
  border-color: var(--brand-green);
  color: #fff;
  background: var(--brand-green);
  box-shadow: 0 10px 24px rgba(88, 118, 74, 0.16);
}

body.brand-refresh.drawer-layout:not(.festival-navigation-refresh) .site-drawer {
  top: 0;
  right: 0;
  left: auto;
  width: min(31rem, 50vw);
  height: 100vh;
  height: 100dvh;
  padding: 0;
  overflow-y: auto;
  border: 0;
  border-left: 1px solid var(--line);
  border-radius: 0;
  background: var(--brand-ivory);
  box-shadow: -28px 0 48px rgba(72, 82, 62, 0.16);
  transform: translateX(calc(100% + 1.5rem));
}

body.brand-refresh.drawer-layout:not(.festival-navigation-refresh) .site-drawer::before {
  content: none;
}

body.brand-refresh.drawer-layout:not(.festival-navigation-refresh).drawer-open .site-drawer {
  transform: translateX(0);
}

body.brand-refresh.drawer-layout:not(.festival-navigation-refresh) .site-drawer-inner {
  min-height: 100%;
  height: auto;
  text-align: left;
}

body.brand-refresh.drawer-layout:not(.festival-navigation-refresh) .site-drawer-header {
  align-items: center;
  min-height: 6.5rem;
  padding: 1.1rem 1.35rem;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

body.brand-refresh.drawer-layout:not(.festival-navigation-refresh) .site-drawer-brand {
  position: relative;
  display: block;
  width: min(15rem, calc(100% - 0.5rem));
  min-height: 4rem;
  background: url("/assets/brand-2026/logo-horizontal-transparent.png") left center / contain no-repeat;
}

body.brand-refresh.drawer-layout:not(.festival-navigation-refresh) .site-drawer-title,
body.brand-refresh.drawer-layout:not(.festival-navigation-refresh) .site-drawer-tag {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

body.brand-refresh.drawer-layout:not(.festival-navigation-refresh) .site-drawer-close {
  width: 2.8rem;
  height: 2.8rem;
  border-color: var(--line);
  border-radius: 50%;
  color: var(--brand-ink);
  background: transparent;
  box-shadow: none;
}

body.brand-refresh.drawer-layout:not(.festival-navigation-refresh) .site-drawer-close:hover {
  color: var(--brand-green);
  background: var(--brand-mist);
}

body.brand-refresh.drawer-layout:not(.festival-navigation-refresh) .site-drawer-copy,
body.brand-refresh.drawer-layout:not(.festival-navigation-refresh) .site-drawer-footer {
  display: none;
}

body.brand-refresh.drawer-layout:not(.festival-navigation-refresh) .site-drawer-nav {
  gap: 0;
  margin-top: 0;
}

body.brand-refresh.drawer-layout:not(.festival-navigation-refresh) .site-drawer-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  min-height: 5.25rem;
  padding: 1rem 1.4rem;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  color: var(--brand-ink);
  background: transparent;
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
  box-shadow: none;
}

body.brand-refresh.drawer-layout:not(.festival-navigation-refresh) .site-drawer-link:hover {
  transform: none;
  color: var(--brand-green);
  background: var(--brand-mist);
  box-shadow: none;
}

body.brand-refresh.drawer-layout:not(.festival-navigation-refresh) .site-drawer-link[aria-current="page"] {
  border-color: var(--line);
  color: var(--brand-green);
  background: var(--brand-mist);
  box-shadow: none;
}

@media (max-width: 760px) {
  body.brand-refresh.drawer-layout:not(.festival-navigation-refresh) .site-drawer {
    width: min(78vw, 22rem);
  }

  body.brand-refresh.drawer-layout:not(.festival-navigation-refresh) .site-drawer-header {
    min-height: 5.75rem;
    padding: 0.9rem 1rem;
  }

  body.brand-refresh.drawer-layout:not(.festival-navigation-refresh) .site-drawer-brand {
    width: min(12.5rem, calc(100% - 0.5rem));
  }

  body.brand-refresh.drawer-layout:not(.festival-navigation-refresh) .site-drawer-link {
    min-height: 4.65rem;
    padding: 0.9rem 1rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 380px) {
  body.brand-refresh.drawer-layout:not(.festival-navigation-refresh) .site-drawer {
    width: min(82vw, 21rem);
  }
}

.brand-refresh .next-festival-spotlight {
  border-color: var(--line);
  background: linear-gradient(
    135deg,
    rgba(255, 253, 250, 0.98),
    rgba(232, 237, 227, 0.72)
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.brand-refresh .next-festival-media {
  background: var(--brand-mist);
  box-shadow: var(--shadow-soft);
}

.brand-refresh .next-festival-media::after {
  background: linear-gradient(
    180deg,
    rgba(88, 118, 74, 0.02),
    rgba(88, 118, 74, 0.22)
  );
}

.brand-refresh .next-festival-name,
.brand-refresh .festival-card-title,
.brand-refresh .browse-header h2,
.brand-refresh .festival-month-divider {
  color: var(--brand-ink);
}

.brand-refresh .next-festival-name-link:hover,
.brand-refresh .festival-card-title-link:hover,
.brand-refresh .festival-card-vendor-link,
.brand-refresh .section-heading-row a {
  color: var(--brand-green);
}

.brand-refresh .next-festival-divider,
.brand-refresh .festival-card-divider {
  background: linear-gradient(
    90deg,
    rgba(230, 83, 63, 0.08),
    rgba(230, 83, 63, 0.55),
    rgba(230, 83, 63, 0.08)
  );
}

.brand-refresh .hero-search-shell,
.brand-refresh .hero-search-shell input,
.brand-refresh .browse-search-shell,
.brand-refresh .browse-search-shell input {
  color: var(--brand-ink);
  background: rgba(255, 255, 255, 0.84);
}

.brand-refresh .browse-search-frame .hero-search-button {
  border-color: rgba(230, 83, 63, 0.22);
  color: var(--brand-poppy);
  background: rgba(241, 138, 118, 0.11);
}

.brand-refresh .date-filter-panel,
.brand-refresh .vendor-filter-panel,
.brand-refresh .filter-panel-shell {
  background: rgba(255, 255, 255, 0.68);
}

.brand-refresh .filter-chip {
  border-color: var(--line-strong);
  color: var(--brand-ink);
  background: transparent;
}

.brand-refresh .filter-chip:hover {
  border-color: var(--brand-green);
  color: var(--brand-green);
  background: var(--brand-mist);
}

.brand-refresh .festival-card {
  background: rgba(255, 253, 250, 0.94);
  box-shadow: var(--shadow-soft);
}

.brand-refresh .festival-card-flag-map,
.brand-refresh .festival-card-flag-free {
  border-color: rgba(255, 253, 250, 0.9);
  color: #fff;
  background: var(--brand-green);
  box-shadow: 0 10px 22px rgba(88, 118, 74, 0.2);
}

.brand-refresh .festival-card-flag-free {
  background: var(--brand-poppy);
  box-shadow: 0 10px 22px rgba(230, 83, 63, 0.18);
}

.brand-refresh .festival-card-location,
.brand-refresh .festival-card-vendor-link {
  color: var(--brand-green);
}

.brand-refresh .festival-card-date-detail,
.brand-refresh .festival-card-description,
.brand-refresh .directory-meta,
.brand-refresh .browse-copy {
  color: var(--brand-ink);
}

.brand-refresh .festival-card-inline-flag {
  border-color: var(--line);
  color: var(--brand-green);
  background: rgba(255, 253, 250, 0.96);
  box-shadow: var(--shadow-soft);
}

.brand-refresh .festival-card-inline-flag-map {
  border-color: rgba(88, 118, 74, 0.28);
  color: var(--brand-green);
  background: rgba(232, 237, 227, 0.62);
}

.brand-refresh .festival-card-feature-preview {
  color: var(--brand-green);
  background: rgba(232, 237, 227, 0.62);
}

.brand-refresh .festival-card-details-link {
  color: #fff;
  background: var(--brand-green);
  box-shadow: 0 10px 20px rgba(88, 118, 74, 0.18);
}

.brand-refresh .festival-card-details-link:hover {
  background: #4f6f43;
  box-shadow: 0 14px 24px rgba(88, 118, 74, 0.24);
}

.brand-refresh .festival-link-secondary {
  border-color: var(--brand-green);
  color: var(--brand-green);
  background: transparent;
}

.brand-refresh .site-footer {
  color: #5d5b55;
}

/* Shared subpage theme. These rules intentionally leave page structure untouched. */
.brand-refresh .festival-detail-name,
.brand-refresh .about-card h2,
.brand-refresh .submission-header h1,
.brand-refresh .submission-thank-you h2,
.brand-refresh .vendor-directory-header h1,
.brand-refresh .vendor-overview-card h2,
.brand-refresh .vendor-detail-shell h2,
.brand-refresh .vendor-match-card h3,
.brand-refresh .vendor-alpha-divider,
.brand-refresh .vendor-map-header-copy h3,
.brand-refresh .vendor-selector-shell h3,
.brand-refresh .vendor-route-shell h3,
.brand-refresh .vendor-empty-note h3 {
  font-family: "Kalam", cursive;
  font-weight: 400;
  color: var(--brand-ink);
  letter-spacing: -0.025em;
}

.brand-refresh .festival-detail-name {
  color: var(--brand-ink);
}

.brand-refresh .festival-detail-media,
.brand-refresh .about-card,
.brand-refresh .submission-form,
.brand-refresh .submission-thank-you,
.brand-refresh .vendor-overview-card,
.brand-refresh .vendor-detail-shell,
.brand-refresh .vendor-match-card {
  border-color: var(--line);
  background: rgba(255, 253, 250, 0.94);
  box-shadow: var(--shadow-soft);
}

.brand-refresh .festival-detail-shell {
  overflow: visible;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.brand-refresh .festival-detail-shell::before {
  content: none;
}

.brand-refresh .festival-detail-hero {
  padding: clamp(1rem, 2.4vw, 1.5rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: #fffdfa;
  box-shadow: var(--shadow-soft);
}

.brand-refresh .festival-detail-overview {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(0.65rem, 1.5vw, 1rem);
  align-items: start;
  justify-items: center;
  padding: clamp(0.95rem, 2vw, 1.35rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 96% 8%, rgba(241, 138, 118, 0.1), transparent 18rem),
    #fffdfa;
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.brand-refresh .festival-detail-mobile-summary {
  display: none;
}

.brand-refresh .festival-detail-overview-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(0.65rem, 1.5vw, 1rem);
  justify-items: center;
  width: 100%;
}

.brand-refresh .festival-detail-overview:not([open]) .festival-detail-overview-body {
  display: none;
}

.brand-refresh .festival-detail-overview-copy {
  display: grid;
  justify-items: center;
  width: 100%;
}

.brand-refresh .festival-detail-kicker {
  margin-bottom: 0.18rem;
}

.brand-refresh .festival-detail-name {
  max-width: 18ch;
  font-size: clamp(2rem, 4.2vw, 3.45rem);
  line-height: 0.98;
}

.brand-refresh .festival-detail-divider {
  width: min(100%, 28rem);
  height: 2px;
  margin: clamp(0.45rem, 1vw, 0.7rem) 0 clamp(0.55rem, 1.2vw, 0.85rem);
  background: linear-gradient(
    90deg,
    rgba(230, 83, 63, 0),
    rgba(230, 83, 63, 0.72),
    rgba(230, 83, 63, 0)
  );
}

.brand-refresh .festival-detail-divider::after {
  content: none;
}

.brand-refresh .festival-detail-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  width: min(100%, 60rem);
  text-align: left;
}

.brand-refresh .festival-detail-fact {
  display: grid;
  gap: 0.22rem;
  min-width: 0;
  padding: 0.62rem 0.72rem;
  border: 1px solid rgba(227, 221, 209, 0.9);
  border-radius: var(--radius-md);
  background: var(--surface-soft);
}

.brand-refresh .festival-detail-fact span {
  color: var(--text-soft);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.brand-refresh .festival-detail-fact strong {
  color: var(--brand-ink);
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 700;
  line-height: 1.28;
}

.brand-refresh .festival-detail-primary-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  min-width: 0;
}

.brand-refresh .festival-detail-primary-actions .festival-link {
  min-height: 2.65rem;
  white-space: nowrap;
}

.brand-refresh .festival-detail-primary-actions .festival-link::after {
  content: none;
}

.brand-refresh .festival-detail-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  margin-top: 0.65rem;
}

.brand-refresh .festival-detail-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: var(--brand-mist);
  color: var(--brand-green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.brand-refresh .festival-detail-note {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.45;
  text-align: center;
}

.brand-refresh .festival-planning-shell {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.brand-refresh .festival-content-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: visible;
  margin-top: 0;
  padding: 0;
  border-bottom-color: rgba(88, 118, 74, 0.24);
}

.brand-refresh .festival-content-tab {
  min-height: 3.65rem;
  border-width: 1px 1px 4px;
  border-color: var(--line);
  border-bottom-color: transparent;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  background: rgba(255, 253, 250, 0.84);
  box-shadow: none;
}

.brand-refresh .festival-content-tab:hover {
  transform: none;
  background: var(--brand-mist);
  box-shadow: none;
}

.brand-refresh .festival-content-tab[aria-selected="true"] {
  border-color: var(--line);
  border-bottom-color: var(--brand-green);
  background: var(--brand-mist);
  color: var(--brand-ink);
  box-shadow: none;
}

.brand-refresh .festival-content-panel {
  margin-top: 0;
  padding: clamp(1rem, 2.4vw, 1.5rem);
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 var(--radius-xl) var(--radius-xl);
  background: #fffdfa;
  box-shadow: 0 12px 28px rgba(72, 82, 62, 0.08);
}

.brand-refresh .festival-hotel-heading h2,
.brand-refresh .festival-edition-heading h2 {
  color: var(--brand-ink);
  font-family: "Kalam", cursive;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.brand-refresh .festival-hotel-heading > p,
.brand-refresh .festival-edition-heading > p {
  color: var(--text-soft);
}

@media (max-width: 900px) {
  .brand-refresh .festival-detail-shell {
    padding: 0.85rem 0 1.4rem;
  }

  .brand-refresh .festival-detail-header {
    margin-bottom: 0.85rem;
  }

  .brand-refresh .festival-detail-overview {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
  }

  .brand-refresh .festival-detail-mobile-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    min-height: 3.45rem;
    padding: 0.85rem 1rem;
    color: var(--brand-green);
    background: rgba(255, 253, 250, 0.92);
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.15;
    list-style: none;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
  }

  .brand-refresh .festival-detail-mobile-summary::-webkit-details-marker {
    display: none;
  }

  .brand-refresh .festival-detail-mobile-summary:focus-visible {
    outline: 3px solid rgba(88, 118, 74, 0.3);
    outline-offset: -3px;
  }

  .brand-refresh .festival-detail-mobile-summary-arrow {
    flex: 0 0 auto;
    width: 0.65rem;
    height: 0.65rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-0.15rem);
    transition: transform 180ms ease;
  }

  .brand-refresh .festival-detail-overview[open] .festival-detail-mobile-summary-arrow {
    transform: rotate(225deg) translate(-0.1rem, -0.1rem);
  }

  .brand-refresh .festival-detail-overview-body {
    gap: 0.75rem;
    padding: 0.9rem;
    border-top: 1px solid var(--line);
  }

  .brand-refresh .festival-detail-name {
    max-width: 100%;
    font-size: clamp(1.82rem, 10.5vw, 2.8rem);
  }

  .brand-refresh .festival-detail-facts {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    text-align: center;
  }

  .brand-refresh .festival-detail-fact {
    justify-items: center;
    padding: 0.62rem 0.72rem;
  }

  .brand-refresh .festival-detail-primary-actions {
    justify-content: stretch;
    min-width: 0;
  }

  .brand-refresh .festival-detail-primary-actions .festival-link {
    flex: 1 1 10rem;
    width: 100%;
    min-height: 2.65rem;
  }

  .brand-refresh .festival-planning-shell {
    margin-top: 0.9rem;
  }

  .brand-refresh .festival-content-tab {
    min-height: 3.1rem;
    padding-inline: 0.65rem;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
  }

  .brand-refresh .festival-content-panel {
    padding: 1rem;
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  }

  .brand-refresh .festival-hotel-heading {
    display: none;
  }

  .brand-refresh .festival-hotel-destination {
    font-size: 0.82rem;
    line-height: 1.35;
  }
}

/* Festival detail navigation: EDC-inspired structure in the Fiber Festivals brand. */
body.festival-navigation-refresh.drawer-layout .page-shell {
  padding-top: 1rem;
}

.festival-navigation-refresh .festival-site-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5.25rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 253, 250, 0.96);
  box-shadow: var(--shadow-soft);
}

.festival-navigation-refresh .festival-site-brand,
.festival-navigation-refresh .festival-drawer-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.festival-navigation-refresh .festival-site-brand img {
  width: clamp(10.5rem, 24vw, 14rem);
  height: auto;
}

.festival-navigation-refresh .festival-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1.05rem, 2.4vw, 2.4rem);
  min-width: 0;
  margin-left: auto;
}

.festival-navigation-refresh .festival-desktop-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  border: 0;
  color: var(--brand-ink);
  background: transparent;
  font-family: "Quicksand", sans-serif;
  font-size: clamp(0.82rem, 0.85vw, 0.95rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.festival-navigation-refresh .festival-desktop-nav a:hover,
.festival-navigation-refresh .festival-desktop-nav a[aria-current="page"] {
  color: var(--brand-green);
}

.festival-navigation-refresh .festival-menu-toggle {
  position: static;
  inset: auto;
  flex: 0 0 auto;
  min-height: 2.9rem;
  padding: 0.68rem 0.95rem 0.68rem 1.05rem;
  border-color: var(--line);
  color: var(--brand-ink);
  background: var(--surface);
  box-shadow: none;
}

.festival-navigation-refresh .festival-menu-toggle:hover {
  color: var(--brand-green);
  background: var(--brand-mist);
  box-shadow: none;
}

.festival-navigation-refresh .site-drawer-backdrop {
  z-index: 54;
  background: rgba(23, 23, 19, 0.42);
  backdrop-filter: blur(2px);
}

.festival-navigation-refresh .site-drawer {
  top: 0;
  right: 0;
  left: auto;
  z-index: 55;
  width: min(31rem, 50vw);
  height: 100vh;
  height: 100dvh;
  padding: 0;
  overflow-y: auto;
  border: 0;
  border-left: 1px solid var(--line);
  border-radius: 0;
  background: var(--brand-ivory);
  box-shadow: -28px 0 48px rgba(72, 82, 62, 0.16);
  transform: translateX(calc(100% + 1.5rem));
}

.festival-navigation-refresh .site-drawer::before {
  content: none;
}

body.festival-navigation-refresh.drawer-open .site-drawer {
  transform: translateX(0);
}

.festival-navigation-refresh .site-drawer-inner {
  min-height: 100%;
  text-align: left;
}

.festival-navigation-refresh .site-drawer-header {
  align-items: center;
  min-height: 6.5rem;
  padding: 1.1rem 1.35rem;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.festival-navigation-refresh .festival-drawer-brand img {
  width: min(15rem, calc(100% - 0.5rem));
  height: auto;
}

.festival-navigation-refresh .site-drawer-close {
  width: 2.8rem;
  height: 2.8rem;
  border-color: var(--line);
  border-radius: 50%;
  color: var(--brand-ink);
  background: transparent;
  box-shadow: none;
}

.festival-navigation-refresh .site-drawer-close:hover {
  color: var(--brand-green);
  background: var(--brand-mist);
}

.festival-navigation-refresh .site-drawer-nav {
  gap: 0;
  margin-top: 0;
}

.festival-navigation-refresh .site-drawer-link,
.festival-navigation-refresh .festival-drawer-more > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  min-height: 5.25rem;
  padding: 1rem 1.4rem;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  color: var(--brand-ink);
  background: transparent;
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
  box-shadow: none;
  cursor: pointer;
}

.festival-navigation-refresh .site-drawer-link::after {
  content: "\2192";
  flex: 0 0 auto;
  color: currentColor;
  font-size: 1rem;
}

.festival-navigation-refresh .site-drawer-link:hover,
.festival-navigation-refresh .festival-drawer-more > summary:hover {
  transform: none;
  color: var(--brand-green);
  background: var(--brand-mist);
  box-shadow: none;
}

.festival-navigation-refresh .site-drawer-link[aria-current="page"] {
  border-color: var(--line);
  color: var(--brand-green);
  background: var(--brand-mist);
  box-shadow: none;
}

.festival-navigation-refresh .festival-drawer-more {
  margin: 0;
}

.festival-navigation-refresh .festival-drawer-more > summary {
  list-style: none;
}

.festival-navigation-refresh .festival-drawer-more > summary::-webkit-details-marker {
  display: none;
}

.festival-navigation-refresh .festival-drawer-more[open] > summary {
  color: var(--brand-green);
  background: var(--brand-mist);
}

.festival-navigation-refresh .festival-drawer-more-chevron {
  flex: 0 0 auto;
  width: 0.58rem;
  height: 0.58rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-0.15rem);
  transition: transform 180ms ease;
}

.festival-navigation-refresh .festival-drawer-more[open] .festival-drawer-more-chevron {
  transform: rotate(225deg) translate(-0.12rem, -0.12rem);
}

.festival-navigation-refresh .festival-drawer-more-links {
  display: grid;
  padding: 0.45rem 1.4rem 0.8rem 2rem;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
  text-align: left;
}

.festival-navigation-refresh .festival-drawer-more-links a {
  padding: 0.72rem 0;
  color: var(--brand-ink);
  font-weight: 600;
}

.festival-navigation-refresh .festival-drawer-more-links a:hover {
  color: var(--brand-green);
}

.festival-navigation-refresh .festival-drawer-more > summary:focus-visible,
.festival-navigation-refresh .festival-drawer-more-links a:focus-visible,
.festival-navigation-refresh .festival-site-brand:focus-visible,
.festival-navigation-refresh .festival-desktop-nav a:focus-visible,
.festival-navigation-refresh .festival-drawer-brand:focus-visible,
.festival-navigation-refresh .site-drawer-close:focus-visible {
  outline: 3px solid rgba(88, 118, 74, 0.3);
  outline-offset: -3px;
}

@media (min-width: 901px) {
  .festival-navigation-refresh .festival-menu-toggle,
  .festival-navigation-refresh .site-drawer,
  .festival-navigation-refresh .site-drawer-backdrop {
    display: none !important;
  }
}

@media (max-width: 900px) {
  body.festival-navigation-refresh.drawer-layout .page-shell {
    width: min(calc(100% - 0.9rem), var(--max-width));
    padding-top: 0.45rem;
  }

  .festival-navigation-refresh .festival-site-header {
    min-height: 4.5rem;
    padding: 0.55rem 0.65rem;
    border-radius: var(--radius-md);
  }

  .festival-navigation-refresh .festival-site-brand img {
    width: clamp(9.25rem, 47vw, 11.5rem);
  }

  .festival-navigation-refresh .festival-desktop-nav {
    display: none;
  }

  .festival-navigation-refresh .festival-menu-toggle {
    position: fixed;
    top: max(0.75rem, env(safe-area-inset-top, 0px) + 0.35rem);
    right: max(0.75rem, env(safe-area-inset-right, 0px) + 0.35rem);
    left: auto;
    z-index: 40;
    min-height: 2.65rem;
    padding: 0.62rem 0.88rem 0.62rem 0.78rem;
    background: rgba(255, 253, 250, 0.92);
    font-size: 0.84rem;
    box-shadow: var(--shadow-soft);
  }

  .festival-navigation-refresh .site-drawer {
    width: min(78vw, 22rem);
  }

  .festival-navigation-refresh .site-drawer-header {
    min-height: 5.75rem;
    padding: 0.9rem 1rem;
  }

  .festival-navigation-refresh .festival-drawer-brand img {
    width: min(12.5rem, calc(100% - 0.5rem));
  }

  .festival-navigation-refresh .site-drawer-link,
  .festival-navigation-refresh .festival-drawer-more > summary {
    min-height: 4.65rem;
    padding: 0.9rem 1rem;
    font-size: 0.9rem;
  }

  .festival-navigation-refresh .festival-drawer-more-links {
    padding: 0.35rem 1rem 0.7rem 1.55rem;
  }
}

@media (max-width: 380px) {
  .festival-navigation-refresh .site-drawer {
    width: min(82vw, 21rem);
  }

  .festival-navigation-refresh .festival-site-brand img {
    width: 9.25rem;
  }
}

@media print {
  .festival-navigation-refresh .festival-site-header {
    display: none !important;
  }
}

.brand-refresh .about-photo-placeholder,
.brand-refresh .vendor-empty-note,
.brand-refresh .vendor-chip,
.brand-refresh .vendor-map-canvas-shell,
.brand-refresh .vendor-route-shell,
.brand-refresh .vendor-selectable-item,
.brand-refresh .vendor-print-route-card {
  border-color: var(--line);
  background: rgba(251, 248, 241, 0.96);
}

.brand-refresh .about-photo-follow,
.brand-refresh .about-story-section,
.brand-refresh .vendor-overview-item,
.brand-refresh .vendor-alpha-divider {
  border-color: var(--line-strong);
}

.brand-refresh .about-role-meta,
.brand-refresh .about-pull-quote,
.brand-refresh .about-follow-heading,
.brand-refresh .submission-field span,
.brand-refresh .vendor-control-field span,
.brand-refresh .vendor-directory-back,
.brand-refresh .vendor-overview-link,
.brand-refresh .vendor-source-link,
.brand-refresh .vendor-alpha-divider,
.brand-refresh .vendor-section-toggle-meta {
  color: var(--brand-green) !important;
}

.brand-refresh .about-pull-quote {
  border-left-color: var(--brand-sage);
}

.brand-refresh .submission-field input,
.brand-refresh .submission-select,
.brand-refresh .submission-field textarea,
.brand-refresh .vendor-control-select,
.brand-refresh .vendor-directory-clear,
.brand-refresh .vendor-source-link,
.brand-refresh .vendor-map-clear,
.brand-refresh .vendor-map-print,
.brand-refresh .vendor-favorite-button {
  border-color: var(--line-strong);
  color: var(--brand-ink);
  background: rgba(255, 253, 250, 0.96);
  box-shadow: var(--shadow-soft);
}

.brand-refresh .vendor-summary-pill,
.brand-refresh .vendor-status-pill-available,
.brand-refresh .vendor-count-pill {
  border-color: rgba(88, 118, 74, 0.22);
  color: var(--brand-green);
  background: rgba(232, 237, 227, 0.82);
}

.brand-refresh .vendor-summary-pill-soft,
.brand-refresh .vendor-status-pill-pending,
.brand-refresh .vendor-count-pill-soft {
  border-color: var(--line);
  color: var(--brand-ink);
  background: rgba(255, 253, 250, 0.96);
}

.brand-refresh .vendor-section-toggle-chevron,
.brand-refresh .vendor-alpha-chevron,
.brand-refresh .vendor-selector-toggle-chevron {
  border-color: var(--brand-green);
}

.brand-refresh .vendor-favorite-button {
  color: var(--brand-poppy);
}

.brand-refresh .vendor-favorite-button[aria-pressed="true"] {
  border-color: transparent;
  color: #fff;
  background: var(--vendor-accent, var(--brand-poppy));
  box-shadow: 0 12px 20px rgba(88, 118, 74, 0.16);
}

.brand-refresh .submission-status-message[data-tone="success"] {
  color: var(--brand-green);
}

.brand-refresh .submission-status-message[data-tone="warning"] {
  color: var(--brand-poppy);
}

.brand-refresh .submission-submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.78rem 1.25rem;
  border: 1px solid rgba(88, 118, 74, 0.42);
  border-radius: 1.1rem;
  background: var(--brand-green);
  color: #fff;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 22px rgba(88, 118, 74, 0.16);
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.brand-refresh .submission-submit-button:hover {
  transform: translateY(-1px);
  background: #4f6f43;
  box-shadow: 0 14px 24px rgba(88, 118, 74, 0.2);
}

.brand-refresh .submission-submit-button:disabled {
  cursor: progress;
  opacity: 0.72;
}

.brand-refresh.landing-page .submission-shell {
  overflow: visible;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.brand-refresh.landing-page .submission-shell::before {
  content: none;
}

.brand-refresh .submission-header {
  padding: clamp(1.25rem, 3vw, 2.25rem);
  border: 1px solid rgba(88, 118, 74, 0.28);
  border-radius: var(--radius-xl);
  background: #fffdfa;
  box-shadow: 0 16px 34px rgba(72, 82, 62, 0.12);
}

.brand-refresh .submission-form,
.brand-refresh .submission-thank-you {
  border-color: rgba(88, 118, 74, 0.42);
  background:
    radial-gradient(circle at 94% 0%, rgba(241, 138, 118, 0.2), transparent 22rem),
    linear-gradient(145deg, rgba(211, 222, 201, 0.98), rgba(229, 235, 221, 0.98));
  box-shadow: 0 18px 38px rgba(88, 118, 74, 0.16);
}

.brand-refresh .submission-form {
  padding: clamp(1rem, 2.4vw, 1.5rem);
}

.brand-refresh .submission-form .submission-field:not(.submission-honeypot) {
  padding: clamp(0.9rem, 2vw, 1.25rem);
  border: 1px solid rgba(88, 118, 74, 0.34);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 14px 30px rgba(72, 82, 62, 0.13);
}

.brand-refresh .submission-form .submission-field input {
  border-color: rgba(88, 118, 74, 0.5);
  background: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 8px 18px rgba(72, 82, 62, 0.1);
}

/* Landing page composition based on the 2026 brand reference. */
.landing-page {
  --max-width: 1480px;
}

body.brand-refresh.landing-page {
  background: #fefcf9;
}

.landing-page .landing-page-shell {
  width: min(calc(100% - 2rem), var(--max-width));
  padding-top: 0;
}

body.landing-page.drawer-layout .landing-page-shell {
  padding-top: 0;
}

.landing-page .landing-header {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 5.15rem;
  padding: 0.45rem 1rem;
  animation: landing-reveal 520ms ease-out both;
}

.landing-page .landing-brand {
  display: block;
  width: clamp(13.5rem, 19vw, 16.5rem);
  flex: 0 0 auto;
}

.landing-page .landing-brand img {
  width: 100%;
  height: auto;
}

.landing-page .landing-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1.25rem, 2.8vw, 2.7rem);
  color: var(--brand-ink);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.landing-page .landing-nav a {
  position: relative;
}

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

.landing-page .landing-nav a:hover::after,
.landing-page .landing-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.landing-page .market-hero,
.landing-page .hero-side {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.landing-page .market-hero::before,
.landing-page .market-hero::after,
.landing-page .hero-side::before,
.landing-page .hero-launchpad::before,
.landing-page .hero-launchpad::after,
.landing-page .hero-brand-copy::after {
  content: none;
}

.landing-page .hero-side {
  display: grid;
  grid-template-columns: minmax(0, 2.05fr) minmax(21rem, 0.95fr);
  gap: 1.45rem;
  margin: 0;
  padding: 0;
  align-items: stretch;
}

.landing-page .hero-bunting,
.landing-page .featured-grid {
  display: none;
}

.landing-page .hero-launchpad {
  min-width: 0;
  min-height: 25rem;
  margin: 0;
  padding: clamp(1.7rem, 2.8vw, 2.7rem) clamp(1rem, 2.3vw, 2.2rem);
  border-radius: var(--radius-xl);
  background: #fdfbf8;
}

.landing-page .hero-launch-shell {
  display: grid;
  grid-template-columns: minmax(12rem, 0.55fr) minmax(24rem, 1.45fr);
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2.4rem);
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}

.landing-page .hero-brand-copy {
  position: relative;
  z-index: 2;
  align-items: flex-start;
  gap: 0;
  width: max-content;
  max-width: min(34rem, 100%);
  text-align: left;
  animation: landing-reveal 620ms 100ms ease-out both;
}

.landing-page .landing-hero-eyebrow {
  margin-bottom: 0.8rem;
}

.landing-page .hero-brand-copy h1 {
  max-width: none;
  margin: 0;
  color: var(--brand-ink);
  font-family: "Kalam", cursive;
  font-size: clamp(3rem, 3.9vw, 4.1rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
  text-align: left;
  text-transform: none;
}

.landing-page .landing-hero-line {
  display: block;
  white-space: nowrap;
}

.landing-page .landing-hero-highlight {
  display: inline-block;
  color: var(--brand-green);
  white-space: nowrap;
}

.landing-page .landing-hero-intro {
  max-width: 27rem;
  margin: 1rem 0 0;
  color: var(--brand-ink);
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.55;
}

.landing-page .hero-socials {
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: max-content;
  margin-top: 0.7rem;
}

.landing-page .hero-social-link {
  min-height: 2.2rem;
  padding: 0.45rem 0.72rem;
  border: 0;
  color: var(--brand-green);
  background: transparent;
  box-shadow: none;
  font-size: 0.78rem;
}

.landing-page .hero-social-link:hover {
  color: var(--brand-ink);
  background: var(--brand-mist);
}

.landing-page .landing-hero-art {
  position: relative;
  align-self: end;
  width: 100%;
  max-width: 34rem;
  justify-self: end;
  animation: landing-art-reveal 760ms 160ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.landing-page .landing-hero-art img {
  width: 100%;
  height: auto;
  border-radius: 0 0 var(--radius-md) var(--radius-md);
}

.landing-page .next-festival-spotlight {
  align-self: stretch;
  min-width: 0;
  margin: 0;
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 253, 250, 0.94);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  animation: landing-reveal 620ms 200ms ease-out both;
}

.landing-page .next-festival-spotlight::before {
  content: none;
}

.landing-page .landing-upcoming-heading {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0 0 0.65rem;
  border-bottom: 1px solid var(--line);
}

.landing-page .landing-upcoming-heading p {
  margin: 0;
  color: var(--brand-ink);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.landing-page .landing-upcoming-icon {
  width: 1.8rem;
  height: 1.25rem;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}

.landing-page .next-festival-shell {
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0.75rem 0 0;
}

.landing-page .next-festival-media {
  min-height: 7rem;
  aspect-ratio: 16 / 6.4;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: none;
}

.landing-page .next-festival-image {
  object-position: center;
  transform: none;
}

.landing-page .next-festival-panel {
  padding: 0.7rem 0 0;
}

.landing-page .next-festival-kicker {
  margin-bottom: 0.18rem;
  color: var(--brand-poppy);
  font-size: 0.7rem;
}

.landing-page .next-festival-name {
  color: var(--brand-ink);
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1;
}

.landing-page .next-festival-divider {
  width: 100%;
  margin: 0.48rem 0 0.62rem;
}

.landing-page .next-festival-meta-list {
  gap: 0.38rem;
}

.landing-page .next-festival-meta-row {
  gap: 0.55rem;
}

.landing-page .next-festival-meta-icon {
  width: 1.35rem;
  height: 1.35rem;
}

.landing-page .next-festival-location,
.landing-page .next-festival-date {
  font-size: 0.95rem;
  font-weight: 600;
}

.landing-page .next-festival-countdown {
  min-height: 2rem;
  margin-top: 0.45rem;
  padding: 0.38rem 0.72rem;
  border-color: var(--line);
  color: var(--brand-green);
  background: var(--brand-mist);
  box-shadow: none;
  font-size: 0.68rem;
}

.landing-page .next-festival-description {
  display: none;
  max-width: none;
  margin-top: 0.55rem;
  overflow: hidden;
  color: var(--brand-ink);
  font-size: 0.8rem;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.landing-page .next-festival-actions {
  gap: 0.55rem;
  margin-top: 0.65rem;
}

.landing-page .next-festival-link {
  min-height: 2.3rem;
  padding-inline: 0.8rem;
  font-size: 0.7rem;
}

.landing-page .next-festival-vendor-link {
  margin-top: 0.5rem;
  color: var(--brand-green);
  font-size: 0.8rem;
}

.landing-page .browse-shell {
  margin-top: 0.55rem;
  padding: clamp(0.8rem, 1.25vw, 1.1rem);
  border-color: var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 253, 250, 0.88);
  box-shadow: var(--shadow-soft);
}

.landing-page .browse-shell::before {
  content: none;
}

.landing-page .browse-header h2 {
  color: var(--brand-ink);
  font-size: clamp(2.2rem, 3.3vw, 3.1rem);
  line-height: 0.95;
}

.landing-page .browse-header .eyebrow {
  margin-bottom: 0.35rem;
}

.landing-page .browse-copy {
  max-width: 31rem;
  color: var(--text-soft);
  line-height: 1.55;
}

.landing-page .browse-toolbar {
  gap: 0.55rem;
  margin-top: 0;
}

.landing-page .browse-search-frame {
  min-height: 3.55rem;
  border-color: var(--line);
  border-radius: var(--radius-md);
  background: rgba(251, 248, 241, 0.76);
  box-shadow: none;
}

.landing-page .browse-search-shell {
  background: #fff;
}

.landing-page .browse-search-frame .hero-search-button {
  min-width: 6.5rem;
  border-color: var(--brand-green);
  color: #fff;
  background: var(--brand-green);
}

.landing-page .browse-controls {
  gap: 0.55rem;
}

.landing-page .date-filter-panel,
.landing-page .vendor-filter-panel,
.landing-page .filter-panel-shell {
  padding: 0.55rem 0.65rem;
  border-color: var(--line);
  border-radius: var(--radius-md);
  background: rgba(251, 248, 241, 0.72);
  box-shadow: none;
}

.landing-page .date-filter-input,
.landing-page .vendor-filter-input,
.landing-page .filter-action-button {
  min-height: 2.55rem;
}

.landing-page .filter-chip {
  min-height: 2.55rem;
  padding-block: 0.55rem;
}

.landing-page .date-filter-input,
.landing-page .vendor-filter-input,
.landing-page .filter-action-button,
.landing-page .filter-chip,
.landing-page .directory-clear-all {
  border-radius: var(--radius-sm);
}

.landing-page .filter-action-button-secondary {
  border-color: rgba(230, 83, 63, 0.24);
  color: var(--brand-poppy);
  background: rgba(241, 138, 118, 0.09);
}

.landing-page .filter-chip.active,
.landing-page .filter-chip[aria-pressed="true"] {
  color: #fff;
  background: var(--brand-green);
}

.landing-page .directory-meta {
  padding-top: 0.1rem;
}

.landing-page .active-filter-pill {
  border-color: var(--line);
  color: var(--brand-green);
  background: var(--brand-mist);
}

.landing-page .festival-month-grid {
  gap: 1rem;
}

.landing-page .festival-month-toggle {
  border-color: var(--line);
}

.landing-page .festival-month-chevron {
  border-color: var(--brand-green);
}

.landing-page .festival-card {
  border-color: var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 253, 250, 0.96);
  box-shadow: 0 12px 30px rgba(72, 82, 62, 0.07);
}

.landing-page .festival-card-media {
  aspect-ratio: 16 / 8.5;
}

.landing-page .festival-card-media::after {
  background: linear-gradient(180deg, transparent 65%, rgba(23, 23, 19, 0.16));
}

.landing-page .festival-card-body {
  gap: 0.68rem;
  padding: 0.9rem 1rem 1rem;
}

.landing-page .festival-card-title {
  color: var(--brand-ink);
  font-size: 1.7rem;
}

.landing-page .festival-card-divider {
  display: none;
}

.landing-page .festival-card-meta-list {
  gap: 0.48rem;
}

.landing-page .festival-card-meta-row {
  gap: 0.5rem;
}

.landing-page .festival-card-meta-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.landing-page .festival-card-location,
.landing-page .festival-card-date-detail {
  font-size: 0.9rem;
  font-weight: 600;
}

.landing-page .festival-card-description {
  display: -webkit-box;
  overflow: hidden;
  font-size: 0.86rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.landing-page .festival-card-footer {
  gap: 0.55rem;
}

.landing-page .festival-card-footer .festival-link {
  min-height: 2.5rem;
  padding: 0.55rem 0.9rem;
  font-size: 0.74rem;
}

@keyframes landing-reveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes landing-art-reveal {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (min-width: 901px) {
  body.brand-refresh.drawer-layout.landing-page > .drawer-toggle,
  body.brand-refresh.drawer-layout.landing-page > .site-drawer,
  body.brand-refresh.drawer-layout.landing-page > .site-drawer-backdrop,
  body.brand-refresh.drawer-layout.vendor-opportunities-page > .drawer-toggle,
  body.brand-refresh.drawer-layout.vendor-opportunities-page > .site-drawer,
  body.brand-refresh.drawer-layout.vendor-opportunities-page > .site-drawer-backdrop,
  body.brand-refresh.drawer-layout.about-site-page > .drawer-toggle,
  body.brand-refresh.drawer-layout.about-site-page > .site-drawer,
  body.brand-refresh.drawer-layout.about-site-page > .site-drawer-backdrop {
    display: none;
  }

  .landing-page .next-festival-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0.5rem;
  }

  .landing-page .next-festival-kicker,
  .landing-page .next-festival-name,
  .landing-page .next-festival-divider,
  .landing-page .next-festival-meta-list,
  .landing-page .next-festival-description,
  .landing-page .next-festival-actions,
  .landing-page .next-festival-vendor-link {
    grid-column: 1 / -1;
  }

  .landing-page .next-festival-countdown,
  .landing-page .next-festival-panel .festival-card-inline-flag {
    width: 100%;
    margin-top: 0.45rem;
  }
}

@media (max-width: 1180px) {
  .landing-page .landing-nav {
    gap: 1.25rem;
  }

  .landing-page .hero-side {
    grid-template-columns: minmax(0, 1.65fr) minmax(20rem, 0.85fr);
  }

  .landing-page .hero-launch-shell {
    grid-template-columns: minmax(11.5rem, 0.62fr) minmax(21rem, 1.38fr);
  }

  .landing-page .hero-brand-copy {
    max-width: 36rem;
  }

  .landing-page .hero-brand-copy h1 {
    max-width: 13ch;
  }

  .landing-page .landing-hero-art {
    max-width: 29.5625rem;
    justify-self: center;
  }
}

@media (max-width: 900px) {
  .landing-page .landing-page-shell {
    width: min(calc(100% - 1rem), var(--max-width));
  }

  .landing-page .landing-header {
    display: none;
  }

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

  .landing-page .hero-launchpad {
    min-height: 0;
    padding: 2.4rem 1.3rem 1rem;
  }

  .landing-page .hero-launch-shell {
    grid-template-columns: minmax(16rem, 0.95fr) minmax(18rem, 1.05fr);
  }

  .landing-page .hero-brand-copy h1 {
    font-size: clamp(3.1rem, 8vw, 4.65rem);
  }

  .landing-page .next-festival-shell {
    grid-template-columns: minmax(14rem, 0.8fr) minmax(0, 1.2fr);
    gap: 1rem;
  }

  .landing-page .next-festival-media {
    align-self: stretch;
    aspect-ratio: auto;
  }

  .landing-page .next-festival-panel {
    padding-top: 0;
  }

  .landing-page .browse-controls {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.brand-refresh.landing-page * {
    text-align: center;
  }

  .landing-page .landing-page-shell {
    width: min(calc(100% - 0.8rem), var(--max-width));
  }

  .landing-page .hero-launchpad {
    padding: 4.25rem 1rem 0.8rem;
  }

  .landing-page .hero-launch-shell {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .landing-page .hero-brand-copy {
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .landing-page .hero-brand-copy h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2.5rem, 12vw, 3.4rem);
  }

  .landing-page .landing-hero-intro {
    margin: 1rem auto 0;
    font-size: 1rem;
  }

  .landing-page .hero-socials {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-inline: auto;
  }

  .landing-page .landing-hero-art {
    max-width: 24rem;
  }

  .landing-page .next-festival-spotlight {
    padding: 1rem;
  }

  .landing-page .next-festival-shell {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .landing-page .next-festival-media {
    min-height: 12rem;
    aspect-ratio: 16 / 9;
  }

  .landing-page .next-festival-panel {
    padding-top: 0.9rem;
  }

  .landing-page .next-festival-panel .festival-card-inline-flag {
    align-self: center;
  }

  .landing-page .next-festival-countdown {
    align-self: center;
    margin-inline: auto;
  }

  .landing-page .next-festival-vendor-link {
    justify-content: center;
    margin-inline: auto;
  }

  .landing-page .festival-card-body > .festival-card-inline-flag,
  .landing-page .festival-card-vendor-link {
    align-self: center;
    justify-content: center;
    margin-inline: auto;
  }

  .landing-page .festival-card-description,
  .landing-page .festival-card-note,
  .landing-page .festival-card-status {
    display: none;
  }

  .landing-page .landing-upcoming-heading,
  .landing-page .next-festival-meta-row,
  .landing-page .next-festival-actions,
  .landing-page .date-filter-controls,
  .landing-page .vendor-filter-controls,
  .landing-page .filter-panel,
  .landing-page .active-filter-pills,
  .landing-page .festival-card-meta-row,
  .landing-page .festival-card-footer {
    justify-content: center;
  }

  .landing-page .browse-shell {
    padding: 1rem;
  }

  .landing-page .date-filter-panel,
  .landing-page .vendor-filter-panel {
    align-items: center;
  }

  .landing-page .directory-meta {
    justify-content: center;
  }

  .landing-page .directory-meta-summary,
  .landing-page .directory-meta-side {
    flex-basis: 100%;
    justify-items: center;
  }

  .landing-page .festival-month-toggle {
    flex-wrap: wrap;
    justify-content: center;
  }

  .landing-page .festival-month-summary {
    margin-left: 0;
  }

  .landing-page .submit-festival-cta {
    flex-direction: column;
    justify-content: center;
  }

  .landing-page .site-drawer-link {
    justify-content: center;
  }

  .landing-page .browse-header h2 {
    font-size: clamp(2.25rem, 12vw, 3.1rem);
  }

  .landing-page .browse-search-frame {
    border-radius: var(--radius-md);
  }

  .landing-page .date-filter-input,
  .landing-page .vendor-filter-input,
  .landing-page .filter-action-button,
  .landing-page .filter-chip,
  .landing-page .directory-clear-all {
    border-radius: var(--radius-sm);
  }
}

@media (max-width: 760px) {
  .brand-refresh .hero-launchpad::before {
    right: 0.8rem;
    bottom: 0;
    width: 48%;
    height: 11rem;
    opacity: 0.12;
  }
}

@media (min-width: 901px) {
  body.brand-refresh.landing-page * {
    text-align: center;
  }

  .landing-page .hero-brand-copy {
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .landing-page .hero-brand-copy h1 {
    width: 100%;
    max-width: 100%;
  }

  .landing-page .landing-hero-intro {
    margin-inline: auto;
  }

  .landing-page .hero-socials {
    justify-content: center;
    width: 100%;
    margin-inline: auto;
  }

  .landing-page .landing-upcoming-heading,
  .landing-page .next-festival-meta-row,
  .landing-page .next-festival-actions,
  .landing-page .date-filter-controls,
  .landing-page .vendor-filter-controls,
  .landing-page .filter-panel,
  .landing-page .active-filter-pills,
  .landing-page .festival-card-meta-row,
  .landing-page .festival-card-footer {
    justify-content: center;
  }

  .landing-page .next-festival-panel .festival-card-inline-flag,
  .landing-page .next-festival-countdown,
  .landing-page .next-festival-vendor-link {
    justify-self: center;
    justify-content: center;
  }

  .landing-page .festival-card-body > .festival-card-inline-flag,
  .landing-page .festival-card-vendor-link {
    align-self: center;
    justify-content: center;
    margin-inline: auto;
  }

  .landing-page .date-filter-panel,
  .landing-page .vendor-filter-panel {
    align-items: center;
  }

  .landing-page .directory-meta {
    justify-content: center;
  }

  .landing-page .directory-meta-summary,
  .landing-page .directory-meta-side {
    justify-items: center;
  }

  .landing-page .festival-month-toggle {
    flex-wrap: wrap;
    justify-content: center;
  }

  .landing-page .festival-month-summary {
    margin-left: 0;
  }

  .landing-page .site-drawer-link {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-refresh *,
  .brand-refresh *::before,
  .brand-refresh *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Vendor opportunity hub */

.brand-refresh .vendor-opportunities-heading h1,
.brand-refresh .vendor-opportunity-card h3,
.brand-refresh .vendor-opportunity-empty h3 {
  font-family: "Kalam", cursive;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.vendor-opportunities-page {
  --max-width: 1480px;
}

body.brand-refresh.vendor-opportunities-page {
  background: #fefcf9;
}

.vendor-opportunities-page .vendor-opportunities-page-shell {
  width: min(calc(100% - 2rem), var(--max-width));
  padding-top: 0;
}

body.vendor-opportunities-page.drawer-layout .vendor-opportunities-page-shell {
  padding-top: 0;
}

.vendor-hub-header {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 5.15rem;
  margin: 0;
  padding: 0.45rem 1rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.vendor-hub-brand {
  display: block;
  width: clamp(13.5rem, 19vw, 16.5rem);
  flex: 0 0 auto;
}

.vendor-hub-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1.25rem, 2.8vw, 2.7rem);
  color: var(--brand-ink);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.vendor-hub-nav a {
  position: relative;
}

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

.vendor-hub-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.vendor-opportunities-heading .eyebrow {
  margin: 0 0 0.45rem;
  color: var(--brand-poppy);
}

.opportunity-kind-tabs {
  display: inline-flex;
  gap: 0.35rem;
  margin-bottom: 1.25rem;
  padding: 0.3rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(243, 242, 234, 0.78);
}

.opportunity-kind-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.62rem 1rem;
  border-radius: 999px;
  color: var(--text-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
}

.opportunity-kind-tab:hover {
  color: var(--brand-green);
  background: rgba(255, 255, 255, 0.7);
}

.opportunity-kind-tab.is-active {
  color: #fff;
  background: var(--brand-green);
  box-shadow: 0 8px 18px rgba(88, 118, 74, 0.18);
}

.vendor-opportunities-shell {
  margin-top: 0.9rem;
  padding: clamp(1rem, 2.5vw, 1.65rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 253, 250, 0.9);
  box-shadow: var(--shadow-soft);
}

.vendor-opportunities-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
}

.vendor-opportunities-heading h1 {
  margin: 0;
  color: var(--brand-ink);
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.95;
}

.vendor-opportunities-updated {
  margin: 0.5rem 0 0;
  color: var(--text-soft);
  font-size: 0.85rem;
}

.vendor-opportunities-purpose {
  max-width: 48rem;
  margin: 0.65rem 0 0;
  color: var(--text-soft);
  font-size: clamp(0.9rem, 1.4vw, 1.05rem);
  line-height: 1.55;
}

.vendor-opportunity-counts {
  display: grid;
  grid-template-columns: repeat(2, minmax(5.5rem, 1fr));
  gap: 0.5rem;
}

.vendor-opportunity-count-card {
  display: grid;
  justify-items: center;
  min-width: 6rem;
  padding: 0.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--brand-ivory);
}

.vendor-opportunity-count-card strong {
  color: var(--brand-green);
  font-size: 1.45rem;
  line-height: 1;
}

.vendor-opportunity-count-card span {
  margin-top: 0.25rem;
  color: var(--text-soft);
  font-size: 0.68rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.vendor-opportunity-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: 1.25rem;
  padding: 0.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(243, 242, 234, 0.7);
}

.vendor-opportunity-search {
  position: relative;
  flex: 1 1 22rem;
  max-width: 32rem;
}

.vendor-opportunity-search input {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.65rem 0.8rem 0.65rem 2.5rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  outline: none;
  color: var(--brand-ink);
  background: #fff;
}

.vendor-opportunity-search input:focus {
  border-color: var(--brand-green);
  box-shadow: 0 0 0 3px rgba(88, 118, 74, 0.12);
}

.vendor-opportunity-search-icon {
  position: absolute;
  top: 50%;
  left: 0.9rem;
  z-index: 1;
  width: 0.82rem;
  height: 0.82rem;
  border: 2px solid var(--brand-green);
  border-radius: 50%;
  transform: translateY(-58%);
  pointer-events: none;
}

.vendor-opportunity-search-icon::after {
  content: "";
  position: absolute;
  right: -0.36rem;
  bottom: -0.22rem;
  width: 0.42rem;
  height: 2px;
  border-radius: 999px;
  background: var(--brand-green);
  transform: rotate(45deg);
}

.vendor-opportunity-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 0.4rem;
}

.vendor-opportunity-filter {
  min-height: 2.4rem;
  padding: 0.5rem 0.72rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  color: var(--text-soft);
  background: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
}

.vendor-opportunity-filter:hover,
.vendor-opportunity-filter.is-active {
  border-color: var(--brand-green);
  color: #fff;
  background: var(--brand-green);
}

.vendor-opportunity-results-summary {
  margin: 0.9rem 0 0;
  color: var(--text-soft);
  font-size: 0.82rem;
}

.vendor-opportunity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 23rem));
  align-items: stretch;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 0.8rem;
}

.vendor-opportunity-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fffdfa;
  box-shadow: 0 12px 30px rgba(72, 82, 62, 0.07);
}

.vendor-opportunity-card-media {
  flex: 0 0 auto;
  position: relative;
}

.vendor-opportunity-card-image {
  display: block;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  background: var(--brand-mist);
}

.vendor-opportunity-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.vendor-opportunity-card:hover .vendor-opportunity-card-image img {
  transform: scale(1.025);
}

.vendor-opportunity-card-image-fallback {
  background:
    radial-gradient(circle at 70% 30%, rgba(241, 138, 118, 0.28), transparent 4rem),
    linear-gradient(135deg, var(--brand-mist), #fffdfa);
}

.vendor-opportunity-card-image-fallback::after {
  content: "fiber festivals";
  position: absolute;
  right: 1rem;
  bottom: 0.8rem;
  color: rgba(88, 118, 74, 0.42);
  font-family: "Kalam", cursive;
  font-size: 1.3rem;
}

.vendor-opportunity-status {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 1.65rem;
  padding: 0.3rem 0.58rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.vendor-opportunity-card-media > .vendor-opportunity-status {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(23, 23, 19, 0.12);
}

.vendor-opportunity-status-open {
  border-color: rgba(88, 118, 74, 0.28);
  color: #36502e;
  background: #edf4e9;
}

.vendor-opportunity-status-soon {
  border-color: rgba(230, 83, 63, 0.22);
  color: #a33d2e;
  background: #fff0ec;
}

.vendor-opportunity-card-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  padding: 0.82rem 0.9rem 0.92rem;
  text-align: center;
}

.vendor-opportunity-timeline {
  margin: 0;
  color: var(--brand-poppy);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.vendor-opportunity-card h3 {
  margin: 0.35rem 0 0;
  color: var(--brand-ink);
  font-size: 1.72rem;
  line-height: 1;
}

.vendor-opportunity-card h3 a:hover {
  color: var(--brand-green);
}

.vendor-opportunity-details {
  display: grid;
  width: 100%;
  gap: 0.38rem;
  margin: 0.72rem 0 0;
}

.vendor-opportunity-details > div {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 0.18rem;
  padding-top: 0.42rem;
  border-top: 1px solid var(--line);
}

.vendor-opportunity-details dt,
.vendor-opportunity-details dd {
  margin: 0;
}

.vendor-opportunity-details dt {
  color: var(--text-soft);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.vendor-opportunity-details dd {
  color: var(--brand-ink);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.42;
}

.vendor-opportunity-verified {
  margin: 0.52rem 0 0;
  color: var(--text-soft);
  font-size: 0.7rem;
}

.vendor-opportunity-card-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.72rem;
}

.vendor-opportunity-card-actions .festival-link {
  min-height: 2.5rem;
  padding: 0.65rem 0.78rem;
  font-size: 0.68rem;
}

.vendor-opportunity-card-actions .festival-link::after {
  content: none;
}

.vendor-opportunity-empty {
  grid-column: 1 / -1;
  display: grid;
  justify-items: center;
  padding: clamp(2rem, 6vw, 4rem);
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius-md);
  background: rgba(232, 237, 227, 0.38);
  text-align: center;
}

.vendor-opportunity-empty img {
  width: 4.5rem;
  height: 3rem;
  object-fit: cover;
  object-position: center;
  opacity: 0.72;
}

.vendor-opportunity-empty h3 {
  margin: 0.8rem 0 0;
  color: var(--brand-ink);
  font-size: 2rem;
}

.vendor-opportunity-empty p {
  max-width: 36rem;
  margin: 0.45rem 0 1rem;
  color: var(--text-soft);
  line-height: 1.55;
}

.vendor-opportunities-page .site-footer {
  margin-top: 0.9rem;
}

.festival-teaching-opportunity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1rem;
  padding: clamp(1rem, 2.5vw, 1.4rem);
  border: 1px solid rgba(88, 118, 74, 0.26);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 92% 20%, rgba(241, 138, 118, 0.16), transparent 9rem),
    linear-gradient(135deg, rgba(237, 244, 233, 0.96), rgba(255, 253, 250, 0.98));
  box-shadow: var(--shadow-soft);
}

.festival-teaching-opportunity[hidden] {
  display: none;
}

.festival-teaching-opportunity-copy {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.festival-teaching-opportunity-copy .vendor-opportunity-status {
  flex: 0 0 auto;
}

.festival-teaching-opportunity .eyebrow,
.festival-teaching-opportunity h2,
.festival-teaching-opportunity p {
  margin: 0;
}

.festival-teaching-opportunity .eyebrow {
  color: var(--brand-poppy);
}

.festival-teaching-opportunity h2 {
  margin-top: 0.12rem;
  color: var(--brand-ink);
  font-family: "Kalam", cursive;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
}

.festival-teaching-opportunity p:not(.eyebrow) {
  margin-top: 0.28rem;
  color: var(--text-soft);
  font-size: 0.88rem;
  font-weight: 600;
}

.festival-teaching-opportunity > .festival-link {
  flex: 0 0 auto;
}

@media (max-width: 960px) {
  .vendor-opportunities-page .vendor-opportunities-page-shell {
    width: min(calc(100% - 1rem), var(--max-width));
  }

  .vendor-opportunity-grid {
    grid-template-columns: repeat(2, minmax(0, 23rem));
  }

  .vendor-opportunity-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .vendor-opportunity-search {
    flex-basis: auto;
    max-width: none;
  }

  .vendor-opportunity-filters {
    justify-content: start;
  }
}

@media (max-width: 760px) {
  .vendor-opportunities-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .vendor-opportunity-grid {
    grid-template-columns: minmax(0, 23rem);
  }

  .vendor-hub-header {
    justify-content: center;
  }

  .vendor-hub-brand {
    width: min(14rem, 70vw);
  }

  .vendor-hub-nav {
    display: none;
  }

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

  .vendor-opportunity-count-card {
    min-width: 0;
    padding-inline: 0.35rem;
  }

  .vendor-opportunity-filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .opportunity-kind-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    border-radius: var(--radius-md);
  }

  .opportunity-kind-tab {
    border-radius: var(--radius-sm);
  }

  .festival-teaching-opportunity,
  .festival-teaching-opportunity-copy {
    align-items: flex-start;
    flex-direction: column;
  }

  .festival-teaching-opportunity > .festival-link {
    width: 100%;
  }

}

@media (max-width: 430px) {
  .vendor-opportunity-counts {
    gap: 0.35rem;
  }

  .vendor-opportunity-count-card span {
    font-size: 0.6rem;
  }

  .vendor-opportunity-card-actions {
    display: grid;
  }
}
