:root {
  color-scheme: dark;
  --ink: #171915;
  --ink-soft: #22251f;
  --limestone: #e7ded0;
  --limestone-deep: #d2c6b6;
  --timber: #8a6948;
  --muted-dark: rgba(231, 222, 208, 0.64);
  --muted-light: rgba(23, 25, 21, 0.62);
  --line-dark: rgba(231, 222, 208, 0.22);
  --line-light: rgba(23, 25, 21, 0.2);
  --gutter: clamp(20px, 4vw, 64px);
  --container: 1320px;
  --section-space: clamp(88px, 11vw, 160px);
  --font: "Manrope", "Helvetica Neue", Arial, sans-serif;
}

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

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

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--limestone);
  font-family: var(--font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

body,
h1,
h2,
h3,
p,
figure,
figcaption,
address {
  margin: 0;
}

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

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

a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 16px;
  transform: translateY(-150%);
  background: var(--limestone);
  color: var(--ink);
}

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

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  width: min(calc(100% - (2 * var(--gutter))), var(--container));
  min-height: 104px;
  transform: translateX(-50%);
  border-bottom: 1px solid var(--line-dark);
}

.brand {
  width: clamp(184px, 18vw, 252px);
}

.brand img,
.footer-logo {
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  gap: clamp(18px, 2vw, 34px);
  font-size: 14px;
}

.site-nav a,
.footer-links a {
  transition: opacity 180ms ease;
}

.site-nav a:hover,
.footer-links a:hover {
  opacity: 0.58;
}

.header-contact {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 18px;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(231, 222, 208, 0.55);
  border-radius: 999px;
  font-size: 14px;
  transition: background 180ms ease, color 180ms ease;
}

.header-contact:hover,
.pill-link:hover {
  background: var(--limestone);
  color: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--ink);
}

.hero-grid,
.section-grid,
.process-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  width: min(calc(100% - (2 * var(--gutter))), var(--container));
  margin-inline: auto;
}

.hero-grid {
  position: relative;
  grid-template-rows: 124px auto minmax(150px, 1fr);
  min-height: max(760px, 96svh);
  padding-bottom: clamp(34px, 4vw, 60px);
}

.eyebrow {
  z-index: 4;
  grid-column: 1 / span 3;
  grid-row: 2;
  align-self: start;
  padding-top: clamp(26px, 4vh, 52px);
  color: var(--muted-dark);
  font-size: 13px;
  line-height: 1.55;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-title {
  z-index: 3;
  grid-column: 1 / -1;
  grid-row: 2;
  align-self: center;
  padding-top: clamp(64px, 8vh, 110px);
  color: var(--limestone);
  font-size: clamp(76px, 10.7vw, 164px);
  font-weight: 500;
  line-height: 0.83;
  letter-spacing: -0.075em;
}

.hero-title span {
  display: block;
  width: max-content;
  max-width: 100%;
}

.hero-title span:nth-child(2) {
  margin-left: 8.2vw;
}

.hero-title span:nth-child(3) {
  margin-left: 1.4vw;
}

.hero-media {
  z-index: 2;
  grid-column: 9 / -1;
  grid-row: 2 / span 2;
  align-self: end;
  width: 100%;
  height: min(72vh, 690px);
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
}

.hero-foot {
  z-index: 5;
  grid-column: 1 / span 7;
  grid-row: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-self: end;
  align-items: end;
  gap: 32px;
}

.hero-foot > p {
  max-width: 37ch;
  color: var(--muted-dark);
  font-size: clamp(16px, 1.45vw, 20px);
}

.pill-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid rgba(231, 222, 208, 0.62);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  transition: background 180ms ease, color 180ms ease;
}

.hero-index {
  z-index: 5;
  grid-column: 12;
  grid-row: 3;
  align-self: end;
  justify-self: end;
  color: var(--muted-dark);
  font-size: 11px;
  letter-spacing: 0.14em;
  writing-mode: vertical-rl;
}

.spatial,
.process {
  background: var(--limestone);
  color: var(--ink);
}

