:root {
  --ink: #202321;
  --ivory: #f5f1e9;
  --walnut: #79543b;
  --sage: #788176;
  --sage-deep: #566056;
  --stone: #d8d1c7;
  --brass: #b08a52;
  --white: #fff;
  --muted: #5e625e;
  --border: rgba(32, 35, 33, .14);
  --shadow: 0 20px 55px rgba(35, 32, 27, .12);
  --radius: 2px;
  --shell: min(1180px, calc(100% - 40px));
  --narrow: min(820px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 3px; }
p { margin: 0 0 1.2rem; }
h1, h2, h3, h4 {
  margin: 0 0 .7em;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.025em;
}
h1 { font-size: clamp(2.6rem, 6vw, 5.6rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.6rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.85rem); }
ul, ol { padding-left: 1.25rem; }
:focus-visible { outline: 3px solid var(--brass); outline-offset: 3px; }
.site-shell { width: var(--shell); margin-inline: auto; }
.site-shell--narrow { width: var(--narrow); }
.screen-reader-text {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 12px; top: 12px; z-index: 9999; padding: 10px 16px;
  background: var(--white); transform: translateY(-180%);
}
.skip-link:focus { transform: none; }
.eyebrow {
  margin: 0 0 16px;
  color: var(--walnut);
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .15em;
  line-height: 1.4;
  text-transform: uppercase;
}
.lede { max-width: 710px; color: #454945; font-size: clamp(1.1rem, 1.7vw, 1.35rem); line-height: 1.55; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 28px; }
.button {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px;
  padding: 12px 21px; border: 1px solid var(--ink); border-radius: var(--radius);
  background: var(--ink); color: var(--white); font-size: .9rem; font-weight: 700;
  line-height: 1.2; text-align: center; text-decoration: none; transition: .2s ease;
}
.button:hover { background: var(--walnut); border-color: var(--walnut); transform: translateY(-1px); }
.button--ghost { background: transparent; color: var(--ink); }
.button--ghost:hover { color: var(--white); }
.button--small { min-height: 42px; padding: 10px 15px; font-size: .8rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--walnut); font-weight: 750; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.icon { width: 22px; height: 22px; flex: 0 0 auto; }

.contact-bar { background: var(--ink); color: rgba(255,255,255,.78); font-size: .75rem; letter-spacing: .035em; }
.contact-bar__inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.contact-bar__links { display: flex; gap: 22px; }
.contact-bar a { color: var(--white); text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--border); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.site-header__inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-logo { display: block; width: min(330px, 46vw); flex: 0 0 auto; text-decoration: none; }
.brand-lockup { display: flex; align-items: center; gap: 15px; color: var(--ink); }
.brand-lockup--light { color: var(--ivory); }
.brand-lockup > svg { width: 48px; height: 54px; flex: 0 0 auto; }
.brand-lockup__name { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.15rem, 2vw, 1.6rem); line-height: 1.05; letter-spacing: -.015em; }
.primary-nav { display: flex; align-items: center; gap: 22px; }
.primary-nav .menu { display: flex; align-items: center; gap: 24px; padding: 0; margin: 0; list-style: none; }
.primary-nav .menu a { font-size: .84rem; font-weight: 700; text-decoration: none; }
.primary-nav .menu a:hover { color: var(--walnut); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 0; background: none; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; color: var(--muted); font-size: .78rem; }
.breadcrumbs a { color: var(--muted); }
.cover-media, .cover-media img { width: 100%; height: 100%; }
.cover-media img { object-fit: cover; }

.page-hero { padding: clamp(54px, 8vw, 100px) 0; background: var(--ivory); overflow: hidden; }
.page-hero__grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(440px, 1.12fr); gap: clamp(40px, 7vw, 92px); align-items: center; }
.page-hero__copy h1 { max-width: 780px; }
.page-hero__media { min-height: 560px; box-shadow: var(--shadow); }
.page-hero__media picture { display: block; min-height: inherit; }
.page-hero__media img { min-height: inherit; }

