:root {
  --cream: #faf6ef;
  --cream-deep: #f1e9db;
  --ink: #2b2620;
  --ink-soft: #5a524a;
  --gold: #b8923f;
  --gold-deep: #8f6f2a;
  --gold-pale: #e7d7b0;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --max: 1100px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 0.5em;
  color: var(--ink);
}
h1 { font-size: clamp(2.4rem, 5.5vw, 4.2rem); }
h2 { font-size: clamp(1.9rem, 3.5vw, 2.7rem); }
h3 { font-size: 1.35rem; font-weight: 600; }
p { margin: 0 0 1.1em; }
a { color: var(--gold-deep); text-decoration: none; }
a:hover { text-decoration: underline; }
em { font-style: italic; color: var(--gold-deep); }

.container { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; }
.eyebrow {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.button {
  display: inline-block;
  padding: 0.95rem 2.2rem;
  border: 1px solid var(--gold);
  border-radius: 2px;
  background: var(--gold);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background .2s, color .2s;
}
.button:hover { background: var(--gold-deep); border-color: var(--gold-deep); text-decoration: none; }
.button-light { background: transparent; color: var(--gold-pale); border-color: var(--gold-pale); }
.button-light:hover { background: var(--gold-pale); color: var(--ink); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 10;
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  padding: 1rem 1.5rem;
  background: rgba(250,246,239,0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--cream-deep);
}
.brand { display: flex; align-items: center; gap: .6rem; color: var(--ink); }
.brand:hover { text-decoration: none; }
.brand-mark {
  width: 14px; height: 14px; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ead9a8, var(--gold) 65%, var(--gold-deep));
  box-shadow: 0 0 0 3px rgba(184,146,63,0.18);
}
.brand-name { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; letter-spacing: .02em; white-space: nowrap; }
.brand-name span { color: var(--gold); }
.site-nav { display: flex; align-items: center; gap: 1.6rem; margin-left: auto; }
.site-nav a { font-size: .85rem; font-weight: 400; color: var(--ink-soft); letter-spacing: .04em; }
.site-nav a:hover { color: var(--ink); text-decoration: none; }
.nav-cta { color: var(--gold-deep) !important; font-weight: 500 !important; }
@media (max-width: 720px) { .site-nav a:not(.nav-cta) { display: none; } }

/* Hero */
.hero {
  position: relative;
  padding: clamp(3rem, 7vw, 6rem) 0 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(231,215,176,0.55), transparent 70%),
    var(--cream);
}
.hero-grid {
  display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 3rem; align-items: center;
}
.hero-inner { max-width: 600px; padding-bottom: clamp(3rem, 7vw, 6rem); }
.hero-photo {
  margin: 0 auto clamp(3rem, 7vw, 6rem); position: relative; width: 100%; max-width: 340px;
}
.hero-photo::before {
  content: ""; position: absolute; inset: -5% -5% 5% 5%;
  background: var(--cream-deep); border-radius: 50%; z-index: 0;
}
.hero-photo img {
  position: relative; z-index: 1; display: block; width: 100%; height: auto;
  border-radius: 50%; box-shadow: 0 20px 50px -25px rgba(43,38,32,0.4);
}
@media (max-width: 800px) {
  .hero-grid { grid-template-columns: 1fr; gap: 1rem; text-align: center; }
  .hero-inner { max-width: 640px; margin: 0 auto; padding-bottom: 2rem; }
  .hero-photo { max-width: 240px; margin: 0 auto 2.5rem; }
}
.hero h1 { margin-bottom: 1.2rem; }
.lede { font-size: 1.2rem; color: var(--ink-soft); max-width: 640px; margin: 0 0 1rem; }
@media (max-width: 800px) { .lede { margin: 0 auto 1rem; } }
.hero-location { font-family: var(--serif); font-style: italic; font-size: 1.25rem; color: var(--gold-deep); margin-bottom: 2.2rem; }

/* Sections */
.section { padding: clamp(4rem, 8vw, 6.5rem) 0; }
.two-col { display: grid; grid-template-columns: 1fr 2fr; gap: 3rem; align-items: start; }
@media (max-width: 800px) { .two-col { grid-template-columns: 1fr; gap: 1rem; } }
.col-heading h2 { margin-bottom: 0; }
.col-heading { position: sticky; top: 6rem; }
@media (max-width: 800px) { .col-heading { position: static; } }
.intro { font-family: var(--serif); font-size: 1.45rem; line-height: 1.4; color: var(--ink); }
.values { font-family: var(--serif); font-size: 1.35rem; line-height: 1.45; color: var(--gold-deep); }

