:root{--navy:#061b35;--gold:#c99d4c;--ink:#071a35;--paper:#fbfaf7;--serif:"Cormorant Garamond",Georgia,serif;--sans:"Montserrat",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--sans)}a{color:inherit}.skip-link{position:absolute;left:1rem;top:-5rem;z-index:20;background:#fff;padding:.8rem}.skip-link:focus{top:1rem}
.header{height:160px;padding:0 clamp(2rem,4vw,5rem);display:flex;align-items:center;justify-content:space-between;color:#fff;background:radial-gradient(circle at 50% 0,#0b2c4c 0,var(--navy) 66%);border-bottom:1px solid rgba(255,255,255,.08)}.brand{text-decoration:none;display:grid;gap:.35rem}.brand>span{font:600 clamp(1.8rem,3vw,2.6rem)/1 var(--serif);letter-spacing:.02em}.brand small,.footer-brand small{font-size:.78rem;text-transform:uppercase;letter-spacing:.24em;color:#e5b75f;text-align:center}.brand b,.footer-brand b{font-size:.65em}.header nav{display:flex;align-items:center;gap:clamp(1.5rem,3.3vw,3.4rem)}.header nav>a{position:relative;text-decoration:none;font-size:.95rem}.header nav>a:not(.header-phone)::after{content:"";position:absolute;left:0;right:0;bottom:-1rem;height:2px;background:transparent}.header nav>a:hover::after,.header nav>a.active::after{background:var(--gold)}.header-phone{min-height:50px;padding:0 1.15rem;display:flex;align-items:center;gap:.75rem;border:1px solid var(--gold);border-radius:3px;color:#e9bd68}.header-phone svg,.button svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.menu-button{display:none;background:none;border:0;padding:.5rem}.menu-button span{display:block;width:24px;height:2px;margin:5px;background:#fff}
.hero{min-height:750px;position:relative;display:grid;place-items:center;text-align:center;overflow:hidden;padding:6rem 1.5rem;background:radial-gradient(circle at center,#fff 0,#fbfaf7 56%,#f6f4ef 100%)}.monogram{position:absolute;top:72px;color:rgba(8,27,53,.035);font:600 clamp(11rem,24vw,20rem)/1 var(--serif);letter-spacing:-.18em;transform:translateX(-.08em);user-select:none}.hero-content{position:relative;z-index:1}.hero h1{margin:0;font:600 clamp(3.1rem,5.6vw,5.6rem)/1.05 var(--serif);letter-spacing:-.015em}.hero h1 em{font-style:normal;color:var(--gold)}.gold-rule,.small-rule{display:block;width:54px;height:2px;margin:2rem auto;background:var(--gold)}.hero p{font-size:clamp(1rem,1.55vw,1.35rem);line-height:1.75;margin:0}.hero-actions{display:flex;justify-content:center;gap:2.2rem;margin-top:3.1rem}.button{width:265px;min-height:72px;display:flex;align-items:center;justify-content:center;gap:1rem;text-decoration:none;font-size:1.15rem;border-radius:3px;transition:.18s ease}.button.primary{color:#fff;background:linear-gradient(135deg,#06182f,#092b4d)}.button.secondary{border:1px solid var(--gold);background:rgba(255,255,255,.65)}.button:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(6,27,53,.12)}
.details{min-height:420px;display:grid;grid-template-columns:repeat(3,1fr);padding:4rem clamp(2rem,8vw,9rem);background:linear-gradient(135deg,#fafafa,#f3f5f6)}.details article{text-align:center;padding:0 clamp(1rem,4vw,4rem)}.details article+article{border-left:1px solid #d8dadd}.detail-icon{width:53px;height:53px;fill:none;stroke:var(--ink);stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}.details h2{margin:.8rem 0 1rem;font:600 1.65rem/1.1 var(--serif)}.details p,.details address,.details a{font-style:normal;font-size:.95rem;line-height:1.75;text-decoration:none}.details p{margin:0 0 1.4rem}.small-rule{width:48px;height:1.5px;margin:1.35rem auto}.phone-icon{width:43px;height:43px}.contact-details h2{margin:.55rem 0 .35rem}
footer{min-height:255px;padding:2.7rem 1.5rem 2rem;color:#fff;text-align:center;background:radial-gradient(circle at 50% 20%,#0b2c4c 0,var(--navy) 70%);border-top:2px solid var(--gold)}.footer-brand{font:600 2rem/1 var(--serif)}.footer-brand small{display:block;margin-top:.7rem}.footer-brand+.gold-rule{margin:1.7rem auto}.footer-bottom{max-width:760px;margin:0 auto;display:flex;justify-content:space-between;gap:2rem;font-size:.8rem}.footer-bottom a{text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid var(--gold);outline-offset:4px}
@media(max-width:800px){.header{height:auto;min-height:105px;padding:1.3rem 1.4rem}.brand>span{font-size:1.6rem}.brand small{font-size:.56rem;text-align:left}.menu-button{display:block}.header nav{display:none;position:absolute;z-index:10;left:0;right:0;top:105px;padding:1.5rem;background:var(--navy);flex-direction:column}.header nav.open{display:flex}.header-phone{width:100%;justify-content:center}.hero{min-height:650px}.monogram{top:100px}.hero-actions{flex-direction:column;align-items:center;gap:1rem}.button{width:min(100%,290px)}.details{grid-template-columns:1fr;padding:3.5rem 1.5rem}.details article{padding:2.5rem 1rem}.details article+article{border-left:0;border-top:1px solid #d8dadd}.footer-bottom{flex-direction:column;gap:.8rem}.desktop-break{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
