@font-face {
  font-family: "Fraunces";
  src: url("../fonts/Fraunces-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ridge: #173446;
  --ridge-deep: #102832;
  --blue: #426f82;
  --hemlock: #31584e;
  --mist: #e7eef0;
  --stone: #f4f0e7;
  --clay: #c96b49;
  --ink: #152329;
  --cloud: #fcfbf7;
  --line: rgba(21, 35, 41, 0.17);
  --light-line: rgba(252, 251, 247, 0.24);
  --display: "Fraunces", Georgia, serif;
  --body: "Work Sans", Arial, sans-serif;
  --max: 1320px;
  --gutter: clamp(1.15rem, 4vw, 4.5rem);
  --space: clamp(4.75rem, 9vw, 9rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 9rem;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--stone);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #e7a488;
  outline-offset: 4px;
}

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

.skip-link {
  position: fixed;
  top: 0.7rem;
  left: 0.7rem;
  z-index: 300;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--cloud);
  color: var(--ink);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.utility-bar {
  background: var(--ridge-deep);
  color: rgba(252, 251, 247, 0.78);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.utility-inner {
  width: min(100%, calc(var(--max) + var(--gutter) * 2));
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.utility-links {
  display: flex;
  gap: 1.2rem;
}

.utility-links a {
  color: var(--cloud);
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 240, 231, 0.96);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(100%, calc(var(--max) + var(--gutter) * 2));
  min-height: 90px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2.2rem);
}

.desktop-nav--left {
  justify-content: flex-end;
}

.desktop-nav--right {
  justify-content: flex-start;
}

.desktop-nav a {
  position: relative;
  padding: 0.85rem 0;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.55rem;
  left: 0;
  height: 2px;
  background: var(--clay);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.brand {
  display: grid;
  justify-items: center;
  min-width: 164px;
  color: var(--ridge);
  text-decoration: none;
}

.brand-number {
  position: relative;
  font-family: var(--display);
  font-size: 2.35rem;
  font-variation-settings: "SOFT" 60, "WONK" 1, "opsz" 80;
  font-weight: 720;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.brand-number::after {
  content: "";
  position: absolute;
  right: 0.03em;
  bottom: -0.22em;
  left: 0.08em;
  height: 5px;
  border-top: 1.5px solid var(--clay);
  border-radius: 50%;
  transform: rotate(-2deg);
}

.brand-name {
  margin-top: 0.48rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.mobile-menu-button,
.mobile-menu {
  display: none;
}

.container {
  width: min(100%, calc(var(--max) + var(--gutter) * 2));
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.eyebrow {
  margin: 0 0 1.1rem;
  color: var(--clay);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow--light {
  color: #e8a98e;
}

h1,
h2,
h3,
.footer-lead {
  margin-top: 0;
  font-family: var(--display);
  font-variation-settings: "SOFT" 80, "WONK" 1, "opsz" 96;
  font-weight: 520;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

h1 {
  font-size: clamp(4rem, 9vw, 9rem);
}

h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(3.1rem, 6.2vw, 6.3rem);
}

h3 {
  margin-bottom: 0.7rem;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
}

p {
  margin-top: 0;
}

.lede {
  max-width: 48rem;
  color: rgba(21, 35, 41, 0.74);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.7;
}

.lede--light {
  color: rgba(252, 251, 247, 0.76);
}

.fine-print {
  color: rgba(21, 35, 41, 0.58);
  font-size: 0.8rem;
  line-height: 1.55;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 50px;
  padding: 0.8rem 1.25rem;
  border: 1px solid var(--ridge);
  border-radius: 999px;
  background: var(--ridge);
  color: var(--cloud);
  font-size: 0.79rem;
  font-weight: 680;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button::after {
  content: "→";
  font-size: 1rem;
  transition: transform 180ms ease;
}

.button:hover {
  border-color: var(--clay);
  background: var(--clay);
  transform: translateY(-2px);
}

.button:hover::after {
  transform: translateX(3px);
}

.button--outline {
  background: transparent;
  color: var(--ridge);
}

.button--light {
  border-color: var(--cloud);
  background: var(--cloud);
  color: var(--ridge);
}

.button--ghost-light {
  border-color: rgba(252, 251, 247, 0.45);
  background: transparent;
  color: var(--cloud);
}

.home-hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(4.5rem, 8vw, 8rem);
  background: var(--mist);
}

.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(66, 111, 130, 0.22);
  border-radius: 50%;
}

.home-hero::before {
  top: 5rem;
  left: -16vw;
  width: 48vw;
  height: 26vw;
  transform: rotate(9deg);
}

.home-hero::after {
  top: 1rem;
  right: -20vw;
  width: 58vw;
  height: 30vw;
  transform: rotate(-6deg);
}

.hero-copy {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-copy h1 {
  max-width: 10ch;
  margin: 0 auto 1.35rem;
}

.hero-copy .lede {
  margin-inline: auto;
}

.hero-copy .button-row {
  justify-content: center;
}

.panorama {
  position: relative;
  z-index: 2;
  width: min(100%, 1580px);
  min-height: clamp(440px, 62vw, 720px);
  margin: clamp(3.5rem, 7vw, 6rem) auto 0;
  overflow: hidden;
  border-radius: 48% 48% 0 0 / 18% 18% 0 0;
}

.panorama img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.03);
}

.panorama::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(16, 40, 50, 0.64));
  pointer-events: none;
}

.panorama-strip {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  padding: 1rem var(--gutter);
  color: var(--cloud);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

.panorama-strip span {
  margin-inline: 0.9rem;
  color: #e8a98e;
}

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

.section--mist {
  background: var(--mist);
}

.section--ridge {
  background: var(--ridge);
  color: var(--cloud);
}

.section--hemlock {
  background: var(--hemlock);
  color: var(--cloud);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.section-heading h2 {
  max-width: 10ch;
  margin-bottom: 0;
}

.section-heading p {
  max-width: 39rem;
  margin-bottom: 0;
}

.view-bands {
  border-top: 1px solid var(--line);
}

.view-band {
  position: relative;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
  min-height: 255px;
  padding-block: clamp(2rem, 4vw, 4rem);
  border-bottom: 1px solid var(--line);
}

.view-band:nth-child(even) {
  grid-template-columns: 1.28fr 0.72fr;
}

.view-band:nth-child(even) .view-name {
  order: 2;
}

.view-name {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.view-dot {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--blue);
}

.view-band:nth-child(2) .view-dot {
  background: var(--clay);
}

.view-band:nth-child(3) .view-dot {
  background: var(--hemlock);
}

.view-name h3 {
  margin: 0;
}

.view-copy p {
  max-width: 45rem;
  margin-bottom: 0.8rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--ridge);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link::after {
  content: "↗";
  color: var(--clay);
  font-size: 1rem;
}

.express-feature {
  position: relative;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  min-height: 680px;
  overflow: hidden;
  background: var(--ridge);
  color: var(--cloud);
}

.express-image {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  border-radius: 0 52% 52% 0 / 0 14% 14% 0;
}

.express-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75);
}

.express-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 7vw, 7rem);
}

