:root {
  --teal: #1a5f6e;
  --teal-light: #2a7f8e;
  --teal-dark: #0f3d47;
  --brown: #2c1a0e;
  --cream: #f8f4ee;
  --cream-dark: #ede7dc;
  --gold: #b8860b;
  --gold-light: #d4a017;
  --text: #1a1a1a;
  --text-light: #555;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: var(--cream);
  font-family: Georgia, serif;
}
x
img {
  max-width: 100%;
}

input::placeholder,
textarea::placeholder {
  color: rgba(248, 244, 238, 0.3);
}

.page-root {
  margin: 0;
  padding: 0;
  background: var(--cream);
}

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(15, 61, 71, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(184, 134, 11, 0.25);
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.site-nav-logo,
.contact-logo {
  height: 38px;
  filter: brightness(0) invert(1);
}

.site-nav-links {
  display: flex;
  gap: 28px;
  align-items: center;
}

.site-nav-links a,
.mobile-menu a {
  color: #f8f4ee;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Georgia, serif;
  opacity: 0.85;
}

.nav-order-btn,
.mobile-order-btn,
.hero-order-btn,
.menu-hero-actions a,
.form-submit button {
  background: var(--gold);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Georgia, serif;
  font-weight: bold;
  border-radius: 2px;
  border: none;
  cursor: pointer;
}

.nav-order-btn {
  padding: 10px 22px;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #f8f4ee;
  transition: all 0.2s;
}

.hamburger.open span:first-child {
  transform: rotate(45deg) translateY(7px);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:last-child {
  transform: rotate(-45deg) translateY(-7px);
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  background: rgba(15, 61, 71, 0.98);
  flex-direction: column;
  padding: 24px 5% 32px;
  gap: 0;
  border-bottom: 1px solid rgba(184, 134, 11, 0.25);
}

.mobile-menu.open {
  display: flex;
}

.mobile-menu a {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.mobile-order-btn {
  padding: 14px 22px;
  margin-top: 20px;
  text-align: center;
}

.hero-section {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--teal-dark) 0%, var(--teal) 50%, #0d2d35 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 100px 5% 80px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 61, 71, 0.95) 0%, rgba(26, 95, 110, 0.85) 50%, rgba(13, 45, 53, 0.95) 100%);
}

.hero-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-circle-top {
  top: -10%;
  right: -5%;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(184, 134, 11, 0.15);
}

.hero-circle-bottom {
  bottom: -15%;
  left: -8%;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(248, 244, 238, 0.06);
}

.hero-content {
  position: relative;
  text-align: center;
  max-width: 800px;
  width: 100%;
}

.hero-logo {
  height: clamp(120px, 25vw, 250px);
  margin-bottom: 32px;
  filter: brightness(0) invert(1);
}

.hero-title {
  color: var(--cream);
  font-size: clamp(24px, 5vw, 60px);
  font-family: Georgia, serif;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.hero-title span {
  color: var(--gold-light);
}

.hero-copy {
  color: rgba(248, 244, 238, 0.92);
  font-size: clamp(16px, 2.5vw, 24px);
  line-height: 1.8;
  font-family: Georgia, serif;
  font-weight: normal;
  max-width: 820px;
  margin: 0 auto 40px;
  letter-spacing: 0.5px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-order-btn {
  display: inline-block;
  padding: 14px 36px;
  font-size: 15px;
  letter-spacing: 2px;
}

.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(248, 244, 238, 0.4);
  font-size: 13px;
  letter-spacing: 2px;
}

.hero-scroll div {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(248, 244, 238, 0.4), transparent);
}

.about-section,
.menu-section,
.faq-section {
  background: var(--cream);
  padding: 80px 5%;
}

.about-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.section-kicker {
  letter-spacing: 4px;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Georgia, serif;
}

.section-kicker-teal {
  color: var(--teal);
}

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

.section-heading {
  font-family: Georgia, serif;
  font-weight: normal;
  margin: 0 0 24px;
}

.section-heading-brown {
  color: var(--brown);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.3;
}

.section-heading-cream {
  color: var(--cream);
  font-size: clamp(26px, 3vw, 42px);
  margin-bottom: 20px;
}

.section-heading-teal-dark {
  color: var(--teal-dark);
  font-size: clamp(28px, 4vw, 42px);
  margin: 0;
}

.about-copy,
.menu-description,
.corporate-intro,
.contact-copy {
  color: var(--text-light);
  font-size: 17px;
  line-height: 1.9;
  font-family: Georgia, serif;
}

.about-image-wrap {
  border-radius: 4px;
  overflow: hidden;
  min-height: 480px;
  position: relative;
}

.about-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 4px;
}

.gallery-section {
  position: relative;
  height: clamp(400px, 70vw, 700px);
  background: var(--teal-dark);
  overflow: hidden;
}

.gallery-background {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: background-image 0.5s ease;
}

.gallery-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.45) 100%);
  z-index: 1;
}

