﻿:root {
  --bg: #f7f2ea;
  --paper: rgba(255, 251, 245, 0.92);
  --paper-soft: #f3ecdf;
  --ink: #141312;
  --muted: #5f5a54;
  --gold: #c89d3d;
  --gold-deep: #9c7320;
  --line: rgba(200, 157, 61, 0.32);
  --shadow: 0 24px 60px rgba(58, 43, 17, 0.1);
  --radius-xl: 34px;
  --radius-lg: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(111, 154, 191, 0.15), transparent 20%),
    linear-gradient(180deg, #fbf8f2 0%, #f4ede2 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(71, 147, 214, 0.85), rgba(88, 82, 214, 0.78));
  background-size: 100% 4px;
  background-repeat: no-repeat;
}

.site-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 56px;
}

.topbar {
  position: relative;
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 14px 22px;
  margin-bottom: 18px;
  background: rgba(255, 251, 245, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(58, 43, 17, 0.06);
  z-index: 20;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 14px;
  text-decoration: none;
  color: inherit;
  grid-column: 2;
  justify-self: center;
}

.brand-text {
  display: inline-block;
  font-family: "Great Vibes", cursive;
  font-size: clamp(3rem, 5.2vw, 5rem);
  line-height: 1.16;
  color: transparent;
  padding: 0.08em 0.02em 0.12em;
  background: linear-gradient(180deg, #d8a12b 0%, #efc65a 28%, #c88f20 54%, #dfb240 78%, #b87816 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: visible;
  text-shadow:
    0 1px 0 rgba(255, 235, 160, 0.22),
    0 2px 0 rgba(138, 92, 8, 0.18),
    0 0 12px rgba(214, 161, 39, 0.18);
}

.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(20, 19, 18, 0.14);
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  padding: 12px;
  z-index: 3;
}

.header-control {
  display: flex;
  align-items: center;
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}

.sticky-link {
  text-decoration: none;
  color: var(--ink);
  font-size: 0.92rem;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.sticky-about {
  grid-column: 1;
  justify-self: center;
}

.sticky-cta {
  grid-column: 3;
  justify-self: center;
  min-height: 46px;
  padding: 0 20px;
  font-family: "Times New Roman", Times, serif;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
}

.menu-toggle span + span {
  margin-top: 0;
}

.nav {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 22px;
  min-width: 240px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  background: rgba(255, 251, 245, 0.96);
  border: 1px solid rgba(20, 19, 18, 0.08);
  border-radius: 20px;
  box-shadow: var(--shadow);
  z-index: 2;
}

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

.nav a {
  text-decoration: none;
  color: var(--ink);
  font-size: 0.92rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.nav .button {
  width: 100%;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border: 0;
  text-decoration: none;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button-gold {
  color: #fffdf8;
  background: linear-gradient(135deg, #d4ad4d, #b9882f);
  box-shadow: 0 14px 30px rgba(179, 133, 40, 0.22);
}

.button-light {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.hero {
  position: relative;
  min-height: 78vh;
  margin-top: 20px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  background:
    linear-gradient(90deg, rgba(249, 244, 237, 0.97), rgba(249, 244, 237, 0.62)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.42)),
    url("https://images.unsplash.com/photo-1562281302-809108fd533c?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.88), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.28));
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 108px clamp(44px, 8vw, 128px) 112px;
}

.eyebrow,
.section-tag {
  margin: 0 0 18px;
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.92rem;
}

.hero h1,
.principles h2,
.featured-menu h2,
.contact h2 {
  font-family: "Cormorant Garamond", serif;
}

.hero h1 {
  margin: 0;
  max-width: none;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.9rem, 5.4vw, 4.6rem);
  line-height: 0.88;
  font-style: italic;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
  letter-spacing: 0.12em;
}

.hero-subline {
  margin: 24px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
  font-style: italic;
  color: var(--gold-deep);
  line-height: 1.2;
}

.lede {
  max-width: 620px;
  margin: 28px 0 0;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.95vw, 1.6rem);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 42px;
}

.principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
  scroll-margin-top: 110px;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 24px;
  overflow: hidden;
}

.principles article {
  padding: 30px 24px 34px;
  text-align: center;
  position: relative;
}

.principles article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 0;
  width: 1px;
  height: 92px;
  background: var(--line);
}

.principles h2 {
  margin: 0 0 14px;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.principles p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.98rem;
}

.gallery-section,
.featured-menu,
.packages,
.contact {
  padding: 86px clamp(24px, 5vw, 72px);
}

.gallery-section {
  display: grid;
  gap: 28px;
}

.gallery-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.7rem, 4.8vw, 4.3rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.gallery-copy p:last-child {
  max-width: 520px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.gallery-stack {
  display: grid;
  gap: 28px;
}

.gallery-item {
  display: grid;
  grid-template-columns: minmax(260px, 0.88fr) minmax(260px, 1.12fr);
  align-items: center;
  gap: 24px;
}

.gallery-item-reverse {
  grid-template-columns: minmax(260px, 1.12fr) minmax(260px, 0.88fr);
}

.gallery-item-reverse .gallery-card {
  order: 2;
}

.gallery-item-reverse .gallery-info {
  order: 1;
}

.gallery-card {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(58, 43, 17, 0.08);
}

.gallery-card-featured {
  background: transparent;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(58, 43, 17, 0.08);
  padding: 0;
}

.gallery-card-birria {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-card-birria::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 19, 18, 0.12);
  pointer-events: none;
}

.gallery-card img,
.gallery-card video {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  transition: transform 220ms ease;
}

.gallery-image-contain {
  object-fit: contain;
  background: rgba(255, 251, 245, 0.95);
}

.gallery-image-face-focus {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 10%;
  background: transparent;
}

.gallery-image-featured-full {
  aspect-ratio: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center 15%;
  background: transparent;
}

.gallery-image-top-focus {
  object-position: center 12%;
}

.gallery-image-katsu-focus {
  object-position: center 8%;
}

.gallery-image-birria-full {
  position: relative;
  z-index: 1;
  display: block;
  width: 88%;
  max-width: 88%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.gallery-image-full-portrait {
  aspect-ratio: auto;
  display: block;
  width: 82%;
  max-width: 82%;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
  background: transparent;
  border-radius: 22px;
}

.gallery-card:hover .gallery-image-face-focus {
  transform: scale(1.02);
}

.gallery-card:hover .gallery-image-top-focus {
  transform: scale(1.02);
}

.gallery-card:hover .gallery-image-katsu-focus {
  transform: scale(1.02);
}

.gallery-card:hover .gallery-image-birria-full {
  transform: scale(1.02);
}

.gallery-card:hover .gallery-image-full-portrait {
  transform: scale(1.02);
}

.gallery-card-placeholder {
  background: linear-gradient(135deg, rgba(248, 242, 232, 0.95), rgba(238, 228, 212, 0.92));
}

.gallery-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  color: var(--gold-deep);
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gallery-info {
  padding: 8px 0;
}

.gallery-label {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gallery-info h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.gallery-info p:last-child {
  max-width: 420px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.gallery-card:hover img,
.gallery-card:hover video {
  transform: scale(1.02);
}


.featured-menu {
  text-align: center;
}

.featured-menu h2,
.contact h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  text-transform: uppercase;
}

.menu-list {
  display: grid;
  gap: 18px;
  margin-top: 38px;
}

.menu-card {
  padding: 28px 32px;
  border-radius: var(--radius-lg);
  background: var(--paper-soft);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.menu-card h3 {
  margin: 0 0 10px;
  font-size: 1.42rem;
}

.menu-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.packages {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  background:
    linear-gradient(180deg, rgba(250, 246, 239, 0.9), rgba(250, 246, 239, 0.78)),
    url("https://images.unsplash.com/photo-1519167758481-83f550bb49b3?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.packages-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.52), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.18));
}

.packages > * {
  position: relative;
  z-index: 1;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 28px;
}

.package-card {
  text-align: center;
  padding: 28px 26px;
  background: var(--paper);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(6px);
}

.featured-package {
  background: rgba(255, 252, 246, 0.96);
  transform: translateY(-6px);
}

.package-card h3 {
  margin: 18px 0 14px;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.package-card p {
  margin: 0;
  color: #322e28;
  font-size: 1.03rem;
  line-height: 1.7;
}

.icon {
  width: 66px;
  height: 66px;
  margin: 0 auto;
  position: relative;
}

.clapper::before,
.clapper::after,
.yacht::before,
.yacht::after,
.skyline::before,
.skyline::after {
  content: "";
  position: absolute;
  border: 3px solid #111;
}

.clapper::before {
  inset: 22px 10px 10px;
  border-radius: 4px;
}

.clapper::after {
  left: 8px;
  right: 12px;
  top: 10px;
  height: 16px;
  border-radius: 4px;
  transform: skew(-10deg);
}

.yacht::before {
  left: 12px;
  right: 12px;
  bottom: 12px;
  height: 14px;
  border-width: 0 0 3px;
  border-radius: 0 0 18px 18px;
}

.yacht::after {
  left: 24px;
  top: 14px;
  width: 18px;
  height: 24px;
  border-width: 0 3px 3px 0;
  transform: skew(-15deg);
}

.skyline::before {
  left: 12px;
  bottom: 12px;
  width: 42px;
  height: 34px;
  border-radius: 3px 3px 0 0;
}

.skyline::after {
  left: 28px;
  bottom: 12px;
  width: 12px;
  height: 48px;
  border-radius: 3px 3px 0 0;
}

.contact {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 32px;
}

.contact-copy {
  flex: 1;
}

.contact h2 {
  max-width: 760px;
  line-height: 0.95;
}

.contact-lede {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  text-decoration: none;
  color: var(--ink);
  font-size: 0.98rem;
  letter-spacing: 0.02em;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 24px rgba(58, 43, 17, 0.1);
}

.social-icon svg {
  width: 22px;
  height: 22px;
  fill: var(--gold-deep);
}

.contact-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-points span {
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(200, 157, 61, 0.2);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: min(500px, 100%);
  padding: 28px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.booking-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.booking-form label:last-of-type,
.booking-form .button,
.form-note,
.form-status {
  grid-column: 1 / -1;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  border: 1px solid rgba(20, 19, 18, 0.12);
  background: rgba(249, 244, 237, 0.9);
  padding: 14px 15px;
  font: inherit;
  color: var(--ink);
  border-radius: 14px;
}

.booking-form textarea {
  resize: vertical;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.form-status {
  margin: 0;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .topbar,
  .contact {
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar {
    display: flex;
    padding-top: 18px;
  }

  .sticky-about,
  .sticky-cta {
    display: none;
  }

  .gallery-item,
  .gallery-item-reverse,
  .package-grid,
  .principles {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .site-shell {
    width: min(100% - 20px, 1200px);
  }

  .brand-text {
    font-size: clamp(2.4rem, 12vw, 3.6rem);
    line-height: 1.18;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy,
  .gallery-section,
  .featured-menu,
  .packages,
  .contact {
    padding-left: 22px;
    padding-right: 22px;
  }

  .gallery-item,
  .gallery-item-reverse,
  .principles,
  .package-grid,
  .booking-form {
    grid-template-columns: 1fr;
  }

  .principles article:not(:last-child)::after {
    left: 24px;
    right: 24px;
    top: auto;
    bottom: 0;
    width: auto;
    height: 1px;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(2.4rem, 9.5vw, 3.6rem);
  }

  .hero-subline {
    font-size: clamp(1.3rem, 5vw, 1.8rem);
  }

  .featured-menu h2,
  .contact h2 {
    font-size: clamp(2.2rem, 11vw, 3.5rem);
  }

  .hero-actions .button,
  .booking-form .button {
    width: 100%;
  }

  .booking-form {
    padding: 22px;
  }

  .nav {
    left: 0;
    min-width: 0;
    width: 100%;
  }
}