.express-copy h2 {
  max-width: 8ch;
}

.express-copy .fine-print {
  max-width: 38rem;
  margin-top: 1.5rem;
  color: rgba(252, 251, 247, 0.56);
}

.local-story {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2.5rem, 7vw, 8rem);
  align-items: center;
}

.local-photo {
  position: relative;
}

.local-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 50% 50% 2rem 2rem / 15% 15% 2rem 2rem;
}

.local-photo::after {
  content: "NEWLAND / NC";
  position: absolute;
  right: -1.5rem;
  bottom: 3rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: var(--clay);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.address-pill {
  display: inline-flex;
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  font-style: normal;
  font-weight: 610;
}

.closing-wave {
  position: relative;
  overflow: hidden;
  padding-block: clamp(5rem, 10vw, 9rem);
  background: var(--clay);
  color: #fff;
  text-align: center;
}

.closing-wave::before,
.closing-wave::after {
  content: "";
  position: absolute;
  right: -10%;
  left: -10%;
  height: 120px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.18) transparent transparent;
  border-radius: 50%;
}

.closing-wave::before {
  top: 1rem;
  transform: rotate(-2deg);
}

.closing-wave::after {
  bottom: -4rem;
  transform: rotate(3deg);
}

.closing-wave .container {
  position: relative;
  z-index: 2;
}

