:root {
  --bg: #f8f2eb;
  --bg-soft: #fffaf4;
  --surface: rgba(255, 252, 247, 0.78);
  --surface-strong: rgba(255, 249, 241, 0.95);
  --text: #34211e;
  --muted: #6f5d57;
  --line: rgba(122, 36, 56, 0.14);
  --brand: #7a2438;
  --brand-deep: #541523;
  --sage: #7d8f70;
  --sage-soft: #d8e4d2;
  --gold: #d9ab55;
  --shadow: 0 24px 60px rgba(65, 29, 33, 0.12);
  --radius-lg: 34px;
  --radius-md: 24px;
  --radius-sm: 18px;
  --container: min(1180px, calc(100% - 2rem));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(236, 201, 166, 0.48), transparent 34%),
    radial-gradient(circle at top right, rgba(154, 186, 144, 0.22), transparent 28%),
    linear-gradient(180deg, #fbf5ef 0%, #f5ede5 100%);
  color: var(--text);
  overflow-x: hidden;
}

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

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

button {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.page-blur {
  position: fixed;
  z-index: -1;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.72;
}

.page-blur-left {
  width: 20rem;
  height: 20rem;
  left: -5rem;
  top: 10rem;
  background: rgba(244, 170, 83, 0.18);
}

.page-blur-right {
  width: 28rem;
  height: 28rem;
  right: -8rem;
  top: 3rem;
  background: rgba(122, 36, 56, 0.12);
}

.announcement {
  padding: 0.7rem 1rem;
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bg-soft);
  background: linear-gradient(90deg, var(--brand-deep), var(--brand), #90344a);
}

.announcement p {
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.38), transparent 45%),
    linear-gradient(135deg, var(--brand), #9e4263);
  box-shadow: var(--shadow);
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  font-weight: 700;
}

.brand-copy {
  display: flex;
  flex-direction: column;
}

.brand-copy strong {
  font-size: 0.98rem;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.78rem;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.74);
  box-shadow: 0 18px 40px rgba(65, 29, 33, 0.08);
}

.primary-nav a {
  padding: 0.72rem 1rem;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: var(--brand-deep);
  background: rgba(122, 36, 56, 0.08);
  transform: translateY(-1px);
}

.primary-nav .nav-action {
  color: var(--bg-soft);
  background: linear-gradient(135deg, var(--brand), #9b4960);
}

.menu-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0.7rem;
  border: 0;
  border-radius: 1rem;
  background: rgba(255, 252, 247, 0.82);
  box-shadow: 0 14px 30px rgba(65, 29, 33, 0.08);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 0.26rem 0;
  border-radius: 999px;
  background: var(--brand-deep);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  padding: clamp(1.5rem, 4vw, 3rem) 0 clamp(2.25rem, 5vw, 4rem);
}

.hero-copy,
.hero-visual,
.service-ribbon,
.gallery-card,
.service-card,
.showcase,
.space-copy,
.space-panel,
.closing-cta {
  position: relative;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--brand);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.space-copy h2,
.closing-cta h2,
.showcase-copy h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(2.3rem, 5vw, 4.75rem);
}

.hero-text {
  max-width: 38rem;
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.7vw, 1.08rem);
  line-height: 1.7;
}

.hero-actions,
.space-actions,
.closing-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
}

.hero-actions {
  margin-top: 1.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.8rem 1.3rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--bg-soft);
  background: linear-gradient(135deg, var(--brand), #9b4960);
  box-shadow: 0 18px 36px rgba(122, 36, 56, 0.24);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 252, 247, 0.65);
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.hero-points article {
  padding: 1.2rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--radius-sm);
  background: var(--surface);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 34px rgba(65, 29, 33, 0.06);
}

.hero-points strong,
.gallery-copy h3,
.service-card h3,
.showcase-copy h3,
.panel-card strong {
  display: block;
  margin-bottom: 0.4rem;
}

.hero-points span,
.gallery-copy p,
.service-card p,
.showcase-copy p,
.space-copy p,
.panel-card span,
.closing-actions p,
.site-footer p {
  color: var(--muted);
  line-height: 1.7;
}

