:root {
  --bg: #f3ede3;
  --bg-soft: #f8f3eb;
  --surface: rgba(255, 250, 242, 0.72);
  --surface-strong: #fffaf2;
  --ink: #231c17;
  --muted: #665a52;
  --line: rgba(57, 42, 31, 0.14);
  --accent: #8d5e3b;
  --accent-deep: #5f3f2a;
  --forest: #6f7b66;
  --shadow: 0 24px 70px rgba(59, 36, 19, 0.18);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --content-width: min(1120px, calc(100vw - 2rem));
}

.brand-intro {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 32%),
    linear-gradient(180deg, #4f3321 0%, var(--accent-deep) 100%);
  pointer-events: none;
  animation: brandIntroFade 6.4s ease forwards;
}

.brand-intro__track {
  width: 100%;
  transform: translateX(100%);
  animation: brandIntroSlide 5.2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.brand-intro__name {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
  padding-left: 2rem;
}

.brand-intro__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.25rem, 4vw, 3.25rem);
  height: clamp(2.25rem, 4vw, 3.25rem);
  color: var(--bg);
  opacity: 0.95;
  transform: translateY(-0.05em);
}

.brand-intro__text {
  display: inline-block;
  font-size: clamp(2.5rem, 8vw, 6.5rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--surface-strong);
}

@keyframes brandIntroSlide {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes brandIntroFade {
  0%,
  78% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-intro {
    display: none;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
  radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 30%),
  linear-gradient(180deg, #4f3321 0%, #5f3f2a 22%, #d8c7b3 100%);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 10;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: var(--surface-strong);
  border-radius: 999px;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  padding-bottom: 2rem;
}

.brand-marquee {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  background: #0f2742;
  overflow: hidden;
}

.brand-marquee__track {
  display: flex;
  width: max-content;
  min-width: 100%;
}

.brand-marquee__track {
  animation: marquee-left 20s linear infinite;
}

.brand-marquee__group {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  padding: 0.65rem 1.25rem;
  white-space: nowrap;
}

.brand-message {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-mark {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
}

.brand-mark svg,
.brand-intro__mark svg {
  display: block;
}

.brand-message__text,
h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
}

.brand-message__text {
  font-size: clamp(1rem, 0.88rem + 0.45vw, 1.3rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.92);
}

.hero-shell,
.section {
  width: var(--content-width);
  margin: 0 auto;
}

.hero-shell {
  padding-top: 0.9rem;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0 1rem;
}

.topbar__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
}

.topbar a {
  position: relative;
  transition: opacity 180ms ease, color 180ms ease;
}

.topbar a:hover,
.topbar a:focus-visible {
  opacity: 0.7;
  color: #f3e6d8;
}

.site-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 0.85rem;
}

.site-logo img {
  width: min(300px, 60vw);
  height: auto;
  display: block;
}

.eyebrow,
.kicker,
.panel__label,
.menu-card__type,
.visit-card__label,
.gallery-card__label {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: clamp(0.95rem, 00.88rem + 0.25vw, 1.08rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}

.eyebrow {
  font-size: 0.95rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.86);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.95fr);
  gap: 1.1rem;
  align-items: start;
  padding: 1.5rem 0 0;
}

.hero__content,
.hero__panel,
.menu-card,
.gallery-card,
.visit-card,
.final-cta__content {
  background: var(--surface);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: var(--shadow);
}

.hero__content {
  padding: clamp(2rem, 4vw, 4rem);
  border-radius: var(--radius-lg);
}

.hero__panel {
  padding: 2rem;
  border-radius: var(--radius-md);
  align-self: end;
}

.hero__side {
  display: grid;
  gap: 1rem;
  align-self: start;
}

.photo-stack {
  position: relative;
  min-height: 390px;
  border-radius: var(--radius-md);
}

.photo-stack__card {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: var(--shadow);
  background: var(--surface-strong);
  opacity: 0;
  transform: scale(0.98) rotate(0deg);
  transition: opacity 500ms ease, transform 500ms ease;
}

.photo-stack__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.photo-stack__card.is-active {
  opacity: 1;
  z-index: 5;
  transform: scale(1) rotate(-2deg);
}

.photo-stack__card:nth-child(2) {
  opacity: 1;
  z-index: 4;
  transform: translate(10px, 10px) rotate(2deg);
} 

