:root {
  --fasa-bg: #c9d5e1;
  --fasa-bg-strong: #b5c4d5;
  --fasa-paper: #ffffff;
  --fasa-paper-alt: #f7fafd;
  --fasa-ink: #0c2743;
  --fasa-ink-soft: #1f4364;
  --fasa-muted: #465f78;
  --fasa-accent: #1c629b;
  --fasa-accent-2: #2c7dbd;
  --fasa-accent-soft: #d8e8f7;
  --fasa-border: #8eaecb;
  --fasa-border-strong: #6f96ba;
  --fasa-highlight-soft: rgba(244, 223, 99, 0.62);
  --fasa-highlight-strong: #d7bf3c;
  --fasa-section-surface: #edf4fb;
  --fasa-section-surface-strong: #dbe8f4;
  --fasa-section-header: #a9c5df;
  --fasa-section-header-strong: #99b8d6;
  --fasa-section-header-text: #103f69;
  --fasa-shadow-soft: 0 8px 18px rgba(12, 33, 53, 0.06);
  --fasa-shadow-panel: 0 12px 26px rgba(12, 33, 53, 0.08);
  --fasa-shadow-panel-strong: 0 18px 34px rgba(12, 33, 53, 0.11);
  --fasa-shadow-card-hover: 0 20px 38px rgba(12, 33, 53, 0.14);
  --fasa-radius-public: 8px;
  --fasa-radius-sm: 6px;
  --fasa-space-1: 0.5rem;
  --fasa-space-2: 0.75rem;
  --fasa-space-3: 1rem;
  --fasa-space-4: 1.5rem;
  --fasa-space-5: 2rem;
  --fasa-space-6: 2.5rem;
  --fasa-primary: #1f5f97;
  --fasa-primary-strong: #184d7b;
  --fasa-font-heading: "Trebuchet MS", "Gill Sans", "Aptos", sans-serif;
  --fasa-font-body: "Aptos", "Segoe UI", "Helvetica Neue", sans-serif;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  min-height: 100%;
}