.spatial {
  padding: var(--section-space) 0;
}

.section-intro {
  padding-bottom: clamp(64px, 8vw, 112px);
  border-bottom: 1px solid var(--line-light);
}

.section-kicker {
  grid-column: 1 / span 3;
  color: currentColor;
  font-size: 12px;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.section-copy {
  grid-column: 5 / -1;
}

.section-copy h2 {
  max-width: 10ch;
  font-size: clamp(54px, 7.5vw, 112px);
  font-weight: 400;
  line-height: 0.93;
  letter-spacing: -0.065em;
}

.section-copy p {
  max-width: 38ch;
  margin-top: 34px;
  color: var(--muted-light);
  font-size: clamp(16px, 1.45vw, 20px);
}

.spatial-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 32px);
  width: min(calc(100% - (2 * var(--gutter))), var(--container));
  margin: clamp(64px, 8vw, 112px) auto 0;
}

.frame {
  min-width: 0;
}

.frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.frame figcaption {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid var(--line-light);
  color: var(--muted-light);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.frame-wide {
  grid-column: 1 / span 8;
}

.frame-wide img {
  aspect-ratio: 1.5;
}

.frame-tall {
  grid-column: 9 / -1;
  margin-top: clamp(80px, 12vw, 176px);
}

.frame-tall img {
  aspect-ratio: 0.78;
  object-position: 44% center;
}

.gallery-note {
  grid-column: 1 / span 3;
  align-self: center;
  max-width: 24ch;
  margin-top: 10vw;
  color: var(--muted-light);
  font-size: clamp(17px, 1.55vw, 22px);
}

.frame-low {
  grid-column: 4 / span 6;
  margin-top: clamp(30px, 5vw, 72px);
}

.frame-low img {
  aspect-ratio: 1.3;
}

.frame-end {
  grid-column: 9 / -1;
  margin-top: clamp(130px, 16vw, 230px);
}

.frame-end img {
  aspect-ratio: 0.92;
}

.material {
  position: relative;
  overflow: hidden;
  padding: var(--section-space) 0 clamp(96px, 12vw, 176px);
  background: var(--ink-soft);
  color: var(--limestone);
}

.material-heading {
  position: relative;
  z-index: 2;
}

.material-heading .section-kicker {
  grid-column: 1 / span 3;
  color: var(--muted-dark);
}

.material-heading h2 {
  grid-column: 4 / -1;
  font-size: clamp(66px, 9.6vw, 148px);
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.075em;
}

.material-support {
  grid-column: 1 / span 3;
  align-self: end;
  max-width: 27ch;
  padding-bottom: 8px;
  color: var(--muted-dark);
  font-size: 17px;
}

.material-stage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  width: min(calc(100% - (2 * var(--gutter))), var(--container));
  margin: clamp(72px, 10vw, 144px) auto 0;
}

.material-slice {
  position: relative;
  z-index: 2;
}

