:root {
  --ink: #181917;
  --paper: #f2f0e9;
  --white: #fffef9;
  --line: #cbc8bc;
  --orange: #e4522f;
  --sage: #a7b18d;
}

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

.demo-bar {
  padding: 9px 24px;
  background: var(--orange);
  color: white;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-header {
  min-height: 92px;
  padding: 0 4.5vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 13px; width: fit-content; }
.brand-mark {
  width: 43px; height: 43px; display: grid; place-items: center;
  background: var(--ink); color: var(--white); font-weight: 900;
  letter-spacing: -.06em;
}
.brand-copy { display: flex; flex-direction: column; gap: 3px; }
.brand-copy strong { font-size: 14px; text-transform: uppercase; letter-spacing: .06em; }
.brand-copy small { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; color: #696a63; }
nav { display: flex; align-items: center; gap: 32px; }
nav a { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.header-phone { justify-self: end; display: flex; flex-direction: column; text-align: right; font-size: 14px; font-weight: 800; }
.header-phone span { font-size: 9px; font-weight: 500; color: #6d6e67; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 3px; }

.hero { min-height: 720px; display: grid; grid-template-columns: 52% 48%; border-bottom: 1px solid var(--line); }
.hero-copy { padding: 9vw 4.5vw 7vw; display: flex; flex-direction: column; align-items: flex-start; }
.eyebrow, .section-kicker { margin: 0 0 27px; font-size: 11px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow::before, .section-kicker::before { content: ""; display: inline-block; width: 26px; height: 2px; margin: 0 10px 3px 0; background: var(--orange); }
h1 { margin: 0; max-width: 850px; font-size: clamp(58px, 7.2vw, 112px); line-height: .86; letter-spacing: -.075em; text-transform: uppercase; }
h1 em { color: var(--orange); font-family: Georgia, "Times New Roman", serif; font-weight: 400; text-transform: none; }
.hero-lead { max-width: 610px; margin: 45px 0 34px; font-size: 18px; line-height: 1.65; color: #4f504a; }
.hero-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button { min-height: 58px; padding: 0 24px; display: inline-flex; align-items: center; gap: 28px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.button-dark { background: var(--ink); color: white; transition: background .2s, transform .2s; }
.button-dark:hover { background: var(--orange); transform: translateY(-2px); }
.text-link { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid var(--ink); padding: 10px 0; }
.hero-visual {
  min-height: 720px; position: relative;
  background-image: linear-gradient(180deg, rgba(10,10,8,.02), rgba(10,10,8,.2)), url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1500&q=85");
  background-size: cover; background-position: center;
}
.experience-card { position: absolute; left: 0; bottom: 0; width: 240px; padding: 28px; background: var(--sage); display: flex; flex-direction: column; }
.experience-card strong { font-family: Georgia, serif; font-size: 31px; font-weight: 400; }
.experience-card span { margin-top: 5px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.hero-caption { position: absolute; right: 22px; top: 22px; display: flex; gap: 7px; flex-wrap: wrap; justify-content: flex-end; }
.hero-caption span { background: rgba(255,255,255,.9); padding: 9px 11px; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.section-pad { padding: 105px 4.5vw; }
.intro { display: grid; grid-template-columns: 1fr 2.1fr 1fr; gap: 5vw; align-items: start; border-bottom: 1px solid var(--line); }
.intro h2, .section-heading h2, .guarantee h2, .contact h2 { margin: 0; font-size: clamp(42px, 5vw, 78px); line-height: .98; letter-spacing: -.055em; }
.intro > div > p { max-width: 760px; font-size: 18px; line-height: 1.72; color: #4f504a; }
.trust-list { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.trust-list span { padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.services { background: var(--white); }
.section-heading { display: grid; grid-template-columns: 1fr 2.1fr 1fr; gap: 5vw; align-items: start; margin-bottom: 70px; }
.section-heading h2 { grid-column: 2 / 4; max-width: 930px; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 260px; padding: 34px; display: grid; grid-template-columns: 50px 1fr auto; gap: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s; }
.service-card:hover { background: var(--paper); }
.service-number { font-size: 11px; font-weight: 800; color: var(--orange); }
.service-card h3 { margin: 30px 0 16px; font-size: 28px; letter-spacing: -.035em; }
.service-card p { max-width: 440px; margin: 0; color: #62635c; line-height: 1.65; }
.service-arrow { font-size: 24px; }

.projects { background: var(--ink); color: white; }
.projects .section-kicker::before, .light::before { background: var(--sage); }
.projects-heading { grid-template-columns: 2.5fr 1fr; align-items: end; }
.projects-heading > div { grid-column: 1; }
.projects-heading h2 { grid-column: auto; }
.photo-note { color: #aeadA5; font-size: 12px; line-height: 1.6; }
.project-grid { display: grid; grid-template-columns: 1.6fr 1fr; grid-template-rows: 320px 320px; gap: 14px; }
.project { position: relative; background-size: cover; background-position: center; overflow: hidden; }
.project::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.7)); }
.project-one { grid-row: 1 / 3; background-image: url("https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=1500&q=85"); }
.project-two { background-image: url("https://images.unsplash.com/photo-1638799869566-b17fa794c4de?auto=format&fit=crop&w=1100&q=85"); }
.project-three { background-image: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1100&q=85"); }
.project-label { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.project-label strong { font-size: 24px; }
.project-label span { font-size: 9px; text-transform: uppercase; letter-spacing: .12em; color: #d7d5cc; }

.process { background: var(--paper); }
.process-heading h2 { max-width: 800px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.step { min-height: 260px; padding: 28px 28px 28px 0; border-right: 1px solid var(--line); }
.step + .step { padding-left: 28px; }
.step:last-child { border-right: 0; }
.step > span { display: inline-grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--ink); border-radius: 50%; font-size: 10px; }
.step h3 { margin: 58px 0 12px; font-size: 25px; }
.step p { max-width: 250px; margin: 0; color: #62635c; line-height: 1.6; font-size: 14px; }

.guarantee { display: grid; grid-template-columns: .7fr 2fr 1fr; gap: 5vw; align-items: start; background: var(--orange); color: white; }
.guarantee-number { font-family: Georgia, serif; font-size: 100px; line-height: .8; color: rgba(255,255,255,.35); }
.guarantee h2 { font-size: clamp(42px, 4.4vw, 70px); }
.guarantee > p { margin: 42px 0 0; color: rgba(255,255,255,.78); line-height: 1.7; }

.contact { background: var(--white); }
.contact h2 { max-width: 900px; font-size: clamp(52px, 7vw, 105px); }
.contact-lead { max-width: 600px; margin: 30px 0 70px; color: #5e5f58; font-size: 17px; line-height: 1.6; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.5fr 1fr; border-top: 1px solid var(--line); }
.contact-grid > * { min-height: 140px; padding: 28px 28px 28px 0; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.contact-grid > * + * { padding-left: 28px; }
.contact-grid > *:last-child { border-right: 0; }
.contact-grid span { font-size: 10px; text-transform: uppercase; letter-spacing: .15em; color: #77786f; }
.contact-grid strong { font-size: clamp(14px, 1.6vw, 23px); overflow-wrap: anywhere; }
.contact-grid a:hover strong { color: var(--orange); }

footer { min-height: 120px; padding: 30px 4.5vw; display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; background: var(--ink); color: white; }
.brand-footer .brand-mark { background: var(--orange); }
.brand-footer .brand-copy small { color: #aaa9a1; }
footer p { max-width: 520px; margin: 0; color: #9d9d95; font-size: 10px; text-align: center; line-height: 1.5; }
footer > a:last-child { justify-self: end; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 650px; }
  .hero-visual { min-height: 560px; }
  .intro, .section-heading { grid-template-columns: 1fr 2fr; }
  .intro .trust-list { grid-column: 2; }
  .section-heading h2 { grid-column: 2; }
  .guarantee { grid-template-columns: .5fr 2fr; }
  .guarantee > p { grid-column: 2; margin-top: 0; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(2) { border-right: 0; }
  .step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 680px) {
  .demo-bar { padding: 8px 14px; font-size: 8px; line-height: 1.4; }
  .site-header { min-height: 78px; padding: 0 20px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 12px; }
  .brand-copy small { font-size: 8px; }
  .header-phone span { display: none; }
  .header-phone { font-size: 11px; }
  .hero-copy { min-height: 600px; padding: 82px 20px 60px; }
  h1 { font-size: clamp(52px, 17vw, 78px); }
  .hero-lead { margin-top: 34px; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero-visual { min-height: 480px; }
  .experience-card { width: 200px; padding: 22px; }
  .section-pad { padding: 75px 20px; }
  .intro, .section-heading, .projects-heading, .guarantee { display: block; }
  .intro h2, .section-heading h2, .guarantee h2, .contact h2 { font-size: 43px; }
  .intro > div > p { font-size: 16px; }
  .trust-list { margin-top: 40px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 230px; padding: 27px 22px; grid-template-columns: 38px 1fr auto; }
  .project-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 420px); }
  .project-one { grid-row: auto; }
  .photo-note { margin: 25px 0 0; }
  .steps { grid-template-columns: 1fr; }
  .step, .step + .step { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .step h3 { margin-top: 35px; }
  .guarantee-number { margin-bottom: 40px; }
  .guarantee > p { margin-top: 30px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid > *, .contact-grid > * + * { min-height: 115px; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  footer { grid-template-columns: 1fr auto; padding: 35px 20px; }
  footer p { grid-column: 1 / 3; grid-row: 2; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
