:root {
  --green-950: #062d18;
  --green-900: #074322;
  --green-800: #075b2a;
  --green-700: #078a36;
  --green-600: #09a941;
  --green-100: #e4f6e9;
  --sand-100: #f5f1e8;
  --sand-200: #ece5d8;
  --orange: #ffd400;
  --orange-dark: #c6a300;
  --ink: #17201a;
  --muted: #5e6a62;
  --white: #ffffff;
  --border: #dce3dd;
  --shadow: 0 18px 45px rgba(12, 36, 25, .10);
  --radius: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 9999; padding: 10px 14px;
  background: var(--white); color: var(--green-950); transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(23,61,44,.08);
}
.header-inner {
  min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px;
}
.logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.logo strong { display: block; font-size: 1rem; letter-spacing: .09em; line-height: 1.1; color: var(--green-900); }
.logo small { color: var(--muted); font-size: .78rem; }
.logo-mark {
  position: relative; display: inline-flex; align-items: flex-end; justify-content: space-around;
  width: 46px; height: 38px; padding: 4px 5px; border-bottom: 4px solid var(--orange);
}
.logo-mark i { display: block; width: 4px; background: var(--green-700); border-radius: 2px 2px 0 0; }
.logo-mark i:nth-child(1), .logo-mark i:nth-child(4) { height: 30px; }
.logo-mark i:nth-child(2), .logo-mark i:nth-child(3) { height: 22px; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { text-decoration: none; font-weight: 650; font-size: .93rem; color: #304039; }
.main-nav a:hover { color: var(--green-700); }
.nav-cta { padding: 10px 16px; border: 1px solid var(--green-700); border-radius: 999px; color: var(--green-800)!important; }
.nav-toggle { display: none; border: 0; background: none; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: var(--green-900); }

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(223,122,40,.12), transparent 28%),
    linear-gradient(135deg, #f8f6ef 0%, #edf3ed 100%);
}
.hero-grid {
  min-height: 670px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px;
  padding-block: 80px;
}
.eyebrow {
  margin: 0 0 12px; color: var(--orange-dark); text-transform: uppercase; letter-spacing: .14em;
  font-size: .78rem; font-weight: 850;
}
h1, h2, h3 { margin-top: 0; line-height: 1.12; color: var(--green-950); }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(2.7rem, 5.7vw, 5rem); letter-spacing: -.052em; }
h2 { margin-bottom: 20px; font-size: clamp(2rem, 4vw, 3.45rem); letter-spacing: -.035em; }
h3 { margin-bottom: 10px; font-size: 1.18rem; }
.hero-lead { max-width: 700px; margin: 0 0 30px; font-size: 1.16rem; color: #4c5d53; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 20px;
  border-radius: 10px; text-decoration: none; font-weight: 800; transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--green-700); box-shadow: 0 10px 24px rgba(35,91,66,.24); }
