:root{--o:#ff8a00;--b:#168cff;--n:#071522;--n2:#0d2435;--ink:#111820;--m:#62717e;--line:#dbe3e8;--soft:#f5f7f9;--shadow:0 18px 50px rgba(7,21,34,.12)}*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6}.wrap{width:min(1180px,calc(100% - 36px));margin:auto}a{color:inherit}.top{background:#040b11;color:#dce7ed;font-size:.84rem}.top .wrap{display:flex;justify-content:space-between;padding:8px 0}.top a{color:white;text-decoration:none;font-weight:800}.nav{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);box-shadow:0 3px 18px rgba(7,21,34,.05)}.navin{min-height:78px;display:flex;align-items:center;gap:18px}.brand{display:flex;align-items:center;text-decoration:none;font-weight:950}.brand img{width:150px;height:54px;object-fit:contain}.menu{display:flex;gap:5px;align-items:center;justify-content:center;flex:1}.menu a{padding:10px 11px;text-decoration:none;font-weight:800;border-radius:8px}.menu a:hover{background:#eef6fb;color:#075985}.actions{display:flex;gap:8px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 16px;border-radius:8px;text-decoration:none;font-weight:900;border:1px solid transparent;cursor:pointer}.orange{background:var(--o);color:#111}.blue{background:var(--b);color:#fff}.outline{border-color:#bac7cf;background:#fff}.hero{background:linear-gradient(118deg,rgba(7,21,34,.98),rgba(6,60,89,.93));color:#fff}.hero .wrap{padding:86px 0}.hero h1{font-size:clamp(2.7rem,6vw,5.4rem);line-height:1;margin:10px 0 18px;max-width:930px}.lead{font-size:1.18rem;max-width:790px;color:#d8e6ee}.eye{font-size:.78rem;font-weight:950;letter-spacing:.14em;color:var(--o);text-transform:uppercase}.section{padding:70px 0}.soft{background:var(--soft)}h2{font-size:clamp(1.9rem,3.4vw,3rem);line-height:1.1}.head{max-width:820px;margin-bottom:30px}.grid{display:grid;gap:20px}.g3{grid-template-columns:repeat(3,1fr)}.g2{grid-template-columns:repeat(2,1fr)}.card{border:1px solid var(--line);border-radius:16px;background:#fff;padding:22px;box-shadow:0 8px 26px rgba(7,21,34,.07)}.product img{width:100%;height:240px;object-fit:contain;background:#f4f6f7;border-radius:12px}.product h3{font-size:1.3rem}.price{font-size:1.35rem;font-weight:950;color:#075985}.note{font-size:.86rem;color:var(--m)}.cartbar{position:sticky;bottom:14px;margin:18px auto;max-width:1180px;background:#071522;color:#fff;border-radius:16px;padding:14px 18px;display:flex;justify-content:space-between;align-items:center;gap:12px;box-shadow:var(--shadow)}.form{max-width:850px;margin:auto;border:1px solid var(--line);border-radius:18px;padding:28px;background:white;box-shadow:var(--shadow)}.field{margin-bottom:16px}.field label{display:block;font-weight:850;margin-bottom:5px}.field input,.field textarea,.field select{width:100%;padding:13px 14px;border:1px solid #cbd6dd;border-radius:9px;font:inherit}.row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.footer{background:#040b11;color:#b9cad5;padding:45px 0}.footer a{color:#fff}.badge{display:inline-flex;padding:5px 9px;border-radius:999px;background:#edf6fd;color:#075985;font-size:.76rem;font-weight:900}.warning{padding:16px;border-left:5px solid var(--o);background:#fff7eb;border-radius:9px}.setup{padding:18px;border:1px solid #f1c36e;background:#fff8e8;border-radius:12px}.qty{display:flex;gap:7px;align-items:center}.qty input{width:78px;padding:9px;border:1px solid var(--line);border-radius:8px}.qty select{padding:9px;border:1px solid var(--line);border-radius:8px}@media(max-width:850px){.g3,.g2,.row{grid-template-columns:1fr}.menu{display:none}.actions{margin-left:auto}.brand img{width:125px}.cartbar{margin:12px}.top .wrap{display:block;text-align:center}}

/* Build 7.7H.2 — GNLA.shop storefront cleanup */
body{background:#f8fafb}
.nav{backdrop-filter:blur(14px)}
.hero{background:linear-gradient(120deg,#071522 0%,#0a2536 58%,#0e4463 100%)}
.hero .wrap{padding:82px 0 74px}
.hero h1{max-width:880px}
.section{padding:64px 0}
.head p{max-width:760px;color:var(--m)}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.product-card{border:1px solid var(--line);border-radius:18px;background:#fff;padding:24px;box-shadow:0 10px 30px rgba(7,21,34,.07);display:flex;flex-direction:column;min-height:310px}
.product-card .product-visual{height:128px;border-radius:14px;background:linear-gradient(135deg,#08131d,#153f5a);display:flex;align-items:center;justify-content:center;margin-bottom:18px;color:#fff;position:relative;overflow:hidden}
.product-card .product-visual:after{content:"GNLA";position:absolute;font-size:64px;font-weight:950;letter-spacing:.08em;opacity:.08}
.product-card .product-visual span{position:relative;z-index:1;font-size:.8rem;letter-spacing:.14em;font-weight:950;color:#7bc6ff}
.product-card h3{margin:4px 0 8px;font-size:1.25rem}
.product-card p{color:var(--m);margin:0 0 14px}
.product-card .price{margin-top:auto}
.product-card .qty{margin-top:12px;display:flex;flex-wrap:wrap}
.product-card .note{margin-top:12px}
.brand-panel{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:stretch}
.brand-panel .card{min-height:100%}
.store-banner{border-radius:20px;padding:28px;background:linear-gradient(120deg,#071522,#0b4567);color:#fff;box-shadow:var(--shadow)}
.store-banner p{color:#d8e6ee;max-width:760px}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.feature{padding:18px;border-radius:14px;background:#fff;border:1px solid var(--line)}
.feature strong{display:block;margin-bottom:5px}
@media(max-width:950px){
 .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .feature-grid{grid-template-columns:repeat(2,1fr)}
 .brand-panel{grid-template-columns:1fr}
}
@media(max-width:650px){
 .product-grid,.feature-grid{grid-template-columns:1fr}
 .hero .wrap{padding:58px 0 52px}
 .product-card{min-height:0}
 .actions{gap:6px}
 .actions .btn{padding:9px 11px}
}

/* Build 7.7H.3 — GNLA product catalogue images */
.product-photo{height:260px;border-radius:14px;background:#f1f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:18px;border:1px solid #e2e8ec}
.product-photo img{width:100%;height:100%;object-fit:contain;display:block}
.catalogue-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.catalogue-item{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px;box-shadow:0 8px 26px rgba(7,21,34,.07)}
.catalogue-item img{width:100%;height:280px;object-fit:contain;background:#f4f6f7;border-radius:12px}
.catalogue-item h3{margin:13px 2px 2px}
@media(max-width:900px){.catalogue-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.catalogue-grid{grid-template-columns:1fr}.product-photo,.catalogue-item img{height:235px}}

/* Build 7.7H.4.3 — landing-page product flyer */
.flyer-showcase{max-width:1180px;margin:0 auto;border-radius:20px;overflow:hidden;border:1px solid var(--line);background:#071522;box-shadow:var(--shadow)}
.flyer-link{display:block}
.flyer-showcase img{display:block;width:100%;height:auto}
.flyer-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
@media(max-width:650px){.flyer-showcase{border-radius:14px}.flyer-actions .btn{width:100%}}
