/* Wolf Creek Farms — agency redesign layer */
:root {
  --hunter: #18382b;
  --hunter2: #2f6244;
  --hunter3: #53825c;
  --charcoal: #0d1210;
  --charcoal2: #141b17;
  --panel: #1a241e;
  --white: #f8f6ef;
  --soft: #d9ddd4;
  --muted: #9da99f;
  --accent: #adc889;
  --sand: #d8c7a5;
  --line: rgba(248, 246, 239, .13);
  --shadow: 0 28px 80px rgba(0, 0, 0, .28);
  --radius: 12px;
}

* {
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-padding-top: 96px;
}

body {
  overflow-x: hidden;
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  background:
    radial-gradient(circle at 88% 5%, rgba(83, 130, 92, .12), transparent 28rem),
    var(--charcoal);
  color: var(--white);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

::selection {
  color: #0b110d;
  background: var(--accent);
}

.container {
  width: min(1320px, calc(100% - 64px));
}

header {
  position: fixed;
  top: 0;
  background: rgba(13, 18, 16, .82);
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  backdrop-filter: blur(20px) saturate(125%);
  -webkit-backdrop-filter: blur(20px) saturate(125%);
}

.nav {
  min-height: 92px;
  padding: 0;
}

.logo img {
  width: auto;
  height: 80px;
  transition: transform .35s ease;
}

.logo:hover img {
  transform: scale(1.025);
}

.nav-links {
  gap: 30px;
}

.nav-links a {
  position: relative;
  padding: 35px 0 32px;
  color: rgba(248, 246, 239, .82);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}

.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-actions {
  gap: 18px;
}

.phone {
  color: var(--white);
  font-size: 14px;
  letter-spacing: .03em;
}

.phone small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.btn,
.submit-btn {
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}

.btn:hover,
.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
}

.btn-primary,
.submit-btn {
  background: var(--accent);
  color: #101710;
}

.btn-primary:hover,
.submit-btn:hover {
  background: #c2dca0;
}

.btn-secondary {
  background: var(--white);
  color: var(--charcoal);
}

.btn-ghost {
  border-color: rgba(248, 246, 239, .36);
  background: rgba(13, 18, 16, .25);
}

.hero {
  isolation: isolate;
  min-height: min(920px, 100svh);
  padding: 180px 0 80px;
  background-position: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 11, 9, .92) 0%, rgba(7, 11, 9, .64) 48%, rgba(7, 11, 9, .16) 100%),
    linear-gradient(0deg, #0d1210 0%, transparent 35%);
}

.hero::after {
  content: "WOLF CREEK • CENTRAL ALABAMA";
  position: absolute;
  right: 30px;
  bottom: 50%;
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .24em;
  writing-mode: vertical-rl;
  transform: translateY(50%);
}

.hero-wrap,
.hero-grid {
  position: relative;
  z-index: 1;
  gap: clamp(42px, 6vw, 90px);
}

.kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 22px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .19em;
}

.kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
}

.hero h1 {
  max-width: 940px;
  margin-bottom: 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 7.2vw, 112px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.055em;
  text-transform: none;
  text-wrap: balance;
}

.hero p {
  max-width: 640px;
  margin-bottom: 34px;
  color: rgba(248, 246, 239, .82);
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.6;
}

.hero-buttons {
  gap: 12px;
}

.form-card {
  position: relative;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(248, 246, 239, .18);
  border-radius: var(--radius);
  background: rgba(16, 23, 19, .88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.form-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 3px;
  background: var(--accent);
}

.form-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  letter-spacing: -.03em;
}

.form-card p {
  color: var(--muted);
}

input,
select,
textarea {
  min-height: 53px;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 4px;
  outline: none;
  background: rgba(255, 255, 255, .055);
  font-size: 15px;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--accent);
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 0 0 3px rgba(173, 200, 137, .12);
}

.service-ribbon {
  padding: 20px 0;
  border-color: var(--line);
  background: #0a0e0c;
}

.ribbon-track {
  gap: 22px;
  justify-content: space-between;
  color: rgba(248, 246, 239, .72);
  font-size: 10px;
  letter-spacing: .15em;
}

.ribbon-dot {
  color: var(--accent);
}

section {
  position: relative;
  padding: clamp(76px, 9vw, 132px) 0;
}

.section-head {
  margin-bottom: clamp(40px, 6vw, 72px);
}

.section-head h2,
.area-card h2,
.final-cta h2,
.overview h2,
.equipment-copy h2,
.featured-copy h2,
.image-feature-copy h2,
.base-grid h2,
.note-box h2 {
  max-width: 820px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.6vw, 80px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
  text-transform: none;
  text-wrap: balance;
}

.section-head p {
  max-width: 560px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.feature {
  position: relative;
  gap: clamp(36px, 7vw, 100px);
  margin-bottom: clamp(70px, 10vw, 140px);
}

.feature:last-child {
  margin-bottom: 0;
}

.feature-img {
  position: relative;
}

.feature-img::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  z-index: -1;
  border: 1px solid rgba(173, 200, 137, .38);
}

