/**
 * coming-soon-v1.css
 * Sama Sculpt Coming Soon Page Styles
 * File: assets/css/coming-soon-v1.css
 * Match with aboutv1.css tokens
 */

/* =====================================================
   TOKENS — match with aboutv1.css
===================================================== */
:root {
  --bg: #FFFFFF;
  --bg-subtle: #F9F9F9;
  --border: #EBEBEB;
  --text-dark: #1A1A1A;
  --text-mid: #5A5A5A;
  --text-light: #AAAAAA;
  --burgundy: #7A1E1E;
  --burg-hover: #921F1F;
  --burg-glow: rgba(122,30,30,0.12);
  --gold: #C8A36A;
  --gold-lt: #D9BC8F;

  --font-family: 'Montserrat', sans-serif;

  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  --max-w: 1240px;
  --pad-x: 32px;
  --section-gap: 112px;
  --radius: 20px;
  --radius-pill: 999px;
}

/* =====================================================
   RESET
===================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  font-family: var(--font-family);
  background: var(--bg);
  color: var(--text-dark);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

ul {
  list-style: none;
}

button {
  border: 0;
  background: none;
  cursor: pointer;
  font: inherit;
}

/* =====================================================
   LAYOUT
===================================================== */
.wrap {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: var(--pad-x);
}

/* =====================================================
   TYPE — match with aboutv1.css
===================================================== */
.eyebrow {
  font-family: var(--font-family);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--burgundy);
  margin-bottom: 16px;
}

.eyebrow--dark {
  color: var(--burgundy);
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.65);
}

.eyebrow--center {
  text-align: center;
}

.section-title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: var(--text-dark);
  margin-bottom: 18px;
}

.section-title em {
  font-style: normal;
  color: var(--burgundy);
}

.section-title--light {
  color: #fff;
}

.section-title--light em {
  color: var(--gold-lt);
}

.body-text {
  font-size: 0.82rem;
  font-weight: 400;
  color: var(--text-mid);
  line-height: 1.9;
}

/* =====================================================
   BUTTONS — match with aboutv1.css
===================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  height: 48px;
  padding: 0 28px;
  border-radius: var(--radius-pill);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: none !important;
  transform: none !important;
  transition: none !important;
  pointer-events: none;
}

.btn--fill {
  background: var(--burgundy);
  color: #fff;
  border-color: var(--burgundy);
  box-shadow: 0 10px 28px -10px rgba(122, 30, 30, 0.45);
}

.btn--fill:hover {
  background: var(--burg-hover);
  border-color: var(--burg-hover);
}

.btn--outline {
  background: transparent;
  color: var(--text-dark);
  border-color: var(--border);
}

.btn--outline:hover {
  background: var(--bg-subtle);
  border-color: var(--text-mid);
}

.btn--outline-light {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

.btn--outline-light:hover {
  background: #fff;
  color: var(--burgundy);
  border-color: #fff;
}

.btn--lg {
  height: 56px;
  padding: 0 36px;
  font-size: 0.7rem;
}

.btn--sm {
  height: 40px;
  padding: 0 20px;
  font-size: 0.55rem;
}

.btn .arrow {
  transition: transform 0.3s ease;
  display: inline-block;
}

.btn:hover .arrow {
  transform: translateX(4px);
}

/* =====================================================
   REVEAL
===================================================== */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

[data-reveal-delay="1"] {
  transition-delay: 0.08s;
}
[data-reveal-delay="2"] {
  transition-delay: 0.16s;
}
[data-reveal-delay="3"] {
  transition-delay: 0.26s;
}
[data-reveal-delay="4"] {
  transition-delay: 0.36s;
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* =====================================================
   GRAIN
===================================================== */
.grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .04;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* =====================================================
   INTRO — text hero, match with section-first
===================================================== */
.intro {
  padding: 80px 0 16px;
  background: var(--bg);
}

.intro__content {
  max-width: 720px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.intro__coming {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 24px 8px 20px;
  border-radius: var(--radius-pill);
  background: var(--burg-glow);
  border: 1px solid rgba(122, 30, 30, 0.15);
  margin-bottom: 26px;
  opacity: 0;
  animation: fadeUp 0.9s ease both;
}

.intro__coming .pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--burgundy);
  box-shadow: 0 0 0 6px rgba(122, 30, 30, 0.12);
  animation: pulse-dot 2s ease-in-out infinite;
}

