/* Glamorita / Refugio orgánico — un sistema visual editorial y campestre */
:root {
  --forest: #183f32; --forest-deep: #102d24; --olive: #64704e; --ink: #233b30;
  --muted: #626c61; --paper: #faf9f5; --linen: #f0eee5; --white: #fff;
  --honey: #bb8133; --line: #d8ddd2; --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Plus Jakarta Sans", Arial, sans-serif; --page-width: 1280px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.8; }
body.modal-open { overflow: hidden; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; text-underline-offset: 5px; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: default; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--honey); outline-offset: 5px; }
::selection { background: #dce2cf; color: var(--forest-deep); }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.06; }
h1 { font-size: clamp(5rem, 7.8vw, 7.5rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2.8rem, 4.3vw, 4.25rem); letter-spacing: -.035em; }
h3 { font-size: 2rem; letter-spacing: -.02em; }
h1 em, h2 em { font-weight: 400; color: var(--olive); }
p + p { margin-top: 1rem; }
.shell { width: min(var(--page-width), calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 105px; }
.eyebrow { font-family: var(--sans); font-size: .75rem; font-weight: 600; letter-spacing: .15em; line-height: 1.6; margin-bottom: 20px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 56px; margin-bottom: 48px; }
.section-heading > p { max-width: 390px; color: var(--muted); }
.section-note { font-size: .875rem; line-height: 1.7; color: var(--muted); margin-top: 24px; }
.actions { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 54px; padding: 15px 25px; border: 1px solid var(--forest); border-radius: 3px; background: var(--forest); color: white; font-size: .875rem; font-weight: 600; line-height: 1.5; transition: background .2s, color .2s, transform .2s; }
.button:hover { background: var(--forest-deep); transform: translateY(-2px); }
.button span[aria-hidden] { font-size: 1.25rem; }
.button-small { min-height: 46px; padding: 11px 18px; }
.button-light { background: var(--paper); border-color: var(--paper); color: var(--forest); }
.button-light:hover { background: #e7ebdc; color: var(--forest); }
.text-link { display: inline-flex; align-items: center; gap: 14px; font-size: .875rem; font-weight: 600; padding-block: 8px; border-bottom: 1px solid currentColor; line-height: 1.65; }
.text-link:hover { color: var(--olive); }
.text-link span[aria-hidden] { font-size: 1.2rem; }
.file-label { font-size: .75rem; color: var(--muted); }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 20px; background: var(--forest); color: white; }
.skip-link:focus { top: 12px; }
.announcement { padding: 9px 48px; display: flex; justify-content: center; gap: 28px; background: var(--forest); color: #e5ecdf; font-size: .75rem; letter-spacing: .04em; }
.announcement a { border-left: 1px solid #607a65; padding-left: 28px; }
.announcement a:hover { text-decoration: underline; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgb(250 249 245 / 97%); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: grid; position: relative; width: max-content; text-align: center; flex-shrink: 0; padding-top: 10px; }
.brand-heart { position: absolute; width: 72px; height: 28px; left: 46px; top: -5px; fill: none; stroke: #a45650; stroke-width: 1.3; }
.brand-name { font-family: var(--serif); font-size: 2.55rem; line-height: 1; letter-spacing: -.05em; }
.brand-sub { font-size: .75rem; letter-spacing: .4em; padding-top: 3px; }
.navigation { display: flex; align-items: center; gap: 27px; }
.navigation > a:not(.button) { font-size: .875rem; padding: 10px 0; position: relative; }
.navigation > a:not(.button)::after { content: ""; position: absolute; bottom: 5px; height: 1px; left: 0; right: 100%; background: var(--forest); transition: right .2s; }
.navigation > a:hover::after, .navigation > a[aria-current="location"]::after { right: 0; }
.menu-toggle { display: none; align-items: center; gap: 10px; border: 1px solid var(--line); background: transparent; padding: 10px 14px; min-height: 44px; color: var(--forest); font-size: .875rem; }
.menu-bars { width: 18px; height: 9px; border-block: 1px solid currentColor; }
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 0 65px; padding-top: 40px; }
.hero-copy { align-self: center; padding: 36px 0; }
.hero .eyebrow { font-size: .75rem; letter-spacing: .1em; display: flex; align-items: center; gap: 12px; }
.small-rule { width: 28px; height: 1px; background: var(--honey); flex-shrink: 0; }
.hero-description { max-width: 450px; margin-top: 28px; color: var(--muted); }
.hero .actions { margin-top: 34px; gap: 22px; }
.hero .text-link { font-size: .875rem; }
.hero-footnote { display: flex; align-items: center; gap: 16px; margin-top: 55px; font-size: .875rem; color: var(--muted); }
.hero-footnote strong { font-weight: 500; color: var(--ink); }
.line-symbol { color: var(--olive); font-size: 2.8rem; font-weight: 400; line-height: 1; }
.hero-visual { position: relative; min-height: 625px; overflow: hidden; border-radius: 160px 3px 3px 3px; }
.hero-photo { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: 48% center; }
.hero-visual::after { content: ""; inset: 35% 0 0; position: absolute; background: linear-gradient(transparent, rgb(8 34 23 / 70%)); pointer-events: none; }
.photo-note { position: absolute; z-index: 1; left: 36px; bottom: 35px; color: white; }
.photo-note span { font-size: .75rem; letter-spacing: .16em; display: block; margin-bottom: 10px; }
.photo-note strong { font: 400 2rem/1.05 var(--serif); }
.hero-photo-link { position: absolute; z-index: 2; right: 30px; bottom: 35px; width: 45px; height: 45px; border: 1px solid #ffffffa0; border-radius: 50%; display: grid; place-items: center; color: white; font-size: 1.5rem; }
.hero-photo-link:hover { background: #ffffff22; }
.hero-index { grid-column: 1 / -1; display: flex; justify-content: space-between; padding: 30px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .75rem; letter-spacing: .1em; }
.hero-index a { letter-spacing: .02em; font-size: .75rem; }
.essence { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.essence-pictures { position: relative; padding-right: 100px; padding-bottom: 40px; }
.essence-main { width: 100%; height: 440px; object-fit: cover; border-radius: 3px; }
.essence-detail { position: absolute; right: 0; bottom: 80px; width: 170px; height: 230px; object-fit: cover; border: 9px solid var(--paper); }
.picture-caption { display: block; font: italic 1.3rem/1.3 var(--serif); margin-top: 20px; color: var(--olive); }
.essence-copy h2 { font-size: clamp(2.5rem, 3.6vw, 3.65rem); margin-bottom: 25px; }
.essence-copy > p:not(.eyebrow) { color: var(--muted); }
.values { display: flex; flex-wrap: wrap; gap: 6px 20px; margin: 25px 0; padding-top: 20px; border-top: 1px solid var(--line); font-size: .75rem; }
.values span::before { content: "•"; padding-right: 7px; color: var(--honey); }
.audience-section { background: var(--linen); }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; }
.audience-item { border-top: 1px solid #b6c0ac; padding-top: 25px; display: flex; align-items: start; flex-direction: column; }
.item-number { font: italic 1.4rem var(--serif); color: var(--olive); margin-bottom: 25px; }
.audience-item h3 { font-size: 2.15rem; margin-bottom: 18px; }
.audience-item p { color: var(--muted); flex: 1; }
.audience-item .text-link { margin-top: 20px; }
.experience-grid { display: grid; grid-template-columns: 1.25fr 1fr; grid-template-rows: 275px 275px; gap: 20px; }
.experience-photo { position: relative; border-radius: 3px; overflow: hidden; }
.experience-tall { grid-row: span 2; }
.experience-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.experience-photo::after { content: ""; position: absolute; inset: 15% 0 0; background: linear-gradient(transparent, rgb(8 30 20 / 80%)); pointer-events: none; }
.experience-photo figcaption { position: absolute; z-index: 1; bottom: 28px; left: 30px; right: 25px; color: white; }
.experience-photo figcaption > span { font-size: .75rem; letter-spacing: .13em; }
.experience-photo h3 { font-size: 2.4rem; margin-top: 12px; }
.experience-photo p { font-size: .875rem; margin-top: 10px; }
.day-section { background: var(--forest); color: #f2f1e5; }
.day-section h2 em, .planner-section h2 em { color: #cad3b7; }
.day-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.day-intro > p:not(.eyebrow) { color: #d0dbd0; margin: 25px 0; max-width: 380px; }
.day-intro .text-link { color: #e5e9dd; }
.day-plan { border: 1px solid #6b8072; padding: 35px 40px; }
.plan-top { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.plan-top .eyebrow { margin: 0; }
.outline-pill { padding: 4px 11px; border: 1px solid #758577; border-radius: 40px; font-size: .75rem; }
.price { display: flex; align-items: baseline; gap: 14px; margin-top: 18px; font: 500 clamp(3rem, 4.5vw, 4.7rem)/1.15 var(--serif); letter-spacing: -.04em; }
.currency { font: 400 .875rem var(--sans); letter-spacing: 0; }
.plan-description { color: #d0dbd0; font-size: .875rem; margin-top: 12px; }
.inclusions { list-style: none; margin: 22px 0 26px; padding: 20px 0 0; border-top: 1px solid #607765; }
.inclusions li { position: relative; padding-left: 24px; margin: 7px 0; font-size: .875rem; }
.inclusions li::before { content: ""; position: absolute; left: 0; color: #c6d5ad; }
.day-plan .button { width: 100%; }
.plan-note { font-size: .75rem; color: #cfdbd0; margin-top: 16px; line-height: 1.6; }
.day-itinerary { border-top: 1px solid #647969; margin-top: 65px; padding-top: 35px; display: grid; grid-template-columns: 220px 1fr; gap: 40px; }
.itinerary-label .eyebrow { margin-bottom: 12px; }
.itinerary-label > p:last-child { font-size: .875rem; color: #c9d5ca; }
.day-itinerary ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; list-style: none; padding: 0; margin: 0; }
.day-itinerary li > span { color: #c2cea9; font: italic 1.25rem var(--serif); }
.day-itinerary h3 { font-size: 1.65rem; margin: 18px 0 10px; }
.day-itinerary li > p { font-size: .875rem; color: #c9d5ca; }
.stay-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line); }
.stay-card { padding: 32px; display: flex; flex-direction: column; align-items: start; }
.stay-card + .stay-card { border-left: 1px solid var(--line); }
.stay-card h3 { font-size: 1.9rem; margin-bottom: 15px; }
.capacity { font-size: .875rem; color: var(--muted); }
.stay-price { font: 500 2.9rem/1.3 var(--serif); margin-top: 22px; }
.stay-price > span:last-child { font: 400 .75rem var(--sans); }
.stay-card > p:not(.eyebrow, .capacity, .stay-price) { font-size: .875rem; color: var(--muted); margin-block: 14px 25px; flex: 1; }
.wellness-section { padding-block: 0; background: var(--linen); }
.wellness-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.wellness-visual { position: relative; height: 670px; }
.wellness-visual img { height: 100%; width: 100%; object-fit: cover; }
.wellness-visual > span { position: absolute; bottom: 25px; left: 25px; right: 25px; color: white; padding: 15px; text-align: center; background: #102d24ba; font: italic 1.8rem var(--serif); }
.wellness-copy { padding-block: 55px; }
.wellness-copy > p:not(.eyebrow, .section-note) { margin-top: 25px; color: var(--muted); }
.wellness-rate { display: flex; align-items: center; gap: 15px; padding-block: 23px; border-bottom: 1px solid #cbd1c2; }
.wellness-rate:first-of-type { margin-top: 18px; }
.wellness-rate h3 { font-size: 1.6rem; margin-bottom: 5px; }
.wellness-rate div > span { font-size: .75rem; color: var(--muted); }
.wellness-rate strong { margin-left: auto; white-space: nowrap; font-size: .875rem; font-weight: 500; }
.wellness-rate small { font-weight: 400; font-size: .75rem; }
.wellness-rate a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #a5b19c; border-radius: 50%; flex-shrink: 0; }
.wellness-rate a:hover { background: #dce3d1; }
.spaces-layout { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 70px; }
.spaces-layout figure > img { width: 100%; height: 430px; object-fit: cover; }
.spaces-layout figcaption { font-size: .75rem; color: var(--muted); padding-top: 13px; }
.spaces-list article { display: flex; gap: 22px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.spaces-list article > span { font: italic 1.2rem var(--serif); color: var(--olive); padding-top: 5px; }
.spaces-list h3 { font-size: 1.8rem; margin-bottom: 12px; }
.spaces-list article p { font-size: .875rem; color: var(--muted); }
.spaces-list .text-link { margin-top: 15px; }
.gallery-section { background: var(--linen); }
.gallery-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; grid-template-rows: 260px 230px; gap: 15px; }
.gallery-item { position: relative; overflow: hidden; border-radius: 3px; }
.gallery-large { grid-column: span 2; }
.gallery-wide { grid-column: span 1; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-item > span { position: absolute; inset: auto 0 0; padding: 40px 20px 18px; display: flex; justify-content: space-between; align-items: end; background: linear-gradient(transparent, #102d24ba); color: white; font-size: .875rem; }
.gallery-item b { font-size: 1.4rem; font-weight: 400; }
.gallery-item:hover img { transform: scale(1.03); }
.products { margin-top: 95px; padding-top: 65px; border-top: 1px solid #cdd3c4; scroll-margin-top: 110px; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.product { background: var(--paper); }
.product-image { display: block; position: relative; background: #f3e5cd; }
.product-image img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; }
.product-image > span { position: absolute; right: 15px; bottom: 15px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); }
.product-copy { padding: 30px 32px 35px; }
.product-copy .eyebrow { font-size: .75rem; margin-bottom: 14px; }
.product-copy h3 { font-size: 2rem; }
.product-copy > p:not(.eyebrow) { font-size: .875rem; margin-top: 16px; color: var(--muted); }
.product-copy .text-link { margin-top: 20px; }
.planner-section { background: var(--forest); color: var(--paper); }
.planner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.planner-intro { padding-top: 35px; position: sticky; top: 155px; }
.planner-intro > p:not(.eyebrow) { margin-top: 30px; max-width: 390px; color: #d0dbd0; }
.planner-note { display: flex; align-items: center; gap: 20px; border-top: 1px solid #738272; padding-top: 28px; margin-top: 38px; }
.planner-note > span { font-size: 2rem; }
.planner-note p { font-size: .875rem; color: #d0dbd0; }
.planner-note strong { color: var(--paper); font-weight: 400; }
.light-link { color: var(--paper); margin-top: 28px; }
.light-link:hover { color: #d2dfc2; }
.planner-form { background: var(--paper); color: var(--ink); padding: 38px; border-radius: 3px; }
.field { margin-bottom: 22px; min-width: 0; }
.field label { display: block; font-weight: 600; font-size: .875rem; margin-bottom: 9px; line-height: 1.6; }
.field label > span { font-weight: 400; font-size: .75rem; color: var(--muted); }
.field input, .field select, .field textarea { display: block; width: 100%; min-width: 0; border: 1px solid #aeb9a9; border-radius: 3px; color: var(--ink); background: white; padding: 12px; min-height: 50px; line-height: 1.5; font-size: 1rem; }
.field select { padding-right: 20px; }
.field textarea { resize: vertical; min-height: 95px; }
.field input:disabled { background: #e8ebe3; color: #50614d; opacity: 1; }
.field small { display: block; color: var(--muted); font-size: .75rem; line-height: 1.5; margin-top: 7px; }
.field [aria-invalid="true"] { border-color: #a53d35; }
.field-error { display: block; margin-top: 8px; color: #a13128; font-size: .875rem; line-height: 1.5; }
.form-row { display: grid; grid-template-columns: .75fr 1.25fr; gap: 18px; }
.quote-result { padding: 25px 0; border-block: 1px solid var(--line); }
.quote-result .eyebrow { margin-bottom: 8px; display: block; font-size: .75rem; }
.quote-result output { display: block; font: 500 2.7rem/1.2 var(--serif); overflow-wrap: anywhere; }
.quote-result p { margin-top: 8px; font-size: .875rem; color: var(--muted); line-height: 1.6; }
.form-disclaimer { font-size: .75rem; color: var(--muted); margin-block: 18px; line-height: 1.6; }
.planner-form .button { width: 100%; }
.form-footnote { text-align: center; font-size: .75rem; color: var(--muted); margin-top: 12px; line-height: 1.6; }
.no-script { padding: 30px; border: 1px solid #778c77; }
.no-script p { margin-block: 20px; }
.location-section { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.location-copy > p:not(.eyebrow) { margin-top: 30px; color: var(--muted); }
.location-copy .button { margin-top: 30px; }
.location-card { padding: 40px; background: var(--linen); border-top: 3px solid var(--olive); }
.location-card h3 { font-size: 2.7rem; }
.location-card ol { list-style: none; padding: 0; margin: 28px 0; }
.location-card li { display: flex; gap: 20px; margin-top: 20px; font-size: .875rem; }
.location-card li > span { color: var(--olive); font: italic 1.25rem var(--serif); padding-top: 4px; }
.location-card .section-note { font-size: .75rem; margin-top: 15px; }
.faq-section { padding-top: 0; }
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; padding-top: 75px; border-top: 1px solid var(--line); }
.faq-grid h2 { font-size: clamp(2.5rem, 3.3vw, 3.2rem); }
.faq-grid > div > p:not(.eyebrow) { color: var(--muted); margin-top: 25px; font-size: .875rem; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; font-size: .9375rem; font-weight: 500; line-height: 1.6; padding: 22px 0; gap: 20px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font: 400 1.5rem var(--sans); flex-shrink: 0; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 30px 23px 0; font-size: .875rem; color: var(--muted); }
.faq-list details a { text-decoration: underline; }
.contact-section { padding: 85px 0; text-align: center; background: #dfe5d6; }
.contact-inner .eyebrow { margin-bottom: 23px; }
.contact-inner h2 { font-size: clamp(3.5rem, 5.6vw, 5.1rem); }
.contact-inner p:not(.eyebrow) { margin-top: 25px; color: #536148; }
.contact-inner .button { margin-top: 30px; background: var(--forest); border-color: var(--forest); color: white; }
.contact-inner .button:hover { background: var(--forest-deep); }
.site-footer { background: var(--forest-deep); color: #dbe5d7; padding-top: 65px; }
.footer-grid { display: grid; grid-template-columns: .9fr 1.25fr 1fr 1fr; gap: 45px; }
.footer-brand { align-self: start; }
.footer-grid h2 { font: 600 .75rem var(--sans); margin-bottom: 20px; letter-spacing: .05em; }
.footer-grid > div > a { display: block; font-size: .875rem; color: #c2d0bf; margin-bottom: 10px; overflow-wrap: anywhere; }
.footer-grid a:hover { text-decoration: underline; }
.footer-location p { font-size: .875rem; line-height: 1.8; }
.footer-location > span { display: block; font: italic 1.3rem/1.2 var(--serif); color: #b2c39d; margin-top: 18px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding-block: 24px; border-top: 1px solid #385444; font-size: .75rem; color: #b6c5b3; }
.lightbox { width: min(1200px, 95vw); max-width: 95vw; max-height: 94dvh; padding: 20px 24px; border: none; border-radius: 5px; background: #112b22; color: white; }
.lightbox::backdrop { background: rgb(7 18 13 / 90%); }
.lightbox-toolbar { display: flex; align-items: center; justify-content: space-between; font-size: .875rem; margin-bottom: 12px; }
.lightbox button { border: 1px solid #82947d; color: white; background: transparent; min-width: 44px; min-height: 44px; border-radius: 3px; }
.lightbox button:hover { background: #2c493a; }
.lightbox-close { padding: 8px 15px; font-size: .875rem; }
.lightbox-close span { font-size: 1.25rem; margin-left: 15px; }
.lightbox-stage { display: grid; grid-template-columns: 44px minmax(0,1fr) 44px; align-items: center; gap: 15px; min-height: 150px; }
.lightbox-stage img { height: min(70dvh, 750px); width: 100%; object-fit: contain; }
.lightbox-arrow { font-size: 1.5rem; }
#lightboxCaption { text-align: center; font-size: .875rem; margin-top: 16px; line-height: 1.5; }
@media (min-width: 1550px) { .hero-visual { min-height: 690px; } }
@media (max-width: 1190px) {
  .shell { width: calc(100% - 64px); }
  .navigation { gap: 17px; }
  .navigation > a:not(.button) { font-size: .875rem; }
  .hero { gap: 0 35px; }
  .hero-visual { min-height: 590px; }
  .hero .actions { align-items: start; flex-direction: column; gap: 13px; }
  .hero-footnote { margin-top: 30px; }
  .essence, .day-grid, .planner-grid, .location-section { gap: 55px; }
  .essence-pictures { padding-right: 60px; }
  .essence-detail { width: 140px; height: 200px; }
  .wellness-grid, .spaces-layout { gap: 40px; }
  .stay-card { padding: 28px 24px; }
  .day-itinerary { grid-template-columns: 1fr; gap: 25px; }
  .itinerary-label { display: flex; gap: 25px; }
  .day-plan { padding: 30px; }
  .footer-grid { gap: 28px; }
}
@media (max-width: 980px) {
  .shell { width: calc(100% - 48px); }
  .section { padding-block: 75px; }
  .header-inner { min-height: 82px; flex-wrap: wrap; }
  .menu-toggle:not([hidden]) { display: flex; }
  .navigation { width: 100%; flex-wrap: wrap; padding: 10px 0 24px; justify-content: center; }
  .navigation.is-ready:not(.is-open) { display: none; }
  .navigation.is-ready.is-open { display: flex; flex-direction: column; align-items: stretch; max-height: calc(100dvh - 130px); overflow-y: auto; gap: 0; }
  .navigation.is-ready > a:not(.button) { font-size: .9375rem; padding: 12px 0; }
  .navigation.is-ready .button { margin-top: 10px; }
  .hero .eyebrow { font-size: .75rem; letter-spacing: .04em; gap: 7px; }
  .hero-visual { min-height: 560px; border-top-left-radius: 110px; }
  .hero h1 { font-size: clamp(4.8rem, 9.5vw, 6.5rem); }
  .hero-description { font-size: .9375rem; }
  .photo-note { left: 25px; bottom: 30px; }
  .photo-note strong { font-size: 1.65rem; }
  .photo-note span { font-size: .75rem; letter-spacing: .08em; }
  .hero-photo-link { display: none; }
  .essence { gap: 30px; }
  .essence-pictures { padding-right: 30px; }
  .essence-detail { width: 120px; height: 160px; }
  .section-heading { gap: 30px; }
  .section-heading > p { max-width: 320px; font-size: .9375rem; }
  .audience-grid { gap: 25px; }
  .audience-item h3 { font-size: 1.9rem; }
  .day-grid, .planner-grid { gap: 35px; }
  .day-plan { padding: 25px; }
  .stay-card h3 { min-height: 70px; }
  .stay-card { padding: 25px 18px; }
  .stay-price { font-size: 2.5rem; }
  .wellness-grid { gap: 35px; }
  .wellness-section { padding: 0; }
  .wellness-visual { height: 650px; }
  .wellness-rate { flex-wrap: wrap; gap: 10px; }
  .wellness-rate h3 { font-size: 1.4rem; }
  .spaces-layout { gap: 35px; }
  .planner-form { padding: 25px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .location-section { gap: 35px; }
  .location-card { padding: 30px; }
  .faq-grid { gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 95px; }
  .shell { width: calc(100% - 40px); }
  .section { padding-block: 60px; }
  h2 { font-size: 2.8rem; }
  .eyebrow { font-size: .75rem; letter-spacing: .1em; margin-bottom: 15px; }
  .announcement { gap: 0; padding: 8px 15px; font-size: .75rem; justify-content: space-between; }
  .announcement a { border: 0; padding-left: 10px; letter-spacing: 0; }
  .header-inner { min-height: 76px; }
  .brand-name { font-size: 2.25rem; }
  .brand-heart { left: 40px; width: 65px; height: 25px; }
  .brand-sub { font-size: .75rem; }
  .hero { grid-template-columns: 1fr; padding-top: 0; gap: 0; }
  .hero-copy { padding: 40px 0 35px; }
  .hero h1 { font-size: clamp(4.6rem, 18vw, 6rem); }
  .hero .eyebrow { font-size: .75rem; letter-spacing: .08em; }
  .hero-description { margin-top: 22px; max-width: 480px; }
  .hero .actions { flex-direction: row; align-items: center; gap: 12px 20px; margin-top: 26px; }
  .hero .button { padding-inline: 20px; }
  .hero-footnote { display: none; }
  .hero-visual { min-height: 420px; border-top-left-radius: 110px; }
  .hero-photo { object-position: center 55%; }
  .photo-note { left: 25px; bottom: 25px; }
  .photo-note span { font-size: .75rem; }
  .photo-note strong { font-size: 2rem; }
  .hero-photo-link { display: grid; right: 25px; bottom: 25px; }
  .hero-index { padding: 22px 0; font-size: .75rem; letter-spacing: .03em; }
  .hero-index a { font-size: .75rem; }
  .essence { grid-template-columns: 1fr; gap: 35px; }
  .essence-copy { grid-row: 1; }
  .essence-pictures { max-width: 500px; padding: 0 80px 0 0; }
  .essence-main { height: 370px; }
  .essence-detail { width: 165px; height: 220px; bottom: 55px; }
  .essence-copy h2 { font-size: 2.7rem; }
  .values { font-size: .75rem; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading > p { margin-top: 23px; max-width: 100%; }
  .audience-grid { grid-template-columns: 1fr; gap: 0; }
  .audience-item { padding: 23px 0; display: grid; grid-template-columns: 35px 1fr; gap: 0 10px; }
  .item-number { grid-row: span 3; margin: 2px 0 0; }
  .audience-item h3 { margin-bottom: 12px; font-size: 2rem; }
  .audience-item p { font-size: .9375rem; }
  .audience-item .text-link { width: fit-content; margin-top: 14px; }
  .experience-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 370px 270px; gap: 12px; }
  .experience-tall { grid-column: span 2; grid-row: span 1; }
  .experience-photo figcaption { bottom: 20px; left: 20px; right: 15px; }
  .experience-photo h3 { font-size: 1.8rem; }
  .experience-tall h3 { font-size: 2.5rem; }
  .experience-photo figcaption > span { font-size: .75rem; letter-spacing: .05em; }
  .day-grid { grid-template-columns: 1fr; gap: 30px; }
  .day-intro > p:not(.eyebrow) { max-width: 100%; }
  .day-plan { padding: 28px; }
  .price { font-size: 4rem; }
  .day-itinerary { margin-top: 40px; }
  .itinerary-label { display: block; }
  .day-itinerary ol { grid-template-columns: 1fr 1fr; gap: 25px; }
  .day-itinerary h3 { margin-top: 12px; font-size: 1.8rem; }
  .stay-plans { grid-template-columns: 1fr; }
  .stay-card { padding: 28px; }
  .stay-card + .stay-card { border-left: 0; border-top: 1px solid var(--line); }
  .stay-card h3 { min-height: 0; font-size: 2.15rem; }
  .stay-price { font-size: 3rem; margin-top: 16px; }
  .stay-card > p:not(.eyebrow, .capacity, .stay-price) { margin-bottom: 16px; }
  .wellness-section { padding: 0; }
  .wellness-grid { grid-template-columns: 1fr; gap: 0; }
  .wellness-visual { height: 360px; }
  .wellness-copy { padding-block: 40px 55px; }
  .wellness-rate h3 { font-size: 1.65rem; }
  .wellness-rate strong { font-size: .875rem; }
  .spaces-layout { grid-template-columns: 1fr; gap: 25px; }
  .spaces-layout figure > img { height: auto; }
  .spaces-list article { padding-block: 18px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 270px 230px 250px; gap: 12px; }
  .gallery-large { grid-column: span 2; }
  .gallery-wide { grid-column: span 1; }
  .gallery-item > span { padding-inline: 14px; font-size: .75rem; gap: 8px; }
  .products { margin-top: 60px; padding-top: 45px; }
  .product-grid { grid-template-columns: 1fr; gap: 25px; }
  .product-copy { padding: 25px; }
  .planner-grid { grid-template-columns: 1fr; gap: 35px; }
  .planner-intro { position: static; padding-top: 0; }
  .planner-intro > p:not(.eyebrow) { max-width: 100%; margin-top: 20px; }
  .planner-note { margin-top: 25px; padding-top: 22px; }
  .light-link { margin-top: 17px; }
  .planner-form { padding: 25px; }
  .form-row { grid-template-columns: .7fr 1.3fr; gap: 12px; }
  .location-section { grid-template-columns: 1fr; gap: 35px; }
  .location-card { padding: 28px; }
  .faq-section { padding-top: 0; }
  .faq-grid { grid-template-columns: 1fr; gap: 30px; padding-top: 50px; }
  .faq-grid h2 { font-size: 2.7rem; }
  .faq-list summary { font-size: .875rem; padding-block: 20px; }
  .contact-section { padding-block: 65px; }
  .contact-inner h2 { font-size: 3.3rem; }
  .site-footer { padding-top: 45px; }
  .footer-grid { gap: 32px 25px; }
  .footer-brand { grid-column: 1 / -1; margin-bottom: 8px; }
  .footer-location { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; }
  .footer-location > span { margin: 0; align-self: center; }
  .footer-bottom { margin-top: 35px; font-size: .75rem; }
  .lightbox { width: 96vw; max-width: 96vw; padding: 14px; }
  .lightbox-stage { grid-template-columns: 44px 1fr 44px; gap: 6px; }
  .lightbox-stage img { height: 55dvh; }
  #lightboxCaption { font-size: .875rem; }
}
@media (max-width: 380px) {
  .shell { width: calc(100% - 30px); }
  .hero h1 { font-size: 4.5rem; }
  .hero-index > span { max-width: 130px; }
  .photo-note strong { font-size: 1.7rem; }
  .hero-photo-link { right: 18px; width: 38px; height: 38px; }
  .experience-photo h3 { font-size: 1.5rem; }
  .experience-tall h3 { font-size: 2rem; }
  .experience-photo figcaption { left: 14px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .planner-form { padding: 22px; }
  .wellness-rate strong { font-size: .875rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-location { display: block; }
  .footer-location > span { margin-top: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .site-header, .announcement, .hero-visual, .gallery-grid, .planner-form, .contact-section, .lightbox, .menu-toggle, .site-footer { display: none !important; }
  .section { padding-block: 25px; break-inside: avoid; }
  .shell { width: 100%; }
  body, .day-section, .planner-section { background: white; color: black; }
  h1 { font-size: 4rem; } h2 { font-size: 2rem; }
  .hero, .essence, .day-grid, .planner-grid { display: block; }
  .planner-intro { position: static; }
}



/* Catálogo completo, fotografía del letrero y ubicación con mapa y QR. */
.essence { grid-template-columns: .95fr 1.05fr; gap: 55px 75px; }
.essence-pictures { padding: 0; align-self: start; width: 100%; }
.essence-image-link { display: block; position: relative; }
.essence-main { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: contain; border-radius: 3px; }
.image-expand { position: absolute; right: 20px; bottom: 20px; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--paper); color: var(--forest); font-size: 1.4rem; }
.essence-copy .text-link { margin-top: 25px; }
.purpose-grid { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; border-top: 1px solid var(--line); padding-top: 40px; }
.purpose-grid h3 { font-size: 2.4rem; margin-bottom: 20px; }
.purpose-grid .eyebrow { margin-bottom: 12px; }
.purpose-grid article > p:last-child { color: var(--muted); }
.catalog-values { grid-column: 1 / -1; padding: 28px 32px; background: var(--linen); display: flex; gap: 35px; align-items: center; justify-content: space-between; }
.catalog-values h3 { font-size: 1.8rem; flex-shrink: 0; }
.catalog-values ul { display: flex; flex-wrap: wrap; gap: 15px 30px; list-style: none; padding: 0; margin: 0; }
.catalog-values li { font-size: .875rem; }
.catalog-values li::before { content: "•"; color: var(--olive); margin-right: 10px; }
.sensory-story { margin-top: 38px; padding: 32px 0 0; border-top: 1px solid var(--line); max-width: 940px; }
.sensory-story h3 { font-size: 2.2rem; margin-bottom: 20px; }
.sensory-story > p:last-child { color: var(--muted); }
.group-offer { color: #e6eddc; font-size: .875rem; line-height: 1.7; margin: 0 0 25px; }
.group-offer a { text-decoration: underline; text-underline-offset: 4px; }
.location-section { gap: 55px 65px; }
.location-map { min-width: 0; align-self: stretch; display: flex; flex-direction: column; }
.location-map iframe { border: 1px solid var(--line); width: 100%; height: 460px; display: block; background: var(--linen); }
.map-caption { display: flex; align-items: start; justify-content: space-between; gap: 22px; padding-top: 18px; }
.map-caption > p { font-size: .875rem; line-height: 1.6; }
.map-caption > p > span { color: var(--muted); font-size: .75rem; }
.map-caption .text-link { white-space: nowrap; padding-top: 0; }
.location-essentials { grid-column: 1 / -1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; border-top: 1px solid var(--line); padding-top: 45px; align-items: start; }
.arrival-guide h3 { font-size: 2rem; }
.arrival-guide ol { list-style: none; padding: 0; margin: 25px 0 0; }
.arrival-guide li { display: flex; align-items: start; gap: 18px; margin-top: 18px; }
.arrival-guide li > span { font: italic 1.25rem var(--serif); color: var(--olive); padding-top: 3px; }
.arrival-guide li > p { font-size: .875rem; color: var(--muted); }
.qr-card { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 25px; align-items: center; padding: 25px; background: var(--linen); min-width: 0; }
.qr-image { display: block; width: 220px; padding: 10px; background: white; }
.qr-image img { width: 100%; height: auto; }
.qr-copy .eyebrow { font-size: .75rem; margin-bottom: 12px; }
.qr-copy h3 { font-size: 1.9rem; margin-bottom: 16px; }
.qr-copy > p:not(.eyebrow) { font-size: .875rem; color: var(--muted); }
.qr-copy .text-link { margin-top: 16px; }
@media (max-width: 1190px) {
  .essence { gap: 40px 45px; }
  .catalog-values { align-items: start; flex-direction: column; gap: 20px; }
  .location-section { gap: 45px; }
  .location-essentials { gap: 35px; }
  .qr-card { grid-template-columns: 180px minmax(0,1fr); padding: 20px; gap: 20px; }
  .qr-image { width: 180px; }
}
@media (max-width: 980px) {
  .essence { gap: 35px; }
  .purpose-grid { gap: 35px; }
  .qr-card { grid-template-columns: 1fr; }
  .qr-image { width: 220px; max-width: 100%; justify-self: center; }
  .map-caption { flex-direction: column; gap: 12px; }
}
@media (max-width: 700px) {
  .essence { grid-template-columns: 1fr; gap: 35px; }
  .essence-pictures { padding: 0; max-width: none; }
  .essence-main { height: auto; width: 100%; }
  .purpose-grid { grid-template-columns: 1fr; gap: 30px; padding-top: 32px; }
  .purpose-grid h3 { font-size: 2.2rem; }
  .catalog-values { padding: 25px; }
  .catalog-values ul { flex-direction: column; gap: 12px; }
  .sensory-story { padding-top: 28px; margin-top: 30px; }
  .sensory-story h3 { font-size: 2rem; }
  .location-section { gap: 32px; }
  .location-map iframe { height: 360px; }
  .location-essentials { grid-template-columns: 1fr; gap: 32px; padding-top: 30px; }
  .qr-card { grid-template-columns: 1fr; padding: 28px; }
  .qr-image { width: 240px; }
}
/* Flecha vectorial: conserva el trazo y el color en todos los dispositivos. */
.icon-arrow { display: inline-block; width: 1em; height: 1em; flex-shrink: 0; vertical-align: -0.125em; }

/* Atractivos de la finca: lectura completa en computador y celular. */
.nature-highlights { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 36px; }
.nature-highlights article { min-width: 0; padding: 26px 0; border-top: 1px solid var(--line); }
.nature-highlights .eyebrow { display: block; margin-bottom: 12px; }
.nature-highlights h3 { font-size: 1.7rem; line-height: 1.2; margin-bottom: 14px; }
.nature-highlights article > p { color: var(--muted); font-size: .9375rem; }
@media (max-width: 1050px) { .nature-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) { .nature-highlights { grid-template-columns: 1fr; gap: 12px; margin-top: 28px; } .nature-highlights article { padding-block: 22px; } }

/* Fotografías nuevas: habitaciones y galería horizontal. */
.stay-preview { display: grid; grid-template-columns: 1.2fr 1fr; gap: 24px; margin-bottom: 35px; }
.stay-preview img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 3px; }
.stay-preview figcaption { padding-top: 12px; color: var(--muted); font-size: .8125rem; }
.photo-carousel { min-width: 0; }
.carousel-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.carousel-toolbar > p { color: var(--muted); font-size: .8125rem; }
.carousel-controls { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.carousel-controls > p { color: var(--forest); font-size: .8125rem; font-variant-numeric: tabular-nums; min-width: 120px; margin-right: 16px; }
.carousel-controls button { display: grid; place-items: center; width: 48px; height: 48px; padding: 0; border: 1px solid var(--forest); border-radius: 50%; background: transparent; color: var(--forest); font-size: 1.5rem; }
.carousel-controls button:hover:not(:disabled) { background: var(--forest); color: var(--paper); }
.carousel-controls button:disabled { opacity: .3; cursor: default; }
.photo-track { display: flex; gap: 24px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; list-style: none; margin: 0; padding: 3px 0 18px; scrollbar-width: thin; scrollbar-color: var(--olive) transparent; }
.photo-track:focus-visible { outline: 2px solid var(--forest); outline-offset: 6px; }
.photo-card { flex: 0 0 calc((100% - 48px) / 3); min-width: 0; scroll-snap-align: start; background: var(--paper); border-radius: 3px; overflow: hidden; }
.photo-card-image { display: block; position: relative; overflow: hidden; background: #dce0d3; }
.photo-card-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .4s; }
.photo-card-image:hover img { transform: scale(1.025); }
.photo-card-image:focus-visible { outline-offset: -5px; }
.photo-expand { position: absolute; bottom: 16px; right: 16px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--paper); color: var(--forest); font-size: 1.5rem; }
.photo-card-copy { padding: 25px 26px 30px; }
.photo-card-copy .eyebrow { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 14px; font-size: .6875rem; }
.photo-card-copy .eyebrow span { color: var(--olive); }
.photo-card-copy h3 { font-size: 1.9rem; line-height: 1.15; margin-bottom: 14px; }
.photo-card-copy > p:last-child { font-size: .875rem; line-height: 1.7; color: var(--muted); }
@media (max-width: 980px) {
  .photo-card { flex-basis: calc((100% - 24px) / 2); }
  .carousel-toolbar { align-items: start; }
  .carousel-toolbar > p { max-width: 260px; }
}
@media (max-width: 700px) {
  .stay-preview { grid-template-columns: 1fr; gap: 25px; }
  .carousel-toolbar { flex-direction: column; gap: 18px; }
  .carousel-toolbar > p { max-width: none; }
  .carousel-controls { width: 100%; }
  .carousel-controls > p { flex: 1; margin-right: 0; }
  .photo-card { flex-basis: 100%; }
  .photo-card-image img { aspect-ratio: 4 / 5; max-height: 500px; }
  .photo-card-copy { padding: 23px; }
  .photo-card-copy h3 { font-size: 1.85rem; }
}
@media (prefers-reduced-motion: reduce) {
  .photo-card-image img { transition: none; }
}

/* Selección editorial: las fotografías protagonistas acompañan el recorrido. */
.hero .hero-nature { min-height: 0; width: 100%; max-width: 500px; justify-self: end; overflow: visible; border-radius: 0; }
.hero-nature::after { display: none; }
.hero-tree { display: block; position: relative; }
.hero-nature .hero-photo { position: static; width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 140px 3px 3px 3px; }
.hero-nature-caption { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 18px; color: var(--muted); font-size: .6875rem; line-height: 1.6; }
.hero-nature-caption > span { letter-spacing: .1em; }
.hero-nature-caption a { color: var(--forest); font-size: .75rem; border-bottom: 1px solid var(--line); padding-block: 8px; }
.hero-nature-caption a > span { padding-left: 8px; }
.signature-moments { display: grid; grid-template-columns: 1.35fr 1fr; gap: 64px; align-items: start; padding-top: 85px; padding-bottom: 80px; }
.signature-circle { padding-top: 95px; }
.signature-image { display: block; position: relative; }
.signature-image img { width: 100%; height: auto; border-radius: 3px; }
.signature-circle .signature-image img { aspect-ratio: 4 / 3; object-fit: cover; }
.signature-circle figcaption { padding-top: 25px; max-width: 470px; }
.signature-circle figcaption .eyebrow { display: block; margin-bottom: 12px; }
.signature-circle figcaption p { font: 400 1.65rem/1.25 var(--serif); }
.signature-copy > h2 { font-size: clamp(2.8rem, 3.7vw, 3.8rem); }
.signature-copy > p:not(.eyebrow) { color: var(--muted); font-size: .9375rem; max-width: 390px; margin-top: 25px; }
.signature-horizon { width: 72%; max-width: 320px; margin: 40px 0 0 auto; }
.signature-horizon img { aspect-ratio: 3 / 4; object-fit: cover; }
.signature-horizon figcaption { font-size: .75rem; color: var(--muted); padding-top: 14px; }
.signature-moments + .essence { border-top: 1px solid var(--line); }
@media (max-width: 980px) {
  .signature-moments { gap: 35px; grid-template-columns: 1.1fr 1fr; }
  .signature-circle { padding-top: 100px; }
  .signature-horizon { width: 85%; }
  .signature-copy > h2 { font-size: 2.65rem; }
  .hero-nature-caption { gap: 12px; }
}
@media (max-width: 700px) {
  .hero .hero-nature { max-width: 440px; justify-self: center; }
  .hero-nature .hero-photo { border-top-left-radius: 100px; }
  .hero-nature-caption { font-size: .625rem; }
  .hero-nature-caption a { font-size: .6875rem; }
  .signature-moments { grid-template-columns: 1fr; gap: 32px; padding-block: 55px; }
  .signature-circle { padding-top: 0; }
  .signature-circle figcaption { padding-top: 20px; }
  .signature-circle figcaption p { font-size: 1.5rem; }
  .signature-copy > h2 { font-size: 2.8rem; }
  .signature-copy > p:not(.eyebrow) { max-width: none; }
  .signature-horizon { width: 78%; max-width: 340px; margin-top: 30px; }
}

.experiences .experience-photo:nth-child(3) img { object-position: center top; }

/* Keep the mural toward the top of the photograph in gallery thumbnails. */
.photo-card-image img.mural-image { object-position: center 20%; }

/* Decorative symbols are vector shapes, independent of emoji fonts on mobile. */
.icon-asterisk { display:inline-block; width:1em; height:1em; flex-shrink:0; vertical-align:-.125em; }
.inclusions li::before { content:""; width:1em; height:1em; top:.35em; background:currentColor; -webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M5%2012l4%204L19%206%22%2F%3E%3C%2Fsvg%3E") center / contain no-repeat; mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M5%2012l4%204L19%206%22%2F%3E%3C%2Fsvg%3E") center / contain no-repeat; }

/* Language switch & header actions */
.header-actions { display: flex; align-items: center; gap: 10px; order: 3; }
.navigation { order: 2; }
.language-switch { display: inline-flex; align-items: center; gap: 2px; padding: 3px; background: var(--linen); border: 1px solid var(--line); border-radius: 999px; }
.language-switch button { appearance: none; border: 0; background: transparent; color: var(--forest); font-family: var(--sans); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.05em; padding: 6px 10px; border-radius: 999px; cursor: pointer; line-height: 1; transition: background-color 0.18s ease, color 0.18s ease; }
.language-switch button[aria-pressed="true"] { background: var(--forest); color: var(--white); }
.language-switch button:hover:not([aria-pressed="true"]) { background: rgb(24 63 50 / 8%); }
@media (max-width: 980px) {
  .header-actions { order: 2; }
  .navigation { order: 3; }
  .language-switch button { padding: 5px 8px; font-size: 0.68rem; }
}

/* Strategic subtle badges: Colombian flag and nature/spaces emojis */
.flag-icon { display: inline-flex; align-items: center; vertical-align: -0.06em; margin-right: 6px; }
.flag-icon .flag-co { width: 16px; height: 11px; border-radius: 2px; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15); display: inline-block; }
.nature-highlights .highlight-emoji { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; font-size: 1.3rem; border-radius: 8px; background: var(--linen); margin-bottom: 14px; }
.spaces-list .space-emoji { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; font-size: 1.45rem; border-radius: 50%; background: var(--linen); flex-shrink: 0; }

