:root {
  --snf-nav-red: #BC0C1C;
  --snf-nav-gold: #dba17e;
}

/* Suppress Neve/FSE navigation UI completely. The plugin supplies the visible trigger. */
body.snf-nav-active header .wp-block-navigation,
body.snf-nav-active .wp-site-blocks > header .wp-block-navigation,
body.snf-nav-active .wp-block-template-part .wp-block-navigation {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.snf-menu-trigger {
  position: fixed;
  z-index: 99998;
  top: 24px;
  right: clamp(18px, 4vw, 42px);
  width: 46px;
  height: 40px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

body.snf-trigger-mounted .snf-menu-trigger {
  position: relative;
  top: auto;
  right: auto;
  margin-left: auto;
  flex: 0 0 auto;
}

body.snf-drawer-open .snf-menu-trigger { opacity: 0; pointer-events: none; }
.admin-bar:not(.snf-trigger-mounted) .snf-menu-trigger { top: 56px; }

.snf-menu-trigger__bar {
  display: block;
  width: 34px;
  height: 4px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,.16);
}

.snf-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 99996;
  background: rgba(0,0,0,.34);
  opacity: 0;
  transition: opacity .22s ease;
}
body.snf-drawer-open .snf-drawer-backdrop { opacity: 1; }

.snf-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(82vw, 330px);
  z-index: 99997;
  transform: translateX(103%);
  transition: transform .24s cubic-bezier(.2,.8,.2,1);
  pointer-events: none;
}
.admin-bar .snf-drawer { top: 46px; }
@media (min-width: 783px) { .admin-bar .snf-drawer { top: 32px; } }
body.snf-drawer-open .snf-drawer { transform: translateX(0); pointer-events: auto; }

.snf-drawer__inner {
  position: relative;
  height: 100%;
  background: #BC0C1C;
  color: #fff;
  border-left: 3px solid var(--snf-drawer-gold, var(--snf-nav-gold));
  box-shadow: -20px 0 36px rgba(0,0,0,.24);
  padding: 18px 22px 28px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}


.snf-drawer__top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0 18px;
}

.snf-drawer__close {
  position: relative;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.snf-drawer__close:focus { outline: none; box-shadow: none; }
.snf-drawer__close:focus-visible { outline: 2px solid rgba(255,255,255,.45); outline-offset: 4px; border-radius: 6px; }
.snf-drawer__close span {
  position: absolute;
  left: 4px;
  top: 13px;
  width: 22px;
  height: 4px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,.16);
}
.snf-drawer__close span:first-child { transform: rotate(45deg); }
.snf-drawer__close span:last-child { transform: rotate(-45deg); }

.snf-drawer__member-card {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 12px 13px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 17px;
  background: rgba(255,255,255,.09);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.snf-member-card-link { display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; }
.snf-drawer-avatar {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.65);
  flex: 0 0 auto;
}
.snf-member-card-text, .snf-member-card-guest { display: flex; flex-direction: column; gap: 2px; }
.snf-member-card-text strong, .snf-member-card-guest strong { font-size: 15px; line-height: 1.15; }
.snf-member-card-text span, .snf-member-card-guest span { font-size: 12.5px; color: rgba(255,255,255,.78); }

.snf-drawer__auth-links { display: flex; gap: 9px; margin-top: 12px; }
.snf-drawer__auth-links a {
  flex: 1;
  text-align: center;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}

.snf-drawer-menu,
.snf-drawer-submenu { list-style: none; margin: 0; padding: 0; }
.snf-drawer-section { margin: 0 0 15px; }
.snf-drawer-section-title {
  display: block;
  margin: 0 0 5px;
  color: var(--snf-drawer-gold, var(--snf-nav-gold));
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.snf-drawer-item { margin: 0; }
.snf-drawer-link {
  display: block;
  padding: 6px 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.18;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: .005em;
}
.snf-drawer-link:hover,
.snf-drawer-link:focus { color: var(--snf-drawer-gold, var(--snf-nav-gold)); outline: none; }

.snf-drawer-item--current > .snf-drawer-link {
  color: var(--snf-drawer-gold, var(--snf-nav-gold));
}
.snf-drawer-item--current > .snf-drawer-link::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--snf-drawer-gold, var(--snf-nav-gold));
  vertical-align: middle;
  transform: translateY(-1px);
}

.snf-drawer-empty {
  padding: 13px;
  border-radius: 14px;
  background: rgba(255,255,255,.1);
  font-size: 13px;
  line-height: 1.4;
}
body.snf-drawer-open { overflow: hidden; }

@media (max-width: 600px) {
  .snf-menu-trigger { top: 20px; right: 22px; width: 44px; height: 40px; }
  .snf-menu-trigger__bar { width: 32px; height: 4px; }
  .snf-drawer { width: min(82vw, 324px); }
  .snf-drawer__inner { padding: 17px 22px 28px; }
  .snf-drawer__top { margin-top: 6px; margin-bottom: 17px; }
  .snf-drawer-link { font-size: 16px; padding: 6px 0; }
  .snf-drawer-section { margin-bottom: 15px; }
}

/* v1.0.7: Render the exact Member Hub jersey component and scale it from its own center.
   No clipping/nudging wrapper, because that can make the jersey look off-center inside the circle. */
.snf-nav-jersey-frame {
  width: 62px;
  height: 62px;
  min-width: 62px;
  flex: 0 0 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
  border-radius: 999px;
  background: transparent;
}
.snf-nav-jersey-frame .snf-nav-jersey-inner {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 104px !important;
  height: 104px !important;
  min-width: 104px !important;
  max-width: none !important;
  transform: scale(.596) !important;
  transform-origin: center center !important;
  border-radius: 999px !important;
  margin: 0 !important;
}
.snf-nav-avatar-fallback {
  width: 58px;
  height: 58px;
  min-width: 58px;
  flex: 0 0 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.65);
  color: #fff;
  font-weight: 900;
  letter-spacing: -.04em;
  background: rgba(0,0,0,.18);
}
.snf-member-card-link { gap: 11px; }


/* Hide WP admin bar on the front-end for a cleaner app-like experience. */
html:has(body.snf-nav-active) { margin-top: 0 !important; }
body.snf-nav-active #wpadminbar { display: none !important; }

.snf-drawer__account-actions {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.snf-drawer__utility-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .03em;
  line-height: 1;
  background: rgba(255,255,255,.07);
}
.snf-drawer__utility-link:hover,
.snf-drawer__utility-link:focus {
  color: #fff;
  border-color: rgba(255,255,255,.42);
  background: rgba(255,255,255,.12);
  outline: none;
}
.snf-drawer__utility-link--admin::before {
  content: "⚙";
  font-size: 12px;
  line-height: 1;
  margin-right: 6px;
  color: var(--snf-drawer-gold, var(--snf-nav-gold));
}

/* v1.0.8: Native WP menu icon support. Icons are gold and inherit active/hover states cleanly. */
.snf-drawer-link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.snf-drawer-icon {
  width: 19px;
  height: 19px;
  min-width: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--snf-drawer-gold, var(--snf-nav-gold));
  transform: translateY(-.5px);
}
.snf-drawer-icon svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.snf-drawer-icon--facebook svg,
.snf-drawer-icon--x-twitter svg {
  fill: currentColor;
  stroke: none;
}
.snf-drawer-icon--youtube svg,
.snf-drawer-icon--discord svg {
  fill: none;
  stroke: currentColor;
}
.snf-drawer-link-text { display: inline-block; }
.snf-drawer-item--current > .snf-drawer-link::before { display: none; content: none; }
.snf-drawer-item--current > .snf-drawer-link {
  color: var(--snf-drawer-gold, var(--snf-nav-gold));
}
.snf-drawer-item--current > .snf-drawer-link .snf-drawer-icon {
  color: var(--snf-drawer-gold, var(--snf-nav-gold));
}

