/*
Theme Name: Tanah Raya Estate
Theme URI: https://tanahrayaestate.com/
Author: TANAHRAYAESTATE
Author URI: https://tanahrayaestate.com/
Description: A premium property development theme for TANAHRAYAESTATE, faithfully rebuilt from the original site experience.
Version: 1.8.2
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: tanahrayaestate
*/

:root {
  --cream: #f4f0e6;
  --cream-2: #ece5d4;
  --navy: #1b2432;
  --navy-2: #232f42;
  --gold: #c39a4a;
  --gold-dark: #a9813a;
  --ink: #26241f;
  --ink-soft: #6b6558;
  --line: #ddd4bd;
  --white: #ffffff;
  --motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --site-anchor-offset: 100px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--site-anchor-offset);
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease;
}

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

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

h1,
h2,
h3 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0.01em;
}

.container {
  width: min(100% - 80px, 1100px);
  margin: 0 auto;
}

.section {
  padding: 110px 0;
}

.section-tight {
  padding: 90px 0;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-heading {
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 2.25rem);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 26px;
  border: 1px solid transparent;
  background: var(--gold);
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 220ms var(--motion-ease);
}

.btn:hover,
.btn:focus-visible {
  background: var(--gold-dark);
  transform: translateY(-1px);
}

.btn-dark {
  background: var(--navy);
  color: var(--white);
}

.btn-dark:hover,
.btn-dark:focus-visible {
  background: var(--navy-2);
}

.btn:active {
  transform: translateY(0) scale(0.985);
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgb(244 240 230 / 96%);
  backdrop-filter: blur(10px);
}

body.admin-bar .site-header {
  top: 32px;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 80px, 1100px);
  min-height: 82px;
  margin: 0 auto;
  gap: 24px;
}

.logo,
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.logo-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1.5px solid var(--navy);
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  transition: transform 260ms var(--motion-ease);
}

.logo:hover .logo-mark,
.logo:focus-visible .logo-mark,
.footer-logo:hover .logo-mark,
.footer-logo:focus-visible .logo-mark {
  transform: translateY(-2px);
}

