
:root{--navy:#142c48;--navy2:#0b1d31;--gold:#b98220;--gold2:#d8b25e;--ink:#172033;--muted:#657084;--line:#e8e2d8;--paper:#fffaf2;--soft:#f7f4ee;--white:#fff;--shadow:0 18px 50px rgba(12,30,55,.12)}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;color:var(--ink);line-height:1.65;background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1180px;margin:auto;padding:0 22px}.topbar{background:#091725;color:#f8e5bd;font-size:13px}.topbar .container{display:flex;gap:18px;justify-content:space-between;align-items:center;padding-top:8px;padding-bottom:8px;flex-wrap:wrap}.header{position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:saturate(180%) blur(12px);z-index:10;border-bottom:1px solid var(--line)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:14px}.brand img{width:126px;height:auto;border-radius:6px}.brand-text{font-weight:800;letter-spacing:.16em;color:var(--navy);font-size:14px}.navlinks{display:flex;gap:24px;align-items:center;font-size:14px;color:#324056}.navlinks a:hover{color:var(--gold)}.menu{display:none;border:0;background:var(--navy);color:white;padding:8px 12px;border-radius:6px}.hero{background:linear-gradient(110deg,rgba(9,23,37,.94),rgba(20,44,72,.82)),url('../images/outdoor/outdoor-02.jpg') center/cover;min-height:680px;color:white;display:flex;align-items:center}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}.eyebrow{color:#f3cf85;text-transform:uppercase;letter-spacing:.16em;font-weight:700;font-size:13px;margin-bottom:18px}.hero h1{font-size:54px;line-height:1.04;letter-spacing:-.04em;margin-bottom:22px}.hero p{font-size:18px;color:rgba(255,255,255,.84);max-width:680px}.hero-actions{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:4px;font-weight:750;border:1px solid transparent}.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#111}.btn-ghost{border-color:rgba(255,255,255,.45);color:white}.trustbar{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:34px}.trust{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);padding:16px;border-radius:8px}.trust b{display:block;color:#fff;font-size:14px}.trust span{font-size:12px;color:rgba(255,255,255,.68)}.hero-card{background:rgba(255,255,255,.96);color:var(--ink);border-radius:16px;box-shadow:var(--shadow);overflow:hidden;border:1px solid rgba(255,255,255,.4)}.hero-card img{height:285px;width:100%;object-fit:cover}.hero-card .inside{padding:24px}.hero-card h3{font-size:22px;margin-bottom:8px}.hero-card p{color:var(--muted);font-size:14px}.section{padding:82px 0}.section.soft{background:var(--soft)}.section.dark{background:var(--navy2);color:white}.title{max-width:760px;margin:0 auto 44px;text-align:center}.title .kicker{color:var(--gold);font-weight:800;text-transform:uppercase;letter-spacing:.16em;font-size:12px;margin-bottom:8px}.title h2{font-size:36px;line-height:1.16;margin-bottom:14px}.title p{color:var(--muted)}.dark .title p{color:rgba(255,255,255,.72)}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.card{background:white;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 10px 32px rgba(20,44,72,.06)}.card-body{padding:24px}.icon{font-size:30px;margin-bottom:12px}.card h3,.card h4{margin-bottom:10px}.card p,.card li{font-size:14px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.product-card{background:white;border:1px solid var(--line);border-radius:15px;overflow:hidden;box-shadow:0 14px 36px rgba(20,44,72,.07)}.product-card img{height:250px;width:100%;object-fit:cover}.product-card .image-placeholder{height:250px;background:linear-gradient(135deg,#eef1f4,#fff8ed);display:flex;align-items:center;justify-content:center;color:#8a7962;font-weight:650}.num{color:var(--gold);font-size:12px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.tag{font-size:12px;background:#fff3dc;color:#7a4c08;border:1px solid #efd7a8;padding:5px 9px;border-radius:999px}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:38px;align-items:center}.split img{border-radius:16px;box-shadow:var(--shadow)}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.step{background:white;border:1px solid var(--line);border-radius:14px;padding:22px}.step .circle{width:38px;height:38px;border-radius:50%;background:var(--navy);color:white;display:flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:14px}.terms{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.term{background:#fff;border-left:4px solid var(--gold);padding:24px;border-radius:12px;box-shadow:0 8px 28px rgba(20,44,72,.05)}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery-card{background:white;border:1px solid var(--line);border-radius:14px;overflow:hidden}.gallery-card img{width:100%;height:255px;object-fit:cover}.gallery-card .cap{padding:16px}.gallery-card h4{font-size:15px}.gallery-card p{font-size:13px;color:var(--muted);margin-top:4px}.contact{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px}.contact-list{display:grid;gap:14px}.contact-item{background:white;border:1px solid var(--line);border-radius:12px;padding:18px}.contact-item label{display:block;color:var(--gold);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.contact-item p,.contact-item a{font-weight:650;color:var(--ink);font-size:15px}.locations{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.notice{background:#fff9e9;border:1px solid #efd7a8;border-radius:14px;padding:18px;color:#6e4c13}.form{background:white;border:1px solid var(--line);border-radius:16px;padding:28px}.form input,.form select,.form textarea{width:100%;border:1px solid #d9d6cf;border-radius:6px;padding:12px 13px;margin-top:6px;font:inherit}.form label{display:block;font-size:13px;font-weight:700;margin-bottom:14px}.form textarea{min-height:128px}.footer{background:#08131f;color:rgba(255,255,255,.72);padding:46px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:34px}.footer h3,.footer h4{color:white;margin-bottom:12px}.footer a{display:block;color:rgba(255,255,255,.72);margin:7px 0}.copy{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:20px;text-align:center;font-size:13px;color:rgba(255,255,255,.48)}
@media(max-width:880px){.nav{height:auto;padding:14px 0}.navlinks{display:none;position:absolute;top:100%;left:0;right:0;background:white;flex-direction:column;align-items:flex-start;padding:20px;border-bottom:1px solid var(--line)}.navlinks.active{display:flex}.menu{display:block}.hero{min-height:auto;padding:70px 0}.hero-grid,.split,.contact{grid-template-columns:1fr}.hero h1{font-size:38px}.trustbar,.grid3,.grid4,.product-grid,.steps,.terms,.gallery,.locations,.footer-grid{grid-template-columns:1fr}.brand img{width:104px}.section{padding:58px 0}}

/* 2026 product-line completion */
.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}.spec-box{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px;box-shadow:0 8px 24px rgba(20,44,72,.05)}.spec-box h4{margin-bottom:8px}.spec-box p{font-size:14px;color:var(--muted)}.product-hero{background:linear-gradient(115deg,rgba(8,19,31,.92),rgba(20,44,72,.78));color:white;padding:80px 0}.product-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.product-hero img{height:390px;width:100%;object-fit:cover;border-radius:18px;box-shadow:var(--shadow)}.product-hero h1{font-size:48px;line-height:1.08;margin:12px 0}.product-hero p{color:rgba(255,255,255,.82);font-size:17px}.mini-nav{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.mini-nav a{font-size:13px;border:1px solid rgba(255,255,255,.28);padding:8px 11px;border-radius:999px}.catalog-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.catalog-strip img{height:220px;width:100%;object-fit:cover;border-radius:12px;border:1px solid var(--line);background:#fff}.checklist{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.check{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px;font-size:14px;color:var(--muted)}.check b{display:block;color:var(--ink);margin-bottom:4px}.line-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.line-table th,.line-table td{padding:13px 14px;border-bottom:1px solid var(--line);text-align:left;font-size:14px}.line-table th{background:#fff3dc;color:#624008}.line-table td{color:var(--muted)}.line-table tr:last-child td{border-bottom:0}.quality-note{background:#f9fbff;border:1px solid #dce8f6;border-left:4px solid var(--navy);padding:20px;border-radius:14px;color:#344054}.quality-note ul{margin-left:18px}.quality-note li{margin:5px 0}.product-card.featured{grid-column:span 2}.footer .product-links-wide{columns:2}@media(max-width:880px){.product-hero-grid,.spec-grid,.catalog-strip,.checklist{grid-template-columns:1fr}.product-hero h1{font-size:36px}.product-card.featured{grid-column:span 1}.footer .product-links-wide{columns:1}}


/* ARCHENNA complete B2B website refresh */
:root{--sand:#f2eadf;--forest:#67715d;--terracotta:#b66d4c;--charcoal:#111820}
body{background:#fffdf9}.brand-text{font-size:12px}.navlinks{gap:14px;flex-wrap:wrap;justify-content:flex-end}.navlinks a{white-space:nowrap}.hero{background:linear-gradient(110deg,rgba(8,19,31,.92),rgba(30,42,51,.66)),url('../images/outdoor/outdoor-03.jpg') center/cover}.hero h1{max-width:820px}.hero p{max-width:760px}.hero-card img{height:330px}.pill-row{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.pill{border:1px solid var(--line);background:#fffaf2;border-radius:999px;padding:8px 12px;font-size:12px;color:#5b6470}.statement{font-size:20px;color:#4b5563;max-width:900px;margin:auto;text-align:center}.matrix{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.matrix .term{min-height:166px}.lux-panel{background:linear-gradient(135deg,#fff,#f4ede4);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}.lux-panel .panel-body{padding:30px}.wide-card{display:grid;grid-template-columns:1.1fr .9fr;gap:0;align-items:stretch}.wide-card img{height:100%;min-height:390px;object-fit:cover}.division-title{font-size:44px;line-height:1.05;letter-spacing:-.04em}.product-card h3{line-height:1.2}.product-card p{min-height:70px}.product-card img,.gallery-card img{background:#f5efe7}.image-combo{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.image-combo img{height:240px;width:100%;object-fit:cover;border-radius:14px;border:1px solid var(--line)}.b2b-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:18px}.b2b-list div{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px;font-size:14px;color:var(--muted)}.b2b-list b{display:block;color:var(--ink);margin-bottom:4px}.site-map{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.site-map a{display:block;background:#fff;border:1px solid var(--line);border-radius:12px;padding:15px;color:#344054}.site-map strong{display:block;color:var(--ink)}.badge{display:inline-block;background:#142c48;color:white;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.two-col{columns:2;column-gap:28px}.two-col li{break-inside:avoid;margin:0 0 8px 18px;color:var(--muted);font-size:14px}.quote-box{background:#091725;color:white;border-radius:18px;padding:28px}.quote-box p{color:rgba(255,255,255,.76)}.quote-box .btn{margin-top:20px}.hero-mini{min-height:420px}.hero-mini h1{font-size:46px}.product-hero{background:linear-gradient(115deg,rgba(8,19,31,.94),rgba(35,43,47,.72)),url('../images/outdoor/outdoor-10.jpg') center/cover}.card-body ul{margin-left:18px;color:var(--muted);font-size:14px}.card-body li{margin-bottom:6px}.subtle{color:var(--muted);font-size:14px}.footer-grid{grid-template-columns:1.5fr 1.3fr 1fr}.footer .footer-links{columns:2}.footer .footer-links a{break-inside:avoid}
@media(max-width:980px){.matrix,.site-map{grid-template-columns:repeat(2,1fr)}.wide-card{grid-template-columns:1fr}.wide-card img{min-height:260px}.division-title{font-size:34px}.navlinks{font-size:13px}.two-col{columns:1}}
@media(max-width:880px){.matrix,.image-combo,.b2b-list,.site-map{grid-template-columns:1fr}.hero-card img{height:250px}.footer .footer-links{columns:1}.hero-mini h1{font-size:34px}}
