:root{--color-bg:#062f4d;--color-text:#fefef4;--color-accent:#78bcda;--max-width:760px}*{box-sizing:border-box}body,html{background:var(--color-bg);margin:0}body{color:var(--color-text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.6}a{color:var(--color-accent)}.site{min-height:100dvh}.site,.site main{flex-direction:column;display:flex}.site main{flex:1}.hero{justify-content:center;align-items:center;min-height:45dvh;padding:48px 16px;display:flex}@media (width>=768px){.hero{min-height:60dvh}}.hero__logo{width:min(560px,85vw);height:auto}.products{max-width:1100px;margin:0 auto;padding:0 16px 64px}.products__title{text-align:center;margin:0 0 24px;font-size:1.4rem}.products__note{text-align:center;color:#fefef4b3}.products__grid{grid-template-columns:repeat(auto-fit,minmax(150px,200px));justify-content:center;gap:16px;margin:0;padding:0;list-style:none;display:grid}@media (width<=480px){.products__grid{grid-template-columns:repeat(2,1fr);gap:12px}}.product{background:#fefef40f;border:1px solid #fefef41f;border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.product--soldout{opacity:.5}.product__image{aspect-ratio:1;background:var(--color-text);justify-content:center;align-items:center;display:flex}.product__image img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;padding:12px}.product__body{flex-direction:column;flex:1;gap:6px;padding:12px;display:flex}.product__name{margin:0;font-size:.95rem;font-weight:600;line-height:1.3}.product__meta{flex-direction:column;gap:2px;margin:auto 0 0;font-size:.85rem;display:flex}.product__price{color:var(--color-accent);font-size:1rem;font-weight:700}.product__stock{color:#fefef4b3}.page{max-width:var(--max-width);margin:0 auto;padding:48px 16px}.page h2{color:var(--color-accent);margin-top:2rem;font-size:1.1rem}.footer{color:#fefef4b3;border-top:1px solid #fefef41f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 24px;padding:20px 16px;font-size:.9rem;display:flex}.footer p{margin:0}.footer__nav{gap:20px;display:flex}.footer__nav a{color:inherit;text-decoration:none}.footer__nav a:hover{color:var(--color-accent)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
