:root {
  --bg: #f9ece3;
  --green: #034937;
  --gold: #b18c50;
  --blush: #f1868b;
  --blush-soft: #fdd5d1;
  --title-font: "Cormorant Garamond", Georgia, serif;
  --body-font: "Outfit", sans-serif;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100dvh;
  font-family: var(--body-font);
  color: var(--gold);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

address {
  font-style: normal;
}

.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;
}

.seo-footer {
  position: relative;
  z-index: 1;
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 3vw, 2rem) 2rem;
  font-size: 0.78rem;
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: rgba(177, 140, 80, 0.72);
}

.seo-footer p {
  margin: 0 0 0.55rem;
  max-width: 52rem;
}

.seo-footer a {
  color: var(--green);
  border-bottom: 1px solid rgba(3, 73, 55, 0.2);
}

.seo-footer a:hover,
.seo-footer a:focus-visible {
  border-bottom-color: var(--green);
  outline: none;
}

.page {
  position: relative;
  min-height: 100dvh;
  overflow: clip;
  background:
    radial-gradient(ellipse 90% 70% at 8% 0%, rgba(253, 213, 209, 0.55), transparent 55%),
    radial-gradient(ellipse 80% 60% at 100% 100%, rgba(241, 134, 139, 0.16), transparent 50%),
    radial-gradient(ellipse 60% 50% at 70% 20%, rgba(177, 140, 80, 0.08), transparent 55%),
    linear-gradient(165deg, #fbf3ec 0%, var(--bg) 42%, #f6e6db 100%);
}

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

.atmosphere__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  animation: bloom 16s ease-in-out infinite alternate;
}

.atmosphere__glow--tl {
  width: min(55vw, 460px);
  height: min(55vw, 460px);
  top: -12%;
  left: -8%;
  background: radial-gradient(circle, rgba(253, 213, 209, 0.7), rgba(249, 163, 165, 0.2) 45%, transparent 70%);
}

.atmosphere__glow--br {
  width: min(50vw, 420px);
  height: min(50vw, 420px);
  right: -10%;
  bottom: -14%;
  background: radial-gradient(circle, rgba(241, 134, 139, 0.28), rgba(252, 181, 182, 0.15) 50%, transparent 72%);
  animation-delay: -6s;
}

.atmosphere__glow--c {
  width: min(40vw, 340px);
  height: min(40vw, 340px);
  top: 38%;
  left: 42%;
  background: radial-gradient(circle, rgba(177, 140, 80, 0.1), transparent 70%);
  filter: blur(60px);
  animation-delay: -10s;
}

.atmosphere__vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 85% 75% at 50% 45%, transparent 45%, rgba(249, 236, 227, 0.55) 100%);
}

.shell {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: min(100%, 1120px);
  min-height: 100dvh;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 480px);
  grid-template-rows: auto auto;
  column-gap: clamp(2rem, 4vw, 3.5rem);
  row-gap: 3.5rem;
  align-items: start;
  align-content: center;
  padding:
    clamp(1.5rem, 4vh, 2.5rem)
    clamp(1.25rem, 3vw, 2rem);
}

.soon {
  grid-column: 1 / -1;
  margin: 0 0 0.75rem;
  text-align: center;
  font-family: var(--title-font);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  line-height: 1.2;
}

.brand {
  max-width: 28rem;
}

.brand__logo {
  width: clamp(14rem, 28vw, 22rem);
  margin-bottom: clamp(1.5rem, 3.5vh, 2.25rem);
  opacity: 0;
  transform: translateY(1.1rem) scale(0.97);
}

.is-ready .brand__logo {
  animation:
    reveal-up 1.05s cubic-bezier(0.22, 1, 0.36, 1) 120ms both,
    logo-float 7s ease-in-out 1.35s infinite;
}

.brand__contact {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 1.6rem;
}

.brand__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  font-size: clamp(1.05rem, 1.2vw, 1.15rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--green);
  border-bottom: 1px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.brand__icon {
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
  stroke-width: 1.75;
  opacity: 0.85;
  transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.brand__link:hover,
.brand__link:focus-visible {
  color: var(--gold);
  border-bottom-color: rgba(177, 140, 80, 0.45);
  outline: none;
  transform: translateX(3px);
}

.brand__link:hover .brand__icon,
.brand__link:focus-visible .brand__icon {
  opacity: 1;
  transform: scale(1.08);
}

.menus__label {
  margin: 0 0 0.65rem;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.menus__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.4rem;
}

.menus__links a {
  position: relative;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--green);
  padding-bottom: 0.2rem;
  transition: color 0.3s ease, transform 0.3s ease;
}

.menus__links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(177, 140, 80, 0.45);
  transform: scaleX(1);
  transform-origin: left;
  transition: background-color 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.menus__links a:hover,
.menus__links a:focus-visible {
  color: var(--gold);
  outline: none;
  transform: translateY(-2px);
}

.menus__links a:hover::after,
.menus__links a:focus-visible::after {
  background: var(--gold);
  transform: scaleX(1.06);
}

.booking {
  width: 100%;
  max-width: 560px;
  justify-self: end;
}

.booking iframe {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  background: transparent;
}

/* Entrance choreography */
.reveal {
  opacity: 0;
  transform: translateY(1.15rem);
  filter: blur(4px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) var(--d, 0ms),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) var(--d, 0ms),
    filter 0.9s cubic-bezier(0.22, 1, 0.36, 1) var(--d, 0ms);
}

.reveal--soft {
  transform: translateY(1.4rem) scale(0.985);
  filter: blur(6px);
}

.is-ready .reveal {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

.is-ready .soon {
  animation: soon-glow 4.5s ease-in-out 1.1s infinite;
}

@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(1.1rem) scale(0.97);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes logo-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes soon-glow {
  0%,
  100% {
    opacity: 1;
    letter-spacing: 0.12em;
  }
  50% {
    opacity: 0.78;
    letter-spacing: 0.16em;
  }
}

@keyframes bloom {
  from {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.85;
  }
  to {
    transform: translate3d(2.5%, -1.5%, 0) scale(1.08);
    opacity: 1;
  }
}

@media (max-width: 960px) {
  .shell {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding-top: clamp(1.5rem, 4vh, 2.5rem);
    padding-bottom: 2rem;
    row-gap: 1.5rem;
    column-gap: 0;
  }

  .soon {
    margin-bottom: 0;
  }

  .brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 22rem;
  }

  .brand__logo {
    margin-inline: auto;
    width: min(78vw, 18rem);
  }

  .brand__contact {
    align-items: center;
  }

  .menus__links {
    justify-content: center;
  }

  .booking {
    justify-self: center;
  }

}

@media (max-width: 420px) {
  .menus__links {
    gap: 0.55rem 1rem;
  }

  .menus__links a {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .atmosphere__glow,
  .is-ready .brand__logo,
  .is-ready .soon {
    animation: none !important;
  }

  .reveal,
  .reveal--soft,
  .is-ready .reveal,
  .is-ready .brand__logo {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .brand__link:hover,
  .menus__links a:hover {
    transform: none;
  }
}
