
:root { --navy:#0a2940; --navy-deep:#061d2d; --cream:#f4f0e7; --paper:#fbfaf6; --sage:#758b73; --orange:#c56438; --ink:#13232c; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial, Helvetica, sans-serif; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
.site-header { position:absolute; z-index:10; inset:0 0 auto; height:92px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; padding:0 4.5vw; color:white; border-bottom:1px solid rgba(255,255,255,.25); }
.brand { display:flex; align-items:center; gap:12px; width:max-content; }
.brand img { width:54px; height:54px; object-fit:cover; border-radius:50%; background:white; }
.brand span { display:flex; flex-direction:column; text-transform:uppercase; letter-spacing:.13em; }
.brand strong { font-family:Georgia,serif; font-size:21px; letter-spacing:.18em; font-weight:500; }
.brand small { font-size:8px; margin-top:3px; }
nav { display:flex; align-items:center; gap:30px; font-size:13px; }
nav a { opacity:.84; transition:.2s ease; }
nav a:hover { opacity:1; }
.member-link { justify-self:end; font-size:12px; border-bottom:1px solid rgba(255,255,255,.7); padding:8px 0; }
.member-link span { margin-left:6px; }
.hero { min-height:780px; height:100svh; position:relative; overflow:hidden; background:var(--navy-deep); color:white; }
.hero-image,.hero-shade { position:absolute; inset:0; width:100%; height:100%; }
.hero-image { object-fit:cover; object-position:center 42%; }
.hero-shade { background:linear-gradient(90deg,rgba(4,24,37,.87) 0%,rgba(4,25,39,.62) 40%,rgba(4,24,37,.12) 72%),linear-gradient(0deg,rgba(3,20,30,.58),transparent 48%); }
.hero-copy { position:absolute; z-index:2; left:8.5vw; top:51%; transform:translateY(-42%); max-width:750px; }
.eyebrow { margin:0 0 24px; text-transform:uppercase; letter-spacing:.26em; font-size:11px; font-weight:700; }
.eyebrow.dark { color:var(--orange); }
h1,h2 { font-family:Georgia,"Times New Roman",serif; font-weight:400; margin:0; letter-spacing:-.035em; }
h1 { font-size:clamp(72px,9.2vw,142px); line-height:.82; }
.hero-lead { max-width:580px; font-size:19px; line-height:1.65; margin:34px 0; color:rgba(255,255,255,.88); }
.hero-actions { display:flex; align-items:center; gap:34px; }
.button { min-height:52px; padding:0 24px; display:inline-flex; align-items:center; justify-content:center; gap:12px; text-transform:uppercase; letter-spacing:.13em; font-weight:700; font-size:10px; border-radius:2px; transition:.2s ease; }
.button-light { background:var(--cream); color:var(--navy); }
.button-light:hover { background:white; transform:translateY(-2px); }
.button svg,.text-link svg { width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:1.7; }
.button svg .fill,.text-link svg .fill { fill:currentColor; stroke:none; }
.text-link { display:inline-flex; align-items:center; gap:9px; font-size:13px; }
.hero-note { position:absolute; z-index:2; right:4.5vw; bottom:35px; display:flex; gap:24px; font-size:10px; text-transform:uppercase; letter-spacing:.17em; color:rgba(255,255,255,.68); }
.section { padding:120px 8.5vw; }
.intro { display:grid; grid-template-columns:1fr 1fr; gap:10vw; background:var(--cream); }
h2 { font-size:clamp(48px,6.3vw,92px); line-height:.98; color:var(--navy); }
.intro-copy { padding-top:44px; max-width:590px; }
.intro-copy p { font-size:16px; line-height:1.75; color:#53616a; }
.intro-copy .lead { font-family:Georgia,serif; font-size:26px; line-height:1.45; color:var(--ink); margin-top:0; }
.services { background:var(--paper); display:grid; grid-template-columns:.82fr 1.18fr; gap:9vw; }
.section-heading h2 { max-width:540px; }
.service-list { border-top:1px solid #cbd0cc; }
.service-list article { display:grid; grid-template-columns:64px 1fr; gap:20px; padding:34px 0; border-bottom:1px solid #cbd0cc; }
.service-number { font-family:Georgia,serif; color:var(--orange); font-size:14px; }
.service-list h3 { font-family:Georgia,serif; color:var(--navy); font-weight:400; font-size:30px; margin:0 0 10px; }
.service-list p { max-width:550px; margin:0; line-height:1.65; color:#66737a; }
.feature-photo { height:690px; position:relative; overflow:hidden; background:var(--navy); }
.feature-photo img { width:100%; height:100%; object-fit:cover; object-position:center 42%; opacity:.78; }
.feature-photo:after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(4,24,37,.76),transparent 64%); }
blockquote { position:absolute; z-index:2; left:8.5vw; bottom:64px; margin:0; max-width:800px; color:white; font-family:Georgia,serif; font-size:clamp(30px,4vw,54px); line-height:1.15; }
.gallery-section { background:var(--cream); }
.gallery-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:40px; margin-bottom:70px; }
.gallery-heading > p { max-width:390px; color:#647078; line-height:1.7; }
.gallery-grid { display:grid; grid-template-columns:1.05fr 1fr 1fr; grid-template-rows:310px 390px; gap:16px; }
.gallery-grid figure { position:relative; margin:0; overflow:hidden; background:#d6d4cd; }
.gallery-grid figure:after { content:""; position:absolute; inset:50% 0 0; background:linear-gradient(transparent,rgba(3,22,34,.66)); }
.gallery-grid img { width:100%; height:100%; object-fit:cover; transition:transform .6s ease; }
.gallery-grid figure:hover img { transform:scale(1.025); }
.gallery-grid figcaption { position:absolute; z-index:2; left:22px; bottom:20px; color:white; font-size:11px; text-transform:uppercase; letter-spacing:.15em; }
.gallery-tall { grid-row:1 / 3; }
.gallery-wide { grid-column:2 / 4; }
.contact { min-height:620px; padding:110px 8.5vw; background:var(--navy); color:white; display:grid; grid-template-columns:1.2fr .8fr; align-items:center; }
.contact h2 { color:white; }
.contact-copy > p:not(.eyebrow) { color:rgba(255,255,255,.7); line-height:1.7; max-width:540px; margin:28px 0; }
.contact-mark { justify-self:end; background:white; width:min(390px,80%); padding:20px; border-radius:50%; overflow:hidden; }
.contact-mark img { width:100%; border-radius:50%; }
footer { min-height:90px; padding:25px 4.5vw; background:var(--navy-deep); color:rgba(255,255,255,.62); display:flex; align-items:center; justify-content:space-between; gap:20px; font-size:10px; text-transform:uppercase; letter-spacing:.12em; }
footer div { display:flex; gap:24px; }
footer a:hover { color:white; }
@media (max-width:900px) {
  .site-header { height:78px; padding:0 22px; grid-template-columns:1fr auto; }
  .site-header nav { display:none; }
  .brand img { width:45px;height:45px; }
  .brand strong { font-size:17px; }
  .member-link { font-size:10px; }
  .hero { min-height:700px; }
  .hero-copy { left:24px; right:24px; top:52%; }
  h1 { font-size:clamp(60px,19vw,94px); }
  .hero-lead { font-size:16px; max-width:490px; }
  .hero-note { left:24px; right:auto; bottom:22px; flex-direction:column; gap:5px; }
  .section { padding:82px 24px; }
  .intro,.services { grid-template-columns:1fr; gap:48px; }
  .intro-copy { padding-top:0; }
  .gallery-heading { align-items:flex-start; flex-direction:column; }
  .gallery-grid { grid-template-columns:1fr 1fr; grid-template-rows:420px 280px 330px; }
  .gallery-tall { grid-row:auto; grid-column:1 / 3; }
  .gallery-wide { grid-column:1 / 3; }
  .feature-photo { height:580px; }
  .contact { padding:86px 24px; grid-template-columns:1fr; gap:55px; }
  .contact-mark { justify-self:start; width:240px; }
}
@media (max-width:560px) {
  .brand span { display:none; }
  .hero-image { object-position:62% center; }
  .hero-shade { background:linear-gradient(90deg,rgba(4,24,37,.86),rgba(4,24,37,.3)),linear-gradient(0deg,rgba(3,20,30,.72),transparent 55%); }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:23px; }
  h2 { font-size:50px; }
  .intro-copy .lead { font-size:22px; }
  .service-list article { grid-template-columns:40px 1fr; }
  .feature-photo { height:500px; }
  blockquote { left:24px; right:24px; bottom:35px; }
  .gallery-grid { display:flex; flex-direction:column; }
  .gallery-grid figure { height:310px; }
  .gallery-grid .gallery-tall { height:450px; }
  footer { align-items:flex-start; flex-direction:column; }
}
@media (prefers-reduced-motion:reduce) { html{scroll-behavior:auto}.gallery-grid img,.button{transition:none} }