.feature-img img,
.area-img img,
.equipment-img img,
.image-feature img,
.featured-main img {
  border-radius: var(--radius);
  filter: saturate(.83) contrast(1.05);
}

.feature-img img {
  min-height: 500px;
}

.feature-copy {
  padding: 0;
}

.feature-copy > span,
.service-content > span,
.project-content > span {
  color: var(--accent);
  font-size: 10px;
  letter-spacing: .18em;
}

.feature-copy h3,
.service-content h3,
.project-content h3 {
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.4vw, 60px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.04em;
}

.feature-copy p,
.service-content p,
.project-content p {
  color: var(--muted);
  line-height: 1.75;
}

.checks {
  gap: 0;
  margin-top: 24px;
}

.checks > div,
.hero-list > div {
  padding: 12px 0;
  border-top: 1px solid var(--line);
  color: var(--soft);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
}

.case-grid,
.process-grid,
.service-grid,
.why-grid,
.promise-grid,
.info-grid,
.type-grid,
.use-grid,
.uses-grid,
.problem-grid,
.pad-grid,
.road-grid,
.drainage-grid,
.prep-grid,
.clearing-grid,
.pond-grid,
.hunting-grid,
.material-grid,
.demo-grid,
.strip-grid,
.county-grid,
.town-grid,
.range-grid,
.property-grid {
  gap: 16px;
}

.case-card,
.step,
.service-card,
.why-card,
.promise-card,
.info-box,
.type-card,
.use-card,
.problem-card,
.pad-card,
.road-card,
.drainage-card,
.prep-card,
.clearing-card,
.pond-card,
.hunting-card,
.material-card,
.demo-card,
.strip-card,
.county-card,
.town-card,
.range-box,
.property-card,
.detail-box,
.faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018));
  box-shadow: none;
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.case-card:hover,
.step:hover,
.service-card:hover,
.why-card:hover,
.promise-card:hover,
.info-box:hover,
.type-card:hover,
.use-card:hover,
.problem-card:hover {
  transform: translateY(-6px);
  border-color: rgba(173, 200, 137, .44);
  background: linear-gradient(145deg, rgba(173, 200, 137, .09), rgba(255, 255, 255, .025));
}

.case-card::after,
.step::after,
.why-card::after,
.promise-card::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 20px;
  height: 20px;
  border-right: 1px solid rgba(173, 200, 137, .5);
  border-bottom: 1px solid rgba(173, 200, 137, .5);
}

.case-card h3,
.step h3,
.why-card h3,
.promise-card h3,
.info-box h3,
.type-card h3,
.use-card h3,
.problem-card h3,
.faq-item h3 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.15;
}

.case-card p,
.step p,
.why-card p,
.promise-card p,
.info-box p,
.type-card p,
.use-card p,
.problem-card p,
.faq-item p {
  color: var(--muted);
  line-height: 1.7;
}

.step-number,
.timeline-number {
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.project-grid,
.gallery-grid,
.photo-grid {
  gap: 12px;
}

.project-grid img,
.gallery-grid img,
.photo-grid img {
  border-radius: var(--radius);
  filter: saturate(.82) contrast(1.06);
  transition: filter .35s ease, transform .35s ease;
}

.project-grid img:hover,
.gallery-grid img:hover,
.photo-grid img:hover {
  filter: saturate(1) contrast(1.02);
  transform: scale(.988);
}

.project-card {
  border-radius: var(--radius);
}

.project-card img {
  filter: saturate(.83) contrast(1.05);
}

.service-card {
  border-radius: var(--radius);
}

.service-card img {
  filter: saturate(.8) contrast(1.08);
  transition: transform .5s ease, filter .5s ease;
}

.service-card:hover img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.03);
}

.learn-more {
  color: var(--accent);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.area-card,
.note-box {
  padding: clamp(30px, 5vw, 60px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .015));
  box-shadow: none;
}

.pill {
  border-color: rgba(173, 200, 137, .25);
  border-radius: 3px;
  background: rgba(173, 200, 137, .07);
  color: var(--soft);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.process,
.process-section,
.promise-section,
.service-process {
  background:
    linear-gradient(135deg, rgba(47, 98, 68, .42), transparent 55%),
    #101713;
}

.overview,
.services-overview,
.services-section,
.featured-section,
.gallery-section,
.equipment-section,
.image-feature,
.base-section,
.county-section,
.property-section,
.photo-section,
.note-section,
.faq-section,
.use-cases {
  background-color: transparent;
}

.overview:nth-of-type(even),
.services-section:nth-of-type(even),
.details-section,
.project-types,
.use-section,
.uses-section,
.problem-section,
.pad-section,
.road-section,
.drainage-section,
.prep-section,
.clearing-section,
.pond-section,
.hunting-section,
.materials-section,
.demo-section,
.town-section,
.range-section {
  background: rgba(255, 255, 255, .018);
}

.final-cta {
  isolation: isolate;
  padding: clamp(100px, 13vw, 180px) 0;
  background-position: center;
  text-align: left;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 11, 9, .94), rgba(7, 11, 9, .5)),
    linear-gradient(0deg, rgba(7, 11, 9, .72), transparent);
}

