/*
Theme Name: Casa Ofelia 2027
Theme URI: https://ofelia.com.mx/
Description: Tema hijo de Betheme, diseñado para Casa Ofelia en Playa Mermejita, Mazunte.
Author: Casa Ofelia
Template: betheme
Version: 1.0.23
Text Domain: casa-ofelia
*/

:root {
  --co-ink: #0b2a3f;
  --co-forest: #003056;
  --co-sage: #6e6c69;
  --co-sand: #f4efea;
  --co-shell: #fffdf9;
  --co-coral: #f6cabf;
  --co-gold: #d7c9b3;
  --co-white: #ffffff;
  --co-line: rgba(0, 48, 86, 0.15);
  --co-shadow: 0 22px 70px rgba(0, 32, 57, 0.16);
  --co-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --co-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.co-site {
  margin: 0;
  background: var(--co-shell);
  color: var(--co-ink);
  font-family: var(--co-sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.co-site.admin-bar .co-header { top: 32px; }
body.co-menu-open { overflow: hidden; }
.co-site a { color: inherit; }
.co-site img { display: block; max-width: 100%; }
.co-site button, .co-site input { font: inherit; }
.co-skip {
  position: fixed; left: 1rem; top: -5rem; z-index: 10000;
  padding: .75rem 1rem; background: var(--co-white); color: var(--co-ink); border-radius: .5rem;
}
.co-skip:focus { top: 1rem; }
.co-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.co-section { padding: clamp(64px, 6vw, 92px) 0; }
.co-section--sand { background: var(--co-sand); }
.co-section--ink { background: var(--co-ink); color: var(--co-white); }
.co-section--ink .co-title,
.co-section--ink .co-feature h3 { color: var(--co-white) !important; }
.co-eyebrow {
  display: inline-flex; align-items: center; gap: .6rem; margin: 0 0 1rem;
  color: var(--co-forest); font-size: .77rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase;
}
.co-eyebrow::before { content: ""; width: 30px; height: 1px; background: currentColor; }
.co-title {
  max-width: 850px; margin: 0; font: 500 clamp(2.35rem, 5.2vw, 5rem)/.98 var(--co-serif);
  letter-spacing: -.035em;
}
.co-lead { max-width: 680px; margin: 1.4rem 0 0; color: rgba(11,42,63,.72); font-size: clamp(1rem, 1.4vw, 1.2rem); }
.co-section--ink .co-lead { color: rgba(255,254,251,.72); }
.co-section--ink .co-eyebrow, .co-cta .co-eyebrow { color: var(--co-coral); }
.co-button {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 50px; padding: .8rem 1.25rem; border: 1px solid transparent; border-radius: 999px;
  background: var(--co-forest); color: var(--co-white) !important; font-weight: 750; text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.co-button:hover { transform: translateY(-2px); background: #004875; }
.co-button--light { background: var(--co-white); color: var(--co-ink) !important; }
.co-button--ghost { background: transparent; border-color: rgba(255,255,255,.42); color: var(--co-white) !important; }

.co-header {
  position: fixed; inset: 0 0 auto; z-index: 1000; color: var(--co-ink);
  background: rgba(244,239,234,.93); box-shadow: 0 1px 0 rgba(0,48,86,.08); backdrop-filter: blur(15px);
  transition: background .25s ease, box-shadow .25s ease, color .25s ease;
}
.co-header.is-scrolled, body:not(.home) .co-header {
  background: rgba(244,239,234,.98); color: var(--co-ink); box-shadow: 0 1px 0 var(--co-line);
}
.co-nav { min-height: 84px; display: flex; align-items: center; gap: 2rem; }
.co-brand { flex: 0 0 auto; display: inline-flex; align-items: center; text-decoration: none; }
.co-brand img { width: auto; height: 66px; max-width: 176px; object-fit: contain; }
.co-links { margin-left: auto; display: flex; align-items: center; gap: 1.3rem; }
.co-links a { position: relative; font-size: .9rem; font-weight: 720; text-decoration: none; }
.co-links > a:not(.co-button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 1px; background: currentColor; transition: right .2s ease; }
.co-links > a:not(.co-button):hover::after { right: 0; }
.co-links .co-review-link { min-height: 42px; padding: .55rem .9rem; border: 1px solid rgba(0,48,86,.24); border-radius: 999px; }
.co-links .co-review-link::after { display: none; }
.co-links .co-review-link:hover { border-color: var(--co-forest); background: rgba(0,48,86,.05); }
.co-links .co-language {
  display: inline-flex; align-items: center; justify-content: center; min-width: 38px; min-height: 38px;
  padding: .45rem .65rem; border: 1px solid rgba(0,48,86,.2); border-radius: 999px;
  font-size: .72rem; font-weight: 820; letter-spacing: .05em; text-transform: uppercase;
}
.co-links .co-language::after { display: none; }
.co-links .co-language:hover { border-color: var(--co-forest); background: rgba(0,48,86,.05); }
.co-menu-button { display: none; margin-left: auto; width: 46px; height: 46px; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: inherit; }
.co-menu-button span { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; }

.co-hero { position: relative; min-height: max(640px, calc(100svh - 84px)); display: grid; align-items: stretch; overflow: hidden; color: var(--co-white); }
.co-hero__media { position: absolute; inset: 0; }
.co-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.co-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,18,18,.78) 0%, rgba(18,18,18,.36) 50%, rgba(18,18,18,.08) 75%), linear-gradient(0deg, rgba(18,18,18,.62), transparent 55%); }
.co-hero__content { position: relative; z-index: 2; padding: clamp(130px, 16svh, 170px) 0 112px; }
.co-hero__mast { position: static; }
.co-hero .co-eyebrow { color: var(--co-coral); transform: translateY(44px); }
.co-hero__title-row { position: absolute; top: calc(50% + 42px); left: 0; display: flex; align-items: stretch; gap: clamp(.9rem, 1.5vw, 1.4rem); width: fit-content; transform: translateY(-50%); }
.co-hero h1 { flex: 0 0 auto; width: max-content; max-width: 560px; margin: 0; color: var(--co-white) !important; font: 500 clamp(3.4rem, 6.2vw, 5.8rem)/.9 var(--co-serif); letter-spacing: -.055em; text-wrap: balance; }
.co-hero h1 span { display: block; white-space: nowrap; }
.co-hero__copy { position: absolute; right: 0; bottom: clamp(92px, 12svh, 126px); left: 0; max-width: none; margin: 0; font-size: clamp(1.15rem, 1.35vw, 1.4rem); line-height: 1.45; color: rgba(255,255,255,.9); }
.co-hero__side { position: absolute; top: clamp(130px, 16svh, 170px); right: 0; }
.co-hero__proof { display: flex; flex-wrap: nowrap; justify-content: flex-end; gap: .65rem 1rem; margin: 0; white-space: nowrap; font-size: .78rem; font-weight: 700; }
.co-hero__proof span::before { content: "✓"; margin-right: .5rem; color: #f4d7a2; }
.co-hero__action-rail { width: fit-content; min-height: auto; margin: 0; padding-left: 1rem; border-left: 1px solid rgba(255,255,255,.58); display: flex; align-items: center; align-self: stretch; }
.co-hero__action-rail .co-button,
.co-hero__action-rail .co-button:hover { background: transparent; }
.co-booking {
  position: relative; z-index: 5; width: min(1060px, calc(100% - 40px)); margin: -58px auto 0;
  display: grid; grid-template-columns: 1.2fr .85fr auto; align-items: center; gap: 1rem;
  padding: 1.35rem; background: var(--co-white); border: 1px solid var(--co-line); border-radius: 22px; box-shadow: var(--co-shadow);
}
.co-booking__item { padding: .25rem .8rem; border-right: 1px solid var(--co-line); }
.co-booking__label { display: block; color: rgba(11,42,63,.58); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.co-booking strong { display: block; margin-top: .15rem; font-size: 1rem; }
.co-booking--engine {
  display: block; padding: 0; overflow: hidden; background: #faf7f1;
  scroll-margin-top: 110px;
}
.co-booking--collapsed { min-height: 86px; }
.co-booking__launch { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1rem 1.25rem; }
.co-booking__launch strong { font: 600 1.35rem/1.1 var(--co-serif); }
.co-booking__launch span { display: block; margin-top: .25rem; color: rgba(11,42,63,.65); font-size: .9rem; }
.co-booking--engine #cometia-embed-inline {
  width: 100% !important; max-width: none !important; margin: 0 !important;
  overflow: hidden; border-radius: inherit; background: #faf7f1 !important;
}
.co-booking--engine #cometia-embed-inline-frame { border-radius: inherit; }

.co-intro { display: grid; grid-template-columns: .85fr 1.15fr; align-items: end; gap: clamp(2rem, 6vw, 7rem); }
.co-intro__aside { padding-bottom: .4rem; }
.co-intro__aside p { margin: 0; color: rgba(11,42,63,.65); }
.co-intro__aside strong { display: block; margin-bottom: .8rem; font: 500 1.6rem/1.1 var(--co-serif); color: var(--co-ink); }
.co-gallery { margin-top: 4rem; display: grid; grid-template-columns: 1.3fr .85fr; grid-template-rows: 270px 270px; gap: 14px; }
.co-gallery figure { margin: 0; overflow: hidden; border-radius: 16px; }
.co-gallery figure:first-child { grid-row: 1 / 3; }
.co-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.co-gallery figure:hover img { transform: scale(1.025); }

.co-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 3.5rem; border: 1px solid rgba(255,255,255,.18); }
.co-feature { min-height: 190px; padding: 1.5rem; border-right: 1px solid rgba(255,255,255,.18); }
.co-feature:last-child { border: 0; }
.co-feature__number { display: block; color: var(--co-gold); font: 500 2.5rem/1 var(--co-serif); }
.co-feature h3 { margin: 2.6rem 0 .35rem; font: 600 1.1rem/1.2 var(--co-serif); }
.co-feature p { margin: 0; color: rgba(255,255,255,.64); font-size: .9rem; }

.co-split { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.co-split__media { position: relative; aspect-ratio: 5/4; }
.co-split__media picture { display: block; width: 100%; height: 100%; overflow: hidden; border-radius: 18px; }
.co-split__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.co-split__badge { position: absolute; right: -20px; bottom: 26px; width: 128px; aspect-ratio: 1; display: grid; place-items: center; padding: 1.15rem; border-radius: 50%; background: var(--co-coral); color: var(--co-ink); text-align: center; font: 600 1rem/1.08 var(--co-serif); transform: rotate(-7deg); box-shadow: 0 14px 34px rgba(0,32,57,.18); }
.co-checks { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 1.4rem; margin: 2rem 0; padding: 0; list-style: none; }
.co-checks li { display: flex; gap: .65rem; font-size: .93rem; }
.co-checks li::before { content: "•"; color: var(--co-forest); }

.co-room-preview { margin-top: 3.5rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.co-room-card { position: relative; min-height: 420px; overflow: hidden; border-radius: 16px; background: var(--co-ink); color: var(--co-white); }
.co-room-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .78; transition: transform .5s ease, opacity .5s ease; }
.co-room-card:hover img { transform: scale(1.04); opacity: .68; }
.co-room-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(18,18,18,.92)); }
.co-room-card__body { position: absolute; z-index: 2; inset: auto 1.3rem 1.3rem; }
.co-room-card h3 { margin: 0; color: var(--co-white) !important; font: 600 1.5rem/1.05 var(--co-serif); }
.co-room-card p { margin: .55rem 0 0; color: rgba(255,255,255,.76); font-size: .86rem; }

.co-location { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1px; margin-top: 3.5rem; border-radius: 18px; overflow: hidden; background: var(--co-line); }
.co-location__photo { min-height: 560px; }
.co-location__photo img { width: 100%; height: 100%; object-fit: cover; }
.co-location__copy { padding: clamp(2rem, 5vw, 4rem); background: var(--co-white); }
.co-location__copy h3 { margin: 0 0 1rem; font: 500 2.4rem/1.05 var(--co-serif); }
.co-place-list { display: grid; gap: 0; margin: 2rem 0; border-top: 1px solid var(--co-line); }
.co-place-list div { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--co-line); }
.co-place-list span:last-child { text-align: right; color: rgba(11,42,63,.62); }

