/* Divan Restaurant — Premium Coming Soon */

:root {
  --aubergine: #2a0618;
  --burgundy: #720843;
  --burgundy-deep: #4a052c;
  --wine: #5c0a38;
  --plum: #3d0a28;
  --magenta-mute: #8a2a5a;
  --near-black: #100309;
  --cream: #ffdcac;
  --beige: #e8c9a0;
  --gold: #c9a66b;
  --gold-soft: #d4b57a;
  --white: #ffffff;

  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body: "Outfit", "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --max: 74rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100svh;
  color: var(--white);
  background: #1a0612;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 100;
  padding: 0.7rem 1.1rem;
  background: var(--cream);
  color: var(--burgundy);
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
}

.skip-link:focus {
  top: 1rem;
}

/* Atmosphere — layered depth */
.atmosphere {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(155deg, #3a0a24 0%, #1f0614 28%, #2a0820 55%, #14040e 78%, #0e0309 100%);
}

.atmosphere__wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 110% 90% at 4% 12%, rgba(114, 8, 67, 0.95), transparent 58%),
    radial-gradient(ellipse 85% 75% at 96% 88%, rgba(92, 10, 56, 0.9), transparent 56%),
    radial-gradient(ellipse 65% 58% at 78% 10%, rgba(138, 42, 90, 0.55), transparent 60%),
    radial-gradient(ellipse 60% 55% at 16% 88%, rgba(114, 8, 67, 0.7), transparent 56%),
    radial-gradient(ellipse 55% 50% at 50% 50%, rgba(160, 48, 100, 0.28), transparent 62%);
}

.atmosphere__glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 48% at 50% -6%, rgba(255, 220, 172, 0.2), transparent 54%),
    radial-gradient(circle at 74% 36%, rgba(180, 55, 110, 0.35), transparent 38%),
    radial-gradient(circle at 24% 60%, rgba(114, 8, 67, 0.55), transparent 44%),
    radial-gradient(circle at 58% 70%, rgba(92, 10, 56, 0.4), transparent 40%);
}

.atmosphere__ambient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 48% 40% at 90% 46%, rgba(201, 166, 107, 0.14), transparent 62%),
    radial-gradient(ellipse 42% 36% at 8% 40%, rgba(255, 220, 172, 0.12), transparent 58%),
    radial-gradient(ellipse 36% 32% at 44% 78%, rgba(212, 181, 122, 0.1), transparent 55%),
    radial-gradient(ellipse 40% 35% at 62% 22%, rgba(255, 200, 160, 0.08), transparent 50%);
}

/* Barely-visible Ottoman geometric lattice */
.atmosphere__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23ffdcac' stroke-width='0.8'%3E%3Cpath d='M60 8 L72 28 L96 28 L78 44 L84 68 L60 54 L36 68 L42 44 L24 28 L48 28 Z'/%3E%3Cpath d='M60 36 L66 48 L80 48 L70 58 L74 72 L60 64 L46 72 L50 58 L40 48 L54 48 Z'/%3E%3Ccircle cx='60' cy='60' r='3'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 120px 120px;
  mix-blend-mode: screen;
}

.atmosphere__vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 82% 76% at 50% 42%, transparent 32%, rgba(12, 2, 8, 0.35) 78%, rgba(8, 1, 5, 0.65) 100%);
}

.atmosphere__grain {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

/* Stage */
.stage {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 1.15rem 0 1rem;
}

.brand {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  opacity: 1;
  animation: fade-down 0.95s var(--ease);
}

.brand__link {
  display: block;
  width: min(15.5rem, 72vw);
  min-width: 10rem;
  text-decoration: none;
}

.brand__logo {
  display: block;
  width: 100%;
  max-width: 15.5rem;
  height: auto;
  opacity: 1;
  visibility: visible;
}

.stage__body {
  display: grid;
  align-content: center;
  gap: 2rem;
  padding: 1rem 0;
  min-height: 0;
}

/* Intro copy */
.intro {
  max-width: 36rem;
  text-align: center;
  margin: 0 auto;
}

.intro__eyebrow {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cream);
  animation: fade-up 0.9s var(--ease) 0.1s;
}

.intro__title {
  margin: 0.9rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 7vw, 3.75rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: 0.01em;
  color: var(--white);
  animation: fade-up 1s var(--ease) 0.2s;
}

.intro__title::after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 1px;
  margin: 1.15rem auto 0;
  background: linear-gradient(90deg, transparent, var(--gold-soft), transparent);
  animation: line-in 1.1s var(--ease) 0.55s;
}

.intro__tagline {
  margin: 1.1rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.28rem, 3.4vw, 1.7rem);
  font-weight: 500;
  font-style: italic;
  color: var(--beige);
  animation: fade-up 0.95s var(--ease) 0.32s;
}

