/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --spacing: .25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    -webkit-tap-highlight-color: transparent;
  }
  hr { height: 0; color: inherit; border-top-width: 1px; }
  h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
  a { color: inherit; text-decoration: inherit; }
  b, strong { font-weight: bolder; }
  img, svg, video, canvas, audio, iframe, embed, object { vertical-align: middle; display: block; }
  img, video { max-width: 100%; height: auto; }
  button, input, select, optgroup, textarea {
    font: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: transparent;
    border-radius: 0;
  }
  textarea { resize: vertical; }
  button, input:where([type=button],[type=reset],[type=submit]) { appearance: button; }
  [hidden]:where(:not([hidden=until-found])) { display: none !important; }
}

:root {
  --ink: #151919;
  --paper: #f2f0e9;
  --orange: #f25a2b;
  --line: #343a39;
  --muted: #9ba09d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }

.site-header {
  background: var(--ink);
  color: #fff;
  z-index: 5;
  border-bottom: 1px solid #343a39;
  justify-content: space-between;
  align-items: center;
  height: 88px;
  padding: 0 5vw;
  display: flex;
  position: relative;
}

.brand {
  letter-spacing: .13em;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  line-height: 1.15;
  display: flex;
}

.brand-mark {
  border: 2px solid var(--orange);
  width: 37px;
  height: 37px;
  color: var(--orange);
  place-items: center;
  font-size: 23px;
  font-weight: 900;
  display: grid;
  transform: skew(-8deg);
}

nav { gap: 36px; font-size: 13px; display: flex; }
nav a:hover { color: var(--orange); }

.header-cta {
  border-left: 1px solid var(--line);
  padding-left: 30px;
  font-size: 13px;
}
.header-cta span, .button span {
  color: var(--orange);
  margin-left: 12px;
}

.hero {
  color: var(--ink);
  background: #e9e5dc;
  grid-template-columns: 56% 44%;
  min-height: 720px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero-grid {
  background-image: linear-gradient(#1519190a 1px, #0000 1px), linear-gradient(90deg, #1519190a 1px, #0000 1px);
  background-size: 70px 70px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #000, #0000);
  mask-image: linear-gradient(90deg, #000, #0000);
}

.hero-copy {
  z-index: 1;
  padding: 115px 6vw 100px;
  position: relative;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .2em;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}
.eyebrow span {
  background: var(--orange);
  width: 28px;
  height: 2px;
}

h1, h2 {
  letter-spacing: -.045em;
  margin: 0;
  font-family: Georgia, Times New Roman, serif;
  font-weight: 400;
  line-height: .91;
}

h1 {
  margin: 40px 0 38px;
  font-size: clamp(64px, 8.1vw, 128px);
}
h1 em, h2 em {
  color: var(--orange);
  font-weight: 400;
}

.hero-intro {
  color: #565d59;
  max-width: 570px;
  font-size: 18px;
  line-height: 1.6;
}

.hero-actions {
  align-items: center;
  gap: 38px;
  margin-top: 42px;
  display: flex;
}

.button {
  cursor: pointer;
  border: 0;
  justify-content: space-between;
  align-items: center;
  min-width: 190px;
  padding: 18px 22px;
  font-weight: 700;
  display: inline-flex;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.button:hover {
  opacity: 0.92;
}

.button.primary {
  background: var(--orange);
  color: #111;
}
.button.primary span {
  color: #111;
}

.text-link {
  border-bottom: 1px solid #8f928e;
  padding: 10px 0;
  font-size: 13px;
}
.text-link span {
  color: var(--orange);
  margin-left: 10px;
}

.hero-panel {
  border-left: 1px solid var(--line);
  background: radial-gradient(circle at 75% 25%, #48504d 0, #0000 42%);
  position: relative;
  overflow: hidden;
}
.hero-panel > img {
  object-fit: cover;
  filter: saturate(.88) contrast(1.02);
  opacity: 1;
  width: 100%;
  height: 100%;
}
.hero-panel:after {
  content: "";
  background: linear-gradient(90deg, #e9e5dc 0, #0000 24%), linear-gradient(0deg, #1519194d 0, #0000 42%);
  position: absolute;
  inset: 0;
}

.hero-stat {
  z-index: 2;
  background: var(--paper);
  color: var(--ink);
  align-items: center;
  gap: 18px;
  padding: 26px 34px;
  display: flex;
  position: absolute;
  bottom: 88px;
  left: 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.hero-stat strong {
  font: 52px Georgia, serif;
}
.hero-stat span {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 11px;
  line-height: 1.5;
}

.locations {
  color: #4e5552;
  letter-spacing: .2em;
  align-items: center;
  gap: 15px;
  font-size: 10px;
  display: flex;
  position: absolute;
  bottom: 30px;
  right: 5vw;
}
.locations i {
  background: #989b97;
  width: 35px;
  height: 1px;
}

.divisions {
  background: #111;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.division {
  color: #fff;
  min-height: 740px;
  position: relative;
  overflow: hidden;
}
.division > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .8s;
  position: absolute;
  inset: 0;
  filter: saturate(.9) brightness(1.08);
}
.division:hover > img {
  transform: scale(1.025);
}

.division-overlay {
  background: linear-gradient(0deg, #111514cf 0, #1115145c 44%, #0000 78%);
  position: absolute;
  inset: 0;
}
.residential-division .division-overlay {
  background: linear-gradient(0deg, #17130fc7 0, #2a21184d 44%, #0000 78%);
}

.division-content {
  z-index: 1;
  max-width: 590px;
  position: absolute;
  bottom: 70px;
  left: 7vw;
  right: 6vw;
}
.division-content h2 {
  margin: 28px 0;
  font-size: clamp(49px, 5.2vw, 78px);
}
.division-content > p:not(.eyebrow) {
  color: #d5d7d4;
  max-width: 540px;
  line-height: 1.7;
}
.division-content ul {
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.division-content li {
  text-transform: uppercase;
  letter-spacing: .11em;
  border: 1px solid #fff5;
  padding: 9px 12px;
  font-size: 10px;
}

.button.ghost {
  color: #fff;
  background: #1519195c;
  border: 1px solid #fff8;
}
.button.ghost span {
  color: var(--orange);
}

.section {
  padding: 110px 6vw;
}

.section-heading {
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 65px;
  display: grid;
}
.section-heading h2, .process h2 {
  margin-top: 25px;
  font-size: clamp(48px, 6vw, 82px);
}
.section-heading > p {
  color: #5d625f;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.7;
}

.eyebrow.dark {
  color: #515653;
}

.service-grid {
  border-top: 1px solid #c4c2ba;
  border-left: 1px solid #c4c2ba;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.service-card {
  border-bottom: 1px solid #c4c2ba;
  border-right: 1px solid #c4c2ba;
  flex-direction: column;
  min-height: 300px;
  padding: 32px;
  transition: all .25s;
  display: flex;
}
.service-card:hover {
  background: #e8e5dc;
  transform: translateY(-3px);
}
.service-card > span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
}
.service-card h3 {
  margin: 42px 0 16px;
  font: 27px Georgia, serif;
}
.service-card p {
  color: #666b68;
  max-width: 330px;
  font-size: 14px;
  line-height: 1.65;
}
.service-card a {
  margin-top: auto;
  font-size: 12px;
  font-weight: 700;
}

.project-gallery {
  background: #151919;
  grid-template-rows: repeat(2, 360px);
  grid-template-columns: 1.25fr .75fr;
  gap: 2px;
  display: grid;
}
.project-gallery figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.project-gallery .gallery-large {
  grid-row: 1/3;
}
.project-gallery img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .7s;
  filter: saturate(.93) brightness(1.06);
}
.project-gallery figure:hover img {
  transform: scale(1.02);
}
.project-gallery figure:after {
  content: "";
  background: linear-gradient(#0000, #0008);
  position: absolute;
  inset: 60% 0 0;
}
.project-gallery figcaption {
  z-index: 2;
  color: #fff;
  font: 23px Georgia, serif;
  position: absolute;
  bottom: 28px;
  left: 32px;
}
.project-gallery figcaption span {
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--orange);
  margin-bottom: 7px;
  font: 9px Arial, sans-serif;
  display: block;
}

.about {
  color: var(--ink);
  background: #dedbd2;
  grid-template-columns: 48% 52%;
  min-height: 720px;
  display: grid;
}

.about-visual {
  background: linear-gradient(145deg, #2b302f, #171b1b);
  position: relative;
  overflow: hidden;
}
.about-visual > img {
  object-fit: cover;
  filter: saturate(.86) brightness(1.04);
  width: 100%;
  height: 100%;
}
.about-visual:after {
  content: "";
  background: linear-gradient(90deg, #0004, #0000 55%);
  position: absolute;
  inset: 0;
}
.about-visual .vertical-label {
  z-index: 2;
  writing-mode: vertical-rl;
  letter-spacing: .2em;
  color: #a8adaa;
  font-size: 9px;
  position: absolute;
  bottom: 35px;
  left: 35px;
  transform: rotate(180deg);
}

.about-copy {
  padding: 110px 8vw;
}
.about-copy h2, .contact h2 {
  margin: 35px 0;
  font-size: clamp(52px, 6vw, 86px);
}
.about-copy > p:not(.eyebrow) {
  color: #545a57;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.about .proof-row {
  border-top: 1px solid #b9b7af;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 55px;
  padding-top: 30px;
  display: grid;
}
.proof-row div {
  flex-direction: column;
  gap: 8px;
  display: flex;
}
.proof-row strong {
  font: 31px Georgia, serif;
}
.proof-row span {
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #656b68;
  font-size: 10px;
}

.process h2 {
  margin: 25px 0 60px;
}
.process-row {
  border-top: 1px solid #bbb9b2;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
.process-row > div {
  border-right: 1px solid #bbb9b2;
  min-height: 190px;
  padding: 30px 32px 10px 0;
}
.process-row > div:not(:first-child) {
  padding-left: 32px;
}
.process-row b {
  color: var(--orange);
  font-size: 11px;
}
.process-row h3 {
  margin: 35px 0 12px;
  font: 22px Georgia, serif;
}
.process-row p {
  color: #666b68;
  font-size: 13px;
  line-height: 1.6;
}

.contact {
  color: #fff;
  background: #252b2a;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  padding: 110px 6vw;
  display: grid;
}
.contact-copy > p:not(.eyebrow) {
  color: #b3b9b6;
  line-height: 1.7;
}
.contact-details {
  gap: 22px;
  margin-top: 45px;
  display: grid;
}
.contact-details a, .contact-details address {
  font: 18px Georgia, serif;
  font-style: normal;
}
.contact-details small {
  text-transform: uppercase;
  letter-spacing: .17em;
  color: #89908d;
  margin-bottom: 7px;
  font: 9px Arial, sans-serif;
  display: block;
}

.contact form {
  background: var(--paper);
  color: var(--ink);
  padding: 42px;
}
.field-row {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  display: grid;
}
label {
  text-transform: uppercase;
  letter-spacing: .11em;
  margin-bottom: 22px;
  font-size: 10px;
  font-weight: 700;
  display: block;
}
input, select, textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #bbb9b2;
  border-radius: 0;
  outline: none;
  width: 100%;
  padding: 13px 0;
  font: 14px Arial, sans-serif;
  color: var(--ink);
}
textarea {
  resize: vertical;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--orange);
}

.form-success-message {
  display: none;
  background: #286d45;
  color: #ffffff;
  padding: 16px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 2px;
}

footer {
  color: #929895;
  background: #101313;
  grid-template-columns: 1.5fr 1fr 1fr;
  align-items: end;
  padding: 48px 6vw;
  font-size: 11px;
  line-height: 1.7;
  display: grid;
}
footer > div:last-child {
  text-align: right;
}
.footer-brand {
  color: #fff;
}
.image-note {
  color: #5f6663;
  font-size: 9px;
}

/* Media Queries */
@media (max-width: 900px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 80px 6vw 120px; }
  .hero-panel { display: none; }
  .locations { left: 6vw; right: auto; }
  .divisions { grid-template-columns: 1fr; }
  .division { min-height: 650px; }
  .section-heading, .about, .contact { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .project-gallery { grid-template-rows: 520px 300px; grid-template-columns: 1fr 1fr; }
  .project-gallery .gallery-large { grid-area: auto / 1 / auto / 3; }
  .about-visual { min-height: 430px; }
  .process-row { grid-template-columns: repeat(2, 1fr); }
  .process-row > div:nth-child(2) { border-right: 0; }
  .contact { gap: 60px; }
  .contact form { padding: 32px; }
  footer { grid-template-columns: 1fr 1fr; gap: 30px; }
  footer > p { display: none; }
}

@media (max-width: 600px) {
  .site-header { height: 76px; padding: 0 20px; }
  .header-cta { border: 0; padding: 0; font-size: 0; }
  .header-cta span { font-size: 20px; }
  .hero-copy { padding: 70px 22px 120px; }
  h1 { font-size: 58px; }
  .hero-intro { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 20px; }
  .division { min-height: 680px; }
  .division-content { bottom: 45px; left: 22px; right: 22px; }
  .division-content h2 { font-size: 48px; }
  .section { padding: 80px 22px; }
  .section-heading { gap: 30px; }
  .service-grid { grid-template-columns: 1fr; }
  .project-gallery { display: block; }
  .project-gallery figure { height: 310px; }
  .project-gallery .gallery-large { height: 470px; }
  .project-gallery figcaption { bottom: 22px; left: 22px; }
  .about-copy { padding: 80px 22px; }
  .proof-row { gap: 10px; }
  .proof-row strong { font-size: 25px; }
  .process-row { grid-template-columns: 1fr; }
  .process-row > div { border-right: 0; }
  .process-row > div:not(:first-child) { padding-left: 0; }
  .contact { padding: 80px 22px; }
  .contact form { padding: 25px 20px; }
  .field-row { grid-template-columns: 1fr; }
  .contact-details a { word-break: break-word; font-size: 16px; }
  footer { grid-template-columns: 1fr; padding: 45px 22px; }
  footer > div:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .service-card, .division > img, .project-gallery img { transition: none; }
}
