:root{--navy:#132b4f;--deep:#071629;--paper:#f4f0e8;--white:#f8f6f1;--coral:#d9654c;--peach:#f7c8a9;--muted:#cbd7e5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--white);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.shell{position:relative;max-width:1376px;min-height:844px;margin:28px auto;background:linear-gradient(120deg,var(--navy),var(--deep));border-radius:26px;overflow:hidden}.shell:before{content:"";position:absolute;z-index:0;inset:0 0 0 72%;background:var(--coral);clip-path:ellipse(94% 80% at 100% 47%)}.shell:after{content:"";position:absolute;z-index:0;inset:0 0 0 72%;background:repeating-radial-gradient(ellipse at 72% 50%,transparent 0 74px,rgba(247,200,169,.35) 75px 76px,transparent 77px 104px);opacity:.65}.site-header,.hero,.intro,.request,footer{position:relative;z-index:1}.site-header{display:flex;align-items:center;justify-content:space-between;padding:34px 60px 0}.brand{font-size:18px;letter-spacing:3px;color:var(--peach)}nav{display:flex;gap:34px;font-size:12px;letter-spacing:1.4px;color:var(--muted)}nav a{min-height:44px;display:inline-flex;align-items:center}nav a:hover,nav a:focus-visible{color:var(--peach)}.menu-toggle{display:none}.hero{min-height:570px;padding:145px 60px 0;display:flex}.hero-copy{max-width:680px}.eyebrow,.section-label{font-size:12px;letter-spacing:2px;color:var(--peach);margin:0 0 135px}.eyebrow i{font-style:normal;color:var(--muted);padding:0 8px}h1{font-size:clamp(58px,5vw,72px);line-height:1.11;letter-spacing:-2px;margin:0 0 35px}p{line-height:1.5}.lead{font-size:19px;color:var(--muted);margin:0 0 52px}.cta,.submit{display:inline-flex;align-items:center;justify-content:center;gap:24px;border:0;border-radius:30px;background:var(--coral);color:var(--white);font-size:15px;font-weight:700;padding:0 30px;height:58px;cursor:pointer}.cta span,.submit span{font-size:21px;font-weight:400}.cta:hover,.submit:hover{background:#e4775e}.cta:focus-visible,.submit:focus-visible{outline:2px solid var(--peach);outline-offset:4px}.seal-wrap{position:absolute;right:5%;top:156px;width:280px;height:280px;display:grid;place-items:center}.seal{width:224px;height:224px;border:1px solid rgba(249,228,213,.8);border-radius:50%;display:grid;place-items:center;transform:rotate(-12deg)}.seal:before,.seal:after{content:"";position:absolute;width:180px;height:1px;background:rgba(249,228,213,.6);transform:rotate(45deg)}.seal:after{transform:rotate(-45deg)}.seal-inner{width:145px;height:145px;border:1px solid rgba(249,228,213,.7);border-radius:50%;display:grid;place-items:center}.seal-inner span{font-family:Georgia,serif;font-size:76px;color:var(--peach);transform:rotate(12deg)}.intro{padding:4px 60px 70px}.intro .section-label{margin:0 0 24px}.intro h2{max-width:740px;font-size:20px;font-weight:400;line-height:1.45;margin:0;color:#dde6f0}.request{margin:0 60px 72px;padding:54px 0 20px;border-top:1px solid rgba(221,230,240,.25);display:grid;grid-template-columns:1fr 1fr;gap:80px}.request .section-label{margin:0 0 20px}.request h2{font-size:36px;line-height:1.1;margin:0}.request form{display:grid;gap:18px}.request label{font-size:12px;letter-spacing:1px;color:var(--peach);display:grid;gap:8px}.request input,.request textarea{width:100%;border:1px solid rgba(221,230,240,.4);border-radius:4px;background:rgba(7,22,41,.3);color:var(--white);padding:12px;font:16px Arial;resize:vertical}.request input{height:44px}.request input:focus,.request textarea:focus{outline:2px solid var(--peach);outline-offset:2px}.submit{width:max-content;height:50px}.form-status{font-size:13px;color:var(--peach);margin:0;min-height:20px}footer{display:flex;justify-content:space-between;margin:0 60px;padding:20px 0 46px;color:var(--muted);font-size:11px;letter-spacing:1px}footer a:hover{color:var(--peach)}.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}@media(max-width:800px){.shell{margin:16px;min-height:812px;border-radius:22px}.shell:before{inset:70% 0 0;background:var(--coral);clip-path:ellipse(92% 90% at 42% 100%)}.shell:after{inset:68% 0 0;background:repeating-radial-gradient(ellipse at 30% 100%,transparent 0 65px,rgba(247,200,169,.38) 66px 67px,transparent 68px 94px)}.site-header{padding:28px 28px 0;z-index:5}.brand{font-size:14px;letter-spacing:2px}.menu-toggle{display:flex;width:44px;height:44px;flex-direction:column;justify-content:center;align-items:center;gap:5px;border:1px solid rgba(247,200,169,.5);border-radius:50%;background:transparent;color:var(--white);cursor:pointer}.menu-toggle span{width:15px;height:1px;background:var(--peach)}nav{display:none;position:absolute;top:80px;right:28px;padding:10px 16px;z-index:4;background:var(--deep);border:1px solid rgba(247,200,169,.4);border-radius:8px;flex-direction:column;gap:0}nav.open{display:flex}nav a{min-height:44px}.hero{display:block;min-height:493px;padding:106px 28px 0}.eyebrow{font-size:10px;letter-spacing:1.5px;margin-bottom:106px}.eyebrow i{padding:0 4px}h1{font-size:48px;line-height:1.17;letter-spacing:-1px;margin-bottom:28px}.lead{font-size:15px;max-width:270px;margin-bottom:38px}.cta{height:52px;font-size:14px;padding:0 25px;gap:18px}.seal-wrap{top:620px;right:30px;width:140px;height:140px}.seal{width:106px;height:106px}.seal:before,.seal:after{width:90px}.seal-inner{width:70px;height:70px}.seal-inner span{font-size:38px}.intro{padding:48px 28px 48px}.intro .section-label{font-size:11px;margin-bottom:20px}.intro h2{font-size:14px;max-width:290px}.request{margin:0 28px 34px;padding-top:34px;display:block}.request h2{font-size:28px;margin-bottom:28px}.request form{gap:14px}footer{margin:0 28px;padding:18px 0 30px;font-size:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
@media(max-width:380px){h1{font-size:43px}.hero{padding-top:92px}.eyebrow{margin-bottom:92px}.lead{font-size:14px}.seal-wrap{right:15px}.intro{padding-top:42px}.request h2{font-size:25px}}
