@charset "UTF-8";@font-face {
    font-family: PilatCondensed;
    src: url(../fonts/PilatCondensed-Black.woff2) format("woff2");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Pilat-book;
    src: url(../fonts/Pilat-Book.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Pilat-bold;
    src: url(../fonts/Pilat-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
}

:root {
    --green: #228926;
    --green-dark: #196b1c;
    --green-light: #2faa34;
    --green-pale: #e8f5e9;
    --charcoal: #1a1a1a;
    --dark: #111111;
    --mid: #444444;
    --light: #f5f5f2;
    --white: #ffffff;
    --font-display: "PilatCondensed",sans-serif;  /*'Barlow Condensed', sans-serif;*/
    --font-body: "Pilat-bold",sans-serif; /*'Barlow', sans-serif;*/
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  html { scroll-behavior: smooth; }

  body {
    font-family: Pilat-book, sans-serif;
    background: var(--white);
    color: var(--charcoal);
    overflow-x: hidden;
  }

  /* ── NAV ── */

  header.mobile-only {
    display: none;
  }
  
  .mm-overlay{
    display: none;
  }

  header.masthead {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999
  }
  .masthead .menu-container {
     display: flex;
    align-items: center;
    margin: auto;
    opacity: 1;
    transition: .7s;
    background: #fff;
    height: 105px;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    transform: translateY(0);
    transition: transform .3s
}

  .masthead .menu-container .site-main--logo {
      padding-left: 45px
  }

@media screen and (min-width: 1080px) {
    .ht-nav-desktop {
        display:flex;
    }
}

.nav-desktop {
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 5000;
    /* display: none; */
    /* display: flex; */
}

.nav-container {
    background: 0;
    margin: 0 auto;
    padding: 15px 0;
    box-sizing: border-box;
    height: 103px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-desktop, section { padding: 0; }

.nav_left a {
    display: block
}

.nav_left img {
    max-height: 78px;
    margin-left: 2px
}

  nav {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
}

  .nav-logo {
    display: flex;
    padding-left: 45px;
    align-items: center;
    gap: 12px;
    text-decoration: none;
  }

  .nav-logo-icon {
    width: 44px;
    height: 44px;
    background: var(--green);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .nav-logo-text {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: var(--white);
    text-transform: uppercase;
  }

  .nav-logo-text span { color: var(--green); }

  .nav-links {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }

.nav-links ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-links li {
    font-size: 18px;
    font-family: Pilat-book, sans-serif;
    font-weight: 400;
}

.nav-links li.mega-menu {
    margin-right: -8px;
    
}

.nav-links li.mega-menu:nth-child(4) {
    margin-right: 120px;
}

  .nav-links a {
    padding: 35px 25px;
    color: #414042 !important;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    height: 103px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: "Pilat-bold",sans-serif;
    -webkit-transition: color .5s ease-in-out,background-color .4s ease-in-out;
    transition: color .5s ease-in-out,background-color .4s ease-in-out
}

  .nav-links a:hover { color: var(--green); }

  .nav-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--green);
    color: var(--white);
    text-decoration: none;
    padding: 15px;
    box-sizing: border-box;
    margin-right: 0;
    height: 105px;
    min-width: 229px;
    padding-left: 25px;
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: background 0.2s;
  }
  
    .nav-cta .tel__link__sub {
        padding-right: 15px;
    }

    .nav-cta .tel__link__sub .tel_smallheading {
        margin-top: 15px;
        font-size: 10px;
        margin-bottom: 0
    }

    .nav-cta .tel__link__sub .tel_largerheading {
        margin-top: 0;
        font-size: 18px;
        margin-bottom: 10px
    }

  .nav-cta:hover { background: var(--green-dark); }
  
  /* ── MOBILE ONLY HEADER ── */

  .mobile-nav {
    margin: 0;
    padding: 0
  }
  .mm-contact {
      position: absolute;
      right: 120px;
      top: 30px;
      border-radius: 100%;
      width: 34px;
      height: 34px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  @media (max-width: 1080px) {
      header.masthead {
          display: none;
      }

      header.mobile-only {
        display: flex;
        flex-wrap: nowrap;
        position: fixed;
        padding: 17px 50px;
        z-index: 99;
        width: 100%;
        background: #fff;
        height: auto;
        top: 0;
        transition: all .6s
    }
  }

  @media(max-width: 600px) {
      header.mobile-only {
          padding:17px 30px
      }
      
      .mm-overlay{
        display: flex;
      }
      
      /* ── MOBILE NAV HAMBURGER & OVERLAY ── */

.mobile-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mobile-nav-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mm-contact {
    position: static;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Hamburger button */
.hamburger {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
}

.hamburger span {
    display: block;
    width: 26px;
    height: 2px;
    background: #111;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
}

/* Hamburger → X when active */
.hamburger.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.hamburger.is-active span:nth-child(2) {
    opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Full-screen overlay */
.mm-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    visibility: hidden;
    pointer-events: none;
}

.mm-overlay.is-open {
    visibility: visible;
    pointer-events: all;
}

/* Slide-in panel */
.mm-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 420px;
    background: var(--green);
    padding: 40px 40px 60px;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.mm-overlay.is-open .mm-panel {
    transform: translateX(0);
}

/* Dark backdrop */
.mm-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.mm-overlay.is-open::before {
    opacity: 1;
}

/* Close button */
.mm-close {
    position: absolute;
    top: 20px;
    right: 24px;
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.85;
    transition: opacity 0.2s;
}

.mm-close:hover { opacity: 1; }

/* Panel header — phone */
.mm-header {
    margin-bottom: 36px;
    padding-top: 16px;
}

.mm-support-label {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    margin-bottom: 8px;
}

.mm-phone {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

/* Nav links */
.mm-links {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.mm-links li {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.mm-links li:first-child {
    border-top: 1px solid rgba(255,255,255,0.2);
}

.mm-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    color: #fff;
    text-decoration: none;
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: opacity 0.2s;
}

.mm-links a::after {
    content: '›';
    font-size: 24px;
    opacity: 0.6;
}

.mm-links a:hover { opacity: 0.75; }

/* Close menu when a link is clicked */
.mm-links a:focus { outline: none; }

/* Prevent body scroll when menu open */
body.mm-open {
    overflow: hidden;
}
  }

  /* ── HERO ── */
  .hero {
    position: relative;
    height: 100vh;
    min-height: 640px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding-bottom: 80px;
  }

  .hero-bg {
    position: absolute;
    inset: 0;
  }

  /* animated green bar */
  .hero-bg::after {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 6px;
    background: var(--green);
    animation: barPulse 3s ease-in-out infinite;
  }

  @keyframes barPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
  }

  .hero-inner {
    position: relative;
    z-index: 2;
    padding: 0 80px;
    max-width: 900px;
    animation: fadeUp 0.9s ease both;
  }

  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(40px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .hero-eyebrow {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .hero-eyebrow::before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: var(--green);
  }

  .hero h1 {
    font-family: var(--font-display);
    font-size: clamp(52px, 8vw, 96px);
    font-weight: 900;
    line-height: 0.95;
    /*text-transform: uppercase;*/
    color: var(--white);
    margin-bottom: 24px;
  }

  .hero h1 em {
    font-style: normal;
    color: var(--green);
  }

  .hero-sub {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 300;
    color: rgba(255,255,255,0.8);
    max-width: 560px;
    line-height: 1.6;
    margin-bottom: 40px;
  }

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

  .btn-primary {
    background: var(--green);
    color: var(--white);
    text-decoration: none;
    padding: 16px 36px;
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background 0.2s, transform 0.2s;
    display: inline-block;
    border-radius: 50px;
  }

  .btn-primary:hover { background: var(--green-dark); transform: translateY(-2px); }

  .btn-outline {
    border: 2px solid rgba(255,255,255,0.5);
    color: var(--white);
    text-decoration: none;
    padding: 14px 36px;
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: border-color 0.2s, color 0.2s;
    display: inline-block;
    border-radius: 50px;
  }

  .btn-outline:hover { border-color: var(--green); color: var(--green); }

  .hero-scroll {
    position: absolute;
    bottom: 32px;
    right: 80px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.5);
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    z-index: 2;
  }

  .hero-scroll span {
    display: block;
    width: 1px;
    height: 48px;
    background: rgba(255,255,255,0.3);
    position: relative;
    overflow: hidden;
  }

  .hero-scroll span::after {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--green);
    animation: scrollBar 1.8s ease-in-out infinite;
  }

  @keyframes scrollBar {
    to { top: 100%; }
  }

  /* ── STATS STRIP ── */
  .stats-strip {
    background: var(--green);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .stat-item {
    padding: 36px 48px;
    border-right: 1px solid rgba(255,255,255,0.2);
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .stat-item:last-child { border-right: none; }

  .stat-item::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: rgba(255,255,255,0.2);
  }

  .stat-num {
    font-family: var(--font-display);
    font-size: 56px;
    font-weight: 900;
    color: var(--white);
    line-height: 1;
    display: block;
  }

  .stat-label {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    margin-top: 4px;
    display: block;
  }

  /* ── SECTION SHARED ── */
  section { padding: 100px 80px; }

  .section-eyebrow {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .section-eyebrow::before {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background: var(--green);
  }

  .section-title {
    font-family: var(--font-display);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.05;
    color: var(--charcoal);
  }

  /* ── WHY BISON SHEDS ── */
  .why {
    background: var(--light);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }

  .why-left {}

  .why-left .section-title { margin-bottom: 24px; }

  .why-left p {
    font-size: 17px;
    font-weight: 300;
    color: var(--mid);
    line-height: 1.7;
    max-width: 480px;
  }

  .why-left .btn-primary { margin-top: 36px; }

  .why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
  }

  .why-card {
    background: var(--white);
    padding: 32px 28px;
    position: relative;
    transition: background 0.25s;
  }

  .why-card:hover { background: var(--green-pale); }

  .why-card-icon {
    width: 48px;
    height: 48px;
    background: var(--green);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  }

  .why-card-icon svg { width: 22px; height: 22px; fill: white; }

  .why-card h3 {
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--charcoal);
    margin-bottom: 8px;
  }

  .why-card p {
    font-size: 14px;
    font-weight: 400;
    color: var(--mid);
    line-height: 1.55;
  }

  /* ── STRUCTURES ── */
  .structures {
    background: var(--dark);
    padding: 100px 80px;
  }

  .structures .section-title { color: var(--white); margin-bottom: 12px; }

  .structures-lead {
    color: rgba(255,255,255,0.6);
    font-size: 16px;
    max-width: 600px;
    margin-bottom: 60px;
    font-weight: 300;
    line-height: 1.6;
  }

  .structures-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
  }

  .struct-card {
    position: relative;
    aspect-ratio: 3/4;
    overflow: hidden;
    cursor: pointer;
  }

  .struct-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
  }

  .struct-card:hover .struct-card-bg { transform: scale(1.07); }

  .struct-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 40%, rgba(0,0,0,0.1) 100%);
  }

  .struct-card:hover .struct-card-overlay {
    background: linear-gradient(to top, rgba(34,137,38,0.9) 0%, rgba(0,0,0,0.4) 100%);
  }

  .struct-card-content {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 28px 24px;
  }

  .struct-tag {
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--green);
    display: block;
    margin-bottom: 6px;
  }

  .struct-card:hover .struct-tag { color: rgba(255,255,255,0.7); }

  .struct-card h3 {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1.1;
  }

  /* ── PROJECTS ── */
  .projects { padding: 100px 80px; }

  .projects-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 56px;
  }

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

  .project-card {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    cursor: pointer;
  }

  .project-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
  }

  .project-card:hover .project-card-bg { transform: scale(1.06); }

  .project-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 30%, transparent 80%);
    transition: background 0.3s;
  }

  .project-card:hover .project-card-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.9) 40%, rgba(34,137,38,0.3) 100%);
  }

  .project-card-content {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 24px;
    transform: translateY(4px);
    transition: transform 0.3s;
  }

  .project-card:hover .project-card-content { transform: translateY(0); }

  .project-loc {
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--green);
    display: block;
    margin-bottom: 4px;
  }

  .project-card h3 {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
  }

  .project-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--green);
    text-decoration: none;
    margin-top: 8px;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .project-card:hover .project-link { opacity: 1; }

  /* ── PROCESS ── */
  .process {
    background: var(--charcoal);
    color: var(--white);
    padding: 100px 80px;
  }

  .process .section-title { color: var(--white); margin-bottom: 60px; }

  .process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
  }

  .process-steps::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 64px;
    right: 64px;
    height: 2px;
    background: var(--green);
    opacity: 0.3;
    z-index: 0;
  }

  .process-step {
    padding: 0 32px;
    position: relative;
    z-index: 1;
  }

  .step-num {
    width: 56px;
    height: 56px;
    background: var(--green);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
  }

  .step-num span {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 900;
    color: var(--white);
  }

  .process-step h3 {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--white);
    margin-bottom: 12px;
  }

  .process-step p {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255,255,255,0.55);
    line-height: 1.6;
  }

  /* ── TAGLINE BANNER ── */
  .tagline-banner {
    background: var(--green);
    padding: 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .tagline-banner::before {
    content: 'BISON SHEDS';
    position: absolute;
    font-family: var(--font-display);
    font-size: 200px;
    font-weight: 900;
    color: rgba(255,255,255,0.06);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    white-space: nowrap;
    pointer-events: none;
  }

  .tagline-banner h2 {
    font-family: var(--font-display);
    font-size: clamp(36px, 6vw, 72px);
    font-weight: 900;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1;
    position: relative;
    z-index: 1;
  }

  /* ── CONTACT ── */
  .contact-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
  }

  .contact-left {
    background: var(--dark);
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .contact-left .section-title { color: var(--white); margin-bottom: 24px; }

  .contact-left p {
    color: rgba(255,255,255,0.6);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 40px;
  }

  .contact-detail {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
  }

  .contact-detail-icon {
    width: 40px;
    height: 40px;
    background: var(--green);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .contact-detail-icon svg { width: 16px; height: 16px; fill: white; }

  .contact-detail-text {
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    text-decoration: none;
    display: block;
  }

  .contact-detail-text:hover { color: var(--green); }

  .contact-detail-sub {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    font-weight: 300;
    display: block;
  }

  .contact-right {
    background: var(--light);
    padding: 80px;
  }

  .contact-right h3 {
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--charcoal);
    margin-bottom: 36px;
  }

  .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }

  .form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
  }

  .form-group label {
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--mid);
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    border: 1px solid #ddd;
    padding: 12px 16px;
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--charcoal);
    background: var(--white);
    outline: none;
    transition: border-color 0.2s;
    width: 100%;
    -webkit-appearance: none;
  }

  .form-group input:focus,
  .form-group select:focus,
  .form-group textarea:focus { border-color: var(--green); }

  .form-group textarea { resize: vertical; min-height: 100px; }

  .form-submit {
    background: var(--green);
    color: var(--white);
    border: none;
    padding: 16px 40px;
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s;
    width: 100%;
    margin-top: 8px;
    border-radius: 50px;
  }

  .form-submit:hover { background: var(--green-dark); }

  /* ── FOOTER ── */
  footer {
    background: var(--charcoal);
    padding: 64px 80px 32px;
  }

  .footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 32px;
  }

  .footer-brand p {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255,255,255,0.5);
    line-height: 1.7;
    margin: 20px 0 28px;
    max-width: 280px;
  }

  .footer-socials {
    display: flex;
    gap: 12px;
  }

  .footer-social {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: rgba(255,255,255,0.5);
    font-size: 13px;
    transition: border-color 0.2s, color 0.2s;
  }

  .footer-social:hover { border-color: var(--green); color: var(--green); }

  .footer-col h4 {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 20px;
  }

  .footer-col ul { list-style: none; }

  .footer-col ul li {
    margin-bottom: 10px;
  }

  .footer-col ul li a {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color 0.2s;
  }

  .footer-col ul li a:hover { color: var(--green); }

  .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer-copy {
    font-size: 13px;
    color: rgba(255,255,255,0.3);
  }

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

  .footer-links a {
    font-size: 13px;
    color: rgba(255,255,255,0.3);
    text-decoration: none;
    transition: color 0.2s;
  }

  .footer-links a:hover { color: var(--green); }

  /* ── SCROLL REVEAL ── */
  .reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }

  .reveal.visible {
    opacity: 1;
    transform: none;
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    nav { padding: 0 24px; }
    .nav-links { display: none; }
    section { padding: 60px 24px; }
    .hero-inner { padding: 0 24px; }
    .hero-scroll { display: none; }
    .stats-strip { grid-template-columns: 1fr; }
    .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
    .why { grid-template-columns: 1fr; gap: 40px; padding: 60px 24px; }
    .structures { padding: 60px 24px; }
    .structures-grid { grid-template-columns: repeat(2, 1fr); }
    .projects { padding: 60px 24px; }
    .projects-grid { grid-template-columns: 1fr 1fr; }
    .process { padding: 60px 24px; }
    .process-steps { grid-template-columns: 1fr 1fr; }
    .process-steps::before { display: none; }
    .process-step { padding: 0 16px 40px; }
    .tagline-banner { padding: 60px 24px; }
    .contact-section { grid-template-columns: 1fr; }
    .contact-left, .contact-right { padding: 60px 24px; }
    .form-row { grid-template-columns: 1fr; }
    footer { padding: 48px 24px 24px; }
    .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
    .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
    .projects-header { flex-direction: column; align-items: flex-start; gap: 20px; }
  }