:root {
  --cream: #fff2d2;
  --cream-soft: #fffaf0;
  --sage: #a7c8ad;
  --sage-deep: #607b69;
  --burgundy: #92585a;
  --burgundy-dark: #60373b;
  --mustard: #dca226;
  --charcoal: #3f4142;
  --ink: #232627;
  --white: #fffefa;
  --border: rgba(63, 65, 66, .18);
  --shadow: 0 24px 60px rgba(57, 37, 34, .14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream-soft); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 1000; background: var(--ink); color: #fff; padding: 12px 18px; }
.skip-link:focus { top: 20px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 242, 210, .94); border-bottom: 1px solid rgba(146, 88, 90, .25); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 58px; height: 66px; object-fit: contain; }
.brand span { display: grid; line-height: 1.05; }
.brand strong { font-family: var(--serif); color: var(--burgundy); font-size: 1.2rem; }
.brand small { margin-top: 6px; color: var(--charcoal); font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { text-decoration: none; font-weight: 700; font-size: .94rem; }
nav a:not(.nav-call):hover { color: var(--burgundy); }
.nav-call { padding: 11px 18px; color: var(--cream-soft); background: var(--burgundy); border-radius: 999px; }
.menu-button { display: none; border: 1px solid var(--burgundy); background: transparent; color: var(--burgundy); border-radius: 999px; padding: 8px 14px; font-weight: 800; }

.hero { background: linear-gradient(135deg, var(--cream) 0 52%, var(--sage) 52%); padding: 72px 0 86px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(42px, 7vw, 92px); }
.eyebrow { margin: 0 0 14px; color: var(--burgundy); font-weight: 900; font-size: .82rem; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-family: var(--serif); color: var(--charcoal); font-size: clamp(3.4rem, 6vw, 6.4rem); line-height: .94; letter-spacing: -.045em; }
h1 em { color: var(--burgundy); font-style: normal; }
.hero-text { max-width: 620px; color: #474848; font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 13px 22px; border: 2px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 900; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(73, 46, 43, .16); }
.button.primary { color: var(--white); background: var(--burgundy); }
.button.secondary { color: var(--burgundy); background: transparent; border-color: var(--burgundy); }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 0; margin: 30px 0 0; list-style: none; font-size: .9rem; font-weight: 800; color: var(--sage-deep); }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--burgundy); }
.hero-photo { position: relative; margin: 0; transform: rotate(1.5deg); filter: drop-shadow(0 30px 45px rgba(48, 36, 31, .24)); }
.hero-photo::before { content: ""; position: absolute; inset: -16px 16px 16px -16px; z-index: -1; background: var(--mustard); border-radius: 46% 54% 48% 52% / 8% 9% 11% 10%; transform: rotate(-3deg); }
.hero-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 54%; border: 8px solid var(--cream-soft); border-radius: 48% 52% 46% 54% / 8% 9% 10% 11%; }
.hero-photo figcaption { position: absolute; right: -8px; bottom: 26px; max-width: 290px; padding: 13px 17px; color: var(--cream-soft); background: var(--burgundy); border-radius: 16px 3px 16px 16px; font-size: .9rem; }

