:root {
  --ink: #1e2721;
  --muted: #5b665d;
  --paper: #f8f5ee;
  --cream: #fffdf8;
  --moss: #3f6f45;
  --pine: #173f34;
  --clay: #9d5b33;
  --amber: #bd751c;
  --stone: #d8d0c3;
  --line: rgba(30, 39, 33, 0.16);
  --shadow: 0 18px 50px rgba(22, 36, 28, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 54px);
  color: #fff;
  background: linear-gradient(180deg, rgba(10, 20, 15, 0.78), rgba(10, 20, 15, 0));
}

.site-header.scrolled,
.site-header.nav-open {
  color: var(--ink);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 10px 30px rgba(18, 28, 22, 0.1);
  backdrop-filter: blur(12px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-weight: 800;
}

.brand-lockup strong,
.brand-lockup small {
  display: block;
}

.brand-lockup strong {
  font-size: 0.98rem;
}

.brand-lockup small {
  color: currentColor;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.75;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.primary-nav a {
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.2);
  outline: none;
}

.site-header.scrolled .primary-nav a:hover,
.site-header.scrolled .primary-nav a:focus-visible,
.site-header.nav-open .primary-nav a:hover,
.site-header.nav-open .primary-nav a:focus-visible {
  background: rgba(63, 111, 69, 0.12);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit;
  background: transparent;
}

.menu-toggle span:not(.visually-hidden) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(10, 20, 15, 0.83), rgba(10, 20, 15, 0.48) 48%, rgba(10, 20, 15, 0.18)),
    linear-gradient(0deg, rgba(10, 20, 15, 0.74), rgba(10, 20, 15, 0.03) 48%);
}

.hero-stone-cutout {
  position: absolute;
  z-index: 1;
  top: 28%;
  left: 64%;
  width: clamp(220px, 24vw, 430px);
  height: auto;
  opacity: 0.6;
  pointer-events: none;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.32));
}

.hero-facebook-sign {
  position: absolute;
  z-index: 2;
  top: 58%;
  left: 43%;
  width: clamp(220px, 18vw, 330px);
  height: auto;
  opacity: 0.56;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.16)) saturate(0.86);
  transition: opacity 160ms ease, transform 160ms ease;
}

.hero-facebook-sign:hover,
.hero-facebook-sign:focus-visible {
  opacity: 0.76;
  outline: none;
  transform: translateY(-1px);
}

.hero-facebook-sign img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-mobile-quote {
  display: none;
}

