@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("../fonts/syne-latin.woff2") format("woff2");
}

:root {
  --brand-bg: #050505;
  --brand-accent: #f0b429;
  --site-nav-height: 82px;
}

body {
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  background: var(--brand-bg);
  color: #f8f9fa;
  padding-top: var(--site-nav-height);
}

a {
  color: inherit;
}

a:hover,
a:focus {
  color: inherit;
}

h1,
h2,
h3,
h4,
.disc_title,
.home-highlighted__title,
.home-studio__title,
.home-gallery__title,
.home-booking__title,
.site-header .navbar-brand{
  font-family: "Syne", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.bg-dark {
  background-color: #000000 !important;
}

.hero {
  padding: 6rem 0 3rem;
}

.hero h1 {
  font-size: clamp(2.5rem, 6vw, 3.75rem);
}

.hero p {
  max-width: 50rem;
  margin: 1rem auto 2rem;
}

section {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-primary,
.btn-outline-primary {
  border-color: #6c757d;
  color: #111;
  background: var(--brand-accent);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  border-color: #ffffff;
  color: #111;
  background: #6c757d;
}

.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.pricing-table {
  max-width: 32rem;
  margin: 0 auto;
}

.pricing-table li {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

footer a {
  color: var(--brand-accent);
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none;
}

body {
  /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);*/
  /*box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.navbar .nav-link .icon {
  width: 1.2rem;
  height: 1.2rem;
  fill: currentColor;
}

.site-navbar {
  position: relative;
  z-index: 1300;
  background-color: rgba(0, 0, 0, 0.92) !important;
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 0 !important;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1300;
}

.section-block + .section-block {
  margin-top: 3rem;
}

.section-block .pricing-table li {
  display: flex;
  justify-content: space-between;
  padding: .75rem 0;
}

.disc {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-highlighted {
  text-align: left;
}

.home-highlighted__title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
}

.home-highlighted__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.home-highlighted__item {
  width: min(220px, calc(50vw - 2rem));
}

.home-highlighted__cta {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  padding: 1.75rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.testimonial-card__quote {
  margin: 0;
  white-space: normal;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
  font-style: italic;
  line-height: 1.65;
}

.testimonial-card__quote::before {
  content: '“';
}

.testimonial-card__quote::after {
  content: '”';
}

.testimonial-card__attribution {
  margin: 1.25rem 0 0;
  color: #fff;
  font-size: 18px;
}

.testimonial-card__attribution strong{
  text-transform: uppercase;
}

.testimonial-card__sources {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin: 1rem 0 0;
}

.testimonial-card__sources a {
  color: rgba(255, 255, 255, 0.72);
  font-size: .85rem;
}

@media (min-width: 768px) {
  .home-highlighted__grid {
    flex-wrap: nowrap;
  }

  .home-highlighted__item {
    width: calc((100% - 7.5rem) / 6);
  }
}

.home-studio {
  text-align: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 225, 150, 0.2), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(255, 190, 90, 0.18), transparent 42%),
    linear-gradient(135deg, #8a6a1f 0%, #b88a2a 45%, #d4a949 100%);
  border-top: 1px solid rgba(255, 236, 181, 0.35);
  border-bottom: 1px solid rgba(255, 236, 181, 0.25);
}

.home-studio__title {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
}

.home-studio__text {
  max-width: 56rem;
  margin: 0 auto;
  color: rgba(22, 14, 0, 0.92);
  line-height: 1.7;
}

.home-studio__cta {
  background: transparent;
  border-color: #000;
  color: #000;
}

.home-studio__cta:hover,
.home-studio__cta:focus {
  background: #000;
  border-color: #000;
  color: #fff;
}

.home-gallery {
  text-align: center;
}

.home-gallery__title {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  display: block;
}

.home-gallery__text {
  max-width: 52rem;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.72);
}

.home-carousel {
  position: relative;
  width: 100%;
}

.home-carousel__track {
  position: relative;
  height: clamp(320px, 62vh, 680px);
  overflow: hidden;
}

.home-carousel__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.9s ease;
  pointer-events: none;
}

.home-carousel__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.home-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-carousel__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  padding: 0;
  display: grid;
  place-items: center;
  z-index: 2;
}

.home-carousel__nav-icon {
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-0.06em);
  margin-top: -5px;
}

.home-carousel__nav--prev {
  left: 1rem;
}

.home-carousel__nav--next {
  right: 1rem;
}

.home-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1rem;
}

.home-carousel__dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.35);
}

.home-carousel__dot.is-active {
  background: #fff;
}

.home-booking {
  text-align: center;
}

.home-booking__title {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
}

.home-booking__text {
  max-width: 42rem;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
}

@media (max-width: 767px) {
  .home-carousel__nav {
    width: 2.25rem;
    height: 2.25rem;
  }

  .home-carousel__nav-icon {
    font-size: 1.6rem;
  }
}

.disc:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.35);
}

.disc > a {
  text-decoration: none;
}

.disc_image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.disc_image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.disc_container {
  padding: 1rem;
  text-align: left;
}

.disc_title {
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: underline;
}

.disc_subtitle {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

.disc-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.5rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.disc-filters__label {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.disc-filters .form-check {
  margin: 0;
}

.disc-filters .form-check-label {
  font-weight: 600;
  letter-spacing: 0.05em;
}

.form-switch .form-check-input:checked {
  background-color: var(--brand-accent);
  border-color: var(--brand-accent);
}

.form-switch .form-check-input:focus {
  border-color: var(--brand-accent);
  box-shadow: 0 0 0 0.25rem rgba(240, 180, 41, 0.25);
}

.disc-hidden {
  display: none;
}

.disc_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.5rem;
}

.disc_chip {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.live-media {
  text-align: left;
}

.live-media__heading {
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.7);
}

.live-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  text-align: left;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.live-media [data-live-card].disc-hidden {
  display: none;
}

.live-card:hover,
.live-card:focus-visible,
.live-card.is-active {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.35);
}

.live-card__thumb {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: rgba(255, 255, 255, 0.06);
}

.live-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.live-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1rem;
}

.live-card__title {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
}

.live-card__actions {
  display: flex;
  margin-top: auto;
  padding-top: 0.5rem;
}

.live-modal .modal-dialog {
  max-width: min(1120px, calc(100vw - 2rem));
}

.live-modal__content {
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.25rem;
  overflow: hidden;
}

.live-modal__header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem 1.25rem;
}

.live-modal__title {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-modal__body {
  padding: 0;
}

.live-modal__ratio {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.live-modal__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.navbar .nav-link .icon {
  width: 1.2rem;
  height: 1.2rem;
  fill: currentColor;
}

.section-block + .section-block {
  margin-top: 3rem;
}

.section-block .pricing-table li {
  display: flex;
  justify-content: space-between;
  padding: .75rem 0;
}

.page-layout {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  text-shadow: none;
  box-shadow: none;
}

.page-layout .page-header {
  border-color: rgba(255, 255, 255, .25);
}

.page-content ul li {
  color: rgba(255, 255, 255, .8);
}

.about-profile-image {
  display: block;
  width: min(260px, 70vw);
  aspect-ratio: 1;
  margin: 0 auto 1.75rem;
  border: 2px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  object-fit: cover;
}

.about-copy > p {
  margin-bottom: 1.5rem;
}

.about-copy > p:last-child {
  margin-bottom: 0;
}

.about-mid-image {
  display: block;
  width: min(760px, 100%);
  max-height: 420px;
  margin: 2.75rem auto;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: .5rem;
  object-fit: cover;
}

.contact-cta {
  border-color: #d4a949;
  background: #d4a949;
}

.contact-cta:hover,
.contact-cta:focus,
.contact-cta:active {
  border-color: #b88a2a;
  background: #b88a2a;
}

.contact-form {
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.contact-form__field {
  margin-bottom: 1rem;
}

.contact-form__field label {
  display: block;
  margin-bottom: .4rem;
  color: rgba(255, 255, 255, .9);
  font-weight: 600;
}

.contact-form__field input,
.contact-form__field textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: .35rem;
  padding: .7rem .8rem;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font: inherit;
}

.contact-form__field textarea {
  resize: vertical;
  min-height: 12rem;
}

.contact-form__field input:focus,
.contact-form__field textarea:focus {
  border-color: var(--brand-accent);
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(240, 180, 41, .25);
}

.contact-form > .contact-cta {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.contact-form__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact-feedback {
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
  padding: .85rem 1rem;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: .35rem;
}

.contact-feedback--success {
  border-color: rgba(123, 211, 137, .65);
  background: rgba(35, 105, 48, .35);
}

.contact-feedback--error {
  border-color: rgba(255, 145, 145, .7);
  background: rgba(125, 32, 32, .35);
}
