@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/co3smX5slCNuHLi8bLeY9MK7whWMhyjYrGFEsdtdc62E6zd58jDOjw.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_v86GnM.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_s06GnM.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_iE9GnM.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_hg9GnM.ttf) format('truetype');
}
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/RWmMoKWR9v4ksMfaWd_JN-XC.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Londrina Solid';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/flUhRq6sw40kQEJxWNgkLuudGcNZ.ttf) format('truetype');
}

:root {
  --sa-ink: #1a1a1a;
  --sa-ink-soft: #2b2b2b;
  --sa-ivory: #0a0a0a;
  --sa-ivory-2: #1a1a1a;
  --sa-gold: #d4a843;
  --sa-gold-dark: #b8922e;
  --sa-burgundy: #9b3d50;
  --sa-text: #e8e8e8;
  --sa-muted: #999999;
  --sa-line: #333333;
  --sa-white: #ffffff;
  --sa-card-bg: #1a1a1a;
}

* {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
}

body {
  background-color: #0a0a0a;
  color: var(--sa-text);
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, .sa-brand-name, .hero-title, .section-heading, .sa-404-title {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
}

.container {
  max-width: 1280px;
}

@media (min-width: 1400px) {
  .container { max-width: 1280px; }
}

.container,
.container-fluid {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  .container,
  .container-fluid {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

/* ── Buttons ─────────────────────────────────────────────── */
.btn-gold {
  background-color: var(--sa-gold);
  color: var(--sa-white) !important;
  border: none;
  border-radius: 2px;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.6rem 1.8rem !important;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.btn-gold:hover {
  background-color: var(--sa-gold-dark);
  color: var(--sa-white) !important;
}

.btn-outline-gold {
  background-color: transparent;
  color: var(--sa-gold) !important;
  border: 1px solid var(--sa-gold) !important;
  border-radius: 2px;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.5rem 1.6rem !important;
  font-weight: 500;
}

.btn-outline-gold:hover {
  background-color: var(--sa-gold);
  color: var(--sa-white) !important;
}

/* ── Header ──────────────────────────────────────────────── */
.sa-header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.sa-header-main .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sa-header-main {
  padding: 1rem 0 0 0;
}

.sa-brand {
  text-decoration: none;
  display: block;
  line-height: 1.2;
  position: relative;
  z-index: 1001;
}

.sa-brand img {
  height: 85px;
  width: auto;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

@media (min-width: 768px) {
  .sa-brand img {
    height: 85px;
  }
}

.sa-brand--light .sa-brand-name { color: var(--sa-white); }
.sa-brand--light .sa-brand-tagline { color: var(--sa-gold); }

/* ── Navigation ──────────────────────────────────────────── */
.sa-nav {
  display: flex;
  align-items: center;
}

.sa-nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
}

.sa-nav-menu li a {
  text-decoration: none;
  color: var(--sa-gold);
  font-size: 15pt;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  height: 48px;
  position: relative;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.85), 0 0 2px rgba(0, 0, 0, 0.7);
}

.sa-nav-menu li a:hover {
  color: var(--sa-gold-dark);
}

.sa-nav-menu li a::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--sa-gold);
  transition: width 0.2s ease;
}

.sa-nav-menu li a:hover::after {
  width: 100%;
}

.sa-nav-menu li.current-menu-item a::after {
  width: 100% !important;
  background-color: var(--sa-gold);
}

.sa-nav-right {
  display: flex;
  align-items: center;
  height: 48px;
}

/* ── Menu button ────────────────────────────────────────── */
main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

main > section:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.hero-box-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ── Hero ───────────────────────────────────────────────── */
.hero-section {
  background-color: #0a0a0a;
  padding: 0;
  margin: 0;
}

.hero-section:first-child {
  padding-top: 2rem;
}

.hero-title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--sa-white);
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .hero-title { font-size: 4rem; }
}

.hero-subtitle {
  font-size: 1.3rem;
  font-weight: 400;
  font-style: italic;
  color: var(--sa-gold-dark);
  margin-bottom: 1.25rem;
  max-width: 720px;
}

.hero-content {
  margin-top: 1.5rem;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--sa-text);
  max-width: 760px;
}

.hero-content p { margin-bottom: 1rem; }
.hero-content p:last-child { margin-bottom: 0; }

@media (max-width: 768px) {
  .hero-section { text-align: center; }
}

/* ── Section heading ────────────────────────────────────── */
.section-heading {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--sa-white);
  margin-bottom: 1.75rem;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
}

.section-heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 48px;
  height: 2px;
  background-color: var(--sa-gold);
  transform: translateX(-50%);
}

.section-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--sa-muted);
  margin: 0.5rem 0 1.25rem 0;
}

.section-content {
  margin-bottom: 1.75rem;
  color: var(--sa-text);
  line-height: 1.7;
}

/* ── Text section ───────────────────────────────────────── */
.text-section {
  background-color: #0a0a0a;
  padding: 3rem 0;
}