/* v1.1.3: SNF Experience charity / giving page component */
.snf-charity {
  --snf-exp-red: #b40018;
  --snf-exp-red-dark: #970014;
  --snf-exp-gold: #dba17e;
  --snf-exp-cream: #fff7ea;
  --snf-exp-ink: #221516;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 36px) 16px 48px;
  color: var(--snf-exp-ink);
}
.snf-charity * { box-sizing: border-box; }
.snf-charity-hero {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: clamp(22px, 4vw, 42px);
  color: #fff;
  background: linear-gradient(135deg, var(--snf-exp-red) 0%, var(--snf-exp-red-dark) 100%);
  box-shadow: 0 14px 32px rgba(0,0,0,.14);
  border: 1px solid rgba(219,161,126,.55);
}
.snf-charity-hero:before {
  content: "";
  position: absolute;
  top: -18%;
  right: -18%;
  bottom: -24%;
  width: min(62%, 430px);
  background-image: var(--snf-charity-logo);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  opacity: .105;
  filter: grayscale(1) brightness(2.25);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 16%, #000 58%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 16%, #000 58%, transparent 100%);
  pointer-events: none;
}
.snf-charity-hero:after {
  content: none;
}
.snf-charity-kicker {
  position: relative;
  z-index: 1;
  color: var(--snf-exp-gold);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 950;
  font-size: 12px;
  margin-bottom: 8px;
}
.snf-charity-hero h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(32px, 6vw, 58px);
  line-height: .95;
  letter-spacing: -.045em;
  font-weight: 950;
}
.snf-charity-hero p {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: clamp(16px, 2.2vw, 20px);
  line-height: 1.38;
  font-weight: 650;
}
.snf-charity-hero-stat {
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 13px 18px;
  min-width: 205px;
  border-radius: 18px;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.snf-charity-hero-stat span {
  color: #fff;
  font-size: clamp(32px, 4.5vw, 46px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
}
.snf-charity-hero-stat strong {
  margin-top: 5px;
  color: var(--snf-exp-gold);
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.snf-charity-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 32px;
}
.snf-charity-stat-card {
  min-height: 104px;
  border-radius: 18px;
  padding: 16px 15px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.snf-charity-stat-card strong {
  color: var(--snf-exp-red);
  font-size: clamp(25px, 3.5vw, 40px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
}
.snf-charity-stat-card span {
  margin-top: 8px;
  color: rgba(34,21,22,.72);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}
.snf-charity-section-heading {
  margin: 24px 0 13px;
}
.snf-charity-section-heading span {
  color: var(--snf-exp-gold);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 950;
}
.snf-charity-section-heading h2 {
  margin: 4px 0 0;
  color: var(--snf-exp-ink);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.035em;
}
.snf-charity-timeline {
  display: grid;
  gap: 13px;
}
.snf-charity-year-card {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  align-items: stretch;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 26px rgba(0,0,0,.07);
}
.snf-charity-year {
  border-radius: 16px;
  background: linear-gradient(180deg, var(--snf-exp-red), var(--snf-exp-red-dark));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
  border: 1px solid rgba(219,161,126,.55);
}
.snf-charity-year-items { display: grid; gap: 9px; }
.snf-charity-entry {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: start;
  padding: 12px 13px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
}
.snf-charity-entry h3 {
  margin: 0;
  color: var(--snf-exp-ink);
  font-size: 16px;
  line-height: 1.16;
  font-weight: 950;
  letter-spacing: -.02em;
}
.snf-charity-beneficiary {
  margin-top: 3px;
  color: var(--snf-exp-red);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.snf-charity-description {
  margin-top: 6px;
  color: rgba(34,21,22,.72);
  font-size: 13.5px;
  line-height: 1.35;
  font-weight: 550;
}
.snf-charity-description p { margin: 0 0 8px; }
.snf-charity-description p:last-child { margin-bottom: 0; }
.snf-charity-entry-metrics {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  min-width: 96px;
}
.snf-charity-entry-metrics span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #f7e8df;
  color: #8f101c;
  border: 1px solid #dba17e;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  white-space: nowrap;
}
@media (max-width: 760px) {
  .snf-charity { padding-left: 12px; padding-right: 12px; }
  .snf-charity-hero { border-radius: 22px; }
  .snf-charity-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .snf-charity-year-card { grid-template-columns: 1fr; }
  .snf-charity-year { min-height: 52px; justify-content: flex-start; padding-left: 18px; }
  .snf-charity-entry { grid-template-columns: 1fr; }
  .snf-charity-entry-metrics { align-items: flex-start; flex-direction: row; flex-wrap: wrap; min-width: 0; }
}
@media (max-width: 430px) {
  .snf-charity-stats { gap: 10px; }
  .snf-charity-stat-card { min-height: 118px; padding: 13px 12px; }
  .snf-charity-stat-card span { font-size: 11px; }
}

@media (max-width: 430px) {
  .snf-charity-hero { padding: 22px 22px 24px; }
  .snf-charity-hero p { font-size: 15.5px; }
  .snf-charity-hero-stat { margin-top: 18px; }
}

/* v1.1.4: Mobile-only charity hero watermark correction.
   Desktop placement remains unchanged. On mobile the logo is intentionally
   oversized and pushed off-canvas so it feels like a cropped watermark,
   not a fully visible badge. */
@media (max-width: 760px) {
  .snf-charity-hero:before {
    top: -34%;
    right: -68%;
    bottom: -36%;
    width: 122%;
    opacity: .075;
    background-size: contain;
    background-position: center right;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 13%, #000 54%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 13%, #000 54%, transparent 100%);
  }
}
@media (max-width: 430px) {
  .snf-charity-hero:before {
    top: -40%;
    right: -78%;
    bottom: -44%;
    width: 145%;
    opacity: .07;
  }
}

/* v1.1.6: SNF Experience locations page component */
.snf-locations {
  --snf-exp-red: #b40018;
  --snf-exp-red-dark: #970014;
  --snf-exp-gold: #dba17e;
  --snf-exp-ink: #221516;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 36px) 16px 48px;
  color: var(--snf-exp-ink);
}
.snf-locations * { box-sizing: border-box; }
.snf-locations-hero {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: clamp(22px, 4vw, 42px);
  color: #fff;
  background: linear-gradient(135deg, var(--snf-exp-red) 0%, var(--snf-exp-red-dark) 100%);
  box-shadow: 0 14px 32px rgba(0,0,0,.14);
  border: 1px solid rgba(219,161,126,.55);
}
.snf-locations-hero:before {
  content: "";
  position: absolute;
  top: -18%;
  right: -18%;
  bottom: -24%;
  width: min(62%, 430px);
  background-image: var(--snf-location-logo);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  opacity: .105;
  filter: grayscale(1) brightness(2.25);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 16%, #000 58%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 16%, #000 58%, transparent 100%);
  pointer-events: none;
}
.snf-locations-kicker {
  position: relative;
  z-index: 1;
  color: var(--snf-exp-gold);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 950;
  font-size: 12px;
  margin-bottom: 8px;
}
.snf-locations-hero h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(34px, 6vw, 60px);
  line-height: .95;
  letter-spacing: -.045em;
  font-weight: 950;
}
.snf-locations-hero p {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: clamp(16px, 2.2vw, 20px);
  line-height: 1.38;
  font-weight: 650;
}
.snf-locations-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 24px;
}
.snf-locations-stat-card {
  min-height: 100px;
  border-radius: 18px;
  padding: 16px 15px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.snf-locations-stat-card strong {
  color: var(--snf-exp-red);
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
}
.snf-locations-stat-card span {
  margin-top: 8px;
  color: rgba(34,21,22,.72);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}
.snf-locations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.snf-location-card {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 14px;
  align-items: center;
  padding: 15px;
  border-radius: 20px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 26px rgba(0,0,0,.07);
}
.snf-location-badge-wrap {
  width: 112px;
  height: 112px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ffffff;
  border: 0;
}
.snf-location-badge-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.snf-location-badge-wrap span {
  color: var(--snf-exp-red);
  font-size: 44px;
  line-height: 1;
  font-weight: 950;
}
.snf-location-card-body { min-width: 0; }
.snf-location-city {
  color: var(--snf-exp-gold);
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 950;
  margin-bottom: 5px;
}
.snf-location-card h2 {
  margin: 0;
  color: var(--snf-exp-ink);
  font-size: 21px;
  line-height: 1.06;
  letter-spacing: -.035em;
  font-weight: 950;
}
.snf-location-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 9px;
  min-height: 25px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f7e8df;
  color: #8f101c;
  border: 1px solid #dba17e;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.snf-location-address,
.snf-location-description {
  margin-top: 8px;
  color: rgba(34,21,22,.72);
  font-size: 13.5px;
  line-height: 1.35;
  font-weight: 550;
}
.snf-location-description p { margin: 0 0 8px; }
.snf-location-description p:last-child { margin-bottom: 0; }
.snf-location-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.snf-location-actions a {
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 8px 12px;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(180deg, var(--snf-exp-red), var(--snf-exp-red-dark));
  border: 1px solid rgba(219,161,126,.45);
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .03em;
}
.snf-location-actions a:hover,
.snf-location-actions a:focus {
  color: #fff;
  filter: brightness(1.08);
  outline: none;
}
@media (max-width: 760px) {
  .snf-locations { padding-left: 12px; padding-right: 12px; }
  .snf-locations-hero { border-radius: 22px; }
  .snf-locations-hero:before {
    top: -34%;
    right: -68%;
    bottom: -36%;
    width: 122%;
    opacity: .075;
    background-size: contain;
    background-position: center right;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 13%, #000 54%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 13%, #000 54%, transparent 100%);
  }
  .snf-locations-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .snf-locations-stat-card { min-height: 86px; padding: 12px 10px; }
  .snf-locations-stat-card span { font-size: 10px; }
  .snf-locations-grid { grid-template-columns: 1fr; }
}
@media (max-width: 430px) {
  .snf-locations-hero { padding: 22px 22px 24px; }
  .snf-locations-hero p { font-size: 15.5px; }
  .snf-locations-hero:before {
    top: -40%;
    right: -78%;
    bottom: -44%;
    width: 145%;
    opacity: .07;
  }
  .snf-location-card {
    grid-template-columns: 88px 1fr;
    gap: 12px;
    padding: 13px;
    border-radius: 18px;
  }
  .snf-location-badge-wrap { width: 88px; height: 88px; border-radius: 18px; }
  .snf-location-card h2 { font-size: 18px; }
}

/* About page experience */
.snf-about {
  --snf-exp-red: #b40018;
  --snf-exp-red-dark: #7f0012;
  --snf-exp-gold: #dba17e;
  --snf-exp-cream: #fbf4e8;
  --snf-exp-ink: #221516;
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 18px 48px;
  color: var(--snf-exp-ink);
}
.snf-about * { box-sizing: border-box; }
.snf-about-hero {
  position: relative;
  overflow: hidden;
  padding: 34px 34px 32px;
  border-radius: 28px;
  background: radial-gradient(circle at 12% 0%, rgba(255,255,255,.16), transparent 34%), linear-gradient(135deg, var(--snf-exp-red), var(--snf-exp-red-dark));
  color: #fff;
  box-shadow: 0 18px 40px rgba(70,0,10,.22);
  isolation: isolate;
}
.snf-about-hero:before {
  content: "";
  position: absolute;
  top: -30%;
  right: -20%;
  bottom: -34%;
  width: 66%;
  background-image: var(--snf-about-logo);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  opacity: .075;
  z-index: -1;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 11%, #000 62%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 11%, #000 62%, transparent 100%);
}
.snf-about-kicker {
  color: var(--snf-exp-gold);
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.snf-about-hero h1 {
  margin: 0;
  max-width: 720px;
  color: #fff;
  font-size: clamp(34px, 5vw, 64px);
  line-height: .92;
  letter-spacing: -.055em;
  font-weight: 950;
}
.snf-about-hero p {
  max-width: 650px;
  margin: 14px 0 0;
  color: rgba(255,255,255,.88);
  font-size: 17px;
  line-height: 1.42;
  font-weight: 650;
}
.snf-about-hero-note {
  display: inline-flex;
  max-width: 680px;
  margin-top: 18px;
  padding: 11px 14px;
  border-radius: 16px;
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(219,161,126,.32);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
}
.snf-about-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}
.snf-about-info-card {
  margin: 0;
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(219,161,126,.24);
  box-shadow: 0 12px 24px rgba(52,24,8,.08);
}
.snf-about-info-card span {
  display: block;
  margin-bottom: 9px;
  color: var(--snf-exp-gold);
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.snf-about-info-card p {
  margin: 0;
  color: rgba(34,21,22,.78);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 550;
}
.snf-about-section-heading {
  margin: 26px 0 12px;
}
.snf-about-section-heading span {
  display: block;
  color: var(--snf-exp-gold);
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.snf-about-section-heading h2 {
  margin: 0;
  color: var(--snf-exp-ink);
  font-size: clamp(25px, 3vw, 40px);
  line-height: 1;
  letter-spacing: -.045em;
  font-weight: 950;
}
.snf-about-section-heading--compact { margin-top: 18px; }
.snf-about-people-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.snf-about-person-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 13px;
  border-radius: 20px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(219,161,126,.24);
  box-shadow: 0 10px 20px rgba(52,24,8,.08);
}
.snf-about-person-photo {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 999px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--snf-exp-red), var(--snf-exp-red-dark));
  border: 2px solid rgba(219,161,126,.55);
}
.snf-about-person-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.snf-about-person-photo span {
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -.04em;
}
.snf-about-person-meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.snf-about-person-meta strong {
  color: var(--snf-exp-ink);
  font-size: 15.5px;
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -.02em;
}
.snf-about-person-meta span {
  color: rgba(34,21,22,.64);
  font-size: 12px;
  line-height: 1.15;
  font-weight: 800;
}
.snf-about-council-break {
  height: 1px;
  margin: 20px 0 0;
  background: linear-gradient(90deg, transparent, rgba(219,161,126,.55), transparent);
}
@media (max-width: 900px) {
  .snf-about-people-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .snf-about { padding-left: 12px; padding-right: 12px; }
  .snf-about-hero { border-radius: 22px; }
  .snf-about-hero:before {
    top: -38%;
    right: -72%;
    bottom: -40%;
    width: 138%;
    opacity: .07;
    background-position: center right;
  }
  .snf-about-info-grid { grid-template-columns: 1fr; gap: 10px; }
  .snf-about-people-grid { grid-template-columns: 1fr; gap: 10px; }
}
@media (max-width: 430px) {
  .snf-about-hero { padding: 22px 22px 24px; }
  .snf-about-hero p { font-size: 15.5px; }
  .snf-about-hero-note { font-size: 12.5px; }
  .snf-about-hero:before {
    top: -44%;
    right: -82%;
    bottom: -46%;
    width: 160%;
    opacity: .065;
  }
  .snf-about-info-card { padding: 15px; border-radius: 18px; }
  .snf-about-person-card { padding: 12px; border-radius: 18px; }
}

/* v1.1.11: Membership page experience */
.snf-membership {
  --snf-exp-red: #b40018;
  --snf-exp-red-dark: #970014;
  --snf-exp-gold: #dba17e;
  --snf-exp-ink: #221516;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 36px) 16px 48px;
  color: var(--snf-exp-ink);
}
.snf-membership * { box-sizing: border-box; }
.snf-membership-hero {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: clamp(24px, 4vw, 42px);
  color: #fff;
  background: linear-gradient(135deg, var(--snf-exp-red) 0%, var(--snf-exp-red-dark) 100%);
  box-shadow: 0 14px 32px rgba(0,0,0,.14);
  border: 1px solid rgba(219,161,126,.55);
}
.snf-membership-hero:before {
  content: "";
  position: absolute;
  top: -18%;
  right: -18%;
  bottom: -24%;
  width: min(62%, 430px);
  background-image: var(--snf-membership-logo);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  opacity: .105;
  filter: grayscale(1) brightness(2.25);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 16%, #000 58%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 16%, #000 58%, transparent 100%);
  pointer-events: none;
}
.snf-membership-kicker,
.snf-membership-hero h1,
.snf-membership-hero p,
.snf-membership-cost-card { position: relative; z-index: 1; }
.snf-membership-kicker {
  color: var(--snf-exp-gold);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 950;
  font-size: 12px;
  margin-bottom: 8px;
}
.snf-membership-hero h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(34px, 6vw, 62px);
  line-height: .94;
  letter-spacing: -.05em;
  font-weight: 950;
  text-transform: uppercase;
}
.snf-membership-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: clamp(16px, 2.2vw, 20px);
  line-height: 1.38;
  font-weight: 650;
}
.snf-membership-cost-card {
  display: inline-flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 13px 18px;
  min-width: 190px;
  border-radius: 18px;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.snf-membership-cost-card span {
  color: #fff;
  font-size: clamp(38px, 5vw, 52px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
}
.snf-membership-cost-card strong,
.snf-membership-cost-card em {
  color: var(--snf-exp-gold);
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-style: normal;
  font-weight: 950;
}
.snf-membership-cost-card strong { margin-top: 6px; }
.snf-membership-cost-card em { margin-top: 5px; color: rgba(255,255,255,.82); }
.snf-membership-section-heading { margin: 24px 0 13px; }
.snf-membership-section-heading span,
.snf-membership-card-label,
.snf-membership-info-card > span,
.snf-membership-conduct-card span {
  color: var(--snf-exp-gold);
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 950;
}
.snf-membership-section-heading h2 {
  margin: 5px 0 0;
  color: var(--snf-exp-ink);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
}
.snf-membership-card-grid { display: grid; gap: 14px; }
.snf-membership-card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.snf-membership-card-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.snf-membership-main-grid { margin-top: 16px; }
.snf-membership-info-card,
.snf-membership-list-card,
.snf-membership-conduct-card {
  border-radius: 20px;
  padding: 18px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 26px rgba(0,0,0,.07);
}
.snf-membership-info-card h3,
.snf-membership-list-card h3,
.snf-membership-conduct-card h2 {
  margin: 8px 0 8px;
  color: var(--snf-exp-ink);
  font-size: 21px;
  line-height: 1.05;
  letter-spacing: -.035em;
  font-weight: 950;
}
.snf-membership-info-card p,
.snf-membership-conduct-card p {
  margin: 0;
  color: rgba(34,21,22,.72);
  font-size: 14px;
  line-height: 1.42;
  font-weight: 550;
}
.snf-membership-list-card ul {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.snf-membership-list-card li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 9px;
  align-items: start;
  color: rgba(34,21,22,.76);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 650;
}
.snf-membership-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: #dba17e;
  background: rgba(219,161,126,.20);
  border: 1px solid rgba(219,161,126,.42);
  font-weight: 950;
  line-height: 1;
}
.snf-membership-conduct-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  margin-top: 16px;
}
.snf-membership-conduct-card a,
.snf-membership-social-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(180deg, var(--snf-exp-red), var(--snf-exp-red-dark));
  border: 1px solid rgba(219,161,126,.45);
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .03em;
  white-space: nowrap;
}
.snf-membership-conduct-card a:hover,
.snf-membership-conduct-card a:focus,
.snf-membership-social-grid a:hover,
.snf-membership-social-grid a:focus {
  color: #fff;
  filter: brightness(1.08);
  outline: none;
}
.snf-membership-section-heading--connect { margin-top: 26px; }
.snf-membership-social-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.snf-membership-social-grid a {
  gap: 9px;
  min-height: 46px;
  font-size: 13px;
}
.snf-membership-social-grid .snf-drawer-icon {
  width: 19px;
  height: 19px;
  color: var(--snf-exp-gold);
  flex: 0 0 19px;
}
.snf-membership-social-grid .snf-drawer-icon svg {
  width: 19px;
  height: 19px;
  display: block;
}
@media (max-width: 760px) {
  .snf-membership { padding-left: 12px; padding-right: 12px; }
  .snf-membership-hero { border-radius: 22px; }
  .snf-membership-hero:before {
    top: -34%;
    right: -68%;
    bottom: -36%;
    width: 122%;
    opacity: .075;
    background-size: contain;
    background-position: center right;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 13%, #000 54%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 13%, #000 54%, transparent 100%);
  }
  .snf-membership-card-grid--three,
  .snf-membership-card-grid--two { grid-template-columns: 1fr; }
  .snf-membership-conduct-card { grid-template-columns: 1fr; align-items: start; }
  .snf-membership-conduct-card a { justify-self: start; }
  .snf-membership-social-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 430px) {
  .snf-membership-hero { padding: 22px 22px 24px; }
  .snf-membership-hero p { font-size: 15.5px; }
  .snf-membership-hero:before {
    top: -40%;
    right: -78%;
    bottom: -44%;
    width: 145%;
    opacity: .07;
  }
  .snf-membership-info-card,
  .snf-membership-list-card,
  .snf-membership-conduct-card { padding: 15px; border-radius: 18px; }
}

