/*
Theme Name: Trubini Studio
Theme URI: https://trubini.sk
Author: Trubini
Author URI: https://trubini.sk
Description: Luxusná One-Page WordPress šablóna pre Trubini Banner Studio. Minimalistický dark design s particle animáciami.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: trubini-studio
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

:root {
  --black: #000000;
  --white: #ffffff;
  --gray-muted: #e2e0e0;
  --accent: #b69d74;

  --bg: var(--black);
  --fg: var(--white);
  --fg-muted: var(--gray-muted);
  --border: rgba(255, 255, 255, 0.05);
  --border-light: rgba(255, 255, 255, 0.1);

  --font-serif: "Montserrat", sans-serif;
  --font-sans: "Montserrat", sans-serif;
  --font-inter: "Montserrat", sans-serif;

  --container-width: 75rem;
  --container-narrow: 50rem;
  --accent-dark: #b69d74;
}

.tcf-accent {
  color: var(--accent);
  font-style: normal;
}

#pricing .tcf-accent,
.white-bg .tcf-accent,
#pricing em,
.white-bg em {
  color: var(--accent-dark);
}

html {
  overflow-x: clip;
  height: auto;
  overscroll-behavior: none;
}

body {
  background-color: var(--bg);
  color: var(--fg);
  font-family: var(--font-inter);
  font-size: 0.9375rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  overscroll-behavior: none;
}

body.menu-open {
  overflow: hidden !important;
  height: 100vh;
}

.site-bg-grid {
  position: fixed;
  inset: -50% 0;
  height: 200%;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.04) 2px,
    transparent 2px
  );
  background-size: 60px 60px;
  z-index: -1;
  pointer-events: none;
  will-change: transform;
}

.container {
  max-width: var(--container-width);
  margin: 0 auto;
  width: 100%;
}

.container-narrow {
  max-width: var(--container-narrow);
  margin: 0 auto;
  width: 100%;
}
strong {
  font-weight: 700;
  color: var(--white);
}
.text-center {
  text-align: center;
}

.muted {
  color: var(--fg-muted);
}

.w-300 {
  font-weight: 300;
}

.w-400 {
  font-weight: 400;
}

.w-600 {
  font-weight: 600;
}

.mb-15 {
  margin-bottom: 0.9375rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-50 {
  margin-bottom: 3.125rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.ls-2 {
  letter-spacing: 0.2rem;
}

.ls-3 {
  letter-spacing: 0.3rem;
}

.flex-note-card {
  margin-top: 3rem;
  padding: 1.5rem 2rem;
  border-left: 2px solid var(--accent);
  background: rgba(255, 255, 255, 0.02);
  max-width: 90%;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.flex-note-card span {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--accent);
  margin-top: 0.2rem;
}

.flex-note-card p {
  font-size: 1rem !important;
  line-height: 1.6;
  margin: 0;
}

.blueprint-note {
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 2rem auto 0;
  font-style: normal;
  text-align: center;
}

#pricing {
  padding: 12rem 1.25rem;
  background-color: var(--white);
  color: var(--black);
  position: relative;
  overflow: hidden;
}

@media (max-width: 48rem) {
  #pricing {
    padding: 6rem 1.25rem;
  }
}

.pricing-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-serif);
  font-size: 25vw;
  color: rgba(0, 0, 0, 0.03);
  pointer-events: none;
  z-index: 0;
  white-space: nowrap;
  font-weight: 300;
  text-transform: uppercase;
}

#pricing .container-narrow {
  position: relative;
  z-index: 1;
}

#pricing h2 {
  color: var(--black);
  position: relative;
}

#pricing .section-tag {
  color: #000000 !important;
  border-bottom-color: #000000;
  opacity: 1;
}

#pricing .muted {
  color: #222;
  font-weight: 400;
}

#pricing .pricing-cta {
  display: inline-block;
  padding: 1.25rem 3.125rem;
  font-size: 0.75rem;
  letter-spacing: 0.25rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  background: transparent;
  color: var(--black);
  transition: all 0.5s ease;
}

#pricing .pricing-cta:hover {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}

h1 {
  font-family: var(--font-serif);
  font-size: clamp(3.3rem, 8vw, 6.25rem);
  font-weight: 300;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  color: var(--white);
  will-change: transform, opacity;
  word-break: break-word;
}

h1 em {
  color: var(--accent);
  font-style: normal;
  text-transform: none;
}

h2 {
  font-family: var(--font-serif);
  font-size: clamp(2.7rem, 4vw, 4.2rem);
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 1.875rem;
  word-break: break-word;
}

h2 em {
  color: var(--accent);
  font-style: normal;
  text-transform: none;
  font-weight: 300;
  letter-spacing: 0;
}

h3 {
  font-family: var(--font-serif);
  font-size: clamp(2.3rem, 4vw, 3.5rem);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.85);
  word-break: break-word;
}

h3 em {
  color: var(--accent);
  font-style: normal;
  text-transform: none;
  font-weight: 300;
}

h4 {
  font-family: var(--font-sans);
  font-size: clamp(1.5rem, 2vw, 2.3rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--white);
  word-break: break-word;
}

h5 {
  font-family: var(--font-inter);
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gray-muted);
  word-break: break-word;
}

h6 {
  font-family: var(--font-inter);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--gray-muted);
  word-break: break-word;
}

p {
  font-family: var(--font-inter);
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 300;
  color: var(--gray-muted);
  max-width: 65ch;
  word-break: break-word;
}

.caption {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--gray-muted);
  text-align: center;
  margin-top: 1rem;
}

.section-tag {
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.3125rem;
  margin-bottom: 1rem;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.75rem;
  z-index: 5000;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition:
    height 0.4s ease,
    background 0.4s ease,
    opacity 0.4s ease,
    visibility 0.4s ease;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex: 1;
  justify-content: flex-end;
  min-width: 0;
}

.nav-links-list {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-shrink: 1;
}

@media (max-width: 1200px) {
  .nav-links {
    gap: 1.5rem;
  }

  .nav-links-list {
    gap: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .nav {
    padding: 0 1.5rem;
  }

  .nav-links-list,
  .nav-cta {
    display: none !important;
  }

  .nav-links {
    gap: 1.5rem;
  }
}

.nav-lang-switcher,
.footer-lang-switcher {
  display: flex;
  gap: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.nav-lang-switcher a {
  opacity: 1 !important;
  color: rgb(255, 255, 255);
  transition: color 0.3s ease;
}

.nav-lang-switcher a:hover {
  color: #fff;
}

.nav-lang-switcher .current-lang {
  display: none;
}

.nav-lang-switcher li {
  list-style: none !important;
}

.nav-lang-switcher li::marker {
  display: none !important;
  content: none !important;
}

.nav-lang-switcher ul,
.footer-lang-switcher ul,
.menu-lang-switch-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}

.footer-lang-switcher a,
.fallback-lang-link {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-lang-switcher li,
.menu-lang-switch-inner li {
  list-style: none !important;
}

.footer-lang-switcher li::marker,
.menu-lang-switch-inner li::marker {
  display: none !important;
  content: none !important;
}

.menu-contact-info .menu-lang-switch-inner {
  margin-bottom: 3rem;
}
.menu-content {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  height: 100%;
  min-height: 100vh;
  padding: 8rem 6vw;
}

.menu-left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.menu-item {
  overflow: visible !important;
}

.menu-item-main {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease;
  line-height: 1.4;
  display: inline-block;
  padding: 0.1em 0;
}

.menu-item-main:hover {
  opacity: 0.4;
}

.menu-sub {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.menu-sub a {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 0.2em 0;
  display: inline-block;
}

.menu-sub a:hover {
  color: #fff;
}

.menu-soon-item {
  margin-bottom: 2rem;
  max-width: 320px;
}

.menu-soon-title {
  letter-spacing: 0.3em;
  display: block;
  margin-bottom: 8px;
}

.menu-soon-text {
  line-height: 1.4;
  opacity: 0.7;
  margin: 0;
}

.menu-right {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 5rem;
  display: flex;
  flex-direction: column;
}

.menu-contact-info a {
  transition: opacity 0.3s ease;
}

.menu-contact-info a:hover {
  opacity: 0.6;
}

.legal-box p {
  margin-bottom: 5px;
}

.menu-map-container {
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.side-menu-close {
  position: absolute;
  top: 40px;
  right: 6vw;
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .menu-content {
    grid-template-columns: 1fr;
    padding: 6rem 1.5rem;
    gap: 4rem;
  }

  .menu-right {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 4rem;
  }
}

.nav.scrolled {
  height: 4.375rem;
  background: rgba(0, 0, 0, 0.9);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.nav.dark-nav {
  background: rgba(0, 0, 0, 0.9) !important;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.08) !important;
}

.nav.dark-nav .nav-logo img {
  filter: none;
}

.nav.dark-nav .nav-links a {
  color: #fff !important;
}

.nav.dark-nav .menu-toggle span {
  background: #fff !important;
}

.nav.dark-nav .nav-cta {
  border-color: #fff !important;
  color: #fff !important;
}

.nav.dark-nav .nav-cta:hover {
  background: #fff !important;
  color: #000 !important;
}

body.menu-open .nav {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.nav-logo {
  height: 1.5rem;
  display: flex;
  align-items: center;
  max-width: 40vw;
  flex-shrink: 0;
  transition: opacity 0.4s ease;
}

body.menu-open .nav-logo {
  opacity: 0;
  pointer-events: none;
}

.nav-logo img {
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}
.nav-links a {
  font-size: 0.6875rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 0.6;
}

.nav-links a:hover {
  opacity: 1;
}

.nav-cta {
  border: 0.0625rem solid var(--fg);
  padding: 0.625rem 1.5625rem;
  font-size: 0.625rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  transition:
    background 0.4s ease,
    color 0.4s ease;
}

.nav-cta:hover {
  background: var(--fg);
  color: var(--bg);
}

.hero {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2.5rem;
  z-index: 1;
  overflow: hidden;
}

.hero-pin-wrapper {
  position: relative;
  width: 100%;
  z-index: 10;
  background: #000;
}

.hero-zoom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#hero-svg-zoom {
  width: 100%;
  height: 100%;
  will-change: transform;
}

.hero-meta-reveal {
  opacity: 1;
  will-change: transform, opacity;
  z-index: 20;
}

#main-zoom-title {
  will-change: transform, opacity;
  transform-origin: center center;
  backface-visibility: hidden;
  perspective: 1000px;
  transform: translateZ(0);
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

#editor-bridge {
  position: relative;
  overflow: hidden;
  background: #000;
  padding: 4.375rem 1.25rem;
}

#editor-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.editor-gradient-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to right,
      #000 0%,
      transparent 25%,
      transparent 75%,
      #000 100%
    ),
    linear-gradient(
      to bottom,
      #000 0%,
      transparent 20%,
      transparent 80%,
      #000 100%
    );
  pointer-events: none;
  z-index: 2;
}

#editor-bridge .container-narrow {
  position: relative;
  z-index: 10;
}

.hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
  filter: grayscale(1);
}

.hero-content {
  max-width: 56.25rem;
  z-index: 10;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-title {
  font-size: clamp(2.5rem, 8vw, 8.125rem);
  margin-bottom: 1.875rem;
  letter-spacing: 0.15rem;
  line-height: 1.05;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 0.25rem 1.875rem rgba(0, 0, 0, 0.4);
}

.hero-sub {
  font-family: var(--font-inter);
  color: var(--white);
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}

.btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.125rem 3.125rem;
  background: #000;
  border: 0.0625rem solid #fff;
  font-size: 0.6875rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.btn-main:hover {
  background: rgba(235, 220, 190, 0.05);
  border-color: rgba(235, 220, 190, 0.3);
  color: rgba(255, 255, 255, 1);
  transform: translateY(-0.125rem);
  box-shadow: 0 0.625rem 1.875rem -0.625rem rgba(235, 220, 190, 0.15);
}

.section {
  padding: 8rem 3.75rem;
  position: relative;
  overflow: visible !important;
  content-visibility: auto;
  contain-intrinsic-size: 1px 800px;
}

.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 0.0625rem;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  z-index: 99;
}

.section-header {
  max-width: 50rem;
}

.section-split {
  display: flex;
  gap: 8rem;
  align-items: center;
  max-width: var(--container-width);
  margin: 0 auto;
}

.section-split > div {
  flex: 1;
}

.img-zoom-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #0a0a0a;
}

.img-zoom-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
  transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
  filter: grayscale(0.25);
}

.img-zoom-container.in-view img,
.img-zoom-container:hover img {
  transform: scale(1);
  filter: grayscale(0);
}

.blueprint-wrapper {
  position: relative;
  background: #050505;
  border: 0.0625rem solid var(--border);
  padding: 7.5rem 6.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.blueprint-frame {
  position: relative;
  width: 20rem;
  height: 25rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(1.25rem);
  transition:
    opacity 1s ease 0.2s,
    transform 1s ease 0.2s;
}

.in-view .blueprint-frame {
  opacity: 1;
  transform: translateY(0);
}

.blueprint-inner {
  width: 18.8rem;
  height: 23.6rem;
  border: 0.0625rem dashed rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.02);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transition: opacity 1s ease 0.4s;
}

.in-view .blueprint-inner {
  opacity: 1 !important;
}

.dim-line {
  position: absolute;
  background: #ffffff !important;
  z-index: 5;
}

.dim-h-line {
  height: 0.125rem;
  width: 0%;
  top: -2.5rem;
  left: 0;
  transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}

.in-view .dim-h-line {
  width: 100% !important;
}

.dim-h-line::before,
.dim-h-line::after {
  content: "";
  position: absolute;
  height: 1rem;
  width: 0.125rem;
  background: #ffffff !important;
  top: -0.4375rem;
  opacity: 0;
  transition: opacity 0.5s ease 1.5s;
}

.in-view .dim-h-line::before,
.in-view .dim-h-line::after {
  opacity: 1 !important;
}

.dim-h-line::before {
  left: 0;
}

.dim-h-line::after {
  right: 0;
}

.dim-v-line {
  width: 0.125rem;
  height: 0%;
  right: -2.5rem;
  top: 0;
  transition: height 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
}

.in-view .dim-v-line {
  height: 100% !important;
}

.dim-v-line::before,
.dim-v-line::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.125rem;
  background: #ffffff !important;
  left: -0.4375rem;
  opacity: 0;
  transition: opacity 0.5s ease 1.7s;
}

.in-view .dim-v-line::before,
.in-view .dim-v-line::after {
  opacity: 1 !important;
}

.dim-v-line::before {
  top: 0;
}

.dim-v-line::after {
  bottom: 0;
}

.dim-d-line {
  position: absolute;
  bottom: -3.75rem;
  width: 0%;
  height: 0.125rem;
  background: #ffffff !important;
  left: 50%;
  transform: translateX(-50%);
  transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.9s;
}

.in-view .dim-d-line {
  width: 8.75rem !important;
}

.dim-d-line::before,
.dim-d-line::after {
  content: "";
  position: absolute;
  width: 0.125rem;
  height: 1rem;
  background: #ffffff !important;
  top: -0.4375rem;
}

.dim-d-line::before {
  left: 0;
  transform: rotate(45deg);
}

.dim-d-line::after {
  right: 0;
  transform: rotate(45deg);
}

.dim-label {
  position: absolute;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  background: #050505;
  padding: 0.4rem 0.8rem;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.8s ease 1.6s;
  z-index: 10;
}

.in-view .dim-label {
  opacity: 1 !important;
}

.blueprint-plex-tag {
  font-size: 0.625rem;
  letter-spacing: 0.3em;
  opacity: 0.5;
  margin-bottom: 0.625rem;
  display: block;
}

.blueprint-plex-dims {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 300;
  display: block;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem;
}

.grid-item {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}

.grid-item h3 {
  font-size: 1rem;
  letter-spacing: 0.15rem;
}

.side-menu {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 4000;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  transform: translateX(100%);
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  overscroll-behavior: contain;
  transition: visibility 0s 0.8s;
}

body.menu-open .side-menu {
  visibility: visible;
  pointer-events: auto;
  transition: visibility 0s;
}

.side-menu::-webkit-scrollbar {
  width: 4px;
}

.side-menu::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.side-menu-close {
  position: absolute;
  top: 1.5rem;
  right: 3.75rem;
  font-size: 2.5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2200;
  font-weight: 200;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

body.menu-open .nav {
  opacity: 0;
  pointer-events: none;
}

.side-menu-close:hover {
  opacity: 1;
}

.side-menu.active {
  transform: translateY(0);
}

.menu-content {
  display: flex;
  width: 100%;
  max-width: 75rem;
  gap: 3rem;
  padding: 4rem 3.75rem 12rem;
  min-height: 100vh;
}

.menu-left {
  flex: 1;
}

.menu-right {
  width: 18.75rem;
  display: flex;
  flex-direction: column;
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.1);
  padding-left: 3.125rem;
}

.menu-item {
  margin-bottom: 0;
  overflow: hidden;
}

.menu-item:last-child {
  margin-bottom: 0;
}

.menu-item-main {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3.5vw, 3rem);
  text-transform: uppercase;
  display: block;
  line-height: 1.1;
  transition: transform 0.5s ease;
}

.menu-item-main:hover {
  transform: translateX(1.25rem);
}

.submenu-trigger {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.submenu-trigger::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-right: 0.0625rem solid currentColor;
  border-bottom: 0.0625rem solid currentColor;
  transform: rotate(-45deg);
  transition: transform 0.4s ease;
  margin-left: 1.5rem;
  flex-shrink: 0;
  opacity: 0.5;
}

.menu-item.active .submenu-trigger::after {
  transform: rotate(45deg);
  opacity: 1;
}

.menu-sub {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

.menu-item.active .menu-sub {
  height: auto;
  opacity: 1;
}

.menu-sub a:hover {
  opacity: 1;
}

.menu-toggle {
  width: 1.875rem;
  height: 1.25rem;
  position: relative;
  cursor: pointer;
  z-index: 2201;
}

.menu-toggle span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.menu-toggle span:nth-child(1) {
  top: 0;
}

.menu-toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.menu-toggle span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(0.5625rem) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-0.5625rem) rotate(-45deg);
}

.about-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  margin-bottom: 6rem;
}

.about-feature-item {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.about-feature-title {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fff;
}

.linked-button {
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.linked-button a {
  border: 2px solid white;
  padding: 1rem;
}

@media (max-width: 768px) {
  .about-features-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .about-feature-title {
    margin: 0;
  }

  .linked-button {
    text-align: center;
  }
}

.footer {
  padding: 6.25rem 3.75rem;
  border-top: 0.0625rem solid var(--border);
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 6.25rem;
}

.footer .nav-logo_inner {
  background: #fff;
  padding: 15px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.footer .nav-logo img {
  filter: invert(1);
}

.footer .nav-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
}

.footer-socials {
  margin-top: 25px;
  display: flex;
  gap: 20px;
  align-items: center;
  opacity: 0.6;
}

.footer-links {
  display: flex;
  gap: 100px;
}

.footer-col h4 {
  font-size: 0.625rem;
  letter-spacing: 0.3rem;
  margin-bottom: 1.875rem;
  opacity: 0.4;
}

.footer-col ul {
  list-style: none;
}

@media (max-width: 48rem) {
  .footer-col ul {
    padding: 0;
  }
}

.footer-col li {
  margin-bottom: 0.625rem;
}

.footer-col a {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.05);
  position: relative;
}

.footer-creator {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fb-sep {
  opacity: 0.1;
  margin: 0 0.8rem;
}

.footer-copy {
  font-size: 0.6875rem;
  letter-spacing: 0.1rem;
  opacity: 0.4;
  display: flex;
  align-items: center;
}

.footer-meta {
  font-size: 0.625rem;
  letter-spacing: 0.2rem;
  display: flex;
  gap: 1.5rem;
  opacity: 0.6;
}

#cursor-dot,
#cursor-ring {
  position: fixed;
  pointer-events: none;
  z-index: 3000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

#cursor-dot {
  width: 0.25rem;
  height: 0.25rem;
  background: #fff;
}

#cursor-ring {
  width: 1.875rem;
  height: 1.875rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  transition:
    width 0.3s,
    height 0.3s;
}

@media (max-width: 48rem) {
  .side-menu {
    padding: 2rem 1.5rem;
    justify-content: flex-start;
  }

  .side-menu-close {
    top: 1.5rem;
    right: 1.5rem;
  }

  .menu-content {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 1.5rem 12rem;
    min-height: 100vh;
  }

  .menu-item-main {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .menu-right {
    width: 100%;
    border-left: none;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
    padding: 3.125rem 0 0;
  }

  .footer-top {
    flex-direction: column;
    gap: 3.125rem;
    margin-bottom: 2.5rem;
  }

  .footer {
    padding: 4rem 1.5rem;
  }

  .footer-links {
    flex-direction: column;
    gap: 2.5rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
    padding-top: 3rem;
  }

  .footer-copy {
    flex-direction: column;
    gap: 0.8rem;
    align-items: center;
  }

  .footer-creator {
    position: static;
    transform: none;
    margin: 1rem 0;
  }

  .footer-meta {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .footer-bottom .fb-sep {
    display: none;
  }

  .grid {
    display: flex;
    flex-direction: column;
  }

  .nav {
    padding: 0 1.5rem;
  }

  .hero {
    padding: 0 1.5rem;
  }

  .section {
    padding: 4rem 1.5rem;
    overflow-x: hidden !important;
    max-width: 100vw;
  }

  .blueprint-wrapper {
    padding: 4rem 0 6rem;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100vw;
    display: flex;
    justify-content: center;
  }

  .blueprint-frame {
    transform-origin: center;
    scale: 0.55;
    margin: -4rem 0;
    flex-shrink: 0;
  }

  .container,
  .container-narrow {
    max-width: 100vw;
    overflow: visible !important;
  }
}

.cookie-banner {
  position: fixed;
  bottom: 30px;
  left: 30px;
  right: 30px;
  max-width: 1000px;
  margin: 0 auto;
  background: rgba(15, 15, 15, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 40px;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.cookie-banner.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cookie-content {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-direction: column;
}

.cookie-logo {
  height: 25px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.9;
}

.cookie-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-sans);
  max-width: 600px;
}

.cookie-actions {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
}

.cookie-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  flex-shrink: 0;
}

.cookie-btn {
  padding: 10px 22px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--font-sans);
  border: 1px solid transparent;
  width: 100%;
}

.cookie-btn-primary {
  background: #fff;
  color: #000;
}

.cookie-btn-primary:hover {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

.cookie-btn-secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}

.cookie-btn-secondary:hover {
  border-color: #fff;
}

.cookie-btn-text {
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 0;
  padding-right: 0;
  font-size: 0.7rem;
}

.cookie-btn-text:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .cookie-banner {
    flex-direction: column;
    align-items: center;
    padding: 30px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    gap: 25px;
    width: auto;
  }

  .cookie-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .cookie-actions {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .flex-note-card {
    width: 100%;
    max-width: 100%;
    background: none;
    margin-bottom: 2rem;
  }
}
.cookie-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}

#process {
  background: #000;
  padding: 8vh 0;
  overflow: visible !important;
  content-visibility: visible !important;
  contain: none !important;
}

#process .section-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 3rem;
  overflow: visible !important;
}

.process-sticky {
  position: sticky;
  top: 8vh;
  align-self: start;
  z-index: 10;
  padding-top: 10vh;
}

.process-sticky h2 {
  margin-top: 1rem;
}

.process-list {
  position: relative;
  padding-bottom: 10vh;
}

.process-item {
  position: relative;
  padding: 4rem 0;
  opacity: 0.15;
  transition: all 0.8s ease;
}

.process-item.active {
  opacity: 1;
}

.process-item.passed {
  opacity: 0.15;
}

.process-content h3 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}

.process-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  max-width: 480px;
  text-align: left;
}

@media (max-width: 1024px) {
  #process {
    padding: 8vh 1.5rem;
  }

  #process .section-split {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .process-sticky {
    position: relative;
    top: 0;
    padding-top: 0;
  }

  .process-item {
    opacity: 1;
    transform: none;
    padding: 3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .section-split {
    display: block;
  }
}

@media (max-width: 48rem) {
  .process-list {
    padding-bottom: 0;
  }

  .process-item {
    padding: 1rem 0;
  }

  .process-item.active {
    margin: 0;
  }
}

.cookie-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookie-slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.4s;
  border-radius: 24px;
}

.cookie-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 50%;
}

.cookie-switch input:checked + .cookie-slider {
  background-color: #fff;
}

.cookie-switch input:checked + .cookie-slider:before {
  transform: translateX(20px);
  background-color: #000;
}

.cookie-switch input:disabled + .cookie-slider {
  opacity: 0.3;
  cursor: not-allowed;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 100px;
}

.contact-item a {
  transition: opacity 0.3s ease;
  display: inline-block;
}

.contact-item a:hover {
  opacity: 0.6;
}

.legal-separator {
  width: 60px;
  height: 1px;
  background: var(--border-light);
}

.social-links {
  display: flex;
  align-items: center;
  gap: 15px;
}

.social-link {
  font-family: var(--font-inter);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500;
  transition: all 0.3s ease;
}

.social-link:hover {
  color: #fff;
  opacity: 1;
  letter-spacing: 0.3em;
}

@media (max-width: 991px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

.cookie-panel-footer {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 20px;
}
#description {
  background: #fff;
  color: #000;
  padding: 12rem 3.75rem;
  position: relative;
  z-index: 50;
}

@media (max-width: 48rem) {
  #description {
    padding: 6rem 1.5rem;
  }
}

#description .section-tag {
  color: rgb(0 0 0);
  border-color: rgba(0, 0, 0, 0.1);
  font-weight: 400;
  margin: 0;
}

#description h2 {
  color: #000;
  font-family: var(--font-serif);
}

#description p {
  color: #000;
}

#about-me {
  border-top: 1px solid var(--border);
  padding: 12rem 3.75rem;
  flex-direction: column-reverse;
}

#about-me .section-split {
  align-items: center;
  gap: 4rem;
  margin-bottom: 8rem;
  position: relative;
}

@media (max-width: 48rem) {
  #about-me {
    padding: 6rem 1.5rem;
  }

  #about-me .section-split {
    gap: 0rem;
    margin-bottom: 0rem;
    flex-direction: column;
  }
}

.about-photo-wrapper .about-portrait {
  transition: none !important;
  transform: none !important;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

.about-photo-wrapper .img-zoom-container {
  aspect-ratio: 3/4;
  border: none;
  background: #000;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.about-intro-text {
  font-size: clamp(1rem, 2.5vw, 1.8rem);
  line-height: 1.4;
  color: #fff;
  max-width: 850px;
  opacity: 1;
  margin-bottom: 3.5rem;
  font-weight: 300;
  letter-spacing: -0.01em;
}

.about-intro-text strong {
  font-weight: 700;
}

.about-intro-text em {
  color: rgb(215 203 186);
  font-style: normal;
}

.craft-header {
  max-width: var(--container-width);
  margin: 0 auto 3.5rem;
}

.craft-cols {
  display: flex;
  gap: 3rem;
  max-width: var(--container-width);
  margin: 0 auto;
  align-items: flex-start;
}

.craft-col {
  flex: 1;
  min-width: 0;
}

.craft-col p {
  margin: 0;
}

@media (max-width: 64rem) {
  .craft-cols {
    flex-direction: column;
    gap: 2rem;
  }
}

.craft-images-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: flex-start;
}

.craft-item {
  flex: 1 1 300px;
  min-width: 280px;
  margin-bottom: 40px;
}

.craft-img-frame {
  aspect-ratio: 4/5;
  border: 1px solid var(--border);
  overflow: hidden;
}

.craft-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.viz-flex {
  align-items: flex-start;
}

.viz-item {
  flex: 1 1 320px;
  min-width: 280px;
  margin-bottom: 0;
}

.viz-frame {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.viz-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 48rem) {
  .viz-item {
    min-width: 100%;
  }
}

.footer-socials-wrap {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  align-items: center;
}

.legal-box {
  opacity: 0.75;
  font-size: 0.75rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

.legal-box-person {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

#hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background: linear-gradient(
    to bottom,
    #000 0%,
    #000 58%,
    #18181b 80%,
    #232327 100%
  );
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: 10;
  cursor: default;
}

#booth-canvas {
  cursor: default;
  pointer-events: none;
}
.cinematic-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.beam {
  position: absolute;
  width: 6%;
  height: 120%;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.35) 40%,
    rgba(255, 255, 255, 0.15) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0.75;
  filter: blur(40px);
  transform-origin: top center;
  animation: wideSweep 14s ease-in-out infinite alternate;
}

.beam.second {
  left: 35%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.15) 40%,
    rgba(255, 255, 255, 0.12) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  animation-duration: 20s;
  animation-delay: -6s;
  opacity: 0.6;
}

.beam.third {
  left: 65%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 35%,
    rgba(255, 255, 255, 0.18) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  animation-duration: 18s;
  animation-delay: -12s;
  opacity: 0.5;
}

@keyframes wideSweep {
  0% {
    transform: translateX(-50%) rotate(-12deg) scale(1.1);
  }

  100% {
    transform: translateX(-50%) rotate(14deg) scale(1.2);
  }
}
#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  opacity: 0.4;
  pointer-events: none;
  z-index: 1;
}
.hero-scroll-hint {
  position: absolute;
  bottom: 8rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  z-index: 20;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.6s ease;
}

.hero-scroll-hint.hidden {
  opacity: 0;
}

.scroll-mouse {
  width: 32px;
  height: 52px;
  border: 2px solid #000;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  padding-top: 7px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.scroll-mouse__wheel {
  width: 4px;
  height: 8px;
  background: #000;
  border-radius: 2px;
  animation: wheelBounce 1.6s ease-in-out infinite;
}

.scroll-mouse__label {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #000;
}

@keyframes wheelBounce {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.8;
  }

  50% {
    transform: translateY(5px);
    opacity: 0.3;
  }
}

@media (max-width: 480px) {
  .hero-scroll-hint {
    display: none;
  }
}
.hero-copy {
  position: absolute;
  top: 50%;
  left: 6vw;
  transform: translateY(-50%);
  z-index: 10;
  max-width: 440px;
  pointer-events: none;
}

.hero-copy .btn-main,
.hero-copy a {
  pointer-events: auto;
}

.hero-event-tag {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 6px 14px;
  border-radius: 2px;
  margin-bottom: 28px;
  backdrop-filter: blur(4px);
}

.hero-title-split {
  margin: 0 0 20px;
  line-height: 1;
  font-style: normal;
}

.hero-t1 {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  font-weight: 200;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
}

.hero-t2 {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.5rem, 7vw, 6.5rem);
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.92);
  line-height: 0.95;
  margin-top: 4px;
}

.hero-copy-desc {
  font-family: "Inter", sans-serif;
  font-size: 0.88rem;
}

.hero-copy-meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.hero-copy-meta span {
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.28);
}

#booth-canvas {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  z-index: 5;
  pointer-events: none;
}
.hero-content--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.hero-content--hidden .btn-main {
  pointer-events: auto;
}
.booth-fixed-footer {
  position: absolute !important;
  top: auto !important;
  bottom: 20px !important;
  right: 20px !important;
  left: auto !important;
  transform: none !important;
  width: 80px !important;
  height: 80px !important;
}
.hero-bg-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(18vw, 22vw, 26vw);
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.04);
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
  letter-spacing: -0.02em;
  user-select: none;
}

.hero-over-canvas {
  position: absolute;
  top: 35%;
  left: 6vw;
  transform: translateY(-50%);
  width: auto;
  max-width: 40vw;
  text-align: left;
  z-index: 30;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-over-canvas.line::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 1.2rem;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
}

@media (min-width: 2390px) {
  .hero-over-canvas {
    top: 43%;
  }
}

@media (max-width: 1024px) {
  .hero-over-canvas {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    text-align: center;
    width: 90vw;
  }

  .hero-over-canvas.line::before {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-title-main {
    font-size: clamp(2.8rem, 10vw, 5.5rem);
    letter-spacing: 0.04em;
  }

  .hero-bg-title {
    font-size: clamp(30vw, 38vw, 45vw);
  }
}

@media (max-width: 480px) {
  .hero-title-main {
    font-size: clamp(1.8rem, 10vw, 3rem);
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hero-over-canvas {
    max-width: 42vw;
    left: 8vw;
  }

  .hero-title-main {
    font-size: clamp(5rem, 7vw, 6.25rem);
    line-height: 1.1;
  }
}
.page-default .page-header h1 {
  font-size: clamp(3rem, 8vw, 6rem);
  font-family: var(--font-primary);
  font-weight: 300;
}
.page-default .content-wrapper {
  font-family: var(--font-secondary);
  line-height: 1.8;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
}
.page-default .content-wrapper p {
  margin-bottom: 2rem;
}
.page-default .content-wrapper h2,
.page-default .content-wrapper h3 {
  color: #fff;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.legal-page-container {
  padding: 10rem 0;
  min-height: 100vh;
}

.legal-massive-title {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
  text-align: center;
}

.legal-grid {
  max-width: 50rem;
  margin: 0 auto;
}

.legal-section {
  margin-bottom: 4rem;
}

.legal-section p {
  font-family: var(--font-inter);
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}

.cookie-intro {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 5rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.8;
  font-size: 1.1rem;
}

.cookie-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
}

.cookie-table th {
  text-align: left;
  padding: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: #fff;
  font-weight: 600;
}

.cookie-table td {
  padding: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

.back-btn {
  display: inline-table;
  margin: 4rem auto 0;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.5rem;
  transition: all 0.3s ease;
}

.back-btn:hover {
  border-bottom-color: #fff;
  opacity: 0.8;
}

@media (max-width: 48rem) {
  .legal-page-container {
    padding: 7rem 1.5rem;
  }

  .legal-massive-title {
    margin-bottom: 3rem;
  }
}
body.cf-open {
  overflow: hidden;
}

.cf-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 4vh 1rem;
}

.cf-modal.open {
  display: flex;
}

.cf-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(6px);
}

.cf-dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  /* 100dvh = dynamic viewport — iOS Safari nezarátava URL bar, takže
     spodok modálu sa nestratí pod prehliadačovým chrome. */
  max-height: calc(100dvh - 8vh);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* iOS: explicitne dovoľ vertikálne touch-scroll vnútri modálu
     a zabráň prepojeniu s body scrollom. */
  touch-action: pan-y;
  overscroll-behavior: contain;
  background: #0c0c0d;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3rem 2.5rem;
  animation: cfIn 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

