.rh-page-wrapper{--rh-orange:var(--sj-orange);--rh-orange-600:var(--sj-orange-600);--rh-orange-700:var(--sj-orange-700);--rh-orange-50:var(--sj-orange-50);--rh-orange-100:var(--sj-orange-100);--rh-yellow:var(--sj-yellow);--rh-yellow-600:var(--sj-yellow-600);--rh-yellow-50:var(--sj-yellow-50);--rh-yellow-100:var(--sj-yellow-100);--rh-ink:var(--sj-ink);--rh-ink-2:var(--sj-ink-2);--rh-slate:#3a3f4b;--rh-slate-2:#5b6271;--rh-muted:#8a92a2;--rh-line:#e7e9ee;--rh-line-strong:#cfd3dc;--rh-bg-0:#fff;--rh-bg-1:#f7f8fa;--rh-bg-2:#f0f2f6;--rh-bg-cream:#fffaf1;--rh-success:#0e8a4f;--rh-success-bg:#e5f7ee;--rh-on-dark:#f4f5f7;--rh-on-dark-muted:#a7adba;--rh-on-dark-faint:#6b7280;--rh-radius-sm:8px;--rh-radius-md:12px;--rh-radius-lg:18px;--rh-radius-xl:24px;--rh-radius-pill:999px;--rh-shadow-1:0 1px 2px #0e0f120f,0 1px 1px #0e0f120a;--rh-shadow-2:0 6px 16px #0e0f1214,0 2px 4px #0e0f120a;--rh-shadow-3:0 16px 36px #0e0f121f,0 4px 8px #0e0f120f;--rh-shadow-orange:0 8px 20px #ff6a1a47;--rh-container-x:clamp(16px,3.5vw,56px);background-color:var(--rh-bg-1);color:var(--rh-ink);min-height:100vh;padding-bottom:0;overflow-x:hidden}.rh-page-wrapper .container{width:100%;max-width:1280px;padding-inline:var(--rh-container-x);margin-inline:auto}.rh-navbar{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--rh-line);z-index:50;background-color:#ffffffd9;position:sticky;top:0}.rh-navbar-inner{justify-content:space-between;align-items:center;height:64px;display:flex}.rh-breadcrumb-link{color:var(--rh-slate-2);align-items:center;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.rh-breadcrumb-link:hover{color:var(--rh-orange)}.rh-breadcrumb-icon{width:1rem;height:1rem;margin-right:.5rem;transition:transform .2s}.rh-breadcrumb-link:hover .rh-breadcrumb-icon{transform:translate(-4px)}.rh-nav-links{color:var(--rh-slate-2);align-items:center;gap:1.5rem;font-size:.875rem;font-weight:500;display:none}@media (min-width:768px){.rh-nav-links{display:flex}}.rh-nav-link{color:inherit;text-decoration:none;transition:color .2s}.rh-nav-link:hover{color:var(--rh-orange)}.rh-btn-quote{background-color:var(--rh-orange);color:#fff;border-radius:var(--rh-radius-pill);box-shadow:var(--rh-shadow-orange);padding:.5rem 1.25rem;font-weight:600;text-decoration:none;transition:background-color .2s,transform .2s,box-shadow .2s}.rh-btn-quote:hover{background-color:var(--rh-orange-600);transform:translateY(-1px)}.rh-hero{background-color:var(--rh-ink);color:var(--rh-on-dark);align-items:center;min-height:clamp(560px,85vh,900px);display:flex;position:relative;overflow:hidden}.rh-hero-bg{position:absolute;inset:0}.rh-hero-bg-texture{opacity:.6;background-image:repeating-linear-gradient(45deg,#ffffff06 0 1px,#0000 1px 9px);position:absolute;inset:0}.rh-hero-bg-gradient-1{background-image:radial-gradient(circle at 70% 30%,#ff6a1a38,#0000 60%);width:70%;height:100%;position:absolute;top:-10%;right:-5%}.rh-hero-bg-gradient-2{background-image:linear-gradient(to top,var(--rh-ink),transparent);z-index:1;width:100%;height:55%;position:absolute;bottom:0;left:0}.rh-hero-container{z-index:2;padding-top:5rem;padding-bottom:5rem;position:relative}.rh-hero-grid{align-items:center;gap:3rem;display:grid}@media (min-width:1024px){.rh-hero-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.rh-hero-text{flex-direction:column;gap:2rem;display:flex}.rh-hero-badge{border-radius:var(--rh-radius-pill);color:var(--rh-yellow);text-transform:uppercase;letter-spacing:.08em;-webkit-backdrop-filter:blur(12px);background-color:#ffc6311a;border:1px solid #ffc63140;align-items:center;gap:.75rem;width:fit-content;padding:.5rem 1rem;font-size:.8125rem;font-weight:700;display:inline-flex}.rh-hero-badge-dot{background-color:var(--rh-yellow);width:.5rem;height:.5rem;box-shadow:0 0 8px var(--rh-yellow);border-radius:50%;animation:2s cubic-bezier(.4,0,.6,1) infinite rh-pulse}@keyframes rh-pulse{0%,to{opacity:1}50%{opacity:.4}}.rh-hero-title{letter-spacing:-.02em;color:var(--rh-on-dark);margin:0;font-size:clamp(2.75rem,7vw,6rem);font-weight:800;line-height:1.04}.rh-hero-title-highlight{color:#0000;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(100deg,var(--rh-yellow),var(--rh-orange)60%,var(--rh-orange-700))}.rh-hero-desc{color:var(--rh-on-dark-muted);border-left:4px solid var(--rh-orange);max-width:36rem;margin:0;padding-left:1.5rem;font-size:1.125rem;font-weight:400;line-height:1.75}.rh-hero-actions{flex-wrap:wrap;gap:1rem;padding-top:.5rem;display:flex}.rh-hero-btn-primary{background-color:var(--rh-orange);color:#fff;border-radius:var(--rh-radius-md);box-shadow:var(--rh-shadow-orange);align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:background-color .25s,box-shadow .25s,transform .25s;display:inline-flex}.rh-hero-btn-primary:hover{background-color:var(--rh-orange-600);transform:translateY(-3px);box-shadow:0 12px 28px #ff6a1a6b}.rh-hero-btn-primary-icon{width:1.375rem;height:1.375rem;transition:transform .25s}.rh-hero-btn-primary:hover .rh-hero-btn-primary-icon{transform:translateY(4px)}.rh-hero-btn-secondary{-webkit-backdrop-filter:blur(12px);color:var(--rh-on-dark);border-radius:var(--rh-radius-md);background-color:#ffffff0f;border:1px solid #ffffff24;align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:background-color .25s,border-color .25s;display:inline-flex}.rh-hero-btn-secondary:hover{background-color:#ffffff1f;border-color:#ffc63166}.rh-hero-btn-secondary-icon{width:1.375rem;height:1.375rem;transition:transform .25s}.rh-hero-btn-secondary:hover .rh-hero-btn-secondary-icon{transform:scale(1.1)}.rh-btn-text{font-size:1.0625rem}.rh-hero-visual{display:none;position:relative}@media (min-width:1024px){.rh-hero-visual{display:block}}.rh-hero-visual-inner{z-index:2;aspect-ratio:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.rh-hero-img{border-radius:var(--rh-radius-xl);object-fit:cover;aspect-ratio:1;filter:drop-shadow(0 25px 30px #0000008c);width:100%;max-width:none;transition:transform .7s}.rh-hero-visual-inner:hover .rh-hero-img{transform:scale(1.04)}.rh-floating-badge{-webkit-backdrop-filter:blur(12px);border-radius:var(--rh-radius-lg);z-index:3;background-color:#1b1d23d1;border:1px solid #ffffff1f;padding:1rem 1.25rem;animation:4s ease-in-out infinite rh-float;position:absolute;box-shadow:0 20px 30px -8px #00000080}.rh-floating-badge-1{animation-duration:3.4s;top:2.5rem;right:1.5rem}.rh-floating-badge-2{animation-duration:4.2s;bottom:3rem;left:1.5rem}@keyframes rh-float{0%,to{transform:translateY(-6px)}50%{transform:translateY(6px)}}.rh-floating-badge-title{color:var(--rh-yellow);font-size:1.25rem;font-weight:700;line-height:1.1}.rh-floating-badge-sub{color:var(--rh-on-dark-muted);margin-top:.125rem;font-size:.75rem}.rh-hero-glow{filter:blur(120px);z-index:-1;background-color:#ff6a1a2e;border-radius:50%;width:90%;height:90%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.rh-standards-section{background-color:var(--rh-bg-1);padding-block:clamp(4rem,8vw,6rem);position:relative;overflow:hidden}.rh-standards-bg{opacity:.6;pointer-events:none;background-image:radial-gradient(circle at 1px 1px,#0e0f120d 1px,#0000 0);background-size:28px 28px;position:absolute;inset:0}.rh-standards-content{z-index:1;position:relative}.rh-standards-header{text-align:center;margin-bottom:clamp(2.5rem,5vw,5rem)}.rh-standards-eyebrow{color:var(--rh-orange);letter-spacing:.1em;text-transform:uppercase;font-size:.875rem;font-weight:700;display:block}.rh-standards-title{color:var(--rh-ink);margin-top:.5rem;margin-bottom:1.5rem;font-size:clamp(1.75rem,3.5vw,2rem);font-weight:800;line-height:1.15}@media (min-width:768px){.rh-standards-title{font-size:clamp(2.5rem,6vw,3.5rem)}}.rh-standards-title-light{color:var(--rh-muted);font-weight:400}.rh-standards-divider{background:linear-gradient(to right,var(--rh-yellow),var(--rh-orange));border-radius:var(--rh-radius-pill);width:6rem;height:.375rem;margin-inline:auto}.rh-standards-desc{color:var(--rh-slate-2);margin-top:1.5rem;max-width:42rem;margin-inline:auto;font-size:1.125rem;line-height:1.75}.rh-spec-grid{gap:1.5rem;display:grid}@media (min-width:768px){.rh-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.rh-spec-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.rh-spec-card{background-color:var(--rh-bg-0);border-radius:var(--rh-radius-xl);border:1px solid var(--rh-line);padding:2rem;transition:box-shadow .3s,transform .3s,border-color .3s}.rh-spec-card:hover{box-shadow:var(--rh-shadow-3);border-color:var(--rh-orange-100);transform:translateY(-4px)}.rh-spec-icon-wrapper{border-radius:var(--rh-radius-lg);justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin-bottom:1.5rem;transition:transform .3s;display:flex}.rh-spec-card:hover .rh-spec-icon-wrapper{transform:scale(1.08)}.rh-spec-icon-yellow{background-color:var(--rh-yellow-50);color:var(--rh-yellow-600)}.rh-spec-icon-blue{background-color:var(--rh-orange-50);color:var(--rh-orange)}.rh-spec-icon-red{background-color:var(--rh-bg-2);color:var(--rh-ink)}.rh-spec-icon-green{background-color:var(--rh-success-bg);color:var(--rh-success)}.rh-spec-icon{width:2rem;height:2rem}.rh-spec-card-title{color:var(--rh-ink);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.rh-spec-card-desc{color:var(--rh-slate-2);font-size:.9375rem;line-height:1.7}.rh-markings-section{background-color:var(--rh-ink);border-radius:var(--rh-radius-xl);color:var(--rh-on-dark);box-shadow:var(--rh-shadow-3);margin-top:clamp(2.5rem,5vw,5rem);padding:clamp(2rem,4vw,3rem);position:relative;overflow:hidden}.rh-markings-glow-1{background-color:var(--rh-orange);filter:blur(100px);opacity:.16;pointer-events:none;border-radius:50%;width:16rem;height:16rem;position:absolute;top:0;right:0}.rh-markings-glow-2{background-color:var(--rh-yellow);filter:blur(100px);opacity:.1;pointer-events:none;border-radius:50%;width:16rem;height:16rem;position:absolute;bottom:0;left:0}.rh-markings-grid{z-index:1;align-items:center;gap:3rem;display:grid;position:relative}@media (min-width:1024px){.rh-markings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.rh-markings-title{color:var(--rh-on-dark);margin-bottom:1.5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.2}.rh-markings-desc{color:var(--rh-on-dark-muted);margin-bottom:2rem;line-height:1.75}.rh-markings-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.rh-markings-item{align-items:flex-start;gap:1rem;display:flex}.rh-markings-num{background-color:var(--rh-orange);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.625rem;height:1.625rem;margin-top:.0625rem;font-size:.8125rem;font-weight:700;display:flex}.rh-markings-item-title{color:var(--rh-on-dark);font-weight:700;display:block}.rh-markings-item-desc{color:var(--rh-on-dark-muted);font-size:.875rem}.rh-markings-visual{position:relative}.rh-markings-visual-card{-webkit-backdrop-filter:blur(4px);border-radius:var(--rh-radius-lg);background-color:#ffffff0d;border:1px solid #ffffff1a;padding:1.5rem}.rh-markings-image-wrapper{aspect-ratio:16/9;background-color:var(--rh-ink-2);border-radius:var(--rh-radius-md);border:1px solid #ffffff0f;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.rh-markings-image{object-fit:cover;opacity:.85;width:100%;height:100%;transition:transform .7s}.rh-markings-image-wrapper:hover .rh-markings-image{transform:scale(1.05)}.rh-hotspot{background-color:var(--rh-orange);z-index:2;border-radius:50%;width:.75rem;height:.75rem;position:absolute}.rh-hotspot-1{top:33.333%;left:33.333%}.rh-hotspot-2{bottom:33.333%;right:33.333%}.rh-hotspot-ping{background-color:var(--rh-orange);border-radius:50%;animation:1.5s cubic-bezier(0,0,.2,1) infinite rh-ping;position:absolute;inset:0}.rh-hotspot-ping-delay{animation-delay:.7s}.rh-hotspot-border{border:2px solid #fff;border-radius:50%;position:absolute;inset:0}@keyframes rh-ping{75%,to{opacity:0;transform:scale(2.5)}}.rh-markings-caption{text-align:center;color:var(--rh-on-dark-muted);margin-top:1rem;font-size:.875rem}.rh-load-section{background-color:var(--rh-bg-2);padding-block:clamp(4rem,8vw,6rem)}.rh-load-header{text-align:center;margin-bottom:clamp(2.5rem,5vw,4rem)}.rh-load-eyebrow{color:var(--rh-orange);letter-spacing:.1em;text-transform:uppercase;font-size:.875rem;font-weight:700;display:block}.rh-load-title{color:var(--rh-ink);margin-top:.5rem;margin-bottom:1.5rem;font-size:clamp(1.75rem,3.5vw,2rem);font-weight:800;line-height:1.15}@media (min-width:768px){.rh-load-title{font-size:clamp(2.5rem,6vw,3.5rem)}}.rh-load-title-light{color:var(--rh-muted);font-weight:400}.rh-load-divider{background:linear-gradient(to right,var(--rh-yellow),var(--rh-orange));border-radius:var(--rh-radius-pill);width:6rem;height:.375rem;margin-inline:auto}.rh-load-desc{color:var(--rh-slate-2);margin-top:1.5rem;max-width:42rem;margin-inline:auto;font-size:1.125rem;line-height:1.75}.rh-load-desc-red{color:var(--rh-orange-700);font-size:.9375rem;font-weight:600}.rh-load-card{background-color:var(--rh-bg-0);border-radius:var(--rh-radius-xl);box-shadow:var(--rh-shadow-2);border:1px solid var(--rh-line);overflow:hidden}.rh-load-table-wrap{overflow-x:auto}.rh-load-table{text-align:center;border-collapse:collapse;width:100%}.rh-load-thead{background-color:var(--rh-ink);color:var(--rh-on-dark)}.rh-load-th{border-right:1px solid #ffffff14;padding:1.5rem}.rh-load-th:last-child{border-right:none}.rh-load-th-title{color:var(--rh-on-dark-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.875rem}.rh-load-th-val{font-size:1.25rem;font-weight:700}.rh-load-leg-box{flex-direction:column;align-items:center;gap:.5rem;display:flex}.rh-load-leg-circle{border:2px solid;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;font-weight:700;display:flex}.rh-load-leg-circle-white{color:#fff;border-color:#fff}.rh-load-leg-circle-yellow{border-color:var(--rh-yellow);color:var(--rh-yellow)}.rh-load-leg-circle-orange{border-color:var(--rh-orange);color:var(--rh-orange)}.rh-load-leg-circle-red{border-color:var(--rh-orange-700);color:#ff8a4d}.rh-load-leg-title{font-size:.875rem;font-weight:700}.rh-load-leg-title-yellow{color:var(--rh-yellow)}.rh-load-leg-title-orange{color:var(--rh-orange)}.rh-load-leg-title-red{color:#ff8a4d}.rh-load-leg-desc{color:var(--rh-on-dark-muted);font-size:.75rem}.rh-load-tbody{color:var(--rh-ink);font-weight:500}.rh-load-tr{border-top:1px solid var(--rh-line);transition:background-color .2s}.rh-load-tr:hover{background-color:var(--rh-orange-50)}.rh-load-td{padding:1rem;font-size:1.0625rem}.rh-load-td-head{color:var(--rh-ink);background-color:var(--rh-bg-1);font-weight:700}.rh-load-td-yellow{color:var(--rh-yellow-600);font-weight:700}.rh-load-td-orange{color:var(--rh-orange-600)}.rh-load-td-red{color:var(--rh-orange-700);font-weight:700}.rh-load-note{background-color:var(--rh-bg-1);border-top:1px solid var(--rh-line);color:var(--rh-slate-2);flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;font-size:.875rem;display:flex}@media (min-width:768px){.rh-load-note{flex-direction:row}}.rh-load-note-left{align-items:center;gap:.75rem;display:flex}.rh-load-note-icon{width:1.25rem;height:1.25rem;color:var(--rh-orange);flex-shrink:0}.rh-load-note-right{white-space:nowrap;align-items:center;gap:.5rem;display:flex}.rh-load-dot{border-radius:50%;width:.75rem;height:.75rem}.rh-load-dot-yellow{background-color:var(--rh-yellow)}.rh-load-dot-orange{background-color:var(--rh-orange);margin-left:.5rem}.rh-angle-grid{gap:1.5rem;margin-top:3rem;display:grid}@media (min-width:768px){.rh-angle-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.rh-angle-card{background-color:var(--rh-bg-0);border-radius:var(--rh-radius-lg);border:1px solid var(--rh-line);box-shadow:var(--rh-shadow-1);align-items:center;gap:1rem;padding:1.5rem;display:flex}.rh-angle-icon-wrap{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.rh-angle-icon-slate{background-color:var(--rh-bg-2);color:var(--rh-slate);font-size:1.125rem;font-weight:700}.rh-angle-icon-red{background-color:var(--rh-orange-50);color:var(--rh-orange-700)}.rh-angle-icon-blue{background-color:var(--rh-yellow-50);color:var(--rh-yellow-600)}.rh-angle-icon{width:1.5rem;height:1.5rem}.rh-angle-title{color:var(--rh-ink);margin-bottom:.125rem;font-weight:700}.rh-angle-desc{color:var(--rh-slate-2);font-size:.8125rem}.rh-gallery-section{background-color:var(--rh-ink);color:var(--rh-on-dark);padding-block:clamp(4rem,8vw,6rem);position:relative;overflow:hidden}.rh-gallery-bg{pointer-events:none;background-image:radial-gradient(circle at 85% 15%,#ff6a1a1f,#0000 45%),repeating-linear-gradient(45deg,#ffffff05 0 1px,#0000 1px 10px);position:absolute;inset:0}.rh-gallery-container{z-index:1;position:relative}.rh-gallery-header{flex-direction:column;gap:1.5rem;margin-bottom:clamp(2.5rem,5vw,4rem);display:flex}@media (min-width:768px){.rh-gallery-header{flex-direction:row;justify-content:space-between;align-items:flex-end}}.rh-gallery-eyebrow{color:var(--rh-yellow);letter-spacing:.1em;text-transform:uppercase;font-size:.875rem;font-weight:700;display:block}.rh-gallery-title{color:var(--rh-on-dark);margin-top:.5rem;margin-bottom:0;font-size:clamp(1.75rem,3.5vw,2rem);font-weight:800;line-height:1.15}@media (min-width:768px){.rh-gallery-title{font-size:clamp(2.5rem,6vw,3.5rem)}}.rh-gallery-title-sub{color:var(--rh-on-dark-faint);font-weight:400}.rh-gallery-desc{color:var(--rh-on-dark-muted);text-align:left;max-width:28rem;margin:0;line-height:1.75}@media (min-width:768px){.rh-gallery-desc{text-align:right}}.rh-gallery-grid{gap:1.5rem;display:grid}@media (min-width:768px){.rh-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.rh-gallery-card{border-radius:var(--rh-radius-xl);cursor:pointer;border:1px solid #ffffff1a;height:20rem;position:relative;overflow:hidden}@media (min-width:768px){.rh-gallery-card-large{grid-column:span 2/span 2}}.rh-gallery-img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.rh-gallery-card:hover .rh-gallery-img{transform:scale(1.08)}.rh-gallery-overlay{opacity:.85;background-image:linear-gradient(#0000,#0e0f1240,#0e0f12eb);transition:opacity .3s;position:absolute;inset:0}.rh-gallery-card:hover .rh-gallery-overlay{opacity:.7}.rh-gallery-content{width:100%;padding:2rem;transition:transform .5s;position:absolute;bottom:0;left:0;transform:translateY(.5rem)}.rh-gallery-card:hover .rh-gallery-content{transform:translateY(0)}.rh-gallery-tag{border-radius:var(--rh-radius-pill);-webkit-backdrop-filter:blur(12px);align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.rh-gallery-tag-yellow{color:var(--rh-yellow);background-color:#ffc63133;border:1px solid #ffc63159}.rh-gallery-tag-blue{color:#ff8a4d;background-color:#ff6a1a33;border:1px solid #ff6a1a59}.rh-gallery-icon{width:.875rem;height:.875rem}.rh-gallery-card-title{color:#fff;margin-top:0;margin-bottom:.5rem;font-size:1.5rem;font-weight:700;line-height:1.2}.rh-gallery-card-title-sm{margin-bottom:.25rem;font-size:1.25rem}.rh-gallery-card-desc{color:var(--rh-on-dark-muted);opacity:0;max-width:32rem;margin:0;font-size:.9375rem;line-height:1.7;transition:opacity .5s .1s}.rh-gallery-card:hover .rh-gallery-card-desc{opacity:1}.rh-gallery-card-desc-sm{color:var(--rh-on-dark-muted);margin:0;font-size:.8125rem}.rh-prod-section{background-color:var(--rh-bg-1);padding-block:clamp(4rem,8vw,6rem)}.rh-prod-header{text-align:center;margin-bottom:clamp(2.5rem,5vw,4rem)}.rh-prod-eyebrow{color:var(--rh-orange);letter-spacing:.1em;text-transform:uppercase;font-size:.875rem;font-weight:700;display:block}.rh-prod-title{color:var(--rh-ink);margin-top:.5rem;margin-bottom:1.5rem;font-size:clamp(1.75rem,3.5vw,2rem);font-weight:800;line-height:1.15}@media (min-width:768px){.rh-prod-title{font-size:clamp(2.5rem,6vw,3.5rem)}}.rh-prod-title-light{color:var(--rh-muted);font-weight:400}.rh-prod-divider{background:linear-gradient(to right,var(--rh-yellow),var(--rh-orange));border-radius:var(--rh-radius-pill);width:6rem;height:.375rem;margin-inline:auto}.rh-prod-grid{gap:1.5rem;display:grid}@media (min-width:768px){.rh-prod-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.rh-prod-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.rh-prod-card{background-color:var(--rh-bg-0);border-radius:var(--rh-radius-xl);border:1px solid var(--rh-line);box-shadow:var(--rh-shadow-1);flex-direction:column;transition:box-shadow .4s,transform .4s;display:flex;overflow:hidden}.rh-prod-card:hover{box-shadow:var(--rh-shadow-3);transform:translateY(-8px)}.rh-prod-img-wrap{background-color:var(--rh-bg-2);height:16rem;position:relative;overflow:hidden}.rh-prod-img-overlay{z-index:1;background-color:#0e0f1214;transition:background-color .3s;position:absolute;inset:0}.rh-prod-card:hover .rh-prod-img-overlay{background-color:#0000}.rh-prod-img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.rh-prod-card:hover .rh-prod-img{transform:scale(1.08)}.rh-prod-badge{-webkit-backdrop-filter:blur(12px);border-radius:var(--rh-radius-pill);color:var(--rh-ink);box-shadow:var(--rh-shadow-1);z-index:2;border:1px solid var(--rh-line);background-color:#ffffffeb;padding:.25rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;right:1rem}.rh-prod-content{flex-direction:column;flex:1;padding:2rem;display:flex}.rh-prod-card-title{color:var(--rh-ink);margin-top:0;margin-bottom:.5rem;font-size:1.5rem;font-weight:700;transition:color .3s}.rh-prod-card:hover .rh-prod-card-title{color:var(--rh-orange)}.rh-prod-card-desc{color:var(--rh-slate-2);margin-top:0;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.7}.rh-prod-tags-wrap{border-top:1px solid var(--rh-line);flex-direction:column;gap:.75rem;margin-top:auto;padding-top:1rem;display:flex}.rh-prod-tags{flex-wrap:wrap;gap:.5rem;display:flex}.rh-prod-tag{background-color:var(--rh-bg-1);color:var(--rh-slate-2);border-radius:var(--rh-radius-sm);border:1px solid var(--rh-line);padding:.25rem .75rem;font-size:.75rem;font-weight:500;transition:color .3s,background-color .3s,border-color .3s}.rh-prod-card:hover .rh-prod-tag{border-color:var(--rh-orange-100);background-color:var(--rh-orange-50);color:var(--rh-orange-700)}.rh-contact-section{background-color:var(--rh-ink);color:var(--rh-on-dark);padding-block:clamp(4rem,8vw,6rem);position:relative;overflow:hidden}.rh-contact-bg{pointer-events:none;background-image:radial-gradient(circle at 15% 85%,#ff6a1a1f,#0000 45%),radial-gradient(circle at 1px 1px,#ffffff0a 1px,#0000 0);background-size:auto,26px 26px;position:absolute;inset:0}.rh-contact-container{z-index:1;position:relative}.rh-contact-grid{gap:3rem;display:grid}@media (min-width:1024px){.rh-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem}}.rh-contact-info{flex-direction:column;gap:2rem;display:flex}.rh-contact-eyebrow{color:var(--rh-yellow);letter-spacing:.1em;text-transform:uppercase;font-size:.875rem;font-weight:700;display:block}.rh-contact-title{color:var(--rh-on-dark);margin-top:.5rem;margin-bottom:0;font-size:clamp(1.75rem,3.5vw,2rem);font-weight:800;line-height:1.15}@media (min-width:768px){.rh-contact-title{font-size:clamp(2.5rem,6vw,3.5rem)}}.rh-contact-title-sub{color:var(--rh-on-dark-muted);font-weight:400}.rh-contact-divider{background:linear-gradient(to right,var(--rh-yellow),var(--rh-orange));border-radius:var(--rh-radius-pill);width:6rem;height:.375rem;margin-top:1.5rem}.rh-contact-desc{color:var(--rh-on-dark-muted);margin:0;font-size:1.125rem;line-height:1.75}.rh-contact-methods{flex-direction:column;gap:1.5rem;display:flex}.rh-contact-method-item{align-items:center;gap:1rem;display:flex}.rh-contact-method-icon-wrap{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.rh-contact-method-icon-yellow{color:var(--rh-yellow);background-color:#ffc6312e}.rh-contact-method-icon-green{color:#2bd17e;background-color:#0e8a4f33}.rh-contact-icon{width:1.5rem;height:1.5rem}.rh-contact-method-label{color:var(--rh-on-dark-muted);font-size:.875rem}.rh-contact-method-val{color:#fff;font-size:1.25rem;font-weight:700}.rh-contact-form-card{background-color:var(--rh-bg-0);border-radius:var(--rh-radius-xl);color:var(--rh-ink);box-shadow:var(--rh-shadow-3);padding:clamp(1.5rem,3vw,2rem)}.rh-contact-form-title{color:var(--rh-ink);margin-top:0;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.rh-contact-form{flex-direction:column;gap:1rem;display:flex}.rh-contact-form-row{gap:1rem;display:grid}@media (min-width:768px){.rh-contact-form-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.rh-contact-form-group{flex-direction:column;display:flex}.rh-contact-label{color:var(--rh-slate);margin-bottom:.375rem;font-size:.875rem;font-weight:600}.rh-contact-input,.rh-contact-textarea{background-color:var(--rh-bg-1);border:1px solid var(--rh-line-strong);border-radius:var(--rh-radius-md);width:100%;color:var(--rh-ink);outline:none;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.rh-contact-input::placeholder,.rh-contact-textarea::placeholder{color:var(--rh-muted)}.rh-contact-input:focus,.rh-contact-textarea:focus{border-color:var(--rh-orange);box-shadow:0 0 0 3px #ff6a1a2e}.rh-contact-textarea{resize:vertical}.rh-contact-submit{background-color:var(--rh-orange);color:#fff;border-radius:var(--rh-radius-md);cursor:pointer;width:100%;box-shadow:var(--rh-shadow-orange);border:none;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:1rem;font-family:inherit;font-size:1rem;font-weight:700;transition:background-color .3s,transform .3s,box-shadow .3s;display:flex}.rh-contact-submit:hover{background-color:var(--rh-orange-600);transform:translateY(-2px);box-shadow:0 12px 28px #ff6a1a6b}.rh-contact-submit-icon{width:1.25rem;height:1.25rem;transition:transform .3s}.rh-contact-submit:hover .rh-contact-submit-icon{transform:translate(4px)}
