:root {
  color-scheme: light;
  --ink: #171614;
  --graphite: #222827;
  --paper: #fbf5ea;
  --bone: #e9dfcf;
  --stone: #d8d1c5;
  --smoke: #6c665d;
  --line: #bab4aa;
  --light: #b88735;
  --light-soft: #ead5a6;
  --metal: #566b72;
  --metal-soft: #d3dad8;
  --felt: #6f7168;
  --felt-soft: #dedbd2;
  --clay: #96513f;
  --clay-soft: #d9a08e;
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-padding-top: 4.5rem;
}

body {
  min-width: 320px;
  overflow-x: hidden;
}

.bg-paper {
  background-color: var(--paper);
}

.bg-bone {
  background-color: var(--bone);
}

.bg-ink {
  background-color: var(--ink);
}

.text-ink {
  color: var(--ink);
}

.text-paper {
  color: var(--paper);
}

.text-smoke {
  color: var(--smoke);
}

main {
  overflow: hidden;
}

main > section {
  scroll-margin-top: 4.5rem;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
p,
a,
button,
span,
strong {
  max-width: 100%;
  min-width: 0;
}

::selection {
  background: var(--clay);
  color: var(--paper);
}

.max-w-\[1440px\] {
  width: 100%;
}

.nav-link {
  font-size: 0.76rem;
  position: relative;
  padding-block: 0.35rem;
}

.nav-link::after {
  background: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.24s ease;
  width: 100%;
}

.nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.brand-sign {
  display: inline-grid;
  font-size: 1.9rem !important;
  min-width: 2.5rem;
  position: relative;
}

.brand-sign::after {
  background: linear-gradient(90deg, var(--light), var(--metal), var(--felt));
  content: "";
  height: 0.16rem;
  inset: auto 0 -0.2rem;
  position: absolute;
}

header a[href^="tel"],
#mobileMenu a {
  font-size: 0.76rem;
}

@keyframes r2-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.eyebrow {
  color: var(--smoke);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  line-height: 1.35;
  text-transform: uppercase;
}

.section-pad {
  padding-block: clamp(3rem, 5.2vw, 5.5rem);
}

.section-pad.bg-paper {
  background:
    linear-gradient(180deg, rgba(86, 107, 114, 0.1), transparent 38%),
    linear-gradient(90deg, rgba(184, 135, 53, 0.08) 0 28%, transparent 28% 72%, rgba(111, 113, 104, 0.08) 72% 100%),
    var(--paper);
}

.section-pad.bg-bone {
  background:
    linear-gradient(145deg, rgba(86, 107, 114, 0.12), transparent 44%),
    linear-gradient(315deg, rgba(184, 135, 53, 0.1), transparent 48%),
    var(--bone);
}

.section-title {
  font-family: Oswald, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(1.9rem, 3.45vw, 3.65rem);
  hyphens: none;
  letter-spacing: 0;
  line-height: 1.08;
  margin-top: 1rem;
  overflow-wrap: normal;
  text-wrap: balance;
  text-transform: uppercase;
  word-break: normal;
}

#contacts {
  background:
    linear-gradient(135deg, #171614 0 52%, #222827 52% 82%, #2b241f 82% 100%);
}

#contacts h2 {
  font-size: clamp(2.25rem, 4.8vw, 4.8rem) !important;
}

section.bg-bone.py-12 {
  background:
    linear-gradient(90deg, rgba(184, 135, 53, 0.09), rgba(86, 107, 114, 0.09), rgba(111, 113, 104, 0.09)),
    var(--bone);
}

.primary-action,
.secondary-action {
  align-items: center;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  gap: 0.55rem;
  justify-content: center;
  letter-spacing: 0.16em;
  min-height: 3.25rem;
  padding: 0.9rem 1.1rem;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  text-align: center;
  white-space: normal;
}

.primary-action {
  background: var(--ink);
  color: var(--paper);
}

.primary-action:hover {
  background: var(--clay);
}

.secondary-action {
  border: 1px solid rgba(23, 22, 20, 0.32);
  color: var(--ink);
}

.secondary-action:hover {
  background: var(--ink);
  color: var(--paper);
}