.co-faq { margin-top: 3rem; border-top: 1px solid var(--co-line); }
.co-faq details { border-bottom: 1px solid var(--co-line); }
.co-faq summary { display: flex; justify-content: space-between; gap: 1rem; padding: 1.35rem 0; cursor: pointer; font-weight: 750; list-style: none; }
.co-faq summary::-webkit-details-marker { display: none; }
.co-faq summary::after { content: "+"; color: var(--co-forest); font-size: 1.3rem; }
.co-faq details[open] summary::after { content: "−"; }
.co-faq p { max-width: 760px; margin: -.4rem 0 1.4rem; color: rgba(11,42,63,.7); }

.co-cta { position: relative; min-height: 560px; display: grid; place-items: center; overflow: hidden; color: var(--co-white); text-align: center; }
.co-cta img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.co-cta::after { content: ""; position: absolute; inset: 0; background: rgba(18,18,18,.66); }
.co-cta__body { position: relative; z-index: 2; width: min(900px, calc(100% - 40px)); }
.co-cta h2 { margin: 0; color: var(--co-white) !important; font: 500 clamp(3rem, 7vw, 6rem)/.92 var(--co-serif); letter-spacing: -.04em; }
.co-cta p { margin: 1.2rem auto 2rem; max-width: 570px; color: rgba(255,255,255,.8); }

