/*
Theme Name: Mota Landscapes
Theme URI: https://example.com/
Author: Mota Landscapes LLC
Author URI: https://example.com/
Description: A clean, responsive custom WordPress theme for Mota Landscapes LLC in Tucson, Arizona.
Version: 1.5.2
Text Domain: xyz-landscaping
*/

:root {
  --xyz-green-950: #173126;
  --xyz-green-900: #1f3d30;
  --xyz-green-800: #2b4e3c;
  --xyz-green-700: #3f654e;
  --xyz-green-100: #eaf0eb;
  --xyz-cream: #f7f5ef;
  --xyz-sand: #e7dfd1;
  --xyz-white: #ffffff;
  --xyz-ink: #172019;
  --xyz-muted: #657168;
  --xyz-border: #dfe5df;
  --xyz-shadow: 0 20px 50px rgba(23, 49, 38, 0.10);
  --xyz-radius: 18px;
  --xyz-container: 1240px;
}

body.mota-scheme-desert-sage {
  --xyz-green-950: #26382f;
  --xyz-green-900: #354b3e;
  --xyz-green-800: #4c6657;
  --xyz-green-700: #6d8573;
  --xyz-green-100: #edf1eb;
  --xyz-cream: #f6f2e8;
  --xyz-sand: #ded4bd;
  --xyz-ink: #222d27;
  --xyz-muted: #687169;
  --xyz-border: #dce2da;
}

body.mota-scheme-adobe-sunset {
  --xyz-green-950: #3b2e27;
  --xyz-green-900: #654638;
  --xyz-green-800: #805845;
  --xyz-green-700: #a86644;
  --xyz-green-100: #f4ebe4;
  --xyz-cream: #fbf4e8;
  --xyz-sand: #e7d0b5;
  --xyz-ink: #30261f;
  --xyz-muted: #75685d;
  --xyz-border: #eadfd5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--xyz-ink);
  background: var(--xyz-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.xyz-container {
  width: min(calc(100% - 40px), var(--xyz-container));
  margin-inline: auto;
}
.xyz-section { padding: 96px 0; }
.xyz-section--soft { background: var(--xyz-cream); }
.xyz-eyebrow {
  margin: 0 0 12px;
  color: var(--xyz-green-700);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.xyz-heading {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
}
.xyz-lead {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--xyz-muted);
  font-size: 1.08rem;
}
.xyz-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid var(--xyz-green-900);
  border-radius: 999px;
  background: var(--xyz-green-900);
  color: var(--xyz-white);
  font-weight: 750;
  transition: 180ms ease;
}
.xyz-button:hover { transform: translateY(-2px); background: var(--xyz-green-800); }
.xyz-button--light {
  border-color: rgba(255,255,255,.52);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(8px);
}
.xyz-button--outline {
  color: var(--xyz-green-900);
  background: transparent;
}
.xyz-button--google { border-color: #d26a35; background: #d26a35; color: var(--xyz-white); }
.xyz-button--google:hover { border-color: #b95428; background: #b95428; }
.xyz-section-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.xyz-page-hero__button { margin-top: 28px; }

/* Header */
.site-header {
  position: relative;
  z-index: 60;
  border-bottom: 1px solid rgba(23,49,38,.08);
  background: rgba(255,255,255,.97);
}
.xyz-header {
  position: relative;
  min-height: 126px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.xyz-header__nav { grid-column: 1; min-width: 0; justify-self: start; }
.xyz-header__brand {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(320px, 28vw);
  transform: translate(-50%, -50%);
  text-align: center;
}
.xyz-logo-link { display: flex; align-items: center; justify-content: center; }
.xyz-logo { display: block; width: 100%; max-height: 112px; object-fit: contain; }
.xyz-wordmark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: .02em;
  white-space: nowrap;
}
.xyz-header__right { grid-column: 3; justify-self: end; display: flex; align-items: center; gap: 16px; }
.xyz-header-phone { font-size: .86rem; font-weight: 750; color: var(--xyz-green-700); white-space: nowrap; }
.xyz-quote-short { display: none; }
.xyz-menu,
.xyz-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.xyz-menu {
  display: flex;
  align-items: center;
  gap: 26px;
}
.xyz-header__nav .xyz-menu { gap: clamp(14px, 1.7vw, 26px); }
.xyz-header__nav .xyz-menu > li > a { white-space: nowrap; }
.xyz-menu > li { position: relative; }
.xyz-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: .93rem;
  font-weight: 700;
}
.xyz-menu a:hover { color: var(--xyz-green-700); }
.xyz-menu .menu-item-has-children > a::after {
  content: "⌄";
  margin-left: 7px;
  font-size: .8rem;
}
.xyz-menu .sub-menu {
  position: absolute;
  top: calc(100% + 2px);
  left: -18px;
  min-width: 220px;
  padding: 10px;
  border: 1px solid var(--xyz-border);
  border-radius: 14px;
  background: var(--xyz-white);
  box-shadow: var(--xyz-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 160ms ease;
}
.xyz-menu .sub-menu a {
  width: 100%;
  min-height: 42px;
  padding: 0 11px;
  border-radius: 9px;
  font-weight: 650;
}
.xyz-menu .sub-menu a:hover { background: var(--xyz-green-100); }
.xyz-menu li:hover > .sub-menu,
.xyz-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.xyz-mobile-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--xyz-border);
  border-radius: 50%;
  background: var(--xyz-white);
}
.xyz-mobile-toggle span,
.xyz-mobile-toggle span::before,
.xyz-mobile-toggle span::after {
  width: 19px;
  height: 2px;
  background: var(--xyz-green-950);
  display: block;
  position: relative;
}
.xyz-mobile-toggle span::before,
.xyz-mobile-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}
.xyz-mobile-toggle span::before { top: -6px; }
.xyz-mobile-toggle span::after { top: 6px; }

