@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&family=Mrs+Saint+Delafield&display=swap');

@font-face {
  font-family: 'Agraham';
  src:
    local('Agraham'),
    url('../Agraham.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Orange Avenue';
  src:
    local('Orange Avenue'),
    local('OrangeAvenue'),
    url('fonts/OrangeAvenue.woff2') format('woff2'),
    url('fonts/OrangeAvenue.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Moglan';
  src:
    local('Moglan'),
    url('../Moglan_DEMO.ttf') format('truetype'),
    url('fonts/Moglan.woff2') format('woff2'),
    url('fonts/Moglan.ttf') format('truetype');
  font-display: swap;
}

:root {
  --wine: #6b0719;
  --burgundy: #35040e;
  --red-glow: #af132f;
  --night: #0e0a0c;
  --charcoal: #181215;
  --gold: #e7c39a;
  --gold-soft: #c98b5b;
  --text: #f8efe8;
  --text-muted: #d7bfb2;
  --glass-border: rgba(175, 19, 47, 0.34);
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.45);
  --radius: 18px;
  --max: 1180px;
  --orn-color: #d49374;
  --orn-color-soft: rgba(212, 147, 116, 0.56);
  --font-body: 'Manrope', 'Helvetica Neue', 'Segoe UI', Arial, sans-serif;
  --font-display: 'Cormorant Garamond', 'Cormorant', 'Times New Roman', serif;
  --font-ui: 'Manrope', 'Helvetica Neue', 'Segoe UI', Arial, sans-serif;
  --font-modern: 'Manrope', 'Helvetica Neue', 'Segoe UI', Arial, sans-serif;
  --font-script: 'Mrs Saint Delafield', cursive;
  --font-hero-brand: 'Agraham', 'Orange Avenue', 'Moglan', var(--font-display);
}

* {
  box-sizing: border-box;
}

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

html {
  scroll-behavior: smooth;
  background-color: #18070d;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.08rem;
  line-height: 1.68;
  font-weight: 400;
  letter-spacing: 0.002em;
  color: var(--text);
  background-color: #18070d;
  background:
    radial-gradient(circle at 15% 10%, rgba(175, 19, 47, 0.4), transparent 38%),
    radial-gradient(circle at 82% 15%, rgba(145, 18, 40, 0.18), transparent 36%),
    linear-gradient(165deg, var(--night), #1d0a10 38%, #11080b 70%, #070506 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  font-weight: 600;
}

.home-entry {
  background:
    radial-gradient(circle at 72% 10%, rgba(154, 20, 42, 0.16), transparent 36%),
    linear-gradient(160deg, #0a0b0f 0%, #12090d 48%, #08080b 100%);
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(171, 24, 46, 0.12), transparent 45%),
    radial-gradient(circle at 80% 60%, rgba(175, 19, 47, 0.11), transparent 42%);
  pointer-events: none;
  mix-blend-mode: screen;
  z-index: -1;
}

.home-entry::before {
  background:
    radial-gradient(circle at 18% 22%, rgba(158, 22, 43, 0.2), transparent 42%),
    radial-gradient(circle at 84% 72%, rgba(132, 17, 36, 0.14), transparent 38%);
  opacity: 0.75;
}

.home-entry::after {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: clamp(160px, 24vh, 270px);
  pointer-events: none;
  z-index: 29;
  opacity: 0.2;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.76) 0%,
    rgba(0, 0, 0, 0.5) 38%,
    rgba(0, 0, 0, 0.2) 72%,
    rgba(0, 0, 0, 0) 100%
  );
  transition: opacity 0.28s ease;
}

.home-entry.top-fade-active::after {
  opacity: 0.9;
}

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

.accent-script {
  display: block;
  width: fit-content;
  font-family: var(--font-script);
  font-size: 1.28em;
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: 0.01em;
  color: #ffe6a8;
  text-transform: none;
  transform: none;
  white-space: nowrap;
}

.hero-script-main {
  display: block;
  margin-top: 0.12rem;
  margin-inline: auto;
  font-size: clamp(1.72rem, 4.1vw, 2.62rem);
  line-height: 0.92;
  letter-spacing: 0.01em;
  position: relative;
  top: 0.16rem;
  transform: none;
}

.hero-intro-main-line {
  display: block;
  white-space: nowrap;
  font-size: clamp(1.04rem, 1.46vw, 1.26rem);
  line-height: 1.42;
  letter-spacing: 0.004em;
  color: #ead9ca;
}

.hero-intro-tail {
  display: block;
  margin-inline: auto;
  margin-top: -0.04rem;
  text-align: center;
  font-size: clamp(1.02rem, 1.36vw, 1.2rem);
  letter-spacing: 0.01em;
  color: #ead9ca;
}

.container {
  width: min(100% - 2.2rem, var(--max));
  margin-inline: auto;
}

.site-nav {
  position: fixed;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: min(100% - 1.4rem, calc(var(--max) + 1rem));
  padding: 0.85rem 1.1rem;
  background: rgba(12, 10, 11, 0.72);
  border: 1px solid rgba(255, 216, 90, 0.16);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition:
    background 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    backdrop-filter 0.24s ease;
}

.site-nav.scrolled {
  background: rgba(10, 8, 9, 0.9);
  border-color: rgba(255, 216, 90, 0.35);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.entry-nav {
  --entry-nav-progress: 1;
  --entry-nav-top-start: 22px;
  --entry-nav-top-end: clamp(5.4rem, 10.6vh, 6.9rem);
  top: calc(var(--entry-nav-top-start) + ((var(--entry-nav-top-end) - var(--entry-nav-top-start)) * var(--entry-nav-progress)));
  width: auto;
  padding: 0.3rem 0.5rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.26);
}

.home-entry .entry-nav {
  --entry-nav-progress: 0;
}

.entry-nav .brand-wrap {
  display: none;
}

.entry-nav .nav-links {
  gap: 2.2rem;
}

.entry-nav .nav-links a {
  font-family: var(--font-ui);
  color: rgba(255, 249, 230, 0.95);
  font-size: 1.04rem;
  letter-spacing: 0.05em;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.5);
}

.entry-nav .nav-links a.active,
.entry-nav .nav-links a:hover {
  text-decoration: underline;
  text-underline-offset: 0.32rem;
  text-decoration-thickness: 2px;
  color: #fff4cc;
}

.entry-nav.scrolled {
  width: min(100% - 1.4rem, calc(var(--max) + 1rem));
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(10, 8, 9, 0.76);
  border: 1px solid rgba(175, 19, 47, 0.34);
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.46);
}

.brand-wrap {
  display: grid;
  line-height: 1;
  gap: 0.35rem;
}

.brand {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.8vw, 1.9rem);
  letter-spacing: 0.02em;
  font-weight: 600;
  color: var(--gold);
  text-shadow: 0 0 16px rgba(175, 19, 47, 0.52);
}

.brand-tag {
  font-family: var(--font-ui);
  color: var(--text-muted);
  font-size: 0.78rem;
  text-transform: none;
  letter-spacing: 0.04em;
}

.smoke-logo {
  position: relative;
}

.smoke-logo::before,
.smoke-logo::after {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  filter: blur(16px);
  opacity: 0.28;
  pointer-events: none;
}

.smoke-logo::before {
  background: rgba(175, 19, 47, 0.48);
  right: -28px;
  top: -18px;
  animation: smoke 9s ease-in-out infinite;
}

.smoke-logo::after {
  background: rgba(175, 19, 47, 0.7);
  right: -12px;
  top: -8px;
  animation: smoke 11s ease-in-out infinite reverse;
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.95rem;
}

.nav-links a {
  font-family: var(--font-ui);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #f2d7c6;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

.nav-links a.active,
.nav-links a:hover {
  color: var(--gold);
  text-shadow: 0 0 12px rgba(175, 19, 47, 0.7);
}

.menu-toggle {
  font-family: var(--font-ui);
  display: none;
  border: 1px solid rgba(175, 19, 47, 0.38);
  background: rgba(175, 19, 47, 0.12);
  color: var(--gold);
  border-radius: 999px;
  padding: 0.5rem 0.85rem;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  text-transform: none;
}

main {
  padding-top: 0;
}

.hero,
.page-hero {
  --hero-offset: 0px;
  min-height: 84vh;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero::before,
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 2, 2, 0.46) 5%, rgba(7, 4, 5, 0.82) 70%, rgba(7, 4, 5, 0.96));
  z-index: -1;
}

.hero::after,
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  opacity: 0.6;
  transform: translate3d(0, var(--hero-offset), 0) scale(var(--hero-zoom, 1.16));
  animation: drift 18s ease-in-out infinite alternate;
  z-index: -2;
  will-change: transform;
}

.hero-entry {
  min-height: 100vh;
}

.hero-entry::before {
  background:
    linear-gradient(180deg, rgba(7, 5, 6, 0.15) 10%, rgba(7, 5, 6, 0.62) 60%, rgba(7, 5, 6, 0.92)),
    radial-gradient(circle at 50% 18%, rgba(168, 24, 46, 0.2), transparent 45%);
}

.hero-entry::after {
  opacity: 0.15;
  filter: saturate(0.8) brightness(0.6) blur(1px);
  transform: translate3d(0, var(--hero-offset), 0) scale(1.08);
}

.hero-refined {
  min-height: 100svh;
}

.hero-refined::before {
  background:
    linear-gradient(180deg, rgba(6, 6, 8, 0.24) 0%, rgba(6, 6, 8, 0.74) 62%, rgba(6, 6, 8, 0.96) 100%),
    linear-gradient(110deg, rgba(134, 18, 38, 0.2), rgba(14, 14, 18, 0) 44%);
}

.hero-refined::after {
  opacity: 0.54;
  filter: saturate(0.75) brightness(0.58) contrast(1.06);
  transform: translate3d(0, var(--hero-offset), 0) scale(1.03);
  animation: none;
}

.hero-refined.has-video::after {
  opacity: 0;
}

.hero-bg-video-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -3;
  background: #12060b;
}

.hero-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  object-position: var(--hero-video-position, 50% 50%);
  transform: scale(var(--hero-video-scale, 1));
  transform-origin: var(--hero-video-origin, 50% 50%);
  filter: saturate(0.75) brightness(0.46) contrast(1.06);
  will-change: transform;
}

