/*
Theme Name: Wood & Furniture
Theme URI: https://woodandfurnitureusa.com
Author: Wood & Furniture
Description: A warm, editorial block theme for custom cabinetry, furniture, countertops and installation services in South Florida.
Version: 1.2.1
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: wood-furniture
*/

:root {
  --wf-ivory: #f5ede1;
  --wf-paper: #fffaf3;
  --wf-brown: #2b211d;
  --wf-brown-2: #3b2d27;
  --wf-caramel: #c58335;
  --wf-caramel-soft: #d5a66a;
  --wf-burgundy: #8b1e2d;
  --wf-stone: #d8cbbd;
  --wf-muted: #766a62;
  --wf-white: #ffffff;
  --wf-shadow: 0 24px 70px rgba(43, 33, 29, 0.12);
  --wf-radius: 22px;
  --wf-content: 1220px;
  --wf-font: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--wf-paper);
  color: var(--wf-brown);
  font-family: var(--wf-font);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .wf-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
h1, h2, h3, h4 { margin: 0 0 0.7em; line-height: 1.08; letter-spacing: -0.035em; }
h1 { font-size: clamp(3.2rem, 7vw, 7.4rem); font-weight: 520; }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.8rem); font-weight: 520; }
h3 { font-size: clamp(1.35rem, 2.1vw, 2rem); font-weight: 570; }
p { margin: 0 0 1.25em; }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  position: fixed !important; z-index: 99999; top: 12px; left: 12px;
  width: auto; height: auto; padding: 12px 18px; clip: auto;
  background: var(--wf-white); color: var(--wf-brown); border-radius: 6px;
}
:focus-visible { outline: 3px solid var(--wf-caramel); outline-offset: 4px; }

.wf-container { width: min(calc(100% - 40px), var(--wf-content)); margin-inline: auto; }
.wf-narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.wf-section { padding: clamp(76px, 10vw, 145px) 0; position: relative; overflow: clip; }
.wf-section--ivory { background: var(--wf-ivory); }
.wf-section--dark { background: var(--wf-brown); color: var(--wf-white); }
.wf-section--burgundy { background: var(--wf-burgundy); color: var(--wf-white); }
.wf-kicker {
  display: inline-flex; gap: 10px; align-items: center; margin-bottom: 24px;
  color: var(--wf-caramel); font-size: 0.77rem; font-weight: 750;
  letter-spacing: 0.16em; text-transform: uppercase;
}
.wf-kicker::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.wf-lead { max-width: 720px; color: var(--wf-muted); font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.wf-section--dark .wf-lead, .wf-section--burgundy .wf-lead { color: rgba(255,255,255,.72); }
.wf-eyebrow { font-size: .77rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }

.wf-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 14px 24px; border: 1px solid transparent; border-radius: 100px;
  background: var(--wf-caramel); color: #1d1612; font-size: .84rem; font-weight: 760;
  letter-spacing: .07em; text-decoration: none; text-transform: uppercase;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}
