:root {
  --cream: #f6ebd8;
  --warm-white: #fffdf7;
  --chocolate: #4a2e20;
  --cacao: #3f271c;
  --burnished-gold: #8f6f3a;
  --soft-gold: #b9955a;
  --text: #2f241d;
  --shadow: 0 10px 24px rgba(52, 34, 22, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Georgia", "Times New Roman", serif;
  color: var(--text);
  background: var(--warm-white);
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.container {
  width: min(1100px, 92vw);
  margin: 0 auto;
}

.narrow {
  width: min(760px, 92vw);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: -999px;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: var(--soft-gold);
  padding: 0.5rem 0.75rem;
}

.site-header {
  position: sticky;
  top: 0;
  background: rgba(255, 253, 247, 0.95);
  border-bottom: 1px solid rgba(74, 46, 32, 0.15);
  backdrop-filter: blur(4px);
  z-index: 50;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 64px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-logo,
.site-logo {
  width: clamp(120px, 16vw, 176px);
  max-height: 54px;
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-name {
  color: var(--cacao);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  white-space: normal;
}

.brand:hover .brand-name,
.brand:focus .brand-name {
  color: var(--burnished-gold);
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(74, 46, 32, 0.3);
  background: var(--warm-white);
  padding: 0.4rem 0.75rem;
  border-radius: 0.4rem;
}

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

.site-nav a {
  text-decoration: none;
  font-size: 0.95rem;
}

.section {
  padding: 4.5rem 0;
}

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

.hero {
  padding: 5.5rem 0;
  background: linear-gradient(150deg, #fffaf0, #f7ecd9);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  color: var(--soft-gold);
}

h1,
h2,
h3 {
  line-height: 1.2;
  color: var(--chocolate);
}

h1 {
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.button {
  display: inline-block;
  margin-top: 1rem;
  background: var(--chocolate);
  color: var(--warm-white);
  text-decoration: none;
  padding: 0.7rem 1.1rem;
  border-radius: 0.45rem;
}

.grid {
  display: grid;
  gap: 1rem;
}

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

.card {
  background: var(--warm-white);
  border: 1px solid rgba(74, 46, 32, 0.15);
  border-radius: 0.6rem;
  padding: 1rem;
  box-shadow: var(--shadow);
}

.special-list,
.contact-list {
  padding-left: 1.2rem;
}

.gallery-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.gallery-item {
  min-height: 120px;
  display: grid;
  place-items: center;
  border: 2px dashed rgba(74, 46, 32, 0.35);
  border-radius: 0.5rem;
  background: var(--warm-white);
  color: rgba(74, 46, 32, 0.75);
}

.whatsapp-fab {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  background: #2a9d55;
  color: #fff;
  text-decoration: none;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: var(--shadow);
}

.site-footer {
  padding: 1.6rem 0;
  border-top: 1px solid rgba(74, 46, 32, 0.15);
}

@media (max-width: 900px) {
  .cards-3,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .brand {
    gap: 0.45rem;
  }

  .brand-logo,
  .site-logo {
    width: clamp(86px, 28vw, 120px);
    max-height: 42px;
  }

  .brand-name {
    max-width: 11rem;
    font-size: clamp(0.76rem, 3.2vw, 0.92rem);
  }

  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    inset: 64px 0 auto 0;
    background: var(--warm-white);
    border-bottom: 1px solid rgba(74, 46, 32, 0.15);
    display: none;
  }

  .site-nav.open {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    padding: 0.75rem 4vw 1rem;
  }

}

@media (max-width: 700px) {
  .cards-3,
  .gallery-grid,
  .split {
    grid-template-columns: 1fr;
  }
}

.breadcrumb {
  background: rgba(246, 235, 216, 0.72);
  border-top: 1px solid rgba(74, 46, 32, 0.08);
  color: rgba(74, 46, 32, 0.8);
  font-size: 0.86rem;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0.38rem 0;
}

.breadcrumb li + li::before {
  content: "/";
  margin-right: 0.45rem;
  color: var(--soft-gold);
}

.breadcrumb a {
  color: var(--chocolate);
  text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  text-decoration: underline;
}

.modal-open {
  overflow: hidden;
}

.info-modal[hidden] {
  display: none;
}

.info-modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  z-index: 100;
}

.info-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(47, 36, 29, 0.58);
}

.info-modal__panel {
  position: relative;
  width: min(540px, 100%);
  background: var(--warm-white);
  border: 1px solid rgba(185, 149, 90, 0.45);
  border-radius: 0.8rem;
  box-shadow: 0 22px 60px rgba(47, 36, 29, 0.32);
  padding: clamp(1.25rem, 4vw, 2rem);
}

.info-modal__panel h2 {
  margin-top: 0;
}

.info-modal__button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.site-nav a.active {
  color: var(--soft-gold);
  font-weight: 700;
}

.site-nav a.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 0.2rem;
  background: var(--soft-gold);
}

.page-hero {
  background: linear-gradient(150deg, #fffaf0, #f7ecd9);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
}

.text-link {
  color: var(--chocolate);
  font-weight: 700;
  text-decoration-color: var(--soft-gold);
  text-underline-offset: 0.25rem;
}

.button-secondary {
  background: var(--soft-gold);
  color: var(--chocolate);
}

.prose-card,
.map-placeholder {
  background: var(--warm-white);
  border: 1px solid rgba(74, 46, 32, 0.15);
  border-radius: 0.6rem;
  padding: 1.25rem;
  box-shadow: var(--shadow);
}

.feature-list {
  display: grid;
  gap: 1rem;
  padding: 0;
  list-style: none;
}

.feature-list li {
  background: var(--warm-white);
  border: 1px solid rgba(74, 46, 32, 0.15);
  border-radius: 0.6rem;
  padding: 1rem;
  box-shadow: var(--shadow);
}

.feature-list span {
  display: block;
  margin-top: 0.25rem;
}

.map-placeholder {
  min-height: 220px;
  display: grid;
  place-items: center;
  color: rgba(74, 46, 32, 0.75);
  border-style: dashed;
}

@media (max-width: 900px) {
  .site-nav a.active::after {
    display: none;
  }
}
