:root {
  --ink: #18241f;
  --forest: #1d4938;
  --forest-dark: #0e2f24;
  --moss: #7b8c62;
  --clay: #bc6647;
  --cream: #f3efe4;
  --paper: #fbfaf6;
  --line: #d8d4c8;
  --white: #fffef9;
  --display: "Fjalla One", sans-serif;
  --body: "DM Sans", sans-serif;
  --shadow: 0 24px 70px rgba(14, 47, 36, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 108px 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.utility-bar { background: var(--forest-dark); color: #dbe8df; font-size: .77rem; letter-spacing: .04em; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.utility-inner a { color: var(--white); font-weight: 700; text-decoration: none; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(251,250,246,.96); border-bottom: 1px solid rgba(24,36,31,.12); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--forest); text-decoration: none; line-height: 1; }
.brand-mark { width: 43px; height: 43px; }
.brand span { display: grid; gap: 4px; }
.brand strong { font-family: var(--display); font-size: 1.28rem; text-transform: uppercase; letter-spacing: .025em; }
.brand small { font-size: .75rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 27px; }
.site-nav a { font-size: .86rem; font-weight: 700; text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--clay); }
.nav-cta { padding: 12px 18px; background: var(--forest); color: var(--white); }
.nav-cta:hover { background: var(--forest-dark); }
.menu-toggle { display: none; border: 1px solid var(--ink); background: transparent; padding: 8px 11px; font: 700 .8rem var(--body); }

.hero { position: relative; min-height: 735px; display: grid; align-items: end; overflow: hidden; color: var(--white); background: var(--forest-dark); }
.hero-image { position: absolute; inset: 0; background: url("images/wood-fence-wallkill.webp") center 53% / cover no-repeat; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,27,20,.92) 0%, rgba(8,27,20,.68) 47%, rgba(8,27,20,.2) 100%), linear-gradient(0deg, rgba(8,27,20,.6), transparent 45%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 2.2fr) minmax(260px, .8fr); gap: 80px; align-items: end; padding-top: 115px; padding-bottom: 88px; }
.eyebrow { margin: 0 0 17px; color: #d8e7ce; font-size: .75rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: var(--forest); }
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1, h2 { font-family: var(--display); font-weight: 400; text-transform: uppercase; letter-spacing: -.01em; }
h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(4.4rem, 8.8vw, 8.2rem); }
h1 em { color: #cadca9; font-style: normal; }
h2 { margin-bottom: 25px; font-size: clamp(2.7rem, 5.3vw, 5rem); }
h3 { margin-bottom: 13px; font-size: 1.38rem; }
.hero-lede { max-width: 690px; margin: 0; color: #eef2ed; font-size: 1.15rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.button { display: inline-flex; min-height: 53px; align-items: center; justify-content: center; padding: 13px 24px; font-size: .86rem; font-weight: 700; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--clay); color: var(--white); }
.button-primary:hover { background: #a95639; }
.button-ghost { border: 1px solid rgba(255,255,255,.55); color: var(--white); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.trust-list { display: flex; flex-wrap: wrap; gap: 22px; margin: 27px 0 0; padding: 0; list-style: none; color: #d9e3dc; font-size: .8rem; font-weight: 600; }
.trust-list li::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 9px; background: #cadca9; border-radius: 50%; vertical-align: 1px; }
.hero-note { border-top: 1px solid rgba(255,255,255,.5); padding-top: 22px; }
.hero-note p { margin-bottom: 0; color: #e3eae5; font-size: .91rem; }
.note-number { font-family: var(--display); font-size: 2rem; letter-spacing: .04em; }

.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; }
.intro h2 { font-size: clamp(2.8rem, 4.8vw, 4.8rem); }
.prose p { margin: 0 0 1.25em; }
.lead-copy { border-left: 1px solid #b9b6a9; padding-left: 40px; font-size: 1.05rem; }
.lead-copy p:first-child { font-size: 1.22rem; }

.materials { color: var(--white); background: var(--forest-dark); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 60px; }
.section-heading h2 { max-width: 850px; margin-bottom: 0; }
.section-heading > p { max-width: 360px; color: #cbd6cf; }
.material-feature { display: grid; grid-template-columns: 1.1fr .9fr; margin-bottom: 22px; background: var(--cream); color: var(--ink); }
.material-feature img { width: 100%; height: 100%; min-height: 510px; object-fit: cover; }
.material-copy { position: relative; padding: clamp(45px, 7vw, 90px); }
.material-copy h3 { max-width: 520px; font-family: var(--display); font-size: clamp(2.25rem, 4vw, 4rem); font-weight: 400; text-transform: uppercase; }
.material-index { position: absolute; top: 23px; right: 28px; color: rgba(24,36,31,.28); font: 2rem var(--display); }
.service-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; align-items: stretch; }
.service-card { position: relative; min-height: 315px; padding: 42px; border: 1px solid rgba(255,255,255,.18); background: #183d2f; }
.service-card h3 { max-width: 460px; font-family: var(--display); font-size: 2rem; font-weight: 400; text-transform: uppercase; }
.service-card p { max-width: 600px; color: #d3ddd6; }
.service-card a { display: inline-block; margin-top: 10px; color: #e7bba9; font-weight: 700; text-decoration: none; }
.service-card-tall { grid-row: span 2; min-height: 652px; display: flex; flex-direction: column; justify-content: end; padding: clamp(45px, 6vw, 80px); background: linear-gradient(rgba(14,47,36,.32), rgba(14,47,36,.94)), url("images/wood-fence-wallkill.webp") center/cover; }
.service-card-tall h3 { font-size: clamp(2.7rem, 4vw, 4.3rem); }
.image-card { padding: 0; display: grid; grid-template-columns: .9fr 1.1fr; }
.image-card img { height: 100%; min-height: 315px; object-fit: cover; }
.image-card div { padding: 35px; align-self: end; }
.accent-card { color: var(--ink); background: #cadca9; border: none; }
.accent-card p { color: #344239; }
.card-number { margin-bottom: 25px; color: #e7bba9; font: 1.7rem var(--display); }
.accent-card .card-number { color: var(--forest); }

.pool-section { background: var(--paper); }
.pool-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; align-items: center; }
.pool-copy h2 { font-size: clamp(2.7rem, 4.5vw, 4.7rem); }
.pool-photo { margin: 0; }
.pool-photo img { width: 100%; aspect-ratio: 1.22; object-fit: cover; box-shadow: var(--shadow); }
.pool-photo figcaption { margin-top: 15px; color: #617066; font-size: .8rem; }
.caution-note { display: grid; gap: 7px; margin-top: 30px; padding: 22px 0 22px 24px; border-left: 4px solid var(--clay); }
.caution-note span { color: #516057; font-size: .88rem; }

.local-section { color: var(--white); background: #15372c; }
.local-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; align-items: start; }
.local-sticky { position: sticky; top: 140px; }
.local-sticky h2 { font-size: clamp(3rem, 5.6vw, 5.5rem); }
.text-link { color: #dfb19f; font-weight: 700; text-decoration: none; }
.local-details { border-top: 1px solid rgba(255,255,255,.22); }
.local-details article { display: grid; grid-template-columns: 55px 1fr; gap: 25px; padding: 38px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.local-details article > span { color: #b7c9ad; font: 1.3rem var(--display); }
.local-details h3 { font-size: 1.5rem; }
.local-details p { margin-bottom: 0; color: #cbd7d0; }

.project-types { background: var(--cream); }
.project-heading { max-width: 780px; margin-bottom: 60px; }
.project-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #bcb9ac; border-left: 1px solid #bcb9ac; }
.project-list article { min-height: 230px; padding: 38px; border-right: 1px solid #bcb9ac; border-bottom: 1px solid #bcb9ac; }
.project-list article:nth-child(3n + 2) { background: #e4e0d4; }
.project-list h3 { font-family: var(--display); font-size: 1.8rem; font-weight: 400; text-transform: uppercase; }
.project-list p { margin-bottom: 0; color: #4f5d54; }

.process { background: var(--forest-dark); color: var(--white); }
.section-heading.compact { grid-template-columns: 1fr; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.28); border-left: 1px solid rgba(255,255,255,.28); }
.process-steps li { min-height: 320px; padding: 34px; border-right: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.process-steps span { display: block; margin-bottom: 70px; color: #b9cba8; font: 2rem var(--display); }
.process-steps h3 { font-family: var(--display); font-size: 1.65rem; font-weight: 400; text-transform: uppercase; }
.process-steps p { color: #c8d4cd; font-size: .9rem; }

.areas { background: var(--paper); }
.areas-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }
.areas-grid > div p:last-child { max-width: 530px; color: #536159; }
.area-list { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.area-list li { display: flex; justify-content: space-between; min-height: 65px; align-items: center; padding: 0 18px 0 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.area-list li:nth-child(odd) { margin-right: 28px; }
.area-list span { color: #7d887f; font-size: .76rem; font-weight: 600; }

.guide-section { background: var(--cream); }
.guide-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; align-items: start; }
.guide-aside { position: sticky; top: 140px; }
.guide-aside h2 { font-size: clamp(2.6rem, 4.3vw, 4.3rem); }
.guide-aside p { max-width: 380px; margin-bottom: 22px; color: #4f5d54; }
.text-link.dark { color: var(--clay); }
.guide-body { border-top: 1px solid #bcb9ac; }
.guide-body h3 { max-width: 720px; margin: 0 0 14px; font-family: var(--display); font-size: clamp(1.55rem, 2.4vw, 2.2rem); font-weight: 400; text-transform: uppercase; }
.guide-body > h3 { padding-top: 40px; }
.guide-body p { max-width: 720px; color: #414f46; }
.guide-body p:last-child { margin-bottom: 0; padding-bottom: 40px; border-bottom: 1px solid #bcb9ac; }
.guide-body h3 + p { color: var(--ink); }

.hoods { background: var(--paper); }
.hoods .section-heading > p { color: #4f5d54; }
.hood-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.hood-grid article { padding: 40px 38px; border: 1px solid var(--line); background: var(--white); }
.hood-grid article:nth-child(4n + 1), .hood-grid article:nth-child(4n + 4) { background: var(--cream); }
.hood-grid h3 { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px; font-family: var(--display); font-size: 1.55rem; font-weight: 400; text-transform: uppercase; }
.hood-grid h3 span { padding: 3px 9px; background: var(--forest); color: var(--white); font-family: var(--body); font-size: .7rem; letter-spacing: .08em; }
.hood-grid p { margin: 0; color: #4f5d54; font-size: .96rem; }

.seasons { color: var(--white); background: #1d4938; }
.seasons .project-heading { max-width: 860px; }
.seasons .eyebrow.dark { color: #cadca9; }
.seasons .project-heading p { color: #cbd7d0; }
.season-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.28); border-left: 1px solid rgba(255,255,255,.28); }
.season-grid article { padding: 34px; border-right: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.season-grid article > span { display: block; margin-bottom: 45px; color: #e7bba9; font: 1.7rem var(--display); text-transform: uppercase; }
.season-grid h3 { font-family: var(--display); font-size: 1.35rem; font-weight: 400; text-transform: uppercase; }
.season-grid p { margin: 0; color: #c8d4cd; font-size: .9rem; }

.faq { color: var(--white); background: #24372e; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; align-items: start; }
.faq-heading { position: sticky; top: 140px; }
.faq-heading h2 { font-size: clamp(2.8rem, 4.7vw, 4.7rem); }
.faq-heading > p:last-child { color: #becbc3; }
.accordion { border-top: 1px solid rgba(255,255,255,.25); }
details { border-bottom: 1px solid rgba(255,255,255,.25); }
summary { position: relative; padding: 28px 50px 28px 0; cursor: pointer; list-style: none; font-size: 1.08rem; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 5px; top: 22px; color: #cfdbb8; font: 1.8rem var(--display); }
details[open] summary::after { content: "−"; }
details p { max-width: 680px; margin: -5px 0 30px; color: #c5d1c9; }

.cta-section { padding: 90px 0; background: var(--clay); color: var(--white); }
.cta-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; }
.cta-grid h2 { margin-bottom: 15px; font-size: clamp(3.2rem, 6vw, 6.2rem); }
.cta-grid p { max-width: 650px; font-size: 1.05rem; }
.cta-actions { display: grid; gap: 18px; justify-items: start; }
.button-light { min-width: 250px; color: var(--forest-dark); background: var(--white); font-size: 1.15rem; }
.email-link { font-weight: 700; }

.site-footer { padding: 75px 0 30px; color: #d5dfd8; background: #0a2119; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .85fr; gap: 7vw; }
.site-footer .brand { color: var(--white); }
.footer-brand > p { max-width: 430px; color: #aebdb3; }
.site-footer h2 { margin-bottom: 18px; font: 1.1rem var(--display); letter-spacing: .05em; }
.site-footer address { margin-bottom: 13px; color: #aebdb3; font-style: normal; }
.site-footer a { text-decoration: none; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: 8px; color: #aebdb3; }
.footer-areas { margin-top: 55px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); }
.footer-areas p { max-width: 900px; margin: 0; color: #8fa197; font-size: .78rem; line-height: 1.9; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: #87988d; font-size: .76rem; }
.footer-areas + .footer-bottom { margin-top: 26px; }
.mobile-call { display: none; }

.reveal { animation: rise .8s both; }
.hero-note.reveal { animation-delay: .18s; }
@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }

@media (max-width: 960px) {
  .section-pad { padding: 82px 0; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 82px; left: 0; right: 0; display: none; padding: 22px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(15,32,25,.13); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 9px; }
  .nav-cta { text-align: center; }
  .hero { min-height: 700px; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-note { max-width: 480px; }
  .intro-grid, .pool-grid, .local-grid, .areas-grid, .faq-grid, .cta-grid, .guide-grid { grid-template-columns: 1fr; gap: 55px; }
  .local-sticky, .faq-heading, .guide-aside { position: static; }
  .season-grid { grid-template-columns: 1fr 1fr; }
  .season-grid article > span { margin-bottom: 28px; }
  .material-feature { grid-template-columns: 1fr; }
  .material-feature img { min-height: 380px; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }
  .section-pad { padding: 68px 0; }
  .utility-inner span { display: none; }
  .utility-inner { justify-content: center; }
  .brand strong { font-size: 1.05rem; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { min-height: 760px; }
  .hero-grid { padding-top: 80px; padding-bottom: 60px; }
  h1 { font-size: clamp(4rem, 19vw, 6rem); }
  h2 { font-size: clamp(2.6rem, 13vw, 4rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { display: grid; }
  .trust-list { gap: 10px 17px; }
  .intro-grid { gap: 20px; }
  .lead-copy { padding-left: 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .material-feature img { min-height: 270px; }
  .material-copy, .service-card { padding: 34px 26px; }
  .service-grid, .image-card, .project-list, .hood-grid, .season-grid { grid-template-columns: 1fr; }
  .hood-grid article { padding: 30px 26px; }
  .guide-body h3 { font-size: 1.45rem; }
  .service-card-tall { min-height: 540px; }
  .project-list article { min-height: auto; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps li { min-height: 235px; }
  .process-steps span { margin-bottom: 35px; }
  .area-list { grid-template-columns: 1fr; }
  .area-list li:nth-child(odd) { margin-right: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
  .mobile-call { position: fixed; z-index: 40; right: 14px; bottom: 14px; left: 14px; display: flex; min-height: 52px; align-items: center; justify-content: center; color: var(--white); background: var(--clay); box-shadow: 0 10px 30px rgba(10,33,25,.3); font-size: .9rem; font-weight: 700; text-decoration: none; }
  body { padding-bottom: 72px; }
}

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