:root {
  --midnight:      #0D1E2C;
  --midnight-lt:   #1A3248;
  --midnight-card: #152538;
  --champagne:     #C9A86C;
  --champagne-lt:  #DFBD88;
  --rose:          #C4907E;
  --rose-lt:       #D4A898;
  --ivory:         #F7F2EC;
  --blush:         #F2E8E3;
  --blush-rule:    #E2D4CE;
  --ink:           #1A1410;
  --ink-lt:        #4A3C34;
  --ink-xlt:       #8A7A72;
  --rule:          #E4DCD6;
  --cream:         #F0EAE0;
  --cream-mid:     rgba(240,234,224,0.55);
  --cream-faint:   rgba(240,234,224,0.28);
  --rule-on-dark:  rgba(240,234,224,0.09);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; font-weight: 300; background: var(--ivory); color: var(--ink); -webkit-font-smoothing: antialiased; }

/* NAV */
nav { position: sticky; top: 0; z-index: 100; background: var(--midnight); border-bottom: 1px solid var(--rule-on-dark); display: flex; align-items: center; justify-content: space-between; padding: 0 60px; height: 64px; }
.nav-logo { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 400; font-style: italic; color: var(--cream); letter-spacing: 0.04em; }
.nav-links { display: flex; gap: 36px; }
.nav-links a { font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--cream-mid); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: var(--champagne-lt); }
.nav-cta { font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--midnight); background: var(--champagne); padding: 10px 22px; border-radius: 1px; text-decoration: none; transition: background 0.2s; }
.nav-cta:hover { background: var(--champagne-lt); }

/* HERO */
.hero { display: grid; grid-template-columns: 1fr 1fr; min-height: calc(100vh - 64px); }
.hero-left { background: var(--midnight); display: flex; flex-direction: column; justify-content: center; padding: 80px 64px; border-right: 1px solid var(--rule-on-dark); }
.hero-eyebrow { font-size: 10px; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase; color: var(--cream-faint); margin-bottom: 30px; }
.hero-h1 { font-family: 'Playfair Display', serif; font-size: clamp(38px, 4.5vw, 58px); font-weight: 400; line-height: 1.1; color: var(--cream); }
.hero-h1 em { font-style: italic; color: var(--champagne); }
.hero-rule { width: 40px; height: 1px; background: linear-gradient(90deg, var(--rose), var(--champagne)); margin: 30px 0; opacity: 0.7; }
.hero-p { font-size: 15px; font-weight: 300; color: var(--cream-mid); line-height: 1.82; max-width: 400px; margin-bottom: 42px; }
.hero-cta-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.btn-primary { display: inline-block; font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--midnight); background: var(--champagne); padding: 13px 28px; border-radius: 1px; text-decoration: none; transition: background 0.2s; }
.btn-primary:hover { background: var(--champagne-lt); }
.btn-ghost-dark { display: inline-block; font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--cream-mid); border: 1px solid var(--rule-on-dark); padding: 13px 28px; border-radius: 1px; text-decoration: none; transition: border-color 0.2s, color 0.2s; }
.btn-ghost-dark:hover { border-color: var(--rose-lt); color: var(--rose-lt); }

.hero-right { background: var(--blush); position: relative; overflow: hidden; }
.hero-right::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(13,30,44,0.25) 0%, transparent 40%); pointer-events: none; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: 55% 15%; display: block; }
.hero-photo-frame { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 12px; }
.hero-photo-ornament { font-size: 32px; color: var(--rose); opacity: 0.35; }
.hero-photo-label { font-size: 10px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-xlt); }

/* CREDENTIALS BAR */
.cred-bar { background: var(--midnight-lt); border-top: 1px solid var(--rule-on-dark); display: flex; }
.cred-item { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 26px 20px; border-right: 1px solid var(--rule-on-dark); gap: 5px; }
.cred-item:last-child { border-right: none; }
.cred-val { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 400; line-height: 1; }
.cred-val.gold { color: var(--champagne); }
.cred-val.rose { color: var(--rose-lt); }
.cred-label { font-size: 9px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--cream-faint); }

