@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/source-sans-3-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/lora-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: #1d2926;
  --pine: #23483c;
  --pine-deep: #173329;
  --sky: #246b8f;
  --sky-deep: #175373;
  --clay: #a64f30;
  --meadow: #66795c;
  --sand: #e8ddcc;
  --sand-light: #f1e9dd;
  --snow: #f7f9f6;
  --sun: #d6a24a;
  --white: #ffffff;
  --muted: #53615d;
  --line: #cbd5cf;
  --focus: #0b5f87;
  --shadow-soft: 0 1.25rem 3.5rem rgba(29, 41, 38, 0.11);
  --shadow-card: 0 0.75rem 2.2rem rgba(29, 41, 38, 0.08);
  --radius-small: 0.75rem;
  --radius-medium: 1.25rem;
  --radius-large: 2rem;
  --container: 74rem;
}

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

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 20rem;
  background: var(--snow);
  color: var(--ink);
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

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

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

a {
  color: var(--sky-deep);
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.18em;
}

a:hover {
  text-decoration-thickness: 0.14em;
}

:focus-visible {
  outline: 0.2rem solid var(--focus);
  outline-offset: 0.25rem;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  font-weight: 600;
  line-height: 1.12;
  text-wrap: balance;
}

h1 {
  margin-bottom: 1.4rem;
  font-size: clamp(2.75rem, 8.5vw, 5.45rem);
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(2.1rem, 5.5vw, 3.8rem);
  letter-spacing: -0.035em;
}

h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.35rem, 3vw, 1.72rem);
  letter-spacing: -0.02em;
}

p {
  margin-bottom: 1.15rem;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.45rem;
  background: var(--white);
  color: var(--pine-deep);
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

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

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 0.0625rem solid rgba(35, 72, 60, 0.12);
  background: rgba(247, 249, 246, 0.96);
  backdrop-filter: blur(0.75rem);
}

.header-inner {
  display: flex;
  min-height: 5.25rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.75rem;
}

.brand {
  display: inline-flex;
  min-height: 2.75rem;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.78rem;
  justify-content: center;
  color: var(--pine-deep);
  line-height: 1;
  text-decoration: none;
}

.brand:hover {
  text-decoration: none;
}

.brand-mark {
  width: 3.15rem;
  height: 3.15rem;
  flex: 0 0 auto;
}

.brand-wording {
  display: flex;
  flex-direction: column;
}

.brand-name {
  color: var(--pine-deep);
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.02rem, 4.6vw, 1.22rem);
  font-weight: 780;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.brand-name span:first-child {
  color: var(--pine-deep);
}

.brand-name span:last-child {
  color: var(--sky-deep);
}

.brand-detail {
  margin-top: 0.38rem;
  color: #5d7053;
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.31em;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  min-width: 5.75rem;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.5rem 0.8rem;
  border: 0.0625rem solid var(--pine);
  border-radius: 999px;
  background: transparent;
  color: var(--pine-deep);
  cursor: pointer;
  font-weight: 750;
}

.nav-toggle-icon,
.nav-toggle-icon::before,
.nav-toggle-icon::after,
.nav-toggle-icon span {
  display: block;
  width: 1.15rem;
  height: 0.125rem;
  border-radius: 1rem;
  background: currentColor;
}

.nav-toggle-icon {
  position: relative;
  background: transparent;
}

.nav-toggle-icon::before,
.nav-toggle-icon::after,
.nav-toggle-icon span {
  position: absolute;
  left: 0;
  content: "";
  transition: transform 160ms ease, top 160ms ease, opacity 160ms ease;
}

.nav-toggle-icon::before {
  top: -0.3rem;
}

.nav-toggle-icon span {
  top: 0;
}

