:root {
  --ink: #22191c;
  --burgundy: #6f3545;
  --rose: #b9687e;
  --rose-soft: #ead0d8;
  --cream: #f7f2eb;
  --paper: #fffdf9;
  --gold: #b7975b;
  --muted: #75686b;
  --line: #ded3cd;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
.shell { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(34,25,28,.08);
}
.nav-wrap { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand-monogram { font-family: "Playfair Display", serif; font-size: 2.6rem; letter-spacing: -.08em; line-height: .9; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; }
.brand-copy em { color: var(--burgundy); font-family: "Playfair Display", serif; font-size: .84rem; }
.site-nav { display: flex; align-items: center; gap: 26px; font-size: .88rem; }
.site-nav a:not(.nav-cta) { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--burgundy); transition: right .25s ease; }
.site-nav a:hover::after { right: 0; }
.nav-cta, .button.primary { background: var(--rose); color: white; padding: 12px 20px; border-radius: 999px; }
.nav-toggle { display: none; }

.hero { min-height: 690px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; gap: 54px; padding-block: 56px 72px; }
.hero-copy { align-self: center; padding-left: 8px; }
.eyebrow { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .22em; font-weight: 600; font-size: .76rem; color: var(--burgundy); }
h1, h2, h3, blockquote { font-family: "Playfair Display", serif; }
h1 { margin: 0; font-size: clamp(3.2rem, 5.8vw, 6.8rem); line-height: .98; font-weight: 500; letter-spacing: -.045em; }
h1 em { color: var(--burgundy); font-weight: 500; }
.hero-role { margin: 28px 0 6px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; font-size: .88rem; }
.hero-degree { margin: 0; color: var(--gold); font-weight: 700; }
.hero-text { max-width: 560px; font-size: 1.06rem; color: var(--muted); margin-top: 24px; }
.hero-actions { margin-top: 32px; display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; font-weight: 700; }
.text-link { font-weight: 700; border-bottom: 1px solid var(--ink); }
.hero-media { position: relative; min-height: 560px; overflow: hidden; border-radius: 4px 4px 34px 4px; background: #ddd; }
.hero-media img { height: 100%; object-fit: cover; object-position: center; }
.hero-note { position: absolute; right: 22px; bottom: 22px; background: rgba(31,23,26,.9); color: white; padding: 18px 20px; min-width: 250px; }
.hero-note span { display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; color: #e8c6cf; }
.hero-note strong { display: block; margin-top: 3px; font-family: "Playfair Display", serif; font-size: 1.05rem; }

.section { padding-block: 110px; }
.split-section { display: grid; grid-template-columns: 220px 1fr; gap: 64px; border-top: 1px solid var(--line); }
.section-label { text-transform: uppercase; letter-spacing: .16em; color: var(--burgundy); font-weight: 700; font-size: .76rem; }
.section-copy h2, .education-copy h2, .connect h2 { font-size: clamp(2.7rem, 4.8vw, 5rem); line-height: 1.02; letter-spacing: -.035em; margin: 0 0 30px; font-weight: 500; }
.section-copy p { max-width: 790px; font-size: 1.09rem; color: #4b4144; }

.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-bottom: 110px; }
.pillar { border: 1px solid var(--line); background: var(--cream); overflow: hidden; min-height: 560px; display: flex; flex-direction: column; }
.pillar-image { height: 320px; overflow: hidden; }
.pillar-image img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.pillar:hover .pillar-image img { transform: scale(1.035); }
.pillar-body { padding: 28px 28px 32px; }
.pillar-kicker { color: var(--burgundy); text-transform: uppercase; letter-spacing: .15em; font-size: .72rem; font-weight: 700; }
.pillar h3 { font-size: 2rem; line-height: 1.08; margin: 10px 0 12px; font-weight: 500; }
.pillar p { margin: 0; color: var(--muted); }
.art-card { background: #2d2025; color: white; }
.art-card .pillar-kicker { color: #e8c6cf; }
.art-card .pillar-body p { color: #eadfe1; }
.art-visual { height: 320px; position: relative; overflow: hidden; background: linear-gradient(135deg, #a95e73, #6f3545 48%, #2d2025); }
.shape { position: absolute; border-radius: 50%; opacity: .92; }
.shape-a { width: 190px; height: 190px; background: #d9b768; left: -28px; top: 48px; }
.shape-b { width: 270px; height: 270px; border: 32px solid #f2d7dc; right: -80px; top: -60px; }
.shape-c { width: 130px; height: 230px; background: #4a6c67; left: 46%; top: 105px; transform: rotate(24deg); border-radius: 8px; }
.art-word { position: absolute; inset: auto 24px 18px auto; font-family: "Playfair Display", serif; font-size: 5.4rem; line-height: .8; color: rgba(255,255,255,.95); }

.values-band { background: var(--rose); color: white; }
.values-grid { min-height: 110px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; }
.values-grid div { padding: 0 24px; border-right: 1px solid rgba(255,255,255,.35); display: flex; gap: 12px; align-items: baseline; justify-content: center; }
.values-grid div:last-child { border-right: 0; }
.values-grid span { opacity: .75; font-size: .75rem; }
.values-grid strong { text-transform: uppercase; letter-spacing: .08em; font-size: .84rem; }

.education { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; padding-block: 110px; align-items: center; }
.education-photo { background: var(--rose-soft); padding: 18px 18px 0; }
.education-photo img { aspect-ratio: 4/5; object-fit: cover; object-position: center top; }
.education-copy { max-width: 620px; }
.degree-block { padding: 22px 0; border-top: 1px solid var(--line); }
.degree-name { font-family: "Playfair Display", serif; font-size: 1.55rem; margin: 0 0 4px; }
.degree-block p:last-child { margin: 0; color: var(--muted); }
.education-note { color: var(--muted); margin-top: 24px; }

.statement { background: linear-gradient(100deg, #f1e4df, #f8f4ef); padding-block: 92px; }
.statement-inner { max-width: 900px; position: relative; }
.statement-mark { font-family: "Playfair Display", serif; font-size: 8rem; line-height: .6; color: var(--rose); opacity: .45; position: absolute; left: -10px; top: 10px; }
blockquote { margin: 0; padding-left: 80px; font-size: clamp(2.2rem, 4.3vw, 4.4rem); line-height: 1.08; font-style: italic; }
.statement p { margin: 20px 0 0 80px; color: var(--burgundy); font-weight: 700; }

.connect { padding-block: 110px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: start; }
.connect-copy p { color: var(--muted); max-width: 560px; font-size: 1.05rem; }
.contact-list { border-top: 1px solid var(--line); }
.contact-list a { display: grid; grid-template-columns: 130px 1fr; gap: 24px; padding: 25px 0; border-bottom: 1px solid var(--line); align-items: center; }
.contact-list span { color: var(--muted); }
.contact-list strong { text-align: right; }
.contact-list a:hover strong { color: var(--burgundy); }

.site-footer { background: #1f181a; color: white; padding-block: 48px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: end; }
.footer-brand { display: grid; line-height: 1.1; }
.footer-brand .brand-monogram { font-size: 3.3rem; }
.footer-brand strong { text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; }
.footer-brand em { color: #e2aebc; font-family: "Playfair Display", serif; }
.site-footer p { margin: 0; color: #d7cbce; }
.copyright { font-size: .82rem; text-align: right; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-nav { display: none; position: absolute; top: 90px; left: 24px; right: 24px; padding: 22px; background: var(--paper); border: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 18px; box-shadow: 0 18px 40px rgba(30,20,24,.12); }
  .site-nav.open { display: flex; }
  .nav-toggle { display: inline-flex; border: 1px solid var(--line); background: transparent; border-radius: 999px; padding: 9px 14px; }
  .hero { grid-template-columns: 1fr; min-height: unset; }
  .hero-media { min-height: 520px; }
  .split-section { grid-template-columns: 1fr; gap: 24px; }
  .pillars { grid-template-columns: 1fr; }
  .pillar { min-height: unset; display: grid; grid-template-columns: .9fr 1.1fr; }
  .pillar-image, .art-visual { height: 100%; min-height: 330px; }
  .values-grid { grid-template-columns: repeat(2,1fr); padding-block: 14px; }
  .values-grid div { min-height: 58px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .values-grid div:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .education, .connect { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .copyright { text-align: left; }
}

@media (max-width: 640px) {
  .shell { width: min(var(--max), calc(100% - 28px)); }
  .nav-wrap { min-height: 76px; }
  .brand-copy { display: none; }
  .brand-monogram { font-size: 2.2rem; }
  .site-nav { top: 76px; left: 14px; right: 14px; }
  .hero { padding-block: 34px 56px; gap: 32px; }
  h1 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .hero-media { min-height: 420px; }
  .hero-note { left: 14px; right: 14px; bottom: 14px; min-width: unset; }
  .section { padding-block: 76px; }
  .pillars { padding-bottom: 76px; }
  .pillar { display: block; }
  .pillar-image, .art-visual { height: 300px; min-height: unset; }
  .education { padding-block: 76px; gap: 38px; }
  .statement { padding-block: 72px; }
  blockquote { padding-left: 42px; }
  .statement-mark { font-size: 6rem; }
  .statement p { margin-left: 42px; }
  .connect { padding-block: 76px; gap: 44px; }
  .contact-list a { grid-template-columns: 1fr; gap: 4px; }
  .contact-list strong { text-align: left; word-break: break-word; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid div:last-child { grid-column: auto; }
}


/* Phase 2 interior pages */
.page-hero { min-height: 560px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 64px; align-items: start; padding-block: 42px 60px; }
.page-hero-copy h1, .connect-page h1 { margin: 0; font-size: clamp(3.4rem, 5.6vw, 6.4rem); line-height: .98; font-weight: 500; letter-spacing: -.045em; }
.page-hero-copy h1 em, .connect-page h1 em { color: var(--burgundy); font-weight: 500; }
.page-lede { max-width: 650px; margin-top: 26px; color: var(--muted); font-size: 1.1rem; }
.page-hero-media { min-height: 520px; overflow: hidden; background: var(--cream); border-radius: 4px 4px 34px 4px; }
.page-hero-media img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; object-position: center; }
.page-hero-art { min-height: 520px; position: relative; overflow: hidden; background: linear-gradient(135deg, #a95e73, #6f3545 48%, #2d2025); border-radius: 4px 4px 34px 4px; }
.detail-section { padding-block: 45px; }
.two-col { display: grid; grid-template-columns: 220px 1fr; gap: 64px; }
.prose { max-width: 820px; }
.prose h2 { margin: 0 0 26px; font-family: "Playfair Display", serif; font-size: clamp(2.5rem, 4.5vw, 4.6rem); line-height: 1.04; font-weight: 500; letter-spacing: -.035em; }
.prose p { font-size: 1.08rem; color: #4b4144; }
.soft-panel { background: var(--cream); padding-block: 55px; }
.interest-grid { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.interest-grid div { min-height: 180px; padding: 26px; border: 1px solid var(--line); background: var(--paper); }
.interest-grid strong { font-family: "Playfair Display", serif; font-size: 1.45rem; }
.interest-grid p { margin-bottom: 0; color: var(--muted); }
.link-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.link-row a { font-weight: 700; color: var(--burgundy); border-bottom: 1px solid currentColor; }
.border-top { border-top: 1px solid var(--line); }
.credential-school { color: var(--burgundy) !important; font-weight: 700; }
.graduation-frame { background: var(--rose-soft); padding: 18px; }
.graduation-frame img { object-position: center 28%; }
.connect-page { min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; padding-block: 90px 110px; }
.connect-card { background: #1f181a; color: white; padding: 54px; border-radius: 4px 4px 34px 4px; }
.connect-card .brand-monogram { display: block; margin-bottom: 30px; font-size: 4rem; }
.connect-card h2 { font-family: "Playfair Display", serif; font-size: 2.5rem; font-weight: 500; margin: 0 0 26px; }
.connect-card a { display: block; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.22); word-break: break-word; }
.connect-card a:hover { color: #e2aebc; }
@media (max-width: 980px) { .page-hero, .connect-page { grid-template-columns: 1fr; min-height: unset; } .two-col { grid-template-columns: 1fr; gap: 24px; } .interest-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 640px) { .page-hero { padding-block: 42px 70px; gap: 34px; } .page-hero-media, .page-hero-media img, .page-hero-art { min-height: 420px; } .detail-section { padding-block: 48px; } .soft-panel { padding-block: 72px; } .interest-grid { grid-template-columns: 1fr; } .connect-page { padding-block: 60px 80px; gap: 42px; } .connect-card { padding: 34px 26px; } }

.experience-card { margin-top: 34px; padding: 34px 36px; border: 1px solid rgba(70, 39, 47, .14); background: #fff; box-shadow: 0 12px 30px rgba(67, 41, 47, .055); }
.experience-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 28px; padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid rgba(70, 39, 47, .12); }
.experience-kicker { margin: 0 0 5px !important; font-size: .78rem !important; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; color: var(--burgundy) !important; }
.experience-heading h3 { margin: 0; font-family: "Playfair Display", serif; font-size: clamp(1.8rem, 3vw, 2.65rem); font-weight: 500; line-height: 1.08; }
.experience-tag { flex: none; padding: 8px 12px; border-radius: 999px; background: var(--cream); color: var(--burgundy); font-size: .78rem; font-weight: 700; letter-spacing: .05em; }
.experience-bridge { margin-top: 42px; padding-top: 34px; border-top: 1px solid rgba(70, 39, 47, .14); }
.experience-bridge .section-label { display: inline-block; margin-bottom: 12px; }
@media (max-width: 640px) { .experience-card { padding: 28px 24px; } .experience-heading { flex-direction: column; gap: 14px; } }

@media (min-width: 981px) {
  .page-hero-copy {
    padding-top: 38px;
  }

  .page-hero-media,
  .page-hero-art {
    margin-top: 0;
  }
}
