:root {
  --ink: #1a1714;
  --paper: #efe6d4;
  --rule: #1a1714;
  --rust: #c24a28;
  --moss: #2f4a3c;
  --muted: #5a5348;
  --white: #f7f1e4;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Source Serif 4", Georgia, serif;
  line-height: 1.65;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
.wordmark,
.btn,
.catalog span,
.folio-index,
.giant,
.studio {
  font-family: "Big Shoulders Display", Impact, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.92;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.45em;
  text-transform: uppercase;
}

p {
  margin: 0 0 1em;
}

p:last-child {
  margin-bottom: 0;
}

.paper-grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 80;
  opacity: 0.04;
  mix-blend-mode: multiply;
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(26, 23, 20, 0.08) 3px
  );
}

.kicker {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: var(--rust);
}

.kicker.light {
  color: #f0c9b4;
}

.btn {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.05rem;
  border: 2px solid var(--ink);
}

.btn.solid {
  background: var(--ink);
  color: var(--white);
}

.btn.line {
  background: transparent;
}

.btn.invert {
  background: var(--white);
  color: var(--ink);
  border-color: var(--white);
}

.masthead {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--paper);
  border-bottom: 2px solid var(--ink);
}

.masthead-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 6px 22px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--ink);
}

.masthead-line a {
  text-decoration: none;
}

.masthead-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 22px;
}

.wordmark {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.35rem;
}

.wordmark-mark {
  width: 40px;
  height: 40px;
  display: block;
  border: 2px solid var(--ink);
  background: var(--paper);
}

.masthead nav {
  margin-left: auto;
  display: flex;
  gap: 16px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.masthead nav a,
.mast-phone {
  text-decoration: none;
}

.mast-phone {
  border: 2px solid var(--ink);
  padding: 6px 10px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.menu-toggle {
  display: none;
  background: var(--ink);
  color: var(--white);
  border: 0;
  padding: 8px 12px;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: calc(100vh - 92px);
  border-bottom: 2px solid var(--ink);
}

.hero-copy {
  padding: 48px 28px 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero h1 {
  font-size: clamp(3.4rem, 8vw, 7.2rem);
  margin: 0 0 24px;
}

.hero h1 span {
  display: block;
}

.hero-accent {
  color: var(--rust);
  font-style: italic;
  text-transform: none;
  font-family: "Source Serif 4", serif;
  font-weight: 600;
}

.lede {
  max-width: 34rem;
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-shot {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-left: 2px solid var(--ink);
}

.hero-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.08) saturate(0.85);
  min-height: 520px;
}

.hero-shot figcaption,
.spread-pics figcaption,
.paths figcaption {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.hero-shot figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--paper);
  padding: 8px 12px;
  border-top: 2px solid var(--ink);
  border-right: 2px solid var(--ink);
}

.folio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 2px solid var(--ink);
}

.folio-col {
  padding: 32px;
  border-right: 2px solid var(--ink);
}

.folio-col:last-child {
  border-right: 0;
}

.folio-index {
  font-size: 1.1rem;
  color: var(--moss);
  margin-bottom: 14px;
}

.spread,
.index-block,
.about,
.paths,
.services,
.approach,
.faq,
.contact {
  padding: 64px 32px;
  border-bottom: 2px solid var(--ink);
}

.spread,
.paths,
.contact,
.index-block,
.about-top {
  display: grid;
  gap: 40px;
}

.spread,
.paths,
.contact {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.spread h2,
.about h2,
.paths h2,
.services h2,
.approach h2,
.faq h2,
.contact h2,
.index-lead h2,
.place h2 {
  font-size: clamp(2.2rem, 4.4vw, 3.8rem);
}

.spread-pics {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr;
  gap: 12px;
  align-items: end;
}

.spread-pics figure,
.paths figure,
.about-top figure {
  margin: 0;
}

.spread-pics img,
.paths img,
.about-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.05) saturate(0.88);
}

.spread-pics figure:first-child img {
  min-height: 420px;
}