.closing-wave h2 {
  max-width: 12ch;
  margin-inline: auto;
}

.closing-wave p {
  max-width: 46rem;
  margin-inline: auto;
}

.closing-wave .button-row {
  justify-content: center;
}

.road-hero {
  position: relative;
  min-height: 76vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--cloud);
}

.road-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.road-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 40, 50, 0.15), rgba(16, 40, 50, 0.88));
}

.road-hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: end;
  padding-block: clamp(5rem, 10vw, 8rem);
}

.road-hero-copy h1 {
  max-width: 10ch;
  margin-bottom: 0;
}

.road-hero-copy .lede {
  color: rgba(252, 251, 247, 0.78);
}

.editorial-split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2.5rem, 7vw, 8rem);
  align-items: center;
}

.editorial-split--reverse {
  grid-template-columns: 1.05fr 0.95fr;
}

.editorial-split--reverse .editorial-image {
  order: 2;
}

.editorial-image {
  position: relative;
  overflow: hidden;
  border-radius: 44% 44% 1.5rem 1.5rem / 12% 12% 1.5rem 1.5rem;
}

.editorial-image img {
  width: 100%;
  min-height: 540px;
  object-fit: cover;
}

.pullout {
  max-width: 18ch;
  margin: 2.2rem 0 0;
  color: var(--blue);
  font-family: var(--display);
  font-size: clamp(2rem, 3.6vw, 3.6rem);
  font-variation-settings: "SOFT" 80, "WONK" 1, "opsz" 80;
  line-height: 1.06;
}

.prompt-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
}

.prompt-pills li {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(252, 251, 247, 0.3);
  border-radius: 999px;
  background: rgba(252, 251, 247, 0.06);
}

.detail-ribbons {
  display: grid;
  gap: 0.85rem;
  margin-top: 3rem;
}

.detail-ribbon {
  display: grid;
  grid-template-columns: 0.32fr 1fr;
  gap: 2rem;
  align-items: center;
  padding: 1.5rem 2rem;
  border-radius: 999px;
  background: var(--mist);
}

.detail-ribbon:nth-child(even) {
  margin-left: clamp(0rem, 5vw, 5rem);
  background: #dbe6df;
}

.detail-ribbon h3 {
  margin: 0;
  font-size: 2.1rem;
}

.detail-ribbon p {
  margin: 0;
}

.truth-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(2rem, 5vw, 4.5rem);
  border-radius: 2rem;
  background: var(--ridge);
  color: var(--cloud);
}

.truth-mark {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border: 1px solid var(--light-line);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 3.5rem;
}

.truth-note h2 {
  max-width: 11ch;
}

.warehouse-hero {
  padding-block: clamp(4.5rem, 8vw, 8rem);
  background: var(--cloud);
}

.warehouse-title-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.warehouse-title-row h1 {
  max-width: 9ch;
  margin-bottom: 0;
}

.photo-mosaic {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 260px 360px;
  gap: 1rem;
}

.photo-mosaic figure {
  position: relative;
  min-width: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 1.5rem;
}

.photo-mosaic figure:first-child {
  grid-row: 1 / 3;
  border-radius: 50% 50% 1.5rem 1.5rem / 12% 12% 1.5rem 1.5rem;
}

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