.material-slice img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.material-slice figcaption {
  position: absolute;
  right: -4px;
  bottom: -30px;
  color: var(--muted-dark);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.material-stone {
  grid-column: 2 / span 4;
  height: clamp(430px, 56vw, 720px);
}

.material-stone img {
  object-position: center center;
}

.material-wood {
  grid-column: 8 / span 4;
  height: clamp(360px, 47vw, 610px);
  margin-top: clamp(130px, 18vw, 240px);
}

.material-wood img {
  object-position: 47% center;
}

.material-word {
  position: absolute;
  z-index: 1;
  top: 44%;
  left: -3vw;
  color: rgba(231, 222, 208, 0.065);
  font-size: clamp(110px, 21vw, 310px);
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: -0.08em;
  white-space: nowrap;
}

.process {
  padding: var(--section-space) 0 clamp(44px, 6vw, 88px);
}

.process-grid {
  align-items: start;
}

.process-lead {
  grid-column: 1 / span 4;
  position: sticky;
  top: 40px;
}

.process-lead h2 {
  margin-top: clamp(40px, 5vw, 72px);
  font-size: clamp(58px, 6.5vw, 96px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.process-lead > p:last-child {
  max-width: 30ch;
  margin-top: 34px;
  color: var(--muted-light);
  font-size: 17px;
}

.process-flow {
  grid-column: 6 / -1;
  border-top: 1px solid var(--line-light);
}

.process-flow article {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: clamp(30px, 4vw, 54px) 0;
  border-bottom: 1px solid var(--line-light);
}

.flow-mark {
  width: 8px;
  height: 8px;
  margin-top: 9px;
  border-radius: 50%;
  background: var(--timber);
}

.process-flow h3 {
  max-width: 20ch;
  font-size: clamp(25px, 2.6vw, 38px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.demo-notice {
  width: min(calc(100% - (2 * var(--gutter))), var(--container));
  margin: clamp(72px, 8vw, 112px) auto 0;
  color: var(--muted-light);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.contact {
  padding: var(--section-space) 0 0;
  background: var(--ink);
  color: var(--limestone);
}

.contact-grid .section-kicker {
  grid-column: 1 / span 3;
  color: var(--muted-dark);
}

.contact-grid h2 {
  grid-column: 1 / span 10;
  margin-top: clamp(48px, 6vw, 86px);
  font-size: clamp(70px, 10.3vw, 154px);
  font-weight: 400;
  line-height: 0.87;
  letter-spacing: -0.075em;
}

.contact-action {
  grid-column: 7 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 1fr);
  gap: 40px;
  align-items: end;
  margin-top: clamp(64px, 8vw, 112px);
}

.contact-action > p {
  color: var(--muted-dark);
  font-size: 17px;
}

.contact-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 26px;
  border: 1px solid rgba(231, 222, 208, 0.58);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  transition: background 180ms ease, color 180ms ease;
}

.contact-link:hover {
  background: var(--limestone);
  color: var(--ink);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1.25fr) minmax(260px, 1fr) minmax(180px, 0.7fr);
  gap: 48px;
  align-items: end;
  width: min(calc(100% - (2 * var(--gutter))), var(--container));
  margin: var(--section-space) auto 0;
  padding: clamp(42px, 5vw, 72px) 0;
  border-top: 1px solid var(--line-dark);
}

.footer-logo {
  width: clamp(210px, 27vw, 350px);
}

.site-footer address {
  display: flex;
  flex-direction: column;
  color: var(--muted-dark);
  font-size: 14px;
  font-style: normal;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
  font-size: 14px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .hero-grid {
    grid-template-rows: 110px auto 170px;
    min-height: 820px;
  }

  .hero-title {
    font-size: clamp(68px, 12.7vw, 116px);
  }

  .hero-media {
    grid-column: 8 / -1;
    height: 57vh;
  }

  .hero-foot {
    grid-column: 1 / span 8;
  }

  .section-copy {
    grid-column: 4 / -1;
  }

  .material-heading h2 {
    grid-column: 4 / -1;
  }

  .material-support {
    grid-column: 1 / span 3;
  }

  .process-lead {
    grid-column: 1 / span 5;
  }

  .process-flow {
    grid-column: 7 / -1;
  }

  .process-flow article {
    grid-template-columns: 16px minmax(0, 1fr);
  }

  .contact-action {
    grid-column: 5 / -1;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  :root {
    --gutter: 20px;
    --section-space: 80px;
  }

  body {
    font-size: 16px;
  }

  .site-header {
    min-height: 82px;
  }

  .brand {
    width: 178px;
  }

  .header-contact {
    width: 46px;
    min-height: 46px;
    justify-content: center;
    padding: 0;
  }

  .header-contact span:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .hero-grid,
  .section-grid,
  .process-grid,
  .contact-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero-grid {
    display: grid;
    grid-template-rows: 92px auto auto auto;
    min-height: auto;
    padding-bottom: 34px;
  }

  .eyebrow {
    grid-column: 1 / -1;
    grid-row: 2;
    padding: 28px 0 20px;
  }

  .hero-title {
    grid-column: 1 / -1;
    grid-row: 3;
    align-self: start;
    padding: 0;
    font-size: clamp(55px, 17vw, 86px);
    line-height: 0.88;
    letter-spacing: -0.07em;
  }

  .hero-title span:nth-child(2),
  .hero-title span:nth-child(3) {
    margin-left: 0;
  }

  .hero-media {
    grid-column: 2 / -1;
    grid-row: 4;
    width: calc(100% + var(--gutter));
    height: auto;
    margin-top: 30px;
  }

  .hero-media img {
    aspect-ratio: 3 / 4;
    object-position: center;
  }

  .hero-foot {
    grid-column: 1 / -1;
    grid-row: 5;
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 30px;
  }

  .hero-foot > p {
    max-width: 33ch;
  }

  .pill-link {
    width: 100%;
  }

  .hero-index {
    display: none;
  }

  .section-kicker,
  .section-copy,
  .material-heading .section-kicker,
  .material-heading h2,
  .material-support,
  .process-lead,
  .process-flow,
  .contact-grid .section-kicker,
  .contact-grid h2,
  .contact-action {
    grid-column: 1 / -1;
  }

  .section-copy {
    margin-top: 36px;
  }

  .section-copy h2 {
    max-width: none;
    font-size: clamp(50px, 15vw, 78px);
  }

  .spatial-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 46px 14px;
  }

  .frame-wide {
    grid-column: 1 / -1;
  }

  .frame-wide img {
    aspect-ratio: 1.25;
  }

  .frame-tall {
    grid-column: 2 / -1;
    margin-top: 0;
  }

  .gallery-note {
    grid-column: 1 / span 3;
    margin-top: 4px;
  }

  .frame-low {
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .frame-end {
    grid-column: 2 / -1;
    margin-top: 0;
  }

  .material-heading h2 {
    margin-top: 38px;
    font-size: clamp(54px, 16vw, 82px);
    line-height: 0.9;
  }

  .material-support {
    margin-top: 30px;
  }

  .material-stage {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .material-stone {
    grid-column: 1 / span 3;
    height: 520px;
  }

  .material-wood {
    grid-column: 2 / -1;
    height: 430px;
    margin-top: 56px;
  }

  .material-word {
    top: 48%;
    font-size: 34vw;
  }

  .process-lead {
    position: static;
  }

  .process-lead h2 {
    font-size: clamp(56px, 16vw, 82px);
  }

  .process-flow {
    margin-top: 62px;
  }

  .process-flow article {
    gap: 14px;
  }

  .contact-grid h2 {
    margin-top: 46px;
    font-size: clamp(58px, 16.5vw, 86px);
    line-height: 0.9;
  }

  .contact-action {
    margin-top: 52px;
  }

  .contact-link {
    min-height: 66px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 34px;
  }

  .footer-logo {
    width: 230px;
  }

  .footer-links {
    align-items: flex-start;
  }
}

@media (max-width: 390px) {
  .brand {
    width: 154px;
  }

  .hero-title {
    font-size: 53px;
  }

  .material-stone {
    height: 450px;
  }

  .material-wood {
    height: 380px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* prospect-design-safety-kernel */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; }
body { margin: 0; min-width: 320px; }
img, svg, video { max-width: 100%; }
img { height: auto; }
figure { margin: 0; }
:where([data-layout-cell], [data-visual-role="hero"] > *, section > *, main > *) { min-width: 0; }
:where(p, li, blockquote, figcaption) { overflow-wrap: anywhere; }
[data-visual-role="hero"] [data-media-slot]:not([data-logo-slot="true"]) {
  max-height: min(68svh, 760px);
  object-fit: cover;
}
@media (max-width: 720px) {
  [data-layout-cell] :where(h1, h2, h3) {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }
  [data-visual-role="hero"] [data-media-slot]:not([data-logo-slot="true"]) {
    width: 100%;
    max-height: min(58svh, 560px);
  }
}
