
:root{--red:#ff1424;--red2:#d80817;--black:#050505;--panel:#0e0e0e;--panel2:#151515;--white:#fff;--muted:#a8a8a8;--line:#262626;--max:1220px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:white;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{text-decoration:none;color:inherit}button,input,textarea{font:inherit}
.header{height:90px;display:flex;align-items:center;justify-content:space-between;padding:0 max(22px,calc((100vw - var(--max))/2));position:sticky;top:0;z-index:50;background:rgba(3,3,3,.94);backdrop-filter:blur(14px);border-bottom:1px solid #1f1f1f}.logo-wrap{width:180px;height:72px;display:flex;align-items:center;overflow:hidden}.logo-wrap img{width:100%;height:100%;object-fit:contain}.nav{display:flex;gap:30px;font-size:13px;letter-spacing:.05em}.nav a{color:#ccc}.nav a:hover{color:var(--red)}.nav-toggle{display:none;background:none;border:0;color:#fff;font-size:27px}
.hero{min-height:720px;position:relative;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px;padding:75px max(22px,calc((100vw - var(--max))/2));overflow:hidden;background:radial-gradient(circle at 77% 45%,rgba(255,20,36,.12),transparent 32%),linear-gradient(#080808,#040404)}.hero-bg-mark{position:absolute;right:-140px;top:-150px;width:740px;opacity:.08}.hero-bg-mark img{width:100%}.hero-content{z-index:2}.kicker{font-size:11px;font-weight:900;letter-spacing:.24em;color:var(--red)}h1{font-size:clamp(62px,9vw,128px);letter-spacing:-.06em;line-height:.85;margin:18px 0 28px;max-width:760px}.lead{font-size:19px;line-height:1.65;color:#bdbdbd;max-width:680px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.btn{min-height:50px;padding:0 22px;border-radius:6px;border:0;font-weight:900;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;letter-spacing:.02em}.red{background:var(--red);color:#fff}.red:hover{background:#ff3340}.outline{border:1px solid #404040;background:#0f0f0f;color:white}.full{width:100%}.hero-logo{z-index:2;display:flex;justify-content:flex-end}.hero-logo img{width:min(100%,560px);filter:drop-shadow(0 40px 70px rgba(0,0,0,.6))}
.brand-band{height:64px;border-top:1px solid #222;border-bottom:1px solid #222;display:flex;align-items:center;justify-content:center;gap:22px;overflow:hidden;white-space:nowrap;color:#aaa;font-size:11px;letter-spacing:.22em}.brand-band i{width:4px;height:4px;border-radius:50%;background:var(--red)}
.section{max-width:var(--max);margin:auto;padding:100px 22px}.section-title{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:38px}.section h2,.route-section h2,.launch-section h2{font-size:clamp(38px,5vw,64px);line-height:1.02;letter-spacing:-.045em;margin:12px 0}.launch-badge{border:1px solid #333;border-radius:100px;padding:10px 14px;font-size:10px;letter-spacing:.15em;color:#aaa}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{background:#101010;border:1px solid #252525;border-radius:12px;overflow:hidden;transition:.2s}.product-card:hover{transform:translateY(-3px);border-color:#3a3a3a}.product-art{height:230px;position:relative;display:grid;place-items:center;background:linear-gradient(145deg,#171717,#080808)}.product-art:before{content:"";width:132px;height:175px;border-radius:10px;background:url("assets/hiraku-icon.png") center/cover no-repeat;box-shadow:0 24px 42px rgba(0,0,0,.62);border:1px solid #333}.product-info{padding:18px}.product-info h3{margin:0 0 5px;font-size:18px}.meta{color:#777;font-size:12px}.product-bottom{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:10px}.price{font-weight:900}.wrap{font-size:9px;letter-spacing:.04em;color:#999;border:1px solid #333;padding:6px;border-radius:5px}
.route-section{background:#fff;color:#090909;border-top:8px solid var(--red)}.route-inner{max-width:var(--max);margin:auto;padding:92px 22px;display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.route-art{display:flex;justify-content:center}.route-art img{width:min(100%,470px)}.route-copy p{font-size:18px;line-height:1.7;color:#484848}.route-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}.route-points div{border-top:2px solid #111;padding-top:14px}.route-points b{display:block;color:var(--red);font-size:13px;margin-bottom:6px}.route-points span{font-weight:800;font-size:13px}
.retailer-section{display:grid;grid-template-columns:.95fr 1.05fr;gap:70px;align-items:center}.retailer-copy p{color:#aaa;line-height:1.65;font-size:17px}.retailer-copy ul{list-style:none;padding:0}.retailer-copy li{padding:13px 0;border-bottom:1px solid #232323}.retailer-copy li:before{content:"↗";color:var(--red);margin-right:10px}.form-card{background:#111;border:1px solid #292929;border-radius:12px;padding:26px}.form-head{display:flex;align-items:center;gap:12px;margin-bottom:20px}.form-head img{width:54px;height:54px;object-fit:cover;border-radius:8px}.form-head div{display:flex;flex-direction:column}.form-head strong{font-size:21px}.form-head span{color:#777;font-size:12px}.form-card label{display:block;color:#9c9c9c;font-size:11px;margin-bottom:14px}.form-card input,.form-card textarea,.launch-form input{width:100%;background:#070707;border:1px solid #313131;color:white;padding:13px;border-radius:6px;margin-top:7px;outline:none}.form-card input:focus,.form-card textarea:focus,.launch-form input:focus{border-color:#666}.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-message{min-height:18px;margin-top:10px;color:#9ee5a5;font-size:12px}
.launch-section{border-top:1px solid #262626;border-bottom:1px solid #262626;background:linear-gradient(90deg,#0d0d0d,#141414);padding:70px max(22px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:.85fr 1.15fr;gap:55px;align-items:center}.launch-form{display:grid;grid-template-columns:1fr 1fr 140px auto;gap:10px}.launch-form input{margin:0}
.contact{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.contact-brand{background:white;border-radius:14px;overflow:hidden;padding:20px}.contact-brand img{display:block;width:100%}.light-card h3{font-size:34px;margin:8px 0 22px}
footer{max-width:var(--max);margin:auto;border-top:1px solid #222;padding:48px 22px 70px;color:#777;font-size:12px}footer img{width:230px;margin-bottom:18px}footer small{display:block;max-width:760px;line-height:1.6}
@media(max-width:980px){.hero{grid-template-columns:1fr;min-height:auto;padding-top:60px}.hero-logo{justify-content:center}.hero-logo img{max-width:500px}.product-grid{grid-template-columns:repeat(2,1fr)}.route-inner,.retailer-section,.contact,.launch-section{grid-template-columns:1fr}.route-art img{max-width:420px}.launch-form{grid-template-columns:1fr 1fr}.section-title{align-items:flex-start;flex-direction:column}}
@media(max-width:680px){.header{height:76px}.logo-wrap{width:145px;height:60px}.nav-toggle{display:block}.nav{display:none;position:absolute;top:76px;left:0;right:0;background:#070707;flex-direction:column;padding:22px;border-bottom:1px solid #252525}.nav.open{display:flex}.hero{padding-top:50px;padding-bottom:60px}.hero-logo img{width:100%}.product-grid{grid-template-columns:1fr}.two,.route-points,.launch-form{grid-template-columns:1fr}.section{padding-top:72px;padding-bottom:72px}.brand-band{justify-content:flex-start;padding-left:22px}}

.catalog-note{color:#8b8b8b;max-width:650px;line-height:1.6}.catalog-tools{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:26px;flex-wrap:wrap}
.catalog-tools input{min-width:280px;flex:1;max-width:460px;background:#0d0d0d;border:1px solid #303030;color:white;padding:13px 15px;border-radius:7px;outline:none}
.filter-row{display:flex;gap:8px;flex-wrap:wrap}.filter{background:#111;border:1px solid #303030;color:#aaa;padding:10px 13px;border-radius:7px;cursor:pointer}.filter.active,.filter:hover{background:#ff1424;border-color:#ff1424;color:white}
.full-grid{grid-template-columns:repeat(4,1fr)}.product-photo{height:220px;background:#fff;display:grid;place-items:center;padding:12px;overflow:hidden}.product-photo img{width:100%;height:100%;object-fit:contain}.product-category{font-size:10px;color:#ff1424;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.no-price{font-size:12px;color:#888;font-weight:800}.img-fallback{width:110px!important;height:110px!important;object-fit:cover!important;border-radius:8px}
@media(max-width:980px){.full-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.full-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.full-grid{grid-template-columns:1fr}.catalog-tools input{min-width:100%}}
