:root {
  --ink: #26261f;
  --muted: #626258;
  --cream: #f6f2e9;
  --ivory: #fbfaf6;
  --olive: #3d4937;
  --olive-deep: #253027;
  --gold: #b89355;
  --line: rgba(38, 38, 31, 0.16);
  --white: #ffffff;
  --max: 1180px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; }
a { color: inherit; }
p, h1, h2, h3 { margin-top: 0; }
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.08;
}
.shell { width: min(calc(100% - 52px), var(--max)); margin: 0 auto; }
.section { padding: 92px 0; }
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  transform: translateY(-140%);
  padding: 10px 14px;
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  color: var(--white);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}
.site-header.scrolled,
.site-header.menu-open {
  color: var(--ink);
  background: rgba(251, 250, 246, 0.97);
  box-shadow: 0 1px 0 rgba(38,38,31,0.12);
  backdrop-filter: blur(10px);
}
.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1;
}
.brand-name {
  font-family: var(--serif);
  font-size: 1.55rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.brand-sub {
  margin-top: 7px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.33em;
  text-transform: uppercase;
}
.primary-nav { display: flex; align-items: center; gap: 34px; }
.primary-nav a {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}
.primary-nav a:hover, .primary-nav a:focus-visible { opacity: 0.68; }
.nav-toggle { display: none; }

.hero {
  position: relative;
  height: min(68vh, 640px);
  min-height: 540px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  color: var(--white);
}
.hero-photo,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-photo {
  object-fit: cover;
  object-position: center 48%;
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(24,31,25,0.76) 0%, rgba(24,31,25,0.55) 45%, rgba(24,31,25,0.18) 80%),
    linear-gradient(0deg, rgba(24,31,25,0.30) 0%, rgba(24,31,25,0.02) 58%);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
.hero h1 {
  max-width: 690px;
  margin-bottom: 24px;
  font-size: clamp(2.9rem, 5vw, 4.7rem);
  letter-spacing: -0.035em;
}
.hero p {
  max-width: 780px;
  margin-bottom: 0;
  color: rgba(255,255,255,0.92);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.72;
}


.section-title {
  margin-bottom: 42px;
  text-align: center;
}
.section-title h2 {
  margin-bottom: 13px;
  font-size: clamp(2.15rem, 4vw, 3.5rem);
  letter-spacing: -0.025em;
}
.section-title span {
  display: block;
  width: 42px;
  height: 2px;
  margin: 0 auto;
  background: var(--gold);
}
.section-title.align-left { text-align: left; }
.section-title.align-left span { margin-left: 0; }
.section-title.inverse { color: var(--white); }

.services { background: var(--ivory); }
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
.service {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
}
.service-photo-wrap {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #d8d4c8;
}
.service-photo {
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(0.98);
  transition: transform 500ms ease;
}
.service:hover .service-photo { transform: scale(1.018); }
.service-copy { padding: 34px 38px 40px; }
.service-copy h3 {
  margin-bottom: 18px;
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  text-align: center;
}
.service-copy h3::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  margin: 15px auto 0;
  background: var(--gold);
}
.service-copy p { margin-bottom: 0; color: var(--muted); }

