/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
}
:root {
  --ink: #101b25;
  --paper: #f5f2eb;
  --line: rgba(16, 27, 37, 0.16);
  --serif: Georgia, "Times New Roman", serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
}
button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}
:focus-visible {
  outline: 3px solid #e8ad43;
  outline-offset: 4px;
}
::selection {
  color: #fff;
  background: #9b6b2f;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eyebrow::before {
  width: 1.8rem;
  height: 1px;
  content: "";
  background: currentColor;
}
.button {
  display: inline-flex;
  min-height: 3.2rem;
  padding: 0.8rem 1.25rem;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  border: 1px solid transparent;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button-gold {
  color: #101b25;
  background: #e4b65f;
}
.button-light {
  color: #0e1d2d;
  background: #f6f0e4;
}
.button-dark {
  color: #fff;
  background: #10202a;
}
.button-lime {
  color: #0c181c;
  background: #c9f24b;
}
.button-outline-light {
  color: #fff;
  border-color: rgba(255,255,255,.45);
  background: rgba(255,255,255,.05);
}
.button-rust {
  color: #fff;
  background: #b54f2c;
}
.button-copper {
  color: #fff;
  background: #b26c44;
}
.button-cream {
  color: #1d2b27;
  background: #f5eddf;
}
.button-tennis {
  color: #091824;
  background: #d6ff4b;
}
.button-navy {
  color: #fff;
  background: #061a2a;
}
.button-earth {
  color: #fff;
  background: #a24829;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.section-intro {
  max-width: 46rem;
}
.section-intro h2 {
  margin: 1rem 0 0;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}
.section-intro p {
  max-width: 37rem;
  margin: 1.4rem 0 0;
  color: #5c6465;
  font-size: 1rem;
  line-height: 1.75;
}
.section-intro-center {
  margin-inline: auto;
  text-align: center;
}
.section-intro-center .eyebrow {
  justify-content: center;
}
.section-intro-center p {
  margin-inline: auto;
}
.text-link {
  display: inline-flex;
  padding: 0 0 0.45rem;
  align-items: center;
  gap: 2.8rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.8rem;
  font-weight: 750;
  letter-spacing: 0.04em;
}
.text-link span:last-child {
  transition: transform 160ms ease;
}
.text-link:hover span:last-child {
  transform: translate(3px, -3px);
}
.site-header {
  --header-bg: rgba(246, 243, 235, 0.9);
  --header-color: #17232b;
  position: sticky;
  top: 0;
  z-index: 50;
  color: var(--header-color);
  background: var(--header-bg);
  border-bottom: 1px solid var(--header-color);
  @supports (color: color-mix(in lab, red, red)) {
    border-bottom: 1px solid color-mix(in srgb, var(--header-color) 14%, transparent);
  }
  backdrop-filter: blur(16px);
}
.site-header-hub {
  --header-bg: rgba(7, 24, 38, .93);
  --header-color: #f5eddf;
}
.site-header-industrial {
  --header-bg: rgba(11, 25, 29, .94);
  --header-color: #f4f6e8;
}
.site-header-construction {
  --header-bg: rgba(239, 231, 216, .94);
  --header-color: #2b2a25;
}
.site-header-developments {
  --header-bg: rgba(247, 241, 231, .94);
  --header-color: #24352f;
}
.site-header-sports {
  --header-bg: rgba(5, 22, 35, .95);
  --header-color: #f8f8ed;
}
.site-header-agriculture {
  --header-bg: rgba(244, 238, 219, .95);
  --header-color: #2b3b28;
}
.site-header-inner {
  width: min(100% - 3rem, 92rem);
  min-height: 4.8rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}
.site-brand {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 0.75rem;
}
.site-monogram {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1rem;
  font-style: italic;
}
.site-brand-copy {
  display: flex;
  flex-direction: column;
}
.site-brand-copy strong {
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
.site-brand-copy small {
  margin-top: 0.1rem;
  opacity: 0.6;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.55rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.2rem, 3vw, 2.6rem);
}
.site-nav a,
.header-cta {
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}
.site-nav a {
  position: relative;
  opacity: 0.72;
}
.site-nav a::after {
  position: absolute;
  right: 100%;
  bottom: -0.4rem;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transition: right 160ms ease;
}
.site-nav a:hover {
  opacity: 1;
}
.site-nav a:hover::after {
  right: 0;
}
.header-cta {
  justify-self: end;
  padding: 0.75rem 0.95rem;
  border: 1px solid var(--header-color);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--header-color) 40%, transparent);
  }
}
.mobile-menu {
  display: none;
  justify-self: end;
}
.site-footer {
  padding: 3.5rem max(1.5rem, calc((100vw - 92rem) / 2));
  color: #e7e9e3;
  background: #101c22;
}
.site-footer-hub {
  background: #071826;
}
.site-footer-industrial {
  background: #0a171b;
}
.site-footer-construction {
  background: #282923;
}
.site-footer-developments {
  background: #20332d;
}
.site-footer-sports {
  background: #051625;
}
.site-footer-agriculture {
  background: #283824;
}
.site-footer-top,
.site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.site-footer-top {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.site-footer-top > div {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.site-footer-mark {
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--serif);
  font-style: italic;
}
.site-footer-top strong {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 400;
}
.site-footer-top a {
  font-size: 0.75rem;
  font-weight: 650;
}
.site-footer-bottom {
  padding-top: 1.4rem;
  opacity: .56;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.58rem;
  letter-spacing: 0.04em;
}
.preview-index {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: #f4eddf;
  background: #071826;
}
.preview-index::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .13;
  background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
}
.preview-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}
.preview-orb-one {
  top: -18rem;
  right: -10rem;
  width: 42rem;
  height: 42rem;
  border: 1px solid rgba(226,178,92,.32);
}
.preview-orb-two {
  bottom: -20rem;
  left: -12rem;
  width: 34rem;
  height: 34rem;
  background: rgba(41,92,70,.22);
}
.preview-shell {
  position: relative;
  z-index: 1;
  width: min(100% - 3rem, 84rem);
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 8.5rem) 0;
}
.preview-heading {
  max-width: 50rem;
  margin-bottom: 4rem;
}
.preview-heading .eyebrow {
  color: #e2b25c;
}
.preview-heading h1 {
  margin: 1.2rem 0;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 8vw, 7.5rem);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .86;
}
.preview-heading p {
  max-width: 40rem;
  margin: 1.6rem 0 0;
  color: rgba(244,237,223,.66);
  font-size: 1rem;
  line-height: 1.7;
}
.preview-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255,255,255,.2);
  border-left: 1px solid rgba(255,255,255,.2);
}
.preview-card {
  position: relative;
  min-height: 10rem;
  padding: 1.6rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 1.4rem;
  border-right: 1px solid rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(255,255,255,.2);
  overflow: hidden;
  transition: background 180ms ease, color 180ms ease;
}
.preview-card::before {
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  content: "";
  background: var(--preview-accent, #e2b25c);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}
.preview-card:hover {
  background: rgba(255,255,255,.07);
}
.preview-card:hover::before {
  transform: scaleX(1);
}
.preview-card-industrial {
  --preview-accent: #c9f24b;
}
.preview-card-construction {
  --preview-accent: #c45d35;
}
.preview-card-developments {
  --preview-accent: #b9784e;
}
.preview-card-sports {
  --preview-accent: #d6ff4b;
}
.preview-card-agriculture {
  --preview-accent: #bd5c30;
}
.preview-card-redirect {
  opacity: .6;
}
.preview-number {
  align-self: start;
  color: rgba(255,255,255,.38);
  font-family: var(--font-geist-mono), monospace;
  font-size: .65rem;
}
.preview-card > div {
  display: flex;
  flex-direction: column;
  gap: .45rem;
}
.preview-card strong {
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  font-weight: 400;
}
.preview-card > div span {
  color: rgba(255,255,255,.56);
  font-size: .72rem;
  letter-spacing: .04em;
}
.preview-arrow {
  font-size: 1.2rem;
}
.vf-page {
  color: #10202e;
  background: #f0ede5;
}
.vf-hero {
  position: relative;
  min-height: calc(100svh - 4.8rem);
  padding: clamp(5rem, 9vw, 8.5rem) max(1.5rem, calc((100vw - 92rem) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(22rem, .9fr);
  align-items: center;
  gap: 4rem;
  overflow: hidden;
  color: #f5f0e6;
  background: #071826;
}
.vf-hero-lines {
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image: linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.22) 50%, transparent 50.1%);
  background-size: 18vw 100%;
}
.vf-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 58rem;
}
.vf-hero-copy .eyebrow {
  color: #e1b561;
}
.vf-hero-copy h1 {
  margin: 1.4rem 0 1.8rem;
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 400;
  letter-spacing: -.065em;
  line-height: .84;
}
.vf-hero-copy h1 span {
  display: block;
  color: #e1b561;
  font-style: italic;
}
.vf-hero-copy > p {
  max-width: 43rem;
  color: rgba(245,240,230,.68);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}
.vf-hero-copy .hero-actions {
  margin-top: 2.4rem;
}
.hero-note {
  max-width: 15rem;
  color: rgba(255,255,255,.42);
  font-family: var(--font-geist-mono), monospace;
  font-size: .57rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.vf-hero-visual {
  position: relative;
  min-height: 39rem;
  display: grid;
  place-items: center;
}
.vf-visual-image {
  position: relative;
  z-index: 2;
  width: min(31rem, 78%);
  aspect-ratio: .77;
  overflow: hidden;
  border-radius: 48% 48% 3rem 3rem;
}
.vf-visual-image img {
  object-fit: cover;
  filter: saturate(.75) contrast(1.07);
}
.vf-visual-ring {
  position: absolute;
  border: 1px solid rgba(225,181,97,.35);
  border-radius: 50%;
}
.vf-visual-ring-one {
  width: 34rem;
  height: 34rem;
}
.vf-visual-ring-two {
  width: 43rem;
  height: 43rem;
  opacity: .46;
}
.vf-visual-caption {
  position: absolute;
  z-index: 4;
  right: -1rem;
  bottom: 3rem;
  padding: .75rem 1rem;
  color: #071826;
  background: #e1b561;
  font-family: var(--font-geist-mono), monospace;
  font-size: .58rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.vf-manifesto {
  padding: clamp(5rem, 10vw, 9rem) max(1.5rem, calc((100vw - 82rem) / 2));
  display: grid;
  grid-template-columns: 8rem minmax(0, 1.5fr) minmax(18rem, .7fr);
  gap: 3rem;
  background: #e7e2d8;
}
.vf-manifesto-label {
  display: flex;
  flex-direction: column;
  gap: .3rem;
  color: #986b2e;
  font-family: var(--font-geist-mono), monospace;
}
.vf-manifesto-label span {
  font-size: 1rem;
}
.vf-manifesto-label small {
  font-size: .6rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.vf-manifesto blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4.4vw, 4.4rem);
  letter-spacing: -.045em;
  line-height: 1.02;
}
.vf-manifesto-copy {
  padding-top: .4rem;
}
.vf-manifesto-copy p {
  margin: 0 0 1.2rem;
  color: #5b615f;
  font-size: .92rem;
  line-height: 1.75;
}
.vf-projects {
  padding: clamp(5rem, 10vw, 9rem) max(1.5rem, calc((100vw - 86rem) / 2));
}
.vf-project-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid rgba(16,32,46,.22);
  border-left: 1px solid rgba(16,32,46,.22);
}
.vf-project-card {
  --area: #c99a4a;
  position: relative;
  min-height: 22rem;
  padding: 1.6rem;
  display: flex;
  grid-column: span 2;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(16,32,46,.22);
  border-bottom: 1px solid rgba(16,32,46,.22);
  overflow: hidden;
  transition: color 180ms ease, transform 180ms ease;
}
.vf-project-card:nth-child(4), .vf-project-card:nth-child(5) {
  grid-column: span 3;
}
.vf-project-card::before {
  position: absolute;
  inset: 100% 0 0;
  content: "";
  background: var(--area);
  transition: inset 240ms ease;
}
.vf-project-card:hover {
  color: #fff;
  transform: translateY(-3px);
}
.vf-project-card:hover::before {
  inset: 0;
}
.area-industrial {
  --area: #283c37;
}
.area-construction {
  --area: #ad5533;
}
.area-developments {
  --area: #8d6045;
}
.area-sports {
  --area: #174b53;
}
.area-agriculture {
  --area: #5c7447;
}
.vf-project-number, .vf-project-card > div, .vf-project-arrow {
  position: relative;
  z-index: 1;
}
.vf-project-number {
  font-family: var(--font-geist-mono), monospace;
  font-size: .65rem;
  opacity: .5;
}
.vf-project-card h3 {
  margin: 0 0 1rem;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
}
.vf-project-card p {
  max-width: 22rem;
  margin: 0;
  opacity: .66;
  font-size: .82rem;
  line-height: 1.65;
}
.vf-project-arrow {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.vf-approach {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #d8d9cb;
}
.vf-approach-visual {
  position: relative;
  min-height: 46rem;
  padding: 4rem;
  overflow: hidden;
  color: #d6b269;
  background: #26483f;
}
.vf-approach-word {
  position: absolute;
  left: -1rem;
  bottom: -.5rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: clamp(6rem, 14vw, 12rem);
  font-weight: 800;
  letter-spacing: -.08em;
  opacity: .12;
}
.vf-approach-compass {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19rem;
  height: 19rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214,178,105,.6);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.vf-approach-compass::before, .vf-approach-compass::after {
  position: absolute;
  content: "";
  background: rgba(214,178,105,.4);
}
.vf-approach-compass::before {
  width: 1px;
  height: 130%;
}
.vf-approach-compass::after {
  width: 130%;
  height: 1px;
}
.vf-approach-compass span {
  position: absolute;
  top: 1.2rem;
  font-family: var(--font-geist-mono), monospace;
  font-size: .65rem;
}
.vf-approach-compass strong, .vf-approach-compass small {
  position: relative;
  z-index: 1;
  padding: .25rem .5rem;
  background: #26483f;
  font-family: var(--font-geist-mono), monospace;
}
.vf-approach-compass strong {
  font-size: 1rem;
}
.vf-approach-compass small {
  font-size: .65rem;
}
.vf-approach-copy {
  padding: clamp(4rem, 8vw, 8rem);
  align-self: center;
}
.vf-approach-copy h2 {
  margin: 1.2rem 0;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .96;
}
.vf-approach-copy > p {
  color: #5d645e;
  line-height: 1.8;
}
.vf-principles {
  margin: 2.5rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(16,32,46,.18);
}
.vf-principles > div {
  padding: 1.2rem;
  background: #d8d9cb;
}
.vf-principles span {
  color: #8d692f;
  font-family: var(--font-geist-mono), monospace;
  font-size: .55rem;
}
.vf-principles strong {
  margin-top: 1.4rem;
  display: block;
  font-family: var(--serif);
  font-size: 1.2rem;
}
.vf-principles p {
  color: #6a6c66;
  font-size: .7rem;
  line-height: 1.5;
}
.vf-closing {
  min-height: 33rem;
  padding: 6rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f4eddf;
  background: #8a632c;
}
.vf-closing h2 {
  margin: 1.5rem 0 2.5rem;
  font-family: var(--serif);
  font-size: clamp(3.5rem, 8vw, 7.5rem);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .85;
}
.industrial-page {
  color: #102024;
  background: #eff1e8;
}
.industrial-hero {
  position: relative;
  min-height: calc(100svh - 4.8rem);
  padding: 5rem max(1.5rem, calc((100vw - 92rem) / 2));
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: #0c171b;
}
.industrial-hero > img {
  object-fit: cover;
}
.industrial-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(80deg, rgba(5,16,18,.96) 0%, rgba(5,16,18,.65) 45%, rgba(5,16,18,.08) 76%), linear-gradient(to top, rgba(5,16,18,.65), transparent 50%);
}
.industrial-hero-grid {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.28) 1px, transparent 1px);
  background-size: 10vw 10vw;
}
.industrial-hero-copy {
  position: relative;
  z-index: 2;
  width: min(56rem, 75%);
  padding-bottom: 2rem;
}
.industrial-hero-copy .eyebrow {
  color: #c9f24b;
}
.industrial-hero-copy h1 {
  margin: 1rem 0 1.5rem;
  font-size: clamp(4rem, 9vw, 8.5rem);
  font-weight: 700;
  letter-spacing: -.07em;
  line-height: .83;
  text-transform: uppercase;
}
.industrial-hero-copy p {
  max-width: 40rem;
  color: rgba(255,255,255,.72);
  font-size: 1.05rem;
  line-height: 1.7;
}
.industrial-hero-copy .hero-actions {
  margin-top: 2rem;
}
.industrial-hero-index {
  position: absolute;
  z-index: 3;
  right: max(1.5rem, calc((100vw - 92rem) / 2));
  bottom: 5.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: var(--font-geist-mono), monospace;
}
.industrial-hero-index span {
  color: rgba(255,255,255,.48);
  font-size: .58rem;
}
.industrial-hero-index strong {
  margin-top: .55rem;
  color: #c9f24b;
  font-size: .75rem;
  letter-spacing: .1em;
}
.industrial-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: #ecf0dc;
  background: #152a29;
}
.industrial-stats > div {
  min-height: 10.5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255,255,255,.13);
}
.industrial-stats strong {
  font-size: clamp(1.9rem, 3vw, 3.2rem);
  letter-spacing: -.05em;
}
.industrial-stats span {
  margin-top: .45rem;
  color: rgba(255,255,255,.48);
  font-family: var(--font-geist-mono), monospace;
  font-size: .58rem;
  text-transform: uppercase;
}
.industrial-portfolio {
  padding: clamp(5rem, 9vw, 9rem) max(1.5rem, calc((100vw - 88rem) / 2));
}
.industrial-feature-card {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  background: #fff;
  box-shadow: 0 24px 70px rgba(18,36,38,.08);
}
.industrial-feature-image {
  position: relative;
  min-height: 37rem;
}
.industrial-feature-image img {
  object-fit: cover;
}
.industrial-feature-image > span, .industrial-property-image > span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: .55rem .7rem;
  color: #132523;
  background: #c9f24b;
  font-family: var(--font-geist-mono), monospace;
  font-size: .56rem;
  text-transform: uppercase;
}
.industrial-feature-copy {
  padding: clamp(2rem, 5vw, 5rem);
  align-self: center;
}
.property-type {
  color: #68766a;
  font-family: var(--font-geist-mono), monospace;
  font-size: .62rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.industrial-feature-copy h2, .industrial-property-copy h3 {
  margin: 1rem 0;
  font-size: clamp(2.3rem, 4.5vw, 4.3rem);
  line-height: .95;
  letter-spacing: -.055em;
}
.industrial-feature-copy > p {
  color: #68716e;
  line-height: 1.75;
}
.property-facts {
  margin: 2rem 0;
  border-top: 1px solid rgba(16,32,36,.16);
}
.property-facts > div {
  padding: .85rem 0;
  display: grid;
  grid-template-columns: 8rem 1fr;
  border-bottom: 1px solid rgba(16,32,36,.16);
  font-size: .73rem;
}
.property-facts dt {
  color: #79817d;
}
.property-facts dd {
  margin: 0;
  font-weight: 650;
}
.industrial-card-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.industrial-property-card {
  background: #e2e5db;
}
.industrial-property-wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
}
.industrial-property-image {
  position: relative;
  min-height: 24rem;
  overflow: hidden;
}
.industrial-property-image img {
  object-fit: cover;
  transition: transform 500ms ease;
}
.industrial-property-card:hover .industrial-property-image img {
  transform: scale(1.035);
}
.industrial-property-copy {
  position: relative;
  padding: 2rem;
}
.industrial-property-copy h3 {
  margin-right: 3rem;
  font-size: 2.5rem;
}
.industrial-property-copy p {
  max-width: 34rem;
  color: #68716e;
  font-size: .84rem;
  line-height: 1.7;
}
.property-number {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-family: var(--font-geist-mono), monospace;
  font-size: .6rem;
}
.property-meta {
  margin-top: 2rem;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(16,32,36,.18);
  color: #465a53;
  font-family: var(--font-geist-mono), monospace;
  font-size: .58rem;
  text-transform: uppercase;
}
.industrial-property-graphic {
  display: grid;
  grid-template-rows: 24rem auto;
}
.crown-map {
  padding: 3rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3px;
  align-content: center;
  background: #173936;
}
.crown-map i {
  aspect-ratio: 1.8;
  border: 1px solid rgba(201,242,75,.5);
  transform: skewX(-10deg);
}
.crown-map i:nth-child(3n) {
  background: rgba(201,242,75,.16);
}
.crown-map span {
  grid-column: 1/-1;
  margin-top: 1rem;
  color: #c9f24b;
  font-family: var(--font-geist-mono), monospace;
  font-size: .55rem;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}