.wf-btn:hover { transform: translateY(-2px); background: var(--wf-caramel-soft); }
.wf-btn--light { background: var(--wf-white); color: var(--wf-brown); }
.wf-btn--outline { border-color: rgba(255,255,255,.55); background: transparent; color: var(--wf-white); }
.wf-btn--outline:hover { background: var(--wf-white); color: var(--wf-brown); }
.wf-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.wf-header {
  position: sticky; z-index: 1000; top: 0; background: rgba(255,250,243,.94);
  border-bottom: 1px solid rgba(43,33,29,.1); backdrop-filter: blur(18px);
}
.wf-header__inner {
  display: grid; grid-template-columns: minmax(280px, 430px) 1fr auto;
  gap: 26px; align-items: center; min-height: 92px;
}
.wf-brand { display: block; text-decoration: none; }
.wf-brand img { width: min(100%, 420px); height: auto; }
.wf-nav { justify-self: end; }
.wf-nav ul { display: flex; align-items: center; gap: 21px; margin: 0; padding: 0; list-style: none; }
.wf-nav a { font-size: .78rem; font-weight: 700; letter-spacing: .065em; text-decoration: none; text-transform: uppercase; }
.wf-nav a:hover { color: var(--wf-caramel); }
.wf-language-switch { display: inline-flex; align-items: center; gap: 5px; margin: 0; padding: 3px; border: 1px solid rgba(43,33,29,.18); border-radius: 100px; }
.wf-language-switch button { padding: 5px 7px; border: 0; border-radius: 100px; background: transparent; color: var(--wf-muted); font: inherit; font-size: .7rem; font-weight: 800; cursor: pointer; }
.wf-language-switch button.is-active { background: var(--wf-brown); color: var(--wf-white); }
.wf-language-switch span { color: rgba(43,33,29,.3); font-size: .7rem; }
.wf-menu-toggle {
  display: none; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(43,33,29,.2);
  border-radius: 50%; background: transparent; color: var(--wf-brown); cursor: pointer;
}
.wf-menu-toggle span, .wf-menu-toggle::before, .wf-menu-toggle::after {
  content: ""; display: block; width: 19px; height: 2px; margin: 4px auto; background: currentColor;
  transition: transform .25s ease, opacity .25s ease;
}

.wf-hero {
  min-height: min(830px, calc(100vh - 92px)); display: grid; align-items: center;
  background-image: linear-gradient(90deg, rgba(22,16,13,.82) 0%, rgba(22,16,13,.48) 40%, rgba(22,16,13,.08) 76%), var(--wf-hero);
  background-position: center; background-size: cover; color: var(--wf-white);
}
.wf-hero__content { width: min(760px, 100%); padding: 110px 0; }
.wf-hero h1 span { color: var(--wf-caramel-soft); font-style: italic; font-weight: 430; }
.wf-hero p { max-width: 650px; color: rgba(255,255,255,.84); font-size: clamp(1.08rem, 1.8vw, 1.34rem); }
.wf-trustbar { background: var(--wf-brown); color: var(--wf-white); }
.wf-trustbar__inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.wf-trustitem { padding: 27px 24px; border-right: 1px solid rgba(255,255,255,.13); text-align: center; }
.wf-trustitem:last-child { border-right: 0; }
.wf-trustitem strong { display: block; color: var(--wf-caramel-soft); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }

.wf-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 52px; }
.wf-heading-row > div:first-child { max-width: 800px; }
.wf-grid { display: grid; gap: 24px; }
.wf-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wf-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wf-card {
  position: relative; min-height: 480px; overflow: hidden; border-radius: var(--wf-radius);
  background: var(--wf-brown); color: var(--wf-white); box-shadow: var(--wf-shadow);
}
.wf-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.wf-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(22,15,12,.88), rgba(22,15,12,.03) 72%); }
.wf-card:hover img { transform: scale(1.035); }
.wf-card__content { position: absolute; z-index: 2; inset: auto 30px 28px; }
.wf-card__content p { margin: 0; color: rgba(255,255,255,.74); }
.wf-card__link { position: absolute; z-index: 3; inset: 0; }
.wf-card--wide { grid-column: span 2; }

.wf-split { display: grid; grid-template-columns: 1.03fr .97fr; gap: clamp(42px, 8vw, 110px); align-items: center; }
.wf-split--reverse > :first-child { order: 2; }
.wf-split__image { min-height: 560px; border-radius: var(--wf-radius); object-fit: cover; box-shadow: var(--wf-shadow); }
.wf-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 26px; margin: 30px 0 0; padding: 0; list-style: none; }
.wf-checks li { position: relative; padding-left: 24px; font-weight: 650; }
.wf-checks li::before { content: ""; position: absolute; top: .62em; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--wf-caramel); }

