@font-face {
  font-family: "Anybody Local";
  src: url("../fonts/anybody-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 50% 150%;
  font-display: swap;
}

@font-face {
  font-family: "Literata Local";
  src: url("../fonts/literata-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

:root {
  --espresso: #23170f;
  --canvas: #fbf4e8;
  --aqua: #19d8c5;
  --orchid: #f2a3d3;
  --stone: #d8cbba;
  --white: #ffffff;
  --line: rgba(35, 23, 15, 0.3);
  --display: "Anybody Local", Arial, sans-serif;
  --body: "Literata Local", Georgia, serif;
  --pad: clamp(1rem, 3.6vw, 4rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--espresso);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--canvas);
  color: var(--espresso);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}

::selection {
  background: var(--aqua);
  color: var(--espresso);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
summary,
select {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

:focus-visible {
  outline: 3px solid var(--espresso);
  outline-offset: 4px;
}

.w95-dark :focus-visible,
.w95-signoff :focus-visible {
  outline-color: var(--aqua);
}

.w95-skip {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0.8rem 1rem;
  background: var(--espresso);
  color: var(--canvas);
  transform: translateY(-120%);
}

.w95-skip:focus {
  transform: translateY(0);
}

.w95-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.w95-mast {
  position: relative;
  z-index: 20;
  background: var(--canvas);
  border-bottom: 1px solid var(--espresso);
}

.w95-mastline {
  min-height: 74px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: stretch;
  border-bottom: 1px solid var(--line);
}

.w95-wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 0.12em;
  width: max-content;
  padding: 0.8rem var(--pad);
  color: var(--espresso);
  font-family: var(--display);
  font-size: clamp(1.15rem, 2vw, 1.8rem);
  font-stretch: 118%;
  font-weight: 720;
  letter-spacing: -0.06em;
  line-height: 1;
  text-decoration: none;
}

.w95-wordmark .w95-word-the {
  align-self: flex-start;
  margin-top: 0.1rem;
  font-family: var(--body);
  font-size: 0.62em;
  font-weight: 450;
  letter-spacing: 0;
}

.w95-wordmark .w95-word-house {
  font-family: var(--body);
  font-size: 0.75em;
  font-weight: 480;
  letter-spacing: -0.04em;
}

.w95-wordmark .w95-word-number {
  margin-left: 0.12em;
  color: var(--espresso);
  font-size: 1.35em;
  box-shadow: inset 0 -0.42em 0 var(--orchid);
}

.w95-wordmark small {
  margin-left: 0.2em;
  font-size: 0.45em;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.w95-direct {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
}

.w95-direct a {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  border-left: 1px solid var(--line);
  font-family: var(--display);
  font-size: 0.875rem;
  font-stretch: 105%;
  font-weight: 650;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.w95-direct a:hover {
  background: var(--orchid);
}

.w95-contents summary {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem var(--pad);
  background: var(--canvas);
  font-family: var(--display);
  font-size: 0.875rem;
  font-stretch: 110%;
  font-weight: 650;
  letter-spacing: 0.09em;
  list-style: none;
  text-transform: uppercase;
}

.w95-contents summary::-webkit-details-marker {
  display: none;
}

.w95-contents summary::after {
  content: "PAGES  +";
}

.w95-contents[open] summary::after {
  content: "PAGES  −";
}

.w95-contents summary span::after {
  content: "········································";
  margin-left: 1.2rem;
  color: var(--stone);
  letter-spacing: 0.2em;
}

.w95-cascade {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  padding: clamp(1rem, 2.5vw, 2.5rem) var(--pad) clamp(2rem, 4vw, 4rem);
  background: var(--stone);
  border-top: 1px solid var(--espresso);
}

.w95-cascade a {
  min-height: clamp(135px, 16vw, 220px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  border: 1px solid var(--espresso);
  border-right: 0;
  background: var(--canvas);
  text-decoration: none;
}

.w95-cascade a:last-child {
  border-right: 1px solid var(--espresso);
}

.w95-cascade a:nth-child(2) {
  margin-top: 1.4rem;
  background: var(--aqua);
}

.w95-cascade a:nth-child(3) {
  margin-top: 0.35rem;
  background: var(--orchid);
}

.w95-cascade a:nth-child(4) {
  margin-top: 2rem;
}

.w95-cascade a:nth-child(5) {
  margin-top: 0.8rem;
  background: var(--espresso);
  color: var(--canvas);
}

.w95-cascade a:hover,
.w95-cascade a[aria-current="page"] {
  box-shadow: inset 0 -0.55rem 0 var(--espresso);
}

.w95-cascade a:focus-visible {
  outline-offset: -6px;
}

.w95-cascade a:nth-child(5):focus-visible {
  outline-color: var(--aqua);
}

.w95-cascade a:nth-child(3)[aria-current="page"],
.w95-cascade a:nth-child(3):hover {
  box-shadow: inset 0 -0.55rem 0 var(--espresso);
}

.w95-cascade a:nth-child(5)[aria-current="page"],
.w95-cascade a:nth-child(5):hover {
  box-shadow: inset 0 -0.55rem 0 var(--aqua);
}

.w95-cascade-index {
  font-family: var(--body);
  font-size: 0.78rem;
}

.w95-cascade strong {
  font-family: var(--display);
  font-size: clamp(1rem, 1.6vw, 1.5rem);
  font-stretch: 108%;
  font-weight: 700;
  line-height: 1;
}

.w95-cover {
  min-height: calc(100svh - 126px);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto auto 1fr;
  gap: clamp(1rem, 2vw, 2rem);
  padding: clamp(2rem, 5vw, 5.5rem) var(--pad) clamp(3.5rem, 7vw, 7rem);
  overflow: hidden;
}

.w95-cover-place {
  grid-column: 1 / 4;
  margin: 0;
  font-family: var(--display);
  font-size: 0.78rem;
  font-stretch: 110%;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.w95-brand-display {
  grid-column: 1 / -1;
  position: relative;
  min-height: clamp(290px, 34vw, 520px);
  margin: 0;
  font-family: var(--display);
  font-weight: 760;
  letter-spacing: -0.09em;
  line-height: 0.72;
}

.w95-brand-display span {
  position: absolute;
  display: block;
}

.w95-brand-display .w95-display-the {
  top: 2%;
  left: 0;
  font-family: var(--body);
  font-size: clamp(1.8rem, 4.2vw, 4.5rem);
  font-weight: 350;
  letter-spacing: -0.04em;
}

.w95-brand-display .w95-display-ware {
  top: 15%;
  left: 0;
  z-index: 2;
  font-size: clamp(5rem, 14.5vw, 14rem);
  font-stretch: 145%;
}

.w95-brand-display .w95-display-house {
  bottom: 2%;
  left: 23%;
  z-index: 3;
  font-family: var(--body);
  font-size: clamp(3.2rem, 8vw, 8rem);
  font-weight: 390;
  letter-spacing: -0.07em;
}

.w95-brand-display .w95-display-number {
  top: -22%;
  right: -4.5%;
  color: var(--orchid);
  font-size: clamp(13rem, 34vw, 35rem);
  font-stretch: 72%;
  line-height: 0.8;
}

.w95-brand-display .w95-display-llc {
  right: 0;
  bottom: 5%;
  z-index: 4;
  font-size: clamp(1rem, 1.8vw, 1.6rem);
  font-stretch: 110%;
  letter-spacing: 0.12em;
}

.w95-cover-lead {
  grid-column: 1 / 4;
  grid-row: 3;
  align-self: start;
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid var(--espresso);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
}

.w95-shutters {
  grid-column: 4 / 13;
  grid-row: 3;
  position: relative;
  min-height: clamp(310px, 38vw, 590px);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: clamp(0.35rem, 0.9vw, 0.9rem);
  margin: 0;
}

.w95-shutter {
  height: 92%;
  overflow: hidden;
  background-image: url("../images/henderson-loop.webp");
  background-repeat: no-repeat;
  background-size: 500% 100%;
  border-top: 0.45rem solid var(--aqua);
  clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
}

.w95-shutter:nth-of-type(1) {
  height: 78%;
  background-position: 0 50%;
}

.w95-shutter:nth-of-type(2) {
  height: 97%;
  background-position: 25% 50%;
}

.w95-shutter:nth-of-type(3) {
  height: 83%;
  background-position: 50% 50%;
}

.w95-shutter:nth-of-type(4) {
  height: 100%;
  background-position: 75% 50%;
}

.w95-shutter:nth-of-type(5) {
  height: 86%;
  background-position: 100% 50%;
}

.w95-shutters figcaption {
  position: absolute;
  right: 0;
  bottom: -2rem;
  max-width: 28rem;
  font-size: 0.78rem;
  text-align: right;
}

.w95-wall-head {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
  padding: clamp(4rem, 8vw, 8rem) var(--pad) clamp(2.5rem, 5vw, 5rem);
  background: var(--espresso);
  color: var(--canvas);
}

.w95-wall-head span {
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.w95-wall-head h2 {
  max-width: 13ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 7vw, 7.6rem);
  font-stretch: 118%;
  font-weight: 690;
  letter-spacing: -0.07em;
  line-height: 0.85;
}

.w95-wall-link {
  min-height: clamp(230px, 30vw, 430px);
  display: grid;
  grid-template-columns: 1fr 5fr 2fr auto;
  gap: clamp(1rem, 2.5vw, 3rem);
  align-items: center;
  padding: clamp(2rem, 4vw, 4rem) var(--pad);
  border-top: 1px solid var(--espresso);
  background: var(--canvas);
  text-decoration: none;
}

.w95-wall-link:nth-child(2) {
  background: var(--aqua);
}

.w95-wall-link:nth-child(3) {
  background: var(--orchid);
}

.w95-wall-link:nth-child(4) {
  background: var(--stone);
}

.w95-wall-link:hover {
  background: var(--espresso);
  color: var(--canvas);
}

.w95-wall-letter {
  font-family: var(--body);
  font-size: clamp(1rem, 2vw, 1.5rem);
}

.w95-wall-link h3,
.w95-wall-link p {
  margin: 0;
}

.w95-wall-link h3 {
  font-family: var(--display);
  font-size: clamp(2.5rem, 6vw, 7rem);
  font-stretch: 125%;
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.82;
  overflow-wrap: anywhere;
}

.w95-wall-link p {
  max-width: 29rem;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
}

.w95-wall-mark {
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 300;
  transform: rotate(-5deg);
}

.w95-listing {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr;
  border-top: 1px solid var(--espresso);
  background: var(--canvas);
}

.w95-listing > * {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1.2rem, 2.8vw, 2.8rem) var(--pad);
  border-right: 1px solid var(--espresso);
}

.w95-listing > *:last-child {
  border-right: 0;
}

.w95-listing span,
.w95-kicker,
.w95-photo-note,
.w95-form-note,
.w95-stage-label {
  font-family: var(--display);
  font-size: 0.78rem;
  font-stretch: 108%;
  font-weight: 650;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.w95-listing strong,
.w95-listing a {
  width: fit-content;
  font-family: var(--display);
  font-size: clamp(1.15rem, 2vw, 2rem);
  font-stretch: 108%;
  font-weight: 650;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.w95-leaf-head {
  position: relative;
  min-height: 58svh;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto 1fr auto;
  gap: 1.5rem;
  padding: clamp(2.5rem, 6vw, 6.5rem) var(--pad) clamp(3rem, 6vw, 6rem);
  overflow: hidden;
  border-bottom: 1px solid var(--espresso);
}

.w95-leaf-head .w95-kicker {
  grid-column: 1 / 4;
}

.w95-leaf-head h1 {
  grid-column: 1 / 10;
  align-self: center;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 9vw, 10rem);
  font-stretch: 108%;
  font-weight: 710;
  letter-spacing: -0.08em;
  line-height: 0.78;
  overflow-wrap: anywhere;
}

.w95-leaf-head > p {
  grid-column: 7 / 12;
  align-self: end;
  margin: 0;
  font-size: clamp(1.05rem, 1.7vw, 1.45rem);
}

.w95-leaf-95 {
  grid-column: 10 / 13;
  grid-row: 1 / 3;
  align-self: center;
  justify-self: end;
  color: var(--orchid);
  font-family: var(--display);
  font-size: clamp(10rem, 24vw, 26rem);
  font-stretch: 72%;
  font-weight: 750;
  letter-spacing: -0.12em;
  line-height: 0.6;
  transform: translateX(14%) rotate(5deg);
}

.w95-cargo-head {
  background: var(--aqua);
}

.w95-cargo-band {
  position: relative;
  margin: 0;
  padding: clamp(1rem, 3vw, 3rem) var(--pad);
  background: var(--espresso);
}

.w95-cargo-band img {
  width: 100%;
  height: clamp(340px, 58vw, 790px);
  object-fit: cover;
  filter: saturate(0.86) contrast(1.02);
  clip-path: polygon(0 6%, 100% 0, 94% 100%, 0 94%);
}

.w95-cargo-band figcaption {
  position: absolute;
  right: calc(var(--pad) + 1rem);
  bottom: clamp(2rem, 5vw, 5rem);
  max-width: 28rem;
  padding: 0.7rem 0.9rem;
  background: var(--canvas);
  color: var(--espresso);
}

.w95-chapter {
  min-height: clamp(430px, 62vw, 760px);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: 1.5rem;
  padding: clamp(3.5rem, 7vw, 8rem) var(--pad);
  border-top: 1px solid var(--espresso);
}

.w95-chapter:nth-of-type(odd) {
  background: var(--orchid);
}

.w95-chapter:nth-of-type(even) {
  background: var(--canvas);
}

.w95-chapter-tag {
  grid-column: 1 / 3;
  align-self: start;
  font-family: var(--display);
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.w95-chapter h2 {
  grid-column: 3 / 9;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.3rem, 8vw, 8.7rem);
  font-stretch: 132%;
  font-weight: 690;
  letter-spacing: -0.075em;
  line-height: 0.8;
}

.w95-chapter-copy {
  grid-column: 9 / 13;
  align-self: end;
}

.w95-chapter-copy p {
  margin: 0 0 1.25rem;
}

.w95-inline-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--display);
  font-size: 0.875rem;
  font-weight: 680;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.w95-inline-link::after {
  content: "↗";
  font-size: 1.3rem;
}

.w95-cargo-clarifier {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(2rem, 6vw, 7rem);
  padding: clamp(4rem, 8vw, 9rem) var(--pad);
  background: var(--espresso);
  color: var(--canvas);
}

.w95-cargo-clarifier h2,
.w95-cargo-clarifier p {
  margin: 0;
}

.w95-cargo-clarifier h2 {
  font-family: var(--display);
  font-size: clamp(2.6rem, 6vw, 6.5rem);
  font-stretch: 122%;
  font-weight: 680;
  letter-spacing: -0.06em;
  line-height: 0.88;
}

.w95-cargo-clarifier p {
  max-width: 48rem;
  font-size: clamp(1.15rem, 2vw, 1.7rem);
}

.w95-warehouse-head {
  background: var(--orchid);
}

.w95-nest-wrap {
  padding: clamp(2rem, 6vw, 7rem) var(--pad);
  background: var(--canvas);
}

.w95-nest-layer {
  border: 2px solid var(--espresso);
  padding: clamp(1.5rem, 4.5vw, 5rem);
}

.w95-nest-layer + .w95-nest-layer,
.w95-nest-layer .w95-nest-layer {
  margin-top: clamp(2rem, 5vw, 5rem);
}

.w95-nest-outer {
  background: var(--aqua);
  clip-path: polygon(0 1.5%, 100% 0, 100% 98.5%, 0 100%);
}

.w95-nest-middle {
  margin-left: 8%;
  background: var(--canvas);
}

.w95-nest-core {
  margin-right: 8%;
  background: var(--stone);
}

.w95-nest-label {
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 680;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.w95-nest-layer h2,
.w95-nest-layer p {
  margin: 0;
}

.w95-nest-layer h2 {
  max-width: 13ch;
  margin-top: 1.2rem;
  font-family: var(--display);
  font-size: clamp(2.5rem, 6.5vw, 7rem);
  font-stretch: 126%;
  font-weight: 690;
  letter-spacing: -0.07em;
  line-height: 0.82;
}

.w95-nest-layer > p {
  max-width: 48rem;
  margin: 1.2rem 0 0 auto;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
}

.w95-nest-core figure {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(220px, 0.8fr);
  margin: clamp(2rem, 5vw, 5rem) 0 0;
  background: var(--espresso);
  color: var(--canvas);
}

.w95-nest-core img {
  width: 100%;
  height: clamp(340px, 53vw, 720px);
  object-fit: cover;
  filter: saturate(0.85) contrast(1.02);
}

.w95-nest-core figcaption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.2rem, 2.8vw, 2.8rem);
}

.w95-threshold {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 2.3fr);
  margin: 0;
  background: var(--orchid);
}

.w95-threshold figcaption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(2rem, 4vw, 4rem) var(--pad);
}

.w95-threshold figcaption strong {
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4.5rem);
  font-stretch: 120%;
  line-height: 0.9;
}

.w95-threshold img {
  width: 100%;
  height: clamp(340px, 48vw, 680px);
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04);
}

.w95-boundary {
  display: grid;
  grid-template-columns: 0.8fr 2fr;
  gap: clamp(2rem, 6vw, 7rem);
  padding: clamp(4rem, 8vw, 9rem) var(--pad);
  background: var(--espresso);
  color: var(--canvas);
}

.w95-boundary h2,
.w95-boundary p {
  margin: 0;
}

.w95-boundary h2 {
  font-family: var(--display);
  font-size: clamp(2.4rem, 5.5vw, 6rem);
  font-stretch: 125%;
  font-weight: 680;
  letter-spacing: -0.06em;
  line-height: 0.85;
}

.w95-boundary p {
  max-width: 55rem;
  font-size: clamp(1.1rem, 1.9vw, 1.6rem);
}

.w95-work-poster {
  position: relative;
  min-height: 90svh;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto 1fr auto;
  gap: 2rem;
  padding: clamp(2.5rem, 6vw, 6rem) var(--pad);
  overflow: hidden;
  background: var(--orchid);
}

.w95-work-ghost {
  position: absolute;
  right: -3%;
  bottom: -7%;
  color: transparent;
  font-family: var(--display);
  font-size: clamp(10rem, 28vw, 30rem);
  font-stretch: 75%;
  font-weight: 780;
  letter-spacing: -0.1em;
  line-height: 0.75;
  -webkit-text-stroke: 2px rgba(35, 23, 15, 0.27);
  pointer-events: none;
}

.w95-work-poster .w95-kicker {
  grid-column: 1 / 4;
  position: relative;
  z-index: 2;
}

.w95-work-poster h1 {
  grid-column: 1 / 8;
  align-self: center;
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 8vw, 9rem);
  font-stretch: 90%;
  font-weight: 710;
  letter-spacing: -0.08em;
  line-height: 0.78;
  overflow-wrap: anywhere;
}

