:root {
  --gallery-bg: #0d0c0b;
  --gallery-surface: #151310;
  --gallery-surface-soft: #1b1814;
  --gallery-gold: #c89b51;
  --gallery-gold-soft: #e1c48e;
  --gallery-text: #f7f3ec;
  --gallery-muted: #b7afa3;
  --gallery-line: rgba(255, 255, 255, 0.11);
  --gallery-gold-line: rgba(200, 155, 81, 0.28);
  --gallery-radius: 20px;
  --gallery-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.photo-studio-page {
  min-width: 320px;
  overflow-x: clip;
  color: var(--gallery-text);
  background: var(--gallery-bg);
  font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif;
}

.photo-studio-page #preloader,
.photo-studio-page .laser-left,
.photo-studio-page .laser-right,
.photo-studio-page .shimmer,
.photo-studio-page .animate-pulse,
.photo-studio-page .animate-float {
  display: none !important;
}

.photo-studio-page nav > div:first-child {
  top: 12px !important;
  left: 50% !important;
  width: min(calc(100% - 24px), 1180px) !important;
  min-height: 68px;
  transform: translateX(-50%);
  padding-inline: 18px !important;
  border: 1px solid var(--gallery-line);
  border-radius: 18px;
  background: rgba(14, 13, 11, 0.82) !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px) saturate(130%);
}

.photo-studio-page nav img {
  width: 76px !important;
  max-height: 50px;
  object-fit: contain;
  filter: none !important;
}

.photo-studio-page #nav-links {
  align-items: center;
  gap: 4px !important;
}

.photo-studio-page #nav-links a,
.photo-studio-page #nav-links button {
  min-height: 42px;
  padding-inline: 12px !important;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
}

.photo-studio-page #nav-links a:hover,
.photo-studio-page #nav-links button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

.photo-studio-page #underline-indicator { display: none; }

.photo-studio-page #mobile-btn-menu button {
  border-color: var(--gallery-line);
  background: rgba(255, 255, 255, 0.06);
}

.photo-studio-page #mobile-menu {
  top: 88px !important;
  border: 1px solid var(--gallery-line);
  border-radius: 16px;
  background: rgba(14, 13, 11, 0.97) !important;
  box-shadow: var(--gallery-shadow);
}

.photo-studio-page .gallery-hero {
  position: relative;
  min-height: 92svh;
  display: flex;
  align-items: center;
  padding: 150px 0 80px !important;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.photo-studio-page .gallery-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 70% 25%, rgba(200, 155, 81, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(8, 7, 6, 0.5), rgba(8, 7, 6, 0.92));
}

.photo-studio-page .gallery-hero > .container {
  width: min(100%, 1180px);
  padding-inline: clamp(18px, 4vw, 40px) !important;
}

.photo-studio-page .hero-title-responsive {
  max-width: 980px;
  margin-inline: auto;
  color: var(--gallery-text);
  font-size: clamp(2.6rem, 5.5vw, 5.6rem) !important;
  font-weight: 750 !important;
  line-height: 1.16 !important;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.photo-studio-page .gradient-gold.bg-clip-text {
  display: inline;
  color: transparent !important;
  background: linear-gradient(110deg, #a97935, #ecd39f 52%, #bd8d45) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.photo-studio-page .gallery-hero .hero-title-responsive + p {
  max-width: 760px;
  margin: 28px auto 0 !important;
  padding-top: 24px !important;
  color: rgba(255, 255, 255, 0.67);
  font-size: clamp(0.98rem, 1.5vw, 1.14rem) !important;
  line-height: 2;
  border-color: var(--gallery-line) !important;
}

.photo-studio-page .gallery-hero a {
  min-height: 48px;
  border-radius: 999px !important;
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.photo-studio-page .gallery-hero a:first-child {
  border-color: var(--gallery-gold) !important;
  background: var(--gallery-gold);
  color: #17120c !important;
}

.photo-studio-page .gallery-hero a:first-child:hover {
  background: var(--gallery-gold-soft) !important;
  color: #17120c !important;
}

.photo-studio-page section {
  position: relative;
  border-top: 1px solid rgba(200, 155, 81, 0.12);
}

.photo-studio-page section:nth-of-type(even) { background-color: #11100e !important; }
.photo-studio-page section:nth-of-type(odd) { background-color: var(--gallery-bg) !important; }

.photo-studio-page section > .max-w-7xl,
.photo-studio-page section > .max-w-6xl,
.photo-studio-page section > .container {
  width: min(100%, 1180px);
  margin-inline: auto;
}

.photo-studio-page .section-title-responsive,
.photo-studio-page section h2 {
  color: var(--gallery-text);
  font-size: clamp(2rem, 4vw, 3.9rem) !important;
  font-weight: 700 !important;
  line-height: 1.28;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.photo-studio-page section h3 {
  color: var(--gallery-text);
  font-weight: 650;
}

.photo-studio-page section p { color: var(--gallery-muted); }

.photo-studio-page .glass-effect,
.photo-studio-page .border-gold-glow {
  border: 1px solid var(--gallery-line) !important;
  border-radius: var(--gallery-radius) !important;
  background: var(--gallery-surface) !important;
  box-shadow: var(--gallery-shadow) !important;
  backdrop-filter: none !important;
}

.photo-studio-page .hover-lift {
  transition: transform 250ms ease, border-color 250ms ease, box-shadow 250ms ease !important;
}

.photo-studio-page .hover-lift:hover {
  transform: translateY(-4px) !important;
  border-color: var(--gallery-gold-line) !important;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34) !important;
}

.photo-studio-page .expo-content {
  background: var(--gallery-surface) !important;
}

.photo-studio-page .expo-content p,
.photo-studio-page .expo-features-grid { color: var(--gallery-muted) !important; }

.photo-studio-page .expo-stat-number { color: var(--gallery-gold) !important; }

.photo-studio-page img {
  background: var(--gallery-surface-soft);
}

.photo-studio-page .grid-masonry img,
.photo-studio-page section [class*="rounded-"] img,
.photo-studio-page #coffee-2026-gallery img {
  transition: transform 350ms cubic-bezier(.2,.7,.2,1), filter 350ms ease !important;
}

.photo-studio-page .grid-masonry img:hover,
.photo-studio-page #coffee-2026-gallery img:hover {
  transform: scale(1.018) !important;
  filter: brightness(1.04);
}

.photo-studio-page #coffee-2026-gallery,
.photo-studio-page #home-expo-gallery,
.photo-studio-page #decor,
.photo-studio-page #jewelry,
.photo-studio-page #hotel {
  padding-block: clamp(72px, 9vw, 120px) !important;
  padding-inline: clamp(16px, 3vw, 32px) !important;
  background-image: none !important;
}

.photo-studio-page #coffee-2026-gallery [class*="rounded-3xl"],
.photo-studio-page #home-expo-gallery [class*="rounded-3xl"],
.photo-studio-page #decor [class*="rounded-"],
.photo-studio-page #jewelry [class*="rounded-"],
.photo-studio-page #hotel [class*="rounded-"] {
  border-radius: var(--gallery-radius) !important;
  border-color: var(--gallery-line) !important;
}

