@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Open+Sans:wght@300;400;500;600;700&display=swap");

:root {
  --ink: #141618;
  --forest: #141618;
  --forest-soft: #202224;
  --ivory: #f5f3ef;
  --paper: #ffffff;
  --sage: #e4dcd3;
  --stone: #d6d6d6;
  --clay: #ab9580;
  --gold: #fbbc04;
  --line: rgba(20, 22, 24, 0.16);
  --serif: "Libre Baskerville", Baskerville, Georgia, serif;
  --sans: "Open Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 1rem; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body, button, input, textarea, select { -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(100% - 40px, 1180px); margin-inline: auto; }
.section { padding: 84px 0; }
.section-dark { background: var(--forest); color: white; }
.eyebrow { margin: 0 0 14px; color: var(--clay); font-size: .72rem; font-weight: 750; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-light { color: #e4dcd3; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
h1 { margin-bottom: 20px; font-size: clamp(2.8rem, 11.5vw, 5.35rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.45rem, 10vw, 4.6rem); }
h3 { font-size: 1.7rem; }
.lead { font-size: 1.08rem; line-height: 1.72; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 24px 20px; color: white; }
.brand { display: block; line-height: 1; }
.brand img { width: 118px; height: auto; filter: drop-shadow(0 2px 9px rgba(0,0,0,.55)); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-actions > .button { display: none; }
.header-phone { display: flex; min-height: 44px; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; background: rgba(12,20,16,.58); padding: 7px 13px; color: white; box-shadow: 0 8px 24px rgba(0,0,0,.18); backdrop-filter: blur(10px); transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.header-phone:hover { border-color: rgba(255,255,255,.7); background: rgba(12,20,16,.72); transform: translateY(-1px); }
.header-phone svg { width: 16px; height: 16px; flex: 0 0 auto; }
.header-phone span { display: flex; flex-direction: column; }
.header-phone small { display: none; color: rgba(255,255,255,.68); font-size: .55rem; font-weight: 650; letter-spacing: .1em; line-height: 1; text-transform: uppercase; }
.header-phone strong { font-size: .9rem; font-weight: 800; letter-spacing: .025em; line-height: 1.15; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; border: 1px solid transparent; padding: 0 23px; cursor: pointer; font-size: .78rem; font-weight: 800; letter-spacing: .075em; line-height: 1.2; text-align: center; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid #edc985; outline-offset: 3px; }
.button-primary { background: var(--clay); color: white; }
.button-primary:hover { background: #8e7762; }
.button-ghost { border-color: rgba(255,255,255,.62); color: white; }
.button-ghost:hover { background: white; color: var(--ink); }
.button-light { background: rgba(255,255,255,.94); color: var(--forest); }
.button-small { min-height: 44px; padding-inline: 15px; font-size: .66rem; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: flex-end; color: white; }
.variant-media { position: absolute; z-index: 0; inset: 0; overflow: hidden; }
.variant-media-track { display: flex; width: 100%; height: 100%; transition: transform .85s cubic-bezier(.22,.61,.36,1); }
.variant-media-track img { width: 100%; height: 100%; flex: 0 0 100%; object-fit: cover; }
.variant-media-hero .variant-media-track img { object-position: center center; }
.hero-shade { position: absolute; z-index: 1; inset: 0; height: 100%; background: linear-gradient(180deg, rgba(8,12,11,.64) 0%, rgba(8,12,11,.25) 34%, rgba(8,14,12,.88) 100%); pointer-events: none; }
.hero-content { position: relative; z-index: 2; padding-top: 150px; padding-bottom: 74px; }
.hero-buttons .button { position: relative; z-index: 1; }
.hero-content h1 { max-width: 780px; text-wrap: balance; }
.landing-pareja-etiqueta .hero-content > .eyebrow { display: inline-block; width: fit-content; margin-bottom: 18px; border: 1px solid rgba(255,255,255,.24); border-radius: 3px; background: rgba(18,35,27,.82); padding: 8px 12px; box-shadow: 0 8px 24px rgba(0,0,0,.14); backdrop-filter: blur(8px); }
.hero-copy { max-width: 680px; margin-bottom: 27px; color: rgba(255,255,255,.91); font-size: 1.04rem; line-height: 1.55; }
.hero-buttons { display: flex; flex-direction: column; gap: 11px; }
.hero-reassurance { display: block; width: fit-content; max-width: 620px; margin: 16px 0 0; color: rgba(255,255,255,.82); font-size: .72rem; }
.slider-controls { position: absolute; z-index: 4; top: 102px; right: 20px; display: flex; overflow: hidden; border: 1px solid rgba(255,255,255,.38); background: rgba(10,16,13,.7); backdrop-filter: blur(10px); }
.slider-controls button { min-height: 44px; border: 0; border-right: 1px solid rgba(255,255,255,.2); background: transparent; color: rgba(255,255,255,.72); padding: 0 10px; cursor: pointer; font-size: .58rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.slider-controls button:last-child { border-right: 0; }
.slider-controls button.is-active { background: rgba(255,255,255,.94); color: var(--ink); }
.scroll-hint { position: absolute; z-index: 3; right: 20px; bottom: 29px; display: none; width: 28px; height: 42px; align-items: flex-start; justify-content: center; border: 1px solid rgba(255,255,255,.5); border-radius: 20px; padding-top: 8px; }
.scroll-hint span { width: 2px; height: 9px; background: white; }

.facts { background: var(--forest); color: white; }
.facts-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.facts-grid div { min-height: 98px; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid rgba(255,255,255,.12); padding: 18px 14px; }
.facts-grid div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.12); padding-left: 0; }
.facts-grid div:nth-child(even) { padding-right: 0; padding-left: 20px; }
.facts-grid strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.facts-grid span { color: rgba(255,255,255,.58); font-size: .68rem; letter-spacing: .045em; }

.availability { background: var(--paper); }
.availability-grid { display: grid; gap: 42px; }
.availability-copy h2 { max-width: 600px; }
.availability-copy .lead { max-width: 600px; color: #4f5d56; }
.visit-points { margin: 29px 0; border-top: 1px solid var(--line); }
.visit-points p { display: flex; align-items: center; gap: 14px; margin: 0; border-bottom: 1px solid var(--line); padding: 13px 0; font-size: .88rem; }
.visit-points span { color: var(--clay); font-size: .68rem; font-weight: 800; }
.whatsapp-link, .text-link { display: inline-flex; align-items: center; gap: 13px; border-bottom: 1px solid currentColor; padding-bottom: 3px; color: var(--forest); font-size: .82rem; font-weight: 750; }
.text-link-light { color: white; }

.lead-form { background: var(--forest); color: white; padding: 28px 22px; scroll-margin-top: 18px; box-shadow: 0 24px 60px rgba(20,37,29,.16); }
.form-heading { display: flex; flex-direction: column; margin-bottom: 23px; border-bottom: 1px solid rgba(255,255,255,.14); padding-bottom: 21px; }
.form-heading span { margin-bottom: 5px; color: #d9c49f; font-size: .68rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.form-heading strong { font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1; }
.form-heading p { margin: 12px 0 0; color: rgba(255,255,255,.62); font-size: .74rem; line-height: 1.55; }
.lead-form label { display: block; margin-bottom: 14px; }
.lead-form label > span { display: flex; justify-content: space-between; margin-bottom: 7px; color: rgba(255,255,255,.74); font-size: .72rem; font-weight: 700; letter-spacing: .03em; }
.lead-form small { color: rgba(255,255,255,.43); font-weight: 500; }
.lead-form input:not([type="checkbox"]), .lead-form textarea, .lead-form select { width: 100%; min-height: 52px; border: 1px solid rgba(255,255,255,.22); border-radius: 0; background: rgba(255,255,255,.045); color: white; padding: 12px 13px; outline: none; }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: rgba(255,255,255,.38); }
.lead-form textarea { min-height: 84px; resize: vertical; }
.lead-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #ddd 50%), linear-gradient(135deg, #ddd 50%, transparent 50%); background-position: calc(100% - 16px) 22px, calc(100% - 11px) 22px; background-repeat: no-repeat; background-size: 5px 5px; }
.lead-form select option { color: var(--ink); }
.form-optional { margin: -2px 0 17px; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.form-optional summary { min-height: 48px; display: flex; align-items: center; cursor: pointer; color: rgba(255,255,255,.74); font-size: .7rem; font-weight: 700; list-style: none; }
.form-optional summary small { margin-left: 6px; }
.form-optional summary::-webkit-details-marker { display: none; }
.form-optional summary::after { content: "+"; margin-left: auto; color: var(--clay); font-size: 1.1rem; font-weight: 400; }
.form-optional[open] summary::after { content: "−"; }
.form-optional-content { padding-top: 14px; }
.privacy-check { display: grid !important; grid-template-columns: 20px 1fr; gap: 10px; align-items: flex-start; }
.privacy-check input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--clay); }
.privacy-check > span { display: block !important; margin: 0 !important; font-size: .67rem !important; font-weight: 400 !important; line-height: 1.55; }
.privacy-check a { text-decoration: underline; text-underline-offset: 2px; }
.form-submit { width: 100%; }
.form-submit:disabled { cursor: wait; opacity: .72; }
.form-support { margin: 10px 0 0; color: rgba(255,255,255,.47); font-size: .64rem; text-align: center; }
.form-status p { margin: 12px 0 0; padding: 10px; font-size: .7rem; line-height: 1.45; text-align: center; }
.status-success { background: #3c694e; }
.status-error { background: #7a3c33; }
.status-preview { background: rgba(255,255,255,.1); }

.story { background: var(--ivory); }
.section-heading { max-width: 760px; margin-bottom: 34px; text-align: center; }
.section-heading p:last-child { max-width: 640px; margin-inline: auto; color: #59665f; }
.journey-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.journey-card { position: relative; overflow: hidden; margin: 0; aspect-ratio: .78; background: var(--forest); }
.journey-card img { height: 100%; object-fit: cover; transition: transform .55s ease; }
.journey-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(9,17,13,.8)); }
.journey-card figcaption { position: absolute; z-index: 2; right: 13px; bottom: 14px; left: 13px; display: flex; flex-direction: column; color: white; }
.journey-card figcaption span { font-size: .58rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.journey-card figcaption strong { font-family: var(--serif); font-size: 1.28rem; font-weight: 400; line-height: 1.05; }
.journey-card:hover img { transform: scale(1.025); }
.journey-card-1 img { object-position: 43% center; }
.journey-card-2 img { object-position: center 58%; }
.journey-card-3 img { object-position: center center; }
.journey-card-4 img { object-position: 45% center; }

.plan-b { display: grid; }
.plan-b-media { min-height: 420px; }
.plan-b-media img { height: 100%; min-height: 420px; object-fit: cover; object-position: center 55%; }
.plan-b-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 66px 20px 74px; }
.plan-b-copy h2 { max-width: 670px; }
.plan-b-copy p:not(.eyebrow) { max-width: 590px; color: rgba(255,255,255,.7); }
.plan-b-copy .text-link { margin-top: 11px; }

.heritage { background: var(--paper); }
.heritage-grid { display: grid; gap: 42px; }
.heritage-copy .lead { color: #536058; }
.simple-list { margin: 28px 0 0; padding: 0; list-style: none; }
.simple-list li { border-top: 1px solid var(--line); padding: 13px 0; font-size: .82rem; }
.simple-list li:last-child { border-bottom: 1px solid var(--line); }
.heritage-image img { aspect-ratio: .84; object-fit: cover; }
.heritage-image p { margin: 9px 0 0; color: #7b827d; font-size: .62rem; letter-spacing: .04em; }

.gastronomy { background: #e4dfd3; }
.gastronomy-grid { display: grid; gap: 36px; }
.gastronomy-image img { aspect-ratio: 1.05; object-fit: cover; }
.gastronomy-copy { align-self: center; }
.gastronomy-copy p:not(.eyebrow) { color: #4d5b54; }
.gastronomy-copy blockquote { margin: 27px 0 0; border-left: 1px solid var(--clay); padding: 5px 0 5px 20px; font-family: var(--serif); font-size: 1.25rem; font-style: italic; }

.reviews { background: var(--ivory); }
.reviews-heading { display: grid; gap: 28px; margin-bottom: 34px; }
.reviews-heading h2 { margin-bottom: 0; }
.rating { display: flex; align-items: center; gap: 13px; }
.rating:hover small { color: var(--ink); }
.rating > strong { font-family: var(--serif); font-size: 3.3rem; font-weight: 400; line-height: 1; }
.rating div { display: flex; flex-direction: column; }
.rating div span { color: #927044; font-weight: 750; letter-spacing: .04em; }
.rating small { color: #727a75; font-size: .66rem; }
.review-grid { display: grid; gap: 10px; }
.review-card { display: flex; min-height: 270px; flex-direction: column; justify-content: space-between; background: var(--paper); border: 1px solid var(--line); padding: 27px 23px; }
.review-score { color: #927044; font-size: .72rem; letter-spacing: .07em; }
.review-card p { margin: 18px 0 30px; font-family: var(--serif); font-size: 1.25rem; line-height: 1.42; }
.review-card footer { display: flex; flex-direction: column; font-size: .72rem; font-weight: 750; }
.review-card footer span { color: #92968f; font-size: .58rem; font-weight: 500; }
.review-featured { background: var(--forest); color: white; }
.review-featured .review-score { color: #d9c49f; }
.review-featured footer span { color: rgba(255,255,255,.52); }
.review-source { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 20px; }
.review-source p { margin: 0; color: #777f7a; font-size: .65rem; }

.steps { background: var(--paper); }
.section-heading-left { margin-inline: auto; text-align: center; }
.steps-grid { display: grid; border-top: 1px solid var(--line); }
.steps-grid article { border-bottom: 1px solid var(--line); padding: 27px 0; }
.steps-grid article > span { color: var(--clay); font-size: .67rem; font-weight: 800; }
.steps-grid h3 { margin: 14px 0 10px; }
.steps-grid p { margin-bottom: 0; color: #5e6963; font-size: .86rem; }

.faq { background: var(--ivory); }
.faq-grid { display: grid; gap: 42px; }
.faq-intro > p:not(.eyebrow) { color: #616b65; }
.faq-intro .text-link { margin-top: 8px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 1fr 24px; gap: 14px; align-items: center; cursor: pointer; padding: 20px 0; font-family: var(--serif); font-size: 1.18rem; line-height: 1.25; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: var(--sans); font-size: 1.4rem; font-weight: 300; text-align: center; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 35px 22px 0; color: #5b6760; font-size: .86rem; }

.final-cta { position: relative; min-height: 610px; display: flex; align-items: flex-end; overflow: hidden; color: white; }
.final-cta > .variant-media, .final-cta-shade { position: absolute; inset: 0; height: 100%; }
.variant-media-final .variant-media-track img { object-position: center center; }
.final-cta-shade { z-index: 1; background: linear-gradient(180deg, rgba(13,25,19,.08), rgba(13,25,19,.88)); pointer-events: none; }
.final-cta-content { position: relative; z-index: 2; padding-bottom: 76px; }
.final-cta-content h2 { max-width: 740px; }
.final-cta-content > p:not(.eyebrow) { color: rgba(255,255,255,.8); }

.footer { background: #12231b; color: rgba(255,255,255,.7); padding: 52px 0; }
.footer-grid { display: grid; gap: 28px; }
.footer-brand { display: flex; align-items: flex-start; color: white; }
.footer-brand img { width: 104px; height: auto; }
.footer p, .footer a { display: block; margin: 0 0 4px; font-size: .72rem; }
.footer a:hover { color: white; }
.footer-address { width: fit-content; }
.footer-legal { display: flex; gap: 16px; }
.footer-extras { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 34px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 28px; }
.footer .bodas-badge { margin: 0; }
.bodas-badge img { width: 94px; height: auto; }
.footer-contact-icons { display: flex; flex-wrap: wrap; gap: 9px; justify-content: flex-end; }
.footer .footer-contact-icons a { display: flex; width: 46px; height: 46px; align-items: center; justify-content: center; margin: 0; border: 1px solid rgba(255,255,255,.2); color: white; transition: border-color .2s ease, background .2s ease; }
.footer .footer-contact-icons a:hover { border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.08); }
.footer-contact-icons svg { width: 19px; height: 19px; }

@media (max-width: 699px) {
  .variant-media-hero[data-landing-variant="pareja"] .variant-media-track img,
  .variant-media-hero[data-landing-variant="pareja-etiqueta"] .variant-media-track img { object-position: 53% center; }
  .heritage-image, .gastronomy-image { width: 100vw; max-width: 100vw; margin-inline: calc(50% - 50vw); }
  .heritage-image img, .gastronomy-image img { width: 100%; height: clamp(420px, 112vw, 480px); min-height: 0; aspect-ratio: auto; object-fit: cover; }
  .heritage-image img { object-position: center center; }
  .gastronomy-image img { object-position: center 52%; }
  .heritage-image p { padding-inline: 20px; }
}

@media (min-width: 700px) {
  .container { width: min(100% - 72px, 1180px); }
  .section { padding: 112px 0; }
  .site-header { padding: 29px 36px; }
  .header-actions { gap: 16px; }
  .header-actions > .button { display: inline-flex; }
  .header-phone { min-height: 48px; padding: 7px 13px; }
  .header-phone svg { width: 18px; height: 18px; }
  .header-phone small { display: block; }
  .header-phone strong { font-size: 1.02rem; }
  .hero-content { padding-bottom: 90px; }
  .hero-content > .eyebrow { font-size: .9rem; }
  .hero-content .hero-reassurance { font-size: .82rem; }
  .landing-cenador-fuentes-etiqueta .hero-content > .eyebrow { display: inline-block; width: fit-content; margin-bottom: 18px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; background: rgba(18,35,27,.82); padding: 8px 12px; box-shadow: 0 8px 24px rgba(0,0,0,.14); backdrop-filter: blur(8px); }
  .hero-buttons { flex-direction: row; }
  .hero-buttons .button { min-width: 220px; }
  .scroll-hint { display: flex; right: 36px; }
  .slider-controls { top: auto; right: 36px; bottom: 30px; }
  .facts-grid { grid-template-columns: repeat(4, 1fr); }
  .facts-grid div { min-height: 115px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 0; padding: 20px 30px !important; }
  .facts-grid div:first-child { padding-left: 0 !important; }
  .facts-grid div:last-child { border-right: 0; }
  .facts-grid strong { font-size: 1.65rem; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
  .journey-grid { gap: 14px; }
  .journey-card figcaption { right: 22px; bottom: 22px; left: 22px; }
  .journey-card figcaption strong { font-size: 1.8rem; }
  .review-grid { grid-template-columns: repeat(2, 1fr); }
  .review-featured { grid-column: 1 / -1; }
  .review-source { flex-direction: row; align-items: center; justify-content: space-between; }
  .steps-grid { grid-template-columns: repeat(3, 1fr); }
  .steps-grid article { border-right: 1px solid var(--line); border-bottom: 0; padding: 35px 34px; }
  .steps-grid article:first-child { padding-left: 0; }
  .steps-grid article:last-child { border-right: 0; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1.4fr .7fr; }
}

@media (min-width: 980px) {
  .availability-grid { grid-template-columns: minmax(0, 1.08fr) minmax(420px, .8fr); gap: 90px; align-items: center; }
  .lead-form { padding: 40px; }
  .journey-grid { grid-template-columns: 1.28fr .8fr .8fr; grid-template-rows: repeat(2, 290px); }
  .journey-card { aspect-ratio: auto; }
  .journey-card-1 { grid-row: 1 / 3; }
  .journey-card-2 { grid-column: 2 / 4; }
  .plan-b { grid-template-columns: 1.05fr .95fr; }
  .plan-b-media, .plan-b-media img { min-height: 640px; }
  .plan-b-copy { padding: 80px clamp(60px, 7vw, 120px); }
  .heritage-grid { grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: center; }
  .heritage-image img { aspect-ratio: 1.22; }
  .gastronomy-grid { grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
  .gastronomy-copy { padding: 30px 30px 30px 0; }
  .reviews-heading { grid-template-columns: 1fr auto; align-items: end; }
  .review-grid { grid-template-columns: 1.25fr 1fr 1fr; }
  .review-featured { grid-column: auto; }
  .faq-grid { grid-template-columns: .72fr 1.28fr; gap: 100px; }
  .final-cta-content { padding-bottom: 100px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