@keyframes cfIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cf-close {
  position: sticky;
  top: 0;
  align-self: flex-end;
  margin: -1.5rem -1.25rem -1.5rem 0;
  background: #0c0c0d;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease;
  z-index: 2;
}

.cf-close:hover {
  color: #fff;
}

.cf-title {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  margin: 0 0 1.75rem;
}

.cf-group {
  margin-bottom: 1.6rem;
}

.cf-group-label {
  display: block;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

.cf-field-label {
  display: block;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.35rem;
}

.cf-form input[type="text"],
.cf-form input[type="email"],
.cf-form input[type="tel"],
.cf-form input[type="date"],
.cf-form textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  color: #fff;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  padding: 0.85rem 1rem;
  margin-bottom: 0.6rem;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}

.cf-form input::placeholder,
.cf-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.cf-form input:focus,
.cf-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: rgba(255, 255, 255, 0.06);
}

.cf-form input[type="date"] {
  color-scheme: dark;
}

.cf-form textarea {
  resize: vertical;
  min-height: 90px;
}

.cf-check {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.55rem;
  cursor: pointer;
}

.cf-check input {
  accent-color: var(--accent);
  margin-top: 2px;
  flex-shrink: 0;
}

.cf-note {
  font-size: 0.72rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
  margin: 0.4rem 0 0;
}

