:root {
  --cream: #f3ecdf;
  --cream-deep: #e7ddce;
  --ink: #121110;
  --muted: #6a625a;
  --wine: #6d1722;
  --wine-dark: #4f1018;
  --line: rgba(18, 17, 16, 0.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Inter", sans-serif; line-height: 1.6; }
a { color: inherit; }
.shell { width: min(760px, 100%); margin: 0 auto; padding: 28px 20px 48px; }
.hero { min-height: 92vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; position: relative; padding: 44px 0; }
.flower { width: 108px; color: var(--wine); margin-bottom: 24px; }
.flower svg { display: block; width: 100%; height: auto; }
.eyebrow, .section-kicker { letter-spacing: .22em; font-size: .72rem; font-weight: 600; color: var(--wine); margin: 0 0 16px; }
h1, h2 { font-family: "Cormorant Garamond", serif; font-weight: 600; margin: 0; line-height: .95; }
h1 { font-size: clamp(4rem, 13vw, 7rem); letter-spacing: -.04em; }
h1 span { color: var(--wine); font-style: italic; }
h2 { font-size: clamp(2.6rem, 8vw, 4.4rem); margin-bottom: 18px; }
.intro { max-width: 520px; color: var(--muted); font-size: 1.02rem; margin: 28px 0 34px; }
.social-grid { width: 100%; display: grid; grid-template-columns: 1fr; border-top: 1px solid var(--line); margin-bottom: 30px; }
.social-link { display: flex; justify-content: space-between; gap: 20px; padding: 17px 2px; text-decoration: none; border-bottom: 1px solid var(--line); font-weight: 500; transition: color .2s ease, padding .2s ease; }
.social-link span { color: var(--muted); font-size: .9rem; font-weight: 400; text-align: right; }
.social-link:hover { color: var(--wine); padding-left: 6px; }
.primary-button { display: inline-block; background: var(--ink); color: var(--cream); text-decoration: none; padding: 14px 22px; border: 1px solid var(--ink); letter-spacing: .05em; font-size: .92rem; transition: background .2s ease, color .2s ease; }
.primary-button:hover { background: var(--wine); border-color: var(--wine); }
.panel { padding: 80px 0; border-top: 1px solid var(--line); }
.panel p { max-width: 600px; color: var(--muted); font-size: 1.02rem; }
.contact-list { display: flex; flex-direction: column; margin: 28px 0 30px; border-top: 1px solid var(--line); }
.contact-list a { padding: 16px 0; text-decoration: none; border-bottom: 1px solid var(--line); font-family: "Cormorant Garamond", serif; font-size: 1.45rem; color: var(--wine-dark); overflow-wrap: anywhere; }
footer { border-top: 1px solid var(--line); padding-top: 24px; display: flex; flex-direction: column; gap: 4px; color: var(--muted); font-size: .75rem; letter-spacing: .08em; }
@media (min-width: 680px) {
  .social-grid { grid-template-columns: 1fr 1fr; }
  .social-link:nth-child(odd) { padding-right: 22px; }
  .social-link:nth-child(even) { padding-left: 22px; border-left: 1px solid var(--line); }
  footer { flex-direction: row; justify-content: space-between; }
}

.project {
  position: relative;
}
.project-link {
  margin-top: 28px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  color: var(--wine);
  transition: padding .2s ease;
}
.project-link:hover { padding-left: 6px; }
.project-link > span:first-child {
  color: var(--ink);
  font-weight: 500;
}
.project-link strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  font-weight: 600;
}

.hero-bio {
  max-width: 590px;
  margin: 28px 0 34px;
  color: var(--muted);
  font-size: 1.02rem;
}
.hero-bio p {
  margin: 0 0 14px;
}
.hero-bio p:last-child {
  margin-bottom: 0;
}
.hero-bio strong {
  color: var(--ink);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 600;
}
.hero-bio .signoff {
  margin-top: 20px;
  color: var(--wine-dark);
}
.hero-bio .signoff span {
  display: inline-block;
  margin-top: 2px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.7rem;
  color: var(--wine);
}

.hero-portrait{width:100%;margin:30px 0 28px}.hero-portrait img{display:block;width:100%;height:auto;max-height:680px;object-fit:cover;object-position:center top}
.hero-bio,.hero-bio p,.hero-bio strong,.hero-bio .signoff,.hero-bio .signoff span{font-family:Arial,Helvetica,sans-serif}
.hero-bio strong{font-size:1.18rem;font-weight:700}.hero-bio .signoff span{font-size:1.02rem;font-style:normal}
.flower.hibiscus{width:118px;color:var(--wine)}