.photo-studio-page button,
.photo-studio-page a {
  -webkit-tap-highlight-color: transparent;
}

.photo-studio-page section button {
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--gallery-line) !important;
  background: rgba(16, 14, 12, 0.8) !important;
  color: var(--gallery-text) !important;
  box-shadow: none !important;
  transition: background-color 220ms ease, border-color 220ms ease !important;
}

.photo-studio-page section button:hover {
  border-color: var(--gallery-gold-line) !important;
  background: rgba(200, 155, 81, 0.15) !important;
  transform: none !important;
}

.photo-studio-page #Contact {
  padding-block: 110px 48px !important;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.photo-studio-page #Contact > .absolute {
  background: rgba(10, 9, 8, 0.82) !important;
  backdrop-filter: none !important;
}

.photo-studio-page #Contact > .container > div:first-child {
  overflow: hidden;
  border: 1px solid var(--gallery-line) !important;
  border-radius: var(--gallery-radius) !important;
  background: rgba(18, 16, 13, 0.94) !important;
  box-shadow: var(--gallery-shadow) !important;
}

.photo-studio-page #Contact .flex-1 {
  padding: clamp(22px, 3vw, 36px) !important;
}

.photo-studio-page #Contact .flex-1 + .flex-1 {
  border-right: 1px solid var(--gallery-line);
}

.photo-studio-page #Contact input,
.photo-studio-page #Contact textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04) !important;
}

.photo-studio-page #Contact input:focus,
.photo-studio-page #Contact textarea:focus {
  border-color: var(--gallery-gold) !important;
  box-shadow: 0 0 0 3px rgba(200, 155, 81, 0.12);
}

.photo-studio-page #Contact button[type="submit"] {
  width: 100%;
  border-color: var(--gallery-gold) !important;
  border-radius: 10px !important;
  background: var(--gallery-gold) !important;
  color: #17120c !important;
  font-weight: 700;
}

.photo-studio-page #Contact iframe {
  border-radius: 14px !important;
  filter: saturate(0.65) contrast(0.95);
}

.photo-studio-page :focus-visible {
  outline: 3px solid var(--gallery-gold-soft);
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .photo-studio-page nav > div:first-child {
    top: 8px !important;
    width: calc(100% - 16px) !important;
    min-height: 60px;
    border-radius: 14px;
  }

  .photo-studio-page nav img { width: 64px !important; }
  .photo-studio-page #mobile-menu { top: 76px !important; inset-inline: 8px; }

  .photo-studio-page .gallery-hero {
    min-height: auto;
    padding: 120px 0 64px !important;
  }

  .photo-studio-page .hero-title-responsive {
    font-size: clamp(2.15rem, 10vw, 3.25rem) !important;
    line-height: 1.28 !important;
  }

  .photo-studio-page .gallery-hero .hero-title-responsive + p {
    margin-top: 20px !important;
    padding-top: 18px !important;
  }

  .photo-studio-page .expo-content { padding: 24px 20px !important; }

  .photo-studio-page #coffee-2026-gallery,
  .photo-studio-page #home-expo-gallery,
  .photo-studio-page #decor,
  .photo-studio-page #jewelry,
  .photo-studio-page #hotel { padding-block: 64px !important; }

  .photo-studio-page #Contact .flex-1 + .flex-1 {
    border-top: 1px solid var(--gallery-line);
    border-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .photo-studio-page *,
  .photo-studio-page *::before,
  .photo-studio-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
