@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background: bg-color;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}

p {
  font-family: "Inter", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

ul, ol {
  list-style: none;
}

button,
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

:focus-visible {
  outline: 2px solid #FF6B35;
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #1a1a1a;
}

::-webkit-scrollbar-thumb {
  background: #FF6B35;
}

::-moz-selection {
  background: #FF6B35;
  color: #FFFFFF;
}

::selection {
  background: #FF6B35;
  color: #FFFFFF;
}

.container {
  width: 90%;
  max-width: 1536px;
  margin: 0 auto;
}

.section {
  padding: 4rem 0;
  padding: 100px 0;
  scroll-margin-top: 84px;
}

.section--dark {
  background: #0a0a0a;
}

.section--alt {
  background: #111111;
}

.section__header {
  margin-bottom: 2rem;
}

.section__title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 2rem;
}

.section__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  color: #CFD1D2;
  margin-top: 0.5rem;
  font-weight: 300;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #1a1a1a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0;
}

.header__inner {
  width: 90%;
  max-width: 1536px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

@media (min-width: 1024px) {
  .header__inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
}
.logo {
  font-family: "Inter", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0em;
  color: #FFFFFF;
  white-space: nowrap;
  z-index: 101;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.logo p {
  margin: 0;
}

.logo p span {
  color: #FF6B35;
}

.logo__image {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #FF6B35;
  border-radius: 50%;
  box-shadow: #3d0f02 0px 0px 10px, #b03010 0px 0px 20px;
}

@media (min-width: 768px) {
  .logo {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .logo {
    font-size: 1.5rem;
  }
  .logo__image {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1024px) {
  .logo {
    justify-self: start;
  }
}
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  padding: 0 1rem;
  width: 100%;
  max-width: 1100px;
}

@media (min-width: 768px) {
  .hero__content {
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  background: rgba(61, 15, 2, 0.8);
  border: 1px solid rgba(176, 48, 16, 0.4);
  font-family: "Inter", sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}

.hero__title {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: clamp(3.5rem, 13vw, 8rem);
  line-height: 0.88;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  text-shadow: 0 0 10px #00D4FF, 0 0 20px #00D4FF;
}

.hero__title-accent {
  display: block;
  color: #22D4F5;
  text-shadow: none;
}

.hero__subtitle {
  font-family: "Inter", sans-serif;
  font-size: clamp(0.65rem, 1.2vw, 0.78rem);
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin: 1.75rem auto 2.5rem;
  max-width: 520px;
  line-height: 1.85;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.hero .hero__location {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: center;
  gap: 0.75rem;
  width: 100%;
  max-width: 420px;
}

.hero .hero__location .flags {
  position: relative;
  gap: 0.5rem;
  width: 40px;
  height: 40px;
}

.hero .hero__location .flags .flag {
  position: absolute;
  top: 20%;
  left: 0;
  background: #FF6B35;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .hero__location .flags .flag:nth-child(1) {
  top: 40%;
  left: 10px;
  background: #00D4FF;
}

.hero .hero__location .location-text {
  font-family: "Inter", sans-serif;
  text-align: left;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
}

.hero .hero__location .location-text span {
  color: #FFFFFF;
  font-weight: 600;
}

.hero .scroll-indicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.8;
  z-index: 5;
}

.hero .scroll-indicator__text {
  font-family: "Inter", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

.hero .scroll-indicator__line {
  width: 2px;
  height: 20px;
  background: rgba(255, 255, 255, 0.65);
  animation: scroll-indicator 1.5s infinite;
}

.site-footer {
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 4rem 0 2rem;
  text-align: center;
}

.footer__inner {
  width: 90%;
  max-width: 1536px;
  margin: 0 auto;
}

.footer__logo {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.footer__logo span {
  color: #FF6B35;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
  margin-bottom: 2rem;
}

.footer__nav a {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #CFD1D2;
  transition: color 0.2s ease;
}

.footer__nav a:hover {
  color: #FF6B35;
}

.footer__copy {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 0.5rem;
}

.footer__legal {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.footer__legal a {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  transition: color 0.2s ease;
}

.footer__legal a:hover {
  color: #FF6B35;
}

.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FF6B35;
  z-index: 10;
  display: flex;
  display: none;
}

.sticky-cta a {
  flex: 1;
  padding: 1rem;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  transition: background 0.2s ease;
}

.sticky-cta a.call {
  background: #00D4FF;
  border-right: 1px solid #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  .call__flag {
    font-size: 1.25rem;
    margin-right: 0.5rem;
  }
}

.sticky-cta a.book {
  position: relative;
  overflow: hidden;
}

.sticky-cta a:hover {
  background: rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .sticky-cta {
    display: none !important;
  }
}
.sticky-cta.is-visible {
  display: flex;
}

.nav {
  display: none;
}

@media (min-width: 1024px) {
  .nav {
    display: block;
    justify-self: center;
  }
}
.nav__list {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.nav__link {
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s ease;
  position: relative;
  padding-bottom: 5px;
}

.nav__link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #00D4FF;
  transition: width 0.3s ease;
}

.nav__link:hover {
  color: #FFFFFF;
}

.nav__link.is-active {
  color: #00D4FF;
}

.nav__link.is-active::after {
  width: 100%;
}

.nav__book {
  display: none;
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #FFFFFF;
  background: #FF6B35;
  padding: 0.72rem 1.4rem;
  white-space: nowrap;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.2s ease;
  justify-self: end;
  position: relative;
  overflow: hidden;
}

.nav__book:hover {
  background: rgb(255, 69.6336633663, 2);
}

@media (min-width: 1024px) {
  .nav__book {
    display: inline-block;
  }
}
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  cursor: pointer;
  z-index: 101;
}

@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger__line {
  display: block;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

.hamburger.is-open .hamburger__line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.hamburger.is-open .hamburger__line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger.is-open .hamburger__line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  background: #1a1a1a;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.mobile-menu__close {
  position: absolute;
  top: 1rem;
  right: 0.5rem;
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 2.5rem;
  font-weight: 600;
  cursor: pointer;
  z-index: 102;
  line-height: 1;
  padding: 0.25em 0.5em;
  transition: color 0.2s ease;
}

.mobile-menu__close:hover, .mobile-menu__close:focus {
  color: #22D4F5;
  outline: none;
}

.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
}

.mobile-menu__link {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  transform: translateY(20px);
  opacity: 0;
  position: relative;
  padding-bottom: 4px;
  transition: color 0.2s ease, transform 0.5s ease, opacity 0.5s ease;
}

.mobile-menu__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #00D4FF;
  transition: width 0.3s ease;
}

.mobile-menu__link:hover {
  color: #00D4FF;
}

.mobile-menu__link.is-active {
  color: #00D4FF;
}

.mobile-menu__link.is-active::after {
  width: 100%;
}

.is-open .mobile-menu__link {
  transform: translateY(0);
  opacity: 1;
}

.is-open .mobile-menu__link:nth-child(1) {
  transition-delay: 0.05s;
}

.is-open .mobile-menu__link:nth-child(2) {
  transition-delay: 0.1s;
}

.is-open .mobile-menu__link:nth-child(3) {
  transition-delay: 0.15s;
}

.is-open .mobile-menu__link:nth-child(4) {
  transition-delay: 0.2s;
}

.is-open .mobile-menu__link:nth-child(5) {
  transition-delay: 0.25s;
}

.is-open .mobile-menu__link:nth-child(6) {
  transition-delay: 0.3s;
}

.is-open .mobile-menu__link:nth-child(7) {
  transition-delay: 0.35s;
}

.is-open .mobile-menu__link:nth-child(8) {
  transition-delay: 0.4s;
}

.is-open .mobile-menu__link:nth-child(9) {
  transition-delay: 0.45s;
}

.is-open .mobile-menu__link:nth-child(10) {
  transition-delay: 0.5s;
}

.mobile-menu__actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition-delay: 0.35s;
}

.is-open .mobile-menu__actions {
  transform: translateY(0);
  opacity: 1;
}

.btn {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 0.85rem 1.75rem;
  background: #FF6B35;
  color: #FFFFFF;
  border: 2px solid #FF6B35;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  background: rgb(255, 69.6336633663, 2);
  border-color: rgb(255, 69.6336633663, 2);
}

.btn--outline {
  background: rgba(6, 14, 28, 0.75);
  border-color: #00D4FF;
  color: #FFFFFF;
}

.btn--outline:hover {
  background: rgba(6, 14, 28, 0.95);
  border-color: rgba(255, 255, 255, 0.45);
}

.btn--sm {
  padding: 0.4rem 0.9rem;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
}

.btn:not(.btn--outline):not(.btn--ghost)::after,
.nav__book::after,
.sticky-cta .book::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -80%;
  width: 55%;
  height: 120%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  animation: btn-shimmer 2.5s ease-in-out infinite;
  animation-delay: 0.8s;
  pointer-events: none;
  z-index: 1;
}

