:root {
  --teal-950: #0a2d2c;
  --teal-900: #103a38;
  --teal-800: #174b48;
  --teal-700: #1e5b57;
  --gold: #c99a52;
  --gold-light: #e6c58f;
  --ink: #172221;
  --muted: #596563;
  --cream: #f7f3eb;
  --white: #ffffff;
  --line: #d9dedb;
  --shadow: 0 20px 60px rgba(7, 36, 34, 0.14);
  --radius: 8px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 999;
  transform: translateY(-150%);
  padding: 10px 14px;
  color: var(--white);
  background: var(--teal-950);
}

.skip-link:focus {
  transform: translateY(0);
}

.utility-bar {
  color: rgba(255, 255, 255, 0.9);
  background: var(--teal-950);
  font-size: 0.78rem;
}

.utility-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  gap: 20px;
}

.utility-links {
  display: flex;
  gap: 24px;
}

.utility-links a {
  text-decoration: none;
}

.utility-links a:hover {
  color: var(--gold-light);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(18, 63, 61, 0.11);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 215px;
  height: auto;
  max-height: 68px;
  object-fit: contain;
  object-position: center;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.site-nav > a:not(.button) {
  position: relative;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
}

.site-nav > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.site-nav > a:not(.button):hover::after,
.site-nav > a:not(.button):focus-visible::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  border: 0;
  color: var(--teal-950);
  background: transparent;
  cursor: pointer;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--gold);
  border-radius: 3px;
  color: var(--teal-950);
  background: var(--gold-light);
  box-shadow: 0 8px 24px rgba(7, 36, 34, 0.12);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  background: #f0d5a5;
  box-shadow: 0 12px 30px rgba(7, 36, 34, 0.2);
  transform: translateY(-2px);
}

.button-small {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 0.83rem;
}

.button-outline {
  border-color: rgba(255, 255, 255, 0.72);
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.button-outline:hover {
  color: var(--teal-950);
  background: var(--white);
}

.button-light {
  border-color: var(--white);
  color: var(--teal-950);
  background: var(--white);
}

.hero {
  position: relative;
  display: grid;
  min-height: 700px;
  overflow: hidden;
  place-items: center;
  color: var(--white);
  background: var(--teal-950);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/images/wood_privacy_long.webp");
  background-position: center 54%;
  background-size: cover;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(6, 35, 34, 0.94) 0%, rgba(8, 40, 38, 0.78) 43%, rgba(8, 40, 38, 0.25) 72%, rgba(8, 40, 38, 0.12) 100%),
    linear-gradient(0deg, rgba(6, 31, 30, 0.4), transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-block: 100px;
}

.eyebrow {
  margin: 0 0 15px;
  color: var(--gold-light);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--teal-700);
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  line-height: 0.98;
}

