:root {
  --bg: #f3efe8;
  --paper: #fbf9f5;
  --ink: #1f2220;
  --muted: #686a65;
  --line: #d8d2c8;
  --accent: #5d674d;
  --accent-dark: #424936;
  --white: #ffffff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
}
a { color: inherit; }
.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background: rgba(251,249,245,.9);
  border-bottom: 1px solid rgba(216,210,200,.8);
}
.nav-wrap {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.2rem;
  text-decoration: none;
}
nav { display: flex; align-items: center; gap: 22px; }
nav a { text-decoration: none; font-size: .92rem; color: #333; }
.nav-cta {
  border: 1px solid var(--ink);
  padding: 9px 14px;
  border-radius: 999px;
}
.hero {
  padding: 110px 0 90px;
  background:
    radial-gradient(circle at 80% 20%, rgba(93,103,77,.14), transparent 30%),
    linear-gradient(180deg, var(--paper), var(--bg));
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.5fr .8fr;
  gap: 70px;
  align-items: end;
}
.eyebrow, .section-kicker, .card-label {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .75rem;
  font-weight: 700;
  color: var(--accent-dark);
}
h1, h2, h3 {
  font-family: "Playfair Display", serif;
  line-height: 1.08;
  margin-top: 0;
}
h1 {
  font-size: clamp(3.4rem, 7vw, 6.6rem);
  max-width: 900px;
  margin-bottom: 28px;
}
.hero-text {
  max-width: 760px;
  font-size: 1.18rem;
  color: #444641;
}
.hero-actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.button {
  display: inline-block;
  padding: 13px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
}
.button.primary { background: var(--ink); color: var(--white); }
.button.secondary { border: 1px solid var(--ink); }
.hero-card {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.54);
  padding: 28px;
  border-radius: 18px;
}
.hero-card h2 { font-size: 1.8rem; margin: 8px 0 18px; }
.hero-card ul { padding-left: 20px; margin-bottom: 0; color: var(--muted); }
.section { padding: 90px 0; }
.section.alt { background: var(--bg); }
.two-col {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
  align-items: start;
}
.section h2 { font-size: clamp(2.3rem, 4vw, 4rem); margin-bottom: 20px; }
.section-title { max-width: 780px; }
.prose { font-size: 1.08rem; color: #3f413d; }
.prose p:first-child { margin-top: 0; }
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}
.info-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px;
  min-height: 250px;
}
.info-card span { font-size: .8rem; color: var(--accent); font-weight: 700; }
.info-card h3 { font-size: 1.6rem; margin: 36px 0 10px; }
.info-card p { color: var(--muted); margin-bottom: 0; }
.case-list { margin-top: 36px; border-top: 1px solid var(--line); }
.case-study {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 80px;
  padding: 44px 0;
  border-bottom: 1px solid var(--line);
}
.case-meta p { margin: 0 0 8px; color: var(--accent-dark); font-weight: 700; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; }
.case-meta h3 { font-size: 2rem; margin-bottom: 0; }
.case-body p { margin-top: 0; color: #454742; }
.result { border-left: 3px solid var(--accent); padding-left: 16px; }
.experience-points { display: grid; gap: 22px; }
.experience-points div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.experience-points strong { font-family: "Playfair Display", serif; font-size: 1.5rem; }
.experience-points span { color: var(--muted); }
.statement { background: var(--ink); color: var(--white); }
.statement-inner { text-align: center; }
.statement p {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 1.1;
  max-width: 900px;
  margin: 0 auto;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: start;
}
.contact-grid > div:first-child p:last-child { max-width: 680px; color: var(--muted); }
.contact-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px;
  background: var(--bg);
}
.contact-card p { margin: 0 0 20px; }
.contact-card p:last-child { margin-bottom: 0; }
.contact-card span { color: var(--muted); }
footer { border-top: 1px solid var(--line); padding: 24px 0; font-size: .9rem; color: var(--muted); }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { padding: 80px 0 70px; }
  .hero-grid, .two-col, .contact-grid, .case-study { grid-template-columns: 1fr; gap: 36px; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .experience-points div { grid-template-columns: 1fr; gap: 4px; }
}
@media (max-width: 620px) {
  .container { width: min(var(--max), calc(100% - 28px)); }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .section { padding: 70px 0; }
  .card-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; }
}

/* v5: Vanessa portrait */
.hero-portrait {
  overflow: hidden;
  border-radius: 22px;
  background: #111;
  min-height: 360px;
}
.hero-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
}
@media (max-width: 760px) {
  .hero-portrait {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }
  .hero-portrait img {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }
}