.text-section--image-left .row { flex-direction: row-reverse; }
.text-section--image-left { background-color: #0a0a0a; }

.text-section-content {
  color: var(--sa-text);
  line-height: 1.8;
  font-size: 1.05rem;
  font-weight: 300;
}

.text-section-content p { margin-bottom: 1rem; }

.text-section-img-wrapper {
  padding-top: 1rem;
}

.text-section-img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
}

/* ── Image section ──────────────────────────────────────── */
.image-section {
  background-color: #0a0a0a;
  padding: 3rem 0;
}

.image-section-img {
  width: 100%;
  max-width: 1200px;
  border-radius: 2px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
}

/* ── Video grid section ──────────────────────────────────── */
.video-grid-section {
  background-color: #0a0a0a;
  padding: 3rem 0;
}

.video-grid-item {
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  background-color: #000;
  border: 1px solid #1a1a1a;
  transition: border-color 0.2s;
}

.video-grid-item:hover {
  border-color: #2b2b2b;
}

.video-grid-item iframe {
  border-radius: 2px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.video-grid-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  color: var(--sa-text);
  text-decoration: none;
  background-color: #111;
  border: 1px solid #222;
  border-radius: 2px;
  transition: background-color 0.2s, border-color 0.2s;
}

.video-grid-link:hover {
  background-color: #1a1a1a;
  border-color: var(--sa-gold);
  color: var(--sa-white);
}

.video-grid-link i {
  font-size: 1.75rem;
  color: var(--sa-gold);
  flex-shrink: 0;
}

.video-grid-link span {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
}

/* ── Image grid section ───────────────────────────────────── */
.image-grid-section {
  background-color: #0a0a0a;
  padding: 3rem 0;
}

.image-grid-masonry {
  column-count: 3;
  column-gap: 1rem;
}

@media (max-width: 991px) {
  .image-grid-masonry {
    column-count: 2;
  }
}

@media (max-width: 575px) {
  .image-grid-masonry {
    column-count: 1;
  }
}

.image-grid-item {
  display: block;
  border-radius: 2px;
  overflow: hidden;
  background-color: #000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 1rem;
  break-inside: avoid;
  cursor: pointer;
}

.image-grid-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.image-grid-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── Gallery section ───────────────────────────────────── */
.gallery-section {
  background-color: #0a0a0a;
  padding: 3rem 0;
}

.gallery-masonry {
  column-count: 3;
  column-gap: 1rem;
}

@media (max-width: 991px) {
  .gallery-masonry { column-count: 3; }
}

@media (max-width: 575px) {
  .gallery-masonry { column-count: 3; column-gap: 0.5rem; }
}

.gallery-item {
  display: block;
  border-radius: 2px;
  overflow: hidden;
  background-color: #000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 1rem;
  break-inside: avoid;
  cursor: pointer;
}

.gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── Lightbox Modal ───────────────────────────────────────── */
#lightboxModal .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
}

#lightboxModal .modal-content {
  background-color: transparent;
}

#lightboxModal .btn-close {
  z-index: 10;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

#lightboxModal .btn-close:hover {
  opacity: 1;
}

#lightboxImage {
  max-height: 90vh;
  max-width: 90vw;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

/* ── Testimonials carousel ──────────────────────────────── */
.testimonials-section {
  background-color: #0a0a0a;
  padding: 2rem 0 5rem;
  position: relative;
}

.testimonials-carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.testimonials-carousel {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 1rem 0;
}

.testimonials-carousel::-webkit-scrollbar { display: none; }

.testimonial-card {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  text-align: left;
  position: relative;
  gap: 3rem;
  padding: 2rem;
}

.testimonial-quote-mark {
  display: none;
}

.testimonial-quote {
  flex-grow: 1;
  line-height: 1.8;
  font-size: 1.25rem;
  font-style: italic;
  color: var(--sa-text);
  margin-bottom: 1.5rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 400;
  max-width: 700px;
}

.testimonial-quote p { margin: 0; display: contents; }
.testimonial-quote p:not(:last-child)::after { content: " "; }

.testimonial-author {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.testimonial-avatar {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid var(--sa-gold);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  flex-shrink: 0;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(100%);
}

.testimonial-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
}

.testimonial-meta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.testimonial-name {
  color: var(--sa-white);
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
}

.testimonial-role {
  font-size: 0.85rem;
  color: var(--sa-gold-dark);
  font-style: italic;
  letter-spacing: 0.02em;
}

