/* =========================================================
   Horizonte Ambateño · Landing
   ========================================================= */

/* ---------- Hero ---------- */
.hero { position: relative; min-height: max(100svh, 720px); display: flex; align-items: center; overflow: hidden; padding: calc(var(--header-h) + 30px) 0 150px; }
.hero-scene { position: absolute; inset: 0; z-index: 0; }
.hero-scene svg { width: 100%; height: 100%; }
.hero-scene .layer { will-change: transform; transform-box: view-box; }
.cloud { animation: drift 60s linear infinite alternate; }
.cloud.c2 { animation-duration: 80s; animation-direction: alternate-reverse; }
.cloud.c3 { animation-duration: 45s; }
@keyframes drift { to { transform: translateX(90px); } }

.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.25fr .75fr; gap: 48px; align-items: center; }
.hero-title { margin: 18px 0 0; font-family: var(--f-serif); font-weight: 600; color: var(--forest); line-height: .92; font-size: clamp(3.1rem, 7.6vw, 7.2rem); letter-spacing: -.02em; }
.hero-title > span { display: block; }
.hero-script { font-size: 1.55em; line-height: .72; margin: .04em 0 .1em .5em; background: linear-gradient(100deg, #9c7534, #d9b86b 40%, #b8914a 70%, #8d6a2f); -webkit-background-clip: text; background-clip: text; color: transparent; padding: 0 .1em .12em 0; }
.hero-sub { max-width: 52ch; margin: 22px 0 0; font-size: clamp(1rem, 1.25vw, 1.12rem); color: #2c3b30; }
.hero-sub b { color: var(--forest); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.hero-anim { opacity: 0; transform: translateY(26px); animation: heroIn 1s var(--ease) forwards; animation-delay: calc(.15s + var(--i, 0) * .11s); }
@keyframes heroIn { to { opacity: 1; transform: none; } }

.hero-card {
  justify-self: end; width: min(100%, 380px); padding: 26px; border-radius: var(--r-lg);
  background: rgba(251, 249, 244, .72); backdrop-filter: blur(18px) saturate(1.3); -webkit-backdrop-filter: blur(18px) saturate(1.3);
  border: 1px solid rgba(255, 255, 255, .7); box-shadow: var(--shadow-lg);
}
.hero-card__live { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--forest-3); }
.hero-card__live i { width: 8px; height: 8px; border-radius: 50%; background: #34b24a; box-shadow: 0 0 0 0 rgba(52, 178, 74, .6); animation: live 1.8s infinite; }
@keyframes live { 70% { box-shadow: 0 0 0 10px rgba(52, 178, 74, 0); } 100% { box-shadow: 0 0 0 0 rgba(52, 178, 74, 0); } }
.hero-card__big { display: flex; align-items: center; gap: 14px; margin: 10px 0 14px; }
.hero-card__big strong { font-family: var(--f-serif); font-size: 84px; line-height: .9; color: var(--forest); font-weight: 700; }
.hero-card__big span { font-size: 14px; color: var(--muted); line-height: 1.35; }
.bar { height: 10px; border-radius: 99px; background: #f1d2cc; overflow: hidden; }
.bar span { display: block; height: 100%; width: 0; border-radius: inherit; background: linear-gradient(90deg, #2f8f3c, #6fae3c); transition: width 1.8s var(--ease) .8s; }
.bar.is-in span, .hero .bar span { width: var(--p, 68%); }
.hero-card__note { font-size: 13px; margin: 10px 0 18px; color: var(--muted); }
.hero-card__note b { color: var(--sold); }
.hero-card__price { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 18px; margin-bottom: 16px; border-radius: 18px; background: var(--forest); color: var(--cream); }
.price-big { display: flex; align-items: baseline; font-weight: 800; font-size: 40px; line-height: 1; letter-spacing: -.03em; }
.price-big small { font-size: 18px; font-weight: 700; }
.price-cap { display: block; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-2); margin-top: 6px; }
.hero-card__from { text-align: right; font-size: 12px; color: rgba(247, 243, 234, .7); line-height: 1.3; }
.hero-card__from b { font-size: 20px; color: #fff; }

.hero-loc {
  position: absolute; z-index: 3; left: 50%; bottom: 96px; transform: translateX(-50%);
  display: inline-flex; align-items: center; gap: 10px; padding: 10px 20px; border-radius: 999px;
  background: var(--forest); color: var(--cream); font-size: 13px; font-weight: 600; letter-spacing: .06em; white-space: nowrap;
  box-shadow: 0 16px 30px -12px rgba(0, 0, 0, .5);
}
.hero-loc svg { width: 18px; height: 18px; color: var(--gold-2); }
.hero-loc.hero-anim { animation-name: heroInX; }
@keyframes heroInX { from { opacity: 0; transform: translate(-50%, 20px); } to { opacity: 1; transform: translate(-50%, 0); } }
.hero-scroll { position: absolute; z-index: 3; left: 50%; bottom: 26px; margin-left: -13px; width: 26px; height: 42px; border-radius: 14px; border: 2px solid rgba(247, 243, 234, .55); }
.hero-scroll span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px; background: var(--gold-2); animation: scrollDot 1.8s infinite; }
@keyframes scrollDot { 60% { transform: translateY(12px); opacity: 0; } 100% { opacity: 0; } }

/* ---------- Cinta ---------- */
.ribbon { background: var(--forest); color: var(--gold-2); overflow: hidden; padding: 18px 0; border-top: 1px solid rgba(229, 207, 149, .15); }
.ribbon-track { display: flex; gap: 30px; width: max-content; animation: marquee 38s linear infinite; font-size: 14px; font-weight: 700; letter-spacing: .32em; text-transform: uppercase; }
.ribbon-track i { color: var(--sun); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Intro / cifras ---------- */
.intro { padding: 130px 0 110px; background: var(--paper); position: relative; overflow: hidden; }
.intro::after { content: ''; position: absolute; width: 520px; height: 520px; right: -180px; top: -160px; border-radius: 50%; border: 30px solid rgba(240, 168, 30, .09); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.intro .display { margin: 18px 0 22px; color: var(--forest); }
.stats { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.stat { padding: 34px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .4s; }
.stat:hover { background: #fff; }
.stat strong { display: block; font-family: var(--f-serif); font-size: clamp(3rem, 5vw, 4.4rem); line-height: 1; color: var(--forest); font-weight: 700; }
.stat span { display: block; margin-top: 8px; font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-3); }

/* ---------- Mapa + buscador ---------- */
.explore { position: relative; padding: 110px 0 120px; background: var(--forest); color: var(--cream); overflow: hidden; }
.explore::before {
  content: ''; position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background: radial-gradient(circle at 15% 10%, rgba(111, 174, 60, .18), transparent 40%), radial-gradient(circle at 90% 80%, rgba(240, 168, 30, .12), transparent 40%);
}
.explore-head { position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; flex-wrap: wrap; margin-bottom: 44px; }
.explore .display { color: var(--cream); margin-top: 14px; }
.explore .display .script { font-size: 1.15em; color: var(--gold-2); }
.explore .map-legend { color: rgba(247, 243, 234, .85); }
.explore-grid { position: relative; display: grid; grid-template-columns: minmax(0, 520px) minmax(0, 1fr); gap: 40px; align-items: start; }
.explore-map { aspect-ratio: 750 / 1190; border-radius: var(--r-lg); box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .7), 0 0 0 1px rgba(229, 207, 149, .2); }
.explore-map .lot-num { font-size: 19px; }

.finder { position: sticky; top: 90px; padding: 34px; border-radius: var(--r-lg); background: rgba(247, 243, 234, .06); border: 1px solid rgba(229, 207, 149, .2); backdrop-filter: blur(8px); }
.finder h3 { margin: 0; font-family: var(--f-serif); font-size: 34px; font-weight: 600; }
.finder-q { margin: 18px 0 4px; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-2); font-weight: 700; }
.finder-budget { display: block; font-size: clamp(2.6rem, 4.4vw, 3.6rem); font-weight: 800; letter-spacing: -.03em; line-height: 1.1; color: #fff; }
.range { -webkit-appearance: none; appearance: none; width: 100%; height: 8px; border-radius: 99px; margin: 14px 0 8px; background: linear-gradient(90deg, var(--gold) var(--fill, 50%), rgba(247, 243, 234, .15) var(--fill, 50%)); outline: none; }
.range::-webkit-slider-thumb { -webkit-appearance: none; width: 28px; height: 28px; border-radius: 50%; background: var(--cream); border: 6px solid var(--gold); box-shadow: 0 6px 16px rgba(0, 0, 0, .4); cursor: grab; }
.range::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: var(--cream); border: 6px solid var(--gold); cursor: grab; }
.range-scale { display: flex; justify-content: space-between; font-size: 12px; color: rgba(247, 243, 234, .55); }
.finder-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 999px; font-size: 13px; font-weight: 600; color: var(--cream); background: rgba(247, 243, 234, .07); box-shadow: inset 0 0 0 1px rgba(247, 243, 234, .22); transition: background .25s, color .25s, box-shadow .25s; }
.chip svg { width: 16px; height: 16px; }
.chip[aria-pressed="true"] { background: var(--gold-2); color: var(--forest); box-shadow: none; }
.finder-result { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; padding: 20px 0; border-top: 1px solid rgba(247, 243, 234, .12); border-bottom: 1px solid rgba(247, 243, 234, .12); }
.finder-count { display: flex; align-items: center; gap: 10px; }
.finder-count strong { font-family: var(--f-serif); font-size: 64px; line-height: .9; color: var(--gold-2); }
.finder-count span { font-size: 13px; line-height: 1.3; color: rgba(247, 243, 234, .75); }
.finder-lots { display: flex; flex-wrap: wrap; gap: 6px; }
.finder-lots a { min-width: 40px; padding: 7px 8px; border-radius: 10px; text-align: center; font-size: 13px; font-weight: 700; background: rgba(47, 143, 60, .35); color: #fff; transition: background .2s, transform .2s; }
.finder-lots a:hover { background: var(--ok); transform: translateY(-2px); }
.finder-lots .more { background: transparent; color: var(--gold-2); box-shadow: inset 0 0 0 1px rgba(229, 207, 149, .4); }
.finder-preview { min-height: 96px; margin: 20px 0; display: flex; align-items: center; }
.finder-preview__hint { display: flex; gap: 10px; align-items: center; font-size: 13px; color: rgba(247, 243, 234, .6); }
.finder-preview__hint svg { width: 18px; height: 18px; flex: none; }
.pv { display: grid; grid-template-columns: 70px 1fr auto; gap: 16px; align-items: center; width: 100%; animation: pvIn .35s var(--ease); }
@keyframes pvIn { from { opacity: 0; transform: translateY(8px); } }
.pv .lot-shape-mini { width: 70px; height: 70px; }
.pv .lot-shape-mini path { stroke: var(--gold-2); }
.pv b { display: block; font-family: var(--f-serif); font-size: 28px; line-height: 1; }
.pv small { color: rgba(247, 243, 234, .7); font-size: 13px; }
.pv .pv-price { text-align: right; font-weight: 800; font-size: 20px; }
.pv .pv-price small { display: block; font-weight: 500; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

/* ---------- Beneficios (bento) ---------- */
.perks { padding: 120px 0; background: var(--cream); }
.perks-head { max-width: 760px; margin-bottom: 50px; }
.perks-head .display { color: var(--forest); margin-top: 14px; }
.bento { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(150px, auto); gap: 20px; perspective: 1200px; }
.plan-card { grid-column: span 7; grid-row: span 3; position: relative; overflow: hidden; border-radius: var(--r-lg); background: var(--forest); color: var(--cream); display: grid; grid-template-rows: auto 1fr; box-shadow: var(--shadow); }
.plan-card__txt { position: relative; z-index: 1; padding: 40px 40px 0; }
.plan-badge { display: inline-block; padding: 7px 14px; border-radius: 999px; background: linear-gradient(120deg, #d9b86b, #f1dca2); color: var(--forest); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.plan-card h3 { margin: 16px 0 10px; font-family: var(--f-serif); font-weight: 700; font-size: clamp(3rem, 6vw, 5.2rem); line-height: .9; text-transform: uppercase; color: var(--gold-2); }
.plan-card h3 span { color: var(--cream); }
.plan-card p { max-width: 42ch; color: rgba(247, 243, 234, .8); margin: 0 0 22px; }
.plan-card__draw { align-self: end; padding: 10px 30px 30px; }
.plan-card__draw svg { width: 100%; max-height: 330px; }
.bp path { stroke-dasharray: 1600; stroke-dashoffset: 1600; transition: stroke-dashoffset 2.6s var(--ease); }
.bp path.d { transition-delay: 1.2s; transition-duration: 1.6s; }
.bp-txt { opacity: 0; transition: opacity 1s 2.2s; }
.plan-card.is-in .bp path { stroke-dashoffset: 0; }
.plan-card.is-in .bp path.d[stroke-dasharray="4 4"] { stroke-dasharray: 4 4; }
.plan-card.is-in .bp-txt { opacity: 1; }

.perk { grid-column: span 5; position: relative; display: flex; flex-direction: column; justify-content: center; padding: 30px 30px 28px 110px; border-radius: var(--r); background: #fff; box-shadow: var(--shadow-sm); transition: transform .4s var(--ease), box-shadow .4s; transform-style: preserve-3d; }
.perk:hover { box-shadow: var(--shadow); }
.perk__icon { position: absolute; left: 28px; top: 50%; margin-top: -30px; width: 60px; height: 60px; border-radius: 16px; display: grid; place-items: center; background: var(--forest); color: var(--gold-2); }
.perk__icon svg { width: 30px; height: 30px; }
.perk__icon .m2 { font-weight: 800; font-size: 20px; }
.perk h3 { margin: 0 0 6px; font-size: 19px; color: var(--forest); }
.perk p { margin: 0; font-size: 14.5px; color: var(--muted); }

/* ---------- Pilares ---------- */
.pillars { background: var(--forest); }
.pillars-row { display: flex; min-height: 560px; }
.pillar {
  position: relative; flex: 1; overflow: hidden; padding: 60px 44px; color: var(--cream); cursor: pointer; outline: none;
  display: flex; flex-direction: column; justify-content: flex-end; transition: flex 0.8s var(--ease);
  border-right: 1px solid rgba(247, 243, 234, .1);
}
.pillar.p1 { background: linear-gradient(160deg, #1d5a37, #0e3322); }
.pillar.p2 { background: linear-gradient(160deg, #7a5230, #4a2e17); }
.pillar.p3 { background: linear-gradient(160deg, #b08a45, #6f5424); }
.pillar.is-open { flex: 2.2; }
.pillar__n { position: absolute; top: 40px; left: 44px; font-family: var(--f-serif); font-size: 20px; color: var(--gold-2); letter-spacing: .1em; }
.pillar__art { position: absolute; right: -40px; top: 40px; width: 300px; color: rgba(247, 243, 234, .14); transition: transform 1s var(--ease), color .6s; }
.pillar.is-open .pillar__art { transform: rotate(-8deg) scale(1.1); color: rgba(247, 243, 234, .26); }
.pillar h3 { margin: 0; font-family: var(--f-serif); font-weight: 600; font-size: clamp(2rem, 3.6vw, 3.4rem); line-height: 1; }
.pillar p { max-width: 40ch; margin: 16px 0 0; font-size: 15px; color: rgba(247, 243, 234, .85); opacity: 0; transform: translateY(14px); max-height: 0; transition: opacity .5s, transform .6s var(--ease), max-height .6s; }
.pillar.is-open p { opacity: 1; transform: none; max-height: 200px; transition-delay: .25s; }

/* ---------- Macrolote ---------- */
.macro { padding: 120px 0; background: var(--forest-2); color: var(--cream); overflow: hidden; }
.macro-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center; }
.macro-art { position: relative; display: grid; place-items: center; min-height: 380px; }
.macro-num { position: absolute; font-family: var(--f-serif); font-weight: 700; font-size: clamp(14rem, 28vw, 24rem); line-height: 1; color: transparent; -webkit-text-stroke: 1.5px rgba(229, 207, 149, .35); }
.macro-shape { position: relative; width: min(80%, 380px); filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .45)); animation: float 6s ease-in-out infinite; }
.macro-shape svg { width: 100%; height: auto; }
.macro-shape path { stroke: var(--gold-2) !important; stroke-width: 2; }
@keyframes float { 50% { transform: translateY(-14px) rotate(-1.5deg); } }
.macro .display { margin: 14px 0 18px; color: var(--cream); }
.macro .display .gold-text { white-space: nowrap; }
.macro p { color: rgba(247, 243, 234, .8); max-width: 50ch; }
.macro-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 28px 0; background: rgba(247, 243, 234, .14); border-radius: var(--r); overflow: hidden; }
.macro-facts div { background: var(--forest-2); padding: 18px; }
.macro-facts small { display: block; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-2); }
.macro-facts b { font-size: 18px; }
.macro-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Galería (tira) ---------- */
.g-teaser { padding: 120px 0 100px; background: var(--paper); overflow: hidden; }
.g-teaser-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; margin-bottom: 40px; }
.g-teaser .display { color: var(--forest); margin-top: 14px; }
.g-strip { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 10px max(20px, (100vw - var(--wrap)) / 2) 30px; scrollbar-width: none; cursor: grab; }
.g-strip::-webkit-scrollbar { display: none; }
.g-strip.is-drag { cursor: grabbing; scroll-snap-type: none; }
.g-card { position: relative; flex: none; width: clamp(260px, 32vw, 420px); aspect-ratio: 4 / 5; border-radius: var(--r-lg); overflow: hidden; scroll-snap-align: start; box-shadow: var(--shadow); background: var(--sand); }
.g-card:nth-child(even) { aspect-ratio: 4 / 4.2; align-self: flex-end; }
.g-card img, .g-card svg { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); pointer-events: none; }
.g-card:hover img, .g-card:hover svg { transform: scale(1.06); }
.g-card figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 60px 22px 20px; color: #fff; font-weight: 600; background: linear-gradient(transparent, rgba(14, 51, 34, .85)); }
.g-card figcaption small { display: block; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-2); }

/* ---------- Ubicación ---------- */
.location { padding: 120px 0; background: var(--cream); }
.loc-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.location .display { color: var(--forest); margin: 14px 0 18px; }
.loc-sub { margin: 30px 0 12px; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-3); }
.loc-refs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.loc-refs .tag { background: #fff; box-shadow: var(--shadow-sm); }
.loc-refs .tag svg { width: 14px; height: 14px; color: var(--sold); }
.loc-map { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 5 / 4; box-shadow: var(--shadow-lg); background: #dfe6d8; }
.loc-map iframe { width: 100%; height: 100%; border: 0; filter: saturate(.9); }
.loc-badge { position: absolute; left: 18px; bottom: 18px; display: flex; gap: 12px; align-items: center; padding: 12px 18px 12px 12px; border-radius: 16px; background: var(--forest); color: var(--cream); box-shadow: var(--shadow); }
.loc-badge > span { width: 40px; height: 40px; border-radius: 12px; background: var(--gold-2); color: var(--forest); display: grid; place-items: center; }
.loc-badge svg { width: 22px; height: 22px; }
.loc-badge small { display: block; font-size: 12px; color: rgba(247, 243, 234, .7); }

/* ---------- Visita ---------- */
.visit { position: relative; padding: 130px 0; background: var(--paper); overflow: hidden; }
.visit::before { content: ''; position: absolute; left: -260px; bottom: -380px; width: 760px; height: 760px; border-radius: 50%; border: 44px solid rgba(240, 168, 30, .1); }
.visit-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.visit-title { margin: 0; font-family: var(--f-serif); font-weight: 600; color: var(--forest); font-size: clamp(2.8rem, 5.6vw, 5rem); line-height: 1; }
.visit-title .script { font-size: 1.3em; }
.visit-price { display: flex; align-items: center; gap: 24px; margin: 34px 0; }
.price-box { display: flex; align-items: baseline; padding: 14px 26px; border-radius: 20px; background: var(--forest); color: #fff; font-weight: 800; font-size: clamp(3rem, 6vw, 4.6rem); line-height: 1; letter-spacing: -.03em; box-shadow: var(--shadow); }
.price-box small { font-size: .45em; }
.visit-price__cap { padding-left: 24px; border-left: 2px solid var(--gold); font-size: 15px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--forest); }
.visit-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.visit-values { display: flex; gap: 24px; margin-top: 36px; font-size: 12px; letter-spacing: .3em; text-transform: uppercase; color: var(--muted); flex-wrap: wrap; }
.visit-values span + span::before { content: '|'; margin-right: 24px; color: var(--gold); }
.visit-form { padding: 38px; border-radius: var(--r-lg); background: #fff; box-shadow: var(--shadow-lg); display: grid; gap: 16px; }
.visit-form h3 { margin: 0; font-family: var(--f-serif); font-size: 32px; font-weight: 600; line-height: 1.1; color: var(--forest); }
.visit-form p { margin: -8px 0 4px; color: var(--muted); font-size: 14px; }
.visit-form label { display: grid; gap: 6px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--forest-3); }
.visit-form input, .visit-form select, .visit-form textarea { width: 100%; padding: 13px 15px; border-radius: 12px; border: 1.5px solid #e2dccd; background: var(--paper); font-size: 15px; text-transform: none; letter-spacing: 0; font-weight: 500; transition: border-color .2s, box-shadow .2s; }
.visit-form input:focus, .visit-form select:focus, .visit-form textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(201, 164, 92, .18); }
.visit-form .is-error { border-color: var(--sold); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .hero-card { justify-self: start; }
  .hero { padding-bottom: 170px; }
  .intro-grid, .loc-grid, .visit-grid, .macro-grid { grid-template-columns: 1fr; gap: 44px; }
  .explore-grid { grid-template-columns: 1fr; }
  .explore-map { width: min(100%, 560px); margin-inline: auto; }
  .finder { position: static; }
  .plan-card, .perk { grid-column: 1 / -1; }
  .plan-card { grid-row: auto; }
  .pillars-row { flex-direction: column; min-height: 0; }
  .pillar { min-height: 220px; padding: 90px 30px 40px; border-right: 0; border-bottom: 1px solid rgba(247, 243, 234, .1); }
  .pillar__n { left: 30px; }
  .pillar p { opacity: 1; transform: none; max-height: none; }
}
@media (max-width: 560px) {
  .hero { padding-top: calc(var(--header-h) + 18px); }
  .hero-title { font-size: clamp(2.9rem, 15vw, 4.2rem); }
  .hero-card { padding: 20px; }
  .hero-card__big strong { font-size: 68px; }
  .hero-loc { bottom: 84px; font-size: 12px; }
  .intro, .explore, .perks, .macro, .g-teaser, .location, .visit { padding: 84px 0; }
  .stat { padding: 24px 18px; }
  .finder { padding: 24px 20px; }
  .finder-result { grid-template-columns: 1fr; }
  .perk { padding: 96px 24px 26px; }
  .perk__icon { left: 24px; top: 24px; }
  .plan-card__txt { padding: 30px 26px 0; }
  .plan-card__draw { padding: 10px 16px 20px; }
  .macro-facts { grid-template-columns: 1fr; }
  .macro-art { min-height: 280px; }
  .visit-form { padding: 26px 20px; }
  .form-row { grid-template-columns: 1fr; }
  .visit-price { flex-wrap: wrap; gap: 16px; }
  .visit-values span + span::before { display: none; }
  .visit-values { gap: 12px; letter-spacing: .2em; }
  .loc-map { aspect-ratio: 4 / 5; }
}