.hero-grid {
  background:
    linear-gradient(90deg, rgba(184, 135, 53, 0.1) 0 32%, rgba(86, 107, 114, 0.08) 32% 66%, rgba(111, 113, 104, 0.08) 66% 100%),
    linear-gradient(180deg, var(--paper), var(--bone)),
    var(--paper);
}

.hero-grid > div > div:first-child {
  background:
    linear-gradient(180deg, rgba(251, 245, 234, 0.96), rgba(233, 223, 207, 0.88)),
    var(--bone);
  border-color: rgba(23, 22, 20, 0.18);
}

.hero-panel {
  box-shadow: inset 0 0 0 1px rgba(251, 245, 234, 0.68);
  overflow: hidden;
  position: relative;
}

.hero-panel::before {
  background:
    linear-gradient(90deg, var(--light) 0 33.33%, var(--metal) 33.33% 66.66%, var(--felt) 66.66% 100%);
  content: "";
  height: 0.42rem;
  inset: 0 0 auto;
  position: absolute;
}

.hero-panel::after {
  background:
    linear-gradient(90deg, rgba(23, 22, 20, 0.045) 1px, transparent 1px) 0 0 / 25% 100%,
    linear-gradient(180deg, transparent 0 72%, rgba(184, 135, 53, 0.08) 72% 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-panel > * {
  position: relative;
  z-index: 1;
}

.hero-title {
  color: var(--ink);
  font-size: clamp(2.7rem, 4vw, 3.6rem);
  line-height: 1.02;
  text-wrap: balance;
}

.hero-lead {
  color: rgba(23, 22, 20, 0.68);
}

.hero-materials {
  border-top: 1px solid rgba(23, 22, 20, 0.14);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
  overflow: hidden;
}

.hero-materials span {
  background: rgba(251, 245, 234, 0.58);
  color: rgba(23, 22, 20, 0.66);
  display: grid;
  font-size: 0.84rem;
  gap: 0.45rem;
  grid-template-columns: 1fr;
  line-height: 1.35;
  min-height: 5.35rem;
  padding: 1rem 1.05rem;
}

.hero-materials b {
  color: var(--ink);
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-materials span:nth-child(1) b {
  color: #7c5418;
}

.hero-materials span:nth-child(2) b {
  color: #2c454b;
}

.hero-materials span:nth-child(3) b {
  color: #56564f;
}

.hero-directions {
  perspective: 1000px;
}

.direction-hero {
  border: 1px solid rgba(23, 22, 20, 0.14);
  color: var(--paper);
  display: grid;
  min-height: 14rem;
  overflow: hidden;
  position: relative;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.direction-hero:hover {
  border-color: rgba(251, 245, 234, 0.34);
  box-shadow: 0 24px 80px rgba(23, 22, 20, 0.14);
  transform: translateY(-3px);
}

.direction-hero img {
  filter: saturate(0.95);
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: transform 0.42s ease;
  width: 100%;
}

.direction-light img {
  object-position: center 42%;
}

.direction-metal img {
  object-position: center 36%;
}

.direction-felt img {
  object-position: center 50%;
}

.direction-hero:hover img {
  transform: scale(1.04);
}

.direction-hero::after {
  content: "";
  inset: 0;
  position: absolute;
}

.direction-light::after {
  background: linear-gradient(90deg, rgba(23, 22, 20, 0.88), rgba(184, 135, 53, 0.28));
}

.direction-metal::after {
  background: linear-gradient(90deg, rgba(23, 22, 20, 0.9), rgba(86, 107, 114, 0.48));
}

.direction-felt::after {
  background: linear-gradient(90deg, rgba(23, 22, 20, 0.88), rgba(111, 113, 104, 0.44));
}

.direction-hero__body {
  align-self: end;
  max-width: 45rem;
  padding: clamp(1.1rem, 2.6vw, 2rem);
  position: relative;
  z-index: 1;
}

.hero-panel,
.direction-hero,
.proof-intro,
.metric,
.direction-copy,
.direction-visual,
.material-card,
.case-feature,
.case-mini,
.route-stage,
.project-card {
  animation: r2-rise 0.62s ease both;
}

.direction-hero:nth-child(2),
.metric:nth-child(2),
.material-card:nth-child(2),
.case-mini:nth-child(2),
.route-stage:nth-child(2),
.project-card:nth-child(2) {
  animation-delay: 0.05s;
}

.direction-hero:nth-child(3),
.metric:nth-child(3),
.material-card:nth-child(3),
.route-stage:nth-child(3),
.project-card:nth-child(3) {
  animation-delay: 0.1s;
}

@media (prefers-reduced-motion: reduce) {
  .hero-panel,
  .direction-hero,
  .proof-intro,
  .metric,
  .direction-copy,
  .direction-visual,
  .material-card,
  .case-feature,
  .case-mini,
  .route-stage,
  .project-card {
    animation: none;
  }
}

.direction-hero__body span {
  color: rgba(251, 245, 234, 0.72);
  display: block;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.direction-hero__body h2 {
  font-family: Oswald, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(1.28rem, 2vw, 2.1rem);
  line-height: 1.08;
  margin-top: 0.7rem;
  max-width: 22ch;
  text-transform: uppercase;
}

.direction-hero__body p {
  color: rgba(251, 245, 234, 0.8);
  line-height: 1.55;
  margin-top: 0.75rem;
  max-width: 34rem;
}

.proof-section {
  background:
    linear-gradient(90deg, rgba(251, 245, 234, 0.16) 1px, transparent 1px) 0 0 / 12.5% 100%,
    linear-gradient(135deg, #171614 0 48%, #222827 48% 74%, #242b22 74% 100%);
  color: var(--paper);
  padding-block: clamp(3rem, 5.2vw, 5.25rem);
}

.proof-intro {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 25rem;
  padding-block: 0.4rem;
}

.proof-intro .eyebrow {
  color: rgba(251, 245, 234, 0.56);
}

.proof-intro h2 {
  font-family: Oswald, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(1.75rem, 2.85vw, 2.9rem);
  hyphens: none;
  line-height: 1.08;
  margin-top: 1.4rem;
  max-width: 18ch;
  overflow-wrap: normal;
  text-transform: uppercase;
  word-break: normal;
}

.proof-intro p:not(.eyebrow) {
  color: rgba(251, 245, 234, 0.68);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-top: 1.8rem;
  max-width: 33rem;
}

.metrics-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 25rem;
}

.metric {
  background: rgba(251, 245, 234, 0.07);
  border: 1px solid rgba(251, 245, 234, 0.13);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 12rem;
  overflow: hidden;
  padding: clamp(1.15rem, 2.4vw, 2rem);
  position: relative;
}

.metric::before {
  background: var(--paper);
  content: "";
  height: 0.28rem;
  inset: 0 0 auto;
  position: absolute;
}

.metric-experience::before {
  background: var(--light);
}

.metric-projects::before {
  background: var(--metal-soft);
}

.metric-directions::before {
  background: var(--felt-soft);
}

.metric-contractor::before {
  background: var(--clay-soft);
}

.metric-experience {
  background: linear-gradient(145deg, rgba(184, 135, 53, 0.2), rgba(23, 22, 20, 0.84));
}

.metric-projects {
  background: linear-gradient(145deg, rgba(86, 107, 114, 0.28), rgba(23, 22, 20, 0.82));
}

.metric-directions {
  background: linear-gradient(145deg, rgba(111, 113, 104, 0.26), rgba(23, 22, 20, 0.82));
}

.metric-contractor {
  background: linear-gradient(145deg, rgba(150, 81, 63, 0.26), rgba(23, 22, 20, 0.84));
}

.metric strong {
  display: block;
  font-family: Oswald, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(2.8rem, 5.6vw, 5.1rem);
  line-height: 0.9;
}

.metric span {
  color: var(--paper);
  display: block;
  font-size: clamp(0.64rem, 0.86vw, 0.72rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.45;
  margin-top: 1.1rem;
  max-width: 19rem;
  text-transform: uppercase;
}

.metric p {
  color: rgba(251, 245, 234, 0.64);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-top: 1.75rem;
  max-width: 24rem;
}

.direction-section {
  padding-block: clamp(3.25rem, 5.5vw, 5.75rem);
}

.direction-section-light {
  background:
    linear-gradient(120deg, rgba(184, 135, 53, 0.16) 0 32%, transparent 32%),
    linear-gradient(180deg, #f6ead5, #eee0c6);
}

.direction-section-metal {
  background:
    linear-gradient(120deg, rgba(86, 107, 114, 0.17) 0 34%, transparent 34%),
    linear-gradient(180deg, #dde3e0, #cbd2cf);
}

.direction-section-felt {
  background:
    linear-gradient(120deg, rgba(111, 113, 104, 0.14) 0 34%, transparent 34%),
    linear-gradient(180deg, #e8e3da, #d4cec2);
}

.direction-section-light .eyebrow,
.direction-section-light .direction-copy h2 {
  color: #4f3919;
}

.direction-section-metal .eyebrow,
.direction-section-metal .direction-copy h2 {
  color: #253b41;
}

.direction-section-felt .eyebrow,
.direction-section-felt .direction-copy h2 {
  color: #45443e;
}

.direction-copy {
  align-self: center;
}

.direction-copy h2 {
  font-family: Oswald, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(1.42rem, 2.45vw, 2.55rem);
  hyphens: none;
  line-height: 1.08;
  margin-top: 1rem;
  max-width: 26ch;
  overflow-wrap: normal;
  text-transform: uppercase;
  word-break: normal;
}

.direction-copy p:not(.eyebrow) {
  color: rgba(23, 22, 20, 0.7);
  font-size: 1.08rem;
  line-height: 1.85;
  margin-top: 1.6rem;
  max-width: 42rem;
}

.capability-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2.2rem;
}

.capability-grid span {
  background: rgba(251, 245, 234, 0.62);
  border: 1px solid rgba(23, 22, 20, 0.1);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.35;
  min-height: 4.4rem;
  padding: 1rem;
}

.direction-visual {
  align-self: stretch;
  border: 1px solid rgba(23, 22, 20, 0.14);
  display: grid;
  min-height: 28rem;
  overflow: hidden;
  position: relative;
}

.direction-visual img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.direction-visual::after {
  background: linear-gradient(180deg, rgba(23, 22, 20, 0.02), rgba(23, 22, 20, 0.62));
  content: "";
  inset: 0;
  position: absolute;
}

.visual-note {
  align-self: end;
  color: var(--paper);
  font-size: clamp(0.95rem, 1.55vw, 1.25rem);
  font-weight: 600;
  line-height: 1.45;
  max-width: 34rem;
  padding: 1.5rem;
  position: relative;
  z-index: 1;
}

.materials-section {
  background:
    linear-gradient(90deg, rgba(23, 22, 20, 0.05) 1px, transparent 1px) 0 0 / 12.5% 100%,
    linear-gradient(180deg, var(--stone), var(--bone));
}

.materials-intro {
  align-self: center;
}

.materials-intro .section-title {
  max-width: 15ch;
}

.materials-intro p:not(.eyebrow) {
  color: rgba(23, 22, 20, 0.68);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-top: 1.5rem;
  max-width: 38rem;
}

.material-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 0;
}

.material-card {
  border: 1px solid rgba(23, 22, 20, 0.12);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  min-height: 20rem;
  overflow: hidden;
  padding: clamp(1.2rem, 2vw, 1.8rem);
  position: relative;
}

.material-card::before {
  content: "";
  inset: 0;
  position: absolute;
}

.material-card::after {
  background: rgba(23, 22, 20, 0.2);
  content: "";
  height: 1px;
  inset: 1rem 1rem auto;
  position: absolute;
}

.material-card > * {
  position: relative;
  z-index: 1;
}

.material-card span,
.case-feature__content > span,
.case-mini span {
  display: block;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.material-card span {
  font-size: 0.54rem;
  letter-spacing: 0.16em;
}

.material-card h3 {
  font-family: Oswald, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.42rem);
  hyphens: none;
  line-height: 1.16;
  margin-top: auto;
  overflow-wrap: normal;
  text-wrap: balance;
  text-transform: uppercase;
  word-break: normal;
}

.material-card p {
  color: rgba(23, 22, 20, 0.68);
  line-height: 1.65;
  margin-top: 1rem;
}

.material-card-light {
  background: linear-gradient(180deg, #f0dfb6, #d9bd76);
  color: #3f2a10;
}

.material-card-light::before {
  background:
    radial-gradient(circle at 70% 18%, rgba(251, 245, 234, 0.5), transparent 18rem),
    repeating-linear-gradient(90deg, rgba(63, 42, 16, 0.12) 0 1px, transparent 1px 2.2rem);
}

.material-card-metal {
  background: linear-gradient(180deg, #cfd7d5, #8f9b9b);
  color: #203338;
}

.material-card-metal::before {
  background:
    linear-gradient(135deg, rgba(251, 245, 234, 0.28), transparent 40%),
    repeating-linear-gradient(0deg, rgba(32, 51, 56, 0.13) 0 1px, transparent 1px 1.8rem);
}

.material-card-felt {
  background: linear-gradient(180deg, #dedbd2, #aaa69a);
  color: #36342f;
}

.material-card-felt::before {
  background:
    radial-gradient(circle at 20% 25%, rgba(251, 245, 234, 0.24), transparent 13rem),
    radial-gradient(circle at 70% 68%, rgba(54, 52, 47, 0.16), transparent 12rem);
}

.case-section {
  background:
    linear-gradient(180deg, var(--paper), #e2d8c9);
}

.case-heading {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 34rem);
  margin-bottom: 2rem;
}

.case-heading p:not(.eyebrow) {
  align-self: end;
  color: rgba(23, 22, 20, 0.68);
  font-size: 1.05rem;
  line-height: 1.75;
}

.case-feature {
  border: 1px solid rgba(23, 22, 20, 0.14);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(25rem, 0.9fr);
  min-height: 36rem;
}

.case-feature__media {
  min-height: 28rem;
  overflow: hidden;
  position: relative;
}

.case-feature__media::after {
  background: linear-gradient(180deg, rgba(23, 22, 20, 0.02), rgba(23, 22, 20, 0.34));
  content: "";
  inset: 0;
  position: absolute;
}

.case-feature__media img,
.case-mini img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.case-feature__media img {
  object-position: center 42%;
  position: absolute;
}

.case-feature__content {
  background:
    linear-gradient(135deg, rgba(34, 40, 39, 0.08), transparent 44%),
    var(--bone);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.case-feature__content > span,
.case-mini span {
  color: var(--smoke);
}

.case-feature__content h3 {
  font-family: Oswald, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(1.6rem, 2.45vw, 2.65rem);
  hyphens: none;
  line-height: 1.08;
  margin-top: 1rem;
  max-width: 18ch;
  overflow-wrap: normal;
  text-transform: uppercase;
  word-break: normal;
}

.case-points {
  display: grid;
  gap: 1px;
  margin-top: 2rem;
}

.case-points p {
  background: rgba(251, 245, 234, 0.52);
  border: 1px solid rgba(23, 22, 20, 0.1);
  color: rgba(23, 22, 20, 0.68);
  line-height: 1.65;
  padding: 1rem;
}

.case-points b {
  color: var(--ink);
  display: block;
  margin-bottom: 0.35rem;
}

.case-mini-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.case-mini {
  background: var(--graphite);
  color: var(--paper);
  display: grid;
  min-height: 20rem;
  overflow: hidden;
  position: relative;
}

.case-mini::after {
  background: linear-gradient(180deg, transparent, rgba(23, 22, 20, 0.78));
  content: "";
  inset: 0;
  position: absolute;
}

.case-mini img {
  inset: 0;
  position: absolute;
}

.case-mini div {
  align-self: end;
  padding: 1.35rem;
  position: relative;
  z-index: 1;
}

.case-mini h3 {
  font-family: Oswald, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(1.3rem, 1.8vw, 1.95rem);
  hyphens: none;
  line-height: 1.1;
  margin-top: 0.7rem;
  max-width: 22ch;
  overflow-wrap: normal;
  text-transform: uppercase;
  word-break: normal;
}

.workflow-section {
  background:
    linear-gradient(90deg, rgba(251, 245, 234, 0.12) 1px, transparent 1px) 0 0 / 12.5% 100%,
    linear-gradient(135deg, #171614 0 58%, #222827 58% 100%);
  color: var(--paper);
}

.workflow-section,
.workflow-section * {
  min-width: 0;
}

.workflow-section .eyebrow {
  color: rgba(251, 245, 234, 0.52);
}

.workflow-section .section-title {
  color: var(--paper);
  font-size: clamp(1.75rem, 2.95vw, 3.05rem);
  max-width: 17ch;
}

.workflow-module {
  align-items: start;
  display: grid;
  gap: 1px;
  grid-template-columns: minmax(0, 0.95fr) minmax(30rem, 1.05fr);
}

.workflow-visual-card {
  background: var(--graphite);
  display: grid;
  min-height: 36rem;
  overflow: hidden;
  position: relative;
}

.workflow-visual-card img {
  filter: saturate(0.86);
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 42%;
  position: absolute;
  width: 100%;
}

.workflow-visual-card::after {
  background:
    linear-gradient(180deg, rgba(23, 22, 20, 0.12), rgba(23, 22, 20, 0.78)),
    linear-gradient(135deg, rgba(184, 135, 53, 0.18), transparent 42%, rgba(111, 113, 104, 0.2));
  content: "";
  inset: 0;
  position: absolute;
}

.workflow-visual-card__body {
  align-self: end;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  position: relative;
  z-index: 1;
}

.workflow-visual-card__body h2 {
  color: var(--paper);
  font-family: Oswald, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(1.7rem, 2.9vw, 3rem);
  hyphens: none;
  line-height: 1.08;
  margin-top: 1rem;
  max-width: 17ch;
  overflow-wrap: normal;
  text-transform: uppercase;
}

.workflow-system-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(2rem, 4vw, 3rem);
}

.workflow-system-grid span {
  align-items: center;
  background: rgba(251, 245, 234, 0.1);
  border: 1px solid rgba(251, 245, 234, 0.16);
  color: rgba(251, 245, 234, 0.82);
  display: flex;
  font-size: 0.84rem;
  gap: 0.55rem;
  min-height: 4rem;
  padding: 0.8rem;
}

.workflow-system-grid svg {
  color: var(--light-soft);
  height: 1rem;
  width: 1rem;
}

.workflow-panel {
  background:
    linear-gradient(135deg, rgba(251, 245, 234, 0.08), transparent 48%),
    rgba(251, 245, 234, 0.045);
  border: 1px solid rgba(251, 245, 234, 0.12);
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.workflow-panel > p:not(.eyebrow) {
  color: rgba(251, 245, 234, 0.68);
  font-size: 1.03rem;
  line-height: 1.75;
  margin-top: 1.4rem;
  max-width: 42rem;
}

.route-track {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: clamp(1.5rem, 3vw, 2.25rem) 0 0;
  padding: 0;
  position: relative;
}

.route-track::before {
  background: linear-gradient(180deg, var(--light), var(--metal), var(--felt), var(--clay));
  content: "";
  display: none;
  inset: 0 auto 0 1.15rem;
  position: absolute;
  width: 0.18rem;
  z-index: 2;
}

.route-stage {
  background: rgba(251, 245, 234, 0.065);
  border: 1px solid rgba(251, 245, 234, 0.12);
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 2.6rem minmax(0, 1fr);
  min-height: 0;
  padding: 0.95rem 1rem;
  position: relative;
}

.route-stage::after {
  background: rgba(251, 245, 234, 0.18);
  content: "";
  height: 0.6rem;
  left: 0.92rem;
  position: absolute;
  top: 1.45rem;
  width: 0.6rem;
  z-index: 3;
}

.route-stage > span {
  color: rgba(251, 245, 234, 0.46);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.route-stage h3 {
  color: var(--paper);
  font-family: Oswald, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(1.08rem, 1.28vw, 1.35rem);
  hyphens: none;
  line-height: 1.12;
  overflow-wrap: normal;
  text-transform: uppercase;
  word-break: normal;
}

.route-stage p {
  color: rgba(251, 245, 234, 0.62);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-top: 0.55rem;
  overflow-wrap: break-word;
}

.route-stage:nth-child(5) {
  grid-column: 1 / -1;
}

.filter-btn {
  border: 1px solid rgba(23, 22, 20, 0.22);
  color: rgba(23, 22, 20, 0.68);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  padding: 0.75rem 0.95rem;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.filter-btn:hover,
.filter-btn.is-active {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.filter-btn[data-filter="light"]:hover,
.filter-btn[data-filter="light"].is-active {
  background: #7c5418;
  border-color: #7c5418;
}

.filter-btn[data-filter="metal"]:hover,
.filter-btn[data-filter="metal"].is-active {
  background: #2c454b;
  border-color: #2c454b;
}

.filter-btn[data-filter="felt"]:hover,
.filter-btn[data-filter="felt"].is-active {
  background: #56564f;
  border-color: #56564f;
}

.project-card {
  background: var(--paper);
  border: 1px solid rgba(23, 22, 20, 0.12);
  display: grid;
  min-height: 27rem;
  overflow: hidden;
  position: relative;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.project-card[hidden] {
  display: none;
}

.project-card img {
  filter: saturate(0.94);
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: transform 0.42s ease, filter 0.42s ease;
  width: 100%;
}

.project-card::after {
  background:
    linear-gradient(180deg, rgba(23, 22, 20, 0.02), rgba(23, 22, 20, 0.78)),
    linear-gradient(90deg, rgba(184, 135, 53, 0.1), rgba(86, 107, 114, 0.08), rgba(111, 113, 104, 0.1));
  content: "";
  inset: 0;
  position: absolute;
}

.project-card::before {
  background: rgba(251, 245, 234, 0.72);
  content: "";
  height: 1px;
  inset: 1rem 1rem auto;
  position: absolute;
  z-index: 1;
}

.project-card:hover img {
  filter: saturate(1.04);
  transform: scale(1.04);
}

.project-card:hover {
  border-color: rgba(23, 22, 20, 0.28);
  box-shadow: 0 28px 70px rgba(23, 22, 20, 0.16);
  transform: translateY(-4px);
}

.project-card__body {
  align-self: end;
  color: var(--paper);
  display: grid;
  gap: 0.65rem;
  padding: clamp(1.2rem, 2vw, 1.7rem);
  position: relative;
  z-index: 1;
}

.project-card span {
  display: block;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  opacity: 0.72;
  text-transform: uppercase;
}

.project-card h3 {
  font-family: Oswald, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(1.32rem, 2vw, 2.15rem);
  hyphens: none;
  line-height: 1.08;
  overflow-wrap: normal;
  text-transform: uppercase;
  word-break: normal;
}

.project-card p {
  color: rgba(251, 245, 234, 0.74);
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 30rem;
}

.project-card--featured {
  min-height: 33rem;
}

.project-card--featured h3 {
  font-size: clamp(1.62rem, 2.65vw, 2.9rem);
  max-width: 18ch;
}

.project-card--featured p {
  font-size: 1.05rem;
  max-width: 34rem;
}

.brand-logo {
  aspect-ratio: 1 / 1;
  filter: grayscale(1);
  height: 4.6rem;
  justify-self: center;
  object-fit: contain;
  transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  width: 4.6rem;
}

.brand-logo:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-2px);
}

#contacts,
#contacts * {
  min-width: 0;
}

.contact-row {
  align-items: center;
  border-bottom: 1px solid rgba(251, 245, 234, 0.16);
  color: var(--paper);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 9.5rem;
  padding: 1.5rem;
  transition: background 0.2s ease;
}

.contact-row:hover {
  background: rgba(251, 245, 234, 0.08);
}

.contact-row > span {
  color: rgba(251, 245, 234, 0.5);
  display: block;
  font-size: 0.66rem;
  font-weight: 800;
  grid-column: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.contact-row strong {
  display: block;
  font-size: clamp(0.98rem, 1.6vw, 1.32rem);
  font-weight: 600;
  grid-column: 1;
  line-height: 1.35;
  overflow-wrap: break-word;
  word-break: normal;
}

.contact-row svg {
  color: rgba(251, 245, 234, 0.62);
  grid-column: 2;
  grid-row: 1 / span 2;
  height: 1.35rem;
  justify-self: end;
  width: 1.35rem;
}

@media (max-width: 1024px) {
  .direction-copy h2 {
    max-width: 100%;
  }

  .workflow-module {
    grid-template-columns: 1fr;
  }

  .workflow-visual-card {
    min-height: 32rem;
  }

  .case-heading,
  .case-feature {
    grid-template-columns: 1fr;
  }

  .case-feature {
    min-height: 0;
  }
}

@media (max-width: 1180px) {
  .workflow-module {
    grid-template-columns: 1fr;
  }

  .workflow-visual-card {
    min-height: 34rem;
  }
}

@media (min-width: 1024px) {
  .hero-grid > div {
    height: calc(100svh - 4rem);
    min-height: 41rem;
  }

  .hero-directions,
  .hero-directions .direction-hero {
    min-height: 0;
  }

  .hero-directions .direction-hero__body h2 {
    font-size: clamp(1.28rem, 1.95vw, 1.95rem);
  }

  .hero-directions .direction-hero__body p {
    display: none;
  }

  .hero-lead {
    font-size: 1rem;
    line-height: 1.75;
  }

  .hero-actions {
    margin-top: 1.5rem;
  }
}

@media (max-width: 640px) {
  .hero-grid h1 {
    font-size: clamp(2.25rem, 11vw, 3rem);
  }

  .hero-materials {
    grid-template-columns: 1fr;
  }

  .hero-materials span {
    align-items: center;
    gap: 0.85rem;
    grid-template-columns: 5.4rem minmax(0, 1fr);
    min-height: 3.7rem;
    padding: 0.85rem 1rem;
  }

  .proof-section {
    background:
      linear-gradient(90deg, rgba(251, 245, 234, 0.18) 1px, transparent 1px) 0 0 / 50% 100%,
      linear-gradient(135deg, #171614 0 46%, #222827 46% 72%, #242b22 72% 100%);
  }

  .proof-intro {
    min-height: auto;
  }

  .proof-intro h2 {
    font-size: clamp(1.65rem, 7.1vw, 2.2rem);
    max-width: 100%;
  }

  .proof-intro p:not(.eyebrow) {
    margin-top: 1.4rem;
  }

  .metrics-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .metric {
    min-height: 13.5rem;
  }

  .section-title {
    font-size: clamp(1.65rem, 7.1vw, 2.2rem);
  }

  .direction-hero {
    min-height: 19rem;
  }

  .direction-copy h2 {
    font-size: clamp(1.32rem, 5.7vw, 1.82rem);
    max-width: 100%;
  }

  .capability-grid {
    grid-template-columns: 1fr;
  }

  .material-grid,
  .case-mini-grid {
    grid-template-columns: 1fr;
  }

  .materials-intro .section-title {
    font-size: clamp(1.65rem, 7.1vw, 2.2rem);
    max-width: 100%;
  }

  .material-grid {
    min-height: 0;
  }

  .material-card {
    min-height: 21rem;
  }

  .material-card h3 {
    font-size: clamp(1rem, 4.6vw, 1.34rem);
    margin-top: 4.5rem;
  }

  .case-heading {
    gap: 1.25rem;
  }

  .case-feature__media {
    min-height: 19rem;
  }

  .case-feature__content h3 {
    font-size: clamp(1.48rem, 6.4vw, 2.02rem);
    max-width: 100%;
  }

  .case-points p {
    padding: 0.9rem;
  }

  .workflow-section .section-title {
    font-size: clamp(1.6rem, 6.9vw, 2.12rem);
    max-width: 100%;
  }

  .workflow-panel,
  .workflow-visual-card__body {
    padding: 1.25rem;
  }

  .workflow-visual-card {
    min-height: 28rem;
  }

  .workflow-visual-card__body h2 {
    font-size: clamp(1.45rem, 6.3vw, 2rem);
    max-width: 100%;
  }

  .workflow-system-grid {
    grid-template-columns: 1fr;
  }

  .direction-visual {
    min-height: 24rem;
  }

  .project-card,
  .route-stage {
    min-height: auto;
  }

  .route-track {
    grid-template-columns: 1fr;
  }

  .route-track::before {
    display: block;
    height: 100%;
    inset: 0 auto 0 0;
    width: 0.18rem;
  }

  .route-stage:nth-child(5) {
    grid-column: auto;
  }

  .route-stage {
    gap: 1rem;
    grid-template-columns: 3.2rem minmax(0, 1fr);
    min-height: auto;
  }

  .route-stage::after {
    left: -0.21rem;
    top: 1.45rem;
  }

  .project-card {
    min-height: 22rem;
  }

  .project-card h3 {
    font-size: clamp(1.25rem, 5.6vw, 1.72rem);
    max-width: 100%;
  }

  .project-card--featured h3 {
    font-size: clamp(1.42rem, 6.2vw, 1.95rem);
    max-width: 100%;
  }

  .primary-action,
  .secondary-action,
  .filter-btn {
    font-size: 0.64rem;
    letter-spacing: 0.12em;
  }

  .contact-row {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 1.35rem 1rem;
  }

  .contact-row svg {
    display: none;
  }

  .contact-row strong {
    overflow-wrap: break-word;
  }
}