h1 {
  max-width: 980px;
  margin-bottom: 26px;
  font-size: clamp(3.8rem, 7vw, 6.35rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.45rem, 4.4vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.035em;
}

h3 {
  margin-bottom: 13px;
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hero-copy {
  max-width: 660px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.trust-strip {
  position: relative;
  z-index: 4;
  color: var(--white);
  background: var(--teal-800);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.trust-grid > div {
  display: flex;
  min-height: 118px;
  flex-direction: column;
  justify-content: center;
  padding: 22px 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.trust-grid > div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.trust-grid strong {
  color: var(--gold-light);
  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: 1.7rem;
  line-height: 1.1;
}

.trust-grid span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.section {
  padding-block: 110px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 54px;
}

.section-heading h2 {
  max-width: 750px;
  margin-bottom: 0;
}

.section-heading > p {
  margin: 0 0 9px;
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.service-card {
  min-height: 300px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-card:hover {
  border-color: rgba(30, 91, 87, 0.35);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.service-number {
  display: inline-block;
  margin-bottom: 54px;
  color: var(--gold);
  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.service-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.service-card-cta {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-color: var(--teal-800);
  color: var(--white);
  background: var(--teal-800);
}

.service-card-cta .eyebrow {
  margin-bottom: 18px;
  color: var(--gold-light);
}

.service-card-cta h3 {
  font-size: 2.5rem;
}

.text-link {
  margin-top: 15px;
  color: var(--gold-light);
  font-weight: 800;
  text-decoration: none;
}

.section-dark {
  color: var(--white);
  background: var(--teal-950);
}

.section-heading-light > p {
  color: rgba(255, 255, 255, 0.67);
}

.gallery {
  display: grid;
  grid-auto-rows: 290px;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 4px;
  color: var(--white);
  background: #0c2928;
  cursor: zoom-in;
}

.gallery-item::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 24, 23, 0.78), transparent 43%);
  content: "";
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.045);
}

.gallery-item span {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 17px;
  left: 20px;
  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.gallery-wide {
  grid-column: span 2;
}

.gallery-tall {
  grid-row: span 2;
}

.centered-action {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.about-section {
  background: var(--cream);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 80px;
}

.about-photo {
  position: relative;
  min-height: 620px;
}

.about-photo::before {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 54%;
  height: 42%;
  border: 2px solid var(--gold);
  content: "";
}

.about-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: var(--shadow);
  object-fit: cover;
}

.about-content p:not(.eyebrow) {
  color: var(--muted);
}

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

.check-list li {
  position: relative;
  padding-left: 31px;
  font-weight: 700;
}

.check-list li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  color: var(--gold);
  content: "✓";
  font-weight: 900;
}

.cta-section {
  position: relative;
  display: grid;
  min-height: 560px;
  overflow: hidden;
  place-items: center;
  color: var(--white);
  background: var(--teal-950);
}

.cta-background {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 35, 34, 0.94), rgba(6, 35, 34, 0.67)),
    url("assets/images/sunset_field_fence.webp") center 64% / cover;
}

.cta-content {
  position: relative;
  z-index: 2;
  padding-block: 80px;
}

.cta-content h2 {
  max-width: 760px;
  margin-bottom: 17px;
}

.cta-content > p:not(.eyebrow) {
  max-width: 620px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.77);
  font-size: 1.1rem;
}

.contact-section {
  background: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.83fr 1.17fr;
  align-items: start;
  gap: 70px;
}

.contact-intro {
  max-width: 560px;
  color: var(--muted);
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.contact-card {
  display: flex;
  min-height: 175px;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.contact-card:hover {
  border-color: var(--gold);
  box-shadow: 0 16px 40px rgba(7, 36, 34, 0.1);
  transform: translateY(-3px);
}

.contact-card strong {
  overflow-wrap: anywhere;
  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: 1.45rem;
  line-height: 1.1;
}

.contact-card > span:last-child {
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.8rem;
}

.contact-label {
  margin-bottom: 12px;
  color: var(--teal-700);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-footer {
  color: var(--white);
  background: var(--teal-950);
}

.footer-main {
  display: grid;
  grid-template-columns: 200px 1fr auto;
  align-items: center;
  gap: 35px;
  padding-block: 55px;
}

.footer-main img {
  width: 220px;
  height: auto;
  max-height: 130px;
  object-fit: contain;
}

.footer-main strong {
  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: 1.8rem;
}

.footer-main p {
  max-width: 550px;
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.86rem;
}

.footer-bottom {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.78rem;
}

.footer-bottom a {
  color: var(--gold-light);
  text-decoration: none;
}

.lightbox {
  width: min(94vw, 1200px);
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: transparent;
}

.lightbox::backdrop {
  background: rgba(2, 14, 14, 0.92);
}

.lightbox img {
  width: 100%;
  max-height: 88vh;
  object-fit: contain;
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 25px;
  z-index: 3;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  color: var(--white);
  background: rgba(0, 0, 0, 0.35);
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
}

:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .utility-inner > span {
    display: none;
  }

  .utility-inner {
    justify-content: center;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
  }

  .menu-icon,
  .menu-icon::before,
  .menu-icon::after {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    content: "";
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-icon {
    position: relative;
  }

  .menu-icon::before {
    position: absolute;
    top: -7px;
  }

  .menu-icon::after {
    position: absolute;
    top: 7px;
  }

  .menu-toggle[aria-expanded="true"] .menu-icon {
    background: transparent;
  }

  .menu-toggle[aria-expanded="true"] .menu-icon::before {
    top: 0;
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-icon::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    top: 122px;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 122px);
    align-items: stretch;
    flex-direction: column;
    padding: 28px 20px 40px;
    gap: 0;
    overflow-y: auto;
    border-top: 1px solid var(--line);
    background: var(--white);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.18);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav > a:not(.button) {
    padding: 15px 8px;
    border-bottom: 1px solid var(--line);
    font-size: 1.03rem;
  }

  .site-nav .button {
    margin-top: 22px;
  }

  .hero {
    min-height: 650px;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(6, 35, 34, 0.94), rgba(8, 40, 38, 0.47));
  }

  .trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .trust-grid > div:nth-child(4),
  .trust-grid > div:nth-child(5) {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .section-heading,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .about-grid,
  .contact-grid {
    gap: 34px;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-tall {
    grid-row: span 1;
  }

  .about-photo {
    min-height: 580px;
  }

  .footer-main {
    grid-template-columns: 180px 1fr;
  }

  .footer-main .button {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 660px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .utility-links a:first-child {
    display: none;
  }

  .nav-wrap {
    min-height: 80px;
  }

  .brand img {
    width: 174px;
    height: auto;
    max-height: 58px;
  }

  .menu-toggle-label {
    display: none;
  }

  .site-nav {
    top: 114px;
    max-height: calc(100vh - 114px);
  }

  .hero {
    min-height: 620px;
  }

  .hero-media {
    background-position: 57% center;
  }

  .hero-content {
    padding-block: 78px;
  }

  h1 {
    font-size: clamp(3.15rem, 15vw, 4.6rem);
    letter-spacing: -0.045em;
  }

  h2 {
    font-size: clamp(2.2rem, 11vw, 3.15rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-grid > div {
    min-height: 100px;
    padding: 18px;
  }

  .trust-grid > div:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .section {
    padding-block: 76px;
  }

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

  .service-card {
    min-height: 250px;
  }

  .gallery {
    grid-auto-rows: 260px;
    grid-template-columns: 1fr;
  }

  .gallery-wide {
    grid-column: span 1;
  }

  .about-photo {
    min-height: 440px;
  }

  .about-photo::before {
    top: -12px;
    right: -8px;
  }

  .contact-cards {
    grid-template-columns: 1fr;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-main img {
    width: 185px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
