:root{--green:#558564;--green-dark:#3d6349;--green-light:#ddeee3;--brown:#564946;--brown-dark:#3a2f2d;--brown-light:#a08a87;--off-white:#F7F4F2;--warm-border:#E0D8D5;--card-bg:#ffffff;--ink:#2a1f1e;--ink-soft:#6b5855;--text-on-light:#1a1614;--text-on-dark:#f5f1ec;--text-on-dark-rgb:245,241,236;--radius:6px;--radius-lg:10px;--container:1200px;--gap:1.5rem}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--off-white);color:var(--text-on-light);line-height:1.6}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 1.5rem}@media (max-width:768px){.container{padding:0 calc(1.5rem + 5px)}}.site-header{z-index:100}.site-nav{gap:.15rem}.site-nav a{color:#564946;font-size:.875rem;font-weight:500;padding:.45rem .85rem;border-radius:var(--radius);transition:background .15s,color .15s}.site-nav a:hover{background:rgba(85,133,100,.08);color:#558564}.hero{background:var(--brown);color:var(--text-on-dark);padding:4.5rem 0 5rem;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:var(--green)}.hero-eyebrow{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--off-white);background:rgba(85,133,100,.15);border:1px solid rgba(85,133,100,.3);padding:.3rem .7rem;border-radius:3px;margin-bottom:1.1rem}.hero h1{font-family:var(--font-display);font-size:clamp(3rem,6.5vw,5.5rem);font-weight:700;line-height:1.03;letter-spacing:-.01em;margin-bottom:1.25rem}.hero-sub{max-width:580px;color:rgba(var(--text-on-dark-rgb),.72);font-size:1.05rem;line-height:1.65;margin-bottom:2.25rem}.hero-actions{display:flex;gap:.85rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.75rem 1.5rem;border-radius:var(--radius);font-family:var(--font-body);font-size:.9rem;font-weight:600;cursor:pointer;transition:filter .15s,transform .12s;border:none;line-height:1}.btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--green)}.btn-ghost,.btn-primary{color:var(--text-on-dark)}.btn-ghost{background:transparent;border:2px solid rgba(255,255,255,.35)}.btn-ghost:hover{border-color:rgba(255,255,255,.7)}.section{padding:3.5rem 0 4rem}.section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2rem;padding-bottom:.85rem;border-bottom:2px solid var(--warm-border)}.section-head h2{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--brown);letter-spacing:-.01em}.section-link{font-size:.875rem;font-weight:600;color:var(--green);transition:color .15s}.section-link:hover{color:var(--green-dark)}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));justify-content:center;grid-gap:var(--gap);gap:var(--gap)}.bivvy-card{background:var(--card-bg);border:1px solid var(--warm-border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;max-width:420px;width:100%;transition:box-shadow .2s,transform .2s,border-color .2s}.bivvy-card:hover{box-shadow:0 8px 28px rgba(86,73,70,.13);transform:translateY(-3px);border-color:var(--green)}.card-media{position:relative;height:220px;overflow:hidden;background:var(--brown)}.card-media:after{content:"";position:absolute;left:0;right:0;bottom:0;height:55%;z-index:1;background:linear-gradient(180deg,transparent,rgba(0,0,0,.45));pointer-events:none}.card-media-frame{position:absolute;inset:0;display:block}.card-media-img{width:100%;height:100%;object-fit:cover}.card-media-fallback{position:absolute;inset:0;background:linear-gradient(145deg,var(--brown) 0,var(--brown-dark) 100%)}.card-media-fallback:before{content:"";position:absolute;bottom:-10px;right:-20px;width:160px;height:160px;border-radius:50%;background:rgba(85,133,100,.18)}.card-media-fallback:after{content:"";position:absolute;top:-30px;right:30px;width:100px;height:100px;border-radius:50%;background:rgba(85,133,100,.1)}.card-media-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;border-radius:50%;background:rgba(0,0,0,.45);color:var(--off-white);font-size:1.1rem;line-height:1;cursor:pointer;opacity:0;transition:opacity .15s,background .15s}.card-media-arrow:hover{background:rgba(0,0,0,.65)}.card-media:hover .card-media-arrow{opacity:1}.card-media-arrow-prev{left:.6rem}.card-media-arrow-next{right:.6rem}.card-media-dots{position:absolute;bottom:.6rem;left:0;right:0;z-index:2;display:flex;align-items:center;justify-content:center;gap:.35rem}.card-media-dot{width:6px;height:6px;border-radius:50%;background:transparent;border:1px solid var(--off-white)}.card-media-dot.is-active{background:var(--green);border-color:var(--green)}.card-media-capacity{top:.6rem;right:.6rem;z-index:2;font-size:.68rem;letter-spacing:.04em;background:var(--green);padding:.25rem .55rem;border-radius:var(--radius)}.card-badge,.card-media-capacity{position:absolute;font-weight:700;text-transform:uppercase;color:var(--off-white)}.card-badge{top:16px;left:-30px;z-index:3;width:120px;padding:.28rem 0;text-align:center;transform:rotate(-45deg);transform-origin:center;font-size:.55rem;letter-spacing:.06em;box-shadow:0 2px 5px rgba(0,0,0,.25)}.card-badge-popular{background:#C17B2F}.card-badge-new{background:#558564}.card-badge-editors-pick{background:#564946}.card-badge-best-seller{background:#8B2E2E}.card-badge-award-winner{background:#6B3FA0}.card-badge-top-rated{background:#C17B2F}.card-badge-budget-pick{background:#2D7A6B}.card-badge-staff-pick{background:#564946}.card-body{padding:1.1rem 1.25rem 1.25rem;display:flex;flex-direction:column;flex:1 1}.card-eyebrow{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(86,73,70,.65);margin-bottom:.3rem}.card-title-row{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.4rem}.card-title{font-family:var(--font-display);font-size:1.15rem;font-weight:700;line-height:1.2;margin-bottom:.4rem;color:var(--brown);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1 1;min-width:0}.card-title-row .card-title{margin-bottom:0}.card-title a:hover{color:var(--green)}.card-rating{display:flex;align-items:center;gap:.6rem;padding:.5rem .75rem;background:#F7F4F2;border:1px solid #e0d8d5;border-left:3px solid #558564;border-radius:0 var(--radius) var(--radius) 0;margin-bottom:.5rem}.card-rating__score{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:#558564;line-height:1;flex-shrink:0}.card-rating__meta{display:flex;flex-direction:column;gap:.1rem}.card-rating__denom{font-size:.72rem;font-weight:700;color:#564946;line-height:1}.card-rating__count{font-size:.65rem;color:#6b5855;line-height:1;white-space:nowrap}.card-rating__bar{flex:1 1;height:4px;background:#E0D8D5;border-radius:99px;overflow:hidden;align-self:center}.card-rating__fill{height:100%;background:#558564;border-radius:99px;transition:width .3s ease}.spec-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--warm-border);border-left:3px solid var(--green);border-radius:0 var(--radius) var(--radius) 0;background:var(--off-white);margin-bottom:1rem;overflow:hidden}.spec-strip>div{padding:.55rem .4rem;text-align:center;border-right:1px solid var(--warm-border)}.spec-strip>div:last-child{border-right:none}.spec-strip dt{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--brown-light);margin-bottom:.2rem}.spec-strip dd{font-size:.78rem;font-weight:700;color:var(--brown)}.spec-strip>div:first-child dd{color:var(--green);font-size:.82rem}.card-actions-row{display:flex;justify-content:flex-end;margin-bottom:.85rem}.card-compare-btn{flex-shrink:0;padding:.35rem .65rem;background:var(--off-white);color:var(--green);border:1.5px solid var(--green);border-radius:var(--radius);font-family:var(--font-body);font-size:.72rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:color .15s,background .15s,border-color .15s}.card-compare-btn.is-compared{background:var(--green);color:var(--off-white)}.card-foot{padding-top:.75rem;border-top:1px solid var(--warm-border)}.card-cta{display:block;width:100%;text-align:center;padding:.65rem .75rem;border-radius:var(--radius);font-size:.85rem;font-weight:700;color:var(--brown);background:#FF9900;transition:background .15s}.card-cta:hover{background:#e68a00}.card-cta-disabled,.card-cta-disabled:hover{background:var(--warm-border);color:var(--ink-soft);cursor:not-allowed;opacity:.6}.site-footer{background:#3a2f2d;color:#F7F4F2;margin-top:4rem;border-top:3px solid #558564}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:2.5rem;gap:2.5rem;padding:3rem 1.5rem}.footer-logo-link{display:inline-flex;margin-bottom:1rem}.footer-logo-img{height:104px;width:auto;display:block;object-fit:contain;filter:brightness(0) invert(1)}.site-footer nav h3{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#558564;margin-bottom:.85rem}.site-footer nav a{display:block;font-size:.875rem;color:#F7F4F2;margin-bottom:.45rem;transition:color .15s;text-decoration:none}.site-footer nav a:hover{color:#558564}.footer-legal{border-top:1px solid rgba(255,255,255,.1);padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:.78rem;color:rgba(247,244,242,.6)}@media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.site-nav{display:none}.spec-strip{grid-template-columns:repeat(2,1fr)}.spec-strip>div:nth-child(2){border-right:none}.card-media-arrow{opacity:1}}@media (max-width:540px){.footer-grid{grid-template-columns:1fr}.footer-legal{flex-direction:column;text-align:center}.hero{padding:3rem 0 3.5rem}.card-grid{grid-template-columns:1fr}}.btn-amazon{display:block;width:100%;padding:.85rem 1.5rem;background:#FF9900!important;color:#fff!important;font-family:Open Sans,sans-serif;font-size:.95rem;font-weight:700;text-align:center;border:none;border-radius:var(--radius);cursor:pointer;text-decoration:none;transition:background .15s}.btn-amazon:hover{background:#e68a00!important;color:#564946!important}.btn-amazon--disabled{display:block;width:100%;padding:.85rem 1.5rem;background:#E0D8D5!important;color:#6b5855!important;font-family:Open Sans,sans-serif;font-size:.95rem;font-weight:700;text-align:center;border:none;border-radius:var(--radius);cursor:not-allowed;opacity:.6;text-decoration:none}.compare-tray{position:fixed;right:0;top:50%;transform:translateY(-50%) translateX(100%);transition:transform .3s ease;width:280px;background:#F7F4F2;border-left:3px solid #558564;box-shadow:-4px 0 20px rgba(86,73,70,.15);z-index:200;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;border-radius:8px 0 0 8px}.compare-tray.is-open{transform:translateY(-50%) translateX(0)}.compare-tray__header{display:flex;justify-content:space-between;align-items:center}.compare-tray__title{font-weight:700;color:#564946;font-size:.95rem}.compare-tray__count{background:#558564;color:#F7F4F2;font-size:.7rem;padding:.15rem .5rem;border-radius:99px}.compare-tray__item{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;border-bottom:1px solid #e0d8d5}.compare-tray__thumb{width:48px;height:48px;object-fit:cover;border-radius:4px;background:#E0D8D5}.compare-tray__name{flex:1 1;font-size:.82rem;color:#564946;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compare-tray__remove{background:none;border:none;color:#6b5855;cursor:pointer;font-size:1rem;padding:.25rem;line-height:1}.compare-tray__remove:hover{color:#564946}.compare-tray__status{font-size:.78rem;font-style:italic;color:#6b5855}.btn-compare-now{width:100%;background:#558564;color:#F7F4F2;font-weight:700;padding:.75rem;border-radius:var(--radius);border:none;cursor:pointer;transition:background .15s}.btn-compare-now:hover{background:#3d6349}.btn-compare-now:disabled{background:#E0D8D5;color:#6b5855;cursor:not-allowed}.compare-tray__clear{font-size:.78rem;text-decoration:underline;text-align:center;width:100%}.compare-tray__clear,.compare-tray__close{background:none;border:none;color:#6b5855;cursor:pointer}.compare-tray__close{position:absolute;top:.75rem;right:.75rem;font-size:1rem}@media (max-width:768px){.compare-tray{right:auto;top:auto;bottom:0;left:0;width:100%;transform:translateY(100%) translateX(0);border-left:none;border-top:3px solid #558564;border-radius:8px 8px 0 0;box-shadow:0 -4px 20px rgba(86,73,70,.15);max-height:60vh;overflow-y:auto}.compare-tray.is-open{transform:translateY(0)}}.bivvy-hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;padding:2.5rem 0}.bivvy-hero__fallback{width:100%;height:420px;display:flex;align-items:center;justify-content:center;background:#564946;border-radius:8px;font-family:var(--font-display);font-size:2rem;font-weight:700;color:#F7F4F2;text-align:center;padding:1rem}.bivvy-hero__badge{position:static;align-self:flex-start;display:inline-block;width:auto;transform:none;border-radius:4px;padding:.35rem .9rem;font-size:.8rem}.bivvy-hero__eyebrow{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#6b5855}.bivvy-hero h1{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#564946;line-height:1.1}.bivvy-hero__best-for{font-style:italic;color:#564946}.bivvy-pills{display:flex;gap:.5rem;flex-wrap:wrap}.bivvy-pill{font-size:.75rem;font-weight:600;padding:.3rem .75rem;border-radius:99px;background:#F7F4F2;border:1px solid #e0d8d5;color:#564946}.bivvy-pill--green{background:rgba(85,133,100,.1);border-color:#558564;color:#558564}.bivvy-verdict{margin:2rem 0;padding:1.5rem;border-left:4px solid #558564;background:rgba(85,133,100,.06);border-radius:0 6px 6px 0}.bivvy-verdict__label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#558564;margin-bottom:.5rem}.bivvy-verdict p{font-size:1rem;line-height:1.7;color:#564946}.bivvy-specs-section{margin:2rem 0}.bivvy-specs-section h2{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:#564946;margin-bottom:1rem}.specs-table{width:100%;border:1px solid #e0d8d5;border-radius:6px;overflow:hidden}.specs-table div{display:flex;padding:.65rem 1rem;border-bottom:1px solid #e0d8d5}.specs-table div:last-child{border-bottom:none}.specs-table div:nth-child(2n){background:#F7F4F2}.specs-table dt{width:40%;font-size:.85rem;color:#6b5855;font-weight:500}.specs-table dd{width:60%;font-size:.85rem;color:#564946;font-weight:700}.bivvy-pros-cons{margin:2rem 0}.bivvy-pros-cons h2{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:#564946;margin-bottom:1rem}.pros-cons-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.pros-col h3{color:#558564}.cons-col h3,.pros-col h3{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.cons-col h3{color:#564946}.cons-col ul,.pros-col ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.pros-col li{font-size:.9rem;color:#564946;padding-left:1.5rem;position:relative}.pros-col li:before{content:"✓";position:absolute;left:0;color:#558564;font-weight:700}.cons-col li{font-size:.9rem;color:#564946;padding-left:1.5rem;position:relative}.cons-col li:before{content:"✕";position:absolute;left:0;color:#C17B2F;font-weight:700}.bivvy-who{margin:2rem 0}.bivvy-who h2{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:#564946;margin-bottom:1rem}.bivvy-who__quote{padding:1rem 1.5rem;border-left:3px solid #c17b2f;background:#F7F4F2;border-radius:0 6px 6px 0;font-size:1.05rem;line-height:1.7;color:#564946}.bivvy-who__cta{max-width:320px;margin-top:1.25rem}.bivvy-back{display:inline-block;margin:2rem 0;font-size:.875rem;font-weight:600;color:#558564}.bivvy-back:hover{color:#3d6349}@media (max-width:768px){.bivvy-hero{grid-template-columns:1fr}.bivvy-hero__fallback{height:260px}.pros-cons-grid{grid-template-columns:1fr}}.bivvy-breadcrumb{font-size:.78rem;color:#6b5855;padding:1rem 0;display:flex;gap:.4rem;align-items:center}.bivvy-breadcrumb a{color:#558564;text-decoration:none}.bivvy-breadcrumb a:hover{text-decoration:underline}.bivvy-hero__sticky{position:-webkit-sticky;position:sticky;top:80px;display:flex;flex-direction:column}.bivvy-hero__sticky>*{margin-bottom:.5rem}.bivvy-hero__sticky>:last-child{margin-bottom:0}.bivvy-features{margin:2.5rem 0}.bivvy-features h2{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:#564946;margin-bottom:1.25rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.feature-card{background:#fff;border:1px solid #e0d8d5;border-radius:8px;padding:1.25rem;text-align:center;display:flex;flex-direction:column;gap:.5rem}.feature-card__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin:0 auto .5rem}.feature-card__title{font-size:.9rem;font-weight:700;color:#564946}.feature-card__desc{font-size:.82rem;color:#6b5855;line-height:1.5}.bivvy-fit{margin:2.5rem 0}.bivvy-fit h2{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:#564946;margin-bottom:1.25rem}.fit-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.fit-box{padding:1.25rem 1.5rem;border-radius:0 8px 8px 0}.fit-box--yes{background:rgba(85,133,100,.08);border-left:3px solid #558564}.fit-box--no{background:rgba(193,123,47,.08);border-left:3px solid #c17b2f}.fit-box h3{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.fit-box--yes h3{color:#558564}.fit-box--no h3{color:#C17B2F}.fit-box ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}.fit-box li{font-size:.88rem;color:#564946;padding-left:1.25rem;position:relative;line-height:1.5}.fit-box--yes li:before{content:"✓";position:absolute;left:0;color:#558564;font-weight:700}.fit-box--no li:before{content:"✕";position:absolute;left:0;color:#C17B2F;font-weight:700}.bivvy-video{margin:2.5rem 0}.bivvy-video h2{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:#564946;margin-bottom:1.25rem}.video-embed{position:relative;padding-bottom:56.25%;height:0;border-radius:8px;overflow:hidden}.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.bivvy-compare-cta{background:#564946;padding:2rem;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin:2.5rem 0}.bivvy-compare-cta__text h3{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:#F7F4F2;margin-bottom:.3rem}.bivvy-compare-cta__text p{font-size:.85rem;color:rgba(247,244,242,.7)}.bivvy-related{margin:2.5rem 0}.bivvy-related h2{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:#564946;margin-bottom:1.25rem}.bivvy-accessories{margin:2.5rem 0}.bivvy-accessories h2{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:#564946;margin-bottom:.5rem}.bivvy-accessories__sub{font-size:.85rem;color:#6b5855;max-width:640px;line-height:1.6;margin-bottom:1.25rem}.accessory-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,280px));grid-gap:1rem;gap:1rem;justify-content:start}.accessory-card{background:#fff;border:1px solid #e0d8d5;border-radius:var(--radius-lg);padding:1.25rem;display:flex;flex-direction:column;gap:.6rem;transition:border-color .15s,box-shadow .15s;max-width:280px}.accessory-card:hover{border-color:#558564;box-shadow:0 4px 16px rgba(85,133,100,.1)}.accessory-card__header{margin-bottom:.5rem}.accessory-card__category{display:inline-block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#F7F4F2;background:#558564;padding:.25rem .6rem;border-radius:99px}.accessory-card__name{font-family:var(--font-display);font-size:1.05rem;font-weight:700;color:#564946;line-height:1.3;margin-bottom:.75rem}.accessory-card__img-wrap{width:100%;height:160px;border-radius:var(--radius);overflow:hidden;background:#F7F4F2;border:1px solid #e0d8d5;margin-bottom:.75rem}.accessory-card__img{width:100%;height:100%;object-fit:contain;padding:.5rem;display:block}.accessory-card__img-placeholder{width:100%;height:120px;border-radius:var(--radius);background:linear-gradient(135deg,#F7F4F2,#E8E2DF);border:1px dashed #e0d8d5;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.accessory-card__img-placeholder span{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#6b5855}.accessory-card__desc{font-size:.85rem;color:#6b5855;line-height:1.6;flex:1 1;margin-bottom:.75rem}.accessory-card__foot{margin-top:auto}.accessory-card__btn{font-size:.82rem;padding:.6rem 1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;justify-content:center;gap:.3rem}@media (max-width:768px){.accessory-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.accessory-grid{grid-template-columns:1fr}}@media (max-width:768px){.features-grid,.fit-grid{grid-template-columns:1fr}.bivvy-compare-cta{flex-direction:column;align-items:flex-start}.bivvy-hero__sticky{position:static}}.gallery-main{position:relative;width:100%;height:420px;border-radius:8px;overflow:hidden;cursor:zoom-in;background:#564946}.gallery-main img{width:100%;height:100%;object-fit:cover;display:block}.gallery-main .slider-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.5);color:#F7F4F2;border:none;border-radius:50%;width:40px;height:40px;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:background .15s}.gallery-main .slider-arrow:hover{background:rgba(0,0,0,.75)}.gallery-main .slider-arrow--left{left:.75rem}.gallery-main .slider-arrow--right{right:.75rem}.gallery-thumbs{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.gallery-thumb{width:70px;height:70px;border-radius:4px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .15s;flex-shrink:0}.gallery-thumb.active{border-color:#558564}.gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.lightbox-overlay{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:1000;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem}.lightbox-img{max-width:90vw;max-height:80vh;object-fit:contain;border-radius:4px}.lightbox-close{top:1.25rem;right:1.5rem;background:none;font-size:2rem;line-height:1}.lightbox-arrow,.lightbox-close{position:fixed;border:none;color:white;cursor:pointer;z-index:1001}.lightbox-arrow{top:50%;transform:translateY(-50%);background:rgba(255,255,255,.15);font-size:1.5rem;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;transition:background .15s}.lightbox-arrow:hover{background:rgba(255,255,255,.3)}.lightbox-arrow--left{left:1rem}.lightbox-arrow--right{right:1rem}.lightbox-dots{display:flex;gap:.5rem;justify-content:center}.lightbox-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.4);border:none;cursor:pointer;padding:0;transition:background .15s}.lightbox-dot.active{background:white}@media (max-width:768px){.gallery-main{height:260px}.bivvy-hero{grid-template-columns:1fr}.lightbox-arrow--left{left:.25rem}.lightbox-arrow--right{right:.25rem}}.bivvy-description a,.bivvy-verdict a{color:#558564;text-decoration:underline;font-weight:600}.bivvy-description a:hover,.bivvy-verdict a:hover{color:#3d6349}.feature-card{position:relative}.feature-card__hint{position:absolute;top:.6rem;right:.6rem;display:flex;align-items:center;gap:.35rem}.feature-card__hint-text{font-size:.65rem;color:#6b5855;white-space:nowrap}.feature-card__info{position:relative;width:18px;height:18px;border-radius:50%;background:rgba(37,99,235,.12);color:#2563EB;font-family:Georgia,serif;font-size:.75rem;font-style:italic;font-weight:400;text-transform:none;display:flex;align-items:center;justify-content:center;cursor:help;transition:background .15s,color .15s;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.feature-card__info:hover{background:#2563EB;color:#F7F4F2}.feature-card__info:after{content:attr(data-tooltip);bottom:calc(100% + 10px);right:0;width:240px;background:#564946;color:#F7F4F2;font-size:.78rem;font-style:normal;font-weight:400;line-height:1.5;padding:.75rem 1rem;border-radius:6px;box-shadow:0 4px 16px rgba(0,0,0,.2);z-index:50;text-align:left;white-space:normal}.feature-card__info:after,.feature-card__info:before{position:absolute;opacity:0;pointer-events:none;transition:opacity .2s}.feature-card__info:before{content:"";bottom:calc(100% + 4px);right:6px;border:6px solid transparent;border-top-color:#564946;z-index:51}.feature-card__info:hover:after,.feature-card__info:hover:before{opacity:1}@media (max-width:768px){.feature-card__info:after{bottom:auto;top:calc(100% + 10px);right:0;width:200px}.feature-card__info:before{bottom:auto;top:calc(100% + 4px);border-top-color:transparent;border-bottom-color:#564946}}.page-header{padding:2.5rem 0 2rem;border-bottom:2px solid #e0d8d5;margin-bottom:2rem}.page-header h1{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#564946;margin:.75rem 0 .5rem}.page-header p{font-size:1rem;color:#6b5855;max-width:640px;line-height:1.65}.page-header .results-count{font-size:.82rem;font-weight:600;color:#558564;margin-top:.5rem;display:block}.page-breadcrumb{font-size:.78rem;color:#6b5855;display:flex;gap:.4rem;align-items:center}.page-breadcrumb a{color:#558564}.page-breadcrumb a:hover{text-decoration:underline}.filter-bar{margin-bottom:2rem}.filter-bar,.filter-group{display:flex;gap:.5rem;flex-wrap:wrap}.filter-group{align-items:center;padding-right:1rem;margin-right:.5rem;border-right:1px solid #e0d8d5}.filter-group:last-child{border-right:none;padding-right:0;margin-right:0}.filter-group-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#6b5855;margin-right:.15rem}@media (max-width:640px){.filter-group{border-right:none;padding-right:0;margin-right:0;width:100%}}.filter-pill{padding:.4rem 1rem;border-radius:99px;border:1px solid #e0d8d5;background:white;color:#564946;font-size:.82rem;font-weight:500;cursor:pointer;transition:all .15s}.filter-pill:hover{border-color:#558564;color:#558564}.filter-pill.active{background:#558564;border-color:#558564;color:#F7F4F2;font-weight:600}.filter-select{padding:.4rem .85rem;border-radius:99px;border:1px solid #e0d8d5;background:white;color:#564946;font-family:var(--font-body);font-size:.82rem;font-weight:500;cursor:pointer;transition:border-color .15s,color .15s}.filter-select:focus,.filter-select:hover{border-color:#558564;color:#558564;outline:none}.filter-results{font-size:.82rem;color:#6b5855;margin-bottom:1.25rem}.filter-empty{text-align:center;color:#6b5855;font-style:italic;padding:2rem 0}.compare-page{padding:2rem 0 4rem}.compare-page h1{font-family:var(--font-display);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;color:#564946;line-height:1.15}.compare-subtitle{font-size:.9rem;color:#6b5855;margin-top:.5rem;max-width:620px;line-height:1.6}.compare-notice{font-size:.9rem;color:#6b5855;background:rgba(85,133,100,.06);border:1px solid rgba(85,133,100,.2);border-radius:8px;padding:.85rem 1.25rem;margin-top:1.25rem}.compare-notice a{color:#558564;font-weight:600;text-decoration:underline}.compare-hero-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;margin:2rem 0}.compare-hero-col{display:flex;flex-direction:column;gap:.5rem;background:white;border:1px solid #e0d8d5;border-radius:10px;padding:1rem;position:relative}.compare-hero-col img{width:100%;border-radius:6px}.compare-img-wrapper{position:relative;width:100%;overflow:hidden;border-radius:8px}.compare-hero-col .compare-title{font-family:var(--font-display);font-size:1.05rem;font-weight:700;color:#564946;line-height:1.2}.compare-hero-col .compare-eyebrow{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#6b5855}.compare-remove{background:none;border:none;font-size:.75rem;color:#6b5855;cursor:pointer;text-align:left;margin-top:auto;padding:.5rem 0 0}.compare-remove:hover{color:#564946;text-decoration:underline}.compare-table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:.88rem}.compare-table th{background:#564946;color:#F7F4F2;font-weight:700;padding:.85rem 1rem;text-align:center;font-size:.85rem}.compare-table th:first-child{text-align:left;width:160px}.compare-table td{padding:.75rem 1rem;text-align:center;border-bottom:1px solid #e0d8d5;color:#564946;vertical-align:middle}.compare-table td:first-child{text-align:left;font-weight:600;color:#6b5855;font-size:.82rem;text-transform:uppercase;letter-spacing:.06em}.compare-table tr:nth-child(2n){background:#F7F4F2}.compare-table tr:hover{background:rgba(85,133,100,.05)}.compare-cell--winner{color:#558564;font-weight:700;position:relative}.compare-cell--winner:after{content:"✓";margin-left:.3rem;font-size:.75rem}.compare-cell--loser{color:#6b5855}.compare-label{font-weight:600;color:#6b5855;font-size:.82rem;text-transform:uppercase;letter-spacing:.06em}.compare-summary{background:white;border:1px solid #e0d8d5;border-radius:8px;padding:1.5rem;margin:2rem 0}.compare-summary h2{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:#564946;margin-bottom:1rem}.compare-summary ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}.compare-summary li{font-size:.9rem;color:#564946;padding-left:1.5rem;position:relative;line-height:1.5}.compare-summary li:before{content:"✓";position:absolute;left:0;color:#558564;font-weight:700}.compare-no-diff{font-size:.9rem;color:#6b5855;font-style:italic}.compare-add-more{display:flex;align-items:center;justify-content:space-between;background:rgba(85,133,100,.06);border:1px solid rgba(85,133,100,.2);border-radius:8px;padding:1rem 1.5rem;margin:1.5rem 0;gap:1rem}.compare-add-more p{font-size:.88rem;color:#6b5855;margin:0}.btn-add-more{padding:.5rem 1.25rem;border-radius:99px;border:2px solid #558564;color:#558564;background:white;font-size:.82rem;font-weight:600;cursor:pointer;text-decoration:none;white-space:nowrap;transition:all .15s}.btn-add-more:hover{background:#558564;color:#F7F4F2}.compare-footer{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #e0d8d5;margin-top:2rem}.compare-back-link{font-size:.875rem;font-weight:600;color:#558564}.compare-back-link:hover{color:#3d6349}.btn-start-over{background:none;border:1px solid #e0d8d5;color:#6b5855;padding:.5rem 1.25rem;border-radius:6px;font-size:.82rem;cursor:pointer;transition:all .15s}.btn-start-over:hover{border-color:#564946;color:#564946}.compare-empty{text-align:center;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.compare-empty h2{font-family:var(--font-display);font-size:2rem;font-weight:700;color:#564946}.compare-empty p{color:#6b5855;max-width:400px;line-height:1.6}@media (max-width:768px){.compare-hero-row{grid-template-columns:1fr 1fr}.compare-table{display:block;overflow-x:auto;white-space:nowrap}.compare-footer{flex-direction:column;gap:1rem;align-items:flex-start}}@media (max-width:480px){.compare-hero-row{grid-template-columns:1fr}}.image-slider{position:relative;width:100%;overflow:hidden;border-radius:8px;background:#f0ece8}.image-slider img,.slider-img{width:100%;height:100%;display:block}.slider-img--cover{object-fit:cover;object-position:center}.slider-img--contain{object-fit:contain;object-position:center;background:#F7F4F2;padding:1rem}.slider-fallback{width:100%;background:#564946;border-radius:8px;display:flex;align-items:center;justify-content:center}.slider-fallback__brand{font-family:var(--font-display);font-size:1.2rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.4)}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.45);color:#F7F4F2;border:none;border-radius:50%;width:32px;height:32px;font-size:1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:background .15s;opacity:0;transition:opacity .2s}.image-slider:hover .slider-arrow{opacity:1}.slider-arrow--left{left:.5rem}.slider-arrow--right{right:.5rem}.slider-arrow:hover{background:rgba(0,0,0,.7)}.slider-dots{position:absolute;bottom:.5rem;left:50%;transform:translateX(-50%);display:flex;gap:.35rem}.slider-dot{width:7px;height:7px;border-radius:50%;border:1.5px solid rgba(255,255,255,.8);background:transparent;cursor:pointer;padding:0;transition:background .15s}.slider-dot.active{background:#558564;border-color:#558564}@media (max-width:768px){.slider-arrow{opacity:1}}.compare-summary strong{color:#564946;font-weight:700}.compare-diff-values{color:#6b5855;font-size:.85rem;font-weight:400}.btn-read-more{display:block;width:100%;padding:.6rem 1.5rem;background:transparent;color:#558564;font-size:.82rem;font-weight:600;text-align:center;border:1.5px solid #558564;border-radius:var(--radius);cursor:pointer;text-decoration:none;transition:background .15s,color .15s;margin-top:.5rem}.btn-read-more:hover{background:#558564;color:#F7F4F2}.brand-hero{background:#564946;color:#F7F4F2;padding:3.5rem 0}.brand-hero .container{display:flex;align-items:center;justify-content:space-between;gap:3rem}.brand-hero__left{flex:1 1}.brand-hero__eyebrow{font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;display:block}.brand-hero h1,.brand-hero__eyebrow{font-weight:700;color:#F7F4F2;margin-bottom:.75rem}.brand-hero h1{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,3.5rem);line-height:1.1}.brand-hero__sub{color:#F7F4F2;font-size:1rem;line-height:1.6;margin-bottom:1rem;max-width:520px}.brand-hero__link{font-size:.85rem;font-weight:600;color:#F7F4F2;text-decoration:underline;transition:color .15s}.brand-hero__link:hover{color:#558564}.brand-stats{display:flex;gap:2rem;flex-shrink:0}.brand-stat{text-align:center;display:flex;flex-direction:column;gap:.25rem}.brand-stat__value{font-family:var(--font-display);font-size:2.2rem;font-weight:700;color:#ffffff;line-height:1}.brand-stat__label{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:#F7F4F2}.brand-intro{padding:2.5rem 0;border-bottom:1px solid #e0d8d5}.brand-intro__copy{max-width:760px}.brand-intro__copy p{font-size:1rem;line-height:1.8;color:#564946;margin-bottom:1.25rem}.brand-intro__copy p:last-child{margin-bottom:0}.brand-bivvies{padding:2.5rem 0}.brand-bivvies h2{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:#564946;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e0d8d5}.other-brands{padding:2rem 0 3rem}.other-brands h2{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:#564946;margin-bottom:1rem}.other-brands__pills{display:flex;gap:.75rem;flex-wrap:wrap}.brand-pill{padding:.5rem 1.25rem;border-radius:99px;border:1.5px solid #558564;color:#558564;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .15s;background:white}.brand-pill:hover{background:#558564;color:#F7F4F2}.brand-seo{padding:1.5rem 0 3rem;border-top:1px solid #e0d8d5;margin-top:1rem}.brand-seo p{font-size:.78rem;color:#6b5855;line-height:1.6;max-width:700px}@media (max-width:768px){.brand-hero .container{flex-direction:column;gap:2rem}.brand-stats{gap:1.25rem}.brand-stat__value{font-size:1.75rem}}.site-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.site-header{background:#ffffff;border-bottom:3px solid #558564;position:-webkit-sticky;position:sticky;top:0;z-index:200;box-shadow:0 2px 12px rgba(86,73,70,.08)}.header-inner{height:104px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.site-logo__img{height:92px;width:auto;display:block;object-fit:contain}.site-nav{display:flex;align-items:center;gap:.25rem}.site-nav__link{color:#564946;font-size:.875rem;font-weight:600;padding:.45rem .85rem;border-radius:var(--radius);transition:background .15s,color .15s;text-decoration:none;background:none;border:none;cursor:pointer;font-family:Open Sans,sans-serif;white-space:nowrap;text-align:left}.site-nav__link:hover{background:rgba(85,133,100,.08);color:#558564}.dropdown-chevron{font-size:.6rem;margin-left:.2rem;vertical-align:middle}.site-nav .site-nav__cta{display:inline-flex;align-items:center;background:#558564;color:#ffffff;font-size:.875rem;font-weight:700;padding:.55rem 1.1rem;border-radius:var(--radius);text-decoration:none;margin-left:.4rem;white-space:nowrap}.site-nav__dropdown{position:relative}.mega-menu{position:fixed;top:107px;left:0;right:0;background:#ffffff;border-top:3px solid #558564;box-shadow:0 8px 32px rgba(86,73,70,.15);z-index:300;animation:megaFadeIn .15s ease}@keyframes megaFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.mega-menu__inner{display:grid;grid-template-columns:200px 1fr;grid-template-rows:auto auto;grid-gap:0;gap:0;padding:2rem 1.5rem}.mega-menu__heading{padding-right:2rem;border-right:1px solid #e0d8d5;grid-row:span 2}.mega-menu__title{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:#564946;margin-bottom:.4rem}.mega-menu__sub{font-size:.82rem;color:#6b5855;line-height:1.5}.mega-menu__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem;padding-left:2rem}.mega-menu__item{display:flex;flex-direction:column;gap:.2rem;padding:.85rem 1rem;border-radius:var(--radius);text-decoration:none;transition:background .15s;border:1px solid transparent}.mega-menu__item:hover{background:rgba(85,133,100,.06);border-color:#558564}.mega-menu__brand-name{font-weight:700;color:#564946;font-size:.95rem}.mega-menu__brand-desc{font-size:.78rem;color:#6b5855}.mega-menu__footer{padding-left:2rem;padding-top:1rem;border-top:1px solid #e0d8d5;margin-top:.5rem}.mega-menu__all{font-size:.82rem;font-weight:600;color:#558564;text-decoration:none;transition:color .15s}.mega-menu__all:hover{color:#3d6349}.site-nav__mobile-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:0}.site-nav__mobile-toggle span{display:block;width:24px;height:2px;background:#564946;border-radius:2px;transition:transform .2s,opacity .2s}.site-nav__mobile-toggle.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.site-nav__mobile-toggle.is-open span:nth-child(2){opacity:0}.site-nav__mobile-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:768px){.site-nav__mobile-toggle{display:flex}.site-nav{display:none;position:fixed;top:80px;left:0;right:0;bottom:0;background:#ffffff;flex-direction:column;align-items:stretch;gap:0;padding:1rem;overflow-y:auto;z-index:250}.site-nav.is-open{display:flex}.site-nav__link{width:100%;padding:.9rem .85rem}.site-nav__cta{width:100%;justify-content:center;margin-left:0;margin-top:.5rem}.mega-menu,.site-nav__dropdown{position:static}.mega-menu{border-top:none;box-shadow:none;animation:none}.mega-menu__inner{grid-template-columns:1fr;padding:.5rem 0}.mega-menu__heading{border-right:none;padding-right:0}.mega-menu__grid{grid-template-columns:1fr;padding-left:0}.mega-menu__footer{padding-left:0}.site-logo__img{height:64px}.header-inner{height:80px}}.hwc-intro-box{background:rgba(85,133,100,.06);border-left:4px solid #558564;border-radius:0 8px 8px 0;padding:1.25rem 1.5rem;margin:1.5rem 0 0;font-size:.95rem;color:#564946;line-height:1.65}.hwc-specs{padding:3rem 0}.hwc-specs>h2{font-family:var(--font-display);font-size:2rem;font-weight:700;color:#564946;margin-bottom:2rem;padding-bottom:.75rem;border-bottom:2px solid #e0d8d5}.hwc-spec-card{display:flex;gap:1.5rem;padding:2rem 0;border-bottom:1px solid #e0d8d5}.hwc-spec-card:last-child{border-bottom:none}.hwc-spec-icon{display:flex;align-items:flex-start;justify-content:center;width:56px;flex-shrink:0;padding-top:.25rem}.hwc-spec-content{flex:1 1}.hwc-spec-title{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:#564946;margin-bottom:.75rem}.hwc-spec-how,.hwc-spec-why{font-size:.92rem;line-height:1.7;color:#564946;margin-bottom:.75rem}.hwc-spec-how strong,.hwc-spec-why strong{color:#558564;font-weight:700}.hwc-scale{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:.75rem;gap:.75rem;margin-top:1rem;background:#F7F4F2;border-radius:6px;padding:1rem}.hwc-scale-item{display:flex;flex-direction:column;gap:.2rem}.hwc-scale-label{font-size:.82rem;font-weight:700;color:#558564}.hwc-scale-desc{font-size:.78rem;color:#6b5855;line-height:1.4}.hwc-process{padding:3rem 0;border-top:2px solid #e0d8d5}.hwc-process>h2{font-family:var(--font-display);font-size:2rem;font-weight:700;color:#564946;margin-bottom:1.5rem}.hwc-process-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.hwc-process-step{background:white;border:1px solid #e0d8d5;border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.hwc-process-step__icon{display:flex;align-items:center;width:40px;height:40px}.hwc-process-step__title{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:#564946}.hwc-process-step__body{font-size:.88rem;line-height:1.65;color:#6b5855}.hwc-independence{background:#564946;padding:2.5rem;border-radius:8px;margin:3rem 0}.hwc-independence h2{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:#F7F4F2;margin-bottom:1rem}.hwc-independence p{font-size:.92rem;line-height:1.7;color:rgba(247,244,242,.8);margin-bottom:.75rem}.hwc-independence p:last-child{margin-bottom:0}@media (max-width:768px){.hwc-spec-card{flex-direction:column;gap:1rem}.hwc-process-grid{grid-template-columns:1fr}.hwc-scale{grid-template-columns:1fr 1fr}}@media (max-width:480px){.hwc-scale{grid-template-columns:1fr}}.pg-band-grid{grid-template-columns:repeat(3,1fr);margin:1.5rem 0 3rem}.pg-band-icon{width:40px}.pg-band-label{font-size:1.3rem}.pg-band-count{font-size:.8rem}.pg-band-desc{font-size:.82rem;line-height:1.5}.pg-featured h2{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:#564946;margin-bottom:1.5rem}.pg-featured__more{display:block;text-align:center;margin-top:1.5rem;font-size:.875rem;font-weight:600;color:#558564;text-decoration:none}.pg-featured__more:hover{color:#3d6349}.pg-guide{padding:2.5rem 0 3rem}.pg-guide h2{margin-bottom:1.25rem}.pg-guide p{margin-bottom:1rem}.pg-band-verdict{background:rgba(85,133,100,.05);border-left:4px solid #558564;border-radius:0 8px 8px 0;padding:1.5rem;margin:2.5rem 0}.pg-band-verdict h2{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:#564946;margin-bottom:.75rem}.pg-band-verdict p{font-size:.92rem;line-height:1.7;color:#564946}.pg-nav{display:flex;align-items:center;justify-content:space-between;padding:2rem 0;border-top:1px solid #e0d8d5;margin-top:2rem;gap:1rem;flex-wrap:wrap}.pg-nav a{font-size:.875rem;font-weight:600;color:#558564;text-decoration:none}.pg-nav a:hover{color:#3d6349}@media (max-width:900px){.pg-band-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.pg-band-grid{grid-template-columns:1fr}}.best-hero{background:#564946;padding:4rem 0;border-bottom:3px solid #558564}.best-hero__inner{display:grid;grid-template-columns:1fr auto;grid-gap:3rem;gap:3rem;align-items:center}.best-hero__text{display:flex;flex-direction:column;gap:.75rem}.best-hero__eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#F7F4F2}.best-hero h1{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,4rem);font-weight:700;color:#F7F4F2;line-height:1.05;margin:0}.best-hero__intro{font-size:1.05rem;line-height:1.65;color:rgba(247,244,242,.72);max-width:560px;margin:0}.best-hero__stats{display:flex;flex-direction:column;gap:1.25rem;flex-shrink:0;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:1.5rem 2rem;min-width:160px}.best-hero__stat{display:flex;flex-direction:column;align-items:center;gap:.2rem;text-align:center}.best-hero__stat-value{font-family:var(--font-display);font-size:2rem;font-weight:700;color:#F7F4F2;line-height:1}.best-hero__stat-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(247,244,242,.5);font-weight:600}.best-spacer{height:2rem}.best-filter-note{font-size:.78rem;font-style:italic;color:#6b5855;margin-bottom:1.25rem;padding-top:0}.best-verdict{margin:2rem 0;padding:1.5rem;background:rgba(85,133,100,.06);border-left:4px solid #558564;border-radius:0 8px 8px 0}.best-verdict__label{display:block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#558564;margin-bottom:.6rem}.best-verdict p{font-size:.95rem;line-height:1.7;color:#564946;margin-bottom:1rem}.best-verdict p:last-child{margin-bottom:0}.best-bivvies{padding:2rem 0}.best-bivvies h2{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:#564946;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e0d8d5}.best-guide{padding:2.5rem 0;border-top:2px solid #e0d8d5}.best-guide h2{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:#564946;margin-bottom:1.5rem}.best-guide-item{padding:1.5rem 0;border-bottom:1px solid #e0d8d5}.best-guide-item:last-child{border-bottom:none}.best-guide-item__q{font-size:1rem;font-weight:700;color:#564946;margin-bottom:.6rem;line-height:1.4}.best-guide-item__a{font-size:.92rem;line-height:1.7;color:#6b5855;max-width:720px;margin-bottom:.75rem}.best-guide-item__a:last-child{margin-bottom:0}.best-guide-item__a a,.best-verdict p a{color:#558564;text-decoration:underline}.best-hero__intro a{color:#F7F4F2;text-decoration:underline}.best-crosslinks{padding:2rem 0 3rem;border-top:1px solid #e0d8d5}.best-crosslinks h2{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:#564946;margin-bottom:1rem}.best-crosslinks__pills{display:flex;gap:.75rem;flex-wrap:wrap}@media (max-width:768px){.best-hero__inner{grid-template-columns:1fr;gap:2rem}.best-hero__stats{flex-direction:row;justify-content:space-around;min-width:unset;width:100%;padding:1rem}.best-hero__stat-value{font-size:1.5rem}}.pg-hero{background:#564946;padding:3rem 0;border-bottom:3px solid #558564}.pg-hero h1{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#F7F4F2;margin:.5rem 0 .75rem;line-height:1.1}.pg-hero .page-breadcrumb{margin-bottom:.75rem}.pg-hero .page-breadcrumb a{color:#F7F4F2}.pg-hero .page-breadcrumb span{color:rgba(247,244,242,.5)}.pg-hero__sub{font-size:1rem;line-height:1.65;color:rgba(247,244,242,.75);max-width:600px;margin-bottom:1.25rem}.pg-overview{padding:2.5rem 0}.pg-overview h2{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:#564946;margin-bottom:1.5rem}.pg-band-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1rem}.pg-band-card{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background:white;border:1px solid #e0d8d5;border-radius:10px;text-decoration:none;transition:all .2s}.pg-band-card:hover{border-color:#558564;box-shadow:0 4px 16px rgba(85,133,100,.12);transform:translateY(-2px)}.pg-band-icon{display:flex;align-items:center;height:40px;margin-bottom:.25rem}.pg-band-icon svg{width:32px;height:32px}.pg-band-label{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:#564946}.pg-band-count{font-size:.82rem;font-weight:600;color:#558564}.pg-band-desc{font-size:.85rem;color:#6b5855;line-height:1.55}.pg-featured{padding:2.5rem 0;border-top:1px solid #e0d8d5}.pg-featured-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.pg-featured-header h2{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:#564946}.pg-featured-viewall{font-size:.875rem;font-weight:600;color:#558564;text-decoration:none;white-space:nowrap;flex-shrink:0}.pg-featured-viewall:hover{color:#3d6349}.pg-featured-desc{font-size:.88rem;color:#6b5855;margin-bottom:1.5rem;max-width:680px;line-height:1.6}.pg-guide{padding:2.5rem 0;border-top:2px solid #e0d8d5}.pg-guide h2{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:#564946;margin-bottom:1rem}.pg-guide p{font-size:.95rem;line-height:1.75;color:#564946;margin-bottom:1.5rem;max-width:720px}.pg-guide p a{color:#558564;text-decoration:underline}.pg-guide h3{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:#564946;margin:2rem 0 .6rem;padding-left:1rem;border-left:3px solid #558564}.pg-faq{padding:2.5rem 0 3rem;border-top:2px solid #e0d8d5}.pg-faq h2{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:#564946;margin-bottom:1.5rem}.pg-faq__list{display:flex;flex-direction:column;gap:.5rem;max-width:720px}.bivvy-faq{padding:2.5rem 0;border-top:2px solid #e0d8d5}.bivvy-faq h2{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:#564946;margin-bottom:1.25rem}.bivvy-faq .pg-faq__list{max-width:760px}.pg-faq__item{border:1px solid #e0d8d5;border-radius:6px;overflow:hidden}.pg-faq__item[open]{border-color:#558564}.pg-faq__q{font-size:.95rem;font-weight:600;color:#564946;padding:1rem 1.25rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;background:#F7F4F2;transition:background .15s}.pg-faq__q:hover{background:rgba(85,133,100,.06)}.pg-faq__q:after{content:"+";font-size:1.2rem;color:#558564;font-weight:300;flex-shrink:0}.pg-faq__item[open] .pg-faq__q:after{content:"×"}.pg-faq__a{padding:1rem 1.25rem;font-size:.9rem;line-height:1.7;color:#564946;border-top:1px solid #e0d8d5;background:white;margin:0}.pg-faq__a a{color:#558564;text-decoration:underline}.pg-note{background:rgba(193,123,47,.08);border-left:3px solid #c17b2f;border-radius:0 6px 6px 0;padding:.85rem 1.25rem;font-size:.82rem;color:#564946;line-height:1.6;margin-top:1rem;max-width:640px}@media (max-width:768px){.pg-band-grid{grid-template-columns:1fr}.pg-featured-header{flex-direction:column;gap:.4rem}}.best-intro{padding:2.5rem 0;border-top:1px solid #e0d8d5}.best-intro__inner{max-width:720px}.best-intro__inner h2{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:#564946;margin-bottom:.75rem}.best-intro__inner p{font-size:.95rem;line-height:1.75;color:#6b5855;margin-bottom:1rem}.best-intro__inner p:last-child{margin-bottom:0}.about-hero{background:#564946;padding:4rem 0;border-bottom:3px solid #558564}.about-hero__eyebrow{display:block;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:#558564}.about-hero h1,.about-hero__eyebrow{font-weight:700;margin-bottom:.75rem}.about-hero h1{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,3.5rem);color:#F7F4F2;line-height:1.1}.about-hero__sub{font-size:1.05rem;color:rgba(247,244,242,.72);max-width:520px}.about-story{padding:3.5rem 0;display:grid;grid-template-columns:1.5fr 1fr;grid-gap:3rem;gap:3rem;align-items:start}.about-story__copy h3{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:#558564;margin:2rem 0 .75rem}.about-story__copy h3:first-child{margin-top:0}.about-story__copy p{font-size:.95rem;line-height:1.8;color:#564946;margin-bottom:2rem}.about-story__copy p:last-child{margin-bottom:0}.about-story__copy strong{color:#564946;font-weight:700}.about-story__copy p a{color:#558564;text-decoration:underline}.about-stats{gap:1.5rem;background:#F7F4F2;border:1px solid #e0d8d5;border-left:4px solid #558564;border-radius:0 8px 8px 0;padding:2rem;position:-webkit-sticky;position:sticky;top:100px}.about-stat,.about-stats{display:flex;flex-direction:column}.about-stat{gap:.2rem}.about-stat__value{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:#558564;line-height:1}.about-stat__label{font-size:.78rem;color:#6b5855;text-transform:uppercase;letter-spacing:.08em;font-weight:600}.about-how{padding:3rem 0;border-top:2px solid #e0d8d5}.about-how h2{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:#564946;margin-bottom:.5rem}.about-how__kicker{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#6b5855;margin-bottom:1.5rem}.about-how__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.about-how__card{background:white;border:1px solid #e0d8d5;border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.about-how__card__icon{display:inline-flex;line-height:1}.about-how__card h3{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:#564946}.about-how__card p{font-size:.88rem;line-height:1.65;color:#6b5855}.about-how__card p a{color:#558564;text-decoration:underline}.about-independence{padding:2.5rem 0;border-top:2px solid #e0d8d5}.about-independence__panel{background:rgba(85,133,100,.05);border-left:4px solid #558564;border-radius:0 8px 8px 0;padding:1.75rem 2rem;max-width:720px}.about-independence__panel h2{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:#564946;margin-bottom:1rem}.about-independence__panel h4{font-family:var(--font-display);font-size:.95rem;font-weight:700;color:#558564;margin:1.5rem 0 .5rem}.about-independence__panel h4:first-of-type{margin-top:0}.about-independence__panel p{font-size:.92rem;line-height:1.75;color:#564946;margin-bottom:1.5rem}.about-independence__panel p:last-child{margin-bottom:0}.about-independence__panel p a{color:#558564;text-decoration:underline}.about-cta{padding:3rem 0;border-top:2px solid #e0d8d5;text-align:center}.about-cta h2{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:#564946;margin-bottom:1.25rem}.about-cta__buttons{gap:.75rem;margin-bottom:1rem}.about-cta__buttons,.about-cta__pills{display:flex;justify-content:center;flex-wrap:wrap}.about-cta__pills{gap:.5rem}@media (max-width:768px){.about-story{grid-template-columns:1fr}.about-stats{position:static;flex-direction:row;flex-wrap:wrap;gap:1rem}.about-how__grid{grid-template-columns:1fr}}.amazon-disclaimer{font-size:.72rem;color:#6b5855;line-height:1.6;padding:.75rem 1rem;background:#F7F4F2;border-radius:var(--radius);border:1px solid #e0d8d5;margin-top:.5rem}.disclaimer-content{max-width:720px;padding:2rem 0 4rem}.disclaimer-section{padding:1.75rem 0;border-bottom:1px solid #e0d8d5}.disclaimer-section:last-child{border-bottom:none}.disclaimer-section h2{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:#564946;margin-bottom:.85rem}.disclaimer-section p{font-size:.92rem;line-height:1.75;color:#564946;margin-bottom:.75rem}.disclaimer-section p:last-of-type{margin-bottom:.5rem}.contact-grid{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:3rem;gap:3rem;padding:2.5rem 0 4rem;align-items:start}.contact-reasons{display:flex;flex-direction:column;gap:1rem}.contact-reason{display:flex;gap:1rem;padding:1.25rem;background:white;border:1px solid #e0d8d5;border-radius:8px;transition:border-color .15s}.contact-reason:hover{border-color:#558564}.contact-reason__icon{display:flex;align-items:flex-start;justify-content:center;flex-shrink:0;width:40px;padding-top:.1rem}.contact-reason__content h3{font-family:var(--font-display);font-size:1rem;font-weight:700;color:#564946;margin-bottom:.35rem}.contact-reason__content p{font-size:.85rem;line-height:1.65;color:#6b5855}.contact-sidebar{gap:1.25rem;position:-webkit-sticky;position:sticky;top:100px}.contact-card,.contact-sidebar{display:flex;flex-direction:column}.contact-card{background:white;border:1px solid #e0d8d5;border-radius:8px;padding:1.75rem;gap:.75rem}.contact-card__label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#558564}.contact-card h2{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:#564946}.contact-card p{font-size:.88rem;line-height:1.65;color:#6b5855}.contact-email{display:block;font-size:1.1rem;font-weight:700;color:#558564;text-decoration:none;padding:.85rem 1rem;background:rgba(85,133,100,.06);border:1.5px solid #558564;border-radius:var(--radius);text-align:center;transition:background .15s;word-break:break-all}.contact-email:hover{background:rgba(85,133,100,.12)}.contact-card__divider{border:none;border-top:1px solid #e0d8d5;margin:.25rem 0}.contact-card__small{font-size:.75rem;color:#6b5855;font-style:italic;line-height:1.5}.contact-response{background:#F7F4F2;border:1px solid #e0d8d5;border-radius:8px;padding:1.5rem}.contact-response h3{font-family:var(--font-display);font-size:1rem;font-weight:700;color:#564946;margin-bottom:.85rem}.contact-response ol{list-style:none;display:flex;flex-direction:column;gap:.6rem;counter-reset:steps}.contact-response li{font-size:.85rem;color:#6b5855;line-height:1.5;padding-left:1.75rem;position:relative;counter-increment:steps}.contact-response li:before{content:counter(steps);position:absolute;left:0;width:20px;height:20px;background:#558564;color:#F7F4F2;border-radius:50%;font-size:.68rem;font-weight:700;display:flex;align-items:center;justify-content:center;top:.1rem}.contact-faq{padding:2.5rem 0 4rem;border-top:2px solid #e0d8d5}.contact-faq h2{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:#564946;margin-bottom:1.25rem}@media (max-width:768px){.contact-grid{grid-template-columns:1fr}.contact-sidebar{position:static}}.finder-tab{position:fixed;right:0;top:50%;transform:translateY(-50%) rotate(180deg);background:#558564;color:#F7F4F2;border:none;padding:1rem .75rem;cursor:pointer;z-index:150;border-radius:0 0 8px 8px;writing-mode:vertical-rl;font-family:Open Sans,sans-serif;font-size:.82rem;font-weight:700;letter-spacing:.08em;transition:background .15s,padding .15s;box-shadow:-2px 0 12px rgba(86,73,70,.15)}.finder-tab:hover{background:#3d6349;padding:1.25rem .75rem}.finder-tab__text{display:block}.finder-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:250;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.finder-panel{position:fixed;top:0;right:0;width:420px;height:100vh;background:#F7F4F2;z-index:300;transform:translateX(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:-4px 0 24px rgba(86,73,70,.2)}.finder-panel.is-open{transform:translateX(0)}.finder-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#564946;border-bottom:3px solid #558564;flex-shrink:0}.finder-header__title{flex:1 1;text-align:center}.finder-title{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:#F7F4F2;letter-spacing:.04em}.finder-back{background:none;border:none;color:rgba(247,244,242,.7);font-size:.8rem;cursor:pointer;padding:.25rem 0;font-family:Open Sans,sans-serif;transition:color .15s}.finder-back:hover{color:#F7F4F2}.finder-close{background:none;border:none;color:rgba(247,244,242,.7);font-size:1.1rem;cursor:pointer;padding:.25rem;line-height:1;transition:color .15s}.finder-close:hover{color:#F7F4F2}.finder-progress{height:4px;background:#E0D8D5;flex-shrink:0}.finder-progress__fill{height:100%;background:#558564;transition:width .3s ease}.finder-content{flex:1 1;overflow-y:auto;padding:1.5rem 1.25rem}.finder-step__count{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#558564;margin-bottom:.5rem}.finder-step__question{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:#564946;line-height:1.2;margin-bottom:.4rem}.finder-step__subtitle{font-size:.82rem;color:#6b5855;margin-bottom:1.25rem;line-height:1.5}.finder-options{display:flex;flex-direction:column;gap:.6rem}.finder-option{display:flex;align-items:center;gap:.85rem;padding:.9rem 1rem;background:white;border:1.5px solid #e0d8d5;border-radius:8px;cursor:pointer;text-align:left;transition:all .15s;font-family:Open Sans,sans-serif;width:100%}.finder-option:hover{border-color:#558564;background:rgba(85,133,100,.04)}.finder-option.selected{border-color:#558564;background:rgba(85,133,100,.08)}.finder-option__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:36px}.finder-option__text{flex:1 1;display:flex;flex-direction:column;gap:.15rem}.finder-option__label{font-size:.95rem;font-weight:700;color:#564946}.finder-option__desc{font-size:.75rem;color:#6b5855}.finder-option__check{font-size:.85rem;color:#558564;font-weight:700;opacity:0;transition:opacity .15s;flex-shrink:0}.finder-option.selected .finder-option__check{opacity:1}.finder-results__header{margin-bottom:1.25rem}.finder-results__title{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:#564946;margin-bottom:.3rem}.finder-results__sub{font-size:.78rem;color:#6b5855}.finder-result-list{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.25rem}.finder-result-card{background:white;border:1px solid #e0d8d5;border-radius:8px;overflow:hidden;position:relative}.finder-result-card__best{position:absolute;top:.5rem;left:.5rem;background:#558564;color:#F7F4F2;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.2rem .5rem;border-radius:3px;z-index:1}.finder-result-card__img{height:140px}.finder-result-card__body{padding:.85rem 1rem;display:flex;flex-direction:column;gap:.3rem}.finder-result-card__brand{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#6b5855}.finder-result-card__title{font-family:var(--font-display);font-size:1rem;font-weight:700;color:#564946;line-height:1.2}.finder-result-card__rating{display:flex;align-items:baseline;gap:.15rem}.finder-result-card__score{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:#558564}.finder-result-card__denom{font-size:.72rem;color:#6b5855}.finder-result-card__best-for{font-size:.78rem;color:#6b5855;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.finder-result-card__actions{display:flex;gap:.5rem;margin-top:.4rem;flex-wrap:wrap}.finder-result-card__review{font-size:.78rem;font-weight:600;color:#558564;text-decoration:none;transition:color .15s}.finder-result-card__review:hover{color:#3d6349}.finder-result-card__amazon{font-size:.78rem;font-weight:600;color:#C17B2F;text-decoration:none;transition:color .15s}.finder-result-card__amazon:hover{color:#a06325}.finder-results__footer{display:flex;flex-direction:column;gap:.75rem;align-items:stretch;padding-top:1rem;border-top:1px solid #e0d8d5}.finder-restart{background:none;border:none;font-size:.82rem;color:#6b5855;cursor:pointer;text-decoration:underline;font-family:Open Sans,sans-serif;text-align:center;padding:.25rem}.finder-restart:hover{color:#564946}.finder-loading{font-size:.95rem;color:#6b5855;font-style:italic;text-align:center;padding:2rem 0}.finder-no-results{display:flex;flex-direction:column;gap:1rem;text-align:center;padding:1rem 0}.finder-no-results p{font-size:.88rem;color:#6b5855;line-height:1.6}@media (max-width:768px){.finder-panel{width:100%}.finder-tab{top:auto;bottom:5rem;transform:rotate(180deg);writing-mode:vertical-rl}}.brands-hero{background:#564946;padding:3.5rem 0;border-bottom:3px solid #558564}.brands-hero__eyebrow{display:block;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#558564;margin-bottom:.75rem}.brands-hero h1{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#F7F4F2;margin-bottom:.75rem;line-height:1.1}.brands-hero__sub{font-size:1rem;color:rgba(247,244,242,.72);max-width:600px;line-height:1.65;margin-bottom:1.25rem}.brands-hero__stats{display:flex;gap:2rem;flex-wrap:wrap}.brands-hero__stat strong{font-size:1.1rem;font-weight:700;color:#558564;margin-right:.3rem}.brands-hero__stat span{font-size:.82rem;color:rgba(247,244,242,.55)}.brands-grid-section{padding:3rem 0}.brands-grid-section h2{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:#564946;margin-bottom:1.5rem}.brands-page-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.brand-page-card{display:flex;flex-direction:column;background:white;border:1px solid #e0d8d5;border-radius:10px;overflow:hidden;text-decoration:none;transition:box-shadow .2s,transform .2s,border-color .2s}.brand-page-card:hover{box-shadow:0 8px 28px rgba(86,73,70,.13);transform:translateY(-3px);border-color:#558564}.brand-page-card__top{background:#564946;padding:1.75rem 1.5rem 1.25rem;display:flex;flex-direction:column;gap:.4rem}.brand-page-card__name{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:#F7F4F2;line-height:1.1}.brand-page-card__tagline{font-size:.75rem;font-weight:600;color:rgba(247,244,242,.65);text-transform:uppercase;letter-spacing:.08em}.brand-page-card__stats{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #e0d8d5}.brand-page-card__stat{padding:.75rem .5rem;text-align:center;border-right:1px solid #e0d8d5;display:flex;flex-direction:column;gap:.15rem}.brand-page-card__stat:last-child{border-right:none}.brand-page-card__stat-value{font-family:var(--font-display);font-size:1rem;font-weight:700;color:#558564;line-height:1}.brand-page-card__stat-label{font-size:.6rem;text-transform:uppercase;letter-spacing:.08em;color:#6b5855;font-weight:600}.brand-page-card__desc{font-size:.82rem;line-height:1.6;color:#6b5855;padding:1rem 1.25rem;flex:1 1}.brand-page-card__footer{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;border-top:1px solid #e0d8d5;background:#F7F4F2}.brand-page-card__rating{font-size:.75rem;font-weight:600;color:#558564}.brand-page-card__cta{font-size:.75rem;font-weight:600;color:#564946}.brand-page-card:hover .brand-page-card__cta{color:#558564}.brands-why{padding:3rem 0;border-top:2px solid #e0d8d5;display:grid;grid-template-columns:1.5fr 1fr;grid-gap:3rem;gap:3rem;align-items:start}.brands-why h2{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:#564946;margin-bottom:1.25rem;grid-column:1}.brands-why__copy{display:flex;flex-direction:column;gap:1rem}.brands-why__copy p{font-size:.92rem;line-height:1.75;color:#564946}.brands-tip-panel{background:rgba(85,133,100,.05);border-left:4px solid #558564;border-radius:0 8px 8px 0;padding:1.5rem;position:-webkit-sticky;position:sticky;top:100px;display:flex;flex-direction:column;gap:.75rem}.brands-tip-panel__label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#558564}.brands-tip-panel h3{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:#564946}.brands-tip-panel p{font-size:.85rem;line-height:1.65;color:#6b5855}.brands-cta{padding:2.5rem 0 4rem}.brands-cta__inner{background:#564946;padding:2rem 2.5rem;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.brands-cta__text h2{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:#F7F4F2;margin-bottom:.3rem}.brands-cta__text p{font-size:.82rem;color:rgba(247,244,242,.55)}.brands-cta__buttons{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}@media (max-width:900px){.brands-page-grid{grid-template-columns:repeat(2,1fr)}.brands-why{grid-template-columns:1fr}.brands-tip-panel{position:static}}@media (max-width:540px){.brands-page-grid{grid-template-columns:1fr}.brands-cta__inner{flex-direction:column;align-items:flex-start}}.rating-badge{display:inline-flex;align-items:center;gap:.75rem;background:#F7F4F2;border:1px solid #e0d8d5;border-radius:999px;padding:.4rem .9rem}.rating-score{display:inline-flex;align-items:baseline;gap:.15rem;font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:#564946}.rating-denom{font-size:.85rem;font-weight:600;color:#6b5855}.rating-count{font-size:.8rem;color:#6b5855;padding-left:.75rem;border-left:1px solid #e0d8d5}.bivvies-hero{background:#564946;padding:3rem 0;border-bottom:3px solid #558564}.bivvies-hero h1{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#F7F4F2;margin:.5rem 0 .75rem;line-height:1.1}.bivvies-hero .page-breadcrumb{margin-bottom:.75rem}.bivvies-hero .page-breadcrumb a{color:#F7F4F2}.bivvies-hero .page-breadcrumb span{color:rgba(247,244,242,.5)}.bivvies-hero__sub{font-size:1rem;line-height:1.65;color:rgba(247,244,242,.72);max-width:640px}.bivvies-list{padding-top:2rem}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/d6fc113833db48fe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e1df014bb05b8510-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/13a314e63820922b-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/04c24f78ad5a47d8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c1a1fe1e2bf9b2ee-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9e769f40faa52555-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/37da3febcafd463e-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/51f6eedf9be77cd7-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/403511e41efd5e81-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e807dee2426166ad-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/d6fc113833db48fe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e1df014bb05b8510-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/13a314e63820922b-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/04c24f78ad5a47d8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c1a1fe1e2bf9b2ee-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9e769f40faa52555-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/37da3febcafd463e-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/51f6eedf9be77cd7-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/403511e41efd5e81-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e807dee2426166ad-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Open Sans Fallback;src:local("Arial");ascent-override:101.65%;descent-override:27.86%;line-gap-override:0.00%;size-adjust:105.15%}.__className_92f556{font-family:Open Sans,Open Sans Fallback;font-style:normal}.__variable_92f556{--font-display:"Open Sans","Open Sans Fallback"}