.visual-stage {
  position: relative;
  min-height: 36rem;
  isolation: isolate;
}

.visual-stage::before {
  content: "";
  position: absolute;
  inset: 4rem 3rem auto auto;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122, 36, 56, 0.18), transparent 65%);
  z-index: -1;
}

.floating-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 2rem;
  background: var(--surface-strong);
  box-shadow: var(--shadow);
}

.floating-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-main {
  inset: 0 auto auto 0;
  width: min(30rem, 82%);
  aspect-ratio: 0.96;
}

.card-side {
  right: 0;
  top: 2rem;
  width: min(14rem, 36%);
  aspect-ratio: 0.72;
}

.card-tall {
  left: 2rem;
  bottom: 0;
  width: min(14rem, 34%);
  aspect-ratio: 0.68;
}

.card-note {
  right: 1.25rem;
  bottom: 2.2rem;
  width: min(17rem, 42%);
  padding: 1.25rem;
}

.card-note p,
.card-note span {
  margin: 0;
  color: var(--muted);
}

.card-note strong {
  display: block;
  margin: 0.5rem 0 0.25rem;
  font-size: 1.05rem;
}

.service-ribbon,
.showcase,
.space-copy,
.space-panel,
.closing-cta {
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: var(--radius-lg);
  background: var(--surface);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 48px rgba(65, 29, 33, 0.08);
}

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

.service-ribbon p {
  margin: 0.4rem 0 0;
  font-size: 1.02rem;
  color: var(--muted);
}

.ribbon-kicker {
  color: var(--brand);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-ribbon ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.7rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-ribbon li {
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: rgba(122, 36, 56, 0.08);
  color: var(--brand-deep);
  font-size: 0.92rem;
  font-weight: 700;
}

.collections,
.services,
.space {
  padding: clamp(3rem, 6vw, 5rem) 0 0;
}

.section-heading {
  display: grid;
  gap: 0.9rem;
  max-width: 50rem;
  margin-bottom: 1.8rem;
}

.section-heading h2,
.space-copy h2,
.closing-cta h2 {
  font-size: clamp(1.9rem, 3vw, 3.15rem);
}

.section-heading p:last-child,
.space-copy p {
  margin: 0;
  font-size: 1rem;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1.5rem;
}

.filter-chip {
  padding: 0.8rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.72);
  color: var(--muted);
  font-weight: 700;
  cursor: pointer;
  transition: all 180ms ease;
}

.filter-chip:hover,
.filter-chip:focus-visible,
.filter-chip.is-active {
  color: var(--bg-soft);
  background: var(--brand);
  border-color: transparent;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
  align-items: stretch;
}

.gallery-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 1.75rem;
  background: rgba(255, 252, 247, 0.82);
  box-shadow: 0 18px 42px rgba(65, 29, 33, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(65, 29, 33, 0.12);
}

.gallery-card.is-featured {
  grid-column: auto;
}

.gallery-card.is-wide {
  grid-column: auto;
}

.gallery-card.is-tall .gallery-media {
  aspect-ratio: 1;
}

.gallery-media {
  aspect-ratio: 1;
  overflow: hidden;
}

.gallery-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.gallery-card:hover .gallery-media img {
  transform: scale(1.04);
}

.gallery-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 12.5rem;
  padding: 1rem 1rem 1.15rem;
}

.gallery-tag,
.panel-label {
  margin: 0 0 0.45rem;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gallery-copy h3,
.service-card h3,
.panel-card strong {
  font-size: 1.15rem;
}

.gallery-copy h3 {
  min-height: 2.8rem;
  margin: 0 0 0.45rem;
  line-height: 1.2;
}

.gallery-copy p:not(.gallery-tag) {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
}

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

.services-layout,
.space-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1.2rem;
  align-items: start;
}

.services-list {
  display: grid;
  gap: 1rem;
}

