:root {
  --color-bg: #f7f1e8;
  --color-surface: #fffdf9;
  --color-surface-alt: #f3ece3;
  --color-dark: #2f262d;
  --color-dark-soft: #493745;
  --color-gold: #c7a24a;
  --color-gold-soft: #dfc384;
  --color-text: #3c3036;
  --color-text-muted: rgba(60, 48, 54, 0.78);
  --color-light: #fbf7f1;
  --shadow-soft: 0 24px 60px rgba(47, 38, 45, 0.12);
  --shadow-card: 0 20px 50px rgba(74, 55, 69, 0.14);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --transition-base: 0.35s ease;
}

html {
  scroll-behavior: smooth;
}

.site-body {
  margin: 0;
  color: var(--color-text);
  background:
    radial-gradient(circle at top left, rgba(199, 162, 74, 0.18), transparent 24%),
    linear-gradient(180deg, #f8f3eb 0%, #f6efe5 100%);
  font-family: "Manrope", sans-serif;
}

.site-navbar {
  padding: 1.4rem 0;
  position: relative;
  z-index: 5;
}

.site-brand {
  display: inline-flex;
  flex-direction: column;
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #8c2d63;
  font-family: "Cormorant Garamond", serif;
}

.site-brand:hover,
.site-brand:focus {
  color: #b03c7f;
}

.site-brand__small,
.site-brand__large {
  font-size: 1.1rem;
  font-weight: 700;
}

.site-nav-list {
  gap: 1.2rem;
}

.site-nav-link {
  color: rgba(249, 236, 189, 0.92);
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  padding: 0.4rem 0.2rem;
}

.site-nav-link:hover,
.site-nav-link:focus,
.site-nav-link.active {
  color: var(--color-gold-soft);
}

.site-toggler {
  border-color: rgba(255, 255, 255, 0.3);
}

.hero-section {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(25, 21, 25, 0.7), rgba(39, 31, 39, 0.88)),
    linear-gradient(125deg, #171417 0%, #3a3338 55%, #282228 100%);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-word {
  position: absolute;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  line-height: 0.82;
  color: rgba(255, 255, 255, 0.16);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-word--one {
  top: 10%;
  left: -3%;
  font-size: clamp(6rem, 18vw, 15rem);
  transform: rotate(-8deg);
}

.hero-word--two {
  right: -7%;
  bottom: 6%;
  font-size: clamp(6.5rem, 20vw, 16rem);
  transform: rotate(-9deg);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 12vh;
  padding-bottom: 14vh;
}

.hero-copy {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(5rem, 11vw, 8rem) 0 2rem;
}

.eyebrow-text {
  margin-bottom: 1rem;
  color: rgba(249, 236, 189, 0.86);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.78rem;
}

.hero-title,
.section-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.hero-title {
  color: var(--color-light);
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.95;
}

.hero-text,
.section-text,
.footer-text {
  font-size: 1rem;
  line-height: 1.85;
}

.hero-text {
  max-width: 640px;
  margin: 1.5rem auto 0;
  color: rgba(255, 247, 232, 0.82);
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.button-primary,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 0.95rem 1.8rem;
  border: 1px solid var(--color-gold);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  text-decoration: none;
  transition: transform var(--transition-base), background-color var(--transition-base), color var(--transition-base), border-color var(--transition-base);
}

.button-primary {
  background: rgba(199, 162, 74, 0.12);
  color: var(--color-gold-soft);
}

.button-secondary {
  background: transparent;
  color: var(--color-gold-soft);
}

.button-primary:hover,
.button-primary:focus,
.button-secondary:hover,
.button-secondary:focus {
  transform: translateY(-2px);
  background: var(--color-gold);
  color: var(--color-dark);
  border-color: var(--color-gold);
}

.story-section {
  position: relative;
  padding: 7rem 0;
}

.section-light {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(246, 239, 229, 0.92));
}

.section-cream {
  background: linear-gradient(180deg, rgba(250, 245, 237, 0.96), rgba(244, 235, 224, 0.96));
}

.section-row {
  row-gap: 3rem;
}

.content-card--text {
  max-width: 580px;
}

.section-kicker,
.footer-title {
  margin-bottom: 0.8rem;
  color: var(--color-gold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
}

.section-title {
  position: relative;
  display: inline-block;
  margin-bottom: 1.6rem;
  font-size: clamp(2.5rem, 4vw, 3.7rem);
  color: var(--color-dark);
}

.section-title::after {
  content: "";
  display: block;
  width: 88px;
  height: 2px;
  margin-top: 0.8rem;
  background: linear-gradient(90deg, var(--color-gold), transparent);
}

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

.section-text {
  margin-bottom: 1rem;
  color: var(--color-text-muted);
}

.section-text--light {
  color: rgba(255, 248, 236, 0.84);
}

.text-link,
.footer-link,
.location-phone {
  color: var(--color-dark);
  text-decoration: none;
  transition: color var(--transition-base), opacity var(--transition-base);
}

.text-link {
  display: inline-block;
  margin-top: 0.75rem;
  border-bottom: 1px solid var(--color-gold);
  padding-bottom: 0.2rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
}

.text-link:hover,
.text-link:focus,
.footer-link:hover,
.footer-link:focus,
.location-phone:hover,
.location-phone:focus {
  color: var(--color-gold);
}

.visual-card,
.portrait-card {
  position: relative;
  background: linear-gradient(145deg, rgba(255, 250, 244, 0.92), rgba(236, 220, 198, 0.92));
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
}

.visual-card {
  min-height: 430px;
  padding: 2rem;
}

.visual-card--dish {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.8), transparent 32%),
    linear-gradient(180deg, #ead8c6 0%, #d7b792 100%);
}

.plate-shape {
  width: min(100%, 310px);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #f9f2e8 0 39%, #f1e4d2 40% 56%, #ffffff 57% 100%);
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.45);
}