/* SNF Experience: Code of Conduct */
.snf-conduct {
  --snf-exp-red: #b40018;
  --snf-exp-red-dark: #850012;
  --snf-exp-gold: #dba17e;
  --snf-exp-cream: #fff7ea;
  --snf-exp-ink: #241516;
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 18px 42px;
  color: var(--snf-exp-ink);
}
.snf-conduct * { box-sizing: border-box; }
.snf-conduct-hero {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 32px 34px 34px;
  color: #fff;
  background: radial-gradient(circle at 15% 18%, rgba(255,255,255,.14), transparent 34%), linear-gradient(135deg, var(--snf-exp-red), var(--snf-exp-red-dark));
  border: 1px solid rgba(219,161,126,.48);
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.snf-conduct-hero:before {
  content: "";
  position: absolute;
  top: -28%;
  right: -18%;
  bottom: -30%;
  width: 72%;
  background-image: var(--snf-conduct-logo);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  opacity: .07;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 15%, #000 56%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 15%, #000 56%, transparent 100%);
}
.snf-conduct-kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--snf-exp-gold);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 950;
}
.snf-conduct-hero h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 690px;
  font-size: clamp(36px, 6vw, 70px);
  line-height: .92;
  font-weight: 950;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.snf-conduct-hero p {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin: 14px 0 0;
  font-size: 17px;
  line-height: 1.38;
  color: rgba(255,255,255,.88);
  font-weight: 650;
}
.snf-conduct-pill {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 18px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(219,161,126,.54);
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.snf-conduct-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}
.snf-conduct-card {
  border-radius: 20px;
  padding: 18px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 26px rgba(0,0,0,.07);
}
.snf-conduct-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #dba17e;
  background: rgba(219,161,126,.18);
  border: 1px solid rgba(219,161,126,.42);
}
.snf-conduct-icon .snf-drawer-icon,
.snf-conduct-icon .snf-drawer-icon svg {
  width: 22px;
  height: 22px;
  color: var(--snf-exp-gold);
}
.snf-conduct-card h2 {
  margin: 13px 0 8px;
  color: var(--snf-exp-ink);
  font-size: 23px;
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 950;
}
.snf-conduct-card p {
  margin: 0;
  color: rgba(34,21,22,.74);
  font-size: 14px;
  line-height: 1.44;
  font-weight: 600;
}
.snf-conduct-standard {
  margin-top: 16px;
  border-radius: 22px;
  padding: 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--snf-exp-red), var(--snf-exp-red-dark));
  border: 1px solid rgba(219,161,126,.48);
  box-shadow: 0 12px 32px rgba(0,0,0,.15);
}
.snf-conduct-standard span {
  display: block;
  color: var(--snf-exp-gold);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 950;
  margin-bottom: 8px;
}
.snf-conduct-standard p {
  margin: 0;
  max-width: 830px;
  color: rgba(255,255,255,.90);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 750;
}
@media (max-width: 760px) {
  .snf-conduct { padding-left: 12px; padding-right: 12px; }
  .snf-conduct-hero { border-radius: 22px; padding: 24px 22px 26px; }
  .snf-conduct-hero:before {
    top: -40%;
    right: -78%;
    bottom: -44%;
    width: 145%;
    opacity: .07;
    background-size: contain;
    background-position: center right;
  }
  .snf-conduct-grid { grid-template-columns: 1fr; gap: 12px; }
  .snf-conduct-card { padding: 16px; border-radius: 18px; }
  .snf-conduct-standard { padding: 18px; border-radius: 20px; }
  .snf-conduct-standard p { font-size: 16px; }
}

/* v1.1.14: normalize X/Twitter social CTA icon sizing */
.snf-membership-social-grid .snf-drawer-icon--x-twitter {
  width: 17px;
  height: 17px;
  flex-basis: 17px;
}
.snf-membership-social-grid .snf-drawer-icon--x-twitter svg {
  width: 17px;
  height: 17px;
}


/* SNF Experience: Recruiting / Join */
.snf-recruit-card,
.snf-join {
  --snf-exp-red: #b40018;
  --snf-exp-red-dark: #850012;
  --snf-exp-gold: #dba17e;
  --snf-exp-cream: #fff7ea;
  --snf-exp-ink: #241516;
  max-width: 760px;
  margin: 0 auto;
  padding: 16px 14px 32px;
  color: var(--snf-exp-ink);
}
.snf-recruit-card *,
.snf-join * { box-sizing: border-box; }

.snf-recruit-card__panel,
.snf-join__hero {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 26px 24px 24px;
  color: #fff;
  background: radial-gradient(circle at 15% 12%, rgba(255,255,255,.15), transparent 35%), linear-gradient(135deg, var(--snf-exp-red), var(--snf-exp-red-dark));
  border: 1px solid rgba(219,161,126,.52);
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.snf-recruit-card__panel:before,
.snf-join__hero:before {
  content: "";
  position: absolute;
  top: -35%;
  right: -32%;
  bottom: -38%;
  width: 88%;
  background-image: var(--snf-recruit-logo), var(--snf-join-logo);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  opacity: .06;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 58%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 58%, transparent 100%);
}
.snf-recruit-card__kicker,
.snf-join__kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--snf-exp-gold);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 950;
}
.snf-recruit-card h1,
.snf-join h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(42px, 9vw, 82px);
  line-height: .88;
  font-weight: 950;
  letter-spacing: -.06em;
  text-transform: uppercase;
}
.snf-recruit-card p,
.snf-join__hero p {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  max-width: 540px;
  color: rgba(255,255,255,.90);
  font-size: 16px;
  line-height: 1.34;
  font-weight: 700;
}

.snf-recruit-card__qr-wrap {
  position: relative;
  z-index: 1;
  margin: 18px auto 12px;
  width: min(70vw, 320px);
  padding: 12px;
  border-radius: 24px;
  background: #fff;
  border: 3px solid var(--snf-exp-gold);
  box-shadow: 0 16px 34px rgba(0,0,0,.24);
}
.snf-recruit-card__qr {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.snf-recruit-card__caption {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  text-align: center;
  color: rgba(255,255,255,.88);
  font-size: 14px;
  font-weight: 800;
}
.snf-recruit-card__fallback {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 8px;
  text-align: center;
  color: var(--snf-exp-gold);
  text-decoration: none;
  font-weight: 950;
  letter-spacing: .01em;
}

.snf-join__stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}
.snf-join__stats div {
  border-radius: 17px;
  padding: 12px 10px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(219,161,126,.48);
  text-align: center;
}
.snf-join__stats strong,
.snf-join__stats span {
  display: block;
}
.snf-join__stats strong {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 950;
}
.snf-join__stats span {
  margin-top: 5px;
  color: rgba(255,255,255,.78);
  font-size: 10px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.snf-join__location,
.snf-join__socials,
.snf-join__secondary {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}
.snf-join__location {
  grid-template-columns: 1fr;
}
.snf-join__socials {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.snf-join__secondary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.snf-join__location-btn,
.snf-join__social,
.snf-join__secondary a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 950;
  letter-spacing: -.01em;
  box-shadow: 0 10px 24px rgba(0,0,0,.09);
}
.snf-join__location-btn {
  min-height: 52px;
  border-radius: 18px;
  color: var(--snf-exp-ink);
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.08);
  font-size: 17px;
}
.snf-join__social {
  min-height: 52px;
  border-radius: 18px;
  color: var(--snf-exp-gold);
  background: linear-gradient(135deg, var(--snf-exp-red), var(--snf-exp-red-dark));
  border: 1px solid rgba(219,161,126,.42);
}
.snf-join__secondary a {
  min-height: 50px;
  border-radius: 17px;
  color: var(--snf-exp-ink);
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.08);
  font-size: 14px;
}
.snf-join__location-btn .snf-drawer-icon,
.snf-join__secondary .snf-drawer-icon {
  color: var(--snf-exp-gold);
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
}
.snf-join__location-btn .snf-drawer-icon svg,
.snf-join__secondary .snf-drawer-icon svg {
  width: 21px;
  height: 21px;
}
.snf-join__social .snf-drawer-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: var(--snf-exp-gold);
}
.snf-join__social .snf-drawer-icon svg {
  width: 24px;
  height: 24px;
}
.snf-join__social .snf-drawer-icon--x-twitter {
  width: 21px;
  height: 21px;
  flex-basis: 21px;
}
.snf-join__social .snf-drawer-icon--x-twitter svg {
  width: 21px;
  height: 21px;
}
.snf-join__footer-card {
  margin-top: 12px;
  border-radius: 20px;
  padding: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--snf-exp-red), var(--snf-exp-red-dark));
  border: 1px solid rgba(219,161,126,.42);
  box-shadow: 0 10px 25px rgba(0,0,0,.12);
}
.snf-join__footer-card strong {
  display: block;
  color: var(--snf-exp-gold);
  font-size: 18px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.03em;
  text-transform: uppercase;
}
.snf-join__footer-card span {
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,.86);
  font-size: 14px;
  line-height: 1.34;
  font-weight: 700;
}

@media (min-width: 760px) {
  .snf-recruit-card { max-width: 680px; }
  .snf-join { max-width: 880px; }
}
@media (max-width: 520px) {
  .snf-recruit-card,
  .snf-join { padding: 12px 12px 28px; }
  .snf-recruit-card__panel,
  .snf-join__hero { border-radius: 23px; padding: 23px 20px 22px; }
  .snf-recruit-card__panel:before,
  .snf-join__hero:before {
    top: -46%;
    right: -82%;
    bottom: -46%;
    width: 150%;
    opacity: .065;
    background-size: contain;
    background-position: center right;
  }
  .snf-recruit-card h1,
  .snf-join h1 { font-size: clamp(40px, 12vw, 58px); }
  .snf-recruit-card p,
  .snf-join__hero p { font-size: 14.5px; line-height: 1.3; }
  .snf-recruit-card__qr-wrap { width: min(74vw, 285px); margin-top: 15px; padding: 10px; border-radius: 21px; }
  .snf-join__stats { gap: 7px; margin-top: 14px; }
  .snf-join__stats div { border-radius: 14px; padding: 10px 6px; }
  .snf-join__stats strong { font-size: 16px; }
  .snf-join__stats span { font-size: 9px; }
  .snf-join__location,
  .snf-join__socials,
  .snf-join__secondary { gap: 8px; margin-top: 9px; }
  .snf-join__location-btn { min-height: 48px; border-radius: 16px; font-size: 15px; }
  .snf-join__social { min-height: 48px; border-radius: 16px; }
  .snf-join__secondary a { min-height: 44px; border-radius: 15px; font-size: 13px; }
  .snf-join__social .snf-drawer-icon { width: 23px; height: 23px; flex-basis: 23px; }
  .snf-join__social .snf-drawer-icon svg { width: 23px; height: 23px; }
}

