:root { --black: #0b0b0b; --gold: #C9A227; --cream: #F3EEE5; --white: #ffffff; --ink: #111; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--black); color: var(--cream); font-family: 'Barlow', system-ui; font-size: 17px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
svg { width: 24px; height: 24px; flex-shrink: 0; }
h1, h2, h3, .footer-name { font-family: 'Barlow Semi Condensed', system-ui; font-weight: 700; line-height: 1.12; letter-spacing: .08em; text-transform: uppercase; margin: 0; }
h1 { font-size: 64px; }
h2 { font-size: 40px; }
p { margin: 0 0 22px; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
.wrap { width: min(1240px, calc(100% - 112px)); margin-inline: auto; }
.label, .button, .desktop-nav, .menu-trigger, .write-link, .language-link { font-family: 'Raleway', system-ui; font-weight: 500; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { font-family: 'Barlow Semi Condensed', system-ui; font-weight: 300; font-size: 22px; line-height: 1.35; letter-spacing: .12em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 28px; border: 1px solid var(--white); color: var(--white); background: transparent; min-height: 48px; text-align: center; transition: background .2s, color .2s; }
.button:hover { background: var(--white); color: var(--black); }
.button.gold { background: var(--gold); border-color: var(--gold); color: var(--black); }
.button.gold:hover { background: var(--cream); border-color: var(--cream); }
.brand { display: block; flex-shrink: 0; }
.brand img { width: auto; height: 34px; }
.hero-header, .sticky-nav { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 26px 48px; }
.hero-header { position: absolute; z-index: 5; top: 0; left: 0; right: 0; background: linear-gradient(#0008, transparent); }
.desktop-nav { display: flex; justify-content: center; gap: clamp(20px, 3vw, 48px); }
.desktop-nav a, .write-link { white-space: nowrap; }
.desktop-nav a:hover, .footer-links a:hover { color: var(--gold); }
.menu-trigger { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; }
.hamburger { width: 28px; height: 11px; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; }
.hero { position: relative; height: 100vh; height: 100svh; min-height: 620px; isolation: isolate; display: grid; place-items: center; }
.hero-photo, .band-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to bottom, #0002 0%, #0002 60%, #000c 100%); }
.hero-copy { width: min(1320px, calc(100% - 96px)); text-align: center; padding-block: 100px 60px; text-shadow: 0 2px 24px #0009; }
.hero-copy .eyebrow { margin-bottom: 12px; }
.hero-copy h1 { margin: 0 auto 34px; max-width: 1280px; text-wrap: balance; }
.hero-copy .button { text-shadow: none; }
.sticky-slot { height: 86px; }
.sticky-nav { height: 86px; background: var(--black); padding-block: 18px; z-index: 20; }
.sticky-nav.is-sticky { position: fixed; top: 0; left: 0; right: 0; }
.write-link { color: var(--gold); }
.sticky-nav .menu-trigger { display: none; }
.listings-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; padding: 0 6px 6px; background: var(--black); }
.listing-tile { position: relative; display: block; aspect-ratio: 3 / 2; overflow: hidden; }
.listing-tile > img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.listing-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 30%, #000d); }
.listing-copy { position: absolute; z-index: 1; left: 28px; right: 20px; bottom: 28px; padding-left: 14px; border-left: 3px solid var(--gold); }
.listing-copy h2 { font-size: 18px; margin-bottom: 10px; }
.listing-copy p { font-family: 'Raleway', system-ui; font-size: 11px; letter-spacing: .12em; line-height: 1.7; text-transform: uppercase; margin: 0; }
.photo-band { position: relative; isolation: isolate; overflow: hidden; }
.photo-band::after { content: ''; position: absolute; inset: 0; background: #000b; z-index: -1; }
.stats { padding: 100px 0; background: var(--black); border-top: 1px solid #C9A22740; border-bottom: 1px solid #C9A22740; }
.stats-inner { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 36px; text-align: center; }
.stats strong { display: block; font-family: 'Barlow Semi Condensed', system-ui; font-size: 56px; font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 20px; }
.stats p { font-family: 'Raleway', system-ui; font-size: 11px; letter-spacing: .18em; margin: 0; }
.stats small { display: block; font-size: 9px; margin-top: 12px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; padding: 6px; }
.feature-tile { min-height: 340px; aspect-ratio: 2 / 1; position: relative; display: grid; place-items: center; text-align: center; isolation: isolate; }
.feature-tile img { position: absolute; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.feature-tile::after { content: ''; position: absolute; inset: 0; background: rgb(0 0 0 / 60%); z-index: -1; }
.feature-tile h2 { font-size: 30px; padding: 24px; }
.feature-tile h2 span { display: block; }
.feature-tile h2 span:first-child { font-weight: 300; }
.feature-tile h2 span:first-child::after { content: ''; display: block; width: 48px; height: 1px; background: var(--gold); margin: 18px auto; }
.media-band { padding: 76px 0; background: var(--black); }
.reel-cover { height: 570px; position: relative; display: grid; place-items: center; isolation: isolate; }
.reel-cover > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.reel-cover::after { content: ''; position: absolute; inset: 0; z-index: -1; background: #0008; }
.reel-copy { text-align: center; width: min(900px, calc(100% - 48px)); }
.play-glyph { width: 86px; height: 86px; border: 1px solid white; border-radius: 50%; margin: 0 auto 30px; display: grid; place-items: center; }
.play-glyph svg { width: 36px; height: 36px; }
.reel-copy h2 { font-size: 36px; margin-bottom: 24px; text-wrap: balance; }
.reel-copy .label { margin-bottom: 0; }
.services { padding: 100px 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.service-grid article { background: var(--white); color: var(--ink); padding: 42px 32px; display: flex; flex-direction: column; align-items: flex-start; }
.service-grid h2 { font-size: 30px; margin-bottom: 28px; min-height: 68px; }
.service-grid p { font-size: 17px; line-height: 1.7; margin-bottom: 30px; }
.service-grid .button { margin-top: auto; color: var(--ink); border-color: var(--gold); font-size: 10px; padding-inline: 20px; }
.service-grid .button:hover { background: var(--gold); }
.social { padding: 92px 0; background: var(--white); color: var(--ink); }
.bar-heading { border-left: 4px solid var(--gold); padding-left: 24px; margin-bottom: 28px; }
.social p { margin-bottom: 26px; }
.social-links { display: flex; gap: 28px; }
.social-links a { display: grid; place-items: center; width: 44px; height: 44px; }
.social-links svg { width: 28px; height: 28px; }
.social-links a:hover { color: var(--gold); }
.contact { padding: 90px 0 100px; }
.contact::after { background: rgb(0 0 0 / 84%); }
.contact-inner { max-width: 1240px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 64px; align-items: start; }
.contact .label { margin-bottom: 12px; }
.contact .bar-heading { font-size: 52px; }
.whatsapp-cta { margin: 8px 0 18px; }
.channel-note { font-size: 14px; }
.form-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 50px; }
.form-fields label { font-size: 15px; }
.form-fields input, .form-fields textarea { display: block; width: 100%; color: var(--cream); border: 0; border-bottom: 1px solid #fff8; border-radius: 0; background: transparent; padding: 8px 0; min-height: 44px; }
.form-fields textarea { resize: vertical; }
.form-fields .wide { grid-column: 1 / -1; }
.consent { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; margin: 30px 0; max-width: 820px; }
.consent input { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 3px; accent-color: var(--gold); }
.consent a { text-decoration: underline; text-underline-offset: 3px; }
.footer-logo { height: 120px; display: grid; place-items: center; border-bottom: 1px solid #ffffff20; }
.footer { padding: 56px 0 36px; text-align: center; }
.footer-name { font-size: 28px; color: var(--gold); margin-bottom: 20px; }
.footer p { margin-bottom: 10px; }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 26px; margin-block: 26px; font-size: 14px; }
.copyright { font-size: 12px; color: #c4c0b8; }
.whatsapp-pin { position: fixed; bottom: 24px; right: 24px; z-index: 30; width: 56px; height: 56px; background: var(--gold); color: var(--black); border-radius: 50%; display: grid; place-items: center; box-shadow: 0 4px 24px #0005; }
.whatsapp-pin svg { width: 30px; height: 30px; }
.menu-panel { display: none; position: fixed; inset: 0; z-index: 100; background: var(--black); padding: 50px; overflow-y: auto; }
.menu-panel:target, .menu-panel.is-open { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.menu-links { display: flex; flex-direction: column; align-items: center; gap: 20px; margin: 50px 0; font-family: 'Barlow Semi Condensed', system-ui; font-size: 38px; letter-spacing: .1em; }
.menu-close { position: absolute; right: 48px; top: 30px; display: flex; align-items: center; gap: 16px; font-family: 'Raleway', system-ui; font-size: 12px; letter-spacing: .18em; min-height: 44px; }
body.menu-open { overflow: hidden; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 200; background: var(--black); padding: 12px; }
.skip-link:focus { top: 10px; }
.page-listing .hero-copy h1 { font-size: 52px; }
.hero-price { font-family: 'Barlow Semi Condensed', system-ui; font-size: 30px; margin-bottom: 32px; }
.price { display: inline-block; position: relative; }
.usd { display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: var(--black); color: var(--cream); padding: 8px 16px; font-family: 'Barlow', system-ui; font-size: 16px; white-space: nowrap; z-index: 2; }
.price:hover .usd, .price:focus .usd { display: block; }
.usd small { display: block; font-size: 11px; }
.gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; padding: 6px; }
.gallery img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.property-details { padding-block: 80px; }
.property-details dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 50px; }
.property-details dl > div { padding: 18px 0; border-bottom: 1px solid #fff3; min-width: 0; }
.property-details dt { color: var(--gold); font-weight: 500; margin-bottom: 6px; }
.property-details dd { margin: 0; overflow-wrap: anywhere; }
.terrace-note { font-size: 21px; max-width: 900px; }
.conversion { color: var(--gold); }
.map-section { padding-top: 60px; background: var(--white); color: var(--ink); }
.map-section iframe { display: block; width: 100%; height: 450px; border: 0; margin-top: 40px; }
.legal-hero { padding: 185px 48px 85px; text-align: center; }
.legal-hero h1 { font-size: 52px; }
.privacy-body { padding-block: 70px; max-width: 1000px; }
.privacy-body section { margin-bottom: 44px; }
.privacy-body h2 { font-size: 28px; margin-bottom: 22px; }
.privacy-body a { text-decoration: underline; color: var(--gold); }
@media (max-width: 1100px) {
  .hero-header, .sticky-nav { padding-inline: 28px; gap: 20px; }
  .desktop-nav { gap: 20px; font-size: 10px; }
  .wrap { width: calc(100% - 64px); }
  .service-grid { gap: 18px; }
  .service-grid article { padding: 32px 24px; }
  .service-grid h2 { font-size: 25px; }
  .stats-inner { gap: 22px; }
}
@media (max-width: 800px) {
  .desktop-nav, .sticky-nav .write-link { display: none; }
  .sticky-nav .menu-trigger { display: inline-flex; }
  .hero-header, .sticky-nav { padding: 18px 24px; }
  .brand img { height: 24px; }
  .sticky-nav, .sticky-slot { height: 72px; }
  .hero { min-height: 560px; }
  .hero-copy { width: calc(100% - 40px); padding-top: 100px; }
  h1, .page-listing .hero-copy h1 { font-size: 36px; letter-spacing: .08em; }
  .hero-copy .eyebrow { font-size: 19px; margin-bottom: 20px; }
  .hero-copy h1 { margin-bottom: 28px; }
  .wrap { width: calc(100% - 48px); }
  .listings-grid, .service-grid { grid-template-columns: 1fr; }
  .listing-copy { left: 22px; bottom: 24px; }
  .stats { padding: 64px 0; }
  .stats-inner { grid-template-columns: 1fr 1fr; gap: 44px 24px; }
  .stats strong { font-size: 56px; }
  .stats p { font-size: 10px; }
  .feature-tile { min-height: 260px; aspect-ratio: auto; }
  .feature-tile h2 { font-size: 22px; padding: 16px; }
  .media-band { padding: 44px 0; }
  .reel-cover { height: 430px; }
  .reel-copy h2 { font-size: 28px; }
  .services, .social, .contact { padding-block: 64px; }
  .service-grid { gap: 24px; }
  .service-grid article { padding: 38px 30px; }
  .service-grid h2 { font-size: 30px; min-height: 0; }
  .service-grid .button { font-size: 11px; }
  h2 { font-size: 32px; }
  .contact .bar-heading { font-size: 40px; }
  .form-fields { grid-template-columns: 1fr; gap: 28px; }
  .whatsapp-cta { width: 100%; font-size: 10px; padding-inline: 16px; }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .property-details { padding-block: 56px; }
  .property-details dl { grid-template-columns: 1fr; }
  .hero-price { font-size: 25px; }
  .legal-hero { padding: 150px 24px 60px; }
  .legal-hero h1 { font-size: 36px; }
  .menu-panel { padding: 70px 20px 30px; }
  .menu-links { font-size: 28px; margin-block: 36px; }
  .menu-close { right: 24px; top: 16px; }
  .whatsapp-pin { right: 18px; bottom: 18px; }
  .footer { padding-bottom: 90px; }
}
@media (max-width: 480px) {
  .feature-grid { grid-template-columns: 1fr; }
  .feature-tile { min-height: 280px; }
  .feature-tile h2 { font-size: 30px; }
  .gallery { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Scroll MAX: content is readable before enhancement and without JavaScript. */
@property --count { syntax: '<integer>'; initial-value: 0; inherits: true; }
.hero { overflow: clip; }
#hero-video-slot { position: absolute; inset: 0; z-index: -3; }
.hero-header { background: linear-gradient(#0b0b0b99, #0b0b0b22); backdrop-filter: blur(8px); }
.sticky-slot { position: sticky; top: 0; z-index: 20; }
.sticky-nav { background: #0b0b0bf0; backdrop-filter: blur(18px); border-bottom: 1px solid #c9a22744; }
.brand, .desktop-nav a, .footer-links a, .language-link { min-height: 44px; display: inline-flex; align-items: center; }
.button, .whatsapp-pin, .social-links a { transition: background .25s, color .25s, transform .25s; }
.button:hover, .whatsapp-pin:hover, .social-links a:hover { transform: translateY(-3px); }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ''; position: absolute; bottom: 2px; left: 0; width: 100%; height: 1px; background: var(--gold); transform: scaleX(.15); transform-origin: left; transition: transform .3s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.scroll-progress { position: fixed; inset: 0 0 auto; height: 3px; background: var(--gold); z-index: 110; transform: scaleX(0); transform-origin: left; pointer-events: none; }
.listing-tile, .feature-tile { border: 1px solid transparent; background: linear-gradient(var(--black), var(--black)) padding-box, linear-gradient(135deg, #c9a227aa, #ffffff11, #c9a22755) border-box; }
.listing-tile > img { filter: brightness(.82); transition: filter .5s ease; }
.listing-tile:focus-visible > img, .listing-tile:hover > img { filter: brightness(1); }
.listing-copy { transition: transform .5s ease; }
.listing-tile:hover .listing-copy, .listing-tile:focus-visible .listing-copy { transform: translateY(-8px); }
.listing-copy::after { content: ''; display: block; width: 0; height: 1px; background: var(--gold); margin-top: 14px; transition: width .5s ease; }
.listing-tile:hover .listing-copy::after, .listing-tile:focus-visible .listing-copy::after { width: 120px; }
.feature-tile { overflow: clip; }
.feature-tile img { transition: transform .65s; }
.feature-tile:hover img, .feature-tile:focus-visible img { transform: scale(1.05); }
.feature-tile h2 { transition: transform .4s; }
.feature-tile h2 span:first-child::after { transition: width .4s; }
.feature-tile:hover h2 span:first-child::after, .feature-tile:focus-visible h2 span:first-child::after { width: 96px; }
.feature-caption { position: absolute; bottom: 28px; display: flex; align-items: center; gap: 12px; font-family: 'Raleway', system-ui; font-size: 11px; letter-spacing: .18em; }
.feature-caption svg { transition: transform .3s; }
.feature-tile:hover .feature-caption svg { transform: translateX(6px); }
.counter { --count: var(--target); }
.counter-digits { display: none; }
.zone-marquee { overflow: clip; padding: 28px 0; border-block: 1px solid #c9a22744; }
.zone-track { display: flex; width: max-content; color: var(--gold); font-family: 'Barlow Semi Condensed', system-ui; font-size: clamp(24px, 3vw, 48px); letter-spacing: .12em; }
.zone-track span { white-space: pre; }
.service-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-bottom: 72px; }
.fact-card { padding: 30px; border: 1px solid transparent; background: linear-gradient(#151515, #151515) padding-box, linear-gradient(135deg, var(--gold), #ffffff22) border-box; transition: transform .3s; }
.fact-card:hover { transform: translateY(-4px); }
.fact-mark { color: var(--gold); display: block; margin-bottom: 16px; }
.fact-card p { margin: 0; font-family: 'Barlow Semi Condensed', system-ui; font-size: 22px; letter-spacing: .08em; }
.service-grid article { border-top: 3px solid var(--gold); box-shadow: 0 12px 36px #0004; transition: box-shadow .3s; }
.service-grid article:hover { box-shadow: 0 16px 48px #0007; }
.services { overflow: visible; }
.services > .band-photo { object-position: center; }
.gallery a { overflow: clip; }
.gallery img { transition: transform .4s; }
.gallery a:hover img, .gallery a:focus-visible img { transform: scale(1.035); }
.not-found { padding-block: 70px; }
.consent { min-height: 44px; cursor: pointer; }
.consent input { flex-basis: 24px; width: 24px; height: 24px; }

@keyframes hero-zoom { from { transform: scale(1); filter: brightness(1); } to { transform: scale(1.18); filter: brightness(.45); } }
@keyframes eyebrow-track { from { letter-spacing: .12em; } to { letter-spacing: .34em; } }
/* Wipe the photo only. The listing title and price remain visible throughout. */
@keyframes photo-wipe { from { clip-path: inset(0 16% 0 0); } to { clip-path: inset(0); } }
@keyframes gentle-rise { from { transform: translateY(24px); } to { transform: translateY(0); } }
@keyframes count-up { from { --count: 0; } to { --count: var(--target); } }
@keyframes photo-pan { from { transform: scale(1.12) translateX(-3%); } to { transform: scale(1.12) translateX(3%); } }
@keyframes progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes nav-shrink { from { height: 86px; background: #0b0b0be0; } to { height: 72px; background: #0b0b0b; } }
@keyframes zones { to { transform: translateX(-25%); } }

@media (min-width: 801px) and (prefers-reduced-motion: no-preference) {
  .motion-ready .zone-track { animation: zones 32s linear infinite; }
  .zone-marquee:hover .zone-track { animation-play-state: paused; }
  .service-grid { display: block; max-width: 940px; padding-bottom: 12vh; }
  .service-grid article { position: sticky; top: 108px; min-height: 340px; margin-bottom: 18vh; padding: 48px 56px; }
  .service-grid article:nth-child(2) { top: 132px; }
  .service-grid article:nth-child(3) { top: 156px; margin-bottom: 0; }
  .service-grid h2 { min-height: 0; }
  .service-grid p { max-width: 760px; }
  .feature-caption { clip-path: inset(0 0 100%); transform: translateY(12px); transition: clip-path .4s, transform .4s; }
  .feature-tile:hover .feature-caption, .feature-tile:focus-visible .feature-caption { clip-path: inset(0); transform: translateY(0); }
  .feature-tile:hover h2, .feature-tile:focus-visible h2 { transform: translateY(-16px); }
  .motion-ready .counter-value { position: absolute; width: 1px; height: 1px; overflow: clip; clip-path: inset(50%); }
  .motion-ready .counter-digits { display: inline; }
  .motion-ready .counter-digits::after { counter-reset: stat var(--count); content: counter(stat); }
  .motion-fallback .is-in-view { animation: gentle-rise .7s ease-out both; }
  .motion-fallback .listing-tile.is-in-view { animation: none; }
  .motion-fallback .listing-tile.is-in-view > img { animation: photo-wipe .8s ease-out both; }
  .motion-fallback .stats.is-in-view .counter { animation: count-up 1.2s ease-out both; }
  .motion-fallback .contact.is-in-view > .band-photo { animation: photo-pan 12s ease-in-out both; }
  .motion-fallback .hero.is-past > .hero-photo { transform: scale(1.12); filter: brightness(.5); }
  .motion-fallback .hero-photo { transition: transform 1s, filter 1s; }
  .motion-fallback .hero.is-past .eyebrow { letter-spacing: .28em; }
  .motion-fallback .hero .eyebrow { transition: letter-spacing 1s; }
  .motion-fallback .sticky-nav.is-compact { height: 72px; background: var(--black); }
  @supports (animation-timeline: view()) and (animation-timeline: scroll()) {
    .motion-ready .hero { view-timeline-name: --hero; view-timeline-axis: block; }
    .motion-ready .hero-photo { animation: hero-zoom linear both; animation-timeline: --hero; animation-range: exit 0% exit 100%; }
    .motion-ready .hero .eyebrow { animation: eyebrow-track linear both; animation-timeline: --hero; animation-range: exit 0% exit 100%; }
    .motion-ready .scroll-progress { animation: progress linear both; animation-timeline: scroll(root block); }
    .motion-ready .sticky-nav { animation: nav-shrink linear both; animation-timeline: scroll(root block); animation-range: 100vh 125vh; }
    .motion-ready .listing-tile { view-timeline-name: --listing; view-timeline-axis: block; }
    .motion-ready .listing-tile > img { animation: photo-wipe linear both; animation-timeline: --listing; animation-range: entry 0% entry 100%; }
    .motion-ready .stats { view-timeline-name: --stats; }
    .motion-ready .counter { animation: count-up linear both; animation-timeline: --stats; animation-range: entry 0% entry 100%; }
    .motion-ready .gallery a, .motion-ready .feature-tile, .motion-ready .reel-copy, .motion-ready .service-facts, .motion-ready .social > .wrap, .motion-ready .property-details, .motion-ready .map-section > .wrap, .motion-ready .privacy-body section, .motion-ready .footer > .wrap, .motion-ready .footer-logo, .motion-ready .not-found, .motion-ready .legal-hero { animation: gentle-rise linear both; animation-timeline: view(); animation-range: entry 0% entry 100%; }
    .motion-ready .contact { view-timeline-name: --contact; }
    .motion-ready .contact > .band-photo { animation: photo-pan linear both; animation-timeline: --contact; animation-range: cover 0% cover 100%; }
  }
}
@media (max-width: 800px) {
  .feature-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 16px; padding: 6px 16px 18px; gap: 12px; }
  .feature-tile { flex: 0 0 88%; min-height: 360px; scroll-snap-align: start; }
  .feature-tile h2 { font-size: 27px; }
  .service-facts { grid-template-columns: 1fr; margin-bottom: 32px; }
  .service-grid article { position: static; }
  .page-listing .hero-copy h1 { font-size: 30px; }
  .zone-track { font-size: 24px; }
  .feature-caption { bottom: 24px; }
  .scroll-progress { display: none; }
  .footer-links { gap: 12px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { position: static; }
  .feature-grid { scroll-behavior: auto; }
  .scroll-progress { display: none; }
}
.lightbox { display: none; position: fixed; inset: 0; z-index: 120; background: #0b0b0bf5; padding: 80px 64px 32px; align-items: center; justify-content: center; }
.lightbox:target { display: flex; }
body:has(.lightbox:target) { overflow: hidden; }
.lightbox > img { width: 100%; height: 100%; object-fit: contain; }
.lightbox-close { position: absolute; top: 20px; right: 24px; display: flex; align-items: center; gap: 12px; min-height: 44px; font-family: 'Raleway', system-ui; font-size: 12px; letter-spacing: .18em; }
.lightbox-prev, .lightbox-next { position: absolute; top: 50%; display: grid; place-items: center; width: 48px; height: 48px; background: var(--black); }
.lightbox-prev { left: 8px; }
.lightbox-prev svg { transform: rotate(180deg); }
.lightbox-next { right: 8px; }
.lightbox a:hover { color: var(--gold); }
  .lightbox { padding: 80px 12px 32px; }

.listings-grid.few { grid-template-columns: 1fr; }
.listings-grid.few .listing-tile { aspect-ratio: 2 / 1; }
.listings-grid.few .listing-tile > img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.listings-grid.few .listing-copy { left: 48px; bottom: 48px; }
.listings-grid.few .listing-copy h2 { font-size: 40px; }
@media (max-width: 720px) { .listings-grid.few .listing-tile { aspect-ratio: 4 / 3; } .listings-grid.few .listing-copy { left: 24px; bottom: 24px; } .listings-grid.few .listing-copy h2 { font-size: 26px; } }

.zones { padding: 80px 0; background: var(--black); border-top: 1px solid #C9A22740; border-bottom: 1px solid #C9A22740; text-align: center; }
.zones .eyebrow { margin-bottom: 28px; }
.zone-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 0; }
.zone-list li { font-family: 'Barlow Semi Condensed', system-ui; font-size: clamp(22px, 2.4vw, 34px); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 0 28px; border-left: 1px solid #C9A22766; }
.zone-list li:first-child { border-left: 0; }
.feature-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 720px) { .zone-list li { border-left: 0; padding: 0 12px; } .feature-grid.two { grid-template-columns: 1fr; } }

.form-intro { max-width: 720px; font-size: 16px; margin-bottom: 34px; }
.lead-form { position: relative; max-width: 860px; }
.lead-form.is-wizard { min-height: 560px; }
.lead-form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.wizard-head { display: none; }
.is-wizard .wizard-head { display: block; margin-bottom: 34px; }
.progress { height: 2px; background: #ffffff22; overflow: hidden; }
.progress-bar { display: block; height: 100%; width: 10%; background: var(--gold); transition: width .4s ease; }
.step-count { font-family: 'Raleway', system-ui; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: #ffffffb3; margin: 12px 0 0; }
.step { border: 0; padding: 0; margin: 0 0 30px; min-width: 0; }
.step[hidden] { display: none; }
.step legend { font-family: 'Barlow Semi Condensed', system-ui; font-weight: 700; font-size: 34px; line-height: 1.12; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 26px; padding: 0; }
.step legend small { display: block; font-family: 'Raleway', system-ui; font-weight: 400; font-size: 14px; letter-spacing: 0; text-transform: none; color: #ffffffb3; margin-top: 8px; max-width: 620px; }
.chips { display: flex; flex-wrap: wrap; gap: 12px; }
.chip { position: relative; display: block; }
.chip input { position: absolute; inset: 0; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.chip span { display: flex; align-items: center; min-height: 52px; padding: 0 26px; border: 1px solid #C9A22799; background: #0b0b0bcc; color: var(--cream); font-family: 'Raleway', system-ui; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.chip:hover span { border-color: var(--gold); transform: translateY(-1px); }
.chip input:checked + span { background: var(--gold); border-color: var(--gold); color: var(--black); font-weight: 600; }
.chip input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 4px; }
.chips.big .chip { flex: 1 1 260px; }
.chips.big .chip span { justify-content: center; min-height: 72px; font-size: 14px; letter-spacing: .18em; }
.form-fields input::placeholder { color: #fff5; }
.step-error { color: var(--gold); font-size: 14px; margin: 0 0 18px; }
.wizard-nav { display: flex; gap: 14px; align-items: center; margin-top: 8px; }
.wizard-nav .button { min-width: 160px; }
.wizard-nav .button[hidden] { display: none; }
.button.ghost { border-color: #ffffff66; }
.button.ghost:hover { background: transparent; border-color: var(--white); color: var(--white); }
.form-trust { font-size: 13px; color: #ffffff99; margin: 22px 0 0; }
.lead-form:not(.is-wizard) [data-back], .lead-form:not(.is-wizard) [data-next] { display: none; }
.thanks { text-align: center; padding-block: 90px; }
.thanks p { font-size: 20px; max-width: 700px; margin: 0 auto 34px; }
.thanks .button { margin: 6px; }
@media (max-width: 720px) { .step legend { font-size: 26px; } .chip span { min-height: 48px; padding: 0 18px; font-size: 12px; } .chips.big .chip { flex-basis: 100%; } .wizard-nav { flex-wrap: wrap; } .wizard-nav .button { flex: 1 1 140px; } }

.proof-list { list-style: none; margin: 0 0 34px; padding: 0; display: grid; gap: 14px; }
.proof-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; }
.proof-list svg { flex: 0 0 auto; width: 18px; height: 18px; color: var(--gold); margin-top: 3px; }
.form-card { background: #0b0b0b; border: 1px solid #C9A22766; padding: 40px 40px 34px; box-shadow: 0 30px 80px #0009; }
.form-card-eyebrow { font-family: 'Raleway', system-ui; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin: 0 0 10px; }
.form-card-title { font-size: 30px; margin: 0 0 8px; }
.form-card-sub { font-size: 14px; color: #ffffffb3; margin: 0 0 28px; padding-bottom: 24px; border-bottom: 1px solid #ffffff1a; }
.form-card .lead-form { max-width: none; }
.form-card .lead-form.is-wizard { min-height: 440px; display: flex; flex-direction: column; }
.form-card .step { flex: 1 0 auto; }
.form-card .step legend { font-size: 26px; }
.form-card .wizard-nav { margin-top: auto; padding-top: 10px; }
.form-card .wizard-nav .button { flex: 1 1 0; min-width: 0; }
.form-card .wizard-nav [data-back] { flex: 0 0 120px; }
.form-card .form-fields { gap: 22px 30px; }
.form-card .consent { margin: 22px 0 8px; }
.form-card .form-trust { text-align: center; }
@media (max-width: 1000px) { .contact-inner { grid-template-columns: 1fr; gap: 40px; } .form-card { padding: 28px 22px 26px; } .form-card-title { font-size: 26px; } }
/* Single-listing card: full facts on the card (Victor, Sep 19) */
.listings-grid.few .listing-tile::after { background: linear-gradient(transparent 20%, #000e), linear-gradient(90deg, #000b, transparent 65%); }
.listing-copy.detail { right: auto; max-width: 760px; }
.listing-copy.detail::after { display: none; }
.listing-copy.detail .listing-kicker { color: var(--gold); letter-spacing: .24em; margin-bottom: 14px; }
.listing-copy.detail h2 { margin-bottom: 8px; }
.listing-copy.detail .listing-place { font-size: 13px; margin-bottom: 20px; }
.listing-facts { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 0; margin: 0 0 20px; padding: 0; align-items: baseline; font-family: 'Raleway', system-ui; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.listing-facts { margin-left: -16px; overflow: hidden; }
.listing-facts li { margin-left: -1px; padding: 0 16px; border-left: 1px solid #ffffff4d; }
.listing-facts strong { font-family: 'Barlow Semi Condensed', system-ui; font-size: 17px; font-weight: 700; letter-spacing: .04em; margin-right: 4px; }
.listing-copy.detail .listing-price { font-size: 12px; margin-bottom: 20px; }
.listing-copy.detail .listing-price span { font-family: 'Barlow Semi Condensed', system-ui; font-size: 26px; font-weight: 700; letter-spacing: .04em; color: var(--gold); margin-right: 12px; }
.listing-cta { display: inline-flex; align-items: center; gap: 10px; font-family: 'Raleway', system-ui; font-weight: 500; font-size: 11px; letter-spacing: .24em; border-bottom: 1px solid var(--gold); padding-bottom: 6px; }
.listing-cta svg { width: 16px; height: 16px; }
@media (max-width: 720px) {
  .listings-grid.few .listing-tile { aspect-ratio: auto; }
  .listings-grid.few .listing-tile > img { height: auto; aspect-ratio: 16 / 10; object-position: center; }
  .listings-grid.few .listing-tile::after { display: none; }
  .listings-grid.few .listing-copy.detail { position: static; margin: 24px 20px 28px; }
  .listing-facts { margin-left: -12px; }
  .listing-facts li { padding: 0 12px; }
  .listing-copy.detail .listing-price span { display: block; margin: 0 0 4px; }
}
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.details-cta { margin-top: 36px; }

/* ===== Property page, JamesEdition layout on the Medellín Estates brand (Victor, Sep 19 2026) ===== */
.page-listing main { background: var(--white); color: #151515; }
.page-listing .sticky-nav { color: var(--cream); }
.je-form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.je { --line: #e3e0d8; --gold-ink: #8a6d1a; --tint: #f6f2e7; font-family: 'Barlow', system-ui; font-size: 16px; line-height: 1.5; }
.je-wrap { max-width: 1344px; margin: 0 auto; padding: 0 24px 96px; }
.je a { color: inherit; }
.je svg { width: 20px; height: 20px; }
.je h2 { font-family: 'Barlow Semi Condensed', system-ui; font-weight: 500; font-size: 32px; letter-spacing: 0; text-transform: none; line-height: 1.2; margin: 0 0 24px; color: #151515; }
.je h3 { font-family: 'Barlow', system-ui; font-weight: 500; font-size: 18px; letter-spacing: 0; text-transform: none; margin: 20px 0 8px; }
.je-bar { display: flex; align-items: center; gap: 24px; height: 62px; }
.je-back { display: inline-flex; align-items: center; gap: 8px; padding-right: 24px; border-right: 1px solid var(--line); white-space: nowrap; }
.je-back-arrow svg { transform: rotate(180deg); }
.je-crumbs { display: flex; gap: 8px; color: #6b6b6b; font-size: 15px; min-width: 0; overflow: hidden; white-space: nowrap; }
.je-crumbs span[aria-hidden] { color: #c4c0b6; }
.je-crumbs a:hover, .je-back:hover { color: var(--gold-ink); }
.je-share { margin-left: auto; display: inline-flex; align-items: center; gap: 8px; background: none; border: 0; color: var(--gold-ink); font-size: 17px; padding: 8px 0; }
.je-mosaic { position: relative; display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 4px; height: 500px; }
.je-shot { display: block; overflow: hidden; background: #eee; }
.je-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.je-shot:hover img { transform: scale(1.03); }
.je-shot-main { grid-row: 1 / 3; }
.je-all { position: absolute; right: 24px; bottom: 24px; display: inline-flex; align-items: center; gap: 10px; background: var(--white); color: #151515 !important; border-radius: 999px; padding: 12px 22px; font-size: 16px; box-shadow: 0 2px 12px #0002; }
.je-main, .je-aside { min-width: 0; }
.je-body { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 52px; align-items: start; padding-top: 32px; }
.je-price { font-family: 'Barlow Semi Condensed', system-ui; font-weight: 500; font-size: 36px; line-height: 1.1; margin: 0; }
.je-price small { font-size: 18px; color: #6b6b6b; }
.je-usd { color: #6b6b6b; font-size: 15px; margin: 4px 0 14px; }
.je-title { font-family: 'Barlow Semi Condensed', system-ui; font-weight: 500; font-size: 32px; line-height: 1.2; letter-spacing: 0; text-transform: none; margin: 0 0 16px; color: #151515; }
.je-facts { margin: 0 0 14px; }
.je-facts span, .je-meta span { margin: 0 8px; color: #9a968c; }
.je-loc { display: inline-flex; align-items: center; gap: 6px; color: var(--gold-ink) !important; }
.je-meta { display: flex; align-items: center; gap: 6px; color: #6b6b6b; font-size: 15px; margin: 14px 0 0; }
.je-meta svg { width: 17px; height: 17px; }
.je-cats { display: flex; gap: 12px; overflow-x: auto; scrollbar-width: none; margin-top: 30px; padding: 30px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.je-cats::-webkit-scrollbar { display: none; }
.je-cats a { flex: 0 0 130px; display: flex; flex-direction: column; align-items: center; gap: 14px; font-size: 15px; text-align: center; }
.je-cat-img { position: relative; display: grid; place-items: center; width: 130px; height: 130px; overflow: hidden; background: var(--tint); color: var(--gold-ink); }
.je-cat-img img { width: 100%; height: 100%; object-fit: cover; }
.je-cat-all > span { position: absolute; inset: 0; display: grid; place-items: center; background: #0007; color: var(--white); }
.je-cat-img svg { width: 30px; height: 30px; }
.je-cats a:hover { color: var(--gold-ink); }
.je-section { padding: 44px 0; border-bottom: 1px solid var(--line); }
.je-section:last-child { border-bottom: 0; }
.je-about { position: relative; max-height: 168px; overflow: hidden; }
.je-about.is-open { max-height: none; }
.je-about:not(.is-open)::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 48px; background: linear-gradient(#fff0, #fff); }
.je-about p { margin: 0 0 16px; }
.je-more { background: none; border: 0; padding: 4px 0; color: var(--gold-ink); font-size: 16px; margin-top: 4px; }
.je-keys { display: grid; grid-template-columns: repeat(4, max-content); gap: 16px 56px; margin: 32px 0 0; }
.je-keys dt { color: #6b6b6b; font-size: 14px; margin-bottom: 6px; }
.je-keys dd { margin: 0; font-weight: 500; }
.je-features { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px 24px; margin: 0; padding: 0; }
.je-features li { display: flex; align-items: center; gap: 14px; }
.je-features svg { width: 26px; height: 26px; color: var(--gold-ink); }
.je-note { color: #6b6b6b; margin: -8px 0 20px; }
.je-ficha { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 48px; margin: 0; }
.je-ficha > div { display: flex; justify-content: space-between; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--line); min-width: 0; }
.je-ficha dt { color: #6b6b6b; }
.je-ficha dd { margin: 0; text-align: right; font-weight: 500; overflow-wrap: anywhere; }
.je-area { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; }
.je-area p { margin: 0 0 6px; text-transform: uppercase; }
.je-link { display: inline-flex; align-items: center; gap: 6px; color: var(--gold-ink) !important; }
.je-link svg { width: 16px; height: 16px; }
.je-outline { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 28px; border: 1px solid var(--gold-ink); color: var(--gold-ink) !important; white-space: nowrap; }
.je-outline:hover { background: var(--gold); border-color: var(--gold); color: var(--black) !important; }
.je-map { display: block; width: 100%; height: 400px; border: 0; margin-top: 28px; }
.je-listed { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.je-agency { border: 1px solid var(--line); padding: 28px; }
.je-agency-logo { width: 220px; height: auto; background: var(--black); padding: 14px 18px; }
.je-agency-place { display: flex; align-items: center; gap: 6px; margin: 16px 0 8px; }
.je-agency-place svg { width: 17px; height: 17px; }
.je-agency-note { color: #6b6b6b; font-size: 15px; margin: 0 0 22px; }
.je-agency-actions { display: flex; gap: 12px; }
.je-solid { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 24px; background: var(--gold); color: var(--black) !important; border: 0; font-family: 'Raleway', system-ui; font-weight: 500; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; transition: background .25s; }
.je-solid:hover { background: #b38f1f; }
.je-agency-actions .je-solid { flex: 1; }
.je-square { display: grid; place-items: center; width: 52px; min-height: 50px; background: var(--black); color: var(--gold) !important; }
.je-tour { background: var(--tint); padding: 28px; }
.je-tour > svg { width: 34px; height: 34px; color: var(--gold-ink); }
.je-tour p { color: #6b6b6b; font-size: 15px; margin: 0 0 22px; }
.je-tour-row { display: flex; gap: 10px; }
.je-tour-row select, .je-tour-row input { flex: 1; min-width: 0; height: 50px; border: 1px solid var(--line); background: var(--white); padding: 0 12px; font: inherit; font-size: 15px; color: #151515; }
.je-go { width: 50px; padding: 0; flex: 0 0 50px; }
.je-aside { position: sticky; top: 110px; }
.je-card { border: 1px solid var(--line); padding: 24px; background: var(--white); }
.je-agent { display: flex; gap: 18px; align-items: center; margin-bottom: 24px; }
.je-avatar { flex: 0 0 64px; height: 64px; border-radius: 50%; background: var(--black); display: grid; place-items: center; overflow: hidden; }
.je-avatar img { width: 54px; height: auto; }
.je-agent-name { font-weight: 500; font-size: 17px; margin: 0; }
.je-agent-sub { color: #6b6b6b; margin: 2px 0 6px; font-size: 15px; }
.je-form { display: grid; gap: 12px; }
.je-form input:not([type=checkbox]), .je-form select, .je-form textarea { width: 100%; height: 48px; border: 1px solid var(--line); background: var(--white); padding: 0 14px; font: inherit; color: #151515; border-radius: 0; }
.je-form textarea { height: auto; padding: 12px 14px; resize: vertical; }
.je-form input:focus, .je-form select:focus, .je-form textarea:focus, .je-tour-row select:focus, .je-tour-row input:focus { outline: 2px solid var(--gold); outline-offset: -1px; }
.je-phone { display: grid; grid-template-columns: 124px 1fr; }
.je-phone select { border-right: 0 !important; }
.je-label { color: #6b6b6b; font-size: 14px; margin-top: 6px; }
.je-send { width: 100%; margin-top: 4px; }
.je-check { display: flex; gap: 10px; align-items: flex-start; color: #6b6b6b; font-size: 13px; line-height: 1.5; margin-top: 8px; }
.je-check input { margin-top: 3px; accent-color: var(--gold-ink); }
.je-check a { color: var(--gold-ink) !important; text-decoration: underline; }
.je-owner { text-align: center; color: #6b6b6b; font-size: 15px; margin-top: 18px; }
.je-owner a { color: var(--gold-ink) !important; }
.je-mobilebar { display: none; }
@media (max-width: 1100px) {
  .je-body { grid-template-columns: minmax(0, 1fr) 340px; gap: 36px; }
  .je-keys { grid-template-columns: repeat(2, max-content); }
  .je-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .je-listed { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .je-wrap { padding: 0 0 120px; }
  .je-bar { padding: 0 20px; height: 54px; }
  .je-crumbs { display: none; }
  .je-back { border-right: 0; padding-right: 0; }
  .je-mosaic { display: flex; height: auto; gap: 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .je-mosaic::-webkit-scrollbar { display: none; }
  .je-shot { flex: 0 0 100%; aspect-ratio: 3 / 2; scroll-snap-align: start; }
  .je-shot-main { grid-row: auto; }
  .je-all { right: 16px; bottom: 16px; padding: 9px 16px; font-size: 14px; position: sticky; margin-left: -190px; align-self: flex-end; flex: 0 0 auto; }
  .je-body { grid-template-columns: minmax(0, 1fr); gap: 0; padding: 24px 20px 0; }
  .je-price { font-size: 30px; }
  .je-title { font-size: 26px; }
  .je-cats a { flex-basis: 104px; font-size: 14px; }
  .je-cat-img { width: 104px; height: 104px; }
  .je h2 { font-size: 26px; }
  .je-section { padding: 36px 0; }
  .je-ficha { grid-template-columns: 1fr; }
  .je-features { grid-template-columns: 1fr 1fr; gap: 18px 14px; font-size: 15px; }
  .je-area { flex-direction: column; }
  .je-map { height: 300px; }
  .je-aside { position: static; margin-top: 12px; }
  .je-card { padding: 20px; }
  .je-mobilebar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: flex; gap: 10px; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: var(--white); border-top: 1px solid #e3e0d8; }
  .je-mobilebar .je-solid { flex: 1; }
  .page-listing .whatsapp-pin { display: none; }
}
@media (max-width: 480px) { .je-keys { grid-template-columns: 1fr 1fr; gap: 16px 24px; } .je-features { grid-template-columns: 1fr; } .je-tour-row { flex-wrap: wrap; } .je-tour-row select, .je-tour-row input { flex-basis: 100%; } .je-go { flex: 1 1 100%; } }