.hero-refined-film {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.65;
  background:
    linear-gradient(180deg, rgba(103, 10, 28, 0.29) 0%, rgba(42, 8, 16, 0.37) 42%, rgba(0, 0, 0, 0.52) 100%),
    radial-gradient(circle at 18% 20%, rgba(169, 23, 45, 0.23), transparent 46%),
    radial-gradient(circle at 80% 18%, rgba(132, 18, 38, 0.11), transparent 34%);
}

.hero-refined-content {
  display: grid;
  place-items: center;
  text-align: center;
  gap: clamp(1.02rem, 2vw, 1.56rem);
  padding-top: clamp(8rem, 16vh, 11rem);
  z-index: 3;
}

.hero-refined .hero-kicker {
  margin: 0 0 clamp(0.58rem, 1.35vw, 1.06rem);
  font-size: clamp(0.58rem, 0.82vw, 0.7rem);
  font-weight: 400;
  letter-spacing: 0.22em;
  line-height: 1.8;
  text-align: center;
}

.hero-refined .hero-title-split {
  text-shadow:
    0 0 16px rgba(175, 19, 47, 0.24),
    0 10px 30px rgba(0, 0, 0, 0.62);
}

.hero-refined .hero-intro-copy {
  width: min(60ch, 100%);
  color: #ead8cb;
}

.entry-scroll-clean {
  color: rgba(236, 220, 188, 0.88);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.68rem;
  border-bottom: 1px solid rgba(236, 220, 188, 0.52);
  padding-bottom: 0.28rem;
}

.story-section {
  padding-top: clamp(3.5rem, 9vw, 6rem);
}

.story-banner {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: min(74vh, 700px);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 216, 90, 0.22);
  background:
    radial-gradient(circle at 16% 24%, rgba(148, 21, 43, 0.32), transparent 46%),
    linear-gradient(140deg, rgba(9, 8, 12, 0.92), rgba(24, 9, 14, 0.88));
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.42);
}

.story-banner-copy {
  position: relative;
  z-index: 2;
  padding: clamp(1.5rem, 3.6vw, 3rem);
  display: grid;
  align-content: center;
  gap: 0.8rem;
}

.story-banner-kicker {
  margin: 0;
  color: rgba(245, 211, 135, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 600;
  font-family: var(--font-ui);
}

.story-banner-title {
  margin: 0;
  max-width: 16ch;
  line-height: 1.04;
  text-wrap: balance;
}

.story-banner-title span {
  display: block;
}

.story-banner-title span + span {
  margin-top: 0.05em;
}

.story-banner-lead {
  margin: 0.2rem 0 0;
  max-width: 50ch;
  font-size: clamp(1.16rem, 1.62vw, 1.34rem);
  line-height: 1.56;
  color: #f2dcc9;
}

.story-banner-text {
  margin: 0;
  max-width: 54ch;
  font-size: clamp(1.06rem, 1.34vw, 1.18rem);
  line-height: 1.62;
  color: #d9c6b8;
}

.story-banner-media {
  position: relative;
  margin: 0;
  height: 100%;
  min-height: min(74vh, 700px);
  overflow: hidden;
  isolation: isolate;
}

.story-banner-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.88) brightness(0.72) contrast(1.04);
  transform: scale(1.02);
  transform-origin: center;
}

.story-banner-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(270deg, rgba(7, 6, 9, 0.06), rgba(7, 6, 9, 0.5) 58%, rgba(7, 6, 9, 0.72) 100%),
    radial-gradient(circle at 72% 22%, rgba(255, 216, 120, 0.2), transparent 34%);
  pointer-events: none;
}

.story-banner-logo {
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 2;
}

.story-intro {
  text-align: left;
}

.story-intro-copy {
  max-width: min(68ch, 100%);
}

.story-title {
  max-width: 28ch;
  margin: 0 0 0.9rem;
  line-height: 1.08;
  text-wrap: pretty;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.story-title span {
  display: block;
}

.story-title span + span {
  margin-top: 0.08em;
}

.story-intro .lead {
  width: min(62ch, 100%);
  margin: 0;
}

.story-layout {
  margin-top: clamp(1.5rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(1rem, 2.4vw, 1.8rem);
  align-items: stretch;
}

.story-media-stack {
  position: sticky;
  top: 6.8rem;
  display: grid;
  gap: 0.85rem;
}

.story-video-card {
  margin: 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 216, 90, 0.24);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
  min-height: min(68vh, 620px);
}

.story-inline-video {
  width: 100%;
  height: 100%;
  min-height: min(68vh, 620px);
  object-fit: cover;
  filter: saturate(0.72) brightness(0.58);
}

.story-video-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 6, 8, 0.14), rgba(7, 6, 8, 0.72)),
    radial-gradient(circle at 82% 18%, rgba(255, 214, 120, 0.18), transparent 40%);
}

.story-logo-soft {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: clamp(68px, 9vw, 110px);
  border-radius: 14px;
  opacity: 0.82;
  filter:
    saturate(0.85)
    drop-shadow(0 4px 22px rgba(0, 0, 0, 0.42))
    blur(0.2px);
  mix-blend-mode: screen;
  z-index: 2;
}

.story-caption {
  margin: 0;
  color: #cebfb2;
  font-size: 0.92rem;
  line-height: 1.55;
}

.story-flow {
  min-height: min(68vh, 620px);
  height: min(68vh, 620px);
  display: flex;
  align-items: stretch;
}

.story-narrative {
  max-width: min(56ch, 100%);
  margin: 0;
  display: flex;
  flex-direction: column;
}

.story-single-title {
  margin: 0 0 0.45rem;
  font-family: var(--font-ui);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f0d08e;
}

.story-single-copy {
  margin: 0;
  color: #e1cfc2;
  font-size: clamp(1.08rem, 1.45vw, 1.22rem);
  line-height: 1.62;
}

.story-beat {
  max-width: min(64ch, 100%);
  margin: 0;
}

.story-beat-kicker {
  margin: 0 0 0.3rem;
  font-family: var(--font-ui);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f0d08e;
}

.story-beat-line {
  margin: 0;
  color: #e1cfc2;
  font-size: clamp(1.1rem, 1.65vw, 1.28rem);
  line-height: 1.62;
}

.story-beat-title-inline {
  color: #fff0cd;
  font-size: clamp(1.3rem, 2.35vw, 1.72rem);
  line-height: 1.15;
  font-weight: 700;
  margin-right: 0.16em;
}

.parallax-container {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.parallax-layer {
  --parallax-y: 0px;
  position: absolute;
  inset: -10%;
  transform: translateY(var(--parallax-y)) translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}

.parallax-background {
  background:
    linear-gradient(180deg, rgba(8, 8, 10, 0.72), rgba(8, 6, 8, 0.88)),
    url('sniff-fotolar/3d4e9692-5998-4bcc-a1fe-48502f2ca297.JPG') center / cover no-repeat;
  filter: blur(3px) saturate(0.8) brightness(0.62);
}

.parallax-background::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 28%, rgba(255, 216, 120, 0.2), transparent 20%),
    radial-gradient(circle at 34% 18%, rgba(255, 216, 120, 0.12), transparent 18%),
    radial-gradient(circle at 76% 24%, rgba(255, 216, 120, 0.2), transparent 22%),
    radial-gradient(circle at 83% 38%, rgba(219, 30, 64, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(5, 4, 6, 0.2), rgba(5, 4, 6, 0.64));
}

.parallax-bar::before {
  content: '';
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: 26%;
  height: 24%;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(180deg, rgba(40, 24, 18, 0.18), rgba(11, 8, 10, 0.86));
  box-shadow: inset 0 10px 40px rgba(255, 216, 120, 0.07);
}

.bar-counter {
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: 4%;
  height: 19%;
  background: linear-gradient(180deg, rgba(33, 19, 16, 0.25), rgba(8, 6, 7, 0.98));
  border-top: 1px solid rgba(255, 216, 120, 0.2);
  box-shadow: 0 -16px 40px rgba(0, 0, 0, 0.45);
}

.lamp {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 214, 112, 0.95);
  box-shadow: 0 0 18px rgba(255, 214, 112, 0.55), 0 0 44px rgba(255, 214, 112, 0.35);
  animation: lampPulse 3.6s ease-in-out infinite;
}

.lamp::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 115px;
  left: 50%;
  top: -118px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255, 214, 112, 0.2), rgba(255, 214, 112, 0.04));
}

.lamp-a {
  left: 24%;
  top: 20%;
}

.lamp-b {
  left: 50%;
  top: 14%;
  animation-delay: 0.8s;
}

.lamp-c {
  left: 75%;
  top: 22%;
  animation-delay: 1.6s;
}

.cocktail-item {
  position: absolute;
  display: block;
}

.glass-a,
.glass-b {
  width: 92px;
  height: 128px;
  border: 2px solid rgba(255, 224, 156, 0.82);
  border-top: 0;
  border-radius: 0 0 22px 22px;
  background: linear-gradient(180deg, rgba(255, 216, 120, 0.09), rgba(149, 20, 46, 0.34));
  box-shadow: inset 0 0 16px rgba(255, 216, 120, 0.16), 0 0 24px rgba(255, 216, 120, 0.14);
}

.glass-a {
  left: 21%;
  bottom: 18%;
  transform: rotate(-6deg);
}

.glass-b {
  right: 20%;
  bottom: 20%;
  transform: rotate(7deg);
}

.lemon-a,
.lemon-b {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid rgba(255, 223, 136, 0.85);
  background: radial-gradient(circle at 35% 35%, rgba(255, 236, 164, 0.6), rgba(255, 201, 78, 0.2) 60%, rgba(255, 201, 78, 0.02));
}

.lemon-a {
  left: 40%;
  bottom: 27%;
}

.lemon-b {
  right: 37%;
  bottom: 30%;
}

.ice-a,
.ice-b {
  width: 34px;
  height: 34px;
  border-radius: 7px;
  border: 1px solid rgba(226, 244, 255, 0.62);
  background: linear-gradient(160deg, rgba(214, 236, 255, 0.35), rgba(183, 221, 255, 0.12));
}

.ice-a {
  left: 58%;
  bottom: 22%;
  transform: rotate(17deg);
}

.ice-b {
  left: 34%;
  bottom: 20%;
  transform: rotate(-14deg);
}

.parallax-atmosphere {
  mix-blend-mode: screen;
}

