:root {
  --paper: #f1eee6;
  --ink: #18201c;
  --ink-soft: #586159;
  --night: #131a17;
  --cream: #f8f5ed;
  --rust: #c65332;
  --line: rgba(24, 32, 28, 0.19);
  --sans: "Helvetica Neue", "Neue Haas Grotesk Text Pro", Arial, sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }

.siteHeader { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; min-height: 92px; padding: 0 5vw; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; width: fit-content; align-items: baseline; gap: .22em; color: var(--ink); text-decoration: none; letter-spacing: -.055em; font-size: 1.35rem; line-height: 1; }
.wordmark strong { font-weight: 760; }
.wordmark span { font-family: var(--serif); font-style: italic; font-weight: 400; }
.headerDescriptor { margin: 0; color: var(--ink-soft); font-size: .71rem; line-height: 1.15; text-transform: uppercase; letter-spacing: .13em; }
.siteHeader nav { display: flex; align-items: center; gap: 2rem; }
.siteHeader nav a { text-decoration: none; font-size: .79rem; font-weight: 600; }
.siteHeader nav a:not(.loginLink):hover { text-decoration: underline; text-underline-offset: 4px; }
.loginLink { padding: .8rem 1rem; border: 1px solid var(--ink); }
.loginLink:hover { background: var(--ink); color: var(--paper); }