.nav-toggle-icon::after {
  top: 0.3rem;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon span {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.site-nav {
  margin-left: auto;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: clamp(0.3rem, 1.5vw, 1.15rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-list a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  padding: 0.45rem 0.65rem;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 650;
  text-decoration: none;
}

.nav-list a:hover {
  color: var(--sky-deep);
}

.nav-list .nav-contact {
  padding-inline: 1.15rem;
  border-radius: 999px;
  background: var(--pine);
  color: var(--white);
}

.nav-list .nav-contact:hover {
  background: var(--pine-deep);
  color: var(--white);
}

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 15%, rgba(214, 162, 74, 0.12), transparent 28rem),
    linear-gradient(135deg, #f8f3ea 0%, var(--snow) 55%, #eef5f4 100%);
}

.hero-inner {
  display: grid;
  align-items: center;
  gap: 2.5rem;
  padding-block: clamp(3.75rem, 9vw, 7.5rem);
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-kicker,
.card-overline {
  margin-bottom: 1rem;
  color: var(--clay);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.eyebrow::before,
.section-kicker::before {
  width: 1.65rem;
  height: 0.14rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sky), var(--sun));
  content: "";
}

.hero-lead {
  max-width: 38rem;
  margin-bottom: 1.75rem;
  color: #394a45;
  font-size: clamp(1.18rem, 2.7vw, 1.45rem);
  line-height: 1.55;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.78rem 1.25rem;
  border: 0.125rem solid transparent;
  border-radius: 999px;
  font-weight: 780;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-0.125rem);
  text-decoration: none;
}

.button-primary {
  background: var(--pine);
  color: var(--white);
}

.button-primary:hover {
  background: var(--pine-deep);
}

.button-secondary {
  border-color: var(--sky-deep);
  color: var(--sky-deep);
}

.button-secondary:hover {
  background: var(--sky-deep);
  color: var(--white);
}

.button-outline {
  border-color: var(--pine);
  color: var(--pine-deep);
}

.button-outline:hover {
  background: var(--pine);
  color: var(--white);
}

.button-light {
  background: var(--white);
  color: var(--pine-deep);
}

.button-light:hover {
  background: var(--sand-light);
}

.hero-note {
  display: flex;
  max-width: 34rem;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.hero-note span {
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 auto;
  margin-top: 0.48rem;
  border-radius: 50%;
  background: var(--sun);
}

.hero-visual {
  position: relative;
  min-height: clamp(23rem, 60vw, 34rem);
  margin: 0;
  overflow: hidden;
  border: 0.55rem solid rgba(255, 255, 255, 0.78);
  border-radius: clamp(1.5rem, 5vw, 3rem) clamp(1.5rem, 5vw, 3rem) 7rem clamp(1.5rem, 5vw, 3rem);
  background: #bddce5;
  box-shadow: var(--shadow-soft);
}

.placeholder-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #9bcde0 0%, #d7eced 57%, #dfe5d2 58%, #9eb187 100%);
}

.scene-sun {
  position: absolute;
  top: 11%;
  right: 13%;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #f5ca69;
  box-shadow: 0 0 0 1.2rem rgba(255, 228, 157, 0.26);
}

.scene-cloud {
  position: absolute;
  width: 6.5rem;
  height: 1.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
}

.scene-cloud::before,
.scene-cloud::after {
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  background: inherit;
  content: "";
}

.scene-cloud::before {
  left: 1rem;
  width: 2.4rem;
  height: 2.4rem;
}

.scene-cloud::after {
  right: 0.8rem;
  width: 3rem;
  height: 3rem;
}

.scene-cloud-one {
  top: 18%;
  left: 10%;
}

.scene-cloud-two {
  top: 34%;
  right: 7%;
  opacity: 0.62;
  transform: scale(0.65);
}

.scene-mountain {
  position: absolute;
  right: -6%;
  bottom: 29%;
  left: -8%;
  height: 48%;
  clip-path: polygon(0 100%, 0 72%, 13% 45%, 24% 70%, 43% 18%, 56% 61%, 70% 35%, 82% 70%, 94% 43%, 100% 60%, 100% 100%);
}

.scene-mountain-back {
  bottom: 34%;
  background: #8d9d9b;
  opacity: 0.82;
}

.scene-mountain-front {
  background: linear-gradient(135deg, #435a53 0 40%, #f0f3ed 41% 48%, #526b61 49% 100%);
  clip-path: polygon(0 100%, 0 82%, 16% 56%, 28% 74%, 47% 15%, 61% 64%, 74% 42%, 87% 75%, 100% 58%, 100% 100%);
}

.scene-meadow {
  position: absolute;
  right: -5%;
  bottom: -8%;
  left: -5%;
  height: 42%;
  border-radius: 48% 54% 0 0;
  background: linear-gradient(170deg, #98ae77, #607c55);
  transform: rotate(-3deg);
}

.scene-neighbourhood {
  position: absolute;
  right: 15%;
  bottom: 18%;
  width: 38%;
  height: 21%;
  border: 0.3rem solid rgba(255, 255, 255, 0.74);
  border-top-width: 0.75rem;
  border-radius: 0.25rem;
  background:
    linear-gradient(90deg, transparent 31%, rgba(255, 255, 255, 0.72) 32% 34%, transparent 35% 65%, rgba(255, 255, 255, 0.72) 66% 69%, transparent 70%),
    linear-gradient(180deg, #b06a4b 0 12%, #ecdfca 13% 100%);
  box-shadow: -5.25rem 1.25rem 0 -0.45rem #d9c6ad, -5.25rem 1.25rem 0 -0.1rem rgba(255, 255, 255, 0.7);
}

.hero-visual figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  flex-direction: column;
  padding: 0.9rem 1rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.55);
  border-radius: 0.85rem;
  background: rgba(23, 51, 41, 0.9);
  color: var(--white);
  backdrop-filter: blur(0.5rem);
}

.hero-visual figcaption span {
  color: #dce9e3;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-visual figcaption strong {
  font-size: 1rem;
}

.hero-project-visual picture {
  position: absolute;
  inset: 0;
  display: block;
}

.hero-project-visual img {
  width: 100%;
  height: 100%;
}

.hero-project-visual img {
  object-fit: cover;
  object-position: center;
}

.promise-bar {
  border-top: 0.0625rem solid rgba(35, 72, 60, 0.12);
  background: rgba(255, 255, 255, 0.68);
}

.promise-list {
  display: grid;
  margin-block: 0;
  padding-block: 1.4rem;
  list-style: none;
}

.promise-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 0.0625rem solid var(--line);
}

.promise-list li:last-child {
  border-bottom: 0;
}

.promise-number {
  color: var(--clay);
  font-family: "Lora", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.promise-list strong,
.promise-list small {
  display: block;
}

.promise-list strong {
  color: var(--pine-deep);
  font-size: 1rem;
}

.promise-list small {
  color: var(--muted);
  font-size: 0.92rem;
}

.section {
  padding-block: clamp(4.5rem, 9vw, 8.5rem);
}

.section-tinted {
  background: var(--sand-light);
}

.intro-grid,
.feature-grid,
.quality-grid,
.contact-cta-inner {
  display: grid;
  gap: 2rem;
}

.intro-copy {
  max-width: 39rem;
  font-size: 1.14rem;
}

.intro-copy p:first-child {
  color: var(--pine-deep);
  font-size: 1.3rem;
  font-weight: 620;
}

.text-link,
.card-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.45rem;
  color: var(--sky-deep);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(23, 83, 115, 0.35);
}

.text-link:hover,
.card-link:hover {
  text-decoration-color: currentColor;
}

.section-heading {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.section-heading > p,
.process-heading > div:last-child {
  max-width: 34rem;
}

.community-grid,
.updates-grid {
  display: grid;
  gap: 1.4rem;
}

.community-card {
  overflow: hidden;
  border: 0.0625rem solid rgba(35, 72, 60, 0.12);
  border-radius: var(--radius-medium);
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.card-placeholder {
  position: relative;
  display: flex;
  min-height: 18rem;
  align-items: flex-end;
  overflow: hidden;
  padding: 1.2rem;
}

.card-placeholder::before,
.card-placeholder::after {
  position: absolute;
  content: "";
}

.card-placeholder::before {
  right: -6%;
  bottom: 0;
  left: -6%;
  height: 62%;
  clip-path: polygon(0 100%, 0 64%, 18% 38%, 30% 63%, 48% 20%, 65% 62%, 81% 39%, 100% 67%, 100% 100%);
  background: rgba(45, 73, 64, 0.58);
}

.card-placeholder::after {
  right: 11%;
  bottom: 12%;
  width: 36%;
  height: 29%;
  border: 0.25rem solid rgba(255, 255, 255, 0.82);
  background: rgba(232, 221, 204, 0.88);
  box-shadow: -4.1rem 0.8rem 0 -0.3rem rgba(217, 198, 173, 0.95), -4.1rem 0.8rem 0 0 rgba(255, 255, 255, 0.7);
}

.card-placeholder-one {
  background: linear-gradient(165deg, #a9d8e7 0%, #e7efe9 52%, #91a978 53%, #526e4b 100%);
}

.card-placeholder-two {
  background: linear-gradient(165deg, #bcdde6 0%, #f2e2c9 52%, #adbd91 53%, #66795c 100%);
}

.card-placeholder span {
  position: relative;
  z-index: 2;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(23, 51, 41, 0.9);
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.community-card-body {
  padding: 1.55rem;
}

.community-card-body p:not(.card-overline) {
  color: var(--muted);
}

.card-overline {
  margin-bottom: 0.7rem;
  font-size: 0.73rem;
}

.section-action {
  margin-top: 2rem;
  text-align: center;
}

.feature-panel {
  position: relative;
  min-height: 25rem;
  overflow: hidden;
  border-radius: var(--radius-large) var(--radius-large) var(--radius-large) 5rem;
  background:
    linear-gradient(rgba(36, 107, 143, 0.08) 0.0625rem, transparent 0.0625rem),
    linear-gradient(90deg, rgba(36, 107, 143, 0.08) 0.0625rem, transparent 0.0625rem),
    var(--white);
  background-size: 1.5rem 1.5rem;
  box-shadow: var(--shadow-soft);
}

.feature-panel::before {
  position: absolute;
  inset: 3rem 2.5rem 4rem;
  border: 0.4rem solid var(--pine);
  content: "";
}

.feature-line {
  position: absolute;
  z-index: 2;
  top: 36%;
  left: 16%;
  width: 32%;
  height: 0.35rem;
  background: var(--clay);
}

.feature-line-wide {
  top: 59%;
  left: 47%;
  width: 32%;
}

.feature-room {
  position: absolute;
  z-index: 1;
  border: 0.25rem solid var(--sky-deep);
  background: rgba(255, 255, 255, 0.75);
}

.feature-room-one {
  top: 3rem;
  left: 2.5rem;
  width: 45%;
  height: calc(36% - 3rem);
}

.feature-room-two {
  top: 36%;
  bottom: 4rem;
  left: 2.5rem;
  width: 45%;
}

.feature-room-three {
  top: 3rem;
  right: 2.5rem;
  bottom: 4rem;
  width: 34%;
}

.feature-label {
  position: absolute;
  z-index: 3;
  right: 1.4rem;
  bottom: 1.3rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: var(--pine-deep);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.feature-copy > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.12rem;
}

.check-list {
  display: grid;
  gap: 0.8rem;
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 2rem;
}

.check-list li::before {
  position: absolute;
  top: 0.4rem;
  left: 0;
  display: grid;
  width: 1.3rem;
  height: 1.3rem;
  place-items: center;
  border-radius: 50%;
  background: var(--sand);
  color: var(--pine-deep);
  content: "✓";
  font-size: 0.82rem;
  font-weight: 900;
}

.process-section {
  background:
    radial-gradient(circle at 85% 18%, rgba(214, 162, 74, 0.13), transparent 23rem),
    var(--pine-deep);
  color: #e5eee9;
}

.process-section h2,
.process-section h3 {
  color: var(--white);
}

.section-kicker-light {
  color: #f0c677;
}

.text-link-light {
  color: #bde4f4;
  text-decoration-color: rgba(189, 228, 244, 0.45);
}

.process-list {
  display: grid;
  margin: 2.75rem 0 0;
  padding: 0;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.22);
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 0.2rem 0.8rem;
  padding: 1.35rem 0;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.22);
}

.process-list span {
  grid-row: 1 / 3;
  color: #f0c677;
  font-family: "Lora", Georgia, serif;
  font-size: 0.95rem;
  font-weight: 700;
}

.process-list strong {
  color: var(--white);
  font-family: "Lora", Georgia, serif;
  font-size: 1.2rem;
}

.process-list small {
  color: #d1dfd8;
  font-size: 0.94rem;
}

.quality-section {
  background: linear-gradient(145deg, #f7f9f6, #edf2ec);
}

.quality-copy > p:not(.section-kicker) {
  max-width: 42rem;
  color: var(--muted);
  font-size: 1.12rem;
}

.quality-note {
  align-self: center;
  padding: clamp(1.6rem, 5vw, 2.6rem);
  border: 0.0625rem solid rgba(35, 72, 60, 0.16);
  border-radius: var(--radius-large);
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.quality-icon {
  display: grid;
  width: 3.4rem;
  height: 3.4rem;
  margin-bottom: 1.5rem;
  place-items: center;
  border-radius: 50%;
  background: var(--sand);
  color: var(--pine-deep);
  font-size: 1.5rem;
  font-weight: 900;
}

.quality-note p {
  margin-bottom: 0;
  color: var(--muted);
}

.updates-section {
  background: var(--white);
}

.update-card {
  display: grid;
  align-items: center;
  gap: 1.2rem;
  padding: 1.1rem;
  border: 0.0625rem solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--snow);
}

.update-placeholder {
  display: grid;
  min-height: 11rem;
  place-items: center;
  border: 0.1rem dashed var(--meadow);
  border-radius: var(--radius-small);
  background:
    linear-gradient(135deg, rgba(36, 107, 143, 0.08), rgba(102, 121, 92, 0.12)),
    var(--sand-light);
}

.update-placeholder span {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 50%;
  background: var(--pine);
  color: var(--white);
  font-size: 1.6rem;
  line-height: 1;
}

.update-card h3 {
  margin-bottom: 0.45rem;
}

.update-card p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.contact-cta {
  background: var(--sky-deep);
  color: var(--white);
}

.contact-cta-inner {
  align-items: center;
  padding-block: clamp(3.5rem, 7vw, 5.5rem);
}

.contact-cta h2 {
  color: var(--white);
}

.contact-cta p:not(.section-kicker) {
  max-width: 42rem;
  margin-bottom: 0;
  color: #e3f1f6;
}

/* Compact Home page */
.hero-compact .hero-inner {
  gap: clamp(2rem, 5vw, 4.5rem);
  padding-block: clamp(2.75rem, 6vw, 5.25rem);
}

.hero-compact h1 {
  max-width: 12ch;
  margin-bottom: 1.1rem;
  font-size: clamp(2.65rem, 7vw, 4.9rem);
}

.hero-compact .hero-lead {
  max-width: 35rem;
  margin-bottom: 1.5rem;
}

.hero-compact .hero-visual {
  min-height: clamp(19rem, 54vw, 29rem);
  border-radius: clamp(1.4rem, 4vw, 2.4rem) clamp(1.4rem, 4vw, 2.4rem) 5rem clamp(1.4rem, 4vw, 2.4rem);
}

.home-developments {
  padding-block: clamp(3.75rem, 7vw, 6.5rem);
  background: var(--white);
}

.home-section-heading {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.home-section-heading h2 {
  margin-bottom: 0;
}

.home-section-heading > p {
  max-width: 34rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.home-development-grid {
  display: grid;
  gap: 1.25rem;
}

.development-teaser {
  display: grid;
  overflow: hidden;
  border: 0.0625rem solid rgba(35, 72, 60, 0.14);
  border-radius: var(--radius-medium);
  background: var(--snow);
  box-shadow: 0 0.5rem 1.5rem rgba(29, 41, 38, 0.06);
}

.development-teaser .card-placeholder {
  min-height: 13rem;
}

.development-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--sand-light);
}

.development-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.development-teaser:hover .development-image img {
  transform: scale(1.015);
}

.development-teaser-body {
  padding: 1.35rem;
}

.development-teaser-body h3 {
  margin-bottom: 0.5rem;
}

.development-teaser-body p:not(.card-overline) {
  margin-bottom: 0.9rem;
  color: var(--muted);
}

.home-section-action {
  margin-top: 1.75rem;
  text-align: center;
}

.home-cta {
  border-block: 0.0625rem solid rgba(35, 72, 60, 0.12);
  background:
    radial-gradient(circle at 88% 22%, rgba(36, 107, 143, 0.12), transparent 20rem),
    var(--sand-light);
}

.home-cta-inner {
  display: grid;
  align-items: center;
  gap: 1.75rem;
  padding-block: clamp(3rem, 6vw, 4.75rem);
}

.home-cta h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
}

.home-cta p:not(.section-kicker) {
  max-width: 38rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.site-footer {
  padding-top: 3.5rem;
  background: #122a22;
  color: #cedbd5;
}

.footer-grid {
  display: grid;
  gap: 2.5rem;
  padding-bottom: 3rem;
}

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

.brand-footer {
  margin-bottom: 1.2rem;
  width: fit-content;
  padding: 0.65rem 0.9rem 0.65rem 0.7rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  background: var(--snow);
  box-shadow: 0 0.55rem 1.5rem rgba(7, 20, 16, 0.16);
}

.footer-brand p,
.footer-contact p {
  max-width: 23rem;
  color: #b8c9c1;
}

.footer-contact p {
  margin: 0.35rem 0 0;
}

.site-footer h2 {
  margin-bottom: 1rem;
  color: var(--white);
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer ul {
  display: grid;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer a:not(.brand) {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: #e3ece7;
  text-decoration-color: rgba(227, 236, 231, 0.35);
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding-block: 1.35rem;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.14);
  color: #a9bdb4;
  font-size: 0.88rem;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 67.99rem) {
  .header-inner {
    flex-wrap: wrap;
  }

  .js .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    width: 100%;
    margin-left: 0;
  }

  .js .site-nav[hidden] {
    display: none;
  }

  .nav-list {
    display: grid;
    gap: 0.25rem;
    padding: 0.4rem 0 0.7rem;
  }

  .nav-list a {
    width: 100%;
    justify-content: space-between;
    padding-inline: 0.8rem;
    border-radius: 0.5rem;
  }

  .nav-list a:hover {
    background: var(--sand-light);
  }

  .nav-list .nav-contact {
    width: max-content;
    margin-top: 0.35rem;
  }
}

@media (min-width: 40rem) {
  .promise-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .promise-list li {
    padding-inline: 1rem;
    border-right: 0.0625rem solid var(--line);
    border-bottom: 0;
  }

  .promise-list li:first-child {
    padding-left: 0;
  }

  .promise-list li:last-child {
    padding-right: 0;
    border-right: 0;
  }

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

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

  .update-card {
    grid-template-columns: minmax(8rem, 0.75fr) 1.25fr;
  }

  .update-placeholder {
    min-height: 10rem;
  }

  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .footer-contact {
    grid-column: 2 / 4;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 52rem) {
  .intro-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    gap: 4rem;
  }

  .section-heading {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.65fr);
    align-items: end;
    gap: 3rem;
  }

  .home-section-heading {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.7fr);
    align-items: end;
    gap: 3rem;
  }

  .feature-grid,
  .quality-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(3rem, 7vw, 6rem);
  }

  .feature-panel {
    min-height: 32rem;
  }

  .process-list {
    grid-template-columns: repeat(3, 1fr);
    border-left: 0.0625rem solid rgba(255, 255, 255, 0.22);
  }

  .process-list li {
    min-height: 10.5rem;
    padding: 1.4rem;
    border-right: 0.0625rem solid rgba(255, 255, 255, 0.22);
  }

  .contact-cta-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 3rem;
  }

  .home-cta-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 3rem;
  }
}