.intro__coming span {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-mid);
}

.intro__coming strong {
  color: var(--burgundy);
  font-weight: 800;
}

@keyframes pulse-dot {
  0%,
  100% {
    box-shadow: 0 0 0 6px rgba(122, 30, 30, 0.12);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(122, 30, 30, 0);
  }
}

.intro__title {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: clamp(2.4rem, 6.5vw, 4.2rem);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.98;
  color: var(--text-dark);
  opacity: 0;
  animation: fadeUp 0.9s 0.1s ease both;
}

.intro__title .accent {
  color: var(--burgundy);
  font-weight: 300;
}

.intro__sub {
  margin-top: 20px;
  font-size: 0.92rem;
  font-weight: 400;
  color: var(--text-mid);
  max-width: 480px;
  line-height: 1.9;
  opacity: 0;
  animation: fadeUp 0.9s 0.2s ease both;
}

.intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 34px;
  opacity: 0;
  animation: fadeUp 0.9s 0.3s ease both;
}

.intro__eta {
  margin-top: 44px;
  padding-top: 26px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  opacity: 0;
  animation: fadeUp 0.9s 0.4s ease both;
}

.intro__eta-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.intro__eta-item .num {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--burgundy);
  text-transform: uppercase;
}

.intro__eta-item .lbl {
  font-size: 0.7rem;
  font-weight: 300;
  color: var(--text-light);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .intro {
    padding: 56px 0 12px;
  }
  .intro__eta {
    gap: 20px;
  }
  .intro__actions .btn {
    width: 100%;
    max-width: 300px;
  }
}

/* =====================================================
   SECTION — match with aboutv1.css
===================================================== */
.section {
  padding-block: var(--section-gap);
  position: relative;
}

.section-head {
  max-width: 600px;
  margin-bottom: 48px;
}

.section-head.center {
  margin-inline: auto;
  text-align: center;
}

/* =====================================================
   CAROUSEL — match styling with aboutv1
===================================================== */
#gallery {
	padding-top: 20px !important;
}

.carousel-wrap {
  overflow: hidden;
  border-radius: var(--radius);
  position: relative;
  background: var(--bg-subtle);
  border: 1px solid var(--border);
}

.carousel-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: carouselScroll 32s linear infinite;
  will-change: transform;
  padding: 16px;
}

.carousel-wrap:hover .carousel-track {
  animation-play-state: paused;
}

.carousel-track .slide {
  flex: 0 0 280px;
  height: 340px;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  border: 1px solid var(--border);
  background: var(--bg);
  transition: transform 0.3s ease;
}

.carousel-track .slide:hover {
  transform: translateY(-4px);
}

.carousel-track .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.carousel-track .slide:hover img {
  transform: scale(1.04);
}

.carousel-track .slide .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 16px 16px;
  background: linear-gradient(0deg, rgba(18, 7, 7, 0.7) 0%, transparent 70%);
  color: #fff;
}

.carousel-track .slide .caption .tag {
  display: inline-block;
  font-size: 0.45rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-lt);
  background: rgba(217, 179, 130, 0.15);
  padding: 2px 12px;
  border-radius: var(--radius-pill);
  margin-bottom: 4px;
  border: 1px solid rgba(217, 179, 130, 0.1);
}

.carousel-track .slide .caption h4 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}

.carousel-track .slide .caption p {
  font-size: 0.7rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
}

@keyframes carouselScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 640px) {
  .carousel-track .slide {
    flex: 0 0 200px;
    height: 260px;
  }
  .carousel-track {
    padding: 10px;
    gap: 10px;
  }
}

