:root {
  --ivory: #f6f1ea;
  --ink: #262624;
  --charcoal: #585854;
  --copper: #8f5331;
  --steel: #39454c;
  --slate: #303a44;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header { position: sticky; z-index: 20; top: 0; display: flex; align-items: center; height: 92px; padding: 10px clamp(22px, 5vw, 72px); background: rgba(246, 241, 234, .97); border-bottom: 1px solid rgba(38, 38, 36, .12); }
.brand img { width: clamp(220px, 22vw, 300px); height: 72px; object-fit: contain; object-position: left center; }
.site-header nav { display: flex; gap: 36px; margin-left: auto; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-header nav a:hover { color: var(--copper); }
.header-phone { margin-left: 38px; padding: 14px 20px; background: var(--steel); color: #fff; font-weight: 800; letter-spacing: .03em; }

.hero { position: relative; display: flex; align-items: center; min-height: 710px; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: url('/images/hero-finished.jpg') center / cover no-repeat; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25, 30, 32, .94) 0%, rgba(25, 30, 32, .76) 42%, rgba(25, 30, 32, .08) 78%); }
.hero-content { position: relative; z-index: 2; width: min(720px, 90vw); margin-left: clamp(24px, 8vw, 130px); padding: 78px 0; color: #fff; }
.eyebrow { color: #dfb08b; font-size: 13px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.hero h1 { margin: 16px 0 24px; font: 400 clamp(44px, 6vw, 76px)/1.02 Georgia, 'Times New Roman', serif; letter-spacing: -.035em; }
.hero-copy { max-width: 630px; color: #f3ede6; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 14px 25px; border: 2px solid transparent; cursor: pointer; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.primary { background: var(--copper); color: #fff; }
.primary:hover { background: #a6623a; }
.secondary { border-color: #fff; color: #fff; }
.secondary:hover { background: #fff; color: var(--ink); }
.trust-row { display: flex; flex-wrap: wrap; gap: 28px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.trust-row span::before { margin-right: 7px; color: #dfb08b; content: '✓'; }
.hero-support { padding: 30px clamp(24px, 7vw, 110px); background: var(--ivory); text-align: center; }
.hero-support p { max-width: 1000px; margin: 0 auto; color: var(--charcoal); font-size: 19px; font-weight: 700; line-height: 1.6; }
.intro { padding: 24px; background: var(--copper); color: #fff; font-weight: 800; letter-spacing: .22em; text-align: center; text-transform: uppercase; }
.intro b { margin: 0 20px; color: #e8c5a9; }

.section { padding: 110px clamp(24px, 7vw, 110px); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading h2, .about h2, .quote-section h2 { margin: 12px 0 18px; font: 400 clamp(36px, 4.2vw, 58px)/1.08 Georgia, 'Times New Roman', serif; letter-spacing: -.025em; }
.section-heading > p:last-child { color: var(--charcoal); font-size: 18px; line-height: 1.65; }
.copper { color: var(--copper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { padding: 38px; border-top: 5px solid var(--steel); background: #fff; box-shadow: 0 10px 30px rgba(38, 38, 36, .06); }
.service-icon { width: 88px; height: 88px; object-fit: contain; }
.service-card h3 { margin: 22px 0 12px; font-size: 23px; font-weight: 400; }
.service-card p { color: var(--charcoal); line-height: 1.7; }
.service-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.service-list a { padding: 10px 15px; border: 1px solid #c9c1b7; background: rgba(255, 255, 255, .5); font-size: 13px; font-weight: 700; transition: background .2s, color .2s, border-color .2s; }
.service-list a:hover, .service-list a:focus-visible { border-color: var(--steel); background: var(--steel); color: #fff; }

.work-section { padding: 100px clamp(24px, 7vw, 110px); background: var(--slate); }
.light { color: #fff; }
.light .eyebrow { color: #dfb08b; }
.work-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 16px; }
.work-grid figure { position: relative; height: 410px; margin: 0; overflow: hidden; background: #111; }
.work-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.work-grid figure:hover img { transform: scale(1.025); }
.work-grid figcaption { position: absolute; bottom: 0; left: 0; padding: 12px 16px; background: rgba(38, 38, 36, .85); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.about { display: grid; grid-template-columns: minmax(280px, .85fr) 1.15fr; align-items: center; gap: clamp(45px, 7vw, 100px); }
.about-photo { position: relative; }
.about-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.photo-label { position: absolute; right: -22px; bottom: -22px; left: 22px; padding: 18px 22px; background: var(--steel); color: #fff; font-weight: 800; }
.photo-label span { opacity: .8; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.about-copy > p { color: var(--charcoal); font-size: 18px; line-height: 1.7; }
.about-copy > .about-paragraph-break { margin-bottom: 28px; }
.values { margin-top: 28px; border-top: 1px solid #c9c1b7; }
.values div { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid #c9c1b7; }
.values span { color: var(--charcoal); text-align: right; }

.quote-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 120px); padding: 100px clamp(24px, 7vw, 110px); background: var(--ink); color: #fff; }
.quote-copy > p { color: #d9d5cf; font-size: 17px; line-height: 1.7; }
.direct-contact { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; }
.direct-contact a { padding-bottom: 5px; border-bottom: 2px solid var(--copper); font-weight: 800; }
.quote-section form { padding: 38px; background: var(--ivory); color: var(--ink); }
.quote-section label { display: block; margin-bottom: 19px; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.quote-section input, .quote-section select, .quote-section textarea { display: block; width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #bab2a8; border-radius: 0; background: #fff; color: var(--ink); font: inherit; }
.quote-section input:focus, .quote-section select:focus, .quote-section textarea:focus { border-color: var(--copper); outline: 3px solid rgba(143, 83, 49, .25); }
.form-button { width: 100%; border: 0; }
.quote-section small { display: block; margin-top: 12px; color: var(--charcoal); line-height: 1.5; }

footer { display: grid; grid-template-columns: minmax(260px, 360px) 1fr auto; align-items: center; gap: 32px; padding: 55px clamp(24px, 7vw, 110px) 30px; background: #171716; color: #fff; }
footer img { width: 100%; max-width: 360px; background: var(--ivory); }
footer div { display: flex; flex-direction: column; gap: 7px; }
footer span { color: #bbb7b0; font-size: 13px; }
.footer-contact { align-items: flex-end; }
.footer-contact a { color: #dfb08b; font-weight: 800; }
footer > p { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid #393936; color: #8f8e89; font-size: 12px; }

.service-page-header { justify-content: space-between; }
.service-page-header .header-phone { margin-left: auto; }
.service-page-hero { position: relative; padding: clamp(90px, 12vw, 150px) clamp(24px, 8vw, 130px); background: linear-gradient(120deg, rgba(30, 38, 43, .97), rgba(48, 58, 68, .88)), url('/images/hero-finished.jpg') center / cover no-repeat; color: #fff; }
.service-page-hero-inner { max-width: 900px; }
.service-page-hero h1 { margin: 16px 0 24px; font: 400 clamp(42px, 6vw, 76px)/1.03 Georgia, 'Times New Roman', serif; letter-spacing: -.035em; }
.service-page-hero-inner > p:last-of-type { max-width: 850px; color: #f3ede6; font-size: 20px; line-height: 1.75; }
.service-detail-section { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 70px; padding: 90px clamp(24px, 8vw, 130px); }
.service-detail-section h2, .service-page-cta h2 { margin: 12px 0; font: 400 clamp(36px, 4vw, 56px)/1.08 Georgia, 'Times New Roman', serif; }
.service-detail-section ul { display: grid; grid-template-columns: repeat(2, minmax(180px, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.service-detail-section li { padding: 18px 20px; border-left: 4px solid var(--copper); background: #fff; box-shadow: 0 8px 22px rgba(38, 38, 36, .05); font-weight: 700; }
.service-page-cta { display: flex; justify-content: space-between; align-items: center; gap: 45px; padding: 75px clamp(24px, 8vw, 130px); background: var(--slate); color: #fff; }
.service-page-cta-actions { display: flex; flex-flow: wrap; gap: 12px; }
.service-page-cta .secondary { border-color: #fff; }

@media (max-width: 900px) {
  .site-header nav { display: none; }
  .header-phone { margin-left: auto; }
  .hero { min-height: 650px; }
  .hero-content { margin-right: 24px; margin-left: 24px; }
  .service-grid, .work-grid { grid-template-columns: 1fr; }
  .work-grid figure { height: 340px; }
  .about, .quote-section, .service-detail-section { grid-template-columns: 1fr; }
  .about-photo { max-width: 560px; }
  .photo-label { right: 18px; }
  .quote-section { gap: 45px; }
  .service-page-cta { flex-direction: column; align-items: flex-start; }
  footer { grid-template-columns: 1fr auto; }
  footer > img { grid-column: 1 / -1; max-width: 330px; }
  .footer-contact { align-items: flex-end; }
}

@media (max-width: 560px) {
  .site-header { height: 76px; padding: 8px 15px; }
  .brand img { width: 170px; height: 60px; }
  .header-phone { padding: 11px 12px; font-size: 12px; }
  .hero { min-height: 700px; }
  .hero-shade { background: linear-gradient(90deg, rgba(25, 30, 32, .94), rgba(25, 30, 32, .63)); }
  .hero h1 { font-size: 44px; }
  .hero-copy { font-size: 17px; }
  .button { width: 100%; }
  .trust-row { flex-direction: column; gap: 12px; }
  .intro { font-size: 11px; line-height: 2; }
  .intro b { margin: 0 7px; }
  .section, .work-section, .quote-section { padding: 75px 20px; }
  .service-card { padding: 28px; }
  .work-grid figure { height: 300px; }
  .values div { flex-direction: column; gap: 6px; }
  .values span { text-align: left; }
  .quote-section form { padding: 24px; }
  footer { grid-template-columns: 1fr; }
  footer img { width: 100%; max-width: 330px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .work-grid img { transition: none; }
}
