.header-navy{position:relative;width:100%;z-index:50;background-color:#1e3a7a;color:#fff}.header-container{max-width:100%;margin:0 auto;padding:0 1rem}.icon-sm{width:16px;height:16px}.icon-md{width:20px;height:20px}.icon-lg{width:24px;height:24px}@media (min-width: 768px){.header-container{padding:0 1.5rem}}@media (min-width: 1024px){.header-container{max-width:1400px;padding:0 2rem}}.header-desktop,.header-tablet{display:none}.header-mobile{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:64px}.logo-section,.logo-section-tablet,.logo-section-mobile{cursor:pointer;transition:opacity .2s}.logo-section:hover,.logo-section-tablet:hover,.logo-section-mobile:hover{opacity:.9}.logo-image{height:90px;width:auto;object-fit:contain;filter:brightness(0) invert(1)}.logo-image-tablet{height:50px;width:auto;object-fit:contain;filter:brightness(0) invert(1)}.logo-image-mobile{height:40px;width:auto;object-fit:contain;filter:brightness(0) invert(1)}.header-nav{display:flex;align-items:center;gap:1.25rem}@media (min-width: 1200px){.header-nav{gap:2rem}}.nav-link{color:#fff;font-size:16px;font-weight:500;text-decoration:none;position:relative;padding-bottom:2px;transition:opacity .2s;cursor:pointer;display:inline-flex;align-items:center;gap:.25rem}.nav-link:hover{opacity:.9}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:#fff}.dropdown-parent{position:relative;display:inline-block}.dropdown-icon{margin-left:.25rem}.dropdown-menu{position:absolute;top:100%;left:0;padding-top:.5rem;background-color:transparent;min-width:220px;z-index:100;animation:dropdownSlideIn .2s ease-out}.dropdown-menu:before{content:"";position:absolute;top:0;left:0;right:0;height:.5rem;background:transparent}.dropdown-menu-inner{background-color:#fff;border-radius:6px;box-shadow:0 4px 12px #00000026;overflow:hidden}.dropdown-menu-inner>.dropdown-category:first-child .dropdown-item{border-radius:6px 6px 0 0}.dropdown-menu-inner>.dropdown-category:last-child .dropdown-item{border-radius:0 0 6px 6px}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-category{position:relative}.dropdown-item{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;color:#1e3a7a;font-size:15px;font-weight:500;text-decoration:none;transition:background-color .15s;cursor:pointer}.dropdown-item:first-child{border-radius:6px 6px 0 0}.dropdown-item:last-child{border-radius:0 0 6px 6px}.dropdown-item:hover,.dropdown-item.expanded{background-color:#f3f4f6}.dropdown-item.active{background-color:#fbbf24;color:#fff}.dropdown-item.has-submenu{padding-right:1rem}.icon-xs{width:14px;height:14px}.submenu-arrow{color:#9ca3af;transition:transform .15s,color .15s}.dropdown-item:hover .submenu-arrow,.dropdown-item.expanded .submenu-arrow{color:#1e3a7a}.dropdown-submenu{position:absolute;left:100%;top:0;margin-left:.25rem;background-color:#fff;border-radius:6px;box-shadow:0 4px 12px #00000026;min-width:200px;z-index:101;animation:submenuSlideIn .15s ease-out}@keyframes submenuSlideIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.dropdown-submenu-item{display:block;padding:.75rem 1.25rem;color:#1e3a7a;font-size:14px;font-weight:500;text-decoration:none;transition:background-color .15s;cursor:pointer}.dropdown-submenu-item:first-child{border-radius:6px 6px 0 0}.dropdown-submenu-item:last-child{border-radius:0 0 6px 6px}.dropdown-submenu-item:hover{background-color:#f3f4f6}.dropdown-submenu-item.active{background-color:#fbbf24;color:#fff}.header-right{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}@media (min-width: 1200px){.header-right{gap:1.5rem}}.contact-links,.contact-links-tablet{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.phone-link,.phone-link-tablet{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-size:16px;font-weight:600;transition:opacity .2s}.phone-link:hover,.phone-link-tablet:hover{opacity:.9}.email-link,.email-link-tablet{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-size:14px;font-weight:500;transition:opacity .2s}.email-link:hover,.email-link-tablet:hover{opacity:.9}.cta-button,.cta-button-tablet,.cta-button-mobile{background-color:#fff;color:#1e3a7a;font-weight:600;font-size:15px;padding:.75rem 1.5rem;border-radius:6px;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s;white-space:nowrap}.cta-button:hover,.cta-button-tablet:hover,.cta-button-mobile:hover{transform:scale(1.02);box-shadow:0 2px 8px #00000026}.financing-badge,.financing-badge-tablet{background:linear-gradient(135deg,#fbbf2433,#fbbf2426);border:1px solid #fbbf24;border-radius:9999px;padding:.5rem 1rem}.badge-text{color:#fff;font-size:13px;font-weight:500;letter-spacing:.05em;white-space:nowrap}.social-icons,.social-icons-tablet{display:flex;gap:.75rem}.social-icon{color:#fff;transition:opacity .2s}.social-icon:hover{opacity:.8}.hamburger-button,.hamburger-button-mobile{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.hamburger-button:hover,.hamburger-button-mobile:hover{opacity:.8}.mobile-menu-overlay{position:fixed;top:64px;left:0;right:0;bottom:0;background-color:#1e3a7a;z-index:40;animation:slideIn .25s ease-out}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-menu-content{display:flex;flex-direction:column;padding:2rem;height:100%}.mobile-nav-link{color:#fff;font-size:18px;font-weight:500;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;background:none;border-top:none;border-left:none;border-right:none;width:100%;text-align:center}.mobile-nav-link.active{color:#fbbf24}.mobile-nav-with-toggle{display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-nav-link-wrapper{flex:1;text-decoration:none}.mobile-nav-link-wrapper .mobile-nav-link{border-bottom:none}.mobile-toggle-button{background:none;border:none;color:#fff;cursor:pointer;padding:1rem;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.mobile-toggle-button:hover{opacity:.8}.mobile-dropdown-icon{transition:transform .2s}.mobile-dropdown-icon.rotated{transform:rotate(180deg)}.mobile-submenu{background-color:#ffffff0d;animation:mobileSubmenuSlideIn .2s ease-out}@keyframes mobileSubmenuSlideIn{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.mobile-submenu-item{color:#fff;font-size:16px;font-weight:400;padding:.875rem 0;display:block;text-align:center;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.mobile-submenu-item.active{color:#fbbf24;font-weight:500}.mobile-category{border-bottom:1px solid rgba(255,255,255,.05)}.mobile-category-header{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;cursor:pointer;transition:background-color .15s}.mobile-category-header:hover{background-color:#ffffff0d}.mobile-category-name{color:#fff;font-size:16px;font-weight:600}.mobile-category-icon{color:#ffffffb3;transition:transform .2s}.mobile-category-icon.rotated{transform:rotate(180deg)}.mobile-category-items{background-color:#0000001a;padding:.5rem 0}.mobile-category-item{color:#ffffffe6;font-size:15px;font-weight:400;padding:.75rem 2rem;display:block;text-align:center;cursor:pointer;transition:background-color .15s}.mobile-category-item:hover{background-color:#ffffff0d}.mobile-category-item.active{color:#fbbf24;font-weight:500}.mobile-menu-footer{margin-top:auto;padding-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.mobile-phone-link{display:flex;align-items:center;gap:.75rem;color:#fff;text-decoration:none;font-size:18px;font-weight:600}.mobile-email-link{display:flex;align-items:center;gap:.75rem;color:#fff;text-decoration:none;font-size:16px;font-weight:500}.mobile-social-icons{display:flex;gap:1.5rem}@media (min-width: 768px){.header-mobile{display:none}.header-tablet{display:flex;flex-direction:column;gap:0}.tablet-row-1{display:flex;align-items:center;justify-content:space-between;height:60px;border-bottom:1px solid rgba(255,255,255,.1)}.tablet-row-2{display:flex;align-items:center;justify-content:space-between;height:60px;gap:1rem}.mobile-menu-overlay{top:120px}}@media (min-width: 1024px){.header-tablet{display:none}.header-desktop{display:flex;align-items:center;justify-content:space-between;height:120px;gap:1rem}@media (min-width: 1200px){.header-desktop{gap:1.5rem}}.header-left{flex-shrink:0}.mobile-menu-overlay{display:none}}.footer-black{position:relative;width:100%;background-color:#000;color:#fff;padding:2rem 0}.footer-container{max-width:100%;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.footer-container{padding:0 1.5rem}}@media (min-width: 1024px){.footer-container{max-width:1400px;padding:0 2rem}}.footer-desktop,.footer-tablet{display:none}.footer-mobile{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-social-icons,.footer-social-icons-tablet,.footer-mobile-social{display:flex;gap:1rem}.footer-social-icon{color:#fff;transition:opacity .2s;cursor:pointer}.footer-social-icon:hover{opacity:.8}.footer-contact-info,.footer-contact-info-tablet{display:flex;flex-direction:column;gap:.75rem}.footer-contact-item{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-size:14px;transition:opacity .2s}.footer-contact-item:hover{opacity:.8}.footer-mobile-contact{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.footer-mobile-contact-item{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-size:16px;transition:opacity .2s}.footer-mobile-contact-item:hover{opacity:.8}.footer-copyright,.footer-copyright-mobile{color:#fff;font-size:13px;text-align:center;margin-top:.5rem}.footer-logo,.footer-logo-tablet,.footer-logo-mobile{display:flex;flex-direction:column;align-items:center;gap:.25rem}.footer-stars{display:flex;gap:.125rem;margin-bottom:.25rem}.footer-star{color:#fbbf24;font-size:14px;line-height:1}.footer-logo-text{display:flex;flex-direction:column;align-items:center;line-height:1}.footer-logo-fence-for{font-size:16px;font-weight:700;letter-spacing:.05em}.footer-logo-hire{font-size:20px;font-weight:800;letter-spacing:.08em;color:#fbbf24}.footer-fence-icon{display:flex;flex-direction:column;align-items:center;margin-top:.25rem}.footer-fence-pickets{display:flex;gap:2px;height:20px}.footer-picket{width:3px;background-color:#fff;border-radius:1px 1px 0 0}.footer-fence-dots{display:flex;gap:4px;margin-top:2px}.footer-dot{width:4px;height:4px;background-color:#fff;border-radius:50%}@media (min-width: 768px){.footer-mobile{display:none}.footer-tablet{display:flex;flex-direction:column;gap:1rem}.footer-tablet-row-1{display:flex;align-items:center;justify-content:space-between}.footer-tablet-row-2{display:flex;justify-content:flex-start}.footer-tablet-row-3{display:flex;justify-content:center}.footer-copyright{margin-top:0}}@media (min-width: 1024px){.footer-tablet{display:none}.footer-desktop{display:flex;align-items:center;justify-content:space-between;gap:2rem}.footer-left{flex-shrink:0}.footer-center{flex:1;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-right{flex-shrink:0}.footer-contact-info{align-items:center}.footer-copyright{text-align:center}}.hero-section{position:relative;width:100%;min-height:500px;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000004d,#00000080)}.hero-content{position:relative;z-index:1;text-align:center;color:#fff;padding:2rem;max-width:800px;margin-top:15%}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.hero-cta-button{background-color:#fff;color:#1e3a7a;font-size:1.125rem;font-weight:600;padding:1rem 2.5rem;border-radius:6px;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #0000004d}.hero-cta-button:hover{transform:scale(1.05);box-shadow:0 6px 16px #0006}@media (min-width: 768px){.hero-section{min-height:600px}.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.5rem}}@media (min-width: 1024px){.hero-section{min-height:700px}.hero-title{font-size:4rem}}.about-section{padding:4rem 1rem;background-color:#f9fafb}.about-container{max-width:1000px;margin:0 auto;text-align:center}.about-title{font-size:2rem;font-weight:700;color:#1e3a7a;margin-bottom:1.5rem;line-height:1.3}.about-description{font-size:1.0625rem;line-height:1.7;color:#4b5563;margin-bottom:1.25rem;text-align:left}.about-description:last-child{margin-bottom:0}@media (min-width: 768px){.about-section{padding:5rem 2rem}.about-title{font-size:2.5rem}.about-description{font-size:1.125rem}}@media (min-width: 1024px){.about-section{padding:6rem 2rem}.about-title{font-size:3rem}}.fence-types-section{padding:4rem 1rem;background-color:#fff}.fence-types-container{max-width:1200px;margin:0 auto}.fence-types-title{font-size:2rem;font-weight:700;color:#1e3a7a;text-align:center;margin-bottom:3rem}.fence-types-grid{display:grid;grid-template-columns:1fr;gap:2rem}.fence-type-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform .2s,box-shadow .2s;cursor:pointer}.fence-type-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.fence-type-image-container{width:100%;height:250px;background-color:#e5e7eb;overflow:hidden;display:flex;align-items:center;justify-content:center}.fence-type-image-container svg{width:100%;height:100%;display:block}.fence-type-image{width:100%;height:100%;object-fit:cover}.fence-type-name{font-size:1.25rem;font-weight:600;color:#1e3a7a;padding:1.25rem;text-align:center;margin:0}@media (min-width: 768px){.fence-types-section{padding:5rem 2rem}.fence-types-title{font-size:2.5rem}.fence-types-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.fence-types-section{padding:6rem 2rem}.fence-types-title{font-size:3rem}.fence-types-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.company-info-section{padding:4rem 1rem;background-color:#f9fafb}.company-info-container{max-width:900px;margin:0 auto}.company-info-title{font-size:2rem;font-weight:700;color:#1e3a7a;text-align:center;margin-bottom:2rem}.company-info-content{margin-bottom:2.5rem}.company-info-text{font-size:1.0625rem;line-height:1.8;color:#4b5563;margin-bottom:1.5rem;text-align:center}.company-info-text:last-child{margin-bottom:0}.company-info-highlight{background-color:#1e3a7a;color:#fff;padding:1.25rem 1.5rem;border-radius:.5rem;font-weight:500}.company-link{color:#1e3a7a;font-weight:600;text-decoration:underline;text-underline-offset:3px;transition:color .2s}.company-link:hover{color:#fbbf24}.company-credentials{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2.5rem}.credential-item{display:flex;align-items:center;gap:.5rem;background-color:#fff;padding:.75rem 1.25rem;border-radius:2rem;border:2px solid #1e3a7a;box-shadow:0 2px 4px #0000000d}.credential-icon-wrapper{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background-color:#1e3a7a;border-radius:50%}.credential-icon{width:1rem;height:1rem;color:#fbbf24}.credential-text{font-size:.9375rem;font-weight:600;color:#1e3a7a}.company-contact-box{background-color:#1e3a7a;padding:2rem;border-radius:1rem;text-align:center}.contact-box-title{font-size:1.375rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.contact-box-items{display:flex;flex-direction:column;align-items:center;gap:1rem}.contact-box-item{display:flex;align-items:center;gap:.75rem;color:#fff;font-size:1rem;font-weight:500;text-decoration:none;padding:.5rem 1rem;border-radius:.5rem;transition:background-color .2s,color .2s}.contact-box-item:hover{background-color:#ffffff1a;color:#fbbf24}.contact-box-icon{width:1.25rem;height:1.25rem;color:#fbbf24}@media (min-width: 640px){.contact-box-items{flex-direction:row;justify-content:center;flex-wrap:wrap}}@media (min-width: 768px){.company-info-section{padding:5rem 2rem}.company-info-title{font-size:2.25rem}.company-info-text{font-size:1.125rem}.company-info-highlight{padding:1.5rem 2rem}.credential-item{padding:.875rem 1.5rem}.credential-text{font-size:1rem}.company-contact-box{padding:2.5rem}.contact-box-title{font-size:1.5rem}.contact-box-item{font-size:1.0625rem}}@media (min-width: 1024px){.company-info-section{padding:5rem 2rem}.company-info-title{font-size:2.5rem}}@media (max-width: 639px){.credential-item{padding:.625rem 1rem}.credential-text{font-size:.8125rem}.credential-icon-wrapper{width:1.75rem;height:1.75rem}.credential-icon{width:.875rem;height:.875rem}}.contact-section{padding:4rem 1rem;background-color:#f9fafb}.contact-container{max-width:1200px;margin:0 auto}.contact-title{font-size:2rem;font-weight:700;color:#1e3a7a;text-align:center;margin-bottom:3rem}.contact-content{display:grid;grid-template-columns:1fr;gap:2rem}.contact-form-wrapper{display:flex;flex-direction:column;gap:2rem}.contact-form{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.9375rem;font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;font-size:1rem;border:1px solid #d1d5db;border-radius:6px;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#1e3a7a;box-shadow:0 0 0 3px #1e3a7a1a}.form-group textarea{resize:vertical;font-family:inherit}.form-submit-button{width:100%;background-color:#1e3a7a;color:#fff;font-size:1.125rem;font-weight:600;padding:1rem 2rem;border-radius:6px;border:none;cursor:pointer;transition:background-color .2s,transform .2s}.form-submit-button:hover{background-color:#2d5a9a;transform:translateY(-2px)}.contact-info-card{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.contact-info-card h3{font-size:1.5rem;font-weight:700;color:#1e3a7a;margin-bottom:1.5rem}.contact-info-items{display:flex;flex-direction:column;gap:1rem}.contact-info-item{display:flex;align-items:center;gap:.75rem;color:#4b5563;text-decoration:none;transition:color .2s}.contact-info-item:hover{color:#1e3a7a}.contact-map-wrapper{border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.contact-map-wrapper iframe{display:block}@media (min-width: 768px){.contact-section{padding:5rem 2rem}.contact-title{font-size:2.5rem}}@media (min-width: 1024px){.contact-section{padding:6rem 2rem}.contact-title{font-size:3rem}.contact-content{grid-template-columns:1fr 1fr;gap:3rem}.contact-form-wrapper{grid-column:1 / 2}.contact-map-wrapper{grid-column:2 / 3}}.form-submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.form-submit-button:disabled:hover{transform:none;background-color:#1e3a7a}.form-submit-button svg{display:inline-block;vertical-align:middle;margin-right:.5rem;width:1.25rem;height:1.25rem}.icon-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background-color:#f3f4f6;cursor:not-allowed}.form-status{padding:1rem;border-radius:6px;margin-bottom:1rem;font-weight:500}.form-status.success{background-color:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.form-status.error{background-color:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.home-page{min-height:100vh;display:flex;flex-direction:column}.home-page>section{width:100%}html{scroll-behavior:smooth}.page-container{min-height:100vh;background-color:#fff;padding:2rem}.page-content{max-width:56rem;margin:0 auto}.page-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem;color:#1a202c}.page-description{font-size:1.125rem;color:#718096;line-height:1.75}.testimonials-content{max-width:64rem}.testimonials-header{text-align:center;margin-bottom:2.5rem}.references-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:1rem;padding:2rem;margin-bottom:2.5rem}.references-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:#1e3a7a;color:#fff;padding:.75rem 1.5rem;border-radius:2rem;font-weight:600;font-size:.95rem;width:fit-content;margin:0 auto 2rem}.badge-icon{width:1.25rem;height:1.25rem;color:#fbbf24}.references-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1rem}.reference-item{display:flex;align-items:center;gap:1rem;background-color:#fff;padding:1.25rem 1.5rem;border-radius:.75rem;box-shadow:0 1px 3px #00000014;transition:transform .2s,box-shadow .2s;border-left:4px solid #1e3a7a}.reference-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.reference-icon-wrapper{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:#eef2ff;border-radius:.5rem;flex-shrink:0}.reference-icon{width:1.25rem;height:1.25rem;color:#1e3a7a}.reference-name{font-size:1rem;font-weight:500;color:#1a202c}.testimonials-cta{text-align:center;background-color:#1e3a7a;color:#fff;padding:2.5rem 2rem;border-radius:1rem}.cta-text{font-size:1.125rem;margin-bottom:1.5rem;color:#ffffffe6}.cta-button{display:inline-block;background-color:#fbbf24;color:#1a202c;font-weight:600;padding:.875rem 2rem;border-radius:.5rem;text-decoration:none;transition:background-color .2s,transform .2s}.cta-button:hover{background-color:#f59e0b;transform:translateY(-1px)}@media (min-width: 640px){.references-list{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.references-section{padding:3rem}.reference-item{padding:1.5rem 2rem}.reference-name{font-size:1.0625rem}}@media (max-width: 639px){.references-section{padding:1.5rem 1rem}.reference-item{padding:1rem 1.25rem}.reference-name{font-size:.9375rem}.references-badge{font-size:.875rem;padding:.625rem 1.25rem}}.about-content{max-width:64rem}.about-header{text-align:center;margin-bottom:2.5rem}.about-header .page-title{color:#1e3a7a;font-size:2.5rem}.about-header .page-description{font-size:1.25rem;color:#4a5568;font-style:italic}.about-story{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:1rem;padding:2.5rem;margin-bottom:2.5rem}.story-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:#1e3a7a;color:#fff;padding:.75rem 1.5rem;border-radius:2rem;font-weight:600;font-size:.95rem;width:fit-content;margin:0 auto 2rem}.story-badge-icon{width:1.25rem;height:1.25rem;color:#fbbf24}.story-content{max-width:48rem;margin:0 auto 2.5rem}.story-paragraph{font-size:1.125rem;line-height:1.8;color:#4a5568;margin-bottom:1.5rem;text-align:center}.story-paragraph:last-child{margin-bottom:0}.story-lead{font-size:1.25rem;color:#1a202c;font-weight:500}.story-highlight{background-color:#fff;padding:1.5rem 2rem;border-radius:.75rem;border-left:4px solid #1e3a7a;font-style:italic;color:#1e3a7a;text-align:left;box-shadow:0 1px 3px #00000014}.about-features{display:grid;grid-template-columns:1fr;gap:1.5rem}.about-feature{background-color:#fff;padding:1.5rem;border-radius:.75rem;text-align:center;box-shadow:0 1px 3px #00000014;transition:transform .2s,box-shadow .2s}.about-feature:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.feature-icon-wrapper{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;background-color:#eef2ff;border-radius:50%;margin:0 auto 1rem}.feature-icon{width:1.5rem;height:1.5rem;color:#1e3a7a}.feature-title{font-size:1.125rem;font-weight:600;color:#1a202c;margin-bottom:.5rem}.feature-text{font-size:.9375rem;color:#718096;line-height:1.5}@media (min-width: 640px){.about-features{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px){.about-header .page-title{font-size:3rem}.about-story{padding:3rem}.story-lead{font-size:1.375rem}}@media (max-width: 639px){.about-story{padding:1.5rem}.story-paragraph{font-size:1rem}.story-lead{font-size:1.0625rem}.story-highlight{padding:1.25rem}.story-badge{font-size:.875rem;padding:.625rem 1.25rem}}.category-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem}.breadcrumb-category{color:#1e3a7a;font-weight:500}.breadcrumb-separator{color:#9ca3af}.breadcrumb-type{color:#6b7280}.fence-features{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:1rem;padding:2rem;margin:2.5rem 0}.features-title{font-size:1.5rem;font-weight:700;color:#1e3a7a;margin-bottom:1.5rem;text-align:center}.features-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1rem}.feature-item{display:flex;align-items:center;gap:1rem;background-color:#fff;padding:1rem 1.25rem;border-radius:.75rem;box-shadow:0 1px 3px #00000014}.feature-icon{color:#1e3a7a;font-weight:700;font-size:1.25rem;flex-shrink:0}.feature-text{font-size:1rem;color:#4a5568}.cta-section{background-color:#1e3a7a;color:#fff;padding:2.5rem 2rem;border-radius:1rem;text-align:center;margin-top:2.5rem}.cta-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.cta-description{font-size:1.125rem;color:#ffffffe6;margin-bottom:1.5rem}.cta-button-link{display:inline-block;background-color:#fbbf24;color:#1a202c;font-weight:600;padding:.875rem 2rem;border-radius:.5rem;text-decoration:none;transition:background-color .2s,transform .2s}.cta-button-link:hover{background-color:#f59e0b;transform:translateY(-1px)}.fence-types-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2.5rem}.fence-type-card{background-color:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 3px #00000014;border:1px solid #e5e7eb;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:block}.fence-type-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001f;border-color:#1e3a7a}.type-card-title{font-size:1.25rem;font-weight:600;color:#1e3a7a;margin-bottom:.75rem}.type-card-description{font-size:.9375rem;color:#6b7280;line-height:1.6;margin-bottom:1rem}.type-card-link{font-size:.875rem;font-weight:600;color:#1e3a7a}@media (min-width: 640px){.features-list,.fence-types-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.fence-features{padding:2.5rem}.features-title{font-size:1.75rem}}@media (min-width: 1024px){.fence-types-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 639px){.fence-features{padding:1.5rem}.feature-item{padding:.875rem 1rem}.cta-section{padding:2rem 1.5rem}.cta-title{font-size:1.25rem}.cta-description{font-size:1rem}}.image-gallery{margin:2.5rem 0}.gallery-title{font-size:1.5rem;font-weight:700;color:#1e3a7a;margin-bottom:1.5rem;text-align:center}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.gallery-item{aspect-ratio:4/3;overflow:hidden;border-radius:.5rem;cursor:pointer;box-shadow:0 2px 4px #0000001a;transition:transform .2s,box-shadow .2s}.gallery-item:hover{transform:scale(1.02);box-shadow:0 6px 12px #00000026}.gallery-item img{width:100%;height:100%;object-fit:cover;object-position:center}.gallery-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#6b7280}.loading-spinner{width:2.5rem;height:2.5rem;border:3px solid #e5e7eb;border-top-color:#1e3a7a;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.lightbox-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.lightbox-content{position:relative;max-width:90vw;max-height:90vh}.lightbox-content img{max-width:100%;max-height:85vh;object-fit:contain;border-radius:.5rem}.lightbox-close{position:absolute;top:-3rem;right:0;background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;line-height:1;padding:.5rem;transition:opacity .2s}.lightbox-close:hover{opacity:.8}@media (min-width: 640px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.gallery-grid{grid-template-columns:repeat(4,1fr)}.gallery-title{font-size:1.75rem}}@media (max-width: 479px){.gallery-grid{grid-template-columns:1fr}.gallery-item{aspect-ratio:16/10}}.category-grid .fence-type-card{padding:0;overflow:hidden}.category-grid .fence-type-image-container{width:100%;height:200px;background-color:#f3f4f6;overflow:hidden;display:flex;align-items:center;justify-content:center}.category-grid .fence-type-image{width:100%;height:100%;object-fit:cover;transition:transform .3s}.category-grid .fence-type-card:hover .fence-type-image{transform:scale(1.05)}.category-grid .fence-type-name{font-size:1.125rem;font-weight:600;color:#1e3a7a;padding:1rem 1.25rem;text-align:center;margin:0}.breadcrumb-link{color:#1e3a7a;text-decoration:none;font-weight:500;transition:color .2s}.breadcrumb-link:hover{color:#fbbf24;text-decoration:underline}.gallery-empty{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:1rem;padding:3rem 2rem;text-align:center;color:#6b7280;margin:2rem 0}.gallery-empty p{font-size:1.125rem;margin:0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-container{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fff;padding:2rem}.not-found h1{font-size:2rem;color:#1a202c}
