
:root{--bg:#f5f1eb;--paper:#fffdf9;--ink:#292724;--muted:#6f6962;--line:#d8d0c6;--accent:#8e7357;--soft:#e9e0d5}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"DM Sans",Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.72}
a{color:inherit;text-decoration:none}.shell{width:min(1120px,calc(100% - 36px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:10;background:rgba(245,241,235,.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(216,208,198,.9)}
.header-inner{min-height:68px;display:flex;align-items:center;justify-content:space-between}.name{font-family:"Playfair Display",serif;font-size:22px}.descriptor{color:var(--muted);font-size:13px;letter-spacing:.14em;text-transform:uppercase}
.personal-hero{padding:72px 0 84px}.hero-layout{display:grid;grid-template-columns:1fr .9fr;gap:72px;align-items:center}.small-label{margin:0 0 14px;color:var(--accent);font-size:12px;font-weight:600;letter-spacing:.15em;text-transform:uppercase}
.hero-copy h1{margin:0;font-family:"Playfair Display",serif;font-size:clamp(60px,9vw,106px);font-weight:500;line-height:.95}.intro-line{max-width:580px;margin:30px 0 0;color:var(--muted);font-size:20px}
.photo-placeholder{min-height:600px;display:grid;place-items:center;background:linear-gradient(rgba(255,255,255,.13),rgba(255,255,255,.13)),linear-gradient(145deg,#d9cec0,#ad9e8d);border:1px solid rgba(41,39,36,.1);color:rgba(41,39,36,.48);font-size:12px;letter-spacing:.14em}
.document{padding-bottom:88px}.chapter{margin:0 auto 28px;padding:82px 0;background:var(--paper);border-top:1px solid var(--line)}.chapter:nth-child(even){background:transparent}.reading-column{width:min(820px,calc(100% - 36px));margin:0 auto}
.chapter h1,.chapter h2,.contact-note h2{font-family:"Playfair Display",serif;font-weight:500;line-height:1.14}.chapter h1{margin:0 0 18px;font-size:clamp(46px,6vw,72px)}.chapter h2{margin:42px 0 20px;font-size:clamp(30px,4vw,44px)}.chapter h1+h2{margin-top:0;color:var(--accent);font-size:clamp(24px,3vw,34px)}
.chapter p{margin:0 0 18px;color:var(--muted);font-size:17px}.chapter ul{margin:22px 0 30px;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 30px}.chapter li{position:relative;padding-left:22px;color:#4d4944}.chapter li:before{content:"—";position:absolute;left:0;color:var(--accent)}
.section-divider{width:80px;height:1px;margin:48px 0;background:var(--line)}.contact-note{padding:88px 0;background:var(--soft)}.contact-inner{display:grid;grid-template-columns:1.25fr .75fr;gap:60px;align-items:end}.contact-note h2{margin:0;max-width:700px;font-size:clamp(38px,5vw,58px)}
.contact-data{display:flex;flex-direction:column;gap:9px}.contact-data a{font-size:20px;font-weight:600}.contact-data span,.contact-data small{color:var(--muted)}.contact-data small{margin-top:8px}
footer{padding:24px 0;border-top:1px solid var(--line)}.footer-inner{display:flex;justify-content:space-between;color:var(--muted);font-size:13px}
@media(max-width:820px){.hero-layout,.contact-inner{grid-template-columns:1fr;gap:40px}.photo-placeholder{min-height:430px}.chapter ul{grid-template-columns:1fr}}
@media(max-width:560px){.personal-hero{padding-top:48px}.descriptor{display:none}.chapter{padding:64px 0}.footer-inner{flex-direction:column;gap:4px}}

.personal-details {
  margin: 0 auto 28px;
  padding: 82px 0;
  background: #eee7de;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.personal-details h2 {
  margin: 0 0 34px;
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 5vw, 58px);
  font-weight: 500;
  line-height: 1.14;
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(41,39,36,.16);
}

.details-grid div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px 20px 18px 0;
  border-bottom: 1px solid rgba(41,39,36,.16);
}

.details-grid div:nth-child(odd) {
  border-right: 1px solid rgba(41,39,36,.16);
}

.details-grid div:nth-child(even) {
  padding-left: 28px;
}

.details-grid span {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.details-grid strong {
  font-size: 16px;
  font-weight: 500;
}

@media(max-width:620px) {
  .details-grid { grid-template-columns: 1fr; }
  .details-grid div,
  .details-grid div:nth-child(even) {
    padding-left: 0;
    border-right: 0;
  }
}

.photo-frame {
  min-height: 600px;
  overflow: hidden;
  border: 1px solid rgba(41,39,36,.1);
  background: #d9cec0;
}

.photo-frame img {
  width: 100%;
  height: 600px;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media(max-width:820px) {
  .photo-frame,
  .photo-frame img {
    min-height: 430px;
    height: 430px;
  }
}
