﻿@font-face {
  font-family: "Kenao Sans Serif";
  src: url("fonts/Kenao.otf") format("opentype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #14201d;
  --muted: #60736d;
  --paper: #edf2ee;
  --ivory: #fbfcf8;
  --gold: #dce6dd;
  --gold-dark: #4f6963;
  --leaf: #4f6963;
  --wine: #2f4741;
  --line: rgba(20, 32, 29, 0.13);
  --shadow: 0 24px 80px rgba(20, 32, 29, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 54px);
  color: var(--ivory);
  background: linear-gradient(180deg, rgba(20, 32, 29, 0.86), rgba(20, 32, 29, 0));
  font-family: "Kenao Sans Serif", "Segoe UI", Arial, sans-serif;
}

.brand,
.main-nav,
.hero-actions,
.feature-list,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 14px;
}

.brand span:last-child {
  display: grid;
  gap: 2px;
}

.brand strong {
  color: var(--ivory);
  font-family: "Kenao Sans Serif", "Segoe UI", Arial, sans-serif;
  font-size: 1.42rem;
  font-weight: 600;
  line-height: 1;
}

.brand small {
  display: block;
  color: rgba(255, 250, 241, 0.76);
  font-family: "Kenao Sans Serif", "Segoe UI", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
}

.brand-logo {
  width: 68px;
  height: 68px;
  border: 0;
  border-radius: 16px;
  object-fit: contain;
  object-position: center;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}


.main-nav {
  justify-self: center;
  gap: 22px;
  font-size: 0.9rem;
}

.header-action {
  justify-self: end;
  padding: 10px 16px;
  border: 1px solid rgba(255, 250, 241, 0.5);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.08);
}

.language-switcher {
  display: inline-flex;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 241, 0.44);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.08);
}

.language-option {
  min-height: 38px;
  border: 0;
  padding: 8px 11px;
  color: rgba(255, 250, 241, 0.72);
  background: transparent;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
}

.language-option + .language-option {
  border-left: 1px solid rgba(255, 250, 241, 0.26);
}

.language-option.is-active {
  color: var(--leaf);
  background: var(--ivory);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  padding: 132px clamp(18px, 5vw, 72px) 58px;
  overflow: hidden;
  color: var(--ivory);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/optimized/FOTO_MARIAGE_POUR IMAGE 1 SITE.webp");
  background-position: center;
  background-size: cover;
  transform: scale(1.03);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(20, 32, 29, 0.9), rgba(79, 105, 99, 0.42), rgba(20, 32, 29, 0.64)),
    linear-gradient(0deg, rgba(20, 32, 29, 0.76), rgba(20, 32, 29, 0.1));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
}

.hero-logo {
  width: clamp(118px, 15vw, 188px);
  height: auto;
  margin-bottom: 24px;
  border: 0;
  border-radius: 18px;
  opacity: 0.42;
  object-fit: contain;
  box-shadow: none;
  mix-blend-mode: screen;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-family: "Kenao Sans Serif", "Segoe UI", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.05;
}

h1 {
  max-width: 740px;
  margin-bottom: 22px;
  font-size: clamp(3.2rem, 7vw, 6.7rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4rem);
}

h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 30px;
  color: rgba(255, 250, 241, 0.84);
  font-size: clamp(1rem, 2vw, 1.22rem);
}

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

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.button.primary {
  color: var(--leaf);
  background: var(--ivory);
}

.button.secondary {
  color: var(--ivory);
  border-color: rgba(255, 250, 241, 0.44);
  background: rgba(255, 250, 241, 0.08);
}

.hero-details {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  margin: 28px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 250, 241, 0.22);
}

.hero-details div {
  min-width: 150px;
}

.hero-details dt {
  color: var(--ivory);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-details dd {
  margin: 4px 0 0;
  color: rgba(255, 250, 241, 0.68);
  font-size: 0.95rem;
}

.section-band,
.gallery,
.spaces {
  padding: clamp(58px, 7vw, 92px) clamp(18px, 5vw, 72px);
}

.intro,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: clamp(28px, 5vw, 64px);
  background: var(--ivory);
}

.intro p:last-child,
.contact-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}

.spaces {
  display: grid;
  gap: clamp(24px, 3.2vw, 38px);
}

.space-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--ivory);
  box-shadow: var(--shadow);
}

.space-feature.quincho {
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
}

.space-image {
  min-height: 360px;
  background-position: center;
  background-size: cover;
}

.grand .space-image {
  background-image: url("assets/optimized/KEREME_FOTO 1.webp");
}

.quincho .space-image {
  background-image: url("assets/optimized/Quincho Foto 1.webp");
}

.space-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 5vw, 62px);
}

.space-copy p {
  color: var(--muted);
}

