/* Leisure Journeys — Refactored Production Stylesheet V20.1 */
:root{--navy:#071c35;--navy-2:#0d2a4a;--gold:#c89422;--sand:#f7f3eb;--ink:#15202b;--muted:#66717d;--white:#fff;--shadow:0 18px 45px rgba(7,28,53,.14)}
*{box-sizing:border-box}
html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}
body{margin:0;max-width:100%;overflow-x:hidden;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin-left:auto;margin-right:auto}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;font-weight:700;transition:.25s}
.btn-gold,.lj-menu .btn{background:var(--gold);color:var(--navy)}
.btn-gold:hover,.lj-menu .btn:hover{background:#d7a63a;transform:translateY(-1px)}
.btn-outline{border:1px solid rgba(255,255,255,.75);color:#fff}
.eyebrow{color:#f0c967;text-transform:uppercase;letter-spacing:.22em;font-size:.78rem;font-weight:700}

/* Shared overlay header */
body>.topbar{display:block;position:relative;z-index:50;background:var(--navy);color:#fff;font-size:.88rem}
body>.topbar .container{display:flex;justify-content:flex-end;gap:24px;padding:9px 0}
.lj-header,.lj-header--overlay,.lj-header--home{position:absolute;top:0;left:0;width:100%;z-index:40;color:#fff;background:transparent;border:0}
.lj-header .lj-navwrap{width:min(1180px,92%);margin:auto;padding:18px 0;display:flex;align-items:center;justify-content:space-between;gap:28px}
.lj-brand{display:flex;align-items:center;flex:0 0 auto}
.lj-brand img{width:205px;height:auto;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.45))}
.lj-header .lj-menu{display:flex;align-items:center;justify-content:flex-end;gap:28px;color:#fff;font-size:.95rem;font-weight:400;white-space:nowrap}
.lj-header .lj-menu>a:not(.btn){padding:0;color:#fff;opacity:.92}
.lj-header .lj-menu>a:not(.btn):hover{color:#f3d17b;opacity:1}
.lj-header .lj-menu .btn{padding:14px 22px;margin:0;border-radius:999px;font-weight:700;white-space:nowrap}
.v12-menu-toggle{display:none;width:44px;height:44px;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:rgba(7,28,53,.35);color:#fff;cursor:pointer;align-items:center;justify-content:center}
.v12-menu-toggle span,.v12-menu-toggle span:before,.v12-menu-toggle span:after{display:block;width:20px;height:2px;background:currentColor;position:relative;transition:.2s}
.v12-menu-toggle span:before,.v12-menu-toggle span:after{content:"";position:absolute;left:0}
.v12-menu-toggle span:before{top:-6px}.v12-menu-toggle span:after{top:6px}

/* Shared hero system */
.hero{min-height:92vh;position:relative;color:#fff;background:linear-gradient(90deg,rgba(3,18,34,.82),rgba(3,18,34,.45)),url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2200&q=85") center/cover no-repeat}
.lj-header+.hero>.container{position:relative;height:100%}
.lj-header+.hero .hero-content{position:absolute;top:185px;left:0;max-width:760px}
.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3rem,7vw,6rem);line-height:.96;margin:18px 0 24px;font-weight:500}
.hero p{font-size:1.15rem;line-height:1.7;max-width:650px;color:rgba(255,255,255,.9)}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.page-hero,.standard-page-hero{position:relative;display:block;height:590px;min-height:590px;padding:0;color:#fff;background:linear-gradient(90deg,rgba(3,18,34,.82),rgba(3,18,34,.45)),url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2200&q=85") center/cover no-repeat}
.page-hero>.container,.standard-page-hero>.container{position:absolute;top:185px;left:50%;transform:translateX(-50%);width:min(1180px,92%);margin:0}
.page-hero h1,.standard-page-hero h1{max-width:980px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.8rem,6vw,5.2rem);font-weight:500;line-height:1.02;margin:12px 0 18px;color:#fff}
.page-hero p,.standard-page-hero p{max-width:760px;font-size:1.08rem;line-height:1.75;color:rgba(255,255,255,.88);margin:0}

/* Homepage sections */
.truststrip{margin-top:-44px;position:relative;z-index:5}
.trustgrid{background:#fff;border-radius:18px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}
.trustitem{padding:26px 22px;text-align:center;border-right:1px solid #edf0f2}.trustitem:last-child{border-right:0}.trustitem b{display:block;color:var(--navy);margin-bottom:5px}
.page-home section{padding:92px 0}
.section-head{text-align:center;max-width:760px;margin:0 auto 46px}.section-head h2{font-family:Georgia,"Times New Roman",serif;color:var(--navy);font-size:clamp(2.2rem,4vw,3.7rem);font-weight:500;margin:10px 0 16px}.section-head p{color:var(--muted);line-height:1.75}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{height:420px;border-radius:18px;overflow:hidden;position:relative;box-shadow:var(--shadow)}.card img{width:100%;height:100%;object-fit:cover;transition:.5s}.card:hover img{transform:scale(1.05)}.card:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 40%,rgba(4,20,36,.9))}.card-content{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;color:#fff}.card-content h3{font-family:Georgia,"Times New Roman",serif;font-size:1.7rem;margin:0 0 8px}.card-content p{margin:0;color:rgba(255,255,255,.82);line-height:1.5}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.split img{height:560px;width:100%;object-fit:cover;border-radius:24px;box-shadow:var(--shadow)}.split h2{font-family:Georgia,"Times New Roman",serif;color:var(--navy);font-size:3.2rem;font-weight:500;margin:12px 0 20px}.split p{color:var(--muted);line-height:1.8}.checks{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:28px 0}.check{padding:18px;border-left:3px solid var(--gold);background:var(--sand)}.check b{color:var(--navy)}
.offers{background:var(--sand)}.offergrid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:20px}.offer{min-height:320px;border-radius:18px;overflow:hidden;position:relative;background:#ddd}.offer img{width:100%;height:100%;object-fit:cover}.offer:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(4,20,36,.88))}.offertext{position:absolute;z-index:2;bottom:22px;left:22px;right:22px;color:#fff}.offertext span{font-size:.76rem;letter-spacing:.15em;text-transform:uppercase;color:#f0c967}.offertext h3{font-family:Georgia,"Times New Roman",serif;font-size:1.6rem;margin:8px 0}
.form{background:#fff;padding:34px;border-radius:22px;box-shadow:var(--shadow);display:grid;gap:14px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form input,.form select,.form textarea{width:100%;padding:14px 16px;border:1px solid #dfe5ea;border-radius:10px;font:inherit}.form textarea{min-height:120px;resize:vertical}.form button{border:0;cursor:pointer}.form-note{font-size:.83rem;color:#7d8791;line-height:1.5}.hp-field{position:absolute;left:-9999px;opacity:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Collection and information pages */
.content-section,main.standard-content{padding:76px 0}.content-section.alt{background:var(--sand)}
.content-head{max-width:800px;margin:0 auto 38px;text-align:center}.content-head h2,.standard-content h2{font-family:Georgia,"Times New Roman",serif;color:var(--navy);font-weight:500}.content-head h2{font-size:clamp(2rem,4vw,3.35rem);margin:8px 0 15px}.content-head p{color:var(--muted);line-height:1.75}
.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.collection-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e7ebef;border-radius:18px;overflow:hidden;box-shadow:0 14px 34px rgba(7,28,53,.09);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.collection-card:hover{transform:translateY(-5px);border-color:#dfc884;box-shadow:0 20px 46px rgba(7,28,53,.16)}.collection-card[hidden]{display:none}.collection-card>a{overflow:hidden}.collection-card img{height:230px;width:100%;object-fit:cover;transition:transform .4s ease}.collection-card:hover img{transform:scale(1.025)}.collection-card__body{padding:24px;display:flex;flex-direction:column;flex:1}.collection-card h3{font-family:Georgia,"Times New Roman",serif;color:var(--navy);font-size:1.55rem;margin:0 0 10px}.collection-card h3 a{transition:color .2s ease}.collection-card h3 a:hover{color:#a8730d}.collection-card p{color:var(--muted);line-height:1.65;margin:0 0 18px}.property-category{display:inline-flex;align-self:flex-start;margin:0 0 13px;padding:6px 10px;border:1px solid #ead7a3;border-radius:999px;background:#fff8e7;color:#a46f07;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.property-category:hover{background:#b98720;border-color:#b98720;color:#fff;transform:translateY(-1px)}.property-filters{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin:-12px 0 30px;padding:7px;border:1px solid #eadfbe;border-radius:999px;background:#fffaf0;box-shadow:0 8px 22px rgba(7,28,53,.06);width:max-content;max-width:100%;margin-left:auto;margin-right:auto}.property-filter{appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 18px;border:1px solid transparent;border-radius:999px;background:transparent;color:#9d6b09;font:inherit;font-size:.88rem;font-weight:750;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.property-filter:hover{background:#f3e4bd;border-color:#dfc47f;color:#694603;transform:translateY(-1px)}.property-filter.is-active{background:#b98720;border-color:#b98720;color:#fff;box-shadow:0 6px 14px rgba(185,135,32,.25)}.property-filter:focus-visible,.property-category:focus-visible,.collection-card h3 a:focus-visible,.text-link:focus-visible{outline:3px solid rgba(185,135,32,.35);outline-offset:3px}.text-link{position:relative;display:inline-flex;align-self:flex-start;color:#a8730d;font-weight:700;margin-top:auto;transition:color .2s ease,transform .2s ease}.text-link:hover{color:#765006;transform:translateX(3px)}
.education-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.education-item{background:#fff;border-left:4px solid var(--gold);padding:24px;border-radius:10px;box-shadow:0 9px 26px rgba(7,28,53,.07)}.education-item h3{color:var(--navy);margin:0 0 9px;font-size:1.12rem}.education-item p{margin:0;color:var(--muted);line-height:1.65}
.page-copy{max-width:880px;margin:auto}.page-copy h2,.page-copy h3{font-family:Georgia,"Times New Roman",serif;color:var(--navy);font-weight:500}.page-copy h2{font-size:2.35rem;margin:42px 0 14px}.page-copy h3{font-size:1.45rem;margin:28px 0 8px}.page-copy p,.page-copy li{color:var(--muted);line-height:1.78}.page-copy ul{padding-left:22px}
.package-ready{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.package-placeholder{background:#fff;border:1px dashed #c9d1d8;border-radius:16px;padding:28px}.package-placeholder h3{color:var(--navy);margin:0 0 10px}.package-placeholder p{color:var(--muted);line-height:1.6}
.soft-cta{background:var(--navy);color:#fff;border-radius:22px;padding:38px;margin-top:44px;display:flex;justify-content:space-between;align-items:center;gap:28px}.soft-cta h2{color:#fff;margin:0 0 10px;font-size:2rem}.soft-cta p{color:rgba(255,255,255,.78);margin:0;max-width:650px}.soft-cta .btn{white-space:nowrap}
.guide-list{display:grid;grid-template-columns:1fr 1fr;gap:18px}.guide-link{display:block;padding:20px 22px;border:1px solid #e2e7eb;border-radius:14px;background:#fff;color:var(--navy);font-weight:700}.guide-link span{display:block;color:var(--muted);font-weight:400;margin-top:6px;line-height:1.55}
main.container.standard-content{width:min(1180px,92%)}.standard-content>h2{font-size:clamp(2rem,4vw,3rem);margin:42px 0 14px}.standard-content p,.standard-content li{line-height:1.8;color:var(--muted)}.standard-content .card{height:auto;background:var(--sand);padding:28px;border-left:4px solid var(--gold);margin:24px 0;border-radius:0;overflow:visible;box-shadow:none}.standard-content .card:after{display:none}

/* Connect page */
.page-connect main{padding:78px 0;background:var(--sand)}.intro{text-align:center;max-width:760px;margin:0 auto 42px}.intro h2{font-family:Georgia,"Times New Roman",serif;color:var(--navy);font-size:clamp(2rem,4vw,3.2rem);font-weight:500;margin:10px 0}.intro p{color:var(--muted);line-height:1.75}
.platform-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.platform-card{background:#fff;border-radius:20px;padding:28px;box-shadow:var(--shadow);display:grid;grid-template-columns:150px 1fr;gap:26px;align-items:center;scroll-margin-top:22px}.platform-card img{width:150px;height:150px;object-fit:contain;border:1px solid #edf0f2;border-radius:12px;background:#fff;padding:7px}.platform-icon{width:48px;height:48px;border-radius:14px;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:800;margin-bottom:12px}.platform-card h3{font-family:Georgia,"Times New Roman",serif;color:var(--navy);font-size:1.65rem;margin:0 0 7px}.platform-card p{color:var(--muted);line-height:1.55;margin:0 0 9px}.account{font-weight:700;color:var(--navy);margin-bottom:14px}.note{font-size:.82rem}.master{margin-top:30px;background:var(--navy);color:#fff;border-radius:22px;padding:30px;display:grid;grid-template-columns:180px 1fr;gap:30px;align-items:center}.master img{width:180px;height:180px;background:#fff;border-radius:14px;padding:9px}.master h2{font-family:Georgia,"Times New Roman",serif;font-size:2.2rem;font-weight:500;margin:0 0 12px}.master p{color:rgba(255,255,255,.78);line-height:1.7;margin:0}

/* Shared footer */
.lj-footer{background:#031323;color:#dbe3ea;padding:56px 0 24px}.lj-footer .footergrid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:40px}.lj-footer .footergrid>div:first-child>img{width:190px;height:auto;margin-bottom:18px}.lj-footer h4{color:#fff;margin:0 0 16px}.lj-footer p,.lj-footer li{color:#9eb0bf;line-height:1.8;font-size:.92rem}.lj-footer ul{padding:0;list-style:none;margin:0}.lj-footer a:hover{color:#fff}.lj-footer .copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:36px;padding-top:22px;color:#8da2b5;font-size:.85rem}.lj-footer .social-links{display:flex;gap:14px;margin-top:20px}.lj-footer .social-links a{width:42px;height:42px;border:1px solid rgba(255,255,255,.22);border-radius:50%;display:grid;place-items:center;color:#fff}.lj-footer .social-links svg{width:20px;height:20px;fill:currentColor}
.subpage-header,.v13-footer{display:none}

/* Floating contact control */
.contact-fab{position:fixed;right:22px;bottom:22px;z-index:50}.contact-fab__toggle{width:60px;height:60px;border:0;border-radius:50%;display:grid;place-items:center;background:#25D366;color:#fff;cursor:pointer;box-shadow:0 12px 32px rgba(0,0,0,.28);transition:.25s}.contact-fab__toggle:hover{transform:translateY(-2px)}.contact-fab__toggle svg{width:31px;height:31px;fill:currentColor}.contact-fab__menu{position:absolute;right:4px;bottom:70px;display:grid;gap:10px;opacity:0;visibility:hidden;transform:translateY(12px);transition:.22s}.contact-fab.open .contact-fab__menu{opacity:1;visibility:visible;transform:none}.contact-fab__item{display:flex;align-items:center;justify-content:flex-end;gap:10px;white-space:nowrap}.contact-fab__label{background:#fff;color:var(--navy);border:1px solid #e5e9ed;border-radius:999px;padding:8px 12px;font-size:.84rem;font-weight:700;box-shadow:0 8px 22px rgba(7,28,53,.16)}.contact-fab__icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;box-shadow:0 8px 22px rgba(0,0,0,.22);font-weight:800;font-size:.72rem}.contact-fab__item:first-child .contact-fab__icon{background:#25D366}.contact-fab__item svg{width:21px;height:21px;fill:currentColor}

@media(max-width:1080px){
 .lj-header .v12-menu-toggle{display:flex;margin-left:auto}.lj-brand img{width:150px}.lj-header .lj-menu{position:absolute;top:82px;left:4%;right:4%;display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px;background:var(--navy);border:1px solid rgba(255,255,255,.16);border-radius:14px;box-shadow:0 18px 45px rgba(0,0,0,.28);white-space:normal}.lj-header .lj-menu.open{display:flex}.lj-header .lj-menu a{display:block;padding:12px 14px;border-radius:8px}.lj-header .lj-menu .btn{margin-top:5px;text-align:center}
 .page-hero>.container,.standard-page-hero>.container,.lj-header+.hero .hero-content{top:145px}
 .collection-grid,.education-grid,.package-ready{grid-template-columns:1fr 1fr}.guide-list{grid-template-columns:1fr}.soft-cta{align-items:flex-start;flex-direction:column}.lj-footer .footergrid{grid-template-columns:1fr 1fr}.platform-grid{grid-template-columns:1fr}
}
@media(max-width:760px){.split{grid-template-columns:1fr}.offergrid{grid-template-columns:1fr}.trustgrid{grid-template-columns:1fr 1fr}.cards{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}}
@media(max-width:620px){
 body>.topbar{display:none}.lj-header,.lj-header--overlay,.lj-header--home{background:linear-gradient(180deg,rgba(3,19,35,.82),rgba(3,19,35,0))}.lj-header .lj-navwrap{padding:10px 0}.lj-brand img{width:138px}.lj-header .lj-menu{top:78px}
 .page-hero,.standard-page-hero{height:540px;min-height:540px}.page-hero>.container,.standard-page-hero>.container,.lj-header+.hero .hero-content{top:112px}.page-hero h1,.standard-page-hero h1{font-size:clamp(2.35rem,11vw,3.25rem)}
 .content-section,main.standard-content{padding:58px 0}.collection-grid,.education-grid,.package-ready{grid-template-columns:1fr}.page-home section{padding:68px 0}.trustgrid{grid-template-columns:1fr}.trustitem{border-right:0;border-bottom:1px solid #edf0f2}.split img{height:420px}.split h2{font-size:2.4rem}.lj-footer .footergrid{grid-template-columns:1fr}.lj-footer{padding-top:44px}.contact-fab{right:16px;bottom:16px}
 .page-connect main{padding:60px 0}.platform-card{grid-template-columns:1fr;text-align:center}.platform-card img,.platform-icon,.master img{margin-left:auto;margin-right:auto}.master{grid-template-columns:1fr;text-align:center}
}

/* Homepage contact cards and date fields */
.date-field{display:flex;flex-direction:column;gap:7px}.date-field label{font-size:.82rem;font-weight:700;color:var(--navy)}
.connect-home{background:#fff}.connect-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.connect-card{border:1px solid #e7ebef;border-radius:16px;padding:24px;background:#fff;box-shadow:0 10px 28px rgba(7,28,53,.08);transition:.25s}.connect-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.connect-icon{width:48px;height:48px;border-radius:14px;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:800;margin-bottom:16px}.connect-card h3{color:var(--navy);margin:0 0 8px;font-size:1.15rem}.connect-card p{color:var(--muted);line-height:1.55;min-height:48px;margin:0 0 16px}.connect-card a{color:var(--gold);font-weight:700}.connect-cta{text-align:center;margin-top:28px}
@media(max-width:1080px){.connect-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.connect-grid{grid-template-columns:1fr}}

:focus-visible{outline:3px solid #f0c967;outline-offset:3px}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important}}