/* The Faithful page */
.snf-faithful {
  --snf-exp-red: #b40018;
  --snf-exp-red-dark: #7f0012;
  --snf-exp-gold: #dba17e;
  --snf-exp-cream: #fff7e7;
  --snf-exp-ink: #23070a;
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 16px 44px;
  font-family: inherit;
}
.snf-faithful * { box-sizing: border-box; }
.snf-faithful-hero {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 34px 30px 30px;
  color: #fff;
  background: linear-gradient(135deg, var(--snf-exp-red), var(--snf-exp-red-dark));
  border: 1px solid rgba(219,161,126,.45);
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
}
.snf-faithful-hero:before {
  content: '';
  position: absolute;
  top: -18%;
  right: -18%;
  bottom: -22%;
  width: 64%;
  opacity: .07;
  background-image: var(--snf-faithful-logo);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,.35), rgba(0,0,0,0));
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,.35), rgba(0,0,0,0));
}
.snf-faithful-kicker,
.snf-faithful-hero h1,
.snf-faithful-hero p,
.snf-faithful-stat { position: relative; z-index: 1; }
.snf-faithful-kicker {
  color: var(--snf-exp-gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.snf-faithful-hero h1 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(42px, 7vw, 78px);
  line-height: .88;
  letter-spacing: -.055em;
  text-transform: uppercase;
  font-weight: 1000;
}
.snf-faithful-hero p {
  max-width: 570px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.9);
  font-size: 17px;
  line-height: 1.42;
  font-weight: 720;
}
.snf-faithful-stat {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 20px;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(219,161,126,.38);
}
.snf-faithful-stat strong { color: var(--snf-exp-gold); font-size: 22px; font-weight: 1000; line-height: 1; }
.snf-faithful-stat span { color: rgba(255,255,255,.86); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.snf-faithful-video-card,
.snf-faithful-story-card,
.snf-faithful-quote,
.snf-faithful-cta {
  margin-top: 16px;
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 26px rgba(0,0,0,.08);
}
.snf-faithful-video-card { padding: 14px; }
.snf-faithful-video-heading {
  color: var(--snf-exp-red);
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: -.02em;
  font-size: 18px;
  padding: 4px 4px 12px;
}
.snf-faithful-video {
  display: block;
  width: 100%;
  border-radius: 18px;
  background: #000;
  overflow: hidden;
}
.snf-faithful-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}
.snf-faithful-story-card { margin-top: 0; padding: 18px; }
.snf-faithful-icon .snf-drawer-icon { color: var(--snf-exp-gold); width: 28px; height: 28px; }
.snf-faithful-icon svg { width: 28px; height: 28px; }
.snf-faithful-story-card h2 {
  margin: 12px 0 8px;
  color: var(--snf-exp-red);
  font-size: 19px;
  line-height: 1;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: -.03em;
}
.snf-faithful-story-card p { margin: 0; color: rgba(35,7,10,.78); font-size: 14px; line-height: 1.42; font-weight: 650; }
.snf-faithful-quote {
  padding: 22px 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--snf-exp-red), var(--snf-exp-red-dark));
  border-color: rgba(219,161,126,.42);
}
.snf-faithful-quote p { margin: 0; color: #fff; font-size: clamp(22px, 4vw, 38px); line-height: 1.08; font-weight: 1000; letter-spacing: -.055em; }
.snf-faithful-cta { padding: 18px; }
.snf-faithful-cta strong { display: block; color: var(--snf-exp-red); font-size: 22px; line-height: 1; font-weight: 1000; letter-spacing: -.04em; text-transform: uppercase; }
.snf-faithful-cta-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.snf-faithful-cta-actions a {
  display: grid;
  grid-template-columns: 38px minmax(118px, 148px);
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  min-height: 48px;
  border-radius: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 950;
  background: linear-gradient(135deg, var(--snf-exp-red), var(--snf-exp-red-dark));
  border: 1px solid rgba(219,161,126,.42);
  text-align: left;
}
.snf-faithful-cta-actions .snf-drawer-icon { color: var(--snf-exp-gold); width: 22px; height: 22px; justify-self: center; }
.snf-faithful-cta-actions svg { width: 22px; height: 22px; }
@media (max-width: 700px) {
  .snf-faithful { padding: 12px 12px 34px; }
  .snf-faithful-hero { border-radius: 23px; padding: 24px 20px 22px; }
  .snf-faithful-hero:before { top: -48%; right: -82%; bottom: -45%; width: 150%; opacity: .06; }
  .snf-faithful-hero h1 { font-size: clamp(42px, 13vw, 60px); }
  .snf-faithful-hero p { font-size: 14.5px; line-height: 1.32; margin-top: 12px; }
  .snf-faithful-stat { margin-top: 14px; padding: 10px 12px; }
  .snf-faithful-stat strong { font-size: 18px; }
  .snf-faithful-story-grid { grid-template-columns: 1fr; gap: 10px; }
  .snf-faithful-story-card { padding: 15px; }
  .snf-faithful-quote { padding: 18px 16px; }
  .snf-faithful-cta-actions { grid-template-columns: 1fr; }
}

/* Homepage V2 test hub */
.snf-home-v2 {
  --snf-home-red: var(--snf-exp-red, #b40018);
  --snf-home-red-dark: var(--snf-exp-red-dark, #76000f);
  --snf-home-gold: var(--snf-exp-gold, #dba17e);
  --snf-home-cream: #ffffff;
  width: 100%;
  padding: 10px 10px 22px;
  background: #ffffff;
}
.snf-home-v2__stage {
  width: min(760px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 8px;
}
.snf-home-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  text-decoration: none;
  min-height: 88px;
  background: linear-gradient(135deg, var(--snf-home-red), var(--snf-home-red-dark));
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
  border: 1px solid rgba(219,161,126,.34);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.snf-home-card:hover,
.snf-home-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 15px 32px rgba(0,0,0,.2);
  border-color: rgba(219,161,126,.58);
}
.snf-home-card--image {
  background-image: var(--snf-home-img);
  background-size: cover;
  background-position: center;
}
.snf-home-card--image .snf-home-card__placeholder { display: none; }
.snf-home-card--blank:before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(219,161,126,.28), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.08), transparent 52%);
  pointer-events: none;
}
.snf-home-card__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: -.04em;
  font-size: clamp(24px, 6vw, 40px);
  text-align: center;
  padding: 16px;
  text-shadow: 0 2px 10px rgba(0,0,0,.26);
}
.snf-home-card--hero {
  min-height: 150px;
  aspect-ratio: 19 / 6;
  border-radius: 20px;
}
.snf-home-card--recruit {
  min-height: 95px;
  aspect-ratio: 19 / 4.1;
}
.snf-home-live {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin: -22px 10px 0;
  padding: 10px;
  border-radius: 17px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 11px 26px rgba(0,0,0,.14);
  border: 1px solid rgba(219,161,126,.35);
  backdrop-filter: blur(8px);
}
.snf-home-live__item {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: var(--snf-home-red);
  text-decoration: none;
  border-radius: 12px;
  padding: 8px 8px;
  background: rgba(180,0,24,.045);
}
.snf-home-live__item .snf-drawer-icon {
  width: 19px;
  height: 19px;
  color: var(--snf-home-gold);
}
.snf-home-live__item svg { width: 19px; height: 19px; }
.snf-home-live__item span {
  display: block;
  min-width: 0;
}
.snf-home-live__item strong,
.snf-home-live__item em {
  display: block;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.02;
}
.snf-home-live__item strong {
  color: var(--snf-home-red);
  font-size: clamp(12px, 3.2vw, 16px);
  font-weight: 1000;
  letter-spacing: -.035em;
}
.snf-home-live__item em {
  margin-top: 1px;
  color: rgba(45,20,15,.62);
  font-size: clamp(9px, 2.4vw, 11px);
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.snf-home-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.snf-home-grid .snf-home-card {
  aspect-ratio: 1 / .82;
  min-height: 88px;
}
@media (max-width: 420px) {
  .snf-home-v2 { padding: 8px 8px 18px; }
  .snf-home-v2__stage { gap: 7px; }
  .snf-home-card { border-radius: 15px; }
  .snf-home-card--hero { min-height: 102px; border-radius: 17px; }
  .snf-home-grid { gap: 7px; }
  .snf-home-grid .snf-home-card { min-height: 78px; }
  .snf-home-card--recruit { min-height: 65px; }
  .snf-home-live { margin: -14px 7px 0; padding: 5px; border-radius: 15px; gap: 5px; }
  .snf-home-live__item { grid-template-columns: 18px minmax(0,1fr); gap: 4px; padding: 4px 3px; border-radius: 10px; }
  .snf-home-live__item .snf-drawer-icon,
  .snf-home-live__item svg { width: 16px; height: 16px; }
}

/* Homepage V2 refinement - v1.1.21 */
.snf-home-v2__stage {
  gap: 10px;
}
.snf-home-card--hero,
.snf-home-card--recruit {
  display: block;
}
.snf-home-card--hero .snf-home-card__placeholder,
.snf-home-card--recruit .snf-home-card__placeholder {
  display: none !important;
}
.snf-home-grid .snf-home-card {
  aspect-ratio: 1 / .88;
  min-height: 150px;
}
.snf-home-grid .snf-home-card:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.58));
  pointer-events: none;
}
.snf-home-grid .snf-home-card--blank:after {
  background:
    radial-gradient(circle at 72% 18%, rgba(219,161,126,.26), transparent 34%),
    linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.28));
}
.snf-home-card__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 15px 15px 13px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,.34);
}
.snf-home-card__title {
  font-size: clamp(27px, 7.2vw, 46px);
  line-height: .88;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: -.055em;
}
.snf-home-card__subtitle {
  margin-top: 7px;
  max-width: 92%;
  color: var(--snf-home-gold);
  font-size: clamp(10px, 2.7vw, 15px);
  line-height: 1.15;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .045em;
}
.snf-home-card__meta {
  margin-top: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.snf-home-card__meta .snf-drawer-icon,
.snf-home-card__meta svg {
  width: 28px;
  height: 28px;
  color: var(--snf-home-gold);
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.25));
}
.snf-home-card__arrow {
  color: #fff;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  opacity: .94;
}
.snf-home-live {
  min-height: 54px;
  margin-top: -22px;
  padding: 8px;
  gap: 7px;
  border-radius: 18px;
}
.snf-home-live__item {
  grid-template-columns: 22px minmax(0,1fr);
  padding: 7px 6px;
  gap: 6px;
  border-radius: 13px;
}
.snf-home-live__item strong {
  font-size: clamp(10px, 2.45vw, 14px);
  letter-spacing: -.025em;
}
.snf-home-live__item em {
  font-size: clamp(7px, 1.85vw, 9px);
  letter-spacing: .06em;
}
.snf-home-live__item .snf-drawer-icon,
.snf-home-live__item svg {
  width: 19px;
  height: 19px;
}
.snf-home-card--hero {
  min-height: 126px;
}
.snf-home-card--recruit {
  min-height: 88px;
}
@media (max-width: 420px) {
  .snf-home-v2 { padding: 8px 8px 18px; }
  .snf-home-v2__stage { gap: 9px; }
  .snf-home-card--hero { min-height: 120px; border-radius: 18px; }
  .snf-home-live { min-height: 56px; margin: -22px 10px 0; padding: 10px; gap: 6px; }
  .snf-home-live__item { grid-template-columns: 20px minmax(0,1fr); padding: 7px 5px; gap: 5px; }
  .snf-home-live__item .snf-drawer-icon,
  .snf-home-live__item svg { width: 18px; height: 18px; }
  .snf-home-grid { gap: 9px; }
  .snf-home-grid .snf-home-card { min-height: 112px; aspect-ratio: 1 / .9; }
  .snf-home-card__content { padding: 13px 13px 12px; }
  .snf-home-card__title { font-size: clamp(26px, 7vw, 36px); }
  .snf-home-card__subtitle { font-size: clamp(9px, 2.5vw, 12px); margin-top: 6px; }
  .snf-home-card__meta { margin-top: 10px; }
  .snf-home-card__meta .snf-drawer-icon,
  .snf-home-card__meta svg { width: 25px; height: 25px; }
  .snf-home-card--recruit { min-height: 82px; border-radius: 18px; }
}


/* Homepage V2 sizing pass */
.snf-home-card--hero{min-height:220px!important;}
.snf-home-live{min-height:92px!important;padding:12px!important;border-radius:24px!important;}
.snf-home-live__item strong{font-size:28px!important;line-height:1!important;display:block;}
.snf-home-live__item em{font-size:12px!important;text-transform:uppercase;}
.snf-home-grid .snf-home-card{min-height:240px!important;}
.snf-home-card--recruit{min-height:220px!important;}


/* Homepage V2 real sizing fix - v1.1.24
   Previous visible changes were being masked by cached assets because the plugin VERSION stayed at 1.1.20.
   These rules are intentionally last and highly specific. */