@media (min-width: 68rem) {
  .hero-inner {
    grid-template-columns: minmax(0, 1.03fr) minmax(27rem, 0.87fr);
    gap: clamp(3rem, 7vw, 6.5rem);
  }

  .hero-copy {
    padding-block: 1.5rem;
  }

  .hero-visual {
    min-height: 39rem;
  }

  .hero-compact .hero-visual {
    min-height: 31rem;
  }

  .footer-grid {
    grid-template-columns: 1.7fr 0.8fr 0.8fr 1.1fr;
  }

  .footer-contact {
    grid-column: auto;
  }
}

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

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

@media (forced-colors: active) {
  .button,
  .nav-toggle,
  .community-card,
  .quality-note,
  .update-card,
  .hero-visual {
    border: 0.125rem solid CanvasText;
  }

  .hero-note span,
  .update-placeholder span,
  .quality-icon {
    forced-color-adjust: none;
  }
}

@media print {
  .site-header,
  .button-group,
  .contact-cta,
  .site-footer {
    display: none;
  }

  body {
    background: var(--white);
    color: #000000;
  }

  .section {
    padding-block: 2rem;
  }
}

/* Interior pages */
.nav-list a[aria-current="page"]:not(.nav-contact) {
  color: var(--sky-deep);
  box-shadow: inset 0 -0.16rem 0 var(--sun);
}

