/* Art Cafe Sienna — premium landing styles */
:root {
  --sienna: #8a4328;
  --sienna-deep: #5c2a18;
  --espresso: #1a120e;
  --ink: #2a1d16;
  --cream: #f6efe4;
  --ivory: #fbf7f1;
  --gold: #c4a574;
  --gold-soft: #e4d3b6;
  --blush: #ead6c6;
  --paper: #f3ebe0;
  --muted: #6d5c50;
  --line: rgba(138, 67, 40, 0.16);
  --white: #fffdf9;
  --shadow: 0 18px 50px rgba(26, 18, 14, 0.12);
  --shadow-soft: 0 8px 28px rgba(26, 18, 14, 0.08);
  --radius: 1.35rem;
  --radius-sm: 0.9rem;
  --header-offset: 6.75rem;
  --font-serif: "Cormorant Garamond", "Palatino Linotype", Palatino, serif;
  --font-sans: "Outfit", "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--font-sans);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.01em;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 2px solid var(--sienna);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  background: var(--espresso);
  color: var(--cream);
  padding: 0.7rem 1rem;
  border-radius: 0.5rem;
}

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

.claim-bar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.35rem;
  padding: 0.4rem 1rem;
  background: var(--espresso);
  color: var(--gold-soft);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.claim-bar a {
  color: var(--ivory);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 0.05rem;
}

.claim-bar a:hover {
  color: var(--gold);
}

.site-header {
  position: sticky;
  top: 2.35rem;
  z-index: 40;
  backdrop-filter: blur(16px);
  background: rgba(251, 247, 241, 0.86);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.2rem;
}

.logo {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1.05;
}

.logo-kicker {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sienna);
}

.logo-name {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 600;
}

.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 1.1rem;
  height: 1.5px;
  margin: 0.22rem auto;
  background: var(--espresso);
}

.nav-list {
  display: flex;
  gap: 1.15rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-list a {
  text-decoration: none;
  font-size: 0.92rem;
  color: var(--muted);
}

.nav-list a:hover,
.nav-list a[aria-current="page"] {
  color: var(--espresso);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  background: var(--sienna);
  color: var(--ivory) !important;
  text-decoration: none;
  font-weight: 500;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease);
}

.nav-cta:hover {
  background: var(--sienna-deep);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--header-offset));
  display: grid;
  place-items: end stretch;
  color: var(--ivory);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  animation: heroZoom 18s var(--ease) alternate infinite;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(26, 18, 14, 0.18) 0%, rgba(26, 18, 14, 0.72) 72%),
    radial-gradient(circle at 20% 20%, rgba(196, 165, 116, 0.18), transparent 40%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto 4.5rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.9rem;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0 0 0.8rem;
  font-family: var(--font-serif);
  font-size: clamp(3.2rem, 8vw, 6.4rem);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.02em;
}

.lede {
  max-width: 38rem;
  margin: 0 0 1.5rem;
  font-size: 1.12rem;
  color: var(--gold-soft);
}

.hero-meta,
.rating-row,
.cta-row,
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
}

.stars {
  color: var(--gold);
  letter-spacing: 0.12em;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.05rem;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 500;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease), border-color 0.25s var(--ease);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--gold);
  color: var(--espresso);
}

.btn-primary:hover {
  background: var(--gold-soft);
}

.btn-ghost {
  border-color: rgba(251, 247, 241, 0.45);
  color: var(--ivory);
  background: rgba(255, 253, 249, 0.08);
  backdrop-filter: blur(10px);
}

.btn-ghost:hover {
  background: rgba(255, 253, 249, 0.16);
}

.btn-dark {
  background: var(--espresso);
  color: var(--ivory);
}

.section {
  padding: 5.5rem 0;
  scroll-margin-top: calc(var(--header-offset) + 0.75rem);
}

#home {
  scroll-margin-top: 0;
}

.section-alt {
  background: var(--cream);
}

.container {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.section-kicker {
  margin: 0 0 0.55rem;
  color: var(--sienna);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.section h2 {
  margin: 0 0 1rem;
  font-family: var(--font-serif);
  font-size: clamp(2.1rem, 4.5vw, 3.4rem);
  line-height: 1.05;
  font-weight: 600;
}

.section p {
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3.5rem;
  align-items: center;
}

.split img {
  width: 100%;
  height: 100%;
  min-height: 28rem;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.photo-frame {
  position: relative;
}

.photo-frame figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(26, 18, 14, 0.7);
  color: var(--ivory);
  font-size: 0.78rem;
  backdrop-filter: blur(8px);
}

.card-grid,
.menu-grid,
.amenity-grid,
.review-grid {
  display: grid;
  gap: 1.15rem;
}

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

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

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

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

.card,
.menu-card,
.amenity,
.review,
.faq-item,
.contact-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.card,
.menu-card,
.review,
.faq-item,
.contact-card {
  padding: 1.4rem 1.45rem;
}

.card h3,
.menu-card h3,
.amenity h3,
.review h3,
.feature h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 600;
}

.card:hover,
.menu-card:hover {
  transform: translateY(-4px);
  transition: transform 0.3s var(--ease);
}

.menu-card .tag,
.feature-body .tag,
.tag {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: var(--sienna);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}

.feature {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.feature img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}

.feature:hover img {
  transform: scale(1.06);
}

.feature-body {
  padding: 1.2rem 1.3rem 1.4rem;
}

.feature:not(:has(img)) {
  min-height: 16rem;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(180deg, rgba(138, 67, 40, 0.08), transparent 42%),
    var(--white);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1rem;
}

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  position: relative;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
}