.perspectives {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--olive-deep);
}
.perspectives-photo,
.perspectives-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.perspectives-photo { object-fit: cover; object-position: center; }
.perspectives-overlay { background: rgba(26, 32, 26, 0.88); }
.perspectives-inner { position: relative; z-index: 2; }
.quote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.quote-grid figure {
  margin: 0;
  padding: 16px 54px 6px;
}
.quote-grid figure + figure { border-left: 1px solid rgba(255,255,255,0.24); }
.quote-grid blockquote {
  position: relative;
  margin: 0 0 26px;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.18rem, 1.7vw, 1.45rem);
  line-height: 1.54;
}
.quote-grid blockquote::before {
  content: "“";
  position: absolute;
  left: -28px;
  top: -20px;
  color: var(--gold);
  font-size: 3.7rem;
  font-style: normal;
  line-height: 1;
}
.quote-grid figcaption {
  color: rgba(255,255,255,0.78);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.michael { background: var(--ivory); }
.michael-grid {
  display: grid;
  grid-template-columns: minmax(290px, 0.74fr) minmax(0, 1.26fr);
  gap: 72px;
  align-items: start;
}
.portrait-wrap {
  overflow: hidden;
  background: var(--cream);
}
.portrait-wrap img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 42%;
}
.bio { padding-top: 8px; }
.bio p { margin-bottom: 18px; color: #43433c; }
.bio p:last-child { margin-bottom: 0; }

.contact {
  background: var(--cream);
  border-top: 1px solid var(--line);
}
.contact-grid {
  max-width: 840px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.contact-item { padding: 32px 42px; }
.contact-item + .contact-item { border-left: 1px solid var(--line); }
.contact-item h3 {
  margin-bottom: 14px;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.contact-item p,
.contact-item address { margin: 0; font-style: normal; }
.contact-item a { text-decoration: none; }
.contact-item a:hover, .contact-item a:focus-visible { text-decoration: underline; }

.site-footer {
  padding: 48px 0 54px;
  color: rgba(255,255,255,0.82);
  background: var(--olive-deep);
}
.footer-brand-row { margin-bottom: 28px; }
.footer-brand { color: var(--white); }
.disclosure {
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,0.18);
  font-size: 0.76rem;
  line-height: 1.62;
}
.disclosure p { max-width: 1000px; margin-bottom: 10px; }
.disclosure p:last-child { margin-bottom: 0; }
.disclosure a { color: var(--white); text-underline-offset: 2px; }

@media (max-width: 900px) {
  .shell { width: min(calc(100% - 38px), var(--max)); }
  .section { padding: 72px 0; }
  .nav-toggle {
    display: inline-flex;
    width: 42px;
    height: 42px;
    padding: 9px;
    border: 0;
    background: transparent;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    color: inherit;
  }
  .nav-toggle span {
    display: block;
    width: 100%;
    height: 1px;
    background: currentColor;
  }
  .primary-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 14px 19px 26px;
    background: rgba(251,250,246,0.98);
    color: var(--ink);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border-bottom: 1px solid var(--line);
  }
  .primary-nav.open { display: flex; }
  .primary-nav a { width: 100%; padding: 13px 0; }
  .hero { min-height: 560px; height: 72vh; }
  .hero-photo { object-position: 56% 50%; }
  .hero-overlay {
    background: linear-gradient(90deg, rgba(24,31,25,0.76) 0%, rgba(24,31,25,0.48) 75%, rgba(24,31,25,0.28) 100%);
  }
  .service-grid,
  .quote-grid,
  .michael-grid { grid-template-columns: 1fr; }
  .quote-grid figure { padding: 22px 30px 26px; }
  .quote-grid figure + figure {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,0.24);
    padding-top: 44px;
  }
  .michael-grid { gap: 44px; }
  .portrait-wrap { max-width: 520px; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .shell { width: min(calc(100% - 30px), var(--max)); }
  .section { padding: 58px 0; }
  .header-inner { min-height: 70px; }
  .brand-name { font-size: 1.24rem; }
  .brand-sub { font-size: 0.55rem; }
  .hero { min-height: 520px; height: 68vh; }
  .hero-content { padding-bottom: 44px; }
  .hero h1 { font-size: clamp(2.45rem, 11.5vw, 3.45rem); }
  .hero p { line-height: 1.58; }
  .section-title { margin-bottom: 32px; }
  .service-grid { gap: 22px; }
  .service-copy { padding: 26px 24px 30px; }
  .quote-grid blockquote { font-size: 1.12rem; }
  .quote-grid figure { padding-left: 28px; padding-right: 12px; }
  .quote-grid blockquote::before { left: -19px; }
  .michael-grid { gap: 32px; }
  .portrait-wrap { width: 100%; max-width: 390px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-item { padding: 26px 12px; }
  .contact-item + .contact-item { border-left: 0; border-top: 1px solid var(--line); }
}

/* Self-contained image wrappers */
.hero-picture,
.hero-picture .hero-photo,
.perspectives-picture,
.perspectives-picture .perspectives-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-picture .hero-photo,
.perspectives-picture .perspectives-photo { object-fit: cover; }
.service-photo-wrap picture { display: block; width: 100%; height: 100%; }
.service-photo-wrap picture .service-photo { width: 100%; height: 100%; }
