:root{--brand-primary:#2C4050;--brand-primary-dark:#1A262F;--brand-primary-light:#8AA3B2;--brand-secondary:#16A085;--brand-accent:#E67E22;--brand-neutral-dark:#2A2724;--brand-neutral-mid:#6B655E;--brand-neutral-light:#F7F5F1;--brand-bg:#FFFFFF;--brand-bg-alt:#F2EFEA;--brand-text:#2A2724;--brand-text-secondary:#6B655E;--brand-text-inverse:#FFFFFF;--brand-border:#E4DED5;--brand-success:#22C55E;--brand-warning:#F59E0B;--brand-danger:#EF4444;--brand-radius:10px;--shadow-soft:0 18px 45px rgba(26, 38, 47, 0.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:#2a2724;color:var(--brand-text);background:#fff;background:var(--brand-bg);font-family:Inter,ui-sans-serif,system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.65}img{max-width:100%;height:auto}a{color:#2c4050;color:var(--brand-primary);-webkit-text-decoration:none;text-decoration:none}a:hover{color:#16a085;color:var(--brand-secondary)}.container{width:min(1140px,100% - 32px)}.section-pad,section[class*=-section]{padding-top:80px;padding-bottom:80px}.section-pad-sm{padding-top:64px;padding-bottom:64px}.cta-section,.scot-centered-cta,.scot-cta,.scot-lookbook-cta,.scot-service-cta{padding-top:80px;padding-bottom:96px;background:#1a262f;background:var(--brand-primary-dark);color:#fff;color:var(--brand-text-inverse);text-align:center}.cta-section h2,.cta-section p,.scot-centered-cta h2,.scot-centered-cta p,.scot-cta h2,.scot-cta p,.scot-lookbook-cta h2,.scot-lookbook-cta p,.scot-service-cta h2,.scot-service-cta p{color:#fff;color:var(--brand-text-inverse)}.footer-dark,.section-dark,.site-footer{padding-top:72px}.hg-eyebrow{margin:0 0 12px;color:#16a085;color:var(--brand-secondary);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.scot-section-head{max-width:760px;margin:0 auto 36px;text-align:center}.scot-category-head h2,.scot-section-head h2{margin:0 0 14px;color:#2a2724;color:var(--brand-text);font-size:max(1.8rem, min(3vw, 2.6rem));line-height:1.15;letter-spacing:0}.scot-category-head p,.scot-section-head p{margin:0;color:#2a2724;color:var(--brand-text)}.scot-btn-inverse,.scot-btn-outline,.scot-btn-primary,.scot-feedback .scot-btn-primary,.scot-footer-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 22px;border-radius:10px;border-radius:var(--brand-radius);font-weight:700;line-height:1.1;transition:transform .2s,box-shadow .2s,background .2s}.scot-btn-primary{border:1px solid #2c4050;border:1px solid var(--brand-primary);background:#2c4050;background:var(--brand-primary);color:#fff;color:var(--brand-text-inverse)}.scot-btn-primary:hover{transform:translateY(-2px);background:#1a262f;background:var(--brand-primary-dark);color:#fff;color:var(--brand-text-inverse);box-shadow:0 18px 45px rgba(26,38,47,.12);box-shadow:var(--shadow-soft)}.scot-btn-inverse{border:1px solid #fff;border:1px solid var(--brand-bg);background:#fff;background:var(--brand-bg);color:#1a262f;color:var(--brand-primary-dark)}.scot-btn-inverse:hover{color:#1a262f;color:var(--brand-primary-dark);transform:translateY(-2px)}.scot-btn-outline{border:1px solid rgba(255,255,255,.7);color:#fff;color:var(--brand-text-inverse)}.scot-btn-outline:hover{background:rgba(255,255,255,.12);color:#fff;color:var(--brand-text-inverse)}.scot-link{display:inline-flex;align-items:center;min-height:44px;color:#2c4050;color:var(--brand-primary);font-weight:700;-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:6px}.scot-link:hover{color:#16a085;color:var(--brand-secondary)}.hg-nav-outdoor{z-index:1030;background:#1a262f;background:var(--brand-primary-dark);box-shadow:0 1px 0 rgba(255,255,255,.12)}.hg-nav-outdoor.is-scrolled{box-shadow:0 10px 26px rgba(26,38,47,.22)}.hg-nav-outdoor .container-fluid{padding-left:max(24px,(100vw - 1200px) / 2);padding-right:max(24px,(100vw - 1200px) / 2)}.hg-nav-outdoor .navbar-brand img{display:block;width:180px;height:40px;-o-object-fit:contain;object-fit:contain}.hg-nav-outdoor .nav-link{position:relative;padding:24px 14px;color:#fff;color:var(--brand-text-inverse);font-weight:700}.hg-nav-outdoor .nav-link::before{content:"";position:absolute;left:4px;top:50%;width:3px;height:0;border-radius:3px;background:#e67e22;background:var(--brand-accent);transform:translateY(-50%);transition:height .2s}.hg-nav-outdoor .nav-link.active,.hg-nav-outdoor .nav-link:hover{color:#fff;color:var(--brand-text-inverse)}.hg-nav-outdoor .nav-link.active::before,.hg-nav-outdoor .nav-link:hover::before{height:20px}.hg-nav-outdoor .navbar-toggler{border-color:rgba(255,255,255,.45)}.hg-nav-outdoor .navbar-toggler-icon{background-image:linear-gradient(#fff,#fff),linear-gradient(#fff,#fff),linear-gradient(#fff,#fff);background-image:linear-gradient(var(--brand-text-inverse),var(--brand-text-inverse)),linear-gradient(var(--brand-text-inverse),var(--brand-text-inverse)),linear-gradient(var(--brand-text-inverse),var(--brand-text-inverse));background-position:center 30%,center 50%,center 70%;background-repeat:no-repeat;background-size:24px 2px}.scot-search{display:flex;align-items:center;gap:8px;margin-left:18px}.scot-search input{width:170px;border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:8px 12px;color:#fff;color:var(--brand-text-inverse);background:rgba(255,255,255,.1)}.scot-search input::-moz-placeholder{color:rgba(255,255,255,.75)}.scot-search input::placeholder{color:rgba(255,255,255,.75)}.scot-search button{border:0;border-radius:999px;padding:8px 14px;background:#16a085;background:var(--brand-secondary);color:#fff;color:var(--brand-text-inverse);font-weight:700}.hg-footer-feature{background:#1a262f;background:var(--brand-primary-dark);color:#fff;color:var(--brand-text-inverse)}.hg-footer-feature h4,.hg-footer-feature h6,.hg-footer-feature p,.hg-footer-feature span{color:#fff;color:var(--brand-text-inverse)}.hg-footer-feature__wrap{display:grid;grid-template-columns:minmax(260px,0.9fr) minmax(0,2.1fr);grid-gap:36px;gap:36px}.hg-footer-feature__brand{padding:32px;border-radius:10px;border-radius:var(--brand-radius);background:rgba(255,255,255,.08)}.hg-footer-feature__brand h4{margin:0 0 12px;font-size:max(1.6rem, min(3vw, 2.2rem))}.scot-footer-btn{margin-top:14px;background:#fff;background:var(--brand-bg);color:#1a262f;color:var(--brand-primary-dark)}.scot-footer-btn:hover{color:#1a262f;color:var(--brand-primary-dark);transform:translateY(-2px)}.hg-footer-feature__cols{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:24px;gap:24px}.hg-footer-col h6{margin:0 0 14px;font-size:.86rem;letter-spacing:.08em;text-transform:uppercase}.hg-footer-col a{display:block;margin:0 0 10px;color:#fff;color:var(--brand-text-inverse);-webkit-text-decoration:underline;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:5px}.hg-footer-col a:hover{color:#fff;color:var(--brand-text-inverse);text-decoration-color:#FFFFFF;text-decoration-color:var(--brand-text-inverse)}.hg-footer-feature__bottom{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:center;margin-top:44px;padding:24px 0 36px;border-top:1px solid rgba(255,255,255,.18)}.hg-footer-feature__bottom a{color:#fff;color:var(--brand-text-inverse);-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:5px}.modal-header{background:#1a262f;background:var(--brand-primary-dark);color:#fff;color:var(--brand-text-inverse)}.modal-header .modal-title{color:#fff;color:var(--brand-text-inverse)}.modal-header .btn-close{filter:invert(1)}.stats-row{display:flex;flex-wrap:nowrap;gap:24px}.stat-item{flex:1 1 0;min-width:0;text-align:center}.stat-item strong{display:block;color:#2c4050;color:var(--brand-primary);font-size:max(2rem, min(4vw, 3.5rem));line-height:1}.stat-item span{display:block;margin-top:8px;color:#2a2724;color:var(--brand-text);font-weight:700}.scot-subhero{position:relative;overflow:hidden;min-height:520px;padding-top:170px;padding-bottom:96px;background:#1a262f;background:var(--brand-primary-dark);color:#fff;color:var(--brand-text-inverse)}.scot-subhero .hg-eyebrow,.scot-subhero h1,.scot-subhero p{color:#fff;color:var(--brand-text-inverse)}.scot-blog-title h1,.scot-contact-intro h1,.scot-error h1,.scot-legal h1,.scot-lookbook-header h1,.scot-products-title h1,.scot-subhero h1{margin:0 0 18px;font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1;letter-spacing:0}.scot-blog-title p,.scot-contact-intro p,.scot-lookbook-header p,.scot-products-title p,.scot-subhero p{max-width:760px;margin-bottom:0;color:inherit;font-size:1.08rem}.scot-icon-grid,.scot-note-list,.scot-related-grid,.scot-three-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.scot-icon-grid article,.scot-mini-card,.scot-note-list article,.scot-product-card,.scot-related-grid article,.scot-three-grid article{border:1px solid #e4ded5;border:1px solid var(--brand-border);border-radius:10px;border-radius:var(--brand-radius);background:#fff;background:var(--brand-bg);box-shadow:0 10px 26px rgba(26,38,47,.06)}.scot-icon-grid article,.scot-note-list article,.scot-related-grid article,.scot-three-grid article{padding:28px}.scot-icon-grid h3,.scot-note-list h3,.scot-related-grid h3,.scot-three-grid h2,.scot-three-grid h3{margin:10px 0 12px;color:#2a2724;color:var(--brand-text);font-size:1.2rem}.scot-icon-grid p,.scot-note-list p,.scot-related-grid p,.scot-three-grid p{margin:0;color:#2a2724;color:var(--brand-text)}.scot-icon{display:inline-grid;width:48px;height:48px;align-items:center;justify-items:center;place-items:center;border-radius:50%;background:#f2efea;background:var(--brand-bg-alt);color:#2c4050;color:var(--brand-primary);font-weight:800}.scot-table{border:1px solid #e4ded5;border:1px solid var(--brand-border);background:#fff;background:var(--brand-bg)}.scot-table thead th{color:#fff;color:var(--brand-text-inverse);background:#2c4050;background:var(--brand-primary);border-color:rgba(255,255,255,.18)}.scot-table td,.scot-table th{padding:16px;color:#2a2724;color:var(--brand-text);vertical-align:top}[class*=-grid]:has(> :nth-child(5):last-child),[class*=-grid]:has(> :nth-child(6):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:991.98px){.hg-nav-outdoor .nav-link{padding:12px 0 12px 14px}.scot-search{align-items:stretch;margin:12px 0 18px}.scot-search input{width:100%}.hg-footer-feature__cols,.hg-footer-feature__wrap,.scot-icon-grid,.scot-note-list,.scot-related-grid,.scot-three-grid,[class*=-grid]:has(> :nth-child(5):last-child),[class*=-grid]:has(> :nth-child(6):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.stats-row{flex-wrap:wrap}.stat-item{flex:1 1 calc(50% - 16px)}}@media (max-width:575.98px){.container{width:min(100% - 24px,1140px)}.section-pad,section[class*=-section]{padding-top:56px;padding-bottom:56px}.cta-section,.scot-centered-cta,.scot-cta,.scot-lookbook-cta,.scot-service-cta{padding-top:64px;padding-bottom:84px}.hg-footer-feature__cols,.hg-footer-feature__wrap,.scot-icon-grid,.scot-note-list,.scot-related-grid,.scot-three-grid,[class*=-grid]:has(> :nth-child(5):last-child),[class*=-grid]:has(> :nth-child(6):last-child){grid-template-columns:1fr}.stat-item{flex-basis:100%}.scot-subhero{min-height:460px;padding-top:150px}}.scot-feedback{color:#2a2724;color:var(--brand-text)}.scot-feedback h3{margin:0 0 8px;color:#2a2724;color:var(--brand-text);font-size:1.45rem}.scot-feedback p{margin:0 0 4px;color:#2a2724;color:var(--brand-text)}.scot-feedback .form-label{color:#2a2724;color:var(--brand-text);font-weight:700}.scot-feedback .require::after{content:" *";color:#ef4444;color:var(--brand-danger)}.scot-feedback .form-control{min-height:46px;border-color:#e4ded5;border-color:var(--brand-border);border-radius:10px;border-radius:var(--brand-radius);color:#2a2724;color:var(--brand-text)}.scot-feedback textarea.form-control{min-height:120px}.scot-feedback .form-control:focus{border-color:#16a085;border-color:var(--brand-secondary);box-shadow:0 0 0 .2rem rgba(22,160,133,.16)}.scot-feedback .form-check-label,.scot-feedback .form-check-label a{color:#2a2724;color:var(--brand-text)}.scot-form-shell{padding:28px;border-radius:10px;border-radius:var(--brand-radius);background:#fff;background:var(--brand-bg);box-shadow:0 18px 45px rgba(26,38,47,.12);box-shadow:var(--shadow-soft)}