@keyframes btn-shimmer {
  0% {
    left: -80%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    left: 130%;
    opacity: 0;
  }
}
.hero__cta .btn:first-child::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -80%;
  width: 55%;
  height: 120%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  animation: btn-shimmer 2.5s ease-in-out infinite;
  animation-delay: 0.8s;
  pointer-events: none;
  z-index: 1;
}

.agenda__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.agenda__item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem 2rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 5px solid #FF6B35;
  transition: border-color 0.2s ease;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .agenda__item {
    padding: 1rem 2rem;
  }
}
.agenda__item:hover {
  border-color: #FF6B35;
}

.agenda__date {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  color: #00D4FF;
  font-weight: 700;
  min-width: 4rem;
  text-align: center;
}

.agenda__date-day {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.agenda__date-month {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.agenda__event {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.agenda__location {
  font-size: 0.875rem;
  color: #CFD1D2;
}

.agenda__empty {
  text-align: center;
  padding: 4rem;
  color: #CFD1D2;
  font-size: 1.25rem;
}

.agenda__loading {
  text-align: center;
  padding: 2rem;
  color: #CFD1D2;
}

.player {
  background: #0a0a0a;
  border-top: 2px solid #FF6B35;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .player {
    padding: 1rem 2rem;
    flex-wrap: nowrap;
  }
}
.player__controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.player__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.player__btn:hover, .player__btn.is-active {
  border-color: #FF6B35;
  background: #FF6B35;
}

.player__btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.player__info {
  flex: 1;
  min-width: 0;
}

.player__title {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.player__time {
  font-size: 0.75rem;
  color: #CFD1D2;
  font-variant-numeric: tabular-nums;
}

.player__progress {
  flex: 1;
  min-width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  position: relative;
  border-radius: 2px;
}

@media (min-width: 768px) {
  .player__progress {
    min-width: 0;
  }
}
.player__progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #FF6B35;
  border-radius: 2px;
  width: 0%;
  transition: width 0.1s linear;
  pointer-events: none;
}

.player__tracklist {
  display: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-width: 200px;
}

.player__tracklist.is-open {
  display: block;
}

.player__track {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.player__track:hover, .player__track.is-playing {
  background: rgba(255, 107, 53, 0.2);
  color: #FF6B35;
}

.video-block {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  background: #0a0a0a;
}

.video-block--cover {
  padding-bottom: 0;
  height: 100%;
}

.video-block__media,
.video-block iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: none;
}

.video-block__overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 26, 26, 0.3);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.video-block__overlay:hover {
  background: rgba(26, 26, 26, 0.1);
}

.video-block__overlay svg {
  width: 64px;
  height: 64px;
  fill: #FFFFFF;
  filter: drop-shadow(0 0 8px rgba(26, 26, 26, 0.5));
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-form__group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.contact-form__label {
  font-family: "Inter", sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.45);
}

.contact-form__input, .contact-form__textarea {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  color: #FFFFFF;
  padding: 0.85rem 1rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  width: 100%;
  transition: border-color 0.2s ease, background 0.2s ease;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.contact-form__input::-moz-placeholder, .contact-form__textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.contact-form__input::placeholder, .contact-form__textarea::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.contact-form__input:focus, .contact-form__textarea:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.07);
}