.gallery-title {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}

.gallery-title p {
  color: var(--gold-light);
  letter-spacing: 5px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: Georgia, serif;
  margin: 0;
}

.gallery-title h2 {
  color: #fff;
  font-size: clamp(22px, 3vw, 40px);
  font-family: Georgia, serif;
  font-weight: normal;
  margin-top: 10px;
}

.gallery-arrows button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  width: 52px;
  height: 52px;
  cursor: pointer;
  color: #fff;
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  backdrop-filter: blur(4px);
}

.gallery-arrows .left {
  left: 32px;
}

.gallery-arrows .right {
  right: 32px;
}

.gallery-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0 6% 44px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.gallery-bottom-copy {
  flex: 1;
}

.gallery-bottom-copy span {
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.gallery-bottom-copy p {
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(16px, 2.2vw, 28px);
  margin-top: 8px;
  line-height: 1.3;
  margin-bottom: 0;
}

.gallery-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.gallery-pagination p {
  color: rgba(255, 255, 255, 0.45);
  font-family: Georgia, serif;
  font-size: 13px;
  margin: 0;
}

.gallery-dots {
  display: flex;
  gap: 8px;
}

.gallery-dots button {
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.gallery-dots button.active {
  width: 24px;
  background: var(--gold-light);
}

.menu-shell,
.corporate-shell,
.faq-shell,
.contact-shell {
  max-width: 1200px;
  margin: 0 auto;
}

.menu-header,
.corporate-header,
.faq-header {
  text-align: center;
  margin-bottom: 48px;
}

.menu-cat-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.menu-cat-tabs button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1px solid rgba(26, 95, 110, 0.35);
  border-radius: 2px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.2s;
}

.menu-cat-tabs button.active {
  background: var(--teal);
  border-color: var(--teal);
}

.menu-cat-tabs .category {
  color: var(--teal);
  font-family: Georgia, serif;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.menu-cat-tabs .pipe {
  color: rgba(26, 95, 110, 0.3);
  font-size: 12px;
}

.menu-cat-tabs .label {
  color: var(--text-light);
  font-family: Georgia, serif;
  font-size: 14px;
}

.menu-cat-tabs button.active .category {
  color: #fff;
}

.menu-cat-tabs button.active .pipe {
  color: rgba(255, 255, 255, 0.4);
}

.menu-cat-tabs button.active .label {
  color: rgba(255, 255, 255, 0.8);
}

.menu-description {
  font-size: 15px;
  line-height: 1.8;
  max-width: 540px;
  margin: 18px auto 0;
}

.menu-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
  min-height: 400px;
}

.menu-hero-img {
  background-size: cover;
  background-position: center;
  background-color: var(--cream-dark);
  min-height: 400px;
}

.menu-hero-text {
  background: var(--teal-dark);
  padding: 56px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu-hero-text > span {
  color: var(--gold-light);
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Georgia, serif;
}

.menu-hero-text h3 {
  color: var(--cream);
  font-size: clamp(20px, 2.2vw, 32px);
  font-family: Georgia, serif;
  font-weight: normal;
  margin: 14px 0 18px;
  line-height: 1.4;
}

.menu-divider {
  width: 36px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 20px;
}

.menu-hero-text p {
  color: rgba(248, 244, 238, 0.7);
  font-size: 16px;
  line-height: 1.9;
  font-family: Georgia, serif;
  margin-bottom: 36px;
}

.menu-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.menu-hero-actions a {
  flex: 1;
  text-align: center;
  padding: 12px 20px;
  font-size: 13px;
  letter-spacing: 2px;
}

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

.menu-card {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  background: #fff;
  display: flex;
  flex-direction: column;
}

.menu-card-image {
  width: 100%;
  padding-top: 75%;
  position: relative;
  background-color: var(--cream-dark);
}

.menu-card-image div {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.menu-card-copy {
  padding: 16px 18px 20px;
  flex: 1;
}

.menu-card-copy h3 {
  color: var(--brown);
  font-size: 16px;
  font-family: Georgia, serif;
  font-weight: normal;
  margin-bottom: 8px;
  line-height: 1.4;
}

.menu-card-copy .divider {
  width: 24px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 10px;
}

.menu-card-copy p {
  color: var(--text-light);
  font-size: 13px;
  line-height: 1.8;
  font-family: Georgia, serif;
  margin: 0;
}

.corporate-section {
  background: var(--teal-dark);
  padding: 80px 5%;
}

.corporate-intro {
  color: rgba(248, 244, 238, 0.65);
  max-width: 700px;
  margin: 0 auto;
}

.corporate-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 56px;
}

.corporate-feature {
  background: rgba(248, 244, 238, 0.05);
  border: 1px solid rgba(248, 244, 238, 0.1);
  border-radius: 4px;
  padding: 24px 20px;
  text-align: center;
}

.corporate-icon {
  font-size: 29px;
  margin-bottom: 12px;
}

.corporate-feature h4,
.form-success h3 {
  color: var(--cream);
  font-family: Georgia, serif;
  font-weight: normal;
  margin-bottom: 8px;
}

.corporate-feature p,
.form-success p {
  color: rgba(248, 244, 238, 0.55);
  font-size: 14px;
  line-height: 1.7;
  font-family: Georgia, serif;
  margin: 0;
}

.form-success {
  background: rgba(184, 134, 11, 0.15);
  border: 1px solid var(--gold);
  border-radius: 4px;
  padding: 40px 24px;
  text-align: center;
}

.form-success-icon {
  font-size: 49px;
  margin-bottom: 16px;
}

.corp-form {
  background: rgba(248, 244, 238, 0.04);
  border: 1px solid rgba(248, 244, 238, 0.1);
  border-radius: 4px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.corp-form label {
  display: block;
  color: rgba(248, 244, 238, 0.7);
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Georgia, serif;
}

.corp-form input,
.corp-form textarea {
  width: 100%;
  background: rgba(248, 244, 238, 0.07);
  border: 1px solid rgba(248, 244, 238, 0.15);
  border-radius: 2px;
  padding: 12px 16px;
  color: var(--cream);
  font-size: 16px;
  font-family: Georgia, serif;
  outline: none;
  box-sizing: border-box;
}

.corp-form textarea {
  resize: vertical;
}

.full-span {
  grid-column: 1 / -1;
}

.form-submit {
  text-align: center;
}

.form-submit button {
  padding: 16px 48px;
  font-size: 15px;
  letter-spacing: 2px;
  width: 100%;
  max-width: 320px;
}

.form-submit button:disabled {
  background: rgba(184, 134, 11, 0.6);
  cursor: not-allowed;
}

.form-error {
  color: #ff6b6b;
  font-family: Georgia, serif;
  font-size: 14px;
  margin-bottom: 12px;
}

.faq-shell {
  max-width: 800px;
}

.faq-list-item {
  border-bottom: 1px solid var(--cream-dark);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  gap: 16px;
}

.faq-question-text {
  color: var(--teal-dark);
  font-size: 17px;
  font-family: Georgia, serif;
  font-weight: normal;
}

.faq-icon {
  color: var(--teal);
  font-size: 21px;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.faq-list-item.open .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-list-item.open .faq-answer {
  max-height: 500px;
}

.faq-answer p {
  color: var(--text-light);
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 22px;
  margin: 2;
}

.faq-answer p + p {
  margin-top: 20px; /* adds spacing only between consecutive paragraphs */
}

.contact-section {
  background: var(--brown);
  padding: 80px 5%;
}

.contact-map {
  margin-bottom: 56px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(248, 244, 238, 0.1);
}

.contact-grid h4 {
  color: var(--gold-light);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Georgia, serif;
}

.contact-grid a,
.contact-copy {
  color: rgba(248, 244, 238, 0.55);
  text-decoration: none;
  font-size: 15px;
  font-family: Georgia, serif;
  line-height: 1.8;
}

.contact-grid > div:nth-child(2) a {
  display: block;
  margin-bottom: 10px;
}

.contact-whatsapp {
  border-bottom: 1px solid rgba(248, 244, 238, 0.3);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.contact-map-link {
  display: inline-block;
  margin-top: 16px;
  color: var(--gold-light);
  font-size: 14px;
  letter-spacing: 1px;
  border-bottom: 1px solid var(--gold-light);
  padding-bottom: 2px;
}

.contact-footer {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-footer p {
  color: rgba(248, 244, 238, 0.3);
  font-size: 14px;
  font-family: Georgia, serif;
  margin: 0;
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1100;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 20px 40px rgba(37, 211, 102, 0.3);
}

.floating-whatsapp-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.18);
}

.floating-whatsapp-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.floating-whatsapp-label {
  font-size: 14px;
  font-family: Georgia, serif;
  font-weight: bold;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .site-nav-links {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-image-wrap {
    min-height: 300px;
  }

  .gallery-bottom {
    padding: 0 5% 28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .gallery-arrows button {
    width: 40px;
    height: 40px;
    font-size: 19px;
  }

  .gallery-arrows .left {
    left: 16px;
  }

  .gallery-arrows .right {
    right: 16px;
  }

  .gallery-title h2 {
    font-size: 23px;
  }

  .menu-hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .menu-hero-img {
    min-height: 260px;
  }

  .menu-hero-text {
    padding: 32px 28px;
  }

  .menu-cat-tabs {
    gap: 8px;
  }

  .menu-cat-tabs button {
    padding: 8px 14px;
    font-size: 13px;
  }

  .corp-form {
    grid-template-columns: 1fr;
    padding: 28px 20px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .contact-map iframe {
    height: 260px;
  }

  .floating-whatsapp {
    padding: 12px;
  }

  .floating-whatsapp-label {
    display: none;
  }
}