.hero-desktop-quote {
  position: absolute;
  z-index: 3;
  top: 22%;
  left: 52%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  padding: 15px 24px;
  color: #21170d;
  background:
    linear-gradient(180deg, rgba(255, 201, 114, 0.98), rgba(244, 174, 74, 0.96));
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
  font-weight: 950;
  letter-spacing: 0;
  text-decoration: none;
  transform: translateX(-50%);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.hero-desktop-quote:hover,
.hero-desktop-quote:focus-visible {
  outline: none;
  background:
    linear-gradient(180deg, rgba(255, 211, 130, 1), rgba(244, 174, 74, 1));
  box-shadow:
    0 20px 42px rgba(0, 0, 0, 0.34),
    0 0 0 4px rgba(244, 174, 74, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.54);
  transform: translate(-50%, -2px);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(780px, calc(100% - 36px));
  margin: 0 clamp(18px, 6vw, 78px) clamp(48px, 10vw, 108px);
}

.hero-logo-row {
  display: grid;
  width: min(640px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 32px);
  align-items: center;
  margin-top: 28px;
}

.hero-logo-row a {
  display: block;
  width: 100%;
  height: clamp(76px, 11vh, 118px);
  padding: clamp(6px, 0.9vw, 10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(8, 16, 12, 0.24);
  transition: transform 160ms ease, background 160ms ease;
}

.hero-logo-row a:hover,
.hero-logo-row a:focus-visible {
  background: rgba(255, 255, 255, 0.96);
  outline: none;
  transform: translateY(-2px);
}

.hero-logo-row img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.eyebrow,
.brand-kicker {
  margin: 0 0 10px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f8bf6b;
}

h1,
h2 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(3rem, 7vw, 6.8rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.hero p:not(.eyebrow) {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.02rem, 1.7vw, 1.3rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  padding: 12px 18px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  border-color: var(--amber);
  color: #21170d;
  background: #f4ae4a;
}

.button.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.section-pad {
  padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 70px);
}

.section-logo {
  display: block;
  width: min(190px, 70%);
  max-height: 180px;
  margin: 0 0 22px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: multiply;
}

.section-logo-wide {
  width: min(300px, 86%);
}

.section-logo-small {
  width: min(150px, 58%);
}

.intro,
.split-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.9fr) minmax(280px, 1.1fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
}

.section-heading {
  max-width: 560px;
}

.intro-copy {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
}

.intro-copy p {
  margin: 0;
}

.service-area {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(340px, 1.22fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(248, 245, 238, 0.96), rgba(238, 241, 233, 0.96)),
    radial-gradient(circle at 16% 18%, rgba(189, 117, 28, 0.14), transparent 34%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-area-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.service-callout {
  margin-top: 24px;
  border-left: 6px solid var(--amber);
  border-radius: 6px;
  padding: 15px 17px;
  color: var(--pine);
  background: rgba(255, 253, 248, 0.86);
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(82, 49, 19, 0.08);
}

.county-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.county-list span {
  border: 1px solid rgba(63, 111, 69, 0.22);
  border-radius: 999px;
  padding: 8px 10px;
  color: var(--pine);
  background: rgba(255, 253, 248, 0.82);
  font-size: 0.82rem;
  font-weight: 850;
}

.curbing-service-area {
  background:
    linear-gradient(135deg, rgba(248, 245, 238, 0.98), rgba(239, 234, 224, 0.96)),
    radial-gradient(circle at 86% 18%, rgba(143, 107, 69, 0.16), transparent 36%);
  border-top: 0;
}

.curbing-quote-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: clamp(24px, 4vw, 42px) clamp(18px, 5vw, 70px) 0;
  border: 1px solid rgba(244, 174, 74, 0.46);
  border-radius: 8px;
  padding: clamp(20px, 3vw, 30px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(16, 43, 36, 0.98), rgba(44, 77, 47, 0.96)),
    radial-gradient(circle at 86% 20%, rgba(244, 174, 74, 0.28), transparent 34%);
  box-shadow: 0 24px 58px rgba(35, 48, 37, 0.2);
}

.curbing-quote-bar .eyebrow {
  margin: 0 0 8px;
  color: #f4ae4a;
}

.curbing-quote-bar strong {
  display: block;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  line-height: 1.1;
}

.curbing-quote-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  flex: 0 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  padding: 14px 24px;
  color: #21170d;
  background: #f4ae4a;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
  font-weight: 950;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.curbing-quote-bar a:hover,
.curbing-quote-bar a:focus-visible {
  outline: none;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.curbing-service-area .service-callout {
  border-left-color: #8f6b45;
}

.service-map-card {
  overflow: hidden;
  border: 1px solid rgba(82, 49, 19, 0.18);
  border-radius: 8px;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.service-map {
  display: block;
  width: 100%;
  height: auto;
}

.service-map text {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.map-radius-label {
  fill: var(--clay);
  font-size: 18px;
  font-weight: 900;
}

.county-labels text {
  fill: rgba(23, 63, 52, 0.48);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.town-labels text {
  fill: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.town-labels .major-city {
  fill: var(--clay);
  font-size: 20px;
  font-weight: 950;
}

.home-label {
  fill: var(--pine);
  font-size: 30px;
  font-weight: 950;
}

.home-sub {
  fill: var(--amber);
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-section {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(300px, 0.82fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background: #eef1e9;
  border-top: 1px solid var(--line);
}

.story-copy p:not(.eyebrow) {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.story-stats {
  display: grid;
  gap: 12px;
}

.story-stats div {
  border: 1px solid rgba(63, 111, 69, 0.22);
  border-radius: 8px;
  padding: 20px;
  background: var(--cream);
}

.story-stats strong,
.story-stats span {
  display: block;
}

.story-stats strong {
  color: var(--pine);
  font-size: clamp(2.15rem, 5vw, 4.2rem);
  line-height: 0.95;
}

.story-stats span {
  margin-top: 7px;
  color: var(--muted);
  font-weight: 800;
}

.sale-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  background: var(--cream);
  border-top: 1px solid var(--line);
}

.sale-copy > p:not(.eyebrow) {
  max-width: 630px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.sale-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.sale-details span {
  border: 1px solid rgba(63, 111, 69, 0.28);
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--pine);
  background: #eef6e9;
  font-size: 0.88rem;
  font-weight: 850;
}

.sale-weekends {
  display: grid;
  gap: 14px;
}

.sale-weekend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-left: 7px solid var(--moss);
  border-radius: 8px;
  padding: 20px;
  background: #f4f8ef;
}

.sale-month {
  display: block;
  margin-bottom: 5px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sale-weekend h3 {
  margin: 0;
  color: var(--pine);
  font-size: clamp(1.3rem, 2.6vw, 2rem);
  line-height: 1.08;
}

.sale-weekend a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 4px;
  padding: 10px 14px;
  color: #fff;
  background: var(--pine);
  font-size: 0.92rem;
  font-weight: 850;
  text-decoration: none;
}

.sale-weekend a:hover,
.sale-weekend a:focus-visible {
  background: var(--moss);
  outline: none;
}

.brand-grid {
  display: grid;
  gap: 24px;
  background: #eef1e9;
}

.curbing-feature {
  display: grid;
  grid-template-columns: minmax(300px, 1.1fr) minmax(300px, 0.9fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.curbing-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 460px;
}

.curbing-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.curbing-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 62px);
}

.curbing-copy h2 {
  font-size: clamp(2rem, 3.7vw, 3.4rem);
}

.curbing-copy p:not(.brand-kicker) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.brand-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(300px, 1.05fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.brand-card:nth-child(even) {
  grid-template-columns: minmax(300px, 1.05fr) minmax(260px, 0.95fr);
}

.brand-card:nth-child(even) > img,
.brand-card:nth-child(even) > .landscaping-image-frame {
  order: 2;
}

.brand-card > img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.brand-card > .landscaping-image-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 390px;
  align-self: stretch;
  background: #102b24;
}

.brand-card > .landscaping-image-frame::before {
  content: "";
  position: absolute;
  inset: -28px;
  background-image: var(--landscaping-bg);
  background-position: center center;
  background-size: cover;
  filter: blur(22px);
  opacity: 0.5;
  transform: scale(1.06);
}

.landscaping-image-frame img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding: clamp(10px, 1.2vw, 18px);
  object-fit: contain;
  object-position: center center;
  box-sizing: border-box;
}

.nursery-photo-pair {
  display: grid;
  grid-template-rows: 1fr 1fr;
  min-height: 390px;
}

.nursery-photo-pair img {
  min-height: 0;
  height: 100%;
}

.brand-card .section-logo,
.curbing-feature .section-logo,
.sale-section .section-logo,
.maple-preorder .section-logo {
  width: min(190px, 70%);
  height: auto;
  min-height: 0;
  max-height: 180px;
  object-fit: contain;
}

.brand-card .section-logo-wide,
.curbing-feature .section-logo-wide,
.maple-preorder .section-logo-wide {
  width: min(300px, 86%);
}

.brand-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 62px);
}

.brand-body h2 {
  font-size: clamp(2rem, 4vw, 3.7rem);
}

.brand-body p:not(.brand-kicker) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.service-list {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.service-list-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px 16px;
}

.service-list li {
  position: relative;
  padding-left: 24px;
  font-weight: 800;
}

.service-list li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--moss);
}

.pony-forms {
  display: grid;
  gap: clamp(28px, 5vw, 58px);
  background: var(--cream);
  border-top: 1px solid var(--line);
}

.forms-intro {
  max-width: 850px;
}

.forms-intro p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.forms-intro a {
  color: var(--pine);
  font-weight: 850;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 22px;
}

.email-form {
  display: grid;
  gap: 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 34px);
  background: #f7faf3;
}

.email-form h3 {
  margin: 0;
  color: var(--pine);
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1.08;
}

.email-form label {
  display: grid;
  gap: 6px;
  color: var(--pine);
  font-size: 0.9rem;
  font-weight: 850;
}

.email-form input,
.email-form textarea {
  width: 100%;
  border: 1px solid rgba(30, 39, 33, 0.22);
  border-radius: 6px;
  padding: 12px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.email-form textarea {
  resize: vertical;
}

.email-form input:focus,
.email-form textarea:focus {
  border-color: var(--moss);
  outline: 3px solid rgba(63, 111, 69, 0.16);
}

.email-form button {
  min-height: 48px;
  border: 0;
  border-radius: 4px;
  padding: 12px 16px;
  color: #fff;
  background: var(--pine);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.email-form button:hover,
.email-form button:focus-visible {
  background: var(--moss);
  outline: none;
}

.maple-preorder {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 0.72fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  color: #fff;
  background: linear-gradient(135deg, #523113 0%, #7b4618 48%, #173f34 100%);
}

.maple-preorder h2,
.maple-preorder h3,
.maple-preorder label {
  color: #fff;
}

.maple-preorder .section-logo {
  padding: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  mix-blend-mode: normal;
}

.maple-preorder-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.06rem;
}

.maple-preorder .sale-details span {
  border-color: rgba(255, 255, 255, 0.26);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.maple-order-form {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 253, 248, 0.12);
}

.maple-order-form input,
.maple-order-form textarea {
  border-color: rgba(255, 255, 255, 0.28);
}

.maple-video-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 1.22fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(82, 49, 19, 0.18);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 46px);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(245, 240, 229, 0.96)),
    radial-gradient(circle at 92% 18%, rgba(189, 117, 28, 0.18), transparent 32%);
  box-shadow: var(--shadow);
}

