:root {
  --cream: #f6efe4;
  --paper: #fffaf3;
  --forest: #244d3a;
  --forest-dark: #173225;
  --terracotta: #c96f43;
  --ink: #213027;
  --muted: #687268;
  --line: rgba(36,77,58,.18);
  --shadow: 0 20px 45px rgba(48,66,51,.12);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--cream); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; }
.demo-banner { text-align: center; padding: .7rem 1rem; background: var(--forest); color: white; font-weight: 700; font-size: .92rem; }
.demo-banner a { text-decoration: underline; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(246,239,228,.9); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; }
.brand span { display: grid; line-height: 1; }
.brand strong { font-family: Georgia, 'Times New Roman', serif; font-size: 1.18rem; color: var(--forest-dark); }
.brand small { color: var(--terracotta); font-weight: 800; margin-top: .18rem; letter-spacing: .08em; text-transform: uppercase; font-size: .72rem; }
.site-nav { display: flex; align-items: center; gap: 1.1rem; font-weight: 700; }
.site-nav a:hover { color: var(--terracotta); }
.call-link { padding: .72rem 1rem; border-radius: 999px; background: var(--forest); color: white; }
.nav-toggle { display: none; }
.hero { padding: 5rem 0 4rem; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 2.7rem; align-items: center; }
.eyebrow { margin: 0 0 .8rem; color: var(--terracotta); text-transform: uppercase; letter-spacing: .16em; font-weight: 900; font-size: .79rem; }
.eyebrow.dark { color: var(--forest); }
.hero h1, .section-head h2, .story-copy h2, .process-title h2, .estimate-copy h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 700; color: var(--forest-dark); letter-spacing: -.025em; line-height: 1.02; }
.hero h1 { font-size: clamp(3rem, 6vw, 5.4rem); }
.hero-copy > p:not(.eyebrow) { max-width: 58ch; font-size: 1.08rem; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 1.4rem; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 14px; background: var(--forest); color: white; padding: 1rem 1.2rem; font: inherit; font-weight: 800; box-shadow: 0 12px 26px rgba(36,77,58,.18); }
.button:hover { background: var(--forest-dark); }
.text-link { color: var(--forest); font-weight: 800; }
.trust-row { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.2rem; }
.trust-row span { padding: .55rem .72rem; border-radius: 999px; background: #ede2d1; color: var(--forest); font-weight: 750; }
.hero-note { display: block; margin-top: 1rem; color: var(--muted); }
.hero-collage { position: relative; min-height: 560px; }
.hero-collage figure { margin: 0; position: absolute; overflow: hidden; box-shadow: var(--shadow); }
.photo-main { right: 2%; top: 0; width: 74%; height: 500px; border-radius: 46% 54% 40% 60% / 52% 38% 62% 48%; }
.photo-main img, .photo-small img { width: 100%; height: 100%; object-fit: cover; }
.photo-small { width: 32%; height: 190px; border: 10px solid var(--cream); }
.photo-a { left: 0; top: 58px; border-radius: 42% 58% 58% 42% / 46% 38% 62% 54%; }
.photo-b { left: 12%; bottom: 8px; border-radius: 52% 48% 40% 60% / 42% 62% 38% 58%; }
.hero-badge { position: absolute; right: 0; bottom: 22px; padding: 1rem 1.1rem; background: var(--terracotta); color: white; border-radius: 22px 22px 4px 22px; box-shadow: var(--shadow); display: grid; }
.hero-badge strong { font-family: Georgia, serif; font-size: 1.25rem; }
.hero-badge span { font-size: .9rem; }
.service-band { background: var(--forest); color: white; padding: 2rem 0; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
.service-item { padding: 1.15rem 1.25rem; border-right: 1px solid rgba(255,255,255,.18); }
.service-item:last-child { border-right: 0; }
.service-item span { color: #d6a685; font-weight: 900; }
.service-item h2 { font-family: Georgia, serif; margin: .3rem 0; font-size: 1.55rem; }
.service-item p { margin: 0; color: #d7e2da; }
.section { padding: 5rem 0; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 2rem; align-items: center; }
.story-copy h2, .section-head h2, .process-title h2, .estimate-copy h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); }
.story-copy > p:not(.eyebrow), .section-head > p:not(.eyebrow), .estimate-copy > p:not(.eyebrow) { color: var(--muted); }
.story-copy ul { list-style: none; padding: 0; margin: 1.2rem 0 0; display: grid; gap: .75rem; }
.story-copy li { position: relative; padding-left: 1.7rem; font-weight: 700; color: var(--forest-dark); }
.story-copy li::before { content: '•'; position: absolute; left: 0; color: var(--terracotta); font-size: 1.5rem; line-height: 1; }
.story-photo { border-radius: 80px 18px 80px 18px; overflow: hidden; box-shadow: var(--shadow); }
.story-photo img { width: 100%; min-height: 450px; object-fit: cover; }
.work-section { background: var(--paper); }
.section-head { max-width: 760px; margin-bottom: 1.8rem; }
.masonry-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 1rem; align-items: stretch; }
.masonry-grid figure { margin: 0; position: relative; overflow: hidden; border-radius: 28px; min-height: 290px; box-shadow: var(--shadow); }
.masonry-grid figure.tall { grid-row: span 2; min-height: 610px; }
.masonry-grid figure.wide { grid-column: span 2; min-height: 300px; }
.masonry-grid img { width: 100%; height: 100%; object-fit: cover; }
.masonry-grid figcaption { position: absolute; left: 1rem; bottom: 1rem; padding: .6rem .8rem; background: rgba(255,250,243,.9); color: var(--forest-dark); border-radius: 10px; font-weight: 800; }
.process-section { background: #e9dfcf; }
.process-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 2rem; }
.process-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .85rem; }
.process-list li { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; padding: 1rem 1.05rem; background: rgba(255,255,255,.62); border-radius: 18px; }
.process-list span { display: grid; place-items: center; width: 2.35rem; height: 2.35rem; background: var(--terracotta); color: white; border-radius: 50%; font-weight: 900; }
.process-list h3 { margin: 0 0 .25rem; font-family: Georgia, serif; color: var(--forest-dark); }
.process-list p { margin: 0; color: var(--muted); }
.reviews-section { background: var(--forest-dark); color: white; }
.reviews-section .section-head h2 { color: white; }
.reviews-section .eyebrow { color: #e1aa86; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.reviews-grid blockquote { margin: 0; padding: 1.4rem; background: rgba(255,255,255,.08); border-radius: 28px 8px 28px 8px; }
.reviews-grid p { margin: 0 0 1rem; font-family: Georgia, serif; font-size: 1.18rem; line-height: 1.45; }
.reviews-grid footer { color: #cbd8cf; }
.estimate-section { background: var(--paper); }
.estimate-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 2rem; align-items: start; }
.call-card { margin-top: 1.2rem; padding: 1rem 1.1rem; border-left: 5px solid var(--terracotta); background: #f0e4d3; display: grid; }
.call-card a { color: var(--forest); font-size: 1.35rem; font-weight: 900; }
.call-card small { color: var(--muted); }
.estimate-form { padding: 1.4rem; background: white; border-radius: 30px 10px 30px 10px; box-shadow: var(--shadow); }
.estimate-form h3 { margin: 0 0 1rem; font-family: Georgia, serif; color: var(--forest-dark); font-size: 1.6rem; }
.form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .85rem; }
.estimate-form label { display: grid; gap: .35rem; margin-bottom: .9rem; font-weight: 800; color: var(--forest-dark); }
.estimate-form input, .estimate-form textarea, .estimate-form select { width: 100%; padding: .85rem .9rem; border: 1px solid #d9d0c3; border-radius: 12px; background: #fffdf9; font: inherit; }
.form-status { min-height: 1.4em; color: var(--forest); font-weight: 800; }
.site-footer { background: #13261c; color: white; padding: 2rem 0; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 1rem; }
.footer-grid a, .footer-grid span { display: block; color: #c8d4cc; margin-top: .4rem; }
.footer-grid b { display: block; margin-bottom: .3rem; }
.footer-brand strong { color: white; }
.copyright { margin-top: 1.4rem; color: #b7c6bd; font-size: .92rem; }
.mobile-call { display: none; position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 25; justify-content: center; padding: .95rem 1rem; border-radius: 14px; background: var(--terracotta); color: white; font-weight: 900; box-shadow: var(--shadow); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 1000px) {
  .hero-grid, .story-grid, .process-grid, .estimate-grid { grid-template-columns: 1fr; }
  .hero-collage { min-height: 520px; }
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-item:nth-child(2) { border-right: 0; }
  .masonry-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .masonry-grid figure.wide { grid-column: span 1; }
  .reviews-grid { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .nav-toggle { display: inline-flex; padding: .68rem .9rem; border: 1px solid var(--line); border-radius: 999px; background: transparent; font: inherit; font-weight: 800; color: var(--forest); }
  .site-nav { position: absolute; left: 1rem; right: 1rem; top: calc(100% + .6rem); padding: .9rem; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .hero { padding-top: 3.5rem; }
  .hero h1 { font-size: clamp(2.6rem, 11vw, 4rem); }
  .hero-collage { min-height: 430px; }
  .photo-main { width: 82%; height: 380px; }
  .photo-small { width: 38%; height: 150px; }
  .service-grid, .masonry-grid, .form-row { grid-template-columns: 1fr; }
  .service-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .masonry-grid figure.tall, .masonry-grid figure.wide { grid-row: auto; grid-column: auto; min-height: 320px; }
  .mobile-call { display: flex; }
  .section { padding: 4rem 0; }
}