.wf-pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.15); }
.wf-pillar { padding: clamp(34px, 5vw, 65px); background: var(--wf-brown); }
.wf-pillar__number { color: var(--wf-caramel-soft); font-size: .75rem; font-weight: 800; letter-spacing: .16em; }
.wf-pillar p { color: rgba(255,255,255,.67); }
.wf-emblem-wrap { display: flex; align-items: center; gap: clamp(32px, 7vw, 90px); margin-bottom: 64px; }
.wf-emblem { width: min(280px, 36vw); aspect-ratio: 1; flex: 0 0 auto; border-radius: 50%; object-fit: cover; box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.wf-emblem-copy { max-width: 680px; }

.wf-process { display: grid; grid-template-columns: repeat(5, 1fr); counter-reset: process; }
.wf-step { position: relative; padding: 34px 24px; border-top: 1px solid rgba(43,33,29,.25); counter-increment: process; }
.wf-step::before { content: "0" counter(process); display: block; margin-bottom: 30px; color: var(--wf-caramel); font-size: .8rem; font-weight: 800; letter-spacing: .14em; }
.wf-step::after { content: ""; position: absolute; top: -5px; left: 24px; width: 9px; height: 9px; border-radius: 50%; background: var(--wf-caramel); }
.wf-step p { color: var(--wf-muted); font-size: .92rem; }

.wf-material-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 26px; }
.wf-material-image { width: 100%; height: 100%; min-height: 520px; object-fit: cover; border-radius: var(--wf-radius); }
.wf-material-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.wf-material-tile { padding: 25px; border: 1px solid rgba(43,33,29,.14); border-radius: 16px; background: rgba(255,255,255,.45); }
.wf-material-tile strong { display: block; margin-bottom: 7px; }
.wf-material-tile span { color: var(--wf-muted); font-size: .9rem; }
.wf-swatches { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; margin-top: 42px; }
.wf-swatch { overflow: hidden; border-radius: 13px; background: var(--swatch); box-shadow: inset 0 0 0 1px rgba(43,33,29,.12); }
.wf-swatch::before { content: ""; display: block; padding-top: 100%; }
.wf-swatch span { display: block; padding: 11px 6px; background: var(--wf-white); font-size: .72rem; font-weight: 730; text-align: center; }

.wf-brand-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.wf-brand-card { min-height: 290px; padding: 22px; border: 1px solid rgba(43,33,29,.13); border-radius: 16px; background: rgba(255,255,255,.62); }
.wf-brand-card h3 { color: var(--wf-caramel); font-size: 1.2rem; letter-spacing: .01em; }
.wf-brand-card p { margin: 0; color: var(--wf-muted); font-size: .85rem; }
.wf-brand-logo { display: flex; align-items: center; justify-content: center; height: 108px; margin: -2px -2px 22px; padding: 18px; border-radius: 12px; background: var(--wf-white); text-decoration: none; }
.wf-brand-logo img { width: 100%; max-width: 170px; max-height: 72px; object-fit: contain; }
.wf-brand-logo:hover { box-shadow: 0 10px 30px rgba(43,33,29,.09); }

.wf-pagehero { padding: clamp(90px, 12vw, 180px) 0 90px; background: var(--wf-brown); color: var(--wf-white); }
.wf-pagehero h1 { max-width: 960px; font-size: clamp(3rem, 7vw, 6.7rem); }
.wf-pagehero p { max-width: 720px; color: rgba(255,255,255,.72); font-size: 1.2rem; }
.wf-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 610px; background: var(--wf-ivory); }
.wf-feature:nth-child(even) .wf-feature__image { order: 2; }
.wf-feature__image { width: 100%; height: 100%; min-height: 610px; object-fit: cover; }
.wf-feature__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(45px, 8vw, 110px); }
.wf-feature__copy ul { padding-left: 20px; }