body,
body.fasa-shell,
body.fasa-site {
  margin: 0;
  color: var(--fasa-ink);
  font-family: var(--fasa-font-body);
  font-size: 15px;
  line-height: 1.68;
  background-color: #becbd8;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.72), transparent 34%),
    linear-gradient(180deg, #e6edf4 0%, #d2ddea 24%, #becbd9 100%);
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
  background-size:
    100% 24rem,
    100% 100%;
}

main.main-content-wrap {
  padding-bottom: 3rem;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--fasa-accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition:
    color 160ms ease,
    text-decoration-color 160ms ease,
    opacity 160ms ease;
}

a:hover,
a:focus-visible {
  color: var(--fasa-accent-2);
  text-decoration-color: var(--fasa-accent-2);
}

p,
ul,
ol,
blockquote,
figure {
  margin: 0 0 var(--fasa-space-2);
}

ul,
ol {
  padding-left: 1.25rem;
}

li + li {
  margin-top: 0.3rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 var(--fasa-space-2);
  color: var(--fasa-ink);
  font-family: var(--fasa-font-heading);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

h1 {
  font-size: clamp(1.45rem, 2.3vw, 1.9rem);
}

div > h1 > div > span {
  color: #000 !important;
}

h2 {
  font-size: clamp(1.15rem, 1.9vw, 1.45rem);
}

h3 {
  font-size: 1.05rem;
}

small {
  color: var(--fasa-muted);
}

hr {
  margin: var(--fasa-space-4) 0;
  border: 0;
  border-top: 1px solid var(--fasa-border);
}

:focus-visible {
  outline: 2px solid var(--fasa-accent);
  outline-offset: 2px;
}

::selection {
  color: #0e2943;
  background: #cfe4f7;
}

.fasa-text-center {
  text-align: center;
}

.fasa-directory-intro {
  display: grid;
  gap: 0.7rem;
  justify-items: center;
  padding: 1.55rem 1.65rem 1.35rem;
  margin-bottom: 0.95rem;
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(247, 251, 255, 0.98) 0%,
    rgba(233, 241, 249, 0.98) 100%
  );
  border: 1px solid rgba(88, 117, 147, 0.55);
  border-radius: var(--fasa-radius-public);
  box-shadow: 0 10px 22px rgba(12, 33, 53, 0.075);
}

.fasa-directory-intro h1 {
  margin-bottom: 0.15rem;
  font-size: clamp(1.4rem, 2.2vw, 1.82rem);
  letter-spacing: 0.018em;
}

.fasa-directory-intro-subtitle {
  margin: -0.1rem 0 0.1rem;
  color: var(--fasa-accent);
  font-family: var(--fasa-font-body);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fasa-directory-intro p {
  max-width: 48ch;
  margin: 0;
  font-size: 1rem;
  line-height: 1.58;
}

.main-content-wrap > section,
.main-content-wrap > div:not(.crm-body):not(.page),
.main-content-wrap > article,
.main-content-wrap > form,
.fasa-section,
.contacts-page-shell,
.fasa-links-page,
.fees-page-card,
.fasa-online-shell,
.fasa-upcoming-head,
.fasa-upcoming-schedule,
.fasa-upcoming-calendar {
  background:
    linear-gradient(
      135deg,
      rgba(27, 82, 132, 0.14),
      rgba(255, 255, 255, 0) 42%
    ),
    linear-gradient(180deg, #ffffff 0%, #edf4fb 100%);
  border: 1px solid rgba(24, 73, 116, 0.82);
  border-radius: var(--fasa-radius-public);
  box-shadow: var(--fasa-shadow-panel-strong);
}

.main-content-wrap > section,
.main-content-wrap > div:not(.crm-body):not(.page),
.main-content-wrap > article,
.main-content-wrap > form,
.fasa-section {
  padding: calc(var(--fasa-space-4) + 0.35rem);
  margin-bottom: calc(var(--fasa-space-3) + 0.38rem);
}

.main-content-wrap > section:last-child,
.main-content-wrap > div:not(.crm-body):not(.page):last-child,
.main-content-wrap > article:last-child,
.main-content-wrap > form:last-child,
.fasa-section:last-child,
.contacts-page-shell:last-child,
.fasa-links-page:last-child,
.fees-page-card:last-child,
.fasa-upcoming-calendar:last-child {
  margin-bottom: 0;
}

.main-content-wrap > .home-grid,
.main-content-wrap > .home-bottom-grid {
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.main-content-wrap > section > h1:first-child,
.main-content-wrap > section > h2:first-child,
.main-content-wrap > div > h1:first-child,
.main-content-wrap > div > h2:first-child,
.fasa-section > h1:first-child,
.fasa-section > h2:first-child,
.fees-page-header,
.fasa-links-hero,
.fasa-upcoming-head,
.fasa-breeders-intro {
  text-align: center;
}

.main-content-wrap > section > p:first-of-type,
.main-content-wrap > div > p:first-of-type,
.fasa-section > p:first-of-type,
.fees-page-header > p,
.fasa-links-hero > p,
.fasa-upcoming-head > p,
.fasa-breeders-intro > p {
  max-width: 58ch;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1rem;
  line-height: 1.72;
}

.main-content-wrap > section > h1:first-child,
.main-content-wrap > section > h2:first-child,
.main-content-wrap > div > h1:first-child,
.main-content-wrap > div > h2:first-child,
.fasa-section > h1:first-child,
.fasa-section > h2:first-child,
.committee-block > h2:first-child,
.home-panel > h2,
.home-docs > h2,
.home-forms > h2,
.home-bank > h2,
.fasa-links-hero > h1,
.fees-page-header > h1,
.fasa-upcoming-head > h1 {
  margin-bottom: 0.75rem;
  padding: 0;
  color: var(--fasa-ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.main-content-wrap > section > h1:first-child,
.main-content-wrap > div > h1:first-child,
.fasa-section > h1:first-child,
.fasa-info-hero > h1,
.fasa-online-guide-hero > h1,
.fees-page-header > h1,
.fasa-links-hero > h1 {
  font-size: clamp(1.55rem, 2.5vw, 2rem);
  letter-spacing: 0.018em;
}

.main-content-wrap > section > h2:first-child,
.main-content-wrap > div > h2:first-child,
.fasa-section > h2:first-child,
.committee-block > h2:first-child,
.fasa-info-card > h2,
.fasa-guide-callout > h2 {
  font-size: clamp(1.18rem, 1.9vw, 1.45rem);
  letter-spacing: 0.014em;
}

.main-content-wrap > section > p,
.main-content-wrap > div > p,
.fasa-section > p,
.fasa-info-card p,
.fasa-guide-callout p,
.fees-page-card p,
.fasa-links-page p,
.fasa-online-guide-page p {
  line-height: 1.68;
}

.table-responsive,
.fees-table-wrap,
.fasa-upcoming-calendar-wrap {
  width: 100%;
  overflow-x: auto;
}

.fasa-upcoming-calendar-wrap {
  display: flex;
  justify-content: center;
}

.fasa-table-scroll-hint {
  display: none;
}

@media (max-width: 682px) {
  .fasa-table-scroll-hint {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin: 0 0 0.35rem;
    padding: 0.45rem 0.55rem;
    color: #284e6d;
    background: #e6eef6;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.3;
  }

  .fasa-table-scroll-hint span {
    flex: 0 0 auto;
    color: #174f7b;
    font-size: 1.35rem;
    line-height: 1;
  }

  .contacts-page-shell .table-responsive {
    display: block;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-color: #5f8fba #e6eef6;
    scrollbar-width: auto;
    -webkit-overflow-scrolling: touch;
  }

  .contacts-page-shell .table-responsive:focus-visible {
    outline: 3px solid #174f7b;
    outline-offset: 3px;
  }

  .contacts-page-shell .table-responsive table {
    width: max-content;
    min-width: 100%;
  }
}

@media (min-width: 683px) {
  .contacts-page-shell .table-responsive {
    overflow: hidden !important;
    scrollbar-width: none;
  }

  .contacts-page-shell .table-responsive::-webkit-scrollbar {
    display: none;
  }

  .contacts-page-shell .table-responsive table {
    width: 100% !important;
    min-width: 0 !important;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}

th,
td {
  padding: 0.6rem 0.72rem;
  text-align: left;
  vertical-align: top;
  line-height: 1.42;
  border: 1px solid rgba(127, 159, 190, 0.55);
  overflow-wrap: anywhere;
}

table.table-compact th,
table.table-compact td {
  padding: 0.45rem 0.6rem;
  font-size: 0.92rem;
  line-height: 1.35;
}

thead th,
th[scope="rowgroup"] {
  color: var(--fasa-ink);
  font-family: var(--fasa-font-heading);
  font-weight: 700;
  background: #d2e1f0;
}

tbody tr td {
  background: rgba(255, 255, 255, 0.78);
}

tbody tr:nth-child(even) td {
  background: rgba(237, 244, 251, 0.92);
}

.contacts-page-shell {
  display: grid;
  gap: 1.15rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.fasa-directory-stack {
  position: relative;
  display: grid;
  isolation: isolate;
  gap: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.992);
  border: 1px solid rgba(31, 95, 151, 0.7);
  border-radius: var(--fasa-radius-public);
  box-shadow: 0 12px 24px rgba(12, 33, 53, 0.08);
}

.contacts-page-shell .fasa-directory-stack--cohesive {
  background-color: #edf3f7;
  background-image:
    linear-gradient(rgba(241, 249, 255, 0.46), rgba(241, 249, 255, 0.46)),
    url("../../images/silver-card-soft-satin.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fasa-directory-stack--cohesive::before {
  position: absolute;
  z-index: 0;
  inset: -48%;
  content: "";
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.68), rgba(186, 218, 241, 0.22) 38%, transparent 66%),
    url("../../images/silver-card-soft-satin.png") center / cover no-repeat;
  transform: rotate(0deg) scale(1.12);
  transform-origin: center;
  transition: opacity 3s ease-out;
}

.fasa-directory-stack--cohesive > * {
  position: relative;
  z-index: 1;
}

.fasa-directory-stack--cohesive:hover::before,
.fasa-directory-stack--cohesive:focus-within::before {
  opacity: 0.72;
  animation: home-card-silver-swirl 6s linear infinite;
  transition-duration: 0.8s;
}

/* Contact-directory cards keep the satin treatment static for easier reading. */
.contacts-page-shell .fasa-directory-stack--cohesive::before {
  display: none;
}

.fasa-directory-stack > .fasa-directory-intro,
.fasa-directory-stack > .fasa-guide-callout,
.fasa-directory-stack > .fasa-breeders-intro {
  margin: 0;
  padding: 0.65rem 0.9rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.fasa-directory-stack > * + * {
  border-top: 1px solid rgba(31, 95, 151, 0.18);
}

.fasa-directory-stack--cohesive > .committee-block {
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.fasa-directory-stack--cohesive > .fasa-guide-callout {
  padding: calc(var(--fasa-space-3) + 0.35rem);
}

.contacts-page-shell table {
  table-layout: auto;
  border: 1px solid rgba(31, 95, 151, 0.46);
  border-collapse: collapse;
}

.contacts-page-shell th,
.contacts-page-shell td {
  padding: 0.45rem 0.55rem;
  font-size: 0.94rem;
  line-height: 1.35;
  text-align: center;
  border-color: rgba(31, 95, 151, 0.46);
}

.contacts-page-shell th {
  background: #d9e4ef;
}

.contacts-page-shell td {
  background: rgba(252, 253, 255, 0.98);
}

.contacts-page-shell th:last-child,
.contacts-page-shell td:last-child {
  border-right: 1px solid rgba(31, 95, 151, 0.46);
}

.contacts-page-shell th,
.contacts-page-shell td {
  white-space: nowrap;
}

.contacts-page-shell td.contacts-cell-wrap {
  white-space: normal;
  overflow-wrap: anywhere;
}

.contacts-page-shell td * {
  margin: 0;
  padding: 0;
}

.committee-block {
  display: grid;
  gap: 0.95rem;
  padding: calc(var(--fasa-space-3) + 0.35rem);
  background: linear-gradient(
    180deg,
    rgba(239, 245, 251, 0.98) 0%,
    rgba(223, 234, 246, 0.98) 100%
  );
  border: 1px solid rgba(31, 95, 151, 0.62);
  border-radius: var(--fasa-radius-public);
  box-shadow: 0 14px 28px rgba(12, 33, 53, 0.085);
}

.committee-block > h1,
.committee-block > h2,
.committee-block > h3 {
  margin-bottom: 0.15rem;
  text-align: center;
  font-size: clamp(1.18rem, 1.9vw, 1.45rem);
  letter-spacing: 0.015em;
}

.committee-block p,
.committee-block li {
  font-size: 0.97rem;
  line-height: 1.62;
}

.committee-block--relaxed {
  line-height: 1.5;
}

.committee-block--relaxed > h2 {
  line-height: 1.25;
}

.committee-block table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(31, 95, 151, 0.46);
  background: rgba(252, 253, 255, 0.98);
}

.committee-block thead th {
  padding: 0.45rem 0.55rem;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 700;
  color: #1a3c6e;
  border: 1px solid rgba(31, 95, 151, 0.46);
  background: linear-gradient(180deg, #e6f0fb 0%, #d4e2f2 100%);
}

.committee-block tbody td {
  padding: 0.45rem 0.55rem;
  font-size: 0.94rem;
  line-height: 1.35;
  text-align: center;
  border: 1px solid rgba(31, 95, 151, 0.46);
  background: rgba(252, 253, 255, 0.98);
}

.committee-block tbody tr:nth-child(even) td {
  background: rgba(246, 250, 254, 0.98);
}

.committee-table--registrars .committee-email-cell {
  display: block;
  text-align: center;
  border: 1px solid var(--fasa-border);
}

.committee-table--registrars .committee-email-cell--large {
  font-size: 14px;
  border: none;
}

.committee-table--registrars td {
  padding: 0.45rem 0.55rem;
  font-size: 0.94rem;
  line-height: 1.35;
  text-align: center;
  border-color: rgba(31, 95, 151, 0.46);
  background: rgba(252, 253, 255, 0.98);
}

.contacts-cell-wrap {
  white-space: normal;
}

.main-content-wrap > section.home-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  align-items: center;
  gap: var(--fasa-space-4);
  overflow: hidden;
  padding: calc(var(--fasa-space-4) + 0.2rem);
  margin-bottom: var(--fasa-space-3);
  background: rgba(255, 255, 255, 0.992);
  border: 1px solid rgba(31, 95, 151, 0.7);
  border-radius: var(--fasa-radius-public);
  box-shadow: 0 14px 28px rgba(12, 33, 53, 0.1);
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #8799aa 0%, #b8ad9e 55%, #d8cab8 100%);
}

.home-hero > div {
  min-width: 0;
}

.home-hero > div:last-child {
  text-align: left;
  min-width: 0;
}

.home-hero > div:last-child p {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
  line-height: 1.45;
}

.home-hero h1 {
  margin: 0;
  letter-spacing: 0.02em;
  line-height: 1.04;
}


.home-hero h1 + h1 {
  margin-top: -0.45rem;
  color: #000;
  font-size: clamp(1.2rem, 1.9vw, 1.5rem);
  font-weight: 600;
  letter-spacing: 0.035em;
}

.home-hero-copy {
  font-size: 16px;
  font-weight: 400;
}

.home-hero > div:last-child p:last-child,
.home-panel p:last-child,
.home-docs p:last-child,
.home-forms p:last-child,
.home-bank p:last-child,
.fasa-links-about p:last-child,
.fees-page-card p:last-child,
.committee-block p:last-child,
.fasa-breeders-grid > article header p,
.fasa-breeders-grid > article div p:last-child {
  margin-bottom: 0;
}

.home-hero .fasa-text-center + .fasa-text-center {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 0.35rem;
}

.home-logo-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 1rem;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.94), rgba(233, 240, 248, 0.72));
  border: 0;
  border-radius: calc(var(--fasa-radius-public) + 4px);
}

.home-grid,
.home-bottom-grid {
  display: grid;
  gap: var(--fasa-space-3);
}

.home-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: stretch;
  margin-bottom: var(--fasa-space-3);
}

.home-col {
  display: flex;
  flex-direction: column;
  grid-column: span 6;
  gap: var(--fasa-space-3);
  height: 100%;
}

.home-panel,
.home-docs,
.home-forms,
.home-bank {
  position: relative;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  overflow: hidden;
  gap: 0.7rem;
  padding: calc(var(--fasa-space-3) + 0.18rem);
  background-color: #edf3f7;
  background-image:
    linear-gradient(rgba(241, 249, 255, 0.46), rgba(241, 249, 255, 0.46)),
    url("../../images/silver-card-soft-satin.png");
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat;
  background-size: 135% 135%, 120% 120%;
  border: 1px solid rgba(31, 95, 151, 0.72);
  border-radius: var(--fasa-radius-public);
  box-shadow: 0 16px 30px rgba(12, 33, 53, 0.105);
}

.home-panel::before,
.home-docs::before,
.home-forms::before,
.home-bank::before {
  position: absolute;
  z-index: 0;
  inset: -38%;
  content: "";
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.68), rgba(186, 218, 241, 0.22) 38%, transparent 66%),
    url("../../images/silver-card-soft-satin.png") center / cover no-repeat;
  transform-origin: center;
  transform: rotate(0deg) scale(1.12);
  transition: opacity 3s ease-out;
}

.home-panel > *,
.home-docs > *,
.home-forms > *,
.home-bank > * {
  position: relative;
  z-index: 1;
}

.home-panel:hover::before,
.home-panel:focus-within::before,
.home-docs:hover::before,
.home-docs:focus-within::before,
.home-forms:hover::before,
.home-forms:focus-within::before,
.home-bank:hover::before,
.home-bank:focus-within::before {
  opacity: 0.72;
  animation: home-card-silver-swirl 6s linear infinite;
  transition-duration: 0.8s;
}

@keyframes home-card-silver-swirl {
  0% {
    transform: rotate(0deg) scale(1.12);
  }

  12% {
    transform: rotate(0deg) scale(1.34);
  }

  100% {
    transform: rotate(360deg) scale(1.34);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-panel::before,
  .home-docs::before,
  .home-forms::before,
  .home-bank::before,
  .fasa-directory-stack--cohesive::before,
  .fasa-breeders-grid > article::before {
    animation: none !important;
    transform: scale(1.2);
  }
}

.home-bank {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.home-sponsors {
  margin-top: 0;
}

.home-sponsors-panel {
  flex: 1 1 auto;
  min-height: 0;
  padding: calc(var(--fasa-space-3) + 0.1rem);
  gap: 0.85rem;
  justify-content: flex-start;
}

.home-show {
  border-color: rgba(31, 95, 151, 0.72);
}

.home-panel > h2,
.home-panel > h3,
.home-docs > h2,
.home-forms > h2,
.home-bank > h2 {
  margin-bottom: 0.8rem;
  text-align: center;
  font-size: clamp(1.2rem, 1.9vw, 1.5rem);
  letter-spacing: 0.015em;
}

.home-panel p,
.home-docs p,
.home-forms p,
.home-bank p {
  font-size: 0.98rem;
  line-height: 1.68;
}

.home-panel a,
.home-docs a,
.home-forms a,
.home-bank a,
.fasa-guide-callout a {
  font-weight: 600;
}

.home-panel-copy-full {
  width: 100%;
  max-width: none;
  padding: 0;
  text-align: center;
}

.home-sponsors-panel .home-panel-copy-full {
  max-width: 25rem;
  margin: 0 auto 0.1rem;
  line-height: 1.45;
}

.home-story p + p,
.home-show p + p,
.home-docs p + p,
.home-forms p + p,
.home-bank p + p {
  margin-top: 0.2rem;
}

.home-list,
.home-group-list {
  width: fit-content;
  margin: 0 auto;
  padding-left: 1.15rem;
  text-align: left;
}

.home-list li + li,
.home-group-list li + li {
  margin-top: 0.55rem;
}

.home-list a,
.home-group-list a {
  font-weight: 500;
}

.home-sponsor-logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 0.75rem;
  align-items: stretch;
}

.home-sponsor-logos a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7.4rem;
  padding: 0.25rem;
  background: transparent;
  border: 0;
  box-shadow: none;
  transition: transform 160ms ease;
}

.home-sponsor-logos a:hover,
.home-sponsor-logos a:focus-visible {
  transform: translateY(-1px);
}

.home-sponsor-logos img,
.home-affiliation-wrap img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.home-sponsor-logos img {
  max-width: 100%;
  max-height: 6.9rem;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.home-affiliation-wrap {
  display: grid;
  gap: var(--fasa-space-2);
}

.home-affiliation-wrap img {
  padding: 0.45rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(127, 159, 190, 0.45);
  border-radius: var(--fasa-radius-public);
}

.home-bottom-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.fasa-breeders-intro,
.fasa-breeders-list {
  margin-bottom: var(--fasa-space-3);
}

.fasa-directory-stack > .fasa-breeders-title-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 14rem;
  padding: clamp(1.3rem, 4vw, 2.6rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(4, 35, 76, 0.68), rgba(18, 69, 126, 0.4) 48%, rgba(4, 35, 76, 0.7)),
    url("../../images/breeders-sa-cats-title-banner.png") center 68% / cover no-repeat;
  text-shadow: 0 2px 5px rgba(2, 25, 55, 0.78);
}

.fasa-breeders-title-card h1,
.fasa-breeders-title-card p {
  color: #ffffff;
}

.fasa-breeders-title-card .fasa-guide-links a {
  color: #ffffff;
  background: transparent;
  border-color: rgba(218, 237, 252, 0.58);
}

.fasa-breeders-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.fasa-breeders-grid > article {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  isolation: isolate;
  overflow: hidden;
  gap: 0.78rem;
  min-height: 100%;
  padding: 1rem;
  text-align: center;
  background-color: #edf3f7;
  background-image:
    linear-gradient(rgba(241, 249, 255, 0.46), rgba(241, 249, 255, 0.46)),
    url("../../images/silver-card-soft-satin.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 135% 135%, 120% 120%;
  border: 1px solid rgba(84, 142, 185, 0.48);
  border-radius: 5px;
  box-shadow: 0 7px 16px rgba(12, 33, 53, 0.08);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.fasa-breeders-grid > article::before {
  position: absolute;
  z-index: 0;
  inset: -38%;
  content: "";
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.68), rgba(186, 218, 241, 0.22) 38%, transparent 66%),
    url("../../images/silver-card-soft-satin.png") center / cover no-repeat;
  transform: rotate(0deg) scale(1.12);
  transform-origin: center;
  transition: opacity 3s ease-out;
  display: none;
}

.fasa-breeders-grid > article > * {
  position: relative;
  z-index: 1;
}

.fasa-link-card:hover,
.home-panel:hover,
.home-docs:hover,
.home-forms:hover,
.home-bank:hover {
  transform: translateY(-2px);
  border-color: rgba(31, 95, 151, 0.72);
  box-shadow: var(--fasa-shadow-card-hover);
}

.fasa-breeders-grid > article:hover,
.fasa-breeders-grid > article:focus-within {
  transform: translateY(-2px);
  border-color: rgba(31, 95, 151, 0.72);
  box-shadow: 0 13px 24px rgba(12, 33, 53, 0.12);
}

.fasa-breeders-grid > article:hover::before,
.fasa-breeders-grid > article:focus-within::before {
  opacity: 0.72;
  animation: home-card-silver-swirl 6s linear infinite;
  transition-duration: 0.8s;
}

.fasa-breeders-grid > article header {
  width: 100%;
  padding-bottom: 0.5rem;
  text-align: center;
  border-bottom: 1px solid rgba(38, 158, 168, 0.34);
}

.fasa-breeders-grid > article > div,
.fasa-breeders-grid > article > p,
.fasa-breeders-grid > article div > p {
  width: 100%;
}

.fasa-breeders-grid > article h2 {
  color: #073456;
  font-size: clamp(1.18rem, 1.5vw, 1.38rem);
  letter-spacing: 0.025em;
}

.fasa-breeders-grid > article header p {
  color: #187983;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.fasa-breeders-grid > article p,
.fasa-breeders-grid > article h3 {
  font-size: 0.94rem;
  line-height: 1.55;
}

.fasa-breeders-grid > article a {
  overflow-wrap: anywhere;
}

.fasa-breeders-grid > article:not(:has(.fasa-breeder-photo)) {
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.fasa-breeder-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #ffffff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.fasa-breeder-photo:focus-visible {
  outline: 3px solid rgba(31, 95, 151, 0.36);
  outline-offset: 3px;
}

.fasa-breeder-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
}

.fasa-breeders-grid > article h3,
.fasa-breeders-grid > article div > p > strong:first-child:last-child {
  display: block;
  width: 100%;
  padding: 0.4rem 0.55rem;
  text-align: center;
  background: rgba(237, 245, 255, 0.86);
  border-top: 1px solid rgba(127, 159, 190, 0.42);
  border-bottom: 1px solid rgba(127, 159, 190, 0.42);
}

.fasa-links-page {
  padding: calc(var(--fasa-space-4) + 0.1rem);
}

.fasa-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: var(--fasa-space-3);
  margin: var(--fasa-space-3) 0;
  align-items: stretch;
}