.smoke,
.flare {
  position: absolute;
  display: block;
}

.smoke {
  border-radius: 50%;
  filter: blur(28px);
  background: radial-gradient(circle, rgba(255, 223, 150, 0.2), rgba(153, 22, 45, 0.08) 52%, transparent 72%);
  animation: driftSmoke 8s ease-in-out infinite;
}

.smoke-a {
  width: 220px;
  height: 220px;
  left: 12%;
  top: 40%;
}

.smoke-b {
  width: 300px;
  height: 300px;
  right: 10%;
  top: 26%;
  animation-delay: 1.4s;
}

.smoke-c {
  width: 200px;
  height: 200px;
  left: 56%;
  bottom: 12%;
  animation-delay: 2.2s;
}

.flare {
  height: 2px;
  width: 240px;
  background: linear-gradient(90deg, transparent, rgba(255, 216, 120, 0.65), transparent);
  filter: blur(1px);
}

.flare-a {
  top: 31%;
  left: 8%;
  transform: rotate(-8deg);
}

.flare-b {
  top: 52%;
  right: 6%;
  transform: rotate(8deg);
}

.particle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 244, 208, 0.95), rgba(255, 244, 208, 0));
  filter: blur(1px);
  animation: particleFloat 7.5s ease-in-out infinite;
}

.particle-a {
  width: 7px;
  height: 7px;
  left: 32%;
  top: 30%;
}

.particle-b {
  width: 9px;
  height: 9px;
  left: 58%;
  top: 40%;
  animation-delay: 1.2s;
}

.particle-c {
  width: 6px;
  height: 6px;
  right: 26%;
  top: 22%;
  animation-delay: 2.1s;
}

.particle-d {
  width: 8px;
  height: 8px;
  right: 35%;
  bottom: 24%;
  animation-delay: 2.8s;
}

.hero-cinematic {
  --entry-progress: 0;
}

.hero-cinematic::before {
  background:
    linear-gradient(180deg, rgba(7, 5, 6, 0.24) 2%, rgba(7, 5, 6, 0.68) 56%, rgba(7, 5, 6, 0.94)),
    radial-gradient(circle at 52% 12%, rgba(255, 230, 166, 0.24), transparent 42%);
}

.hero-cinematic::after {
  opacity: 0.22;
  filter: saturate(0.68) brightness(0.58) blur(1px);
}

.hero-cinematic-content {
  display: grid;
  place-items: center;
  text-align: center;
  padding-top: clamp(8rem, 17vh, 12rem);
  gap: 0.95rem;
  position: relative;
  z-index: 6;
}

.hero-cinematic .hero-kicker {
  margin-bottom: 0.1rem;
}

.hero-brand-lockup {
  margin: clamp(0.1rem, 0.45vw, 0.34rem) 0 clamp(0.46rem, 1.25vw, 0.9rem);
  display: grid;
  justify-items: center;
  gap: clamp(0.54rem, 1.5vw, 1.14rem);
  line-height: 1;
  position: relative;
  padding: clamp(0.08rem, 0.5vw, 0.36rem) clamp(0.3rem, 1vw, 0.9rem) clamp(0.22rem, 0.85vw, 0.62rem);
  transform: translate3d(0, calc(var(--entry-progress, 0) * -28vh), 0) scale(calc(1 - (var(--entry-progress, 0) * 0.54)));
  opacity: calc(1 - (var(--entry-progress, 0) * 0.88));
  transform-origin: 50% 50%;
  will-change: transform, opacity;
}

.hero-brand-lockup::before {
  content: '';
  position: absolute;
  inset: -20% -10% -16%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 225, 165, 0.12), transparent 52%),
    radial-gradient(circle at 50% 70%, rgba(132, 20, 38, 0.16), transparent 58%);
  filter: blur(10px);
}

.hero-brand-image {
  display: block;
  width: clamp(210px, 36vw, 470px);
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 10px 24px rgba(0, 0, 0, 0.46))
    drop-shadow(0 0 20px rgba(255, 223, 160, 0.1));
}

.hero-logo-float {
  --logo-progress: 0;
  position: fixed;
  left: 50%;
  top: clamp(1.28rem, 2.7vh, 1.7rem);
  z-index: 36;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-50%) translateY(-14px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.hero-logo-float.visible {
  opacity: calc(var(--logo-progress) * 1.02);
  transform: translateX(-50%) translateY(0);
}

.hero-logo-float img {
  display: block;
  width: clamp(82px, 10.4vw, 132px);
  height: auto;
  object-fit: contain;
  transform: scale(calc(0.68 + (var(--logo-progress) * 0.2)));
  transform-origin: top center;
  filter:
    drop-shadow(0 10px 22px rgba(0, 0, 0, 0.52))
    drop-shadow(0 0 10px rgba(0, 0, 0, 0.26));
}

.hero-brand-sniff {
  position: relative;
  display: inline-block;
  font-family: var(--font-hero-brand);
  font-size: clamp(2.9rem, 8.6vw, 6.35rem);
  line-height: 0.92;
  font-weight: 500;
  letter-spacing: 0.004em;
  color: #ffeec1;
  text-shadow:
    0 0 16px rgba(255, 216, 120, 0.2),
    0 0 42px rgba(145, 24, 44, 0.4);
  transform-origin: 50% 72%;
  animation:
    sniffSignatureFloat 9.8s ease-in-out infinite,
    sniffSignatureGlow 5.2s ease-in-out infinite;
}

.hero-brand-sniff::after {
  content: '';
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: -0.075em;
  height: 0.026em;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 219, 128, 0.58), transparent);
  filter: blur(2px);
  opacity: 0.3;
}

.hero-brand-alsancak {
  display: inline-block;
  margin-inline: auto;
  font-family: var(--font-modern);
  font-size: clamp(0.82rem, 1.14vw, 1.16rem);
  font-weight: 500;
  letter-spacing: 0.56em;
  text-transform: uppercase;
  line-height: 1.06;
  color: rgba(238, 226, 203, 0.86);
  text-shadow: 0 0 8px rgba(255, 216, 90, 0.18);
  margin-top: clamp(0.62rem, 1.45vw, 1.12rem);
}

.hero h1.hero-title-split {
  margin: 0;
  font-family: var(--font-hero-brand);
  font-size: clamp(2.6rem, 8.6vw, 6.2rem);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: 0.015em;
  color: #fff3d7;
  text-shadow:
    0 0 16px rgba(255, 216, 120, 0.22),
    0 0 52px rgba(145, 24, 44, 0.48);
}

.hero p.hero-intro-copy {
  margin: 0;
  width: min(66ch, 100%);
  display: grid;
  justify-items: center;
  gap: 0.12rem;
}

@keyframes sniffSignatureFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, -2px, 0) rotate(-0.4deg);
  }
}

@keyframes sniffSignatureGlow {
  0%,
  100% {
    text-shadow:
      0 0 10px rgba(255, 216, 120, 0.14),
      0 0 28px rgba(145, 24, 44, 0.3);
  }
  50% {
    text-shadow:
      0 0 16px rgba(255, 216, 120, 0.24),
      0 0 38px rgba(145, 24, 44, 0.4);
  }
}

.hero-side-visual {
  position: absolute;
  right: -11vw;
  top: 11vh;
  width: min(56vw, 760px);
  height: 88vh;
  pointer-events: none;
  z-index: 4;
  mix-blend-mode: screen;
  opacity: 0.83;
}

.hero-side-visual::before {
  content: '';
  position: absolute;
  inset: 16% 18% 10% 8%;
  background: radial-gradient(circle, rgba(255, 214, 110, 0.14), rgba(130, 15, 36, 0.24) 58%, transparent 78%);
  filter: blur(28px);
}

.hero-side-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translate3d(0, 0, 0) rotate(-9deg) scale(1.02);
  transform-origin: 56% 28%;
  filter:
    drop-shadow(0 0 34px rgba(255, 214, 110, 0.34))
    drop-shadow(0 0 70px rgba(160, 24, 40, 0.28));
  will-change: transform;
}

.hero-floating-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}

.decor-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 216, 120, 0.82), transparent);
  opacity: 0.78;
}

.decor-line-a {
  top: 28%;
  left: 6%;
  width: 230px;
  transform: rotate(-10deg);
}

.decor-line-b {
  top: 66%;
  right: 11%;
  width: 180px;
  transform: rotate(12deg);
}

.decor-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(16px);
}

.decor-orb-a {
  width: 110px;
  height: 110px;
  left: 10%;
  bottom: 17%;
  background: radial-gradient(circle, rgba(255, 216, 120, 0.24), transparent 72%);
}

.decor-orb-b {
  width: 150px;
  height: 150px;
  right: 21%;
  top: 14%;
  background: radial-gradient(circle, rgba(175, 19, 47, 0.36), transparent 72%);
}

.entry-scroll {
  position: absolute;
  left: 50%;
  bottom: 1.8rem;
  transform: translateX(-50%);
  z-index: 7;
}

.entry-scroll-modern {
  display: grid;
  justify-items: center;
  gap: 0.38rem;
  color: rgba(255, 236, 176, 0.92);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.68rem;
}

.scroll-line {
  width: 1px;
  height: 70px;
  background: rgba(255, 236, 176, 0.25);
  position: relative;
  overflow: hidden;
}

.scroll-thumb {
  display: block;
  width: 100%;
  height: 26px;
  background: linear-gradient(180deg, rgba(255, 236, 176, 1), rgba(255, 236, 176, 0.14));
  transform-origin: top;
  transform: scaleY(calc(0.2 + (var(--entry-progress) * 0.9)));
  transition: transform 0.2s ease;
}

.hero-lights,
.page-lights {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.hero-lights span,
.page-lights span {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  animation: flicker 7s linear infinite;
}

.hero-lights span:nth-child(1),
.page-lights span:nth-child(1) {
  width: 330px;
  height: 330px;
  left: -80px;
  bottom: -80px;
  background: rgba(175, 19, 47, 0.42);
}

.hero-lights span:nth-child(2),
.page-lights span:nth-child(2) {
  width: 230px;
  height: 230px;
  right: 7%;
  top: 22%;
  background: rgba(255, 216, 90, 0.2);
  animation-delay: 1.2s;
}

.hero-lights span:nth-child(3),
.page-lights span:nth-child(3) {
  width: 180px;
  height: 180px;
  left: 45%;
  top: 26%;
  background: rgba(175, 19, 47, 0.3);
  animation-delay: 2.8s;
}

.hero-content,
.page-hero-content {
  position: relative;
  z-index: 2;
  width: min(100% - 2.2rem, var(--max));
  margin-inline: auto;
  padding-block: 5.2rem 2rem;
}

.hero-kicker,
.page-kicker {
  font-family: var(--font-ui);
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
}

.hero h1,
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 10vw, 7.2rem);
  font-weight: 700;
  margin: 0;
  line-height: 0.94;
  color: #fff2ca;
  text-shadow: 0 0 16px rgba(255, 216, 90, 0.75), 0 0 60px rgba(175, 19, 47, 0.36);
}