.nav-list .nav-contact[aria-current="page"] {
  background: var(--pine-deep);
  box-shadow: 0 0 0 0.18rem var(--sun);
}

.site-footer a[aria-current="page"]:not(.brand) {
  color: var(--white);
  font-weight: 800;
  text-decoration-color: var(--sun);
}

.page-hero {
  overflow: hidden;
  border-bottom: 0.0625rem solid rgba(35, 72, 60, 0.12);
  background:
    radial-gradient(circle at 88% 14%, rgba(214, 162, 74, 0.15), transparent 24rem),
    linear-gradient(140deg, #f8f3ea 0%, var(--snow) 62%, #edf5f2 100%);
}

.page-hero-sky {
  background:
    radial-gradient(circle at 86% 18%, rgba(214, 162, 74, 0.18), transparent 22rem),
    linear-gradient(140deg, #eef7fa, var(--snow) 62%, #f4ebde);
}

.page-hero-contact {
  background:
    radial-gradient(circle at 12% 80%, rgba(102, 121, 92, 0.14), transparent 23rem),
    linear-gradient(140deg, #f8f3ea, var(--snow));
}

.page-hero-plain {
  background: var(--snow);
}

.page-hero-dark {
  border-bottom-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 87% 16%, rgba(214, 162, 74, 0.16), transparent 24rem),
    var(--pine-deep);
  color: #dce8e2;
}

.page-hero-dark h1 {
  color: var(--white);
}

.page-hero-dark .page-lead {
  color: #dce8e2;
}

.page-hero-inner {
  max-width: 61rem;
  margin-inline: auto;
  padding-block: clamp(2.5rem, 7vw, 5.75rem);
}

.page-hero h1,
.project-hero h1 {
  max-width: 14ch;
  margin-bottom: 1.1rem;
  font-size: clamp(2.55rem, 7vw, 4.8rem);
}

.page-lead {
  max-width: 48rem;
  margin-bottom: 0;
  color: #3f504b;
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
  line-height: 1.55;
}

.policy-date {
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 700;
}

.job-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.75rem;
}

.job-hero-meta span {
  display: inline-flex;
  min-height: 2.25rem;
  align-items: center;
  padding: 0.35rem 0.8rem;
  border: 0.0625rem solid rgba(35, 72, 60, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--pine-deep);
  font-size: 0.92rem;
  font-weight: 750;
}

.opening-list {
  display: grid;
  gap: 1.5rem;
}

.opening-card {
  display: grid;
  gap: 1.75rem;
  align-items: center;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 0.0625rem solid rgba(35, 72, 60, 0.16);
  border-radius: var(--radius-large);
  background: var(--snow);
  box-shadow: var(--shadow-card);
}

.opening-card h3 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.65rem, 4vw, 2.25rem);
}

