:root {
  --bg: #f5f0e7;
  --surface: #fffdf8;
  --text: #1f1712;
  --muted: #6f6258;
  --line: rgba(78, 55, 38, 0.12);
  --accent: #b01919;
  --accent-dark: #7f1212;
  --radius: 24px;
  --container: 1180px;
  --font-sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  overflow-x: hidden;
  font-family: var(--font-sans);
  color: var(--text);
  font-weight: 500;
  letter-spacing: -0.01em;
  background:
    radial-gradient(circle at top left, rgba(188, 139, 44, 0.16), transparent 30%),
    linear-gradient(180deg, #f7f4ef 0%, #fffcf8 48%, #f8f4ef 100%);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button, input, textarea, select { border-radius: 16px; }

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 1000;
  padding: 10px 14px;
  background: #111;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}
.skip-link:focus { top: 14px; }

.top-strip {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  padding: 4px 24px;
  background: #22120d;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.top-strip__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-strip__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
  white-space: nowrap;
}
.top-strip__link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.top-strip__link--whatsapp { background: #25d366; }
.top-strip__link--instagram { background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4); }

.site-header {
  position: static;
  z-index: 40;
  border-bottom: 0;
}
.site-header--public,
.site-header__inner--public { background: #f7f4ef; }
.site-header__inner {
  max-width: calc(var(--container) + 48px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-header__inner--public { padding: 12px 28px; }
.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  line-height: 0;
  overflow: visible;
}
.brand--public img {
  width: auto;
  height: auto;
  max-height: 124px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}
.site-nav--public {
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 7px;
  border: 1px solid rgba(78, 55, 38, 0.08);
  border-radius: 18px;
  background: rgba(255, 252, 248, 0.82);
  box-shadow: 0 10px 26px rgba(36, 24, 19, 0.06);
  backdrop-filter: blur(10px);
}
.site-nav--public a {
  color: rgba(31, 23, 18, 0.72);
  font-size: 1.02rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  line-height: 1.2;
  text-transform: none;
  padding: 13px 18px;
  border-radius: 14px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.site-nav--public a.is-active {
  color: var(--text);
  background: rgba(78, 55, 38, 0.08);
  box-shadow: inset 0 0 0 1px rgba(78, 55, 38, 0.04);
}

.nav-toggle {
  display: none;
  margin-left: auto;
  border: 1px solid rgba(78, 55, 38, 0.18);
  background: rgba(78, 55, 38, 0.08);
  width: 46px;
  height: 46px;
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: rgba(31, 23, 18, 0.82);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
}
.button--ghost,
.button--ghost-light {
  border-color: rgba(59, 42, 34, 0.16);
}
.button--ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.86);
}
.button--ghost-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(520px, 72vh, 760px);
  overflow: clip;
  background: #261913;
}
.hero__media,
.hero__carousel-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero__media { overflow: hidden; }
.hero__carousel-image { object-fit: cover; object-position: center; }
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 4, 3, 0.78) 0%, rgba(10, 8, 7, 0.58) 34%, rgba(15, 10, 8, 0.18) 100%);
}
.hero__content {
  position: relative;
  z-index: 1;
  min-height: inherit;
  max-width: calc(var(--container) + 48px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 24px;
}
.hero__panel {
  width: min(620px, calc(100% - 24px));
  padding: 34px 34px 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0 34px 34px 0;
  background: linear-gradient(135deg, rgba(12, 9, 8, 0.88) 0%, rgba(12, 9, 8, 0.74) 72%, rgba(12, 9, 8, 0.58) 100%);
  backdrop-filter: blur(8px);
  color: #fff;
}
.hero__panel .eyebrow,
.eyebrow {
  margin: 0 0 12px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero__panel h1 {
  margin: 0 0 18px;
  color: #f5f2ee;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(3rem, 4.8vw, 4.9rem);
  letter-spacing: -0.035em;
  line-height: 0.92;
}
.hero__panel p,
.section-heading p,
.content-hero__lead {
  margin: 0;
  line-height: 1.75;
}
.hero__panel > p:not(.eyebrow) {
  margin-bottom: 22px;
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.92);
}
.hero__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.hero__dots {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}
.hero__dot {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.page-shell,
.section {
  width: min(100%, calc(var(--container) + 48px));
  margin: 0 auto;
  padding: 40px 24px;
}
.section-heading {
  margin-bottom: 28px;
}
.section-heading h1,
.section-heading h2,
.content-hero__panel h1 {
  margin: 0 0 12px;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.6vw, 3.6rem);
  line-height: 1.02;
}

.breadcrumb { margin-bottom: 22px; }
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.76rem;
  color: var(--muted);
}
.breadcrumb__item { display: flex; align-items: center; }
.breadcrumb__item + .breadcrumb__item::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-right: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin: 0 9px;
  opacity: 0.4;
}

.content-hero,
.content-hero--merged {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: center;
}
.content-hero__panel,
.content-hero__media {
  min-width: 0;
}
.content-hero__panel {
  padding: 18px 0;
}
.content-hero__media picture,
.content-hero__image {
  display: block;
  width: 100%;
}
.content-hero__image {
  border-radius: 32px;
  overflow: clip;
}
.content-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.content-hero__pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(78, 55, 38, 0.08);
}

@media (max-width: 980px) {
  .page-shell,
  .section { padding: 34px 20px; }
  .content-hero,
  .content-hero--merged {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .nav-toggle { display: inline-flex; }
  .site-nav--public {
    display: none;
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    margin-left: 0;
    padding: 12px;
    border-radius: 20px;
    background: rgba(247, 244, 239, 0.98);
    box-shadow: 0 20px 50px rgba(36, 24, 19, 0.16);
  }
  .site-nav--public.is-open { display: grid; gap: 6px; }
}

@media (max-width: 760px) {
  .top-strip {
    justify-content: center;
    padding: 8px 14px;
  }
  .top-strip__actions {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .site-header__inner--public {
    padding: 18px 20px;
  }
  .hero,
  .hero__content {
    min-height: 500px;
  }
  .hero__content {
    align-items: end;
    padding: 40px 20px 48px;
  }
  .hero__panel {
    width: 100%;
    max-width: 430px;
    padding: 22px 18px 18px;
    border-radius: 22px;
  }
  .hero__panel h1 {
    font-size: clamp(2.2rem, 7.8vw, 3rem);
  }
  .hero__actions {
    width: 100%;
    flex-direction: column;
  }
  .hero__actions .button {
    width: 100%;
  }
}