.hero p,
.page-hero p {
  color: #f2ddd0;
  width: min(56ch, 100%);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  margin: 1rem 0 1.8rem;
}

.hero-actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.hero-refined .hero-actions .btn-primary {
  background: linear-gradient(135deg, #b51d3d, #7a142a);
  border-color: rgba(208, 54, 87, 0.56);
  color: #fff1e9;
  box-shadow: 0 0 28px rgba(181, 29, 61, 0.52);
}

.hero-refined .hero-actions .btn-primary:hover {
  border-color: rgba(230, 91, 121, 0.8);
  box-shadow: 0 0 36px rgba(181, 29, 61, 0.74);
}

.hero-refined .hero-actions .btn-ghost {
  border-color: rgba(188, 45, 74, 0.72);
  background: rgba(124, 18, 40, 0.38);
  color: #f7dbcf;
}

.hero-refined .hero-actions .btn-ghost:hover {
  border-color: rgba(230, 97, 126, 0.82);
  background: rgba(147, 24, 49, 0.5);
  box-shadow: 0 0 24px rgba(181, 29, 61, 0.5);
}

.btn {
  border: 1px solid transparent;
  padding: 0.82rem 1.35rem;
  border-radius: 999px;
  text-transform: none;
  letter-spacing: 0.012em;
  font-family: var(--font-modern);
  font-size: 0.9rem;
  transition: all 0.26s ease;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  background: linear-gradient(135deg, #9b1732, #6f1125);
  color: #fbe7d8;
  box-shadow: 0 0 24px rgba(175, 19, 47, 0.44);
}

.btn-primary:hover {
  box-shadow: 0 0 34px rgba(175, 19, 47, 0.78);
  transform: translateY(-2px);
}

.btn-ghost {
  border-color: rgba(175, 19, 47, 0.46);
  background: rgba(175, 19, 47, 0.12);
  color: #f2d5c4;
}

.btn-ghost:hover {
  border-color: rgba(195, 44, 69, 0.84);
  box-shadow: 0 0 26px rgba(175, 19, 47, 0.48);
  transform: translateY(-2px);
}

.glass-orb {
  position: absolute;
  right: clamp(1rem, 8vw, 10rem);
  bottom: 8%;
  width: min(34vw, 320px);
  aspect-ratio: 1;
  border-radius: 48% 52% 56% 44% / 42% 44% 56% 58%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 216, 90, 0.35), rgba(255, 216, 90, 0.08) 40%, rgba(175, 19, 47, 0.28) 100%);
  border: 1px solid rgba(255, 216, 90, 0.3);
  backdrop-filter: blur(5px);
  box-shadow: inset 0 0 50px rgba(255, 216, 90, 0.22), 0 30px 45px rgba(0, 0, 0, 0.45);
  animation: floaty 6s ease-in-out infinite;
}

.section {
  padding: clamp(3.2rem, 8vw, 6.5rem) 0;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  margin: 0 0 1.1rem;
  color: #f4dccb;
  text-shadow: 0 0 12px rgba(175, 19, 47, 0.34);
}

.section p.lead {
  color: var(--text-muted);
  width: min(64ch, 100%);
  margin-top: 0;
}

.copy-panel {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  padding: clamp(1.4rem, 3vw, 2.4rem);
  box-shadow: var(--shadow);
  backdrop-filter: blur(4px);
}

.copy-panel p {
  color: var(--text-muted);
}

.legal-text-section {
  padding-top: clamp(2rem, 5vw, 3.6rem);
}

.legal-document {
  max-width: min(940px, 100%);
  margin: 0 auto;
  color: #e8ddd2;
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.85;
}

.legal-document h2 {
  margin: 2rem 0 0.7rem;
  color: #f0c770;
  font-size: clamp(1.18rem, 1.8vw, 1.44rem);
  letter-spacing: 0.02em;
  font-weight: 600;
}

.legal-document p {
  margin: 0.6rem 0;
}

.legal-document ul {
  margin: 0.6rem 0 1rem 1.15rem;
  padding: 0;
}

.legal-document li {
  margin: 0.22rem 0;
}

.legal-document a {
  color: #ffe7ae;
  text-underline-offset: 0.18em;
}

.legal-document a:hover {
  color: #fff2ca;
}

.legal-lead {
  margin-top: 0;
  color: #f1e6d5;
  font-size: clamp(1.02rem, 1.28vw, 1.16rem);
}

.badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(175, 19, 47, 0.44);
  border-radius: 999px;
  padding: 0.32rem 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: #f2d4c4;
  margin-bottom: 0.8rem;
}

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

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bg-cover-section {
  --section-offset: 0px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  min-height: 520px;
  border: 1px solid rgba(175, 19, 47, 0.32);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.bg-cover-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--section-image);
  background-size: cover;
  background-position: center;
  transform: translate3d(0, var(--section-offset), 0) scale(var(--section-zoom, 1.12));
  z-index: -2;
  will-change: transform;
}

.bg-cover-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(8, 6, 8, 0.9) 18%, rgba(8, 6, 8, 0.62) 50%, rgba(107, 7, 25, 0.52)),
    radial-gradient(circle at 80% 26%, rgba(175, 19, 47, 0.24), transparent 45%);
  z-index: -1;
}

.bg-cover-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: center;
  min-height: 520px;
  padding: clamp(1.1rem, 3vw, 2.4rem);
}

.bg-cover-content > div:last-child {
  justify-self: end;
  width: min(440px, 100%);
}

.reservation-form-only {
  grid-template-columns: 1fr;
  justify-items: center;
}

.reservation-form-only > .form-wrap {
  width: min(560px, 100%);
}

.section-edge {
  padding: 0;
}

.bg-cover-section-full {
  width: 100%;
  min-height: 100svh;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.bg-cover-section-full .bg-cover-content {
  width: min(100% - 2.2rem, var(--max));
  margin-inline: auto;
  min-height: 100svh;
  padding-block: clamp(2rem, 6vw, 5rem);
}

.events-immersive {
  --section-zoom: 1.52;
}

.events-immersive::before {
  background-position: center 34%;
  filter: saturate(0.7) contrast(1.06) brightness(0.56);
}

.events-immersive::after {
  background:
    linear-gradient(108deg, rgba(6, 5, 7, 0.94) 10%, rgba(20, 10, 14, 0.78) 45%, rgba(85, 8, 23, 0.72) 100%),
    radial-gradient(circle at 82% 26%, rgba(175, 19, 47, 0.2), transparent 42%),
    linear-gradient(180deg, rgba(6, 5, 7, 0.2) 0%, rgba(6, 5, 7, 0.7) 100%);
}

.events-immersive .copy-panel .hero-actions {
  margin-top: 1rem;
}

.about-hero::before {
  background: linear-gradient(180deg, rgba(5, 4, 5, 0.3) 4%, rgba(7, 5, 6, 0.66) 68%, rgba(7, 5, 6, 0.86));
}

.about-hero::after {
  opacity: 0.82;
  filter: saturate(0.9) brightness(0.82) contrast(1.04);
}

.about-feature {
  --section-zoom: 1.24;
}

.about-feature::before {
  background-position: center 42%;
  filter: saturate(0.88) brightness(0.78) contrast(1.04);
}

.about-feature::after {
  background:
    linear-gradient(112deg, rgba(8, 6, 8, 0.74) 12%, rgba(8, 6, 8, 0.48) 52%, rgba(107, 7, 25, 0.42) 100%),
    radial-gradient(circle at 80% 24%, rgba(255, 216, 90, 0.18), transparent 44%);
}

.about-parallax {
  position: relative;
  min-height: 100svh;
  overflow: clip;
  background:
    radial-gradient(circle at 18% 10%, rgba(171, 26, 52, 0.36), transparent 42%),
    radial-gradient(circle at 82% 22%, rgba(124, 16, 37, 0.34), transparent 48%),
    linear-gradient(165deg, #13080d 0%, #1a0a11 48%, #090507 100%);
  border-top: 1px solid rgba(175, 19, 47, 0.28);
  border-bottom: 1px solid rgba(175, 19, 47, 0.28);
}

.about-parallax::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 72%, rgba(255, 216, 90, 0.14), transparent 48%),
    linear-gradient(180deg, rgba(8, 6, 8, 0.36) 0%, rgba(8, 6, 8, 0.8) 100%);
  pointer-events: none;
}

.about-parallax-stage {
  position: relative;
  width: 100%;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

.logo-composition {
  position: relative;
  width: min(860px, 90vw);
  height: clamp(430px, 66vh, 760px);
  transform: translateY(clamp(2.6rem, 6.6vh, 5.2rem));
  margin-inline: auto;
  isolation: isolate;
}

.about-parallax-layer {
  position: absolute;
  max-width: none;
  will-change: transform, opacity;
  user-select: none;
  pointer-events: none;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.about-parallax-layer.glass-left {
  left: 39.5%;
  bottom: 0;
  height: clamp(210px, 31vh, 350px);
  width: auto;
  z-index: 2;
  transform-origin: 88% 84%;
  filter: drop-shadow(0 14px 32px rgba(0, 0, 0, 0.5));
}

.about-parallax-layer.glass-right {
  left: 49.5%;
  bottom: 0;
  height: clamp(176px, 26vh, 290px);
  width: auto;
  z-index: 2;
  transform-origin: 12% 84%;
  filter: drop-shadow(0 14px 32px rgba(0, 0, 0, 0.5));
}

.about-parallax-layer.sniff-logo {
  left: 50%;
  bottom: 31.5vh;
  width: min(32vw, 320px);
  min-width: 180px;
  z-index: 4;
  opacity: 0;
  filter: drop-shadow(0 8px 32px rgba(0, 0, 0, 0.42));
}

.about-parallax-layer.impact {
  left: 44.5%;
  bottom: 27.1vh;
  width: clamp(16px, 1.9vw, 26px);
  height: auto;
  z-index: 3;
  opacity: 0;
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.34));
}