.opening-card h3 a {
  color: var(--pine-deep);
  text-decoration-color: var(--sun);
}

.opening-card-copy > p:not(.card-overline) {
  max-width: 43rem;
  margin-bottom: 0;
  color: var(--muted);
}

.opening-meta {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

.opening-meta div {
  display: grid;
  gap: 0.1rem;
}

.opening-meta dt {
  color: var(--pine-deep);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.opening-meta dd {
  margin: 0;
  color: var(--muted);
}

.opening-card-action {
  justify-self: start;
}

.careers-contact-strip {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.careers-contact-strip h2 {
  max-width: 18ch;
  margin-bottom: 0;
  font-size: clamp(1.8rem, 4.5vw, 2.75rem);
}

.careers-contact-strip .button {
  max-width: 100%;
  overflow-wrap: anywhere;
  justify-self: start;
}

.breadcrumb {
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
  color: var(--muted);
  font-size: 0.9rem;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.breadcrumb li:not(:last-child)::after {
  color: var(--meadow);
  content: "/";
}

.breadcrumb a {
  color: var(--sky-deep);
  font-weight: 700;
}

.breadcrumb-light,
.breadcrumb-light a {
  color: #d8e9e2;
}

.breadcrumb-light li:not(:last-child)::after {
  color: #9fc0b3;
}

.eyebrow-light {
  color: #f0c677;
}

.page-section {
  padding-block: clamp(3.75rem, 8vw, 7rem);
  background: var(--white);
}

.page-section-tinted {
  background: var(--sand-light);
}

.section-heading-compact {
  margin-bottom: clamp(2rem, 5vw, 3.25rem);
}

.section-heading-compact h2 {
  margin-bottom: 0;
}

.section-heading-compact > p {
  margin-bottom: 0;
  color: var(--muted);
}

.narrow-content {
  max-width: 62rem;
}

.split-layout,
.contact-layout,
.policy-layout {
  display: grid;
  gap: clamp(2.5rem, 7vw, 5rem);
}

.job-layout {
  display: grid;
  gap: clamp(2.5rem, 7vw, 5rem);
}

.job-content {
  min-width: 0;
}

.job-section + .job-section {
  margin-top: clamp(2.75rem, 6vw, 4.25rem);
  padding-top: clamp(2.75rem, 6vw, 4.25rem);
  border-top: 0.0625rem solid var(--line);
}

.job-section h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
}

.job-section p,
.job-list {
  color: var(--muted);
}

.job-list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding-left: 1.4rem;
}

.job-list li::marker {
  color: var(--clay);
}

.job-sidebar {
  align-self: start;
  padding: clamp(1.35rem, 4vw, 2rem);
  border: 0.0625rem solid rgba(35, 72, 60, 0.15);
  border-radius: var(--radius-large);
  background: var(--snow);
  box-shadow: var(--shadow-card);
}

.job-sidebar > h2 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.55rem, 4vw, 2rem);
}

