:root {
  --ff-black: #121212;
  --ff-charcoal: #1a1a1a;
  --ff-charcoal-soft: #242220;
  --ff-cream: #f4f0e6;
  --ff-cream-2: #ece5d8;
  --ff-red-deep: #721414;
  --ff-red: #a51616;
  --ff-red-cta: #b91f1f;
  --ff-gold: #d0a066;
  --ff-straw: #cda77e;
  --ff-text: #171717;
  --ff-text-light: #f7f3ea;
  --ff-muted: #776b5d;
  --ff-line: rgba(208, 160, 102, 0.55);
  --ff-display: "Iowan Old Style", "Baskerville", "Palatino Linotype", Palatino, Georgia, serif;
  --ff-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ff-shell: 84rem;
  --ff-member-content-width: 50rem;
  --ff-member-title-size: clamp(2.45rem, 5vw, 3.75rem);
  --ff-member-title-size-mobile: clamp(2.45rem, 12vw, 3.5rem);
  --ff-gutter: clamp(1rem, 4vw, 4rem);
  --ff-section-space: clamp(3rem, 5vw, 5.25rem);
  --ff-shadow: 0 1.5rem 4rem rgba(24, 17, 12, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body.ff-site {
  min-width: 20rem;
  margin: 0;
  overflow-x: hidden;
  color: var(--ff-text);
  background: var(--ff-cream);
  font-family: var(--ff-sans);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

.ff-site img,
.ff-site video,
.ff-site iframe,
.ff-site svg {
  max-width: 100%;
}

.ff-site img {
  height: auto;
}

.ff-site a {
  color: var(--ff-red);
  text-decoration: none; /* hej */
}

.ff-site a:hover {
  color: var(--ff-red-deep);
}

.ff-site button,
.ff-site input,
.ff-site select,
.ff-site textarea {
  font: inherit;
}

.ff-site :focus-visible {
  outline: 0.2rem solid var(--ff-gold);
  outline-offset: 0.22rem;
}

.ff-shell {
  width: 100%;
  max-width: calc(var(--ff-shell) + (2 * var(--ff-gutter)));
  padding-inline: var(--ff-gutter);
  margin-inline: auto;
}

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

.ff-skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  color: var(--ff-black);
  background: var(--ff-gold);
  font-weight: 800;
  transform: translateY(-160%);
}

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

.ff-utility {
  color: rgba(247, 243, 234, 0.78);
  background: #0b0b0b;
  border-bottom: 1px solid rgba(208, 160, 102, 0.16);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ff-utility__inner {
  display: flex;
  min-height: 2rem;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
}

.ff-utility p {
  margin: 0;
}

.ff-header {
  z-index: 100;
  color: var(--ff-text-light);
  background: linear-gradient(105deg, #171817 0%, #101112 100%);
  border-bottom: 1px solid rgba(208, 160, 102, 0.18);
}

.ff-header--sticky {
  position: sticky;
  top: 0;
}

.ff-header__inner {
  display: flex;
  min-height: 5.25rem;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 2.5vw, 2.4rem);
}

.ff-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.85rem;
  color: var(--ff-text-light) !important;
  text-decoration: none;
}

.ff-brand__logo {
  display: block;
  width: clamp(12rem, 24vw, 18rem);
  max-width: 100%;
  height: auto;
  flex: 0 1 auto;
}

.ff-brand__module img {
  width: 4.75rem;
  height: 4.75rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--ff-cream);
  object-fit: contain;
}

.ff-brand__module > * {
  margin: 0;
}

.ff-nav-panel {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
}

.ff-primary-nav .mod-menu,
.ff-primary-nav .mod-menu__sub {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ff-primary-nav > .mod-menu,
.ff-primary-nav .mod-menu > .mod-menu {
  display: flex;
  align-items: center;
  gap: clamp(0.65rem, 1.5vw, 1.55rem);
}

.ff-primary-nav .nav-item {
  position: relative;
}

.ff-primary-nav a,
.ff-primary-nav .mod-menu__heading,
.ff-primary-nav .mod-menu__separator {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: rgba(247, 243, 234, 0.83) !important;
  background: none;
  border: 0;
  font-family: var(--ff-sans);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.115em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.ff-primary-nav a:hover,
.ff-primary-nav .mod-menu__heading:hover,
.ff-primary-nav .active > a,
.ff-primary-nav .current > a,
.ff-primary-nav .active > .mod-menu__heading,
.ff-primary-nav a[aria-current="page"] {
  color: var(--ff-gold) !important;
}

.ff-primary-nav .ff-menu-current > a {
  color: var(--ff-gold) !important;
}

.ff-primary-nav .ff-menu-active-branch > .mod-menu__heading {
  color: var(--ff-gold) !important;
}

.ff-primary-nav .mod-menu__sub {
  position: absolute;
  z-index: 20;
  top: calc(100% + 0.55rem);
  left: -1rem;
  width: max-content;
  min-width: 14rem;
  padding: 0.7rem;
  visibility: hidden;
  opacity: 0;
  background: var(--ff-charcoal-soft);
  border: 1px solid rgba(208, 160, 102, 0.25);
  box-shadow: var(--ff-shadow);
  transform: translateY(0.4rem);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms;
}

.ff-primary-nav .parent:hover > .mod-menu__sub,
.ff-primary-nav .parent:focus-within > .mod-menu__sub,
.ff-primary-nav .parent > .ff-submenu-toggle[aria-expanded="true"] ~ .mod-menu__sub {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.ff-primary-nav .mod-menu__sub a,
.ff-primary-nav .mod-menu__sub .mod-menu__heading {
  display: flex;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.35rem 0.65rem;
  text-transform: none;
  letter-spacing: 0.03em;
}

.ff-submenu-toggle__chevron,
.ff-submenu-toggle--beside-link > span {
  width: 0.48rem;
  height: 0.48rem;
  margin-left: 0.55rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-0.13rem) rotate(45deg);
}

.ff-submenu-toggle--beside-link {
  display: inline-grid;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  place-items: center;
  color: var(--ff-text-light);
  background: transparent;
  border: 0;
}

.ff-nav-toggle {
  display: none;
  min-width: 3rem;
  min-height: 3rem;
  padding: 0.55rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  color: var(--ff-text-light);
  background: transparent;
  border: 1px solid rgba(208, 160, 102, 0.42);
  cursor: pointer;
}

.ff-nav-toggle__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.ff-nav-toggle__icon,
.ff-nav-toggle__icon span {
  display: block;
}

.ff-nav-toggle__icon {
  position: relative;
  width: 1.4rem;
  height: 1.2rem;
}

.ff-nav-toggle__icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transition: opacity 180ms ease, transform 180ms ease, top 180ms ease;
}

.ff-nav-toggle__icon span:first-child { top: 0.1rem; }
.ff-nav-toggle__icon span:nth-child(2) { top: 0.55rem; }
.ff-nav-toggle__icon span:last-child { top: 1rem; }
.ff-nav-toggle[aria-expanded="true"] .ff-nav-toggle__icon span:first-child { top: 0.48rem; transform: rotate(45deg); }
.ff-nav-toggle[aria-expanded="true"] .ff-nav-toggle__icon span:nth-child(2) { opacity: 0; }
.ff-nav-toggle[aria-expanded="true"] .ff-nav-toggle__icon span:last-child { top: 0.48rem; transform: rotate(-45deg); }

.ff-main {
  min-height: 55vh;
}

.ff-hero {
  position: relative;
  min-height: clamp(31rem, 43.75vw, 39rem);
  overflow: hidden;
  color: var(--ff-text-light);
  background: var(--ff-black);
}

.ff-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(0deg, rgba(8, 8, 8, 0.2), transparent 35%);
}

.ff-hero__media {
  position: absolute;
  inset: 0;
  display: grid;
  overflow: hidden;
  place-items: stretch;
  background: #23251f;
}

.ff-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  filter: saturate(0.92) contrast(1.03);
}