.co-footer { padding: 70px 0 26px; background: var(--co-ink); color: rgba(255,255,255,.8); }
.co-footer__grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 3rem; }
.co-footer__grid > div:first-child { align-self: start; }
.co-footer__logo { width: 160px; margin: 0 0 30px; filter: brightness(0) invert(1); }
.co-footer__tagline { position: relative; max-width: 330px; margin: 0 !important; padding-top: 22px; line-height: 1.5; }
.co-footer__tagline::before { content: ""; position: absolute; top: 0; left: 0; width: 42px; height: 1px; background: var(--co-coral); }
.co-footer__eyebrow { display: block; margin-bottom: 8px; color: var(--co-coral); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.co-footer__place { display: block; color: var(--co-white); font: 500 1.3rem/1.2 var(--co-serif); }
.co-footer__tagline strong { display: block; margin-top: 9px; color: rgba(255,255,255,.72); font-size: .92rem; font-weight: 400; }
.co-footer h3 { margin: 0 0 1rem; color: var(--co-white); font: 600 1.15rem/1.2 var(--co-serif); }
.co-footer p, .co-footer a { font-size: .9rem; }
.co-footer a { text-decoration: none; }
.co-footer__links { display: grid; gap: .55rem; }
.co-footer__bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3.5rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.14); font-size: .78rem; }
.co-whatsapp { position: fixed; right: 22px; bottom: 88px; z-index: 900; display: inline-flex; align-items: center; gap: .55rem; min-height: 50px; padding: .75rem 1rem; border: 1px solid rgba(0,48,86,.18); border-radius: 999px; background: var(--co-shell); color: var(--co-forest) !important; box-shadow: 0 12px 34px rgba(0,0,0,.18); font-weight: 800; text-decoration: none; }
.co-reserve-float { position: fixed; right: 22px; bottom: 22px; z-index: 900; display: inline-flex; align-items: center; justify-content: center; min-width: 142px; min-height: 50px; padding: .75rem 1rem; border: 1px solid var(--co-forest); border-radius: 999px; background: var(--co-forest); color: var(--co-white) !important; box-shadow: 0 12px 34px rgba(0,0,0,.18); font-weight: 800; text-decoration: none; }