.snf-home-v2 .snf-home-v2__stage {
  gap: 12px !important;
}
.snf-home-v2 .snf-home-card--hero {
  aspect-ratio: 19 / 6 !important;
  min-height: 0 !important;
}
.snf-home-v2 .snf-home-live {
  min-height: 74px !important;
  margin: -26px 14px 0 !important;
  padding: 9px 10px !important;
  border-radius: 22px !important;
  gap: 8px !important;
  align-items: stretch !important;
}
.snf-home-v2 .snf-home-live__item {
  grid-template-columns: 22px minmax(0, 1fr) !important;
  gap: 7px !important;
  padding: 8px 7px !important;
  border-radius: 15px !important;
  align-content: center !important;
}
.snf-home-v2 .snf-home-live__item .snf-drawer-icon,
.snf-home-v2 .snf-home-live__item svg {
  width: 21px !important;
  height: 21px !important;
}
.snf-home-v2 .snf-home-live__item strong {
  font-size: clamp(13px, 3.25vw, 18px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.045em !important;
  white-space: nowrap !important;
}
.snf-home-v2 .snf-home-live__item:first-child strong {
  white-space: normal !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.snf-home-v2 .snf-home-live__item em {
  font-size: clamp(9px, 2.25vw, 11px) !important;
  line-height: 1 !important;
  letter-spacing: .045em !important;
  margin-top: 3px !important;
}
.snf-home-v2 .snf-home-grid {
  gap: 13px !important;
}
.snf-home-v2 .snf-home-grid .snf-home-card {
  aspect-ratio: 1 / 1 !important;
  min-height: 0 !important;
}
.snf-home-v2 .snf-home-card--recruit {
  aspect-ratio: 19 / 6 !important;
  min-height: 0 !important;
}
.snf-home-v2 .snf-home-card__content,
.snf-home-v2 .snf-home-card__placeholder,
.snf-home-v2 .snf-home-grid .snf-home-card:after {
  display: none !important;
  content: none !important;
  background: none !important;
}

@media (max-width: 420px) {
  .snf-home-v2 {
    padding: 8px 8px 16px !important;
  }
  .snf-home-v2 .snf-home-v2__stage {
    gap: 11px !important;
  }
  .snf-home-v2 .snf-home-live {
    min-height: 72px !important;
    margin: -25px 12px 0 !important;
    padding: 8px 8px !important;
    gap: 7px !important;
  }
  .snf-home-v2 .snf-home-live__item {
    grid-template-columns: 20px minmax(0, 1fr) !important;
    padding: 7px 6px !important;
    gap: 6px !important;
  }
  .snf-home-v2 .snf-home-live__item .snf-drawer-icon,
  .snf-home-v2 .snf-home-live__item svg {
    width: 19px !important;
    height: 19px !important;
  }
  .snf-home-v2 .snf-home-live__item strong {
    font-size: clamp(12px, 3.15vw, 15px) !important;
  }
  .snf-home-v2 .snf-home-live__item em {
    font-size: clamp(8px, 2.1vw, 10px) !important;
  }
  .snf-home-v2 .snf-home-grid {
    gap: 12px !important;
  }
  .snf-home-v2 .snf-home-grid .snf-home-card {
    aspect-ratio: 1 / 1 !important;
  }
}


/* Homepage V2 sizing/live bar correction - v1.1.25
   Keep hero size, tighten total height slightly, improve live bar distribution. */
.snf-home-v2 .snf-home-v2__stage {
  gap: 9px !important;
}
.snf-home-v2 .snf-home-card--hero {
  aspect-ratio: 19 / 6 !important;
  min-height: 0 !important;
}
.snf-home-v2 .snf-home-live {
  grid-template-columns: 1.42fr .95fr .95fr !important;
  min-height: 82px !important;
  margin: -24px 12px 0 !important;
  padding: 9px !important;
  gap: 7px !important;
  border-radius: 23px !important;
}
.snf-home-v2 .snf-home-live__item {
  grid-template-columns: 22px minmax(0, 1fr) !important;
  gap: 7px !important;
  padding: 8px 7px !important;
  border-radius: 15px !important;
  align-content: center !important;
}
.snf-home-v2 .snf-home-live__item .snf-drawer-icon,
.snf-home-v2 .snf-home-live__item svg {
  width: 21px !important;
  height: 21px !important;
}
.snf-home-v2 .snf-home-live__item strong {
  font-size: clamp(14px, 3.35vw, 18px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.045em !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.snf-home-v2 .snf-home-live__item:first-child {
  grid-template-columns: 22px minmax(0, 1fr) !important;
}
.snf-home-v2 .snf-home-live__item:first-child strong {
  font-size: clamp(12px, 2.95vw, 15px) !important;
  line-height: 1.02 !important;
  white-space: normal !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.snf-home-v2 .snf-home-live__item em {
  font-size: clamp(8px, 2vw, 10px) !important;
  line-height: 1 !important;
  letter-spacing: .035em !important;
  margin-top: 4px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.snf-home-v2 .snf-home-grid {
  gap: 10px !important;
}
.snf-home-v2 .snf-home-grid .snf-home-card {
  aspect-ratio: 1 / 1 !important;
  min-height: 0 !important;
}
.snf-home-v2 .snf-home-card--recruit {
  aspect-ratio: 19 / 5.25 !important;
  min-height: 0 !important;
}

@media (max-width: 420px) {
  .snf-home-v2 {
    padding: 7px 7px 12px !important;
  }
  .snf-home-v2 .snf-home-v2__stage {
    gap: 8px !important;
  }
  .snf-home-v2 .snf-home-live {
    grid-template-columns: 1.48fr .92fr .92fr !important;
    min-height: 80px !important;
    margin: -23px 11px 0 !important;
    padding: 8px !important;
    gap: 6px !important;
  }
  .snf-home-v2 .snf-home-live__item {
    grid-template-columns: 19px minmax(0, 1fr) !important;
    padding: 7px 5px !important;
    gap: 5px !important;
  }
  .snf-home-v2 .snf-home-live__item .snf-drawer-icon,
  .snf-home-v2 .snf-home-live__item svg {
    width: 18px !important;
    height: 18px !important;
  }
  .snf-home-v2 .snf-home-live__item strong {
    font-size: clamp(13px, 3.15vw, 15px) !important;
  }
  .snf-home-v2 .snf-home-live__item:first-child strong {
    font-size: clamp(11px, 2.75vw, 13px) !important;
  }
  .snf-home-v2 .snf-home-live__item em {
    font-size: clamp(7px, 1.85vw, 9px) !important;
    letter-spacing: .025em !important;
  }
  .snf-home-v2 .snf-home-grid {
    gap: 9px !important;
  }
  .snf-home-v2 .snf-home-grid .snf-home-card {
    aspect-ratio: 1 / 1 !important;
  }
  .snf-home-v2 .snf-home-card--recruit {
    aspect-ratio: 19 / 5.1 !important;
  }
}


/* Homepage V2 live-bar and no-scroll correction - v1.1.26
   This is intentionally last so it wins over earlier experimental passes. */
.snf-home-v2 .snf-home-v2__stage {
  gap: 8px !important;
}
.snf-home-v2 .snf-home-live {
  grid-template-columns: 1.55fr .9fr .9fr !important;
  min-height: 78px !important;
  margin: -24px 12px 0 !important;
  padding: 8px !important;
  gap: 6px !important;
  border-radius: 22px !important;
}
.snf-home-v2 .snf-home-live__item {
  display: grid !important;
  grid-template-columns: 20px minmax(0,1fr) !important;
  gap: 6px !important;
  align-content: center !important;
  align-items: center !important;
  padding: 7px 6px !important;
  border-radius: 15px !important;
}
.snf-home-v2 .snf-home-live__item .snf-drawer-icon,
.snf-home-v2 .snf-home-live__item svg {
  width: 19px !important;
  height: 19px !important;
}
.snf-home-v2 .snf-home-live__item strong {
  font-size: clamp(13px, 3.05vw, 17px) !important;
  line-height: .98 !important;
  letter-spacing: -.04em !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.snf-home-v2 .snf-home-live__item:first-child strong {
  font-size: clamp(12px, 2.75vw, 15px) !important;
  line-height: 1.02 !important;
  white-space: normal !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  text-overflow: clip !important;
}
.snf-home-v2 .snf-home-live__item em {
  margin-top: 3px !important;
  font-size: clamp(7px, 1.75vw, 9px) !important;
  line-height: 1 !important;
  letter-spacing: .025em !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.snf-home-v2 .snf-home-grid {
  gap: 9px !important;
}
.snf-home-v2 .snf-home-grid .snf-home-card {
  aspect-ratio: 1 / 1 !important;
  min-height: 0 !important;
}
.snf-home-v2 .snf-home-card--recruit {
  aspect-ratio: 19 / 5.4 !important;
  min-height: 0 !important;
}

@media (max-width: 420px) {
  .snf-home-v2 {
    padding: 7px 7px 10px !important;
  }
  .snf-home-v2 .snf-home-v2__stage {
    gap: 7px !important;
  }
  .snf-home-v2 .snf-home-live {
    grid-template-columns: 1.6fr .88fr .88fr !important;
    min-height: 76px !important;
    margin: -23px 11px 0 !important;
    padding: 7px !important;
    gap: 5px !important;
    border-radius: 21px !important;
  }
  .snf-home-v2 .snf-home-live__item {
    grid-template-columns: 18px minmax(0,1fr) !important;
    padding: 6px 5px !important;
    gap: 5px !important;
  }
  .snf-home-v2 .snf-home-live__item .snf-drawer-icon,
  .snf-home-v2 .snf-home-live__item svg {
    width: 17px !important;
    height: 17px !important;
  }
  .snf-home-v2 .snf-home-live__item strong {
    font-size: clamp(12px, 3vw, 14px) !important;
  }
  .snf-home-v2 .snf-home-live__item:first-child strong {
    font-size: clamp(10px, 2.65vw, 12px) !important;
  }
  .snf-home-v2 .snf-home-live__item em {
    font-size: clamp(6.5px, 1.65vw, 8px) !important;
    margin-top: 2px !important;
  }
  .snf-home-v2 .snf-home-grid {
    gap: 8px !important;
  }
  .snf-home-v2 .snf-home-grid .snf-home-card {
    aspect-ratio: 1 / 1 !important;
  }
  .snf-home-v2 .snf-home-card--recruit {
    aspect-ratio: 19 / 5.2 !important;
  }
}


/* Homepage V2 flat live bar - v1.1.29 */
.snf-home-v2 .snf-home-live{background:#fff!important;gap:0!important;box-shadow:0 12px 26px rgba(0,0,0,.16)!important;border:1px solid rgba(219,161,126,.32)!important;}
.snf-home-v2 .snf-home-live__item{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;}
.snf-home-v2 .snf-home-live__item span:not(.snf-drawer-icon){min-width:0!important;}
.snf-home-v2 .snf-home-live__item:not(:last-child)::after{content:""!important;position:absolute!important;right:0!important;top:7px!important;bottom:7px!important;width:1px!important;background:rgba(0,0,0,.14)!important;}


/* v1.1.56: Force drawer panel to official Seattle Faithful red. */
#snf-drawer.snf-drawer .snf-drawer__inner,
.snf-drawer .snf-drawer__inner {
  background: #BC0C1C !important;
  background-image: none !important;
}


/* v1.1.57: hard override drawer background to official SNF red. */
html body #snf-drawer.snf-drawer,
html body #snf-drawer.snf-drawer .snf-drawer__inner {
  background: #BC0C1C !important;
  background-color: #BC0C1C !important;
  background-image: none !important;
}
html body #snf-drawer.snf-drawer * {
  --snf-drawer-red: #BC0C1C !important;
}


/* 49ers News RSS page */
.snf-news {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(22px, 5vw, 44px) clamp(16px, 4vw, 24px) 52px;
  font-family: inherit;
}
.snf-news-hero {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(135deg, #BC0C1C 0%, #8f0614 100%);
  color: #fff;
  padding: clamp(26px, 7vw, 54px);
  box-shadow: 0 18px 42px rgba(188, 12, 28, .22);
  margin-bottom: 18px;
}
.snf-news-hero:after {
  content: '';
  position: absolute;
  inset: auto -40px -90px auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(219, 161, 126, .18);
}
.snf-news-kicker {
  color: #dba17e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.snf-news-hero h1 {
  margin: 0;
  font-size: clamp(34px, 9vw, 72px);
  line-height: .92;
  letter-spacing: -.05em;
  text-transform: uppercase;
}
.snf-news-hero p {
  max-width: 680px;
  margin: 14px 0 0;
  color: rgba(255,255,255,.86);
  font-size: clamp(15px, 3.6vw, 18px);
  line-height: 1.45;
}
.snf-news-list {
  background: #fff;
  border: 1px solid rgba(188,12,28,.12);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(25, 25, 25, .08);
}
.snf-news-item + .snf-news-item {
  border-top: 1px solid rgba(25,25,25,.09);
}
.snf-news-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 0;
  background: #fff;
  color: #141414;
  text-align: left;
  padding: 15px 16px;
  cursor: pointer;
  font: inherit;
}
.snf-news-toggle:hover,
.snf-news-toggle:focus {
  background: #fff8f5;
}
.snf-news-chevron {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #BC0C1C;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  transform: rotate(0deg);
  transition: transform .18s ease;
}
.snf-news-toggle[aria-expanded="true"] .snf-news-chevron {
  transform: rotate(90deg);
}
.snf-news-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.snf-news-title {
  font-size: clamp(15px, 3.8vw, 18px);
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: -.015em;
}
.snf-news-meta {
  color: #7c2b2f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.snf-news-preview {
  padding: 0 16px 17px 52px;
  background: #fff;
  color: #303030;
}
.snf-news-preview p {
  margin: 0 0 12px;
  font-size: 14.5px;
  line-height: 1.5;
}
.snf-news-read {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #BC0C1C;
  color: #fff !important;
  text-decoration: none !important;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.snf-news-empty {
  background: #fff;
  border: 1px solid rgba(188,12,28,.12);
  border-radius: 18px;
  padding: 18px;
  color: #6d1c23;
  font-weight: 700;
}
@media (max-width: 520px) {
  .snf-news {
    padding-left: 12px;
    padding-right: 12px;
  }
  .snf-news-hero {
    border-radius: 22px;
    padding: 28px 22px;
  }
  .snf-news-list {
    border-radius: 18px;
  }
  .snf-news-toggle {
    padding: 14px 13px;
    gap: 10px;
  }
  .snf-news-preview {
    padding-left: 47px;
  }
}


/* v1.1.63: true square homepage tiles with full, uncropped artwork. */
.snf-home-v2 .snf-home-grid .snf-home-card,
html body.snf-home-v2-front-enabled .snf-home-v2 .snf-home-grid .snf-home-card {
  aspect-ratio: 1 / 1 !important;
  min-height: 0 !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* v1.1.65: compact mobile homepage while preserving true-square, uncropped tiles. */
@media (max-width: 600px) {
  html body.snf-home-v2-front-enabled .snf-home-v2,
  .snf-home-v2 {
    padding: 6px 6px 10px !important;
  }

  html body.snf-home-v2-front-enabled .snf-home-v2 .snf-home-v2__stage,
  .snf-home-v2 .snf-home-v2__stage {
    gap: 6px !important;
  }

  html body.snf-home-v2-front-enabled .snf-home-v2 .snf-home-grid,
  .snf-home-v2 .snf-home-grid {
    width: 88% !important;
    max-width: 88% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 8px !important;
  }

  html body.snf-home-v2-front-enabled .snf-home-v2 .snf-home-grid .snf-home-card,
  .snf-home-v2 .snf-home-grid .snf-home-card {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    min-height: 0 !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }

  html body.snf-home-v2-front-enabled .snf-home-v2 .snf-home-live,
  .snf-home-v2 .snf-home-live {
    min-height: 66px !important;
    margin: -20px 10px 0 !important;
    padding: 7px !important;
    gap: 5px !important;
  }

  html body.snf-home-v2-front-enabled .snf-home-v2 .snf-home-card--recruit,
  .snf-home-v2 .snf-home-card--recruit {
    margin-top: 0 !important;
  }
}

/* v1.1.66: definitive mobile no-scroll homepage sizing pass.
   Keep square, uncropped tiles while reducing the overall two-row footprint. */
@media (max-width: 600px) {
  html body.snf-home-v2-front-enabled .snf-home-v2,
  .snf-home-v2 {
    padding: 4px 6px 8px !important;
  }

  html body.snf-home-v2-front-enabled .snf-home-v2 .snf-home-v2__stage,
  .snf-home-v2 .snf-home-v2__stage {
    gap: 5px !important;
  }

  html body.snf-home-v2-front-enabled .snf-home-v2 .snf-home-grid,
  .snf-home-v2 .snf-home-grid {
    width: 82% !important;
    max-width: 82% !important;
    margin: 0 auto !important;
    gap: 7px !important;
  }

  html body.snf-home-v2-front-enabled .snf-home-v2 .snf-home-grid .snf-home-card,
  .snf-home-v2 .snf-home-grid .snf-home-card {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    min-height: 0 !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 14px !important;
  }

  html body.snf-home-v2-front-enabled .snf-home-v2 .snf-home-live,
  .snf-home-v2 .snf-home-live {
    min-height: 62px !important;
    margin: -18px 10px 0 !important;
    padding: 6px !important;
    gap: 4px !important;
  }

  html body.snf-home-v2-front-enabled .snf-home-v2 .snf-home-live__item,
  .snf-home-v2 .snf-home-live__item {
    padding: 5px 4px !important;
  }

  html body.snf-home-v2-front-enabled .snf-home-v2 .snf-home-card--recruit,
  .snf-home-v2 .snf-home-card--recruit {
    aspect-ratio: 19 / 5 !important;
    min-height: 0 !important;
    margin-top: 0 !important;
  }
}

/* v1.1.68: refine homepage framing and footer separation. */
@media (max-width: 600px) {
  html body.snf-home-v2-front-enabled .snf-home-v2 .snf-home-card--hero,
  .snf-home-v2 .snf-home-card--hero,
  html body.snf-home-v2-front-enabled .snf-home-v2 .snf-home-card--recruit,
  .snf-home-v2 .snf-home-card--recruit {
    width: 96% !important;
    max-width: 96% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html body.snf-home-v2-front-enabled .snf-home-v2 .snf-home-card--recruit,
  .snf-home-v2 .snf-home-card--recruit {
    margin-bottom: 0 !important;
  }
}


/* v1.1.69: match CTA-to-footer spacing to header-to-hero spacing.
   The homepage inline layout supplies the 10px bottom breathing room; avoid stacking
   an additional margin on the CTA itself. */
@media (max-width: 600px) {
  html body.snf-home-v2-front-enabled .snf-home-v2 .snf-home-card--recruit,
  .snf-home-v2 .snf-home-card--recruit {
    margin-bottom: 0 !important;
  }
}

/* Homepage hero vertical focal-point correction - v1.1.71
   The source art is wider than the hero, so `cover` only crops horizontally and
   background-position-y cannot visibly move it. Add a very slight hero-only
   zoom to create vertical overflow, then bias that crop upward so the crest is
   optically centered. */
@media (max-width: 600px) {
  html body.snf-home-v2-front-enabled .snf-home-v2 .snf-home-card--hero.snf-home-card--image,
  .snf-home-v2 .snf-home-card--hero.snf-home-card--image {
    background-size: auto 107% !important;
    background-position: center 60% !important;
    background-repeat: no-repeat !important;
  }
}

/* v1.1.73: height-aware mobile homepage spacing.
   JavaScript measures the real space between the active theme header and footer.
   Short screens retain the compact 5px baseline; taller screens share spare room
   between the major homepage sections instead of leaving a large empty footer gap. */
@media (max-width: 600px) {
  html body.snf-home-v2-front-enabled .snf-home-v2-front-mount,
  .snf-home-v2-front-mount {
    min-height: var(--snf-home-usable-height, auto) !important;
  }

  html body.snf-home-v2-front-enabled .snf-home-v2,
  .snf-home-v2-front-mount .snf-home-v2 {
    min-height: var(--snf-home-usable-height, auto) !important;
  }

  html body.snf-home-v2-front-enabled .snf-home-v2 .snf-home-v2__stage,
  .snf-home-v2-front-mount .snf-home-v2 .snf-home-v2__stage {
    gap: var(--snf-home-fluid-gap, 5px) !important;
  }
}


/* v1.1.74: eliminate tall-device dead space below the homepage CTA.
   The stage fills the measured usable height and distributes spare room
   between its four major sections rather than leaving it at the bottom. */
@media (max-width: 600px) {
  html body.snf-home-v2-front-enabled .snf-home-v2-front-mount,
  .snf-home-v2-front-mount {
    min-height: var(--snf-home-usable-height, auto) !important;
  }

  html body.snf-home-v2-front-enabled .snf-home-v2,
  .snf-home-v2-front-mount .snf-home-v2 {
    min-height: var(--snf-home-usable-height, auto) !important;
  }

  html body.snf-home-v2-front-enabled .snf-home-v2 .snf-home-v2__stage,
  .snf-home-v2-front-mount .snf-home-v2 .snf-home-v2__stage {
    min-height: var(--snf-home-stage-height, auto) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    gap: 5px !important;
  }
}

/* v1.1.75: The Faithful story is now featured inside the About page. */
.snf-about-section-heading--faithful { margin-top: 24px; }
.snf-about-faithful {
  display: grid;
  gap: 12px;
  margin-top: 10px;
}
.snf-about-faithful-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 20px;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg, #8f101c, #bc0c1c);
  border: 1px solid rgba(219,161,126,.55);
  box-shadow: 0 12px 26px rgba(68,0,8,.16);
}
.snf-about-faithful-intro h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4.8vw, 46px);
  line-height: .96;
  font-weight: 1000;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.snf-about-faithful-intro p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.88);
  font-size: 15px;
  line-height: 1.42;
  font-weight: 650;
}
.snf-about-faithful-stat {
  min-width: 112px;
  padding: 13px 15px;
  text-align: center;
  border-radius: 17px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(219,161,126,.55);
}
.snf-about-faithful-stat strong,
.snf-about-faithful-stat span { display: block; }
.snf-about-faithful-stat strong {
  color: #dba17e;
  font-size: 23px;
  line-height: 1;
  font-weight: 1000;
}
.snf-about-faithful-stat span {
  margin-top: 5px;
  color: rgba(255,255,255,.86);
  font-size: 10px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.snf-about-faithful-video-card,
.snf-about-faithful-story-grid,
.snf-about-faithful-quote,
.snf-about-faithful-cta { margin-top: 0; }
@media (max-width: 600px) {
  .snf-about-section-heading--faithful { margin-top: 20px; }
  .snf-about-faithful { gap: 10px; }
  .snf-about-faithful-intro {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 17px;
    border-radius: 19px;
  }
  .snf-about-faithful-intro h3 { font-size: clamp(30px, 10vw, 43px); }
  .snf-about-faithful-intro p { font-size: 14px; }
  .snf-about-faithful-stat {
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 7px;
    padding: 10px 12px;
  }
  .snf-about-faithful-stat span { margin-top: 0; }
}

/* v1.1.77: Condensed mobile About flow. Desktop presentation is unchanged. */
.snf-about-mobile-more { display: none; }

@media (max-width: 600px) {
  .snf-about {
    padding-bottom: 24px;
  }
  .snf-about-hero {
    padding: 19px 18px 20px;
  }
  .snf-about-hero h1 {
    font-size: clamp(34px, 10.5vw, 46px);
    line-height: .98;
  }
  .snf-about-hero p {
    margin-top: 9px;
    font-size: 14.5px;
    line-height: 1.34;
  }
  .snf-about-hero-note { display: none; }

  .snf-about-info-grid {
    margin-top: 10px;
    gap: 8px;
  }
  .snf-about-info-card {
    padding: 13px 14px;
    border-radius: 16px;
  }
  .snf-about-info-card p {
    font-size: 13.5px;
    line-height: 1.38;
  }
  .snf-about-info-card--membership,
  .snf-about-info-card--conduct { display: none; }

  .snf-about-section-heading--faithful {
    margin-top: 16px;
  }
  .snf-about-section-heading--faithful h2 {
    font-size: clamp(25px, 7.6vw, 34px);
  }
  .snf-about-faithful {
    margin-top: 7px;
    gap: 8px;
  }
  .snf-about-faithful-intro {
    padding: 14px;
    gap: 9px;
    border-radius: 17px;
  }
  .snf-about-faithful-intro h3 {
    font-size: clamp(27px, 9vw, 38px);
  }
  .snf-about-faithful-intro p {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.32;
  }
  .snf-about-faithful-stat {
    padding: 8px 10px;
  }
  .snf-about-faithful-video-card {
    padding: 9px;
    border-radius: 16px;
  }
  .snf-faithful-video-heading {
    margin-bottom: 7px;
    font-size: 12px;
  }
  .snf-about-faithful-story-grid,
  .snf-about-faithful-cta { display: none; }
  .snf-about-faithful-quote {
    padding: 14px;
    border-radius: 16px;
  }
  .snf-about-faithful-quote p {
    font-size: clamp(18px, 6vw, 24px);
    line-height: 1.1;
  }

  .snf-about-section-heading:not(.snf-about-section-heading--faithful) {
    margin-top: 18px;
  }
  .snf-about-section-heading h2 {
    font-size: clamp(25px, 7.5vw, 34px);
  }
  .snf-about-people-grid--officers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .snf-about-people-grid--officers .snf-about-person-card {
    min-height: 122px;
    padding: 10px 7px;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    text-align: center;
  }
  .snf-about-people-grid--officers .snf-about-person-photo {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }
  .snf-about-people-grid--officers .snf-about-person-meta {
    align-items: center;
  }
  .snf-about-people-grid--officers .snf-about-person-meta strong {
    font-size: 13px;
    line-height: 1.08;
  }
  .snf-about-people-grid--officers .snf-about-person-meta span {
    font-size: 10.5px;
    line-height: 1.15;
  }
  .snf-about-person-card {
    padding: 10px;
    border-radius: 16px;
  }
  .snf-about-person-photo {
    width: 54px;
    height: 54px;
  }
  .snf-about-person-meta strong { font-size: 15px; }
  .snf-about-person-meta span { font-size: 12px; }

  .snf-about-mobile-more {
    display: block;
    margin-top: 9px;
    border: 1px solid rgba(219,161,126,.65);
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 7px 18px rgba(68,0,8,.08);
  }
  .snf-about-mobile-more summary {
    position: relative;
    list-style: none;
    cursor: pointer;
    padding: 13px 42px 13px 14px;
    color: #8f101c;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 950;
    letter-spacing: .025em;
    text-transform: uppercase;
  }
  .snf-about-mobile-more summary::-webkit-details-marker { display: none; }
  .snf-about-mobile-more summary:after {
    content: '+';
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #dba17e;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
  }
  .snf-about-mobile-more[open] summary:after { content: '–'; }
  .snf-about-mobile-more[open] summary {
    border-bottom: 1px solid rgba(219,161,126,.42);
    background: #fdf7f3;
  }
  .snf-about-mobile-more__body {
    display: grid;
    gap: 8px;
    padding: 10px;
  }
  .snf-about-mobile-more__body article {
    padding: 11px;
    border-radius: 12px;
    background: #fbf4ef;
  }
  .snf-about-mobile-more__body span {
    display: block;
    color: #8f101c;
    font-size: 11px;
    line-height: 1.1;
    font-weight: 950;
    letter-spacing: .07em;
    text-transform: uppercase;
  }
  .snf-about-mobile-more__body p {
    margin: 6px 0 0;
    color: rgba(35,7,10,.78);
    font-size: 13px;
    line-height: 1.38;
    font-weight: 650;
  }
  .snf-about-council-section {
    display: block;
  }
  .snf-about-people-grid--council {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .snf-about-people-grid--council .snf-about-person-card {
    min-height: 116px;
    padding: 10px 7px;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    text-align: center;
  }
  .snf-about-people-grid--council .snf-about-person-photo {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }
  .snf-about-people-grid--council .snf-about-person-meta {
    align-items: center;
  }
  .snf-about-people-grid--council .snf-about-person-meta strong {
    font-size: 13px;
    line-height: 1.08;
  }
  .snf-about-people-grid--council .snf-about-person-meta span {
    font-size: 10.5px;
  }
  .snf-about-faithful-quote {
    display: none;
  }
  .snf-about-mobile-story-quote {
    background: #f7e8df !important;
    border: 1px solid rgba(219,161,126,.55);
  }
}

/* v1.1.81: Compact automatic drawer social row using Membership Social CTA URLs. */
/* v1.1.82: Added menu-only Heater flame SVG icon option. */
.snf-drawer__social-block {
  margin: 2px 0 0;
  padding: 0 0 12px;
}
.snf-drawer__social-title {
  margin-bottom: 9px;
}
.snf-drawer__social-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.snf-drawer__social-link {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  transition: background .16s ease, border-color .16s ease, transform .16s ease;
}
.snf-drawer__social-link:hover,
.snf-drawer__social-link:focus {
  color: #fff;
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.28);
  outline: none;
  transform: translateY(-1px);
}
.snf-drawer__social-link .snf-drawer-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  color: #fff;
  transform: none;
}
.snf-drawer__social-link .snf-drawer-icon svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 600px) {
  .snf-drawer__social-block { padding-bottom: 11px; }
  .snf-drawer__social-row { gap: 11px; }
  .snf-drawer__social-link { width: 32px; height: 32px; }
}
/* Hide old social link rows when they are still present in the WP drawer menu. The compact row below replaces them. */
.snf-drawer-menu .snf-drawer-item:has(.snf-drawer-icon--facebook),
.snf-drawer-menu .snf-drawer-item:has(.snf-drawer-icon--discord),
.snf-drawer-menu .snf-drawer-item:has(.snf-drawer-icon--instagram),
.snf-drawer-menu .snf-drawer-item:has(.snf-drawer-icon--x-twitter) {
  display: none;
}

/* v1.1.84: About page consolidation and membership landing cleanup. */
.snf-about-info-grid--identity {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.snf-about-section-heading--activity {
  margin-top: 24px;
}
.snf-about-activity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.snf-about-activity-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 190px;
  margin: 0;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(219,161,126,.32);
  box-shadow: 0 12px 24px rgba(52,24,8,.08);
}
.snf-about-activity-card__label,
.snf-about-card-label {
  display: block;
  margin-bottom: 8px;
  color: var(--snf-exp-gold);
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.snf-about-activity-card h3,
.snf-about-expectations-card h2,
.snf-about-conduct-card h2 {
  margin: 0;
  color: var(--snf-exp-ink);
  font-weight: 950;
  letter-spacing: -.035em;
}
.snf-about-activity-card h3 {
  font-size: 21px;
  line-height: 1.05;
}
.snf-about-activity-card p {
  margin: 10px 0 0;
  color: rgba(34,21,22,.76);
  font-size: 14px;
  line-height: 1.43;
  font-weight: 600;
}
.snf-about-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  gap: 7px;
  min-height: 34px;
  margin-top: auto;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--snf-exp-red), var(--snf-exp-red-dark));
  border: 1px solid rgba(219,161,126,.6);
  text-decoration: none;
  box-shadow: 0 7px 16px rgba(80,0,10,.14);
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .03em;
}
.snf-about-pill:hover,
.snf-about-pill:focus {
  color: #fff;
  transform: translateY(-1px);
}
.snf-about-pill .snf-drawer-icon {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  color: var(--snf-exp-gold);
}
.snf-about-pill .snf-drawer-icon svg {
  width: 15px;
  height: 15px;
}
.snf-about-standards-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 12px;
  margin-top: 12px;
}
.snf-about-expectations-card,
.snf-about-conduct-card {
  min-width: 0;
  margin: 0;
  padding: 20px;
  border-radius: 22px;
  box-shadow: 0 12px 26px rgba(52,24,8,.09);
}
.snf-about-expectations-card {
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(219,161,126,.34);
}
.snf-about-expectations-card h2,
.snf-about-conduct-card h2 {
  font-size: clamp(23px, 2.8vw, 32px);
  line-height: 1.02;
}
.snf-about-expectations-card ul {
  display: grid;
  gap: 10px;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.snf-about-expectations-card li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  color: rgba(34,21,22,.78);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}
.snf-about-expectations-card li .snf-drawer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--snf-exp-red);
  background: rgba(219,161,126,.2);
  border: 1px solid rgba(219,161,126,.45);
  border-radius: 999px;
}
.snf-about-expectations-card li .snf-drawer-icon svg {
  width: 14px;
  height: 14px;
  stroke-width: 2.5;
}
.snf-about-conduct-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  color: #fff;
  background: radial-gradient(circle at 8% 10%, rgba(255,255,255,.12), transparent 36%), linear-gradient(135deg, var(--snf-exp-red), var(--snf-exp-red-dark));
  border: 1px solid rgba(219,161,126,.55);
}
.snf-about-conduct-card .snf-about-card-label {
  color: var(--snf-exp-gold);
}
.snf-about-conduct-card h2 {
  color: #fff;
}
.snf-about-conduct-card p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 14px;
  line-height: 1.43;
  font-weight: 650;
}
.snf-about-pill--light {
  flex: 0 0 auto;
  margin-top: 0;
  color: var(--snf-exp-red-dark);
  background: #fff;
  border-color: rgba(255,255,255,.75);
  box-shadow: 0 8px 20px rgba(0,0,0,.16);
}
.snf-about-pill--light:hover,
.snf-about-pill--light:focus {
  color: var(--snf-exp-red-dark);
}