.job-details {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.job-apply-panel {
  margin-top: 1.75rem;
  padding: 1.4rem;
  border-radius: var(--radius-medium);
  background: var(--pine-deep);
  color: #dce8e2;
}

.job-apply-panel h2 {
  margin-bottom: 0.7rem;
  color: var(--white);
  font-size: 1.55rem;
}

.job-apply-panel p {
  margin-bottom: 1rem;
}

.job-apply-panel .button {
  max-width: 100%;
  overflow-wrap: anywhere;
}

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

.verification-panel {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  margin-top: clamp(3rem, 7vw, 5rem);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 0.0625rem solid rgba(35, 72, 60, 0.16);
  border-left: 0.35rem solid var(--sky-deep);
  border-radius: var(--radius-medium);
  background: var(--snow);
}

.verification-panel h2 {
  max-width: 24ch;
  margin-bottom: 0.9rem;
  font-size: clamp(1.65rem, 4vw, 2.4rem);
}

.verification-panel > div > p:not(.section-kicker) {
  max-width: 50rem;
  margin-bottom: 0;
  color: var(--muted);
}

.verification-contact {
  align-self: center;
  padding: 1.25rem;
  border-radius: var(--radius-small);
  background: var(--white);
}

.verification-contact p {
  margin-bottom: 0.25rem;
  color: var(--pine-deep);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.verification-contact a {
  display: inline-block;
  margin-bottom: 0.55rem;
  font-size: clamp(1.15rem, 3vw, 1.35rem);
  font-weight: 750;
  overflow-wrap: anywhere;
}

.verification-contact small {
  display: block;
  max-width: 31rem;
  color: var(--muted);
  line-height: 1.45;
}

.verification-contact small a {
  display: inline;
  margin: 0;
  color: var(--sky-deep);
  font-size: inherit;
  font-weight: 750;
}

.contact-address-label {
  margin: 1.5rem 0 0.35rem;
  color: #f0c677;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.company-credentials {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 0.0625rem solid rgba(35, 72, 60, 0.16);
  color: var(--meadow);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.015em;
}

.split-layout > div > p:not(.section-kicker),
.narrow-content > p:not(.section-kicker),
.prose-emphasis p {
  color: var(--muted);
  font-size: 1.1rem;
}

.prose-emphasis p:first-child {
  color: var(--pine-deep);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  line-height: 1.45;
}

.project-list {
  display: grid;
  gap: 1.5rem;
}

.project-card-wide {
  display: grid;
  overflow: hidden;
  border: 0.0625rem solid rgba(35, 72, 60, 0.14);
  border-radius: var(--radius-large);
  background: var(--snow);
  box-shadow: var(--shadow-card);
}

.project-card-image {
  display: block;
  min-height: 17rem;
  overflow: hidden;
  background: var(--sand-light);
}

.project-card-image img {
  width: 100%;
  height: 100%;
  min-height: 17rem;
  object-fit: cover;
}

.project-card-image-portrait img {
  object-position: center 58%;
}

.project-card-content {
  align-self: center;
  padding: clamp(1.5rem, 5vw, 3rem);
}

.project-card-content > p:not(.card-overline) {
  color: var(--muted);
}

.project-summary,
.detail-list,
.contact-details {
  margin: 1.5rem 0;
}

.project-summary div,
.detail-list div,
.contact-details div {
  display: grid;
  gap: 0.2rem;
  padding-block: 0.85rem;
  border-top: 0.0625rem solid var(--line);
}

.project-summary div:last-child,
.detail-list div:last-child,
.contact-details div:last-child {
  border-bottom: 0.0625rem solid var(--line);
}

.project-summary dt,
.detail-list dt,
.contact-details dt {
  color: var(--pine-deep);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-summary dd,
.detail-list dd,
.contact-details dd {
  margin: 0;
  color: var(--muted);
}

.project-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 20%, rgba(214, 162, 74, 0.13), transparent 22rem),
    linear-gradient(145deg, #f8f3ea, var(--snow));
}

.project-hero-grid {
  display: grid;
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  padding-block: clamp(2.5rem, 6vw, 5.5rem);
}

.project-hero-copy .page-lead {
  margin-bottom: 1.75rem;
}

.project-hero-figure {
  position: relative;
  min-height: clamp(20rem, 64vw, 34rem);
  margin: 0;
  overflow: hidden;
  border: 0.5rem solid rgba(255, 255, 255, 0.82);
  border-radius: var(--radius-large) var(--radius-large) 5rem var(--radius-large);
  background: var(--sand-light);
  box-shadow: var(--shadow-soft);
}

.project-hero-figure picture {
  position: absolute;
  inset: 0;
}

.project-hero-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-hero-figure-portrait img {
  object-position: center;
}

.project-hero-figure figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  flex-direction: column;
  padding: 0.85rem 1rem;
  border-radius: 0.8rem;
  background: rgba(23, 51, 41, 0.92);
  color: var(--white);
}

.project-hero-figure figcaption span {
  color: #dce8e2;
  font-size: 0.85rem;
}

.detail-list {
  align-self: start;
  margin: 0;
  padding: clamp(1.25rem, 4vw, 2rem);
  border: 0.0625rem solid rgba(35, 72, 60, 0.15);
  border-radius: var(--radius-medium);
  background: var(--snow);
}

.project-details-layout {
  align-items: start;
}

.project-overview-copy > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.08rem;
}