.contact-form__input.is-error, .contact-form__textarea.is-error {
  border-color: #FF6B35;
}

.contact-form__input option, .contact-form__textarea option {
  background: #111;
  color: #FFFFFF;
}

.contact-form__textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.6;
}

.contact-form__error {
  font-size: 0.75rem;
  color: #FF6B35;
  display: none;
}

.is-error + .contact-form__error {
  display: block;
}

.contact-form__message {
  padding: 1rem;
  text-align: center;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
  display: none;
}

.contact-form__message--success {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid #22c55e;
  color: #22c55e;
}

.contact-form__message--error {
  background: rgba(255, 107, 53, 0.1);
  border: 1px solid #FF6B35;
  color: #FF6B35;
}

.contact-form__message.is-visible {
  display: block;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}

@media (min-width: 768px) {
  .instagram-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .instagram-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
.instagram-grid__item {
  aspect-ratio: 1;
  overflow: hidden;
  background: #111111;
  position: relative;
}

.instagram-grid__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.instagram-grid__item:hover img {
  transform: scale(1.05);
}

.instagram-grid__item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.instagram-grid__item-overlay svg {
  width: 24px;
  height: 24px;
  fill: #FFFFFF;
}

.instagram-grid__item:hover .instagram-grid__item-overlay {
  opacity: 1;
}

.grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .grid--2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .grid--3col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid--3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
.card {
  background: #111111;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-color 0.2s ease;
}

.card:hover {
  border-color: rgba(255, 107, 53, 0.4);
}

.card__title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.card__body {
  color: #CFD1D2;
  font-size: 0.875rem;
}

.section__eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FF6B35;
  margin-bottom: 0.6rem;
}