.ff-media-placeholder {
  position: relative;
  display: grid;
  min-height: 18rem;
  overflow: hidden;
  color: rgba(247, 243, 234, 0.88);
  background:
    linear-gradient(135deg, transparent 0 47%, rgba(208, 160, 102, 0.13) 47% 53%, transparent 53% 100%),
    linear-gradient(115deg, #282724, #171817);
  border: 1px solid rgba(208, 160, 102, 0.4);
  place-items: center;
}

.ff-media-placeholder::before {
  position: absolute;
  inset: 1rem;
  content: "";
  pointer-events: none;
  z-index: 1;
  border: 1px solid rgba(247, 243, 234, 0.18);
}

.ff-media-placeholder > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ff-media-placeholder span {
  position: relative;
  z-index: 1;
  max-width: 18rem;
  padding: 0.65rem 0.9rem;
  color: inherit;
  background: rgba(18, 18, 18, 0.7);
  border: 1px solid rgba(208, 160, 102, 0.5);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.ff-hero__media.ff-media-placeholder {
  position: absolute;
  inset: 0;
  min-height: 0;
  background:
    radial-gradient(circle at 72% 42%, rgba(208, 160, 102, 0.2), transparent 31%),
    linear-gradient(135deg, transparent 0 47%, rgba(208, 160, 102, 0.11) 47% 53%, transparent 53% 100%),
    #23231f;
}

.ff-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: inherit;
  align-items: flex-end;
}

.ff-hero__content {
  width: min(35rem, 43%);
  padding-block: 0 var(--ff-gutter);
}

.ff-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1rem;
  color: var(--ff-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.ff-eyebrow::before {
  width: 2.75rem;
  height: 1px;
  content: "";
  background: var(--ff-gold);
}

.ff-hero h1,
.ff-section h1,
.ff-section h2,
.ff-component h1,
.ff-component h2,
.ff-error h1 {
  font-family: var(--ff-display);
  line-height: 0.98;
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal !important;
  text-wrap: balance;
}

.ff-hero h1 {
  max-width: 10ch;
  margin: 0;
  color: var(--ff-text-light);
  font-size: clamp(4rem, 7.3vw, 6.7rem);
  font-weight: 500;
  letter-spacing: -0.055em;
}

.ff-hero__logo {
  display: block;
  width: min(100%, 26rem);
  height: auto;
  filter: drop-shadow(0 0.35rem 0.65rem rgba(0, 0, 0, 1)) drop-shadow(0 0.08rem 0.22rem rgba(0, 0, 0, 0.9));
}

.ff-hero__tagline {
  max-width: 25rem;
  margin: clamp(0.85rem, 2vw, 1.35rem) 0 0;
  color: rgba(247, 243, 234, 0.92);
  font-family: var(--ff-display);
  font-size: clamp(1.2rem, 2.15vw, 1.85rem);
  line-height: 1.18;
  text-shadow: 0 0.18rem 0.5rem rgba(0, 0, 0, 1), 0 0.05rem 0.18rem rgba(0, 0, 0, 0.9);
}

.ff-hero__tagline span {
  display: block;
}

.ff-hero__since {
  margin: 0.85rem 0 0;
  color: var(--ff-gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-shadow: 0 0.15rem 0.45rem rgba(0, 0, 0, 1), 0 0.04rem 0.16rem rgba(0, 0, 0, 0.9);
}

.ff-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.45rem;
}

.ff-hero__actions .mod-custom,
.ff-hero__actions .ff-actions,
.ff-hero__actions.ff-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.ff-button,
.ff-site .btn,
.ff-site button.btn,
.ff-hero__actions a {
  display: inline-flex;
  min-height: 3.25rem;
  padding: 0.8rem 1.7rem;
  align-items: center;
  justify-content: center;
  color: var(--ff-text-light) !important;
  background: var(--ff-red-cta);
  border: 1px solid var(--ff-red-cta);
  border-radius: 0;
  font-family: var(--ff-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.ff-hero__actions a + a {
  background: rgba(18, 18, 18, 0.62);
  border-color: var(--ff-gold);
}

.ff-button:hover,
.ff-site .btn:hover,
.ff-hero__actions a:hover {
  color: var(--ff-black) !important;
  background: var(--ff-gold);
  border-color: var(--ff-gold);
}

.ff-section {
  padding-block: var(--ff-section-space);
}

.ff-section h2,
.ff-module__title {
  margin: 0 0 clamp(1.25rem, 2.5vw, 2.25rem);
  font-size: clamp(2.35rem, 4.2vw, 4.2rem);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.ff-module__content > :first-child { margin-top: 0; }
.ff-module__content > :last-child { margin-bottom: 0; }

.ff-music,
.ff-about,
.ff-members,
.ff-legacy-grid {
  background: var(--ff-cream);
}

.ff-music .ff-module__content,
.ff-about .ff-module__content,
.ff-booking .ff-module__content {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(18rem, 0.88fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

/* Section chrome places the module title beside its content on wide screens,
   matching the reference without hard-coding any module copy. */
.ff-music .ff-module,
.ff-about .ff-module,
.ff-booking .ff-module {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(18rem, 0.88fr);
  grid-template-rows: auto auto;
  align-items: center;
  gap: 0 clamp(2rem, 5vw, 5rem);
}

.ff-music .ff-module__content,
.ff-about .ff-module__content,
.ff-booking .ff-module__content {
  display: contents;
}

.ff-music .ff-module__title,
.ff-booking .ff-module__title {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  margin-bottom: 1rem;
}

.ff-music .ff-module__content > :first-child,
.ff-booking .ff-module__content > :first-child {
  grid-column: 1;
  grid-row: 1 / 3;
}

.ff-music .ff-module__content > :last-child,
.ff-booking .ff-module__content > :last-child {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
}

.ff-about .ff-module__title {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  margin-bottom: 1rem;
}

.ff-about .ff-module__content > :first-child {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
}

.ff-about .ff-module__content > :last-child {
  grid-column: 2;
  grid-row: 1 / 3;
}

.ff-music iframe,
.ff-music video,
.ff-music .ratio,
.ff-music .video-responsive {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  box-shadow: var(--ff-shadow);
}

.ff-events {
  position: relative;
  overflow: hidden;
  color: var(--ff-text-light);
  background: linear-gradient(112deg, #711010 0%, #941717 55%, #741111 100%);
}

.ff-events::before {
  position: absolute;
  inset: -14rem auto auto -9rem;
  width: 28rem;
  height: 28rem;
  content: "";
  opacity: 0.2;
  border: 1px solid var(--ff-gold);
  border-radius: 50%;
}

.ff-events .ff-module {
  position: relative;
  display: grid;
  grid-template-columns: minmax(19rem, 0.8fr) minmax(0, 2.2fr);
  align-items: start;
  gap: clamp(2rem, 4vw, 4.25rem);
}

.ff-events .ff-module__title {
  margin-bottom: 0;
  overflow-wrap: normal;
}

.ff-events .ff-module__title,
.ff-booking .ff-module__title {
  color: var(--ff-text-light);
}

.ff-events a,
.ff-booking a {
  color: var(--ff-text-light);
}

.ff-events .newsflash,
.ff-events .blog-items,
.ff-events .event-grid,
.ff-events .mod-list {
  display: grid;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  list-style: none;
}

.ff-events .newsflash > *,
.ff-events .blog-item,
.ff-events .event-card,
.ff-events .mod-list > li {
  min-width: 0;
  min-height: 12rem;
  padding: clamp(1.2rem, 2vw, 1.65rem);
  color: var(--ff-text);
  background: var(--ff-cream);
  border-top: 0.16rem solid var(--ff-gold);
  box-shadow: 0 0.85rem 2rem rgba(30, 5, 5, 0.16);
}

.ff-events .newsflash a,
.ff-events .blog-item a,
.ff-events .event-card a,
.ff-events .mod-list a {
  color: var(--ff-red-deep);
}

.ff-about {
  background: var(--ff-cream-2);
}

.ff-about img,
.ff-booking img {
  width: 100%;
  max-height: 36rem;
  object-fit: cover;
  box-shadow: var(--ff-shadow);
}

.ff-members {
  background: var(--ff-cream);
}

.ff-members .ff-module {
  display: grid;
  grid-template-columns: minmax(18rem, 0.62fr) minmax(0, 2fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
}

.ff-members .ff-module__title {
  margin-bottom: 0;
  overflow-wrap: normal;
}

.ff-events .ff-module__title,
.ff-members .ff-module__title {
  font-size: clamp(2.35rem, 3.5vw, 3.65rem);
}

.ff-members .members-grid,
.ff-members .blog-items,
.ff-members .newsflash,
.ff-members .mod-list {
  display: grid;
  padding: 0;
  grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
  gap: clamp(0.45rem, 1vw, 0.9rem);
  list-style: none;
}

.ff-members img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.72);
}

.ff-booking {
  color: var(--ff-text-light);
  background: var(--ff-charcoal);
  border-top: 1px solid rgba(208, 160, 102, 0.28);
}

.ff-home-content,
.ff-home-sections {
  width: 100%;
}

.ff-home-section {
  padding-block: clamp(3.5rem, 6vw, 6rem);
  margin-bottom: 30px;
}

.ff-home-split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
  align-items: center;
  gap: clamp(2.25rem, 6vw, 6rem);
}

.ff-home-copy {
  max-width: 38rem;
}

.ff-home-copy .ff-button {
  margin-top: 0.8rem;
}

.ff-home-copy > :first-child,
.ff-home-heading > :first-child,
.ff-event-card > div > :first-child {
  margin-top: 0;
}

.ff-home-copy > :last-child,
.ff-home-heading > :last-child,
.ff-event-card > div > :last-child {
  margin-bottom: 0;
}

.ff-section-kicker {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 0.9rem;
  color: var(--ff-red);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.ff-section-kicker::before {
  width: 2.5rem;
  height: 1px;
  content: "";
  background: currentColor;
}

.ff-home-section h2 {
  max-width: 13ch;
  margin: 0 0 1.35rem;
  font-family: var(--ff-display);
  font-size: clamp(2.65rem, 4.8vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.98;
  text-wrap: balance;
}

.ff-home-section h3 {
  font-family: var(--ff-display);
}

.ff-home-music {
  background: var(--ff-cream);
}

.ff-media-placeholder--video {
  aspect-ratio: 16 / 9;
  min-height: 0;
  box-shadow: var(--ff-shadow);
}

.ff-home-events {
  position: relative;
  overflow: hidden;
  color: var(--ff-text-light);
  background: linear-gradient(112deg, #711010 0%, #941717 55%, #741111 100%);
}

.ff-home-events::before {
  position: absolute;
  inset: -13rem auto auto -8rem;
  width: 28rem;
  height: 28rem;
  content: "";
  opacity: 0.2;
  border: 1px solid var(--ff-gold);
  border-radius: 50%;
}

.ff-home-events .ff-shell {
  position: relative;
}

.ff-events-layout {
  display: grid;
  grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 2.28fr);
  align-items: start;
  gap: clamp(2rem, 4vw, 4.25rem);
}

.ff-events-intro {
  max-width: 30rem;
}

.ff-events-intro > :first-child {
  margin-top: 0;
}

.ff-events-intro > :last-child {
  margin-bottom: 0;
}

.ff-events-intro h2 {
  margin-bottom: 1.2rem;
}

.ff-events-intro > p:not(.ff-section-kicker) {
  color: rgba(247, 243, 234, 0.86);
}

.ff-button--light {
  color: var(--ff-red-deep) !important;
  background: var(--ff-cream);
  border-color: var(--ff-cream);
}

.ff-button--light:hover {
  color: var(--ff-black) !important;
  background: var(--ff-gold);
  border-color: var(--ff-gold);
}

.ff-button--pending {
  opacity: 0.72;
  cursor: default;
}

.ff-home-events .ff-section-kicker,
.ff-home-booking .ff-section-kicker {
  color: var(--ff-gold);
}

.ff-home-heading {
  display: grid;
  margin-bottom: clamp(1.75rem, 3vw, 2.75rem);
  grid-template-columns: minmax(0, 1.3fr) minmax(15rem, 0.7fr);
  align-items: end;
  gap: clamp(1.5rem, 4vw, 4rem);
}

.ff-home-heading h2 {
  margin-bottom: 0;
}

.ff-home-heading > p {
  max-width: 29rem;
}

.ff-event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.ff-event-card {
  display: grid;
  min-width: 0;
  min-height: 12rem;
  padding: clamp(1.2rem, 2vw, 1.7rem);
  color: var(--ff-text);
  background: var(--ff-cream);
  border-top: 0.18rem solid var(--ff-gold);
  box-shadow: 0 0.85rem 2rem rgba(30, 5, 5, 0.18);
  grid-template-columns: 4rem minmax(0, 1fr);
  align-content: start;
  gap: 1.25rem;
}

.ff-event-card time {
  display: grid;
  color: var(--ff-red-deep);
  line-height: 1;
  text-align: center;
}

.ff-event-card time strong {
  font-family: var(--ff-display);
  font-size: 2.55rem;
  font-weight: 500;
}

.ff-event-card time span,
.ff-event-card__status {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ff-event-card h3 {
  margin: 0.15rem 0 0.45rem;
  color: var(--ff-text);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.12;
}

.ff-event-card p {
  margin: 0;
  color: var(--ff-muted);
}

.ff-event-card__status {
  color: var(--ff-red);
}

.ff-event-card__time {
  margin-top: 0.35rem !important;
  color: var(--ff-red-deep) !important;
  font-size: 0.82rem;
  font-weight: 750;
}

.ff-events-empty {
  max-width: 44rem;
  padding: 1.3rem 1.5rem;
  margin: 0;
  color: var(--ff-text);
  background: var(--ff-cream);
  border-left: 0.2rem solid var(--ff-gold);
}

.ff-home-about {
  background: var(--ff-cream-2);
}

.ff-home-about .ff-media-placeholder {
  color: var(--ff-red-deep);
  background:
    linear-gradient(135deg, transparent 0 47%, rgba(114, 20, 20, 0.1) 47% 53%, transparent 53% 100%),
    linear-gradient(115deg, #e5dac8, #cdbda6);
  border-color: rgba(114, 20, 20, 0.25);
}

.ff-home-about .ff-media-placeholder::before {
  border-color: rgba(114, 20, 20, 0.18);
}

.ff-home-about .ff-media-placeholder span {
  color: var(--ff-text-light);
  background: rgba(114, 20, 20, 0.88);
}

.ff-media-placeholder--landscape {
  min-height: 0;
  aspect-ratio: 4 / 3;
  box-shadow: var(--ff-shadow);
}

.ff-home-members {
  background: var(--ff-cream);
}

.ff-home-members .ff-home-heading {
  color: var(--ff-text);
}

.ff-member-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.5vw, 1.25rem);
}

.ff-member-placeholder {
  min-width: 0;
  margin: 0;
  background: var(--ff-cream-2);
  border-bottom: 0.18rem solid var(--ff-red);
}

.ff-member-placeholder__photo {
  min-height: 0;
  aspect-ratio: 4 / 5;
  border: 0;
}

.ff-member-placeholder > span {
  display: block;
  padding: 1rem 1.1rem 1.1rem;
  margin: 0;
  color: var(--ff-red-deep);
  font-family: var(--ff-display);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
}

.ff-home-booking {
  color: var(--ff-text-light);
  background: var(--ff-charcoal);
  border-top: 1px solid rgba(208, 160, 102, 0.28);
}

.ff-home-booking h2 {
  color: var(--ff-text-light);
}

.ff-home-booking .ff-home-copy p:not(.ff-section-kicker) {
  color: rgba(247, 243, 234, 0.82);
}

.ff-booking-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 1.4rem 0 0;
  gap: 0.55rem;
  list-style: none;
}

.ff-booking-list li {
  padding: 0.3rem 0.7rem;
  color: var(--ff-gold);
  border: 1px solid rgba(208, 160, 102, 0.38);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ff-music { padding-block: clamp(2.75rem, 3.5vw, 3.5rem); }
.ff-events { padding-block: clamp(2.75rem, 4vw, 4.25rem); }
.ff-about { padding-block: clamp(3.25rem, 5vw, 5rem); }
.ff-members { padding-block: clamp(2.5rem, 3.5vw, 3.75rem); }
.ff-booking { padding-block: clamp(2.75rem, 3.5vw, 3.75rem); }

.ff-page-shell,
.ff-component-only .ff-component {
  padding-block: clamp(2.5rem, 6vw, 5.5rem);
}

/* Keep the Joomla login comfortable to read on wide screens. */
.ff-site.ff-option-com_users.ff-view-login .ff-content-grid {
  display: block;
}

.ff-site.ff-option-com_users.ff-view-login .ff-component {
  width: min(100%, 48rem);
  margin-inline: auto;
}

.ff-site.ff-option-com_users.ff-view-login .ff-component > form,
.ff-site.ff-option-com_users.ff-view-login .ff-component .login form,
.ff-site.ff-option-com_users.ff-view-login .ff-component .com-users-login form {
  width: min(100%, 44rem);
  margin-inline: auto;
}

.ff-site.ff-option-com_users.ff-view-login .control-group {
  margin-bottom: 1.1rem;
}

.ff-site.ff-option-com_users.ff-view-login .control-label label,
.ff-site.ff-option-com_users.ff-view-login .controls > label {
  font-weight: 750;
}

.ff-site.ff-option-com_users.ff-view-login .controls:has(.ff-password-field) {
  position: relative;
}

.ff-password-field {
  position: relative;
  display: block;
  width: 100%;
}

.ff-site .ff-password-field input[type="password"],
.ff-site .ff-password-field input[type="text"] {
  padding-right: 3.6rem;
}

.ff-site .ff-password-toggle {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0.45rem;
  display: grid;
  width: 2.7rem;
  min-width: 2.7rem;
  height: 2.7rem;
  min-height: 2.7rem;
  padding: 0;
  margin: 0;
  place-items: center;
  color: var(--ff-red-deep) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.ff-site .ff-password-toggle:hover,
.ff-site .ff-password-toggle:focus-visible {
  color: var(--ff-black) !important;
  background: rgba(208, 160, 102, 0.22) !important;
}

.ff-password-toggle svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ff-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
}

.ff-content-grid:has(> .ff-sidebar:first-child) {
  grid-template-columns: minmax(12rem, 0.25fr) minmax(0, 1fr);
}

.ff-content-grid:has(> .ff-sidebar:last-child) {
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.3fr);
}

.ff-content-grid:has(> .ff-sidebar:first-child):has(> .ff-sidebar:last-child) {
  grid-template-columns: minmax(11rem, 0.22fr) minmax(0, 1fr) minmax(13rem, 0.25fr);
}

.ff-component,
.ff-module,
.ff-sidebar {
  min-width: 0;
}

.ff-component h1 {
  margin-top: 0;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  font-weight: 500;
}

.ff-component h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 500;
}

.ff-component p,
.ff-component li {
  max-width: 75ch;
}

.ff-card {
  padding: clamp(1rem, 2.5vw, 1.6rem);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(119, 107, 93, 0.22);
}

.ff-card__title {
  margin: 0 0 1rem;
  font-family: var(--ff-display);
  font-size: 1.75rem;
  line-height: 1.1;
}

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

.ff-bottom {
  background: var(--ff-cream-2);
}

.ff-breadcrumbs {
  margin-bottom: 1.75rem;
  color: var(--ff-muted);
  font-size: 0.86rem;
}

.ff-breadcrumbs ol,
.ff-breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 0.65rem;
  list-style: none;
}

.ff-home-component--duplicate {
  display: none;
}

.ff-home-component:not(.ff-home-component--duplicate) {
  width: 100%;
  max-width: calc(var(--ff-shell) + (2 * var(--ff-gutter)));
  padding-inline: var(--ff-gutter);
  padding-block: var(--ff-section-space);
  margin-inline: auto;
}

.ff-home-sidebar {
  padding-block: 2rem;
}

/* The legacy module ships its own inline CSS. These scoped corrections keep
   its member tools intact and prevent its fixed widths from causing overflow. */
.ff-site .ff-legacy-home .ff-inner-content,
.ff-site .ff-legacy-home .ff-inner-content1,
.ff-site .ff-page-shell .ff-inner-content,
.ff-site .ff-page-shell .ff-inner-content1 {
  width: min(100%, 81.25rem) !important;
  max-width: 100% !important;
}

.ff-site .ff-member-back {
  display: inline-flex;
  min-height: 2.45rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.45rem 0.9rem;
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.8rem);
  color: var(--ff-red-deep) !important;
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(208, 160, 102, 0.62);
  border-radius: 999px;
  box-shadow: 0 0.25rem 0.65rem rgba(67, 46, 25, 0.06);
  font-family: var(--ff-sans);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.ff-site .ff-member-back::before {
  content: none;
}

.ff-site .ff-member-back__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: transform 160ms ease;
}

.ff-site .ff-member-back__icon svg {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ff-site .ff-member-back:hover,
.ff-site .ff-member-back:focus-visible {
  color: var(--ff-red-deep) !important;
  background: #fffdf8;
  border-color: var(--ff-gold);
  transform: translateY(-1px);
}

.ff-site .ff-member-back:hover .ff-member-back__icon,
.ff-site .ff-member-back:focus-visible .ff-member-back__icon {
  transform: translateX(-0.15rem);
}

.ff-site .ff-member-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  width: 100%;
  padding: 0.65rem;
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.8rem);
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(119, 107, 93, 0.24);
  border-top: 0.2rem solid var(--ff-gold);
  border-radius: 0.7rem;
}

.ff-site .ff-member-toolbar .ff-member-back,
.ff-site .ff-member-toolbar__action,
.ff-site .ff-member-toolbar__nav {
  display: inline-flex;
  min-height: 2.55rem;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.5rem 0.8rem;
  margin: 0;
  color: var(--ff-red-deep) !important;
  background: #fffdf8;
  border: 1px solid rgba(119, 107, 93, 0.22);
  border-radius: 999px;
  box-shadow: 0 0.2rem 0.5rem rgba(67, 46, 25, 0.05);
  font-family: var(--ff-sans);
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.ff-site .ff-member-toolbar .ff-member-back {
  background: rgba(208, 160, 102, 0.13);
  border-color: rgba(208, 160, 102, 0.58);
}

.ff-site .ff-member-toolbar__nav {
  width: 2.55rem;
  height: 2.55rem;
  min-width: 2.55rem;
  min-height: 2.55rem;
  padding-inline: 0;
  color: #fff !important;
  background: var(--ff-red-deep);
  border-color: var(--ff-red-deep);
  border-radius: 50%;
  aspect-ratio: 1;
}

.ff-site .ff-member-toolbar__nav .ff-repertoire-control__icon,
.ff-site .ff-member-toolbar__nav .ff-repertoire-control__icon svg {
  width: 1.3rem;
  height: 1.3rem;
  flex-basis: 1.3rem;
  stroke-width: 2.35;
}

.ff-site .ff-member-toolbar__label-short {
  display: none;
}

.ff-site .ff-member-toolbar__action:hover,
.ff-site .ff-member-toolbar__action:focus-visible,
.ff-site .ff-member-toolbar__nav:hover,
.ff-site .ff-member-toolbar__nav:focus-visible {
  color: var(--ff-text-light) !important;
  background: var(--ff-red-deep);
  border-color: var(--ff-red-deep);
  transform: translateY(-1px);
}

.ff-site .ff-member-toolbar__nav:hover,
.ff-site .ff-member-toolbar__nav:focus-visible {
  background: var(--ff-red);
  border-color: var(--ff-red);
}

.ff-site .ff-member-toolbar .ff-repertoire-control__icon,
.ff-site .ff-member-toolbar .ff-repertoire-control__icon svg {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 1.15rem;
}

.ff-site .ff-repertoire-detail .ff-member-toolbar .ff-repertoire-control__icon {
  color: inherit;
}

.ff-site .ff-member-toolbar__tone {
  display: flex;
  min-height: 2.55rem;
  align-items: center;
  flex: 1 1 16rem;
  flex-wrap: wrap;
  gap: 0.3rem 0.55rem;
  padding: 0.45rem 0.75rem;
  margin-left: auto;
  background: rgba(208, 160, 102, 0.11);
  border: 1px solid rgba(208, 160, 102, 0.38);
  border-radius: 0.55rem;
}

.ff-site .ff-member-toolbar__tone > span {
  color: var(--ff-muted);
  font-family: var(--ff-sans);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ff-site .ff-member-toolbar__tone strong {
  color: var(--ff-red-deep);
  font-family: var(--ff-display);
  font-size: 1.1rem;
}

.ff-site .ff-member-toolbar__tone small {
  color: var(--ff-muted);
  font-size: 0.78rem;
}

.ff-site .ff-member-toolbar__tone small::before {
  content: "(";
}

.ff-site .ff-member-toolbar__tone small::after {
  content: ")";
}

/* Kalendarium is a focused member view. Keep its readable 800px measure
   centered inside the wider page shell while allowing wide tables to scroll
   on small screens. */
.ff-site .ff-calendar-module {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: clamp(2rem, 4vw, 3.125rem);
}

.ff-site .ff-calendar-module > .ff-inner-content,
.ff-site .ff-calendar-module > .ff-inner-content1 {
  width: min(100%, var(--ff-member-content-width)) !important;
  max-width: 100% !important;
  margin-inline: auto;
  font-size: clamp(0.95rem, 0.22vw + 0.82rem, 1.1rem);
  line-height: 1.55;
}

.ff-site .ff-calendar-module h1 {
  margin-top: 0;
  margin-bottom: clamp(1.75rem, 4vw, 3rem);
  font-family: var(--ff-display);
  font-size: var(--ff-member-title-size);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.ff-site .ff-calendar-module h4 {
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.2;
}

.ff-site .ff-calendar-module .tbl1 {
  width: 100%;
  font-size: inherit;
}

.ff-site .ff-calendar-module .tbl1 td {
  vertical-align: top;
}

.ff-site .ff-calendar-module > .ff-inner-content {
  width: min(100%, var(--ff-member-content-width)) !important;
}

.ff-site .ff-calendar-module > .ff-inner-content1.ff-calendar-detail {
  width: min(100%, var(--ff-member-content-width)) !important;
}

.ff-site .ff-calendar-answer {
  padding-block: clamp(1rem, 3vw, 2.5rem) clamp(3rem, 7vw, 6rem);
  overflow: hidden;
}

.ff-site .ff-calendar-answer__title {
  margin-bottom: 0.8rem !important;
}

.ff-site .ff-calendar-answer > h4 {
  display: inline-flex;
  align-items: center;
  min-height: 2.7rem;
  padding: 0.55rem 0.9rem 0.55rem 1rem;
  margin: 0;
  color: var(--ff-red-deep);
  background: rgba(255, 255, 255, 0.35);
  border-left: 0.25rem solid var(--ff-gold);
  font-family: var(--ff-sans);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.2;
}

.ff-site .ff-calendar-answer__back {
  margin: clamp(1.8rem, 4vw, 2.8rem) 0 0;
}

.ff-site .ff-calendar-answer__question {
  margin: clamp(2.4rem, 5vw, 4rem) 0 0.65rem;
  color: var(--ff-text);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}

.ff-site .ff-calendar-answer__choices {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0;
  table-layout: fixed;
  border-spacing: 0.6rem 0.75rem;
}

.ff-site .ff-calendar-answer__choices td {
  padding: 0.25rem;
  border: 0 !important;
  vertical-align: middle;
}

.ff-site .ff-calendar-answer__choices .tbl5c1 {
  width: 22% !important;
  padding-left: 0;
  color: var(--ff-muted);
  font-family: var(--ff-display);
  font-size: 1.05rem;
  font-weight: 600;
}

.ff-site .ff-calendar-answer__choices--single td {
  width: 33.333% !important;
}

.ff-site .ff-calendar-answer__choices .btn {
  width: 100%;
  min-height: 4.1rem;
  padding: 0.85rem 0.7rem;
  border-radius: 0.2rem;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}

.ff-site .ff-calendar-answer__choices .btn .fa {
  display: none;
}

.ff-site .ff-calendar-answer__choices .btn-secondary {
  color: var(--ff-text) !important;
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(119, 107, 93, 0.4);
}

.ff-site .ff-calendar-answer__choices .btn-success {
  color: var(--ff-text-light) !important;
  background: #2e7157;
  border-color: #2e7157;
}

.ff-site .ff-calendar-answer__choices .btn-warning {
  color: var(--ff-text) !important;
  background: #d0a066;
  border-color: #d0a066;
}

.ff-site .ff-calendar-answer__choices .btn-danger {
  color: var(--ff-text-light) !important;
  background: var(--ff-red-cta);
  border-color: var(--ff-red-cta);
}

.ff-site .ff-calendar-answer__choices .btn:hover,
.ff-site .ff-calendar-answer__choices .btn:focus-visible {
  color: var(--ff-black) !important;
  background: var(--ff-gold);
  border-color: var(--ff-gold);
}

.ff-site .ff-calendar-index__ical {
  display: inline-block;
  margin-bottom: clamp(2.25rem, 5vw, 4rem);
  font-size: clamp(1rem, 0.25vw + 0.88rem, 1.15rem);
}

.ff-site .ff-calendar-section-title {
  margin: 0 0 clamp(1.25rem, 2.5vw, 2rem);
}

.ff-site .ff-calendar-section-title--previous {
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
  margin-top: calc(clamp(2.25rem, 4vw, 3.5rem) + 30px);
  border-top: 1px solid rgba(119, 107, 93, 0.28);
}

.ff-site .ff-calendar-month {
  margin-top: clamp(1.5rem, 3vw, 2.35rem);
}

.ff-site .ff-calendar-month:first-child {
  margin-top: 0;
}

.ff-site .ff-calendar-month__title {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 0.75rem;
  color: var(--ff-gold);
  font-size: clamp(1.25rem, 1.7vw, 1.7rem);
  font-weight: 800;
  line-height: 1.2;
}

.ff-site .ff-calendar-month__title::after {
  height: 1px;
  flex: 1;
  margin-left: 0.6rem;
  content: "";
  background: rgba(208, 160, 102, 0.68);
}

.ff-site .ff-calendar-month__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.55rem;
  height: 1.35rem;
  flex: 0 0 auto;
}

.ff-site .ff-calendar-month__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ff-site .ff-calendar-month__events {
  display: grid;
  gap: 0.75rem;
}

.ff-site .ff-calendar-event {
  display: grid;
  min-width: 0;
  min-height: 6.25rem;
  align-items: center;
  grid-template-columns: minmax(5rem, 7rem) minmax(0, 1fr) auto;
  gap: clamp(1rem, 2vw, 2rem);
  padding: 0.9rem clamp(1rem, 2.2vw, 1.5rem) 0.9rem 0;
  color: var(--ff-text) !important;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(119, 107, 93, 0.28);
  border-radius: 0.55rem;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.ff-site .ff-calendar-event:hover {
  border-color: rgba(114, 20, 20, 0.42);
  box-shadow: 0 0.65rem 1.4rem rgba(24, 17, 12, 0.08);
  transform: translateY(-1px);
}

.ff-site .ff-calendar-event__date {
  display: flex;
  min-height: 4.25rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  justify-self: stretch;
  text-align: center;
  border-right: 1px solid rgba(119, 107, 93, 0.28);
}

.ff-site .ff-calendar-event__day {
  display: block;
  width: 100%;
  color: var(--ff-red-deep);
  font-size: clamp(2.2rem, 3vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.ff-site .ff-calendar-event__weekday {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  color: var(--ff-text);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ff-site .ff-calendar-event__body {
  display: block;
  min-width: 0;
}

.ff-site .ff-calendar-event__title,
.ff-site .ff-calendar-event__location {
  display: block;
  overflow-wrap: anywhere;
}

.ff-site .ff-calendar-event__title {
  color: var(--ff-red-deep);
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  line-height: 1.2;
}

.ff-site .ff-calendar-event__meta {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.3rem 1.2rem;
  margin-top: 0.35rem;
  color: var(--ff-text);
}

.ff-site .ff-calendar-event__location {
  display: flex;
  min-width: 14rem;
  flex: 0 1 max-content;
  align-items: flex-start;
  gap: 0.4rem;
  color: var(--ff-text);
  font-size: clamp(1rem, 1.1vw, 1.15rem);
  line-height: 1.35;
}

.ff-site .ff-calendar-event__location-icon {
  display: inline-block;
  width: 0.95rem;
  height: 0.95rem;
  flex: 0 0 auto;
  margin-top: 0.16rem;
  color: var(--ff-gold);
}

.ff-site .ff-calendar-event__location-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ff-site .ff-calendar-event__food {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.4rem;
  color: var(--ff-muted);
  font-size: clamp(0.95rem, 1vw, 1.05rem);
  line-height: 1.35;
}

.ff-site .ff-calendar-event__food-icon {
  display: inline-block;
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  margin-top: 0.08rem;
  color: var(--ff-gold);
}

.ff-site .ff-calendar-event__food-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ff-site .ff-calendar-event__food {
  align-items: center;
  padding-left: 0.45rem;
  color: var(--ff-red-deep);
}

.ff-site .ff-calendar-event__arrow {
  width: 0.85rem;
  height: 0.85rem;
  margin-right: 0.25rem;
  border-top: 2px solid var(--ff-red-deep);
  border-right: 2px solid var(--ff-red-deep);
  transform: rotate(45deg);
}

.ff-site .ff-calendar-event.is-preliminary {
  border-style: dashed;
}

.ff-site .ff-calendar-event.is-cancelled {
  opacity: 0.58;
}

.ff-site .ff-calendar-event.is-cancelled .ff-calendar-event__title {
  text-decoration: line-through;
}

.ff-site .ff-calendar-empty {
  padding: 1rem 1.25rem;
  color: var(--ff-muted);
  border-top: 1px dashed rgba(119, 107, 93, 0.35);
  border-bottom: 1px dashed rgba(119, 107, 93, 0.35);
  font-style: italic;
}

.ff-site .ff-members-module {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: clamp(2rem, 4vw, 3.125rem);
}

.ff-site .ff-members-module > .ff-inner-content {
  width: min(100%, var(--ff-member-content-width)) !important;
  max-width: 100% !important;
  margin-inline: auto;
  font-size: clamp(0.95rem, 0.22vw + 0.82rem, 1.1rem);
  line-height: 1.55;
}

.ff-site .ff-members-index > h1 {
  margin: 0 0 clamp(2rem, 4vw, 3rem);
  font-family: var(--ff-display);
  font-size: var(--ff-member-title-size);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.ff-site .ff-members-group {
  margin-top: clamp(2rem, 4vw, 3rem);
}

.ff-site .ff-members-group:first-of-type {
  margin-top: 0;
}

.ff-site .ff-members-group__title {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 0.8rem;
  color: var(--ff-gold);
  font-size: clamp(1.25rem, 1.7vw, 1.7rem);
  font-weight: 800;
  line-height: 1.2;
}

.ff-site .ff-members-group__title::after {
  height: 1px;
  flex: 1;
  margin-left: 0.45rem;
  content: "";
  background: rgba(208, 160, 102, 0.68);
}

.ff-site .ff-members-group__icon {
  display: inline-flex;
  width: 1.4rem;
  height: 1.4rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.ff-site .ff-members-group__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ff-site .ff-members-group__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.ff-site .ff-member-card {
  min-width: 0;
  padding: 1rem 1.1rem 0.85rem;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(119, 107, 93, 0.28);
  border-radius: 0.55rem;
  box-shadow: 0 0.25rem 0.8rem rgba(67, 46, 25, 0.035);
}

.ff-site .ff-member-card.is-inactive {
  opacity: 0.62;
}

.ff-site .ff-member-card__header {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(119, 107, 93, 0.22);
}

.ff-site .ff-member-card__header h3 {
  min-width: 0;
  margin: 0;
  color: var(--ff-text);
  font-family: var(--ff-sans);
  font-size: 1.08rem;
  font-weight: 750;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.ff-site .ff-member-card__status {
  flex: 0 0 auto;
  padding: 0.22rem 0.45rem;
  color: var(--ff-red-deep);
  background: rgba(208, 160, 102, 0.16);
  border: 1px solid rgba(208, 160, 102, 0.4);
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.ff-site .ff-member-card.is-active .ff-member-card__status {
  color: #356b35;
  background: rgba(83, 145, 83, 0.12);
  border-color: rgba(83, 145, 83, 0.35);
}

.ff-site .ff-member-card__details {
  margin: 0;
}

.ff-site .ff-member-card__details > div {
  display: grid;
  grid-template-columns: 4.2rem minmax(0, 1fr);
  gap: 0.65rem;
  padding-top: 0.55rem;
}

.ff-site .ff-member-card__details dt {
  color: var(--ff-muted);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ff-site .ff-member-card__details dd {
  min-width: 0;
  margin: 0;
  color: var(--ff-text);
  overflow-wrap: anywhere;
}

.ff-site .ff-member-card__details a {
  color: var(--ff-red-deep) !important;
  text-decoration: none !important;
}

.ff-site .ff-member-card__details a:hover,
.ff-site .ff-member-card__details a:focus-visible {
  color: var(--ff-red) !important;
}

.ff-site .ff-members-empty {
  padding: 1rem 1.25rem;
  color: var(--ff-muted);
  border-top: 1px dashed rgba(119, 107, 93, 0.35);
  border-bottom: 1px dashed rgba(119, 107, 93, 0.35);
  font-style: italic;
}

.ff-site .ff-legal-document-module {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: clamp(2rem, 4vw, 3.125rem);
}

.ff-site .ff-legal-document {
  width: min(100%, var(--ff-member-content-width)) !important;
  max-width: 100% !important;
  padding: clamp(1.6rem, 3vw, 2.8rem) clamp(1.25rem, 4vw, 3.2rem) clamp(2rem, 4vw, 3.5rem);
  margin-inline: auto;
  color: var(--ff-text);
  background: #fffefa;
  border: 1px solid rgba(119, 107, 93, 0.22);
  border-top: 0.28rem solid var(--ff-gold);
  box-shadow: 0 0.8rem 2rem rgba(67, 46, 25, 0.1);
}

.ff-site .ff-legal-document__title {
  margin: 0 0 1rem;
  color: var(--ff-text);
  font-family: var(--ff-display);
  font-size: var(--ff-member-title-size);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.ff-site .ff-legal-document > .ff-member-back {
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.ff-site .ff-legal-document__body {
  color: #28231e;
  font-family: "Courier Prime", "Courier New", Courier, monospace;
  font-size: clamp(0.87rem, 0.12vw + 0.82rem, 0.98rem);
  line-height: 1.7;
  letter-spacing: 0.012em;
  text-shadow: 0.018em 0 0 rgba(40, 35, 30, 0.08), 0 0 0.035em rgba(40, 35, 30, 0.1);
}

.ff-site .ff-legal-document__body > :first-child {
  margin-top: 0;
}

.ff-site .ff-legal-document__body h2,
.ff-site .ff-legal-document__body h3,
.ff-site .ff-legal-document__body h4 {
  color: var(--ff-red-deep);
  font-family: var(--ff-display);
  letter-spacing: normal;
  line-height: 1.2;
  text-shadow: none;
}

.ff-site .ff-legal-document__body h2 {
  padding-bottom: 0.35rem;
  margin: 2rem 0 0.8rem;
  border-bottom: 1px solid rgba(208, 160, 102, 0.55);
  font-size: 1.45rem;
}

.ff-site .ff-legal-document__body h3,
.ff-site .ff-legal-document__body h4 {
  margin: 1.5rem 0 0.55rem;
  font-size: 1.12rem;
}

.ff-site .ff-legal-document__body p {
  margin: 0 0 1rem;
}

.ff-site .ff-legal-document__body a,
.ff-site .ff-legal-document__attachments a {
  color: var(--ff-red-deep) !important;
  text-decoration: none !important;
}

.ff-site .ff-legal-document__body a:hover,
.ff-site .ff-legal-document__body a:focus-visible,
.ff-site .ff-legal-document__attachments a:hover,
.ff-site .ff-legal-document__attachments a:focus-visible {
  color: var(--ff-red) !important;
}

.ff-site .ff-legal-document__body ul,
.ff-site .ff-legal-document__body ol {
  padding-left: 1.5rem;
  margin: 0 0 1rem;
}

.ff-site .ff-legal-document__attachments {
  padding-top: 1.5rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(119, 107, 93, 0.28);
}

.ff-site .ff-legal-document__attachments:empty {
  display: none;
}

.ff-site .ff-legal-document__attachments h2 {
  margin: 0 0 0.7rem;
  color: var(--ff-red-deep);
  font-family: var(--ff-display);
  font-size: 1.45rem;
  line-height: 1.2;
}

.ff-site .ff-legal-document__attachments .tbl1 {
  width: 100% !important;
  margin: 0 !important;
  font-family: "Courier Prime", "Courier New", Courier, monospace;
  text-shadow: 0.018em 0 0 rgba(40, 35, 30, 0.08);
}

.ff-site .ff-legal-document__attachments .tbl1 td {
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(119, 107, 93, 0.22);
}

/* Shared document indexes: protocols, annual reports and other member files. */
.ff-site .ff-document-list-module {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: clamp(2rem, 4vw, 3.125rem);
}

.ff-site .ff-document-list-module > .ff-inner-content,
.ff-site .ff-document-list-module > .ff-inner-content1 {
  width: min(100%, var(--ff-member-content-width)) !important;
  max-width: 100% !important;
  margin-inline: auto;
  font-size: clamp(0.95rem, 0.22vw + 0.82rem, 1.1rem);
  line-height: 1.55;
}

.ff-site .ff-document-list__title {
  margin: 0 0 clamp(1.75rem, 4vw, 3rem);
  color: var(--ff-text);
  font-family: var(--ff-display);
  font-size: var(--ff-member-title-size) !important;
  letter-spacing: -0.045em;
  line-height: 1.05;
  hyphens: manual;
}

.ff-site .ff-document-list-module a {
  color: var(--ff-red-deep) !important;
  text-decoration: none !important;
}

.ff-site .ff-document-list-module a:hover,
.ff-site .ff-document-list-module a:focus-visible {
  color: var(--ff-red) !important;
}

.ff-site .ff-document-list-frame {
  width: 100% !important;
  min-width: 0;
  background: #fffdf8;
  border: 1px solid rgba(119, 107, 93, 0.28);
  border-top: 0.25rem solid var(--ff-gold);
  border-radius: 0.55rem;
  overflow: hidden;
}

.ff-site .ff-document-list-table {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.ff-site .ff-document-list-table td {
  padding: 0.72rem 0.85rem !important;
  border-bottom: 1px solid rgba(119, 107, 93, 0.24);
  vertical-align: middle;
}

.ff-site .ff-document-list-table__header td {
  color: var(--ff-muted);
  font-family: var(--ff-sans);
  font-size: 0.72rem !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ff-site .ff-document-list-table__date {
  width: 10rem;
  white-space: nowrap;
}

.ff-site .ff-document-list-table__row {
  cursor: pointer;
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

.ff-site .ff-document-list-table__row:hover td {
  background: rgba(208, 160, 102, 0.1);
}

.ff-site .ff-document-list-table__row:focus-visible {
  outline: 2px solid var(--ff-gold);
  outline-offset: -2px;
}

.ff-site .ff-document-list-table__row td:first-child a {
  color: var(--ff-gold) !important;
  font-family: var(--ff-display);
  font-weight: 700;
}

.ff-site .ff-document-list-table tr:last-child td {
  border-bottom: 0;
}

.ff-site .ff-document-list-table__category td {
  padding: clamp(1.75rem, 4vw, 2.75rem) 0.85rem 0.6rem !important;
  border-bottom: 1px solid rgba(208, 160, 102, 0.55);
  background: transparent;
}

.ff-site .ff-document-list-table__category:first-child td {
  padding-top: 0.8rem !important;
}

.ff-site .ff-document-list-table__category h2 {
  margin: 0;
  color: var(--ff-text);
  font-family: var(--ff-display);
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.1;
}

.ff-site .ff-calendar-detail {
  font-size: clamp(0.95rem, 0.22vw + 0.82rem, 1.1rem);
  line-height: 1.55;
}

.ff-site .ff-calendar-detail__title {
  margin: 0 0 0.75rem;
  color: var(--ff-text);
  font-family: var(--ff-display);
  font-size: var(--ff-member-title-size) !important;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.ff-site .ff-calendar-detail__date-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0.55rem 0 clamp(1.5rem, 3vw, 2.25rem);
}

.ff-site .ff-calendar-detail__date-row time {
  color: var(--ff-gold);
  font-family: var(--ff-display);
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 700;
  line-height: 1.1;
}

.ff-site .ff-calendar-detail__status {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.35rem 0.9rem;
  color: var(--ff-text-light);
  background: var(--ff-red-deep);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
}

.ff-site .ff-calendar-detail__summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100% !important;
  min-width: 0 !important;
  padding: 0.85rem 1.1rem;
  margin: 0 0 clamp(1rem, 2vw, 1.4rem);
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(119, 107, 93, 0.28);
  border-top: 0.25rem solid var(--ff-gold);
  border-radius: 0.55rem;
  overflow: hidden;
}

.ff-site .ff-calendar-detail__field {
  position: relative;
  min-width: 0;
  padding: 0.55rem 1rem 0.55rem 2.25rem;
  border-right: 1px solid rgba(119, 107, 93, 0.22);
}

.ff-site .ff-calendar-detail__field:nth-child(3n) {
  border-right: 0;
}

.ff-site .ff-calendar-detail__field:nth-child(n + 4) {
  border-top: 1px solid rgba(119, 107, 93, 0.22);
}

.ff-site .ff-calendar-detail__field-icon {
  position: absolute;
  top: 0.7rem;
  left: 0.35rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  color: var(--ff-gold);
}

.ff-site .ff-calendar-detail__icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ff-site .ff-calendar-detail__label {
  display: block;
  color: var(--ff-muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ff-site .ff-calendar-detail__value {
  display: block;
  margin-top: 0.15rem;
  color: var(--ff-text);
  font-family: var(--ff-display);
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  font-weight: 600;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.ff-site .ff-calendar-detail__field a.ff-calendar-detail__value {
  color: var(--ff-red-deep) !important;
  text-decoration: none;
}

.ff-site .ff-calendar-detail a,
.ff-site .ff-calendar-detail a:hover,
.ff-site .ff-calendar-detail a:focus-visible {
  text-decoration: none !important;
}

.ff-site .ff-calendar-detail__value-arrow {
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  margin-left: 0.7rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg) translateY(-0.05rem);
}

.ff-site .ff-calendar-detail__content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.ff-site .ff-calendar-detail__section {
  min-width: 0;
  padding: clamp(1rem, 2vw, 1.4rem);
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(119, 107, 93, 0.28);
  border-radius: 0.55rem;
}

.ff-site .ff-calendar-detail__attendance {
  grid-column: 1 / -1;
}

.ff-site .ff-calendar-detail__content-grid h4 {
  padding: 0;
  margin: 0 0 0.8rem;
  border: 0;
  font-family: var(--ff-display);
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.1;
}

.ff-site .ff-calendar-detail__content-grid .tbl1 {
  margin-bottom: 0 !important;
}

.ff-site .ff-calendar-detail__heading {
  padding: 0.7rem 0 0.7rem 1rem;
  margin: 0 0 0.9rem;
  color: var(--ff-red-deep);
  background: rgba(255, 255, 255, 0.28);
  border-left: 0.25rem solid var(--ff-gold);
  font-size: clamp(1.35rem, 2.2vw, 1.9rem) !important;
  line-height: 1.2;
}

.ff-site .ff-calendar-detail__back {
  margin: 0 0 clamp(1.5rem, 3vw, 2.5rem);
}

.ff-site .ff-calendar-detail__back-button {
  min-height: 2.7rem;
  padding: 0.55rem 1rem;
  font-family: var(--ff-sans);
  font-size: 0.85rem;
}

.ff-site .ff-calendar-detail > h4:not(.ff-calendar-detail__heading) {
  padding-bottom: 0.55rem;
  margin: clamp(2rem, 4vw, 3.25rem) 0 0.7rem;
  color: var(--ff-text);
  border-bottom: 1px solid rgba(208, 160, 102, 0.68);
  font-size: clamp(1.25rem, 1.8vw, 1.6rem);
  line-height: 1.25;
}

.ff-site .ff-calendar-detail .tbl1,
.ff-site .ff-calendar-detail .tbl4,
.ff-site .ff-calendar-detail .voting {
  width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: clamp(1.75rem, 3vw, 2.75rem) !important;
}

.ff-site .ff-calendar-detail .tbl1 td,
.ff-site .ff-calendar-detail .tbl4 td,
.ff-site .ff-calendar-detail .voting td {
  border-bottom-color: rgba(119, 107, 93, 0.28);
  vertical-align: top;
}

.ff-site .ff-calendar-detail .tblRub3,
.ff-site .ff-calendar-detail .tblRub4 {
  color: var(--ff-text);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ff-site .ff-calendar-detail .tbl1 td a {
  white-space: normal !important;
}

.ff-site .ff-calendar-detail #voteBox {
  width: 100% !important;
  max-width: 100%;
  padding: clamp(1rem, 2vw, 1.5rem);
  margin: 0 0 clamp(2rem, 4vw, 3rem);
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(119, 107, 93, 0.28);
  border-top: 0.25rem solid var(--ff-gold);
  border-radius: 0.55rem;
  overflow-x: auto;
}

.ff-site .ff-calendar-detail #voteBox h6 {
  margin: 0 0 0.8rem;
  color: var(--ff-text);
  font-size: 1.15rem;
}

.ff-site .ff-calendar-detail .manus {
  width: 100% !important;
  max-width: 100%;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(119, 107, 93, 0.28);
  border-radius: 0.55rem;
}

.ff-site .ff-calendar-detail audio {
  width: 100%;
  max-width: 32rem;
}

.ff-site .ff-songlists-module {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: clamp(2rem, 4vw, 3.125rem);
}

.ff-site .ff-songlists-module .ff-inner-content1 {
  width: min(100%, var(--ff-member-content-width)) !important;
  max-width: 100% !important;
  margin-inline: auto;
  font-size: clamp(0.95rem, 0.22vw + 0.82rem, 1.1rem);
  line-height: 1.55;
}

.ff-site .ff-songlists-module .ff-songlists-index > h1,
.ff-site .ff-songlists-module .ff-songlist-detail__title {
  margin-top: 0;
  color: var(--ff-text);
  font-family: var(--ff-display);
  font-size: var(--ff-member-title-size) !important;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.ff-site .ff-songlists-module .ff-songlist-detail__title {
  margin-bottom: 0.75rem;
}

.ff-site .ff-songlists-module a,
.ff-site .ff-songlists-module a:hover,
.ff-site .ff-songlists-module a:focus-visible {
  color: var(--ff-red-deep) !important;
  text-decoration: none !important;
}

.ff-site .ff-songlist-detail__section-title,
.ff-site .ff-songlists-section-title {
  padding-bottom: 0.55rem;
  margin: clamp(2rem, 4vw, 3rem) 0 0.8rem;
  color: var(--ff-text);
  border-bottom: 1px solid rgba(208, 160, 102, 0.68);
  font-family: var(--ff-display);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.1;
}

.ff-site .ff-songlists-index .ff-songlists-section-title {
  margin-top: clamp(2.75rem, 5vw, 4rem);
}

.ff-site .ff-songlists-table-frame {
  width: 100% !important;
  min-width: 0;
  margin-bottom: clamp(1.75rem, 3vw, 2.75rem);
  background: #fffdf8;
  border: 1px solid rgba(119, 107, 93, 0.28);
  border-top: 0.25rem solid var(--ff-gold);
  border-radius: 0.55rem;
  overflow-x: auto;
  overflow-y: hidden;
}

.ff-site .ff-songlists-table {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: inherit !important;
}

.ff-site .ff-songlists-table tr:first-child td {
  color: var(--ff-muted);
  font-family: var(--ff-sans);
  font-size: 0.72rem !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ff-site .ff-songlists-table td {
  padding: 0.68rem 0.8rem !important;
  border-bottom: 1px solid rgba(119, 107, 93, 0.24);
  vertical-align: middle;
}

.ff-site .ff-songlists-table tr:last-child td {
  border-bottom: 0;
}

.ff-site .ff-songlists-table__row,
.ff-site .ff-songlists-table__song-row {
  cursor: pointer;
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

.ff-site .ff-songlists-table__row:hover td,
.ff-site .ff-songlists-table__song-row:hover td {
  background: rgba(208, 160, 102, 0.1);
}

.ff-site .ff-songlists-table__row:focus-visible,
.ff-site .ff-songlists-table__song-row:focus-visible {
  outline: 2px solid var(--ff-gold);
  outline-offset: -2px;
}

.ff-site .ff-songlists-count-label {
  display: none;
}

.ff-site .ff-songlists-table a {
  color: var(--ff-red-deep) !important;
  text-decoration: none !important;
}

.ff-site .ff-songlists-table a:hover,
.ff-site .ff-songlists-table a:focus-visible {
  color: var(--ff-red) !important;
}

.ff-site .ff-songlists-table .repCol1,
.ff-site .ff-songlists-table .repBCol1 {
  width: auto !important;
  text-align: left;
}

.ff-site .ff-songlists-table .repCol2,
.ff-site .ff-songlists-table .repBCol2,
.ff-site .ff-songlists-table .repBCol3 {
  text-align: center;
}

.ff-site .ff-songlist-detail .ff-songlists-table {
  min-width: 40rem !important;
}

.ff-site .ff-songlist-detail audio {
  width: 100%;
  max-width: 32rem;
}

.ff-site .ff-repertoire-module {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: clamp(2rem, 4vw, 3.125rem);
}

.ff-site .ff-repertoire-module .ff-inner-content,
.ff-site .ff-repertoire-module .ff-inner-content1 {
  width: min(100%, var(--ff-member-content-width)) !important;
  max-width: 100% !important;
  margin-inline: auto;
  font-size: clamp(0.95rem, 0.22vw + 0.82rem, 1.1rem);
  line-height: 1.55;
}

.ff-site .ff-repertoire-module h1 {
  margin-top: 0;
  color: var(--ff-text);
  font-family: var(--ff-display);
  font-size: var(--ff-member-title-size) !important;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.ff-site .ff-repertoire-module a {
  color: var(--ff-red-deep) !important;
  text-decoration: none !important;
}

.ff-site .ff-repertoire-module a:hover,
.ff-site .ff-repertoire-module a:focus-visible {
  color: var(--ff-red) !important;
}

.ff-site .ff-repertoire-table-frame,
.ff-site .ff-repertoire-info-frame {
  width: 100% !important;
  min-width: 0;
  background: #fffdf8;
  border: 1px solid rgba(119, 107, 93, 0.28);
  border-top: 0.25rem solid var(--ff-gold);
  border-radius: 0.55rem;
  overflow: hidden;
}

.ff-site .ff-repertoire-table {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.ff-site .ff-repertoire-table td {
  padding: 0.68rem 0.8rem !important;
  border-bottom: 1px solid rgba(119, 107, 93, 0.24);
  vertical-align: middle;
}

.ff-site .ff-repertoire-table__header td {
  color: var(--ff-muted);
  font-family: var(--ff-sans);
  font-size: 0.72rem !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ff-site .ff-repertoire-table tr:last-child td {
  border-bottom: 0;
}

.ff-site .ff-repertoire-table__row {
  cursor: pointer;
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

.ff-site .ff-repertoire-table__row:hover td {
  background: rgba(208, 160, 102, 0.1);
}

.ff-site .ff-repertoire-table__row:focus-visible {
  outline: 2px solid var(--ff-gold);
  outline-offset: -2px;
}

.ff-site .ff-repertoire-table .repCol1,
.ff-site .ff-repertoire-table #repCol1 {
  width: auto !important;
  padding-left: 0.8rem !important;
  text-align: left;
}

.ff-site .ff-repertoire-table .repCol2,
.ff-site .ff-repertoire-table #repCol2,
.ff-site .ff-repertoire-table td:nth-child(2),
.ff-site .ff-repertoire-table td:nth-child(3) {
  text-align: center;
}

.ff-site .ff-repertoire-table td:last-child {
  padding-left: 0.8rem !important;
}

.ff-site .ff-repertoire-detail__title {
  margin-bottom: 0.75rem !important;
}

.ff-site .ff-repertoire-index__title {
  margin-bottom: clamp(1.5rem, 3vw, 2.2rem) !important;
}

.ff-site .ff-repertoire-detail-shell {
  width: 100%;
}

.ff-site .ff-repertoire-detail .btn,
.ff-site .ff-repertoire-detail button {
  margin-block: 0.2rem;
}

.ff-site .ff-repertoire-info-table {
  width: 100%;
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.ff-site .ff-repertoire-info-table td {
  padding: 0.75rem 0.85rem;
  border-bottom: 1px solid rgba(119, 107, 93, 0.24);
  vertical-align: top;
}

.ff-site .ff-repertoire-info-table tr:last-child td {
  border-bottom: 0;
}

.ff-site .ff-repertoire-info-table td:first-child:not([colspan]) {
  width: 10rem !important;
  color: var(--ff-muted);
  font-family: var(--ff-sans);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ff-site .ff-repertoire-info-table .btn {
  text-decoration: none !important;
}

.ff-site .ff-repertoire-lyrics-paper,
.ff-site .ff-repertoire-score-paper {
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(119, 107, 93, 0.28);
  border-radius: 0.55rem;
  box-shadow: 0 0.8rem 2rem rgba(67, 46, 25, 0.08);
}

.ff-site .ff-repertoire-score-paper img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ff-site .ff-repertoire-detail audio {
  width: 100%;
  max-width: 32rem;
}

.ff-site .ff-repertoire-detail .ff-repertoire-actions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
  gap: 0.85rem;
  width: 100%;
}

.ff-site .ff-repertoire-module .ff-repertoire-detail .ff-repertoire-action,
.ff-site .ff-repertoire-module .ff-repertoire-detail a.ff-repertoire-action {
  display: flex;
  min-height: 7.25rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 1rem 0.75rem !important;
  margin: 0 !important;
  color: var(--ff-red-deep) !important;
  background: rgba(255, 255, 255, 0.48) !important;
  border: 1px solid rgba(119, 107, 93, 0.2) !important;
  border-radius: 1rem;
  box-shadow: 0 0.45rem 1rem rgba(67, 46, 25, 0.08);
  font-family: var(--ff-display);
  font-size: 1.05rem;
  line-height: 1.1;
  text-align: center;
}

.ff-site .ff-repertoire-module .ff-repertoire-detail .ff-repertoire-action:hover,
.ff-site .ff-repertoire-module .ff-repertoire-detail .ff-repertoire-action:focus-visible {
  color: var(--ff-red-deep) !important;
  background: #fffdf8 !important;
  box-shadow: 0 0.65rem 1.3rem rgba(67, 46, 25, 0.12);
  transform: translateY(-2px);
}

.ff-site .ff-repertoire-detail .ff-repertoire-control__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ff-red-deep);
}

.ff-site .ff-repertoire-detail .ff-repertoire-control__icon svg {
  width: 2.65rem;
  height: 2.65rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ff-site .ff-repertoire-detail .ff-repertoire-recordings-heading {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--ff-muted);
  font-family: var(--ff-sans);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  white-space: nowrap;
  text-transform: uppercase;
}

.ff-site .ff-repertoire-detail .ff-repertoire-recordings-heading::before,
.ff-site .ff-repertoire-detail .ff-repertoire-recordings-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(208, 160, 102, 0.68);
}

.ff-site .ff-repertoire-module .ff-repertoire-detail .ff-repertoire-recording {
  display: flex;
  min-height: 5.25rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.75rem 0.5rem !important;
  margin: 0 !important;
  border-radius: 0.9rem;
  box-shadow: 0 0.35rem 0.8rem rgba(67, 46, 25, 0.08);
  font-family: var(--ff-display);
  font-size: 1rem;
  line-height: 1.1;
}

.ff-site .ff-repertoire-module .ff-repertoire-detail .ff-repertoire-recording--all {
  width: auto;
  min-height: 0;
  flex-direction: row;
  padding: 0.55rem 1rem !important;
  margin: 0.85rem 0 0 !important;
  color: var(--ff-red-deep) !important;
  background: rgba(208, 160, 102, 0.16) !important;
  border: 1px solid rgba(208, 160, 102, 0.55) !important;
  border-radius: 999px;
  box-shadow: none;
  font-size: 0.9rem;
}

.ff-site .ff-repertoire-detail .ff-repertoire-recording--all .ff-repertoire-control__icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.ff-site .ff-repertoire-detail .ff-repertoire-voice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
  gap: 0.75rem;
  width: 100%;
  margin-top: 0.85rem;
}

.ff-site .ff-repertoire-detail .ff-repertoire-voice-grid .btn {
  width: 100%;
}

.ff-site .ff-repertoire-detail .ff-repertoire-info-spacer {
  display: none;
}

.ff-home.ff-guest .ff-legacy-home .ff-inner-content > h2:first-of-type,
.ff-home.ff-guest .ff-legacy-home img.storbild {
  display: none !important;
}

.ff-site .ff-legacy-home a,
.ff-site .ff-page-shell a {
  color: var(--ff-red-deep) !important;
}

.ff-site .ff-page-shell a.btn {
  color: var(--ff-text-light) !important;
}

.ff-site .ff-page-shell a.btn:hover {
  color: var(--ff-black) !important;
}

.ff-site .ff-outer-content {
  max-width: 100%;
}

/* Member start page: the dashboard stays calm and useful even when the
   calendar is empty. The photos are deliberately people-free still lifes. */
.ff-site .ff-member-content__inner {
  width: min(100%, 81.25rem) !important;
  max-width: 100% !important;
}

.ff-site .ff-member-home {
  width: 100%;
  padding-block: clamp(2rem, 4vw, 4rem);
  color: var(--ff-text);
}

.ff-site .ff-member-home__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: end;
  gap: 1.5rem 3rem;
  max-width: 58rem;
  margin-bottom: clamp(1.75rem, 3vw, 2.75rem);
}

.ff-site .ff-member-home__intro .ff-section-kicker,
.ff-site .ff-member-home__quicklinks-heading .ff-section-kicker,
.ff-site .ff-member-focus-card .ff-section-kicker {
  margin: 0 0 0.55rem;
  color: var(--ff-red-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
}

.ff-site .ff-member-home__intro h2,
.ff-site .ff-member-home__quicklinks-heading h3 {
  margin: 0;
  color: var(--ff-text);
  font-family: var(--ff-display);
  font-weight: 600;
  line-height: 0.98;
}

.ff-site .ff-member-home__intro h2 {
  font-size: clamp(2.55rem, 5vw, 4.65rem);
}

.ff-site .ff-member-home__intro > p:last-child {
  max-width: 34rem;
  margin: 0;
  color: var(--ff-muted);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}

.ff-site .ff-member-home__focus-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.ff-site .ff-member-focus-card {
  display: grid;
  grid-template-columns: minmax(9rem, 0.82fr) minmax(0, 1.18fr);
  width: min(100%, 58rem);
  justify-self: center;
  min-width: 0;
  overflow: hidden;
  background: #fffdf8;
  border: 1px solid rgba(119, 107, 93, 0.2);
  border-bottom: 0.28rem solid var(--ff-red);
  box-shadow: 0 1rem 2.5rem rgba(67, 46, 25, 0.09);
}

.ff-site .ff-member-focus-card--practice {
  width: min(100%, 56.25rem);
  height: 400px;
  max-height: 400px;
}

.ff-site a.ff-member-focus-card,
.ff-site a.ff-member-focus-card:visited {
  color: var(--ff-text);
  text-decoration: none;
}

.ff-site .ff-member-focus-card__visual,
.ff-site .ff-member-link-card__photo {
  overflow: hidden;
  background: var(--ff-charcoal);
}

.ff-site .ff-member-focus-card__visual {
  min-height: 18rem;
}

.ff-site .ff-member-focus-card__visual img,
.ff-site .ff-member-link-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.ff-site .ff-member-focus-card__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.25rem, 3vw, 2.25rem);
}

.ff-site .ff-member-focus-card__body h3 {
  margin: 0 0 0.65rem;
  color: var(--ff-text);
  font-family: var(--ff-display);
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  font-weight: 600;
  line-height: 1;
}

.ff-site .ff-member-focus-card__body h3 a {
  color: var(--ff-red-deep) !important;
}

.ff-site .ff-member-focus-card__title,
.ff-site .ff-member-focus-card__meta,
.ff-site .ff-member-focus-card__notice,
.ff-site .ff-member-focus-card__empty {
  margin: 0 0 0.4rem;
}

.ff-site .ff-member-focus-card__title {
  color: var(--ff-text);
  font-weight: 750;
}

.ff-site .ff-member-focus-card__meta,
.ff-site .ff-member-focus-card__empty {
  color: var(--ff-muted);
  font-size: 0.9rem;
}

.ff-site .ff-member-focus-card__meta--icon {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
}

.ff-site .ff-member-focus-card__meta--icon > span:first-child {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  margin-top: 0.12rem;
}

.ff-site .ff-member-focus-card__meta--icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.ff-site .ff-member-focus-card__meta--location {
  color: var(--ff-muted);
}

.ff-site .ff-member-focus-card__meta--location > span:first-child {
  color: var(--ff-gold);
}

.ff-site .ff-member-focus-card__meta--food {
  color: var(--ff-red-deep);
}

.ff-site .ff-member-focus-card__notice {
  color: var(--ff-red-deep);
  font-size: 0.78rem;
  font-weight: 750;
}

.ff-site .ff-member-attendance {
  display: flex;
  width: 100%;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  margin: 0.8rem 0 0.7rem;
  border-top: 1px solid rgba(119, 107, 93, 0.2);
  border-bottom: 1px solid rgba(119, 107, 93, 0.2);
  color: var(--ff-muted);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ff-site .ff-member-attendance strong {
  color: var(--ff-red-deep);
  font-size: 0.9rem;
}

.ff-site .ff-member-focus-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: auto;
  padding-top: 1.3rem;
  color: var(--ff-red-deep) !important;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ff-site .ff-member-focus-card__link span,
.ff-site .ff-member-link-card small span {
  font-size: 1.1rem;
  line-height: 1;
  transition: transform 160ms ease;
}

.ff-site .ff-member-performance-list {
  width: 100%;
  padding: 0;
  margin: 0.1rem 0 0;
  list-style: none;
}

.ff-site .ff-member-performance-list li + li {
  border-top: 1px solid rgba(119, 107, 93, 0.2);
}

.ff-site .ff-member-performance-list a {
  display: block;
  padding: 0.7rem 0;
  color: var(--ff-text) !important;
}

.ff-site .ff-member-performance-list strong,
.ff-site .ff-member-performance-list a > span {
  display: block;
}

.ff-site .ff-member-performance-list strong {
  color: var(--ff-red-deep);
  font-size: 0.85rem;
}

.ff-site .ff-member-performance-list strong span {
  color: var(--ff-muted);
  font-weight: 500;
}

.ff-site .ff-member-performance-list a > span {
  margin-top: 0.15rem;
  color: var(--ff-muted);
  font-size: 0.86rem;
}

.ff-site .ff-member-home__quicklinks-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.ff-site .ff-member-home__quicklinks-heading h3 {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
}

.ff-site .ff-member-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 56.25rem);
  margin-inline: auto;
  gap: 0.8rem;
}

.ff-site .ff-member-link-card {
  display: grid;
  grid-template-rows: 8.5rem 1fr;
  min-width: 0;
  overflow: hidden;
  color: var(--ff-text) !important;
  background: var(--ff-cream-2);
  border: 1px solid rgba(119, 107, 93, 0.18);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.ff-site .ff-member-link-card__photo {
  min-height: 0;
}

.ff-site .ff-member-link-card__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.9rem 1rem 1rem;
}

.ff-site .ff-member-link-card__body strong {
  overflow-wrap: anywhere;
  color: var(--ff-red-deep);
  font-family: var(--ff-display);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 600;
  line-height: 1.05;
}

.ff-site .ff-member-link-card__body > span {
  margin-top: 0.35rem;
  color: var(--ff-muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.ff-site .ff-member-link-card small {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
  padding-top: 0.7rem;
  color: var(--ff-red-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ff-site .ff-member-focus-card:hover,
.ff-site .ff-member-link-card:hover,
.ff-site .ff-member-focus-card:focus-within,
.ff-site .ff-member-link-card:focus-visible {
  border-color: rgba(165, 22, 22, 0.52);
  box-shadow: 0 1.2rem 2.8rem rgba(67, 46, 25, 0.14);
  transform: translateY(-0.18rem);
}

.ff-site .ff-member-focus-card:hover .ff-member-focus-card__visual img,
.ff-site .ff-member-link-card:hover .ff-member-link-card__photo img {
  transform: scale(1.04);
}

.ff-site .ff-member-focus-card__link:hover span,
.ff-site .ff-member-link-card:hover small span {
  transform: translateX(0.18rem);
}

.ff-site table {
  max-width: 100%;
  border-collapse: collapse;
}

.ff-site th,
.ff-site td {
  padding: 0.55rem 0.65rem;
  border-color: rgba(119, 107, 93, 0.28);
}

.ff-site input[type="text"],
.ff-site input[type="email"],
.ff-site input[type="password"],
.ff-site input[type="search"],
.ff-site input[type="number"],
.ff-site input[type="date"],
.ff-site input[type="time"],
.ff-site select,
.ff-site textarea,
.ff-site .form-control,
.ff-site .form-select {
  width: 100%;
  min-height: 2.9rem;
  padding: 0.65rem 0.75rem;
  color: var(--ff-text);
  background: #fffdf8;
  border: 1px solid rgba(119, 107, 93, 0.48);
  border-radius: 0;
}

.ff-site label {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-weight: 700;
}

.ff-site fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

.ff-site .alert,
.ff-site .joomla-alert {
  padding: 1rem;
  margin: 1rem auto;
  color: var(--ff-text);
  background: #fff8df;
  border-left: 0.25rem solid var(--ff-gold);
}

.ff-footer {
  padding-top: clamp(2.25rem, 3.5vw, 3.5rem);
  color: rgba(247, 243, 234, 0.72);
  background: #0e0e0e;
  border-top: 1px solid rgba(208, 160, 102, 0.24);
}

.ff-footer__grid {
  display: grid;
  grid-template-columns: minmax(16rem, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.ff-footer__brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ff-footer__brand img {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  background: var(--ff-cream);
}

.ff-footer__brand strong,
.ff-footer__brand span {
  display: block;
}

.ff-footer__brand strong {
  color: var(--ff-text-light);
  font-family: var(--ff-display);
  font-size: 1.55rem;
  letter-spacing: 0.08em;
}

.ff-footer__brand span {
  color: var(--ff-gold);
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.16em;
}

.ff-footer__modules,
.ff-footer .mod-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.8rem 1.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ff-footer a {
  color: rgba(247, 243, 234, 0.76);
}

.ff-footer a:hover {
  color: var(--ff-gold);
}

.ff-footer__legal {
  padding-block: 1.1rem;
  margin-top: clamp(1.75rem, 3vw, 3rem);
  border-top: 1px solid rgba(208, 160, 102, 0.18);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ff-error-page {
  min-height: 100vh;
  color: var(--ff-text-light) !important;
  background: var(--ff-charcoal) !important;
}

.ff-error {
  display: grid;
  width: min(100% - 2rem, 48rem);
  min-height: 100vh;
  padding-block: 3rem;
  margin-inline: auto;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.ff-error__brand img { width: 7rem; border-radius: 50%; background: var(--ff-cream); }
.ff-error__code { margin: 1rem 0 0; color: var(--ff-gold); font-size: 0.8rem; font-weight: 800; letter-spacing: 0.3em; }
.ff-error h1 { margin: 0.5rem 0 1rem; font-size: clamp(3rem, 9vw, 6rem); font-weight: 500; }
.ff-error__debug { width: 100%; margin-top: 2rem; text-align: left; }

@media (max-width: 68.75rem) {
  .ff-brand__logo {
    width: clamp(11rem, 32vw, 16rem);
  }

  .ff-brand__module img {
    width: 4.25rem;
    height: 4.25rem;
  }

  .ff-hero__media img {
    object-position: 58% 38%;
  }

  .ff-nav-toggle {
    display: inline-flex;
  }

  .ff-js body.ff-nav-open {
    overflow: hidden;
  }

  .ff-js .ff-nav-panel {
    position: fixed;
    z-index: 110;
    inset: 0 0 0 auto;
    display: block;
    width: min(88vw, 26rem);
    padding: 6.5rem clamp(1.25rem, 5vw, 2rem) 2rem;
    overflow-y: auto;
    visibility: hidden;
    color: var(--ff-text-light);
    background: var(--ff-charcoal);
    border-left: 1px solid rgba(208, 160, 102, 0.35);
    box-shadow: -1rem 0 3rem rgba(0, 0, 0, 0.35);
    transform: translateX(105%);
    transition: transform 220ms ease, visibility 220ms;
  }

  .ff-js .ff-nav-panel[data-open="true"] {
    visibility: visible;
    transform: translateX(0);
  }

  .ff-nav-toggle {
    z-index: 120;
  }

  .ff-primary-nav > .mod-menu,
  .ff-primary-nav .mod-menu > .mod-menu {
    display: grid;
    align-items: stretch;
    gap: 0;
  }

  .ff-primary-nav .nav-item {
    border-bottom: 1px solid rgba(208, 160, 102, 0.18);
  }

  .ff-primary-nav a,
  .ff-primary-nav .mod-menu__heading,
  .ff-primary-nav .mod-menu__separator {
    width: 100%;
    min-height: 3.35rem;
    justify-content: space-between;
    font-size: 0.9rem;
  }

  .ff-primary-nav .mod-menu__sub {
    position: static;
    width: 100%;
    min-width: 0;
    padding: 0 0 0.7rem 1rem;
    visibility: visible;
    opacity: 1;
    background: transparent;
    border: 0;
    box-shadow: none;
    transform: none;
    transition: none;
  }

  .ff-primary-nav .mod-menu__sub[hidden] {
    display: none;
  }

  .ff-primary-nav .ff-menu-current > a {
    padding-inline-start: 0.65rem;
    box-shadow: inset 0.2rem 0 0 var(--ff-gold);
  }

  .ff-submenu-toggle[aria-expanded="true"] .ff-submenu-toggle__chevron,
  .ff-submenu-toggle--beside-link[aria-expanded="true"] > span {
    transform: translateY(0.15rem) rotate(225deg);
  }

  .ff-header-search,
  .ff-user-menu {
    margin-top: 1.5rem;
  }

  .ff-events .newsflash,
  .ff-events .blog-items,
  .ff-events .event-grid,
  .ff-events .mod-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ff-home-split {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.9fr);
    gap: clamp(2rem, 4vw, 3rem);
  }

  .ff-site.ff-option-com_users.ff-view-login .ff-component,
  .ff-site.ff-option-com_users.ff-view-login .ff-component > form,
  .ff-site.ff-option-com_users.ff-view-login .ff-component .login form,
  .ff-site.ff-option-com_users.ff-view-login .ff-component .com-users-login form {
    width: 100%;
  }

  .ff-events-layout {
    grid-template-columns: minmax(15rem, 0.8fr) minmax(0, 1.6fr);
    gap: 2rem;
  }

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

  .ff-events .ff-module,
  .ff-members .ff-module {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.75rem;
  }

  .ff-events .ff-module__title,
  .ff-members .ff-module__title {
    margin-bottom: 0;
  }

  .ff-members .members-grid,
  .ff-members .blog-items,
  .ff-members .newsflash,
  .ff-members .mod-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .ff-content-grid,
  .ff-content-grid:has(> .ff-sidebar:first-child),
  .ff-content-grid:has(> .ff-sidebar:last-child),
  .ff-content-grid:has(> .ff-sidebar:first-child):has(> .ff-sidebar:last-child) {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 47.99rem) {
  :root {
    --ff-gutter: clamp(1rem, 5vw, 1.6rem);
    --ff-section-space: clamp(2.75rem, 10vw, 4rem);
  }

  .ff-site .ff-members-module > .ff-inner-content {
    width: 100% !important;
  }

  .ff-site .ff-members-group__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.65rem;
  }

  .ff-site .ff-member-card {
    padding: 0.9rem 0.85rem 0.8rem;
  }

  .ff-site .ff-legal-document {
    padding: 1.35rem 1.1rem 2rem;
  }

  .ff-site .ff-legal-document__title {
    font-size: clamp(2.25rem, 10vw, 3.25rem);
  }

  .ff-site .ff-legal-document__body {
    font-size: 0.84rem;
    line-height: 1.65;
  }

  .ff-site .ff-document-list-module > .ff-inner-content,
  .ff-site .ff-document-list-module > .ff-inner-content1 {
    width: 100% !important;
  }

  .ff-site .ff-document-list__title {
    font-size: var(--ff-member-title-size-mobile) !important;
  }

  .ff-site .ff-document-list-table {
    min-width: 0 !important;
  }

  .ff-site .ff-document-list-table__date {
    width: 7.5rem;
  }

  .ff-site .ff-document-list-table td {
    padding: 0.65rem 0.55rem !important;
  }

  .ff-site .ff-member-toolbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    padding: 0.45rem;
  }

  .ff-site .ff-repertoire-module .ff-repertoire-detail__title--reading {
    font-size: clamp(2rem, 6vw, 3rem) !important;
    line-height: 1.02;
  }

  .ff-site .ff-member-toolbar__tone {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .ff-site .ff-member-toolbar .ff-member-back {
    flex: 0 1 auto;
    min-width: 0;
    min-height: 2.35rem;
    padding: 0.4rem 0.55rem;
    white-space: nowrap;
  }

  .ff-site .ff-member-toolbar__action {
    width: 0;
    min-width: 0;
    flex: 1 1 0;
    min-height: 2.25rem;
    gap: 0.15rem;
    padding: 0.3rem 0.18rem;
    font-size: 0.62rem;
    letter-spacing: -0.015em;
    white-space: nowrap;
  }

  .ff-site .ff-member-toolbar__nav {
    width: 2.35rem;
    height: 2.35rem;
    min-width: 2.35rem;
    min-height: 2.35rem;
    flex: 0 0 2.35rem;
    padding: 0;
    border-radius: 50%;
  }

  .ff-site .ff-member-toolbar__label-full { display: none; }
  .ff-site .ff-member-toolbar__label-short { display: inline; }

  .ff-site .ff-member-toolbar .ff-repertoire-control__icon,
  .ff-site .ff-member-toolbar .ff-repertoire-control__icon svg {
    width: 0.8rem;
    height: 0.8rem;
    flex-basis: 0.8rem;
  }

  .ff-site .ff-member-toolbar__tone {
    margin-left: 0;
  }

  .ff-header__inner { min-height: 4.7rem; }
  .ff-brand__logo { width: clamp(9.5rem, 50vw, 14rem); }
  .ff-brand__module img { width: 3.15rem; height: 3.15rem; }

  .ff-hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .ff-hero::after { display: none; }

  .ff-hero__media {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .ff-hero__media.ff-media-placeholder {
    position: relative;
    inset: auto;
  }

  .ff-hero__media img {
    position: absolute;
    top: -50px;
    right: 0;
    bottom: auto;
    left: 0;
    height: calc(100% + 100px);
    object-position: center 34%;
  }

  .ff-hero__media {
    aspect-ratio: auto;
  }

  .ff-hero__media img {
    position: static;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  .ff-hero__logo {
    display: none;
  }

  .ff-hero__inner {
    width: 100%;
    background: var(--ff-black);
    align-items: center;
  }

  .ff-hero__content {
    width: 100%;
    max-width: var(--ff-shell);
    padding-inline: var(--ff-gutter);
    padding-block: clamp(2.5rem, 10vw, 4rem);
    margin-inline: auto;
    transform: none;
  }

  .ff-hero h1 {
    font-size: clamp(3.25rem, 14vw, 5rem);
  }

  .ff-home-split,
  .ff-home-heading,
  .ff-events-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .ff-home-heading {
    align-items: start;
    gap: 1rem;
  }

  .ff-home-heading > p {
    margin: 0;
  }

  .ff-home-booking .ff-home-copy {
    order: -1;
  }

  .ff-event-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .ff-music .ff-module,
  .ff-about .ff-module,
  .ff-booking .ff-module {
    display: block;
  }

  .ff-music .ff-module__title,
  .ff-about .ff-module__title,
  .ff-booking .ff-module__title {
    margin-bottom: 1.5rem;
  }

  .ff-music .ff-module__content,
  .ff-about .ff-module__content,
  .ff-booking .ff-module__content {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  .ff-events .newsflash,
  .ff-events .blog-items,
  .ff-events .event-grid,
  .ff-events .mod-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .ff-members .members-grid,
  .ff-members .blog-items,
  .ff-members .newsflash,
  .ff-members .mod-list,
  .ff-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ff-footer__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .ff-footer__modules,
  .ff-footer .mod-menu {
    justify-content: flex-start;
  }

  .ff-site .ff-calendar-module > .ff-inner-content {
    width: 100% !important;
  }

  .ff-site .ff-calendar-module > .ff-inner-content1.ff-calendar-detail {
    width: 100% !important;
  }

  .ff-site .ff-calendar-index__ical {
    margin-bottom: 2.75rem;
  }

  .ff-site .ff-songlists-module .ff-inner-content1 {
    width: 100% !important;
  }

  .ff-site .ff-songlists-module .ff-songlists-index > h1,
  .ff-site .ff-songlists-module .ff-songlist-detail__title {
    font-size: var(--ff-member-title-size-mobile) !important;
  }

  .ff-site .ff-repertoire-module .ff-inner-content,
  .ff-site .ff-repertoire-module .ff-inner-content1 {
    width: 100% !important;
  }

  .ff-site .ff-repertoire-module h1 {
    font-size: var(--ff-member-title-size-mobile) !important;
    overflow-wrap: anywhere;
  }

  .ff-site .ff-repertoire-module {
    overflow-x: hidden;
  }

  .ff-site .ff-repertoire-detail {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .ff-site .ff-repertoire-detail table {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .ff-site .ff-repertoire-detail .ff-repertoire-info-table {
    table-layout: fixed;
  }

  .ff-site .ff-repertoire-detail .ff-repertoire-info-table td {
    overflow-wrap: anywhere;
  }

  .ff-site .ff-repertoire-detail .ff-repertoire-actions-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    width: 100%;
  }

  .ff-site .ff-repertoire-module .ff-repertoire-detail .ff-repertoire-action,
  .ff-site .ff-repertoire-module .ff-repertoire-detail a.ff-repertoire-action {
    display: flex;
    min-height: 6.6rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.8rem 0.45rem !important;
    margin: 0 !important;
    color: var(--ff-red-deep) !important;
    background: rgba(255, 255, 255, 0.48) !important;
    border: 1px solid rgba(119, 107, 93, 0.2) !important;
    border-radius: 1rem;
    box-shadow: 0 0.45rem 1rem rgba(67, 46, 25, 0.08);
    font-family: var(--ff-display);
    font-size: 1rem;
    line-height: 1.1;
    text-align: center;
  }

  .ff-site .ff-repertoire-module .ff-repertoire-detail .ff-repertoire-action:hover,
  .ff-site .ff-repertoire-module .ff-repertoire-detail .ff-repertoire-action:focus-visible {
    color: var(--ff-red-deep) !important;
    background: #fffdf8 !important;
    transform: translateY(-1px);
  }

  .ff-site .ff-repertoire-detail .ff-repertoire-control__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ff-red-deep);
  }

  .ff-site .ff-repertoire-detail .ff-repertoire-control__icon svg {
    width: 2.4rem;
    height: 2.4rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  .ff-site .ff-repertoire-detail .ff-repertoire-recordings-cell {
    display: table-cell;
  }

  .ff-site .ff-repertoire-detail .ff-repertoire-recordings-heading {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: var(--ff-muted);
    font-family: var(--ff-sans);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    white-space: nowrap;
    text-transform: uppercase;
  }

  .ff-site .ff-repertoire-detail .ff-repertoire-recordings-heading::before,
  .ff-site .ff-repertoire-detail .ff-repertoire-recordings-heading::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(208, 160, 102, 0.68);
  }

  .ff-site .ff-repertoire-module .ff-repertoire-detail .ff-repertoire-recording {
    display: flex;
    min-height: 4.7rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.65rem 0.35rem !important;
    margin: 0 !important;
    border-radius: 0.9rem;
    box-shadow: 0 0.35rem 0.8rem rgba(67, 46, 25, 0.08);
    font-family: var(--ff-display);
    font-size: 0.95rem;
    line-height: 1.1;
  }

  .ff-site .ff-repertoire-module .ff-repertoire-detail .ff-repertoire-recording--all {
    width: auto;
    justify-self: start;
    min-height: 0;
    flex-direction: row;
    padding: 0.55rem 1rem !important;
    color: var(--ff-red-deep) !important;
    background: rgba(208, 160, 102, 0.16) !important;
    border: 1px solid rgba(208, 160, 102, 0.55) !important;
    border-radius: 999px;
    box-shadow: none;
    font-size: 0.9rem;
  }

  .ff-site .ff-repertoire-detail .ff-repertoire-recording--all .ff-repertoire-control__icon svg {
    width: 1.35rem;
    height: 1.35rem;
  }

  .ff-site .ff-repertoire-detail .ff-repertoire-voice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
    width: 100%;
    margin-top: 0.8rem;
  }

  .ff-site .ff-repertoire-detail .ff-repertoire-actions-grid .btn,
  .ff-site .ff-repertoire-detail .ff-repertoire-voice-grid .btn {
    width: 100%;
    margin: 0 !important;
  }

  .ff-site .ff-repertoire-module .ff-repertoire-detail .ff-repertoire-recording--all {
    width: auto;
    margin-top: 0.8rem !important;
  }

  .ff-site .ff-repertoire-detail .ff-repertoire-info-spacer {
    display: none;
  }

  .ff-site .ff-repertoire-index .ff-repertoire-table,
  .ff-site .ff-repertoire-index .ff-repertoire-table tbody {
    display: block;
  }

  .ff-site .ff-repertoire-index .ff-repertoire-table__header {
    display: none;
  }

  .ff-site .ff-repertoire-index .ff-repertoire-table__row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 0.8rem;
    padding: 0.7rem 0.75rem;
    margin-bottom: 0.75rem;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(119, 107, 93, 0.28);
    border-radius: 0.55rem;
  }

  .ff-site .ff-repertoire-index .ff-repertoire-table__row td {
    padding: 0.15rem 0 !important;
    border: 0;
  }

  .ff-site .ff-repertoire-index .ff-repertoire-table__row td:first-child {
    grid-column: 1 / -1;
    font-size: 1.05rem !important;
    font-weight: 700;
  }

  .ff-site .ff-repertoire-index .ff-repertoire-table__row td:nth-child(2),
  .ff-site .ff-repertoire-index .ff-repertoire-table__row td:nth-child(3),
  .ff-site .ff-repertoire-index .ff-repertoire-table__row td:nth-child(4) {
    color: var(--ff-muted);
    font-family: var(--ff-sans);
    font-size: 0.82rem !important;
    text-align: left !important;
  }

  .ff-site .ff-repertoire-index .ff-repertoire-table__row td:nth-child(4) {
    grid-column: 1 / -1;
  }

  .ff-site .ff-repertoire-info-table td {
    padding: 0.7rem 0.75rem;
  }

  .ff-site .ff-repertoire-info-table td:first-child:not([colspan]) {
    width: 38% !important;
  }

  .ff-site .ff-repertoire-info-table td[colspan] {
    padding-inline: 0.75rem;
  }

  .ff-site .ff-repertoire-lyrics-paper {
    min-height: 0;
    padding: clamp(1.25rem, 5vw, 2rem) !important;
  }

  .ff-site .ff-repertoire-detail audio {
    max-width: 100%;
  }

  .ff-site .ff-songlist-detail .ff-songlists-table {
    min-width: 40rem !important;
  }

  .ff-site .ff-songlists-index .ff-songlists-table,
  .ff-site .ff-songlists-index .ff-songlists-table tbody {
    display: block;
  }

  .ff-site .ff-songlists-index .ff-songlists-table tr:first-child {
    display: none;
  }

  .ff-site .ff-songlists-index .ff-songlists-table tr:not(:first-child) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0 1rem;
    padding: 0.7rem 0.75rem;
    margin-bottom: 0.75rem;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(119, 107, 93, 0.28);
    border-radius: 0.55rem;
  }

  .ff-site .ff-songlists-index .ff-songlists-table tr:not(:first-child) td {
    padding: 0.15rem 0 !important;
    border: 0;
  }

  .ff-site .ff-songlists-index .ff-songlists-table tr:not(:first-child) td:first-child {
    grid-column: 1 / -1;
    font-size: 1.05rem !important;
    font-weight: 700;
  }

  .ff-site .ff-songlists-index .ff-songlists-table tr:not(:first-child) td:nth-child(2) {
    color: var(--ff-muted);
    text-align: left !important;
  }

  .ff-site .ff-songlists-index .ff-songlists-table tr:not(:first-child) td:nth-child(3) {
    color: var(--ff-muted);
    text-align: right !important;
  }

  .ff-site .ff-songlists-index .ff-songlists-count-label {
    display: inline;
    color: var(--ff-muted);
    font-size: 0.78em;
    font-weight: 500;
  }

  .ff-site .ff-calendar-section-title--previous {
    padding-top: 2.75rem;
    margin-top: calc(2.75rem + 30px);
  }

  .ff-site .ff-calendar-month__title {
    gap: 0.65rem;
    font-size: clamp(1.2rem, 5vw, 1.5rem);
  }

  .ff-site .ff-calendar-month__title::after {
    margin-left: 0.2rem;
  }

  .ff-site .ff-calendar-month__icon {
    width: 1.4rem;
    height: 1.25rem;
  }

  .ff-site .ff-calendar-event {
    min-height: 7rem;
    grid-template-columns: minmax(4.25rem, 5.25rem) minmax(0, 1fr) auto;
    gap: 0.9rem;
    padding: 0.85rem 0.8rem 0.85rem 0;
  }

  .ff-site .ff-calendar-event__date {
    min-height: 5.25rem;
  }

  .ff-site .ff-calendar-event__day {
    font-size: clamp(2.15rem, 11vw, 2.8rem);
  }

  .ff-site .ff-calendar-event__title {
    font-size: clamp(1.05rem, 4.5vw, 1.3rem);
  }

  .ff-site .ff-calendar-event__location {
    min-width: 0;
    flex-basis: auto;
    font-size: clamp(0.95rem, 3.8vw, 1.1rem);
  }

  .ff-site .ff-calendar-event__meta {
    gap: 0.25rem 0.8rem;
  }

  .ff-site .ff-calendar-event__food {
    flex-basis: 100%;
    padding-left: 0;
  }

  .ff-site .ff-calendar-detail__heading {
    padding-left: 0.75rem;
    font-size: clamp(1.25rem, 6vw, 1.6rem) !important;
  }

  .ff-site .ff-calendar-detail__title {
    font-size: var(--ff-member-title-size-mobile) !important;
  }

  .ff-site .ff-calendar-detail__date-row {
    gap: 0.7rem;
    margin-bottom: 1.5rem;
  }

  .ff-site .ff-calendar-detail__date-row time {
    font-size: clamp(1.35rem, 6vw, 1.8rem);
  }

  .ff-site .ff-calendar-detail__summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0.65rem 0.55rem;
  }

  .ff-site .ff-calendar-detail__field {
    padding: 0.55rem 0.65rem 0.55rem 2rem;
  }

  .ff-site .ff-calendar-detail__field:nth-child(2n) {
    border-right: 0;
  }

  .ff-site .ff-calendar-detail__field:nth-child(3n) {
    border-right: 1px solid rgba(119, 107, 93, 0.22);
  }

  .ff-site .ff-calendar-detail__field:nth-child(n + 3) {
    border-top: 1px solid rgba(119, 107, 93, 0.22);
  }

  .ff-site .ff-calendar-detail__content-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.85rem;
  }

  .ff-site .ff-calendar-detail__attendance {
    grid-column: auto;
  }

  .ff-site .ff-calendar-detail .tbl1 {
    min-width: 0 !important;
  }

  .ff-site .ff-calendar-detail .tbl1 td,
  .ff-site .ff-calendar-detail .tbl4 td,
  .ff-site .ff-calendar-detail .voting td {
    padding: 0.6rem 0.45rem;
  }

  .ff-site .ff-inner-content table,
  .ff-site .ff-inner-content1 table {
    min-width: 37rem;
  }
}

@media (max-width: 38rem) {
  .ff-site .ff-calendar-answer__choices {
    border-spacing: 0.3rem 0.6rem;
  }

  .ff-site .ff-calendar-answer__choices td {
    padding: 0.15rem;
  }

  .ff-site .ff-calendar-answer__choices .btn {
    min-height: 3.6rem;
    padding-inline: 0.35rem;
  }

  .ff-site .ff-calendar-answer__choices--multiple .tbl5c1 {
    font-size: 0.9rem;
  }
}

@media (max-width: 26.875rem) {
  .ff-brand { gap: 0.6rem; }
  .ff-nav-toggle { width: 2.75rem; min-height: 2.75rem; padding-inline: 0.65rem; }
  .ff-nav-toggle__label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
  .ff-site .ff-member-back {
    width: 2.25rem;
    min-width: 2.25rem;
    min-height: 2.25rem;
    padding: 0;
    border-radius: 50%;
    font-size: 0;
  }
  .ff-site .ff-member-back::before {
    display: none;
  }
  .ff-site .ff-member-back__icon {
    display: inline-flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1;
    transform: none !important;
  }
  .ff-site .ff-member-back__icon svg {
    width: 1.05rem;
    height: 1.05rem;
  }
  .ff-site .ff-member-back__label {
    display: none;
  }
  .ff-site .ff-member-toolbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.16rem;
    padding: 0.28rem;
  }
  .ff-site .ff-member-toolbar .ff-member-back {
    width: 1.85rem;
    height: 1.85rem;
    min-width: 1.85rem;
    min-height: 1.85rem;
    flex: 0 0 1.85rem;
    margin: 0;
    padding: 0;
    font-size: 0;
  }
  .ff-site .ff-member-toolbar__action {
    width: 0;
    min-width: 0;
    min-height: 1.85rem;
    flex: 1 1 0;
    gap: 0.1rem;
    padding: 0.22rem 0.08rem;
    font-size: 0.6rem;
    letter-spacing: -0.015em;
  }
  .ff-site .ff-member-toolbar__nav {
    width: 1.85rem;
    height: 1.85rem;
    min-width: 1.85rem;
    min-height: 1.85rem;
    flex: 0 0 1.85rem;
    padding: 0;
  }
  .ff-site .ff-member-toolbar__tone {
    min-width: 100%;
    flex: 0 0 100%;
    margin-top: 0.2rem;
  }
  .ff-site .ff-member-toolbar__label-full { display: none; }
  .ff-site .ff-member-toolbar__label-short { display: inline; }
  .ff-site .ff-member-toolbar .ff-repertoire-control__icon,
  .ff-site .ff-member-toolbar .ff-repertoire-control__icon svg {
    width: 0.72rem;
    height: 0.72rem;
    flex-basis: 0.72rem;
  }
  .ff-site .ff-member-toolbar__nav .ff-repertoire-control__icon,
  .ff-site .ff-member-toolbar__nav .ff-repertoire-control__icon svg {
    width: 1.15rem;
    height: 1.15rem;
    flex-basis: 1.15rem;
  }
  .ff-members .members-grid,
  .ff-members .blog-items,
  .ff-members .newsflash,
  .ff-members .mod-list { gap: 0.65rem; }
  .ff-site .ff-calendar-detail__summary { grid-template-columns: minmax(0, 1fr); }
  .ff-site .ff-calendar-detail__field,
  .ff-site .ff-calendar-detail__field:nth-child(2n),
  .ff-site .ff-calendar-detail__field:nth-child(3n) { border-right: 0; }
  .ff-site .ff-calendar-detail__field:first-child { border-top: 0; }
  .ff-site .ff-calendar-detail__field:nth-child(n + 2) { border-top: 1px solid rgba(119, 107, 93, 0.22); }
  .ff-button,
  .ff-site .btn,
  .ff-hero__actions a { width: 100%; }
  .ff-section h2,
  .ff-module__title { font-size: clamp(2.3rem, 13vw, 3.25rem); }
  .ff-members .ff-module__title { font-size: clamp(2.1rem, 10.75vw, 2.8rem); }
}

@media (max-width: 22.5rem) {
  .ff-hero h1 { font-size: clamp(3rem, 17vw, 3.8rem); }
  .ff-section h2,
  .ff-module__title { font-size: clamp(2.5rem, 15vw, 3.5rem); }
  .ff-member-grid { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 62rem) {
  .ff-site .ff-member-home__intro {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.8rem;
  }

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

@media (max-width: 61rem) {
  .ff-site .ff-member-content__inner {
    width: 100% !important;
    padding-inline: var(--ff-gutter);
  }
}

@media (max-width: 48rem) {
  .ff-site .ff-member-home__focus-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .ff-site .ff-member-focus-card--practice {
    height: auto;
    max-height: none;
  }

  .ff-site .ff-member-focus-card__visual {
    min-height: 19rem;
  }
}

@media (max-width: 34rem) {
  .ff-site .ff-member-focus-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .ff-site .ff-member-focus-card__visual {
    min-height: 12rem;
    max-height: 15rem;
  }

  .ff-site .ff-member-link-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .ff-site .ff-member-link-card {
    grid-template-columns: 7rem minmax(0, 1fr);
    grid-template-rows: minmax(7rem, 1fr);
  }

  .ff-site .ff-member-link-card__body {
    min-height: 7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
