:root {
  --paper: #f4efe6;
  --paper-2: #ebe3d4;
  --ink: #241f18;
  --muted: #5d554b;
  --line: #d4c9b6;
  --lamp: #c47a2c;
  --lamp-soft: #e8b86d;
  --deep: #1b1713;
  --max: 68rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Outfit, "Segoe UI", sans-serif;
  font-size: 1.05rem;
  line-height: 1.65;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

a:hover {
  color: var(--lamp);
}

.wrap {
  width: min(calc(100% - 2.5rem), var(--max));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0 1rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 560;
}

.logo svg {
  width: 2.4rem;
  height: 2.4rem;
}

.nav {
  display: flex;
  gap: 1.4rem;
  font-size: 0.95rem;
}

.nav a {
  text-decoration: none;
  color: var(--muted);
}

.nav a[aria-current="page"],
.nav a:hover {
  color: var(--ink);
}

.hero {
  padding: 3.5rem 0 3rem;
}

.hero-landing {
  display: grid;
  grid-template-columns: minmax(18rem, 1fr) minmax(20rem, 1.15fr);
  gap: 2.5rem 3rem;
  align-items: center;
  padding: 1.5rem 0 3.5rem;
}

.hero-landing .hero {
  padding: 2.2rem 0 0;
}

.hero-photo {
  margin: 0;
}

.hero-photo img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--paper-2);
}

.hero-photo figcaption {
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.visit-photo {
  margin: 0 0 2.5rem;
}

.visit-photo img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--paper-2);
}

.visit-photo figcaption {
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.lamps {
  display: flex;
  gap: 1.1rem;
  margin-bottom: 1.6rem;
}

.lamps span {
  width: 0.85rem;
  height: 1.15rem;
  border-radius: 50% 50% 45% 45%;
  background: var(--lamp);
  box-shadow: 0 0 18px rgba(196, 122, 44, 0.35);
}

.lamps span:nth-child(2) {
  background: var(--lamp-soft);
  transform: translateY(-0.2rem);
}

.eyebrow {
  margin: 0 0 0.6rem;
  color: var(--muted);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

h1,
h2,
.serif {
  font-family: Fraunces, Georgia, serif;
  font-weight: 520;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

h1 {
  margin: 0 0 1rem;
  max-width: 14ch;
  font-size: clamp(2.6rem, 7vw, 4.6rem);
}

h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.7rem, 4vw, 2.3rem);
}

.lede {
  max-width: 38rem;
  margin: 0 0 1.8rem;
  color: var(--muted);
  font-size: 1.15rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1.1rem;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.btn:hover {
  background: var(--deep);
  color: var(--paper);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
}

.btn-ghost:hover {
  color: var(--ink);
  background: var(--paper-2);
}

.section {
  padding: 1rem 0 4rem;
}

.section-head {
  max-width: 38rem;
  margin-bottom: 1.5rem;
}

.section-head p {
  margin: 0.4rem 0 0;
  color: var(--muted);
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16.5rem, 1fr));
  gap: 1rem;
}

.card {
  display: flex;
  flex-direction: column;
  min-height: 16rem;
  padding: 1.35rem 1.3rem 1.2rem;
  border: 1px solid var(--line);
  background: #faf6ee;
  text-decoration: none;
}

.card:hover {
  border-color: var(--lamp);
  color: inherit;
}

.card-top {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.9rem;
}

.card-pic {
  display: grid;
  place-items: center;
  flex: 0 0 3.15rem;
  width: 3.15rem;
  height: 3.15rem;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(160deg, var(--lamp-soft), var(--paper-2));
  font-family: Fraunces, Georgia, serif;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
}

.card-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.card-pic img.pic-anna,
.portrait img.pic-anna {
  transform: scale(0.8);
  transform-origin: center 30%;
}

.card-pic img.pic-bede,
.portrait img.pic-bede {
  transform: scale(0.7);
  transform-origin: center 30%;
}

.card h3 {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.45rem;
  font-weight: 520;
}

.card .role {
  margin: 0.15rem 0 0;
  color: var(--lamp);
  font-size: 0.92rem;
}

.card > p {
  margin: 0;
  color: var(--muted);
  flex: 1;
}

.card .more {
  margin-top: 1.3rem;
  font-size: 0.9rem;
}

.card.placeholder {
  border-style: dashed;
  background: transparent;
}

.card .status,
.status {
  display: inline-block;
  margin: 0 0 0.7rem;
  padding: 0.15rem 0.55rem;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.preview-note {
  margin: 0 0 2rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.note {
  padding: 1.4rem 1.5rem;
  border-left: 3px solid var(--lamp);
  background: var(--paper-2);
}

.note p:last-child {
  margin-bottom: 0;
}

.visit-block {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: start;
}

.meta {
  margin: 0;
}

.meta dt {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.meta dd {
  margin: 0.2rem 0 0;
}

.portrait {
  display: grid;
  place-items: center;
  width: 7.5rem;
  height: 7.5rem;
  margin: 0 0 1.2rem;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(160deg, var(--lamp-soft), var(--paper-2));
  font-family: Fraunces, Georgia, serif;
  font-size: 1.7rem;
}

.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.clinician-layout {
  display: grid;
  grid-template-columns: 16rem 1fr;
  gap: 2.5rem;
  padding-bottom: 3rem;
}

.clinician-copy p {
  max-width: 42rem;
}

.site-footer {
  padding: 2rem 0 2.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 860px) {
  .hero-landing {
    grid-template-columns: 1fr;
    align-items: start;
    padding-top: 0.5rem;
  }

  .hero-landing .hero {
    padding: 1.4rem 0 0;
    order: 2;
  }

  .hero-photo {
    order: 1;
  }

  .hero-photo img {
    height: auto;
  }
}

@media (max-width: 760px) {
  .visit-block,
  .clinician-layout,
  .section-head {
    grid-template-columns: 1fr;
    display: block;
  }

  .section-head p {
    margin-top: 0.6rem;
  }

  .nav {
    gap: 0.9rem;
    font-size: 0.88rem;
  }
}
