/* Shared chrome — nav, wordmark, footer (homepage-aligned) */
:root {
  --ink: #1a1410;
  --ink2: #3a2e22;
  --ink-wordmark: #2c2318;
  --beige: #faf7f2;
  --beige2: #f4ede0;
  --beige3: #e8dece;
  --gold: #c4a05a;
  --muted: #9a8c7a;
  --white: #ffffff;
}

.lbl-short {
  display: none;
}

.wordmark {
  font-family: "Cormorant", serif;
  font-size: clamp(26px, 3.2vw, 30px);
  font-weight: 600;
  color: var(--ink-wordmark);
  letter-spacing: -0.3px;
  line-height: 1;
  text-decoration: none;
}

.wordmark em {
  font-style: normal;
  color: var(--gold);
}

.foot-wordmark {
  font-family: "Cormorant", serif;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.3px;
  line-height: 1;
}

.foot-wordmark em {
  font-style: normal;
  color: var(--gold);
}

.sb-club-wordmark {
  font-family: "Cormorant", serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.sb-club-wordmark em {
  font-style: normal;
  color: var(--gold);
}

/* Article nav */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 500;
  height: 68px;
  padding: 0 clamp(16px, 4vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(244, 237, 224, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1.5px solid var(--beige3);
  box-shadow: 0 2px 12px rgba(26, 20, 16, 0.07);
}

.site-nav .nav-logo {
  display: flex;
  align-items: center;
  min-width: 0;
  flex-shrink: 0;
}

.nav-back {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  transition: color 0.18s;
  min-width: 0;
}

.nav-back:hover {
  color: var(--ink);
}

.nav-back svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.nav-cta {
  padding: 8px 22px;
  border-radius: 6px;
  background: var(--ink);
  border: 1.5px solid var(--beige3);
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
  cursor: pointer;
  transition: all 0.18s;
  white-space: nowrap;
  flex-shrink: 0;
}

.nav-cta:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* Legal / utility page header */
.site-chrome-header {
  position: sticky;
  top: 0;
  z-index: 500;
  height: 68px;
  padding: 0 clamp(16px, 4vw, 48px);
  display: flex;
  align-items: center;
  background: rgba(244, 237, 224, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1.5px solid var(--beige3);
  box-shadow: 0 2px 12px rgba(26, 20, 16, 0.07);
}

/* Shared footer */
.site-footer {
  background: var(--ink);
  padding: 48px clamp(16px, 4vw, 48px) 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.site-foot-inner {
  max-width: 1100px;
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.site-foot-tagline {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.25);
  font-style: italic;
}

.foot-legal {
  max-width: 1100px;
  margin: 0 auto 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
}

.foot-legal a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.42);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.18s, border-color 0.18s;
}

.foot-legal a:hover {
  color: var(--gold);
  border-color: rgba(196, 160, 90, 0.35);
}

.foot-legal-sep {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.12);
}

.foot-bottom {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.2);
}

.site-chrome-footer {
  background: var(--ink);
  padding: 32px clamp(16px, 4vw, 48px) calc(32px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.site-chrome-footer .foot-legal {
  margin-bottom: 20px;
}

.site-chrome-copy {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.25);
}

@media (max-width: 640px) {
  .site-nav .nav-cta .lbl-full {
    display: none;
  }

  .site-nav .nav-cta .lbl-short {
    display: inline;
  }

  .nav-cta {
    padding: 8px 14px;
    font-size: 12px;
  }

  .nav-back span {
    display: none;
  }
}

@media (max-width: 768px) {
  .site-footer {
    padding: 40px 24px calc(40px + env(safe-area-inset-bottom, 0px));
  }

  .site-foot-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .foot-bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
  }

  .foot-legal-sep {
    display: none;
  }
}
