body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background-color: #f5f2ee;
  color: #1f1f1f;
  max-width: 860px;
  margin: 0 auto;
  padding: 28px 20px 64px;
  line-height: 1.7;
  scroll-behavior: smooth;
}

h1 {
  font-size: 62px;
  line-height: 0.98;
  margin: 0 0 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

h2 {
  font-size: 30px;
  margin: 0 0 14px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.02;
}

p {
  font-size: 18px;
  margin: 0 0 14px;
}

ul {
  margin: 6px 0 18px 22px;
  padding: 0;
}

li {
  font-size: 18px;
  margin-bottom: 8px;
}

a {
  color: #1f1f1f;
  font-weight: 700;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.muted {
  color: #6d6761;
  font-size: 16px;
}

.lang-switcher {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.lang-switcher span,
.lang-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  font-size: 14px;
  border-radius: 999px;
  border: 1px solid rgba(31, 31, 31, 0.14);
  background: rgba(255, 255, 255, 0.66);
  color: #1f1f1f;
}

.lang-switcher .active {
  background: #1f1f1f;
  color: #ffffff;
  border-color: #1f1f1f;
}

.eyebrow {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4a4541;
  margin-bottom: 14px;
  font-weight: 600;
}

.hero {
  margin-bottom: 24px;
}

.hero p {
  font-size: 20px;
  max-width: 640px;
  color: #3e3a36;
  margin-bottom: 0;
}

.hero-briga {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  padding: 34px 34px 30px;
  background-color: #ede7df;
  background-image:
    linear-gradient(rgba(245, 242, 238, 0.84), rgba(245, 242, 238, 0.9)),
    url("briga/wallpaper-briga.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(31, 31, 31, 0.06);
}

.hero-overlay {
  position: relative;
  z-index: 1;
}

.explore {
  margin-top: 10px;
  margin-bottom: 24px;
}

.nav-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.nav-card {
  background: #fbf9f5;
  border: 1px solid rgba(31, 31, 31, 0.075);
  border-radius: 22px;
  padding: 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 118px;
  box-shadow: 0 12px 30px rgba(31, 31, 31, 0.05);
}

.nav-title {
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.nav-subtitle {
  font-size: 16px;
  color: #6d6761;
  font-weight: 500;
}

.nav-arrow {
  margin-top: auto;
  font-size: 22px;
  color: #6d6761;
}

.guide-section {
  background: #f7f4ef;
  border: 1px solid rgba(31, 31, 31, 0.06);
  border-radius: 22px;
  padding: 24px 24px 22px;
  margin-top: 18px;
  box-shadow: 0 12px 30px rgba(31, 31, 31, 0.042);
}

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

.contact-card {
  background: #fbf9f5;
  border: 1px solid rgba(31, 31, 31, 0.06);
  border-radius: 18px;
  padding: 16px 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 92px;
  box-shadow: 0 10px 24px rgba(31, 31, 31, 0.045);
}

.contact-label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6d6761;
  font-weight: 600;
}

.contact-card strong {
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: -0.015em;
}

.contact-arrow {
  margin-top: auto;
  font-size: 18px;
  color: #6d6761;
}

.photo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 10px;
}

.gallery-photo {
  width: 100%;
  display: block;
  border-radius: 18px;
  border: 1px solid rgba(31, 31, 31, 0.06);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.code-panel {
  margin-top: 18px;
  padding: 18px;
  background: #fbf9f5;
  border: 1px solid rgba(31, 31, 31, 0.06);
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.025);
}

.code-label {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6d6761;
  font-weight: 600;
  margin-bottom: 12px;
}

.code-access {
  display: flex;
  gap: 12px;
  align-items: stretch;
  flex-wrap: wrap;
}

.code-access input {
  flex: 1;
  min-width: 220px;
  padding: 15px 16px;
  border-radius: 16px;
  border: 1px solid rgba(31, 31, 31, 0.10);
  background: #f5f2ee;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
}

.code-access input:focus {
  border-color: rgba(31, 31, 31, 0.22);
  background: #ffffff;
}

.code-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1f1f1f;
  color: #ffffff;
  border: none;
  border-radius: 16px;
  padding: 0 20px;
  min-height: 52px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.code-error {
  color: #8a3b2f;
  font-size: 15px;
  margin-top: 12px;
  margin-bottom: 0;
}

.placeholder-photo {
  margin-top: 16px;
  min-height: 180px;
  border-radius: 18px;
  border: 1px dashed rgba(31, 31, 31, 0.18);
  background: #f1ece5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.placeholder-photo span {
  font-size: 16px;
  color: #6d6761;
  font-weight: 600;
}

.restaurant-list {
  display: grid;
  gap: 14px;
  margin-top: 12px;
}

.restaurant-card {
  background: #fbf9f5;
  border: 1px solid rgba(31, 31, 31, 0.06);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.025);
}

.restaurant-card h3 {
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
}

.restaurant-card p:last-of-type {
  margin-bottom: 14px;
}

.featured-restaurant {
  background: linear-gradient(180deg, #fbf9f5 0%, #f4eee7 100%);
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 600;
  color: #1f1f1f;
  text-decoration: none;
}

.back-link:hover {
  opacity: 0.72;
}

.photo-caption {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  color: #6d6761;
  font-weight: 500;
}

.home-signoff {
  margin-top: 46px;
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
  color: #1f1f1f;
  font-weight: 500;
  font-style: italic;
}

@media (max-width: 640px) {
  body {
    padding: 20px 16px 28px;
  }

  .back-link {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .lang-switcher {
    gap: 8px;
    margin-bottom: 14px;
  }

  .lang-switcher a,
  .lang-switcher span {
    width: 44px;
    height: 44px;
    font-size: 13px;
  }

  .hero {
    padding: 24px 22px 24px;
    border-radius: 22px;
    margin-bottom: 18px;
    min-height: auto;
    background-size: cover;
    background-position: center;
  }

  .hero-overlay {
    max-width: 100%;
  }

  .eyebrow {
    font-size: 12px;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
  }

  .hero h1 {
    font-size: 64px;
    line-height: 0.95;
    margin-bottom: 14px;
  }

  .hero p {
    font-size: 18px;
    line-height: 1.55;
    max-width: 100%;
  }

  h2 {
    font-size: 24px;
    line-height: 1.05;
    margin: 0 0 12px;
  }

  .section-intro {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .guide-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .guide-card {
    min-height: 164px;
    padding: 20px 20px 18px;
    border-radius: 22px;
  }

  .guide-card h3 {
    font-size: 15px;
    line-height: 1.08;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
    text-wrap: balance;
    max-width: 92%;
  }

  .guide-card p {
    font-size: 13px;
    line-height: 1.4;
    max-width: 94%;
  }

  .guide-arrow {
    font-size: 22px;
    margin-top: 18px;
  }

  .contact-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 16px;
  }

  .contact-card {
    min-height: 74px;
    padding: 12px 12px 10px;
    border-radius: 16px;
  }

  .contact-label {
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .contact-card strong {
    font-size: 14px;
    line-height: 1.1;
  }

  .contact-arrow {
    font-size: 16px;
    margin-top: 6px;
  }

  .guide-section {
    padding: 20px 18px;
    border-radius: 22px;
    margin-bottom: 16px;
  }

  .guide-section p,
  .guide-section li {
    font-size: 17px;
    line-height: 1.65;
  }

  .restaurant-card {
    padding: 16px 16px 14px;
    border-radius: 18px;
  }

  .restaurant-card h3 {
    font-size: 18px;
  }

  .button-link {
    width: 100%;
    justify-content: center;
  }

  .gallery-photo {
    border-radius: 18px;
  }

  .photo-caption {
    font-size: 14px;
    line-height: 1.45;
  }

  .code-panel {
    padding: 18px 16px;
    border-radius: 18px;
  }

  .code-access {
    flex-direction: column;
    gap: 10px;
  }

  .code-access input,
  .code-button {
    width: 100%;
  }

  .nav-card {
    min-height: 196px;
    padding: 20px 20px 18px;
    border-radius: 22px;
  }

  .nav-title {
    font-size: 18px;
    line-height: 1.02;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
    max-width: 90%;
  }

  .nav-subtitle {
    font-size: 13px;
    line-height: 1.32;
    max-width: 88%;
  }

  .nav-arrow {
     font-size: 19px;
     margin-top: auto;
  }

  .home-signoff {
    margin-top: 38px;
    font-size: 14px;
    line-height: 1.38;
    text-align: center;
    color: #1f1f1f;
    font-style: italic;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-wrap: balance;
  }

  .nav-grid .nav-card:nth-child(1),
  .nav-grid .nav-card:nth-child(2) {
    min-height: 180px;
  }

  .nav-grid .nav-card:nth-child(1) .nav-title,
  .nav-grid .nav-card:nth-child(2) .nav-title {
    font-size: 15px;
    line-height: 1.05;
    max-width: 84%;
  }

  .nav-grid .nav-card:nth-child(1) .nav-subtitle,
  .nav-grid .nav-card:nth-child(2) .nav-subtitle {
    max-width: 88%;
  }
}