/* Hero */
.xyz-hero {
  position: relative;
  min-height: min(78vh, 820px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  background: var(--xyz-green-950);
}
.xyz-hero__media,
.xyz-hero__media img,
.xyz-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.xyz-hero__media img { object-fit: cover; }
.xyz-hero__overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(11,27,19,.76) 0%, rgba(11,27,19,.42) 49%, rgba(11,27,19,.18) 100%),
    linear-gradient(0deg, rgba(11,27,19,.46) 0%, transparent 55%);
}
.xyz-hero__content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 100px 0 92px;
  color: var(--xyz-white);
}
.xyz-hero__content .xyz-eyebrow { color: #d9e7db; }
.xyz-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 6.7rem);
  line-height: .95;
  letter-spacing: -.052em;
}
.xyz-hero p {
  max-width: 620px;
  margin: 25px 0 0;
  color: rgba(255,255,255,.88);
  font-size: clamp(1rem, 2vw, 1.22rem);
}
.xyz-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

/* Intro */
.xyz-intro {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  align-items: start;
}
.xyz-intro__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.xyz-stat {
  padding: 26px;
  border: 1px solid var(--xyz-border);
  border-radius: var(--xyz-radius);
  background: var(--xyz-white);
}
.xyz-stat strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  color: var(--xyz-green-900);
}
.xyz-stat span { color: var(--xyz-muted); font-size: .92rem; }

/* Services */
.xyz-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 42px;
}
.xyz-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.xyz-service {
  min-height: 290px;
  padding: 30px;
  border: 1px solid var(--xyz-border);
  border-radius: var(--xyz-radius);
  background: var(--xyz-white);
  transition: 180ms ease;
}
.xyz-service:hover {
  transform: translateY(-5px);
  border-color: #cbd8cd;
  box-shadow: var(--xyz-shadow);
}
.xyz-service__number {
  color: var(--xyz-green-700);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .12em;
}
.xyz-service h3 {
  margin: 74px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
}
.xyz-service p { margin: 0; color: var(--xyz-muted); }
.xyz-service .xyz-text-link { margin-top: 26px; }
.xyz-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--xyz-green-800); font-weight: 800; }
.xyz-text-link:hover { color: var(--xyz-green-700); }