.co-page-hero { padding: 180px 0 75px; background: var(--co-sand); }
.co-page-hero h1 { max-width: 900px; margin: 0; font: 500 clamp(3rem, 6vw, 6rem)/.95 var(--co-serif); letter-spacing: -.04em; }
.co-page-hero p { max-width: 700px; margin: 1.2rem 0 0; color: rgba(11,42,63,.68); }
.co-review-hero { padding-bottom: 64px; text-align: center; }
.co-review-hero .co-eyebrow { justify-content: center; }
.co-review-hero h1, .co-review-hero p { margin-inline: auto; }
.co-review-section { padding-top: 54px; }
.co-review-layout { width: min(720px, calc(100% - 40px)); }
.co-review-card { min-height: 355px; padding: clamp(18px, 4vw, 34px); border: 1px solid var(--co-line); border-radius: 22px; background: #faf7f1; box-shadow: var(--co-shadow); }
.co-review-card #cometia-review-inline { max-width: 560px !important; background: transparent !important; }
.co-review-card #cometia-review-inline-frame { border-radius: 14px; }
.co-review-fallback { margin: 24px 0 0; text-align: center; color: rgba(11,42,63,.68); }
.co-review-fallback span { display: block; margin-bottom: 4px; }
.co-review-fallback a { color: var(--co-forest); font-weight: 800; text-underline-offset: 3px; }
.co-rooms { display: grid; gap: 1rem; margin-top: 3rem; }
.co-room { display: grid; grid-template-columns: 360px 1fr; min-height: 300px; overflow: hidden; border: 1px solid var(--co-line); border-radius: 18px; background: var(--co-white); }
.co-room img { width: 100%; height: 100%; object-fit: cover; }
.co-room__copy { padding: clamp(1.5rem, 4vw, 3rem); }
.co-room__copy h2 { margin: 0 0 .8rem; font: 600 2rem/1.05 var(--co-serif); }
.co-room__copy p { margin: 0 0 1.3rem; color: rgba(11,42,63,.72); }
.co-contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1rem; margin-top: 3rem; }
.co-contact-card { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--co-line); border-radius: 18px; background: var(--co-white); }
.co-contact-card h2 { margin-top: 0; font: 600 2rem/1.1 var(--co-serif); }
.co-contact-card a { color: var(--co-forest); font-weight: 750; }
.co-service-highlight { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(2rem, 6vw, 6rem); align-items: end; }
.co-service-highlight__action { padding: 1.5rem; border-left: 1px solid var(--co-line); }
.co-service-highlight__action p { margin: 0 0 1.25rem; color: rgba(11,42,63,.68); }
.co-fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.25rem; }
.co-fact { padding: 1.5rem; border: 1px solid var(--co-line); border-radius: 16px; background: var(--co-white); }
.co-fact strong { display: block; margin-bottom: .45rem; font: 600 1.3rem/1.15 var(--co-serif); }
.co-fact p { margin: 0; color: rgba(11,42,63,.68); font-size: .94rem; }
.co-route-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 3rem; }
.co-route-card { padding: clamp(1.5rem, 4vw, 2.6rem); border: 1px solid var(--co-line); border-radius: 18px; background: var(--co-white); }
.co-route-card h2 { margin: 0 0 .8rem; font: 600 2rem/1.05 var(--co-serif); }
.co-route-card p { color: rgba(11,42,63,.72); }
.co-route-card ol { margin: 1.4rem 0 0; padding-left: 1.25rem; }
.co-route-card li { margin: .6rem 0; }
.co-note { margin-top: 1.25rem; padding: 1rem 1.15rem; border-left: 3px solid var(--co-coral); background: var(--co-sand); color: rgba(11,42,63,.75); }

