.wood-catalog{--blue: #293885;--blue-dark: #1a2659;--blue-light: #3a4d9e;--gold: #E0AC2B;--gold-light: #EBBC4A;--gold-pale: #f5edda;--white: #ffffff;--off-white: #f8f7f4;--gray-50: #fafaf8;--gray-100: #f0efeb;--gray-200: #e2e0d9;--gray-300: #c8c5bb;--gray-500: #8a8780;--gray-700: #4a4943;--gray-900: #1c1c1a;--catalyst: #E8593C;--illusions: #2563EB;--interstate: #16A34A;--eastern: #6b4f33;--font-display: "Plus Jakarta Sans", sans-serif;--font-body: "Plus Jakarta Sans", sans-serif;--font-accent: "Libre Baskerville", serif;--max-w: 1140px;--section-pad: 72px;font-family:var(--font-body);color:var(--gray-900);background:var(--white);line-height:1.7;font-size:16px;-webkit-font-smoothing:antialiased}.wood-catalog .container{max-width:var(--max-w);margin:0 auto;padding:0 24px}.wood-catalog .hero{position:relative;padding:170px 0 72px;background:linear-gradient(180deg,#0f1423a6,#0f142380 60%,#0f14238c),url(/img/projects-wood/wood-fence-wayne-nj-fence-company-06.webp) center/cover no-repeat;border-bottom:1px solid var(--gray-200)}.wood-catalog .hero-breadcrumb{font-size:13px;color:#ffffffb3;margin-bottom:20px}.wood-catalog .hero-breadcrumb a{color:#ffffffb3;text-decoration:none}.wood-catalog .hero-breadcrumb a:hover{color:var(--gold)}.wood-catalog .hero h1{font-family:var(--font-display);font-size:clamp(32px,4.5vw,48px);font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.03em;margin-bottom:16px;text-shadow:0 2px 16px rgba(0,0,0,.3)}.wood-catalog .hero h1 em{font-style:normal;color:var(--gold)}.wood-catalog .hero-sub{font-size:18px;color:#ffffffe6;font-weight:500;max-width:620px;line-height:1.6;margin-bottom:28px;text-shadow:0 1px 8px rgba(0,0,0,.3)}.wood-catalog .hero .btn-outline{color:#fff;border-color:#ffffff8c;background:#ffffff0d;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.wood-catalog .hero .btn-outline:hover{background:#ffffff26;border-color:#fff;color:#fff}.wood-catalog .hero-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.wood-catalog .btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--gold);color:var(--blue-dark);padding:12px 24px;border-radius:8px;font-weight:700;font-size:15px;text-decoration:none;transition:all .2s;border:none;cursor:pointer}.wood-catalog .btn-primary:hover{background:var(--gold-light);transform:translateY(-1px)}.wood-catalog .btn-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--blue);padding:12px 24px;border-radius:8px;font-weight:600;font-size:15px;text-decoration:none;border:1.5px solid var(--blue);transition:all .2s}.wood-catalog .btn-outline:hover{background:var(--blue);color:var(--white)}.wood-catalog .style-nav{position:sticky;top:106px;z-index:90;background:var(--white);border-bottom:1px solid var(--gray-200);padding:12px 0;transition:box-shadow .2s}.wood-catalog .style-nav.scrolled{box-shadow:0 2px 12px #0000000f}.wood-catalog .style-nav-inner{max-width:var(--max-w);margin:0 auto;padding:0 24px;display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.wood-catalog .style-nav-inner::-webkit-scrollbar{display:none}.wood-catalog .pill{font-size:13px;padding:7px 16px;border-radius:20px;border:1px solid var(--gray-200);color:var(--gray-700);cursor:pointer;background:var(--white);transition:all .2s;text-decoration:none;white-space:nowrap;font-weight:700}.wood-catalog .pill:hover{border-color:var(--blue);color:var(--blue)}.wood-catalog .pill.active{background:var(--blue);color:var(--white);border-color:var(--blue)}.wood-catalog .section{padding:var(--section-pad) 0}.wood-catalog .section-alt{background:var(--off-white)}.wood-catalog .section-label{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-bottom:10px}.wood-catalog .section-title{font-family:var(--font-display);font-size:clamp(26px,3vw,34px);font-weight:800;color:var(--gray-900);line-height:1.15;letter-spacing:-.03em;margin-bottom:12px}.wood-catalog .section-desc{font-size:16px;color:var(--gray-700);font-weight:500;line-height:1.7;max-width:640px;margin-bottom:8px}.wood-catalog .benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:32px}.wood-catalog .benefit{text-align:center;padding:24px 16px}.wood-catalog .benefit-icon{width:52px;height:52px;background:var(--gold);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;color:var(--blue-dark);box-shadow:0 4px 14px #e0ac2b4d}.wood-catalog .benefit-icon svg{width:26px;height:26px;stroke-width:2.25}.wood-catalog .benefit h3{font-size:14px;font-weight:700;color:var(--gray-900);margin-bottom:4px}.wood-catalog .benefit p{font-size:13px;color:var(--gray-700);font-weight:500;line-height:1.5}.wood-catalog .cat-header{padding-top:var(--section-pad);margin-bottom:32px}.wood-catalog .cat-header-inner{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:16px;border-bottom:2px solid var(--gray-200)}.wood-catalog .cat-count{font-size:13px;color:var(--gray-500);font-weight:500;white-space:nowrap}.wood-catalog .product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:32px}.wood-catalog .product-card{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;transition:border-color .2s,box-shadow .25s}.wood-catalog .product-card:hover{border-color:var(--blue-light);box-shadow:0 6px 24px #29388514}.wood-catalog .card-img{width:100%;aspect-ratio:4/3;background:var(--gray-100);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;color:var(--gray-300);font-size:12px}.wood-catalog .card-img img{width:100%;height:100%;object-fit:cover;display:block}.wood-catalog .card-badge{position:absolute;top:8px;right:8px;font-size:10px;font-weight:700;padding:3px 8px;border-radius:4px;color:#fff;letter-spacing:.3px}.wood-catalog .badge-catalyst{background:var(--catalyst)}.wood-catalog .badge-illusions{background:var(--illusions)}.wood-catalog .badge-interstate{background:var(--interstate)}.wood-catalog .badge-eastern{background:var(--eastern)}.wood-catalog .card-tier{position:absolute;top:8px;left:8px;font-size:10px;font-weight:700;padding:3px 8px;border-radius:4px;background:#00000080;color:#fff;letter-spacing:.5px}.wood-catalog .card-body{padding:14px 16px 16px}.wood-catalog .card-body h4{font-size:15px;font-weight:700;color:var(--gray-900);margin-bottom:2px;line-height:1.3;letter-spacing:-.01em}.wood-catalog .card-style{font-size:12px;color:var(--gray-700);font-weight:600;margin-bottom:8px}.wood-catalog .card-colors{display:flex;gap:4px;margin-bottom:8px;flex-wrap:wrap}.wood-catalog .color-dot{width:16px;height:16px;border-radius:50%;border:1.5px solid var(--gray-200);transition:transform .15s;cursor:default}.wood-catalog .color-dot:hover{transform:scale(1.25)}.wood-catalog .card-tags{display:flex;gap:4px;flex-wrap:wrap}.wood-catalog .tag{font-size:11px;padding:3px 9px;border-radius:4px;background:var(--gray-100);color:var(--gray-900);font-weight:700;letter-spacing:.1px}.wood-catalog .cta-inline{background:linear-gradient(135deg,var(--blue) 0%,var(--blue-dark) 100%);border-radius:12px;padding:32px 36px;display:flex;align-items:center;justify-content:space-between;gap:24px;margin:8px 0 0}.wood-catalog .cta-inline p{font-size:16px;color:#ffffffd9;font-weight:500}.wood-catalog .cta-inline p strong{color:var(--white)}.wood-catalog .cta-inline .btn-primary{flex-shrink:0}.wood-catalog .faq-list{max-width:780px;margin:32px auto 0}.wood-catalog .faq-item{border-bottom:1px solid var(--gray-200)}.wood-catalog .faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--font-body);font-size:15px;font-weight:700;color:var(--gray-900);line-height:1.4}.wood-catalog .faq-q:hover{color:var(--blue)}.wood-catalog .faq-icon{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:var(--gray-100);display:flex;align-items:center;justify-content:center;transition:transform .3s;font-size:13px;color:var(--gray-500)}.wood-catalog .faq-item.open .faq-icon{transform:rotate(45deg)}.wood-catalog .faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease}.wood-catalog .faq-item.open .faq-a{max-height:400px}.wood-catalog .faq-a-inner{padding:0 0 20px;font-size:14px;color:var(--gray-700);font-weight:500;line-height:1.7}.wood-catalog .gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:28px}.wood-catalog .gallery-thumb{background:var(--gray-100);border-radius:8px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;color:var(--gray-300);font-size:11px;border:1px solid var(--gray-200);overflow:hidden;transition:transform .2s}.wood-catalog .gallery-thumb:hover{transform:scale(1.03)}.wood-catalog .gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.wood-catalog .cta-final{background:var(--blue);padding:72px 0;position:relative;overflow:hidden}.wood-catalog .cta-final:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(90deg,transparent,transparent 80px,rgba(255,255,255,.03) 80px,rgba(255,255,255,.03) 81px)}.wood-catalog .cta-final-inner{position:relative;z-index:2;text-align:center;max-width:560px;margin:0 auto}.wood-catalog .cta-final h2{font-family:var(--font-display);font-size:clamp(28px,3.5vw,40px);font-weight:800;color:var(--white);letter-spacing:-.03em;margin-bottom:12px;line-height:1.1}.wood-catalog .cta-final h2 em{font-style:normal;color:var(--gold)}.wood-catalog .cta-final-sub{font-size:16px;color:#ffffffa6;margin-bottom:32px}.wood-catalog .cta-final-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:16px}.wood-catalog .btn-secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--white);padding:14px 28px;border-radius:8px;font-weight:600;font-size:16px;text-decoration:none;border:1.5px solid rgba(255,255,255,.3);transition:all .2s}.wood-catalog .btn-secondary:hover{border-color:#fff9;background:#ffffff0d}.wood-catalog .cta-final-note{font-size:13px;color:#ffffff59}.wood-catalog .reels-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:32px}.wood-catalog .reel-card{position:relative;display:block;aspect-ratio:9/16;border-radius:12px;overflow:hidden;background:var(--gray-100);border:1px solid var(--gray-200);text-decoration:none;color:inherit;transition:transform .2s,box-shadow .25s}.wood-catalog .reel-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px #2938852e}.wood-catalog .reel-card img{width:100%;height:100%;object-fit:cover;display:block}.wood-catalog .reel-overlay{position:absolute;inset:0;background:linear-gradient(to top,#000000b3,#0000 45%,#00000040);display:flex;flex-direction:column;justify-content:space-between;padding:12px}.wood-catalog .reel-badge{align-self:flex-start;display:inline-flex;align-items:center;gap:5px;background:#0000008c;color:#fff;padding:4px 9px;border-radius:6px;font-size:11px;font-weight:700;letter-spacing:.3px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.wood-catalog .reel-badge svg{width:12px;height:12px}.wood-catalog .reel-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:54px;height:54px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--blue-dark);transition:transform .25s,background .2s}.wood-catalog .reel-card:hover .reel-play{transform:translate(-50%,-50%) scale(1.1);background:var(--gold)}.wood-catalog .reel-play svg{width:22px;height:22px;margin-left:3px}.wood-catalog .reel-caption{color:#fff;font-size:12px;font-weight:600;line-height:1.4;text-shadow:0 1px 3px rgba(0,0,0,.6)}.wood-catalog .brochure-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:32px}.wood-catalog .brochure-card{display:flex;align-items:flex-start;gap:18px;padding:24px;border:1px solid var(--gray-200);border-radius:12px;background:var(--white);text-decoration:none;color:inherit;transition:all .2s}.wood-catalog .brochure-card:hover{border-color:var(--gold);box-shadow:0 8px 24px #e0ac2b2e;transform:translateY(-2px)}.wood-catalog .brochure-icon{flex-shrink:0;width:48px;height:48px;background:var(--gold-pale);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:22px}.wood-catalog .brochure-text{flex:1}.wood-catalog .brochure-brand{font-size:17px;font-weight:700;color:var(--gray-900);margin-bottom:2px}.wood-catalog .brochure-meta{font-size:12px;font-weight:600;color:var(--gold);text-transform:uppercase;letter-spacing:.8px;margin-bottom:8px}.wood-catalog .brochure-desc{font-size:14px;font-weight:500;color:var(--gray-700);line-height:1.55}.wood-catalog .brochure-cta{flex-shrink:0;align-self:center;font-size:14px;font-weight:700;color:var(--blue);white-space:nowrap}.wood-catalog .brochure-single{grid-template-columns:1fr}.wood-catalog .wood-types-grid{grid-template-columns:repeat(2,1fr);gap:24px}.wood-catalog .wood-type-card{cursor:default;flex-direction:column;align-items:stretch;padding:0;overflow:hidden}.wood-catalog .wood-type-card:hover{border-color:var(--gray-200);box-shadow:none;transform:none}.wood-catalog .wood-type-img{width:100%;height:200px;object-fit:cover;display:block}.wood-catalog .wood-type-body{padding:20px}@media(prefers-reduced-motion:no-preference){.wood-catalog .fade-up{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.wood-catalog .fade-up.visible{opacity:1;transform:translateY(0)}}@media(max-width:900px){.wood-catalog .benefits-grid,.wood-catalog .product-grid{grid-template-columns:repeat(2,1fr)}.wood-catalog .gallery-grid{grid-template-columns:repeat(3,1fr)}.wood-catalog .reels-grid{grid-template-columns:repeat(2,1fr)}.wood-catalog .cta-inline{flex-direction:column;text-align:center}.wood-catalog .cat-header-inner{flex-direction:column;align-items:flex-start}.wood-catalog .wood-types-grid{grid-template-columns:1fr}}@media(max-width:700px){.wood-catalog .brochure-grid{grid-template-columns:1fr}.wood-catalog .brochure-card{flex-direction:column;align-items:flex-start;gap:12px}.wood-catalog .brochure-cta{align-self:flex-start}.wood-catalog .wood-type-card{flex-direction:column;align-items:stretch;gap:0}}@media(max-width:600px){.wood-catalog{--section-pad: 48px}.wood-catalog .hero{padding:100px 0 48px}.wood-catalog .benefits-grid{grid-template-columns:1fr 1fr}.wood-catalog .product-grid{grid-template-columns:1fr}.wood-catalog .gallery-grid{grid-template-columns:repeat(2,1fr)}.wood-catalog .reels-grid{grid-template-columns:1fr 1fr;gap:10px}}
