:root {
  --ink: #211814;
  --muted: #6e625c;
  --paper: #fffdf8;
  --soft: #f6f0e6;
  --line: #e6d9c6;
  --gold: #b08e3d;
  --gold-dark: #846624;
  --green: #40594b;
  --rose: #8f4b4e;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(37, 23, 13, 0.16);
  --premium-shadow: 0 28px 90px rgba(33, 24, 20, 0.18);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button,
input,
textarea,
select {
  -webkit-appearance: none;
  appearance: none;
}

.section-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 5vw, 64px);
  transition: background 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 12px 34px rgba(57, 38, 20, 0.06);
  padding-block: 12px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.brand img {
  width: 168px;
  height: auto;
}

.site-nav {
  display: flex;
  gap: 30px;
  align-items: center;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
}

.site-nav a {
  position: relative;
  padding-bottom: 4px;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width 180ms ease;
}

.site-nav a:hover::after {
  width: 100%;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: clamp(20px, 4vw, 70px);
  padding: 116px clamp(20px, 7vw, 92px) 70px;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.95), rgba(255, 253, 248, 0.76) 45%, rgba(255, 253, 248, 0.2)),
    url("assets/hero-bg.jpg") center / cover no-repeat;
  overflow: hidden;
}

.hero-copy {
  max-width: 610px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--gold);
}

h1,
h2,
h3 {
  font-family: var(--serif);
  line-height: 1.02;
  margin: 0;
  color: var(--ink);
}

h1 {
  margin-top: 16px;
  font-size: clamp(52px, 8vw, 94px);
  max-width: 750px;
}

h2 {
  font-size: clamp(36px, 5vw, 62px);
}

h3 {
  font-size: 30px;
}

.hero p,
.intro-copy p,
.signature p,
.stores p,
.contact p {
  color: var(--muted);
}

.hero p {
  max-width: 560px;
  margin: 24px 0 0;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.btn svg,
.text-link svg,
.contact-list svg,
.site-footer svg {
  width: 18px;
  height: 18px;
}

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

.btn-primary:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
}

.btn-ghost {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.6);
  border-color: var(--line);
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.dish {
  position: absolute;
  filter: drop-shadow(0 28px 42px rgba(40, 24, 10, 0.22));
  transform-origin: center;
}

.dish-one {
  width: min(500px, 56vw);
  right: 4%;
  top: 2%;
  animation: floatA 7s ease-in-out infinite;
}

.dish-two {
  width: min(470px, 50vw);
  left: 5%;
  bottom: 7%;
  animation: floatB 8s ease-in-out infinite;
}

.hero-disclaimer {
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 2;
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid rgba(176, 142, 61, 0.28);
  border-radius: 4px;
  background: rgba(255, 253, 248, 0.78);
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  backdrop-filter: blur(10px);
}

.photo-placeholder {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  min-height: 220px;
  border: 1px solid rgba(132, 102, 36, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(246, 240, 230, 0.72)),
    repeating-linear-gradient(135deg, rgba(176, 142, 61, 0.12) 0 1px, transparent 1px 18px);
  color: var(--rose);
  text-align: center;
}

.photo-placeholder span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.intro-band {
  padding: 96px 0;
  background: var(--ink);
  color: var(--white);
}

.intro-band h2,
.intro-band .eyebrow {
  color: var(--white);
}

.intro-band .eyebrow::before {
  background: var(--gold);
}

.intro-grid,
.signature-grid,
.stores-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
}

.intro-copy p {
  color: rgba(255, 255, 255, 0.76);
  margin: 0 0 16px;
}

.intro-copy .highlight-note {
  display: inline;
  padding: 2px 4px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: linear-gradient(
    transparent 12%,
    rgba(176, 142, 61, 0.42) 12%,
    rgba(176, 142, 61, 0.42) 88%,
    transparent 88%
  );
  color: rgba(255, 255, 255, 0.96);
}

.signature {
  padding: 110px 0;
  background: var(--paper);
}

.signature-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(132, 102, 36, 0.42);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.signature h2,
.stores h2,
.contact h2 {
  margin-top: 14px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--gold-dark);
  font-weight: 700;
}