.w95-work-portrait {
  grid-column: 9 / 13;
  grid-row: 1 / 4;
  position: relative;
  z-index: 3;
  align-self: center;
  margin: 0;
  clip-path: polygon(8% 0, 100% 3%, 94% 100%, 0 96%);
}

.w95-work-portrait img {
  width: 100%;
  height: min(72svh, 760px);
  object-fit: cover;
  filter: saturate(0.83) contrast(1.03);
}

.w95-work-portrait figcaption {
  padding: 0.8rem 0;
  font-size: 0.78rem;
}

.w95-work-lead {
  grid-column: 2 / 7;
  position: relative;
  z-index: 2;
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid var(--espresso);
  font-size: clamp(1.08rem, 1.7vw, 1.45rem);
}

.w95-no-opening {
  padding: clamp(3rem, 7vw, 7rem) var(--pad);
  background: var(--aqua);
  border-top: 1px solid var(--espresso);
  border-bottom: 1px solid var(--espresso);
}

.w95-no-opening p {
  max-width: 24ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 7vw, 7.5rem);
  font-stretch: 124%;
  font-weight: 680;
  letter-spacing: -0.07em;
  line-height: 0.85;
  overflow-wrap: anywhere;
}

.w95-work-notes {
  padding: clamp(3rem, 7vw, 7rem) var(--pad);
  background: var(--canvas);
}