.photo-mosaic figcaption {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  left: 0.8rem;
  padding: 0.65rem 0.8rem;
  border-radius: 999px;
  background: rgba(16, 40, 50, 0.85);
  color: rgba(252, 251, 247, 0.8);
  font-size: 0.68rem;
  text-align: center;
}

.floor-story {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.floor-chapter {
  min-height: 370px;
  padding: clamp(2rem, 5vw, 5rem);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.floor-chapter:nth-child(even) {
  border-right: 0;
}

.chapter-label {
  display: inline-flex;
  margin-bottom: 5rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--clay);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.floor-chapter p {
  max-width: 36rem;
}

.worker-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 660px;
  background: var(--hemlock);
  color: var(--cloud);
}

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

.worker-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 7vw, 7rem);
}

.worker-copy h2 {
  max-width: 9ch;
}

.role-line {
  margin-top: 2.3rem;
  color: #d9e8df;
  font-family: var(--display);
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  line-height: 1.2;
}

.inquiry-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2.5rem;
}

.inquiry-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 0.8rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
}

.throughline-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(5rem, 10vw, 10rem);
  background: var(--mist);
  text-align: center;
}

.throughline-hero h1 {
  max-width: 10ch;
  margin: 0 auto 1.4rem;
}

.throughline-hero .lede {
  margin-inline: auto;
}

.throughline-hero .button-row {
  justify-content: center;
}

.line-journey {
  position: relative;
  max-width: 1060px;
  margin-inline: auto;
}

.line-journey::before {
  content: "";
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  left: 50%;
  width: 2px;
  background: var(--clay);
  transform: translateX(-50%);
}

.journey-stop {
  position: relative;
  width: calc(50% - 3rem);
  margin-bottom: clamp(4rem, 8vw, 8rem);
  padding: clamp(2rem, 4vw, 3.5rem);
  border-radius: 2rem;
  background: var(--cloud);
}

.journey-stop:nth-child(even) {
  margin-left: calc(50% + 3rem);
}

.journey-stop::after {
  content: "";
  position: absolute;
  top: 2.4rem;
  right: -3.55rem;
  width: 1rem;
  height: 1rem;
  border: 6px solid var(--stone);
  border-radius: 50%;
  background: var(--clay);
}

.journey-stop:nth-child(even)::after {
  right: auto;
  left: -3.55rem;
}

.journey-stop:last-child {
  margin-bottom: 0;
}

.journey-kicker {
  display: block;
  margin-bottom: 1rem;
  color: var(--clay);
  font-size: 0.7rem;
  font-weight: 720;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.journey-stop h2 {
  font-size: clamp(2.6rem, 4.5vw, 4.4rem);
}

.brief-order {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  padding: 0;
  margin: 3.5rem 0 0;
  list-style: none;
  border-top: 1px solid var(--light-line);
  border-left: 1px solid var(--light-line);
}

.brief-order li {
  min-height: 170px;
  padding: 1.4rem 1rem;
  border-right: 1px solid var(--light-line);
  border-bottom: 1px solid var(--light-line);
  font-size: 0.79rem;
}

.brief-order b {
  display: block;
  margin-bottom: 2.8rem;
  color: #e8a98e;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 520;
}

.facts-band {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  margin-top: 3rem;
  background: var(--line);
  border: 1px solid var(--line);
}

.fact {
  flex: 1 1 240px;
  min-height: 180px;
  padding: 1.6rem;
  background: var(--stone);
}

.fact-label {
  display: block;
  margin-bottom: 3rem;
  color: var(--clay);
  font-size: 0.68rem;
  font-weight: 720;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fact p,
.fact address {
  margin: 0;
  font-style: normal;
  font-weight: 620;
}

.reach-hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 620px;
}

.reach-number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 7vw, 7rem);
  background: var(--ridge);
  color: var(--cloud);
}

