@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=DM+Sans:wght@300;400;500;600&family=Dancing+Script:wght@600&display=swap);*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0e1f3d;--navy-mid:#152847;--navy-light:#1c3257;--gold:#c8a84b;--gold-light:#dfc06a;--gold-dim:#a8893a;--white:#fff;--cream:#f5f3ee;--text-dark:#0e1f3d;--text-mid:#3d4f6e;--text-light:#7a8eaa;--serif:"Playfair Display",Georgia,serif;--sans:"DM Sans",system-ui,sans-serif;--script:"Dancing Script",cursive;--accent:var(--gold);--accent-hover:var(--gold-light);--btn-bg:#c8a84b;--btn-bg-hover:#dfc06a;--btn-text:#0e1f3d}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;background:#f5f3ee;background:var(--cream);color:#0e1f3d;color:var(--text-dark);font-family:DM Sans,system-ui,sans-serif;font-family:var(--sans);overflow-x:hidden}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.section-inner{margin:0 auto;max-width:1200px;padding:0 2rem}.section-tag{color:#c8a84b;color:var(--gold);font-size:.75rem;font-weight:500;letter-spacing:.22em;margin-bottom:.75rem;text-transform:uppercase}.section-title{color:#0e1f3d;color:var(--navy);font-family:Playfair Display,Georgia,serif;font-family:var(--serif);font-size:clamp(1.6rem,4vw,2.5rem);font-weight:700;line-height:1.2;margin-bottom:1rem}.section-title span{color:#c8a84b;color:var(--gold)}.gold-line{background:linear-gradient(90deg,#c8a84b,#dfc06a);background:linear-gradient(90deg,var(--gold),var(--gold-light));border-radius:2px;height:2px;margin-bottom:1.5rem;width:48px}.btn-primary{align-items:center;background:#c8a84b;background:var(--gold);border:none;border-radius:50px;color:#0e1f3d;color:var(--navy);cursor:pointer;display:inline-flex;font-family:DM Sans,system-ui,sans-serif;font-family:var(--sans);font-size:.92rem;font-weight:600;gap:.5rem;letter-spacing:.02em;padding:.875rem 1.75rem;text-decoration:none;transition:all .25s;white-space:nowrap}.btn-primary:hover{background:#dfc06a;background:var(--gold-light);box-shadow:0 8px 24px #c8a84b59;transform:translateY(-2px)}.btn-outline{align-items:center;background:#0000;border:1.5px solid #c8a84b;border:1.5px solid var(--gold);border-radius:50px;color:#c8a84b;color:var(--gold);cursor:pointer;display:inline-flex;font-family:DM Sans,system-ui,sans-serif;font-family:var(--sans);font-size:.92rem;font-weight:500;gap:.5rem;padding:.875rem 1.75rem;text-decoration:none;transition:all .25s;white-space:nowrap}.btn-outline:hover{background:#c8a84b;background:var(--gold);color:#0e1f3d;color:var(--navy);transform:translateY(-2px)}@media (max-width:480px){.btn-outline,.btn-primary{font-size:.9rem;justify-content:center;padding:.9rem 1.25rem;width:100%}.section-inner{padding:0 1rem}}.loader{align-items:center;background:var(--navy);display:flex;flex-direction:column;inset:0;justify-content:center;position:fixed;transition:opacity .6s ease,visibility .6s ease;z-index:9999}.loader--fade{opacity:0;pointer-events:none;visibility:hidden}.loader__bg{background:radial-gradient(ellipse at center,var(--navy-mid) 0,var(--navy) 70%);inset:0;position:absolute}.loader__pattern{background-image:repeating-linear-gradient(45deg,var(--gold) 0,var(--gold) 1px,#0000 0,#0000 50%);background-size:24px 24px;inset:0;opacity:.03;position:absolute}.loader__content{align-items:center;display:flex;flex-direction:column;padding:0 2rem;position:relative;z-index:2}.loader__logo-wrap{margin-bottom:2rem;position:relative}.loader__logo-icon{animation:loader-drop .6s cubic-bezier(.34,1.56,.64,1) both;height:80px;width:80px}.loader__pulse{animation:loader-pulse 1.8s ease-in-out infinite;border:1.5px solid #c8a84b4d;border-radius:18px;inset:-8px;position:absolute}@keyframes loader-drop{0%{opacity:0;transform:translateY(-30px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes loader-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.2;transform:scale(1.12)}}.loader__title{animation:loader-fade-up .5s ease .2s both;color:var(--white);font-family:var(--serif);font-size:clamp(1.8rem,6vw,2.75rem);font-weight:700;margin-bottom:.4rem;text-align:center}.loader__title span{color:var(--gold)}.loader__subtitle{animation:loader-fade-up .5s ease .3s both;color:#ffffff61;font-size:clamp(.65rem,2vw,.78rem);font-weight:400;letter-spacing:.22em;margin-bottom:2.5rem;text-align:center;text-transform:uppercase}@keyframes loader-fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.loader__bar-wrap{animation:loader-fade-up .5s ease .4s both;background:#ffffff12;border-radius:2px;height:2px;margin-bottom:1rem;overflow:hidden;width:min(220px,70vw)}.loader__bar{background:linear-gradient(90deg,var(--gold-dim),var(--gold-light));border-radius:2px;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.loader__tagline{animation:loader-fade-up .5s ease .5s both;color:#ffffff47;font-size:.82rem;letter-spacing:.05em;min-height:1.2em;text-align:center}.loader__footer{bottom:1.5rem;color:#ffffff26;font-size:.72rem;letter-spacing:.15em;padding:0 1rem;position:absolute;text-align:center;text-transform:uppercase}@media (max-width:480px){.loader__logo-icon{height:64px;width:64px}.loader__logo-wrap{margin-bottom:1.5rem}.loader__subtitle{margin-bottom:2rem}}.nav{align-items:center;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:#0e1f3deb;border-bottom:1px solid #c8a84b33;display:flex;height:64px;justify-content:space-between;left:0;padding:0 2rem;position:fixed;right:0;top:0;transition:background .3s;z-index:200}.nav--scrolled{background:#0e1f3dfc}.nav__logo{align-items:center;display:flex;flex-shrink:0;gap:10px;text-decoration:none}.nav__logo-text{color:var(--white);font-family:var(--serif);font-size:1.05rem;line-height:1.15}.nav__logo-text span{color:var(--gold);display:block;font-family:var(--sans);font-size:.66rem;font-weight:300;letter-spacing:.16em;text-transform:uppercase}.nav__links{align-items:center;display:flex;gap:1.75rem;list-style:none}.nav__links a{color:#ffffffbf;font-size:.88rem;text-decoration:none;transition:color .2s;white-space:nowrap}.nav__links a:hover{color:var(--gold)}.nav__cta{align-items:center;background:var(--gold)!important;border-radius:50px;color:var(--navy)!important;display:inline-flex;font-size:.84rem!important;font-weight:600!important;gap:.4rem;padding:.48rem 1.15rem;transition:all .25s!important}.nav__cta:hover{background:var(--gold-light)!important;box-shadow:0 4px 16px #c8a84b4d!important}.nav__burger{background:none;border:none;border-radius:4px;cursor:pointer;display:none;flex-direction:column;gap:5px;height:40px;justify-content:center;padding:8px;transition:background .2s;width:40px;z-index:201}.nav__burger:hover{background:#ffffff14}.nav__burger span{background:var(--white);border-radius:2px;display:block;height:2px;transform-origin:center;transition:transform .3s ease,opacity .3s ease;width:22px}.nav__burger.open span:first-child{transform:translateY(7px) rotate(45deg)}.nav__burger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav__burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav__drawer{background:var(--navy);border-bottom:2px solid #c8a84b40;box-shadow:0 12px 40px #0006;left:0;position:fixed;right:0;top:64px;transform:translateY(-110%);transition:transform .32s cubic-bezier(.4,0,.2,1);z-index:190}.nav__drawer--open{transform:translateY(0)}.nav__drawer-inner{display:flex;flex-direction:column;padding:.5rem 0 1.25rem}.nav__drawer-link{border-bottom:1px solid #ffffff0f;color:#ffffffd1;display:block;font-size:1rem;font-weight:400;padding:.95rem 1.5rem;text-decoration:none;transition:color .2s,background .2s}.nav__drawer-link:hover{background:#ffffff0a;color:var(--gold)}.nav__drawer-cta{background:var(--gold);border-radius:50px;color:var(--navy)!important;display:block;font-size:.95rem;font-weight:600;margin:1rem 1.5rem 0;padding:.9rem 1.25rem;text-align:center;text-decoration:none;transition:background .2s}.nav__drawer-cta:hover{background:var(--gold-light)}.nav__backdrop{backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);background:#00000080;inset:0;position:fixed;top:64px;z-index:180}@media (max-width:900px){.nav__links{display:none}.nav__burger{display:flex}}@media (max-width:480px){.nav{height:60px;padding:0 1rem}.nav__logo-text{font-size:.95rem}.nav__backdrop,.nav__drawer{top:60px}.nav__logo svg{height:32px;width:32px}}.hero{align-items:center;background:var(--navy);display:flex;min-height:100vh;overflow:hidden;position:relative}.hero__bg{background:radial-gradient(ellipse at 65% 50%,var(--navy-mid) 0,var(--navy) 70%)}.hero__bg,.hero__pattern{inset:0;position:absolute}.hero__pattern{background-image:repeating-linear-gradient(45deg,var(--gold) 0,var(--gold) 1px,#0000 0,#0000 50%);background-size:22px 22px;opacity:.03}.hero__content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:6rem 2rem 4rem;position:relative;width:100%;z-index:2}.hero__eyebrow{align-items:center;color:var(--gold);display:flex;font-size:.75rem;font-weight:500;gap:.75rem;letter-spacing:.28em;margin-bottom:1.25rem;text-transform:uppercase}.hero__eyebrow:before{background:var(--gold);content:"";display:block;flex-shrink:0;height:1px;width:28px}.hero__title{color:var(--white);font-family:var(--serif);font-size:clamp(2.4rem,5vw,3.75rem);font-weight:700;line-height:1.1;margin-bottom:.5rem}.hero__title-home{color:var(--gold);display:block;font-size:clamp(2.8rem,6vw,4.5rem)}.hero__subtitle{color:#ffffff80;font-size:.82rem;font-weight:300;letter-spacing:.15em;margin-bottom:1.5rem;text-transform:uppercase}.hero__desc{color:#ffffffad;font-size:1rem;line-height:1.78;margin-bottom:2.25rem}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem}.hero__right{display:flex;flex-direction:column;gap:1.25rem}.hero__banner-img{border:1px solid #c8a84b40;border-radius:10px;box-shadow:0 30px 80px #00000080;width:100%}.hero__stats{grid-gap:1px;background:#c8a84b26;border:1px solid #c8a84b26;border-radius:8px;display:grid;gap:1px;grid-template-columns:repeat(3,1fr);overflow:hidden}.hero__stat{background:#ffffff0a;padding:1.1rem .75rem;text-align:center}.hero__stat-num{color:var(--gold);display:block;font-family:var(--serif);font-size:1.6rem;font-weight:700}.hero__stat-label{color:#fff6;font-size:.68rem;letter-spacing:.1em;margin-top:.2rem;text-transform:uppercase}@media (max-width:900px){.hero__content{gap:2.5rem;grid-template-columns:1fr;padding-top:5.5rem}.hero__banner-img{max-height:260px;object-fit:cover}}@media (max-width:480px){.hero__content{padding:5rem 1rem 3rem}.hero__actions{flex-direction:column}}.about{background:var(--white);padding:5rem 2rem}.about__inner{grid-gap:5rem;align-items:center;display:grid;gap:5rem;grid-template-columns:1fr 1fr}.about__img-wrap{position:relative}.about__img{aspect-ratio:4/5;border-radius:10px;display:block;object-fit:cover;width:100%}.about__img-accent{border:2px solid var(--gold);border-radius:10px;bottom:-20px;height:60%;opacity:.6;position:absolute;right:-20px;width:60%;z-index:-1}.about__badge{background:var(--navy);border-left:3px solid var(--gold);border-radius:8px;box-shadow:0 10px 40px #0003;color:var(--white);left:-1.5rem;padding:1rem 1.25rem;position:absolute;top:1.5rem}.about__badge-num{color:var(--gold);display:block;font-family:var(--serif);font-size:2rem;font-weight:700}.about__badge-text{color:#fff9;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.about__text p{color:var(--text-mid);font-size:1rem;line-height:1.82;margin-bottom:1.1rem}.about__signature{color:var(--gold);font-family:var(--script);font-size:2rem;margin-top:1.5rem}@media (max-width:900px){.about{padding:4rem 2rem}.about__inner{gap:2.5rem;grid-template-columns:1fr}.about__img{aspect-ratio:16/9;max-height:300px}.about__badge{left:1rem;top:1rem}.about__img-accent{display:none}}@media (max-width:480px){.about{padding:3.5rem 1rem}}.services{background:var(--cream);padding:5rem 2rem}.services__header{margin-bottom:3rem;text-align:center}.services__grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(3,1fr)}.service-card{background:var(--white);border:1px solid #c8a84b26;border-radius:10px;border-top:3px solid var(--gold);padding:1.75rem;transition:all .3s}.service-card:hover{border-top-color:var(--gold-light);box-shadow:0 20px 50px #0e1f3d1a;transform:translateY(-4px)}.service-card__icon{align-items:center;background:#c8a84b14;border-radius:8px;display:flex;height:48px;justify-content:center;margin-bottom:1.1rem;width:48px}.service-card h3{color:var(--navy);font-family:var(--serif);font-size:1.08rem;margin-bottom:.65rem}.service-card p{color:var(--text-mid);font-size:.88rem;line-height:1.72}@media (max-width:900px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.services{padding:3.5rem 1rem}.services__grid{gap:1rem;grid-template-columns:1fr}.service-card{padding:1.4rem}}.listings{background:var(--navy);padding:5rem 2rem}.listings__header{align-items:flex-end;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2.5rem}.listings__grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr)}.listing-card{background:#ffffff0d;border:1px solid #c8a84b33;border-radius:10px;overflow:hidden;transition:all .3s}.listing-card:hover{background:#ffffff14;border-color:#c8a84b80;transform:translateY(-4px)}.listing-card__img-placeholder{align-items:center;background:linear-gradient(135deg,var(--navy-mid) 0,var(--navy-light) 100%);display:flex;height:160px;justify-content:center;width:100%}.listing-card__info{padding:1.1rem}.listing-card__badge{background:#c8a84b33;border:1px solid #c8a84b4d;border-radius:50px;color:var(--gold);display:inline-block;font-size:.68rem;font-weight:600;letter-spacing:.1em;margin-bottom:.65rem;padding:.2rem .65rem;text-transform:uppercase}.listing-card__badge--soon{background:#ffffff0f;border-color:#ffffff1a;color:#fff6}.listing-card__title{color:var(--white);font-family:var(--serif);font-size:1.05rem;margin-bottom:.35rem}.listing-card__location{align-items:center;color:#ffffff73;display:flex;font-size:.82rem;gap:.3rem;margin-bottom:.4rem}.listing-card__meta{color:#ffffff52;font-size:.78rem;margin-bottom:.9rem}.listing-card__footer{align-items:center;border-top:1px solid #ffffff12;display:flex;justify-content:space-between;padding-top:.8rem}.listing-card__price{color:var(--gold);font-family:var(--serif);font-size:1.2rem;font-weight:600}.listing-card__price span{color:#ffffff52;font-family:var(--sans);font-size:.72rem;font-weight:400}.listing-card__cta{align-items:center;color:var(--gold);display:flex;font-size:.8rem;font-weight:500;gap:.3rem;text-decoration:none;transition:gap .2s}.listing-card__cta:hover{gap:.6rem}.listings__note{color:#ffffff61;font-size:.88rem;margin-top:2rem;text-align:center}.listings__note a{color:var(--gold);font-weight:500;text-decoration:none}.listings__note a:hover{text-decoration:underline}@media (max-width:768px){.listings{padding:4rem 1.5rem}.listings__grid{grid-template-columns:1fr}.listings__header{align-items:flex-start;flex-direction:column}}@media (max-width:480px){.listings{padding:3.5rem 1rem}}.zip{background:var(--navy-mid);padding:5rem 2rem}.zip__inner{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.zip__title{color:var(--white);font-family:var(--serif);font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700;line-height:1.2;margin-bottom:1rem}.zip__title span{color:var(--gold)}.zip__desc{color:#ffffff94;font-size:.97rem;line-height:1.78;margin-bottom:2rem}.zip__features{display:flex;flex-direction:column;gap:.85rem}.zip__feature{align-items:center;color:#ffffffad;display:flex;font-size:.9rem;gap:.85rem}.zip__feature-icon{flex-shrink:0;font-size:1.1rem;text-align:center;width:28px}.zip__card{background:#ffffff0a;border:1px solid #c8a84b40;border-radius:12px;display:flex;flex-direction:column;justify-content:center;min-height:320px;padding:2.25rem}.zip__card-header{margin-bottom:1.75rem;text-align:center}.zip__card-icon{font-size:2.5rem;margin-bottom:.875rem}.zip__card-header h3{color:var(--white);font-family:var(--serif);font-size:1.3rem;margin-bottom:.5rem}.zip__card-header p{color:#ffffff73;font-size:.88rem;line-height:1.6}.zip__form{display:flex;flex-direction:column;gap:.75rem}.zip__input{-webkit-appearance:none;background:#ffffff12;border:1px solid #ffffff26;border-radius:8px;color:var(--white);font-family:var(--sans);font-size:1.5rem;font-weight:300;letter-spacing:.3em;outline:none;padding:.95rem 1.1rem;text-align:center;transition:border-color .2s,background .2s;width:100%}.zip__input::placeholder{color:#ffffff2e;font-size:1.1rem;letter-spacing:.1em}.zip__input:focus{background:#ffffff1a;border-color:#c8a84b99}.zip__error{color:#f08080;font-size:.82rem;margin-top:-.25rem;text-align:center}.zip__btn{font-size:1rem;justify-content:center;padding:1rem;width:100%}.zip__result{align-items:center;animation:zip-fade-in .4s ease;display:flex;flex-direction:column;gap:.75rem;text-align:center}@keyframes zip-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.zip__result--loading p{color:#ffffff73;font-size:.9rem;margin-top:.5rem}.zip__spinner{animation:spin .8s linear infinite;border:3px solid #c8a84b33;border-radius:50%;border-top:3px solid var(--gold);height:40px;margin:1rem auto 0;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.zip__result--available h3{color:#6ee7a0;font-family:var(--serif);font-size:1.4rem}.zip__result--waitlist h3{color:var(--gold);font-family:var(--serif);font-size:1.4rem}.zip__result p{color:#ffffff9e;font-size:.92rem;line-height:1.65}.zip__result p strong{color:var(--white)}.zip__result-icon{font-size:2.75rem}.zip__result-btn{justify-content:center;margin-top:.5rem;width:100%}.zip__try-another{background:none;border:none;color:#ffffff4d;cursor:pointer;font-family:var(--sans);font-size:.8rem;padding:.25rem;text-decoration:underline;text-underline-offset:3px;transition:color .2s}.zip__try-another:hover{color:#fff9}@media (max-width:900px){.zip__inner{gap:2.5rem;grid-template-columns:1fr}.zip{padding:4rem 2rem}}@media (max-width:480px){.zip{padding:3.5rem 1rem}.zip__card{padding:1.75rem 1.25rem}.zip__input{font-size:1.2rem}}.why{background:var(--white);padding:5rem 2rem}.why__inner{grid-gap:5rem;align-items:center;display:grid;gap:5rem;grid-template-columns:1fr 1fr}.why__list{list-style:none}.why__item{border-bottom:1px solid #c8a84b1f;display:flex;gap:1.1rem;padding:1.25rem 0}.why__item:last-child{border-bottom:none}.why__num{color:#c8a84b26;font-size:2.25rem;font-weight:700;line-height:1;min-width:36px}.why__item h4,.why__num{font-family:var(--serif)}.why__item h4{color:var(--navy);font-size:1rem;margin-bottom:.35rem}.why__item p{color:var(--text-mid);font-size:.88rem;line-height:1.68}.why__visual{background:var(--navy);border:1px solid #c8a84b26;border-radius:12px;overflow:hidden;padding:2.5rem;position:relative;text-align:center}.why__visual:before{background:repeating-linear-gradient(-45deg,rgba(200,168,75,.025),rgba(200,168,75,.025) 1px,#0000 0,#0000 12px);content:"";inset:0;position:absolute}.why__visual-quote{color:var(--gold);font-family:var(--script);font-size:1.45rem;line-height:1.65;margin-bottom:1.75rem;position:relative}.why__visual-photo{border:3px solid var(--gold);border-radius:50%;display:block;height:90px;margin:0 auto .875rem;object-fit:cover;width:90px}.why__visual-name{color:var(--white);font-family:var(--serif);font-size:1.05rem}.why__visual-role{color:#ffffff61;font-size:.75rem;letter-spacing:.1em;margin-top:.25rem;text-transform:uppercase}@media (max-width:900px){.why__inner{gap:2.5rem;grid-template-columns:1fr}}@media (max-width:480px){.why{padding:3.5rem 1rem}.why__visual{padding:2rem 1.5rem}}.contact{background:var(--cream);padding:5rem 2rem}.contact__inner{margin:0 auto;max-width:960px;text-align:center}.contact__inner .gold-line{margin:1rem auto 1.5rem}.contact__lead{color:var(--text-mid);font-size:1rem;line-height:1.75;margin-bottom:2.5rem}.contact__card{grid-gap:2.5rem;background:var(--navy);border:1px solid #c8a84b26;border-radius:12px;display:grid;gap:2.5rem;grid-template-columns:1fr 1fr;padding:2.5rem;text-align:left}.contact__info h3{color:var(--white);font-family:var(--serif);font-size:1.25rem;margin-bottom:1.4rem}.contact__item{align-items:center;display:flex;gap:.875rem;margin-bottom:1.1rem}.contact__item-icon{align-items:center;background:#c8a84b14;border:1px solid #c8a84b33;border-radius:8px;display:flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.contact__item-text{color:#fff9;font-size:.88rem}.contact__item-text strong{color:var(--white);display:block;font-weight:500;margin-bottom:.1rem}.contact__fb-btn{margin-top:1.5rem}.contact__label{color:#ffffff73;display:block;font-size:.78rem;font-weight:500;letter-spacing:.08em;margin-bottom:.4rem;margin-top:.25rem;text-transform:uppercase}.contact__form input,.contact__form textarea{-webkit-appearance:none;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;color:var(--white);font-family:var(--sans);font-size:.95rem;margin-bottom:.75rem;outline:none;padding:.85rem 1rem;transition:border-color .2s;width:100%}.contact__form input::placeholder,.contact__form textarea::placeholder{color:#ffffff38}.contact__form input:focus,.contact__form textarea:focus{border-color:#c8a84b8c}.contact__form textarea{height:110px;resize:none}.contact__submit{justify-content:center;margin-top:.5rem;width:100%}.contact__submit:disabled{cursor:not-allowed;opacity:.7;transform:none!important}.contact__note{color:#ffffff47;font-size:.75rem;margin-top:.6rem;text-align:center}.contact__success{padding:1.5rem 0;text-align:center}.contact__success-icon{font-size:2.5rem;margin-bottom:1rem}.contact__success-title{color:var(--gold);font-family:var(--serif);font-size:1.25rem;margin-bottom:.5rem}.contact__success-sub{color:#ffffff8c;font-size:.9rem;line-height:1.6;margin-bottom:1.5rem}.contact__reset{background:none;border:1px solid #c8a84b4d;border-radius:50px;color:var(--gold);cursor:pointer;font-family:var(--sans);font-size:.85rem;padding:.6rem 1.25rem;transition:all .2s}.contact__reset:hover{background:#c8a84b1a}@media (max-width:768px){.contact__card{gap:2rem;grid-template-columns:1fr;padding:1.75rem}.contact{padding:4rem 1.5rem}}@media (max-width:480px){.contact{padding:3.5rem 1rem}.contact__card{padding:1.5rem}.contact__fb-btn{justify-content:center;width:100%}}.footer{background:var(--navy);border-top:1px solid #c8a84b26;padding:1.75rem 2rem}.footer__inner{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1200px}.footer__logo{color:var(--white);font-family:var(--serif);font-size:1.05rem}.footer__logo span{color:var(--gold)}.footer__copy{color:#ffffff47;font-size:.78rem;text-align:center}.footer__links{display:flex;gap:1.5rem}.footer__links a{color:#ffffff61;font-size:.8rem;text-decoration:none;transition:color .2s}.footer__links a:hover{color:var(--gold)}@media (max-width:640px){.footer{padding:1.75rem 1rem}.footer__inner{flex-direction:column;gap:.75rem;text-align:center}.footer__links{flex-wrap:wrap;gap:1rem;justify-content:center}}
/*# sourceMappingURL=main.9bdd7280.css.map*/