.maple-video-copy p:not(.brand-kicker) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.maple-video-player {
  overflow: hidden;
  border-radius: 8px;
  background: #102b24;
  box-shadow: 0 22px 50px rgba(82, 49, 19, 0.2);
}

.maple-video-grid {
  display: grid;
  gap: 16px;
}

.maple-video-item {
  display: grid;
  gap: 8px;
}

.maple-video-thumb,
.maple-video-player iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.maple-video-thumb {
  position: relative;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  background: #102b24;
}

.maple-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.86;
  transition: transform 180ms ease, opacity 180ms ease;
}

.maple-video-thumb:hover img,
.maple-video-thumb:focus-visible img {
  opacity: 0.72;
  transform: scale(1.03);
}

.video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(244, 174, 74, 0.94);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.32);
  transform: translate(-50%, -50%);
}

.video-play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid #102b24;
  transform: translate(-50%, -50%);
}

.video-play-label {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  color: #fff;
  font-weight: 900;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.video-fallback-link {
  justify-self: start;
  color: var(--pine);
  font-size: 0.92rem;
  font-weight: 900;
  text-decoration-color: rgba(23, 63, 52, 0.32);
}

.video-fallback-link:hover,
.video-fallback-link:focus-visible {
  color: var(--clay);
  outline: none;
}

.store-locator {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(320px, 1.12fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: start;
  background: #f5f0e5;
  border-top: 1px solid var(--line);
}

.store-locator-heading p:not(.eyebrow) {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.store-grid {
  display: grid;
  gap: 16px;
}

.store-card {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(82, 49, 19, 0.18);
  border-radius: 8px;
  padding: clamp(18px, 3vw, 26px);
  background: var(--cream);
  box-shadow: 0 12px 34px rgba(82, 49, 19, 0.1);
}

.store-tag {
  display: inline-flex;
  margin-bottom: 8px;
  border-radius: 999px;
  padding: 5px 9px;
  color: #fff;
  background: var(--amber);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.store-card h3 {
  margin: 0;
  color: var(--pine);
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 1.08;
}

.store-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-weight: 750;
}

.store-card p a {
  color: var(--pine);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.store-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(23, 63, 52, 0.22);
  border-radius: 4px;
  padding: 9px 12px;
  color: var(--pine);
  background: #eef6e9;
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

.store-actions a:hover,
.store-actions a:focus-visible {
  color: #fff;
  background: var(--pine);
  outline: none;
}

.split-section {
  background: var(--pine);
  color: #fff;
}

.split-section h2 {
  max-width: 520px;
}

.contact-panel {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
}

.contact-panel p {
  margin: 0 0 24px;
}

.contact-links {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.contact-links a {
  display: block;
  width: fit-content;
  border-bottom: 2px solid rgba(244, 174, 74, 0.8);
  color: #fff;
  font-weight: 850;
  text-decoration: none;
}

address {
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(18px, 5vw, 70px);
  color: rgba(255, 255, 255, 0.8);
  background: #102b24;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 1120px) {
  .service-list-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .site-header {
    padding: 12px 16px;
  }

  .menu-toggle {
    display: block;
  }

  .primary-nav {
    position: absolute;
    top: 72px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 8px;
    color: var(--ink);
    background: var(--cream);
    box-shadow: var(--shadow);
  }

  .site-header.nav-open .primary-nav {
    display: flex;
  }

  .primary-nav a {
    padding: 12px;
  }

  .hero {
    min-height: auto;
    padding: 190px 0 42px;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(10, 20, 15, 0.86), rgba(10, 20, 15, 0.2)),
      linear-gradient(90deg, rgba(10, 20, 15, 0.68), rgba(10, 20, 15, 0.18));
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    width: calc(100% - 36px);
    margin: 0 18px;
  }

  .hero-stone-cutout {
    display: none;
  }

  .hero-desktop-quote {
    display: none;
  }

  .hero-mobile-quote {
    position: absolute;
    z-index: 3;
    top: 158px;
    right: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    padding: 10px 14px;
    color: #102b24;
    background: rgba(244, 174, 74, 0.94);
    font-weight: 950;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
  }

  .hero-facebook-sign {
    top: 88px;
    left: 34px;
    right: auto;
    width: min(118px, 30vw);
    opacity: 0.62;
    filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.14)) saturate(0.86);
  }

  .hero-logo-row {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 22px 0 24px;
  }

  .hero-logo-row a {
    height: 76px;
    padding: 7px;
  }

  .hero-actions {
    margin-top: 4px;
  }

  .service-map-card {
    border-radius: 8px;
  }

  .county-list {
    gap: 7px;
  }

  .county-list span {
    font-size: 0.78rem;
  }

  .intro,
  .service-area,
  .story-section,
  .sale-section,
  .maple-preorder,
  .maple-video-card,
  .store-locator,
  .split-section,
  .curbing-feature,
  .brand-card,
  .brand-card:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .brand-card:nth-child(even) > img,
  .brand-card:nth-child(even) > .landscaping-image-frame {
    order: 0;
  }

  .brand-card > img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .brand-card > .landscaping-image-frame {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .landscaping-image-frame img {
    height: 100%;
    padding: 8px;
  }

  .brand-body,
  .curbing-copy {
    position: relative;
    z-index: 1;
    padding: 24px 20px 28px;
    background: var(--cream);
  }

  .section-logo {
    width: min(190px, 72%);
    max-height: 160px;
  }

  .section-logo-wide {
    width: min(260px, 90%);
  }

  .nursery-photo-pair {
    grid-template-rows: auto auto;
    min-height: 0;
    background: var(--cream);
  }

  .nursery-photo-pair img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .nursery-photo-pair img:nth-child(2) {
    aspect-ratio: auto;
    object-fit: contain;
  }

  .curbing-images {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .curbing-images img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .store-card {
    grid-template-columns: 1fr;
  }

  .store-actions {
    justify-content: flex-start;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .brand-lockup small {
    display: none;
  }

  h1 {
    font-size: clamp(2.55rem, 14vw, 4.2rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .brand-body {
    padding: 26px 20px 30px;
  }

  .service-list-compact {
    grid-template-columns: 1fr;
  }

  .curbing-quote-bar {
    align-items: stretch;
    flex-direction: column;
    margin: 22px 18px 0;
  }

  .curbing-quote-bar a {
    width: 100%;
  }

  .sale-weekend {
    align-items: stretch;
    flex-direction: column;
  }

  .sale-weekend a {
    width: 100%;
  }
}
