*,*::before,*::after{box-sizing:border-box}
:root{
  --bg:#0b1220;--bg-elevated:#111827;--surface:#0f172a;--bg-soft:#1e293b;
  --text:#e2e8f0;--text-muted:#94a3b8;--text-dim:#64748b;
  --primary:#22d3ee;--primary-soft:rgba(34,211,238,.12);
  --accent:#a78bfa;--border:#1e293b;--border-strong:#334155;
  /* ~16" laptop content column (centered on wider screens) */
  --content-max:72rem;
  --page-pad:clamp(1rem,2.5vw,2rem);
}
html,body{margin:0;padding:0;background:var(--bg);color:var(--text);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
  line-height:1.5}
a{color:var(--primary);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
.shell{
  width:100%;
  max-width:var(--content-max);
  margin-left:auto;
  margin-right:auto;
  padding-left:var(--page-pad);
  padding-right:var(--page-pad);
  box-sizing:border-box;
}
.header{position:sticky;top:0;z-index:10;background:rgba(11,18,32,.92);border-bottom:1px solid var(--border)}
.header__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.65rem;padding:.85rem 0;text-align:center}
.brand-row{display:flex;align-items:center;justify-content:center;gap:clamp(.5rem,3vw,1.75rem);width:100%}
.printer-photo{width:clamp(4.5rem,16vw,8.5rem);height:clamp(4.5rem,16vw,8.5rem);object-fit:contain;flex-shrink:0;border-radius:12px;background:rgba(15,23,42,.45);padding:.35rem;box-shadow:0 6px 20px rgba(0,0,0,.35)}
.logo-block{display:flex;flex-direction:column;align-items:center;gap:.2rem;color:inherit;text-decoration:none;text-align:center;min-width:0}
.logo-block:hover{text-decoration:none}
.logo{font-weight:800;font-size:clamp(2.75rem,8vw,4.25rem);letter-spacing:-.04em;line-height:1}
.logo__accent{color:var(--primary)}
.logo-tagline{font-size:10pt;color:var(--text-muted);max-width:16rem;line-height:1.3;margin:0}
.nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem}
.nav__link{padding:.45rem .85rem;border-radius:999px;color:var(--text-muted);font-weight:500;font-size:12pt}
.nav__link:hover{background:var(--bg-soft);color:var(--text);text-decoration:none}
.nav__link--active{background:var(--primary-soft);color:var(--primary)}
.main{min-height:60vh;padding:1.5rem 0 3rem}
.page-header{margin-bottom:1.5rem}
.page-header--center{text-align:center}
.eyebrow{display:block;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--primary);font-weight:600;margin-bottom:.35rem}
h1{font-size:clamp(1.6rem,3vw,2.2rem);margin:0 0 .5rem;letter-spacing:-.02em}
h2{font-size:1.25rem;margin:0 0 .5rem}
.lead{color:var(--text-muted);max-width:40rem}
.hero{display:grid;gap:2rem;align-items:center;margin-bottom:2.5rem}
@media(min-width:800px){.hero{grid-template-columns:1.1fr .9fr}}
.hero__panel{background:linear-gradient(145deg,var(--bg-elevated),var(--surface));border:1px solid var(--border);border-radius:16px;padding:1.5rem;min-height:220px;display:flex;flex-direction:column;justify-content:center;gap:.75rem}
.hero__swatch{width:100%;height:160px;border-radius:12px;border:1px solid var(--border);background:radial-gradient(circle at 30% 30%,#fff3,transparent 50%),var(--c,#22d3ee)}
.stats{display:flex;gap:1.25rem;flex-wrap:wrap;margin-top:1rem}
.stats div{display:flex;flex-direction:column}
.stats strong{font-size:1.2rem;color:var(--primary)}
.stats span{font-size:.8rem;color:var(--text-muted)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1.1rem;border-radius:10px;font-weight:600;font-size:.92rem;border:1px solid transparent}
.btn:hover{text-decoration:none}
.btn--primary{background:linear-gradient(135deg,#22d3ee,#0891b2);color:#042f2e}
.btn--ghost{background:transparent;border-color:var(--border);color:var(--text)}
.btn--ghost:hover{background:var(--bg-soft)}
.btn--sm{padding:.4rem .75rem;font-size:.82rem}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.25rem}
.card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:14px;overflow:hidden;display:flex;flex-direction:column}
.card__media{position:relative;display:block;aspect-ratio:4/3;background:var(--surface);overflow:hidden}
.card__media img{width:100%;height:100%;object-fit:cover}
.card__swatch{width:100%;height:100%;background:radial-gradient(circle at 30% 30%,#fff4,transparent 50%),radial-gradient(circle at 70% 70%,#0005,var(--c,#64748b))}
.badge{position:absolute;top:.75rem;left:.75rem;background:rgba(167,139,250,.2);color:var(--accent);padding:.2rem .55rem;border-radius:999px;font-size:.7rem;font-weight:650}
.card__body{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}
.card__meta{display:flex;justify-content:space-between;gap:.5rem;font-size:.75rem}
.card__cat{text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);font-weight:600}
.card__price{font-weight:700;color:var(--primary)}
.card__title{font-size:1.05rem;margin:0}
.card__title a{color:var(--text)}
.card__desc{color:var(--text-muted);font-size:.9rem;margin:0;flex:1}
.pills{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 1.5rem}
.pill{padding:.4rem .85rem;border-radius:999px;border:1px solid var(--border);color:var(--text-muted);font-size:.85rem;font-weight:500}
.pill:hover{border-color:var(--border-strong);color:var(--text);text-decoration:none}
.section{margin:2.5rem 0}
.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}
.about-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:14px;padding:1.25rem}
.about-card h3{margin:.25rem 0 .5rem}
.about-card p{margin:0;color:var(--text-muted);font-size:.95rem}
.cta{margin-top:2rem;padding:1.5rem;border-radius:14px;border:1px solid var(--border);background:var(--bg-elevated);text-align:center}
.product{display:grid;gap:1.75rem}
@media(min-width:900px){.product{grid-template-columns:1fr 1fr}}
.product__media{background:var(--bg-elevated);border:1px solid var(--border);border-radius:14px;overflow:hidden;min-height:240px}
.product__media img{width:100%;height:100%;object-fit:cover}
.product__swatch{min-height:280px;background:radial-gradient(circle at 30% 30%,#fff4,transparent 55%),radial-gradient(circle at 70% 65%,#0006,var(--c,#64748b))}
.price{font-size:1.5rem;font-weight:700;color:var(--primary);margin:.5rem 0 1rem}
.desc p{color:var(--text-muted);margin:0 0 .85rem}
.warning{color:#f87171;font-weight:600}
.colors{display:flex;flex-wrap:wrap;gap:.45rem;margin:1rem 0;padding-top:.35rem}
.dot{
  position:relative;
  width:1.25rem;
  height:1.25rem;
  border-radius:999px;
  border:1px solid var(--border-strong);
  display:inline-block;
  cursor:default;
  vertical-align:middle;
}
.dot::after{
  content:attr(data-name);
  position:absolute;
  left:50%;
  bottom:calc(100% + 8px);
  transform:translateX(-50%);
  padding:.28rem .5rem;
  border-radius:6px;
  background:#0f172a;
  border:1px solid var(--border-strong);
  color:var(--text);
  font-size:.75rem;
  font-weight:600;
  white-space:nowrap;
  opacity:0;
  pointer-events:none;
  transition:opacity .12s ease;
  z-index:5;
  box-shadow:0 6px 16px rgba(0,0,0,.35);
}
.dot:hover::after,
.dot:focus::after,
.dot:focus-visible::after{
  opacity:1;
}
.list{margin:.5rem 0 1rem;padding-left:1.2rem;color:var(--text-muted)}
.page-contact{text-align:center}
.page-contact .page-header{text-align:center}
.page-contact .lead{margin-left:auto;margin-right:auto}
.page-contact .form{margin-left:auto;margin-right:auto;text-align:left}
.form{max-width:32rem;display:grid;gap:.85rem}
.form--order{max-width:100%;margin-top:.5rem}
label{display:grid;gap:.35rem;font-weight:600;font-size:.9rem}
label .req{font-weight:500;color:var(--text-dim);font-size:.8rem}
input,select,textarea{width:100%;padding:.65rem .75rem;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit}
textarea{min-height:8rem;resize:vertical}
.buy-box{
  margin-top:1.5rem;
  padding:1.25rem;
  border-radius:14px;
  border:1px solid var(--border);
  background:var(--bg-elevated);
}
.form--buy{max-width:100%;display:grid;gap:.85rem}
.buy-box__actions{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;margin-top:.25rem}
.buy-box__status{min-height:1.25rem;margin:0;color:var(--primary);font-size:.9rem;font-weight:600}
.cart-badge{
  display:inline-grid;place-items:center;
  min-width:1.15rem;height:1.15rem;padding:0 .3rem;
  margin-left:.2rem;border-radius:999px;
  background:var(--accent);color:#fff;font-size:.7rem;font-weight:700;
}
.nav-checkout{margin-left:.35rem}
.cart-table-wrap{overflow-x:auto;margin:1rem 0}
.cart-table{width:100%;border-collapse:collapse;font-size:.95rem}
.cart-table th,.cart-table td{padding:.65rem .5rem;border-bottom:1px solid var(--border);text-align:left;vertical-align:middle}
.cart-table th{color:var(--text-dim);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}
.cart-meta{color:var(--text-muted);font-size:.85rem;margin-top:.2rem}
.cart-qty{width:4.5rem;padding:.4rem .5rem;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text)}
.cart-subtotal{font-size:1.1rem;margin:1rem 0}
.cart-note{color:var(--text-muted);font-size:.85rem;font-weight:500}
.cart-actions{display:flex;flex-wrap:wrap;gap:.6rem}
.form--checkout{max-width:36rem;margin:0 auto}
.checkout-items{margin:.5rem 0 1rem;padding-left:1.2rem;color:var(--text-muted)}
.checkout-items li{margin:.35rem 0}
.footer{border-top:1px solid var(--border);margin-top:2rem;background:var(--bg-elevated);padding:2rem 0 1rem}
.footer__inner{display:grid;gap:1.5rem}
@media(min-width:700px){.footer__inner{grid-template-columns:1.2fr 1fr}}
.footer__cols{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.footer h4{margin:0 0 .5rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim)}
.footer a{display:block;color:var(--text-muted);margin:.25rem 0;font-size:.9rem}
.footer__tagline{color:var(--text-muted);font-size:.9rem;max-width:22rem}
.footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border);color:var(--text-dim);font-size:.8rem}
.category-block{margin:2rem 0}
.category-block h2{scroll-margin-top:5rem}
.page-reviews{text-align:center}
.page-reviews .page-header{text-align:center}
.page-reviews .lead{margin-left:auto;margin-right:auto}
.page-reviews h2{text-align:center}
.reviews-published{margin:2rem auto 2.5rem;max-width:40rem}
.reviews-list{display:grid;gap:1rem;margin-top:1rem;text-align:left}
.reviews-empty{margin-top:1rem}
.review-card{
  background:var(--bg-elevated);
  border:1px solid var(--border);
  border-radius:14px;
  padding:1.15rem 1.25rem;
}
.review-card__top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.4rem}
.stars{letter-spacing:.05em;font-size:1.05rem}
.star{color:var(--text-dim)}
.star--on{color:#fbbf24}
.review-card__date{color:var(--text-dim);font-size:.85rem}
.review-card__product{margin:0 0 .4rem;font-size:1.05rem}
.review-card__text{margin:0 0 .75rem;color:var(--text-muted)}
.review-card__by{margin:0;font-size:.9rem;color:var(--text-muted)}
.review-card__verified{
  display:inline-block;
  margin-left:.4rem;
  padding:.1rem .45rem;
  border-radius:999px;
  background:var(--primary-soft);
  color:var(--primary);
  font-size:.72rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.review-submit{
  margin:2rem auto;
  max-width:40rem;
  padding:1.5rem;
  border-radius:14px;
  border:1px solid var(--border);
  background:var(--bg-elevated);
  text-align:center;
}
.review-submit h2{margin-top:0}
.form--review{max-width:36rem;margin:1rem auto 0;text-align:left}
.check-label{
  display:flex;
  align-items:flex-start;
  gap:.55rem;
  font-weight:500;
  font-size:.9rem;
  color:var(--text-muted);
}
.check-label input{width:auto;margin-top:.2rem;flex-shrink:0}