.content-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(260px, 340px); gap: clamp(45px, 8vw, 110px); align-items: start; padding-block: clamp(70px, 9vw, 120px); }
.content-layout--legal { display: block; width: var(--narrow); }
.entry-content { font-size: 1.04rem; }
.entry-content > :first-child { margin-top: 0; }
.entry-content h2 { margin-top: 1.65em; font-size: clamp(1.9rem, 3vw, 3rem); }
.entry-content h3 { margin-top: 1.6em; }
.entry-content p, .entry-content ul, .entry-content ol { max-width: 730px; }
.entry-content li { margin-bottom: .55em; }
.entry-content a { color: var(--walnut); font-weight: 650; }
.entry-content blockquote { margin: 2.2rem 0; padding: 28px 32px; border-left: 4px solid var(--brass); background: var(--ivory); font-family: Georgia, serif; font-size: 1.35rem; }
.entry-content table { width: 100%; margin: 30px 0; border-collapse: collapse; font-size: .94rem; }
.entry-content th, .entry-content td { padding: 15px 16px; border: 1px solid var(--stone); vertical-align: top; text-align: left; }
.entry-content th { background: var(--ivory); }
.quick-answer { margin: 24px 0 40px; padding: 26px 30px; border: 1px solid var(--stone); background: #fbfaf7; }
.quick-answer h2 { margin: 0 0 10px; font-family: inherit; font-size: .8rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.quick-answer p:last-child { margin-bottom: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 30px 0; }
.feature-item { padding: 24px; border: 1px solid var(--stone); background: var(--white); }
.feature-item h3 { margin-top: 0; }
.process-list { display: grid; gap: 0; padding: 0; counter-reset: process; list-style: none; }
.process-list li { position: relative; padding: 24px 0 24px 72px; border-top: 1px solid var(--stone); counter-increment: process; }
.process-list li::before { content: counter(process, decimal-leading-zero); position: absolute; left: 0; top: 19px; color: var(--brass); font-family: Georgia, serif; font-size: 1.7rem; }
.faq-list { border-top: 1px solid var(--stone); }
.faq-item { border-bottom: 1px solid var(--stone); }
.faq-item h3 { margin: 0; }
.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border: 0; background: transparent; color: var(--ink); font: inherit; font-weight: 750; text-align: left; }
.faq-question::after { content: "+"; color: var(--walnut); font-size: 1.35rem; }
.faq-question[aria-expanded="true"]::after { content: "−"; }
.faq-answer { padding: 0 34px 20px 0; }
.faq-answer p:last-child { margin-bottom: 0; }
.aside-card { padding: 32px; border: 1px solid var(--stone); background: var(--ivory); }
.aside-card h2 { font-size: 1.75rem; }
.content-aside { position: sticky; top: 120px; }
.project-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; padding-top: clamp(65px, 8vw, 100px); }
.project-gallery figure { margin: 0; }
.project-gallery picture { display: block; height: 390px; overflow: hidden; }
.project-gallery__wide { grid-column: 1 / -1; }
.project-gallery__wide picture { height: 560px; }
.project-gallery figcaption { padding: 13px 0 6px; color: var(--muted); font-size: .82rem; }

