:root {
  --ink: #17211f;
  --muted: #5a6662;
  --line: #d9dfdb;
  --paper: #f7f8f5;
  --white: #ffffff;
  --green: #284f45;
  --blue: #274965;
  --copper: #a56f3f;
  --sage: #dce7de;
  --shadow: 0 24px 70px rgba(21, 32, 30, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 96px;
  padding: 10px 6vw 14px;
  background: #050706;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}

.header-notice {
  flex: 0 0 100%;
  margin: 0;
  color: var(--white);
  font-size: 1.12rem;
  font-weight: 800;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-size: 1.06rem;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: var(--white);
  color: #050706;
  font-size: 0.98rem;
  font-weight: 800;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.14rem;
}

.site-footer nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.94rem;
}

.main-nav a,
.site-footer a {
  text-decoration: none;
}

.main-nav a:hover,
.site-footer a:hover {
  color: var(--white);
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - 96px);
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
  align-items: stretch;
  overflow: hidden;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--line);
  content: "";
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 780px;
  padding: 9vh 6vw 13vh;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.9rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.14rem;
}

.brand-statement {
  max-width: 680px;
  margin: 0 0 20px;
  padding: 14px 18px;
  border-left: 4px solid var(--copper);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 800;
}

.brand-statement.compact {
  margin-bottom: 22px;
  background: var(--paper);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--green);
  font-weight: 800;
  text-decoration: none;
}

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

.button.secondary {
  background: transparent;
  color: var(--green);
}

.hero-visual {
  position: relative;
  min-height: 540px;
  background:
    linear-gradient(180deg, rgba(15, 36, 36, 0.12), transparent 45%),
    linear-gradient(135deg, #dfe8df, #f7f8f5 62%);
  overflow: hidden;
}

.hero-visual::before {
  position: absolute;
  inset: 12% 8% 0;
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(255, 255, 255, 0.55) 18% 20%, transparent 20% 38%, rgba(255, 255, 255, 0.45) 38% 40%, transparent 40% 60%, rgba(255, 255, 255, 0.5) 60% 62%, transparent 62%),
    linear-gradient(180deg, rgba(39, 73, 101, 0.98), rgba(40, 79, 69, 0.96));
  box-shadow: var(--shadow);
  content: "";
  clip-path: polygon(22% 0, 72% 0, 88% 100%, 0 100%);
}

.building-shape {
  position: absolute;
  bottom: -3%;
  background: rgba(23, 33, 31, 0.9);
}

.shape-one {
  right: 8%;
  width: 18%;
  height: 52%;
}

.shape-two {
  right: 28%;
  width: 15%;
  height: 36%;
  background: rgba(165, 111, 63, 0.83);
}

.shape-three {
  left: 6%;
  width: 18%;
  height: 42%;
  background: rgba(39, 73, 101, 0.86);
}

.market-panel {
  position: absolute;
  right: 7%;
  bottom: 10%;
  width: min(330px, 72%);
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.market-panel span {
  display: block;
  color: var(--muted);
  font-size: 0.83rem;
  font-weight: 700;
}

.market-panel strong {
  display: block;
  margin: 4px 0 18px;
  font-size: 1.7rem;
  line-height: 1.1;
}

.market-lines {
  display: grid;
  gap: 10px;
}

.market-lines i {
  display: block;
  height: 8px;
  background: linear-gradient(90deg, var(--green), var(--copper), var(--blue));
}

.market-lines i:nth-child(2) {
  width: 74%;
}

.market-lines i:nth-child(3) {
  width: 48%;
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  background: var(--white);
}

.intro-band div {
  padding: 30px 6vw;
  border-right: 1px solid var(--line);
}

.intro-band div:last-child {
  border-right: 0;
}

.metric {
  display: block;
  color: var(--green);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.content-section,
.approach-section,
.contact-section {
  padding: 96px 6vw;
}

.section-heading {
  max-width: 820px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 34px;
  background: var(--line);
}

.service-grid article {
  min-height: 290px;
  padding: 32px;
  background: var(--white);
}

.service-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 60px;
  place-items: center;
  background: var(--sage);
  color: var(--green);
  font-weight: 900;
}

.service-grid p,
.approach-copy p,
.approach-list span,
.intro-band span:not(.metric) {
  color: var(--muted);
}

.approach-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.75fr);
  gap: 60px;
  align-items: start;
  background: var(--green);
  color: var(--white);
}

.approach-copy p,
.approach-list span {
  color: rgba(255, 255, 255, 0.74);
}

.approach-list {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.approach-list div {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.6fr);
  gap: 42px;
  background: var(--white);
}

address {
  color: var(--muted);
  font-style: normal;
}

.contact-card {
  display: grid;
  align-self: start;
  gap: 14px;
  padding: 28px;
  border-left: 4px solid var(--copper);
  background: var(--paper);
  font-weight: 800;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 34px 6vw;
  background: #121816;
  color: var(--white);
}

.site-footer address {
  max-width: 690px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.site-footer nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 920px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .main-nav {
    width: 100%;
    justify-content: space-between;
  }

  .hero,
  .approach-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding-top: 70px;
  }

  .hero-visual {
    min-height: 430px;
    order: -1;
  }

  .intro-band,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .intro-band div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .site-footer {
    flex-direction: column;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .brand {
    align-items: flex-start;
  }

  .main-nav {
    gap: 14px;
    font-size: 1.02rem;
  }

  h1 {
    font-size: 3rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .content-section,
  .approach-section,
  .contact-section {
    padding: 68px 6vw;
  }

  .approach-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
