:root {
  --ink-950: #0d0e0e;
  --ink-900: #101111;
  --ink-850: #121313;
  --bone-100: #f1e7dc;
  --copper-500: #b97751;
  --acid-400: #d9f20d;
  --line-soft: rgba(235, 225, 212, 0.14);
  --line-faint: rgba(235, 225, 212, 0.055);
}

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

html,
body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: var(--ink-950);
}

.site-background {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 34%, rgba(119, 83, 59, 0.055), transparent 27%),
    radial-gradient(circle at 34% 27%, rgba(255, 255, 255, 0.018), transparent 34%),
    linear-gradient(180deg, #101111 0%, #0e0f0f 71.6%, #0e0f0f 100%);
}

.site-background::before {
  position: absolute;
  z-index: 6;
  top: 3.15%;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(239, 229, 218, 0.12) 7%, rgba(239, 229, 218, 0.12) 93%, transparent);
}

.site-background::after {
  position: absolute;
  z-index: 6;
  top: 71.6vh;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(235, 225, 212, 0.19), rgba(235, 225, 212, 0.08) 72%, rgba(235, 225, 212, 0.15));
}

.architectural-grid {
  position: absolute;
  z-index: 1;
  top: 6.4%;
  right: 6.8%;
  bottom: 28.4%;
  left: 48.6%;
  opacity: 0.55;
  background-image:
    linear-gradient(var(--line-faint) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-faint) 1px, transparent 1px),
    linear-gradient(28deg, transparent 49.82%, rgba(216, 203, 188, 0.07) 50%, transparent 50.18%),
    linear-gradient(151deg, transparent 49.84%, rgba(216, 203, 188, 0.055) 50%, transparent 50.16%);
  background-position: 0 0, 0 0, center, center;
  background-size: clamp(54px, 5.4vw, 88px) clamp(54px, 5.4vw, 88px), clamp(54px, 5.4vw, 88px) clamp(54px, 5.4vw, 88px), 100% 100%, 100% 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 88%, transparent 100%);
}

.architectural-grid::before,
.architectural-grid::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(216, 203, 188, 0.07);
  border-radius: 50%;
}

.architectural-grid::before {
  width: min(46vw, 720px);
  aspect-ratio: 1;
  top: 5%;
  left: 9%;
}

.architectural-grid::after {
  width: min(31vw, 490px);
  aspect-ratio: 1;
  top: 18%;
  left: 25%;
}

.hero-haze {
  position: absolute;
  z-index: 0;
  top: 8%;
  right: 7%;
  width: 48%;
  height: 61%;
  opacity: 0.72;
  background:
    radial-gradient(ellipse at 62% 45%, rgba(167, 112, 76, 0.055), transparent 40%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.008) 45%, transparent);
  filter: blur(18px);
}

.lower-band {
  position: absolute;
  z-index: 0;
  top: 71.6vh;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.012), transparent 42%),
    #0e0f0f;
}

.manifesto-surface {
  position: absolute;
  z-index: 1;
  top: 71.6vh;
  right: 0;
  bottom: 0;
  width: 28.2%;
  border-left: 1px solid rgba(235, 225, 212, 0.055);
  background:
    radial-gradient(circle at 73% 20%, rgba(185, 119, 81, 0.045), transparent 44%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.018), transparent 58%),
    #111212;
}

.manifesto-surface::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.3;
  background-image:
    linear-gradient(135deg, transparent 49.7%, rgba(255, 255, 255, 0.025) 50%, transparent 50.3%),
    linear-gradient(45deg, transparent 49.75%, rgba(255, 255, 255, 0.018) 50%, transparent 50.25%);
  background-size: 28px 28px, 37px 37px;
}

.paper-grain {
  position: absolute;
  z-index: 5;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image:
    repeating-radial-gradient(circle at 17% 29%, rgba(255, 255, 255, 0.025) 0 0.35px, transparent 0.55px 3px),
    repeating-radial-gradient(circle at 73% 67%, rgba(0, 0, 0, 0.22) 0 0.4px, transparent 0.6px 4px);
  background-size: 5px 5px, 7px 7px;
  mix-blend-mode: soft-light;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

.h1,
.h2,
.h3,
.t1,
.t2,
.t3,
.btn,
.lnk {
  margin: 0;
}

.h1,
.h2,
.h3,
.t1,
.t2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
}