.hero { min-height: calc(100vh - 92px); display: flex; flex-direction: column; justify-content: center; padding: 8vh 5vw 5vh; }
.eyebrow, .sectionNumber { margin: 0; color: var(--rust); font-size: .69rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.hero h1 { max-width: 1380px; margin: 4vh 0 6vh; font-size: clamp(4.3rem, 8.9vw, 9.6rem); font-weight: 650; line-height: .88; letter-spacing: -.072em; }
.hero h1 em { color: var(--rust); font-family: var(--serif); font-weight: 400; }
.heroLower { display: grid; grid-template-columns: 1.45fr .7fr; gap: 8vw; margin-left: 20vw; }
.heroLead { max-width: 780px; margin: 0; font-size: clamp(1.35rem, 2.15vw, 2.2rem); line-height: 1.25; letter-spacing: -.025em; }
.heroAside { display: grid; grid-template-columns: auto 1fr; gap: .9rem; max-width: 420px; color: var(--ink-soft); }
.heroAside p { margin: 0; font-size: .93rem; line-height: 1.55; }
.ruleMark { color: var(--rust); }
.heroActions { display: flex; gap: 2rem; margin: 7vh 0 0 20vw; }
.textLink { padding-bottom: .35rem; border-bottom: 1px solid var(--ink); text-decoration: none; font-size: .85rem; font-weight: 700; }
.textLink span { margin-left: .65rem; color: var(--rust); }
.mutedLink { color: var(--ink-soft); border-color: rgba(24,32,28,.35); }

.practiceStrip { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.practiceStrip span { padding: 1.3rem 2rem; color: var(--ink-soft); font-family: var(--serif); font-size: 1.05rem; font-style: italic; text-align: center; }
.practiceStrip span + span { border-left: 1px solid var(--line); }

.workSection { padding: 11rem 5vw; background: var(--night); color: var(--cream); }
.sectionIntro { display: grid; grid-template-columns: 1fr 2fr; gap: 5vw; margin-bottom: 8rem; }
.sectionIntro .sectionNumber { padding-top: .8rem; }
.sectionIntro h2 { max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(3.2rem,6vw,6.3rem); font-weight: 400; line-height: .96; letter-spacing: -.055em; }
.sectionIntro > div > p { max-width: 650px; margin: 2.5rem 0 0; color: #aeb5af; font-size: 1.08rem; line-height: 1.6; }
.projectList { border-top: 1px solid rgba(255,255,255,.18); }
.project { display: grid; grid-template-columns: .75fr 1.25fr; gap: 7vw; align-items: center; padding: 7rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.project:nth-child(even) .projectCopy { order: 2; }
.project:nth-child(even) .productFrame { order: 1; }
.projectMeta { display: flex; gap: .5rem; margin: 0 0 2.5rem; }
.projectMeta span { padding: .35rem .55rem; border: 1px solid rgba(255,255,255,.28); color: #bbc2bc; font-size: .62rem; text-transform: uppercase; letter-spacing: .12em; }
.projectCopy h3 { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem,5vw,5.4rem); font-weight: 400; line-height: .94; letter-spacing: -.05em; }
.projectCopy > p:not(.projectMeta) { max-width: 520px; margin: 2rem 0; color: #aeb5af; line-height: 1.65; }
.projectCopy > a { color: var(--cream); font-size: .8rem; font-weight: 700; text-underline-offset: 5px; }
.projectCopy > a span { color: #e67d5d; }
.quietLabel { color: #8f9790; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }

.productFrame { min-height: 430px; padding: 2rem; background: #f2f1ec; color: #1e2924; box-shadow: 0 30px 90px rgba(0,0,0,.32); transform: rotate(.35deg); }
.project:nth-child(even) .productFrame { transform: rotate(-.45deg); }
.frameHeader { display: flex; justify-content: space-between; padding-bottom: 1.2rem; border-bottom: 1px solid #c9cdc7; color: #69736c; font-size: .61rem; font-weight: 700; letter-spacing: .12em; }
.frameMetric { position: relative; display: flex; flex-direction: column; padding: 2.2rem 0 0; }
.frameMetric small, .miniLabel, .schoolMetric small { color: #68736c; font-size: .72rem; }
.frameMetric strong { margin-top: .3rem; font-family: var(--serif); font-size: 3.4rem; font-weight: 400; letter-spacing: -.05em; }
.frameMetric .up { position: absolute; right: 0; bottom: .7rem; color: #31705b; font-size: .75rem; font-weight: 700; }
.lineChart { width: 100%; margin-top: .8rem; overflow: visible; }
.gridLine { stroke: #d7d9d4; stroke-width: 1; fill: none; }
.chartArea { fill: rgba(198,83,50,.11); }
.chartLine { fill: none; stroke: var(--rust); stroke-width: 3; }
.frameFooter { display: flex; justify-content: space-between; color: #8a928d; font-size: .58rem; letter-spacing: .08em; }

.arkansasFrame { background: #e8ece7; }
.miniLabel { margin: 2rem 0 1rem; text-transform: uppercase; letter-spacing: .11em; }
.rankRow { display: grid; grid-template-columns: 2rem 1fr auto; align-items: center; gap: .8rem; padding: 1rem 0; border-top: 1px solid #c8cec7; }
.rankRow b { color: #8b958e; font-family: var(--serif); font-weight: 400; }
.rankRow span { display: flex; flex-direction: column; }
.rankRow strong { font-size: .92rem; }
.rankRow small { margin-top: .2rem; color: #818a84; font-size: .66rem; }
.rankRow em { color: #31705b; font-style: normal; font-size: .9rem; font-weight: 700; }
.rankRow.down em { color: #a84b37; }

.schoolFrame { background: #f0ece4; }
.schoolMetric { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin: 2rem 0; }
.schoolMetric span { display: flex; flex-direction: column; }
.schoolMetric strong { margin-top: .3rem; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.dotPlot { position: relative; height: 190px; border-left: 1px solid #bbc1ba; border-bottom: 1px solid #bbc1ba; background-image: linear-gradient(to right,transparent 49.7%,#d8d8d1 50%),linear-gradient(to bottom,transparent 49.7%,#d8d8d1 50%); background-size: 50% 100%,100% 50%; }
.dotPlot span { position: absolute; left: var(--x); bottom: var(--y); width: 9px; height: 9px; background: #71877d; border-radius: 50%; }
.dotPlot .activeDot { width: 16px; height: 16px; margin: -4px; background: var(--rust); box-shadow: 0 0 0 6px rgba(198,83,50,.15); }
.axisLabel { display: flex; justify-content: space-between; padding-top: .65rem; color: #8b928d; font-size: .58rem; }

.documentFrame { background: #e9e7df; }
.docRow { display: grid; grid-template-columns: 2.6rem 1fr auto; gap: 1rem; align-items: center; padding: 1.25rem 0; border-bottom: 1px solid #c9cbc5; }
.fileIcon { display: grid; place-items: center; width: 2.5rem; height: 3rem; border: 1px solid #9ca49e; font-size: .55rem; font-weight: 800; }
.docRow > span:nth-child(2) { display: flex; flex-direction: column; }
.docRow strong { font-size: .82rem; }
.docRow small { margin-top: .35rem; color: #77817b; font-size: .67rem; }
.docRow time { color: #7e8781; font-size: .65rem; }
.monitorStatus { margin: 2rem 0 0; color: #66706a; font-size: .7rem; }
.monitorStatus span { display: inline-block; width: 7px; height: 7px; margin-right: .4rem; background: #3a8065; border-radius: 50%; }

.studioSection { padding: 11rem 5vw; }
.lightIntro h2 { color: var(--ink); }
.lightIntro > div > p { color: var(--ink-soft); }
.engagements { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.engagements article { min-height: 350px; padding: 2rem 2.5rem 3rem; }
.engagements article + article { border-left: 1px solid var(--line); }
.engagements span { color: var(--rust); font-family: var(--serif); font-size: .85rem; }
.engagements h3 { margin: 7rem 0 1.2rem; font-family: var(--serif); font-size: 2.3rem; font-weight: 400; letter-spacing: -.04em; }
.engagements p { max-width: 360px; margin: 0; color: var(--ink-soft); line-height: 1.55; }
blockquote { max-width: 1080px; margin: 10rem auto 2rem; text-align: center; }
blockquote p { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem,5vw,5.2rem); line-height: 1.02; letter-spacing: -.045em; }
blockquote em { color: var(--rust); }
blockquote footer { margin-top: 2rem; color: var(--ink-soft); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; }

.contactSection { display: grid; grid-template-columns: 1fr 2fr; gap: 5vw; padding: 10rem 5vw; background: var(--rust); color: #fff7ed; }
.contactSection .sectionNumber { color: #41160c; }
.contactSection h2 { max-width: 1000px; margin: 0; font-family: var(--serif); font-size: clamp(3.3rem,6vw,6.7rem); font-weight: 400; line-height: .96; letter-spacing: -.055em; }
.contactSection p { max-width: 650px; margin: 2.5rem 0; color: #ffe0d4; font-size: 1.1rem; line-height: 1.6; }
.contactLink { display: inline-flex; gap: 1.2rem; padding-bottom: .45rem; border-bottom: 1px solid #fff7ed; font-size: 1.05rem; font-weight: 700; text-decoration: none; }

.siteFooter { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 3rem; padding: 5rem 5vw; background: var(--ink); color: var(--paper); }
.footerWordmark { color: var(--paper); font-size: 1.6rem; }
.siteFooter p { margin: 0; color: #9ea69f; font-family: var(--serif); font-size: .95rem; font-style: italic; line-height: 1.35; }
.siteFooter > div { display: flex; flex-direction: column; align-items: flex-end; gap: 1rem; color: #9ea69f; font-size: .67rem; text-transform: uppercase; letter-spacing: .1em; }
.siteFooter a { color: var(--paper); text-underline-offset: 4px; }

@media (max-width: 980px) {
  .siteHeader { grid-template-columns: 1fr auto; }
  .headerDescriptor { display: none; }
  .siteHeader nav a:not(.loginLink) { display: none; }
  .hero { min-height: auto; padding-top: 7rem; padding-bottom: 6rem; }
  .hero h1 { font-size: clamp(4rem,12vw,7rem); }
  .heroLower, .heroActions { margin-left: 0; }
  .heroLower { grid-template-columns: 1fr .7fr; }
  .sectionIntro, .contactSection { grid-template-columns: 1fr; }
  .sectionIntro { gap: 2.5rem; }
  .project { grid-template-columns: 1fr; gap: 4rem; }
  .project:nth-child(even) .projectCopy, .project:nth-child(even) .productFrame { order: initial; }
  .productFrame { max-width: 760px; width: 100%; }
}

@media (max-width: 680px) {
  .siteHeader { min-height: 76px; padding: 0 1.25rem; }
  .wordmark { font-size: 1.12rem; }
  .loginLink { padding: .65rem .75rem; font-size: .7rem !important; }
  .hero { padding: 5rem 1.25rem 4.5rem; }
  .hero h1 { margin: 2.3rem 0 3rem; font-size: clamp(3.2rem,16.5vw,5rem); line-height: .92; }
  .hero h1 br { display: none; }
  .heroLower { grid-template-columns: 1fr; gap: 2rem; }
  .heroLead { font-size: 1.3rem; }
  .heroActions { flex-direction: column; align-items: flex-start; gap: 1.25rem; margin-top: 3rem; }
  .practiceStrip { grid-template-columns: 1fr 1fr; }
  .practiceStrip span { padding: 1rem .5rem; font-size: .85rem; }
  .practiceStrip span:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .practiceStrip span:nth-child(4) { border-top: 1px solid var(--line); }
  .workSection, .studioSection { padding: 6rem 1.25rem; }
  .sectionIntro { margin-bottom: 4.5rem; }
  .sectionIntro h2 { font-size: 3.2rem; }
  .project { padding: 4.5rem 0; gap: 3rem; }
  .projectCopy h3 { font-size: 3.25rem; }
  .projectMeta { flex-wrap: wrap; margin-bottom: 1.8rem; }
  .productFrame { min-height: 340px; padding: 1.2rem; transform: none !important; }
  .frameMetric strong { font-size: 2.6rem; }
  .lineChart { margin-top: 1.4rem; }
  .schoolMetric strong { font-size: 1.2rem; }
  .dotPlot { height: 140px; }
  .engagements { grid-template-columns: 1fr; }
  .engagements article { min-height: auto; padding: 2rem 0 3rem; }
  .engagements article + article { border-left: 0; border-top: 1px solid var(--line); }
  .engagements h3 { margin-top: 3rem; }
  blockquote { margin-top: 7rem; }
  .contactSection { padding: 6rem 1.25rem; gap: 2.5rem; }
  .contactSection h2 { font-size: 3.4rem; }
  .contactLink { font-size: .88rem; }
  .siteFooter { grid-template-columns: 1fr; padding: 4rem 1.25rem; }
  .siteFooter > div { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