/* Service directory and individual service pages */
.xyz-page-hero--services p:last-child { max-width: 720px; margin: 24px 0 0; color: var(--xyz-muted); font-size: 1.08rem; }
.xyz-service-directory { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.xyz-service-card { overflow: hidden; border: 1px solid var(--xyz-border); border-radius: var(--xyz-radius); background: var(--xyz-white); box-shadow: 0 14px 34px rgba(23,49,38,.07); }
.xyz-service-card__image { display: block; height: 330px; overflow: hidden; background: var(--xyz-green-100); }
.xyz-service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.xyz-service-card:hover .xyz-service-card__image img { transform: scale(1.035); }
.xyz-service-card__body { padding: 30px; }
.xyz-service-card__body h2 { margin: 0 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.08; }
.xyz-service-card__body > p:not(.xyz-eyebrow) { margin: 0 0 22px; color: var(--xyz-muted); }
.xyz-service-detail__hero { position: relative; min-height: 650px; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; background: var(--xyz-green-950); }
.xyz-service-detail__hero > img, .xyz-service-detail__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.xyz-service-detail__hero > img { object-fit: cover; }
.xyz-service-detail__overlay { z-index: 1; background: linear-gradient(90deg, rgba(11,27,19,.83) 0%, rgba(11,27,19,.48) 55%, rgba(11,27,19,.16) 100%); }
.xyz-service-detail__hero-content { position: relative; z-index: 2; padding-top: 130px; padding-bottom: 78px; color: white; }
.xyz-service-detail__hero-content .xyz-eyebrow { color: #d7e7d6; }
.xyz-service-detail__hero-content h1 { max-width: 900px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 7vw, 6.5rem); line-height: .94; letter-spacing: -.045em; }
.xyz-service-detail__hero-content > p:not(.xyz-eyebrow) { max-width: 680px; margin: 24px 0 30px; color: rgba(255,255,255,.88); font-size: 1.15rem; }
.xyz-service-detail__content { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.xyz-service-detail__content p:not(.xyz-eyebrow) { color: var(--xyz-muted); }
.xyz-check-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.xyz-check-list li { position: relative; padding: 15px 16px 15px 42px; border: 1px solid var(--xyz-border); border-radius: 12px; background: var(--xyz-cream); font-weight: 700; }
.xyz-check-list li::before { content: "✓"; position: absolute; left: 16px; color: var(--xyz-green-700); }
.xyz-process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.xyz-process__steps { display: grid; gap: 14px; }
.xyz-process__steps > div { padding: 25px; border: 1px solid var(--xyz-border); border-radius: 14px; background: white; }
.xyz-process__steps strong { color: var(--xyz-green-700); }
.xyz-process__steps h3 { margin: 8px 0 6px; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }
.xyz-process__steps p { margin: 0; color: var(--xyz-muted); }

/* Project grid */
.xyz-projects {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.xyz-project {
  position: relative;
  grid-column: span 4;
  min-height: 330px;
  overflow: hidden;
  border-radius: var(--xyz-radius);
  background: var(--xyz-green-100);
}
.xyz-project:nth-child(1),
.xyz-project:nth-child(6) { grid-column: span 7; }
.xyz-project:nth-child(2),
.xyz-project:nth-child(5) { grid-column: span 5; }
.xyz-project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}
.xyz-project:hover img { transform: scale(1.035); }
.xyz-project__label {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--xyz-green-950);
  font-size: .78rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

/* CTA */
.xyz-cta {
  padding: 58px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  border-radius: 28px;
  background: var(--xyz-green-950);
  color: var(--xyz-white);
}
.xyz-cta h2 {
  margin: 0;
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
}
.xyz-cta p { margin: 15px 0 0; color: rgba(255,255,255,.75); }

/* Pages */
.xyz-page-hero {
  padding: 96px 0 70px;
  background: var(--xyz-cream);
}
.xyz-page-hero h1 {
  max-width: 850px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 5.6rem);
  line-height: .98;
}
.xyz-page-hero__lead { max-width: 760px; margin: 24px 0 0; color: var(--xyz-muted); font-size: 1.12rem; }
.xyz-value-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.xyz-value-grid .xyz-button { margin-top: 20px; }
.xyz-services--five { grid-template-columns: repeat(6, 1fr); }
.xyz-services--five .xyz-service { grid-column: span 2; }
.xyz-services--five .xyz-service:nth-child(4) { grid-column: 2 / span 2; }
.xyz-services--five .xyz-service:nth-child(5) { grid-column: 4 / span 2; }
.xyz-content {
  width: min(calc(100% - 40px), 900px);
  margin: 0 auto;
  padding: 70px 0 100px;
}
.xyz-content > *:first-child { margin-top: 0; }
.xyz-content h2, .xyz-content h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.15; }
.xyz-content h2 { font-size: 2rem; margin-top: 42px; }
.xyz-content h3 { font-size: 1.45rem; margin-top: 32px; }
.xyz-contact-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 40px;
}
#quote-form { scroll-margin-top: 32px; }
.xyz-contact-card {
  padding: 30px;
  border: 1px solid var(--xyz-border);
  border-radius: var(--xyz-radius);
  background: var(--xyz-cream);
}
.xyz-contact-card h3 { margin-top: 0; }
.xyz-contact-list { padding: 0; margin: 24px 0 0; list-style: none; }
.xyz-contact-list li { padding: 12px 0; border-top: 1px solid var(--xyz-border); }
.xyz-form { display: grid; gap: 16px; }
.xyz-form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.xyz-form-heading { font-size: clamp(2rem,4vw,3.2rem); }
.xyz-form-note { margin: 0; color: var(--xyz-muted); font-size: .88rem; }
.xyz-form label { display: grid; gap: 7px; font-size: .9rem; font-weight: 700; }
.xyz-form input, .xyz-form textarea, .xyz-form select {
  width: 100%;
  border: 1px solid var(--xyz-border);
  border-radius: 12px;
  padding: 13px 14px;
  background: var(--xyz-white);
  outline: none;
}
.xyz-form input:focus, .xyz-form textarea:focus, .xyz-form select:focus { border-color: var(--xyz-green-700); box-shadow: 0 0 0 3px rgba(63,101,78,.12); }
.xyz-form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.xyz-form-notice { margin: 24px 0; padding: 15px 17px; border-radius: 12px; font-weight: 700; }
.xyz-form-notice--success { border: 1px solid #9bc6a6; background: #edf8ef; color: #24562f; }
.xyz-form-notice--error { border: 1px solid #e2aaa5; background: #fff1ef; color: #8b2e26; }

/* Recent work */
.xyz-work-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.xyz-work-card { overflow: hidden; border: 1px solid var(--xyz-border); border-radius: var(--xyz-radius); background: var(--xyz-white); box-shadow: 0 14px 34px rgba(23,49,38,.07); }
.xyz-work-card__image { display: flex; height: 265px; overflow: hidden; align-items: center; justify-content: center; background: var(--xyz-green-100); }
.xyz-work-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.xyz-work-card:hover .xyz-work-card__image img { transform: scale(1.035); }
.xyz-work-card__placeholder { color: var(--xyz-green-700); font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; font-weight: 700; }
.xyz-work-card__body { padding: 25px; }
.xyz-work-card__body h2, .xyz-work-card__body h3 { margin: 5px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; line-height: 1.12; }
.xyz-work-card__body > p:not(.xyz-work-card__date) { color: var(--xyz-muted); }
.xyz-work-card__date, .xyz-work-single__meta { margin: 0; color: var(--xyz-green-700); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.xyz-work-single__header { padding: 92px 0 56px; background: var(--xyz-cream); }
.xyz-work-single__header h1 { max-width: 940px; margin: 0 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 5.8rem); line-height: .98; }
.xyz-work-single__hero { max-height: 680px; margin: 52px 0 0; overflow: hidden; border-radius: var(--xyz-radius); }
.xyz-work-single__hero img { width: 100%; max-height: 680px; object-fit: cover; }
.xyz-work-single__back { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--xyz-border); }
.xyz-pagination { margin-top: 42px; }
.xyz-pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.xyz-pagination .page-numbers { padding: 9px 14px; border: 1px solid var(--xyz-border); border-radius: 999px; }
.xyz-pagination .current { border-color: var(--xyz-green-900); background: var(--xyz-green-900); color: white; }
.xyz-empty-state { padding: 54px; border-radius: var(--xyz-radius); background: var(--xyz-cream); text-align: center; }

/* Editable gallery */
.xyz-gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.xyz-gallery-item { position: relative; min-height: 250px; margin: 0; overflow: hidden; border-radius: var(--xyz-radius); background: var(--xyz-green-100); }
.xyz-gallery-item img { width: 100%; height: 100%; min-height: 250px; object-fit: cover; transition: transform 350ms ease; }
.xyz-gallery-item:hover img { transform: scale(1.035); }
.xyz-gallery-item figcaption { position: absolute; inset: auto 12px 12px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.42); border-radius: 12px; background: rgba(17,38,29,.84); color: white; backdrop-filter: blur(8px); }
.xyz-gallery-item figcaption strong, .xyz-gallery-item figcaption span { display: block; }
.xyz-gallery-item figcaption strong { font-size: .9rem; }
.xyz-gallery-item figcaption span { margin-top: 3px; color: rgba(255,255,255,.75); font-size: .78rem; line-height: 1.4; }
.xyz-gallery-grid--archive .xyz-gallery-item { min-height: 310px; }
.xyz-gallery-grid--archive .xyz-gallery-item img { min-height: 310px; }