.spread-pics figure:last-child {
  transform: translateY(28px);
}

.spread-pics figure:last-child img {
  min-height: 280px;
}

.index-block {
  grid-template-columns: 0.9fr 1.1fr;
  background: #e7dcc4;
}

.note {
  font-style: italic;
  color: var(--muted);
}

.catalog {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--ink);
}

.catalog li {
  display: flex;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 2px solid var(--ink);
  font-size: 1.15rem;
}

.catalog span {
  color: var(--rust);
  min-width: 2rem;
}

.place {
  position: relative;
  min-height: 620px;
  color: var(--white);
}

.place img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.15) contrast(1.1);
}

.place-copy {
  position: relative;
  max-width: 34rem;
  margin: 80px 32px;
  padding: 28px;
  background: var(--moss);
}

.about-top {
  grid-template-columns: 0.85fr 1.15fr;
  margin-bottom: 48px;
}

.about-top img {
  min-height: 540px;
}

.drop::first-letter {
  float: left;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 4.4rem;
  line-height: 0.8;
  padding-right: 8px;
  color: var(--rust);
}

.mission {
  background: var(--ink);
  color: var(--white);
  padding: 36px;
  margin-bottom: 48px;
}

.mission h3 {
  color: var(--rust);
}

.guides-title {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.guides {
  border-top: 2px solid var(--ink);
}

.guides article {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 2px solid var(--ink);
}

.guides h4 {
  margin: 0;
  font-size: 1.5rem;
}

.paths figure img {
  min-height: 420px;
}

.services {
  background: var(--ink);
  color: var(--white);
}

.services .kicker {
  color: #e8b39a;
}

.service-board {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  margin-top: 36px;
}

.service-nav {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(247, 241, 228, 0.35);
}

.service-nav button {
  text-align: left;
  background: transparent;
  color: var(--white);
  border: 0;
  border-bottom: 1px solid rgba(247, 241, 228, 0.35);
  padding: 12px 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
  cursor: pointer;
}

.service-nav button.is-active {
  color: var(--rust);
}

.service-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 20px;
}

.service-panel img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.08);
}

.service-body h3 {
  font-size: 2.4rem;
}

.service-body ul {
  margin: 0 0 12px;
  padding-left: 18px;
}

.services-cta {
  margin: 36px 0 0;
}

.river {
  list-style: none;
  margin: 36px 0 0;
  padding: 0 0 0 28px;
  border-left: 3px solid var(--rust);
  display: grid;
  gap: 22px;
}

.river li {
  position: relative;
  padding-left: 18px;
}

.river li::before {
  content: "";
  position: absolute;
  left: -37px;
  top: 6px;
  width: 13px;
  height: 13px;
  background: var(--paper);
  border: 3px solid var(--rust);
}

.river h3 {
  font-size: 1.7rem;
}

.approach-lead {
  max-width: 46rem;
}

.why {
  padding: 64px 32px;
  background: var(--rust);
  color: var(--white);
  border-bottom: 2px solid var(--ink);
}

.why h2 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  max-width: 18ch;
}