.section { padding: 100px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1.3fr; gap: 20px 70px; align-items: end; margin-bottom: 48px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -12px; }
h2 { font-family: var(--serif); color: var(--charcoal); font-size: clamp(2.5rem, 4vw, 4.5rem); line-height: 1.04; letter-spacing: -.035em; }
.section-heading > p:last-child { color: #626363; font-size: 1.05rem; }
.services { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--border); }
.service-grid article { min-height: 275px; padding: 30px 26px; border-right: 1px solid var(--border); }
.service-grid article:last-child { border-right: 0; }
.service-grid span { color: var(--mustard); font-family: var(--serif); font-size: 1.25rem; font-weight: 700; }
.service-grid h3 { margin: 44px 0 12px; color: var(--burgundy); font-family: var(--serif); font-size: 1.5rem; }
.service-grid p { color: #646565; font-size: .94rem; }

.work { background: var(--charcoal); color: var(--cream-soft); }
.work-grid { display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: clamp(50px, 8vw, 100px); }
.work-image { padding: 16px; border: 1px solid rgba(255,255,255,.2); }
.work-image img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; object-position: center 38%; filter: saturate(.92) contrast(1.03); }
.work-copy .eyebrow { color: var(--mustard); }
.work-copy h2 { color: var(--cream); }
.work-copy p { color: #d9d7cf; }
.text-link { display: inline-block; margin-top: 14px; color: var(--sage); font-weight: 900; text-underline-offset: 5px; }

.gallery { background: var(--white); }
.gallery-heading { margin-bottom: 38px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 12px; }
.gallery-item { position: relative; min-width: 0; padding: 0; overflow: hidden; border: 0; background: var(--charcoal); cursor: zoom-in; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.025); filter: brightness(.78); }
.gallery-item > span:last-child { position: absolute; inset: auto 0 0; padding: 34px 16px 14px; color: #fff; background: linear-gradient(transparent, rgba(23,25,25,.82)); text-align: left; font-weight: 900; opacity: 0; transition: opacity .25s; }
.gallery-item:hover > span:last-child, .gallery-item:focus-visible > span:last-child { opacity: 1; }
.gallery-item.before-after { grid-column: span 2; }
.gallery-item .pair { display: grid; grid-template-columns: 1fr 1fr; width: 100%; height: 100%; }
.gallery-item .pair img:first-child { border-right: 3px solid var(--white); }
.project-gallery { margin-top: 48px; padding-top: 34px; border-top: 1px solid rgba(75,74,76,.22); }
.project-gallery-heading { display: grid; grid-template-columns: minmax(220px,.7fr) 1fr; gap: 10px 34px; align-items: end; margin-bottom: 20px; }
.project-gallery-heading .eyebrow { grid-column: 1 / -1; }
.project-gallery-heading h3 { margin: 0; font-size: clamp(1.65rem,3vw,2.5rem); line-height: 1.05; }
.project-gallery-heading > p:last-child { margin: 0; max-width: 46ch; }
.project-gallery-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: 360px; gap: 12px; }
.reviews { color: var(--cream-soft); background: var(--burgundy-dark); }
.reviews-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 100px); align-items: center; }
.reviews h2 { color: var(--cream); }
.reviews .eyebrow { color: var(--mustard); }
.review-links { display: grid; gap: 14px; }
.review-links a { display: grid; gap: 5px; padding: 24px; color: var(--ink); background: var(--cream); text-decoration: none; border-left: 7px solid var(--sage); transition: transform .2s; }
.review-links a:hover { transform: translateX(5px); }
.review-links strong { color: var(--burgundy); font-family: var(--serif); font-size: 1.4rem; }
.review-links span { color: #565756; }
.lightbox { width: min(1000px, calc(100% - 28px)); max-height: 92vh; padding: 0; border: 0; background: var(--charcoal); color: var(--cream-soft); box-shadow: var(--shadow); }
.lightbox::backdrop { background: rgba(20,20,20,.88); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; }
.lightbox p { margin: 0; padding: 15px 55px 17px 18px; font-weight: 800; }
.lightbox-close { position: absolute; top: 10px; right: 10px; z-index: 2; width: 42px; height: 42px; border: 0; border-radius: 50%; color: #fff; background: rgba(0,0,0,.72); font-size: 2rem; line-height: 1; cursor: pointer; }

.estimate { background: linear-gradient(180deg, var(--cream) 0%, var(--cream-soft) 55%); }
.estimate-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: clamp(40px, 8vw, 100px); }
.estimate-intro { position: sticky; top: 120px; }
.estimate-intro > p:not(.eyebrow) { color: #5a5b5a; font-size: 1.03rem; }
.contact-card { margin-top: 34px; padding: 24px; background: var(--sage); border-left: 7px solid var(--burgundy); }
.contact-card p { margin-bottom: 18px; }
.contact-card p:last-child { margin-bottom: 0; }
.contact-card small { display: block; color: var(--burgundy-dark); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.contact-card a { display: block; overflow-wrap: anywhere; color: var(--ink); font-weight: 900; text-decoration: none; }

form, .request-ready { padding: clamp(24px, 5vw, 46px); background: var(--white); border: 1px solid rgba(146,88,90,.18); box-shadow: var(--shadow); }
.form-section { padding-bottom: 34px; margin-bottom: 34px; border-bottom: 1px solid var(--border); }
.form-section:last-of-type { border-bottom: 0; }
.form-title { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; }
.form-title span { display: grid; place-items: center; width: 36px; height: 36px; color: var(--cream-soft); background: var(--burgundy); border-radius: 50%; font-family: var(--serif); font-weight: 700; }
.form-title h3 { margin: 0; color: var(--charcoal); font-family: var(--serif); font-size: 1.55rem; }
.field-grid { display: grid; gap: 18px; }
.field-grid.two { grid-template-columns: 1fr 1fr; }
.field-grid.address { grid-template-columns: 1.5fr .55fr .75fr; }
label, legend { color: #3f4142; font-size: .9rem; font-weight: 800; }
label { display: grid; gap: 7px; margin-bottom: 18px; }
input, textarea, select { width: 100%; border: 1px solid #c7c2b4; background: #fffdfa; color: var(--ink); border-radius: 5px; padding: 12px 13px; }
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(167, 200, 173, .65); border-color: var(--sage-deep); }
fieldset { padding: 0; margin: 0 0 22px; border: 0; }
legend { margin-bottom: 10px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-grid label { display: flex; align-items: center; gap: 10px; margin: 0; padding: 12px; background: #f7f3e8; border: 1px solid transparent; border-radius: 5px; }
.choice-grid label:has(input:checked) { background: rgba(167, 200, 173, .35); border-color: var(--sage-deep); }
.choice-grid input { width: 18px; height: 18px; margin: 0; accent-color: var(--burgundy); }
.privacy-note { color: #6c6d6d; font-size: .84rem; }
.submit { width: 100%; border: 0; }
.form-error { margin: 14px 0; padding: 12px 14px; color: #751f28; background: #fde9e5; border-left: 4px solid #a72c38; }
.request-ready { grid-column: 2; }
.request-ready h3 { color: var(--burgundy); font-family: var(--serif); font-size: 2rem; }
.ready-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.text-button { border: 0; background: transparent; color: var(--burgundy); font-weight: 900; text-decoration: underline; cursor: pointer; }
#request-preview { max-height: 360px; overflow: auto; white-space: pre-wrap; margin-top: 26px; padding: 20px; color: #383a3a; background: #f5f1e6; border: 1px solid var(--border); font-family: var(--sans); font-size: .82rem; }

footer { padding: 58px 0 24px; color: var(--cream-soft); background: var(--burgundy-dark); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 50px; }
.footer-grid a, .footer-grid span { display: block; color: #ecdcbf; overflow-wrap: anywhere; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 72px; }
.footer-brand p { margin: 0; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); color: #d2c4ac; font-size: .84rem; }

@media (max-width: 900px) {
  .menu-button { display: inline-flex; }
  nav { display: none; position: absolute; top: 76px; right: 20px; width: min(320px, calc(100vw - 40px)); padding: 22px; background: var(--cream); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  nav.open { display: flex; }
  .nav-call { text-align: center; }
  .hero { background: linear-gradient(180deg, var(--cream) 0 55%, var(--sage) 55%); padding-top: 48px; }
  .hero-grid, .work-grid, .estimate-grid, .reviews-grid { grid-template-columns: 1fr; }
  .hero-photo { max-width: 660px; margin-inline: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 10px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-grid article:nth-child(2) { border-right: 0; }
  .service-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .estimate-intro { position: static; }
  .request-ready { grid-column: 1; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 230px; }
}

@media (max-width: 580px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 48px; height: 54px; }
  .brand strong { font-size: 1rem; }
  .brand small { font-size: .65rem; }
  h1 { font-size: clamp(3.2rem, 16vw, 4.8rem); }
  .section { padding: 72px 0; }
  .hero-photo figcaption { right: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--border); }
  .field-grid.two, .field-grid.address, .choice-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { gap: 20px; }
  .ready-actions { flex-direction: column; }
  .gallery-grid { grid-auto-rows: 190px; gap: 8px; }
  .gallery-item, .gallery-item.wide, .gallery-item.before-after { grid-column: span 2; }
  .gallery-item.tall { grid-row: span 2; }
  .gallery-item > span:last-child { opacity: 1; }
  .project-gallery { margin-top: 34px; padding-top: 26px; }
  .project-gallery-heading { grid-template-columns: 1fr; }
  .project-gallery-heading .eyebrow { grid-column: auto; }
  .project-gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 280px; gap: 8px; }
}

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