.industrial-connectivity {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #f0f2e8;
  background: #112a2a;
}
.industrial-connectivity-copy {
  padding: clamp(4rem, 8vw, 8rem) max(2rem, 8vw);
}
.industrial-connectivity-copy .eyebrow {
  color: #c9f24b;
}
.industrial-connectivity-copy h2 {
  margin: 1rem 0 1.5rem;
  font-size: clamp(3rem, 5vw, 5.4rem);
  letter-spacing: -.06em;
  line-height: .9;
  text-transform: uppercase;
}
.industrial-connectivity-copy > p {
  color: rgba(255,255,255,.58);
  line-height: 1.75;
}
.route-list {
  margin-top: 2.5rem;
  border-top: 1px solid rgba(255,255,255,.16);
}
.route-list > div {
  padding: 1.15rem 0;
  display: grid;
  grid-template-columns: 2.3rem 1fr;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.route-list span {
  grid-row: span 2;
  color: #c9f24b;
  font-family: var(--font-geist-mono), monospace;
  font-size: .58rem;
}
.route-list strong {
  font-size: .82rem;
}
.route-list small {
  margin-top: .25rem;
  color: rgba(255,255,255,.43);
  font-size: .68rem;
}
.industrial-connectivity-image {
  position: relative;
  min-height: 45rem;
}
.industrial-connectivity-image img {
  object-fit: cover;
}
.industrial-image-label {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  padding: 1rem 1.2rem;
  display: flex;
  flex-direction: column;
  color: #102024;
  background: #c9f24b;
}
.industrial-image-label span {
  font-family: var(--font-geist-mono), monospace;
  font-size: .52rem;
  text-transform: uppercase;
}
.industrial-image-label strong {
  margin-top: .25rem;
  font-size: 1.15rem;
}
.industrial-infrastructure {
  padding: clamp(5rem, 9vw, 9rem) max(1.5rem, calc((100vw - 88rem) / 2));
}
.infrastructure-tags {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(16,32,36,.18);
  border-left: 1px solid rgba(16,32,36,.18);
}
.infrastructure-tags > div {
  min-height: 8rem;
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(16,32,36,.18);
  border-bottom: 1px solid rgba(16,32,36,.18);
}
.infrastructure-tags span {
  color: #7b846f;
  font-family: var(--font-geist-mono), monospace;
  font-size: .55rem;
}
.infrastructure-tags strong {
  font-size: .9rem;
}
.industrial-cta {
  padding: clamp(5rem, 9vw, 9rem) 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #c9f24b;
}
.industrial-cta h2 {
  margin: 1.2rem 0 2.2rem;
  font-size: clamp(3rem, 7vw, 7rem);
  letter-spacing: -.07em;
  line-height: .87;
  text-transform: uppercase;
}
.industrial-cta small {
  margin-top: 1.3rem;
  opacity: .55;
  font-family: var(--font-geist-mono), monospace;
  font-size: .55rem;
}
.construction-page {
  color: #2b2a25;
  background: #efe7d8;
}
.construction-hero {
  position: relative;
  min-height: calc(100svh - 4.8rem);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  background: #e9dfcc;
}
.construction-hero-image {
  position: relative;
  min-height: 40rem;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}
.construction-hero-image img {
  object-fit: cover;
  filter: saturate(.7) contrast(1.08);
}
.image-source {
  position: absolute;
  z-index: 3;
  right: 1rem;
  bottom: 1rem;
  padding: .35rem .45rem;
  color: rgba(255,255,255,.72);
  background: rgba(0,0,0,.45);
  font-family: var(--font-geist-mono), monospace;
  font-size: .47rem;
}
.construction-hero-copy {
  padding: 5rem max(2rem, 8vw) 5rem 2rem;
  align-self: center;
}
.construction-hero-copy .eyebrow {
  color: #a74627;
}
.construction-hero-copy h1 {
  margin: 1rem 0 1.5rem;
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 400;
  letter-spacing: -.075em;
  line-height: .78;
}
.construction-hero-copy h1 em {
  color: #b54f2c;
}
.construction-hero-copy p {
  max-width: 32rem;
  color: #686358;
  line-height: 1.75;
}
.construction-hero-copy .button {
  margin-top: 1.8rem;
}
.construction-side-note {
  position: absolute;
  right: .8rem;
  top: 50%;
  display: flex;
  gap: 2rem;
  writing-mode: vertical-rl;
  color: rgba(43,42,37,.46);
  font-family: var(--font-geist-mono), monospace;
  font-size: .48rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  transform: translateY(-50%);
}
.construction-statement {
  padding: clamp(5rem, 9vw, 9rem) max(1.5rem, calc((100vw - 82rem) / 2));
  display: grid;
  grid-template-columns: 8rem 1.25fr .75fr;
  gap: 3rem;
  background: #2b2d27;
  color: #f0e7d9;
}
.construction-statement-index {
  display: flex;
  flex-direction: column;
  color: #d56942;
  font-family: var(--font-geist-mono), monospace;
}
.construction-statement-index small {
  font-size: .55rem;
  text-transform: uppercase;
}
.construction-statement h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5vw, 5rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
}
.construction-statement > p {
  margin: .2rem 0 0;
  color: rgba(255,255,255,.5);
  line-height: 1.75;
}
.construction-specialties, .construction-method {
  padding: clamp(5rem, 9vw, 9rem) max(1.5rem, calc((100vw - 86rem) / 2));
}
.construction-specialty-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.construction-specialty-grid article {
  min-height: 21rem;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(43,42,37,.25);
  border-right: 1px solid rgba(43,42,37,.25);
}
.construction-specialty-grid article:first-child {
  border-left: 1px solid rgba(43,42,37,.25);
}
.construction-specialty-grid article > span {
  color: #b54f2c;
  font-family: var(--font-geist-mono), monospace;
  font-size: .6rem;
}
.construction-card-line {
  width: 1px;
  height: 5rem;
  margin: 2rem 0;
  background: #b54f2c;
}
.construction-specialty-grid h3 {
  margin: auto 0 .8rem;
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 400;
}
.construction-specialty-grid p {
  margin: 0;
  color: #706a60;
  font-size: .76rem;
  line-height: 1.6;
}
.construction-band {
  min-height: 34rem;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  overflow: hidden;
  color: #f0e7d9;
  background: #b54f2c;
}
.construction-band-word {
  align-self: center;
  margin-left: -2rem;
  color: rgba(255,255,255,.1);
  font-size: clamp(6rem, 15vw, 14rem);
  font-weight: 800;
  letter-spacing: -.08em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.construction-band-copy {
  padding: clamp(4rem, 8vw, 8rem);
  align-self: center;
}
.construction-band-copy h2 {
  margin: 1rem 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .9;
}
.construction-band-copy p {
  color: rgba(255,255,255,.62);
  line-height: 1.75;
}
.construction-method {
  background: #e5dac7;
}
.construction-timeline {
  position: relative;
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.construction-timeline::before {
  position: absolute;
  top: 2.9rem;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: rgba(43,42,37,.28);
}
.construction-timeline article {
  position: relative;
  padding-right: 2rem;
}
.phase-number {
  color: #a74627;
  font-family: var(--font-geist-mono), monospace;
  font-size: .55rem;
}
.phase-dot {
  position: relative;
  z-index: 1;
  width: .8rem;
  height: .8rem;
  margin: 1.7rem 0 2.2rem;
  border: 3px solid #e5dac7;
  border-radius: 50%;
  background: #b54f2c;
  box-shadow: 0 0 0 1px #b54f2c;
}
.construction-timeline h3 {
  margin: 0 0 .7rem;
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 400;
}
.construction-timeline p {
  color: #706a60;
  font-size: .76rem;
  line-height: 1.65;
}
.construction-capability {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  color: #ebe3d8;
  background: #272923;
}
.construction-capability-copy {
  padding: clamp(4rem, 8vw, 8rem);
}
.construction-capability-copy .eyebrow {
  color: #db6a42;
}
.construction-capability-copy h2 {
  margin: 1rem 0 1.5rem;
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 5.3rem);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .94;
}
.construction-capability-copy > p {
  color: rgba(255,255,255,.5);
  line-height: 1.75;
}
.construction-checklist {
  margin: 2.2rem 0 0;
  padding: 0;
  list-style: none;
}
.construction-checklist li {
  padding: .85rem 0;
  border-bottom: 1px solid rgba(255,255,255,.15);
  font-size: .76rem;
}
.construction-checklist span {
  margin-right: .7rem;
  color: #db6a42;
}
.construction-blueprint {
  position: relative;
  min-height: 45rem;
  overflow: hidden;
  color: #b8e7e3;
  background: #174d53;
}
.blueprint-grid {
  position: absolute;
  inset: 0;
  opacity: .25;
  background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px);
  background-size: 28px 28px;
}
.blueprint-label {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 2;
  font-family: var(--font-geist-mono), monospace;
  font-size: .55rem;
}
.blueprint-building {
  position: absolute;
  right: 14%;
  bottom: 18%;
  left: 14%;
  height: 50%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 2px solid currentColor;
}
.blueprint-building::before {
  position: absolute;
  right: -6%;
  bottom: 100%;
  left: -6%;
  height: 1.5rem;
  content: "";
  border: 2px solid currentColor;
  border-bottom: 0;
  transform: skewX(-25deg);
  transform-origin: bottom;
}
.blueprint-building i {
  border: 1px solid currentColor;
}
.blueprint-scale {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid currentColor;
  font-family: var(--font-geist-mono), monospace;
  font-size: .5rem;
}
.construction-cta {
  padding: clamp(5rem, 9vw, 8rem) max(1.5rem, calc((100vw - 86rem) / 2));
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}
.construction-cta .eyebrow {
  color: #a74627;
}
.construction-cta h2 {
  margin: 1rem 0 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 7vw, 6.8rem);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .9;
}
.developments-page {
  color: #24352f;
  background: #f5eee3;
}
.developments-hero {
  position: relative;
  min-height: calc(100svh - 4.8rem);
  padding: 6rem max(1.5rem, calc((100vw - 92rem) / 2));
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff9ee;
  background: #1d312b;
}
.developments-hero-image, .developments-hero-shade {
  position: absolute;
  inset: 0;
}
.developments-hero-image img {
  object-fit: cover;
}
.developments-hero-shade {
  background: linear-gradient(90deg, rgba(18,38,33,.93), rgba(18,38,33,.58) 47%, rgba(18,38,33,.08) 78%), linear-gradient(to top, rgba(18,38,33,.55), transparent);
}
.developments-hero-copy {
  position: relative;
  z-index: 2;
  width: min(48rem, 67%);
}
.developments-hero-copy .eyebrow {
  color: #e0aa7c;
}
.developments-hero-copy h1 {
  margin: 1.2rem 0 1.6rem;
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 400;
  letter-spacing: -.07em;
  line-height: .82;
}
.developments-hero-copy h1 em {
  color: #e0aa7c;
}
.developments-hero-copy p {
  max-width: 38rem;
  color: rgba(255,255,255,.69);
  line-height: 1.75;
}
.developments-hero-copy .button {
  margin-top: 1.7rem;
}
.developments-hero-caption {
  position: absolute;
  z-index: 2;
  right: max(1.5rem, calc((100vw - 92rem) / 2));
  bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.developments-hero-caption span {
  color: #e0aa7c;
  font-family: var(--serif);
  font-size: 1.6rem;
}
.developments-hero-caption strong {
  margin-top: .3rem;
  font-family: var(--font-geist-mono), monospace;
  font-size: .55rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.developments-intro {
  padding: clamp(5rem, 9vw, 9rem) max(1.5rem, calc((100vw - 86rem) / 2));
  display: grid;
  grid-template-columns: 7rem 1.2fr .8fr;
  gap: 3rem;
  align-items: end;
}
.developments-index {
  align-self: start;
  color: #a66b47;
  font-family: var(--font-geist-mono), monospace;
  font-size: .6rem;
}
.developments-intro .eyebrow {
  color: #a66b47;
}
.developments-intro h2 {
  margin: 1.2rem 0 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .94;
}
.developments-intro > p {
  color: #6f716a;
  line-height: 1.75;
}
.development-feature {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
}
.development-feature-media {
  position: relative;
  min-height: 46rem;
}
.development-feature-media > img {
  object-fit: cover;
}
.development-location {
  position: absolute;
  top: 2rem;
  left: 2rem;
  padding: .6rem .8rem;
  color: #20332d;
  background: #f5eee3;
  font-family: var(--font-geist-mono), monospace;
  font-size: .55rem;
  text-transform: uppercase;
}
.development-feature-copy {
  padding: clamp(4rem, 8vw, 8rem);
  align-self: center;
}
.development-feature-morabela {
  color: #f8f2e8;
  background: #233b34;
}
.development-feature-morabela .property-type {
  color: #d7a77d;
}
.development-feature-copy h2 {
  margin: 1rem 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 400;
  letter-spacing: -.075em;
  line-height: .85;
}
.development-lead {
  max-width: 37rem;
  opacity: .65;
  line-height: 1.8;
}
.development-numbers {
  margin: 2.5rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  border-color: rgba(255,255,255,.18);
}
.development-numbers > div {
  padding: 1.2rem .6rem 1.2rem 0;
  display: flex;
  flex-direction: column;
}
.development-numbers strong {
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 400;
}
.development-numbers span {
  margin-top: .3rem;
  opacity: .48;
  font-family: var(--font-geist-mono), monospace;
  font-size: .5rem;
  text-transform: uppercase;
}
.development-amenities {
  margin-bottom: 2.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.development-amenities span {
  padding: .5rem .65rem;
  border: 1px solid rgba(255,255,255,.2);
  font-size: .62rem;
}
.development-feature-nova {
  grid-template-columns: .9fr 1.1fr;
  background: #e7dac8;
}
.development-feature-nova .property-type {
  color: #a66b47;
}
.development-feature-nova .development-numbers {
  border-color: rgba(36,53,47,.18);
}
.development-note {
  margin-top: 2rem;
  color: #737269;
  font-family: var(--font-geist-mono), monospace;
  font-size: .55rem;
  line-height: 1.6;
}
.development-nova-media {
  margin: 4rem 4rem 4rem 0;
  min-height: 40rem;
}
.nova-inset {
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: min(18rem, 42%);
  aspect-ratio: 1;
  border: .6rem solid #e7dac8;
}
.nova-inset img {
  object-fit: cover;
}
.developments-principles {
  padding: clamp(5rem, 9vw, 9rem) max(1.5rem, calc((100vw - 86rem) / 2));
}
.development-principle-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(36,53,47,.2);
  border-left: 1px solid rgba(36,53,47,.2);
}
.development-principle-grid article {
  min-height: 18rem;
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(36,53,47,.2);
  border-bottom: 1px solid rgba(36,53,47,.2);
}
.development-principle-grid span {
  color: #a66b47;
  font-family: var(--font-geist-mono), monospace;
  font-size: .58rem;
}
.development-principle-grid h3 {
  margin: auto 0 .8rem;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
}
.development-principle-grid p {
  max-width: 18rem;
  margin: 0;
  color: #737269;
  font-size: .8rem;
  line-height: 1.65;
}
.developments-cta {
  min-height: 35rem;
  padding: 5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f5eee3;
  background: #a66444;
}
.developments-cta h2 {
  margin: 1.4rem 0 2.4rem;
  font-family: var(--serif);
  font-size: clamp(3.5rem, 8vw, 7.5rem);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .87;
}
.sports-page {
  color: #071b2b;
  background: #f1f2e9;
}
.sports-hero {
  position: relative;
  min-height: calc(100svh - 4.8rem);
  padding: 5rem max(1.5rem, calc((100vw - 92rem) / 2));
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #051725;
}
.sports-hero-image {
  position: absolute;
  inset: 0;
}
.sports-hero-image img {
  object-fit: cover;
  object-position: center 35%;
}
.sports-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2,16,28,.96), rgba(2,16,28,.64) 48%, rgba(2,16,28,.08)), linear-gradient(to top, rgba(2,16,28,.72), transparent 50%);
}
.sports-hero-copy {
  position: relative;
  z-index: 2;
  width: min(61rem, 78%);
}
.sports-status {
  display: table;
  margin-bottom: 1rem;
  padding: .5rem .65rem;
  color: #071b2b;
  background: #d6ff4b;
  font-family: var(--font-geist-mono), monospace;
  font-size: .56rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.sports-hero-copy .eyebrow {
  color: #d6ff4b;
}
.sports-hero-copy h1 {
  margin: 1rem 0 1.5rem;
  font-size: clamp(4.2rem, 9vw, 9rem);
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: .78;
  text-transform: uppercase;
}
.sports-hero-copy h1 em {
  color: #d6ff4b;
  font-style: normal;
}
.sports-hero-copy p {
  max-width: 39rem;
  color: rgba(255,255,255,.68);
  font-size: 1.05rem;
  line-height: 1.7;
}
.sports-hero-copy .button {
  margin-top: 1.7rem;
}
.sports-score {
  position: absolute;
  z-index: 3;
  right: max(1.5rem, calc((100vw - 92rem) / 2));
  bottom: 3rem;
  width: 10rem;
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .45rem 1rem;
  color: #071b2b;
  background: #d6ff4b;
  font-family: var(--font-geist-mono), monospace;
}
.sports-score span {
  font-size: .62rem;
}
.sports-score strong {
  font-size: .72rem;
}
.sports-score i {
  grid-column: 1/-1;
  height: 1px;
  background: rgba(7,27,43,.3);
}
.sports-marquee {
  padding: 1.2rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
  overflow: hidden;
  white-space: nowrap;
  color: #071b2b;
  background: #d6ff4b;
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .09em;
}
.sports-marquee i {
  width: .45rem;
  height: .45rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #071b2b;
}
.sports-model {
  padding: clamp(5rem, 9vw, 9rem) max(1.5rem, calc((100vw - 88rem) / 2));
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 5rem;
  background: #f1f2e9;
}
.sports-model-heading .eyebrow {
  color: #467c37;
}
.sports-model-heading h2 {
  margin: 1.2rem 0;
  font-size: clamp(3rem, 5.6vw, 6rem);
  letter-spacing: -.07em;
  line-height: .88;
  text-transform: uppercase;
}
.sports-model-heading p {
  max-width: 34rem;
  color: #65706a;
  line-height: 1.75;
}
.sports-pillar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(7,27,43,.2);
  border-left: 1px solid rgba(7,27,43,.2);
}
.sports-pillar-grid article {
  position: relative;
  min-height: 18rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(7,27,43,.2);
  border-bottom: 1px solid rgba(7,27,43,.2);
}
.sports-pillar-grid article > span {
  font-family: var(--font-geist-mono), monospace;
  font-size: .55rem;
}
.sports-ball {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #4f7a45;
  border-radius: 50%;
}
.sports-ball::before {
  position: absolute;
  inset: 3px -2px;
  content: "";
  border-left: 1px solid #4f7a45;
  border-radius: 50%;
  transform: rotate(45deg);
}
.sports-pillar-grid h3 {
  margin: auto 0 .7rem;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.sports-pillar-grid p {
  margin: 0;
  color: #65706a;
  font-size: .75rem;
  line-height: 1.6;
}
.sports-levels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #ecf0e9;
  background: #071b2b;
}
.sports-levels-visual {
  position: relative;
  min-height: 46rem;
  overflow: hidden;
}
.sports-levels-visual img {
  object-fit: cover;
}
.sports-court-lines {
  position: absolute;
  inset: 10%;
  border: 2px solid rgba(214,255,75,.75);
}
.sports-court-lines::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  content: "";
  background: rgba(214,255,75,.75);
}
.sports-court-lines::after {
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 20%;
  left: 0;
  content: "";
  border-top: 2px solid rgba(214,255,75,.75);
  border-bottom: 2px solid rgba(214,255,75,.75);
}
.sports-levels-copy {
  padding: clamp(4rem, 8vw, 8rem);
  align-self: center;
}
.sports-levels-copy .eyebrow {
  color: #d6ff4b;
}
.sports-levels-copy h2 {
  margin: 1rem 0 2.5rem;
  font-size: clamp(3rem, 5.5vw, 5.8rem);
  letter-spacing: -.07em;
  line-height: .88;
  text-transform: uppercase;
}
.sports-level-list article {
  padding: 1.15rem 0;
  display: grid;
  grid-template-columns: 5rem 1fr;
  border-top: 1px solid rgba(255,255,255,.16);
}
.sports-level-list article:last-child {
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.sports-level-list strong {
  color: #d6ff4b;
  font-family: var(--font-geist-mono), monospace;
}
.sports-level-list h3 {
  margin: 0 0 .25rem;
  font-size: .8rem;
  text-transform: uppercase;
}
.sports-level-list p {
  margin: 0;
  color: rgba(255,255,255,.46);
  font-size: .7rem;
  line-height: 1.5;
}
.sports-project {
  padding: clamp(5rem, 9vw, 9rem) max(1.5rem, calc((100vw - 86rem) / 2));
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 5rem;
  align-items: center;
}
.sports-status-dark {
  color: #d6ff4b;
  background: #071b2b;
}
.sports-project-copy .eyebrow {
  color: #48763f;
}
.sports-project-copy h2 {
  margin: 1rem 0 1.4rem;
  font-size: clamp(3rem, 6vw, 6.2rem);
  letter-spacing: -.075em;
  line-height: .86;
  text-transform: uppercase;
}
.sports-project-copy > p {
  max-width: 38rem;
  color: #65706a;
  line-height: 1.75;
}
.sports-project-facts {
  margin: 2.2rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(7,27,43,.2);
  border-bottom: 1px solid rgba(7,27,43,.2);
}
.sports-project-facts > div {
  padding: 1.2rem .5rem 1.2rem 0;
  display: flex;
  flex-direction: column;
}
.sports-project-facts dt {
  font-size: 1.7rem;
  font-weight: 800;
}
.sports-project-facts dd {
  margin: .25rem 0 0;
  color: #65706a;
  font-family: var(--font-geist-mono), monospace;
  font-size: .5rem;
  text-transform: uppercase;
}
.sports-project-copy > small {
  color: #6c746e;
  font-family: var(--font-geist-mono), monospace;
  font-size: .53rem;
  line-height: 1.6;
}
.sports-logo-panel {
  min-height: 36rem;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #d6ff4b;
  transform: rotate(2deg);
}
.sports-logo-frame {
  position: relative;
  width: min(27rem, 100%);
  aspect-ratio: .87;
  overflow: hidden;
  background: #071b2b;
}
.sports-logo-frame img {
  object-fit: cover;
  object-position: center top;
  transform: scale(1.05);
}
.sports-logo-panel > span {
  margin-top: 1.3rem;
  font-family: var(--font-geist-mono), monospace;
  font-size: .54rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.sports-quote {
  min-height: 35rem;
  padding: 5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #071b2b;
  background: #d6ff4b;
}
.sports-quote-mark {
  height: 4rem;
  font-family: var(--serif);
  font-size: 7rem;
  line-height: 1;
}
.sports-quote blockquote {
  max-width: 65rem;
  margin: 1rem 0 2.5rem;
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 800;
  letter-spacing: -.075em;
  line-height: .86;
  text-transform: uppercase;
}
.agriculture-page {
  color: #2d3c29;
  background: #f4eedb;
}
.agriculture-hero {
  min-height: calc(100svh - 4.8rem);
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  overflow: hidden;
  background: #f4eedb;
}
.agriculture-hero-copy {
  padding: clamp(4rem, 8vw, 8rem) max(2rem, 8vw);
  align-self: center;
}
.agriculture-status {
  display: table;
  margin-bottom: 1.2rem;
  padding: .5rem .65rem;
  color: #f9f0d8;
  background: #a24829;
  font-family: var(--font-geist-mono), monospace;
  font-size: .55rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.agriculture-hero-copy .eyebrow {
  color: #815b31;
}
.agriculture-hero-copy h1 {
  margin: 1rem 0 1.5rem;
  font-family: var(--serif);
  font-size: clamp(4rem, 7.5vw, 7.6rem);
  font-weight: 400;
  letter-spacing: -.07em;
  line-height: .82;
}
.agriculture-hero-copy h1 em {
  color: #a24829;
}
.agriculture-hero-copy p {
  max-width: 37rem;
  color: #6f715f;
  line-height: 1.75;
}
.agriculture-hero-copy .button {
  margin-top: 1.8rem;
}
.agriculture-hero-collage {
  position: relative;
  min-height: 43rem;
  background: #58734a;
}
.agriculture-photo {
  position: absolute;
  overflow: hidden;
}
.agriculture-photo img {
  object-fit: cover;
}
.agriculture-photo-main {
  inset: 0;
}
.agriculture-photo-main::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(22,50,31,.55), transparent 45%);
}
.agriculture-photo-small {
  right: 2rem;
  bottom: 2rem;
  z-index: 2;
  width: min(15rem, 34%);
  aspect-ratio: .9;
  border: .55rem solid #f4eedb;
}
.agriculture-coordinate {
  position: absolute;
  z-index: 3;
  top: 2rem;
  left: -2rem;
  padding: .8rem 1rem;
  display: flex;
  flex-direction: column;
  color: #f4eedb;
  background: #2f492f;
  font-family: var(--font-geist-mono), monospace;
}
.agriculture-coordinate span {
  font-size: .48rem;
  opacity: .6;
}
.agriculture-coordinate strong {
  margin: .25rem 0;
  font-size: .72rem;
  letter-spacing: .1em;
}
.agriculture-purpose {
  position: relative;
  padding: clamp(5rem, 9vw, 9rem) max(1.5rem, calc((100vw - 86rem) / 2));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  overflow: hidden;
  color: #f4eedb;
  background: #2f492f;
}
.agriculture-purpose-mark {
  position: absolute;
  top: -5rem;
  left: -2rem;
  color: rgba(255,255,255,.05);
  font-family: var(--serif);
  font-size: 40rem;
  line-height: 1;
}
.agriculture-purpose-copy, .agriculture-purpose-list {
  position: relative;
  z-index: 1;
}
.agriculture-purpose-copy .eyebrow {
  color: #d4ad69;
}
.agriculture-purpose-copy h2 {
  margin: 1.2rem 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .92;
}
.agriculture-purpose-copy p {
  color: rgba(255,255,255,.58);
  line-height: 1.75;
}
.agriculture-purpose-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255,255,255,.18);
  border-left: 1px solid rgba(255,255,255,.18);
}
.agriculture-purpose-list > div {
  min-height: 12rem;
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.agriculture-purpose-list span {
  color: #d4ad69;
  font-family: var(--font-geist-mono), monospace;
  font-size: .55rem;
}
.agriculture-purpose-list strong {
  margin-top: auto;
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 400;
}
.agriculture-purpose-list p {
  margin: .4rem 0 0;
  color: rgba(255,255,255,.48);
  font-size: .7rem;
  line-height: 1.5;
}
.agriculture-crops {
  padding: clamp(5rem, 9vw, 9rem) max(1.5rem, calc((100vw - 90rem) / 2));
}
.agriculture-crops .eyebrow {
  color: #8b6533;
}
.agriculture-crop-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.agriculture-crop-image {
  position: relative;
  aspect-ratio: .78;
  overflow: hidden;
}
.agriculture-crop-image img {
  object-fit: cover;
  transition: transform 500ms ease;
}
.agriculture-crop-grid article:hover img {
  transform: scale(1.04);
}
.agriculture-crop-image span {
  position: absolute;
  top: .8rem;
  left: .8rem;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  color: #f4eedb;
  background: #a24829;
  border-radius: 50%;
  font-family: var(--font-geist-mono), monospace;
  font-size: .52rem;
}
.agriculture-crop-grid h3 {
  margin: 1rem 0 .25rem;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 400;
}
.agriculture-crop-grid p {
  margin: 0;
  color: #777465;
  font-size: .68rem;
}
.agriculture-impact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #e1d7ba;
}
.agriculture-impact-image {
  position: relative;
  min-height: 46rem;
}
.agriculture-impact-image img {
  object-fit: cover;
}
.agriculture-image-stamp {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  width: 9rem;
  height: 9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #f4eedb;
  background: #a24829;
  border-radius: 50%;
  transform: rotate(-8deg);
}
.agriculture-image-stamp span {
  font-family: var(--font-geist-mono), monospace;
  font-size: .48rem;
  letter-spacing: .12em;
}
.agriculture-image-stamp strong {
  margin-top: .3rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 400;
}
.agriculture-impact-copy {
  padding: clamp(4rem, 8vw, 8rem);
  align-self: center;
}
.agriculture-impact-copy .eyebrow {
  color: #8b512c;
}
.agriculture-impact-copy h2 {
  margin: 1rem 0 1.5rem;
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .92;
}
.agriculture-impact-copy > p {
  color: #6f715f;
  line-height: 1.75;
}
.agriculture-impact-facts {
  margin: 2.2rem 0 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(45,60,41,.2);
  border-bottom: 1px solid rgba(45,60,41,.2);
}
.agriculture-impact-facts > div {
  padding: 1.2rem .6rem 1.2rem 0;
  display: flex;
  flex-direction: column;
}
.agriculture-impact-facts strong {
  color: #a24829;
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 400;
}
.agriculture-impact-facts span {
  margin-top: .3rem;
  color: #6f715f;
  font-family: var(--font-geist-mono), monospace;
  font-size: .48rem;
  line-height: 1.4;
  text-transform: uppercase;
}
.agriculture-impact-copy small {
  color: #6f715f;
  font-family: var(--font-geist-mono), monospace;
  font-size: .5rem;
  line-height: 1.6;
}
.agriculture-basket {
  min-height: 43rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #f4eedb;
  background: #a24829;
}
.agriculture-basket-copy {
  padding: clamp(4rem, 8vw, 8rem);
  align-self: center;
}
.agriculture-status-light {
  color: #a24829;
  background: #f4eedb;
}
.agriculture-basket-copy h2 {
  margin: 1rem 0 1.5rem;
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 400;
  letter-spacing: -.075em;
  line-height: .82;
}
.agriculture-basket-copy p {
  max-width: 37rem;
  color: rgba(255,255,255,.65);
  line-height: 1.75;
}
.agriculture-basket-copy .button {
  margin-top: 2rem;
}
.agriculture-basket-visual {
  position: relative;
  margin: 4rem;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(244,238,219,.7);
  outline: 1px solid rgba(244,238,219,.25);
  outline-offset: -1rem;
  text-align: center;
}
.agriculture-basket-visual::before {
  position: absolute;
  top: 2.2rem;
  left: 50%;
  width: 5rem;
  height: 2px;
  content: "";
  background: #f4eedb;
  transform: translateX(-50%);
}
.agriculture-basket-visual > span {
  font-family: var(--font-geist-mono), monospace;
  font-size: .7rem;
  letter-spacing: .3em;
}
.agriculture-basket-visual > strong {
  margin: 1rem 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 400;
  letter-spacing: -.07em;
}
.agriculture-basket-visual > i {
  font-family: var(--serif);
  font-size: 1rem;
}
.agriculture-basket-seal {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  width: 5rem;
  height: 5rem;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--font-geist-mono), monospace;
  font-size: .55rem;
  line-height: 1.4;
  transform: rotate(8deg);
}
@media (max-width: 1100px) {
  .site-header-inner {
    grid-template-columns: 1fr auto;
  }
  .site-nav {
    display: none;
  }
  .header-cta {
    display: none;
  }
  .mobile-menu {
    position: relative;
    display: block;
  }
  .mobile-menu summary {
    padding: .65rem .8rem;
    border: 1px solid var(--header-color);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--header-color) 38%, transparent);
    }
    cursor: pointer;
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .08em;
    list-style: none;
    text-transform: uppercase;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu[open] nav {
    position: absolute;
    top: calc(100% + .8rem);
    right: 0;
    width: 14rem;
    padding: .65rem;
    display: flex;
    flex-direction: column;
    color: var(--header-color);
    background: var(--header-bg);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--header-bg) 92%, transparent);
    }
    border: 1px solid var(--header-color);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--header-color) 18%, transparent);
    }
    backdrop-filter: blur(20px);
  }
  .mobile-menu nav a {
    padding: .9rem;
    border-bottom: 1px solid var(--header-color);
    @supports (color: color-mix(in lab, red, red)) {
      border-bottom: 1px solid color-mix(in srgb, var(--header-color) 14%, transparent);
    }
    font-size: .7rem;
  }
  .vf-hero {
    grid-template-columns: 1fr .7fr;
  }
  .vf-hero-visual {
    min-height: 32rem;
  }
  .vf-visual-ring-one {
    width: 26rem;
    height: 26rem;
  }
  .vf-visual-ring-two {
    width: 33rem;
    height: 33rem;
  }
  .vf-manifesto {
    grid-template-columns: 5rem 1.4fr .7fr;
    gap: 2rem;
  }
  .vf-approach-copy {
    padding: 4rem;
  }
  .industrial-feature-card {
    grid-template-columns: 1.1fr .9fr;
  }
  .construction-specialty-grid {
    grid-template-columns: 1fr 1fr;
  }
  .construction-specialty-grid article:nth-child(3) {
    border-left: 1px solid rgba(43,42,37,.25);
  }
  .developments-intro {
    grid-template-columns: 5rem 1.2fr .8fr;
    gap: 2rem;
  }
  .development-feature-copy {
    padding: 4rem;
  }
  .sports-model {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .site-header-inner {
    width: min(100% - 2rem, 92rem);
    min-height: 4.3rem;
  }
  .site-brand-copy small {
    display: none;
  }
  .site-footer {
    padding: 3rem 1.25rem;
  }
  .site-footer-top, .site-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .site-footer-bottom {
    gap: .7rem;
  }
  .button {
    width: 100%;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-note {
    max-width: none;
    text-align: center;
  }
  .section-intro h2 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }
  .preview-shell {
    width: min(100% - 2rem, 84rem);
    padding: 4rem 0;
  }
  .preview-heading {
    margin-bottom: 2.5rem;
  }
  .preview-heading h1 {
    font-size: 3.6rem;
  }
  .preview-grid {
    grid-template-columns: 1fr;
  }
  .preview-card {
    min-height: 8.5rem;
    padding: 1.25rem;
  }
  .vf-hero {
    min-height: auto;
    padding: 5rem 1.25rem 4rem;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .vf-hero-copy h1 {
    font-size: clamp(3.8rem, 18vw, 6rem);
  }
  .vf-hero-visual {
    min-height: 27rem;
  }
  .vf-visual-image {
    width: 68%;
  }
  .vf-visual-ring-one {
    width: 21rem;
    height: 21rem;
  }
  .vf-visual-ring-two {
    width: 25rem;
    height: 25rem;
  }
  .vf-visual-caption {
    right: 0;
    bottom: 1rem;
  }
  .vf-manifesto {
    padding: 5rem 1.25rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .vf-manifesto-label {
    flex-direction: row;
  }
  .vf-manifesto-copy {
    padding: 0;
  }
  .vf-projects {
    padding: 5rem 1.25rem;
  }
  .vf-project-grid {
    grid-template-columns: 1fr;
  }
  .vf-project-card, .vf-project-card:nth-child(4), .vf-project-card:nth-child(5) {
    min-height: 18rem;
    grid-column: auto;
  }
  .vf-approach {
    grid-template-columns: 1fr;
  }
  .vf-approach-visual {
    min-height: 31rem;
    padding: 2rem;
  }
  .vf-approach-copy {
    padding: 4rem 1.25rem;
  }
  .vf-principles {
    grid-template-columns: 1fr;
  }
  .vf-closing {
    min-height: 29rem;
  }
  .industrial-hero {
    min-height: 45rem;
    padding: 4rem 1.25rem;
    align-items: flex-end;
  }
  .industrial-hero-overlay {
    background: linear-gradient(to top, rgba(5,16,18,.97), rgba(5,16,18,.45) 85%);
  }
  .industrial-hero-copy {
    width: 100%;
    padding-bottom: 3rem;
  }
  .industrial-hero-copy h1 {
    font-size: clamp(3.8rem, 18vw, 6rem);
  }
  .industrial-hero-index {
    right: 1.25rem;
    bottom: 1.4rem;
  }
  .industrial-stats {
    grid-template-columns: 1fr 1fr;
  }
  .industrial-stats > div {
    min-height: 8.5rem;
    padding: 1.25rem;
    border-bottom: 1px solid rgba(255,255,255,.13);
  }
  .industrial-portfolio {
    padding: 5rem 1.25rem;
  }
  .industrial-feature-card {
    grid-template-columns: 1fr;
  }
  .industrial-feature-image {
    min-height: 25rem;
  }
  .industrial-feature-copy {
    padding: 2rem 1.25rem;
  }
  .industrial-card-grid {
    grid-template-columns: 1fr;
  }
  .industrial-property-wide {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
  .industrial-property-image, .industrial-property-graphic {
    min-height: 20rem;
  }
  .industrial-property-graphic {
    grid-template-rows: 19rem auto;
  }
  .industrial-connectivity {
    grid-template-columns: 1fr;
  }
  .industrial-connectivity-copy {
    padding: 5rem 1.25rem;
  }
  .industrial-connectivity-image {
    min-height: 28rem;
  }
  .industrial-infrastructure {
    padding: 5rem 1.25rem;
  }
  .infrastructure-tags {
    grid-template-columns: 1fr 1fr;
  }
  .infrastructure-tags > div {
    min-height: 7rem;
  }
  .construction-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .construction-hero-image {
    min-height: 30rem;
    clip-path: none;
  }
  .construction-hero-copy {
    padding: 4rem 1.25rem 5rem;
  }
  .construction-hero-copy h1 {
    font-size: clamp(4rem, 20vw, 6rem);
  }
  .construction-side-note {
    display: none;
  }
  .construction-statement {
    padding: 5rem 1.25rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .construction-statement-index {
    flex-direction: row;
    gap: .5rem;
  }
  .construction-specialties, .construction-method {
    padding: 5rem 1.25rem;
  }
  .construction-specialty-grid {
    grid-template-columns: 1fr;
  }
  .construction-specialty-grid article, .construction-specialty-grid article:nth-child(3) {
    min-height: 17rem;
    border-left: 1px solid rgba(43,42,37,.25);
  }
  .construction-band {
    grid-template-columns: 1fr;
  }
  .construction-band-word {
    height: 9rem;
    writing-mode: initial;
    transform: none;
  }
  .construction-band-copy {
    padding: 4rem 1.25rem;
  }
  .construction-timeline {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .construction-timeline::before {
    top: 0;
    right: auto;
    bottom: 0;
    left: .35rem;
    width: 1px;
    height: auto;
  }
  .construction-timeline article {
    min-height: 9rem;
    padding-left: 2rem;
  }
  .phase-dot {
    position: absolute;
    top: 1.6rem;
    left: 0;
    margin: 0;
  }
  .construction-capability {
    grid-template-columns: 1fr;
  }
  .construction-capability-copy {
    padding: 5rem 1.25rem;
  }
  .construction-blueprint {
    min-height: 32rem;
  }
  .construction-cta {
    padding: 5rem 1.25rem;
    align-items: stretch;
    flex-direction: column;
  }
  .developments-hero {
    min-height: 45rem;
    padding: 5rem 1.25rem;
    align-items: flex-end;
  }
  .developments-hero-shade {
    background: linear-gradient(to top, rgba(18,38,33,.96), rgba(18,38,33,.22));
  }
  .developments-hero-copy {
    width: 100%;
  }
  .developments-hero-copy h1 {
    font-size: clamp(3.8rem, 18vw, 6rem);
  }
  .developments-hero-caption {
    display: none;
  }
  .developments-intro {
    padding: 5rem 1.25rem;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .development-feature, .development-feature-nova {
    grid-template-columns: 1fr;
  }
  .development-feature-media {
    min-height: 28rem;
  }
  .development-feature-copy {
    padding: 4rem 1.25rem;
  }
  .development-feature-nova .development-feature-copy {
    order: 2;
  }
  .development-nova-media {
    margin: 0;
    min-height: 31rem;
  }
  .nova-inset {
    right: 1rem;
    bottom: 1rem;
    border-width: .35rem;
  }
  .developments-principles {
    padding: 5rem 1.25rem;
  }
  .development-principle-grid {
    grid-template-columns: 1fr;
  }
  .development-principle-grid article {
    min-height: 14rem;
  }
  .sports-hero {
    min-height: 46rem;
    padding: 4rem 1.25rem;
    align-items: flex-end;
  }
  .sports-hero-overlay {
    background: linear-gradient(to top, rgba(2,16,28,.98), rgba(2,16,28,.24) 85%);
  }
  .sports-hero-copy {
    width: 100%;
    padding-bottom: 4rem;
  }
  .sports-hero-copy h1 {
    font-size: clamp(3.6rem, 18vw, 5.8rem);
  }
  .sports-score {
    right: 1.25rem;
    bottom: 1rem;
    width: 8.5rem;
  }
  .sports-marquee {
    justify-content: flex-start;
  }
  .sports-model {
    padding: 5rem 1.25rem;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .sports-pillar-grid {
    grid-template-columns: 1fr;
  }
  .sports-pillar-grid article {
    min-height: 14rem;
  }
  .sports-levels {
    grid-template-columns: 1fr;
  }
  .sports-levels-visual {
    min-height: 28rem;
  }
  .sports-levels-copy {
    padding: 5rem 1.25rem;
  }
  .sports-project {
    padding: 5rem 1.25rem;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .sports-project-facts {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .sports-logo-panel {
    min-height: 27rem;
    padding: 1.5rem;
    transform: none;
  }
  .sports-logo-frame {
    width: 74%;
  }
  .agriculture-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .agriculture-hero-copy {
    padding: 4rem 1.25rem;
  }
  .agriculture-hero-copy h1 {
    font-size: clamp(4rem, 19vw, 6rem);
  }
  .agriculture-hero-collage {
    min-height: 32rem;
  }
  .agriculture-coordinate {
    left: 1rem;
  }
  .agriculture-purpose {
    padding: 5rem 1.25rem;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .agriculture-purpose-list {
    grid-template-columns: 1fr 1fr;
  }
  .agriculture-purpose-list > div {
    min-height: 10rem;
  }
  .agriculture-crops {
    padding: 5rem 1.25rem;
  }
  .agriculture-crop-grid {
    grid-template-columns: 1fr 1fr;
  }
  .agriculture-impact {
    grid-template-columns: 1fr;
  }
  .agriculture-impact-image {
    min-height: 30rem;
  }
  .agriculture-impact-copy {
    padding: 5rem 1.25rem;
  }
  .agriculture-impact-facts {
    grid-template-columns: 1fr;
  }
  .agriculture-basket {
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .agriculture-basket-copy {
    padding: 5rem 1.25rem;
  }
  .agriculture-basket-visual {
    min-height: 28rem;
    margin: 0 1.25rem 4rem;
    padding: 2rem;
  }
}
.identity-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem 1.35rem;
  padding: 0.8rem clamp(1.25rem, 4vw, 4rem);
  border-bottom: 1px solid rgba(18, 18, 18, 0.14);
  background: #f3efe6;
  color: #171717;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-align: center;
}
.identity-strip span,
.identity-strip small {
  color: rgba(23, 23, 23, 0.7);
}
.identity-strip strong {
  font-size: 0.88rem;
}
.identity-strip a {
  color: inherit;
  text-decoration-color: rgba(23, 23, 23, 0.35);
  text-underline-offset: 0.22em;
}
@media (max-width: 760px) {
  .identity-strip {
    flex-direction: column;
    gap: 0.2rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