.plate-inner {
  position: relative;
  width: 62%;
  height: 46%;
  border-radius: 45% 55% 45% 55%;
  background: linear-gradient(180deg, rgba(214, 166, 98, 0.88), rgba(164, 94, 46, 0.82));
  transform: rotate(-10deg);
}

.food-accent {
  position: absolute;
  border-radius: 999px;
}

.food-accent--gold {
  width: 44%;
  height: 28%;
  right: -2%;
  bottom: 10%;
  background: #d8b26d;
  transform: rotate(20deg);
}

.food-accent--green {
  width: 16%;
  height: 70%;
  left: 8%;
  top: -16%;
  background: #8f9870;
}

.food-accent--dark {
  width: 24%;
  height: 18%;
  right: 16%;
  top: -8%;
  background: #4d332c;
}

.visual-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 1.5rem;
}

.visual-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(112, 81, 48, 0.25);
}

.visual-dot--active {
  background: var(--color-gold);
}

.visual-card--wine {
  overflow: hidden;
  display: grid;
  place-items: end center;
  background:
    radial-gradient(circle at top left, rgba(255, 244, 226, 0.95), transparent 30%),
    linear-gradient(180deg, #7a5034 0%, #d9aa7a 100%);
}

.glass-group {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 1.3rem;
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
}

.glass {
  position: relative;
  width: 110px;
  height: 260px;
  border-radius: 40px 40px 18px 18px;
  background: rgba(255, 255, 255, 0.26);
  border: 2px solid rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(4px);
}

.glass::before,
.glass::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.glass::before {
  width: 68px;
  height: 112px;
  bottom: 58px;
  border-radius: 0 0 26px 26px;
}

.glass::after {
  width: 10px;
  height: 80px;
  bottom: -72px;
  background: rgba(255, 255, 255, 0.34);
}

.glass--red::before {
  background: linear-gradient(180deg, rgba(106, 6, 26, 0.95), rgba(153, 35, 53, 0.92));
}

.glass--white {
  transform: translateY(10px);
}

.glass--white::before {
  background: linear-gradient(180deg, rgba(237, 211, 111, 0.95), rgba(190, 135, 42, 0.9));
}

.location-section {
  position: relative;
  padding: 8rem 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(247, 237, 216, 0.58), rgba(247, 237, 216, 0.68)),
    radial-gradient(circle at left center, rgba(204, 190, 145, 0.45), transparent 30%),
    linear-gradient(135deg, #f7eedb 0%, #d6c5a0 48%, #f8f4ea 100%);
}

.location-section::before,
.location-section::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 50%;
  background: rgba(124, 110, 74, 0.1);
  filter: blur(12px);
}