.reach-number a {
  font-family: var(--display);
  font-size: clamp(3.8rem, 7.5vw, 7.8rem);
  font-variation-settings: "SOFT" 80, "WONK" 1, "opsz" 96;
  line-height: 0.92;
  text-decoration: none;
}

.reach-number span {
  margin-top: 1rem;
  color: rgba(252, 251, 247, 0.56);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.reach-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 7vw, 7rem);
  background: var(--mist);
}

.reach-copy h1 {
  max-width: 9ch;
  margin-bottom: 1.3rem;
}

.contact-ribbon {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--cloud);
}

.contact-piece {
  flex: 1 1 300px;
  min-height: 210px;
  padding: clamp(1.8rem, 4vw, 3.5rem);
  border-right: 1px solid var(--line);
}

.contact-piece:last-child {
  border-right: 0;
}

.contact-piece small {
  display: block;
  margin-bottom: 2rem;
  color: var(--clay);
  font-size: 0.69rem;
  font-weight: 720;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-piece a,
.contact-piece address {
  display: block;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-style: normal;
  line-height: 1.08;
  text-decoration: none;
}

.contact-piece > a:not(.button) {
  overflow-wrap: anywhere;
}

.contact-piece .button {
  display: inline-flex;
  margin-top: 1.4rem;
  color: var(--cloud);
  font-family: var(--body);
  font-size: 0.74rem;
}

.request-intro {
  max-width: 850px;
  margin-bottom: 3rem;
}

.ridge-form {
  overflow: hidden;
  border-radius: 3rem;
  box-shadow: 0 28px 70px rgba(16, 40, 50, 0.12);
}

.form-layer {
  position: relative;
  padding: clamp(2rem, 5vw, 5rem);
}

.form-layer + .form-layer {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.form-layer--one {
  background: #dce8e8;
}

.form-layer--two {
  background: #b7ced0;
}

.form-layer--three {
  background: var(--blue);
  color: var(--cloud);
}

.layer-heading {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: 2rem;
  align-items: start;
  margin-bottom: 2.5rem;
}

.layer-number {
  font-family: var(--display);
  font-size: 3rem;
  line-height: 1;
}

.layer-heading h2 {
  margin: 0;
  font-size: clamp(2.6rem, 4.6vw, 4.6rem);
}

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

.field {
  display: grid;
  gap: 0.45rem;
}

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

.field > span,
.field label,
fieldset legend {
  font-size: 0.71rem;
  font-weight: 720;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 54px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(21, 35, 41, 0.28);
  border-radius: 1rem;
  background: rgba(252, 251, 247, 0.8);
  color: var(--ink);
}

.field textarea {
  min-height: 160px;
  resize: vertical;
}

.form-layer--three .field textarea {
  border-color: rgba(252, 251, 247, 0.34);
  background: rgba(252, 251, 247, 0.1);
  color: var(--cloud);
}

.form-layer--three .field textarea::placeholder {
  color: rgba(252, 251, 247, 0.62);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--clay);
  outline: 3px solid rgba(201, 107, 73, 0.2);
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

fieldset legend {
  margin-bottom: 0.75rem;
}

.reply-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.reply-option {
  position: relative;
}

.reply-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.reply-option label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.7rem 1.1rem;
  border: 1px solid rgba(21, 35, 41, 0.28);
  border-radius: 999px;
  background: rgba(252, 251, 247, 0.54);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.reply-option input:checked + label {
  border-color: var(--ridge);
  background: var(--ridge);
  color: #fff;
}

.reply-option input:focus-visible + label {
  outline: 3px solid #e7a488;
  outline-offset: 3px;
}

.form-submit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
}

.form-submit-row p {
  max-width: 40rem;
  margin: 0;
  color: rgba(252, 251, 247, 0.7);
  font-size: 0.78rem;
}

.summary-result {
  display: none;
  margin-top: 2rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid rgba(252, 251, 247, 0.34);
  border-radius: 1.5rem;
  background: rgba(16, 40, 50, 0.34);
  color: var(--cloud);
}

.summary-result.is-visible {
  display: block;
}

.summary-result h3 {
  font-size: 2.3rem;
}

.summary-result pre {
  overflow-x: auto;
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(252, 251, 247, 0.1);
  color: var(--cloud);
  font-family: var(--body);
  font-size: 0.82rem;
  white-space: pre-wrap;
}

.summary-result .button--light {
  color: var(--ridge);
}

.contact-guidance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 3rem;
  background: var(--line);
  border: 1px solid var(--line);
}