.wf-project-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 38px; }
.wf-project-filter {
  min-height: 44px; padding: 10px 17px; border: 1px solid rgba(43,33,29,.18); border-radius: 100px;
  background: transparent; color: var(--wf-brown); font: inherit; font-size: .76rem; font-weight: 780;
  letter-spacing: .075em; text-transform: uppercase; cursor: pointer; transition: background .25s ease, color .25s ease, transform .25s ease;
}
.wf-project-filter:hover { transform: translateY(-2px); }
.wf-project-filter.is-active { border-color: var(--wf-brown); background: var(--wf-brown); color: var(--wf-white); }
.wf-project-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-flow: dense; gap: 20px; }
.wf-project-card {
  position: relative; grid-column: span 4; min-height: 390px; overflow: hidden; padding: 0; border: 0; border-radius: 18px;
  background: var(--wf-brown); color: var(--wf-white); box-shadow: var(--wf-shadow); cursor: zoom-in; text-align: left;
}
.wf-project-card:nth-child(1), .wf-project-card:nth-child(6), .wf-project-card:nth-child(7) { grid-column: span 8; }
.wf-project-card.is-hidden { display: none; }
.wf-project-card img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .65s ease; }
.wf-project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,14,12,.9), rgba(20,14,12,0) 60%); }
.wf-project-card:hover img { transform: scale(1.035); }
.wf-project-card__copy { position: absolute; z-index: 2; right: 24px; bottom: 22px; left: 24px; }
.wf-project-card__copy span { display: block; margin-bottom: 7px; color: var(--wf-caramel-soft); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.wf-project-card__copy strong { display: block; font-size: clamp(1.08rem, 1.7vw, 1.55rem); line-height: 1.15; }
.wf-project-card__zoom { position: absolute; z-index: 3; top: 18px; right: 18px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--wf-brown); font-size: 1.4rem; line-height: 1; }
.wf-project-videos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.wf-video-card { overflow: hidden; border-radius: 18px; background: var(--wf-brown); color: var(--wf-white); box-shadow: var(--wf-shadow); }
.wf-video-card video { display: block; width: 100%; aspect-ratio: 16 / 10; background: #120e0c; object-fit: cover; }
.wf-video-card--portrait video { object-fit: contain; }
.wf-video-card__copy { padding: 22px 24px 25px; }
.wf-video-card__copy span { display: block; margin-bottom: 5px; color: var(--wf-caramel-soft); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.wf-video-card__copy h3 { margin: 0; font-size: 1.25rem; letter-spacing: -.015em; }
.wf-lightbox[hidden] { display: none; }
.wf-lightbox { position: fixed; z-index: 10000; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(13,9,8,.94); }
.wf-lightbox__dialog { position: relative; width: min(1120px, 100%); max-height: calc(100vh - 48px); }
.wf-lightbox__image { width: 100%; max-height: calc(100vh - 130px); margin: auto; object-fit: contain; }
.wf-lightbox__caption { margin: 14px 60px 0 0; color: var(--wf-white); font-size: .95rem; }
.wf-lightbox__close { position: absolute; top: -4px; right: 0; z-index: 2; display: grid; place-items: center; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--wf-white); color: var(--wf-brown); font-size: 1.7rem; cursor: pointer; }
body.wf-lightbox-open { overflow: hidden; }

.wf-quote-wrap { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 7vw, 90px); align-items: start; }
.wf-quote-panel { position: sticky; top: 130px; padding: 40px; border-radius: var(--wf-radius); background: var(--wf-brown); color: var(--wf-white); }
.wf-quote-panel a { color: var(--wf-caramel-soft); }
.wf-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.wf-field { display: flex; flex-direction: column; gap: 8px; }
.wf-field--full { grid-column: 1 / -1; }
.wf-field label { font-size: .77rem; font-weight: 760; letter-spacing: .09em; text-transform: uppercase; }
.wf-field input, .wf-field select, .wf-field textarea {
  width: 100%; min-height: 52px; padding: 14px 15px; border: 1px solid rgba(43,33,29,.22); border-radius: 10px;
  background: var(--wf-white); color: var(--wf-brown); font: inherit;
}
.wf-field textarea { min-height: 150px; resize: vertical; }
.wf-field small { color: var(--wf-muted); }
.wf-consent { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; }
.wf-consent input { width: auto; min-height: auto; margin-top: 5px; }
.wf-hp { position: absolute; left: -9999px; }
.wf-form-message { grid-column: 1 / -1; padding: 16px; border-radius: 10px; }
.wf-form-message--success { background: #e6f2e8; color: #1f5d2a; }
.wf-form-message--error { background: #f8e4e7; color: #7b1928; }

.wf-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.wf-contact-card { padding: 34px; border: 1px solid rgba(43,33,29,.14); border-radius: 18px; background: var(--wf-white); }
.wf-contact-card a { color: var(--wf-burgundy); word-break: break-word; }
.wf-contact-card__icon { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; margin-bottom: 24px; border-radius: 50%; background: var(--wf-ivory); color: var(--wf-burgundy); }
.wf-contact-card__icon .wf-icon { width: 24px; height: 24px; }
.wf-contact-lines { display: grid; gap: 12px; }

.wf-cta { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; }
.wf-cta h2 { max-width: 800px; margin-bottom: 0; }
.wf-disclaimer { color: var(--wf-muted); font-size: .82rem; }

.wf-footer { padding: 70px 0 28px; background: #1e1714; color: var(--wf-white); }
.wf-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 46px; }
.wf-footer__logo { width: min(100%, 350px); margin-bottom: 28px; padding: 12px 14px; border-radius: 10px; background: var(--wf-paper); }
.wf-footer h3 { color: var(--wf-caramel-soft); font-size: .8rem; letter-spacing: .13em; text-transform: uppercase; }
.wf-footer ul { margin: 0; padding: 0; list-style: none; }
.wf-footer li { margin-bottom: 9px; }
.wf-footer a { color: rgba(255,255,255,.76); text-decoration: none; }
.wf-footer a:hover { color: var(--wf-caramel-soft); }
.wf-icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.wf-icon { flex: 0 0 auto; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.wf-icon--filled { fill: currentColor; stroke: none; }
.wf-icon-fill { fill: currentColor; stroke: none; }
.wf-contact-list .wf-contact-link, .wf-contact-link { display: flex; align-items: flex-start; gap: 10px; }
.wf-contact-list .wf-icon { margin-top: 3px; color: var(--wf-caramel-soft); }
.wf-contact-list span { min-width: 0; overflow-wrap: anywhere; }
.wf-footer__bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.52); font-size: .8rem; }
.wf-whatsapp {
  position: fixed; z-index: 900; right: 22px; bottom: 22px; display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 18px; border-radius: 100px; background: #1f9d55; color: #fff; box-shadow: 0 14px 35px rgba(0,0,0,.22);
  font-size: .78rem; font-weight: 760; letter-spacing: .05em; text-decoration: none; text-transform: uppercase;
}
.wf-whatsapp .wf-icon { width: 22px; height: 22px; }

.wf-reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.wf-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .wf-header__inner { grid-template-columns: minmax(230px, 360px) auto; }
  .wf-menu-toggle { display: block; justify-self: end; }
  .wf-header .wf-btn { display: none; }
  .wf-nav {
    position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 24px 20px 30px;
    background: var(--wf-paper); border-bottom: 1px solid rgba(43,33,29,.12); box-shadow: var(--wf-shadow);
  }
  .wf-nav.is-open { display: block; }
  .wf-nav ul { flex-direction: column; align-items: flex-start; gap: 18px; width: min(100%, var(--wf-content)); margin: auto; }
  .wf-language-switch { margin-top: 4px; }
  .wf-trustbar__inner { grid-template-columns: 1fr 1fr; }
  .wf-trustitem:nth-child(2) { border-right: 0; }
  .wf-trustitem:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .wf-grid--3 { grid-template-columns: 1fr 1fr; }
  .wf-process { grid-template-columns: repeat(3, 1fr); }
  .wf-brand-grid { grid-template-columns: repeat(3, 1fr); }
  .wf-footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .wf-footer__grid > :last-child { grid-column: 2; }
}