@media (max-width: 760px) {
  .snf-about-info-grid--identity,
  .snf-about-activity-grid,
  .snf-about-standards-grid {
    grid-template-columns: 1fr;
  }
  .snf-about-section-heading--activity {
    margin-top: 18px;
  }
  .snf-about-activity-grid,
  .snf-about-standards-grid {
    gap: 9px;
  }
  .snf-about-activity-card {
    min-height: 0;
  }
  .snf-about-conduct-card {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .snf-about-pill--light {
    justify-self: start;
  }
}

@media (max-width: 430px) {
  .snf-about-activity-card,
  .snf-about-expectations-card,
  .snf-about-conduct-card {
    padding: 15px;
    border-radius: 18px;
  }
  .snf-about-activity-card h3 {
    font-size: 19px;
  }
  .snf-about-expectations-card h2,
  .snf-about-conduct-card h2 {
    font-size: 24px;
  }
  .snf-about-activity-card p,
  .snf-about-expectations-card li,
  .snf-about-conduct-card p {
    font-size: 13.5px;
  }
}

/* v1.1.128: Contact page, SMTP delivery, and branded form notices */
.snf-contact {
  --snf-exp-red: #b40018;
  --snf-exp-red-dark: #850012;
  --snf-exp-gold: #dba17e;
  --snf-exp-cream: #fff8ee;
  --snf-exp-ink: #241516;
  width: min(100%, 860px);
  margin: 0 auto;
  padding: clamp(18px, 3vw, 36px) 16px 48px;
  color: var(--snf-exp-ink);
}
.snf-contact,
.snf-contact * { box-sizing: border-box; }
.snf-contact__hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(219,161,126,.55);
  border-radius: 28px 28px 0 0;
  color: #fff;
  background:
    radial-gradient(circle at 12% 8%, rgba(255,255,255,.16), transparent 34%),
    linear-gradient(135deg, var(--snf-exp-red), var(--snf-exp-red-dark));
  box-shadow: 0 18px 42px rgba(44,0,8,.18);
}
.snf-contact__hero::after {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  right: -150px;
  bottom: -230px;
  border-radius: 999px;
  border: 42px solid rgba(219,161,126,.08);
  pointer-events: none;
}
.snf-contact__hero-copy,
.snf-contact__hero-icon { position: relative; z-index: 1; }
.snf-contact__hero-icon {
  width: 68px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--snf-exp-gold);
  background: rgba(71,0,9,.34);
  border: 2px solid rgba(219,161,126,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 10px 25px rgba(0,0,0,.16);
}
.snf-contact__hero-icon .snf-drawer-icon,
.snf-contact__hero-icon .snf-drawer-icon svg {
  width: 31px;
  height: 31px;
  min-width: 31px;
  transform: none;
}
.snf-contact__kicker {
  display: block;
  margin-bottom: 7px;
  color: var(--snf-exp-gold);
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.snf-contact__hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 6vw, 58px);
  line-height: .94;
  font-weight: 950;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.snf-contact__hero p {
  max-width: 650px;
  margin: 12px 0 0;
  color: rgba(255,255,255,.88);
  font-size: 15px;
  line-height: 1.42;
  font-weight: 700;
}
.snf-contact__panel {
  position: relative;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid rgba(219,161,126,.38);
  border-top: 0;
  border-radius: 0 0 28px 28px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 18px 42px rgba(52,24,8,.10);
}
.snf-contact__notice {
  display: grid;
  gap: 4px;
  margin: 0 0 20px;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.38;
  font-weight: 700;
}
.snf-contact__notice strong {
  font-size: 16px;
  line-height: 1.15;
  font-weight: 950;
}
.snf-contact__notice--success {
  color: #6f0718;
  background: linear-gradient(135deg, #fff8ee 0%, #f8e7dd 100%);
  border: 1px solid rgba(221,162,123,.82);
  box-shadow: inset 4px 0 0 #bc0c1c, 0 8px 20px rgba(86,0,14,.08);
}
.snf-contact__notice--error {
  color: #7f0012;
  background: #fff0f2;
  border: 1px solid rgba(180,0,24,.25);
}
.snf-contact__form { display: grid; gap: 17px; }
.snf-contact__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.snf-contact__field { min-width: 0; }
.snf-contact__field label {
  display: block;
  margin: 0 0 7px;
  color: var(--snf-exp-ink);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
}
.snf-contact__field label span { color: var(--snf-exp-red); }
.snf-contact__field input,
.snf-contact__field select,
.snf-contact__field textarea {
  width: 100%;
  max-width: none;
  margin: 0;
  border: 1px solid rgba(89,48,50,.22);
  border-radius: 14px;
  color: var(--snf-exp-ink);
  background: var(--snf-exp-cream);
  box-shadow: inset 0 1px 2px rgba(39,10,12,.04);
  font: inherit;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 650;
  outline: none;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}
.snf-contact__field input,
.snf-contact__field select { min-height: 52px; padding: 11px 13px; }
.snf-contact__field textarea { min-height: 170px; padding: 13px; resize: vertical; }
.snf-contact__field select {
  appearance: auto;
  -webkit-appearance: menulist;
}
.snf-contact__field input:focus,
.snf-contact__field select:focus,
.snf-contact__field textarea:focus {
  border-color: var(--snf-exp-gold);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(219,161,126,.2);
}
.snf-contact__submit {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 2px 0 0;
  padding: 12px 22px;
  border: 1px solid rgba(219,161,126,.64);
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--snf-exp-red), var(--snf-exp-red-dark));
  box-shadow: 0 12px 26px rgba(123,0,17,.20), inset 0 1px 0 rgba(255,255,255,.12);
  font-size: 16px;
  line-height: 1;
  font-weight: 950;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.snf-contact__submit:hover,
