:root{--ink:#17343d;--blue:#257ba2;--blue-deep:#155c7d;--blue-soft:#e3f0f5;--sand:#d9be91;--sand-light:#f7f0e4;--paper:#fffdf9;--muted:#65767a;--line:#dfe3df;--serif:"Playfair Display", Georgia, serif;--sans:"DM Sans", Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;min-width:320px}body{min-width:320px;min-height:100vh;font-family:var(--sans);color:var(--ink);-webkit-font-smoothing:antialiased;background:#587d94;margin:0}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}.coming-soon-page{isolation:isolate;background-image:url(/images/amalfi-coming-soon-background.webp);background-position:50%;background-size:cover;min-height:100svh;position:relative;overflow:hidden}.page-shade{z-index:-1;background:linear-gradient(90deg,#0a222cc7 0%,#0e314096 42%,#14384636 72%,#0b1d2433 100%),linear-gradient(#fffaef14 0%,#0000 55%,#081d257a 100%);position:absolute;inset:0}.page-frame{flex-direction:column;width:min(1380px,100% - 64px);min-height:100svh;margin:0 auto;padding:28px 0 24px;display:flex}.launch-header{justify-content:space-between;align-items:center;gap:28px;min-height:108px;animation:.8s cubic-bezier(.22,1,.36,1) both settle-in;display:flex}.brand-mark{background:#fffdf9f5;border:1px solid #ffffffc2;border-radius:2px;place-items:center;width:150px;height:112px;padding:5px 14px;display:grid;overflow:hidden;box-shadow:0 15px 40px #0a24302e}.brand-mark img{object-fit:contain;width:118px;height:118px}.header-email{color:#fff;text-shadow:0 1px 12px #04161e80;align-items:center;gap:9px;font-size:.84rem;font-weight:600;text-decoration:none;display:inline-flex}.header-email:after{content:"";background:var(--sand);width:0;height:1px;margin-top:27px;transition:width .25s;position:absolute}.header-email:hover:after{width:100%}.launch-main{flex:1;grid-template-columns:minmax(0,1.15fr) minmax(400px,.72fr);align-items:center;gap:clamp(56px,8vw,130px);width:100%;padding:52px 0 58px;display:grid}.launch-copy{color:#fff;text-shadow:0 2px 22px #061b245c;max-width:700px;animation:.95s cubic-bezier(.22,1,.36,1) .1s both rise-in}.eyebrow{color:#f3ddb6;letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:12px;margin:0 0 24px;font-size:.72rem;font-weight:600;line-height:1.4;display:flex}.eyebrow span{background:var(--sand);width:34px;height:1px;display:block}h1,h2,p{margin-top:0}h1,h2{font-family:var(--serif);letter-spacing:-.04em;font-weight:500}h1{max-width:680px;margin-bottom:26px;font-size:clamp(4.2rem,6vw,6.8rem);line-height:.96}.intro-copy{color:#ffffffe0;max-width:600px;margin-bottom:32px;font-size:clamp(1.02rem,1.5vw,1.2rem);line-height:1.7}.opening-note{color:#fff;letter-spacing:.025em;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffdf921;border:1px solid #ffffff57;align-items:center;gap:10px;width:fit-content;padding:12px 16px;font-size:.78rem;font-weight:600;display:inline-flex}.opening-dot{background:var(--sand);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #d9be9129}.contact-card{border-top:5px solid var(--blue);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffdf9f6;width:100%;padding:clamp(30px,4vw,48px);animation:.95s cubic-bezier(.22,1,.36,1) .22s both rise-in;box-shadow:0 30px 80px #071e2840}.card-kicker{color:var(--blue-deep);letter-spacing:.18em;text-transform:uppercase;margin-bottom:10px;font-size:.68rem;font-weight:700;line-height:1.4}.contact-card h2{margin-bottom:14px;font-size:clamp(2rem,3vw,2.85rem);line-height:1.08}.card-copy{color:var(--muted);margin-bottom:28px;font-size:.92rem;line-height:1.65}.contact-form{gap:18px;display:grid}.field-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.contact-form label{gap:7px;display:grid}.contact-form label>span{color:#435d62;letter-spacing:.1em;text-transform:uppercase;font-size:.69rem;font-weight:700;line-height:1.3}.contact-form input,.contact-form textarea{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:0;outline:0;transition:border-color .2s,box-shadow .2s}.contact-form input{height:49px;padding:0 14px}.contact-form textarea{resize:vertical;min-height:120px;padding:13px 14px}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#9aa7a7}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #257ba21c}.honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.submit-button{background:var(--blue);color:#fff;cursor:pointer;border:0;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 21px;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.submit-button:hover:not(:disabled){background:var(--blue-deep);transform:translateY(-2px)}.submit-button:disabled{opacity:.7;cursor:wait}.form-status{min-height:0}.form-status p{color:#9d413e;margin:-2px 0 0;font-size:.8rem;line-height:1.55}.form-status a{font-weight:700}.form-message{background:var(--blue-soft);min-height:250px;color:var(--muted);flex-direction:column;justify-content:center;padding:32px;line-height:1.65;display:flex}.form-message>span{color:var(--ink);font:500 2.2rem var(--serif);margin-bottom:8px;display:block}.form-message button{border:0;border-bottom:1px solid var(--blue-deep);width:fit-content;color:var(--blue-deep);cursor:pointer;background:0 0;margin-top:20px;padding:0 0 3px;font-weight:700}.launch-footer{color:#ffffffbf;text-shadow:0 1px 10px #04161e80;border-top:1px solid #ffffff47;justify-content:space-between;align-items:center;gap:24px;padding-top:18px;font-size:.72rem;animation:.8s cubic-bezier(.22,1,.36,1) .35s both settle-in;display:flex}.launch-footer p{margin-bottom:0}@keyframes rise-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes settle-in{0%{opacity:0}to{opacity:1}}@media (width<=960px){.coming-soon-page{background-position:59%;overflow:auto}.page-shade{background:linear-gradient(90deg,#09222cc7,#0e324161),linear-gradient(#0000 50%,#081d258c)}.page-frame{width:min(100% - 40px,760px)}.launch-main{grid-template-columns:1fr;gap:54px;padding:64px 0 72px}.launch-copy{max-width:650px}.contact-card{max-width:600px}}@media (width<=600px){.coming-soon-page{background-position:62%}.page-frame{width:calc(100% - 28px);padding-top:14px}.launch-header{min-height:86px}.brand-mark{width:110px;height:84px;padding:3px 10px}.brand-mark img{width:90px;height:90px}.header-email span{display:none}.header-email{background:#ffffff14;border:1px solid #ffffff80;border-radius:50%;justify-content:center;width:42px;height:42px}.header-email:after{display:none}.launch-main{gap:46px;padding:66px 0 54px}.eyebrow{max-width:280px;font-size:.64rem}h1{margin-bottom:22px;font-size:clamp(3.4rem,17vw,4.7rem)}.intro-copy{font-size:.98rem}.opening-note{align-items:flex-start;line-height:1.5}.opening-dot{flex:none;margin-top:5px}.contact-card{padding:29px 22px}.field-row{grid-template-columns:1fr}.contact-card h2{font-size:2.2rem}.launch-footer{flex-direction:column;align-items:flex-start;gap:8px;padding-bottom:4px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-delay:0s!important}}