.project-disclaimer {
  margin-top: clamp(2.5rem, 6vw, 4rem);
  padding: clamp(1.25rem, 4vw, 1.75rem);
  border-left: 0.3rem solid var(--sky-deep);
  border-radius: 0 var(--radius-small) var(--radius-small) 0;
  background: var(--sand-light);
}

.project-disclaimer strong {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--pine-deep);
}

.project-disclaimer p {
  max-width: 70rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.featured-rendering {
  margin: 2rem 0 0;
  overflow: hidden;
  border-radius: var(--radius-medium);
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.featured-rendering picture {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

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

.featured-rendering-portrait {
  max-width: 58rem;
  margin-inline: auto;
}

.featured-rendering-portrait picture {
  aspect-ratio: 16 / 10;
}

.featured-rendering figcaption {
  padding: 1rem 1.25rem;
  color: var(--muted);
  font-size: 0.94rem;
}

.notice {
  margin-top: 1.75rem;
  padding: 1.25rem 1.35rem;
  border-left: 0.3rem solid var(--sky);
  border-radius: 0 var(--radius-small) var(--radius-small) 0;
  background: var(--white);
  box-shadow: 0 0.5rem 1.5rem rgba(29, 41, 38, 0.05);
}

.notice strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--pine-deep);
  font-size: 1.05rem;
}

.notice p {
  margin: 0;
  color: var(--muted);
}

.notice-strong {
  border-left-color: var(--clay);
  background: var(--snow);
}

.notice-spaced {
  margin-top: 2.5rem;
}

.next-project {
  border-top: 0.0625rem solid rgba(35, 72, 60, 0.12);
  background: var(--white);
}

.next-project-inner {
  display: grid;
  align-items: center;
  gap: 1.5rem;
  padding-block: clamp(3rem, 6vw, 4.5rem);
}

.next-project h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 5vw, 3.2rem);
}

.value-grid,
.concept-grid,
.gallery-grid,
.placeholder-grid {
  display: grid;
  gap: 1.25rem;
}

.value-card {
  padding: clamp(1.4rem, 4vw, 2rem);
  border: 0.0625rem solid rgba(35, 72, 60, 0.14);
  border-radius: var(--radius-medium);
  background: var(--snow);
}

.value-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.value-number,
.quality-symbol {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1.25rem;
  place-items: center;
  border-radius: 50%;
  background: var(--sand);
  color: var(--pine-deep);
  font-family: "Lora", Georgia, serif;
  font-size: 0.95rem;
  font-weight: 700;
}

.quality-symbol {
  background: var(--pine);
  color: var(--white);
}

.concept-card,
.gallery-card {
  overflow: hidden;
  border: 0.0625rem solid rgba(35, 72, 60, 0.14);
  border-radius: var(--radius-medium);
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.concept-card picture,
.gallery-card picture {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--sand-light);
}

.concept-card img,
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concept-image-portrait img,
.gallery-card-portrait img {
  object-position: center 55%;
}

.concept-card > div {
  padding: 1.4rem;
}

.concept-card > div > p:not(.card-overline) {
  color: var(--muted);
}

.quote-panel {
  align-self: center;
  padding: clamp(1.75rem, 5vw, 3rem);
  border-radius: var(--radius-large) var(--radius-large) var(--radius-large) 4rem;
  background: var(--pine-deep);
  color: var(--white);
  box-shadow: var(--shadow-soft);
}

.quote-panel p {
  margin-bottom: 1rem;
  color: var(--white);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  line-height: 1.35;
}

.quote-panel span {
  color: #c8dbd2;
  font-size: 0.9rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.journey-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 0.0625rem solid var(--line);
  list-style: none;
}

.journey-list li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding-block: 1.5rem;
  border-bottom: 0.0625rem solid var(--line);
}

.journey-number {
  color: var(--clay);
  font-family: "Lora", Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
}

.journey-list h3 {
  margin-bottom: 0.4rem;
}

.journey-list p {
  max-width: 48rem;
  margin-bottom: 0;
  color: var(--muted);
}

.warranty-panel,
.contact-aside {
  align-self: start;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border-radius: var(--radius-large);
  background: var(--pine-deep);
  color: #dce8e2;
  box-shadow: var(--shadow-card);
}

.warranty-panel h2,
.warranty-panel h3,
.contact-aside h2,
.contact-aside h3 {
  color: var(--white);
}

.contact-aside address {
  margin-bottom: 1.5rem;
  color: #dce8e2;
  font-style: normal;
}

.plain-check-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.25rem 0;
  padding: 0;
  list-style: none;
}

.plain-check-list li {
  position: relative;
  padding-left: 1.75rem;
}

.plain-check-list li::before {
  position: absolute;
  top: 0.08rem;
  left: 0;
  color: var(--sun);
  content: "✓";
  font-weight: 900;
}

.panel-footnote {
  margin-bottom: 0;
  color: #bfd0c8;
  font-size: 0.93rem;
}

.gallery-card figcaption {
  display: grid;
  gap: 0.35rem;
  padding: 1.25rem;
}

.gallery-card figcaption strong {
  color: var(--pine-deep);
  font-family: "Lora", Georgia, serif;
  font-size: 1.25rem;
}

.gallery-card figcaption span {
  color: var(--muted);
  font-size: 0.9rem;
}

.gallery-card figcaption a {
  min-height: 2.75rem;
  align-content: center;
  font-weight: 800;
}