.logo-word {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.logo-name {
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.logo-sub {
  color: var(--ink-soft);
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

nav ul {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

nav a {
  position: relative;
  padding-bottom: 7px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

nav a:hover,
nav a:focus-visible,
nav a.active {
  color: var(--gold-dark);
}

nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 240ms var(--motion-ease);
}

nav a:hover::after,
nav a:focus-visible::after,
nav a.active::after {
  transform: scaleX(1);
}

.nav-cta {
  white-space: nowrap;
}

.hero {
  position: relative;
  display: flex;
  min-height: max(600px, calc(100vh - 82px));
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(0deg, rgb(15 20 28 / 88%) 0%, rgb(15 20 28 / 35%) 58%, rgb(15 20 28 / 14%) 100%),
    radial-gradient(circle at 70% 25%, rgb(188 170 122 / 18%), transparent 30%),
    linear-gradient(124deg, #53635a 0%, #273b42 42%, #101820 100%);
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: cover, cover;
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
}

.hero::before {
  inset: 0;
  opacity: 0.55;
  background-image:
    repeating-linear-gradient(100deg, rgb(255 255 255 / 3%) 0 2px, transparent 2px 44px),
    linear-gradient(125deg, transparent 0 46%, rgb(255 255 255 / 5%) 46% 47%, transparent 47% 100%);
}

.hero::after {
  right: 8%;
  bottom: -8%;
  width: min(48vw, 680px);
  height: 74%;
  border: 1px solid rgb(255 255 255 / 12%);
  transform: skewX(-12deg);
  box-shadow: -110px -35px 0 rgb(255 255 255 / 3%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(100% - 80px, 1100px);
  margin: 0 auto;
  padding-bottom: 90px;
}

.hero h1 {
  max-width: 830px;
  margin-bottom: 22px;
  font-size: clamp(2.75rem, 6vw, 3.5rem);
  line-height: 1.1;
  text-transform: uppercase;
}

.hero p {
  max-width: 530px;
  margin-bottom: 34px;
  color: rgb(255 255 255 / 84%);
  font-size: 15px;
}

.explore {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.explore span {
  animation: bob 2.2s infinite var(--motion-ease);
}

@keyframes bob {
  0%,
  100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, 5px, 0); }
}

.who {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  align-items: center;
  gap: 70px;
}

.who-copy h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 4vw, 2.35rem);
  line-height: 1.2;
}

.who-copy > p:not(.eyebrow) {
  margin-bottom: 16px;
  color: var(--ink-soft);
  font-size: 14px;
}

.text-link {
  display: inline-block;
  margin-top: 5px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--gold-dark);
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.who-media {
  position: relative;
}

.who-photo {
  aspect-ratio: 4 / 4.6;
  overflow: hidden;
  background:
    linear-gradient(0deg, rgb(0 0 0 / 32%), transparent 55%),
    repeating-linear-gradient(115deg, rgb(255 255 255 / 5%) 0 3px, transparent 3px 46px),
    radial-gradient(circle at 70% 24%, #687b62, transparent 35%),
    linear-gradient(160deg, #3d4a3e, #232d24 60%, #171f18);
}

.who-photo.has-custom-image {
  background-color: var(--cream-2);
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: cover, contain;
}

.quote-card {
  position: absolute;
  bottom: -30px;
  left: -60px;
  width: 270px;
  margin: 0;
  padding: 24px 26px;
  background: var(--white);
  box-shadow: 0 20px 40px rgb(0 0 0 / 12%);
}

.stars {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 0.08em;
}

.quote-card p {
  margin-bottom: 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 13.5px;
  font-style: italic;
}

.quote-card cite {
  color: var(--ink-soft);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  margin-top: 56px;
}

.value-item {
  text-align: center;
}

.value-icon {
  display: grid;
  width: 78px;
  height: 78px;
  margin: 0 auto 20px;
  place-items: center;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-dark);
  transition: border-color 260ms ease, color 260ms ease, transform 320ms var(--motion-ease);
}

.value-icon svg {
  width: 30px;
  height: 30px;
}

.value-item h3,
.path-step h3 {
  margin-bottom: 10px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.value-item p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.timeline {
  position: relative;
  margin-top: 70px;
}

.timeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: var(--line);
  content: "";
  transform: translateX(-50%);
}

.milestone-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  align-items: center;
  margin-bottom: 60px;
}

.milestone-row:last-child {
  margin-bottom: 0;
}

.milestone-text,
.milestone-media {
  padding: 0 30px;
}

.milestone-row:nth-child(odd) .milestone-text {
  text-align: right;
}

.milestone-row:nth-child(even) .milestone-text {
  grid-column: 3;
  grid-row: 1;
}

.milestone-row:nth-child(even) .milestone-node {
  grid-column: 2;
  grid-row: 1;
}

.milestone-row:nth-child(even) .milestone-media {
  grid-column: 1;
  grid-row: 1;
}

.milestone-year {
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 26px;
}

.milestone-text h3 {
  margin: 4px 0 10px;
  color: var(--gold-dark);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.milestone-text p {
  max-width: 320px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.milestone-row:nth-child(odd) .milestone-text p {
  margin-left: auto;
}

.milestone-node {
  position: relative;
  z-index: 1;
  display: grid;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  font-size: 14px;
}

.milestone-media {
  height: 150px;
  background:
    repeating-linear-gradient(100deg, rgb(255 255 255 / 5%) 0 2px, transparent 2px 34px),
    linear-gradient(150deg, #4a5142, #252b21);
}

.milestone-media-2 { background-color: #33404a; filter: hue-rotate(15deg); }
.milestone-media-3 { background-color: #5d5441; filter: sepia(0.35); }
.milestone-media-4 { background-color: #263c3d; filter: hue-rotate(35deg); }

.sustainability,
.path {
  background: var(--cream-2);
}

.sustainability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, minmax(190px, auto));
  gap: 16px;
  margin-top: 56px;
}

.s-card {
  position: relative;
  display: flex;
  min-height: 190px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 34px 30px;
  color: var(--white);
}

.s-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 48%), rgb(0 0 0 / 6%));
  content: "";
}

.s-dark {
  background: var(--navy);
}

.s-dark::after {
  display: none;
}

.s-photo {
  background:
    repeating-linear-gradient(120deg, rgb(255 255 255 / 5%) 0 2px, transparent 2px 44px),
    linear-gradient(150deg, #5e7356, #242f22);
}

.s-card h3,
.s-card p,
.s-badge {
  position: relative;
  z-index: 1;
}

.s-card h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.s-card p {
  max-width: 280px;
  margin-bottom: 0;
  color: rgb(255 255 255 / 76%);
  font-size: 12.5px;
}

.s-2 {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.s-badge-wrap {
  align-items: center;
  justify-content: center;
}

.s-badge {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: var(--navy-2);
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 56px;
}

.projects-more {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.projects-more-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.projects-more-link span {
  display: inline-block;
  font-size: 1.35em;
  line-height: 1;
  transition: transform 240ms var(--motion-ease);
}

.projects-more-link:hover span,
.projects-more-link:focus-visible span {
  transform: translate3d(6px, 0, 0);
}

.projects-index-hero {
  padding: 124px 0 112px;
  background:
    linear-gradient(118deg, rgb(23 35 49 / 96%), rgb(38 56 74 / 88%)),
    var(--navy);
  color: var(--white);
}

.projects-index-hero-inner {
  max-width: 850px;
}

.projects-index-hero .eyebrow {
  color: var(--gold);
}

.projects-index-hero h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(3.2rem, 7vw, 5.5rem);
  line-height: 1;
}

.projects-index-hero-inner > p:last-child {
  max-width: 680px;
  margin-bottom: 0;
  color: rgb(255 255 255 / 72%);
  font-size: 16px;
}

.projects-index-section .portfolio-grid {
  margin-top: 0;
}

.project-photo {
  height: 210px;
  margin-bottom: 20px;
  background:
    repeating-linear-gradient(105deg, rgb(255 255 255 / 6%) 0 2px, transparent 2px 30px),
    linear-gradient(155deg, #6a6458, #2a2620);
  background-position: center;
  background-size: cover;
  transition: transform 500ms var(--motion-ease), filter 300ms ease;
}

.project-card {
  overflow: hidden;
}

.project-card:hover .project-photo {
  filter: saturate(1.08);
  transform: scale(1.015);
}

.project-card h3 {
  margin-bottom: 6px;
  font-size: 19px;
}

.project-card p {
  margin-bottom: 18px;
  color: var(--ink-soft);
  font-size: 12px;
}

.leadership {
  background: var(--navy);
  color: var(--white);
}

.leadership .eyebrow {
  color: var(--gold);
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin-top: 56px;
}

.leader-photo {
  aspect-ratio: 1 / 1.05;
  margin-bottom: 18px;
  background:
    linear-gradient(0deg, rgb(27 36 50 / 56%), transparent 58%),
    radial-gradient(circle at 50% 34%, rgb(239 225 193 / 42%) 0 14%, transparent 15%),
    linear-gradient(160deg, #cfc4a6, #948363);
}

.leader-photo-2 { filter: hue-rotate(-9deg) brightness(0.95); }
.leader-photo-3 { filter: sepia(0.35) brightness(0.85); }
.leader-photo-4 { filter: hue-rotate(9deg) saturate(0.78); }

.leader-card h3 {
  margin-bottom: 3px;
  font-size: 16px;
}

.role {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.leader-card > p {
  min-height: 58px;
  margin-bottom: 14px;
  color: rgb(255 255 255 / 65%);
  font-size: 12px;
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-links a {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 25%);
  border-radius: 50%;
  color: rgb(255 255 255 / 72%);
  font-size: 11px;
  transition: border-color 180ms ease, color 180ms ease, transform 220ms var(--motion-ease);
}

.testimonials {
  color: var(--white);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0, rgb(195 154 74 / 13%), transparent 35%),
    var(--navy);
}

.testimonial-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.testimonial-track::-webkit-scrollbar {
  display: none;
}

.testimonial-slide {
  margin: 0;
  padding: 0 64px;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.testimonial-slide blockquote {
  margin: 0;
}

.quote-mark {
  height: 58px;
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 72px;
  line-height: 1;
}

.testimonials h2 {
  max-width: 660px;
  margin: 10px auto 26px;
  font-size: clamp(1.8rem, 4vw, 2.15rem);
}

.testimonial-slide .company {
  display: block;
  margin-bottom: 26px;
  color: rgb(255 255 255 / 60%);
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.testimonial-arrow {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font-size: 17px;
  transition: border-color 180ms ease, color 180ms ease, transform 220ms var(--motion-ease);
}

.testimonial-arrow:hover,
.testimonial-arrow:focus-visible {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-1px);
}

.dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgb(255 255 255 / 30%);
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.dots button:hover,
.dots button:focus-visible {
  transform: scale(1.35);
}

.dots button.active {
  background: var(--gold);
}

.awards-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  margin-top: 50px;
}

.award {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 1.5px solid var(--line);
  border-radius: 50%;
  color: var(--gold-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  transition: border-color 220ms ease, color 220ms ease, transform 280ms var(--motion-ease);
}

.path-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

.path-row::before {
  position: absolute;
  top: 26px;
  right: 60px;
  left: 60px;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, var(--line) 0 8px, transparent 8px 16px);
  content: "";
}

.path-step {
  position: relative;
  z-index: 1;
  flex: 1;
  text-align: center;
}

.path-number {
  display: grid;
  width: 52px;
  height: 52px;
  margin: 0 auto 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  transition: transform 280ms var(--motion-ease);
}

footer {
  padding-top: 80px;
  background: var(--navy);
  color: rgb(255 255 255 / 82%);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgb(255 255 255 / 12%);
}

.footer-logo {
  margin-bottom: 18px;
}

.footer-logo .logo-mark {
  border-color: var(--gold);
  color: var(--gold);
}

.footer-logo .logo-name {
  color: var(--white);
}

.footer-logo .logo-sub {
  color: rgb(255 255 255 / 50%);
}

.footer-map {
  position: relative;
  display: grid;
  height: 100px;
  place-items: center;
  overflow: hidden;
  background:
    repeating-linear-gradient(60deg, rgb(255 255 255 / 4%) 0 1px, transparent 1px 20px),
    repeating-linear-gradient(150deg, rgb(255 255 255 / 4%) 0 1px, transparent 1px 20px),
    linear-gradient(135deg, #2b3b4c, #17212c);
}

.footer-map span {
  color: rgb(255 255 255 / 18%);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 12px;
  letter-spacing: 0.3em;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-col h2 {
  margin-bottom: 6px;
  color: var(--white);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-col a,
.footer-col address {
  color: rgb(255 255 255 / 64%);
  font-size: 12px;
  font-style: normal;
  overflow-wrap: anywhere;
}

.footer-col a:hover,
.footer-col a:focus-visible {
  color: var(--gold);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 26px 0;
  color: rgb(255 255 255 / 44%);
  font-size: 12px;
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.project-detail-hero {
  position: relative;
  display: flex;
  min-height: 660px;
  align-items: flex-end;
  color: var(--white);
  background-color: var(--navy);
  background-position: center;
  background-size: cover;
}

.project-detail-hero-inner {
  padding-bottom: 84px;
}

.project-back {
  display: inline-block;
  margin-bottom: 68px;
  color: rgb(255 255 255 / 72%);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-back:hover,
.project-back:focus-visible {
  color: var(--gold);
}

.project-detail-hero .eyebrow {
  color: var(--gold);
}

.project-detail-hero h1 {
  max-width: 850px;
  margin-bottom: 12px;
  font-size: clamp(3.2rem, 8vw, 5.8rem);
  line-height: 0.98;
}

.project-location {
  margin-bottom: 0;
  color: rgb(255 255 255 / 75%);
  font-size: 15px;
}

.project-facts {
  background: var(--navy);
  color: var(--white);
}

.project-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.project-facts-grid > div {
  min-height: 126px;
  padding: 30px 28px;
  border-right: 1px solid rgb(255 255 255 / 12%);
}

.project-facts-grid > div:first-child {
  border-left: 1px solid rgb(255 255 255 / 12%);
}

.project-facts-grid span,
.project-facts-grid strong {
  display: block;
}

.project-facts-grid span {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.project-facts-grid strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-weight: 600;
}

.project-overview-grid,
.project-section-heading {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
}

.project-overview-grid h2,
.project-section-heading h2,
.project-facilities-grid h2,
.project-location-copy h2 {
  margin-bottom: 0;
  font-size: clamp(2.1rem, 4vw, 2.65rem);
  line-height: 1.18;
}

.project-overview-grid > p,
.project-section-heading > p {
  align-self: end;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 15px;
}

.project-gallery-section {
  background: var(--navy);
  color: var(--white);
}

.project-gallery-section .eyebrow {
  color: var(--gold);
}

.project-section-heading > p {
  color: rgb(255 255 255 / 62%);
}

.project-gallery {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 18px;
  margin-top: 54px;
}

.project-gallery-image {
  min-height: 430px;
  background-color: var(--navy-2);
  background-position: center;
  background-size: cover;
}

.project-gallery-image:nth-child(2) {
  margin-top: 72px;
  min-height: 358px;
}

.project-facilities-section {
  background: var(--cream-2);
}

.project-facilities-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}

.project-facilities-grid > div > p:last-child {
  max-width: 420px;
  margin-top: 20px;
  color: var(--ink-soft);
  font-size: 14px;
}

.facility-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 36px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.facility-list li {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-size: 13px;
}

.facility-list span {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  font-size: 11px;
}

.project-location-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
  gap: 76px;
}

.project-map {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    repeating-linear-gradient(0deg, transparent 0 54px, rgb(27 36 50 / 7%) 54px 55px),
    repeating-linear-gradient(90deg, transparent 0 68px, rgb(27 36 50 / 7%) 68px 69px),
    #e8e1cf;
}

.map-road {
  position: absolute;
  background: #f9f6ee;
  box-shadow: 0 0 0 1px rgb(27 36 50 / 8%);
}

.map-road-one {
  top: 46%;
  left: -8%;
  width: 116%;
  height: 34px;
  transform: rotate(-11deg);
}

.map-road-two {
  top: -10%;
  left: 58%;
  width: 28px;
  height: 120%;
  transform: rotate(19deg);
}

.map-water {
  position: absolute;
  right: -12%;
  bottom: -28%;
  width: 50%;
  height: 62%;
  border-radius: 50% 0 0;
  background: #a9c3c0;
  opacity: 0.72;
}

.map-pin {
  position: absolute;
  top: 44%;
  left: 48%;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 7px solid rgb(255 255 255 / 72%);
  border-radius: 50% 50% 50% 0;
  background: var(--gold);
  box-shadow: 0 10px 24px rgb(27 36 50 / 22%);
  transform: rotate(-45deg);
}

.map-pin span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--navy);
}

.map-label {
  position: absolute;
  top: calc(44% + 58px);
  left: calc(48% - 45px);
  padding: 8px 13px;
  background: var(--navy);
  color: var(--white);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-location-copy address {
  margin: 20px 0 12px;
  color: var(--gold-dark);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.project-location-copy > p {
  margin-bottom: 28px;
  color: var(--ink-soft);
  font-size: 14px;
}

.contact-hero {
  position: relative;
  overflow: hidden;
  padding: 126px 0 116px;
  background:
    linear-gradient(90deg, rgb(20 29 40 / 97%), rgb(27 36 50 / 86%)),
    repeating-linear-gradient(112deg, transparent 0 42px, rgb(255 255 255 / 4%) 42px 44px),
    var(--navy);
  color: var(--white);
}

.contact-hero::after {
  position: absolute;
  top: -150px;
  right: -90px;
  width: 520px;
  height: 520px;
  border: 1px solid rgb(195 154 74 / 22%);
  border-radius: 50%;
  box-shadow:
    0 0 0 72px rgb(195 154 74 / 4%),
    0 0 0 145px rgb(195 154 74 / 3%);
  content: "";
}

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

.contact-hero .eyebrow {
  color: var(--gold);
}

.contact-hero h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(2.75rem, 6vw, 4.5rem);
  line-height: 1.06;
}

.contact-hero-inner > p:last-child {
  max-width: 620px;
  margin-bottom: 0;
  color: rgb(255 255 255 / 72%);
  font-size: 15px;
}

.contact-section {
  background: var(--cream);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 86px;
}

.contact-details h2,
.form-panel h2,
.contact-note h2 {
  font-size: clamp(2rem, 4vw, 2.5rem);
  line-height: 1.2;
}

.contact-intro {
  margin-bottom: 38px;
  color: var(--ink-soft);
  font-size: 14px;
}

.detail-list {
  border-top: 1px solid var(--line);
}

.detail-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.detail-label {
  color: var(--gold-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.detail-item a,
.detail-item address,
.detail-item p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-style: normal;
  overflow-wrap: anywhere;
}

.detail-item a:hover,
.detail-item a:focus-visible {
  color: var(--gold-dark);
}

.form-panel {
  padding: 48px;
  background: var(--white);
  box-shadow: 0 20px 55px rgb(37 32 22 / 8%);
}

.form-panel h2 {
  margin-bottom: 34px;
}

.contact-form {
  display: grid;
  gap: 22px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field label {
  color: var(--navy);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 12px 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  resize: vertical;
  transition: border-color 180ms ease;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #9a9385;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  border-color: var(--gold-dark);
  outline: 0;
}

.form-field select {
  appearance: none;
  border-radius: 0;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--gold-dark) 50%),
    linear-gradient(135deg, var(--gold-dark) 50%, transparent 50%);
  background-position:
    calc(100% - 15px) calc(50% + 1px),
    calc(100% - 10px) calc(50% + 1px);
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

.contact-submit {
  width: fit-content;
  min-width: 178px;
  margin-top: 4px;
  gap: 14px;
  border: 0;
  cursor: pointer;
}

.contact-submit span {
  transition: transform 220ms var(--motion-ease);
}

.form-status {
  display: none;
  margin: 0;
  padding: 14px 16px;
  border-left: 3px solid var(--gold);
  background: var(--cream);
  color: var(--ink-soft);
  font-size: 13px;
}

.form-status.is-visible {
  display: block;
}

.contact-note {
  padding: 72px 0;
  background: var(--cream-2);
}

.contact-note-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
}

.contact-note h2 {
  margin-bottom: 0;
}

.consultation-hero {
  position: relative;
  overflow: hidden;
  padding: 118px 0 110px;
  background:
    radial-gradient(circle at 78% 30%, rgb(195 154 74 / 16%), transparent 25%),
    linear-gradient(118deg, #172331 0%, #26384a 56%, #182431 100%);
  color: var(--white);
}

.consultation-hero::before {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(105deg, transparent 0 54px, rgb(255 255 255 / 3%) 54px 55px),
    linear-gradient(90deg, transparent 62%, rgb(255 255 255 / 4%) 62% 62.1%, transparent 62.1%);
  content: "";
}

.consultation-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  align-items: end;
  gap: 100px;
}

.consultation-hero .eyebrow {
  color: var(--gold);
}

.consultation-hero h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 6.5vw, 5rem);
  line-height: 1.02;
}

.consultation-hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 34px;
  color: rgb(255 255 255 / 72%);
  font-size: 15px;
}

.consultation-hero-card {
  position: relative;
  min-height: 280px;
  padding: 36px;
  border: 1px solid rgb(195 154 74 / 52%);
  background: rgb(17 28 39 / 72%);
}

.consultation-card-number {
  display: block;
  margin-bottom: 62px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.consultation-hero-card p {
  margin-bottom: 26px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  line-height: 1.35;
}

.consultation-card-label {
  color: rgb(255 255 255 / 48%);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.consultation-process {
  padding: 88px 0 94px;
  background: var(--cream-2);
}

.consultation-process-heading {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  align-items: end;
  gap: 90px;
}

.consultation-process-heading h2,
.consultation-brief-copy h2 {
  margin-bottom: 0;
  font-size: clamp(2.1rem, 4vw, 2.7rem);
  line-height: 1.18;
}

.consultation-process-heading > p {
  margin-bottom: 4px;
  color: var(--ink-soft);
  font-size: 14px;
}

.consultation-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 58px;
  border-top: 1px solid var(--line);
}

.consultation-step {
  padding: 32px 36px 4px 0;
  border-right: 1px solid var(--line);
}

.consultation-step + .consultation-step {
  padding-left: 36px;
}

.consultation-step:last-child {
  border-right: 0;
}

.consultation-step > span {
  display: block;
  margin-bottom: 26px;
  color: var(--gold-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.consultation-step h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.consultation-step p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.consultation-brief {
  background: var(--cream);
}

.consultation-brief-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: start;
  gap: 82px;
}

.consultation-brief-copy {
  position: sticky;
  top: 128px;
}

.consultation-brief-copy > p:not(.eyebrow) {
  margin: 24px 0 36px;
  color: var(--ink-soft);
  font-size: 14px;
}

.consultation-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.consultation-note > span {
  color: var(--gold-dark);
  font-size: 11px;
}

.consultation-note p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.consultation-note a {
  color: var(--gold-dark);
  font-weight: 700;
}

.consultation-panel {
  padding: 52px;
}

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

.consultation-submit-row {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 4px;
}

.consultation-submit-row p {
  max-width: 190px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 11px;
}

section[id] {
  scroll-margin-top: var(--site-anchor-offset);
}

/* Dedicated Company, Sustainability, and News pages */
.company-hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.company-hero::before {
  position: absolute;
  inset: 0 50% 0 0;
  z-index: 1;
  background: linear-gradient(90deg, var(--navy) 0%, rgb(27 36 50 / 96%) 78%, transparent 100%);
  content: "";
}

.company-hero-media {
  position: absolute;
  inset: 0 0 0 42%;
  background:
    linear-gradient(90deg, rgb(27 36 50 / 38%), transparent 44%),
    linear-gradient(0deg, rgb(13 20 28 / 30%), transparent 50%),
    url("assets/images/home-hero.jpg") center / cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: saturate(0.76) contrast(1.04);
}

.company-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 680px;
  grid-template-columns: 0.74fr 1.26fr;
  align-items: center;
}

.company-hero-copy {
  max-width: 590px;
  padding: 84px 0 96px;
}

.company-hero-copy .eyebrow,
.company-leadership .eyebrow {
  color: var(--gold);
}

.company-hero h1 {
  margin-bottom: 28px;
  font-size: clamp(3.3rem, 6.4vw, 5.9rem);
  line-height: 0.96;
}

.company-hero-copy > p:last-child {
  max-width: 510px;
  margin: 0;
  color: rgb(255 255 255 / 72%);
  font-size: 15px;
}

.company-hero-index {
  position: absolute;
  right: 0;
  bottom: 20px;
  color: rgb(255 255 255 / 16%);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(7rem, 17vw, 14rem);
  line-height: 0.8;
}

.company-story-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 110px;
}

.company-story-heading h2,
.company-principles-heading h2,
.company-leadership-heading h2,
.sustainability-intro h2,
.sustainability-section-heading h2,
.sustainability-impact h2,
.news-archive-heading h2,
.page-cta h2 {
  margin: 0;
  font-size: clamp(2.35rem, 4.5vw, 3.5rem);
  line-height: 1.08;
}

.company-story-body > p {
  color: var(--ink-soft);
  font-size: 15px;
}

.company-story-body > p:first-child {
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1.45;
}

.company-story-body blockquote {
  margin: 56px 0 0;
  padding: 32px 0 0 38px;
  border-top: 1px solid var(--line);
  border-left: 3px solid var(--gold);
}

.company-story-body blockquote p {
  margin-bottom: 18px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  line-height: 1.4;
}

.company-story-body cite {
  color: var(--gold-dark);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.company-stats {
  padding: 76px 0 84px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--cream-2);
}

.company-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 32px;
}

.company-stat {
  min-height: 130px;
  padding: 10px 34px;
  border-left: 1px solid rgb(107 101 88 / 28%);
}

.company-stat:first-child {
  padding-left: 0;
  border-left: 0;
}

.company-stat strong,
.sustainability-impact-stats strong {
  display: block;
  margin-bottom: 12px;
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.7rem, 5vw, 4rem);
  font-weight: 500;
  line-height: 1;
}

.company-stat span,
.sustainability-impact-stats span {
  display: block;
  max-width: 150px;
  color: var(--ink-soft);
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.company-principles {
  background: var(--white);
}

.company-principles-heading,
.sustainability-section-heading,
.news-archive-heading {
  max-width: 660px;
  margin-bottom: 58px;
}

.company-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.company-principle {
  min-height: 310px;
  padding: 38px 34px 20px 0;
  border-right: 1px solid var(--line);
}

.company-principle + .company-principle {
  padding-left: 34px;
}

.company-principle:last-child {
  border-right: 0;
}

.company-principle > span,
.sustainability-pillar-number {
  display: block;
  margin-bottom: 76px;
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.company-principle h3,
.sustainability-pillar h3 {
  margin-bottom: 18px;
  font-size: 1.45rem;
}

.company-principle p,
.sustainability-pillar p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.company-leadership {
  background: var(--navy);
  color: var(--white);
}

.company-leadership-heading {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  align-items: end;
  gap: 70px;
}

.company-leadership-heading > p {
  margin: 0;
  color: rgb(255 255 255 / 58%);
  font-size: 14px;
}

.company-leadership .leader-card p {
  color: rgb(255 255 255 / 56%);
}

.page-cta {
  padding: 78px 0;
  background: var(--gold);
}

.page-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.page-cta .eyebrow {
  color: var(--navy);
}

.page-cta h2 {
  max-width: 750px;
}

.sustainability-page-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgb(17 30 31 / 96%), rgb(21 43 42 / 64%)),
    url("assets/images/home-hero.jpg") center / cover;
  color: var(--white);
}

.sustainability-page-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 720px;
  max-width: 820px;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0;
}

.sustainability-page-hero .eyebrow,
.sustainability-impact .eyebrow {
  color: #d6b972;
}

.sustainability-page-hero h1 {
  max-width: 800px;
  margin-bottom: 28px;
  font-size: clamp(3.35rem, 7.2vw, 6.4rem);
  line-height: 0.95;
}

.sustainability-page-hero-inner > p:last-child {
  max-width: 590px;
  margin: 0;
  color: rgb(255 255 255 / 70%);
  font-size: 15px;
}

.sustainability-orbit {
  position: absolute;
  right: -80px;
  bottom: -125px;
  display: grid;
  width: 470px;
  height: 470px;
  place-items: center;
  border: 1px solid rgb(214 185 114 / 28%);
  border-radius: 50%;
  box-shadow: 0 0 0 68px rgb(214 185 114 / 5%), 0 0 0 136px rgb(214 185 114 / 3%);
}

.sustainability-orbit span {
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border: 1px solid #d6b972;
  border-radius: 50%;
  color: #d6b972;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
}

.sustainability-intro {
  background: #edf0e7;
}

.sustainability-intro-grid {
  display: grid;
  grid-template-columns: 0.42fr 1.58fr;
  gap: 65px;
}

.sustainability-intro-grid > div {
  max-width: 820px;
}

.sustainability-intro h2 {
  margin-bottom: 30px;
}

.sustainability-intro-grid > div > p {
  max-width: 680px;
  color: #5f6b62;
  font-size: 15px;
}

.sustainability-pillars {
  background: #f7f5ed;
}

.sustainability-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.sustainability-pillar {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  padding: 32px;
  border: 1px solid #d9dfd2;
  background: #eef1e8;
}

.sustainability-pillar:nth-child(2) {
  margin-top: 34px;
  background: #e5eadd;
}

.sustainability-pillar:nth-child(3) {
  margin-top: 68px;
  background: #dce5d8;
}

.sustainability-pillar-number {
  margin-bottom: 118px;
  color: #647660;
}

.sustainability-pillar-mark {
  position: absolute;
  top: 54px;
  right: -46px;
  width: 180px;
  height: 180px;
  border: 1px solid rgb(67 91 68 / 18%);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgb(67 91 68 / 4%), 0 0 0 56px rgb(67 91 68 / 3%);
}

.sustainability-impact {
  padding: 106px 0;
  background: #1d3331;
  color: var(--white);
}

.sustainability-impact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}

.sustainability-impact-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.sustainability-impact-stats > div {
  min-height: 180px;
  padding: 24px 28px;
  border-top: 1px solid rgb(255 255 255 / 15%);
  border-left: 1px solid rgb(255 255 255 / 15%);
}

.sustainability-impact-stats strong {
  color: #d6b972;
}

.sustainability-impact-stats span {
  max-width: 190px;
  color: rgb(255 255 255 / 62%);
}

.sustainability-roadmap {
  background: var(--cream);
}

.sustainability-roadmap-list {
  border-top: 1px solid var(--line);
}

.sustainability-roadmap-list article {
  display: grid;
  grid-template-columns: 90px 0.72fr 1.28fr;
  gap: 45px;
  align-items: start;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.sustainability-roadmap-list article > span {
  color: #65765f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.sustainability-roadmap-list h3 {
  margin: 0;
  font-size: 1.45rem;
}

.sustainability-roadmap-list p {
  max-width: 540px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.page-cta--green {
  background: #1d3331;
  color: var(--white);
}

.news-hero {
  padding: 112px 0 104px;
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.news-hero-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  align-items: end;
  gap: 80px;
}

.news-hero h1 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(3.6rem, 8.4vw, 7.1rem);
  line-height: 0.91;
}

.news-hero-grid > p {
  margin: 0 0 8px;
  color: var(--ink-soft);
  font-size: 14px;
}

.news-featured {
  background: var(--white);
}

.news-featured-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  min-height: 520px;
}

.news-featured-media,
.news-card-media,
.news-single-image {
  background-position: center;
  background-size: cover;
}

.news-featured-media {
  min-height: 520px;
  background:
    linear-gradient(135deg, rgb(27 36 50 / 18%), transparent),
    url("assets/images/home-hero.jpg") center / cover;
  filter: saturate(0.72);
}

.news-featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 0 54px 58px;
}

.news-featured-copy time,
.news-card time,
.news-single time {
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.news-featured-copy h2 {
  margin: 24px 0 20px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

.news-featured-copy > p {
  margin-bottom: 32px;
  color: var(--ink-soft);
  font-size: 13px;
}

.news-archive {
  background: var(--cream);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px 30px;
}

.news-card-media {
  display: block;
  aspect-ratio: 1.35 / 1;
  margin-bottom: 24px;
  background:
    linear-gradient(145deg, rgb(24 37 45 / 12%), transparent),
    linear-gradient(145deg, #a7ad9c, #566961);
  transition: filter 300ms ease, transform 420ms var(--motion-ease);
}

.news-card-media-2 {
  background: linear-gradient(145deg, #d0b87e, #67593c);
}

.news-card-media-3 {
  background: linear-gradient(145deg, #9da9ad, #3d515b);
}

.news-card h3 {
  margin: 14px 0;
  font-size: 1.42rem;
  line-height: 1.25;
}

.news-card > p {
  color: var(--ink-soft);
  font-size: 13px;
}

.news-card-link {
  color: var(--gold-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.news-card-link span {
  display: inline-block;
  margin-left: 6px;
  transition: transform 220ms var(--motion-ease);
}

.news-empty {
  padding: 50px 0;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
}

.news-cta {
  background: var(--cream-2);
}

.news-single-header {
  padding: 86px 0 94px;
  background: var(--navy);
  color: var(--white);
}

.news-single-heading {
  max-width: 900px;
}

.news-single-back {
  display: inline-block;
  margin-bottom: 58px;
  color: rgb(255 255 255 / 56%);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.news-single-heading .eyebrow {
  color: var(--gold);
}

.news-single h1 {
  max-width: 890px;
  margin: 0 0 30px;
  font-size: clamp(2.8rem, 6.4vw, 5.5rem);
  line-height: 1;
}

.news-single-header time {
  color: rgb(255 255 255 / 54%);
}

.news-single-image {
  min-height: 580px;
  margin-top: 80px;
}

.news-single-content {
  max-width: 760px;
  padding-top: 82px;
  padding-bottom: 110px;
}

.news-single-content p {
  color: var(--ink-soft);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.85;
}

@media (hover: hover) {
  .news-card:hover .news-card-media {
    filter: saturate(1.08);
    transform: translateY(-4px);
  }

  .news-card-link:hover span,
  .news-card-link:focus-visible span {
    transform: translate(3px, -3px);
  }
}

@media (max-width: 1020px) {
  .company-hero::before {
    inset: 0 28% 0 0;
  }

  .company-hero-grid,
  .company-story-grid,
  .sustainability-impact-grid,
  .news-featured-grid {
    grid-template-columns: 1fr;
  }

  .company-hero-copy {
    max-width: 620px;
  }

  .company-story-grid,
  .sustainability-impact-grid {
    gap: 56px;
  }

  .company-stats-grid,
  .sustainability-impact-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .company-stat:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .company-leadership-heading,
  .news-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .sustainability-intro-grid {
    grid-template-columns: 0.35fr 1.65fr;
  }

  .news-featured-copy {
    padding: 48px 0 0;
  }

  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .company-hero,
  .company-hero-grid,
  .sustainability-page-hero,
  .sustainability-page-hero-inner {
    min-height: 610px;
  }

  .company-hero::before {
    inset: 0;
    background: linear-gradient(90deg, rgb(27 36 50 / 96%), rgb(27 36 50 / 64%));
  }

  .company-hero-media {
    inset: 0;
  }

  .company-hero h1,
  .sustainability-page-hero h1,
  .news-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .company-hero-index {
    display: none;
  }

  .company-story-grid,
  .sustainability-intro-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .company-story-body blockquote {
    padding-left: 24px;
  }

  .company-stats-grid,
  .company-principles-grid,
  .sustainability-pillars-grid,
  .sustainability-impact-stats,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .company-stat,
  .company-stat:first-child,
  .company-stat:nth-child(3) {
    min-height: auto;
    padding: 24px 0;
    border-bottom: 1px solid rgb(107 101 88 / 28%);
    border-left: 0;
  }

  .company-principle,
  .company-principle + .company-principle {
    min-height: auto;
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .company-principle > span,
  .sustainability-pillar-number {
    margin-bottom: 42px;
  }

  .company-leadership-heading {
    grid-template-columns: 1fr;
  }

  .page-cta-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
  }

  .sustainability-orbit {
    right: -230px;
  }

  .sustainability-pillar,
  .sustainability-pillar:nth-child(2),
  .sustainability-pillar:nth-child(3) {
    min-height: 340px;
    margin-top: 0;
  }

  .sustainability-roadmap-list article {
    grid-template-columns: 50px 1fr;
    gap: 18px;
  }

  .sustainability-roadmap-list article p {
    grid-column: 2;
  }

  .news-hero {
    padding: 84px 0 76px;
  }

  .news-featured-media {
    min-height: 340px;
  }

  .news-single-image {
    min-height: 340px;
    margin-top: 44px;
  }
}

.milestone-media,
.s-card,
.project-photo,
.leader-photo,
.project-gallery-image,
.project-map {
  contain: paint;
}

.s-card::after {
  transition: opacity 360ms ease;
}

@media (hover: hover) {
  .explore:hover,
  .explore:focus-visible {
    color: var(--gold);
  }

  .value-item:hover .value-icon {
    border-color: var(--gold-dark);
    color: var(--navy);
    transform: translate3d(0, -3px, 0);
  }

  .s-photo:hover::after {
    opacity: 0.86;
  }

  .social-links a:hover,
  .social-links a:focus-visible {
    border-color: var(--gold);
    color: var(--gold);
    transform: translate3d(0, -2px, 0);
  }

  .award:hover {
    border-color: var(--gold);
    color: var(--navy);
  }

  .path-step:hover .path-number {
    transform: translate3d(0, -3px, 0);
  }

  .contact-submit:hover span,
  .contact-submit:focus-visible span {
    transform: translate3d(3px, 0, 0);
  }
}

@keyframes page-intro {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-inner > *,
  .contact-hero-inner > *,
  .projects-index-hero-inner > *,
  .company-hero-copy > *,
  .sustainability-page-hero-inner > *,
  .news-hero-grid > *,
  .project-detail-hero-inner > *,
  .consultation-hero-copy > *,
  .consultation-hero-card {
    animation: page-intro 720ms var(--motion-ease) both;
    animation-delay: var(--intro-delay, 60ms);
  }

  .hero-inner > :nth-child(2),
  .contact-hero-inner > :nth-child(2),
  .projects-index-hero-inner > :nth-child(2),
  .company-hero-copy > :nth-child(2),
  .sustainability-page-hero-inner > :nth-child(2),
  .project-detail-hero-inner > :nth-child(2),
  .consultation-hero-copy > :nth-child(2) {
    --intro-delay: 120ms;
  }

  .hero-inner > :nth-child(3),
  .contact-hero-inner > :nth-child(3),
  .projects-index-hero-inner > :nth-child(3),
  .company-hero-copy > :nth-child(3),
  .sustainability-page-hero-inner > :nth-child(3),
  .project-detail-hero-inner > :nth-child(3),
  .consultation-hero-copy > :nth-child(3) {
    --intro-delay: 180ms;
  }

  .project-detail-hero-inner > :nth-child(4),
  .consultation-hero-copy > :nth-child(4),
  .consultation-hero-card {
    --intro-delay: 240ms;
  }

  html.motion-ready [data-motion-reveal] {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    transition:
      opacity 560ms ease,
      transform 680ms var(--motion-ease);
    transition-delay: var(--motion-delay, 0ms);
  }

  html.motion-ready [data-motion-reveal].is-revealed {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 1020px) {
  nav ul {
    display: none;
  }

  .nav-wrap,
  .hero-inner,
  .container {
    width: min(100% - 48px, 900px);
  }

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

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

  .consultation-hero-grid,
  .consultation-brief-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .consultation-hero-card {
    max-width: 420px;
  }

  .consultation-brief-copy {
    position: static;
  }

  .project-facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-overview-grid,
  .project-section-heading,
  .project-facilities-grid,
  .project-location-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .quote-card {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .values-grid,
  .leadership-grid,
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sustainability-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .s-2 {
    grid-column: 2;
    grid-row: 1;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .path-row {
    flex-wrap: wrap;
    gap: 30px 0;
  }

  .path-row::before {
    display: none;
  }

  .path-step {
    min-width: 33%;
  }
}

@media (max-width: 680px) {
  :root {
    --site-anchor-offset: 84px;
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  .section {
    padding: 72px 0;
  }

  .nav-wrap {
    width: calc(100% - 36px);
    min-height: 72px;
  }

  .logo-word {
    display: none;
  }

  .nav-cta {
    padding: 10px 14px;
    font-size: 9px;
  }

  .hero {
    min-height: calc(100svh - 72px);
    background-position: center, center top;
  }

  .contact-hero {
    padding: 92px 0 84px;
  }

  .projects-index-hero {
    padding: 92px 0 84px;
  }

  .projects-index-hero h1 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .consultation-hero {
    padding: 88px 0 76px;
  }

  .consultation-hero h1 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .consultation-process-heading,
  .form-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .consultation-steps {
    grid-template-columns: 1fr;
  }

  .consultation-step,
  .consultation-step + .consultation-step {
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .consultation-step:last-child {
    border-bottom: 0;
  }

  .consultation-step > span {
    margin-bottom: 12px;
  }

  .project-detail-hero {
    min-height: 560px;
  }

  .project-detail-hero-inner {
    padding-bottom: 58px;
  }

  .project-back {
    margin-bottom: 48px;
  }

  .hero-inner,
  .container {
    width: calc(100% - 44px);
  }

  .hero-inner {
    padding-bottom: 64px;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 11vw, 3rem);
  }

  .values-grid,
  .leadership-grid,
  .portfolio-grid,
  .sustainability-grid {
    grid-template-columns: 1fr;
  }

  .s-2 {
    grid-column: auto;
    grid-row: auto;
  }

  .milestone-row,
  .milestone-row:nth-child(even) {
    grid-template-columns: 44px 1fr;
    gap: 18px;
    margin-bottom: 44px;
  }

  .timeline::before {
    left: 22px;
  }

  .milestone-node,
  .milestone-row:nth-child(even) .milestone-node {
    grid-column: 1;
    grid-row: 1;
  }

  .milestone-text,
  .milestone-row:nth-child(even) .milestone-text {
    grid-column: 2;
    grid-row: 1;
    padding: 0;
    text-align: left;
  }

  .milestone-row:nth-child(odd) .milestone-text p {
    margin-left: 0;
  }

  .milestone-media,
  .milestone-row:nth-child(even) .milestone-media {
    grid-column: 2;
    grid-row: 2;
    padding: 0;
  }

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

  .form-panel {
    padding: 34px 24px;
  }

  .consultation-panel {
    padding: 34px 24px;
  }

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

  .project-facts-grid {
    grid-template-columns: 1fr;
  }

  .project-facts-grid > div,
  .project-facts-grid > div:first-child {
    min-height: auto;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
    border-left: 0;
  }

  .project-gallery,
  .facility-list {
    grid-template-columns: 1fr;
  }

  .project-gallery-image,
  .project-gallery-image:nth-child(2) {
    min-height: 300px;
    margin-top: 0;
  }

  .project-map {
    min-height: 340px;
  }

  .detail-item {
    grid-template-columns: 78px 1fr;
  }

  .contact-note-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .path-step {
    min-width: 50%;
  }
}

@media (max-width: 680px) {
  .testimonial-slide {
    padding-inline: 8px;
  }

  .testimonial-controls {
    gap: 14px;
  }
}

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

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

  .explore span {
    animation: none !important;
  }

  html.motion-ready [data-motion-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