.w95-work-row {
  display: grid;
  grid-template-columns: minmax(140px, 0.6fr) minmax(0, 1.2fr) minmax(0, 1.4fr);
  gap: 2rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--espresso);
}

.w95-work-row:last-child {
  border-bottom: 1px solid var(--espresso);
}

.w95-work-row span {
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 680;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.w95-work-row h2,
.w95-work-row p {
  margin: 0;
}

.w95-work-row h2 {
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 3.4rem);
  font-stretch: 120%;
  line-height: 0.95;
}

.w95-contact-head {
  background: var(--stone);
}

.w95-contact-lines {
  border-top: 1px solid var(--espresso);
}

.w95-contact-line {
  min-height: 170px;
  display: grid;
  grid-template-columns: minmax(130px, 0.55fr) minmax(0, 2.6fr) auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(1.3rem, 3vw, 3rem) var(--pad);
  border-bottom: 1px solid var(--espresso);
}

.w95-contact-line:nth-child(2) {
  background: var(--aqua);
}

.w95-contact-line:nth-child(3) {
  background: var(--orchid);
}

.w95-contact-line > span:first-child {
  font-family: var(--display);
  font-size: 0.8rem;
  font-weight: 680;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.w95-contact-line strong,
.w95-contact-line > a:first-of-type {
  font-family: var(--display);
  font-size: clamp(1.8rem, 5vw, 5.7rem);
  font-stretch: 126%;
  font-weight: 690;
  letter-spacing: -0.055em;
  line-height: 0.9;
  overflow-wrap: anywhere;
}

.w95-line-action {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 0.85rem;
  border: 1px solid var(--espresso);
  font-family: var(--display);
  font-size: 0.875rem;
  font-weight: 680;
  text-decoration: none;
  text-transform: uppercase;
}

.w95-line-action:hover {
  background: var(--espresso);
  color: var(--canvas);
}

.w95-visit-note {
  display: grid;
  grid-template-columns: 0.6fr 2fr;
  gap: 2rem;
  padding: clamp(2rem, 4.5vw, 4.5rem) var(--pad);
  background: var(--espresso);
  color: var(--canvas);
}

.w95-visit-note h2,
.w95-visit-note p {
  margin: 0;
}

.w95-visit-note h2 {
  font-family: var(--display);
  font-size: clamp(1.8rem, 3.6vw, 4rem);
  font-stretch: 120%;
  line-height: 0.9;
}

.w95-form-shell {
  padding: clamp(4rem, 8vw, 9rem) var(--pad);
  background: var(--canvas);
}

.w95-form-heading {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.w95-form-heading h2,
.w95-form-heading p {
  margin: 0;
}

.w95-form-heading h2 {
  max-width: 12ch;
  font-family: var(--display);
  font-size: clamp(3rem, 7.5vw, 8rem);
  font-stretch: 128%;
  font-weight: 690;
  letter-spacing: -0.07em;
  line-height: 0.82;
}

.w95-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
  margin-bottom: 2.2rem;
}

.w95-progress span {
  height: 0.7rem;
  background: var(--stone);
  clip-path: polygon(0 25%, 100% 0, 100% 75%, 0 100%);
}

.w95-progress span.is-active,
.w95-progress span.is-complete {
  background: var(--orchid);
}

.w95-progress span.is-complete {
  background: var(--aqua);
}

.w95-step-count {
  margin: 0 0 2.5rem;
  font-family: var(--display);
  font-size: 0.82rem;
  font-weight: 680;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.w95-stepper {
  border-top: 2px solid var(--espresso);
}

.w95-form-stage {
  min-width: 0;
  margin: 0;
  padding: clamp(2rem, 5vw, 5rem) 0 0;
  border: 0;
}

.w95-form-stage legend {
  max-width: 20ch;
  padding: 0;
  font-family: var(--display);
  font-size: clamp(2.5rem, 6vw, 6.5rem);
  font-stretch: 126%;
  font-weight: 680;
  letter-spacing: -0.065em;
  line-height: 0.85;
  overflow-wrap: anywhere;
}

.w95-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2.5rem;
  border-top: 1px solid var(--espresso);
  border-left: 1px solid var(--espresso);
}

.w95-topic-grid label {
  position: relative;
}

.w95-topic-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.w95-topic-grid span {
  min-height: 115px;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  border-right: 1px solid var(--espresso);
  border-bottom: 1px solid var(--espresso);
  font-family: var(--display);
  font-size: clamp(1rem, 1.6vw, 1.4rem);
  font-stretch: 112%;
  font-weight: 670;
}

.w95-topic-grid input:checked + span {
  background: var(--aqua);
  box-shadow: inset 0 -0.7rem 0 var(--orchid);
}

.w95-topic-grid input:focus-visible + span {
  outline: 3px solid var(--espresso);
  outline-offset: -5px;
}

.w95-sentence {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.6rem 0.8rem;
  margin: 2rem 0 0;
  font-size: clamp(1.5rem, 3vw, 3.2rem);
  line-height: 1.55;
}

.w95-sentence label {
  flex: 1 1 260px;
}

.w95-sentence-label {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--display);
  font-size: 0.875rem;
  font-weight: 680;
  letter-spacing: 0.07em;
  line-height: 1.4;
  text-transform: uppercase;
}