.clink-flash {
  position: absolute;
  left: 44.5%;
  bottom: 25.4vh;
  width: clamp(62px, 8vw, 96px);
  height: clamp(62px, 8vw, 96px);
  border-radius: 50%;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.72);
  background:
    radial-gradient(circle, rgba(255, 238, 186, 0.82) 0%, rgba(255, 228, 150, 0.46) 35%, rgba(255, 228, 150, 0) 74%);
  filter: blur(1px);
}

.about-parallax-scroll-hint {
  position: absolute;
  left: 50%;
  bottom: clamp(0.9rem, 2.8vh, 1.7rem);
  transform: translateX(-50%);
  z-index: 8;
  opacity: 0.88;
  pointer-events: none;
}

.about-scroll-arrow {
  display: inline-block;
  color: #ffe09e;
  font-family: var(--font-ui);
  font-size: clamp(1.05rem, 3.8vw, 1.45rem);
  text-shadow: 0 0 14px rgba(255, 216, 90, 0.36);
  animation: aboutScrollArrow 1.45s ease-in-out infinite;
}

@keyframes aboutScrollArrow {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.65;
  }
  50% {
    transform: translateY(8px);
    opacity: 1;
  }
}

.lounge-feature {
  --section-zoom: 1.2;
  min-height: 560px;
}

.lounge-feature::before {
  background-position: center 46%;
  filter: saturate(0.76) brightness(0.64) contrast(1.05);
}

.lounge-feature::after {
  background:
    linear-gradient(110deg, rgba(8, 6, 8, 0.92) 12%, rgba(8, 6, 8, 0.64) 48%, rgba(107, 7, 25, 0.58) 100%),
    radial-gradient(circle at 78% 24%, rgba(255, 216, 90, 0.2), transparent 44%);
}

.lounge-feature-content {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: center;
  gap: clamp(1rem, 2.4vw, 1.8rem);
  min-height: 560px;
  padding: clamp(1.3rem, 3vw, 2.6rem);
}

.lounge-feature-copy {
  max-width: 64ch;
}

.lounge-feature .badge {
  margin-bottom: 0.9rem;
}

.lounge-feature-title {
  margin: 0 0 0.9rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5.4vw, 4.1rem);
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: 0.01em;
  color: #ffe9a2;
  text-shadow: 0 0 12px rgba(255, 216, 90, 0.45);
  max-width: 22ch;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: balance;
}

.lounge-feature-lead {
  margin: 0;
  max-width: 58ch;
}

.lounge-feature-panel {
  width: min(420px, 100%);
  justify-self: end;
}

.photo-card {
  --card-offset: 0px;
  position: relative;
  min-height: 330px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 216, 90, 0.24);
  overflow: hidden;
  display: flex;
  align-items: end;
  box-shadow: var(--shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.photo-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--card-image);
  background-size: cover;
  background-position: center;
  transform: translate3d(0, var(--card-offset), 0) scale(1.06);
  transition: transform 0.4s ease;
  will-change: transform;
}

.photo-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 3, 4, 0.18) 10%, rgba(8, 6, 8, 0.84) 70%),
    linear-gradient(135deg, rgba(175, 19, 47, 0.26), rgba(255, 216, 90, 0.14));
}

.photo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 34px rgba(255, 216, 90, 0.25), var(--shadow);
}

.photo-card:hover::before {
  transform: translate3d(0, var(--card-offset), 0) scale(1.12);
}

.photo-card .card-body {
  position: relative;
  z-index: 2;
  padding: 1.15rem;
}

.photo-card h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #ffebad;
}

.photo-card p {
  margin: 0.56rem 0 0;
  color: #f5ddd0;
  font-size: 0.95rem;
}

.parallax-showcase {
  min-height: 88vh;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-top: 1px solid rgba(255, 216, 90, 0.2);
  border-bottom: 1px solid rgba(255, 216, 90, 0.2);
  background: linear-gradient(180deg, rgba(80, 9, 22, 0.35), rgba(8, 6, 8, 0.84));
}

.parallax-layers {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.layer {
  position: absolute;
  border-radius: 50%;
  filter: blur(28px);
}

.layer-red {
  width: 350px;
  height: 350px;
  background: rgba(175, 19, 47, 0.34);
  left: -110px;
  top: 15%;
}

.layer-gold {
  width: 280px;
  height: 280px;
  background: rgba(255, 216, 90, 0.2);
  right: -70px;
  top: 26%;
}

.layer-mid {
  width: 200px;
  height: 200px;
  background: rgba(255, 216, 90, 0.12);
  left: 46%;
  bottom: -70px;
}

.showcase-glass {
  position: relative;
  width: min(86vw, 380px);
  aspect-ratio: 3 / 4;
}

.showcase-glass::before {
  content: '';
  position: absolute;
  inset: 12% 20% 28%;
  border-radius: 48% 52% 46% 54% / 45% 50% 50% 55%;
  border: 2px solid rgba(255, 216, 90, 0.72);
  box-shadow: inset 0 0 38px rgba(255, 216, 90, 0.25), 0 0 28px rgba(255, 216, 90, 0.36);
  background: linear-gradient(180deg, rgba(255, 216, 90, 0.18), rgba(175, 19, 47, 0.3));
}

.showcase-glass::after {
  content: '';
  position: absolute;
  left: 46%;
  width: 8%;
  bottom: 4%;
  height: 32%;
  border-radius: 99px;
  background: linear-gradient(180deg, rgba(255, 216, 90, 0.72), rgba(255, 216, 90, 0.1));
  box-shadow: 0 0 20px rgba(255, 216, 90, 0.45);
}

.showcase-copy {
  position: absolute;
  bottom: 10%;
  text-align: center;
}

.showcase-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 6vw, 4.3rem);
  color: #ffe7a0;
}

.showcase-copy p {
  margin: 0.4rem 0 0;
  color: #edd7c8;
}

.showcase-band {
  position: relative;
  min-height: clamp(340px, 58vh, 620px);
  display: grid;
  place-items: center;
  overflow: hidden;
  border-top: 1px solid rgba(255, 216, 90, 0.14);
  border-bottom: 1px solid rgba(255, 216, 90, 0.14);
  isolation: isolate;
}

.showcase-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 7, 0.68), rgba(5, 5, 7, 0.82)),
    var(--showcase-image) center / cover no-repeat;
  filter: saturate(0.72) brightness(0.52);
  transform: scale(1.02);
  z-index: -2;
}

.showcase-band-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 20%, rgba(155, 24, 44, 0.24), transparent 42%),
    radial-gradient(circle at 78% 26%, rgba(255, 214, 120, 0.1), transparent 36%);
  z-index: -1;
}

.showcase-band .showcase-copy {
  position: relative;
  bottom: auto;
  text-align: center;
  padding: 1rem 1.2rem;
}

.showcase-copy-clean h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5.6vw, 4rem);
  color: #f5e6c9;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.56);
}

.showcase-copy-clean p {
  color: #dcc9bb;
  max-width: 48ch;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-tile {
  --tile-offset: 0px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 216, 90, 0.24);
  min-height: 220px;
  box-shadow: var(--shadow);
}

.gallery-tile::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--tile-image);
  background-size: cover;
  background-position: center;
  transform: translate3d(0, var(--tile-offset), 0) scale(1.06);
  transition: transform 0.35s ease;
  will-change: transform;
}

.gallery-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 5, 6, 0.2), rgba(6, 5, 6, 0.75));
}

.gallery-tile:hover::before {
  transform: translate3d(0, var(--tile-offset), 0) scale(1.12);
}

.gallery-tile:hover {
  box-shadow: 0 0 30px rgba(255, 216, 90, 0.24), var(--shadow);
}

.col-4 {
  grid-column: span 4;
}

.col-6 {
  grid-column: span 6;
}

.col-8 {
  grid-column: span 8;
}

.tall {
  min-height: 380px;
}

.event-card {
  padding: 1.2rem;
}

.event-meta {
  display: inline-block;
  color: #231709;
  background: linear-gradient(120deg, #ffe08a, #ffd35a);
  border-radius: 999px;
  padding: 0.3rem 0.75rem;
  font-size: 0.73rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
}

.menu-price {
  display: inline-block;
  margin: 0 0 0.52rem;
  color: #231709;
  background: linear-gradient(120deg, #ffe08a, #ffd35a);
  border-radius: 999px;
  padding: 0.28rem 0.72rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
}

.menu-accordion {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.15rem;
}

.menu-accordion-empty {
  margin: 0.1rem 0 0;
  border: 1px solid rgba(255, 216, 90, 0.24);
  border-radius: 14px;
  background: rgba(12, 8, 10, 0.62);
  color: #e7d5c7;
  padding: 0.9rem;
  font-size: 0.95rem;
}

.menu-category-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.56rem;
  margin: 0 0 0.15rem;
}

.menu-category-chip {
  border: 1px solid rgba(255, 216, 90, 0.28);
  border-radius: 999px;
  background: rgba(12, 8, 10, 0.5);
  color: #f3dfcf;
  padding: 0.42rem 0.86rem;
  font-family: var(--font-ui);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
}

.menu-category-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 216, 90, 0.54);
}