.why ul {
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.why li {
  padding: 18px 20px 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.why strong {
  display: block;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.faq-cols {
  columns: 2;
  gap: 36px;
}

.faq details {
  break-inside: avoid;
  border-bottom: 2px solid var(--ink);
  padding: 8px 0 12px;
}

.faq summary {
  cursor: pointer;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 1.35rem;
  text-transform: uppercase;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.cta {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 420px;
  background: var(--moss);
  color: var(--white);
  border-bottom: 2px solid var(--ink);
}

.cta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 360px;
  filter: saturate(0.75);
}

.cta div {
  padding: 48px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta h2 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
}

address {
  font-style: normal;
  display: grid;
  gap: 16px;
}

.studio {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.studio img {
  width: 28px;
  height: 28px;
  border: 1px solid currentColor;
}

.giant {
  font-size: clamp(2.8rem, 6vw, 5rem);
  text-decoration: none;
  color: var(--rust);
}

address a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-decoration: none;
}

address .ico {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin-top: 0.35em;
}

.giant .ico {
  width: 0.45em;
  height: 0.45em;
  flex: 0 0 0.45em;
  margin-top: 0.18em;
}

footer {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  padding: 36px 32px 24px;
  background: #14110e;
  color: #d8cbb6;
}

footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
}

footer a {
  color: #d8cbb6;
  text-decoration: none;
}

.copy {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(216, 203, 182, 0.3);
  padding-top: 14px;
  font-size: 0.88rem;
}

@media (max-width: 980px) {
  .masthead nav {
    display: none;
    position: absolute;
    right: 16px;
    top: 86px;
    flex-direction: column;
    background: var(--paper);
    border: 2px solid var(--ink);
    padding: 12px;
  }

  .masthead nav.open {
    display: flex;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .mast-phone,
  .masthead-line span:nth-child(2) {
    display: none;
  }

  .hero,
  .folio,
  .spread,
  .index-block,
  .about-top,
  .paths,
  .service-board,
  .service-panel,
  .contact,
  .cta,
  footer,
  .why ul {
    grid-template-columns: 1fr;
  }

  .folio-col {
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .spread-pics,
  .guides article {
    grid-template-columns: 1fr;
  }

  .spread-pics figure:last-child {
    transform: none;
  }

  .bg-lines {
    opacity: 0.35;
  }

  .faq-cols {
    columns: 1;
  }

  .hero-shot {
    border-left: 0;
    border-top: 2px solid var(--ink);
  }
}

.bg-lines,
.spark-layer {
  pointer-events: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bg-lines {
  z-index: 0;
  opacity: 0.55;
}

.spark-layer {
  z-index: 70;
}

main,
footer {
  position: relative;
  z-index: 1;
}

.bg-lines .flow {
  fill: none;
  stroke: var(--moss);
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-dasharray: 12 18;
  animation: drift-line 18s linear infinite;
}

.bg-lines .flow-a {
  stroke: var(--rust);
  stroke-width: 1.4;
  animation-duration: 22s;
}

.bg-lines .flow-b {
  animation-duration: 16s;
  animation-direction: reverse;
}

.bg-lines .flow-c {
  stroke: #1a1714;
  opacity: 0.45;
  animation-duration: 26s;
}

.bg-lines .flow-d,
.bg-lines .flow-e {
  stroke: var(--rust);
  stroke-dasharray: 180;
  stroke-dashoffset: 180;
  animation: draw-loop 6s ease-in-out infinite;
}

.bg-lines .flow-e {
  animation-delay: 1.2s;
}

.pulse-dot {
  fill: var(--rust);
  transform-box: fill-box;
  transform-origin: center;
  animation: pulse 2.4s ease-in-out infinite;
}

.pulse-dot.delay {
  animation-delay: 0.6s;
}

.pulse-dot.delay-2 {
  animation-delay: 1.2s;
}

@keyframes drift-line {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -420;
  }
}

@keyframes draw-loop {
  0%,
  100% {
    stroke-dashoffset: 180;
  }
  45%,
  55% {
    stroke-dashoffset: 0;
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.35;
  }
  50% {
    transform: scale(2.1);
    opacity: 1;
  }
}

.spark {
  fill: none;
  stroke: var(--rust);
  stroke-width: 2;
  stroke-linecap: round;
  animation: spark-draw 0.7s ease-out forwards;
}

@keyframes spark-draw {
  from {
    stroke-dashoffset: 80;
    opacity: 1;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}

.click-ring {
  position: fixed;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border: 2px solid var(--rust);
  border-radius: 50%;
  pointer-events: none;
  z-index: 71;
  animation: ring 0.55s ease-out forwards;
}

@keyframes ring {
  to {
    transform: scale(6);
    opacity: 0;
  }
}

.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: transform 0.2s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--rust);
  transform: translateX(-101%);
  transition: transform 0.35s ease;
  z-index: -1;
}

.btn:hover {
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 var(--ink);
  color: var(--white);
  border-color: var(--rust);
}

.btn:hover::after {
  transform: translateX(0);
}

.btn:active {
  transform: translate(0, 0);
  box-shadow: none;
}

.btn.solid:hover {
  color: var(--white);
}

.btn.invert:hover {
  color: var(--white);
  border-color: var(--white);
}

.masthead nav a,
.mast-phone,
.wordmark,
footer a,
.masthead-line a,
address a {
  position: relative;
  transition: color 0.2s ease, transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.masthead nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: var(--rust);
  transition: width 0.25s ease;
}

.masthead nav a:hover::after,
.masthead nav a.is-current::after {
  width: 100%;
}

.wordmark:hover .wordmark-mark {
  animation: spin-mark 0.6s ease;
  border-color: var(--rust);
}

@keyframes spin-mark {
  50% {
    transform: rotate(18deg) scale(1.15);
  }
}

.mast-phone:hover,
.menu-toggle:hover {
  background: var(--rust);
  color: var(--white);
  border-color: var(--rust);
}

.menu-toggle {
  transition: background 0.2s ease, transform 0.2s ease;
}

.menu-toggle:active {
  transform: scale(0.96);
}

.hero h1 span {
  animation: rise 0.85s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero h1 span:nth-child(2) {
  animation-delay: 0.1s;
}

.hero h1 span:nth-child(3) {
  animation-delay: 0.2s;
}

.lede,
.hero-actions {
  animation: rise 0.9s 0.28s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-shot img,
.spread-pics img,
.about-top img,
.paths img,
.service-panel img,
.place img,
.cta img {
  transition: transform 0.7s ease, filter 0.7s ease;
}

.hero-shot:hover img,
.spread-pics figure:hover img,
.about-top figure:hover img,
.paths figure:hover img,
.service-panel figure:hover img,
.cta:hover img {
  transform: scale(1.06);
  filter: contrast(1.12) saturate(1);
}

.hero-shot,
.spread-pics figure,
.about-top figure,
.paths figure,
.service-panel figure,
.cta {
  overflow: hidden;
}

.folio-col,
.catalog li,
.guides article,
.river li,
.why li,
.faq details,
.mission,
.place-copy,
.index-lead,
.contact address {
  transition: transform 0.35s ease, background 0.35s ease, padding 0.35s ease, color 0.25s ease;
}

.folio-col:hover {
  background: rgba(194, 74, 40, 0.08);
  transform: translateY(-4px);
}

.catalog li {
  cursor: default;
}

.catalog li:hover {
  padding-left: 10px;
  background: rgba(26, 23, 20, 0.05);
  color: var(--rust);
}

.guides article:hover,
.river li:hover {
  background: rgba(194, 74, 40, 0.08);
  transform: translateX(8px);
}

.why li:hover {
  transform: translateY(-4px);
  color: #fff4ea;
}

.faq summary {
  transition: color 0.2s ease, letter-spacing 0.2s ease;
}

.faq summary:hover {
  color: var(--rust);
  letter-spacing: 0.02em;
}

.faq details[open] summary {
  color: var(--rust);
}

.service-nav button {
  transition: color 0.2s ease, padding 0.25s ease, letter-spacing 0.25s ease;
}

.service-nav button:hover,
.service-nav button.is-active {
  padding-left: 10px;
  letter-spacing: 0.08em;
}

.service-body,
.service-panel img {
  transition: opacity 0.35s ease, transform 0.45s ease;
}

.service-body.is-out {
  opacity: 0;
  transform: translateY(12px);
}

.service-body.is-in {
  opacity: 1;
  transform: translateY(0);
}

.giant {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease, letter-spacing 0.3s ease, color 0.3s ease;
}

.giant:hover {
  transform: translateX(6px);
  letter-spacing: 0.04em;
  color: var(--ink);
}

footer a:hover {
  color: #fff;
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  animation: none;
}

.reveal.is-visible {
  animation: rise 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal,
  .hero h1 span,
  .lede,
  .hero-actions {
    opacity: 1;
    transform: none;
  }

  .bg-lines {
    display: none;
  }
}
