:root{--navy:#111e2b;--ink:#152536;--cream:#f4f1eb;--orange:#e99a63;--line:#d6d7d4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font:16px/1.65 'DM Sans',Arial,sans-serif;color:var(--ink);background:var(--cream)}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid var(--orange);outline-offset:5px}img{max-width:100%;display:block}.wrap{width:min(1200px,calc(100% - 64px));margin:auto}.skip{position:absolute;left:-9999px;z-index:20;background:white;padding:10px}.skip:focus{left:12px;top:12px}.header{background:var(--navy);color:white}.head{height:94px;display:flex;align-items:center;justify-content:space-between;gap:30px}.logo{display:inline-flex;align-items:center;gap:11px;line-height:1;text-decoration:none}.logo b{font-size:45px;letter-spacing:-6px;font-weight:600}.logo b span{color:var(--orange)}.logo strong{font-size:12px;letter-spacing:2px;line-height:1.15}.head nav{display:flex;gap:38px;font-size:14px}.head nav a:hover,.head-cta:hover,footer a:hover{color:var(--orange)}.head-cta{font-size:14px;border-bottom:1px solid var(--orange);padding-bottom:5px}.hero{background:var(--navy);color:#fff}.hero-grid{display:grid;grid-template-columns:1fr 46%;min-height:620px}.hero-copy{padding:70px 45px 55px 0;display:flex;flex-direction:column;align-items:flex-start}.eyebrow,.kicker{font-size:11px;font-weight:700;letter-spacing:2.3px}.eyebrow{color:var(--orange)}h1,h2,h3,p{margin-top:0}h1,h2{font-family:'Playfair Display',Georgia,serif;font-weight:500;line-height:1.12;letter-spacing:-.035em}h1{font-size:clamp(50px,5.3vw,78px);margin:37px 0 26px}h1 em,h2 em{color:var(--orange);font-weight:500}.hero-copy p{max-width:490px;color:#c5d0d8;font-size:17px;line-height:1.7}.button{display:inline-flex;justify-content:space-between;gap:32px;align-items:center;padding:15px 22px;min-width:237px;font-size:13px;font-weight:700;margin-top:24px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-3px)}.button.light{background:#fff;color:var(--navy)}.button.dark{background:var(--navy);color:#fff}.hero-image{position:relative;overflow:hidden;background:#25364a}.hero-image img{width:100%;height:100%;object-fit:cover}.image-caption{position:absolute;bottom:20px;left:20px;right:20px;display:flex;justify-content:space-between;gap:8px;color:white;font-size:10px;font-weight:700;letter-spacing:1.5px;text-shadow:0 1px 4px #000}.hero-foot{display:flex;align-items:center;justify-content:space-between;padding:19px 0;font-size:11px;letter-spacing:1px;color:#c3cdd4;border-top:1px solid #40505e}.hero-foot a{font-size:22px}.section{padding:115px 0}.about-grid,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:10%}.kicker{color:#bc693d}.about h2,.section-head h2,.contact h2{font-size:clamp(44px,4vw,60px);margin:25px 0 0}.about-copy{padding-top:47px;font-size:18px;line-height:1.8}.about-copy p{margin-bottom:20px}.text-link{font-size:14px;font-weight:700;border-bottom:1px solid var(--orange);padding-bottom:7px;display:inline-block;margin-top:18px}.services{background:#e9e9e5}.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:45px}.section-head p{max-width:270px;margin:0;color:#53606b}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#b9c1c3;border:1px solid #b9c1c3}.cards article{background:#f2f2ef;padding:35px 27px;min-height:290px}.cards article span{font-size:12px;color:#b05f39;font-weight:700}.cards h3{font-family:'Playfair Display',Georgia,serif;font-size:26px;font-weight:500;line-height:1.2;margin:45px 0 15px}.cards p{font-size:14px;color:#596671;line-height:1.65}.contact{background:#f4f1eb}.contact p{max-width:420px;font-size:18px;margin:25px 0 0}.details{padding-top:22px}.details div{border-top:1px solid var(--line);padding:21px 0}.details small{display:block;color:#a55e3b;font-size:11px;font-weight:700;letter-spacing:2px;margin-bottom:7px}.details a,.details address{font-size:19px;font-style:normal}.details a:hover{text-decoration:underline}footer{background:var(--navy);color:#fff}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:35px;padding:55px 0}.footer-top p{max-width:220px;margin:0;color:#b7c4cd;font-size:14px}.footer-top>a:last-child{font-size:14px}.footer-bottom{display:flex;justify-content:space-between;gap:25px;border-top:1px solid #445260;padding:25px 0 35px;color:#b7c4cd;font-size:12px;line-height:1.6}.footer-bottom a{color:#fff;white-space:nowrap}.policy-hero{background:var(--navy);color:#fff;padding:85px 0 90px}.policy-hero h1{margin:25px 0}.policy-hero p{font-size:18px;max-width:600px;color:#c5d0d8}.policy-content{max-width:820px;padding-top:65px;padding-bottom:90px}.policy-content>p:first-child{color:#66737a;font-size:14px}.policy-content h2{font:600 24px/1.3 'DM Sans',Arial,sans-serif;letter-spacing:0;margin:42px 0 12px}.policy-content p{font-size:16px;line-height:1.8}.policy-content p a{text-decoration:underline}.policy-return{margin-top:42px}@media(max-width:900px){.cards{grid-template-columns:repeat(2,1fr)}.hero-grid{grid-template-columns:1fr 42%}.hero-copy{padding-top:55px}h1{font-size:clamp(44px,5.5vw,65px)}}@media(max-width:700px){.wrap{width:min(100% - 36px,1200px)}.head{height:76px}.head nav{display:none}.head-cta{font-size:12px}.hero-grid{display:flex;flex-direction:column}.hero-copy{padding:55px 0 50px}.hero-copy h1{font-size:clamp(43px,10vw,66px);margin:25px 0}.hero-image{height:330px}.hero-foot span:nth-child(2){display:none}.section{padding:75px 0}.about-grid,.contact-grid{display:block}.about-copy{padding-top:25px;font-size:16px}.section-head{display:block}.section-head p{margin-top:20px}.cards{grid-template-columns:1fr}.cards article{min-height:0}.cards h3{margin-top:30px}.details{margin-top:60px}.footer-top,.footer-bottom{flex-direction:column;align-items:flex-start}.footer-top{gap:25px}.footer-bottom{gap:16px}.policy-hero{padding:65px 0}.policy-content{padding-top:45px;padding-bottom:70px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