.about { background: #fff; border-top: 1px solid var(--cream-deep); border-bottom: 1px solid var(--cream-deep); }

.section-head { max-width: 720px; margin: 0 auto 3rem; text-align: center; }
.section-lede { color: var(--ink-soft); font-size: 1.08rem; }
.service-grid {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem;
}
.service-grid li {
  background: #fff;
  border: 1px solid var(--cream-deep);
  border-top: 3px solid var(--gold-pale);
  padding: 1.8rem 1.8rem 1.4rem;
  transition: border-top-color .2s, transform .2s;
}
.service-grid li:hover { border-top-color: var(--gold); transform: translateY(-2px); }
.service-grid p { color: var(--ink-soft); margin: 0; }

.approach { background: #fff; border-top: 1px solid var(--cream-deep); border-bottom: 1px solid var(--cream-deep); }
.life-list {
  list-style: none; padding: 0; margin: 0 0 1.2em;
  font-family: var(--serif); font-size: 1.3rem; line-height: 1.5;
  columns: 2; column-gap: 2rem;
}
.life-list li::before { content: "— "; color: var(--gold); }
@media (max-width: 520px) { .life-list { columns: 1; } }

/* Contact */
.contact {
  background: var(--ink);
  color: #e9e2d6;
  text-align: center;
}
.contact h2, .contact .eyebrow { color: var(--gold-pale); }
.contact h2 { font-style: italic; font-weight: 400; }
.contact .section-lede { color: #cfc6b7; max-width: 680px; margin: 0 auto 2rem; }
.contact-inner { max-width: 760px; }
.contact-tag { font-family: var(--serif); font-size: 1.2rem; line-height: 1.5; color: var(--gold-pale); margin-bottom: 2rem; }
.contact-email { margin-top: 1.5rem; font-size: .9rem; }
.contact-email a { color: #cfc6b7; }

/* Footer */
.site-footer {
  background: #1f1b16; color: #9c9384;
  text-align: center; padding: 2.5rem 0; font-size: .85rem; line-height: 1.6;
}
.footer-name { font-family: var(--serif); font-size: 1.15rem; color: #e9e2d6; margin-bottom: .3rem; }
.copyright { margin: 1.5rem 0 0; font-size: .75rem; }

/* Bio */
.bio { background: var(--cream); }
.creds { display: block; font-size: 0.55em; font-family: var(--sans); font-weight: 400; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-top: .5rem; }
.cred-list {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.5rem;
  margin: 2rem 0 0; padding: 1.6rem 0 0; border-top: 1px solid var(--gold-pale);
}
.cred-list dt { font-size: .72rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: .3rem; }
.cred-list dd { margin: 0; font-family: var(--serif); font-size: 1.1rem; line-height: 1.4; }

/* Photos */
.bio-photo { margin: 1.8rem 0 0; }
.bio-photo img {
  display: block; width: 100%; height: auto; border-radius: 3px;
  box-shadow: 0 18px 40px -20px rgba(43,38,32,0.35);
}
@media (max-width: 800px) { .bio-photo { max-width: 420px; margin: 1.5rem 0 1rem; } }

/* Social */
.social { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 1rem; }
.social-header { padding-left: 1.5rem; border-left: 1px solid var(--cream-deep); }
.social a { display: inline-flex; align-items: center; color: var(--ink-soft); transition: color .2s; }
.social a:hover { color: var(--gold-deep); text-decoration: none; }
.social svg { width: 18px; height: 18px; flex: none; }
@media (max-width: 720px) { .social-header { padding-left: 1rem; gap: .8rem; } .social svg { width: 17px; height: 17px; } }
.cta-short { display: none; }
@media (max-width: 520px) {
  .site-header { padding: .8rem 1rem; gap: .8rem; }
  .brand-name { font-size: 1.15rem; }
  .cta-full { display: none; } .cta-short { display: inline; }
  .social-header { padding-left: .8rem; gap: .7rem; }
}

/* Email fallback panel */
.email-panel { max-width: 460px; margin: 1.5rem auto 0; padding: 1.1rem 1.3rem; border: 1px solid rgba(231,215,176,0.35); border-radius: 3px; background: rgba(255,255,255,0.04); }
.email-panel p { margin: 0 0 .5rem; font-size: .85rem; color: #cfc6b7; }
.email-row { display: flex; align-items: center; justify-content: center; gap: .8rem; flex-wrap: wrap; }
.email-addr { font-family: var(--serif); font-size: 1.25rem; color: var(--gold-pale); user-select: all; }
.copy-btn { font: 500 .72rem/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; padding: .55rem .9rem; border: 1px solid var(--gold-pale); border-radius: 2px; background: transparent; color: var(--gold-pale); cursor: pointer; transition: background .2s, color .2s; }
.copy-btn:hover { background: var(--gold-pale); color: var(--ink); }