.w95-sentence input,
.w95-sentence select,
.w95-field input,
.w95-field textarea {
  width: 100%;
  min-height: 58px;
  padding: 0.25rem 0.45rem;
  border: 0;
  border-bottom: 2px solid var(--espresso);
  border-radius: 0;
  background: transparent;
}

.w95-sentence input,
.w95-sentence select {
  font-family: var(--display);
  font-size: clamp(1.3rem, 2.5vw, 2.6rem);
  font-stretch: 110%;
  font-weight: 610;
}

.w95-sentence input::placeholder,
.w95-field input::placeholder,
.w95-field textarea::placeholder {
  color: rgba(35, 23, 15, 0.62);
  opacity: 1;
}

.w95-field-stack {
  display: grid;
  gap: 2rem;
  margin-top: 2.5rem;
}

.w95-field {
  display: grid;
  gap: 0.55rem;
}

.w95-field span {
  font-family: var(--display);
  font-size: 0.875rem;
  font-weight: 680;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.w95-field textarea {
  min-height: 210px;
  resize: vertical;
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
}

.w95-review {
  margin-top: 2.5rem;
  border-top: 1px solid var(--espresso);
}

.w95-review div {
  display: grid;
  grid-template-columns: minmax(130px, 0.5fr) minmax(0, 2fr);
  gap: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.w95-review dt {
  font-family: var(--display);
  font-size: 0.875rem;
  font-weight: 680;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.w95-review dd {
  margin: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.w95-stage-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--espresso);
}

.w95-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.15rem;
  border: 1px solid var(--espresso);
  border-radius: 0;
  background: var(--espresso);
  color: var(--canvas);
  font-family: var(--display);
  font-size: 0.875rem;
  font-weight: 680;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.w95-button-secondary {
  background: transparent;
  color: var(--espresso);
}

.w95-button:hover {
  background: var(--aqua);
  color: var(--espresso);
}

.w95-form-note {
  max-width: 54rem;
  margin: 2rem 0 0;
  letter-spacing: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  text-transform: none;
}

.w95-form-status {
  min-height: 1.6rem;
  margin: 1rem 0 0;
  color: var(--espresso);
  font-weight: 700;
}

.w95-signoff {
  position: relative;
  min-height: clamp(480px, 62vw, 760px);
  display: grid;
  grid-template-columns: 1fr minmax(300px, 0.82fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  padding: clamp(4rem, 8vw, 8rem) var(--pad);
  overflow: hidden;
  background: var(--espresso);
  color: var(--canvas);
}

.w95-signoff-outline {
  position: absolute;
  top: -16%;
  left: -5%;
  color: transparent;
  font-family: var(--display);
  font-size: clamp(22rem, 63vw, 68rem);
  font-stretch: 70%;
  font-weight: 780;
  letter-spacing: -0.14em;
  line-height: 0.8;
  -webkit-text-stroke: 1px rgba(251, 244, 232, 0.26);
  pointer-events: none;
}

.w95-signoff-brand {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--orchid);
  font-family: var(--display);
  font-size: clamp(2.5rem, 6vw, 6.5rem);
  font-stretch: 122%;
  font-weight: 690;
  letter-spacing: -0.065em;
  line-height: 0.82;
}

.w95-signoff-data {
  position: relative;
  z-index: 2;
}

.w95-signoff-line {
  display: block;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(251, 244, 232, 0.5);
  font-size: clamp(1rem, 1.65vw, 1.4rem);
  overflow-wrap: anywhere;
}

.w95-signoff-data address {
  font-style: normal;
}

.w95-signoff small {
  display: block;
  margin-top: 2rem;
  color: var(--stone);
  font-size: 0.75rem;
}

.w95-wall-head h2,
.w95-chapter h2,
.w95-cargo-clarifier h2,
.w95-nest-layer h2,
.w95-threshold figcaption strong,
.w95-boundary h2,
.w95-work-row h2,
.w95-form-heading h2,
.w95-signoff-brand {
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  .w95-cascade {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
  }

  .w95-cascade a,
  .w95-cascade a:nth-child(n) {
    min-height: 105px;
    margin-top: 0;
    border-right: 1px solid var(--espresso);
  }

  .w95-cascade a:nth-child(1) {
    width: 82%;
  }

  .w95-cascade a:nth-child(2) {
    width: 91%;
    margin-left: 5%;
  }

  .w95-cascade a:nth-child(3) {
    width: 86%;
    margin-left: 12%;
  }

  .w95-cascade a:nth-child(4) {
    width: 93%;
    margin-left: 2%;
  }

  .w95-cascade a:nth-child(5) {
    width: 84%;
    margin-left: 14%;
  }

  .w95-cover-lead {
    grid-column: 1 / 5;
  }

  .w95-shutters {
    grid-column: 5 / 13;
  }

  .w95-leaf-head h1 {
    grid-column: 1 / 11;
  }

  .w95-leaf-head > p {
    grid-column: 5 / 11;
  }

  .w95-chapter h2 {
    grid-column: 2 / 9;
  }

  .w95-chapter-copy {
    grid-column: 9 / 13;
  }

  .w95-work-poster h1 {
    grid-column: 1 / 9;
  }

  .w95-work-portrait {
    grid-column: 9 / 13;
  }
}

@media (max-width: 680px) {
  .w95-mastline {
    min-height: 116px;
    grid-template-columns: 1fr;
  }

  .w95-wordmark {
    width: 100%;
    min-height: 62px;
  }

  .w95-direct {
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--line);
  }

  .w95-direct a {
    min-height: 52px;
  }

  .w95-direct a:first-child {
    border-left: 0;
  }

  .w95-contents summary span::after {
    display: none;
  }

  .w95-cover {
    display: block;
    min-height: auto;
  }

  .w95-cover-place {
    margin-bottom: 1.5rem;
  }

  .w95-brand-display {
    min-height: clamp(260px, 78vw, 380px);
  }

  .w95-brand-display .w95-display-ware {
    top: 20%;
    font-size: clamp(3.8rem, 20vw, 7rem);
    font-stretch: 115%;
  }

  .w95-brand-display .w95-display-house {
    bottom: 8%;
    left: 8%;
    font-size: clamp(2.8rem, 14vw, 5rem);
  }

  .w95-brand-display .w95-display-number {
    top: -3%;
    right: -13%;
    font-size: clamp(11rem, 49vw, 18rem);
  }

  .w95-brand-display .w95-display-llc {
    right: 3%;
    bottom: 2%;
  }

  .w95-cover-lead {
    margin-bottom: 2rem;
  }

  .w95-shutters {
    min-height: 390px;
  }

  .w95-shutters figcaption {
    bottom: -2.5rem;
  }

  .w95-wall-head,
  .w95-wall-link,
  .w95-listing,
  .w95-cargo-clarifier,
  .w95-boundary,
  .w95-form-heading,
  .w95-signoff,
  .w95-visit-note {
    grid-template-columns: 1fr;
  }

  .w95-wall-head {
    gap: 1rem;
  }

  .w95-wall-link {
    min-height: 330px;
    align-content: space-between;
  }

  .w95-wall-letter,
  .w95-wall-link h3,
  .w95-wall-link p,
  .w95-wall-mark {
    grid-column: 1;
  }

  .w95-wall-mark {
    justify-self: end;
  }

  .w95-listing > * {
    min-height: 145px;
    border-right: 0;
    border-bottom: 1px solid var(--espresso);
  }

  .w95-leaf-head {
    display: block;
    min-height: auto;
  }

  .w95-leaf-head h1 {
    position: relative;
    z-index: 2;
    margin: 4rem 0 2rem;
    font-size: clamp(2.75rem, 9vw, 4.5rem);
    font-stretch: 90%;
  }

  .w95-leaf-95 {
    position: absolute;
    top: 10rem;
    right: -2rem;
    opacity: 0.5;
    font-size: 13rem;
  }

  .w95-leaf-head > p {
    position: relative;
    z-index: 2;
  }

  .w95-cargo-band {
    padding: 0;
  }

  .w95-cargo-band img {
    height: 520px;
    clip-path: polygon(0 3%, 100% 0, 94% 100%, 0 96%);
  }

  .w95-cargo-band figcaption {
    right: 1rem;
    bottom: 2rem;
    left: 1rem;
  }

  .w95-chapter {
    display: block;
    min-height: 560px;
  }

  .w95-chapter h2 {
    margin: 4rem 0 2rem;
  }

  .w95-nest-middle {
    margin-left: 3%;
  }

  .w95-nest-core {
    margin-right: 3%;
  }

  .w95-nest-layer {
    padding: clamp(0.9rem, 4vw, 1.25rem);
  }

  .w95-nest-core figure,
  .w95-threshold {
    grid-template-columns: 1fr;
  }

  .w95-nest-core img,
  .w95-threshold img {
    height: 480px;
  }

  .w95-threshold figcaption {
    min-height: 250px;
  }

  .w95-work-poster {
    display: block;
    min-height: auto;
  }

  .w95-work-poster h1 {
    margin: 4rem 0 2rem;
    font-size: clamp(2.75rem, 9vw, 4.5rem);
    font-stretch: 90%;
  }

  .w95-work-lead {
    margin-bottom: 3rem;
  }

  .w95-work-portrait img {
    height: 620px;
  }

  .w95-work-row {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .w95-contact-line {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    align-items: start;
  }

  .w95-line-action {
    width: fit-content;
  }

  .w95-topic-grid {
    grid-template-columns: 1fr 1fr;
  }

  .w95-sentence {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .w95-sentence label {
    width: 100%;
  }

  .w95-review div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .w95-wall-link h3 {
    font-size: clamp(2.25rem, 13vw, 4.5rem);
    font-stretch: 110%;
  }

  .w95-no-opening p {
    font-size: clamp(2.3rem, 10vw, 5rem);
    font-stretch: 105%;
  }

  .w95-form-stage legend {
    font-size: clamp(2.15rem, 10vw, 4.8rem);
    font-stretch: 105%;
  }

  .w95-signoff {
    align-content: end;
    gap: 4rem;
  }
}

@media (max-width: 420px) {
  .w95-wordmark {
    font-size: 1.03rem;
  }

  .w95-cascade a:nth-child(n) {
    width: 100%;
    margin-left: 0;
  }

  .w95-topic-grid {
    grid-template-columns: 1fr;
  }

  .w95-shutters {
    gap: 0.25rem;
  }

  .w95-nest-wrap {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .w95-nest-middle,
  .w95-nest-core {
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }

  .w95-nest-core img,
  .w95-threshold img {
    height: 360px;
  }
}

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