.guidance-item {
  padding: clamp(1.5rem, 3vw, 2.7rem);
  background: var(--stone);
}

.guidance-item h3 {
  font-size: 2rem;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding-top: clamp(6rem, 12vw, 11rem);
  background: var(--ridge-deep);
  color: var(--cloud);
}

.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  right: -8%;
  left: -8%;
  height: 170px;
  border: 2px solid rgba(252, 251, 247, 0.12);
  border-color: rgba(252, 251, 247, 0.12) transparent transparent;
  border-radius: 50%;
}

.site-footer::before {
  top: 2rem;
  transform: rotate(-3deg);
}

.site-footer::after {
  top: 5rem;
  transform: rotate(4deg);
}

.footer-watermark {
  position: absolute;
  top: 0.03em;
  left: 50%;
  color: rgba(252, 251, 247, 0.035);
  font-family: var(--display);
  font-size: clamp(12rem, 35vw, 32rem);
  font-weight: 700;
  line-height: 0.8;
  transform: translateX(-50%);
  pointer-events: none;
}

.footer-inner {
  position: relative;
  z-index: 2;
}

.footer-lead {
  max-width: 12ch;
  margin-bottom: 3rem;
  font-size: clamp(3.3rem, 7vw, 7rem);
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 2rem;
  align-items: center;
  padding-block: 1.6rem;
  border-top: 1px solid var(--light-line);
  border-bottom: 1px solid var(--light-line);
}

.footer-contact address {
  font-style: normal;
}

.footer-contact a {
  color: var(--cloud);
  text-decoration: none;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.5rem;
  padding: 1.7rem 0;
}

.footer-nav a {
  color: rgba(252, 251, 247, 0.72);
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.3rem 0;
  border-top: 1px solid var(--light-line);
  color: rgba(252, 251, 247, 0.45);
  font-size: 0.69rem;
}

.footer-bottom p {
  margin: 0;
}

.js .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .desktop-nav {
    gap: 1rem;
  }

  .desktop-nav a {
    font-size: 0.69rem;
  }

  .brand {
    min-width: 135px;
  }

  .brief-order {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .brief-order li:nth-child(n + 5) {
    min-height: 140px;
  }
}

