:root{--white:#fff;--black:#111;--light:#f5f6f7;--blue:#1f4b5e;--gold:#b89b4a;--text:#242424;--muted:#666d73;--border:rgba(17,17,17,.1);--shadow:0 18px 50px rgba(17,17,17,.08);--radius:8px;--max:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--white);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:17px;line-height:1.7}body.menu-open{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit}h1,h2,h3{margin:0;color:var(--black);font-family:"Cormorant Garamond",Georgia,serif;font-weight:600;line-height:1.05;letter-spacing:0}h1{max-width:880px;font-size:clamp(3rem,8vw,6.8rem)}h2{font-size:clamp(2.1rem,5vw,4rem)}h3{font-size:clamp(1.4rem,3vw,2rem)}p{margin:0}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);border-bottom:1px solid var(--border);backdrop-filter:blur(14px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:28px;max-width:var(--max);min-height:76px;margin:0 auto;padding:0 24px}.site-branding{display:inline-flex;align-items:center;gap:12px;color:var(--black);text-decoration:none}.custom-logo{width:auto;max-height:48px}.site-branding__mark{display:grid;place-items:center;width:42px;height:42px;color:var(--white);background:var(--blue);border-radius:50%;font-family:"Cormorant Garamond",Georgia,serif;font-size:1.25rem;font-weight:700}.site-branding__name{display:flex;flex-direction:column;gap:2px;font-weight:800;line-height:1.1}.site-branding__sub{color:var(--muted);font-size:.78rem;font-weight:500}.site-nav{display:flex;align-items:center;gap:22px}.site-nav ul{display:flex;align-items:center;gap:22px;margin:0;padding:0;list-style:none}.site-nav a{color:var(--black);font-size:.95rem;font-weight:700;text-decoration:none}.site-nav a:hover,.site-nav .current-menu-item>a{color:var(--blue)}.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--border);background:var(--white);border-radius:var(--radius)}.menu-toggle span:not(.screen-reader-text){display:block;width:20px;height:2px;margin:5px auto;background:var(--black)}.button,button,input[type=submit]{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;border:1px solid var(--blue);border-radius:var(--radius);color:var(--white);background:var(--blue);font:inherit;font-weight:800;line-height:1.2;text-decoration:none;cursor:pointer;transition:transform .16s ease,background .16s ease}.button:hover,button:hover,input[type=submit]:hover{background:#173a49;transform:translateY(-1px)}.button--ghost{color:var(--blue);background:transparent}.button--ghost:hover{color:var(--white);background:var(--blue)}.section{padding:92px 24px}.section--light{background:var(--light)}.section__inner{max-width:var(--max);margin:0 auto}.section__intro{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:52px;align-items:start}.section__text{display:grid;gap:22px;color:var(--muted);font-size:1.08rem}.eyebrow{display:inline-block;margin-bottom:18px;color:var(--gold);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero{position:relative;min-height:calc(100vh - 76px);padding:98px 24px 72px;color:var(--white);background:linear-gradient(90deg,rgba(17,17,17,.78),rgba(31,75,94,.52),rgba(17,17,17,.18)),url("https://images.unsplash.com/photo-1516280440614-37939bbacd81?auto=format&fit=crop&w=1800&q=80") center/cover}.hero:after{content:"";position:absolute;right:0;bottom:0;left:0;height:96px;background:linear-gradient(180deg,rgba(255,255,255,0),var(--white))}.hero__inner{position:relative;z-index:1;display:grid;align-content:center;max-width:var(--max);min-height:calc(100vh - 246px);margin:0 auto}.hero h1{color:var(--white)}.hero p{max-width:720px;margin-top:26px;color:rgba(255,255,255,.88);font-size:clamp(1.08rem,2vw,1.3rem)}.hero__actions,.cta__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:42px}.cards--five{grid-template-columns:repeat(5,minmax(0,1fr))}.card{min-height:100%;padding:30px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 10px 28px rgba(17,17,17,.04)}.card__icon{display:grid;place-items:center;width:44px;height:44px;margin-bottom:22px;color:var(--blue);background:rgba(184,155,74,.14);border-radius:50%;font-size:1rem;font-weight:800}.card p{margin-top:14px;color:var(--muted);font-size:.98rem}.page-hero{padding:92px 24px 68px;background:var(--light)}.page-hero__inner{max-width:var(--max);margin:0 auto}.page-hero p{max-width:760px;margin-top:20px;color:var(--muted);font-size:clamp(1.08rem,2vw,1.28rem)}.split{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:54px;align-items:start}.feature-list{display:grid;gap:28px}.feature{padding:0 0 28px;border-bottom:1px solid var(--border)}.feature:last-child{border-bottom:0}.feature p{margin-top:12px;color:var(--muted)}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:42px}.gallery-item{overflow:hidden;margin:0;background:var(--light);border-radius:var(--radius)}.gallery-item img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .22s ease}.gallery-item:hover img{transform:scale(1.035)}.gallery-item figcaption{padding:14px 16px;color:var(--muted);font-size:.92rem}.notice{display:inline-flex;margin-top:28px;padding:12px 16px;color:var(--blue);background:rgba(31,75,94,.08);border-radius:var(--radius);font-weight:800}.contact-layout{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);gap:48px;align-items:start}.contact-box{display:grid;gap:18px;padding:30px;background:var(--light);border-radius:var(--radius)}.contact-box a{color:var(--blue);font-weight:800}.contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.form-field{display:grid;gap:8px;margin:0}.form-field--full,.form-message{grid-column:1/-1}label{color:var(--black);font-size:.92rem;font-weight:800}input,textarea{width:100%;padding:14px 15px;border:1px solid var(--border);border-radius:var(--radius);color:var(--black);background:var(--white);font:inherit}textarea{min-height:170px;resize:vertical}input:focus,textarea:focus{border-color:var(--blue);outline:3px solid rgba(31,75,94,.12)}.form-message{padding:14px 16px;border-radius:var(--radius);font-weight:800}.form-message--success{color:#1c5d38;background:#e8f5ee}.form-message--error{color:#8a2b21;background:#faebe8}.cta{padding:70px;color:var(--white);background:var(--blue);border-radius:var(--radius)}.cta h2{color:var(--white)}.cta p{max-width:680px;margin-top:16px;color:rgba(255,255,255,.84)}.cta .button{border-color:var(--white);color:var(--blue);background:var(--white)}.site-footer{padding:56px 24px;color:rgba(255,255,255,.78);background:var(--black)}.site-footer__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;max-width:var(--max);margin:0 auto}.site-footer strong{display:block;margin-bottom:10px;color:var(--white)}.site-footer a{color:rgba(255,255,255,.86);text-decoration:none}.footer-links{display:flex;flex-wrap:wrap;gap:12px 18px;justify-content:flex-end;max-width:420px;margin:0;padding:0;list-style:none}.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}@media (max-width:1100px){.cards--five{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.cards,.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section__intro,.split,.contact-layout{grid-template-columns:1fr}.site-nav{position:fixed;top:76px;right:0;left:0;display:none;align-items:stretch;padding:22px 24px 28px;background:var(--white);border-bottom:1px solid var(--border);box-shadow:var(--shadow)}.site-nav.is-open{display:grid}.site-nav ul{display:grid;gap:14px}.site-nav .button{width:100%}.menu-toggle{display:block}}@media (max-width:680px){body{font-size:16px}.site-header__inner{min-height:68px;padding:0 18px}.site-branding__sub{display:none}.site-nav{top:68px}.hero{min-height:740px;padding:72px 20px 58px}.hero__inner{min-height:560px}.section,.page-hero{padding-right:20px;padding-left:20px}.section{padding-top:68px;padding-bottom:68px}.page-hero{padding-top:62px;padding-bottom:50px}.cards,.cards--five,.gallery-grid,.contact-form{grid-template-columns:1fr}.card,.contact-box{padding:24px}.cta{padding:38px 24px}.site-footer__inner{grid-template-columns:1fr}.footer-links{justify-content:flex-start}}