.snf-contact__submit:focus {
  color: #fff;
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow: 0 15px 30px rgba(123,0,17,.25), inset 0 1px 0 rgba(255,255,255,.14);
  outline: none;
}
.snf-contact__submit:focus-visible {
  box-shadow: 0 0 0 3px rgba(219,161,126,.32), 0 15px 30px rgba(123,0,17,.25);
}
.snf-contact__submit .snf-drawer-icon,
.snf-contact__submit .snf-drawer-icon svg {
  width: 21px;
  height: 21px;
  min-width: 21px;
  color: var(--snf-exp-gold);
  transform: none;
}
.snf-contact__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
@media (max-width: 620px) {
  .snf-contact { padding: 12px 12px 30px; }
  .snf-contact__hero {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 22px 20px 23px;
    border-radius: 23px 23px 0 0;
  }
  .snf-contact__hero-icon { width: 55px; height: 55px; }
  .snf-contact__hero-icon .snf-drawer-icon,
  .snf-contact__hero-icon .snf-drawer-icon svg { width: 26px; height: 26px; min-width: 26px; }
  .snf-contact__hero h1 { font-size: clamp(37px, 11vw, 52px); }
  .snf-contact__hero p { margin-top: 10px; font-size: 14px; line-height: 1.36; }
  .snf-contact__panel { padding: 18px 16px 20px; border-radius: 0 0 23px 23px; }
  .snf-contact__grid { grid-template-columns: 1fr; gap: 17px; }
  .snf-contact__form { gap: 16px; }
  .snf-contact__field input,
  .snf-contact__field select { min-height: 50px; }
  .snf-contact__field textarea { min-height: 155px; }
}

/* v1.1.136: first-visit Seattle Faithful welcome modal. */
.snf-welcome-modal[hidden] {
  display: none !important;
}

.snf-welcome-modal {
  position: fixed;
  inset: 0;
  z-index: 100010;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}

.snf-welcome-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.snf-welcome-modal.is-closing {
  opacity: 0;
  visibility: visible;
}

.snf-welcome-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 3, 5, .7);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.snf-welcome-modal__dialog {
  position: relative;
  width: min(100%, 430px);
  max-height: min(88vh, 680px);
  overflow: auto;
  border: 1px solid rgba(219, 161, 126, .72);
  border-radius: 24px;
  background: #fff;
  color: #171717;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .36);
  transform: translateY(14px) scale(.985);
  opacity: 0;
  transition: transform .22s cubic-bezier(.2, .8, .2, 1), opacity .2s ease;
  outline: none;
}