.button-primary:hover { background: var(--green-800); }
.button-secondary { color: var(--green-900); border: 1px solid #b9c8bd; background: rgba(255,255,255,.58); }
.hero-points {
  display: flex; flex-wrap: wrap; gap: 12px 26px; padding: 0; margin: 30px 0 0; list-style: none;
  color: #405148; font-size: .9rem; font-weight: 700;
}
.hero-points li::before { content: "✓"; margin-right: 8px; color: var(--orange-dark); }

.hero-visual {
  position: relative; min-height: 500px; overflow: hidden; border-radius: 28px;
  background: linear-gradient(#bcd8dc 0 49%, #dfe8ce 49% 100%);
  box-shadow: var(--shadow);
}
.sun { position: absolute; top: 54px; right: 60px; width: 78px; height: 78px; border-radius: 50%; background: #f0bd64; box-shadow: 0 0 0 18px rgba(240,189,100,.18); }
.hill { position: absolute; left: -12%; width: 125%; border-radius: 50% 50% 0 0; }
.hill-back { height: 240px; bottom: 95px; background: #86a77f; transform: rotate(-4deg); }
.hill-front { height: 210px; bottom: -90px; background: #557c58; transform: rotate(4deg); }
.fence { position: absolute; left: 9%; right: 8%; bottom: 87px; height: 230px; transform: perspective(700px) rotateY(-5deg); }
.post { position: absolute; bottom: 0; width: 14px; height: 230px; background: #223831; border-radius: 3px 3px 0 0; box-shadow: 3px 0 rgba(255,255,255,.12) inset; }
.p1 { left: 0; } .p2 { left: 32%; } .p3 { left: 65%; } .p4 { right: 0; }
.rail { position: absolute; left: 5px; right: 4px; height: 6px; background: #2d493f; border-radius: 2px; }
.r1 { bottom: 28px; } .r2 { bottom: 62px; } .r3 { bottom: 96px; }
.r4 { bottom: 130px; } .r5 { bottom: 164px; } .r6 { bottom: 198px; }
.fence::before {
  content: ""; position: absolute; inset: 23px 3px 2px 5px;
  background-image: repeating-linear-gradient(90deg, transparent 0 28px, #2d493f 28px 32px);
  opacity: .96;
}
.visual-label {
  position: absolute; left: 28px; right: 28px; bottom: 24px; display: flex; align-items: center;
  justify-content: space-between; gap: 20px; padding: 16px 18px; color: var(--white);
  background: rgba(12,36,25,.87); border: 1px solid rgba(255,255,255,.15); border-radius: 14px;
  backdrop-filter: blur(8px);
}
.visual-label strong { font-size: .98rem; }
.visual-label span { font-size: .78rem; opacity: .74; text-align: right; }

.trust-strip { background: var(--green-950); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-grid div { padding: 26px 28px; border-right: 1px solid rgba(255,255,255,.13); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { margin-bottom: 3px; font-size: 1rem; }
.trust-grid span { color: rgba(255,255,255,.64); font-size: .86rem; }

.section { padding-block: 105px; }
.section-muted { background: var(--sand-100); }
.section-heading { max-width: 740px; margin-bottom: 45px; }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 1.04rem; }
.section-heading.compact { margin-bottom: 35px; }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card {
  min-height: 300px; padding: 26px; border: 1px solid var(--border); border-radius: var(--radius);
  background: var(--white); transition: transform .2s, box-shadow .2s, border-color .2s;
}
.category-card:hover { transform: translateY(-4px); border-color: #b7c9bd; box-shadow: var(--shadow); }
.category-card.featured { color: var(--white); background: var(--green-800); border-color: var(--green-800); }
.category-card.featured h3 { color: var(--white); }
.category-card p { margin-bottom: 18px; color: var(--muted); font-size: .93rem; }
.category-card.featured p { color: rgba(255,255,255,.72); }
.category-card > span { display: block; color: var(--green-700); font-size: .75rem; font-weight: 800; }
.category-card.featured > span { color: #bde3c9; }

.category-icon { position: relative; width: 58px; height: 58px; margin-bottom: 28px; border-radius: 14px; background-color: var(--green-100); }
.featured .category-icon { background-color: rgba(255,255,255,.12); }
.mesh-icon {
  background-image: linear-gradient(45deg, transparent 43%, var(--green-700) 44% 49%, transparent 50%),
                    linear-gradient(-45deg, transparent 43%, var(--green-700) 44% 49%, transparent 50%);
  background-size: 16px 16px;
}
.panel-icon::before { content:""; position:absolute; inset:12px 9px; border:3px solid var(--white); background: repeating-linear-gradient(0deg, transparent 0 8px, rgba(255,255,255,.8) 8px 10px), repeating-linear-gradient(90deg, transparent 0 10px, rgba(255,255,255,.8) 10px 12px); }
.gate-icon::before { content:""; position:absolute; inset:12px 9px 8px; border:3px solid var(--green-700); border-bottom-width:5px; transform:skewY(-8deg); }
.post-icon::before { content:""; position:absolute; left:15px; bottom:9px; width:10px; height:40px; background:var(--green-700); box-shadow:20px 8px 0 -2px var(--orange); }
.slab-icon::before { content:""; position:absolute; inset:19px 8px 11px; border:3px solid var(--green-700); transform:skewX(-8deg); box-shadow:0 7px 0 -3px var(--orange); }
.farm-icon::before { content:""; position:absolute; inset:12px; border:3px solid var(--green-700); background:repeating-linear-gradient(90deg,transparent 0 10px,var(--green-700) 10px 12px),repeating-linear-gradient(0deg,transparent 0 10px,var(--green-700) 10px 12px); }
.shade-icon::before { content:""; position:absolute; inset:12px 10px; background:repeating-linear-gradient(0deg,var(--green-700) 0 4px,transparent 4px 9px); border-left:3px solid var(--orange); border-right:3px solid var(--orange); }
.tools-icon::before { content:""; position:absolute; width:10px; height:40px; left:24px; top:9px; background:var(--green-700); transform:rotate(42deg); border-radius:5px; box-shadow:0 -5px 0 2px var(--orange); }

.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.large-text { color: var(--muted); font-size: 1.08rem; }
.text-link { display: inline-flex; gap: 10px; margin-top: 12px; color: var(--green-800); font-weight: 850; text-decoration: none; }
.benefit-list { display: grid; gap: 12px; }
.benefit-list article {
  display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 24px;
  background: rgba(255,255,255,.75); border: 1px solid #e2ddcf; border-radius: 16px;
}
.benefit-list article > span { color: var(--orange-dark); font-size: .82rem; font-weight: 900; }
.benefit-list h3 { margin-bottom: 7px; }
.benefit-list p { margin: 0; color: var(--muted); font-size: .92rem; }

.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; padding: 0; margin: 0; list-style: none; }
.steps li { position: relative; padding: 28px 24px; border-top: 3px solid var(--green-700); background: #f8faf8; border-radius: 0 0 15px 15px; }
.steps li > span { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 24px; border-radius: 50%; color: var(--white); background: var(--green-700); font-weight: 900; }
.steps p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }

.contact-section { padding-block: 100px; color: var(--white); background: var(--green-900); }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
.contact-copy h2 { color: var(--white); }
.contact-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.7); font-size: 1.04rem; }
.eyebrow.light { color: #f3a45e; }
.button-light { color: var(--green-950); background: var(--white); }
.button-outline-light { color: var(--white); border: 1px solid rgba(255,255,255,.4); }
.contact-card {
  display: grid; gap: 20px; padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px;
  background: rgba(255,255,255,.07); font-style: normal;
}
.contact-card div > span { display: block; margin-bottom: 4px; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .11em; font-size: .68rem; font-weight: 800; }
.contact-card p { margin: 7px 0 0; color: rgba(255,255,255,.72); }
.contact-card a { font-weight: 800; text-decoration: none; }
.map-link { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); }

.site-footer { padding-block: 34px; background: #081b12; color: rgba(255,255,255,.67); }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; gap: 35px; align-items: center; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: var(--white); letter-spacing: .08em; }
.footer-brand span { font-size: .78rem; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { text-decoration: none; font-size: .84rem; }
.footer-inner > p { margin: 0; font-size: .8rem; }

@media (max-width: 980px) {
  .main-nav {
    position: fixed; top: 76px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch;
    padding: 24px 20px 28px; background: var(--white); border-bottom: 1px solid var(--border); box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; padding-block: 65px; }
  .hero-visual { min-height: 450px; }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .split-layout, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .steps { grid-template-columns: repeat(2,1fr); }
  .footer-inner { grid-template-columns: 1fr; gap: 16px; }
}
@media (max-width: 650px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 68px; }
  .main-nav { top: 68px; }
  .hero-grid { min-height: auto; padding-block: 48px 60px; }
  h1 { font-size: clamp(2.6rem, 13vw, 4rem); }
  .hero-actions .button, .contact-actions .button { width: 100%; }
  .hero-points { display: grid; }
  .hero-visual { min-height: 390px; border-radius: 20px; }
  .sun { top: 38px; right: 35px; width: 58px; height: 58px; }
  .fence { left: 5%; right: 5%; bottom: 82px; height: 190px; }
  .post { height: 190px; }
  .r1 { bottom: 20px; } .r2 { bottom: 48px; } .r3 { bottom: 76px; }
  .r4 { bottom: 104px; } .r5 { bottom: 132px; } .r6 { bottom: 160px; }
  .fence::before { inset: 15px 3px 2px 5px; }
  .visual-label { left: 15px; right: 15px; bottom: 14px; display: block; }
  .visual-label span { display: block; margin-top: 3px; text-align: left; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .trust-grid div { padding: 18px 8px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-grid div:last-child { border-bottom: 0; }
  .section { padding-block: 75px; }
  .category-grid, .steps { grid-template-columns: 1fr; }
  .category-card { min-height: 0; }
  .benefit-list article { grid-template-columns: 44px 1fr; padding: 20px; }
  .contact-section { padding-block: 75px; }
  .footer-links { flex-wrap: wrap; }
}

.category-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.billing {
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.14);
}

.subhero {
  padding: 80px 0 70px;
  background: linear-gradient(135deg, #f8f6ef 0%, #e4f6e9 100%);
}
.subhero h1 { margin-bottom: 20px; }
.breadcrumb {
  display: inline-block;
  margin-bottom: 38px;
  color: var(--green-700);
  font-weight: 800;
  text-decoration: none;
}
.subcategory-grid { display: grid; gap: 34px; }
.subcategory-card {
  display: grid;
  grid-template-columns: minmax(320px, .85fr) 1.15fr;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 12px 35px rgba(12,36,25,.06);
}
.photo-placeholder {
  min-height: 360px;
  display: grid;
  place-items: center;
  padding: 30px;
  color: rgba(255,255,255,.9);
  text-align: center;
  font-weight: 850;
  background-color: var(--green-700);
  background-image:
    linear-gradient(45deg, transparent 43%, rgba(255,255,255,.28) 44% 48%, transparent 49%),
    linear-gradient(-45deg, transparent 43%, rgba(255,255,255,.28) 44% 48%, transparent 49%);
  background-size: 28px 28px;
}
.welded-photo {
  background-image:
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(255,255,255,.27) 38px 41px),
    repeating-linear-gradient(0deg, transparent 0 22px, rgba(255,255,255,.27) 22px 25px);
}
.decorative-photo {
  background-image:
    radial-gradient(circle at 50% 100%, transparent 0 22px, rgba(255,255,255,.28) 23px 26px, transparent 27px),
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(255,255,255,.25) 42px 45px);
  background-size: 84px 55px, auto;
}
.photo-placeholder span {
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(6,45,24,.82);
}
.subcategory-content { padding: 45px; align-self: center; }
.subcategory-content h2 { font-size: clamp(1.8rem,3vw,2.7rem); }
.subcategory-content p:not(.eyebrow) { color: var(--muted); }
@media (max-width: 800px) {
  .subcategory-card { grid-template-columns: 1fr; }
  .photo-placeholder { min-height: 250px; }
  .subcategory-content { padding: 28px; }
  .subpage-nav { display: flex; position: static; flex-direction: row; padding: 0; box-shadow: none; border: 0; }
  .subpage-nav a:not(.nav-cta) { display: none; }
}

.subcategory-photo {
  min-height: 360px;
  overflow: hidden;
  background: #e4f6e9;
}
.subcategory-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}
@media (max-width: 800px) {
  .subcategory-photo,
  .subcategory-photo img {
    min-height: 250px;
  }
}

.topbar {
  background: #079a35;
  color: #fff;
  font-size: .84rem;
  font-weight: 800;
}
.topbar-inner {
  min-height: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.topbar a {
  color: #fff;
  text-decoration: none;
}
.logo-image-link {
  display: inline-flex;
  align-items: center;
  max-width: 285px;
}
.logo-image-link img {
  display: block;
  width: 100%;
  height: 58px;
  object-fit: contain;
  object-position: left center;
}
.footer-logo img {
  display: block;
  width: 190px;
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 8px;
}
.subcategory-symbol {
  min-height: 320px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #e7f8eb, #f6fff8);
  border-right: 1px solid var(--border);
}
.subcategory-symbol span {
  position: relative;
  display: block;
  width: 170px;
  height: 170px;
  border-radius: 24px;
  background-color: #079a35;
  box-shadow: 0 14px 30px rgba(7,154,53,.16);
}
.classic-symbol span {
  background-image:
    linear-gradient(45deg, transparent 43%, #ffd400 44% 49%, transparent 50%),
    linear-gradient(-45deg, transparent 43%, #ffd400 44% 49%, transparent 50%);
  background-size: 34px 34px;
}
.welded-symbol span {
  background-image:
    repeating-linear-gradient(90deg, transparent 0 32px, #ffd400 32px 37px),
    repeating-linear-gradient(0deg, transparent 0 32px, #ffd400 32px 37px);
}
@media (max-width: 800px) {
  .topbar-inner { min-height: 38px; }
  .logo-image-link { max-width: 220px; }
  .logo-image-link img { height: 48px; }
  .subcategory-symbol { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--border); }
  .subcategory-symbol span { width: 130px; height: 130px; }
}

.site-header { top: 0; }
