:root {
  --ink: #1d1d20;
  --bronze: #ad7a52;
  --bronze-dark: #8d5e3d;
  --paper: #f4f1eb;
  --warm-white: #fbfaf7;
  --line: #d9d3ca;
  --muted: #68645f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--warm-white); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
.section-pad { padding: 120px clamp(24px, 6vw, 96px); }
.eyebrow { margin: 0 0 24px; color: var(--bronze-dark); font-size: 11px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.light { color: #e0ba99; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
h2 { margin-bottom: 0; font-size: clamp(44px, 6vw, 78px); line-height: .98; }
.site-header { height: 88px; padding: 0 clamp(22px, 4vw, 64px); display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 32px; background: var(--warm-white); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.brand { width: 168px; height: 72px; overflow: hidden; display: flex; align-items: center; background: transparent; }
.brand img { width: 100%; transform: scale(1.15); background: transparent; }
.nav { display: flex; justify-content: center; gap: clamp(22px, 3vw, 48px); font-size: 13px; }
.nav a:hover { color: var(--bronze-dark); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 16px 20px; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; transition: .25s ease; }
.header-cta { border-left: 1px solid var(--line); padding-left: 28px; }
.header-cta span, .button span, .text-link span, .service-card a span { font-size: 18px; }
.button.bronze { background: var(--bronze); color: #fff; }
.button.ink { background: var(--ink); color: #fff; }
.button:hover { transform: translateY(-2px); filter: brightness(.92); }
.button.full { width: 100%; }
.menu-button { display: none; background: none; border: 0; }
.hero { min-height: calc(100svh - 88px); position: relative; display: flex; align-items: flex-end; overflow: hidden; color: #fff; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(15,15,17,.83) 0%, rgba(15,15,17,.36) 48%, rgba(15,15,17,.08) 78%), linear-gradient(0deg, rgba(15,15,17,.64) 0%, transparent 38%); }
.hero-copy { position: relative; z-index: 2; width: min(890px, 90%); padding: 0 clamp(24px, 6vw, 96px) 148px; }
.hero h1 { font-size: clamp(62px, 8.2vw, 128px); line-height: .85; margin-bottom: 32px; }
.hero-intro { max-width: 600px; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.55; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 36px; }
.text-link { display: inline-flex; gap: 18px; align-items: center; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.text-link.light { color: #fff; }
.hero-proof { position: absolute; z-index: 3; right: 0; bottom: 0; display: flex; }
.hero-proof span { padding: 22px 30px; background: rgba(21,21,23,.86); border-left: 1px solid rgba(255,255,255,.18); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.intro { display: grid; grid-template-columns: 1.35fr .65fr; gap: 9vw; align-items: end; background: var(--paper); }
.intro-copy { max-width: 540px; }
.intro-copy p, .section-heading > p, .calculator-copy > p, .areas-copy > p, .contact-copy > p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.intro-copy .text-link { margin-top: 20px; }
.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 clamp(24px, 6vw, 96px); background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip > div { padding: 34px 4vw; display: flex; align-items: center; gap: 22px; border-right: 1px solid var(--line); }
.proof-strip > div:first-child { padding-left: 0; }
.proof-strip > div:last-child { border-right: 0; }
.proof-strip strong { font: italic 30px Georgia, serif; color: var(--bronze); }
.proof-strip span { font-size: 12px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }
.section-heading { display: grid; grid-template-columns: 1.5fr .5fr; gap: 8vw; align-items: end; margin-bottom: 70px; }
.section-heading > p { margin-bottom: 0; }
.services { background: var(--warm-white); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 70px 24px; }
.service-card { border-top: 1px solid var(--ink); padding-top: 14px; }
.service-art { height: min(37vw, 520px); position: relative; overflow: hidden; margin-bottom: 28px; background: #d6c2ac; }
.service-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.service-card:hover .service-art img { transform: scale(1.025); }
.service-number { position: absolute; top: 16px; right: 16px; width: 50px; height: 50px; display: grid; place-items: center; background: rgba(251,250,247,.92); font: italic 20px Georgia, serif; }
.card-label { margin-bottom: 9px; color: var(--bronze-dark); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.service-card h3 { margin-bottom: 14px; font: 400 clamp(32px, 4vw, 52px) Georgia, serif; letter-spacing: -.035em; }
.service-card > p:not(.card-label) { max-width: 600px; color: var(--muted); line-height: 1.65; }
.service-card > a { display: inline-flex; align-items: center; gap: 18px; margin-top: 12px; padding-bottom: 6px; border-bottom: 1px solid; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.paint-art { width: 100%; height: 100%; display: grid; grid-template-columns: 1fr 1fr 1fr; }
.paint-art span:nth-child(1) { background: #ad7a52; }
.paint-art span:nth-child(2) { background: #e2d8ca; }
.paint-art span:nth-child(3) { background: #323231; }
.more-services { margin-top: 70px; padding: 28px 0; display: flex; justify-content: space-between; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.more-services span { color: var(--bronze-dark); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; }
.more-services p { margin: 0; font-family: Georgia, serif; font-size: 20px; }
.calculator-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; background: var(--ink); color: #fff; }
.calculator-copy { align-self: center; }
.calculator-copy h2 { margin-bottom: 34px; }
.calculator-copy > p { color: #aaa7a2; max-width: 540px; }
.calculator-note { margin-top: 48px; display: flex; gap: 18px; max-width: 520px; color: #aaa7a2; font-size: 12px; line-height: 1.5; }
.calculator-note span { flex: none; width: 28px; height: 28px; border: 1px solid #706e6a; border-radius: 50%; display: grid; place-items: center; font-family: Georgia, serif; font-style: italic; }
.calculator { padding: clamp(28px, 5vw, 64px); background: var(--paper); color: var(--ink); }
.field { margin: 0 0 34px; padding: 0; border: 0; }
.field label, .field legend, .lead-form label { display: block; margin-bottom: 12px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
select, input:not([type="range"]):not([type="radio"]), textarea { width: 100%; padding: 15px 2px; border: 0; border-bottom: 1px solid #aaa39a; border-radius: 0; background: transparent; color: var(--ink); outline: none; }
select:focus, input:focus, textarea:focus { border-color: var(--bronze-dark); }
.label-row { display: flex; justify-content: space-between; align-items: center; }
.label-row output { font: 24px Georgia, serif; }
input[type="range"] { width: 100%; accent-color: var(--bronze); }
.range-labels { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; }
.finish-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.finish { margin: 0 !important; padding: 18px 14px; border: 1px solid var(--line); cursor: pointer; }
.finish.active { color: #fff; background: var(--bronze); border-color: var(--bronze); }
.finish input { position: absolute; opacity: 0; pointer-events: none; }
.finish strong, .finish span { display: block; }
.finish strong { font: 18px Georgia, serif; text-transform: none; letter-spacing: 0; }
.finish span { margin-top: 5px; font-size: 9px; font-weight: 400; letter-spacing: .04em; text-transform: none; }
.estimate { margin: 34px 0; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.estimate p { margin-bottom: 8px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.estimate strong { display: block; font: 400 clamp(30px, 4vw, 50px) Georgia, serif; letter-spacing: -.04em; }
.estimate strong span { color: var(--bronze); }
.estimate small { display: block; margin-top: 7px; color: var(--muted); }
.process { background: var(--paper); }
.process ol { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process li { display: grid; grid-template-columns: 90px 1fr; padding: 30px 0; border-bottom: 1px solid var(--line); }
.process li > span { font: italic 26px Georgia, serif; color: var(--bronze); }
.process li div { display: grid; grid-template-columns: .45fr 1fr; gap: 8vw; }
.process h3 { margin: 0; font: 400 32px Georgia, serif; }
.process li p { max-width: 560px; margin: 0; color: var(--muted); line-height: 1.6; }
.areas { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 720px; background: var(--bronze-dark); color: #fff; }
.areas-image img { width: 100%; height: 100%; object-fit: cover; }
.areas-copy { padding: clamp(56px, 8vw, 120px); align-self: center; }
.areas-copy h2 { margin-bottom: 34px; }
.areas-copy > p { color: #e0cfbf; }
.area-list { display: grid; grid-template-columns: 1fr 1fr; margin: 42px 0; border-top: 1px solid rgba(255,255,255,.35); }
.area-list span { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-family: Georgia, serif; font-size: 18px; }
.areas-copy .small { font-size: 12px; }
.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; background: var(--warm-white); }
.contact-copy { align-self: start; position: sticky; top: 40px; }
.contact-copy h2 { margin-bottom: 32px; }
.contact-details { margin-top: 48px; display: grid; gap: 20px; }
.contact-details div { padding-top: 16px; border-top: 1px solid var(--line); }
.contact-details span, .contact-details strong { display: block; }
.contact-details span { margin-bottom: 6px; color: var(--bronze-dark); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.contact-details strong { font: 18px Georgia, serif; }
.lead-form { padding: clamp(28px, 5vw, 60px); background: var(--paper); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.lead-form label { margin-bottom: 26px; }
.lead-form .button { border: 0; cursor: pointer; }
.privacy { margin: 14px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.form-status { min-height: 20px; margin: 10px 0 0; color: var(--bronze-dark); font-size: 13px; text-align: center; }
.honeypot { position: absolute; left: -9999px; }
footer { padding: 76px clamp(24px, 6vw, 96px) 30px; display: grid; grid-template-columns: 1.4fr .6fr .6fr 1fr; gap: 50px; background: var(--ink); color: #fff; }
.footer-brand img { width: 190px; background: transparent; }
.footer-brand p { margin-top: 22px; color: #aaa7a2; font: 24px/1.3 Georgia, serif; }
footer h4 { margin: 0 0 20px; color: #d4a47d; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
footer > div > a:not(.button) { display: block; margin-bottom: 12px; color: #c6c3bd; font-size: 13px; }
.footer-cta { align-self: start; }
.footer-cta p { font: 27px Georgia, serif; }
.footer-bottom { grid-column: 1 / -1; margin-top: 30px; padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid #404043; color: #777579; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }

/* Service detail pages */
.service-hero { min-height: 680px; position: relative; display: flex; align-items: flex-end; overflow: hidden; color: #fff; }
.service-hero > img, .service-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.service-hero > img { object-fit: cover; }
.service-hero-shade { background: linear-gradient(90deg, rgba(18,18,20,.86), rgba(18,18,20,.2)); }
.service-hero-copy { position: relative; z-index: 2; max-width: 880px; padding: 120px clamp(24px, 6vw, 96px) 100px; }
.service-hero h1 { margin: 0 0 28px; font-size: clamp(58px, 8vw, 110px); line-height: .9; }
.service-hero-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.88); font-size: 20px; line-height: 1.55; }
.breadcrumbs { position: absolute; z-index: 3; top: 26px; left: clamp(24px, 6vw, 96px); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.breadcrumbs a { color: #e0ba99; }
.detail-intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; background: var(--paper); }
.detail-intro .lead { font: 400 clamp(30px, 4vw, 50px)/1.15 Georgia, serif; }
.prose p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.feature-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.feature-list article { padding: 38px 30px; background: var(--warm-white); }
.feature-list h3 { font: 400 25px Georgia, serif; }
.feature-list p { margin-bottom: 0; color: var(--muted); line-height: 1.6; }
.detail-process { background: var(--ink); color: #fff; }
.detail-process h2 { margin-bottom: 58px; }
.detail-steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #4a494a; }
.detail-steps article { padding: 30px 28px 10px 0; border-right: 1px solid #4a494a; }
.detail-steps article + article { padding-left: 28px; }
.detail-steps span { color: #d4a47d; font: italic 24px Georgia, serif; }
.detail-steps h3 { margin-top: 28px; font: 400 27px Georgia, serif; }
.detail-steps p { color: #aaa7a2; line-height: 1.6; }
.faq { background: var(--paper); }
.faq h2 { margin-bottom: 50px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 24px 0; cursor: pointer; font: 23px Georgia, serif; }
.faq details p { max-width: 800px; color: var(--muted); line-height: 1.7; }
.service-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; background: var(--bronze-dark); color: #fff; }
.service-cta h2 { margin-bottom: 18px; }
.service-cta p { margin-bottom: 0; color: #ead8c8; }
.related { background: var(--warm-white); }
.related h2 { margin-bottom: 45px; }
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.related-grid a { padding: 28px 20px; border: 1px solid var(--line); font: 22px Georgia, serif; }
.related-grid a:hover { background: var(--paper); border-color: var(--bronze); }

@media (max-width: 900px) {
  .section-pad { padding: 82px 24px; }
  .site-header { height: 76px; grid-template-columns: 145px 1fr auto; padding: 0 20px; }
  .brand { width: 140px; height: 62px; }
  .menu-button { display: grid; justify-self: end; gap: 6px; padding: 12px; }
  .menu-button span { width: 24px; height: 1px; background: var(--ink); }
  .nav { position: absolute; top: 76px; left: 0; right: 0; display: none; padding: 24px; flex-direction: column; background: var(--warm-white); border-bottom: 1px solid var(--line); }
  .nav.open { display: flex; }
  .header-cta { display: none; }
  .hero { min-height: 760px; }
  .hero-copy { padding: 0 24px 140px; width: 100%; }
  .hero h1 { font-size: clamp(58px, 16vw, 90px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-proof { left: 0; overflow-x: auto; }
  .hero-proof span { padding: 18px; white-space: nowrap; }
  .intro, .section-heading, .calculator-section, .contact { grid-template-columns: 1fr; }
  .intro, .section-heading { gap: 45px; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip > div { border-bottom: 1px solid var(--line); }
  .service-grid { grid-template-columns: 1fr; }
  .service-art { height: 66vw; min-height: 340px; }
  .more-services { gap: 20px; flex-direction: column; }
  .calculator-section { gap: 50px; }
  .process li div { grid-template-columns: 1fr; gap: 8px; }
  .areas { grid-template-columns: 1fr; }
  .areas-image { height: 480px; }
  .contact-copy { position: static; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-cta { grid-column: 1 / -1; }
  .detail-intro { grid-template-columns: 1fr; }
  .feature-list { grid-template-columns: 1fr; }
  .detail-steps { grid-template-columns: 1fr 1fr; }
  .service-cta { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  h2 { font-size: 45px; }
  .hero { min-height: 700px; }
  .hero h1 { font-size: 59px; }
  .hero-intro { font-size: 16px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip > div { padding: 24px 0; border-right: 0; }
  .service-art { height: 390px; }
  .finish-options, .form-grid { grid-template-columns: 1fr; }
  .finish { display: grid !important; grid-template-columns: 1fr 1fr; }
  .process li { grid-template-columns: 56px 1fr; }
  .areas-image { height: 360px; }
  .area-list { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  footer > div { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .service-hero { min-height: 620px; }
  .detail-steps, .related-grid { grid-template-columns: 1fr; }
}