.cf-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0.5rem 0 1.5rem;
  cursor: pointer;
}

.cf-consent input {
  accent-color: var(--accent);
  margin-top: 2px;
  flex-shrink: 0;
}

.cf-consent a {
  color: var(--accent);
  text-decoration: underline;
}

.cf-status {
  font-size: 0.85rem;
  margin-bottom: 1rem;
  min-height: 1.2em;
  line-height: 1.5;
}

.cf-status.error {
  color: #e88;
}

.cf-status.success {
  color: #9c9;
}

.cf-submit {
  width: 100%;
  background: var(--accent);
  color: #0c0c0d;
  border: none;
  padding: 1rem;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.cf-submit:hover {
  opacity: 0.85;
}

.cf-submit:disabled {
  opacity: 0.5;
  cursor: default;
}

button.pricing-cta {
  font: inherit;
  background: none;
  cursor: pointer;
}

.cf-cta-btn {
  display: inline-block;
  margin-top: 2rem;
  background: var(--accent);
  color: #0c0c0d;
  border: none;
  padding: 1rem 2.5rem;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.cf-cta-btn:hover {
  opacity: 0.85;
}

@media (max-width: 48rem) {
  .cf-dialog {
    padding: 2.5rem 1.5rem;
  }
}
.contact-page-main {
  position: relative;
  background: #000;
  min-height: 100vh;
}

.contact-cinematic-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.contact-hero-premium {
  padding: 180px 0 100px;
  position: relative;
  z-index: 1;
}

.section-tag-premium {
  font-size: 10px;
  letter-spacing: 0.4em;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.contact-grid-premium {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  position: relative;
  z-index: 1;
}

.contact-card {
  padding: 0;
}

.card-title-premium {
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
}

.detail-group {
  margin-bottom: 40px;
}

.detail-label {
  display: block;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.3);
}

.detail-value {
  font-size: 1.35rem;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
  margin: 0;
}

.address-value {
  line-height: 1.6;
}

.link-reveal:hover {
  opacity: 0.6;
}

.social-links-premium {
  display: flex;
  gap: 40px;
}

.social-icon-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 9px;
  letter-spacing: 0.2em;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.social-icon-btn:hover {
  opacity: 1;
}

.legal-disclaimer {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 30px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.disclaimer-icon {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1;
}

.legal-disclaimer p {
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  font-style: italic;
}

.map-section-premium {
  padding: 30px 6vw 120px;
  position: relative;
  z-index: 1;
}

.map-container-premium {
  height: 60vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.map-overlay-info {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  padding: 25px 35px;
  border-left: 3px solid #fff;
}

.map-tag {
  font-size: 8px;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 8px;
}

.map-address {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (max-width: 75rem) {
  .contact-page-main .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 600px) {
  .contact-page-main .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .contact-massive-title {
    word-break: break-word;
  }
}

@media (max-width: 1024px) {
  .contact-grid-premium {
    grid-template-columns: 1fr;
    gap: 80px;
  }

  .contact-hero-premium {
    padding: 140px 0 60px;
  }

  .map-section-premium {
    padding: 0 0 100px;
  }

  .map-overlay-info {
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .contact-grid-premium {
    gap: 20px;
  }

  .cf-cta-btn {
    margin-top: 0;
  }
  .contact-hero-premium {
    padding: 100px 0 0;
  }
}
@media (max-width: 1024px) {
  .hero-scroll-hint {
    display: none !important;
  }

  .hero-copy.hero-over-canvas {
    display: none !important;
  }

  #hero {
    height: 100svh !important;
  }

  #booth-canvas {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 5 !important;
  }

  .hero-mobile-title {
    display: block !important;
    position: absolute !important;
    top: 20vh !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 90vw !important;
    z-index: 20 !important;
    text-align: center !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: clamp(1.5rem, 6.5vw, 2.8rem) !important;
    font-weight: 300 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: #fff !important;
    line-height: 1.1 !important;
    pointer-events: none !important;
    white-space: nowrap !important;
    text-shadow:
      0 0 80px rgba(0, 0, 0, 1),
      0 0 30px rgba(0, 0, 0, 0.95),
      0 2px 6px rgba(0, 0, 0, 0.8) !important;
  }

  .hero-mobile-title::before {
    content: "";
    display: block;
    width: 28px;
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
    margin: 0 auto 0.9rem;
  }

  .hero-mobile-cta {
    display: inline-flex !important;
    position: absolute !important;
    bottom: 7vh !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 20 !important;
    pointer-events: auto !important;
    white-space: nowrap !important;
  }
}

.hero-mobile-title,
.hero-mobile-cta {
  display: none;
}
.hero-copy.hero-sub-block {
  top: 65% !important;
  transform: translateY(-50%) !important;
}
.page-404 {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-code {
  font-size: clamp(5rem, 15vw, 10rem);
  font-weight: 200;
  font-family: var(--font-primary);
  line-height: 1;
  display: block;
}
.h-100-vh {
  min-height: 80vh;
}
.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-legal .legal-hero h1 {
  font-size: clamp(2rem, 6vw, 4rem);
  text-transform: uppercase;
}
.legal-separator {
  width: 60px;
  height: 1px;
  background: #fff;
  margin-top: 40px;
}
.content-wrapper {
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
}
.content-wrapper h2,
.content-wrapper h3 {
  color: #fff;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.cookies-table-wrapper {
  overflow-x: auto;
}
.cookies-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
}
.cookies-table th {
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 600;
}
.cookies-table td {
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