.h1 {
  color: var(--bone-100);
  font-size: clamp(4.15rem, 5.25vw, 5.25rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.h2 {
  color: var(--bone-100);
  font-size: clamp(2.15rem, 3.2vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.h3 {
  color: var(--bone-100);
  font-size: clamp(1.45rem, 1.8vw, 1.75rem);
  line-height: 1;
  text-transform: uppercase;
}

.t1 {
  color: rgba(241, 231, 220, 0.92);
  font-size: clamp(1.16rem, 1.5vw, 1.45rem);
  line-height: 1.3;
}

.t2 {
  color: rgba(241, 231, 220, 0.9);
  font-size: clamp(0.93rem, 1.03vw, 1.06rem);
  line-height: 1.15;
}

.t3,
.btn,
.lnk,
.brand-tagline {
  font-family: Manrope, Arial, sans-serif;
}

.t3 {
  color: rgba(241, 231, 220, 0.68);
  font-size: 0.56rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.btn,
.lnk {
  font-size: 0.67rem;
  font-weight: 500;
  letter-spacing: 0.21em;
  text-transform: uppercase;
}

.page-content {
  position: relative;
  z-index: 10;
  width: 100%;
}

.site-header {
  position: relative;
  z-index: 20;
}

.utility-bar {
  display: flex;
  height: 3.15vh;
  min-height: 30px;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.95%;
  border-bottom: 1px solid rgba(241, 231, 220, 0.08);
}

.domain-link {
  color: rgba(241, 231, 220, 0.88);
  text-transform: lowercase;
}

.utility-meta {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.utility-separator {
  width: 1px;
  height: 15px;
  background: rgba(241, 231, 220, 0.18);
}

.nav {
  position: relative;
  display: grid;
  min-height: 104px;
  grid-template-columns: 31% 39% 30%;
  align-items: center;
  padding: 0 3.95%;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 1rem;
}

.brand-mark {
  display: block;
  width: 45px;
  height: 55px;
  object-fit: contain;
  filter: saturate(0.72) brightness(0.8) contrast(1.05);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
}

.brand-name {
  color: var(--bone-100);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.48rem;
  line-height: 1;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.brand-tagline {
  color: rgba(241, 231, 220, 0.56);
  font-size: 0.46rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.5rem, 3.1vw, 3.15rem);
}

.nav-link {
  position: relative;
  color: rgba(241, 231, 220, 0.78);
  white-space: nowrap;
  transition: color 180ms ease;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: var(--bone-100);
}

.nav-link.is-active {
  color: var(--bone-100);
}

.nav-link.is-active::after {
  position: absolute;
  right: 0;
  bottom: -0.75rem;
  left: 0;
  height: 1px;
  content: "";
  background: var(--copper-500);
}

.nav-aside {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.7rem;
}

.search-button {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.search-button img {
  display: block;
  width: 94px;
  height: 94px;
  object-fit: contain;
  opacity: 0.82;
  transition: opacity 180ms ease, transform 180ms ease;
}

.search-button:hover img,
.search-button:focus-visible img {
  opacity: 1;
  transform: scale(1.05);
}

.nav-aside-line {
  width: 1px;
  height: 43px;
  background: rgba(241, 231, 220, 0.26);
}

.nav-statement {
  position: relative;
  padding-left: 1.15rem;
  color: rgba(241, 231, 220, 0.64);
  line-height: 1.55;
}

.nav-statement::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  content: "";
  background: var(--acid-400);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 11px 7px;
  border: 1px solid rgba(241, 231, 220, 0.2);
  background: transparent;
}

.menu-button span {
  display: block;
  width: 100%;
  height: 1px;
  margin: 5px 0;
  background: var(--bone-100);
}

.hero {
  display: grid;
  min-height: calc(71.6vh - max(3.15vh, 30px) - 104px);
  grid-template-columns: 50.5% 49.5%;
}

.hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem 4% 2.1rem;
}

.eyebrow-row,
.service-heading-row {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.eyebrow-row {
  margin-bottom: clamp(1.15rem, 2.2vh, 1.7rem);
}

.eyebrow {
  color: var(--copper-500);
  font-size: 0.6rem;
  font-weight: 600;
}

.copper-rule {
  display: block;
  width: 33px;
  height: 1px;
  flex: 0 0 auto;
  background: var(--copper-500);
}

.hero-summary {
  margin-top: clamp(1.05rem, 2.2vh, 1.65rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
  margin-top: clamp(1.4rem, 2.8vh, 2.1rem);
}

.primary-action {
  display: inline-flex;
  min-width: 255px;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 1.85rem;
  border: 1px solid rgba(237, 190, 156, 0.5);
  background: linear-gradient(100deg, #c88f69, #9d6444);
  color: #17100d;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  text-transform: none;
  transition: filter 180ms ease, transform 180ms ease;
}

.primary-action:hover,
.primary-action:focus-visible {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.action-arrow {
  font-size: 1.5rem;
  line-height: 1;
}

.secondary-action {
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(241, 231, 220, 0.45);
  color: rgba(241, 231, 220, 0.9);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.03rem;
  letter-spacing: 0;
  text-transform: none;
}

.hero-visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-left: 1px solid rgba(241, 231, 220, 0.06);
}

.hero-art {
  position: absolute;
  z-index: 2;
  top: -12%;
  right: 15.5%;
  width: min(88%, 720px);
  height: auto;
  filter: saturate(0.78) brightness(0.78) contrast(1.06);
}

.visual-note {
  position: absolute;
  z-index: 4;
  top: 7%;
  left: 2.7%;
  display: flex;
  flex-direction: column;
  color: rgba(241, 231, 220, 0.58);
  line-height: 1.75;
}

.visual-note i,
.rail-block i {
  display: block;
  width: 18px;
  height: 1px;
  margin-top: 0.9rem;
  background: var(--copper-500);
}

.visual-rail {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20.5%;
  padding: 4.3rem 1.2rem 1.8rem 1.35rem;
  border-left: 1px solid rgba(241, 231, 220, 0.12);
}

.rail-block {
  display: flex;
  flex-direction: column;
  color: rgba(241, 231, 220, 0.62);
}

.rail-block + .rail-block {
  margin-top: 3.2rem;
}

.rail-tradition {
  margin-top: 8.5rem !important;
}

.rail-location {
  position: absolute;
  right: 1rem;
  bottom: 2rem;
  left: 1.35rem;
  display: grid;
  grid-template-columns: 4px 1fr;
  column-gap: 0.7rem;
  color: rgba(241, 231, 220, 0.48);
  line-height: 1.55;
}

.rail-location span {
  grid-column: 2;
}

.rail-location b {
  grid-row: 1 / 3;
  width: 2px;
  background: var(--acid-400);
}

.services {
  position: relative;
  display: grid;
  min-height: 28.4vh;
  grid-template-columns: 14.5% 37% 20.3% 28.2%;
  background: #0e0f0f;
  border-top: 1px solid rgba(241, 231, 220, 0.09);
}

.section-index,
.service-group,
.manifesto {
  min-width: 0;
  padding: clamp(1.65rem, 3.5vh, 2.35rem) clamp(1.4rem, 2.7vw, 2.75rem);
}

.service-group,
.manifesto {
  border-left: 1px solid rgba(241, 231, 220, 0.18);
}

.section-index {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 3.95%;
}

.section-number-wrap {
  display: flex;
  align-items: center;
  gap: 2.15rem;
}

.section-number {
  font-size: 4rem;
}

.section-number-rule {
  width: 1px;
  height: 50px;
  background: rgba(241, 231, 220, 0.33);
}

.section-kicker {
  padding-bottom: 0.2rem;
  color: rgba(241, 231, 220, 0.52);
}

.service-heading-row {
  margin-bottom: 1.65rem;
}

.service-list {
  display: grid;
  gap: 0.52rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.company-list {
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  grid-template-columns: 42% 58%;
  column-gap: 1.5rem;
}

.service-list li {
  display: grid;
  min-width: 0;
  grid-template-columns: 2.6rem minmax(0, 1fr);
  align-items: baseline;
  color: rgba(241, 231, 220, 0.87);
}

.service-list li span {
  color: rgba(241, 231, 220, 0.52);
  font-family: Manrope, Arial, sans-serif;
  font-size: 0.53rem;
  letter-spacing: 0.16em;
}

.manifesto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 70% 24%, rgba(185, 119, 81, 0.045), transparent 40%),
    rgba(255, 255, 255, 0.012);
}

.manifesto-title {
  max-width: 14ch;
  font-size: clamp(2rem, 2.5vw, 2.55rem);
}

.manifesto .copper-rule {
  margin: 1.65rem 0 1.2rem;
}

.manifesto-meta {
  color: rgba(241, 231, 220, 0.48);
  white-space: nowrap;
}

section[id] {
  scroll-margin-top: 1rem;
}

.about {
  position: relative;
  display: grid;
  grid-template-columns: 14.5% 42% 43.5%;
  background:
    radial-gradient(circle at 78% 18%, rgba(185, 119, 81, 0.08), transparent 25%),
    linear-gradient(140deg, #121313, #0d0e0e 72%);
  border-top: 1px solid rgba(241, 231, 220, 0.14);
}

.about::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(241, 231, 220, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(241, 231, 220, 0.04) 1px, transparent 1px);
  background-size: 82px 82px;
  -webkit-mask-image: linear-gradient(90deg, transparent 32%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 32%, #000 100%);
}

.about-index,
.about-intro,
.about-body,
.about-principles {
  position: relative;
  z-index: 1;
}

.about-index {
  display: flex;
  min-height: 470px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(2.5rem, 6vw, 6rem) 2rem clamp(2.5rem, 5vw, 5rem) 3.95vw;
  border-right: 1px solid rgba(241, 231, 220, 0.15);
}

.about-index .t3 {
  color: rgba(241, 231, 220, 0.5);
}

.about-intro {
  display: flex;
  min-height: 470px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3.5rem, 7vw, 7rem) clamp(2rem, 5vw, 5rem);
}

.about-title,
.contact-title {
  max-width: 13ch;
  margin: 0;
  color: var(--bone-100);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 4.8vw, 5.1rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.about-body {
  display: flex;
  min-height: 470px;
  flex-direction: column;
  justify-content: center;
  gap: 1.6rem;
  padding: clamp(3.5rem, 7vw, 7rem) clamp(2rem, 6vw, 7rem) clamp(3.5rem, 7vw, 7rem) clamp(2rem, 4vw, 4rem);
  border-left: 1px solid rgba(241, 231, 220, 0.12);
}

.about-body p {
  max-width: 42rem;
  margin: 0;
  color: rgba(241, 231, 220, 0.62);
  font-family: Manrope, Arial, sans-serif;
  font-size: 0.94rem;
  line-height: 1.85;
}

.about-body .t1 {
  color: rgba(241, 231, 220, 0.92);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.35;
}

.about-principles {
  display: grid;
  grid-column: 2 / 4;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(241, 231, 220, 0.15);
}

.about-principles article {
  min-height: 230px;
  padding: 2.5rem clamp(1.8rem, 3.5vw, 3.75rem);
}

.about-principles article + article {
  border-left: 1px solid rgba(241, 231, 220, 0.15);
}

.about-principles h3 {
  margin: 2.4rem 0 0.8rem;
  color: var(--bone-100);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.about-principles p {
  max-width: 30ch;
  margin: 0;
  color: rgba(241, 231, 220, 0.55);
  font-family: Manrope, Arial, sans-serif;
  font-size: 0.78rem;
  line-height: 1.75;
}

.contact {
  position: relative;
  background:
    radial-gradient(circle at 14% 82%, rgba(185, 119, 81, 0.08), transparent 24%),
    #0b0c0c;
  border-top: 1px solid rgba(241, 231, 220, 0.16);
}

.contact-heading {
  display: grid;
  grid-template-columns: 22% 78%;
  align-items: end;
  padding: clamp(3.5rem, 7vw, 7rem) 3.95vw clamp(3rem, 5vw, 5rem);
}

.contact-heading .section-number-wrap {
  align-self: start;
}

.contact-heading .eyebrow {
  display: block;
  margin-bottom: 1.4rem;
}

.contact-title {
  max-width: 15ch;
}

.contact-layout {
  display: grid;
  grid-template-columns: 34% 66%;
  border-top: 1px solid rgba(241, 231, 220, 0.16);
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: clamp(2.5rem, 5vw, 5rem) clamp(2rem, 5vw, 5.5rem) clamp(3rem, 6vw, 6rem) 3.95vw;
}

.contact-details > p {
  max-width: 33ch;
  margin: 0;
  color: rgba(241, 231, 220, 0.68);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.35;
}

.contact-item {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.contact-item a,
.contact-item p {
  width: fit-content;
  margin: 0;
  color: rgba(241, 231, 220, 0.9);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.15rem, 1.65vw, 1.55rem);
  line-height: 1.3;
}

.contact-item a {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(185, 119, 81, 0.55);
}

.contact-item a:hover,
.contact-item a:focus-visible {
  color: #d9a17c;
}

.contact-form {
  padding: clamp(2.5rem, 5vw, 5rem) 3.95vw clamp(3rem, 6vw, 6rem) clamp(2rem, 5vw, 5rem);
  border-left: 1px solid rgba(241, 231, 220, 0.16);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-bottom: 1.75rem;
}

.form-field > span {
  color: rgba(241, 231, 220, 0.62);
  font-family: Manrope, Arial, sans-serif;
  font-size: 0.61rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(241, 231, 220, 0.28);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--bone-100);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.35;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.form-field input,
.form-field select {
  height: 3rem;
}

.form-field textarea {
  min-height: 9rem;
  padding: 0.75rem 0;
  resize: vertical;
}

.form-field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(241, 231, 220, 0.65) 50%),
    linear-gradient(135deg, rgba(241, 231, 220, 0.65) 50%, transparent 50%);
  background-position: calc(100% - 12px) 50%, calc(100% - 7px) 50%;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

.form-field select option {
  background: #111212;
  color: var(--bone-100);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--copper-500);
  background-color: rgba(255, 255, 255, 0.015);
}

.consent-field {
  display: grid;
  max-width: 42rem;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 0.8rem;
  color: rgba(241, 231, 220, 0.5);
  font-family: Manrope, Arial, sans-serif;
  font-size: 0.68rem;
  line-height: 1.6;
}

.consent-field input {
  width: 16px;
  height: 16px;
  margin: 0.1rem 0 0;
  accent-color: var(--copper-500);
}

.form-footer {
  display: flex;
  min-height: 60px;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.2rem;
}

.submit-button {
  cursor: pointer;
}

.form-status {
  margin: 0;
  color: rgba(241, 231, 220, 0.6);
  font-family: Manrope, Arial, sans-serif;
  font-size: 0.72rem;
  line-height: 1.5;
}

.footer {
  display: grid;
  min-height: 170px;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 3.5rem;
  padding: 2.5rem 3.95vw;
  background: #090a0a;
  border-top: 1px solid rgba(241, 231, 220, 0.14);
}

.footer-brand .brand-mark {
  width: 38px;
  height: 46px;
}

.footer-brand .brand-name {
  font-size: 1.15rem;
}

@media (max-width: 1240px) {
  .nav {
    grid-template-columns: 33% 48% 19%;
  }

  .nav-statement,
  .nav-aside-line {
    display: none;
  }

  .hero {
    grid-template-columns: 54% 46%;
  }

  .hero-art {
    top: -2%;
    right: 5%;
    width: 104%;
  }

  .visual-note,
  .visual-rail {
    display: none;
  }

  .services {
    grid-template-columns: 14% 42% 22% 22%;
  }

  .about {
    grid-template-columns: 18% 41% 41%;
  }

  .about-principles {
    grid-column: 1 / 4;
  }

  .company-list {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
  }

}

@media (max-width: 900px) {
  .utility-meta span:last-child,
  .utility-separator,
  .nav-aside {
    display: none;
  }

  .nav {
    display: flex;
    min-height: 88px;
    justify-content: space-between;
  }

  .menu-button {
    display: block;
  }

  .nav-links {
    position: absolute;
    z-index: 40;
    top: 100%;
    right: 0;
    left: 0;
    display: flex;
    max-height: 0;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    padding: 0 1.25rem;
    border-top: 1px solid transparent;
    background: rgba(12, 13, 13, 0.98);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.75rem);
    transition: max-height 240ms ease, opacity 180ms ease, transform 240ms ease, padding 240ms ease;
  }

  .nav-links.is-open {
    max-height: 22rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top-color: rgba(241, 231, 220, 0.14);
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-link {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(241, 231, 220, 0.08);
  }

  .nav-link.is-active::after {
    display: none;
  }

  .menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .menu-button span {
    transition: transform 180ms ease;
  }

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

  .hero-copy {
    min-height: 610px;
    padding-top: 3.5rem;
  }

  .hero-visual {
    min-height: 590px;
    border-top: 1px solid rgba(241, 231, 220, 0.08);
    border-left: 0;
  }

  .hero-art {
    top: -10%;
    right: 5%;
    width: 90%;
  }

  .services {
    grid-template-columns: 34% 66%;
  }

  .section-index,
  .service-group,
  .manifesto {
    min-height: 300px;
  }

  .services-company {
    border-left: 1px solid rgba(241, 231, 220, 0.18);
  }

  .services-person {
    border-top: 1px solid rgba(241, 231, 220, 0.18);
    border-left: 0;
  }

  .manifesto {
    border-top: 1px solid rgba(241, 231, 220, 0.18);
  }

  .about {
    grid-template-columns: 28% 72%;
  }

  .about-index {
    min-height: 430px;
    grid-row: 1 / 3;
  }

  .about-intro,
  .about-body {
    min-height: auto;
    grid-column: 2;
  }

  .about-intro {
    padding-bottom: 2.5rem;
  }

  .about-body {
    padding-top: 1rem;
    border-left: 0;
  }

  .about-principles {
    grid-column: 1 / 3;
  }

  .contact-heading {
    grid-template-columns: 28% 72%;
  }

  .contact-layout {
    grid-template-columns: 40% 60%;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 760px) {
  .site-background::before {
    top: 4.5%;
  }

  .site-background::after,
  .lower-band,
  .manifesto-surface {
    top: 68vh;
  }

  .architectural-grid {
    top: 32%;
    right: -18%;
    bottom: 32%;
    left: 20%;
  }

  .hero-haze {
    top: 28%;
    right: -18%;
    width: 110%;
    height: 42%;
  }

  .manifesto-surface {
    width: 100%;
    height: 32%;
    border-left: 0;
  }

  .utility-bar,
  .nav,
  .hero-copy {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .brand-name {
    font-size: 1.2rem;
  }

  .brand-tagline {
    max-width: 21ch;
    font-size: 0.4rem;
    line-height: 1.5;
  }

  .h1 {
    font-size: clamp(2.8rem, 14.1vw, 4.6rem);
  }

  .hero-copy {
    min-height: 600px;
  }

  .hero-summary br {
    display: none;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
  }

  .primary-action {
    width: 100%;
  }

  .hero-visual {
    min-height: 470px;
  }

  .hero-art {
    top: -2%;
    right: -14%;
    width: 126%;
  }

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

  .section-index,
  .service-group,
  .manifesto {
    min-height: auto;
    padding: 2.35rem 1.25rem;
    border-top: 1px solid rgba(241, 231, 220, 0.14);
    border-left: 0;
  }

  .section-index {
    min-height: 230px;
  }

  .manifesto {
    min-height: 340px;
  }

  .manifesto-meta {
    white-space: normal;
  }

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

  .about-index,
  .about-intro,
  .about-body,
  .about-principles {
    grid-column: 1;
  }

  .about-index {
    min-height: 190px;
    grid-row: auto;
    padding: 2.5rem 1.25rem;
    border-right: 0;
    border-bottom: 1px solid rgba(241, 231, 220, 0.15);
  }

  .about-intro,
  .about-body {
    padding: 3.5rem 1.25rem;
  }

  .about-title,
  .contact-title {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .about-body {
    padding-top: 0;
  }

  .about-principles {
    grid-template-columns: 1fr;
  }

  .about-principles article {
    min-height: 210px;
    padding: 2.3rem 1.25rem;
  }

  .about-principles article + article {
    border-top: 1px solid rgba(241, 231, 220, 0.15);
    border-left: 0;
  }

  .contact-heading {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 3.5rem 1.25rem;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-details,
  .contact-form {
    padding: 3rem 1.25rem;
  }

  .contact-form {
    border-top: 1px solid rgba(241, 231, 220, 0.15);
    border-left: 0;
  }

  .form-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .submit-button {
    width: 100%;
  }

  .footer {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 2.5rem 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