.menu-section {
  padding: 110px 0;
  background:
    linear-gradient(rgba(255, 253, 248, 0.9), rgba(255, 253, 248, 0.98)),
    url("assets/section-bg.jpg") center bottom / cover no-repeat;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading img {
  width: 58px;
  margin: 0 auto 16px;
}

.section-heading .eyebrow {
  justify-content: center;
}

.section-heading .eyebrow::before {
  display: none;
}

.section-heading h2 {
  margin-top: 8px;
}

.section-heading p {
  color: var(--muted);
  margin: 16px auto 0;
}

.instagram-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-weight: 700;
  vertical-align: -3px;
  white-space: nowrap;
}

.instagram-inline svg {
  width: 18px;
  height: 18px;
  color: var(--gold-dark);
  stroke-width: 2;
  flex: 0 0 auto;
}

.instagram-inline:hover strong {
  color: var(--gold-dark);
}

.menu-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.tab {
  min-width: 92px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink);
  font-weight: 700;
  cursor: pointer;
}

.tab.is-active {
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.premium-grid {
  gap: 18px;
}

.menu-card {
  min-height: 190px;
  padding: 18px 24px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 42px rgba(45, 31, 18, 0.08);
  transition: transform 160ms ease, opacity 160ms ease;
}

.premium-card {
  display: grid;
  min-height: 330px;
  padding: 16px;
  align-content: start;
  border-color: rgba(132, 102, 36, 0.26);
  background: rgba(255, 255, 255, 0.9);
}

.premium-card h3 {
  margin: 18px 8px 0;
}

.premium-card p {
  margin-inline: 8px;
}

.menu-card:hover {
  transform: translateY(-3px);
}

.menu-card.is-hidden {
  display: none;
}

.menu-photo {
  width: 100%;
  height: 118px;
  margin: 0 auto 14px;
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(37, 23, 13, 0.12));
}

.menu-card span {
  color: var(--rose);
  font-weight: 800;
}

.menu-card h3 {
  margin-top: 8px;
  font-size: 28px;
}

.menu-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.menu-card.feature {
  grid-column: span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
}

.feature-logo {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: inset 0 0 0 1px rgba(176, 142, 61, 0.12);
}

.feature-logo img {
  width: min(260px, 100%);
  max-height: 136px;
  margin: auto;
  object-fit: contain;
}

.premium-logo {
  gap: 16px;
  min-height: 298px;
}

.premium-logo p {
  max-width: 320px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.menu-photo-placeholder {
  width: 100%;
  min-height: 160px;
  box-shadow: none;
}

.menu-photo-real {
  width: 100%;
  height: 170px;
  border: 1px solid rgba(132, 102, 36, 0.34);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.86);
  object-fit: cover;
}

.menu-photo-real[src*="hero-"],
.menu-photo-real[src*="dish-"] {
  object-fit: contain;
  padding: 18px;
}

.sales-section {
  padding: 105px 0;
  background: var(--ink);
  color: var(--white);
}

.sales-section h2,
.sales-section .eyebrow {
  color: var(--white);
}

.sales-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(34px, 6vw, 88px);
  align-items: start;
}

.sales-list {
  display: grid;
  gap: 14px;
}

.sales-list article {
  padding: 22px 24px;
  border: 1px solid rgba(176, 142, 61, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.sales-list strong {
  display: block;
  color: var(--white);
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1;
}

.sales-list p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.stores {
  padding: 100px 0;
  background: var(--soft);
}

.store-panel {
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.premium-panel {
  border-color: rgba(132, 102, 36, 0.28);
  box-shadow: 0 22px 70px rgba(37, 23, 13, 0.12);
}

.store-panel h3 {
  font-size: 34px;
}

.store-panel p {
  margin: 16px 0 24px;
}

.instagram-section {
  padding: 105px 0;
  background: var(--paper);
}

.instagram-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-auto-rows: 230px;
  gap: 16px;
}

.instagram-tile {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  box-shadow: 0 16px 42px rgba(45, 31, 18, 0.08);
}

.instagram-tile.is-feature {
  grid-row: span 2;
}

.instagram-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.instagram-tile:not(.is-feature) img[src*="hero-"] {
  object-fit: contain;
  padding: 28px;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.96), rgba(246, 240, 230, 0.78));
}