.gallery-grid figure:hover img {
  transform: scale(1.05);
}

.gallery-grid figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.1rem 1.2rem;
  background: linear-gradient(transparent, rgba(26, 18, 14, 0.78));
  color: var(--ivory);
  font-size: 0.92rem;
}

.quote {
  margin: 0 0 1rem;
  font-family: var(--font-serif);
  font-size: 1.28rem;
  line-height: 1.45;
  color: var(--ink);
}

.review footer {
  color: var(--muted);
  font-size: 0.88rem;
}

.faq-item {
  padding: 0;
}

.faq-item button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.3rem;
  background: none;
  border: 0;
  text-align: left;
  font: inherit;
  font-weight: 500;
  cursor: pointer;
}

.faq-item button::after {
  content: "+";
  color: var(--sienna);
  font-size: 1.3rem;
}

.faq-item[open] button::after {
  content: "–";
}

.faq-item .answer {
  display: none;
  padding: 0 1.3rem 1.2rem;
}

.faq-item[open] .answer {
  display: block;
}

.hours {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hours li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--line);
}

.hours li.is-today {
  font-weight: 600;
  color: var(--sienna);
}

.map-wrap {
  overflow: hidden;
  border-radius: var(--radius);
  min-height: 22rem;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.map-wrap iframe {
  width: 100%;
  height: 22rem;
  border: 0;
}

.amenity {
  padding: 1.1rem 1.15rem;
}

.amenity p {
  margin: 0;
  font-size: 0.92rem;
}

.final-cta {
  position: relative;
  overflow: hidden;
  color: var(--ivory);
  background: var(--espresso);
}

.final-cta img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.34;
}

.final-cta .container {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2rem 0;
}

.final-cta p {
  color: var(--gold-soft);
  max-width: 36rem;
  margin: 0 auto 1.5rem;
}

.site-footer {
  background: #140e0b;
  color: var(--gold-soft);
  padding: 3rem 0 6.5rem;
}

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

.site-footer a {
  color: var(--ivory);
  text-decoration: none;
}

.site-footer h3 {
  margin: 0 0 0.7rem;
  font-family: var(--font-serif);
  color: var(--ivory);
  font-size: 1.25rem;
}

.feature-body p {
  margin: 0;
  color: var(--muted);
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer li {
  margin: 0.4rem 0;
}

.mobile-cta {
  display: none;
  position: fixed;
  inset: auto 0 0 0;
  z-index: 45;
  padding: 0.7rem 0.85rem calc(0.7rem + env(safe-area-inset-bottom));
  background: rgba(251, 247, 241, 0.94);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--line);
  gap: 0.55rem;
}

.mobile-cta .btn {
  flex: 1;
  min-height: 2.85rem;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  animation: fadeUp 0.8s var(--ease) forwards;
}

.reveal-delay-1 { animation-delay: 0.1s; }
.reveal-delay-2 { animation-delay: 0.2s; }
.reveal-delay-3 { animation-delay: 0.3s; }
.reveal-delay-4 { animation-delay: 0.4s; }

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.14);
  font-size: 0.82rem;
}

.status-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #9dbe8a;
}

.status-pill.is-closed .status-dot {
  background: #c9897a;
}

.chip {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.12);
  border: 1px solid rgba(255, 253, 249, 0.18);
  font-size: 0.82rem;
}

.breadcrumbs {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  color: var(--gold-soft);
}

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

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes heroZoom {
  to {
    transform: scale(1.14);
  }
}

@media (max-width: 980px) {
  .split,
  .card-grid,
  .feature-grid,
  .review-grid,
  .footer-grid,
  .gallery-grid,
  .menu-grid {
    grid-template-columns: 1fr;
  }

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

  .split img,
  .gallery-grid img {
    min-height: 18rem;
  }
}

@media (max-width: 780px) {
  .nav-toggle {
    display: inline-block;
  }

  .nav-list {
    display: none;
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 0.4rem);
    flex-direction: column;
    padding: 1rem;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .nav-list.is-open {
    display: flex;
  }

  .nav-cta {
    display: none;
  }

  .mobile-cta {
    display: flex;
  }

  .hero-content {
    margin-bottom: 3rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .hero-media img,
  .feature img,
  .gallery-grid img {
    transform: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
