:root {
  --ink: #111111;
  --charcoal: #1b1b1b;
  --gold: #e6a915;
  --gold-dark: #b98000;
  --cream: #f7f5ef;
  --paper: #ffffff;
  --muted: #626262;
  --line: #dedbd2;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Arial, sans-serif; font-size: 17px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: auto; }
.top { background: var(--gold); color: #111; padding: 7px 0; font-weight: 850; font-size: .86rem; letter-spacing: .025em; }
.top-inner { min-height: 32px; display: flex; align-items: center; justify-content: center; gap: 24px; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(17,17,17,.97); border-bottom: 1px solid #333; }
.nav { min-height: 88px; display: flex; align-items: center; gap: 24px; }
.brand img { width: 220px; height: 74px; object-fit: contain; }
.links { margin-left: auto; display: flex; align-items: center; gap: 24px; color: white; font-size: .91rem; font-weight: 750; }
.links a:hover { color: var(--gold); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 11px 23px; border-radius: 5px; background: var(--gold); color: #111; font-weight: 850; border: 2px solid var(--gold); transition: .2s; }
.button:hover { background: #f4bd31; border-color: #f4bd31; transform: translateY(-1px); }
.button.outline { background: transparent; color: white; border-color: rgba(255,255,255,.8); }
.button.secondary { background: white; color: var(--ink); border-color: #bbb; }
.button.secondary:hover { border-color: var(--gold); background: #fffaf0; }
.home-hero { background: var(--cream); border-bottom: 1px solid var(--line); }
.home-hero-grid { min-height: 610px; display: grid; grid-template-columns: .93fr 1.07fr; align-items: stretch; }
.home-hero-copy { padding: 78px 60px 72px 0; display: flex; flex-direction: column; justify-content: center; }
.home-hero h1 { font-family: Georgia, serif; font-size: clamp(3rem, 5.4vw, 5rem); line-height: .98; letter-spacing: -.045em; margin: 15px 0 22px; max-width: 650px; }
.home-hero p { font-size: 1.16rem; color: #454545; max-width: 600px; margin: 0; }
.home-hero-photo { position: relative; min-height: 610px; overflow: hidden; }
.home-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 52%; }
.photo-badge { position: absolute; left: 22px; bottom: 22px; background: rgba(17,17,17,.92); color: white; padding: 14px 18px; border-left: 4px solid var(--gold); }
.photo-badge strong, .photo-badge span { display: block; }
.photo-badge span { color: #d6d6d6; font-size: .82rem; letter-spacing: .05em; text-transform: uppercase; }
.eyebrow { color: var(--gold-dark); font-weight: 900; text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 32px; color: #333; font-size: .88rem; font-weight: 700; }
.trust span:before { content: '✓'; color: var(--gold-dark); font-weight: 900; margin-right: 7px; }
.hero-social { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.hero-social > span { margin-right: 3px; color: #555; font-size: .9rem; font-weight: 800; }
.hero-social a { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 7px 14px; border-radius: 7px; color: white; font-weight: 850; line-height: 1; box-shadow: 0 5px 16px rgba(0,0,0,.14); transition: transform .2s, filter .2s; }
.hero-social a:hover { transform: translateY(-2px); filter: brightness(1.08); }
.hero-social a:focus-visible { outline: 3px solid #111; outline-offset: 3px; }
.hero-social .facebook { background: #1877f2; }
.hero-social .instagram { background: linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045); }
.hero-social svg { width: 25px; height: 25px; fill: currentColor; flex: 0 0 auto; }
.section { padding: 88px 0; }
.section.light { background: var(--cream); color: var(--ink); }
.section.soft { background: var(--charcoal); color: white; }
.section-title { max-width: 780px; margin-bottom: 38px; }
.section-title h2, .split h2 { font-family: Georgia, serif; font-size: clamp(2.15rem, 4vw, 3.35rem); line-height: 1.08; letter-spacing: -.025em; margin: 9px 0 15px; }
.section-title p, .split p { color: var(--muted); }
.soft .section-title p { color: #ccc; }
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { background: white; color: var(--ink); border: 1px solid var(--line); border-radius: 5px; overflow: hidden; box-shadow: 0 8px 28px rgba(0,0,0,.055); }
.card img { width: 100%; height: 210px; object-fit: cover; }
.card-body { padding: 22px; }
.card h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 1.38rem; line-height: 1.15; }
.card p { margin: 0 0 16px; color: var(--muted); font-size: .94rem; }
.text-link { color: #9b6c00; font-weight: 850; }
.split { display: grid; grid-template-columns: 1.02fr .98fr; gap: 58px; align-items: center; }
.split > img { width: 100%; height: 500px; object-fit: cover; border-radius: 5px; }
.experience-section { background: white; }
.experience-mark { display: flex; gap: 16px; align-items: center; margin-top: 27px; padding-top: 25px; border-top: 1px solid var(--line); }
.experience-mark strong { font-family: Georgia, serif; color: var(--gold-dark); font-size: 2.6rem; line-height: 1; }
.experience-mark span { font-weight: 800; color: #333; }
.kicker { display: inline-block; border-left: 4px solid var(--gold); padding-left: 13px; font-weight: 900; }
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 12px; }
.gallery figure { margin: 0; grid-column: span 4; position: relative; overflow: hidden; border-radius: 4px; }
.gallery figure.wide { grid-column: span 8; }
.gallery img { width: 100%; height: 340px; object-fit: cover; transition: .35s; }
.gallery figure:hover img { transform: scale(1.02); }
.gallery figcaption { position: absolute; inset: auto 0 0; padding: 34px 17px 14px; background: linear-gradient(transparent,rgba(0,0,0,.88)); color: white; font-weight: 800; }
.areas { display: flex; flex-wrap: wrap; gap: 10px; }
.area { padding: 10px 15px; border: 1px solid #bfbbae; background: white; border-radius: 4px; font-weight: 700; }
.area:hover { border-color: var(--gold-dark); color: #805900; }
.estimate-card { background: white; color: var(--ink); border: 1px solid var(--line); border-top: 5px solid var(--gold); padding: 38px; border-radius: 5px; box-shadow: 0 14px 38px rgba(0,0,0,.08); }
.estimate-card h2 { margin-top: 17px; font-size: 2.55rem; }
.estimate-card p { color: #555; }
.cta { background: var(--gold); color: #111; padding: 50px 0; }
.cta-inner { display: flex; gap: 30px; align-items: center; justify-content: space-between; }
.cta h2 { font-family: Georgia, serif; font-size: clamp(2rem,4vw,3rem); line-height: 1.1; margin: 0; }
.cta .button { background: #111; color: white; border-color: #111; }
.page-hero { padding: 92px 0 70px; background: linear-gradient(110deg,#111,#2b2110); color: white; border-bottom: 1px solid #40351f; }
.page-hero h1 { font-family: Georgia, serif; font-size: clamp(2.7rem,5vw,4.65rem); max-width: 900px; line-height: 1.03; letter-spacing: -.04em; margin: 14px 0 18px; }
.page-hero p { font-size: 1.14rem; max-width: 760px; color: #e1e1e1; }
.content { max-width: 840px; }
.content h2 { font-family: Georgia,serif; font-size: 2rem; margin-top: 42px; line-height: 1.15; }
.prose-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 58px; align-items: start; }
.prose-grid h2 { font-family: Georgia,serif; font-size: clamp(2rem,3.6vw,3rem); line-height: 1.1; margin: 9px 0 18px; }
.prose-grid p { color: var(--muted); }
.checklist { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px 24px; padding: 0; list-style: none; }
.checklist li { border-bottom: 1px solid #cfcac0; padding: 10px 0; }
.checklist li:before { content: '✓'; color: var(--gold-dark); font-weight: 900; margin-right: 10px; }
.checklist.one-column { grid-template-columns: 1fr; }
.content > p { color: var(--muted); }
.content > ul + p { margin-top: 28px; }
.prose-grid > div > h2, .content > h2 { font-family: Georgia,serif; font-size: clamp(2rem,3.6vw,3rem); line-height: 1.1; margin: 9px 0 18px; }
.prose-grid > div > h3, .content > h3 { font-family: Georgia,serif; font-size: 1.5rem; margin: 30px 0 10px; }
.soft .prose-grid p, .soft .split p { color: #d2d2d2; }
.soft .process div { background: #262626; color: white; border: 1px solid #3a3a3a; border-top: 4px solid var(--gold); }
.soft .process p { color: #d2d2d2; }
.editorial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.editorial-grid article { padding: 24px; border: 1px solid var(--line); border-top: 4px solid var(--gold); background: white; }
.editorial-grid h3 { font-family: Georgia,serif; font-size: 1.35rem; line-height: 1.2; margin: 0 0 10px; }
.editorial-grid p { color: var(--muted); margin: 0; }
.follow-up { margin-top: 38px; }
.process { counter-reset: steps; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.process div { background: var(--cream); color: var(--ink); padding: 24px; border-top: 4px solid var(--gold); }
.process div:before { counter-increment: steps; content: '0' counter(steps); display: block; color: var(--gold-dark); font-weight: 900; font-size: 1.3rem; }
.process.compact { grid-template-columns: 1fr; }
.process.compact div { padding: 20px 24px; }
.process.compact h3 { margin: 4px 0; }
.process.compact p { margin: 0; }
.faq details { border-bottom: 1px solid #ccc; padding: 17px 0; }
.faq summary { cursor: pointer; font-weight: 800; }
.faq details p { color: var(--muted); max-width: 760px; }
.contact-section { background: #f1efe8 !important; }
.contact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.contact-box { background: white; color: var(--ink); border: 1px solid #d6d2c8; border-top: 5px solid var(--gold); border-radius: 5px; padding: 34px; box-shadow: 0 10px 30px rgba(0,0,0,.055); }
.contact-box strong { color: #8b6200; font-size: .82rem; letter-spacing: .1em; }
.contact-box h2 { font-family: Georgia, serif; font-size: clamp(1.65rem,3vw,2.3rem); line-height: 1.15; margin: 11px 0; overflow-wrap: anywhere; }
.contact-box h2.email { font-family: Inter,Arial,sans-serif; font-size: clamp(1.15rem,2.2vw,1.65rem); }
.contact-box p { color: #555; margin-bottom: 18px; }
.primary-contact { background: #171717; color: white; border-color: #171717; border-top-color: var(--gold); }
.primary-contact p { color: #ddd; }
footer { padding: 55px 0 90px; background: #111; color: #bbb; border-top: 1px solid #2b2b2b; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 48px; }
.footer-grid h3 { color: white; }
.social-links { display: grid; gap: 10px; }
.social-links a { display: inline-flex; align-items: center; min-height: 42px; padding: 8px 12px; border: 1px solid #494949; border-radius: 4px; color: white; font-weight: 800; }
.social-links a:hover { border-color: var(--gold); color: var(--gold); }
.legal { font-size: .78rem; color: #888; margin-top: 35px; border-top: 1px solid #292929; padding-top: 20px; }
.mobile-call { display: none; }
.menu { display: none; background: none; border: 0; color: white; font-size: 1.5rem; }
.before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.before-after figure { margin: 0; }
.before-after img { height: 430px; width: 100%; object-fit: cover; }
.before-after figcaption { font-weight: 800; color: var(--gold-dark); margin-top: 7px; }
@media (max-width: 980px) {
  .grid { grid-template-columns: repeat(2,1fr); }
  .home-hero-grid { grid-template-columns: 1fr 1fr; }
  .home-hero-copy { padding-right: 35px; }
}
@media (max-width: 850px) {
  .links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #111; padding: 25px; flex-direction: column; align-items: flex-start; }
  .links.open { display: flex; }
  .menu { display: block; margin-left: auto; }
  .nav > .button { display: none; }
  .home-hero-grid { width: 100%; grid-template-columns: 1fr; }
  .home-hero-copy { padding: 65px max(24px,calc((100vw - 720px)/2)); }
  .home-hero-photo { min-height: 440px; }
  .split { grid-template-columns: 1fr; }
  .prose-grid { grid-template-columns: 1fr; }
  .gallery figure,.gallery figure.wide { grid-column: span 6; }
  .process { grid-template-columns: 1fr 1fr; }
  .editorial-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .mobile-call { display: flex; position: fixed; bottom: 14px; left: 14px; right: 14px; z-index: 40; background: var(--gold); color: #111; border-radius: 5px; min-height: 54px; align-items: center; justify-content: center; font-weight: 900; box-shadow: 0 8px 30px rgba(0,0,0,.35); }
}
@media (max-width: 570px) {
  body { font-size: 16px; }
  .wrap { width: min(calc(100% - 28px),var(--max)); }
  .top { font-size: .69rem; }
  .top-inner { width: min(calc(100% - 18px),var(--max)); }
  .top-inner > span { line-height: 1.25; text-align: center; }
  .hero-social { margin-top: 28px; }
  .hero-social > span { width: 100%; }
  .hero-social a { min-height: 46px; padding: 9px 15px; }
  .hero-social svg { width: 27px; height: 27px; }
  .nav { min-height: 74px; }
  .brand img { width: 172px; height: 60px; }
  .home-hero-copy { padding: 52px 20px; }
  .home-hero h1 { font-size: 3rem; }
  .home-hero-photo { min-height: 350px; }
  .section { padding: 62px 0; }
  .grid,.contact-grid,.before-after { grid-template-columns: 1fr; }
  .gallery figure,.gallery figure.wide { grid-column: span 12; }
  .gallery img { height: 310px; }
  .process { grid-template-columns: 1fr; }
  .editorial-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .checklist { grid-template-columns: 1fr; }
  .before-after img { height: 320px; }
  .contact-box,.estimate-card { padding: 27px 22px; }
}