.snf-welcome-modal.is-open .snf-welcome-modal__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.snf-welcome-modal.is-closing .snf-welcome-modal__dialog {
  transform: translateY(8px) scale(.99);
  opacity: 0;
}

.snf-welcome-modal__header {
  position: relative;
  padding: 27px 26px 24px;
  overflow: hidden;
  border-radius: 23px 23px 0 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(255,255,255,.14), transparent 35%),
    linear-gradient(145deg, #c20d1e 0%, #a80017 100%);
  color: #fff;
  text-align: center;
}

.snf-welcome-modal__header::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -64px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(219, 161, 126, .18);
  border-radius: 999px;
  box-shadow: 0 0 0 22px rgba(219, 161, 126, .06), 0 0 0 46px rgba(219, 161, 126, .035);
  pointer-events: none;
}

.snf-welcome-modal__eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  margin: 0 0 13px;
  padding: 5px 10px;
  border: 1px solid rgba(219, 161, 126, .5);
  border-radius: 999px;
  color: #f4c7a8;
  background: rgba(40, 0, 5, .16);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.snf-welcome-modal__mark {
  position: relative;
  z-index: 1;
  width: 47px;
  height: 47px;
  margin: 0 auto 13px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #dba17e;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
}

.snf-welcome-modal__mark svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
  stroke: none;
}

.snf-welcome-modal__header h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 6vw, 32px);
  font-weight: 950;
  line-height: .98;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.snf-welcome-modal__header p {
  position: relative;
  z-index: 1;
  max-width: 330px;
  margin: 12px auto 0;
  color: rgba(255,255,255,.86);
  font-size: 14px;
  line-height: 1.45;
}

.snf-welcome-modal__close {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(56, 0, 8, .22);
  cursor: pointer;
}

.snf-welcome-modal__close span {
  position: absolute;
  top: 15px;
  left: 9px;
  width: 15px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
}

.snf-welcome-modal__close span:first-child { transform: rotate(45deg); }
.snf-welcome-modal__close span:last-child { transform: rotate(-45deg); }
.snf-welcome-modal__close:hover { background: rgba(56, 0, 8, .38); }
.snf-welcome-modal__close:focus-visible,
.snf-welcome-modal__primary:focus-visible,
.snf-welcome-modal__login:focus-visible,
.snf-welcome-modal__explore:focus-visible {
  outline: 3px solid rgba(219, 161, 126, .76);
  outline-offset: 3px;
}

.snf-welcome-modal__body {
  padding: 22px 24px 21px;
}

.snf-welcome-modal__benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 12px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.snf-welcome-modal__benefits li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 0;
  color: #262626;
  font-size: 12.5px;
  font-weight: 750;
  line-height: 1.3;
}

.snf-welcome-modal__benefits li span {
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(188, 12, 28, .1);
  color: #BC0C1C;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

.snf-welcome-modal__primary {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #970014;
  border-radius: 14px;
  background: #BC0C1C;
  color: #f5c7a7 !important;
  box-shadow: 0 8px 18px rgba(188, 12, 28, .2);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .045em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}

.snf-welcome-modal__primary:hover {
  background: #a80017;
  color: #fff1e7 !important;
}

.snf-welcome-modal__login {
  display: block;
  margin: 14px 0 0;
  color: #4f4f4f !important;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
}

.snf-welcome-modal__login strong {
  color: #BC0C1C;
  font-weight: 900;
}

.snf-welcome-modal__explore {
  display: block;
  margin: 11px auto 0;
  padding: 4px 8px;
  border: 0;
  background: transparent;
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-color: rgba(109,109,109,.35);
  text-underline-offset: 3px;
  cursor: pointer;
}

body.snf-welcome-open {
  overflow: hidden;
}

@media (max-width: 520px) {
  .snf-welcome-modal {
    align-items: end;
    padding: 12px;
  }

  .snf-welcome-modal__dialog {
    width: 100%;
    max-height: calc(100dvh - 24px);
    border-radius: 22px;
    transform: translateY(24px);
  }

  .snf-welcome-modal__header {
    padding: 23px 20px 20px;
    border-radius: 21px 21px 0 0;
  }

  .snf-welcome-modal__eyebrow {
    margin-bottom: 10px;
  }

  .snf-welcome-modal__mark {
    width: 42px;
    height: 42px;
    margin-bottom: 11px;
  }

  .snf-welcome-modal__header p {
    margin-top: 9px;
    font-size: 13.5px;
  }

  .snf-welcome-modal__body {
    padding: 19px 19px 17px;
  }

  .snf-welcome-modal__benefits {
    gap: 9px 10px;
    margin-bottom: 17px;
  }

  .snf-welcome-modal__benefits li {
    font-size: 12px;
  }

  .snf-welcome-modal__primary {
    min-height: 47px;
  }
}

@media (max-width: 350px) {
  .snf-welcome-modal__benefits {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .snf-welcome-modal,
  .snf-welcome-modal__dialog {
    transition: none !important;
  }
}

/* SNF Experience v1.1.142 — linked About-page council photos. */
a.snf-about-person-photo {
  color: inherit;
  text-decoration: none;
}
.snf-about-person-photo--linked {
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.snf-about-person-photo--linked:hover,
.snf-about-person-photo--linked:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(219,161,126,.9);
  box-shadow: 0 5px 12px rgba(99,8,20,.16);
}

/* SNF Experience v1.1.143 — full linked council tiles and stable return rendering. */
a.snf-about-person-card {
  color: inherit;
  text-decoration: none;
}
.snf-about-person-card.has-profile-link {
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
  -webkit-tap-highlight-color: transparent;
}
.snf-about-person-card.has-profile-link:hover,
.snf-about-person-card.has-profile-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(219,161,126,.78);
  background: #fff;
  box-shadow: 0 12px 24px rgba(52,24,8,.12);
  outline: none;
}
.snf-about-person-card.has-profile-link:focus-visible {
  box-shadow: 0 0 0 3px rgba(219,161,126,.34), 0 12px 24px rgba(52,24,8,.12);
}
.snf-about-person-card.has-profile-link .snf-about-person-photo {
  transition: border-color .16s ease, box-shadow .16s ease;
}
.snf-about-person-card.has-profile-link:hover .snf-about-person-photo,
.snf-about-person-card.has-profile-link:focus-visible .snf-about-person-photo {
  border-color: rgba(219,161,126,.9);
  box-shadow: 0 5px 12px rgba(99,8,20,.14);
}
/* The council portraits are above-the-fold interaction targets. Eager loading
   avoids the visible lazy-load repaint when returning from a member profile. */
.snf-about-person-photo img {
  background: linear-gradient(135deg, var(--snf-exp-red), var(--snf-exp-red-dark));
}

/* v1.1.145: conditional Captain Hub drawer utility. */
.snf-drawer__utility-link--captain::before {
  content: "★";
  font-size: 12px;
  line-height: 1;
  margin-right: 6px;
  color: var(--snf-drawer-gold, var(--snf-nav-gold));
}

/* SNF Experience v1.1.160 — unified public page hero system.
   Member Hub, Game Hub, homepage artwork, and event-art heroes are deliberately
   excluded so their specialized layouts and imagery remain untouched. */
:root {
  --snf-page-hero-red: #bc0c1c;
  --snf-page-hero-red-dark: #4f0308;
  --snf-page-hero-red-mid: #8a0610;
  --snf-page-hero-gold: #dba17e;
}

html body :is(
  .snf-charity-hero,
  .snf-locations-hero,
  .snf-about-hero,
  .snf-membership-hero,
  .snf-conduct-hero,
  .snf-join__hero,
  .snf-faithful-hero,
  .snf-news-hero,
  .snf-contact__hero,
  .snf-cf-hero
) {
  position: relative !important;
  isolation: isolate !important;
  display: block !important;
  overflow: hidden !important;
  min-height: 168px;
  padding: 30px 30px 31px !important;
  border: 1px solid rgba(219,161,126,.58) !important;
  border-radius: 24px !important;
  background-color: var(--snf-page-hero-red) !important;
  background-image:
    radial-gradient(circle at 14% 8%, rgba(255,255,255,.16), transparent 31%),
    linear-gradient(135deg, var(--snf-page-hero-red-mid) 0%, var(--snf-page-hero-red) 48%, var(--snf-page-hero-red-dark) 100%) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  color: #fff !important;
  box-shadow: 0 16px 38px rgba(79,4,13,.20) !important;
}

html body :is(
  .snf-charity-hero,
  .snf-locations-hero,
  .snf-about-hero,
  .snf-membership-hero,
  .snf-conduct-hero,
  .snf-join__hero,
  .snf-faithful-hero,
  .snf-news-hero,
  .snf-contact__hero,
  .snf-cf-hero
)::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(90deg, rgba(0,0,0,.16) 0%, rgba(0,0,0,.025) 62%, rgba(0,0,0,.16) 100%) !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: none !important;
}

html body :is(
  .snf-charity-hero,
  .snf-locations-hero,
  .snf-about-hero,
  .snf-membership-hero,
  .snf-conduct-hero,
  .snf-join__hero,
  .snf-faithful-hero,
  .snf-news-hero,
  .snf-contact__hero,
  .snf-cf-hero
)::after {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  top: 50% !important;
  right: clamp(-108px, -7vw, -52px) !important;
  bottom: auto !important;
  left: auto !important;
  width: clamp(240px, 34vw, 360px) !important;
  height: clamp(240px, 34vw, 360px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-image: var(--snf-site-hero-logo, none) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  opacity: .085 !important;
  filter: grayscale(1) brightness(4.2) !important;
  transform: translateY(-50%) rotate(-10deg) !important;
  transform-origin: center !important;
  pointer-events: none !important;
}

html body :is(
  .snf-charity-hero,
  .snf-locations-hero,
  .snf-about-hero,
  .snf-membership-hero,
  .snf-conduct-hero,
  .snf-join__hero,
  .snf-faithful-hero,
  .snf-news-hero,
  .snf-contact__hero,
  .snf-cf-hero
) > * {
  position: relative !important;
  z-index: 1 !important;
}

html body :is(
  .snf-charity-kicker,
  .snf-locations-kicker,
  .snf-about-kicker,
  .snf-membership-kicker,
  .snf-conduct-kicker,
  .snf-join__kicker,
  .snf-faithful-kicker,
  .snf-news-kicker,
  .snf-contact__kicker,
  .snf-cf-kicker
) {
  display: block !important;
  margin: 0 0 7px !important;
  color: var(--snf-page-hero-gold) !important;
  font-size: 11px !important;
  line-height: 1.15 !important;
  font-weight: 950 !important;
  letter-spacing: .15em !important;
  text-transform: uppercase !important;
}

html body :is(
  .snf-charity-hero,
  .snf-locations-hero,
  .snf-about-hero,
  .snf-membership-hero,
  .snf-conduct-hero,
  .snf-join__hero,
  .snf-faithful-hero,
  .snf-news-hero,
  .snf-contact__hero,
  .snf-cf-hero
) h1 {
  position: relative !important;
  z-index: 1 !important;
  max-width: 780px !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: clamp(34px, 6vw, 56px) !important;
  line-height: .96 !important;
  font-weight: 950 !important;
  letter-spacing: -.045em !important;
  text-shadow: none !important;
}

html body :is(
  .snf-charity-hero,
  .snf-locations-hero,
  .snf-about-hero,
  .snf-membership-hero,
  .snf-conduct-hero,
  .snf-join__hero,
  .snf-faithful-hero,
  .snf-news-hero,
  .snf-contact__hero,
  .snf-cf-hero
) p {
  position: relative !important;
  z-index: 1 !important;
  max-width: 720px !important;
  margin: 11px 0 0 !important;
  color: rgba(255,255,255,.88) !important;
  font-size: 15px !important;
  line-height: 1.48 !important;
}

/* The old Contact icon tile was itself acting as a second hero mark. */
html body .snf-contact__hero-icon {
  display: none !important;
}
html body .snf-contact__hero-copy {
  width: 100% !important;
  max-width: 780px !important;
}

@media (max-width: 640px) {
  html body :is(
    .snf-charity-hero,
    .snf-locations-hero,
    .snf-about-hero,
    .snf-membership-hero,
    .snf-conduct-hero,
    .snf-join__hero,
    .snf-faithful-hero,
    .snf-news-hero,
    .snf-contact__hero,
    .snf-cf-hero
  ) {
    min-height: 148px;
    padding: 23px 20px 24px !important;
    border-radius: 20px !important;
  }

  html body :is(
    .snf-charity-hero,
    .snf-locations-hero,
    .snf-about-hero,
    .snf-membership-hero,
    .snf-conduct-hero,
    .snf-join__hero,
    .snf-faithful-hero,
    .snf-news-hero,
    .snf-contact__hero,
    .snf-cf-hero
  )::after {
    right: -88px !important;
    width: 230px !important;
    height: 230px !important;
    opacity: .07 !important;
  }

  html body :is(
    .snf-charity-hero,
    .snf-locations-hero,
    .snf-about-hero,
    .snf-membership-hero,
    .snf-conduct-hero,
    .snf-join__hero,
    .snf-faithful-hero,
    .snf-news-hero,
    .snf-contact__hero,
    .snf-cf-hero
  ) h1 {
    font-size: clamp(34px, 11vw, 48px) !important;
  }

  html body :is(
    .snf-charity-hero,
    .snf-locations-hero,
    .snf-about-hero,
    .snf-membership-hero,
    .snf-conduct-hero,
    .snf-join__hero,
    .snf-faithful-hero,
    .snf-news-hero,
    .snf-contact__hero,
    .snf-cf-hero
  ) p {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }
}