/* SHARED */
.section-label { font-size: 9px; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; margin-bottom: 18px; display: flex; align-items: center; gap: 12px; }
.section-label.light { color: var(--rose); }
.section-label.light::after { content: ''; display: block; width: 28px; height: 1px; background: var(--rose); opacity: 0.5; }
.section-label.dark { color: var(--champagne); }
.section-label.dark::after { content: ''; display: block; width: 28px; height: 1px; background: var(--champagne); opacity: 0.5; }
.section-h2 { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 400; line-height: 1.3; margin-bottom: 28px; }
.section-h2.on-light { color: var(--midnight); }
.section-h2.on-light em { font-style: italic; color: var(--rose); }
.section-h2.on-dark { color: var(--cream); }
.section-h2.on-dark em { font-style: italic; color: var(--champagne); }

/* ABOUT */
#about { background: var(--blush); padding: 100px 60px; }
.about-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.about-p { font-size: 15px; font-weight: 300; color: var(--ink-lt); line-height: 1.82; }
.skill-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.skill-tag { font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-lt); border: 1px solid var(--blush-rule); padding: 7px 14px; border-radius: 1px; background: rgba(255,255,255,0.5); }

/* ROLE MODES */
#modes { background: var(--ivory); padding: 100px 60px; }
.modes-inner { max-width: 1100px; margin: 0 auto; }
.modes-header { margin-bottom: 48px; }
.modes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.mode-card { background: var(--ivory); padding: 44px 40px; display: flex; flex-direction: column; gap: 24px; }
.mode-card.preferred { background: var(--blush); }
.mode-tag { font-size: 9px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--rose); display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--rule); }
.mode-badge { font-size: 8px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--midnight); background: var(--champagne); padding: 3px 9px; border-radius: 1px; }
.mode-h3 { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 400; color: var(--midnight); line-height: 1.3; }
.mode-h3 em { font-style: italic; color: var(--rose); }
.mode-skills { display: flex; flex-wrap: wrap; gap: 7px; }
.mode-skill-tag { font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-xlt); border: 1px solid var(--rule); padding: 5px 11px; border-radius: 1px; }

/* SITUATIONS */
#situations { background: var(--midnight); padding: 100px 60px; }
.situations-inner { max-width: 1100px; margin: 0 auto; }
.situations-header { margin-bottom: 52px; }
.situations-h2 { font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 400; line-height: 1.25; max-width: 520px; color: var(--cream); }
.situations-h2 em { font-style: italic; color: var(--champagne); }
.situations-sub { font-size: 13px; font-weight: 300; color: var(--cream-faint); margin-top: 12px; max-width: 400px; line-height: 1.7; }
.situations-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px; background: var(--rule-on-dark); border: 1px solid var(--rule-on-dark); }
.situation-card { background: var(--midnight-card); padding: 36px 32px; display: flex; flex-direction: column; gap: 0; transition: background 0.2s; }
.situation-card:hover { background: var(--midnight-lt); }
.situation-cat { font-size: 9px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--champagne); padding-bottom: 14px; border-bottom: 1px solid var(--rule-on-dark); margin-bottom: 18px; }
.situation-h3 { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 400; color: var(--cream); line-height: 1.38; flex: 1; }
.situation-outcome { margin-top: 20px; padding-top: 14px; border-top: 1px solid var(--rule-on-dark); font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--rose-lt); }

/* QUOTE */
.quote-block { background: var(--blush); padding: 72px 60px; display: flex; align-items: center; gap: 64px; }
.quote-rule { width: 1px; height: 72px; background: linear-gradient(180deg, var(--rose), var(--champagne)); flex-shrink: 0; opacity: 0.6; }
.quote-text { font-family: 'Playfair Display', serif; font-size: clamp(19px, 2.4vw, 25px); font-weight: 400; font-style: italic; color: var(--midnight); line-height: 1.65; margin-bottom: 16px; max-width: 700px; }
.quote-attr { font-size: 10px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-xlt); }