.section__subtitle-link {
  color: inherit;
  opacity: 0.55;
  transition: opacity 0.2s ease;
}

.section__subtitle-link:hover {
  opacity: 1;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.stats-bar {
  top: 60px;
  background: #1a1a1a;
  border-bottom: 2px solid #FF6B35;
  padding: 1.25rem 0;
  box-shadow: 0 10px 40px rgba(26, 26, 26, 0.5);
  z-index: 40;
}

.stats-bar .container {
  width: 95%;
}

@media (min-width: 768px) {
  .stats-bar {
    position: sticky;
  }
}
.stats-bar__grid {
  display: flex;
  flex-flow: row wrap;
  jusrtify-content: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .stats-bar__grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    gap: 1rem;
  }
}
.stats-bar__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .stats-bar__item + .stats-bar__item {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    padding-left: 10px;
  }
}
.stats-bar__item.venues i.fa-solid.fa-grip, .stats-bar__item.venues .stats-bar__label {
  color: #00D4FF;
}

.stats-bar__icon-box {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  background: rgba(255, 107, 53, 0.1);
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FF6B35;
  font-size: 0.75rem;
}

.stats-bar__content {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.stats-bar__label {
  font-family: "Inter", sans-serif;
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FF6B35;
}

.stats-bar__value {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 1.2;
}

.section-split {
  display: grid;
  gap: 4rem;
}

@media (min-width: 1024px) {
  .section-split {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.section-split__label {
  font-family: "Inter", sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FF6B35;
  margin-bottom: 0.6rem;
}

.section-split__title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}

.section-split__body {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.85;
  margin-bottom: 1rem;
}

.section-split__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.section-split__media {
  display: flex;
  align-items: center;
}

.btn--ghost {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 0.85rem 1.75rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 5px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.btn--ghost:hover {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.5);
}

.experience-block {
  background: #0a0a0a;
  overflow: hidden;
  padding: 100px 0;
}

.experience-block__inner {
  display: grid;
}

@media (min-width: 1024px) {
  .experience-block__inner {
    grid-template-columns: 1fr 1fr;
    min-height: 680px;
  }
}
.experience-block__text {
  padding: 6rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1024px) {
  .experience-block__text {
    padding: 6rem 4rem;
    padding-left: clamp(2rem, (100vw - 1280px) / 2 + 4rem, 6rem);
  }
}
.experience-block__title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 0.88;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 2.5rem;
}

.experience-block__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  margin-bottom: 3rem;
}

