.cs-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--bg, #0a0a0c);
  color: var(--ink, #f4f1ec);
  text-align: center;
  padding: 2rem;
  font-family: var(--font-body, Inter, sans-serif);
}

.cs-eyebrow {
  font-family: var(--font-display, Oswald, sans-serif);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.75rem;
  color: var(--ember, #e25b3f);
  margin-bottom: 1.5rem;
}

.cs-title {
  font-family: var(--font-display, Oswald, sans-serif);
  font-size: clamp(2.5rem, 8vw, 5rem);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0px 0px 1rem;
}

.cs-sub {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: var(--ink-muted, #a8a29a);
  margin: 0px 0px 2.5rem;
  max-width: 32rem;
}

.cs-line {
  width: 3rem;
  height: 1px;
  background: var(--line, #2a2a2e);
  margin-bottom: 2.5rem;
}

.cs-social {
  display: flex;
  row-gap: 1.5rem;
  column-gap: 1.5rem;
}

.cs-social a {
  color: var(--ink-muted, #a8a29a);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: color, border-color;
}

.cs-social a:hover {
  color: var(--ember, #e25b3f);
  border-color: var(--ember, #e25b3f);
}

.sf {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(5, 6, 10);
  font-family: Inter, sans-serif;
  color: rgb(255, 255, 255);
}

.sf-nav {
  position: fixed;
  inset-inline-start: 0px;
  inset-inline-end: 0px;
  top: 0px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
}

@media (min-width: 768px) {
  .sf-nav {
  padding: 24px 48px;
  }
}

.sf-nav-logo {
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgb(255, 255, 255);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.sf-nav-links {
  display: none;
  align-items: center;
  row-gap: 32px;
  column-gap: 32px;
}

@media (min-width: 768px) {
  .sf-nav-links {
  display: flex;
  }
}

.sf-nav-links a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: color;
}

.sf-nav-links a:hover {
  color: rgb(255, 255, 255);
}

.sf-nav-booking {
  display: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: color;
}

@media (min-width: 768px) {
  .sf-nav-booking {
  display: block;
  }
}

.sf-nav-booking:hover {
  color: rgb(255, 255, 255);
}

.sf-nav-menu-btn {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  background-image: none;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
}

@media (min-width: 768px) {
  .sf-nav-menu-btn {
  display: none;
  }
}

.sf-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100svh;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(5, 6, 10);
  padding: 24px 24px 64px;
}

@media (min-width: 768px) {
  .sf-hero {
  padding: 48px 48px 96px;
  }
}

.sf-hero-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.sf-hero-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  pointer-events: none;
  background-image: linear-gradient(to top, rgb(5, 6, 10) 0%, rgba(5, 6, 10, 0.6) 55%, rgba(5, 6, 10, 0.1) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.sf-hero-inner {
  position: relative;
  z-index: 10;
  max-width: 56rem;
}

.sf-hero-eyebrow {
  margin: 0px 0px 16px;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.sf-hero-meta {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.sf-section {
  padding: 96px 24px;
}

@media (min-width: 768px) {
  .sf-section {
  padding: 96px 48px;
  }
}

.sf-section-inner {
  max-width: 72rem;
  margin: 0px auto;
}

.sf-eyebrow {
  margin: 0px;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.sf-h2 {
  margin: 12px 0px 0px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: rgb(255, 255, 255);
}

@media (min-width: 768px) {
  .sf-h2 {
  font-size: 48px;
  }
}

.sf-music {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(5, 6, 10);
}

.sf-music-grid {
  margin-top: 56px;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

@media (min-width: 768px) {
  .sf-music-grid {
  grid-template-columns: 1fr 1fr;
  }
}

.sf-music-featured {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.05);
}

.sf-music-featured img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.sf-music-featured-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
}

.sf-music-featured-eyebrow {
  margin: 0px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.sf-music-featured-title {
  margin: 4px 0px 0px;
  font-size: 20px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}

.sf-btn-outline {
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.2);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  padding: 8px 20px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  background-image: none;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: border-color;
  cursor: pointer;
}

.sf-btn-outline:hover {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.5);
}

.sf-track-list {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  align-self: center;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

.sf-track-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 16px;
  padding: 20px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.sf-track-left {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.sf-track-left img {
  width: 56px;
  height: 56px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  object-fit: cover;
  display: block;
}

.sf-track-title {
  margin: 0px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.sf-track-meta {
  margin: 2px 0px 0px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

.sf-track-listen {
  flex-shrink: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  background-image: none;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: color;
  cursor: pointer;
}

.sf-track-listen:hover {
  color: rgb(255, 255, 255);
}

.sf-live {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(10, 12, 18);
}

.sf-live-list {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  margin: 48px 0px 0px;
  padding: 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

.sf-live-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 16px;
  padding: 24px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.sf-live-left {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}

.sf-live-date {
  width: 56px;
  flex-shrink: 0;
  text-align: center;
}

.sf-live-day {
  margin: 0px;
  font-size: 24px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.sf-live-month {
  margin: 0px;
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.sf-live-weekday {
  margin: 0px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

.sf-live-city {
  margin: 2px 0px 0px;
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.sf-live-venue {
  margin: 2px 0px 0px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

.sf-live-soldout {
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  padding: 8px 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}

.sf-live-tickets {
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.2);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  padding: 8px 20px;
  font-size: 14px;
  color: rgb(207, 224, 255);
  background-image: none;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: border-color;
  cursor: pointer;
}

.sf-live-tickets:hover {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.5);
}

.sf-watch {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(5, 6, 10);
}

.sf-watch-wrap {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.sf-watch-wrap img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.sf-watch-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: flex-end;
  padding: 32px;
  background-image: url('https://pub-e41cf51e3602425f820c1ff1e2b4661c.r2.dev/media/b4d0eeab3eed9cebe2cb0228051d5d39b1bb6a417eae945a6f6cac1249f1012f-X-e2mrGmTX_M7RTDm3DvX-migrated.png');
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.sf-watch-eyebrow {
  margin: 0px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.sf-watch-title {
  margin: 8px 0px 0px;
  font-size: 24px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}

.sf-watch-meta {
  margin: 4px 0px 0px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.sf-watch-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgb(0, 0, 0);
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
}

.sf-watch-play:hover {
  transform: translate(-50%, -50%) scale(1.05);
}

.sf-newsletter {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(10, 12, 18);
  text-align: center;
}

.sf-newsletter-inner {
  max-width: 48rem;
  margin: 0px auto;
}

.sf-newsletter-copy {
  margin: 16px 0px 0px;
  color: rgba(255, 255, 255, 0.5);
}

.sf-newsletter-form {
  margin: 32px auto 0px;
  max-width: 28rem;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 640px) {
  .sf-newsletter-form {
  flex-direction: row;
  }
}

.sf-newsletter-form input {
  width: 100%;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
  border-right-color: rgba(255, 255, 255, 0.15);
  border-bottom-color: rgba(255, 255, 255, 0.15);
  border-left-color: rgba(255, 255, 255, 0.15);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  padding: 12px 20px;
  color: rgb(255, 255, 255);
}

.sf-newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.sf-newsletter-form input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  border-top-color: rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.4);
  border-bottom-color: rgba(255, 255, 255, 0.4);
  border-left-color: rgba(255, 255, 255, 0.4);
}

.sf-newsletter-form button {
  flex-shrink: 0;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

.sf-newsletter-form button:hover {
  opacity: 0.9;
}

.sf-about {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(5, 6, 10);
}

.sf-about-grid {
  margin-top: 48px;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

@media (min-width: 768px) {
  .sf-about-grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  }
}

.sf-about-photo {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.sf-about-photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.sf-about-copy {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.sf-about-copy p {
  margin: 0px;
}

.sf-about-note {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}

.sf-about-gallery {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 16px;
  column-gap: 16px;
}

@media (min-width: 768px) {
  .sf-about-gallery {
  grid-template-columns: repeat(4, 1fr);
  }
}

.sf-about-gallery-item {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.sf-about-gallery-item img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}

.sf-footer {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(5, 6, 10);
  padding: 64px 24px;
}

@media (min-width: 768px) {
  .sf-footer {
  padding: 64px 48px;
  }
}

.sf-footer a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: color;
}

.sf-footer a:hover {
  color: rgb(255, 255, 255);
}

.electric-pink-btn {
  background-color: var(--electric-pink);
  color: var(--white);
  padding: var(--space-m) var(--space-l);
  border-radius: var(--space-s);
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  cursor: pointer;
  font-size: var(--text-m);
  font-family: var(--font-body);
  display: inline-block;
  text-align: center;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

body {
  font-family: "Helvetica Regular", sans-serif;
}

@keyframes lumina-fade-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.lumina-glass-border {
  position: relative;
}

.lumina-glass-border::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  padding: 1.4px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.15) 20%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.15) 80%, rgba(255, 255, 255, 0.45) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  mask-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px), linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
  -webkit-mask-position-x: 0%, 0%;
  -webkit-mask-position-y: 0%, 0%;
  mask-size: auto, auto;
  mask-repeat: repeat, repeat;
  mask-origin: content-box, border-box;
  mask-clip: content-box, border-box;
  mask-mode: match-source, match-source;
  mask-composite: exclude;
  pointer-events: none;
}

.lumina-anim {
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-delay: 0.4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-name: lumina-fade-in;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.lumina-links a {
  color: inherit;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.lumina-links a:hover {
  color: rgb(255, 255, 255);
}

.lumina-social a:hover {
  opacity: 1 !important;
  color: rgb(255, 255, 255) !important;
}