@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Montserrat:wght@400;500;600;700&display=swap');

:root {
  --burgundy: #43182b;
  --teal: #334c55;
  --rose: #ce7186;
  --plum: #953f6e;
  --ink: #24373e;
  --paper: #fffdfc;
  --mist: #f3eef1;
  --line: rgba(51, 76, 85, 0.18);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; background: white; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
.shell { width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }
.eyebrow { margin: 0 0 .85rem; color: var(--plum); font-size: .78rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.section { padding: 7rem 0; }
.section-header { display: grid; grid-template-columns: minmax(0, .65fr) minmax(280px, .35fr); gap: 3rem; align-items: end; margin-bottom: 3.25rem; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); line-height: .98; }
h2 { margin-bottom: 0; color: var(--burgundy); font-size: clamp(3rem, 6vw, 5.3rem); font-weight: 600; letter-spacing: -.045em; }
h3 { color: var(--burgundy); font-size: 1.75rem; line-height: 1.1; }
.lede { margin: 0; font-size: 1.05rem; line-height: 1.75; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: white; }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.25); }
.monogram { font-family: var(--serif); font-size: 2rem; font-weight: 700; text-decoration: none; }
.site-nav { display: flex; align-items: center; gap: 2rem; }
.site-nav a { font-size: .82rem; font-weight: 600; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover, .site-nav a:focus-visible { color: #ffc5d4; }
.menu-button { display: none; border: 0; background: transparent; color: white; font-weight: 700; }

.hero { position: relative; min-height: 770px; display: grid; align-items: center; overflow: hidden; background: var(--burgundy); color: white; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25,10,19,.96) 0%, rgba(67,24,43,.84) 44%, rgba(51,76,85,.28) 100%), url("assets/brand-landscape.jpg") center bottom / cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 6px; background: linear-gradient(90deg, var(--rose), var(--plum), #4ca2aa); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; gap: 5rem; align-items: center; padding-top: 7rem; }
.hero h1 { max-width: 760px; margin: 0 0 1.5rem; font-size: clamp(4.7rem, 10vw, 8.5rem); font-weight: 600; letter-spacing: -.065em; }
.hero h1 span { display: block; color: #f1b5c5; }
.hero-copy { max-width: 660px; margin: 0 0 2rem; color: rgba(255,255,255,.88); font-size: 1.14rem; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .75rem 1.15rem; border: 1px solid rgba(255,255,255,.55); text-decoration: none; font-size: .83rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.button--solid { border-color: var(--rose); background: var(--rose); color: #2f1020; }
.button:hover, .button:focus-visible { border-color: white; background: white; color: var(--burgundy); }
.portrait-wrap { position: relative; width: min(360px, 100%); aspect-ratio: 1; justify-self: end; }
.portrait-wrap::before { content: ""; position: absolute; inset: -16px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.portrait-wrap::after { content: "Teme-Augama Anishnabai Kwe"; position: absolute; right: -2rem; bottom: 1.4rem; padding: .5rem .8rem; background: var(--rose); color: var(--burgundy); font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.portrait { width: 100%; height: 100%; object-fit: cover; object-position: center top; border: 6px solid var(--burgundy); border-radius: 50%; }

.impact-band { position: relative; z-index: 3; margin-top: -1px; background: var(--burgundy); color: white; }
.impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.impact-item { padding: 2rem; border-right: 1px solid rgba(255,255,255,.16); }
.impact-item:first-child { padding-left: 0; }
.impact-item strong { display: block; color: #f1b5c5; font-family: var(--serif); font-size: 2.8rem; line-height: 1; }
.impact-item span { font-size: .82rem; letter-spacing: .04em; }

.about { position: relative; overflow: hidden; }
.about::after { content: ""; position: absolute; right: -7rem; top: 2rem; width: 440px; height: 540px; z-index: -1; opacity: .24; background: url("assets/feather-wash.jpg") left center / cover no-repeat; transform: scaleX(-1); }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 6rem; align-items: start; }
.about-statement { margin: 0; color: var(--burgundy); font-family: var(--serif); font-size: clamp(2.1rem, 4vw, 3.6rem); line-height: 1.08; }
.about-copy p:first-child { margin-top: 0; }
.value-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 2rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.value-list li { padding: .8rem 0; border-top: 1px solid var(--line); color: var(--burgundy); font-weight: 700; }

.journey { background: var(--teal); color: white; }
.journey h2, .journey .eyebrow { color: white; }
.journey .section-header p { color: rgba(255,255,255,.75); }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.timeline-item { position: relative; padding: 2rem 2rem 0 0; border-top: 2px solid rgba(255,255,255,.4); }
.timeline-item::before { content: ""; position: absolute; top: -8px; left: 0; width: 14px; height: 14px; border: 3px solid var(--teal); border-radius: 50%; background: var(--rose); }
.timeline-year { display: block; margin-bottom: 2.4rem; color: #f2bdca; font-size: .8rem; font-weight: 700; letter-spacing: .08em; }
.timeline h3 { margin-bottom: .8rem; color: white; font-family: var(--sans); font-size: 1.05rem; line-height: 1.35; }
.timeline p { margin: 0; color: rgba(255,255,255,.72); font-size: .9rem; line-height: 1.6; }

.expertise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.expertise-card { min-height: 250px; padding: 2.2rem; background: var(--paper); }
.expertise-card span { color: var(--plum); font-family: var(--serif); font-size: 2.3rem; }
.expertise-card h3 { margin: 2.7rem 0 .7rem; font-family: var(--sans); font-size: 1.1rem; line-height: 1.35; }
.expertise-card p { margin: 0; font-size: .9rem; }

.projects { background: var(--mist); }
.filter-row { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; }
.filter-button { padding: .55rem .9rem; border: 1px solid var(--line); background: white; color: var(--teal); cursor: pointer; font-size: .78rem; font-weight: 700; }
.filter-button[aria-pressed="true"] { border-color: var(--burgundy); background: var(--burgundy); color: white; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.project-card { display: grid; grid-template-columns: 42% 58%; min-height: 355px; overflow: hidden; background: white; box-shadow: 0 14px 40px rgba(41,26,33,.08); }
.project-media { min-height: 100%; }
.project-image { width: 100%; height: 100%; object-fit: cover; }
.project-cover { position: relative; height: 100%; min-height: 355px; overflow: hidden; color: white; }
.project-cover::before { content: ""; position: absolute; width: 250px; aspect-ratio: 1; border: 34px solid rgba(255,255,255,.12); border-radius: 50%; left: -105px; top: 60px; }
.project-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, transparent 50%, rgba(0,0,0,.22)); }
.project-cover--burgundy { background: var(--burgundy); }
.project-cover--teal { background: var(--teal); }
.project-cover--plum { background: var(--plum); }
.project-cover--rose { background: #b75772; }
.project-number { position: absolute; left: 1rem; top: 1rem; font-size: .7rem; letter-spacing: .1em; }
.project-mark { position: absolute; right: 1rem; bottom: .35rem; z-index: 1; font-family: var(--serif); font-size: 4rem; opacity: .8; }
.project-copy { padding: 2rem; }
.project-meta { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 2.3rem; color: var(--plum); font-size: .67rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.project-copy h3 { margin-bottom: .75rem; }
.project-copy p { margin: 0; font-size: .88rem; line-height: 1.65; }
.tag-list { display: flex; flex-wrap: wrap; gap: .35rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.tag-list li { padding: .25rem .5rem; background: var(--mist); color: var(--teal); font-size: .68rem; font-weight: 600; }

.leadership-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 5rem; align-items: start; }
.leadership-panel { padding: 2.5rem; background: var(--burgundy); color: white; }
.leadership-panel h3 { color: white; font-size: 2.35rem; }
.leadership-panel p { color: rgba(255,255,255,.76); }
.leadership-panel ul { margin: 2rem 0 0; padding: 0; list-style: none; }
.leadership-panel li { padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.2); font-weight: 600; }
.credentials { display: grid; gap: 1rem; }
.credential { padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.credential strong { display: block; color: var(--burgundy); font-family: var(--serif); font-size: 1.35rem; }
.credential span { font-size: .88rem; }

.quote { position: relative; min-height: 510px; display: grid; align-items: center; overflow: hidden; background: linear-gradient(90deg, rgba(67,24,43,.98), rgba(67,24,43,.62)), url("assets/brand-landscape.jpg") center / cover no-repeat; color: white; }
.quote blockquote { max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(2.7rem, 6vw, 5.2rem); line-height: 1.05; }
.quote cite { display: block; margin-top: 1.5rem; color: #f1b5c5; font-family: var(--sans); font-size: .8rem; font-style: normal; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }

.contact { background: #243a42; color: white; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 5rem; align-items: end; }
.contact h2 { color: white; }
.contact-links { display: grid; gap: .65rem; }
.contact-links a { width: fit-content; font-family: var(--serif); font-size: clamp(1.45rem, 3vw, 2.3rem); text-decoration-thickness: 1px; text-underline-offset: .25em; }
.footer-line { display: flex; justify-content: space-between; gap: 2rem; margin-top: 5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.63); font-size: .75rem; }
.edit-note summary { cursor: pointer; font-weight: 700; }
.edit-note p { max-width: 540px; margin: .8rem 0 0; font-size: .82rem; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 980px) {
  .hero { min-height: 760px; }
  .hero-grid { grid-template-columns: 1fr .45fr; gap: 2rem; }
  .portrait-wrap::after { right: 0; }
  .project-grid { grid-template-columns: 1fr; }
  .expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); gap: 3rem 1rem; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 2rem, 1180px); }
  .section { padding: 5rem 0; }
  .section-header, .about-grid, .leadership-grid, .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .menu-button { display: block; }
  .site-nav { position: absolute; left: 1rem; right: 1rem; top: 74px; display: none; padding: 1rem; align-items: stretch; flex-direction: column; gap: 0; background: var(--burgundy); box-shadow: 0 20px 40px rgba(0,0,0,.22); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .75rem; }
  .hero { min-height: 890px; align-items: start; }
  .hero-grid { grid-template-columns: 1fr; gap: 3rem; padding-top: 8.5rem; }
  .hero h1 { font-size: clamp(4.2rem, 23vw, 6.4rem); }
  .portrait-wrap { width: 230px; justify-self: start; margin-left: 1rem; }
  .impact-grid { grid-template-columns: repeat(2, 1fr); }
  .impact-item { padding: 1.4rem 1rem; }
  .impact-item:first-child { padding-left: 1rem; }
  .timeline { grid-template-columns: 1fr; }
  .timeline-year { margin-bottom: 1rem; }
  .expertise-grid { grid-template-columns: 1fr; }
  .project-card { grid-template-columns: 1fr; }
  .project-cover { min-height: 220px; }
  .value-list { grid-template-columns: 1fr; }
  .footer-line { flex-direction: column; }
}