.menu-category-chip.is-active {
  color: #2a1a09;
  border-color: rgba(255, 216, 90, 0.9);
  background: linear-gradient(120deg, #ffe08a, #ffd35a);
  box-shadow: 0 10px 24px rgba(255, 211, 90, 0.24);
}

.menu-category {
  border: 1px solid rgba(255, 216, 90, 0.24);
  border-radius: 18px;
  overflow: clip;
  background: rgba(12, 8, 10, 0.64);
  box-shadow: var(--shadow);
}

.menu-category-toggle {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0.95rem 1rem;
  color: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  text-align: left;
  background:
    linear-gradient(105deg, rgba(8, 6, 8, 0.86) 20%, rgba(8, 6, 8, 0.52) 65%, rgba(117, 15, 33, 0.32)),
    var(--menu-category-cover) center / cover no-repeat;
}

.menu-category-heading {
  display: grid;
  gap: 0.26rem;
  min-width: 0;
}

.menu-category-title {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  color: #ffeaad;
}

.menu-category-count {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  color: #decfc0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-category-indicator {
  font-size: 1.05rem;
  color: #ffdd88;
  transition: transform 0.22s ease;
}

.menu-category.is-open .menu-category-indicator {
  transform: rotate(180deg);
}

.menu-category-panel {
  display: grid;
  gap: 0.55rem;
  padding: 0 0.8rem;
  background:
    linear-gradient(145deg, rgba(14, 9, 11, 0.94), rgba(10, 7, 9, 0.9)),
    radial-gradient(circle at 85% 10%, rgba(175, 19, 47, 0.16), transparent 40%);
  border-top: 0 solid rgba(255, 216, 90, 0.14);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.34s ease,
    opacity 0.24s ease,
    padding 0.24s ease,
    border-top-width 0.24s ease;
}

.menu-category.is-open .menu-category-panel {
  padding: 0.8rem;
  border-top-width: 1px;
  max-height: 1400px;
  opacity: 1;
}

.menu-category-empty {
  margin: 0.22rem 0;
  color: #d4bfb2;
  font-size: 0.94rem;
}

.menu-item-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  grid-template-areas: "thumb content price";
  align-items: center;
  gap: 0.75rem;
  border: 1px solid rgba(255, 216, 90, 0.15);
  border-radius: 14px;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  padding: 0.64rem;
}

.menu-item-thumb {
  grid-area: thumb;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid rgba(255, 216, 90, 0.2);
}

.menu-item-content {
  grid-area: content;
  min-width: 0;
}

.menu-item-title {
  margin: 0;
  color: #ffecb3;
  font-family: var(--font-display);
  font-size: 1.02rem;
}

.menu-item-description {
  margin: 0.26rem 0 0;
  color: #efd8c8;
  font-size: 0.9rem;
  line-height: 1.42;
}

.menu-item-price {
  grid-area: price;
  justify-self: end;
  align-self: center;
  display: inline-flex;
  white-space: nowrap;
  color: #231709;
  background: linear-gradient(120deg, #ffe08a, #ffd35a);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  font-weight: 800;
  white-space: nowrap;
}

.info-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.15rem 0 0;
}

.info-list div {
  border: 1px solid rgba(255, 216, 90, 0.18);
  border-radius: 14px;
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.03);
}

.form-wrap {
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 216, 90, 0.26);
  border-radius: 18px;
  padding: clamp(1.1rem, 2vw, 1.8rem);
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.field {
  display: grid;
  gap: 0.42rem;
}

.field label {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffe6a0;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid rgba(255, 216, 90, 0.24);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.28);
  color: var(--text);
  padding: 0.76rem 0.85rem;
  font: inherit;
  outline: none;
  transition: border-color 0.24s ease, box-shadow 0.24s ease;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: rgba(255, 216, 90, 0.7);
  box-shadow: 0 0 20px rgba(255, 216, 90, 0.18);
}

.field-full {
  grid-column: 1 / -1;
}

.consent-check {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  border: 1px solid rgba(255, 216, 90, 0.24);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.2);
  padding: 0.72rem 0.82rem;
  color: #e4d3c4;
  line-height: 1.45;
  font-size: 0.9rem;
  text-transform: none;
  letter-spacing: 0;
}

.consent-check input {
  margin-top: 0.2rem;
  width: 16px;
  height: 16px;
  accent-color: #ffd85a;
}

.consent-check a {
  color: #f5d79a;
  text-decoration: underline;
  text-underline-offset: 0.15rem;
}

.consent-check a:hover {
  color: #ffe7bb;
}

.form-note {
  margin-top: 0.8rem;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.map-wrap {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 216, 90, 0.26);
  box-shadow: var(--shadow);
  min-height: 380px;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: 0;
}

.contact-art-section {
  padding-top: 0.8rem;
}