/* EXPERIENCE */
#experience { background: var(--ivory); padding: 100px 60px; }
.experience-inner { max-width: 1100px; margin: 0 auto; }
.exp-header { margin-bottom: 52px; }
.timeline { display: flex; flex-direction: column; position: relative; }
.timeline::before { content: ''; position: absolute; left: 140px; top: 0; bottom: 0; width: 1px; background: var(--rule); }
.timeline-item { display: grid; grid-template-columns: 140px 1fr; padding: 28px 0; border-bottom: 1px solid var(--rule); position: relative; }
.timeline-item:last-child { border-bottom: none; }
.timeline-item::before { content: ''; position: absolute; left: 136px; top: 34px; width: 9px; height: 9px; border-radius: 50%; background: var(--ivory); border: 2px solid var(--rose); }
.tl-period { font-size: 11px; font-weight: 500; color: var(--ink-xlt); letter-spacing: 0.06em; padding-right: 40px; padding-top: 2px; line-height: 1.5; }
.tl-content { padding-left: 40px; }
.tl-role { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 400; color: var(--midnight); margin-bottom: 4px; line-height: 1.3; }
.tl-org { font-size: 10px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--rose); margin-bottom: 8px; }
.tl-desc { font-size: 14px; font-weight: 300; color: var(--ink-xlt); line-height: 1.65; }

/* CONTACT */
#contact { background: var(--midnight); padding: 100px 60px; text-align: center; }
.contact-inner { max-width: 540px; margin: 0 auto; }
.contact-ornament { font-family: 'Playfair Display', serif; font-size: 28px; color: var(--rose); opacity: 0.4; margin-bottom: 20px; display: block; }
.contact-eyebrow { font-size: 9px; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; color: var(--cream-faint); margin-bottom: 22px; }
.contact-h2 { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 400; color: var(--cream); line-height: 1.28; margin-bottom: 18px; }
.contact-h2 em { font-style: italic; color: var(--champagne); }
.contact-p { font-size: 14px; font-weight: 300; color: var(--cream-mid); line-height: 1.82; margin-bottom: 40px; }
.contact-cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.contact-rule { width: 1px; height: 40px; background: linear-gradient(180deg, var(--rose), var(--champagne)); margin: 36px auto; opacity: 0.45; }
.contact-detail { font-size: 12px; font-weight: 400; color: var(--cream-faint); }
.contact-detail a { color: var(--rose-lt); text-decoration: none; }
.contact-detail a:hover { color: var(--champagne-lt); }

/* FOOTER */
footer { background: var(--midnight-lt); border-top: 1px solid var(--rule-on-dark); padding: 20px 60px; display: flex; align-items: center; justify-content: space-between; }
.footer-name { font-family: 'Playfair Display', serif; font-size: 14px; font-style: italic; color: var(--cream-faint); }
.footer-note { font-size: 9px; letter-spacing: 0.16em; color: rgba(240,234,224,0.18); text-transform: uppercase; }

/* RESPONSIVE */
@media (max-width: 900px) {
  nav { padding: 0 24px; }
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 60px 24px; border-right: none; border-bottom: 1px solid var(--rule-on-dark); }
  .hero-right { min-height: 320px; }
  .about-inner { grid-template-columns: 1fr; gap: 40px; }
  #about, #modes, #experience, #contact { padding: 60px 24px; }
  #situations { padding: 60px 24px; }
  .modes-grid { grid-template-columns: 1fr; }
  .situations-grid { grid-template-columns: 1fr; }
  .quote-block { flex-direction: column; gap: 24px; padding: 60px 24px; }
  .quote-rule { width: 48px; height: 1px; }
  .timeline::before { display: none; }
  .timeline-item { grid-template-columns: 1fr; }
  .timeline-item::before { display: none; }
  .tl-content { padding-left: 0; padding-top: 6px; }
  footer { flex-direction: column; gap: 8px; padding: 20px 24px; }
}