.photo-stack__card:nth-child(3) {
  opacity: 1;
  z-index: 3;
  transform: translate(18px, 18px) rotate(-3deg);
}

.photo-stack__card:nth-child(4) {
  opacity: 1;
  z-index: 2;
  transform: translate(24px, 24px) rotate(3deg);
}

.photo-stack__card:nth-child(5) {
  opacity: 1;
  z-index: 1;
  transform: translate(30px, 30px) rotate(-1.5deg);
}

.hero h1 {
  margin: 0.45rem 0 1.15rem;
  font-size: clamp(2.85rem, 1.9rem + 3.4vw, 5.1rem);
  line-height: 0.96;
  font-weight: 600;
  max-width: 10ch;
}

.hero .kicker {
  margin-bottom: 0.2rem;
}

.hero__lede {
  margin-top: 0;
}

.hero__lede,
.intro__grid p,
.visit-note {
  max-width: 58ch;
  color: rgba(35, 28, 23, 0.82);
  font-size: 1rem;
  line-height: 1.6;
}

.section-heading h2,
.gallery-card h3,
.final-cta__content h2 {
  margin: 0;
  font-size: clamp(1.8rem, 1.4rem + 1.45vw, 2.9rem);
  line-height: 0.98;
  font-weight: 600;
}

.section-heading p:not(.kicker):not(.menu-note) {
  max-width: 62ch;
  color: rgba(35, 28, 23, 0.82);
  font-size: 1rem;
  line-height: 1.62;
}

.menu-card__type,
.visit-card__label,
.panel__label,
.kicker,
.kicker--cta {
  color: #0f2742;
}

.kicker--cta {
  letter-spacing: 0.18em;
}

.topbar__label,
.topbar__links {
  font-size: 1.15rem;
  line-height: 1;
  color: var(--surface-strong);
}

.topbar__label {
  margin: 0;
  font-weight: 500;
}

.topbar__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.05rem;
  padding: 0 1.18rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button--primary {
  background: var(--accent-deep);
  color: var(--surface-strong);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: #4f3321;
}

.button--secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.55);
}

.detail-list,
.menu-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.detail-list li + li {
  margin-top: 0.95rem;
  padding-top: 0.95rem;
  border-top: 1px solid var(--line);
}

.menu-list li,
.detail-list li {
  line-height: 1.45;
}

.visit-card p {
  line-height: 1.45;
}

.section {
  padding: clamp(3rem, 6vw, 5rem) 0 0;
}

.section-heading {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1.4rem;
}

.section-heading p {
  margin: 0;
}

.section-heading h2 + p {
  margin-top: 0.35rem;
}

.menu-note {
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  color: rgba(35, 28, 23, 0.72);
  white-space: nowrap;
}

.intro__grid,
.menu-grid,
.visit-grid {
  display: grid;
  gap: 1.25rem;
}

.intro__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.menu-grid,
.visit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.menu-card,
.visit-card,
.gallery-card,
.final-cta__content {
  border-radius: var(--radius-md);
}

.menu-card {
  height: 100%;
}

.menu-card,
.visit-card {
  padding: 1.25rem;
}

.menu-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line);
}

.visit-note {
  margin: 1.5rem 0 0;
}

.final-cta {
  padding-bottom: 4rem;
}

.final-cta__content {
  padding: clamp(2rem, 4vw, 3.5rem);
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.55), transparent 35%),
    linear-gradient(180deg, rgba(111, 123, 102, 0.2), rgba(255, 250, 242, 0.78));
}

.final-cta__content .hero__actions {
  justify-content: center;
}

@keyframes marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .hero,
  .intro__grid,
  .menu-grid,
  .gallery-grid,
  .visit-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card,
  .gallery-card--tall {
    min-height: 240px;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  :root {
    --content-width: min(1120px, calc(100vw - 1.25rem));
  }

  .brand-marquee__group {
    gap: 1.4rem;
    padding: 0.85rem 1rem;
  }

  .hero__content,
  .hero__panel,
  .menu-card,
  .visit-card,
  .gallery-card,
  .final-cta__content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .menu-list li {
    flex-direction: column;
    gap: 0.2rem;
  }

  .menu-note {
  white-space: normal;
}
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .brand-marquee__track {
  animation: none;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.brand-marquee__group:last-child {
  display: none;
}
}