.feature-list {
  align-items: stretch;
  flex-direction: column;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.experience {
  background: var(--leaf);
  color: var(--ivory);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-grid article {
  min-height: 230px;
  padding: 28px;
  border: 1px solid rgba(255, 250, 241, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.06);
}

.service-grid span {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 2rem;
}

.service-grid p {
  color: rgba(255, 250, 241, 0.72);
}

.intro .eyebrow,
.spaces .eyebrow,
.event-types .eyebrow,
.gallery .eyebrow,
.contact .eyebrow {
  color: var(--gold-dark);
}

.event-types {
  background: linear-gradient(180deg, var(--paper), #f8faf6);
}

.event-types .section-heading p:last-child {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.event-grid article {
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(79, 105, 99, 0.18);
  border-radius: var(--radius);
  background: rgba(251, 252, 248, 0.92);
  box-shadow: 0 18px 54px rgba(20, 32, 29, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.event-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(79, 105, 99, 0.34);
  box-shadow: 0 24px 64px rgba(20, 32, 29, 0.13);
}

.event-card-link {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.event-image {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.event-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}
.event-grid span {
  display: inline-flex;
  min-width: 54px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border: 1px solid rgba(79, 105, 99, 0.24);
  border-radius: 999px;
  color: var(--leaf);
  background: rgba(79, 105, 99, 0.09);
  font-size: 0.78rem;
  font-weight: 800;
}

.event-grid h3 {
  color: var(--ink);
  font-family: "Kenao Sans Serif", "Segoe UI", Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.event-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.event-more {
  display: inline-flex;
  margin-top: auto;
  padding-top: 18px;
  color: var(--leaf);
  font-size: 0.86rem;
  font-weight: 800;
}

.event-page {
  background: var(--paper);
}

.compact-header {
  background: linear-gradient(180deg, rgba(20, 32, 29, 0.94), rgba(20, 32, 29, 0.72));
}

.event-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  min-height: 760px;
  padding-top: 90px;
  background: var(--leaf);
  color: var(--ivory);
}

.event-page-hero img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.event-page-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 72px);
}

.event-page-copy h1 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 6vw, 5.8rem);
}

.event-page-copy p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 250, 241, 0.78);
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.back-link {
  align-self: flex-start;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(251, 252, 248, 0.46);
  color: rgba(251, 252, 248, 0.82);
  font-weight: 800;
}

.event-page-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  background: var(--ivory);
}

.event-page-detail p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.gallery {
  background: var(--paper);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  border-radius: var(--radius);
}

.contact {
  align-items: start;
}

.contact-copy {
  display: grid;
  align-content: start;
  gap: 18px;
}

.contact-copy h2,
.contact-copy p {
  margin-bottom: 0;
}

.contact-copy .eyebrow {
  margin-bottom: 0;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf8;
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(24, 22, 21, 0.18);
  border-radius: 6px;
  padding: 12px 13px;
  color: var(--ink);
  background: white;
  font: inherit;
}

textarea {
  resize: vertical;
}

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

.site-footer {
  justify-content: space-between;
  gap: 16px;
  padding: 26px clamp(18px, 5vw, 72px);
  color: rgba(255, 250, 241, 0.72);
  background: #14201d;
  font-family: "Kenao Sans Serif", "Segoe UI", Arial, sans-serif;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 44%;
}

.site-footer p {
  margin: 0;
}

.footer-icon-link {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border: 1px solid rgba(255, 250, 241, 0.18);
  border-radius: 50%;
  color: rgba(255, 250, 241, 0.9);
  background: rgba(255, 250, 241, 0.06);
}