/* Reviews */
.xyz-review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.xyz-review-card { display: flex; min-height: 330px; flex-direction: column; padding: 30px; border: 1px solid var(--xyz-border); border-radius: var(--xyz-radius); background: var(--xyz-white); box-shadow: 0 14px 34px rgba(23,49,38,.06); }
.xyz-review-stars { color: #d26a35; font-size: 1.05rem; letter-spacing: .13em; }
.xyz-review-card blockquote { margin: 24px 0; color: var(--xyz-ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; line-height: 1.55; }
.xyz-review-card blockquote p { margin: 0; }
.xyz-review-card footer { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--xyz-border); }
.xyz-review-card footer strong, .xyz-review-card footer span { display: block; }
.xyz-review-card footer span { margin-top: 3px; color: var(--xyz-muted); font-size: .84rem; }
.xyz-sample-label { align-self: flex-start; margin-bottom: 18px; padding: 5px 9px; border-radius: 999px; background: #fff0dc; color: #7d461d; font-size: .67rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.xyz-review-card--sample { border-style: dashed; }

/* Footer */
.site-footer {
  padding: 72px 0 30px;
  background: #11261d;
  color: var(--xyz-white);
}
.xyz-footer__top {
  display: grid;
  grid-template-columns: 1.25fr .75fr .75fr;
  gap: 60px;
  padding-bottom: 55px;
}
.xyz-footer__brand .xyz-wordmark { font-size: 1.75rem; }
.xyz-footer__brand p {
  max-width: 420px;
  margin: 17px 0 0;
  color: rgba(255,255,255,.66);
}
.xyz-footer h3 {
  margin: 0 0 15px;
  font-size: .76rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.58);
}
.xyz-footer-menu { margin: 0; padding: 0; list-style: none; }
.xyz-footer-menu li { margin: 9px 0; }
.xyz-footer-menu a:hover { color: #d7e4d9; }
.xyz-footer__bottom {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.55);
  font-size: .86rem;
}

/* Responsive */
@media (max-width: 980px) {
  .xyz-section { padding: 72px 0; }
  .xyz-header { min-height: 88px; grid-template-columns: auto 1fr auto; }
  .xyz-mobile-toggle { grid-column: 1; }
  .xyz-header__right { grid-column: 3; }
  .xyz-header__brand { width: 190px; }
  .xyz-logo { max-height: 80px; }
  .xyz-header-phone { display: none; }
  .xyz-header-quote { min-height: 44px; padding: 0 17px; }
  .xyz-mobile-toggle { display: inline-flex; }
  .xyz-header__nav {
    position: fixed;
    z-index: 100;
    inset: 88px 0 auto 0;
    max-height: calc(100vh - 88px);
    overflow: auto;
    padding: 22px;
    border-top: 1px solid var(--xyz-border);
    background: var(--xyz-white);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: 180ms ease;
  }
  .menu-open .xyz-header__nav { opacity: 1; visibility: visible; transform: translateY(0); }
  .xyz-menu { display: block; }
  .xyz-menu > li { border-bottom: 1px solid var(--xyz-border); }
  .xyz-menu a { width: 100%; min-height: 54px; }
  .xyz-menu .sub-menu {
    position: static;
    min-width: 0;
    padding: 0 0 10px 14px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .xyz-menu .sub-menu a { min-height: 42px; }
  .xyz-intro { grid-template-columns: 1fr; gap: 36px; }
  .xyz-services { grid-template-columns: repeat(2, 1fr); }
  .xyz-project { grid-column: span 6 !important; }
  .xyz-footer__top { grid-template-columns: 1fr 1fr; }
  .xyz-footer__brand { grid-column: 1 / -1; }
  .xyz-contact-grid { grid-template-columns: 1fr; }
  .xyz-service-detail__content, .xyz-process { grid-template-columns: 1fr; gap: 38px; }
  .xyz-value-grid { grid-template-columns: 1fr; gap: 36px; }
  .xyz-services--five { grid-template-columns: repeat(2, 1fr); }
  .xyz-services--five .xyz-service { grid-column: auto !important; }
  .xyz-work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .xyz-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .xyz-review-grid { grid-template-columns: 1fr; }
  .xyz-review-card { min-height: 0; }
}
@media (max-width: 680px) {
  .xyz-container { width: min(calc(100% - 28px), var(--xyz-container)); }
  .xyz-section { padding: 58px 0; }
  .xyz-header__brand { width: 145px; }
  .xyz-logo { max-height: 74px; }
  .xyz-header { gap: 10px; }
  .xyz-mobile-toggle { width: 42px; height: 42px; }
  .xyz-header-quote { min-height: 42px; padding: 0 14px; font-size: .86rem; }
  .xyz-quote-full { display: none; }
  .xyz-quote-short { display: inline; }
  .xyz-wordmark { font-size: 1.12rem; }
  .xyz-hero { min-height: 680px; }
  .xyz-hero__content { padding: 80px 0 58px; }
  .xyz-hero__overlay {
    background: linear-gradient(0deg, rgba(11,27,19,.78) 0%, rgba(11,27,19,.30) 78%);
  }
  .xyz-section-heading { display: block; }
  .xyz-section-heading .xyz-button { margin-top: 20px; }
  .xyz-section-actions { justify-content: flex-start; }
  .xyz-section-actions .xyz-button { margin-top: 0; }
  .xyz-services { grid-template-columns: 1fr; }
  .xyz-service { min-height: 240px; }
  .xyz-service h3 { margin-top: 42px; }
  .xyz-projects { grid-template-columns: 1fr; gap: 12px; }
  .xyz-project { grid-column: auto !important; min-height: 290px; }
  .xyz-cta { padding: 36px 24px; grid-template-columns: 1fr; }
  .xyz-footer__top { grid-template-columns: 1fr; gap: 34px; }
  .xyz-footer__brand { grid-column: auto; }
  .xyz-footer__bottom { display: block; }
  .xyz-footer__bottom span { display: block; margin-top: 7px; }
  .xyz-service-directory { grid-template-columns: 1fr; gap: 20px; }
  .xyz-service-card__image { height: 250px; }
  .xyz-service-card__body { padding: 24px; }
  .xyz-service-detail__hero { min-height: 580px; }
  .xyz-service-detail__hero-content { padding-top: 100px; padding-bottom: 55px; }
  .xyz-check-list { grid-template-columns: 1fr; }
  .xyz-form-row, .xyz-work-grid { grid-template-columns: 1fr; }
  .xyz-work-card__image { height: 245px; }
  .xyz-gallery-grid { grid-template-columns: 1fr; }
  .xyz-gallery-item, .xyz-gallery-item img { min-height: 285px; }
}