.location-section::before {
  width: 240px;
  height: 240px;
  left: 6%;
  top: 12%;
}

.location-section::after {
  width: 320px;
  height: 320px;
  right: 8%;
  bottom: 8%;
}

.location-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 8%, transparent 8% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.06));
  opacity: 0.9;
}

.location-panel {
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: var(--radius-xl);
  background: rgba(47, 38, 45, 0.56);
  backdrop-filter: blur(6px);
  box-shadow: var(--shadow-soft);
}

.location-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.location-phone {
  color: var(--color-light);
  font-size: 0.95rem;
}

.location-phone i {
  margin-right: 0.45rem;
}

.portrait-card {
  padding: 1.2rem;
  background:
    linear-gradient(145deg, rgba(255, 252, 247, 0.96), rgba(232, 220, 208, 0.9));
}

.portrait-frame {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border-radius: calc(var(--radius-xl) - 10px);
  background:
    linear-gradient(180deg, rgba(198, 228, 229, 0.26), transparent 30%),
    linear-gradient(135deg, #c7ae88 0%, #8d6b52 100%);
}

.portrait-figure {
  position: absolute;
  bottom: 0;
  border-radius: 28px 28px 0 0;
}

.portrait-figure--chef {
  left: 15%;
  width: 34%;
  height: 80%;
  background:
    radial-gradient(circle at 50% 20%, #c69772 0 13%, transparent 13%),
    linear-gradient(180deg, #fefcf9 0 58%, #d6dce1 58% 100%);
}

.portrait-figure--host {
  right: 15%;
  width: 37%;
  height: 84%;
  background:
    radial-gradient(circle at 50% 20%, #bb8c67 0 13%, transparent 13%),
    linear-gradient(180deg, #b9b5b1 0 20%, #d9d6d1 20% 32%, #87807c 32% 100%);
}

.site-footer {
  padding: 5rem 0 4rem;
  background:
    radial-gradient(circle at top right, rgba(199, 162, 74, 0.12), transparent 24%),
    linear-gradient(180deg, #4f3047 0%, #45293f 100%);
}

.footer-title {
  color: var(--color-gold);
}

.footer-text,
.footer-link {
  color: rgba(255, 246, 233, 0.82);
}

.footer-socials {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: var(--color-light);
  text-decoration: none;
  transition: transform var(--transition-base), background-color var(--transition-base), color var(--transition-base);
}

.social-link:hover,
.social-link:focus {
  transform: translateY(-2px);
  background: var(--color-gold);
  color: var(--color-dark);
}

.button-secondary--footer {
  color: var(--color-light);
  border-color: rgba(255, 255, 255, 0.46);
}

.button-secondary--footer:hover,
.button-secondary--footer:focus {
  border-color: var(--color-gold);
}

@media (max-width: 991.98px) {
  .site-nav-list {
    gap: 0.4rem;
    padding-top: 1rem;
  }

  .hero-content {
    padding-top: 8vh;
  }

  .section-row--menu {
    flex-direction: column-reverse;
  }

  .visual-card,
  .portrait-frame {
    min-height: 320px;
  }
}

@media (max-width: 767.98px) {
  .hero-copy {
    padding-top: 4.5rem;
  }

  .story-section,
  .location-section,
  .site-footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .visual-card {
    min-height: 280px;
    padding: 1.4rem;
  }

  .glass {
    width: 82px;
    height: 210px;
  }

  .button-primary,
  .button-secondary {
    width: 100%;
  }

  .site-brand__small,
  .site-brand__large {
    font-size: 0.96rem;
  }
}