.photo-placeholder {
  min-height: 17rem;
  padding: clamp(1.5rem, 5vw, 2.5rem);
  border: 0.13rem dashed var(--meadow);
  border-radius: var(--radius-medium);
  background:
    linear-gradient(135deg, rgba(36, 107, 143, 0.07), rgba(102, 121, 92, 0.1)),
    var(--white);
}

.placeholder-icon {
  display: grid;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.25rem;
  place-items: center;
  border-radius: 50%;
  background: var(--pine);
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 700;
}

.photo-placeholder p {
  margin-bottom: 0;
  color: var(--muted);
}

.contact-details {
  margin-top: 2rem;
}

.contact-details div {
  gap: 0.45rem;
  padding-block: 1.05rem;
}

.contact-details dd {
  font-size: 1.08rem;
}

.pending-label {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  width: fit-content;
  padding: 0.25rem 0.65rem;
  border: 0.0625rem solid var(--meadow);
  border-radius: 999px;
  background: var(--sand-light);
  color: var(--pine-deep);
  font-size: 0.86rem;
  font-weight: 750;
}

.contact-aside .section-kicker {
  color: #f0c677;
}

.contact-aside .section-kicker::before {
  background: linear-gradient(90deg, #8ed4ef, #f0c677);
}

.contact-aside .plain-check-list {
  margin-bottom: 0;
}

.policy-layout {
  align-items: start;
}

.policy-nav {
  padding: 1.25rem;
  border: 0.0625rem solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--snow);
}

.policy-nav h2 {
  margin-bottom: 0.85rem;
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.policy-nav ol {
  display: grid;
  gap: 0.25rem;
  margin: 0;
  padding-left: 1.2rem;
}

.policy-nav a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  font-weight: 700;
}

.policy-content {
  max-width: 48rem;
}

.policy-content section {
  scroll-margin-top: 7rem;
}

.policy-content section + section {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 0.0625rem solid var(--line);
}

.policy-content h2 {
  font-size: clamp(1.65rem, 4vw, 2.25rem);
}

.policy-content p {
  color: var(--muted);
}

.not-found {
  display: grid;
  min-height: calc(100vh - 10rem);
  place-items: center;
  background:
    radial-gradient(circle at 82% 18%, rgba(214, 162, 74, 0.18), transparent 22rem),
    linear-gradient(145deg, #f8f3ea, var(--snow));
}

.not-found-inner {
  max-width: 48rem;
  padding-block: clamp(4rem, 10vw, 8rem);
  text-align: center;
}

.not-found .eyebrow {
  justify-content: center;
}

.not-found h1 {
  margin-bottom: 1rem;
  font-size: clamp(2.5rem, 8vw, 5rem);
}

.not-found > .container > p:not(.error-code, .eyebrow) {
  max-width: 38rem;
  margin-inline: auto;
  color: var(--muted);
  font-size: 1.15rem;
}

.not-found .button-group {
  justify-content: center;
}

.error-code {
  margin-bottom: 0.5rem;
  color: rgba(36, 107, 143, 0.18);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(5.5rem, 22vw, 11rem);
  font-weight: 700;
  line-height: 0.8;
}

.site-footer-simple {
  padding-top: 0;
}

.redirect-page {
  min-height: 100vh;
  background: var(--snow);
}

.redirect-page .not-found {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding-block: 3rem;
  text-align: center;
}

@media (min-width: 40rem) {
  .project-summary div,
  .contact-details div {
    grid-template-columns: minmax(8rem, 0.45fr) 1fr;
    align-items: baseline;
    gap: 1.5rem;
  }

  .value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .concept-grid,
  .gallery-grid,
  .placeholder-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .next-project-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2.5rem;
  }
}

@media (min-width: 52rem) {
  .opening-card {
    grid-template-columns: minmax(0, 1.2fr) minmax(15rem, 0.75fr) auto;
  }

  .opening-card-action {
    justify-self: end;
  }

  .careers-contact-strip {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .careers-contact-strip .button {
    justify-self: end;
  }

  .verification-panel {
    grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
  }

  .project-card-wide {
    grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr);
  }

  .project-card-wide:nth-child(even) {
    grid-template-columns: minmax(20rem, 0.85fr) minmax(0, 1.15fr);
  }

  .project-card-wide:nth-child(even) .project-card-image {
    grid-column: 2;
  }

  .project-card-wide:nth-child(even) .project-card-content {
    grid-row: 1;
    grid-column: 1;
  }

  .project-card-image,
  .project-card-image img {
    min-height: 28rem;
  }

  .split-layout,
  .contact-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
    align-items: start;
  }

  .split-layout-balanced {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journey-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-left: 0.0625rem solid var(--line);
  }

  .journey-list li {
    min-height: 12rem;
    padding: 1.5rem;
    border-right: 0.0625rem solid var(--line);
  }
}

@media (min-width: 68rem) {
  .project-hero-grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(32rem, 1.12fr);
  }

  .project-hero-figure {
    min-height: 35rem;
  }

  .policy-layout {
    grid-template-columns: 16rem minmax(0, 1fr);
  }

  .job-layout {
    grid-template-columns: minmax(0, 1.55fr) minmax(20rem, 0.75fr);
  }

  .job-sidebar {
    position: sticky;
    top: 6.5rem;
  }

  .policy-nav {
    position: sticky;
    top: 6.5rem;
  }
}

@media (max-width: 67.99rem) {
  .nav-list a[aria-current="page"]:not(.nav-contact) {
    box-shadow: inset 0.2rem 0 0 var(--sun);
  }
}

@media print {
  .breadcrumb,
  .policy-nav,
  .next-project,
  .photo-placeholder,
  .job-apply-panel {
    display: none;
  }

  .page-hero,
  .page-section,
  .project-hero {
    padding-block: 1.5rem;
    background: var(--white);
    color: #000000;
  }

  .page-hero-dark h1,
  .page-hero-dark .page-lead {
    color: #000000;
  }
}