.experience-block__media {
  position: relative;
  min-height: 380px;
  overflow: hidden;
}

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

@media (min-width: 1024px) {
  .experience-block__media {
    min-height: unset;
    border-radius: 1.9rem 0 0 1.9rem;
  }
}
.experience-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.experience-list__item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.experience-list__num {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.1em;
  color: #22D4F5;
  letter-spacing: 0.1em;
  flex-shrink: 0;
  padding-top: 0.2em;
}

.experience-list__heading {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-bottom: 0.3rem;
}

.experience-list__body {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.65;
}

#what-you-get {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.52) 45%, rgba(0, 0, 0, 0.28) 100%), url(/assets/media/images/mixer.webp) no-repeat center/cover;
}

.services-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.service-card {
  position: relative;
  background: linear-gradient(145deg, #222222 0%, #1a1a1a 100%);
  padding: 2.2rem 2.35rem 2.1rem;
  transition: background 0.2s ease;
  border-left: 4px solid #FF6B35;
  border-radius: 1.9rem;
  display: flex;
  flex-direction: column;
  min-height: 20rem;
}

.service-card:hover {
  background: linear-gradient(145deg, #1a1a1a 0%, #222222 100%);
}

.service-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 1.7rem;
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  border-radius: 999px;
}

.service-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.35rem;
}

.service-card__icon {
  color: rgba(132, 76, 52, 0.9);
  font-size: 2rem;
  line-height: 1;
}

.service-card__title {
  font-family: "Inter", sans-serif;
  text-transform: inherit;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.12;
  margin-bottom: 1.2rem;
}

.service-card__body {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.42;
  margin-bottom: auto;
}

.service-card__footer {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 2.4rem;
}

.service-card__label {
  display: inline-block;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #00D4FF;
  line-height: 1;
}

.service-card__line {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.13);
}

@media (max-width: 767px) {
  .service-card {
    min-height: auto;
    border-radius: 1.3rem;
    padding: 1.6rem;
  }
  .service-card__top {
    margin-bottom: 2.3rem;
  }
  .service-card__title {
    font-size: 1.9rem;
    margin-bottom: 1rem;
  }
  .service-card__body {
    font-size: 1.1rem;
  }
  .service-card__label {
    font-size: 1rem;
  }
}
.video-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .video-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
}
@media (min-width: 768px) {
  .video-card--featured {
    grid-row: span 2;
  }
}
@media (min-width: 768px) {
  .video-card--featured .video-block {
    padding-bottom: 0;
    height: 100%;
    min-height: 340px;
  }
}
.video-card__info {
  padding: 0.75rem 0 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.video-card__tag {
  font-family: "Inter", sans-serif;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FF6B35;
  background: rgba(255, 107, 53, 0.1);
  padding: 0.2rem 0.6rem;
}

.video-card__title {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.8);
}

.video-block__placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: #111111 no-repeat center/cover;
}

.weddings-layout {
  display: grid;
  gap: 4rem;
}

