:root{--ink:#061c1e;--ink2:#0a2c2d;--ink3:#0f3a3b;--teal:#007a7b;--aqua:#7ed6d2;--gold:#d4af37;--gold2:#f0cf67;--ivory:#f7f4ee;--white:#fff;--muted:#b9c8c6;--light:#eef6f5;--line:rgba(212,175,55,.28);--serif:"Playfair Display",Georgia,serif;--sans:"DM Sans",Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:#fff;font-family:var(--sans);overflow-x:hidden}a{color:inherit}img{max-width:100%;display:block}.lp-shell{width:min(1280px,calc(100% - 48px));margin:auto}.lp-nav{height:92px;padding:0 max(24px,calc((100vw - 1280px)/2));display:flex;align-items:center;justify-content:space-between;gap:24px;background:rgba(3,20,22,.94);border-bottom:1px solid rgba(212,175,55,.18);position:sticky;top:0;z-index:90;backdrop-filter:blur(14px)}.lp-brand{display:flex;align-items:center;gap:13px;text-decoration:none}.lp-brand img{width:72px;height:58px;object-fit:contain}.lp-brand strong{font:600 23px var(--serif)}.lp-brand small{display:block;color:var(--aqua);font-size:10px;letter-spacing:.22em;margin-top:3px}.lp-links{display:flex;align-items:center;gap:29px;font-size:14px;font-weight:700}.lp-links a{text-decoration:none;opacity:.92}.lp-links a:hover,.lp-links a.active{color:var(--gold2)}.lp-links .cta{border:1px solid var(--gold);border-radius:999px;padding:12px 19px;color:var(--gold2)}
.lp-kicker{color:var(--gold2);font-size:11px;letter-spacing:.28em;text-transform:uppercase;font-weight:800}.lp-script{font-family:var(--serif);font-style:italic;color:var(--aqua)}.lp-title{font:600 clamp(3.4rem,7vw,7rem)/.94 var(--serif);letter-spacing:-.045em;margin:14px 0}.lp-copy{color:#d5e2e0;font-size:1.05rem;line-height:1.82}.lp-btns{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.lp-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 21px;text-decoration:none;font-size:13px;font-weight:800;letter-spacing:.02em;border:1px solid rgba(255,255,255,.4);transition:.25s}.lp-btn.gold{background:linear-gradient(135deg,#e3ba35,#f0cf67);color:#082324;border:0;box-shadow:0 14px 36px #0004}.lp-btn:hover{transform:translateY(-2px)}
.lp-dark{background:radial-gradient(circle at 78% 8%,rgba(0,122,123,.18),transparent 32%),linear-gradient(135deg,#041719,#082527 70%,#061b1d)}.lp-map{position:relative}.lp-map:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.15;background-image:radial-gradient(circle at 30% 30%,transparent 0 32%,rgba(126,214,210,.18) 33% 34%,transparent 35%),radial-gradient(circle at 70% 60%,transparent 0 22%,rgba(126,214,210,.18) 23% 24%,transparent 25%);background-size:240px 240px,310px 310px}.lp-section{padding:96px 24px}.lp-section.light{background:#fff;color:#092829}.lp-section.soft{background:#eef5f4;color:#092829}.lp-section-head{max-width:800px;margin-bottom:38px}.lp-section h2{font:600 clamp(2.7rem,5vw,5.2rem)/1 var(--serif);letter-spacing:-.035em;margin:10px 0 14px}.lp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.lp-card{border:1px solid rgba(212,175,55,.24);background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025));border-radius:24px;overflow:hidden}.lp-card img{width:100%;height:280px;object-fit:cover}.lp-card-body{padding:24px}.lp-card h3{font:600 28px var(--serif);margin:6px 0}.lp-card p{color:#c6d5d3;line-height:1.65}.light .lp-card,.soft .lp-card{background:#fff;border-color:#d8e3e1;box-shadow:0 18px 50px rgba(8,35,36,.08)}.light .lp-card p,.soft .lp-card p{color:#647574}.lp-goldline{height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:.65}.lp-footer{padding:52px 24px;background:#031415;border-top:1px solid var(--line)}.lp-footer-grid{width:min(1280px,100%);margin:auto;display:grid;grid-template-columns:1.2fr repeat(3,.7fr);gap:30px}.lp-footer img{width:100px}.lp-footer h4{font:600 18px var(--serif);color:#fff}.lp-footer p,.lp-footer a{font-size:13px;color:#aebfbd;text-decoration:none;line-height:1.8}.lp-footer strong{color:var(--gold2)}
/* butterflies */.butterflies{pointer-events:none;position:fixed;inset:0;z-index:60;overflow:hidden}.butterfly{position:absolute;top:-10vh;font-size:22px;opacity:.72;filter:drop-shadow(0 0 8px rgba(212,175,55,.35));animation:fall linear infinite,flutter 2.8s ease-in-out infinite alternate}.butterfly:nth-child(1){left:8%;animation-duration:18s}.butterfly:nth-child(2){left:24%;animation-duration:23s;animation-delay:-8s;color:var(--aqua)}.butterfly:nth-child(3){left:58%;animation-duration:20s;animation-delay:-3s}.butterfly:nth-child(4){left:76%;animation-duration:26s;animation-delay:-14s;color:var(--aqua)}.butterfly:nth-child(5){left:91%;animation-duration:21s;animation-delay:-10s}@keyframes fall{to{transform:translateY(120vh) rotate(25deg)}}@keyframes flutter{from{margin-left:-15px;rotate:-8deg}to{margin-left:18px;rotate:10deg}}
/* forms */.lux-form-wrap{width:min(1100px,calc(100% - 40px));margin:0 auto;padding:60px 0 90px}.lux-form-card{background:#fff;color:#0b2b2c;border-radius:30px;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.32)}.lux-form-head{padding:42px 46px;background:linear-gradient(135deg,#082d2e,#0c494a);color:#fff}.lux-form-head h1{font:600 clamp(2.5rem,5vw,4.6rem)/1 var(--serif);margin:10px 0}.lux-form-head p{max-width:760px;color:#cfe1df;line-height:1.7}.lux-form-body{padding:38px 46px 46px}.lux-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.lux-form label,.lux-form legend{font-size:11px;letter-spacing:.13em;text-transform:uppercase;font-weight:800;color:#365d5a}.lux-form input,.lux-form select,.lux-form textarea{width:100%;margin-top:7px;padding:14px 15px;border:1px solid #cbdcda;border-radius:13px;background:#fafdfe;font:500 15px var(--sans);color:#123738}.lux-form textarea{min-height:125px;resize:vertical}.lux-form fieldset{border:1px solid #d7e4e2;border-radius:18px;padding:18px;display:grid;gap:9px}.lux-form .choice{display:flex;align-items:flex-start;gap:8px;text-transform:none;letter-spacing:0;font-weight:600;font-size:14px}.lux-form .choice input{width:auto;margin:2px 0}.lux-form .full,.lux-form fieldset,.lux-form .form-note,.lux-form .form-submit{grid-column:1/-1}.lux-form .form-note{padding:16px;border-radius:14px;background:#eef8f7;color:#496462;font-size:13px;line-height:1.6}.lux-form button{border:0;border-radius:999px;padding:16px 22px;background:linear-gradient(135deg,#d9ae28,#efcd62);font-weight:900;color:#082627;cursor:pointer;width:100%}
@media(max-width:920px){.lp-links a:not(.cta){display:none}.lp-brand strong,.lp-brand small{display:none}.lp-grid{grid-template-columns:1fr 1fr}.lp-footer-grid{grid-template-columns:1fr 1fr}.lux-form{grid-template-columns:1fr}.lux-form .full,.lux-form fieldset,.lux-form .form-note,.lux-form .form-submit{grid-column:auto}}
@media(max-width:620px){.lp-shell{width:min(100% - 28px,1280px)}.lp-nav{height:78px}.lp-brand img{width:62px}.lp-grid{grid-template-columns:1fr}.lp-footer-grid{grid-template-columns:1fr}.lux-form-body,.lux-form-head{padding:28px 22px}.butterfly{font-size:17px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.butterflies{display:none}}