.footer-icon-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.footer-icon-link:hover {
  border-color: rgba(255, 250, 241, 0.38);
  background: rgba(255, 250, 241, 0.12);
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 12px;
    padding-bottom: 12px;
    background: linear-gradient(180deg, rgba(20, 32, 29, 0.96), rgba(20, 32, 29, 0.7));
  }

  .main-nav {
    display: grid;
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: 100%;
    justify-self: stretch;
    gap: 8px;
    overflow: visible;
    padding: 0;
    font-size: 0.78rem;
  }

  .main-nav a {
    display: inline-flex;
    width: 100%;
    min-width: 0;
    height: 34px;
    align-items: center;
    justify-content: center;
    padding: 7px 8px;
    border: 1px solid rgba(255, 250, 241, 0.24);
    border-radius: 999px;
    background: rgba(255, 250, 241, 0.08);
    line-height: 1.08;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .main-nav a[href="#contacto"],
  .main-nav a[href="index.html#contacto"] {
    border-color: rgba(255, 250, 241, 0.48);
    background: rgba(255, 250, 241, 0.18);
    color: var(--ivory);
  }

  .hero {
    min-height: 820px;
    padding-top: 170px;
  }


  .intro,
  .contact,
  .event-page-hero,
  .event-page-detail,
  .space-feature,
  .space-feature.quincho,
  .service-grid,
  .event-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .quincho .space-image {
    order: -1;
  }

  .gallery-grid img {
    aspect-ratio: 4 / 3;
  }

  .header-action {
    display: none;
  }

  .language-switcher {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    max-width: 100%;
  }

  .space-feature,
  .space-feature.quincho {
    min-height: 0;
  }

  .event-page-hero {
    min-height: 0;
    padding-top: 138px;
  }

  .event-page-hero img {
    min-height: 0;
    height: clamp(280px, 54vw, 440px);
    order: -1;
  }

  .event-page-copy {
    padding: 34px clamp(18px, 5vw, 44px) 42px;
  }

  .contact-copy,
  .contact-form {
    min-width: 0;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 12px 14px;
  }

  .brand strong {
    font-size: 1.24rem;
  }

  .brand small {
    font-size: 0.74rem;
  }

  .main-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-inline: 0;
    gap: 7px;
    font-size: 0.74rem;
  }

  .main-nav a {
    height: 32px;
    padding: 6px 7px;
  }

  .language-option {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 0.74rem;
  }

  .brand-logo {
    width: 54px;
    height: 54px;
  }

  .hero {
    min-height: auto;
    padding: 206px 18px 38px;
  }

  .hero-media {
    background-position: 58% center;
  }

  .hero-logo {
    width: 96px;
    height: auto;
    margin-bottom: 18px;
  }

  h1 {
    font-size: clamp(2.35rem, 14vw, 3rem);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(1.85rem, 10vw, 2.45rem);
  }

  .hero-copy {
    margin-bottom: 22px;
    font-size: 1rem;
  }

  .hero-actions,
  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .contact-actions .button,
  .text-link {
    width: 100%;
  }

  .hero-details {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 22px;
    padding-top: 18px;
  }

  .hero-details div {
    min-width: 0;
  }

  .section-band,
  .gallery,
  .spaces {
    padding-inline: 18px;
  }

  .space-image {
    min-height: 260px;
  }

  .space-copy,
  .event-content {
    padding: 22px;
  }

  .service-grid article {
    min-height: 0;
    padding: 22px;
  }

  .event-grid article {
    min-height: 0;
  }

  .event-image {
    height: 210px;
  }

  .event-page-hero {
    padding-top: 184px;
  }

  .event-page-hero img {
    height: 270px;
  }

  .event-page-copy h1 {
    font-size: clamp(2.25rem, 13vw, 3rem);
  }

  .back-link {
    margin-bottom: 22px;
  }

  .contact-form {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    overflow-wrap: anywhere;
  }

  .footer-brand {
    align-items: flex-start;
  }
}

@media (max-width: 380px) {
  .brand {
    gap: 10px;
  }

  .brand strong {
    font-size: 1.1rem;
  }

  .brand small {
    font-size: 0.68rem;
  }

  .main-nav a {
    padding: 6px 5px;
    font-size: 0.68rem;
  }

  .hero {
    padding-top: 198px;
  }

  .hero-logo {
    width: 84px;
    height: auto;
  }
}
.outdoor .space-image {
  background-image: url(assets/optimized/AireLibre.webp);
}
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.contact-actions .button.secondary {
  color: var(--leaf);
  border-color: rgba(79, 105, 99, 0.32);
  background: rgba(79, 105, 99, 0.06);
}

.text-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  border-bottom: 1px solid rgba(79, 105, 99, 0.42);
  color: var(--leaf);
  font-weight: 800;
}

.site-footer a {
  color: rgba(255, 250, 241, 0.84);
}
/* Section rhythm and contact alignment */
.intro.section-band {
  padding-top: clamp(58px, 7vw, 92px);
  padding-bottom: clamp(30px, 4vw, 46px);
}

.spaces {
  padding-top: clamp(30px, 4vw, 46px);
  padding-bottom: clamp(30px, 4vw, 46px);
}

.event-types.section-band {
  padding-top: clamp(30px, 4vw, 46px);
}

.contact.section-band {
  gap: clamp(32px, 4.5vw, 58px);
}

.contact-copy {
  gap: 20px;
}

.contact-info {
  display: grid;
  gap: 0;
  margin-top: 2px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-info p {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 14px 0;
}

.contact-info p + p {
  border-top: 1px solid var(--line);
}

.contact-info strong {
  color: var(--ink);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.contact-info span {
  color: var(--muted);
}

.contact-actions {
  margin-top: 4px;
}

.contact-form {
  gap: 18px 18px;
  padding: clamp(24px, 3vw, 34px);
}

@media (max-width: 920px) {
  .intro.section-band,
  .spaces,
  .event-types.section-band {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .contact-form {
    padding: clamp(22px, 3vw, 30px);
  }
}
.contact .button.primary {
  color: var(--ivory);
  background: var(--leaf);
}

@media (max-width: 620px) {
  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-actions .button,
  .text-link {
    width: 100%;
  }

  .contact-form {
    grid-template-columns: 1fr;
    padding: 18px;
  }
}