.contact-art-card {
  --divider-progress: 0.08;
  background:
    radial-gradient(circle at 16% 14%, rgba(165, 24, 49, 0.3), transparent 42%),
    radial-gradient(circle at 84% 82%, rgba(112, 13, 30, 0.28), transparent 46%),
    linear-gradient(160deg, rgba(46, 9, 19, 0.96), rgba(20, 5, 11, 0.97));
  border: 1px solid rgba(193, 58, 84, 0.34);
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: clamp(1.5rem, 4vw, 3rem);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.contact-art-title {
  margin: 0;
  font-size: clamp(2.2rem, 7vw, 5.2rem);
  color: #f4c977;
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.contact-art-text {
  margin: 1.1rem auto 0;
  width: min(58ch, 100%);
  color: #f0e7dd;
  font-size: 1.05rem;
}

.ornament-divider {
  margin: 2rem auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  width: min(900px, 100%);
}

.orn-line {
  height: 2px;
  background: var(--orn-color);
  box-shadow: 0 0 16px var(--orn-color-soft);
  will-change: transform;
}

.orn-left {
  transform-origin: right center;
  transform: scaleX(var(--divider-progress));
}

.orn-right {
  transform-origin: left center;
  transform: scaleX(var(--divider-progress));
}

.orn-sigil {
  width: 120px;
  opacity: calc(0.3 + (var(--divider-progress) * 0.7));
}

.orn-sigil svg {
  width: 100%;
  height: auto;
  fill: none;
  stroke: var(--orn-color);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ornament-sides {
  margin: 0.8rem auto 0;
  width: min(1000px, 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.orn-side {
  width: 220px;
  opacity: calc(0.2 + (var(--divider-progress) * 0.8));
}

.orn-side svg {
  width: 100%;
  height: auto;
  fill: none;
  stroke: var(--orn-color);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-art-main {
  margin: 1.5rem auto 0;
  font-size: clamp(1.35rem, 3.5vw, 2.1rem);
  line-height: 1.2;
  color: #f6f0df;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
  text-align: center;
}

.contact-art-main a {
  color: #fff4cf;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
}

.ornament-divider-bottom {
  margin-top: 1.6rem;
}

footer {
  padding: 0;
  color: var(--text-muted);
}

.site-footer {
  margin-top: clamp(3.4rem, 7vw, 6.2rem);
  padding: 0;
  border-top: 0;
  background:
    radial-gradient(circle at 16% 4%, rgba(168, 24, 50, 0.25), transparent 46%),
    radial-gradient(circle at 84% 8%, rgba(255, 216, 90, 0.1), transparent 40%),
    linear-gradient(180deg, rgba(10, 8, 11, 0) 0%, rgba(27, 7, 13, 0.9) 20%, #22070f 100%);
}

.footer-modern {
  position: relative;
  width: 100%;
  margin: 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  padding: clamp(1.45rem, 3vw, 2.3rem) 0 clamp(1rem, 2.2vw, 1.4rem);
  background:
    linear-gradient(160deg, #2a0b14 0%, #180710 54%, #0f040a 100%);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.footer-modern::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% -18%, rgba(255, 214, 120, 0.08), transparent 42%);
  pointer-events: none;
}

.footer-shell > * {
  position: relative;
  z-index: 1;
  width: min(100% - 2.4rem, var(--max));
  margin-inline: auto;
}

.footer-top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.footer-brand-area {
  max-width: 560px;
}

.footer-logo-lockup {
  display: inline-block;
  margin: 0 0 0.52rem;
  line-height: 1;
}

.footer-logo-image {
  display: block;
  width: clamp(136px, 18vw, 188px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.34));
}

.footer-logo-sniff {
  display: inline-block;
  font-family: var(--font-hero-brand);
  font-size: clamp(1.7rem, 3.1vw, 2.24rem);
  line-height: 0.9;
  color: #ffefc9;
  text-shadow:
    0 0 10px rgba(255, 216, 120, 0.2),
    0 0 22px rgba(145, 24, 44, 0.38);
}

.footer-logo-alsancak {
  display: inline-block;
  font-family: var(--font-modern);
  font-size: clamp(0.52rem, 0.95vw, 0.64rem);
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: rgba(244, 231, 205, 0.86);
  margin-top: 0.04rem;
}

.footer-brand-area h3 {
  font-family: var(--font-ui);
  margin: 0.46rem 0 0;
  font-size: clamp(1.04rem, 1.75vw, 1.32rem);
  line-height: 1.3;
  color: #f3f5f9;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.footer-brand-area p {
  margin: 0.58rem 0 0;
  color: #b9c0cb;
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-top-social {
  display: grid;
  justify-items: center;
  gap: 0.62rem;
  text-align: center;
  margin-left: auto;
}

.footer-top-social h4 {
  margin: 0;
  font-family: var(--font-script);
  color: #f7e5b8;
  font-size: clamp(1.34rem, 2.1vw, 1.78rem);
  text-transform: none;
  letter-spacing: 0.02em;
  line-height: 0.9;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
}

.footer-columns {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 1.8rem);
}

.footer-column {
  min-width: 0;
}

.footer-column h4 {
  font-family: var(--font-ui);
  margin: 0 0 0.86rem;
  color: #f0f3fa;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 700;
}

.footer-column p,
.footer-column a {
  display: block;
  margin: 0.4rem 0 0;
  color: #bdc4cf;
  font-size: 0.96rem;
  line-height: 1.62;
  transition: color 0.2s ease;
}

.footer-column a:hover {
  color: #ffe0a2;
}

.footer-policy-row {
  margin-top: 1.05rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem 1.2rem;
  flex-wrap: wrap;
}

.footer-policy-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem 1.1rem;
  flex-wrap: wrap;
  width: 100%;
  margin-inline: auto;
}

.footer-policy-links a {
  margin: 0;
  color: #bdc4cf;
  font-size: 0.9rem;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.footer-policy-links a:hover {
  color: #ffe0a2;
}

.footer-social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.58rem;
  margin-bottom: 0;
}

.footer-social-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  overflow: visible;
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.footer-social-icon svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: block;
  overflow: hidden;
  fill: #f0f4fa;
  transform: translateY(0.2px);
}

.footer-social-icon[aria-label='Facebook'] svg {
  width: 15px;
  height: 15px;
  transform: translateY(0.8px);
}

.footer-social-icon:hover {
  border-color: rgba(255, 224, 160, 0.8);
  background: rgba(255, 224, 160, 0.12);
  transform: translateY(-1px);
}

.footer-bottom-row {
  margin-top: 1.4rem;
  padding-top: 1.04rem;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  color: #a8afbb;
  font-size: 0.82rem;
  letter-spacing: 0.015em;
  text-align: center;
}

.footer-copy {
  display: inline-block;
}

.footer-credit-row {
  margin-top: 0.45rem;
  display: flex;
  justify-content: center;
  text-align: center;
}

.footer-credit {
  opacity: 0.22;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}

.footer-credit a {
  color: #d5dbe5;
  text-decoration: none;
  border-bottom: 1px solid rgba(213, 219, 229, 0.38);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.footer-credit a:hover {
  color: #ffe2a8;
  border-color: rgba(255, 226, 168, 0.82);
}

.floating-contact {
  position: fixed;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 80;
  display: grid;
  gap: 0.62rem;
}

.floating-contact-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.38);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.floating-contact-btn svg {
  width: 19px;
  height: 19px;
  fill: #fefaf2;
}

.floating-contact-btn.phone {
  background: linear-gradient(145deg, #9d1d37, #701427);
}

.floating-contact-btn.whatsapp {
  background: linear-gradient(145deg, #1f9b5b, #11733f);
}

.floating-contact-btn.instagram {
  background: linear-gradient(145deg, #913062, #5f2148);
}

.floating-contact-btn:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.45);
  filter: brightness(1.08);
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  background: linear-gradient(150deg, rgba(10, 10, 14, 0.96), rgba(17, 11, 14, 0.96));
  border: 1px solid rgba(255, 216, 90, 0.24);
  border-radius: 14px;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.52);
  padding: 0.85rem 0.9rem;
}

.cookie-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.cookie-banner p {
  margin: 0;
  color: #d4c5b8;
  font-size: 0.88rem;
  line-height: 1.45;
}

.cookie-banner a {
  color: #f5d79a;
  text-decoration: underline;
  text-underline-offset: 0.15rem;
}

.cookie-actions {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.cookie-btn {
  border: 1px solid rgba(255, 216, 90, 0.28);
  border-radius: 999px;
  background: rgba(255, 216, 90, 0.08);
  color: #f1d8b6;
  padding: 0.45rem 0.82rem;
  font-size: 0.76rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}

.cookie-btn:hover {
  border-color: rgba(255, 216, 90, 0.72);
}

.cookie-btn.accept {
  background: linear-gradient(135deg, #ffd85a, #ffe598);
  color: #2d1c0f;
  border-color: rgba(255, 216, 90, 0.82);
}

.socials {
  display: flex;
  gap: 0.6rem;
}

.socials a {
  border: 1px solid rgba(255, 216, 90, 0.24);
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.socials a:hover {
  border-color: rgba(255, 216, 90, 0.82);
  color: var(--gold);
  box-shadow: 0 0 18px rgba(255, 216, 90, 0.22);
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 12px, 0) scale(0.992);
  filter: blur(2px);
  transition:
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.34s ease,
    filter 0.34s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: transform, opacity, filter;
}

[data-reveal].visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

[data-split] {
  display: inline-block;
  overflow: visible;
  padding-block: 0.08em 0.1em;
}

[data-split].split-ready:not(.visible) {
  overflow: hidden;
}

[data-split] .split-char,
[data-split] .split-space {
  display: inline-block;
  white-space: pre;
}

[data-split].split-ready .split-char {
  opacity: 0;
  transform: translate3d(0, 40px, 0) skewY(7deg);
  filter: blur(7px);
  transition:
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.9s ease,
    filter 0.9s ease;
  transition-delay: calc(var(--char-index, 0) * 18ms);
}

[data-split].split-ready.visible .split-char {
  opacity: 1;
  transform: translate3d(0, 0, 0) skewY(0deg);
  filter: blur(0);
}

@keyframes smoke {
  0%,
  100% {
    transform: translate(0, 0) scale(0.92);
  }
  50% {
    transform: translate(8px, -10px) scale(1.1);
  }
}

@keyframes driftSmoke {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.95);
  }
  50% {
    transform: translate3d(0, -18px, 0) scale(1.08);
  }
}

@keyframes particleFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.45;
  }
  50% {
    transform: translate3d(0, -20px, 0);
    opacity: 0.9;
  }
}

@keyframes lampPulse {
  0%,
  100% {
    opacity: 0.82;
    box-shadow: 0 0 16px rgba(255, 214, 112, 0.5), 0 0 36px rgba(255, 214, 112, 0.28);
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 28px rgba(255, 214, 112, 0.72), 0 0 56px rgba(255, 214, 112, 0.42);
  }
}

@keyframes flicker {
  0%,
  100% {
    opacity: 0.62;
  }
  45% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.35;
  }
  62% {
    opacity: 0.74;
  }
}

@keyframes drift {
  0% {
    transform: scale(1.1) translateY(0);
  }
  100% {
    transform: scale(1.18) translateY(-2%);
  }
}

@keyframes floaty {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -12px, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .parallax-layer,
  .hero-bg-video,
  .hero::after,
  .page-hero::after,
  .smoke,
  .lamp {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .hero-refined.has-video::after {
    opacity: 0.54;
  }

  .hero-bg-video-wrap {
    display: none;
  }
}

@media (max-width: 1060px) {
  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-banner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .story-banner-copy {
    order: 2;
    padding: clamp(1.1rem, 4vw, 1.8rem);
  }

  .story-banner-title {
    max-width: 100%;
  }

  .story-banner-media {
    order: 1;
    min-height: 46vh;
  }

  .story-layout {
    grid-template-columns: 1fr;
  }

  .story-media-stack {
    position: relative;
    top: auto;
  }

  .story-intro-copy {
    max-width: min(74ch, 100%);
  }

  .bg-cover-content {
    grid-template-columns: 1fr;
    min-height: 460px;
  }

  .bg-cover-content > div:last-child {
    justify-self: start;
  }

  .bg-cover-section-full .bg-cover-content {
    width: min(100% - 1.8rem, var(--max));
    min-height: 92svh;
  }

  .lounge-feature-content {
    grid-template-columns: 1fr;
    min-height: 500px;
  }

  .lounge-feature-panel {
    justify-self: start;
  }
}

@media (max-width: 840px) {
  .menu-toggle {
    display: inline-flex;
  }

  .site-nav,
  .entry-nav {
    justify-content: flex-end;
  }

  .site-nav .brand-wrap,
  .entry-nav .brand-wrap {
    display: none !important;
  }

  .nav-links {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.55rem);
    background: rgba(8, 7, 8, 0.95);
    border: 1px solid rgba(255, 216, 90, 0.18);
    border-radius: 18px;
    padding: 0.8rem;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.2s ease;
  }

  .site-nav.open .nav-links {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .entry-nav {
    --entry-nav-top-end: 4.8rem;
    width: min(100% - 1.4rem, calc(var(--max) + 1rem));
    padding: 0.75rem 0.95rem;
    border-radius: 999px;
    border: 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
    justify-content: flex-end;
  }

  .entry-nav .nav-links a {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-decoration: none;
  }

  .parallax-layer {
    inset: -8%;
  }

  .lamp-c,
  .glass-b,
  .lemon-b,
  .ice-b,
  .flare-b {
    display: none;
  }

  .hero,
  .page-hero {
    min-height: 76vh;
  }

  .home-entry .hero.hero-entry.hero-refined {
    min-height: 95vh;
  }

  .logo-composition {
    width: min(92vw, 700px);
    height: 62vh;
    transform: translateY(clamp(1.8rem, 5.2vh, 3.8rem));
  }

  .about-parallax-layer.glass-left {
    left: 39%;
    height: clamp(180px, 27vh, 280px);
  }

  .about-parallax-layer.glass-right {
    left: 50%;
    height: clamp(152px, 23vh, 236px);
  }

  .about-parallax-layer.impact {
    left: 44%;
    bottom: 23.2vh;
    width: clamp(14px, 1.95vw, 22px);
  }

  .about-parallax-layer.sniff-logo {
    width: min(40vw, 260px);
    bottom: 28.8vh;
  }

  .clink-flash {
    left: 44%;
    bottom: 22vh;
  }

  .glass-orb {
    display: none;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .story-flow {
    height: auto;
    min-height: auto;
    padding-left: 0;
  }

  .story-beat,
  .story-beat-alt {
    max-width: 100%;
    justify-self: start;
  }

  .bg-cover-section-full .bg-cover-content {
    min-height: 88svh;
    padding-block: clamp(1.5rem, 8vw, 2.8rem);
  }

  .lounge-feature-content {
    min-height: auto;
    padding: 1.25rem;
  }

  .lounge-feature-title {
    font-size: clamp(1.8rem, 9vw, 3rem);
  }

  .story-video-card,
  .story-inline-video {
    min-height: 360px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .col-4,
  .col-6,
  .col-8 {
    grid-column: span 12;
  }

  .tall {
    min-height: 280px;
  }

  .hero-refined-content,
  .hero-cinematic-content {
    padding-top: clamp(7rem, 14vh, 9rem);
  }

  .hero-side-visual {
    right: -24vw;
    width: min(76vw, 620px);
    opacity: 0.62;
  }

  .hero-intro-copy {
    width: min(48ch, 100%);
  }

  .entry-scroll {
    bottom: 1.1rem;
  }

  .ornament-sides {
    justify-content: center;
    gap: 0.8rem;
  }

  .orn-side {
    width: 150px;
  }

  .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-policy-row {
    align-items: center;
  }

  .footer-policy-links {
    justify-content: center;
  }

  .floating-contact {
    right: 12px;
    top: auto;
    bottom: 12px;
    transform: none;
  }
}

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

  .menu-item-row {
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-areas:
      "thumb content"
      "thumb price";
    align-items: start;
  }

  .menu-item-thumb {
    width: 58px;
    height: 58px;
  }

  .menu-item-price {
    grid-area: price;
    justify-self: end;
    margin-top: 0.28rem;
  }

  .menu-category-strip {
    gap: 0.42rem;
  }

  .menu-category-chip {
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    padding: 0.38rem 0.7rem;
  }

  .site-nav {
    top: 8px;
    padding: 0.75rem 0.95rem;
  }

  .entry-nav {
    --entry-nav-top-start: 8px;
    --entry-nav-top-end: 4.2rem;
  }

  main {
    padding-top: 0;
  }

  .hero-refined-content,
  .hero-cinematic-content {
    padding-top: 6.6rem;
    gap: 0.95rem;
  }

  .hero-refined .hero-kicker {
    margin-bottom: 0.35rem;
  }

  .hero-title-split {
    font-size: clamp(2rem, 11.2vw, 3.3rem);
  }

  .hero-brand-sniff {
    font-size: clamp(2.26rem, 11.4vw, 3.34rem);
    line-height: 0.91;
  }

  .hero-brand-image {
    width: clamp(176px, 52vw, 320px);
  }

  .hero-brand-alsancak {
    font-size: clamp(0.62rem, 3.15vw, 0.86rem);
    letter-spacing: 0.4em;
    margin-top: 0.34rem;
  }

  .hero-intro-copy {
    width: min(40ch, 100%);
    font-size: 0.95rem;
  }

  .hero-logo-float {
    top: 1rem;
  }

  .hero-logo-float img {
    width: clamp(70px, 25vw, 104px);
  }
  .hero-script-main {
    font-size: clamp(1.5rem, 7.6vw, 2.06rem);
    line-height: 0.92;
  }

  .logo-composition {
    width: min(94vw, 520px);
    height: 58vh;
    transform: translateY(clamp(1rem, 4vh, 2.5rem));
  }

  .about-parallax-layer.glass-left {
    left: 38.5%;
    height: clamp(150px, 23vh, 212px);
  }

  .about-parallax-layer.glass-right {
    left: 50.5%;
    height: clamp(128px, 19vh, 176px);
  }

  .about-parallax-layer.impact {
    left: 43.5%;
    bottom: 20.5vh;
    width: clamp(12px, 2.7vw, 18px);
  }

  .about-parallax-layer.sniff-logo {
    width: min(48vw, 216px);
    bottom: 26.5vh;
  }

  .clink-flash {
    left: 43.5%;
    bottom: 19.2vh;
  }

  .hero-intro-main-line {
    white-space: normal;
  }

  .hero-intro-tail {
    font-size: 1em;
    margin-top: -0.02rem;
  }

  .story-banner {
    border-radius: 16px;
  }

  .story-banner-media {
    min-height: clamp(360px, 60vh, 560px);
  }

  .story-banner-logo {
    left: 50%;
    right: auto;
    bottom: 0.82rem;
    width: min(62vw, 220px);
    max-width: calc(100% - 1.4rem);
    height: auto;
    border-radius: 0;
    transform: translateX(-50%);
    mix-blend-mode: normal;
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.48));
  }

  .story-banner-title {
    font-size: clamp(1.72rem, 10.4vw, 2.45rem);
    line-height: 1.08;
  }

  .story-banner-lead,
  .story-banner-text {
    font-size: 1.02rem;
    line-height: 1.58;
  }

  .story-title {
    max-width: 100%;
  }

  .cookie-banner {
    left: 0.6rem;
    right: 0.6rem;
    bottom: 0.6rem;
    padding: 0.75rem;
  }

  .cookie-banner p {
    font-size: 0.82rem;
  }

  .cookie-btn {
    font-size: 0.7rem;
    padding: 0.42rem 0.72rem;
  }

  .hero-side-visual {
    display: none;
  }

  .decor-line {
    display: none;
  }

  .entry-scroll-modern {
    font-size: 0.6rem;
    letter-spacing: 0.12em;
  }

  .scroll-line {
    height: 56px;
  }

  .footer-top-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-brand-area {
    align-self: center;
    text-align: center;
  }

  .footer-logo-lockup {
    display: block;
    margin-inline: auto;
  }

  .footer-top-social {
    justify-items: center;
    align-self: center;
    margin-left: 0;
  }

  .footer-columns {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .footer-column {
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
  }

  .footer-column:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .footer-column h4 {
    margin-bottom: 0.62rem;
    font-size: 0.96rem;
    font-weight: 800;
    letter-spacing: 0.13em;
  }

  .footer-column,
  .footer-column h4,
  .footer-column p,
  .footer-column a {
    text-align: center;
  }

  .footer-policy-row {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }

  .footer-policy-links {
    justify-content: center;
    gap: 0.45rem 0.85rem;
  }

  .floating-contact {
    right: 10px;
    gap: 0.52rem;
  }

  .floating-contact-btn {
    width: 42px;
    height: 42px;
  }

  .floating-contact-btn svg {
    width: 17px;
    height: 17px;
  }
}

/* Admin Panel */
.admin-panel-page {
  background:
    radial-gradient(circle at 15% 8%, rgba(165, 20, 42, 0.32), transparent 38%),
    radial-gradient(circle at 90% 20%, rgba(125, 12, 33, 0.2), transparent 42%),
    linear-gradient(165deg, #10080c 0%, #1b0b12 46%, #0a0709 100%);
  min-height: 100vh;
}

.admin-panel-page [hidden] {
  display: none !important;
}

.admin-shell {
  width: min(100% - 1.6rem, 1260px);
  margin-inline: auto;
  padding: clamp(1.2rem, 3vw, 2.2rem) 0 2rem;
}

.admin-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.admin-kicker {
  margin: 0 0 0.35rem;
  color: #e6b6a8;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
}

.admin-topbar h1 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.admin-topbar-actions {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.admin-login {
  display: grid;
  place-items: center;
  min-height: 68vh;
}

.admin-card {
  background: linear-gradient(145deg, rgba(19, 11, 15, 0.9), rgba(12, 8, 10, 0.9));
  border: 1px solid rgba(173, 28, 50, 0.34);
  border-radius: 18px;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.42);
  padding: clamp(1rem, 2.5vw, 1.5rem);
}

.admin-card-narrow {
  width: min(100%, 480px);
}

.admin-card h2 {
  margin: 0 0 0.45rem;
  font-size: 1.4rem;
  color: #f5ded4;
}

.admin-card p {
  margin: 0;
  color: #c9b7ae;
}

.admin-form {
  margin-top: 0.95rem;
  display: grid;
  gap: 0.78rem;
}

.admin-form label {
  display: grid;
  gap: 0.32rem;
  color: #dcc8bf;
  font-size: 0.9rem;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
  width: 100%;
  border: 1px solid rgba(175, 19, 47, 0.34);
  border-radius: 10px;
  background: rgba(16, 11, 13, 0.9);
  color: #f4e7df;
  padding: 0.68rem 0.72rem;
  font: inherit;
}

.admin-field-hint {
  color: #b8a49c;
  font-size: 0.78rem;
}

.admin-note {
  min-height: 1.2rem;
  color: #e9af9e;
  font-size: 0.86rem;
}

.admin-dashboard {
  display: grid;
  gap: 1rem;
}

.admin-quick-map {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  padding: 0.72rem 0.82rem;
  border: 1px solid rgba(175, 19, 47, 0.34);
  border-radius: 12px;
  background: rgba(18, 12, 15, 0.82);
}

.admin-quick-map a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0.44rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 216, 90, 0.22);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f2ddcd;
  background: rgba(24, 13, 18, 0.74);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.admin-quick-map a:hover {
  background: rgba(155, 27, 52, 0.22);
  color: #fff2d0;
  border-color: rgba(255, 216, 90, 0.48);
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.admin-stat-card {
  border: 1px solid rgba(175, 19, 47, 0.34);
  border-radius: 14px;
  background: rgba(18, 12, 15, 0.82);
  padding: 0.88rem 1rem;
  display: grid;
  gap: 0.22rem;
}

.admin-stat-card span {
  color: #cfbdb5;
  font-size: 0.84rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.admin-stat-card strong {
  color: #f5dfd3;
  font-size: clamp(1.28rem, 2.4vw, 1.7rem);
}

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

.admin-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
  flex-wrap: wrap;
}

.admin-hint {
  color: #c9b7ae;
  font-size: 0.82rem;
}

.admin-table-wrap {
  overflow: auto;
  border: 1px solid rgba(175, 19, 47, 0.28);
  border-radius: 12px;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.admin-table th,
.admin-table td {
  padding: 0.62rem 0.72rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
  vertical-align: top;
  font-size: 0.86rem;
  color: #e6d9d2;
}

.admin-table th {
  background: rgba(26, 15, 20, 0.9);
  color: #ecd3c8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
}

.admin-table td a {
  color: #ddb6a3;
  text-decoration: underline;
  text-underline-offset: 0.18rem;
}

.admin-inline-btn {
  padding: 0.3rem 0.62rem;
  font-size: 0.72rem;
}

.admin-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-form-grid .full {
  grid-column: 1 / -1;
}

.admin-form-actions {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.admin-subsection {
  border: 1px solid rgba(175, 19, 47, 0.28);
  border-radius: 14px;
  background: rgba(13, 9, 11, 0.58);
  padding: 0.9rem;
  margin-bottom: 1rem;
}

.admin-subsection h3 {
  margin: 0;
  font-size: 1rem;
  color: #f1ddd2;
}

.admin-subsection .admin-form {
  margin-top: 0.75rem;
}

.admin-modal-open {
  overflow: hidden;
}

.admin-image-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 0.75rem;
}

.admin-image-modal[hidden] {
  display: none;
}

.admin-image-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 4, 5, 0.86);
  backdrop-filter: blur(4px);
}

.admin-image-modal-dialog {
  position: relative;
  z-index: 1;
  margin: 0;
  width: min(100%, 920px);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(214, 169, 140, 0.32);
  background: #120b0e;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.52);
}

.admin-image-modal-dialog img {
  width: 100%;
  max-height: min(80vh, 900px);
  object-fit: contain;
  display: block;
  background: #090507;
}

.admin-image-modal-close {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  z-index: 2;
  border: 1px solid rgba(214, 169, 140, 0.55);
  border-radius: 999px;
  background: rgba(16, 10, 12, 0.78);
  color: #f3e1d7;
  padding: 0.34rem 0.78rem;
  font-size: 0.8rem;
  cursor: pointer;
}

.admin-image-modal-close:hover {
  background: rgba(48, 22, 31, 0.88);
}

@media (max-width: 900px) {
  .admin-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .admin-quick-map {
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .admin-quick-map a {
    flex: 0 0 auto;
  }

  .admin-stats {
    grid-template-columns: 1fr;
  }

  .admin-form-grid {
    grid-template-columns: 1fr;
  }

  .admin-image-modal {
    padding: 0.45rem;
  }

  .admin-image-modal-dialog {
    width: 100%;
  }

  .admin-image-modal-dialog img {
    max-height: 76vh;
  }
}