@media (max-width: 960px) {
  .co-hero { align-items: end; }
  .co-hero__content { align-self: auto; }
  .co-hero .co-eyebrow { transform: none; }
  .co-nav { min-height: 74px; }
  .co-brand img { height: 54px; }
  .co-menu-button { display: block; }
  .co-links { position: fixed; inset: 0; display: grid; align-content: center; justify-items: center; gap: 1.4rem; padding: 5rem 2rem; background: var(--co-shell); color: var(--co-ink); visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-110%); transition: transform .3s ease, opacity .2s ease, visibility 0s linear .3s; }
  .co-links.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
  .co-links a { font-size: 1.35rem; }
  .co-links .co-review-link { padding: .55rem 1rem; }
  .co-menu-button { position: relative; z-index: 2; }
  .co-booking { grid-template-columns: 1fr 1fr; }
  .co-booking .co-button { grid-column: 1 / -1; }
  .co-hero__mast { display: grid; grid-template-columns: 1fr; }
  .co-hero__title-row { position: static; display: block; width: auto; transform: none; }
  .co-hero h1 { width: auto; }
  .co-hero__side { position: static; display: flex; flex-direction: column; align-items: flex-start; }
  .co-hero__proof { justify-content: flex-start; flex-wrap: wrap; white-space: normal; }
  .co-hero__action-rail { min-height: auto; margin-top: 1rem; padding: 0; border-left: 0; }
  .co-hero__copy { position: static; margin: 1.2rem 0 0; }
  .co-intro, .co-split, .co-location, .co-contact-grid, .co-service-highlight { grid-template-columns: 1fr; }
  .co-service-highlight__action { padding: 0; border-left: 0; }
  .co-fact-grid { grid-template-columns: 1fr 1fr; }
  .co-split__media { aspect-ratio: 16/10; }
  .co-gallery { grid-template-rows: 220px 220px; }
  .co-feature-grid, .co-room-preview { grid-template-columns: 1fr 1fr; }
  .co-feature:nth-child(2) { border-right: 0; }
  .co-room { grid-template-columns: 280px 1fr; }
}