.intro__status {
  margin: 1.2rem 0 0;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-soft);
  animation: fade-up 0.95s var(--ease) 0.42s;
}

.intro__support {
  margin: 0.85rem auto 0;
  max-width: 28rem;
  font-size: 1.08rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  animation: fade-up 0.95s var(--ease) 0.5s;
}

.intro__contact {
  margin-top: 1.85rem;
  display: grid;
  gap: 0.7rem;
  justify-items: center;
  animation: fade-up 0.95s var(--ease) 0.6s;
}

.intro__item {
  margin: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.65rem;
  max-width: 100%;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.35;
  color: rgba(255, 220, 172, 0.9);
  text-align: left;
}

.intro__item > svg {
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
  display: block;
  color: var(--gold-soft);
  stroke: currentColor;
}

.intro__item a {
  color: var(--cream);
  text-decoration: none;
  transition: color 0.2s var(--ease);
}

.intro__item a:hover {
  color: var(--white);
}

.intro__address-link {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.55rem;
  min-width: 0;
}

.intro__address-link > span:not(.visually-hidden) {
  white-space: nowrap;
}

.intro__address-link > svg {
  width: 0.72rem;
  height: 0.72rem;
  flex-shrink: 0;
  opacity: 0.7;
  transition: opacity 0.2s var(--ease), color 0.2s var(--ease);
}

.intro__address-link:hover > svg {
  opacity: 1;
  color: var(--white);
}

@media (max-width: 420px) {
  .intro__address-link > span:not(.visually-hidden) {
    white-space: normal;
  }
}

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

/* Booking — bare iframe only (no wrapper panel / no forced dark frame) */
.booking {
  width: min(100%, 35rem);
  margin: 0 auto;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  line-height: 0;
  animation: fade-up 1s var(--ease) 0.72s;
}

.booking__iframe {
  display: block;
  width: 100%;
  min-height: 0;
  height: auto;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: transparent !important;
  box-shadow: none !important;
  color-scheme: light;
  overflow: hidden;
}

.site-footer {
  text-align: center;
  padding: 0.35rem 0 0.15rem;
}

.site-footer__credit {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 220, 172, 0.42);
}

.site-footer__credit a {
  color: rgba(255, 220, 172, 0.72);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.25s var(--ease), border-color 0.25s var(--ease);
}

.site-footer__credit a:hover {
  color: var(--cream);
  border-bottom-color: rgba(255, 220, 172, 0.45);
}

.site-footer__heart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e8a0b8;
  transform-origin: center;
  animation: heart-pulse 1.6s var(--ease) infinite;
}

.site-footer__heart svg {
  display: block;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fade-down {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes line-in {
  from {
    opacity: 0;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes heart-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.85;
  }
  50% {
    transform: scale(1.18);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .brand,
  .intro__eyebrow,
  .intro__title,
  .intro__title::after,
  .intro__tagline,
  .intro__status,
  .intro__support,
  .intro__contact,
  .booking,
  .site-footer__heart {
    animation: none !important;
  }
}

@media (min-width: 768px) {
  .stage {
    width: min(100% - 3.5rem, var(--max));
    padding: 1.35rem 0 1.1rem;
  }

  .brand__link {
    width: min(17rem, 100%);
  }

  .brand__logo {
    max-width: 17rem;
  }

  .booking {
    width: min(100%, 36rem);
  }
}

/* Left + right layout only from here — left-align content with it */
@media (min-width: 1040px) {
  body {
    overflow: hidden;
  }

  .stage {
    height: 100svh;
    width: min(100% - 4.5rem, var(--max));
    padding: 1.5rem 0 1.15rem;
  }

  .brand {
    justify-content: flex-start;
  }

  .brand__link {
    width: min(18rem, 100%);
  }

  .brand__logo {
    max-width: 18rem;
  }

  .stage__body {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 38rem);
    align-items: center;
    align-content: center;
    gap: 3.25rem;
    padding: 0.5rem 0;
  }

  .intro {
    text-align: left;
    margin: 0;
    max-width: 34rem;
  }

  .intro__contact {
    justify-items: start;
  }

  .intro__title::after {
    margin-left: 0;
    background: linear-gradient(90deg, var(--gold-soft), transparent);
  }

  .intro__title {
    font-size: clamp(2.85rem, 3.8vw, 3.9rem);
  }

  .intro__item {
    font-size: 1.1rem;
  }

  .booking {
    width: 100%;
    max-width: 36rem;
    margin: 0;
    justify-self: end;
  }
}

@media (min-width: 1280px) {
  .stage__body {
    gap: 4.25rem;
  }

  .brand__link {
    width: min(19.5rem, 100%);
  }

  .brand__logo {
    max-width: 19.5rem;
  }
}