.service-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: var(--radius-md);
  background: rgba(255, 252, 247, 0.84);
  box-shadow: 0 16px 34px rgba(65, 29, 33, 0.06);
}

.service-index {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(122, 36, 56, 0.12);
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 800;
}

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

.showcase-video {
  overflow: hidden;
  border-radius: 1.7rem;
  background: #201516;
}

.showcase-video video {
  width: 100%;
  max-height: 40rem;
  object-fit: cover;
}

.showcase-copy h3 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  margin-bottom: 0.8rem;
}

.space-layout {
  gap: 1.4rem;
}

.space-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 1.35rem 0 1.5rem;
}

.space-details article {
  padding: 1rem;
  border-radius: 1.25rem;
  background: rgba(122, 36, 56, 0.06);
}

.space-details strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--brand-deep);
}

.space-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.panel-card {
  overflow: hidden;
  border-radius: 1.6rem;
  min-height: 14rem;
  background: rgba(255, 252, 247, 0.9);
}

.panel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.panel-highlight {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.3rem;
  background:
    radial-gradient(circle at top right, rgba(217, 171, 85, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(122, 36, 56, 0.96), rgba(109, 48, 66, 0.98));
}

.panel-highlight strong,
.panel-highlight span,
.panel-highlight .panel-label {
  color: #fff7f4;
}

.closing-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 1rem;
  align-items: center;
  margin: clamp(3rem, 6vw, 5rem) auto;
}

.site-footer {
  padding: 0 0 2rem;
}

.footer-shell {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.footer-shell p {
  margin: 0;
  font-size: 0.92rem;
}

.whatsapp-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 18;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.5rem;
  min-height: 3.5rem;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #208b52, #36b96b);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 20px 40px rgba(32, 139, 82, 0.28);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  .hero,
  .services-layout,
  .space-layout,
  .closing-cta,
  .service-ribbon {
    grid-template-columns: 1fr;
  }

  .hero-points {
    grid-template-columns: 1fr;
  }

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

  .visual-stage {
    min-height: 31rem;
  }

  .service-ribbon ul {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .menu-toggle {
    display: inline-block;
  }

  .primary-nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 1rem;
    left: 1rem;
    display: grid;
    gap: 0.35rem;
    padding: 0.8rem;
    border-radius: 1.5rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .primary-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .primary-nav a {
    padding: 0.9rem 1rem;
  }

  .header-shell {
    position: relative;
  }

  .visual-stage {
    min-height: 24rem;
  }

  .card-main {
    width: min(19rem, 72%);
  }

  .card-side {
    width: min(9rem, 34%);
  }

  .card-tall {
    left: auto;
    right: 5.5rem;
    width: min(8rem, 30%);
  }

  .card-note {
    right: 0;
    width: min(14rem, 44%);
  }

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

  .space-details,
  .space-panel {
    grid-template-columns: 1fr;
  }

  .panel-highlight {
    grid-column: span 1;
  }
}

@media (max-width: 640px) {
  .announcement {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
  }

  .header-shell {
    padding: 0.8rem 0;
  }

  .hero {
    padding-top: 1rem;
    padding-bottom: 2.25rem;
  }

  .hero h1 {
    max-width: 12ch;
    font-size: clamp(2.15rem, 10vw, 3.35rem);
  }

  .hero-text {
    font-size: 0.98rem;
  }

  .service-ribbon,
  .showcase,
  .space-copy,
  .space-panel,
  .closing-cta {
    padding: 1.2rem;
    border-radius: 1.6rem;
  }

  .space-details {
    margin-bottom: 1.1rem;
  }

  .whatsapp-float {
    min-width: 7.4rem;
    min-height: 3.15rem;
    padding-inline: 1rem;
  }
}

@media (max-height: 860px) and (min-width: 900px) {
  .hero {
    padding-top: 1.2rem;
    padding-bottom: 2.5rem;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 4vw, 4rem);
  }

  .hero-text {
    margin-top: 0.9rem;
  }

  .hero-points {
    margin-top: 1.4rem;
  }

  .visual-stage {
    min-height: 31rem;
  }
}