.fasa-link-card {
  display: flex;
  padding: calc(var(--fasa-space-2) + 0.18rem);
  background: rgba(255, 255, 255, 0.992);
  border: 1px solid rgba(127, 159, 190, 0.42);
  border-radius: var(--fasa-radius-public);
  box-shadow: 0 11px 22px rgba(12, 33, 53, 0.065);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.fasa-link-card a {
  display: grid;
  width: 100%;
  min-height: 100%;
  gap: calc(var(--fasa-space-2) + 0.15rem);
  justify-items: center;
  align-content: center;
  text-align: center;
  color: var(--fasa-ink);
  text-decoration: none;
}

.fasa-link-card img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 110px;
  margin: 0 auto;
  object-fit: contain;
  background: #fff;
  border-radius: var(--fasa-radius-public);
}

.fasa-link-card span {
  font-size: 1.02rem;
  font-family: var(--fasa-font-heading);
  font-weight: 700;
  line-height: 1.25;
}

.fasa-link-card p,
.fasa-links-about p {
  font-size: 0.97rem;
}

.fasa-links-about {
  margin-top: var(--fasa-space-3);
  padding: calc(var(--fasa-space-3) + 0.2rem);
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(245, 250, 255, 0.95) 0%,
    rgba(229, 239, 248, 0.95) 100%
  );
  border: 1px solid rgba(88, 117, 147, 0.55);
  border-radius: var(--fasa-radius-public);
}