@media (max-width: 860px) {
  html {
    scroll-padding-top: 5.5rem;
  }

  .utility-bar,
  .desktop-nav {
    display: none;
  }

  .header-inner {
    min-height: 76px;
    grid-template-columns: 1fr auto;
  }

  .brand {
    min-width: auto;
    justify-items: start;
  }

  .brand-number {
    font-size: 2rem;
  }

  .mobile-menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    min-height: 46px;
    padding: 0.65rem 0.9rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: transparent;
    color: var(--ink);
    font-size: 0.71rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .mobile-menu {
    position: fixed;
    inset: 76px 0 0 0;
    z-index: 65;
    display: flex;
    flex-direction: column;
    padding: 1.2rem var(--gutter) 2rem;
    background: var(--mist);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 180ms ease, visibility 180ms, transform 180ms ease;
  }

  .mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .mobile-menu nav {
    display: grid;
  }

  .mobile-menu nav a {
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--display);
    font-size: clamp(2.5rem, 9vw, 4.4rem);
    line-height: 1;
    text-decoration: none;
  }

  .mobile-menu nav a[aria-current="page"] {
    color: var(--clay);
  }

  .mobile-menu-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: auto;
    padding-top: 1.5rem;
  }

  .section-heading,
  .editorial-split,
  .editorial-split--reverse,
  .warehouse-title-row,
  .road-hero-copy,
  .reach-hero {
    grid-template-columns: 1fr;
  }

  .section-heading h2 {
    max-width: 12ch;
  }

  .express-feature,
  .local-story,
  .worker-feature {
    grid-template-columns: 1fr;
  }

  .express-image {
    min-height: 500px;
    border-radius: 0 0 50% 50% / 0 0 12% 12%;
  }

  .local-photo {
    max-width: 650px;
  }

  .local-photo img {
    aspect-ratio: 4 / 3;
  }

  .road-hero-copy {
    gap: 1.5rem;
  }

  .road-hero-copy h1 {
    max-width: 12ch;
  }

  .editorial-split--reverse .editorial-image {
    order: 0;
  }

  .photo-mosaic {
    grid-template-rows: 240px 300px;
  }

  .worker-photo {
    min-height: 520px;
  }

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

@media (max-width: 640px) {
  :root {
    --gutter: 1.1rem;
    --space: 4.6rem;
  }

  h1 {
    font-size: clamp(3.7rem, 17vw, 5.7rem);
  }

  h2 {
    font-size: clamp(2.9rem, 14vw, 4.5rem);
  }

  .home-hero {
    padding-top: 4rem;
  }

  .panorama {
    min-height: 470px;
    border-radius: 48% 48% 0 0 / 11% 11% 0 0;
  }

  .panorama-strip {
    line-height: 1.6;
  }

  .view-band,
  .view-band:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .view-band:nth-child(even) .view-name {
    order: 0;
  }

  .view-dot {
    width: 52px;
    height: 52px;
  }

  .express-image {
    min-height: 410px;
  }

  .express-copy {
    padding-inline: var(--gutter);
  }

  .local-photo::after {
    right: 0.6rem;
    bottom: 0.8rem;
  }

  .road-hero {
    min-height: 680px;
  }

  .editorial-image img {
    min-height: 410px;
  }

  .detail-ribbon,
  .detail-ribbon:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 0.4rem;
    margin-left: 0;
    padding: 1.3rem 1.4rem;
    border-radius: 1.5rem;
  }

  .truth-note {
    grid-template-columns: 1fr;
  }

  .truth-mark {
    width: 78px;
    height: 78px;
    font-size: 2.7rem;
  }

  .photo-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: 430px 260px 260px;
  }

  .photo-mosaic figure:first-child {
    grid-row: auto;
  }

  .floor-story {
    grid-template-columns: 1fr;
  }

  .floor-chapter,
  .floor-chapter:nth-child(even) {
    min-height: 310px;
    border-right: 0;
  }

  .chapter-label {
    margin-bottom: 3rem;
  }

  .worker-photo {
    min-height: 430px;
  }

  .line-journey::before {
    left: 0.55rem;
  }

  .journey-stop,
  .journey-stop:nth-child(even) {
    width: calc(100% - 2.2rem);
    margin-left: 2.2rem;
  }

  .journey-stop::after,
  .journey-stop:nth-child(even)::after {
    right: auto;
    left: -2.15rem;
  }

  .brief-order {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reach-number,
  .reach-copy {
    padding-inline: var(--gutter);
  }

  .contact-piece {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .contact-piece:last-child {
    border-bottom: 0;
  }

  .ridge-form {
    border-radius: 1.7rem;
  }

  .layer-heading,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .layer-heading {
    gap: 0.7rem;
  }

  .field--wide {
    grid-column: auto;
  }

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

  .footer-contact,
  .footer-nav,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

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

@media print {
  .utility-bar,
  .site-header,
  .button-row,
  .site-footer {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
  }
}
