:root {
  --ink: #302c28; --forest: #24211d; --forest-light: #3b352e;
  --gold: #b5894a; --gold-light: #e4c991; --ivory: #f4efe7;
  --paper: #fcfaf6; --sand: #e9dfd1; --muted: #706861;
  --line: rgba(48, 44, 40, .14); --shadow: 0 24px 70px rgba(38, 33, 28, .14);
  --display-font: "Italiana", "Times New Roman", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background-color: var(--paper); background-image: linear-gradient(rgba(252,250,246,.78),rgba(252,250,246,.78)),url("images/mariposa-page-background-v1.jpg"); background-position: center top; background-size: auto,760px auto; background-repeat: repeat; background-attachment: fixed; font-family: "Manrope", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 3rem)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; padding: .65rem 0; background: rgba(255,250,248,.72); backdrop-filter: blur(20px); }
.nav-wrap { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; padding: .5rem .6rem .5rem 1rem; border: 1px solid rgba(75,38,59,.09); border-radius: 18px; background: rgba(255,255,255,.84); box-shadow: 0 10px 34px rgba(75,38,59,.08); }
.brand { display: inline-flex; align-items: center; gap: .8rem; }
.brand-logo { width: 52px; height: 52px; padding: 2px; border: 1px solid rgba(199,150,105,.28); border-radius: 14px; object-fit: contain; background: #fffaf8; box-shadow: 0 5px 14px rgba(75,38,59,.08); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: var(--display-font); font-size: 1.6rem; letter-spacing: -.02em; }
.brand-copy small { margin-top: .25rem; color: var(--gold); font-size: .58rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.main-nav { display: flex; gap: .15rem; padding: .3rem; border: 1px solid rgba(75,38,59,.06); border-radius: 999px; color: #66545d; background: var(--ivory); font-size: .7rem; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.main-nav a { padding: .62rem .85rem; border-radius: 999px; transition: color .25s,background .25s,box-shadow .25s,transform .25s; }
.main-nav a:hover,.main-nav a.is-active { color: var(--forest); background: white; box-shadow: 0 5px 16px rgba(75,38,59,.09); transform: translateY(-1px); }
.nav-actions { display: flex; align-items: center; gap: .65rem; }
.nav-toggle,.mobile-nav-quote { display: none; }
.language-switch { display: inline-flex; align-items: center; gap: .2rem; padding: .3rem .45rem; border: 1px solid var(--line); border-radius: 999px; background: white; }
.language-switch button { min-width: 28px; padding: .28rem .35rem; border: 0; border-radius: 999px; color: var(--muted); background: transparent; font: inherit; font-size: .64rem; font-weight: 700; cursor: pointer; transition: color .2s,background .2s,box-shadow .2s; }
.language-switch button:hover { color: var(--forest); }
.language-switch button.is-active { color: var(--forest); background: var(--ivory); box-shadow: inset 0 0 0 1px rgba(75,38,59,.05); }
.language-switch span { color: var(--gold); font-size: .68rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 50px; padding: .55rem .55rem .55rem 1.25rem; border: 1px solid transparent; border-radius: 14px; font-size: .73rem; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; transition: transform .25s,box-shadow .25s,background .25s,border-color .25s; }
.button:hover { transform: translateY(-3px); }
.button:active { transform: translateY(-1px) scale(.985); }
.button:focus-visible,.carousel-button:focus-visible { outline: 3px solid rgba(199,150,105,.38); outline-offset: 3px; }
.button-primary { color: white; background: linear-gradient(135deg,#24211d,#494138); box-shadow: 0 14px 28px rgba(38,33,28,.2),inset 0 1px 0 rgba(255,255,255,.1); }
.button-primary:hover { background: linear-gradient(135deg,#302c28,#5a5044); box-shadow: 0 18px 34px rgba(38,33,28,.27); }
.button-arrow { width: 36px; height: 36px; display: grid; place-items: center; flex: none; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: rgba(255,255,255,.1); font-size: .9rem; transition: transform .25s,background .25s; }
.button:hover .button-arrow { background: rgba(255,255,255,.17); transform: translate(2px,-2px); }
.nav-quote { position: relative; isolation: isolate; overflow: hidden; min-height: 42px; gap: .45rem; padding: .3rem .35rem .3rem .65rem; border: 1px solid rgba(237,207,173,.22); border-radius: 12px; background: linear-gradient(135deg,#3c1d30 0%,#5d2d47 68%,#713b55 100%); box-shadow: 0 9px 20px rgba(75,38,59,.21),inset 0 1px 0 rgba(255,255,255,.12); font-size: .66rem; }
.nav-quote::before { content: ""; position: absolute; z-index: -1; width: 70px; height: 150%; left: -90px; top: -25%; background: linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent); transform: skewX(-20deg); transition: left .65s ease; }
.nav-quote:hover { background: linear-gradient(135deg,#926c38,#b5894a); box-shadow: 0 15px 32px rgba(38,33,28,.28); }
.nav-quote:hover::before { left: 110%; }
.nav-quote-spark { display: grid; width: 16px; height: 16px; place-items: center; color: var(--gold-light); }
.nav-quote-spark svg { width: 12px; height: 12px; fill: currentColor; }
.nav-quote-arrow { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: rgba(255,255,255,.1); font-size: .78rem; transition: transform .25s,background .25s; }
.nav-quote:hover .nav-quote-arrow { background: rgba(255,255,255,.17); transform: translate(2px,-2px); }
.button-secondary { border-color: rgba(75,38,59,.22); color: var(--forest); background: rgba(255,255,255,.56); box-shadow: 0 10px 24px rgba(75,38,59,.06); backdrop-filter: blur(8px); }
.button-secondary .button-arrow { border-color: rgba(75,38,59,.12); background: var(--ivory); }
.button-secondary:hover { border-color: rgba(75,38,59,.42); background: white; box-shadow: 0 16px 30px rgba(75,38,59,.1); }
.button-secondary:hover .button-arrow { background: var(--sand); }
.button-light { color: var(--forest); background: var(--ivory); }
.button-whatsapp { color: white; background: #25d366; box-shadow: 0 14px 28px rgba(37,211,102,.2); }
.button-whatsapp:hover { background: #1fb958; }
.hero { position: relative; overflow: hidden; padding: 6.5rem 0 5rem; background: linear-gradient(115deg, var(--ivory), #fffaf8 62%, #ead9d6); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -300px; top: -250px; border: 1px solid rgba(200,168,107,.28); border-radius: 50%; box-shadow: 0 0 0 55px rgba(200,168,107,.045), 0 0 0 110px rgba(200,168,107,.035); }
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(3rem,7vw,7rem); align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: .7rem; color: #9a664f; font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold); }
.hero-copy h1, .section-heading h2, .banner-copy h2, .cta-box h2 { font-family: var(--display-font); }
.hero-copy h1 { max-width: 660px; margin: 1.25rem 0 1.5rem; font-size: clamp(3.5rem,6.3vw,6.2rem); font-weight: 600; line-height: .89; letter-spacing: -.055em; }
.hero-copy h1 em { display: block; color: var(--forest-light); font-weight: 500; }
.hero-copy p { max-width: 540px; margin: 0; color: var(--muted); font-size: 1.02rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.2rem; }
.scroll-reveal { opacity: 0; transform: translateY(30px); filter: blur(4px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,.7,.25,1), filter .8s ease; transition-delay: var(--reveal-delay,0ms); }
.scroll-reveal.is-visible { opacity: 1; transform: translateY(0); filter: blur(0); }
.hero-points { display: flex; flex-wrap: wrap; gap: .8rem 1.5rem; margin: 2rem 0 0; padding: 0; list-style: none; color: #6d5b63; font-size: .75rem; font-weight: 600; }
.hero-points li::before { content: "✦"; margin-right: .55rem; color: var(--gold); }
.hero-visual { position: relative; }
.hero-visual::before { display: none; }
.feature-panel { position: relative; padding: 4px; border-radius: 18px; background: rgba(255,255,255,.76); box-shadow: 0 20px 55px rgba(75,38,59,.14); }
.showcase-scene { position: relative; height: 610px; overflow: hidden; border-radius: 14px; background: #2b1722; isolation: isolate; }
.showcase-scene::before { content: ""; position: absolute; z-index: 0; inset: -35px; background-image: linear-gradient(rgba(43,23,34,.32),rgba(43,23,34,.32)),var(--carousel-bg); background-position: center; background-size: cover; filter: blur(25px) saturate(.82); transform: scale(1.1); transition: background-image .5s ease; }
.showcase-scene::after { content: ""; position: absolute; z-index: 3; inset: 0; background: linear-gradient(180deg,rgba(25,12,20,.3) 0%,transparent 28%,transparent 60%,rgba(25,12,20,.68) 100%); pointer-events: none; }
.carousel-slide { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; padding: 0; object-fit: contain; opacity: 0; transform: scale(1.025); filter: drop-shadow(0 12px 20px rgba(0,0,0,.16)); transition: opacity .4s ease, transform .8s cubic-bezier(.22,.7,.25,1); }
.carousel-slide.is-active { opacity: 1; transform: scale(1); }
.carousel-topline { position: absolute; z-index: 5; top: 1.4rem; right: 1.4rem; left: 1.4rem; display: flex; align-items: center; justify-content: space-between; color: white; }
.carousel-kicker { padding: .55rem .8rem; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(35,18,28,.3); font-size: .58rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; backdrop-filter: blur(12px); }
.carousel-counter { display: flex; align-items: center; gap: .5rem; font-size: .65rem; letter-spacing: .08em; }
.carousel-counter strong { font-size: .78rem; }
.carousel-counter i { width: 24px; height: 1px; background: rgba(255,255,255,.55); }
.carousel-button { position: absolute; z-index: 6; top: 50%; width: 48px; height: 48px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; color: white; background: rgba(35,18,28,.36); cursor: pointer; transform: translateY(-50%); backdrop-filter: blur(12px); transition: background .25s, border-color .25s, transform .25s; }
.carousel-button:hover { border-color: rgba(255,255,255,.75); background: var(--forest); transform: translateY(-50%) scale(1.06); }
.carousel-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.carousel-prev { left: 1.2rem; }
.carousel-next { right: 1.2rem; }
.carousel-bottom { position: absolute; z-index: 5; right: 1.5rem; bottom: 1.35rem; left: 1.5rem; color: white; }
.carousel-caption { margin: 0 0 .8rem; font-family: var(--display-font); font-size: 1.45rem; font-weight: 600; line-height: 1.1; text-shadow: 0 2px 16px rgba(0,0,0,.3); }
.carousel-navigation { display: flex; align-items: center; gap: 1rem; }
.carousel-dots { display: flex; align-items: center; gap: .4rem; }
.carousel-dots button { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.42); cursor: pointer; transition: width .25s, background .25s; }
.carousel-dots button.is-active { width: 22px; border-radius: 10px; background: white; }
.carousel-progress { height: 2px; flex: 1; overflow: hidden; background: rgba(255,255,255,.24); }
.carousel-progress span { display: block; width: 0; height: 100%; background: white; }
.carousel-progress.is-running span { animation: carousel-progress 3.8s linear forwards; }
.carousel:hover .carousel-progress span { animation-play-state: paused; }
@keyframes carousel-progress { from { width: 0; } to { width: 100%; } }
.showcase-card { position: absolute; z-index: 2; left: 2rem; bottom: 2rem; color: white; }
.showcase-card .mini-tag { display: block; margin-bottom: .35rem; color: var(--gold-light); font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.showcase-card strong { font-family: var(--display-font); font-size: clamp(2rem,4vw,3.6rem); font-weight: 500; line-height: 1; }
.floating-note, .mini-card { position: absolute; z-index: 3; display: grid; padding: .9rem 1rem; background: rgba(255,253,248,.93); box-shadow: 0 12px 30px rgba(15,35,31,.13); }
.floating-note { right: -1rem; top: 2rem; }
.mini-card { display: none; }
.floating-note span, .mini-card small { color: #9a664f; font-size: .58rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.floating-note strong, .mini-card strong { font-family: var(--display-font); font-size: 1.15rem; }
.panel-metrics { display: none; }
.stats-strip { background: var(--forest); color: white; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stats-grid div { position: relative; display: grid; place-items: center; padding: 2rem 1rem; text-align: center; }
.stats-grid div:not(:last-child)::after { content: ""; position: absolute; right: 0; width: 1px; height: 32px; background: rgba(255,255,255,.16); }
.stats-grid strong { font-family: var(--display-font); color: var(--gold-light); font-size: 1.35rem; }
.stats-grid span { color: rgba(255,255,255,.64); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.section { padding: 7rem 0; }
.section-heading { max-width: 760px; margin-bottom: 3.2rem; }
.section-heading h2 { margin: .8rem 0 0; font-size: clamp(2.8rem,5vw,4.6rem); font-weight: 600; line-height: .98; letter-spacing: -.045em; }
.card-grid { display: grid; gap: 0; }
.three-up { grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--line); }
.info-card { padding: 2.6rem 2.2rem; }
.info-card:not(:last-child) { border-right: 1px solid var(--line); }
.icon-box { margin-bottom: 2rem; color: var(--gold); font-family: var(--display-font); }
.info-card h3 { margin: 0 0 .9rem; font-family: var(--display-font); font-size: 1.85rem; line-height: 1.05; }
.info-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.muted-section { background-color: var(--ivory); }
.catalog-heading { max-width: 760px; }
.catalog-heading p { margin: 0 0 .5rem; color: var(--muted); }
.catalog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.35rem; align-items: stretch; }
.catalog-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid rgba(75,38,59,.1); border-radius: 18px; background: rgba(255,250,248,.96); box-shadow: 0 10px 30px rgba(75,38,59,.07); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.catalog-card:hover { border-color: rgba(199,150,105,.6); box-shadow: 0 22px 50px rgba(75,38,59,.15); transform: translateY(-7px); }
.catalog-image { position: relative; height: 310px; overflow: hidden; margin: .45rem .45rem 0; border-radius: 13px; background: #efe5e2; }
.catalog-image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(75,38,59,.08); border-radius: inherit; pointer-events: none; }
.catalog-image img { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; object-position: center; filter: saturate(.94) contrast(1.01); transition: transform .6s ease, filter .6s ease; }
.catalog-card:hover img { transform: scale(1.025); filter: saturate(1.04) contrast(1.02); }
.catalog-info { flex: 1; display: grid; grid-template-columns: minmax(0,1fr) 76px; align-items: start; gap: .8rem; padding: .9rem 1.15rem 1.1rem; }
.catalog-info:not(.catalog-info-tents):not(.catalog-info-no-price) { min-height: 108px; }
.catalog-info span { display: block; color: #a26952; font-size: .62rem; font-weight: 700; letter-spacing: .14em; line-height: 1.45; text-transform: uppercase; }
.catalog-info h3 { min-height: 2.1em; margin: .18rem 0 0; color: var(--ink); font-family: var(--display-font); font-size: 1.45rem; font-weight: 600; line-height: 1.05; }
.catalog-info > strong { display: grid; width: 76px; min-height: 58px; place-items: center; align-self: start; padding: .5rem .35rem; border: 0; border-radius: 8px; color: var(--forest); background: rgba(237,229,213,.7); font-family: var(--display-font); font-size: 1.05rem; font-weight: 700; line-height: 1.05; text-align: center; white-space: nowrap; }
.catalog-info-tents { display: grid; grid-template-columns: 1fr; align-items: start; }
.catalog-info-tents h3 { min-height: 0; }
.catalog-prices { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .4rem; margin: .8rem 0 0; padding: .75rem 0 0; border-top: 1px solid var(--line); list-style: none; }
.catalog-prices li { display: grid; min-height: 58px; align-content: center; gap: .15rem; padding: .5rem .6rem; border-radius: 8px; background: rgba(237,229,213,.7); text-align: center; }
.catalog-prices li span { color: var(--muted); font-size: .58rem; letter-spacing: .07em; }
.catalog-prices li strong { color: var(--forest); font-family: var(--display-font); font-size: 1.35rem; line-height: 1; }
.catalog-info-no-price { min-height: 78px; grid-template-columns: 1fr; }
.info-banner { padding-top: 7rem; }
.banner-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 4rem; align-items: center; padding: 4rem; border: 1px solid var(--line); }
.banner-copy h2 { margin: .8rem 0 0; font-size: clamp(2.5rem,4vw,4rem); font-weight: 600; line-height: .98; letter-spacing: -.04em; }
.banner-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.banner-points div { padding-top: 1rem; border-top: 1px solid var(--gold); }
.banner-points strong { color: var(--gold); font-family: var(--display-font); font-size: 1.5rem; }
.banner-points p { margin: .7rem 0 0; color: var(--muted); font-size: .78rem; }
.cta-section { padding: 1rem 0 7rem; background-image: linear-gradient(rgba(252,250,246,.8),rgba(252,250,246,.8)),url("images/mariposa-page-background-v1.jpg"); background-position: center; background-size: auto,760px auto; }
.cta-box { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); align-items: center; gap: clamp(3rem,7vw,7rem); padding: clamp(2.5rem,6vw,5rem); border-radius: 28px; color: white; background: radial-gradient(circle at 8% 12%,rgba(181,137,74,.2),transparent 30%),linear-gradient(135deg,#1f1d1a,#3b352e); box-shadow: 0 30px 80px rgba(38,33,28,.22); }
.cta-box::before { content: ""; position: absolute; width: 390px; height: 390px; left: -190px; bottom: -260px; border: 1px solid rgba(237,207,173,.18); border-radius: 50%; box-shadow: 0 0 0 50px rgba(237,207,173,.035),0 0 0 100px rgba(237,207,173,.025); }
.cta-box::after { content: "M"; position: absolute; left: 38%; bottom: -5rem; color: rgba(255,255,255,.025); font-family: var(--display-font); font-size: 18rem; line-height: 1; }
.cta-box > * { position: relative; z-index: 1; }
.cta-box .eyebrow { color: var(--gold-light); }
.cta-box h2 { max-width: 670px; margin: 1rem 0 1.2rem; font-size: clamp(3rem,5vw,5rem); font-weight: 500; line-height: .92; letter-spacing: -.05em; }
.cta-copy > p { max-width: 590px; margin: 0; color: rgba(255,255,255,.67); font-size: .94rem; }
.contact-assurances { display: grid; gap: .7rem; margin-top: 2rem; }
.contact-assurances span { display: flex; align-items: center; gap: .8rem; color: rgba(255,255,255,.82); font-size: .75rem; }
.contact-assurances i { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid rgba(237,207,173,.32); border-radius: 50%; color: var(--gold-light); font-size: .52rem; font-style: normal; }
.contact-assurances b { font-weight: 600; }
.contact-card { padding: 1.6rem; border: 1px solid rgba(255,255,255,.5); border-radius: 20px; color: var(--ink); background: rgba(255,250,248,.96); box-shadow: 0 25px 60px rgba(24,10,18,.25); backdrop-filter: blur(16px); }
.contact-card-head { display: grid; gap: .55rem; padding: .2rem .25rem 1.3rem; }
.contact-card-head > strong { font-family: var(--display-font); font-size: 2rem; line-height: 1; }
.contact-status { display: flex; align-items: center; gap: .5rem; color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.contact-status > i { width: 7px; height: 7px; border-radius: 50%; background: #28b76b; box-shadow: 0 0 0 4px rgba(40,183,107,.12); }
.contact-primary,.contact-phone { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .9rem; border-radius: 13px; transition: transform .25s,box-shadow .25s,border-color .25s; }
.contact-primary { padding: 1rem; color: white; background: linear-gradient(135deg,#1fb958,#25d366); box-shadow: 0 14px 28px rgba(37,211,102,.2); }
.contact-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(37,211,102,.28); }
.contact-primary small,.contact-phone small { display: block; margin-bottom: .13rem; font-size: .55rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; opacity: .75; }
.contact-primary strong,.contact-phone strong { display: block; font-size: .82rem; }
.contact-primary > b,.contact-phone > b { font-size: 1.1rem; }
.contact-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--forest); background: var(--ivory); }
.contact-icon svg { width: 21px; height: 21px; fill: currentColor; }
.contact-icon-whatsapp { border-color: rgba(255,255,255,.24); color: white; background: rgba(255,255,255,.14); }
.contact-phone { margin-top: .75rem; padding: .9rem 1rem; border: 1px solid var(--line); background: white; }
.contact-phone:hover { border-color: rgba(199,150,105,.65); transform: translateY(-2px); }
.contact-phone .contact-icon svg { fill: none; stroke: currentColor; stroke-width: 1.6; }
.contact-socials { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.1rem; padding: 1rem .25rem .1rem; border-top: 1px solid var(--line); }
.contact-socials > span { color: var(--muted); font-size: .62rem; }
.contact-socials div { display: flex; gap: .5rem; }
.contact-socials a { padding: .35rem .55rem; border-radius: 999px; color: var(--forest); background: var(--ivory); font-size: .58rem; font-weight: 700; transition: background .2s,color .2s; }
.contact-socials a:hover { color: white; background: var(--forest); }
.whatsapp-float { position: fixed; z-index: 30; right: 1.4rem; bottom: 1.4rem; width: 58px; height: 58px; display: grid; place-items: center; border: 2px solid white; border-radius: 50%; color: white; background: #25d366; box-shadow: 0 12px 30px rgba(15,44,35,.28); transition: transform .25s ease, background .25s ease; }
.whatsapp-float:hover { background: #1fb958; transform: translateY(-3px) scale(1.03); }
.whatsapp-float svg { width: 32px; height: 32px; }
.site-footer { color: rgba(255,255,255,.72); background: linear-gradient(135deg,#1f1d1a,#302c28); }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; gap: 0; padding: 3.75rem 0 3rem; }
.footer-grid > * { min-width: 0; padding: 0 clamp(1.5rem,3vw,3rem); }
.footer-grid > :first-child { padding-left: 0; }
.footer-grid > :not(:first-child) { border-left: 1px solid rgba(255,255,255,.1); }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand img { width: 72px; height: 72px; flex: none; padding: 3px; border: 1px solid rgba(237,207,173,.24); border-radius: 16px; object-fit: contain; background: #fffaf8; }
.footer-brand strong { color: white; font-family: var(--display-font); font-size: 1.55rem; }
.footer-brand p, .footer-column p { margin: .35rem 0 0; font-size: .76rem; line-height: 1.7; }
.footer-column { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; gap: .4rem; }
.footer-column h3 { margin: 0 0 .35rem; color: var(--gold-light); font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-column a { font-size: .76rem; transition: color .2s; }
.footer-column a:hover { color: var(--gold-light); }
.social-links { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: .55rem; }
.social-links a { display: inline-flex; align-items: center; gap: .45rem; padding: .38rem .6rem; border: 1px solid rgba(228,209,167,.22); border-radius: 999px; color: rgba(255,255,255,.82); }
.social-links a:hover { border-color: rgba(228,209,167,.65); background: rgba(255,255,255,.06); }
.social-links svg { width: 17px; height: 17px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-links svg path { fill: currentColor; stroke: none; }
.social-links .social-dot { fill: currentColor; stroke: none; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 72px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; font-size: .7rem; }
.footer-bottom nav { display: flex; gap: 1.4rem; }
.footer-bottom nav a { font-size: .68rem; letter-spacing: .07em; text-transform: uppercase; transition: color .2s; }
.footer-bottom nav a:hover { color: var(--gold-light); }
@media (max-width: 900px) {
  .main-nav { display: none; }
  .nav-wrap { padding-left: .75rem; }
  .hero-grid, .banner-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 4rem; }
  .catalog-grid { grid-template-columns: repeat(2,1fr); }
  .three-up { grid-template-columns: 1fr; }
  .info-card:not(:last-child) { border-right: 0; border-bottom: 1px solid var(--line); }
  .banner-grid { padding: 2.5rem; }
  .cta-box { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
}
@media (max-width: 580px) {
  .container { width: min(100% - 2rem,1180px); }
  .site-header { padding: .45rem 0; }
  .nav-wrap { min-height: 64px; border-radius: 15px; }
  .brand-logo { width: 44px; height: 44px; }
  .brand-copy strong { font-size: 1.45rem; }
  .nav-quote { display: none; }
  .nav-actions { margin-left: auto; }
  .hero { padding: 4.5rem 0 3.5rem; }
  .hero-copy h1 { font-size: clamp(3.25rem,17vw,4.7rem); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-points { display: grid; }
  .showcase-scene { height: 460px; }
  .feature-panel { padding: 3px; border-radius: 15px; }
  .showcase-scene { border-radius: 12px; }
  .carousel-topline { top: 1rem; right: 1rem; left: 1rem; }
  .carousel-kicker { font-size: .52rem; }
  .carousel-button { width: 42px; height: 42px; }
  .carousel-prev { left: .75rem; }
  .carousel-next { right: .75rem; }
  .carousel-bottom { right: 1rem; bottom: 1rem; left: 1rem; }
  .carousel-caption { font-size: 1.2rem; }
  .floating-note { right: -.4rem; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stats-grid div:nth-child(2)::after { display: none; }
  .stats-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .section { padding: 5rem 0; }
  .section-heading h2 { font-size: 2.8rem; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-grid { gap: 1.25rem; }
  .catalog-image { height: min(92vw,430px); }
  .catalog-info h3 { min-height: 0; }
  .catalog-info:not(.catalog-info-tents):not(.catalog-info-no-price) { min-height: 0; }
  .catalog-info { display: grid; }
  .banner-grid { padding: 1.6rem; gap: 2.5rem; }
  .banner-points { grid-template-columns: 1fr; }
  .cta-section { padding-bottom: 4rem; }
  .cta-box { gap: 2.5rem; padding: 2.2rem 1.25rem 1.25rem; border-radius: 20px; }
  .cta-box h2 { font-size: 3.15rem; }
  .contact-card { padding: 1rem; border-radius: 16px; }
  .contact-card-head > strong { font-size: 1.7rem; }
  .contact-socials { align-items: flex-start; flex-direction: column; }
  .whatsapp-float { right: 1rem; bottom: 1rem; width: 54px; height: 54px; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; padding: 3.5rem 0 2.5rem; }
  .footer-grid > * { padding: 0; }
  .footer-grid > :not(:first-child) { padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.1); border-left: 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding: 1.25rem 0; }
  .footer-bottom nav { flex-wrap: wrap; gap: .65rem 1.1rem; }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-reveal { opacity: 1; transform: none; filter: none; transition: none; }
}

/* Cinematic local redesign */
.site-header { position: fixed; top: 0; right: 0; left: 0; padding: 1rem 0; background: transparent; backdrop-filter: none; }
.nav-wrap { width: min(920px,calc(100% - 3rem)); min-height: 66px; padding: .42rem .5rem .42rem .65rem; border-color: rgba(228,201,145,.2); border-radius: 999px; color: white; background: rgba(31,29,26,.88); box-shadow: 0 18px 48px rgba(0,0,0,.24); backdrop-filter: blur(18px); }
.brand { gap: .55rem; }
.brand-logo { width: 43px; height: 43px; border-color: rgba(255,255,255,.25); box-shadow: none; }
.brand-copy strong { color: white; font-size: 1.35rem; }
.brand-copy small { color: var(--gold-light); font-size: .48rem; }
.main-nav { border-color: transparent; color: rgba(255,255,255,.72); background: transparent; }
.main-nav a:hover,.main-nav a.is-active { color: white; background: rgba(255,255,255,.11); box-shadow: none; }
.language-switch { border-color: rgba(255,255,255,.13); background: rgba(255,255,255,.06); }
.language-switch button { color: rgba(255,255,255,.58); }
.language-switch button:hover,.language-switch button.is-active { color: white; background: rgba(255,255,255,.1); }
.language-switch span { color: rgba(255,255,255,.35); }
.nav-quote { border-color: rgba(228,201,145,.38); background: linear-gradient(135deg,#805e30,#a77b42); box-shadow: none; }
.hero { min-height: 820px; display: grid; align-items: center; padding: 10rem 0 8rem; color: white; background: #1e1c19; }
.hero::before { z-index: 7; width: 480px; height: 480px; left: -275px; top: 165px; border-color: rgba(237,207,173,.18); box-shadow: 0 0 0 55px rgba(237,207,173,.025),0 0 0 110px rgba(237,207,173,.018); }
.hero::after { content: ""; position: absolute; z-index: 2; inset: 0; background: radial-gradient(ellipse 62% 64% at 22% 55%,rgba(14,13,12,.62),rgba(14,13,12,.2) 62%,transparent 100%),linear-gradient(90deg,rgba(18,17,15,.5) 0%,rgba(18,17,15,.2) 48%,transparent 82%),linear-gradient(180deg,rgba(18,17,15,.1),transparent 48%,rgba(18,17,15,.22)); pointer-events: none; }
.hero-image-4k { position: absolute; z-index: 1; inset: 0; background: #1e1c19 url("images/hero-mariposa-premium-v2.jpg") center/cover no-repeat; }
.hero-video { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; object-position: center; background: transparent; }
.hero-video-playing .hero-butterflies { display: none; }
.hero-butterflies { position: absolute; z-index: 6; inset: 0; overflow: hidden; pointer-events: none; }
.hero-butterfly { position: absolute; display: block; color: #f1d39a; opacity: 0; filter: drop-shadow(0 4px 8px rgba(32,18,10,.28)); will-change: transform,opacity; }
.hero-butterfly svg { width: 100%; height: auto; overflow: visible; fill: rgba(241,211,154,.34); stroke: currentColor; stroke-width: .8; stroke-linecap: round; stroke-linejoin: round; transform-origin: center; animation: butterfly-flutter .6s ease-in-out infinite alternate; }
.hero-butterfly .butterfly-body { fill: none; stroke-width: 1.3; }
.butterfly-one { top: 29%; left: -4rem; width: 38px; animation: butterfly-flight-one 17s linear infinite 1s; }
.butterfly-two { top: 18%; right: -4rem; width: 27px; animation: butterfly-flight-two 21s linear infinite 4s; }
.butterfly-three { top: 58%; left: -5rem; width: 31px; color: #f5c9d4; animation: butterfly-flight-three 23s linear infinite 8s; }
.butterfly-four { top: 40%; right: -4rem; width: 22px; color: #f7e2b8; animation: butterfly-flight-four 19s linear infinite 12s; }
@keyframes butterfly-flutter { from { transform: scaleX(.58) rotate(-3deg); } to { transform: scaleX(1) rotate(3deg); } }
@keyframes butterfly-flight-one {
  0% { opacity: 0; transform: translate3d(0,20px,0) rotate(-12deg) scale(.78); }
  8%,88% { opacity: .88; }
  28% { transform: translate3d(34vw,-38px,0) rotate(10deg) scale(.94); }
  54% { transform: translate3d(67vw,26px,0) rotate(-6deg) scale(1); }
  78% { transform: translate3d(94vw,-54px,0) rotate(12deg) scale(.88); }
  100% { opacity: 0; transform: translate3d(116vw,-18px,0) rotate(4deg) scale(.8); }
}
@keyframes butterfly-flight-two {
  0% { opacity: 0; transform: translate3d(0,0,0) rotate(12deg) scale(.72); }
  10%,88% { opacity: .7; }
  30% { transform: translate3d(-32vw,44px,0) rotate(-10deg) scale(.9); }
  58% { transform: translate3d(-68vw,-28px,0) rotate(7deg) scale(1); }
  82% { transform: translate3d(-96vw,24px,0) rotate(-12deg) scale(.84); }
  100% { opacity: 0; transform: translate3d(-116vw,-12px,0) rotate(-4deg) scale(.72); }
}
@keyframes butterfly-flight-three {
  0% { opacity: 0; transform: translate3d(0,32px,0) rotate(-8deg) scale(.72); }
  12%,86% { opacity: .68; }
  33% { transform: translate3d(38vw,-56px,0) rotate(14deg) scale(.9); }
  63% { transform: translate3d(76vw,-18px,0) rotate(-8deg) scale(.82); }
  100% { opacity: 0; transform: translate3d(116vw,-92px,0) rotate(10deg) scale(.7); }
}
@keyframes butterfly-flight-four {
  0% { opacity: 0; transform: translate3d(0,-12px,0) rotate(8deg) scale(.7); }
  10%,86% { opacity: .72; }
  36% { transform: translate3d(-40vw,-42px,0) rotate(-12deg) scale(.88); }
  66% { transform: translate3d(-77vw,34px,0) rotate(9deg) scale(.78); }
  100% { opacity: 0; transform: translate3d(-116vw,-35px,0) rotate(-6deg) scale(.68); }
}
.hero-visual[hidden] { display: none; }
.hero-grid { position: static; display: block; }
.hero-copy { position: relative; z-index: 8; max-width: 860px; padding-top: 3rem; }
.hero-label { display: inline-flex; align-items: center; gap: .8rem; color: var(--gold-light); font-size: .65rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.hero-label::before { content: ""; width: 42px; height: 1px; background: var(--gold-light); }
.hero-copy h1 { max-width: 880px; margin: 0 0 1.5rem; color: #fff; font-size: clamp(4.6rem,8.3vw,8.2rem); font-weight: 500; line-height: .82; text-shadow: 0 3px 8px rgba(0,0,0,.82),0 12px 36px rgba(0,0,0,.52); }
.hero-copy h1 em { color: #efd5a4; text-shadow: 0 3px 8px rgba(0,0,0,.82),0 12px 36px rgba(0,0,0,.52); }
.hero-copy p { max-width: 600px; color: rgba(255,255,255,.9); font-size: 1.02rem; text-shadow: 0 2px 12px rgba(0,0,0,.7); }
.hero-actions { gap: .8rem; margin-top: 2rem; }
.hero-actions .hero-button { min-height: 54px; padding: .65rem 1.65rem; border-radius: 999px; letter-spacing: .065em; backdrop-filter: blur(12px); }
.hero-actions .hero-button .button-arrow { width: 40px; height: 40px; border-radius: 50%; }
.hero-actions .button-primary { border-color: rgba(255,255,255,.92); background: #fcfaf6; color: #302c28; box-shadow: 0 14px 34px rgba(20,18,15,.34),inset 0 1px 0 #fff; }
.hero-actions .button-primary:hover { border-color: white; background: white; box-shadow: 0 19px 42px rgba(20,7,14,.42); }
.hero-actions .button-primary .button-arrow { border-color: rgba(48,44,40,.14); background: #eee5d8; }
.hero-actions .button-secondary { border-color: rgba(255,255,255,.5); color: white; background: rgba(18,17,15,.48); box-shadow: 0 12px 28px rgba(0,0,0,.2); }
.hero-actions .button-secondary:hover { border-color: white; background: rgba(255,255,255,.18); box-shadow: 0 16px 34px rgba(0,0,0,.24); }
.hero-actions .button-secondary .button-arrow { border-color: rgba(255,255,255,.26); background: rgba(255,255,255,.12); }
.hero-visual { position: absolute; z-index: 0; inset: 0; }
.feature-panel,.showcase-scene { width: 100%; height: 100%; padding: 0; border-radius: 0; background: transparent; box-shadow: none; }
.showcase-scene::before { display: none; }
.showcase-scene::after { z-index: 3; background: linear-gradient(90deg,rgba(20,11,17,.88) 0%,rgba(20,11,17,.65) 42%,rgba(20,11,17,.3) 72%,rgba(20,11,17,.38) 100%),linear-gradient(180deg,rgba(20,11,17,.55),transparent 35%,rgba(20,11,17,.65)); }
.carousel-slide { object-fit: cover; filter: saturate(.78) contrast(1.06); }
.carousel-topline { top: 7.2rem; right: 3rem; left: auto; gap: 1.2rem; }
.carousel-kicker { display: none; }
.carousel-button { top: auto; bottom: 6.5rem; }
.carousel-prev { right: 5rem; left: auto; }
.carousel-next { right: 1.5rem; }
.carousel-bottom { right: 8.5rem; bottom: 3rem; left: auto; width: min(360px,32vw); text-align: right; }
.carousel-caption { font-size: 1.15rem; }
.quick-contact { position: relative; z-index: 12; margin-top: -58px; }
.quick-contact-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 18px; background: rgba(252,250,246,.97); box-shadow: 0 24px 60px rgba(38,33,28,.16); }
.quick-contact a { position: relative; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; align-items: center; gap: .05rem 1rem; min-height: 116px; padding: 1.4rem 1.6rem; transition: background .25s,transform .25s; }
.quick-contact a:not(:last-child) { border-right: 1px solid var(--line); }
.quick-contact a:hover { z-index: 1; background: white; transform: translateY(-4px); }
.quick-contact a > span { grid-row: 1/3; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); font-size: .58rem; }
.quick-contact small { align-self: end; color: var(--muted); font-size: .58rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.quick-contact strong { align-self: start; font-family: var(--display-font); font-size: 1.25rem; line-height: 1.1; }
#servicios { padding: 5rem 0 4.5rem; }
#servicios .section-heading { max-width: 640px; margin-bottom: 2rem; }
#servicios .section-heading h2 { margin-top: .55rem; font-size: clamp(2.35rem,3.8vw,3.45rem); line-height: .96; }
#servicios .three-up { gap: .85rem; border: 0; }
#servicios .info-card { min-height: 160px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.55rem 1.65rem 1.7rem; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 10px 28px rgba(38,33,28,.05); transition: transform .3s,box-shadow .3s,border-color .3s; }
#servicios .icon-box { margin-bottom: 1.35rem; font-size: .78rem; letter-spacing: .08em; }
#servicios .info-card h3 { max-width: 280px; margin: 0; font-size: 1.55rem; line-height: 1.05; }
.info-card:not(:last-child) { border-right: 1px solid var(--line); }
#servicios .info-card:hover { border-color: rgba(181,137,74,.34); transform: translateY(-4px); box-shadow: 0 17px 38px rgba(38,33,28,.09); }

@media (max-width: 900px) {
  .nav-wrap { width: min(100% - 2rem,920px); }
  .hero { min-height: 760px; }
  .hero-copy { max-width: 720px; }
  .carousel-bottom { width: min(310px,50vw); }
  .quick-contact-grid { grid-template-columns: 1fr; }
  .quick-contact a:not(:last-child) { border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 900px) {
  body.nav-open { overflow: hidden; }
  .site-header { transition: padding .28s ease; }
  .site-header.is-scrolled { padding-top: .55rem; }
  .nav-wrap { position: relative; min-height: 64px; padding: .45rem .5rem .45rem .65rem; transition: background .28s ease,box-shadow .28s ease,border-radius .28s ease; }
  .site-header.is-scrolled .nav-wrap,.nav-wrap.menu-open { background: rgba(31,29,26,.96); box-shadow: 0 16px 42px rgba(0,0,0,.32); }
  .nav-quote { display: none; }
  .nav-actions { margin-left: auto; }
  .nav-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; flex: none; padding: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: white; background: rgba(255,255,255,.08); cursor: pointer; transition: background .25s,border-color .25s,transform .25s; }
  .nav-toggle:hover { border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.14); }
  .nav-toggle span { width: 18px; height: 1.5px; display: block; border-radius: 99px; background: currentColor; transition: transform .28s ease,opacity .2s ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .main-nav { position: absolute; top: calc(100% + .65rem); right: 0; left: 0; display: grid; gap: .35rem; padding: .65rem; border: 1px solid rgba(228,201,145,.2); border-radius: 22px; color: rgba(255,255,255,.78); background: rgba(31,29,26,.97); box-shadow: 0 24px 60px rgba(0,0,0,.38); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-10px) scale(.98); transform-origin: top; backdrop-filter: blur(22px); transition: opacity .24s ease,transform .24s ease,visibility .24s; }
  .nav-wrap.menu-open .main-nav { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); }
  .main-nav a { display: flex; align-items: center; min-height: 46px; padding: .7rem 1rem; border-radius: 13px; }
  .main-nav a:hover,.main-nav a.is-active { color: white; background: rgba(255,255,255,.1); transform: none; }
  .main-nav .mobile-nav-quote { display: flex; justify-content: center; margin-top: .2rem; color: #302c28; background: #fcfaf6; }
  .main-nav .mobile-nav-quote:hover { color: #302c28; background: white; }
}
@media (max-width: 580px) {
  .site-header { padding: .55rem 0; }
  .nav-wrap { width: calc(100% - 1rem); min-height: 58px; padding: .35rem .45rem; border-radius: 16px; }
  .brand-logo { width: 40px; height: 40px; }
  .brand-copy small { display: none; }
  .language-switch { padding: .2rem .3rem; }
  .language-switch button { min-width: 25px; padding: .22rem .25rem; }
  .nav-toggle { width: 42px; height: 42px; }
  .hero { min-height: 720px; padding: 8.5rem 0 7rem; }
  .hero-copy { padding-top: 1rem; }
  .hero-label { font-size: .56rem; }
  .hero-copy h1 { font-size: clamp(4rem,20vw,5.5rem); }
  .hero-copy p { font-size: .9rem; }
  .carousel-topline { top: 5.5rem; right: 1rem; }
  .carousel-button { bottom: 5rem; }
  .carousel-bottom { display: none; }
  .quick-contact { margin-top: -36px; }
  .quick-contact a { min-height: 92px; padding: 1rem; }
  #servicios { padding: 4rem 0 3.75rem; }
  #servicios .section-heading { margin-bottom: 1.6rem; }
  #servicios .section-heading h2 { font-size: 2.55rem; }
  #servicios .three-up { gap: .7rem; }
  #servicios .info-card { min-height: 0; padding: 1.25rem 1.35rem 1.4rem; }
  #servicios .icon-box { margin-bottom: .8rem; }
  #servicios .info-card h3 { font-size: 1.4rem; }
}

/* Editorial pricing guide */
#galeria { background-color: #f7f3ec; background-image: linear-gradient(rgba(247,243,236,.9),rgba(247,243,236,.9)),url("images/mariposa-page-background-v1.jpg"); background-position: center top; background-size: auto,760px auto; }
#galeria.section { padding: 5rem 0; }
#galeria .catalog-heading { position: relative; max-width: none; margin: 0 auto 2.75rem; padding-top: 1.6rem; text-align: center; }
#galeria .catalog-heading::before { content: ""; position: absolute; top: 0; left: 50%; width: 210px; height: 7px; border-radius: 99px; background: #ddc9a7; transform: translateX(-50%); }
#galeria .catalog-heading .eyebrow { justify-content: center; color: #9b713d; }
#galeria .catalog-heading .eyebrow::before { display: none; }
#galeria .catalog-heading h2 { max-width: 820px; margin: .8rem auto 0; color: #302c28; font-weight: 500; letter-spacing: -.025em; }
.catalog-grid { grid-template-columns: repeat(12,minmax(0,1fr)); gap: 0 2.4rem; }
.catalog-card { grid-column: span 4; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.catalog-card:hover { border-color: transparent; box-shadow: none; transform: none; }
.catalog-card:nth-child(-n+2) { grid-column: span 6; display: flex; padding: 0 2.4rem 3rem; border-top: 1px solid rgba(170,118,89,.42); border-bottom: 1px solid rgba(170,118,89,.42); }
.catalog-card:nth-child(1) { padding-left: 0; }
.catalog-card:nth-child(2) { padding-right: 0; border-left: 1px solid rgba(170,118,89,.42); }
.catalog-card:nth-child(-n+2) .catalog-info { order: -1; }
.catalog-card:nth-child(n+3) { margin-top: 4rem; padding-top: 1.25rem; border-top: 1px solid rgba(170,118,89,.32); }
.catalog-image { height: 340px; margin: 0; border-radius: 0; background: #eee4df; }
.catalog-card:nth-child(-n+2) .catalog-image { height: 420px; }
.catalog-image::after { border-color: rgba(75,38,59,.08); border-radius: 0; }
.catalog-image img { border-radius: 0; filter: saturate(.88) contrast(1.02); }
.catalog-card:hover img { transform: scale(1.018); filter: saturate(.98) contrast(1.03); }
.catalog-info { min-height: 0; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 1rem; padding: 1.25rem .1rem 0; }
.catalog-info:not(.catalog-info-tents):not(.catalog-info-no-price) { min-height: 118px; }
.catalog-info span { color: #a87558; font-family: var(--display-font); font-size: .78rem; font-weight: 600; letter-spacing: .16em; }
.catalog-info h3 { min-height: 0; margin: .3rem 0 0; font-size: 1.65rem; font-weight: 500; }
.catalog-info > strong { width: auto; min-width: 76px; min-height: 0; padding: .35rem 0 .35rem 1rem; border-left: 1px solid rgba(170,118,89,.38); border-radius: 0; color: #70452f; background: transparent; font-size: 1.35rem; }
.catalog-info-tents { display: block; padding: 2.1rem 0 1.7rem; text-align: center; }
.catalog-info-tents span { color: #b07d5d; font-size: .92rem; letter-spacing: .2em; }
.catalog-info-tents h3 { margin-top: .4rem; color: #5e4d54; font-size: 1.35rem; }
.catalog-prices { grid-template-columns: 1fr; gap: 0; max-width: 410px; margin: 1.25rem auto 0; padding: .65rem 0 0; border-top-color: rgba(170,118,89,.3); }
.catalog-prices li { min-height: 46px; display: flex; align-items: center; justify-content: space-between; padding: .55rem .4rem; border-bottom: 1px solid rgba(170,118,89,.18); border-radius: 0; background: transparent; text-align: left; }
.catalog-prices li span { color: #5f5257; font-family: "Manrope",sans-serif; font-size: .68rem; letter-spacing: .1em; }
.catalog-prices li strong { color: #3f3036; font-size: 1.35rem; font-weight: 600; }
.catalog-info-no-price { min-height: 96px; grid-template-columns: 1fr; }

@media (max-width: 900px) {
  .catalog-grid { gap: 0 1.5rem; }
  .catalog-card:nth-child(-n+2) { padding-right: 1.5rem; padding-left: 1.5rem; }
  .catalog-card:nth-child(1) { padding-left: 0; }
  .catalog-card:nth-child(2) { padding-right: 0; }
  .catalog-card:nth-child(n+3) { grid-column: span 6; }
}

@media (max-width: 580px) {
  #galeria .catalog-heading { margin-bottom: 3rem; text-align: left; }
  #galeria .catalog-heading::before { left: 0; width: 120px; transform: none; }
  #galeria .catalog-heading .eyebrow { justify-content: flex-start; }
  #galeria .catalog-heading h2 { font-size: 3rem; }
  .catalog-grid { display: grid; grid-template-columns: 1fr; gap: 0; }
  .catalog-card,.catalog-card:nth-child(-n+2),.catalog-card:nth-child(n+3) { grid-column: 1; margin-top: 0; padding: 2rem 0; border-top: 1px solid rgba(170,118,89,.34); border-right: 0; border-bottom: 0; border-left: 0; }
  .catalog-card:nth-child(-n+2) .catalog-image { height: min(105vw,420px); }
  .catalog-card:nth-child(n+3) .catalog-image { height: min(88vw,360px); }
  .catalog-info { padding: 1rem 0 0; }
  .catalog-info-tents { padding: 0 0 1.6rem; text-align: left; }
  .catalog-prices { max-width: none; margin-top: 1rem; }
}

/* Canva-inspired product pricing pages */
.pricing-guide { color: #514b45; }
.pricing-columns { display: grid; }
.pricing-columns-two { grid-template-columns: repeat(2,minmax(0,1fr)); border-block: 1px solid rgba(176,125,93,.38); }
.pricing-columns-three { grid-template-columns: repeat(3,minmax(0,1fr)); border-bottom: 1px solid rgba(176,125,93,.38); }
.pricing-category { min-width: 0; padding: 2.8rem clamp(2rem,4vw,4.2rem) 3.2rem; text-align: center; }
.pricing-category + .pricing-category { border-left: 1px solid rgba(176,125,93,.42); }
.pricing-category header > span { display: block; margin-bottom: .65rem; color: #bc8c70; font-family: var(--display-font); font-size: .72rem; letter-spacing: .24em; }
.pricing-category h3 { margin: 0; color: #ad795b; font-family: var(--display-font); font-size: clamp(1.8rem,3vw,2.55rem); font-weight: 500; letter-spacing: .13em; line-height: 1; text-transform: uppercase; }
.pricing-category header p { margin: .8rem 0 0; color: #62545a; font-family: var(--display-font); font-size: 1.4rem; line-height: 1.1; }
.pricing-category ul { margin: 1.5rem 0 2rem; padding: .8rem 0 0; border-top: 1px solid rgba(176,125,93,.28); list-style: none; }
.pricing-category li { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .65rem .25rem; border-bottom: 1px solid rgba(176,125,93,.18); text-align: left; }
.pricing-category li span { font-family: var(--display-font); font-size: 1.15rem; line-height: 1.15; }
.pricing-category li strong { flex: none; color: #3f3036; font-family: var(--display-font); font-size: 1.35rem; font-weight: 600; }
.pricing-category figure { height: 430px; overflow: hidden; margin: 0; background: #eadfd9; }
.pricing-category figure img,.pricing-photo-grid img,.pricing-tent-gallery img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.02); transition: transform .7s ease,filter .7s ease; }
.pricing-category:hover figure img,.pricing-photo-grid img:hover { transform: scale(1.025); filter: saturate(.98) contrast(1.03); }
.pricing-tent-gallery { height: 430px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 5px; overflow: hidden; background: #eadfd9; }
.pricing-tent-gallery img:hover { transform: scale(1.025); filter: saturate(.98) contrast(1.03); }
.pricing-tent-gallery-basic { grid-template-columns: 1fr; grid-template-rows: repeat(2,minmax(0,1fr)); background: #fbf7f4; }
.pricing-tent-gallery-basic img { object-fit: contain; background: #fbf7f4; }
.pricing-continuation { position: relative; display: grid; justify-items: center; gap: .35rem; margin: 5.5rem 0 3.8rem; padding: 2.2rem 1rem; text-align: center; }
.pricing-continuation::before { content: ""; position: absolute; z-index: 0; inset: 0 12%; background: #e7dbe4; }
.pricing-continuation > * { position: relative; z-index: 1; }
.pricing-continuation span { color: #64555c; font-size: .67rem; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
.pricing-continuation strong { color: #ac795b; font-family: var(--display-font); font-size: clamp(2.5rem,5vw,4.5rem); font-weight: 500; letter-spacing: .06em; line-height: .95; }
.pricing-category-compact { padding: 2.6rem clamp(1.35rem,2.5vw,2.5rem) 3rem; }
.pricing-category-compact h3 { min-height: 2em; font-size: clamp(1.45rem,2.3vw,2rem); }
.pricing-category-compact ul { min-height: 182px; margin-bottom: 1.5rem; }
.pricing-category-compact figure { height: 360px; }
.pricing-photo-grid { height: 360px; display: grid; grid-template-columns: repeat(2,1fr); grid-template-rows: repeat(2,1fr); gap: 4px; overflow: hidden; }
.pricing-photo-grid img:first-child { grid-row: 1/3; }
.pricing-photo-grid-two { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; }
.pricing-photo-grid-two img:first-child { grid-row: auto; }
.pricing-list-no-price li { justify-content: center; text-align: center; }

@media (max-width: 900px) {
  .pricing-category { padding: 2.5rem 1.7rem 2.7rem; }
  .pricing-category figure { height: 360px; }
  .pricing-tent-gallery { height: 360px; }
  .pricing-columns-three { grid-template-columns: 1fr; }
  .pricing-columns-three .pricing-category { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); grid-template-rows: auto 1fr; gap: 0 2rem; align-items: start; text-align: left; }
  .pricing-columns-three .pricing-category + .pricing-category { border-top: 1px solid rgba(176,125,93,.38); border-left: 0; }
  .pricing-columns-three .pricing-category header,.pricing-columns-three .pricing-category ul { grid-column: 1; }
  .pricing-columns-three .pricing-category figure,.pricing-columns-three .pricing-category .pricing-photo-grid { grid-column: 2; grid-row: 1/3; width: 100%; height: 310px; }
  .pricing-category-compact h3 { min-height: 0; }
  .pricing-category-compact ul { min-height: 0; }
}

@media (max-width: 580px) {
  .pricing-columns-two { grid-template-columns: 1fr; border-bottom: 0; }
  .pricing-category { padding: 2.4rem 0 2.7rem; text-align: left; }
  .pricing-category + .pricing-category { border-top: 1px solid rgba(176,125,93,.38); border-left: 0; }
  .pricing-category h3 { font-size: 1.85rem; }
  .pricing-category figure { height: min(108vw,420px); }
  .pricing-tent-gallery { height: auto; grid-template-columns: 1fr; }
  .pricing-tent-gallery img { height: min(108vw,420px); }
  .pricing-tent-gallery-basic { grid-template-rows: none; }
  .pricing-tent-gallery-basic img { height: 230px; }
  .pricing-continuation { margin: 4rem 0 2rem; padding: 1.8rem .5rem; }
  .pricing-continuation::before { inset: 0; }
  .pricing-continuation strong { font-size: 2.75rem; }
  .pricing-columns-three .pricing-category { display: block; text-align: left; }
  .pricing-columns-three .pricing-category figure,.pricing-columns-three .pricing-category .pricing-photo-grid { width: 100%; height: min(92vw,360px); }
  .pricing-category-compact ul { margin-bottom: 1.5rem; }
}

/* Individual editorial product sections */
.pricing-guide-pages { display: grid; gap: 2.25rem; }
.pricing-page { position: relative; overflow: hidden; padding: clamp(2.4rem,4.5vw,4rem) clamp(1.25rem,5vw,4.5rem); border-block: 1px solid rgba(181,137,74,.3); background: rgba(252,250,246,.86); text-align: center; }
.pricing-page::before { content: ""; position: absolute; top: 0; left: 50%; width: 160px; height: 7px; background: #ddc9a7; transform: translateX(-50%); }
.pricing-page:nth-child(even) { background: rgba(239,232,220,.62); }
.pricing-page header { max-width: 820px; margin: 0 auto; }
.pricing-page header > span { display: block; margin-bottom: .65rem; color: #9b713d; font-size: .62rem; font-weight: 700; letter-spacing: .26em; }
.pricing-page h3 { margin: 0; color: #a57943; font-family: var(--display-font); font-size: clamp(2.65rem,5vw,4.65rem); font-weight: 500; letter-spacing: .075em; line-height: .92; text-transform: uppercase; }
.pricing-page header p { margin: .7rem 0 0; color: #655e57; font-family: var(--display-font); font-size: clamp(1.15rem,2vw,1.5rem); line-height: 1.15; }
.pricing-page .product-description { max-width: 390px; min-height: 3.15em; margin: .75rem auto 0; color: #6c635c; font-family: "Manrope",sans-serif; font-size: .76rem; font-weight: 500; letter-spacing: .01em; line-height: 1.55; text-transform: none; }
.pricing-page-prices { width: min(500px,100%); display: grid; gap: 0; margin: 1.3rem auto 1.7rem; padding: .35rem 0; border-block: 1px solid rgba(176,125,93,.3); list-style: none; }
.pricing-page-prices li { display: flex; align-items: center; justify-content: center; gap: 2.5rem; padding: .38rem; color: #4d4146; font-family: var(--display-font); font-size: 1.25rem; }
.pricing-page-prices li + li { border-top: 1px solid rgba(176,125,93,.16); }
.pricing-page-prices li span { min-width: 90px; text-align: right; }
.pricing-page-prices li strong { min-width: 90px; color: #3d3035; font-size: 1.55rem; font-weight: 600; text-align: left; }
.pricing-page-single-price { width: fit-content; margin: 1.2rem auto 1.7rem; padding: .45rem 2rem; border-block: 1px solid rgba(176,125,93,.32); color: #493b41; font-family: var(--display-font); font-size: 1.6rem; }
.pricing-page figure { width: min(520px,100%); height: 390px; overflow: hidden; margin: 0 auto; background: #f7f3ec; }
.pricing-page figure img,.pricing-page-gallery img { width: 100%; height: 100%; object-fit: contain; object-position: center; filter: saturate(.94) contrast(1.01); transition: transform .7s ease,filter .7s ease; }
.pricing-page figure:hover img,.pricing-page-gallery img:hover { transform: scale(1.02); filter: saturate(1) contrast(1.03); }
.pricing-page-gallery { width: min(760px,100%); display: grid; gap: 8px; margin: 0 auto; overflow: hidden; }
.pricing-page-gallery-two { height: 410px; grid-template-columns: repeat(2,minmax(0,1fr)); background: #f7f3ec; }
.pricing-page-gallery-three { grid-template-columns: repeat(3,minmax(0,1fr)); background: #f7f3ec; }
.pricing-page-gallery-three img { height: auto; aspect-ratio: 3 / 4; object-fit: cover; }
.pricing-page-gallery-basic { width: min(640px,100%); grid-template-columns: 1fr; grid-template-rows: repeat(2,200px); background: #f7f3ec; }
.pricing-page-gallery-basic img { object-fit: contain; background: #f7f3ec; }
.pricing-page-gallery-decor { width: min(760px,100%); }
.pricing-page-no-price header { margin-bottom: 1.7rem; }
.pricing-page-no-price .product-description { max-width: 620px; min-height: 0; }
.pricing-furniture-group { overflow: hidden; border-block: 1px solid rgba(181,137,74,.3); background: rgba(252,250,246,.86); }
.pricing-furniture-heading { padding: 2.6rem 1.5rem 2rem; text-align: center; }
.pricing-furniture-heading .eyebrow { justify-content: center; color: #9b713d; }
.pricing-furniture-heading .eyebrow::before { display: none; }
.pricing-furniture-heading h3 { margin: .45rem 0 0; color: #a57943; font-family: var(--display-font); font-size: clamp(2.8rem,5vw,4.5rem); font-weight: 500; letter-spacing: .075em; line-height: .92; text-transform: uppercase; }
.pricing-furniture-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid rgba(181,137,74,.22); }
.pricing-furniture-grid .pricing-page { padding: 2.8rem clamp(1.25rem,3vw,3rem) 3rem; border: 0; background: transparent; }
.pricing-furniture-grid .pricing-page:nth-child(even) { border-left: 1px solid rgba(181,137,74,.22); background: rgba(239,232,220,.42); }
.pricing-furniture-grid .pricing-page:nth-child(n+3) { border-top: 1px solid rgba(181,137,74,.22); }
.pricing-furniture-grid .pricing-page h3 { min-height: 1.9em; font-size: clamp(2rem,3vw,3rem); }
.pricing-furniture-grid .pricing-page figure { width: min(340px,100%); }
.pricing-tables-chairs-group .pricing-furniture-heading { padding: 2.1rem 1.5rem 1.6rem; }
.pricing-tables-chairs-group .pricing-furniture-heading h3 { font-size: clamp(2.5rem,4vw,3.8rem); }
.pricing-tables-chairs-group .pricing-furniture-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.pricing-tables-chairs-group .pricing-furniture-grid .pricing-page { padding: 2rem 1.15rem 2.2rem; border-top: 0; border-left: 1px solid rgba(181,137,74,.22); background: transparent; }
.pricing-tables-chairs-group .pricing-furniture-grid .pricing-page:first-child { border-left: 0; }
.pricing-tables-chairs-group .pricing-furniture-grid .pricing-page:nth-child(even) { background: rgba(239,232,220,.32); }
.pricing-tables-chairs-group .pricing-page h3 { min-height: 2.15em; font-size: clamp(1.55rem,2vw,2.05rem); letter-spacing: .04em; }
.pricing-tables-chairs-group .pricing-page-single-price { margin: .9rem auto 1.2rem; padding: .35rem 1.1rem; font-size: 1.35rem; }
.pricing-tables-chairs-group .pricing-page figure { width: min(225px,100%); height: 270px; overflow: hidden; background: transparent; }
.pricing-tables-chairs-group .pricing-page figure img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: contain; object-position: center; }
.pricing-basic-tents-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.pricing-basic-tents-grid .pricing-page { padding: 2.4rem clamp(1rem,2vw,2rem) 2.6rem; }
.pricing-basic-tents-grid .pricing-page + .pricing-page { border-left: 1px solid rgba(181,137,74,.22); }
.pricing-basic-tents-grid .pricing-page:nth-child(n+3) { border-top: 0; }
.pricing-basic-tents-grid .pricing-page h3 { min-height: 0; font-size: clamp(2rem,3vw,3rem); }
.pricing-basic-tents-grid .pricing-page figure { width: min(360px,100%); height: 390px; overflow: hidden; }
.pricing-basic-tents-grid .pricing-page figure img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; object-position: center; }
.pricing-draped-tents-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.pricing-draped-tents-grid .pricing-page { padding: 2.4rem clamp(1rem,2vw,2rem) 2.6rem; }
.pricing-draped-tents-grid .pricing-page + .pricing-page { border-left: 1px solid rgba(181,137,74,.22); }
.pricing-draped-tents-grid .pricing-page:nth-child(n+3) { border-top: 0; }
.pricing-draped-tents-grid .pricing-page h3 { min-height: 0; font-size: clamp(2rem,3vw,3rem); }
.pricing-draped-tents-grid .pricing-page figure { width: min(360px,100%); height: 390px; overflow: hidden; }
.pricing-draped-tents-grid .pricing-page figure img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; object-position: center; }
.pricing-accessories-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.pricing-accessories-grid .pricing-page { padding: 2.4rem clamp(1rem,2vw,2rem) 2.6rem; }
.pricing-accessories-grid .pricing-page + .pricing-page { border-left: 1px solid rgba(181,137,74,.22); }
.pricing-accessories-grid .pricing-page:nth-child(n+3) { border-top: 0; }
.pricing-accessories-grid .pricing-page h3 { font-size: clamp(1.7rem,2.3vw,2.5rem); }
.pricing-accessories-grid .pricing-page figure { display: grid; width: min(380px,100%); height: 420px; overflow: hidden; place-items: start center; background: transparent; }
.pricing-accessories-grid .pricing-page figure img { width: 100%; height: 100%; max-width: none; max-height: none; aspect-ratio: auto; object-fit: cover; object-position: center; mix-blend-mode: normal; }

@media (max-width: 900px) {
  .pricing-guide-pages { gap: 1.75rem; }
  .pricing-page { padding: 3rem 1.5rem; }
  .pricing-page-gallery-two { height: 390px; }
  .pricing-page figure { height: 380px; }
  .pricing-tables-chairs-group .pricing-furniture-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pricing-tables-chairs-group .pricing-furniture-grid .pricing-page:nth-child(odd) { border-left: 0; }
  .pricing-tables-chairs-group .pricing-furniture-grid .pricing-page:nth-child(even) { border-left: 1px solid rgba(181,137,74,.22); }
  .pricing-tables-chairs-group .pricing-furniture-grid .pricing-page:nth-child(n+3) { border-top: 1px solid rgba(181,137,74,.22); }
  .pricing-tables-chairs-group .pricing-page figure { height: 280px; }
}

@media (max-width: 580px) {
  #galeria.section { padding: 3.5rem 0; }
  .pricing-guide-pages { gap: 1.25rem; }
  .pricing-page { padding: 2.4rem .8rem; }
  .pricing-page::before { width: 100px; height: 5px; }
  .pricing-page h3 { font-size: clamp(2.1rem,11vw,3rem); letter-spacing: .04em; }
  .pricing-page-no-price h3 { font-size: clamp(1.9rem,9.5vw,2.5rem); letter-spacing: .015em; overflow-wrap: anywhere; }
  .pricing-page header p { font-size: 1.08rem; }
  .pricing-page .product-description { min-height: 0; font-size: .76rem; line-height: 1.55; }
  .pricing-page-prices li { gap: 1.5rem; }
  .pricing-page-gallery-two { height: auto; grid-template-columns: 1fr; }
  .pricing-page-gallery-two img { height: min(84vw,340px); }
  .pricing-page-gallery-three { grid-template-columns: 1fr; }
  .pricing-page-gallery-three img { width: 100%; aspect-ratio: 4 / 5; }
  .pricing-page-gallery-basic { grid-template-rows: none; }
  .pricing-page-gallery-basic img { height: 175px; }
  .pricing-page figure { width: min(88vw,400px); height: min(96vw,410px); }
  .pricing-furniture-heading { padding: 2.2rem 1rem 1.7rem; }
  .pricing-furniture-heading h3 { font-size: 2.7rem; }
  .pricing-furniture-grid { grid-template-columns: 1fr; }
  .pricing-furniture-grid .pricing-page { padding: 2.4rem .8rem; }
  .pricing-furniture-grid .pricing-page:nth-child(even) { border-left: 0; }
  .pricing-furniture-grid .pricing-page + .pricing-page { border-top: 1px solid rgba(181,137,74,.22); }
  .pricing-furniture-grid .pricing-page h3 { min-height: 0; }
  .pricing-tables-chairs-group .pricing-furniture-grid { grid-template-columns: 1fr; }
  .pricing-tables-chairs-group .pricing-furniture-grid .pricing-page { padding: 2rem .8rem; border-left: 0; }
  .pricing-tables-chairs-group .pricing-furniture-grid .pricing-page + .pricing-page { border-top: 1px solid rgba(181,137,74,.22); }
  .pricing-tables-chairs-group .pricing-page figure { width: min(78vw,300px); height: 310px; }
  .pricing-basic-tents-grid .pricing-page { border-left: 0 !important; }
  .pricing-basic-tents-grid .pricing-page figure { height: min(105vw,420px); }
  .pricing-draped-tents-grid .pricing-page { border-left: 0 !important; }
  .pricing-draped-tents-grid .pricing-page figure { height: min(105vw,420px); }
  .pricing-accessories-grid .pricing-page { border-left: 0 !important; }
  .pricing-accessories-grid .pricing-page figure { height: min(105vw,420px); }
}

/* Balanced desktop scale */
@media (min-width: 901px) {
  .hero { min-height: 720px; padding: 8.5rem 0 6.5rem; }
  .hero-copy { max-width: 760px; padding-top: 1.5rem; }
  .hero-copy h1 { max-width: 760px; font-size: clamp(3.8rem,6vw,6.15rem); line-height: .86; }
  .section-heading h2 { font-size: clamp(2.65rem,4vw,4rem); }
  .pricing-page h3 { font-size: clamp(2.5rem,4vw,3.8rem); line-height: .95; }
  .pricing-page figure { width: min(500px,100%); height: 360px; }
  .pricing-page-gallery { width: min(720px,100%); }
  .pricing-page-gallery-two { height: 370px; }
  .pricing-page-gallery-basic { width: min(610px,100%); grid-template-rows: repeat(2,185px); }
  .pricing-page-gallery-decor { width: min(720px,100%); }
  .cta-box h2 { font-size: clamp(2.8rem,4vw,4.2rem); }
}

/* Clean product photography without colored image mats */
.pricing-page figure {
  width: min(380px,100%);
  height: auto;
  overflow: visible;
  background: transparent;
}
.pricing-page figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.pricing-page-gallery,
.pricing-page-gallery-two,
.pricing-page-gallery-basic {
  height: auto;
  overflow: visible;
  background: transparent;
}
.pricing-page-gallery-two img {
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.pricing-page-gallery-decor img {
  aspect-ratio: 4 / 5;
}
.pricing-page-gallery-basic {
  grid-template-rows: none;
}
.pricing-page-gallery-basic img {
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background: transparent;
}

@media (max-width: 580px) {
  .pricing-page figure { width: min(82vw,360px); height: auto; }
  .pricing-page-gallery-two img,
  .pricing-page-gallery-basic img { height: auto; }
}

/* Subtle image animation for basic tents */
.pricing-basic-tents-grid .pricing-page figure img { object-fit: contain; transition: transform .42s cubic-bezier(.2,.8,.2,1),filter .35s ease,box-shadow .35s ease; }
.pricing-basic-tents-grid .pricing-page figure:hover img { transform: scale(1.035); filter: saturate(1.05) contrast(1.02); }

@media (prefers-reduced-motion: reduce) {
  .pricing-basic-tents-grid .pricing-page figure img { transition: none; }
  .hero-butterflies { display: none; }
}

@media (max-width: 580px) {
  body { background-size: auto,540px auto; background-attachment: scroll; }
  #galeria,.cta-section { background-size: auto,540px auto; }
  .hero-butterfly { filter: drop-shadow(0 3px 6px rgba(32,18,10,.22)); }
  .butterfly-one { top: 26%; width: 28px; }
  .butterfly-two { top: 15%; width: 22px; }
  .butterfly-three,.butterfly-four { display: none; }
}