main.main-content-wrap > section.fasa-info-page,
main.main-content-wrap > section.fasa-online-guide-page,
main.main-content-wrap > section.fasa-upcoming-schedule {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.fasa-info-page,
.fasa-online-guide-page {
  display: grid;
  gap: calc(var(--fasa-space-2) + 0.15rem);
}

.fasa-info-hero,
.fasa-online-guide-hero,
.fasa-guide-callout,
.fasa-info-card {
  padding: calc(var(--fasa-space-4) + 0.15rem);
  background: linear-gradient(
    180deg,
    rgba(239, 245, 251, 0.98) 0%,
    rgba(223, 234, 246, 0.98) 100%
  );
  border: 1px solid rgba(88, 117, 147, 0.55);
  border-radius: var(--fasa-radius-public);
  box-shadow: var(--fasa-shadow-soft);
}

.fasa-info-hero,
.fasa-online-guide-hero {
  padding: calc(var(--fasa-space-3) + 0.4rem);
  background: rgba(255, 255, 255, 0.994);
}

.fasa-info-hero,
.fasa-online-guide-hero,
.fasa-guide-callout {
  text-align: center;
}

.fasa-online-guide-page .fasa-online-guide-hero,
.fasa-online-guide-page > .fasa-online-shell {
  max-width: 825px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.fasa-guide-callout {
  padding: 1.1rem var(--fasa-space-4);
  background: linear-gradient(
    180deg,
    rgba(247, 251, 255, 0.98) 0%,
    rgba(231, 240, 249, 0.98) 100%
  );
}

.fasa-guide-callout--accent,
.fasa-upcoming-head--accent,
.fasa-upcoming-calendar.fasa-upcoming-calendar--accent,
.fasa-online-entries {
  border-color: rgba(31, 95, 151, 0.7);
}

.fasa-info-hero p,
.fasa-online-guide-hero p,
.fasa-guide-callout p {
  max-width: 66ch;
  margin-top: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.99rem;
  line-height: 1.5;
}

.fasa-online-guide-hero p,
.fasa-guide-callout p {
  font-size: 1.03rem;
}

.fasa-online-entries {
  gap: 0;
}

.fasa-online-guide-page.fasa-online-entries > .fasa-online-shell {
  max-width: none;
  margin: 0;
}

.fasa-online-support {
  max-width: 825px;
  width: 100%;
  margin: 0 auto;
  padding: 0.85rem 1rem 0.95rem;
  text-align: center;
  background: rgba(239, 245, 251, 0.82);
  border: 1px solid rgba(88, 117, 147, 0.38);
  border-radius: var(--fasa-radius-public);
}

.fasa-online-support h2 {
  margin: 0;
  color: var(--fasa-ink);
  font-family: var(--fasa-font-heading);
  font-size: 1rem;
}

.fasa-online-support .fasa-guide-links {
  margin-top: 0.55rem;
}

.fasa-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--fasa-space-3);
  align-items: start;
}

.fasa-info-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}

.fasa-info-card h2 {
  text-align: center;
}

.fasa-info-card p,
.fasa-ref-list li,
.fasa-info-meta li {
  font-size: 0.97rem;
}

.fasa-info-meta {
  display: grid;
  gap: 0.45rem;
  margin: var(--fasa-space-2) 0 0;
  padding: 0;
  list-style: none;
}

.fasa-info-meta li {
  margin: 0;
  padding: 0.45rem 0;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(127, 159, 190, 0.4);
  border-radius: 0;
}

.fasa-info-meta li:first-child {
  border-top: 0;
}

.fasa-info-meta strong {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--fasa-ink);
  font-family: var(--fasa-font-heading);
  font-size: 0.95rem;
}

.fasa-guide-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem 0.7rem;
  margin-top: 1.25rem;
}

.fasa-info-card .fasa-guide-links {
  gap: 0.25rem 0.85rem;
  justify-content: center;
  margin-top: auto;
  padding-top: 0.3rem;
}

