:root {
  --ink: #101214;
  --paper: #f4f0e8;
  --paper-deep: #e9e1d6;
  --red: #9d1d2d;
  --blue: #123b52;
  --muted: #625e58;
  --line: #d4ccc1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, sans-serif;
}
a { color: inherit; }
.shell { width: min(1180px, 88vw); margin: 0 auto; }

.siteHeader {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
}
.brand img { width: 42px; height: 42px; border-radius: 50%; object-fit: contain; }
.brandText { display: flex; flex-direction: column; align-items: center; }
.brandText strong {
  color: var(--red);
  font: 700 23px/0.95 "Times New Roman", Times, serif;
  letter-spacing: 0.08em;
}
.brandText small {
  margin-top: 5px;
  font: 700 8px/1 Arial, sans-serif;
  letter-spacing: 0.25em;
}
.nav { display: flex; align-items: center; gap: 24px; }
.nav a { font-size: 12px; font-weight: 700; text-decoration: none; }
.nav a:last-child { padding: 12px 17px; background: var(--ink); color: white; }

.hero {
  min-height: 650px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 8vw;
  align-items: center;
  padding-block: 78px 95px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 47%;
  background: url("/assets/sphynx-skyline-watermark.png") center top / contain no-repeat;
  opacity: 0.42;
  pointer-events: none;
}
.heroIdentity,
.heroCopy { position: relative; z-index: 1; }
.heroIdentity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 34px 0;
  border-block: 1px solid #c8beb1;
}
.heroIdentity img { width: 150px; height: 150px; border-radius: 50%; object-fit: contain; }
.identityType { text-align: center; }
.identityType strong {
  display: block;
  color: var(--red);
  font: 700 50px/0.9 "Times New Roman", Times, serif;
  letter-spacing: 0.03em;
}
.identityType small {
  display: block;
  margin-top: 12px;
  font: 700 12px/1 Arial, sans-serif;
  letter-spacing: 0.18em;
}
.identityType em {
  display: block;
  margin-top: 18px;
  color: #706860;
  font: italic 13px/1.35 "Times New Roman", Times, serif;
}
.eyebrow {
  margin: 0 0 20px;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
}
h1,
h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -0.04em; }
h1 { margin: 0; font-size: clamp(52px, 6vw, 82px); line-height: 0.98; }
h1 em,
h2 em { color: var(--red); font-weight: 400; }
.lead { max-width: 660px; margin: 28px 0 0; color: #514d48; font: 18px/1.65 Georgia, serif; }
.status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  padding: 12px 15px;
  border: 1px solid #bfb5aa;
  background: #ffffff9c;
  color: #544e48;
  font-size: 12px;
  font-weight: 700;
}
.status i { width: 8px; height: 8px; border-radius: 50%; background: var(--red); }

.mission { padding: 100px 0; background: white; }
.missionGrid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 9vw; align-items: start; }
.mission h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.04; }
.missionCopy { padding-top: 8px; }
.missionCopy p { margin: 0 0 22px; color: var(--muted); font: 16px/1.78 Georgia, serif; }

.care { padding: 100px 0 110px; }
.careHeader { max-width: 740px; }
.care h2 { margin: 0; font-size: clamp(42px, 5vw, 65px); }
.careHeader > p:last-child { color: var(--muted); font: 16px/1.65 Georgia, serif; }
.careGrid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 45px; border: 1px solid var(--line); background: var(--line); gap: 1px; }
.careGrid article { min-height: 260px; padding: 30px; background: white; display: flex; flex-direction: column; }
.careGrid span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: 0.14em; }
.careGrid h3 { margin: 34px 0 14px; font: 30px/1.08 Georgia, serif; }
.careGrid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.careGrid small { margin-top: auto; padding-top: 30px; color: #847d75; font-size: 11px; line-height: 1.5; }

.contact { background: var(--blue); color: white; padding: 80px 0; }
.contactGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; }
.contact h2 { margin: 0; font-size: clamp(42px, 5vw, 62px); }
.contactLinks { display: grid; gap: 14px; }
.contactLinks a { padding: 16px 0; border-bottom: 1px solid #45677a; color: white; font-size: 17px; font-weight: 700; text-decoration: none; }
.contactLinks p { margin: 8px 0 0; color: #c0d1da; font-size: 13px; line-height: 1.65; }

.simplePage { min-height: calc(100vh - 78px); padding: 80px 0 110px; background: white; }
.simplePage article { max-width: 820px; }
.simplePage h1 { font-size: clamp(48px, 6vw, 75px); }
.simplePage h2 { margin: 48px 0 13px; font-size: 30px; }
.simplePage p,
.simplePage li { color: #59544f; font: 16px/1.75 Georgia, serif; }
.simplePage .updated { color: #817a73; font: 12px/1.5 Arial, sans-serif; }
.back { display: inline-block; margin-bottom: 45px; color: var(--red); font-size: 12px; font-weight: 800; text-decoration: none; }

footer { background: var(--ink); color: #aeb0b2; padding: 34px 0; }
.footerGrid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
footer p { margin: 0; font-size: 11px; line-height: 1.6; }
.footerLinks { display: flex; gap: 20px; }
.footerLinks a { color: white; font-size: 11px; font-weight: 700; text-decoration: none; }

@media (max-width: 800px) {
  .nav a:not(:last-child) { display: none; }
  .hero { min-height: 0; grid-template-columns: 1fr; gap: 30px; padding-block: 42px 75px; }
  .heroIdentity { justify-self: stretch; justify-content: flex-start; }
  .hero::before { height: 42%; }
  .missionGrid,
  .contactGrid { grid-template-columns: 1fr; gap: 40px; }
  .careGrid { grid-template-columns: 1fr; }
  .careGrid article { min-height: 220px; }
}

@media (max-width: 520px) {
  .shell { width: min(90vw, 1180px); }
  .siteHeader { height: 70px; }
  .brand img { width: 37px; height: 37px; }
  .brandText strong { font-size: 20px; }
  .nav a:last-child { padding: 10px 12px; font-size: 11px; }
  .heroIdentity { gap: 16px; padding: 23px 0; }
  .heroIdentity img { width: 105px; height: 105px; }
  .identityType strong { font-size: 39px; }
  .identityType small { font-size: 10px; }
  h1 { font-size: 48px; }
  .mission,
  .care { padding-block: 72px; }
  .footerGrid { grid-template-columns: 1fr; }
  .footerLinks { flex-wrap: wrap; }
}
