html{scroll-behavior:smooth;background:#fff;color:#1a1d23}body{margin:0;padding:0}h1,h2,h3,h4{font-family:Fira Sans,system-ui,sans-serif;color:#1a1d23;margin:0}p{font-family:"Source Sans 3",Inter,system-ui,sans-serif;color:#4b5563;margin:0}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.22,.61,.36,1),transform .7s cubic-bezier(.22,.61,.36,1)}.reveal.visible{opacity:1;transform:translateY(0)}.t-green{color:#5b9a42}.t-gold{color:#d39013}.sec{padding:120px 32px}.sec--alt{background:#f3f4f6}.sec-inner{max-width:1344px;margin:0 auto}.eyebrow{display:flex;align-items:center;gap:14px;margin-bottom:20px;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#d39013}.eyebrow-line{width:28px;height:1px;background:#d39013;flex-shrink:0}.section-title{font-family:Fira Sans,system-ui,sans-serif;font-size:clamp(1.75rem,3.2vw,2.5rem);font-weight:800;line-height:1.08;letter-spacing:-.02em;text-transform:uppercase;margin-bottom:20px}.section-lead{font-size:1.15rem;line-height:1.7;color:#4b5563;max-width:680px;margin-bottom:48px}.btn-green{display:inline-flex;align-items:center;gap:10px;background:#5b9a42;color:#fff;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;padding:15px 30px;clip-path:polygon(8px 0,100% 0,calc(100% - 8px) 100%,0 100%);transition:background .25s,transform .25s}.btn-green:hover{background:#4a8535;transform:translateY(-2px)}.btn-outline{display:inline-flex;align-items:center;gap:10px;background:transparent;color:#1a1d23;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;padding:15px 30px;border:1px solid rgba(91,154,66,.35);clip-path:polygon(8px 0,100% 0,calc(100% - 8px) 100%,0 100%);transition:background .25s,border-color .25s,transform .25s}.btn-outline:hover{background:#5b9a420f;border-color:#5b9a42;transform:translateY(-2px)}.btn-arrow{font-size:1.1rem;transition:transform .25s}.btn-green:hover .btn-arrow,.btn-outline:hover .btn-arrow{transform:translate(4px)}.hero{position:relative;padding:160px 32px 100px;background:url(https://img.ogpsgroup.com/_images/umbrella-hero-manufacturer.webp) center/cover no-repeat;text-align:center}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#1a1d23e6,#1a1d23ad 55%,#1a1d23e6);z-index:0}.hero-inner{position:relative;z-index:1;max-width:1344px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.hero-copy{max-width:800px}.hero-tag{font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#d39013;margin-bottom:28px}.hero-title{font-family:Fira Sans,system-ui,sans-serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.05;letter-spacing:-.02em;color:#fff;text-transform:uppercase;margin-bottom:24px}.hero-desc{font-family:"Source Sans 3",Inter,system-ui,sans-serif;font-size:1.125rem;line-height:1.7;color:#ffffffb8;margin-bottom:36px;max-width:640px;margin-left:auto;margin-right:auto}.hero-desc strong{color:#fff;font-weight:600}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center;justify-content:center;margin-bottom:64px}.hero-actions .btn-outline{color:#ffffffd9;border-color:#ffffff38}.hero-actions .btn-outline:hover{color:#fff;border-color:#ffffff80;background:#ffffff12}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid rgba(255,255,255,.1);padding-top:32px;width:100%;max-width:960px}.hero-stats>div{text-align:center}.hero-stat-val{font-family:Fira Sans,system-ui,sans-serif;font-size:2rem;font-weight:800;color:#fff;line-height:1;margin-bottom:5px}.hero-stat-lbl{font-family:Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffff80}@media(max-width:768px){.hero{padding:120px 20px 80px}.hero-stats{grid-template-columns:repeat(2,1fr);gap:24px 0}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn-green,.hero-actions .btn-outline{justify-content:center}}@media(max-width:375px){.hero{padding:100px 16px 60px}.hero-stat-val{font-size:1.5rem}}.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cat-card{background:#fff;border:1px solid rgba(156,163,175,.1);overflow:hidden;transition:transform .35s,box-shadow .35s}.cat-card:hover{transform:translateY(-4px);box-shadow:0 8px 40px #0000001a}.cat-card-img{width:100%;aspect-ratio:4/3;object-fit:contain;display:block;background:#f8f9f8}.cat-card-body{padding:24px}.cat-card-body h4{font-family:Fira Sans,system-ui,sans-serif;font-size:1rem;font-weight:700;color:#1a1d23;margin-bottom:8px;transition:color .25s}.cat-card:hover h4{color:#5b9a42}.cat-card-body p{font-size:.875rem;line-height:1.55;color:#6b7280}@media(max-width:900px){.cat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.cat-grid{grid-template-columns:1fr}.cat-card{display:flex;flex-direction:row;align-items:stretch}.cat-card-img{width:110px;height:auto;aspect-ratio:auto;flex-shrink:0}.cat-card-body{padding:14px 16px;display:flex;flex-direction:column;justify-content:center}.cat-card-body h4{font-size:.875rem}.cat-card-body p{font-size:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}.custom-strip{display:flex;flex-direction:column;gap:1px;background:#9ca3af1a}.custom-row{display:grid;grid-template-columns:1fr 1fr;background:#fff;transition:background .35s}.custom-row:hover{background:#5b9a4204}.custom-row:nth-child(2n) .custom-img-col{order:2}.custom-row:nth-child(2n) .custom-content{order:1}.custom-img{width:100%;aspect-ratio:16/10;object-fit:contain;display:block;background:#f8f9f8}.custom-content{padding:36px 40px;display:flex;flex-direction:column;justify-content:center}.custom-content-header{display:flex;align-items:center;gap:14px;margin-bottom:10px}.custom-num{font-family:Fira Sans,system-ui,sans-serif;font-size:1.5rem;font-weight:800;color:#5b9a422e;line-height:1;flex-shrink:0}.custom-content h3{font-family:Fira Sans,system-ui,sans-serif;font-size:1.125rem;font-weight:700;color:#1a1d23}.custom-content p{font-size:.9375rem;line-height:1.6;color:#6b7280;margin-bottom:6px}.custom-specs{list-style:none;padding:0;margin:6px 0 0;display:flex;flex-direction:column;gap:4px}.custom-specs li{font-size:.875rem;line-height:1.5;color:#6b7280;padding-left:18px;position:relative}.custom-specs li:before{content:"—";position:absolute;left:0;color:#5b9a42;font-weight:700}@media(max-width:768px){.custom-row{grid-template-columns:1fr}.custom-row:nth-child(2n) .custom-img-col{order:1}.custom-content{padding:24px 20px}}.mat-section-header{margin-bottom:20px}.mat-section-header h3{font-family:Fira Sans,system-ui,sans-serif;font-size:1.125rem;font-weight:700;color:#5b9a42;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.mat-section-header p{font-size:.9375rem;color:#9ca3af}.mat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:36px}.mat-grid--single{grid-template-columns:1fr;max-width:720px}.mat-cell{background:#fff;border:1px solid rgba(156,163,175,.1);padding:24px;transition:border-color .3s,transform .3s}.mat-cell:hover{border-color:#5b9a4240;transform:translateY(-2px)}.mat-cell-name{font-family:Fira Sans,system-ui,sans-serif;font-size:1.125rem;font-weight:700;color:#1a1d23;margin-bottom:2px}.mat-cell-grade{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#5b9a42;margin-bottom:14px}.mat-cell-specs{display:flex;flex-direction:column;gap:6px}.mat-cell-spec{display:flex;justify-content:space-between;align-items:baseline;gap:12px;font-size:.875rem;line-height:1.5}.mat-cell-spec-label{color:#9ca3af;flex-shrink:0;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.mat-cell-spec-val{color:#4b5563;text-align:right}.mat-cell-note{margin-top:14px;padding-top:14px;border-top:1px solid rgba(156,163,175,.12)}.mat-cell-note-label{font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.mat-cell-note p{font-size:.875rem;line-height:1.55;color:#6b7280;margin-top:3px}@media(max-width:900px){.mat-grid{grid-template-columns:1fr 1fr}.mat-grid--single{grid-template-columns:1fr}}@media(max-width:600px){.mat-grid{grid-template-columns:1fr}}.reality-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.reality-item{background:#fff;border:1px solid rgba(156,163,175,.1);overflow:hidden;transition:border-color .3s}.reality-item:hover{border-color:#5b9a424d}.reality-item-img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.reality-item-body{padding:24px 28px}.reality-item-num{font-family:Fira Sans,system-ui,sans-serif;font-size:2rem;font-weight:800;color:#5b9a4224;line-height:1;margin-bottom:4px}.reality-item-title{font-family:Fira Sans,system-ui,sans-serif;font-size:1rem;font-weight:700;color:#1a1d23;margin-bottom:8px}.reality-item p{font-size:.875rem;line-height:1.55;color:#4b5563}.reality-item p strong{color:#1a1d23}@media(max-width:640px){.reality-grid{grid-template-columns:1fr}.reality-item-body{padding:20px}}.qc-section{padding:120px 32px}.qc-timeline{display:flex;flex-direction:column;align-items:center;position:relative}.qc-timeline:before{content:"";position:absolute;left:50%;transform:translate(-50%);top:8px;bottom:8px;width:2px;background:#5b9a4233}.qc-checkpoint{position:relative;padding-bottom:48px;text-align:center;max-width:640px}.qc-checkpoint:last-child{padding-bottom:0}.qc-checkpoint:before{content:"";display:block;width:12px;height:12px;background:#5b9a42;border-radius:50%;margin:0 auto 16px;position:relative;z-index:1}.qc-checkpoint-num{font-family:Fira Sans,system-ui,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#5b9a42;margin-bottom:4px}.qc-checkpoint-title{font-family:Fira Sans,system-ui,sans-serif;font-size:1.25rem;font-weight:700;color:#1a1d23;margin-bottom:6px}.qc-checkpoint-desc{font-size:.9375rem;line-height:1.6;color:#6b7280;max-width:640px}.qc-checkpoint-desc strong{color:#1a1d23}@media(max-width:768px){.qc-section{padding:80px 20px}.qc-checkpoint{max-width:100%;padding-bottom:36px}}.vs-section{padding:120px 32px;background:#eef7eb}.vs-inner{max-width:960px;margin:0 auto}.vs-kicker{font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#d39013;margin-bottom:12px}.vs-headline{font-family:Fira Sans,system-ui,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.12;letter-spacing:-.02em;color:#1a1d23;text-transform:uppercase;margin-bottom:48px}.vs-table{width:100%;border-collapse:collapse}.vs-table thead th{font-family:Fira Sans,system-ui,sans-serif;font-size:.9375rem;font-weight:700;padding:16px 24px;text-align:left;text-transform:uppercase;letter-spacing:.04em;border-bottom:2px solid rgba(91,154,66,.3)}.vs-table thead th:first-child{color:#9ca3af;border-right:1px solid rgba(156,163,175,.15)}.vs-table thead th:last-child{color:#5b9a42}.vs-table tbody td{font-size:.875rem;line-height:1.55;padding:18px 24px;vertical-align:top;border-bottom:1px solid rgba(156,163,175,.1)}.vs-table tbody td:first-child{color:#9ca3af;border-right:1px solid rgba(156,163,175,.15);width:42%}.vs-table tbody td:last-child{color:#4b5563}.vs-table tbody td:last-child strong{color:#1a1d23}.vs-table tbody tr:hover td{background:#5b9a420a}@media(max-width:768px){.vs-section{padding:80px 20px}.vs-table thead th,.vs-table tbody td{padding:12px 16px;font-size:.8125rem}}.testi-stack{display:flex;flex-direction:column;gap:32px}.testi-block{background:#fff;border:1px solid rgba(156,163,175,.1);padding:44px 48px}.testi-block .testi-quote{font-family:Playfair Display,Georgia,serif;font-size:1.1rem;font-style:italic;line-height:1.75;color:#4b5563}.testi-block .testi-quote p{margin-bottom:16px}.testi-block .testi-quote p:last-child{margin-bottom:24px}.testi-author{display:flex;align-items:center;gap:16px}.testi-photo{width:80px;height:80px;border-radius:50%;object-fit:cover;flex-shrink:0}.testi-name{font-family:Fira Sans,system-ui,sans-serif;font-size:.9375rem;font-weight:700;color:#1a1d23}.testi-role{font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:500;color:#9ca3af;letter-spacing:.04em}@media(max-width:768px){.testi-block{padding:28px 24px}.testi-block .testi-quote{font-size:.9375rem}}.gallery-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gallery-strip img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;filter:saturate(.85) contrast(1.02);transition:filter .4s}.gallery-strip img:hover{filter:saturate(1) contrast(1.05)}@media(max-width:768px){.gallery-strip{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.gallery-strip{grid-template-columns:1fr}}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-card{background:#fff;border:1px solid rgba(156,163,175,.1);padding:28px;transition:border-color .3s}.faq-card:hover{border-color:#5b9a4233}.faq-card-header{display:flex;align-items:flex-start;gap:16px;cursor:pointer;user-select:none}.faq-card-num{font-family:Fira Sans,system-ui,sans-serif;font-size:1.25rem;font-weight:700;color:#5b9a4240;flex-shrink:0;line-height:1.2}.faq-card-q{font-family:Fira Sans,system-ui,sans-serif;font-size:.9375rem;font-weight:700;color:#1a1d23;flex:1;line-height:1.4}.faq-card-toggle{flex-shrink:0;font-size:1.125rem;color:#9ca3af;transition:transform .3s}.faq-card-a{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.22,.61,.36,1)}.faq-card-a p{font-size:.875rem;line-height:1.65;color:#6b7280;padding-top:14px;padding-left:40px}.cta-section{padding:100px 32px 120px;background:#f3f4f6;text-align:center}.cta-inner{max-width:720px;margin:0 auto}.cta-title{font-family:Fira Sans,system-ui,sans-serif;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;text-transform:uppercase;margin-bottom:20px}.cta-desc{font-size:1.125rem;line-height:1.7;color:#4b5563;margin-bottom:36px}.cta-actions{display:flex;flex-direction:column;align-items:center;gap:14px;margin-bottom:24px}.cta-link{background:transparent;color:#4b5563;border:1px solid rgba(156,163,175,.3);font-family:Fira Sans,system-ui,sans-serif;font-size:.875rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;padding:16px 32px;text-decoration:none;transition:color .25s,border-color .25s}.cta-link:hover{color:#1a1d23;border-color:#9ca3af80}.cta-note{font-family:Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af}@media(max-width:768px){.sec,.qc-section,.cta-section{padding:80px 20px}}@media(max-width:375px){.sec,.qc-section,.cta-section{padding:60px 16px}}
