:root { --forest: #171717; --cream: #f4f3ef; --gold: #c59638; --ink: #151515; }
.site-header { border-bottom-color: #d5bd84; }
.brand-mark { color: #171717; border-color: #c59638; }
.brand-logo { width: 70px; height: 70px; object-fit: contain; mix-blend-mode: multiply; filter: contrast(1.08) saturate(1.08); }
.site-header .brand { gap: 16px; }
.footer-brand .brand-logo { width: 82px; height: 82px; }
.hero { background: radial-gradient(circle at 15% 18%, #fff 0, transparent 32%), linear-gradient(145deg, #f8f7f3, #eeeae1); }
.eyebrow { color: #5b4a28; }
.primary { background: #171717; }
.primary:hover { background: #2b2b2b; }
.location {
  padding: 90px clamp(24px, 6vw, 96px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
  background: var(--cream);
}
.location h2 { font-size: clamp(39px, 5vw, 61px); margin-top: 20px; }
.address-card { border-left: 2px solid var(--gold); padding: 8px 0 8px 32px; }
.address-card > p:first-child { font-family: "Playfair Display", serif; font-size: 25px; line-height: 1.55; margin-top: 0; }
.address-card strong { display: block; margin-top: 30px; }
.address-card .region { color: var(--muted); line-height: 1.7; }
.portrait-card { align-self: center; justify-self: end; width: min(100%, 390px); margin: 0; min-height: 430px; position: relative; overflow: hidden; background: var(--forest); }
.portrait-card img { width: 100%; height: 430px; display: block; object-fit: cover; object-position: center top; }
.portrait-card figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 55px 28px 28px; color: white; background: linear-gradient(transparent, rgba(17,25,23,.92)); }
.portrait-card strong, .portrait-card span { display: block; }
.portrait-card strong { font-family: "Playfair Display", serif; font-size: 24px; }
.portrait-card span { font-size: 12px; margin-top: 6px; color: #d8e0dd; }
@media (max-width: 900px) { .location { grid-template-columns: 1fr; gap: 36px; padding-top: 70px; padding-bottom: 70px; } .portrait-card { justify-self: center; width: min(100%, 340px); min-height: 390px; } .portrait-card img { height: 390px; } }
@media (max-width: 560px) { .brand-logo { width: 56px; height: 56px; } .site-header .brand { gap: 9px; } .footer-brand .brand-logo { width: 72px; height: 72px; } }