.instagram-tile:hover img {
  transform: scale(1.035);
}

.instagram-tile span {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 24px);
  padding: 7px 10px;
  border-radius: 4px;
  background: rgba(33, 24, 20, 0.74);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.instagram-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
  color: var(--muted);
}

.instagram-action small {
  max-width: 520px;
  line-height: 1.45;
}

.contact {
  padding: 105px 0;
  background: var(--paper);
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-list a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 600;
}

.contact-list svg {
  color: var(--gold-dark);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-list .instagram-mark {
  stroke-width: 2.55;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fffefa;
  padding: 13px 14px;
  color: var(--ink);
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(176, 142, 61, 0.16);
}

.contact-form textarea {
  resize: vertical;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--green);
  font-weight: 700;
}

.map-section {
  padding: 98px 0 110px;
  background: linear-gradient(180deg, var(--paper), var(--soft));
}

.map-shell {
  position: relative;
  width: min(900px, 100%);
  min-height: 420px;
  margin: 0 auto;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.map-shell iframe {
  width: 100%;
  height: 420px;
  display: block;
  border: 0;
  filter: saturate(0.88) contrast(0.98);
}

.map-card {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  width: min(330px, calc(100% - 44px));
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  border: 1px solid rgba(33, 24, 20, 0.08);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(35, 22, 12, 0.14);
  color: var(--ink);
}

.map-card strong {
  font-size: 15px;
}

.map-card span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.map-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 8px;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 800;
}

.map-card svg {
  width: 16px;
  height: 16px;
}

.site-footer {
  padding: 28px 0;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.74);
}

.footer-grid {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 18px;
}

.footer-grid p {
  grid-column: 2;
  justify-self: center;
  margin: 0;
  font-size: 13px;
  text-align: center;
}

.footer-grid a {
  grid-column: 3;
  justify-self: end;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
}

@keyframes floatA {
  0%,
  100% {
    transform: translateY(0) rotate(0.8deg);
  }
  50% {
    transform: translateY(-18px) rotate(-1.2deg);
  }
}

@keyframes floatB {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(14px) rotate(1deg);
  }
}

@media (max-width: 980px) {
  .hero,
  .intro-grid,
  .signature-grid,
  .sales-grid,
  .stores-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 108px;
  }

  .hero-visual {
    min-height: 460px;
  }

  .dish-one {
    right: 2%;
  }

  .dish-two {
    left: 0;
  }

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

@media (max-width: 760px) {
  .site-header {
    padding: 12px 20px;
  }

  .brand img {
    width: 132px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 20px;
    width: min(280px, calc(100vw - 40px));
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    background: var(--white);
    box-shadow: var(--shadow);
    font-size: 21px;
  }

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

  .site-nav a {
    padding: 10px 12px;
  }

  .hero {
    min-height: auto;
    padding: 96px 20px 56px;
  }

  h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  h2 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .hero p {
    font-size: 16px;
  }

  .hero-visual {
    min-height: 330px;
  }

  .dish-one {
    width: 70vw;
    right: -8%;
  }

  .dish-two {
    width: 64vw;
    left: -12%;
    bottom: 8%;
  }

  .hero-disclaimer {
    right: auto;
    left: 0;
    bottom: -2px;
  }

  .intro-band,
  .signature,
  .menu-section,
  .sales-section,
  .stores,
  .contact,
  .map-section {
    padding: 72px 0;
  }

  .map-shell {
    min-height: 520px;
  }

  .map-shell iframe {
    height: 520px;
  }

  .map-card {
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
  }

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

  .instagram-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .instagram-tile.is-feature {
    grid-row: span 1;
  }

  .menu-card.feature {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }

  .premium-card {
    min-height: 300px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-grid p,
  .footer-grid a {
    grid-column: 1;
    justify-self: center;
  }
}

@media (max-width: 420px) {
  .section-inner {
    width: min(100% - 28px, 1120px);
  }

  .hero {
    padding-inline: 14px;
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .menu-card,
  .contact-form,
  .store-panel {
    padding-inline: 18px;
  }
}