.fasa-guide-links a {
  display: inline;
  min-height: 0;
  padding: 0;
  color: var(--fasa-primary-strong);
  font-family: var(--fasa-font-body);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.main-content-wrap > section.fasa-upcoming-schedule,
.main-content-wrap > section.fasa-upcoming-calendar {
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.fasa-guide-links a:hover,
.fasa-guide-links a:focus-visible,
.fasa-upcoming-entry-link:hover,
.fasa-upcoming-entry-link:focus-visible,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
input[type="button"]:focus-visible,
input[type="submit"]:focus-visible,
button:focus-visible {
  opacity: 0.92;
}

.fasa-guide-links a:hover,
.fasa-guide-links a:focus-visible {
  color: #11406a;
  text-decoration-color: currentColor;
}

.fasa-ref-list {
  display: grid;
  gap: 0.7rem;
  margin-top: var(--fasa-space-2);
}

.fasa-ref-list a {
  display: block;
  padding: 0.7rem 0.85rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(127, 159, 190, 0.55);
  border-radius: var(--fasa-radius-public);
  text-decoration: none;
}

.fasa-ref-list a strong {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--fasa-ink);
  font-family: var(--fasa-font-heading);
}

.fees-page-card {
  padding: calc(var(--fasa-space-4) + 0.2rem);
}

.fees-page-header {
  margin-bottom: var(--fasa-space-3);
}

.fees-page-card td,
.fees-page-card th {
  font-size: 0.96rem;
  line-height: 1.45;
}

.fees-table {
  width: 100%;
  min-width: 100%;
  table-layout: fixed;
}

.fees-table td,
.fees-table th {
  padding: 0.45rem 0.6rem;
  font-size: 0.92rem;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
}

.fees-table td:last-child,
.fees-table th:last-child {
  width: 140px;
  text-align: right;
  white-space: nowrap;
}

.fees-subtext {
  display: block;
  margin-top: 0.15rem;
  color: var(--fasa-muted);
  font-size: 0.95em;
  font-weight: 600;
}

.fees-footnote {
  margin-top: var(--fasa-space-3);
  text-align: center;
}

.fasa-upcoming-head,
.fasa-upcoming-schedule,
.fasa-upcoming-calendar {
  padding: calc(var(--fasa-space-3) + 0.24rem);
  margin-bottom: var(--fasa-space-2);
}

.fasa-upcoming-head {
  width: min(100%, 50rem);
  margin-left: auto;
  margin-right: auto;
}

.fasa-upcoming-calendar {
  box-sizing: border-box;
  width: min(100%, 750px);
  margin-left: auto;
  margin-right: auto;
}

.fasa-upcoming-head > h1 {
  font-size: clamp(1.6rem, 2.6vw, 2.05rem);
  letter-spacing: 0.018em;
}

.fasa-upcoming-head > p {
  font-size: 1rem;
  line-height: 1.68;
}

.fasa-upcoming-head .fasa-guide-links {
  margin-top: 1.1rem;
  padding: 0;
}

.fasa-upcoming-head .fasa-guide-links a,
.fasa-upcoming-head .fasa-upcoming-entry-link {
  min-height: 0;
  padding: 0;
  margin: 0;
  color: var(--fasa-accent);
  font-family: var(--fasa-font-body);
  font-size: 0.96rem;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.fasa-upcoming-head .fasa-guide-links a:hover,
.fasa-upcoming-head .fasa-guide-links a:focus-visible,
.fasa-upcoming-head .fasa-upcoming-entry-link:hover,
.fasa-upcoming-head .fasa-upcoming-entry-link:focus-visible {
  color: var(--fasa-accent-2);
  text-decoration-color: var(--fasa-accent-2);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  opacity: 1;
}

.fasa-upcoming-calendar h2 {
  max-width: 32ch;
  margin: 0 auto 0.35rem;
  text-align: center;
  font-size: clamp(1.1rem, 1.8vw, 1.38rem);
  line-height: 1.35;
  letter-spacing: 0.012em;
}

.fasa-upcoming-entry-link,
input[type="button"],
input[type="submit"],
button {
  padding: 0.55rem 0.95rem;
  color: #fff;
  font-family: var(--fasa-font-heading);
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(160deg, #2f80bf 0%, #1f5f97 100%);
  border: 1px solid var(--fasa-border-strong);
  border-radius: var(--fasa-radius-public);
  cursor: pointer;
}

input[type="button"],
input[type="submit"],
button {
  font: inherit;
}

.fasa-upcoming-entry-link:hover,
.fasa-upcoming-entry-link:focus-visible {
  color: #fff;
}

.fasa-upcoming-image-wrap,
.upcoming-schedule-line,
.upcoming-secretary-line {
  text-align: center;
}

.fasa-upcoming-image-wrap,
.upcoming-schedule-line {
  margin-bottom: var(--fasa-space-3);
}

.fasa-upcoming-image-wrap:first-child {
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
  padding: 0.1rem 0.9rem;
  color: var(--fasa-ink-soft);
  font-size: 0.98rem;
}

.upcoming-secretary-line {
  margin-bottom: 0;
}

.fasa-upcoming-image-wrap > a,
.upcoming-schedule-line > a {
  display: inline-block;
  width: min(100%, 750px);
}

.fasa-upcoming-schedule-card {
  box-sizing: border-box;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(31, 95, 151, 0.4);
  border-radius: var(--fasa-radius-sm);
  background: linear-gradient(180deg, #f9fcff 0%, #eef5fb 100%);
  color: var(--fasa-ink);
  text-align: left;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(15, 43, 72, 0.1);
}

.fasa-upcoming-schedule-card__eyebrow,
.fasa-upcoming-schedule-card__title,
.fasa-upcoming-schedule-card__action {
  display: block;
}

.fasa-upcoming-schedule-card__eyebrow {
  margin-bottom: 0.25rem;
  color: var(--fasa-primary-strong);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fasa-upcoming-schedule-card__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.fasa-upcoming-schedule-card__action {
  margin-top: 0.55rem;
  color: var(--fasa-primary);
  font-weight: 700;
}

.fasa-upcoming-schedule-card:hover,
.fasa-upcoming-schedule-card:focus-visible {
  border-color: rgba(31, 95, 151, 0.55);
  color: var(--fasa-ink);
}

.fasa-upcoming-feature {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: start;
}

.fasa-upcoming-feature__content {
  display: grid;
  gap: 0.9rem;
  min-width: 0;
}

.fasa-upcoming-feature__meta {
  display: grid;
  gap: 0.18rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(31, 95, 151, 0.18);
  border-radius: var(--fasa-radius-sm);
  background: linear-gradient(180deg, #fcfeff 0%, #eff6fc 100%);
}

.fasa-upcoming-feature__meta p {
  margin: 0;
  color: var(--fasa-ink);
}

.fasa-upcoming-feature__date {
  font-family: var(--fasa-font-heading);
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--fasa-primary-strong);
}

.fasa-upcoming-feature__highlights {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.42rem;
  color: var(--fasa-ink-soft);
}

.fasa-guide-links--feature {
  justify-content: flex-start;
}

.fasa-upcoming-judging {
  padding: 1rem;
  border: 1px solid rgba(31, 95, 151, 0.18);
  border-radius: var(--fasa-radius-sm);
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
  box-shadow: 0 8px 18px rgba(15, 43, 72, 0.06);
}

.fasa-upcoming-judging h2 {
  margin: 0 0 0.75rem;
  font-size: 1.02rem;
  text-align: left;
}

.fasa-upcoming-judging__wrap {
  overflow-x: auto;
}

.fasa-upcoming-judging__table {
  width: 100%;
  min-width: 540px;
  border-collapse: collapse;
}

.fasa-upcoming-judging__table th,
.fasa-upcoming-judging__table td {
  padding: 0.56rem 0.62rem;
  border: 1px solid rgba(127, 159, 190, 0.58);
  font-size: 0.9rem;
  line-height: 1.35;
  text-align: left;
  vertical-align: top;
}

.fasa-upcoming-judging__table thead th {
  background: linear-gradient(180deg, #e4edf6 0%, #d4e1ee 100%);
  color: var(--fasa-primary-strong);
}

.fasa-upcoming-judging__table tbody th {
  width: 4rem;
  background: #f7fbff;
  color: var(--fasa-primary-strong);
  text-align: center;
}

.fasa-upcoming-poster {
  margin: 0;
  display: grid;
  gap: 0.6rem;
  min-width: 0;
  width: 100%;
  max-width: min(100%, 31.75rem);
  justify-self: center;
}

.fasa-upcoming-poster figcaption {
  margin: 0;
  color: var(--fasa-ink-soft);
  font-size: 0.92rem;
  text-align: center;
}

.upcoming-schedule-image {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(127, 159, 190, 0.65);
  border-radius: var(--fasa-radius-public);
  box-shadow: var(--fasa-shadow-soft);
}

.upcoming-calendar-table {
  width: 100%;
  min-width: 100%;
  table-layout: fixed;
  margin: 0 auto;
}

.upcoming-calendar-table th,
.upcoming-calendar-table td {
  padding: 0.42rem 0.5rem;
  font-size: 0.88rem;
  line-height: 1.3;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}

.upcoming-calendar-table th[colspan="2"] {
  width: 101px;
}

.upcoming-calendar-table th:last-child {
  width: 82px;
}

.upcoming-calendar-scroll-hint {
  display: none;
}

@media (max-width: 600px) {
  .upcoming-calendar-scroll-hint {
    display: block;
    margin: 0.75rem 0 0.25rem;
    color: #284e6d;
    font-weight: 600;
  }

  .fasa-upcoming-calendar-wrap {
    justify-content: flex-start;
    padding-bottom: 0.55rem;
    overscroll-behavior-inline: contain;
    scrollbar-color: #5f8fba #e6eef6;
    scrollbar-width: auto;
    box-shadow: inset -1rem 0 0.9rem -1rem rgba(47, 98, 143, 0.45);
  }

  .fasa-upcoming-calendar-wrap:focus-visible {
    outline: 3px solid #174f7b;
    outline-offset: 3px;
  }

  .fasa-upcoming-calendar-wrap::-webkit-scrollbar {
    height: 10px;
  }

  .fasa-upcoming-calendar-wrap::-webkit-scrollbar-track {
    background: #e6eef6;
  }

  .fasa-upcoming-calendar-wrap::-webkit-scrollbar-thumb {
    border: 2px solid #e6eef6;
    background: #5f8fba;
  }

  .upcoming-calendar-table {
    width: max-content;
    min-width: 36rem;
    table-layout: auto;
  }

  .upcoming-calendar-table th,
  .upcoming-calendar-table td {
    overflow-wrap: normal;
    word-break: normal;
  }
}

.upcoming-highlight {
  font-weight: 600;
  background: #f7fbff;
}

.upcoming-calendar-table .upcoming-highlight {
  padding: 0.32rem 0.4rem;
  text-align: center;
}

.upcoming-highlight-row {
  border-color: var(--fasa-highlight-strong);
  background-color: var(--fasa-highlight-soft);
}

.upcoming-calendar-table .upcoming-highlight-row > td {
  background: #fff2a6;
  color: #1f2933;
  font-weight: 650;
}

/* Upcoming Events conservative cleanup: flatten section shells, keep content intact. */
.fasa-upcoming-page-wrap {
  width: min(100%, 780px);
  box-sizing: border-box;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid rgba(127, 159, 190, 0.42);
  border-radius: 10px;
  background: linear-gradient(145deg, #ffffff 0%, #f1f4f6 100%);
}

.fasa-upcoming-head,
.fasa-upcoming-schedule,
.fasa-upcoming-calendar {
  width: min(100%, 760px);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background: transparent !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.fasa-upcoming-head {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.fasa-upcoming-head > h1 {
  margin-bottom: 0.35rem;
  font-size: clamp(1.55rem, 2.3vw, 1.95rem);
}

.fasa-upcoming-head > p {
  max-width: 50ch;
  margin-bottom: 0.6rem;
  line-height: 1.5;
}

.fasa-upcoming-head .fasa-guide-links {
  gap: 0.45rem 0.8rem;
  margin-top: 0.45rem;
}

.fasa-upcoming-schedule {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.55rem;
  margin-bottom: 1.15rem;
}

.fasa-upcoming-image-wrap,
.upcoming-schedule-line {
  margin: 0;
}

.fasa-upcoming-image-wrap:first-child {
  max-width: 58ch;
  padding: 0;
  font-size: 0.94rem;
  line-height: 1.45;
}

.fasa-upcoming-schedule-card {
  display: grid;
  grid-template-columns: 6.8rem minmax(0, 1fr) auto;
  gap: 0.55rem;
  align-items: center;
  width: min(100%, 720px);
  padding: 0.52rem 0.68rem;
  border-color: rgba(127, 159, 190, 0.58);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: none;
}

.fasa-upcoming-schedule-card__eyebrow,
.fasa-upcoming-schedule-card__title,
.fasa-upcoming-schedule-card__action {
  margin: 0;
}

.fasa-upcoming-schedule-card__eyebrow {
  color: var(--fasa-muted);
  font-size: 0.72rem;
  line-height: 1.2;
}

.fasa-upcoming-schedule-card__title {
  min-width: 0;
  font-size: 0.94rem;
  line-height: 1.25;
}

.fasa-upcoming-schedule-card__action {
  color: var(--fasa-accent);
  font-size: 0.9rem;
  white-space: nowrap;
}

.fasa-upcoming-schedule-card:hover,
.fasa-upcoming-schedule-card:focus-visible {
  background: #ffffff;
  border-color: rgba(31, 95, 151, 0.68);
  box-shadow: 0 0 0 2px rgba(31, 95, 151, 0.12);
}

.fasa-upcoming-feature {
  margin-top: 0.35rem;
}

.fasa-upcoming-poster {
  max-width: min(100%, 26rem);
  gap: 0.42rem;
}

.upcoming-schedule-image {
  border-radius: 0;
  box-shadow: none;
}

.fasa-upcoming-calendar {
  padding: 0.85rem 0;
  background: transparent !important;
  background-image: none !important;
}

.fasa-upcoming-calendar h2 {
  margin-bottom: 0.18rem;
  font-size: clamp(1rem, 1.6vw, 1.28rem);
  line-height: 1.28;
}

.fasa-upcoming-calendar .upcoming-title-wide {
  width: 100%;
  max-width: none;
}

.fasa-upcoming-calendar-wrap {
  padding: 0.55rem 0 0;
}

.upcoming-calendar-table {
  background: #ffffff;
  border: 1px solid rgba(127, 159, 190, 0.65);
}

.upcoming-calendar-table th,
.upcoming-calendar-table td {
  padding: 0.34rem 0.42rem;
}

.fasa-upcoming-calendar > p {
  max-width: 64ch;
  margin: 0.65rem auto 0;
  line-height: 1.45;
  text-align: center;
}

.fasa-upcoming-calendar > .upcoming-secretary-line {
  margin-top: 0.45rem;
  font-weight: 600;
}

.fasa-upcoming-calendar > .upcoming-committee-note {
  max-width: 62ch;
  margin-top: 0.65rem;
  color: var(--fasa-ink-soft);
  font-size: 0.95rem;
}

.fasa-upcoming-calendar > .upcoming-calendar-year {
  margin-top: 1.45rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(127, 159, 190, 0.48);
}

@media (max-width: 620px) {
  .fasa-upcoming-page-wrap {
    width: 100%;
    border-radius: 7px;
  }

  .fasa-upcoming-head,
  .fasa-upcoming-schedule,
  .fasa-upcoming-calendar {
    width: 100%;
  }

  .fasa-upcoming-schedule-card {
    grid-template-columns: 1fr auto;
    gap: 0.18rem 0.55rem;
  }

  .fasa-upcoming-schedule-card__eyebrow {
    grid-column: 1 / -1;
  }

  .fasa-upcoming-schedule-card__title {
    font-size: 0.92rem;
  }
}

.fasa-online-shell {
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.985);
  border: 1px solid rgba(110, 142, 172, 0.48);
  border-radius: calc(var(--fasa-radius-public) + 1px);
  box-shadow: var(--fasa-shadow-panel);
}

body.fasa-online-entries-body .main-content-wrap {
  padding-top: 5px;
}

body.fasa-online-entries-body .fasa-online-guide-page {
  gap: 5px;
}

body.fasa-online-entries-body .fasa-online-guide-page > .fasa-online-shell {
  margin-top: 0;
}

.fasa-online-guide-page > .fasa-online-shell {
  margin-top: 0;
  background: #ffffff;
  border-color: rgba(110, 142, 172, 0.48);
  box-shadow: var(--fasa-shadow-panel);
}

body.fasa-online-entries-body .fasa-online-guide-page > .fasa-online-shell {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

main.main-content-wrap > div.fasa-online-shell:not(.crm-body):not(.page),
main.main-content-wrap > .fasa-online-shell,
.fasa-online-shell {
  padding: 0;
}

.fasa-entries-frame {
  display: block;
  width: 100% !important;
  max-width: 100%;
  border: 0;
  background: transparent;
}

.fasa-pdf-reader-page {
  display: grid;
  gap: var(--fasa-space-3);
}

body.fasa-pdf-reader-body {
  --fasa-pdf-reader-nav-offset: 41px;
  --fasa-pdf-reader-frame-width: min(100vw, 1200px);
  padding-top: var(--fasa-pdf-reader-nav-offset);
}

body.fasa-pdf-reader-body .main-content-wrap {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
}

body.fasa-pdf-reader-body main.main-content-wrap {
  padding-bottom: 0;
}

main.main-content-wrap > section.fasa-pdf-reader-page {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.fasa-pdf-reader-page--loaded {
  gap: 0;
  min-height: calc(100vh - var(--fasa-pdf-reader-nav-offset));
}

.fasa-pdf-reader-hero,
.fasa-pdf-reader-status {
  width: min(100%, 1100px);
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(88, 117, 147, 0.55);
  border-radius: var(--fasa-radius-public);
  box-shadow: var(--fasa-shadow-soft);
}

.fasa-pdf-reader-page--loaded .fasa-pdf-reader-hero,
.fasa-pdf-reader-page--loaded .fasa-pdf-reader-status {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  box-shadow: none;
}

.fasa-pdf-reader-page--loaded .fasa-pdf-reader-actions {
  display: none;
}

.fasa-pdf-reader-frame-shell {
  width: min(100%, 1480px);
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(88, 117, 147, 0.55);
  border-radius: var(--fasa-radius-public);
  box-shadow: var(--fasa-shadow-soft);
}

.fasa-pdf-reader-hero {
  padding: calc(var(--fasa-space-3) + 0.4rem);
  text-align: center;
  background: rgba(255, 255, 255, 0.994);
}

.fasa-pdf-reader-kicker {
  margin-bottom: 0.35rem;
  color: var(--fasa-accent);
  font-family: var(--fasa-font-heading);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fasa-pdf-reader-hero p {
  max-width: 68ch;
  margin-right: auto;
  margin-left: auto;
}

.fasa-pdf-reader-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 0.7rem;
  margin-top: var(--fasa-space-3);
}

.fasa-pdf-reader-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0.45rem 0.8rem;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(180deg, #ffffff 0%, #eaf3fb 100%);
  border: 1px solid rgba(107, 146, 183, 0.8);
  border-radius: 999px;
}

.fasa-pdf-reader-actions a:hover,
.fasa-pdf-reader-actions a:focus-visible {
  text-decoration: underline;
}

.fasa-pdf-reader-status {
  padding: 0.8rem 1rem;
  text-align: center;
  background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
}

.fasa-pdf-reader-status:empty {
  display: none;
}

.fasa-pdf-reader-status--error {
  color: #5b1e1e;
  background: linear-gradient(180deg, #fff9f8 0%, #f8e6e1 100%);
  border-color: rgba(163, 83, 69, 0.62);
}

.fasa-pdf-reader-frame-shell {
  overflow: hidden;
  min-height: clamp(32rem, 78vh, 72rem);
  background: transparent;
}

.fasa-pdf-reader-page--loaded .fasa-pdf-reader-frame-shell {
  width: var(--fasa-pdf-reader-frame-width);
  max-width: 1200px;
  min-height: calc(100vh - var(--fasa-pdf-reader-nav-offset));
  margin-right: auto;
  margin-left: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.fasa-pdf-reader-frame-shell[hidden],
.fasa-pdf-reader-actions[hidden] {
  display: none;
}

.fasa-pdf-reader-frame-shell iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
  min-height: clamp(32rem, 78vh, 72rem);
  border: 0;
  background: transparent;
}

.fasa-pdf-reader-page--loaded .fasa-pdf-reader-frame-shell iframe {
  min-height: calc(100vh - var(--fasa-pdf-reader-nav-offset));
}

.fasa-entries-frame {
  min-height: calc(100vh - 42px);
  height: calc(100vh - 42px);
  overflow-y: auto;
  overflow-x: hidden;
  background: transparent;
}

body.fasa-online-entries-body .fasa-entries-frame {
  background: transparent !important;
}

.fasa-online-fallback {
  padding: 0.85rem 1rem;
  text-align: center;
  background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
  border-top: 1px solid var(--fasa-border);
}

.fasa-online-fallback a {
  font-weight: 600;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  width: min(100%, 320px);
  padding: 0.55rem 0.65rem;
  color: var(--fasa-ink);
  font: inherit;
  background: #fff;
  border: 1px solid var(--fasa-border);
  border-radius: var(--fasa-radius-public);
}

.main-content-wrap form.fasa-text-center {
  display: grid;
  justify-items: center;
}

.main-content-wrap form.fasa-text-center p {
  width: min(100%, 24rem);
}

.main-content-wrap form.fasa-text-center input[type="text"],
.main-content-wrap form.fasa-text-center input[type="password"] {
  width: min(100%, 15rem);
  max-width: 100%;
}

@media (max-width: 750px), (max-width: 950px) and (max-height: 500px) {
  body.fasa-pdf-reader-body {
    --fasa-pdf-reader-nav-offset: var(--fasa-nav-mobile-height);
  }

  body.fasa-pdf-reader-body .main-content-wrap,
  body.fasa-pdf-reader-body main.main-content-wrap {
    padding-bottom: 0;
  }

  .fasa-pdf-reader-page--loaded .fasa-pdf-reader-frame-shell {
    border: 0;
    border-radius: 0;
  }

  main.main-content-wrap {
    padding-bottom: 1.6rem;
  }

  .main-content-wrap > section.home-hero {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
  }

  .main-content-wrap > section.home-hero > div:last-child {
    width: 100%;
  }

  .home-grid,
  .home-bottom-grid,
  .fasa-info-grid {
    grid-template-columns: 1fr;
  }

  .home-sponsor-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-col {
    grid-column: auto;
  }

  .fasa-breeders-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fasa-upcoming-feature {
    grid-template-columns: 1fr;
  }

  .fasa-upcoming-poster {
    max-width: 20rem;
  }

  .fasa-guide-links a {
    width: auto;
    max-width: 100%;
  }

  th,
  td {
    padding: 0.6rem 0.65rem;
  }

}

@media (max-width: 425px) {
  body,
  body.fasa-shell,
  body.fasa-site {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    background-attachment: scroll, scroll;
  }

  .main-content-wrap > section,
  .main-content-wrap > div:not(.crm-body):not(.page),
  .main-content-wrap > article,
  .main-content-wrap > form,
  .fasa-section,
  .fasa-links-page,
  .fees-page-card,
  .fasa-upcoming-head,
  .fasa-upcoming-schedule,
  .fasa-upcoming-calendar {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .contacts-page-shell,
  .fasa-directory-intro {
    margin-left: 0;
    margin-right: 0;
  }

  .contacts-page-shell {
    padding-left: 0;
    padding-right: 0;
  }

  .fasa-directory-intro {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .home-logo-frame {
    min-height: 160px;
  }

  .main-content-wrap > section.home-hero {
    padding: 1rem 0.9rem;
  }

  .home-hero h1 {
    overflow-wrap: anywhere;
  }

  .home-hero h1:first-of-type {
    font-size: clamp(1.75rem, 8vw, 2rem);
  }

  .home-hero h1 + h1 {
    margin-top: -0.2rem;
    font-size: clamp(1.05rem, 5.5vw, 1.2rem);
    letter-spacing: 0.025em;
  }

  .home-hero > div:last-child p {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .home-hero > div:last-child p:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
  }

  .fasa-breeders-grid,
  .fasa-links-grid {
    grid-template-columns: 1fr;
  }

  .fasa-upcoming-feature {
    grid-template-columns: 1fr;
  }

  .fasa-upcoming-feature__content,
  .fasa-upcoming-poster {
    gap: 0.8rem;
  }

  .fasa-upcoming-judging {
    padding: 0.85rem;
  }

  .fasa-upcoming-judging__table th,
  .fasa-upcoming-judging__table td {
    padding: 0.5rem 0.52rem;
    font-size: 0.84rem;
  }

  .fasa-entries-frame {
    min-height: 660px;
  }

  .fasa-guide-links {
    flex-direction: column;
    align-items: center;
  }

  .fasa-guide-links a {
    width: min(100%, 24rem);
  }

  .fasa-online-guide-hero > h1 {
    font-size: clamp(1.75rem, 7vw, 2.1rem);
  }

  .fasa-online-guide-hero p,
  .fasa-guide-callout p {
    font-size: 1.08rem;
  }

  input[type="text"],
  input[type="password"],
  input[type="email"],
  select,
  textarea {
    width: 100%;
  }
}

/* 2026-08-15 visual refresh: public pages except online entries. */
body.fasa-shell {
  background:
    radial-gradient(circle at top, rgba(200, 223, 242, 0.92), rgba(200, 223, 242, 0) 36%),
    linear-gradient(180deg, #f5f9fd 0%, #edf4fb 42%, #e7eff7 100%);
}

.main-content-wrap {
  width: min(960px, calc(100vw - 2rem));
  margin: 0 auto 2.5rem;
}

.main-content-wrap > section.home-hero,
.fasa-section,
.fasa-links-page,
.fees-page-card,
.fasa-upcoming-head,
.fasa-upcoming-schedule,
.fasa-upcoming-calendar,
.fasa-directory-intro,
.contacts-page-shell {
  border-radius: 24px;
  border: 1px solid rgba(91, 132, 167, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(242, 248, 253, 0.96));
  box-shadow: 0 20px 45px rgba(13, 44, 74, 0.08);
}

.main-content-wrap > section.home-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  border-color: rgba(64, 106, 145, 0.26);
  background:
    linear-gradient(135deg, rgba(10, 55, 95, 0.96), rgba(31, 93, 142, 0.86)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
  box-shadow: 0 30px 60px rgba(10, 43, 74, 0.18);
}

.main-content-wrap > section.home-hero::before {
  content: "";
  position: absolute;
  inset: auto -4rem -5rem auto;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.home-hero h1,
.home-hero p,
.home-hero a {
  position: relative;
  color: #f8fbff;
}

.home-hero h1:first-of-type {
  font-size: clamp(2.2rem, 4.6vw, 3.7rem);
  letter-spacing: -0.03em;
}

.home-hero h1 + h1 {
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(235, 245, 255, 0.86);
}

.home-hero > div:last-child p:first-of-type {
  max-width: 42rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(244, 249, 255, 0.92);
}

.home-hero > div:last-child p:last-child a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12rem;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.home-hero > div:last-child p:last-child a:hover,
.home-hero > div:last-child p:last-child a:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.22);
}

.home-grid,
.home-bottom-grid,
.fasa-links-grid,
.fasa-breeders-grid {
  gap: 1.25rem;
}

.home-card,
.home-link-card,
.fasa-link-card,
.fasa-breeders-grid > li,
.fees-card,
.fasa-links-page .card,
.contacts-page-shell .table-responsive,
.fasa-directory-card,
.fasa-upcoming-schedule-card,
.fasa-upcoming-poster,
.fasa-upcoming-judging,
.fasa-upcoming-calendar-card {
  border-radius: 20px;
  border: 1px solid rgba(108, 144, 176, 0.18);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 38px rgba(13, 44, 74, 0.08);
}

.home-card,
.home-link-card,
.fasa-link-card,
.fees-card,
.fasa-directory-card {
  padding: 1.2rem 1.25rem;
}

.home-card h2,
.home-link-card h2,
.fasa-link-card h2,
.fasa-section h1,
.fasa-section h2,
.fees-card h2,
.fasa-upcoming-head h1,
.fasa-upcoming-schedule h2,
.fasa-upcoming-calendar h2 {
  color: #123d67;
  letter-spacing: -0.02em;
}

.home-card p,
.home-link-card p,
.fasa-link-card p,
.fees-card p,
.fasa-upcoming-head p,
.fasa-upcoming-schedule p,
.fasa-upcoming-calendar p {
  color: #33516c;
  line-height: 1.7;
}

.home-card a,
.home-link-card a,
.fasa-link-card a,
.fasa-upcoming-head a,
.fasa-upcoming-schedule a,
.fasa-upcoming-calendar a {
  font-weight: 700;
}

.fasa-upcoming-page-wrap {
  gap: 1.35rem;
}

.fasa-upcoming-head {
  padding: clamp(1.4rem, 2.6vw, 2rem);
  background:
    radial-gradient(circle at top right, rgba(177, 205, 232, 0.42), rgba(177, 205, 232, 0) 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(239, 246, 252, 0.98));
}

.fasa-upcoming-head .fasa-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.7rem;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(17, 66, 108, 0.08);
  color: #0f4a78;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.fasa-upcoming-schedule,
.fasa-upcoming-calendar {
  padding: clamp(1.1rem, 2.5vw, 1.7rem);
}

.fasa-upcoming-schedule-card,
.fasa-upcoming-calendar-card {
  padding: 1rem 1.05rem;
}

.fasa-upcoming-schedule-card h3,
.fasa-upcoming-feature__content h2,
.fasa-upcoming-calendar-card h3,
.fasa-upcoming-poster h3 {
  color: #114268;
}

.fasa-upcoming-feature {
  align-items: stretch;
  gap: 1rem;
}

.fasa-upcoming-feature__content {
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(245, 250, 255, 0.96), rgba(233, 243, 252, 0.94));
  border: 1px solid rgba(119, 154, 185, 0.18);
}

.fasa-upcoming-poster {
  justify-content: space-between;
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 247, 252, 0.98));
}


.fasa-upcoming-judging {
  padding: 1rem;
  background: linear-gradient(180deg, rgba(245, 249, 253, 0.98), rgba(255, 255, 255, 0.98));
}

.fasa-upcoming-judging__table th {
  background: #d9e8f5;
  color: #113e66;
}

.fasa-upcoming-calendar-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(244, 248, 252, 0.99));
}

.fasa-upcoming-calendar-card li + li,
.fasa-upcoming-schedule-card li + li,
.home-card li + li,
.home-link-card li + li {
  margin-top: 0.45rem;
}

@media (max-width: 760px) {
  .main-content-wrap {
    width: min(100vw - 0.8rem, 960px);
  }

  .main-content-wrap > section.home-hero,
  .fasa-section,
  .fasa-links-page,
  .fees-page-card,
  .fasa-upcoming-head,
  .fasa-upcoming-schedule,
  .fasa-upcoming-calendar,
  .fasa-directory-intro,
  .contacts-page-shell {
    border-radius: 18px;
  }

  .home-card,
  .home-link-card,
  .fasa-link-card,
  .fasa-breeders-grid > li,
  .fees-card,
  .fasa-links-page .card,
  .contacts-page-shell .table-responsive,
  .fasa-directory-card,
  .fasa-upcoming-schedule-card,
  .fasa-upcoming-poster,
  .fasa-upcoming-judging,
  .fasa-upcoming-calendar-card {
    border-radius: 16px;
  }
}

/* 2026-08-15 stripped-back correction. */
body.fasa-shell {
  background-color: #d9e6f2;
  background-image: url("../../images/cat-shadows-blue-silver-bottom.png?v=20260821-background-light");
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

@media (max-width: 425px) {
  body.fasa-shell {
    background-attachment: scroll;
  }
}

.main-content-wrap {
  margin-bottom: 1.4rem;
}

.main-content-wrap > section.home-hero,
.fasa-section,
.fasa-links-page,
.fees-page-card,
.fasa-upcoming-head,
.fasa-upcoming-schedule,
.fasa-upcoming-calendar,
.fasa-directory-intro,
.contacts-page-shell,
.home-card,
.home-link-card,
.fasa-link-card,
.fasa-breeders-grid > li,
.fees-card,
.fasa-links-page .card,
.contacts-page-shell .table-responsive,
.fasa-directory-card,
.fasa-upcoming-schedule-card,
.fasa-upcoming-poster,
.fasa-upcoming-judging,
.fasa-upcoming-calendar-card,
.fasa-upcoming-feature__content {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.main-content-wrap > section.home-hero {
  padding: 1rem 1.1rem;
  background-color: #2f628f;
  background-image:
    linear-gradient(90deg, rgba(17, 61, 99, 0.3), rgba(17, 61, 99, 0.5)),
    url("../../images/south-australia-cats-natural-hero-banner.png");
  background-position: center;
  background-size: cover;
}

.main-content-wrap > section.home-hero::before,
.fasa-upcoming-head .fasa-kicker {
  display: none;
}

.home-hero h1:first-of-type {
  font-size: clamp(1.7rem, 2.7vw, 2.2rem);
}

.home-hero > div:last-child p:first-of-type,
.home-card p,
.home-link-card p,
.fasa-link-card p,
.fees-card p,
.fasa-upcoming-head p,
.fasa-upcoming-schedule p,
.fasa-upcoming-calendar p {
  line-height: 1.45;
}

.home-hero > div:last-child p:last-child a {
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  text-decoration: underline;
}

.home-hero .fasa-text-center {
  text-align: left;
}

.home-hero .fasa-text-center a[href^="mailto:"] {
  white-space: nowrap;
}

.home-grid,
.home-bottom-grid,
.fasa-links-grid,
.fasa-breeders-grid,
.fasa-upcoming-page-wrap {
  gap: 0.7rem;
}

.home-panel,
.home-docs,
.home-forms,
.home-bank {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.home-card,
.home-link-card,
.fasa-link-card,
.fees-card,
.fasa-directory-card,
.fasa-upcoming-schedule-card,
.fasa-upcoming-calendar-card,
.fasa-upcoming-poster,
.fasa-upcoming-judging,
.fasa-upcoming-feature__content {
  padding: 0.75rem 0.85rem;
}

@media (max-width: 900px) {
  .home-hero .fasa-text-center + .fasa-text-center {
    flex-wrap: wrap;
  }
}

.fasa-upcoming-head,
.fasa-upcoming-schedule,
.fasa-upcoming-calendar {
  padding: 0.85rem;
  background: #edf3f8;
}

.fasa-upcoming-poster img {
  border-radius: 0;
  box-shadow: none;
}

/* 2026-08-15 committee intro width correction. */
.fasa-directory-intro {
  justify-items: stretch;
}

.fasa-directory-intro h1,
.fasa-directory-intro h2,
.fasa-directory-intro p {
  text-align: center;
}

.fasa-directory-intro p {
  max-width: none;
}

.fasa-directory-intro .fasa-guide-links {
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0.45rem 1rem;
  width: 100%;
}

.fasa-directory-intro .fasa-guide-links a {
  white-space: nowrap;
}

@media (max-width: 900px) {
  .fasa-directory-intro .fasa-guide-links {
    flex-wrap: wrap;
  }

  .fasa-directory-intro .fasa-guide-links a {
    white-space: normal;
  }
}

/* 2026-08-16 homepage screenshot refinement. */
.home-logo-frame img {
  width: min(100%, 190px);
}

.home-panel,
.home-docs,
.home-forms,
.home-bank {
  gap: 0.45rem;
  padding: 1rem;
}

.home-panel > h2,
.home-panel > h3,
.home-docs > h2,
.home-forms > h2,
.home-bank > h2 {
  margin-bottom: 0.4rem;
}

@media (min-width: 751px) {
  .home-col:last-child .home-panel:last-child .home-group-list {
    width: 100%;
    columns: 2;
    column-gap: 2rem;
    padding-left: 1.3rem;
  }

  .home-col:last-child .home-panel:last-child .home-group-list li {
    break-inside: avoid;
  }

  .home-col:last-child .home-panel:last-child figure {
    margin-top: 0.35rem;
  }
}

@media (max-width: 750px) {
  main.main-content-wrap {
    width: 100%;
  }

  .main-content-wrap > section.home-hero {
    gap: 0.75rem;
    padding: 0.85rem;
    background-position: 72% center;
  }

  .home-logo-frame {
    min-height: 0;
    padding: 0.65rem;
  }

  .home-logo-frame img {
    width: min(46vw, 160px);
  }

  .home-hero h1:first-of-type {
    font-size: clamp(1.55rem, 7vw, 1.85rem);
    line-height: 1.12;
  }

  .home-hero > div:last-child p {
    line-height: 1.45;
  }

  .home-hero > div:last-child p:last-child {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
    gap: 0.2rem 0.35rem;
  }

  .home-grid {
    display: flex;
    flex-direction: column;
  }

  .home-col {
    display: contents;
  }

  .home-col:first-child .home-story {
    order: 1;
  }

  .home-col:last-child .home-show {
    order: 2;
  }

  .home-col:first-child .home-panel:nth-child(2) {
    order: 3;
  }

  .home-col:last-child .home-panel:nth-child(2) {
    order: 4;
  }

  .home-col:first-child .home-sponsors-panel {
    order: 5;
  }

  .home-col:last-child .home-panel:last-child {
    order: 6;
  }

  .home-panel,
  .home-docs,
  .home-forms,
  .home-bank {
    padding: 0.85rem;
  }

  .home-story,
  .home-show,
  .home-affiliation-wrap,
  .home-docs,
  .home-forms {
    text-align: left;
  }

  .home-story h2,
  .home-show h2,
  .home-docs h2,
  .home-forms h2 {
    text-align: center;
  }

  .home-story .fasa-text-center,
  .home-show .fasa-text-center {
    text-align: left;
  }

  .home-sponsor-logos a {
    min-height: 5.5rem;
    padding: 0.6rem;
  }
}

/* 2026-08-16 screenshot-led responsive refinement. */
@media (max-width: 600px) {
  .fasa-breeders-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.6rem;
  }

  .fasa-breeders-grid > article {
    min-height: 0;
    padding: 0.85rem;
  }

  .fasa-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .fasa-link-card {
    min-height: 0;
    padding: 0.6rem;
  }

  .fasa-link-card img {
    max-height: 4.75rem;
    object-fit: contain;
  }

  .fasa-link-card span {
    font-size: 0.84rem;
    line-height: 1.25;
  }

  .fasa-links-about,
  .fasa-directory-intro {
    padding: 0.75rem 0.85rem;
  }

  .fasa-links-about p,
  .fasa-directory-intro p {
    line-height: 1.45;
    text-align: left;
  }

  .contacts-page-shell .table-responsive {
    padding-bottom: 0.25rem;
    scrollbar-color: #5f8fba #e6eef6;
    scrollbar-width: auto;
    box-shadow: inset -8px 0 0 rgba(47, 98, 143, 0.08) !important;
  }

  .contacts-page-shell .table-responsive::-webkit-scrollbar {
    height: 10px;
  }

  .contacts-page-shell .table-responsive::-webkit-scrollbar-track {
    background: #e6eef6;
  }

  .contacts-page-shell .table-responsive::-webkit-scrollbar-thumb {
    border: 2px solid #e6eef6;
    background: #5f8fba;
  }
}

/* Upcoming Events: cat-club header and large silver animated cards. */
.fasa-upcoming-page-wrap {
  padding: 0;
  background-color: #edf3f7;
  background-image:
    linear-gradient(rgba(241, 249, 255, 0.46), rgba(241, 249, 255, 0.46)),
    url("../../images/silver-card-soft-satin.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fasa-upcoming-head {
  min-height: 18rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(3, 25, 60, 0.72), rgba(9, 45, 91, 0.42) 50%, rgba(3, 25, 60, 0.72)),
    url("../../images/upcoming-events-cat-club-lineup-banner.png") center 58% / cover no-repeat !important;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0, 17, 42, 0.82);
}

.fasa-upcoming-head h1,
.fasa-upcoming-head p {
  color: #ffffff;
}

.fasa-upcoming-head .fasa-guide-links a {
  color: #ffffff;
  background: transparent;
  border-color: rgba(218, 237, 252, 0.62);
  text-shadow: none;
}

.fasa-upcoming-calendar {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #edf3f7 !important;
  background-image:
    linear-gradient(rgba(241, 249, 255, 0.46), rgba(241, 249, 255, 0.46)),
    url("../../images/silver-card-soft-satin.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fasa-upcoming-schedule,
.fasa-upcoming-calendar {
  background: transparent !important;
}

.fasa-upcoming-schedule {
  border: 0 !important;
}

.fasa-upcoming-schedule::before,
.fasa-upcoming-calendar::before {
  display: none;
}

.fasa-upcoming-calendar {
  border: 0 !important;
}

.fasa-upcoming-schedule::before,
.fasa-upcoming-calendar::before {
  position: absolute;
  z-index: 0;
  inset: -48%;
  content: "";
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.68), rgba(186, 218, 241, 0.22) 38%, transparent 66%),
    url("../../images/silver-card-soft-satin.png") center / cover no-repeat;
  transform: rotate(0deg) scale(1.12);
  transform-origin: center;
  transition: opacity 3s ease-out;
}

.fasa-upcoming-schedule > *,
.fasa-upcoming-calendar > * {
  position: relative;
  z-index: 1;
}

.fasa-upcoming-schedule:hover::before,
.fasa-upcoming-schedule:focus-within::before,
.fasa-upcoming-calendar:hover::before,
.fasa-upcoming-calendar:focus-within::before {
  opacity: 0.72;
  animation: home-card-silver-swirl 6s linear infinite;
  transition-duration: 0.8s;
}

@media (prefers-reduced-motion: reduce) {
  .fasa-upcoming-schedule::before,
  .fasa-upcoming-calendar::before {
    animation: none !important;
    transform: scale(1.2);
  }
}

@media (max-width: 360px) {
  .fasa-links-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* 2026-08-17 shared public/results surface consistency. */
main.main-content-wrap > :is(section, article, form, div:not(.crm-body):not(.page)),
.home-panel,
.fasa-report-shell,
.fasa-results-reader-cues > section,
.fasa-guide-links {
  border-color: var(--fasa-border) !important;
  border-radius: var(--fasa-radius-sm) !important;
  box-shadow: none !important;
}

.fasa-report-shell > :is(.fasa-report-shell-head, .fasa-report-fallback),
.fasa-results-reader-cues > section {
  border-radius: 0 !important;
}

@media (max-width: 520px) {
  .fasa-online-entries-body .fasa-nav,
  .fasa-online-entries-body main.main-content-wrap {
    width: 100%;
    min-width: 0;
    margin-inline: 0;
  }

  .fasa-online-entries-body .fasa-nav .navbar-toggler {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }
}