.carousel-btn {
  background: transparent;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 2.5rem;
  color: var(--sa-gold);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.carousel-btn:hover {
  color: var(--sa-gold-dark);
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .testimonial-card { flex-direction: column; text-align: center; gap: 1.5rem; padding: 1.5rem; }
  .testimonial-body { align-items: center; }
  .testimonial-quote { font-size: 1.4rem; }
  .testimonial-avatar { width: 120px; height: 120px; }
  .carousel-btn { font-size: 2rem; }
}

@media (max-width: 576px) {
  .testimonials-carousel-wrapper { flex-wrap: wrap; justify-content: center; gap: 0.25rem; }
  .testimonials-carousel { order: 1; flex-basis: 100%; width: 100%; scroll-snap-type: x mandatory; padding: 0; }
  .carousel-btn { display: none; }
  .testimonial-card { scroll-snap-align: center; gap: 1rem; padding: 1rem; }
  .testimonial-avatar { width: 80px; height: 80px; }
  .testimonial-quote { font-size: 1rem; line-height: 1.6; margin-bottom: 1rem; }
  .testimonial-name { font-size: 0.95rem; }
  .testimonial-role { font-size: 0.8rem; }
  .section-heading { font-size: 1.5rem; }
  .testimonials-section { padding: 1.5rem 0 2.5rem; }
}

/* ── Testimonials grid ──────────────────────────────────── */
.testimonials-grid-section {
  background-color: #0a0a0a;
  padding: 3rem 0;
}

.testimonial-grid-card {
  background-color: var(--sa-card-bg);
  border: 1px solid var(--sa-line);
  border-radius: 2px;
  padding: 1.75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.testimonial-grid-content {
  flex-grow: 1;
  margin-bottom: 1rem;
}

.testimonial-grid-text {
  font-size: 0.95rem;
  line-height: 1.7;
  font-style: italic;
  color: var(--sa-text);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.testimonial-grid-card[data-expanded="true"] .testimonial-grid-text {
  -webkit-line-clamp: unset;
}

.testimonial-grid-content p { margin: 0; }

.testimonial-grid-author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding-top: 1rem;
  border-top: 1px solid var(--sa-line);
  margin-top: auto;
}

.testimonial-grid-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.testimonial-grid-name {
  color: var(--sa-gold-dark);
  font-weight: 600;
  font-size: 0.9rem;
}

.testimonial-grid-role {
  font-size: 0.78rem;
  color: var(--sa-muted);
}

.testimonial-grid-expand {
  background: none;
  border: none;
  color: var(--sa-gold);
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
  margin-top: 0.25rem;
  text-align: left;
}

.testimonial-grid-expand:hover { text-decoration: underline; }

/* ── Hero-box section ───────────────────────────────────────── */
.hero-box-section {
  width: 100%;
  height: calc(100vw * 9 / 16 - 150px);
  min-height: 300px;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  z-index: 1;
}

.hero-box-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(26, 26, 26, 0.45), rgba(26, 26, 26, 0.65));
  z-index: 1;
}

.hero-box-content-wrapper {
  z-index: 2;
  position: relative;
}

.hero-box-title {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

@media (min-width: 768px) {
  .hero-box-title { font-size: 2.5rem; }
}

@media (min-width: 992px) {
  .hero-box-title { font-size: 3rem; }
}

@media (max-width: 576px) {
  .hero-box-title { font-size: 1.5rem; }
  .hero-box-subtitle { font-size: 0.75rem; }
  .hero-box-content-wrapper .container { max-width: 80%; margin-left: 20%; }
}

.hero-box-subtitle {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 1.15rem;
  color: #ffffff;
  font-style: italic;
  line-height: 1.6;
}

.hero-box-subtitle p {
  margin: 0;
}

.video-section {
  background-color: #0a0a0a;
  padding: 1rem 0 2rem 0;
}

.video-section video {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

/* ── 404 ────────────────────────────────────────────────── */
.sa-404 { padding: 2rem 0 4rem 0; }

.sa-404-title {
  font-size: 5rem;
  font-weight: 600;
  color: var(--sa-gold);
  margin-bottom: 0.5rem;
}

.sa-404-sub {
  font-size: 1.15rem;
  color: var(--sa-muted);
  margin-bottom: 1.25rem;
}

.sa-404-path { color: var(--sa-muted); margin-bottom: 1.5rem; }
.sa-404-path code { color: var(--sa-gold); }

/* ── Footer ─────────────────────────────────────────────── */
.sa-footer {
  background-color: var(--sa-ink);
  color: #d8d4cc;
  padding: 0;
}

.sa-footer a { color: #d8d4cc; text-decoration: none; }
.sa-footer a:hover { color: var(--sa-gold); }

.sa-brand-name {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--sa-white);
  display: block;
}

.sa-brand--light .sa-brand-name { color: var(--sa-white); }

.sa-footer-byline {
  margin-top: 0.25rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #b8b3a8;
  font-style: italic;
}

.sa-footer-nav .nav-link {
  color: #b8b3a8;
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.sa-footer-nav .nav-link:hover { color: var(--sa-gold); }

.sa-footer-divider { border-color: #3a3a3a; }

.sa-footer-copy {
  font-size: 0.82rem;
  color: #8a857a;
}

.sa-footer-link {
  font-size: 0.95rem;
  color: #b8b3a8;
  transition: color 0.2s ease;
}

.sa-footer-link:hover { color: var(--sa-gold); }

.sa-social-icons-footer {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sa-social-icons-footer li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #b8b3a8;
  font-size: 1rem;
  transition: color 0.2s ease;
}

.sa-social-icons-footer li a:hover {
  color: var(--sa-gold);
}

.bullet-list {
  line-height: 1.8;
}

.bullet-list-item {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.bullet-list-bullet {
  color: var(--sa-gold);
  font-size: 1rem;
  flex-shrink: 0;
}

.bullet-list-text {
  flex: 1;
}