/* =====================================================
   CLASSES — match with aboutv1 card style
   FONT-FAMILY explicitly set
===================================================== */
.classes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.class-card {
  font-family: var(--font-family);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 34px 28px;
  transition: all 0.35s var(--ease);
  position: relative;
}

.class-card:hover {
  border-color: var(--burgundy);
  box-shadow: 0 20px 40px rgba(122, 30, 30, 0.06);
  transform: translateY(-4px);
}

.class-card .coming-tag {
  font-family: var(--font-family);
  display: inline-block;
  font-size: 0.45rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(217, 179, 130, 0.12);
  padding: 2px 12px;
  border-radius: var(--radius-pill);
  margin-bottom: 12px;
  border: 1px solid rgba(217, 179, 130, 0.15);
}

.class-tag {
  font-family: var(--font-family);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--burgundy);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.class-card h3 {
  font-family: var(--font-family) !important;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.class-card p {
  font-family: var(--font-family);
  font-size: 0.82rem;
  color: var(--text-mid);
  line-height: 1.8;
}

@media (max-width: 860px) {
  .classes-grid {
    grid-template-columns: 1fr;
  }
}

/* =====================================================
   NOTIFY — match with aboutv1 CTA section
===================================================== */
.notify {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  padding: 80px 40px;
  text-align: center;
  background: var(--burgundy);
  border: 1px solid var(--border);
}

.notify::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(122, 30, 30, 0.95), rgba(18, 7, 7, 0.90));
  z-index: 1;
}

.notify::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(217, 179, 130, 0.08) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(217, 179, 130, 0.05) 0%, transparent 50%);
  z-index: 1;
  pointer-events: none;
}

.notify .grain {
  z-index: 1;
  opacity: .05;
}

.notify-inner {
  position: relative;
  z-index: 3;
  max-width: 560px;
  margin-inline: auto;
}

.notify .notify-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(217, 179, 130, 0.15);
  border: 1px solid rgba(217, 179, 130, 0.2);
  padding: 6px 20px 6px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold-lt);
  margin-bottom: 16px;
}

.notify .notify-badge .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-lt);
  animation: pulse-dot 2s ease-in-out infinite;
}

.notify .notify-title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.notify .notify-title em {
  font-style: normal;
  color: var(--gold-lt);
}

.notify .notify-desc {
  font-family: var(--font-family);
  font-size: 0.82rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.9;
  max-width: 480px;
  margin-inline: auto;
}

.notify-card {
  margin-top: 34px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.notify-card .btn--fill {
  background: #fff;
  color: var(--burgundy);
  border-color: #fff;
  box-shadow: none;
}

.notify-card .btn--fill:hover {
  background: var(--bg-subtle);
  border-color: var(--bg-subtle);
}

@media (max-width: 640px) {
  .notify {
    padding: 48px 20px;
  }
  .notify-card {
    flex-direction: column;
    align-items: center;
  }
  .notify-card .btn {
    width: 100%;
  }
}

.rezerv-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.rezerv-modal.is-open {
  display: block;
}
.rezerv-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.rezerv-modal__dialog {
  position: relative;
  width: 92%;
  max-width: 960px;
  max-height: 90vh;
  margin: 40px auto;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.rezerv-modal__close {
  position: absolute;
  top: 6px;
  right: 12px;
  z-index: 2;
  background: none;
  border: none;
  font-size: 30px;
  line-height: 1;
  color: #373925;
  cursor: pointer;
}
.rezerv-modal__body {
  overflow-y: auto;
}
.rezerv-modal__body iframe {
  display: block;
}
body.rezerv-modal-open {
  overflow: hidden;
}
@media (max-width: 600px) {
  .rezerv-modal__dialog {
    width: 96%;
    margin: 16px auto;
    max-height: 94vh;
  }
}

/* =====================================================
   SCROLLBAR
===================================================== */
::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background: var(--bg-subtle);
}

::-webkit-scrollbar-thumb {
  background: var(--burgundy);
  border-radius: 9px;
  border: 2px solid var(--bg-subtle);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--burg-hover);
}

::selection {
  background: var(--burgundy);
  color: #fff;
}