
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Source+Sans+3:wght@300;400;600&display=swap');
:root {
  --ink:#1c2830; --muted:#5a6a72; --paper:#f7f3ec; --sand:#e8dfd0;
  --sea:#1a4a5c; --gold:#c4a574; --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Source Sans 3',sans-serif;color:var(--ink);background:var(--paper);line-height:1.65}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block;height:auto}
.wrap{width:min(1120px,92%);margin:0 auto}
.site-header{position:sticky;top:0;z-index:40;background:rgba(28,40,48,.94);backdrop-filter:blur(8px);color:#fff}
.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 0}
.brand{font-family:'Cormorant Garamond',serif;font-size:1.55rem;letter-spacing:.04em;font-weight:700}
.brand span{display:block;font-family:'Source Sans 3',sans-serif;font-size:.68rem;font-weight:400;letter-spacing:.18em;opacity:.75;text-transform:uppercase}
.nav-links{display:flex;flex-wrap:wrap;gap:.9rem 1.2rem;font-size:.92rem}
.nav-links a:hover{color:var(--gold)}
.nav-links .active{color:var(--gold)}
.btn{display:inline-block;background:var(--gold);color:#1c2830;padding:.7rem 1.25rem;border-radius:2px;font-weight:600;letter-spacing:.04em;border:0;cursor:pointer}
.btn:hover{filter:brightness(1.05)}
.btn-ghost{background:transparent;border:1px solid rgba(255,255,255,.55);color:#fff}
.hero{position:relative;min-height:78vh;display:grid;place-items:end start;color:#fff;overflow:hidden}
.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,24,32,.25),rgba(12,24,32,.72))}
.hero-copy{position:relative;z-index:1;padding:0 0 4.5rem;width:min(1120px,92%);margin:0 auto}
.hero-copy h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.4rem,6vw,4.4rem);line-height:1.05;margin:0 0 .7rem;font-weight:600}
.hero-copy p{max-width:36rem;font-size:1.08rem;opacity:.95}
.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.4rem}
.section{padding:4.5rem 0}
.section.alt{background:var(--sand)}
.section h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.9rem,3.5vw,2.8rem);margin:0 0 .8rem;font-weight:600}
.lead{color:var(--muted);max-width:40rem;font-size:1.05rem}
.grid-2{display:grid;gap:2rem;grid-template-columns:1.05fr .95fr;align-items:center}
.grid-3{display:grid;gap:1.4rem;grid-template-columns:repeat(3,1fr)}
.card{background:#fff;overflow:hidden;box-shadow:0 10px 30px rgba(28,40,48,.06)}
.card img{aspect-ratio:4/3;object-fit:cover;width:100%}
.card .pad{padding:1.2rem 1.25rem 1.5rem}
.card h3{font-family:'Cormorant Garamond',serif;margin:0 0 .4rem;font-size:1.45rem}
.muted{color:var(--muted)}
.cta-band{background:var(--sea);color:#fff;padding:3.2rem 0;text-align:center}
.cta-band h2{margin:0 0 .6rem}
.site-footer{background:#142028;color:#d7dee2;padding:3rem 0 2rem;font-size:.95rem}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:1.5rem}
.site-footer a{color:#fff}
.site-footer h4{font-family:'Cormorant Garamond',serif;color:#fff;margin:0 0 .7rem;font-size:1.25rem}
.tiny{margin-top:2rem;opacity:.65;font-size:.85rem}
.map-frame{border:0;width:100%;height:360px;filter:grayscale(.15)}
.page-hero{padding:3.2rem 0 1.5rem;background:linear-gradient(135deg,#163845,#1a4a5c 55%,#2a6070)}
.page-hero h1{color:#fff;font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,4vw,3.2rem);margin:0}
.page-hero p{color:rgba(255,255,255,.85);max-width:38rem}
.list-check{padding:0;list-style:none}
.list-check li{padding:.35rem 0 .35rem 1.2rem;position:relative}
.list-check li::before{content:'';position:absolute;left:0;top:.75rem;width:.45rem;height:.45rem;border-radius:50%;background:var(--gold)}
form.contact{display:grid;gap:.8rem;max-width:32rem}
input,textarea{width:100%;padding:.75rem .9rem;border:1px solid #cfc5b6;background:#fff;font:inherit}
@media (max-width:900px){
  .grid-2,.grid-3,.footer-grid{grid-template-columns:1fr}
  .nav{flex-direction:column;align-items:flex-start}
  .hero{min-height:68vh}
}