@media (max-width: 640px) {
  body.co-site.admin-bar .co-header { top: 46px; }
  .co-container { width: min(100% - 28px, 1180px); }
  .co-section { padding: 68px 0; }
  .co-hero { min-height: 610px; }
  .co-hero__content { padding: 112px 0 92px; }
  .co-hero h1 { font-size: clamp(3.1rem, 16vw, 5rem); }
  .co-booking { margin-top: -72px; grid-template-columns: 1fr; padding: 1rem; border-radius: 18px; }
  .co-booking--engine { display: block; padding: 0; scroll-margin-top: 92px; }
  .co-booking__launch { align-items: stretch; flex-direction: column; gap: .9rem; padding: 1rem; }
  .co-booking__launch .co-button { width: 100%; }
  .co-booking__item { border-right: 0; border-bottom: 1px solid var(--co-line); padding: .5rem; }
  .co-gallery { grid-template-columns: 1fr; grid-template-rows: 340px 230px 230px; }
  .co-gallery figure:first-child { grid-row: auto; }
  .co-feature-grid, .co-room-preview, .co-checks, .co-fact-grid, .co-route-grid { grid-template-columns: 1fr; }
  .co-feature { min-height: 150px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .co-feature h3 { margin-top: 1.8rem; }
  .co-room-card { min-height: 360px; }
  .co-split__media { aspect-ratio: 4/3; }
  .co-split__badge { right: 12px; bottom: 16px; width: 108px; padding: .9rem; font-size: .9rem; }
  .co-footer__grid { grid-template-columns: 1fr; gap: 2rem; }
  .co-footer__bottom { display: grid; }
  .co-whatsapp span { display: none; }
  .co-whatsapp { width: 52px; justify-content: center; }
  .co-room { grid-template-columns: 1fr; }
  .co-room img { aspect-ratio: 4/3; }
  .co-review-layout { width: min(100% - 28px, 720px); }
  .co-review-card { min-height: 340px; padding: 10px; border-radius: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