@media (min-width: 1024px) {
  .weddings-layout {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.weddings-layout__img-wrap {
  position: relative;
}

.weddings-layout__img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 4/5;
  background: #111111;
}

.weddings-layout__badge {
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  background: #FF6B35;
  padding: 1.25rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.weddings-layout__badge-number {
  font-family: "Inter", sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  color: #FFFFFF;
}

.weddings-layout__badge-number sup {
  font-size: 1.25rem;
  vertical-align: super;
}

.weddings-layout__badge-label {
  font-family: "Inter", sans-serif;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-top: 2rem;
}

.feature-list__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.feature-list__icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background: #FF6B35;
  color: #FFFFFF;
  font-size: 0.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.about-layout {
  display: grid;
  gap: 4rem;
}

@media (min-width: 1024px) {
  .about-layout {
    grid-template-columns: 420px 1fr;
    align-items: center;
  }
}
.about-layout__img-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  background: #111111;
}

.press-logos {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.press-logos__label {
  font-family: "Inter", sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 1rem;
}

.press-logos__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}

.press-logos__item {
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.25);
  transition: color 0.2s ease;
}

.press-logos__item:hover {
  color: rgba(255, 255, 255, 0.6);
}

.social-links {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.social-links__item {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.5);
  transition: border-color 0.2s ease, color 0.2s ease;
}

.social-links__item svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.social-links__item:hover {
  border-color: #FF6B35;
  color: #FFFFFF;
}

.agenda__footer {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.agenda__footer-text {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.45);
}

.contact-layout {
  display: grid;
  gap: 4rem;
}

@media (min-width: 1024px) {
  .contact-layout {
    grid-template-columns: 1fr 1.4fr;
    align-items: start;
    gap: 6rem;
  }
}
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 2rem;
}

.contact-details__item {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}

.contact-details__item a {
  transition: color 0.2s ease;
}

.contact-details__item a:hover {
  color: #FFFFFF;
}

.contact-details__icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #FF6B35;
}

.contact-details__icon svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.contact-form__row {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .contact-form__row {
    grid-template-columns: 1fr 1fr;
  }
}
.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.admin-table th,
.admin-table td {
  text-align: left;
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.admin-table th {
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.75rem;
  color: #CFD1D2;
}

.admin-table tr:hover td {
  background: rgba(255, 255, 255, 0.03);
}

.admin-table__actions {
  display: flex;
  gap: 0.5rem;
}

.flash {
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}

.flash--success {
  background: rgba(34, 197, 94, 0.15);
  border-left: 4px solid #22c55e;
  color: #22c55e;
}

.flash--error {
  background: rgba(255, 107, 53, 0.15);
  border-left: 4px solid #FF6B35;
  color: #FF6B35;
}

.photo-masonry {
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
  margin-top: 2rem;
}

@media (min-width: 480px) {
  .photo-masonry {
    -moz-columns: 2;
    columns: 2;
  }
}
@media (min-width: 1024px) {
  .photo-masonry {
    -moz-columns: 3;
    columns: 3;
  }
}
.photo-card {
  display: block;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 0.75rem;
  position: relative;
  cursor: pointer;
  border: none;
  padding: 0;
  background: transparent;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}

.photo-card:focus-visible {
  outline: 2px solid #FF6B35;
  outline-offset: 2px;
}

.photo-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  transition: transform 0.4s ease;
}

.photo-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 55%);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.875rem 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.photo-card__type {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF6B35;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.photo-card__name {
  display: block;
  font-size: 0.875rem;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.photo-card:hover img {
  transform: scale(1.03);
}

.photo-card:hover .photo-card__overlay {
  opacity: 1;
}

.section__footer {
  text-align: center;
  margin-top: 2rem;
}

.section__empty {
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  padding: 6rem 0;
  font-size: 1rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox__inner {
  position: relative;
  max-width: min(90vw, 1200px);
  max-height: 90vh;
}

.lightbox__img {
  display: block;
  max-width: 100%;
  max-height: 82vh;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 4px;
}

.lightbox__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25rem 1rem 0.875rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  border-radius: 0 0 4px 4px;
}

.lightbox__type {
  display: block;
  font-size: 0.75rem;
  color: #FF6B35;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.lightbox__name {
  display: block;
  font-size: 1rem;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-top: 0.15rem;
}

.lightbox__date {
  display: block;
  font-size: 0.75rem;
  color: #CFD1D2;
  margin-top: 0.2rem;
}

.lightbox__close, .lightbox__prev, .lightbox__next {
  position: fixed;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s ease, border-color 0.2s ease;
  font-size: 1.25rem;
  line-height: 1;
}

.lightbox__close:hover, .lightbox__prev:hover, .lightbox__next:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.3);
}