@media (max-width: 780px) {
  body.admin-bar .wf-header { top: 46px; }
  .wf-container, .wf-narrow { width: min(calc(100% - 28px), var(--wf-content)); }
  .wf-section { padding: 74px 0; }
  .wf-header__inner { min-height: 76px; }
  .wf-brand img { width: 330px; }
  .wf-hero { min-height: 700px; background-image: linear-gradient(0deg, rgba(22,16,13,.84), rgba(22,16,13,.14)), var(--wf-hero); background-position: 63% center; }
  .wf-hero__content { padding: 92px 0; align-self: end; }
  .wf-heading-row, .wf-cta { display: block; }
  .wf-heading-row .wf-btn, .wf-cta .wf-btn { margin-top: 24px; }
  .wf-grid--2, .wf-grid--3, .wf-split, .wf-material-grid, .wf-quote-wrap, .wf-feature { grid-template-columns: 1fr; }
  .wf-card--wide { grid-column: auto; }
  .wf-card { min-height: 430px; }
  .wf-split--reverse > :first-child { order: initial; }
  .wf-split__image { min-height: 390px; }
  .wf-pillar-grid { grid-template-columns: 1fr; }
  .wf-emblem-wrap { align-items: flex-start; }
  .wf-process { grid-template-columns: 1fr 1fr; }
  .wf-material-list { grid-template-columns: 1fr; }
  .wf-swatches { grid-template-columns: repeat(3, 1fr); }
  .wf-brand-grid { grid-template-columns: 1fr 1fr; }
  .wf-feature:nth-child(even) .wf-feature__image { order: initial; }
  .wf-feature__image { min-height: 400px; }
  .wf-feature__copy { padding: 55px 24px; }
  .wf-project-card, .wf-project-card:nth-child(n) { grid-column: span 6; min-height: 360px; }
  .wf-project-videos { grid-template-columns: 1fr; }
  .wf-quote-panel { position: static; }
  .wf-form { grid-template-columns: 1fr; }
  .wf-field--full { grid-column: auto; }
  .wf-contact-grid { grid-template-columns: 1fr; }
  .wf-footer__grid { grid-template-columns: 1fr 1fr; }
  .wf-footer__grid > :first-child { grid-column: 1 / -1; }
  .wf-footer__grid > :last-child { grid-column: auto; }
}

@media (max-width: 520px) {
  h1 { font-size: 3rem; }
  .wf-brand img { width: 245px; }
  .wf-trustbar__inner, .wf-process, .wf-brand-grid, .wf-checks, .wf-footer__grid { grid-template-columns: 1fr; }
  .wf-emblem-wrap { display: block; }
  .wf-emblem { width: 190px; margin-bottom: 30px; }
  .wf-trustitem { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .wf-card { min-height: 390px; }
  .wf-project-card, .wf-project-card:nth-child(n) { grid-column: 1 / -1; min-height: 370px; }
  .wf-project-filters { gap: 8px; }
  .wf-project-filter { padding: 9px 13px; font-size: .69rem; }
  .wf-lightbox { padding: 12px; }
  .wf-lightbox__image { max-height: calc(100vh - 110px); }
  .wf-whatsapp { right: 14px; bottom: 14px; width: 52px; height: 52px; padding: 0; justify-content: center; }
  .wf-whatsapp span { display: none; }
  .wf-footer__bottom { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .wf-reveal { opacity: 1; transform: none; }
}
