:root {
  --paper: #eae6e0;
  --paper-light: #f6f3ee;
  --ink: #1c1c1c;
  --heading: #3c4449;
  --muted: #535366;
  --teal: #246a68;
  --teal-dark: #174b4b;
  --plum: #82566f;
	 --softplum: #D0BBC6;
	 --tropical: #48BBBA;
  --aubergine: #10040b;
  --line: #ccc5bb;
  --sans: "Open Sans", Arial, sans-serif;
  --display: "Montserrat", Arial, sans-serif;
  --serif: "Lora", Georgia, serif;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 1rem/1.75 var(--serif); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--teal); outline-offset: 5px; }
.skip-link { position: absolute; top: -5rem; left: 1rem; padding: .8rem 1rem; background: var(--ink); color: #fff; z-index: 10; }
.skip-link:focus { top: 1rem; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.shell { width: min(1120px, calc(100% - 3rem)); margin-inline: auto; }
.section-pad { padding-block: 7rem; }

.site-header { min-height: 98px; display: flex; align-items: center; justify-content: space-between; }
.wordmark { font: 700 .9rem var(--display); letter-spacing: .08em; text-decoration: none; }
.wordmark span:first-of-type { font-weight: 500; }
.wordmark-dot { margin-left: .22rem; color: var(--plum); font-size: .62rem; }
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a, .nav-cta { font: 600 .72rem var(--sans); text-decoration: none; }
.nav-cta { padding: .63rem .92rem; border: 1px solid var(--ink); }

.hero { min-height: 650px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 6rem; padding-block: 3rem 6rem; }
.eyebrow { margin: 0 0 1.4rem; color: var(--teal); font: 700 .66rem var(--sans); letter-spacing: .13em; }
.eyebrow span { color: var(--plum); }
h1, h2, h3, h4 { margin: 0; line-height: 1.14; }
h1 { font: 800 clamp(3rem, 7vw, 5.05rem)/1.09 var(--display); letter-spacing: -.065em; }
h1 > span, .contact-section h2 span { color: var(--plum); }
.hero-description { max-width: 36rem; margin: 1.65rem 0; color: var(--heading); font-size: 1.08rem; }
.button-row { display: flex; align-items: center; gap: 1.15rem; }
.button { display: inline-flex; align-items: center; gap: .7rem; padding: .92rem 1.12rem; font: 700 .72rem var(--sans); text-decoration: none; }
.button-dark { background: var(--ink); color: #fff; }
.button-text { text-decoration: underline; text-underline-offset: 4px; }
.location-note { margin-top: 2rem; color: var(--muted); font: 500 .72rem var(--sans); }
.location-note span { color: var(--teal); }
.hero-note { justify-self: end; width: min(340px, 100%); padding: 2.35rem; background: var(--paper-light); border-top: 4px solid var(--plum); transform: rotate(-3deg); }
.note-kicker, .note-footer { font: 600 .64rem var(--sans); letter-spacing: .09em; }
.note-quote { font: 600 1.48rem/1.48 var(--serif); }
.note-quote em { color: var(--teal); }
.note-footer { color: var(--muted); line-height: 1.65; }

.strengths, .writing-section { background: var(--paper-light); }
.section-intro { margin-bottom: 3rem; }
.section-intro h2, .section-heading h2, .approach-section h2, .about-section h2, .contact-section h2, .archive-disclosure h2, .archive-signoff h2 { font: 700 clamp(2rem, 4vw, 3rem)/1.17 var(--display); letter-spacing: -.045em; }
.strength-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.35rem; }
.strength-card { padding: 1.8rem; background: #fff; border-top: 3px solid var(--teal); }
.strength-card.plum { border-color: var(--plum); }
.strength-card.aubergine { border-color: var(--aubergine); }
.card-number { color: var(--teal); font: 700 .74rem var(--display); }
.strength-card.plum .card-number { color: var(--plum); }
.strength-card.aubergine .card-number { color: var(--aubergine); }
.strength-card h3 { margin-top: 1.3rem; font: 700 1.15rem var(--sans); }
.strength-card p, .project-card > p:last-of-type, .section-heading > p, .writing-list article > div > p:last-child, .about-inner > div > p:not(.eyebrow), .contact-section > p:not(.eyebrow) { color: var(--heading); font-size: .87rem; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 3rem; }
.section-heading > p { max-width: 29rem; }
.project-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3.7rem; }
.project-art { height: 255px; margin-bottom: 1.7rem; padding: 2.2rem; display: flex; justify-content: space-between; align-items: end; font: 800 2rem var(--display); }
.art-vtr { background: var(--teal-dark); color: #f5f0e8; }
.art-vtr > span:first-child { font-size: 3rem; }
.art-access { background: #D0BBC6; color: var(--ink); }
.art-arrow { font-size: 3rem; }
.project-category { color: var(--teal); font: 700 .62rem var(--sans); letter-spacing: .08em; }
.project-card h3 { margin-block: .7rem; font: 700 1.38rem/1.35 var(--sans); }
.inline-link { font: 700 .76rem var(--sans); text-decoration: underline; text-underline-offset: 4px; }

.writing-list { border-top: 1px solid var(--line); }
.writing-list article { padding: 1.7rem 0; display: grid; grid-template-columns: 48px 1fr 32px; gap: 1rem; align-items: start; border-bottom: 1px solid var(--line); }
.writing-list article > span:first-child { padding-top: .25rem; color: var(--plum); font: 700 .8rem var(--display); }
.writing-list article > span:last-child { font: 700 1.1rem var(--sans); }
.writing-list h3 { font: 700 1.1rem var(--sans); }
.writing-list article > div > p:last-child { margin-bottom: 0; }

.approach-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: 6rem; align-items: center; }
.approach-section h2 span { color: var(--teal); }
.approach-card { padding: 2rem; background: var(--paper-light); border-left: 4px solid var(--aubergine); }
.approach-card h3 { font: 700 1rem var(--sans); }
.approach-card ul { padding-left: 1.1rem; font-size: .86rem; }
.approach-card li { padding: .32rem 0; }
.about-section { background: var(--ink); color: var(--paper-light); }
.about-section .eyebrow { color: #D0BBC6; }
.about-inner { display: grid; grid-template-columns: 1fr .8fr; gap: 6rem; }
.about-inner > div > p:not(.eyebrow) { color: #e2ddd4; }
.route-map { display: flex; flex-direction: column; justify-content: center; }
.route-map > div { position: relative; padding: .85rem 0 .85rem 2.5rem; border-left: 2px solid #d6ab63; }
.route-map > div::before { content: ""; position: absolute; top: 1.35rem; left: -.42rem; width: .72rem; height: .72rem; background: #d6ab63; border-radius: 50%; }
.route-map span { display: block; color: #e4b574; font: 600 .64rem var(--sans); }
.route-map strong { font: 600 .95rem var(--sans); }
.contact-section { text-align: center; }
.contact-section > p:not(.eyebrow) { max-width: 37rem; margin: 1.2rem auto 1.8rem; }
.site-footer { min-height: 100px; display: flex; gap: 1rem; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
.site-footer > p { color: var(--muted); font: 500 .62rem var(--sans); }

.private-badge { color: var(--teal); font: 700 .67rem var(--sans); letter-spacing: .1em; }
.archive-hero { max-width: 900px; padding-block: 6rem 5rem; }
.archive-hero h1 span { color: var(--plum); }
.archive-lede { max-width: 760px; color: var(--heading); font-size: 1.1rem; }
.archive-note { max-width: 760px; padding: 1rem 1.1rem; background: var(--paper-light); border-left: 3px solid var(--aubergine); font-size: .83rem; }
.archive-content { padding-bottom: 5rem; }
.archive-era { padding-block: 2.7rem; border-top: 1px solid var(--line); }
.era-header { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2rem; }
.era-period { margin: 0 0 .4rem; color: var(--plum); font: 700 .78rem var(--display); }
.era-header h3 { color: var(--heading); font: 700 1.5rem var(--sans); }
.era-header > p { max-width: 380px; color: var(--heading); font-size: .83rem; }
.archive-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.archive-project { padding: 1.6rem; background: var(--paper-light); border-top: 3px solid transparent; }
.archive-project.archive-featured { border-color: var(--plum); }
.archive-project h4 { margin: .65rem 0; font: 700 1.13rem/1.3 var(--sans); }
.archive-project > p:not(.project-category):not(.artifact-state) { color: var(--heading); font-size: .84rem; }
.archive-project dl { margin: 1.2rem 0 0; padding-top: 1rem; border-top: 1px solid var(--line); }
.archive-project dl > div { margin-bottom: .7rem; }
.archive-project dt { color: var(--ink); font: 700 .69rem var(--sans); }
.archive-project dd { margin: .2rem 0; color: var(--heading); font-size: .78rem; }
.artifact-state { color: var(--teal); font: 600 .66rem var(--sans); }
.artifact-state span { font-size: .56rem; }
.archive-disclosure { padding-block: 4rem; background: var(--ink); color: var(--paper-light); }
.archive-disclosure .eyebrow { color: #48BBBA; }
.archive-disclosure .shell > p:last-child { max-width: 760px; color: #e2ddd4; font-size: .9rem; }
.archive-signoff { padding-block: 5rem; }
.archive-signoff > p { color: var(--heading); }

@media (max-width: 760px) {
  .shell { width: min(100% - 2rem, 1120px); }
  .site-header { min-height: 80px; gap: 1rem; flex-wrap: wrap; padding-block: 1rem; }
  .nav-links { width: 100%; gap: 1rem; flex-wrap: wrap; }
  .nav-links a { font-size: .68rem; }
  .nav-cta { margin-left: auto; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 2.5rem; padding-block: 4rem; }
  .hero-note { justify-self: start; transform: none; }
  .section-pad { padding-block: 4.5rem; }
  .strength-grid, .project-grid, .approach-section, .about-inner, .archive-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .section-heading, .era-header { display: block; }
  .section-heading > p, .era-header > p { margin-top: 1.3rem; }
  .project-grid { gap: 3rem; }
  .project-art { height: 210px; }
  .site-footer { padding-block: 1.5rem; align-items: flex-start; flex-direction: column; gap: .2rem; }
  .site-footer > p { margin: .2rem 0; }
  .archive-hero { padding-block: 4rem 3rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media print {
  body { background: #fff; color: #111; }
  .site-header, .site-footer, .archive-signoff .button { display: none; }
  .archive-hero { padding-block: 1rem; }
  .archive-era, .archive-project { break-inside: avoid; }
  .archive-project { border: 1px solid #bbb; }
  .archive-disclosure { padding-block: 1rem; background: #fff; color: #111; }
  .archive-disclosure .eyebrow, .archive-disclosure .shell > p:last-child { color: #111; }
  .shell { width: 100%; }
}
