@charset "UTF-8";
:root { color-scheme: dark; --ink: #141615; --paper: #f6f6f3; --orange: #ff641f; --muted: #bcbfba; --line: #3a3e39; font-family: Arial, Helvetica, sans-serif; font-size: 100%; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--ink); color: var(--paper); line-height: 1.55; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .25em; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid currentColor; outline-offset: 6px; }
::selection { background: var(--orange); color: var(--ink); }
.wrap { width: min(1280px, calc(100% - 6rem)); margin-inline: auto; }
.skip-link { position: absolute; top: -6rem; left: 1rem; z-index: 5; padding: .8rem 1rem; background: var(--orange); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 1rem; }
.site-header { min-height: 112px; display: flex; justify-content: space-between; align-items: center; gap: 2rem; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 1rem; text-decoration: none; }
.brand-initials { font-size: 2.65rem; font-weight: 800; letter-spacing: -.09em; line-height: 1; }
.brand-initials span { color: var(--orange); }
.brand-name { font-size: .875rem; line-height: 1.22; border-left: 1px solid #62655f; padding-left: 1rem; }
nav { display: flex; align-items: center; gap: 2rem; font-size: .9375rem; }
nav a { text-decoration: none; padding-block: .75rem; }
nav a:hover { color: var(--orange); }
.nav-contact { border-bottom: 1px solid #777b73; }
.nav-contact span { margin-left: 1rem; }
.hero { display: grid; grid-template-columns: 1.15fr 1fr; column-gap: 4rem; padding-top: 4rem; }
.hero-copy { padding-block: .5rem 3.5rem; align-self: center; }
.eyebrow { font-size: .8125rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; margin: 0 0 1.5rem; }
.hero .eyebrow { color: var(--muted); max-width: 32rem; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { overflow-wrap: anywhere; }
h1 { font-size: clamp(3.75rem, 6.8vw, 6.2rem); font-weight: 700; line-height: 1.02; letter-spacing: -.065em; margin-bottom: 1.75rem; }
h1 span { color: var(--orange); }
.hero-intro { font-size: 1.0625rem; max-width: 28rem; color: #d4d6d0; margin-bottom: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem 1.3rem; min-height: 54px; font-weight: 700; text-decoration: none; border: 1px solid transparent; }
.button-orange { background: var(--orange); color: var(--ink); }
.button-orange:hover { background: #ff824c; }
.hero-phone { display: block; width: fit-content; margin-top: 1.2rem; font-size: .9375rem; }
.hero-visual { min-height: 510px; background: #343b3c; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 1.3rem; }
.architecture { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgb(0 0 0 / 62%), transparent 30%, transparent 55%, rgb(0 0 0 / 78%)); }
.visual-label { display: flex; gap: 1rem; justify-content: space-between; position: relative; z-index: 1; font-size: .8125rem; }
.visual-caption { position: relative; z-index: 1; font-size: clamp(1.5rem, 2.3vw, 2.1rem); font-weight: 700; letter-spacing: -.035em; line-height: 1.15; }
.hero-foot { grid-column: 1/-1; display: flex; justify-content: space-between; gap: 2rem; font-size: .875rem; padding-block: 1.4rem 2rem; color: var(--muted); }
.hero-foot a { text-decoration: none; }
.hero-foot a span { margin-left: 1rem; }
.section-light { background: var(--paper); color: var(--ink); color-scheme: light; }
.services { padding-block: 5rem; }
.section-heading { display: grid; grid-template-columns: 1.25fr 1fr; column-gap: 5rem; margin-bottom: 3rem; }
.section-heading .eyebrow { grid-column: 1/-1; color: #5a5e55; margin-bottom: 1.4rem; }
h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); line-height: 1.08; letter-spacing: -.045em; margin-bottom: 0; }
.section-heading > p:last-child { max-width: 27rem; align-self: end; margin-bottom: .15rem; color: #555a51; font-size: 1.0625rem; }
.service-row { display: grid; grid-template-columns: 4rem 1.1fr 1fr; gap: 1.5rem; padding-block: 1.8rem; border-top: 1px solid #c9ccc4; align-items: baseline; }
.service-row:last-child { border-bottom: 1px solid #c9ccc4; }
.service-number { font-size: .875rem; color: #696e63; }
.service-row h3 { font-size: 1.65rem; letter-spacing: -.035em; font-weight: 600; margin: 0; line-height: 1.25; }
.service-row p { margin: 0; color: #51564d; }
.process { padding-block: 4.5rem 5rem; }
.process-intro { display: flex; justify-content: space-between; gap: 2rem; align-items: baseline; margin-bottom: 3rem; }
.process .eyebrow { color: var(--muted); margin: 0; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 3rem; list-style: none; padding: 0; margin: 0; counter-reset: steps; }
.process-list li { counter-increment: steps; border-top: 1px solid var(--line); padding-top: 1.1rem; }
.process-list li::before { content: "0" counter(steps); display: block; font-size: .875rem; color: var(--orange); margin-bottom: 1.6rem; }
.process-list h3 { font-size: 1.125rem; font-weight: 600; margin-bottom: .7rem; }
.process-list p { font-size: 1rem; color: var(--muted); margin: 0; max-width: 23rem; }
.contact { background: var(--orange); color: var(--ink); padding-block: 4.5rem; color-scheme: light; }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; }
.contact-inner > div { min-width: 0; }
.contact h2 { font-size: clamp(3rem, 5vw, 4.8rem); letter-spacing: -.06em; }
.contact-details { align-self: end; min-width: 0; }
.contact-details > p:first-child { font-size: 1rem; margin-bottom: 1.2rem; }
.contact-phone, .contact-email { display: flex; align-items: center; justify-content: space-between; gap: 1rem; text-decoration: none; border-bottom: 1px solid #9f3813; padding-block: .55rem; }
.contact-phone { font-size: clamp(1.6rem, 2.8vw, 2.5rem); font-weight: 700; letter-spacing: -.035em; }
.contact-email { font-size: 1rem; overflow-wrap: anywhere; }
.contact-email span, .contact-phone span { flex-shrink: 0; }
.contact-meta { margin: 1.25rem 0 0; font-size: .875rem; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding-block: 2rem; font-size: .8125rem; color: var(--muted); }
.footer-name { font-weight: 700; color: var(--paper); font-size: 1rem; }
.site-footer p { margin: 0; }
.site-footer a { padding-block: .75rem; }
.photo-credit { color: var(--muted); font-size: .75rem; padding-bottom: 1.5rem; }
@media (max-width: 1050px) {
  .wrap { width: calc(100% - 4rem); }
  .hero { column-gap: 2rem; }
  .hero-visual { min-height: 470px; }
  .hero .eyebrow { max-width: 21rem; }
  .service-row { grid-template-columns: 2rem 1fr 1.1fr; gap: 1.2rem; }
  .section-heading, .contact-inner { column-gap: 3rem; }
  .process-list { column-gap: 2rem; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 2.5rem); }
  .site-header { min-height: 94px; gap: 1rem; flex-wrap: wrap; padding-block: 1rem; }
  .brand { gap: .7rem; }
  .brand-initials { font-size: 2.35rem; }
  .brand-name { padding-left: .7rem; font-size: .8125rem; }
  nav { gap: 1rem; font-size: .875rem; }
  nav > a:first-child { display: none; }
  .nav-contact span { margin-left: .2rem; }
  .hero { grid-template-columns: 1fr; padding-top: 2.5rem; }
  .hero-copy { padding-block: 0 2.5rem; }
  .hero .eyebrow { max-width: none; font-size: .75rem; margin-bottom: 1.3rem; }
  h1 { font-size: clamp(3.2rem, 11.7vw, 5.25rem); }
  .hero-intro { max-width: 34rem; font-size: 1rem; }
  .hero-visual { min-height: 340px; }
  .visual-caption { font-size: 1.8rem; }
  .hero-foot { font-size: .75rem; gap: 1rem; align-items: baseline; }
  .hero-foot > span { max-width: 13rem; }
  .hero-foot a { text-align: right; }
  .services { padding-block: 3.5rem; }
  .section-heading { grid-template-columns: 1fr; gap: 1.25rem; margin-bottom: 2rem; }
  .section-heading .eyebrow { margin-bottom: 0; }
  .section-heading > p:last-child { max-width: 34rem; font-size: 1rem; }
  h2 { font-size: 2.45rem; }
  .service-row { grid-template-columns: 1.75rem 1fr; gap: .75rem; padding-block: 1.5rem; }
  .service-row h3 { font-size: 1.4rem; }
  .service-row p { grid-column: 2; }
  .process { padding-block: 3.5rem; }
  .process-intro { display: block; margin-bottom: 2rem; }
  .process .eyebrow { margin-bottom: 1.25rem; }
  .process-list { grid-template-columns: 1fr; gap: 1.75rem; }
  .process-list li { display: grid; grid-template-columns: 1.75rem 1fr; column-gap: .75rem; }
  .process-list li::before { grid-row: 1/3; margin: 0; padding-top: .15rem; }
  .process-list p { max-width: 32rem; }
  .contact { padding-block: 3.5rem; }
  .contact-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact h2 { font-size: clamp(2rem, 15vw, 3.6rem); }
  .contact-phone { font-size: clamp(1.25rem, 9vw, 2.2rem); flex-wrap: wrap; }
  .site-footer { flex-wrap: wrap; align-items: flex-start; gap: 1.25rem; }
  .footer-name { width: 100%; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 2rem); }
  .brand-name { display: none; }
  .hero-foot { flex-wrap: wrap; }
  .hero-foot > span { max-width: none; }
  .contact h2 { font-size: 3rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