.final-cta h2 {
  max-width: 920px;
  margin-bottom: 24px;
}

.final-cta p {
  max-width: 720px;
  margin: 0 0 34px;
  color: rgba(248, 246, 239, .76);
  line-height: 1.7;
}

.final-cta .btn + .btn {
  margin-left: 8px;
}

footer {
  position: relative;
  padding: 82px 0 54px;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 0, rgba(83, 130, 92, .17), transparent 38rem),
    #090d0b;
  text-align: center;
}

footer::before {
  content: "WCF";
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(255, 255, 255, .015);
  font-family: Georgia, "Times New Roman", serif;
  font-size: min(34vw, 480px);
  line-height: .8;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

footer .container {
  position: relative;
}

.footer-logo-box img {
  width: min(320px, 76vw);
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, .4));
}

footer h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}

footer p {
  color: var(--muted);
  font-size: 13px;
}

.footer-links {
  gap: 26px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.footer-links a {
  color: var(--soft);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.faq-grid {
  gap: 10px;
}

.faq-item {
  padding: 28px;
}

.timeline {
  position: relative;
}

.timeline::before {
  background: rgba(173, 200, 137, .28);
}

.timeline-item {
  border-color: var(--line);
}

.timeline-content h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s cubic-bezier(.2, .65, .25, 1), transform .7s cubic-bezier(.2, .65, .25, 1);
}

.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1120px) {
  .nav-links {
    gap: 18px;
  }

  .phone {
    display: none;
  }
}

.menu-toggle {
  display: none;
  padding: 9px 10px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 5px 0;
  border-radius: 999px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.nav.open .menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav.open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.nav.open .menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 980px) {
  body.menu-open {
    overflow: hidden;
  }
  .container {
    width: min(100% - 40px, 720px);
  }

  header {
    position: sticky;
  }

  .nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 16px;
    min-height: 78px;
    padding: 0;
  }

  .logo {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .logo img {
    height: 68px;
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    display: block;
    width: auto;
    min-width: 48px;
    min-height: 44px;
    border-radius: 3px;
  }

  .nav-links,
  .nav-actions {
    grid-column: 1 / -1;
    width: 100%;
  }

  .nav.open {
    max-height: 100svh;
    overflow-y: auto;
    padding-bottom: 18px;
  }

  .nav.open .nav-links,
  .nav.open .nav-actions {
    display: flex;
  }

  .nav-links {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    padding: 8px 0;
  }

  .nav-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .nav-links a {
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
    text-align: left;
  }

  .nav-links a::after {
    display: none;
  }

  .nav-actions .phone {
    display: block;
  }

  .nav-actions .btn {
    width: 100%;
  }

  .hero {
    min-height: auto;
    padding: 90px 0 70px;
  }

  .hero::after {
    display: none;
  }

  .hero h1 {
    font-size: clamp(52px, 15vw, 82px);
  }

  .hero-wrap,
  .hero-grid,
  .feature,
  .feature:nth-child(even),
  .area-wrap,
  .equipment-wrap,
  .featured-grid,
  .image-feature-grid,
  .base-grid {
    grid-template-columns: 1fr;
  }

  .feature:nth-child(even) .feature-img {
    order: 0;
  }

  .feature-img::before {
    inset: 12px -10px -12px 10px;
  }

  .feature-img img {
    min-height: 360px;
  }

  .section-head {
    display: block;
  }

  .section-head h2 {
    margin-bottom: 20px;
  }

  .case-grid,
  .process-grid,
  .service-grid,
  .why-grid,
  .promise-grid,
  .info-grid,
  .type-grid,
  .use-grid,
  .uses-grid,
  .problem-grid,
  .pad-grid,
  .road-grid,
  .drainage-grid,
  .prep-grid,
  .clearing-grid,
  .pond-grid,
  .hunting-grid,
  .material-grid,
  .demo-grid,
  .strip-grid,
  .county-grid,
  .town-grid,
  .range-grid,
  .property-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, 520px);
  }

  .hero {
    padding-top: 70px;
  }

  .hero h1 {
    letter-spacing: -.045em;
  }

  .hero-buttons .btn,
  .final-cta .btn {
    width: 100%;
  }

  .final-cta .btn + .btn {
    margin-top: 10px;
    margin-left: 0;
  }

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

  .project-grid,
  .gallery-grid,
  .photo-grid {
    grid-template-columns: 1fr;
  }

  .project-grid img,
  .project-grid img:first-child,
  .gallery-grid img,
  .photo-grid img {
    height: 300px;
    grid-row: auto;
  }

  .service-ribbon {
    display: none;
  }
}