.lightbox__close:focus-visible, .lightbox__prev:focus-visible, .lightbox__next:focus-visible {
  outline: 2px solid #FF6B35;
  outline-offset: 2px;
}

.lightbox__close {
  top: 1.25rem;
  right: 1.25rem;
}

.lightbox__prev {
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}

.lightbox__next {
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.impressions-page {
  padding-top: 6rem;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1a1a1a;
  border-top: 3px solid #FF6B35;
  padding: 2rem;
  z-index: 300;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.5);
}

.cookie-banner__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem 2rem;
  align-items: center;
}

@media (max-width: 768px) {
  .cookie-banner__inner {
    grid-template-columns: 1fr;
  }
}
.cookie-banner__text h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: #FFFFFF;
}

.cookie-banner__text p {
  font-size: 0.875rem;
  line-height: 1.55;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

.cookie-banner__text p a {
  color: #22D4F5;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.cookie-banner__text p a:hover {
  color: #FF6B35;
}

.cookie-banner__options {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.cookie-banner__actions {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .cookie-banner__actions {
    flex-direction: column;
    width: 100%;
  }
  .cookie-banner__actions .cookie-btn {
    width: 100%;
    text-align: center;
  }
}
.cookie-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.cookie-check em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.45);
}

.cookie-check input[type=checkbox] {
  accent-color: #FF6B35;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}

.cookie-check input[type=checkbox]:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.cookie-btn {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

.cookie-btn--accept {
  background: #FF6B35;
  color: #1a1a1a;
  border-color: #FF6B35;
}

.cookie-btn--accept:hover {
  background: rgb(255, 77.1069306931, 12.2);
  border-color: rgb(255, 77.1069306931, 12.2);
}

.cookie-btn--ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.65);
  border-color: rgba(255, 255, 255, 0.25);
}

.cookie-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.55);
}

.legal-page {
  min-height: 100vh;
  padding-top: 68px;
}

.legal-hero {
  background: #0a0a0a;
  padding: 6rem 2rem 4rem;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.legal-hero__eyebrow {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #FF6B35;
  margin-bottom: 1rem;
}

.legal-hero__title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 1rem 0;
  color: #FFFFFF;
}

.legal-hero__sub {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 auto;
  max-width: 520px;
}

.legal-body {
  max-width: 760px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.legal-body a.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: color 0.2s ease;
  margin-bottom: 2rem;
}

.legal-body a.legal-back::before {
  content: "←";
}

.legal-body a.legal-back:hover {
  color: #FF6B35;
}

.legal-body h2 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #FFFFFF;
  margin: 4rem 0 1rem 0;
  padding-bottom: 0.45rem;
  border-bottom: 2px solid #FF6B35;
}

.legal-body h2:first-of-type {
  margin-top: 0;
}

.legal-body h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #22D4F5;
  margin: 1rem 0 0.4rem 0;
}

.legal-body p {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 1rem 0;
}

.legal-body ul, .legal-body ol {
  padding-left: 1.5rem;
  margin: 0 0 1rem 0;
}

.legal-body ul li, .legal-body ol li {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.3rem;
}

.legal-body strong {
  color: #FFFFFF;
  font-weight: 700;
}

.legal-body .legal-meta {
  margin-top: 4rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.38);
}

.legal-body .legal-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

* {
  box-sizing: border-box;
}

html, body {
  background-color: #1a1a1a;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
} 

/*# sourceMappingURL=main.css.map */