.contact-section { padding: clamp(70px, 10vw, 125px) 0; background: var(--sage-deep); color: var(--white); }
.contact-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: clamp(45px, 9vw, 120px); align-items: start; }
.contact-section__copy { position: sticky; top: 120px; }
.contact-section .eyebrow { color: #f0d7af; }
.contact-section h2 { max-width: 560px; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding: 7px 0 7px 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #f0d7af; font-weight: 800; }
.form-card { padding: clamp(25px, 4vw, 42px); background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.contact-fallback { display: grid; gap: 14px; }
.contact-fallback p { margin: 0; }
.wpforms-container { margin: 0 !important; }
.wpforms-container .wpforms-field { padding: 9px 0 !important; }
.wpforms-container label { color: var(--ink) !important; font-size: .84rem !important; font-weight: 750 !important; }
.wpforms-container input, .wpforms-container textarea, .wpforms-container select {
  border: 1px solid #bdbab4 !important; border-radius: 0 !important; background: #fff !important;
}
.wpforms-container input:focus, .wpforms-container textarea:focus, .wpforms-container select:focus { border-color: var(--walnut) !important; box-shadow: 0 0 0 2px rgba(121,84,59,.18) !important; }
.wpforms-container button[type="submit"] { min-height: 50px !important; padding: 12px 22px !important; border: 1px solid var(--ink) !important; border-radius: 0 !important; background: var(--ink) !important; color: #fff !important; font-weight: 750 !important; }

.archive-hero { padding: 75px 0 64px; background: var(--ivory); text-align: center; }
.archive-hero .lede { margin-inline: auto; }
.archive-layout { padding-block: 80px 110px; }
.post-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px; }
.post-card { border: 1px solid var(--stone); background: var(--white); }
.post-card__media { display: block; height: 310px; overflow: hidden; }
.post-card__media img { transition: transform .5s ease; }
.post-card:hover .post-card__media img { transform: scale(1.025); }
.post-card__body { padding: 28px; }
.post-card__body h2 { font-size: 1.75rem; }
.post-card__body h2 a { text-decoration: none; }
.post-card__body p:not(.eyebrow) { color: var(--muted); }
.article-header { padding-top: 64px; text-align: center; }
.article-header .lede { margin-inline: auto; }
.article-meta { color: var(--muted); font-size: .82rem; }
.article-featured { height: min(62vw, 680px); margin-top: 45px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(240px, 310px); gap: clamp(45px, 8vw, 100px); align-items: start; padding-block: 80px 110px; }
.article-aside { position: static; }
.simple-page { min-height: 55vh; padding-block: 90px; }
.not-found { max-width: 800px; }

.site-footer { padding: 72px 0 28px; background: var(--ink); color: rgba(255,255,255,.76); }
.footer-grid { display: grid; grid-template-columns: 1.55fr repeat(3, 1fr); gap: 55px; }
.site-logo--light { width: min(330px, 100%); margin-bottom: 25px; }
.footer-brand p { max-width: 440px; }
.footer-title { color: var(--white); font-family: inherit; font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.site-footer ul { padding: 0; margin: 0; list-style: none; }
.site-footer li { margin: 9px 0; }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer a:hover { color: var(--white); text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 62px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); font-size: .78rem; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 20px; }
.mobile-actions { display: none; }

.home-hero { padding: clamp(46px, 6vw, 82px) 0 0; background: var(--ivory); overflow: hidden; }
.home-hero__grid { display: grid; grid-template-columns: minmax(0, .84fr) minmax(540px, 1.16fr); gap: clamp(42px, 6vw, 82px); align-items: center; }
.home-hero__copy h1 { max-width: 650px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px 24px; padding: 0; margin: 34px 0 0; color: var(--muted); font-size: .82rem; list-style: none; }
.hero-points li { position: relative; padding-left: 17px; }
.hero-points li::before { content: ""; position: absolute; left: 0; top: .66em; width: 6px; height: 6px; border-radius: 50%; background: var(--brass); }
.hero-mosaic { min-height: 650px; display: grid; grid-template-columns: 1.45fr .72fr .72fr; grid-template-rows: 1fr .68fr .68fr; gap: 9px; transform: rotate(.2deg); }
.hero-mosaic > div { min-height: 0; overflow: hidden; background: var(--stone); }
.hero-mosaic__main { grid-row: 1 / 4; }
.hero-mosaic__tile--one { grid-column: 2 / 4; }
.hero-mosaic__tile img { transition: transform .5s ease; }
.hero-mosaic__tile:hover img { transform: scale(1.025); }
.hero-form-wrap { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; gap: 55px; align-items: center; margin-top: 60px; padding: 34px 40px; background: var(--sage-deep); color: var(--white); box-shadow: var(--shadow); transform: translateY(62px); }
.hero-form-wrap h2 { margin-bottom: 10px; font-size: clamp(1.7rem, 3vw, 2.55rem); }
.hero-form-wrap p:last-child { margin-bottom: 0; }
.hero-form-wrap .eyebrow { color: #f0d7af; }
.hero-form { padding: 25px 28px; }
.service-selector { padding: 96px 0 32px; background: var(--white); border-bottom: 1px solid var(--border); }
.service-selector__inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; }
.service-selector__inner span { margin-right: 12px; color: var(--muted); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-selector a { padding: 9px 14px; border: 1px solid var(--stone); font-size: .82rem; font-weight: 700; text-decoration: none; }
.service-selector a:hover { border-color: var(--walnut); color: var(--walnut); }
.section { padding: clamp(75px, 10vw, 130px) 0; }
.section--ivory { background: var(--ivory); }
.section--stone { background: var(--stone); }
.section--dark { background: var(--ink); color: var(--white); }
.section--dark .eyebrow { color: #e0bd89; }
.section-heading { max-width: 780px; margin-bottom: 52px; }
.section-heading > p:last-child { max-width: 660px; color: var(--muted); }
.split-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(45px, 9vw, 120px); align-items: start; }
.split-heading > div:last-child { padding-top: 34px; }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 65px; border: solid var(--stone); border-width: 1px 0 1px 1px; }
.problem-grid > div { padding: 30px; border-right: 1px solid var(--stone); }
.problem-grid__number, .service-card-grid span, .home-process__list span { color: var(--brass); font-family: Georgia, serif; font-size: 1.1rem; }
.problem-grid h3 { margin-top: 25px; }
.problem-grid p { color: var(--muted); font-size: .9rem; }
.comparison-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--stone); background: var(--white); }
.comparison-grid article { padding: clamp(27px, 4vw, 45px); }
.comparison-grid article + article { border-left: 1px solid var(--stone); }
.comparison-grid ul { min-height: 145px; color: var(--muted); font-size: .9rem; }
.service-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: solid var(--stone); border-width: 1px 0 0 1px; }
.service-card-grid > a { min-height: 260px; padding: 34px; border: solid var(--stone); border-width: 0 1px 1px 0; text-decoration: none; transition: .2s ease; }
.service-card-grid > a:hover { background: var(--ivory); }
.service-card-grid h3 { margin-top: 35px; }
.service-card-grid p { color: var(--muted); font-size: .9rem; }
.text-link--light { color: #f0d7af; }
.room-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 60px; border: solid rgba(255,255,255,.17); border-width: 1px 0 0 1px; }
.room-link-grid a { min-height: 200px; padding: 30px; border: solid rgba(255,255,255,.17); border-width: 0 1px 1px 0; color: inherit; text-decoration: none; }
.room-link-grid a:hover { background: rgba(255,255,255,.055); }
.room-link-grid h3 { color: #fff; }
.room-link-grid p { color: rgba(255,255,255,.65); }
.details-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 10vw, 130px); align-items: center; }
.details-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: solid var(--stone); border-width: 1px 0 0 1px; }
.details-grid > div { padding: 30px; border: solid var(--stone); border-width: 0 1px 1px 0; }
.details-grid .icon { width: 34px; height: 34px; margin-bottom: 28px; color: var(--walnut); }
.details-grid p { color: var(--muted); font-size: .9rem; }
.check-list--dark li::before { color: var(--walnut); }
.gallery-callout { background: #ece5d9; }
.gallery-callout__inner { display: grid; grid-template-columns: 1.3fr .8fr auto; gap: 42px; align-items: center; }
.material-board { display: flex; height: 105px; box-shadow: var(--shadow); }
.material-board span { flex: 1; }
.material-board__ivory { background: #f5f1e9; }.material-board__walnut { background: #79543b; }.material-board__sage { background: #788176; }.material-board__stone { background: #d8d1c7; }.material-board__brass { background: #b08a52; }
.home-process__list { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 50px 0 35px; list-style: none; counter-reset: none; }
.home-process__list li { padding: 0 28px; border-left: 1px solid var(--stone); }
.home-process__list h3 { margin-top: 26px; }
.home-process__list p { color: var(--muted); font-size: .9rem; }
.permit-note { padding: 38px 0; background: var(--walnut); color: var(--white); }
.permit-note__inner { display: grid; grid-template-columns: 55px 1fr; gap: 25px; align-items: start; }
.permit-note__mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; font-family: Georgia, serif; font-size: 1.35rem; }
.permit-note h2 { margin: 0 0 8px; font-family: inherit; font-size: .9rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.permit-note p { margin: 0; color: rgba(255,255,255,.83); font-size: .88rem; }
.permit-note a { color: #fff; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(45px, 9vw, 120px); }
.faq-layout > div:first-child { position: sticky; top: 120px; align-self: start; }

@media (max-width: 1080px) {
  .nav-cta { display: none; }
  .primary-nav .menu { gap: 16px; }
  .page-hero__grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  .page-hero__media { min-height: 470px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-grid > :last-child { grid-column: 2 / -1; }
  .home-hero__grid { grid-template-columns: .8fr 1.2fr; gap: 36px; }
  .hero-mosaic { min-height: 570px; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-callout__inner { grid-template-columns: 1fr 1fr; }
  .gallery-callout__inner .button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 720px); --narrow: min(100% - 32px, 720px); }
  .contact-bar__inner > span { display: none; }
  .contact-bar__inner { justify-content: flex-end; }
  .site-header__inner { min-height: 72px; }
  .site-logo { width: min(285px, 68vw); }
  .menu-toggle { display: block; }
  .primary-nav {
    position: fixed; inset: 72px 0 auto 0; max-height: calc(100vh - 72px); display: none;
    padding: 28px 20px 40px; overflow-y: auto; background: var(--white); border-top: 1px solid var(--border); box-shadow: var(--shadow);
  }
  .primary-nav.is-open { display: block; }
  .primary-nav .menu { display: grid; gap: 0; }
  .primary-nav .menu li { border-bottom: 1px solid var(--border); }
  .primary-nav .menu a { display: block; padding: 15px 4px; font-size: 1rem; }
  .page-hero__grid, .content-layout, .article-layout, .contact-layout { grid-template-columns: 1fr; }
  .page-hero__media { min-height: 460px; }
  .content-layout, .article-layout { gap: 48px; }
  .content-aside, .contact-section__copy { position: static; }
  .post-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > :last-child { grid-column: auto; }
  .home-hero__grid { grid-template-columns: 1fr; }
  .home-hero__copy { max-width: 690px; }
  .hero-mosaic { min-height: 620px; }
  .hero-form-wrap { grid-template-columns: 1fr; gap: 24px; }
  .split-heading, .details-layout, .faq-layout { grid-template-columns: 1fr; }
  .split-heading > div:last-child { padding-top: 0; }
  .comparison-grid { grid-template-columns: 1fr; }
  .comparison-grid article + article { border-left: 0; border-top: 1px solid var(--stone); }
  .room-link-grid { grid-template-columns: repeat(2, 1fr); }
  .home-process__list { grid-template-columns: repeat(2, 1fr); gap: 34px 0; }
  .faq-layout > div:first-child { position: static; }
	.project-gallery picture, .project-gallery__wide picture { height: 360px; }
}

@media (max-width: 600px) {
  body.has-mobile-actions { padding-bottom: 66px; }
  h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
  .contact-bar__links { width: 100%; justify-content: space-between; gap: 10px; }
  .contact-bar__links a { max-width: 58vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .site-logo { width: min(250px, 72vw); }
  .page-hero { padding-top: 42px; }
  .breadcrumbs { margin-bottom: 24px; }
  .page-hero__media { min-height: 350px; }
  .button-row { align-items: stretch; }
  .button-row .button { width: 100%; }
  .feature-grid { grid-template-columns: 1fr; }
  .entry-content table { display: block; overflow-x: auto; }
  .contact-layout { gap: 32px; }
  .form-card { padding: 24px 19px; }
  .post-card__media { height: 240px; }
  .article-featured { width: 100%; height: 66vw; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { display: grid; }
  .mobile-actions {
    position: fixed; inset: auto 0 0; z-index: 999; min-height: 66px; display: grid;
    grid-template-columns: repeat(2, 1fr); background: var(--ink); box-shadow: 0 -8px 30px rgba(0,0,0,.15);
  }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 7px; padding: 11px; color: #fff; font-size: .82rem; font-weight: 800; text-align: center; text-decoration: none; }
  .mobile-actions a + a { border-left: 1px solid rgba(255,255,255,.18); background: var(--walnut); }
  .mobile-actions:has(a:only-child) { grid-template-columns: 1fr; }
	.project-gallery { grid-template-columns: 1fr; }
	.project-gallery__wide { grid-column: auto; }
	.project-gallery picture, .project-gallery__wide picture { height: 280px; }
  .home-hero { padding-top: 38px; }
  .hero-mosaic { min-height: 510px; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1.25fr repeat(3, .65fr); }
  .hero-mosaic__main { grid-row: 1 / 3; }
  .hero-mosaic__tile--one { grid-column: 2; }
  .hero-mosaic__tile--four, .hero-mosaic__tile--five { display: none; }
  .hero-form-wrap { width: 100%; margin-top: 40px; padding: 28px 20px; transform: none; }
  .service-selector { padding-top: 30px; }
  .service-selector__inner { justify-content: flex-start; }
  .service-selector__inner span { width: 100%; }
  .problem-grid, .service-card-grid, .room-link-grid, .details-grid { grid-template-columns: 1fr; }
  .gallery-callout__inner { grid-template-columns: 1fr; }
  .gallery-callout__inner .button { grid-column: auto; }
  .material-board { height: 80px; }
  .home-process__list { grid-template-columns: 1fr; }
  .permit-note__inner { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
