/*
Theme Name: High Desert Laser Works
Theme URI: https://highdesertlaserworks.com
Author: High Desert Laser Works
Description: Responsive industrial WordPress theme for a hybrid commercial and retail laser services business.
Version: 2.0.0
Requires at least: 6.2
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: hdlw
*/

:root {
  --ink: #090b0c;
  --ink-2: #101315;
  --steel: #171b1e;
  --steel-2: #20262a;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.22);
  --paper: #f0eee8;
  --paper-2: #d8d5cd;
  --muted: #a9afb2;
  --orange: #ff6a1a;
  --orange-2: #d94b00;
  --orange-soft: rgba(255, 106, 26, 0.13);
  --green: #96c93d;
  --max: 1240px;
  --radius: 3px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--paper);
  background: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  opacity: .22;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
sub { font-size: .65em; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-main { overflow: clip; }

.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 {
  top: 12px; left: 12px; z-index: 9999;
  width: auto; height: auto; margin: 0; padding: 10px 14px;
  clip: auto; color: var(--ink); background: var(--paper);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(9, 11, 12, .92);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 230px; }
.brand-logo { display: block; width: auto; height: 52px; }
.brand-text { display: grid; line-height: 1; text-transform: uppercase; }
.brand-kicker { margin-bottom: 5px; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .28em; }
.brand-name { font-size: 15px; font-weight: 850; letter-spacing: .17em; }
.header-actions { display: flex; align-items: center; gap: 28px; }
.main-menu { display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; list-style: none; }
.main-menu a { position: relative; display: block; padding: 29px 0 27px; color: var(--muted); font-size: 12px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.main-menu a::after { content: ""; position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-menu a:hover, .main-menu a:focus-visible, .main-menu .current-menu-item > a { color: var(--paper); }
.main-menu a:hover::after, .main-menu a:focus-visible::after, .main-menu .current-menu-item > a::after { transform: scaleX(1); }
.header-quote-btn { display: inline-flex; align-items: center; min-height: 42px; padding: 0 18px; border: 1px solid var(--orange); color: var(--paper); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; transition: background .2s, color .2s; }
.header-quote-btn:hover, .header-quote-btn:focus-visible { color: #fff; background: var(--orange-2); }
.menu-toggle { display: none; align-items: center; gap: 9px; padding: 8px 0; border: 0; color: var(--paper); background: transparent; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.menu-toggle-bars { display: grid; gap: 4px; width: 21px; }
.menu-toggle-bars span { display: block; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }

.hero-section { position: relative; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 10%, rgba(255,106,26,.13), transparent 32%), linear-gradient(115deg, #090b0c 0%, #0e1214 58%, #161a1d 100%); }
.hero-section::after { content: "HDLW / KINGMAN AZ"; position: absolute; right: -24px; bottom: 10px; color: rgba(255,255,255,.025); font-size: clamp(48px, 9vw, 146px); font-weight: 950; letter-spacing: -.05em; line-height: .8; white-space: nowrap; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.14fr) minmax(420px, .86fr); gap: clamp(50px, 7vw, 100px); align-items: center; min-height: 720px; padding-block: 76px 86px; }
.eyebrow, .section-index { display: inline-flex; align-items: center; gap: 9px; color: var(--orange); font-size: 11px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; background: var(--orange); box-shadow: 0 0 14px var(--orange); }
.hero-copy h1 { max-width: 790px; margin: 22px 0; font-size: clamp(45px, 6vw, 82px); font-weight: 900; letter-spacing: -.055em; line-height: .94; text-transform: uppercase; }
.hero-copy h1 em { display: block; color: transparent; background: linear-gradient(90deg, #fff 0%, #c9cbc7 50%, #8d9497 100%); -webkit-background-clip: text; background-clip: text; font-style: normal; }
.hero-lead { max-width: 690px; margin: 0; color: #bcc1c3; font-size: clamp(16px, 1.7vw, 19px); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 23px; border: 1px solid transparent; border-radius: var(--radius); font-size: 12px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover, .btn:focus-visible { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--orange-2); border-color: var(--orange); box-shadow: 0 12px 30px rgba(217,75,0,.2); }
.btn-primary:hover, .btn-primary:focus-visible { background: var(--orange); }
.btn-secondary { color: var(--paper); border-color: var(--line-strong); background: rgba(255,255,255,.02); }
.btn-secondary:hover, .btn-secondary:focus-visible { border-color: var(--paper-2); background: rgba(255,255,255,.06); }
.btn-light { color: var(--ink); background: #fff; border-color: #fff; }
.btn-light:hover, .btn-light:focus-visible { background: var(--paper-2); border-color: var(--paper-2); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 720px; margin: 48px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }
.hero-proof li { padding-right: 18px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.hero-proof li + li { padding-left: 18px; border-left: 1px solid var(--line); }
.hero-proof span { display: block; margin-bottom: 7px; color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .16em; }

.laser-stack { position: relative; padding: 18px; border: 1px solid var(--line-strong); background: rgba(7,9,10,.72); box-shadow: var(--shadow); }
.laser-stack::before, .laser-stack::after { content: ""; position: absolute; width: 42px; height: 42px; pointer-events: none; }
.laser-stack::before { top: -1px; left: -1px; border-top: 3px solid var(--orange); border-left: 3px solid var(--orange); }
.laser-stack::after { right: -1px; bottom: -1px; border-right: 3px solid var(--orange); border-bottom: 3px solid var(--orange); }
.laser-stack-head, .laser-stack-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 4px 4px 16px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.status-dot { display: inline-flex; align-items: center; gap: 8px; color: var(--paper); }
.status-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(150,201,61,.7); }
.laser-unit { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 22px 18px; border-top: 1px solid var(--line); background: linear-gradient(90deg, rgba(255,255,255,.035), rgba(255,255,255,.01)); }
.laser-unit + .laser-unit { margin-top: 7px; }
.laser-number { display: grid; place-items: center; align-self: start; width: 35px; height: 35px; border: 1px solid var(--line-strong); color: var(--orange); font-size: 10px; font-weight: 900; }
.laser-label { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.laser-unit h2 { margin: 5px 0 6px; font-size: 20px; line-height: 1.2; }
.laser-unit p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.laser-stack-foot { padding: 17px 4px 2px; justify-content: flex-start; }
.laser-stack-foot span + span::before { content: "/"; margin-right: 12px; color: var(--orange); }

.audience-strip { border-bottom: 1px solid var(--line); background: var(--steel); }
.audience-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 74px; overflow-x: auto; color: #909699; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; scrollbar-width: none; }
.audience-inner::-webkit-scrollbar { display: none; }
.audience-inner > span { white-space: nowrap; }
.audience-title { color: var(--orange); }

.section { padding-block: 116px; }
.section-intro { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 70px; align-items: end; margin-bottom: 50px; }
.section-intro h2, .why-heading h2, .quote-band h2, .final-cta h2 { margin: 14px 0 0; font-size: clamp(34px, 4.1vw, 58px); font-weight: 900; letter-spacing: -.04em; line-height: 1.02; text-transform: uppercase; }
.section-intro p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 335px; padding: 30px 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.025), transparent 62%); overflow: hidden; transition: background .2s ease, transform .2s ease; }
.service-card:hover { z-index: 2; background: linear-gradient(145deg, var(--orange-soft), rgba(255,255,255,.025)); }
.service-card-wide { grid-column: span 2; }
.card-code { display: block; color: #767d80; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 10px; letter-spacing: .14em; }
.service-icon { position: absolute; top: 23px; right: 25px; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--line-strong); color: var(--orange); font-family: ui-monospace, monospace; font-size: 13px; font-weight: 900; }
.service-card h3 { margin: 75px 0 12px; font-size: 23px; line-height: 1.1; }
.service-card p { max-width: 530px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 22px 0 0; padding: 0; color: var(--paper-2); list-style: none; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.service-card li::before { content: "+"; margin-right: 6px; color: var(--orange); }

.quote-band { border-block: 1px solid rgba(255,255,255,.24); background: linear-gradient(110deg, #d94b00 0%, #ff6a1a 65%, #ff843e 100%); }
.quote-band-inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; min-height: 300px; padding-block: 58px; }
.quote-band .section-index { color: #1d0a00; }
.quote-band h2 { max-width: 850px; color: #fff; font-size: clamp(30px, 3.6vw, 50px); }

.section-materials { background: var(--steel); border-bottom: 1px solid var(--line); }
.materials-layout { display: grid; grid-template-columns: 1.08fr 1fr 1fr; gap: 16px; }
.material-panel { min-height: 370px; padding: 29px; border: 1px solid var(--line); background: var(--ink-2); }
.material-panel-metal { background: radial-gradient(circle at 80% 0%, rgba(255,106,26,.11), transparent 40%), var(--ink-2); }
.material-panel-head { display: flex; flex-direction: column; gap: 7px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.material-panel-head span { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.material-panel-head strong { font-size: 22px; text-transform: uppercase; }
.material-tags { display: grid; gap: 0; margin-top: 18px; }
.material-tags span { position: relative; padding: 10px 0 10px 20px; border-bottom: 1px solid rgba(255,255,255,.07); color: #b7bcbf; font-size: 13px; }
.material-tags span::before { content: ""; position: absolute; top: 17px; left: 2px; width: 6px; height: 6px; border: 1px solid var(--orange); transform: rotate(45deg); }
.material-note { margin: 25px 0 0; padding: 18px 21px; border-left: 3px solid var(--orange); color: var(--muted); background: rgba(0,0,0,.18); font-size: 13px; }
.material-note strong { color: var(--paper); }

.comparison-table { border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.comparison-row { display: grid; grid-template-columns: .7fr 1.25fr 1.35fr 1fr; }
.comparison-row > div { min-width: 0; padding: 25px 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.65; }
.comparison-head > div { padding-block: 13px; color: #747b7f; background: var(--steel); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.comparison-row:not(.comparison-head):hover > div { background: rgba(255,255,255,.025); }
.comparison-row strong { display: block; color: var(--paper); font-size: 20px; }
.comparison-id { display: block; margin-bottom: 8px; color: var(--orange); font-family: ui-monospace, monospace; font-size: 10px; font-weight: 900; }

.section-why { background: linear-gradient(135deg, #15191c, #0c0e0f 70%); border-block: 1px solid var(--line); }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 130px); align-items: start; }
.why-heading { position: sticky; top: 130px; }
.why-heading h2 { margin-bottom: 24px; }
.why-heading p { color: var(--muted); line-height: 1.8; }
.text-link { display: inline-flex; gap: 18px; margin-top: 20px; padding-bottom: 4px; border-bottom: 1px solid var(--orange); color: var(--paper); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.why-list { border-top: 1px solid var(--line); }
.why-list article { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.why-list article > span { color: var(--orange); font-family: ui-monospace, monospace; font-size: 11px; font-weight: 900; }
.why-list h3 { margin: 0 0 7px; font-size: 21px; }
.why-list p { margin: 0; color: var(--muted); font-size: 14px; }

.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-card { border: 1px solid var(--line); background: var(--ink-2); }
.project-card-large { grid-row: span 2; }
.project-placeholder { position: relative; display: grid; place-content: center; min-height: 245px; padding: 25px; overflow: hidden; border-bottom: 1px solid var(--line); text-align: center; background: linear-gradient(135deg, #1d2225, #0d1012); }
.project-card-large .project-placeholder { min-height: 520px; }
.project-placeholder::before, .project-placeholder::after { content: ""; position: absolute; inset: 14%; border: 1px solid rgba(255,255,255,.07); transform: rotate(45deg); }
.project-placeholder::after { inset: 27%; border-color: rgba(255,106,26,.14); transform: rotate(-20deg); }
.project-placeholder span, .project-placeholder strong, .project-placeholder small { position: relative; z-index: 1; }
.project-placeholder span { color: var(--orange); font-family: ui-monospace, monospace; font-size: 11px; }
.project-placeholder strong { margin-top: 8px; font-size: 18px; letter-spacing: .08em; text-transform: uppercase; }
.project-placeholder small { color: #7f878b; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.project-meta { padding: 22px; }
.project-meta > span { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.project-meta h3 { margin: 7px 0 0; font-size: 20px; }
.project-meta p { margin: 9px 0 0; color: var(--muted); font-size: 13px; }

.final-cta { padding-block: 100px; background: radial-gradient(circle at 85% 30%, rgba(255,106,26,.15), transparent 30%), #0b0e0f; }
.final-cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: end; }
.final-cta h2 { max-width: 800px; }
.final-cta p { max-width: 680px; color: var(--muted); }
.final-cta-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 15px; }
.final-cta-actions > span { color: var(--muted); font-family: ui-monospace, monospace; font-size: 12px; }

.site-footer { border-top: 1px solid var(--line); background: #070809; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 50px; padding-block: 52px; }
.footer-brand strong { font-size: 18px; text-transform: uppercase; letter-spacing: .07em; }
.footer-brand p { max-width: 390px; margin: 9px 0 0; color: var(--muted); font-size: 13px; }
.footer-links { display: grid; align-content: start; gap: 8px; }
.footer-links a { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.footer-links a:hover { color: var(--orange); }
.footer-contact { display: flex; flex-direction: column; align-items: flex-end; }
.footer-contact span { color: var(--orange); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.footer-contact a { margin-top: 7px; font-family: ui-monospace, monospace; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 20px; border-top: 1px solid var(--line); color: #777e81; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.content-area { width: min(calc(100% - 40px), 900px); min-height: 55vh; margin-inline: auto; padding-block: 90px; }
.page-header { margin-bottom: 34px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.page-title { margin: 0; font-size: clamp(38px, 6vw, 70px); line-height: 1; text-transform: uppercase; }
.page-subtitle { color: var(--muted); }
.entry-content { color: #c0c4c6; }
.entry-content h2, .entry-content h3 { margin-top: 2em; color: var(--paper); }
.entry-content a { color: var(--orange); text-decoration: underline; }
.contact-card { margin-top: 35px; padding: 28px; border: 1px solid var(--line); background: var(--steel); }
.contact-card label { display: block; margin: 0 0 6px; color: var(--paper); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-card input, .contact-card textarea { width: 100%; margin-bottom: 18px; padding: 13px 14px; border: 1px solid var(--line-strong); border-radius: 0; color: var(--paper); background: #0e1113; }
.contact-card textarea { min-height: 130px; resize: vertical; }
.contact-extra-email { margin-top: 16px; color: var(--muted); }
.contact-extra-email a { color: var(--orange); }

@media (max-width: 1080px) {
  .main-menu { gap: 15px; }
  .header-actions { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr 420px; gap: 45px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .materials-layout { grid-template-columns: 1fr 1fr; }
  .material-panel-metal { grid-column: span 2; }
  .project-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .header-inner { min-height: 72px; }
  .brand-logo { height: 44px; }
  .brand { min-width: 0; }
  .header-actions { gap: 14px; }
  .menu-toggle { display: inline-flex; }
  .main-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; padding: 0 20px 20px; border-bottom: 1px solid var(--line); background: rgba(9,11,12,.98); }
  .menu-open .main-nav { display: block; }
  .main-menu { display: grid; gap: 0; }
  .main-menu li { border-bottom: 1px solid var(--line); }
  .main-menu a { padding: 16px 0; }
  .main-menu a::after { display: none; }
  .menu-open .menu-toggle-bars span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-open .menu-toggle-bars span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle-bars span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; padding-block: 70px; }
  .laser-stack { max-width: 640px; }
  .section { padding-block: 90px; }
  .section-intro { grid-template-columns: 1fr; gap: 24px; }
  .quote-band-inner { grid-template-columns: 1fr; }
  .comparison-row { grid-template-columns: 1fr 1fr; }
  .comparison-head { display: none; }
  .comparison-row:not(.comparison-head) { margin-bottom: 18px; border-top: 1px solid var(--line); }
  .comparison-row > div::before { content: attr(data-label); display: block; margin-bottom: 7px; color: #747b7f; font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
  .why-grid { grid-template-columns: 1fr; }
  .why-heading { position: static; }
  .final-cta-grid { grid-template-columns: 1fr; gap: 35px; }
  .final-cta-actions { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: span 2; align-items: flex-start; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .brand-text { display: none; }
  .header-quote-btn { min-height: 38px; padding-inline: 12px; font-size: 10px; }
  .hero-grid { padding-block: 54px 64px; }
  .hero-copy h1 { font-size: clamp(42px, 14vw, 62px); }
  .hero-actions { display: grid; }
  .btn { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; gap: 14px; }
  .hero-proof li, .hero-proof li + li { padding: 0 0 14px; border-left: 0; border-bottom: 1px solid var(--line); }
  .laser-unit { grid-template-columns: 36px 1fr; padding-inline: 12px; }
  .laser-stack-foot { display: none; }
  .audience-inner { justify-content: flex-start; }
  .section { padding-block: 72px; }
  .section-intro h2, .why-heading h2, .quote-band h2, .final-cta h2 { font-size: 34px; }
  .service-grid, .materials-layout, .project-grid { grid-template-columns: 1fr; }
  .service-card-wide, .material-panel-metal { grid-column: auto; }
  .service-card { min-height: 310px; }
  .quote-band-inner { min-height: 340px; padding-block: 50px; }
  .comparison-row { grid-template-columns: 1fr; }
  .comparison-row > div { padding: 18px; }
  .project-card-large { grid-row: auto; }
  .project-card-large .project-placeholder { min-height: 330px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

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