:root {
  --navy: #071a3d;
  --blue: #123c96;
  --orange: #ff8a1f;
  --gold: #ffc247;
  --pink: #ee3c96;
  --purple: #7949ff;
  --ink: #172033;
  --muted: #637083;
  --line: #e5e9f2;
  --paper: #ffffff;
  --soft: #f5f7fb;
  --success: #16a36a;
  --danger: #d83b4c;
  --shadow: 0 16px 40px rgba(7, 26, 61, .12);
  --radius: 8px;
  --container: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; border: 0; }
.container { width: min(100% - 32px, var(--container)); margin-inline: auto; }
.section { padding: 72px 0; }
.section.soft { background: var(--soft); }
.eyebrow { color: var(--orange); font-weight: 800; text-transform: uppercase; font-size: .78rem; letter-spacing: .08em; }
.section-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 28px; }
.section-head h2, .page-title h1 { margin: 0; color: var(--navy); line-height: 1.08; }
.page-title h1 { font-size: clamp(2rem, 5vw, 3.8rem); }
.page-title h1.single-line-title { white-space: nowrap; }
.section-head h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); }
.section-head p, .page-title p { color: var(--muted); max-width: 680px; margin: 10px 0 0; }

.announcement {
  background: linear-gradient(90deg, var(--navy), var(--blue), var(--purple));
  color: #fff;
  text-align: center;
  padding: 9px 16px;
  font-weight: 700;
  font-size: .9rem;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(229,233,242,.9);
}
.nav-wrap { display: flex; align-items: center; gap: 12px; min-height: 76px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 900; color: var(--navy); font-size: 1.24rem; white-space: nowrap; }
.logo img { width: 42px; height: 42px; }
.main-nav { display: flex; gap: 1px; align-items: center; margin-left: auto; min-width: 0; }
.main-nav a { padding: 11px 8px; color: #23314d; font-weight: 700; font-size: .9rem; border-radius: 6px; white-space: nowrap; }
.main-nav a:hover { background: #eef3ff; color: var(--blue); }
.mega { position: relative; }
.mega-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 560px;
  background: #fff;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  padding: 18px;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  border-radius: 0 0 var(--radius) var(--radius);
}
.mega:hover .mega-panel { display: grid; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.search { width: 150px; border: 1px solid var(--line); border-radius: 999px; padding: 10px 14px; background: var(--soft); }
.icon-btn {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  position: relative;
}
.count { position: absolute; top: -5px; right: -4px; background: var(--orange); color: #111; font-size: .72rem; font-weight: 900; min-width: 19px; height: 19px; border-radius: 99px; display: grid; place-items: center; }
.hamburger { display: none; background: var(--navy); color: #fff; border-radius: 6px; padding: 10px 12px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 999px;
  font-weight: 850;
  background: linear-gradient(135deg, var(--orange), var(--gold));
  color: #111827;
  box-shadow: 0 10px 24px rgba(255,138,31,.24);
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 28px rgba(255,138,31,.3); }
.btn.dark { background: linear-gradient(135deg, var(--navy), var(--blue)); color: #fff; box-shadow: 0 10px 24px rgba(18,60,150,.25); }
.btn.ghost { background: #fff; color: var(--navy); border: 1px solid var(--line); box-shadow: none; }

.hero { min-height: 690px; position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255,255,255,.14) 0 1px, transparent 1px 28%),
    radial-gradient(circle at 72% 18%, rgba(116,185,255,.34), transparent 24%),
    radial-gradient(circle at 82% 80%, rgba(255,255,255,.2), transparent 22%);
  mix-blend-mode: screen;
}
.slide { display: none; min-height: 690px; align-items: center; background-size: cover; background-position: center; }
.slide.active { display: flex; animation: fadeIn .6s ease both; }
.slide::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,24,58,.94), rgba(13,110,253,.62) 46%, rgba(255,255,255,.05)); }
.slide-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 710px) 310px; align-items: end; gap: 36px; padding: 104px 0 94px; }
.hero-copy { display: grid; gap: 22px; }
.hero .eyebrow {
  width: max-content;
  max-width: 100%;
  color: #d7ecff;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  padding: 8px 13px;
}
.hero h1, .hero h2 { margin: 0; font-size: clamp(2.55rem, 6vw, 5rem); line-height: 1; letter-spacing: 0; }
.hero p { margin: 0; color: rgba(255,255,255,.86); font-size: 1.14rem; max-width: 620px; }
.hero-glass {
  align-self: end;
  padding: 24px;
  border-radius: 8px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.26);
  box-shadow: 0 24px 54px rgba(0,0,0,.25);
  backdrop-filter: blur(14px);
}
.hero-glass span { color: #d7ecff; font-weight: 900; text-transform: uppercase; font-size: .78rem; }
.hero-glass strong { display: block; color: #fff; font-size: 4rem; line-height: 1; margin: 8px 0; }
.hero-glass p { font-size: .95rem; color: #e7f1ff; }
.slider-dots { position: absolute; z-index: 2; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; }
.slider-dots button { width: 12px; height: 12px; border-radius: 99px; background: rgba(255,255,255,.45); }
.slider-dots button.active { width: 34px; background: var(--gold); }

.grid { display: grid; gap: 20px; }
.grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.category-card, .product-card, .info-card, .blog-card, .testimonial, .panel, .admin-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 26px rgba(7,26,61,.06);
}
.category-showcase { background: linear-gradient(180deg, #fff, #f4f9ff); }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-card { position: relative; min-height: 230px; padding: 0; display: grid; align-items: end; overflow: hidden; border-color: rgba(13,110,253,.18); box-shadow: 0 18px 42px rgba(6,43,96,.1); }
.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(6,43,96,.04), rgba(6,43,96,.86));
}
.category-card img { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 0; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.category-card:hover img { transform: scale(1.08); filter: saturate(1.08) contrast(1.04); }
.category-card > span { position: relative; z-index: 2; display: grid; gap: 8px; padding: 20px; color: #dcecff; }
.category-card strong { color: #fff; display: block; font-size: 1.18rem; line-height: 1.1; }
.category-card span span { color: #dcecff; font-size: .88rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.category-card em { width: max-content; padding: 5px 10px; border-radius: 999px; background: rgba(255,255,255,.18); color: #fff; font-style: normal; font-size: .78rem; font-weight: 900; }
.product-card { overflow: hidden; position: relative; border-color: rgba(13,110,253,.16); box-shadow: 0 16px 38px rgba(6,43,96,.08); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.product-card:hover { border-color: rgba(13,110,253,.34); box-shadow: 0 24px 48px rgba(6,43,96,.14); transform: translateY(-5px); }
.product-media { position: relative; display: block; overflow: hidden; background: linear-gradient(145deg, #f6fbff, #e9f4ff); }
.product-card img {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
  background: radial-gradient(circle at 65% 20%, #ffffff, #eaf4ff 52%, #ffffff);
  padding: 0;
  transition: transform .35s ease, filter .35s ease;
}
.product-card:hover img { transform: scale(1.04); filter: saturate(1.08) contrast(1.03); }
.product-media span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
  background: rgba(6,43,96,.86);
  transform: translateY(12px);
  opacity: 0;
  transition: transform .25s ease, opacity .25s ease;
}
.product-card:hover .product-media span { transform: translateY(0); opacity: 1; }
.product-body { padding: 18px; }
.product-body h3 { margin: 8px 0; font-size: 1.05rem; color: var(--navy); min-height: 46px; line-height: 1.22; }
.rating { display: flex; justify-content: space-between; gap: 8px; align-items: center; color: #ffb000; font-size: .86rem; }
.rating span:last-child { color: var(--muted); font-weight: 800; font-size: .78rem; }
.stars { letter-spacing: 1px; white-space: nowrap; }
.product-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
.product-meta span { padding: 4px 8px; border-radius: 999px; background: #eef6ff; color: var(--blue); font-size: .72rem; font-weight: 900; }
.price { display: flex; align-items: baseline; gap: 10px; margin: 8px 0 14px; font-weight: 900; color: var(--navy); }
.price span { font-size: 1.18rem; }
.price del { color: #98a2b3; font-weight: 600; }
.card-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.card-actions .btn { flex: 1; padding-inline: 12px; min-height: 40px; font-size: .9rem; }
.badge { position: absolute; top: 12px; left: 12px; background: linear-gradient(135deg, var(--pink), var(--purple)); color: #fff; padding: 5px 9px; border-radius: 99px; font-weight: 900; font-size: .75rem; }
.save-badge { position: absolute; top: 12px; right: 12px; z-index: 2; background: #fff; color: var(--blue); padding: 5px 9px; border-radius: 999px; font-size: .75rem; font-weight: 950; box-shadow: 0 10px 24px rgba(6,43,96,.12); }

.cta-band {
  background: linear-gradient(135deg, var(--navy), var(--blue) 45%, var(--pink));
  color: #fff;
  padding: 54px;
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  overflow: hidden;
}
.cta-band h2 { margin: 0; font-size: clamp(1.9rem, 4vw, 3.2rem); line-height: 1.05; }
.cta-band p { margin: 10px 0 0; color: rgba(255,255,255,.82); }
.offer-section { padding: 42px 0; background: #fff; }
.offer-banner {
  position: relative;
  min-height: 300px;
  display: grid;
  grid-template-columns: .9fr 1.1fr auto;
  gap: 28px;
  align-items: center;
  overflow: hidden;
  padding: 28px;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(135deg, #062b60, #0d6efd 58%, #74b9ff);
  box-shadow: 0 24px 58px rgba(13,110,253,.22);
}
.offer-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.14), transparent 38%), radial-gradient(circle at 82% 18%, rgba(255,255,255,.28), transparent 22%);
  pointer-events: none;
}
.offer-banner img { position: relative; z-index: 1; width: 100%; height: 244px; object-fit: cover; border-radius: 8px; box-shadow: 0 22px 42px rgba(0,0,0,.22); }
.offer-banner div { position: relative; z-index: 1; }
.offer-banner .eyebrow { color: #d7ecff; }
.offer-banner h2 { margin: 6px 0 10px; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.02; }
.offer-banner p { max-width: 620px; color: #eaf4ff; margin: 0 0 18px; }
.offer-banner strong {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  font-size: 1.3rem;
  box-shadow: 0 16px 30px rgba(0,0,0,.18);
}
.offer-cards-section { padding-top: 42px; padding-bottom: 42px; }
.offer-card {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  border-radius: var(--radius);
  display: grid;
  align-content: end;
  padding: 22px;
  color: #fff;
  box-shadow: 0 18px 42px rgba(6,43,96,.12);
}
.offer-card::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent, rgba(6,43,96,.88)); }
.offer-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.offer-card:hover img { transform: scale(1.07); }
.offer-card span, .offer-card h3 { position: relative; z-index: 2; }
.offer-card span { width: max-content; padding: 5px 10px; border-radius: 999px; background: rgba(255,255,255,.18); font-weight: 900; font-size: .78rem; }
.offer-card h3 { margin: 10px 0 0; color: #fff; font-size: 1.35rem; line-height: 1.12; }
.offer-split { grid-template-columns: 1fr .8fr; padding: 32px; }
.offer-split img { width: 100%; height: 320px; object-fit: cover; border-radius: 8px; box-shadow: 0 18px 38px rgba(0,0,0,.2); }
.offer-split .btn { margin-top: 18px; }
.testimonial-section { overflow: hidden; }
.testimonial-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(310px, 430px);
  gap: 18px;
  overflow-x: auto;
  padding: 8px 0 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}
.testimonial {
  position: relative;
  min-height: 230px;
  scroll-snap-align: start;
  border-color: rgba(13,110,253,.18);
  background: linear-gradient(145deg, #ffffff, #f2f8ff);
}
.quote-mark { position: absolute; right: 18px; top: 10px; color: #d6e9ff; font-size: 5rem; line-height: 1; font-weight: 950; }
.testimonial p { position: relative; margin: 10px 0 22px; color: #263a59; font-size: 1rem; }
.testimonial-user { display: flex; align-items: center; gap: 12px; }
.testimonial-user img { width: 52px; height: 52px; border-radius: 999px; background: #fff; border: 1px solid var(--line); }
.testimonial-user strong { display: block; color: var(--navy); }
.testimonial-user em { color: #ffb000; font-style: normal; font-size: .85rem; }
.newsletter-panel { background: linear-gradient(135deg, #fff, #edf7ff); border-color: rgba(13,110,253,.18); }
.steps { counter-reset: step; }
.step { padding: 22px; position: relative; overflow: hidden; }
.step::before { counter-increment: step; content: "0" counter(step); font-weight: 950; font-size: 3rem; color: #edf2ff; position: absolute; right: 14px; top: 0; }
.step h3, .info-card h3 { color: var(--navy); margin: 0 0 8px; }
.info-card, .testimonial, .panel, .blog-card { padding: 22px; }
.trust-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.trust-list div { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; font-weight: 800; color: var(--navy); }
.brand-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.brand-strip span {
  min-height: 82px;
  display: grid;
  place-items: center;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--navy);
  font-weight: 950;
  box-shadow: 0 10px 26px rgba(7,26,61,.06);
}
.payment-security {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.payment-security h2 { margin: 6px 0 8px; color: var(--navy); font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.08; }
.payment-security p { margin: 0; color: var(--muted); max-width: 650px; }
.payment-icons.large img { width: 86px; height: 50px; box-shadow: 0 8px 20px rgba(7,26,61,.08); }
.section-inner { margin-top: 42px; }
.about-hero,
.custom-hero,
.studio-intro {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: center;
  padding: 32px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #ffffff, #eef3ff 62%, #fff7ed);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.about-hero h2,
.custom-hero h2,
.studio-intro h2 {
  margin: 6px 0 12px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
}
.about-hero p,
.custom-hero p,
.studio-intro p { color: var(--muted); max-width: 640px; }
.about-hero img,
.custom-hero img,
.studio-intro img { width: 100%; border-radius: var(--radius); filter: drop-shadow(0 18px 30px rgba(7,26,61,.16)); }
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 42px;
}
.stats-row div {
  padding: 24px;
  border-radius: var(--radius);
  background: var(--navy);
  color: #fff;
  box-shadow: var(--shadow);
}
.stats-row strong { display: block; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; color: var(--gold); }
.stats-row span { display: block; margin-top: 8px; color: #dce7ff; font-weight: 800; }
.feature-list { display: grid; gap: 12px; }
.feature-list span {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 13px 14px;
  border-radius: 6px;
  background: #f7f9fd;
  color: var(--navy);
  font-weight: 850;
}
.feature-list span::before {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: var(--success) url("../images/icons/check.svg") center/13px 13px no-repeat;
}
.deal { display: grid; grid-template-columns: 1.1fr .9fr; gap: 26px; align-items: center; }
.countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 20px 0; }
.countdown span { display: block; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 14px; text-align: center; font-weight: 950; color: var(--navy); }
.countdown small { display: block; color: var(--muted); font-weight: 700; }

.page-title {
  min-height: 360px;
  display: grid;
  align-items: center;
  background-color: var(--navy);
  background-size: cover;
  background-position: center;
  padding: 72px 0;
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  color: #fff;
  transition: background-image .7s ease;
}
.page-title::after { content: ""; position: absolute; width: 320px; height: 320px; right: -100px; top: -130px; border-radius: 50%; background: rgba(255,138,31,.2); }
.page-title-inner { position: relative; z-index: 1; }
.breadcrumbs { color: var(--muted); font-weight: 700; margin-bottom: 12px; font-size: .92rem; }
.page-title .breadcrumbs, .page-title .breadcrumbs a { color: rgba(255,255,255,.78); }
.page-title h1 { color: #fff; text-shadow: 0 8px 24px rgba(0,0,0,.24); }
.page-title p { color: rgba(255,255,255,.86); }
.page-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.page-title .btn.ghost { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.3); }
.shop-layout { display: grid; grid-template-columns: 280px 1fr; gap: 26px; align-items: start; }
.filters { position: sticky; top: 96px; }
.field { display: grid; gap: 7px; margin-bottom: 14px; }
.field label { font-weight: 800; color: var(--navy); }
.field input, .field select, .field textarea {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 13px;
  background: #fff;
  width: 100%;
}
.toolbar { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 18px; align-items: center; }
.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 28px; }
.pagination a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 6px; font-weight: 800; }

.details { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.gallery-main img { width: 100%; border-radius: var(--radius); border: 1px solid var(--line); }
.product-thumb-slider { display: grid; grid-template-columns: 40px minmax(0, 1fr) 40px; gap: 8px; align-items: center; margin-top: 12px; }
.thumbs { display: flex; gap: 10px; min-width: 0; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: thin; padding: 3px; }
.thumb-item { flex: 0 0 86px; width: 86px; height: 74px; padding: 0; border: 2px solid var(--line); border-radius: 7px; overflow: hidden; background: #fff; cursor: pointer; scroll-snap-align: start; }
.thumb-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.thumb-item.active { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(18,60,150,.14); }
.thumb-nav { width: 40px; height: 48px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--navy); font-size: 1.8rem; line-height: 1; box-shadow: 0 6px 16px rgba(7,26,61,.08); }
.thumb-nav:hover { background: var(--navy); color: #fff; }
.both-side-price, .price-note { display: block; color: #9a4d00; font-weight: 800; margin-top: 7px; }
.both-side-price[hidden] { display: none; }
.options { display: flex; gap: 10px; flex-wrap: wrap; margin: 12px 0 18px; }
.chip { border: 1px solid var(--line); background: #fff; padding: 9px 13px; border-radius: 999px; font-weight: 800; }
.chip.active, .chip:hover { border-color: var(--blue); color: var(--blue); background: #eef3ff; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.qty button, .qty input { width: 42px; height: 42px; text-align: center; border: 0; background: #fff; }

.cart-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.cart-table th, .cart-table td { padding: 14px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: middle; }
.cart-table img { width: 72px; height: 56px; object-fit: cover; border-radius: 6px; }
.summary { display: grid; gap: 10px; }
.summary-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--line); }
.summary-row.total { font-size: 1.25rem; font-weight: 950; color: var(--navy); }

.studio { display: grid; grid-template-columns: 1fr 330px; gap: 24px; }
.preview-stage { min-height: 520px; display: grid; place-items: center; background: linear-gradient(135deg, #edf3ff, #fff7ed); border: 1px solid var(--line); border-radius: var(--radius); }
.shirt-preview { width: min(380px, 80%); aspect-ratio: 1 / 1.14; background: #fff; border-radius: 34px 34px 16px 16px; position: relative; box-shadow: var(--shadow); display: grid; place-items: center; overflow: hidden; }
.design-layer { position: absolute; inset: 25% 20% 20%; border: 1px dashed #c8d2e2; display: grid; place-items: center; text-align: center; color: var(--navy); padding: 10px; }
.swatches { display: flex; gap: 8px; flex-wrap: wrap; }
.swatch { width: 34px; height: 34px; border-radius: 999px; border: 2px solid #fff; box-shadow: 0 0 0 1px var(--line); }

.accordion-item { border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 10px; overflow: hidden; background: #fff; }
.accordion-btn { width: 100%; text-align: left; padding: 16px; background: #fff; color: var(--navy); font-weight: 900; display: flex; justify-content: space-between; }
.accordion-panel { display: none; padding: 0 16px 16px; color: var(--muted); }
.accordion-item.open .accordion-panel { display: block; }

.site-footer {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(238,60,150,.12), transparent 26%),
    linear-gradient(225deg, rgba(255,138,31,.16), transparent 30%),
    #071326;
  color: #d9e2f2;
  padding: 46px 0 24px;
}
.footer-glow {
  position: absolute;
  inset: auto -8% -28% auto;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(121,73,255,.3), transparent 62%);
  pointer-events: none;
}
.footer-top {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 30px;
  margin-bottom: 36px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(10px);
}
.footer-top h2 { margin: 6px 0 8px; color: #fff; font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1.08; }
.footer-top p { margin: 0; color: #c9d6ea; max-width: 680px; }
.footer-cta { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.footer-ghost { background: rgba(255,255,255,.08) !important; color: #fff !important; border-color: rgba(255,255,255,.25) !important; }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.55fr .78fr .92fr 1.2fr; gap: 30px; }
.footer-brand p { color: #c9d6ea; margin: 14px 0 18px; max-width: 360px; }
.footer-logo { color: #fff; }
.site-footer h3 { color: #fff; margin: 0 0 14px; font-size: 1rem; }
.site-footer a, .footer-contact span { display: block; color: #c4d0e4; margin: 9px 0; transition: color .2s ease, transform .2s ease; }
.site-footer a:hover { color: #fff; transform: translateX(3px); }
.footer-grid > div:not(.footer-brand) > a::before,
.footer-bottom a::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: -4px;
  margin-right: 8px;
  border-radius: 5px;
  background: rgba(255,255,255,.1) url("../images/icons/link-dot.svg") center/12px 12px no-repeat;
  border: 1px solid rgba(255,255,255,.16);
}
.social-icons { display: flex; gap: 10px; flex-wrap: wrap; }
.social-icons a {
  width: 40px;
  height: 40px;
  margin: 0;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
}
.social-icons a:hover { transform: translateY(-3px); background: rgba(255,255,255,.18); }
.social-icons img { width: 20px; height: 20px; }
.footer-trust {
  position: relative;
  margin-top: 34px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
  display: flex;
  gap: 14px 22px;
  align-items: center;
  flex-wrap: wrap;
}
.footer-trust span { color: #f6f8ff; font-weight: 800; font-size: .92rem; }
.payment-icons { margin-left: auto; display: flex; gap: 8px; flex-wrap: wrap; }
.payment-icons img { height: 34px; width: 58px; object-fit: contain; border-radius: 6px; background: #fff; padding: 5px; }
.footer-bottom { margin-top: 18px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: #aebcd2; }
.footer-bottom a { display: inline; margin: 0; color: #dce7ff; }

.contact-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 24px; align-items: start; }
.contact-form h2 { margin: 4px 0 18px; color: var(--navy); font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1.08; }
.contact-side { display: grid; gap: 14px; }
.contact-card {
  display: flex;
  gap: 14px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: 0 10px 26px rgba(7,26,61,.06);
}
.contact-card img { width: 42px; height: 42px; border-radius: 999px; background: #eef3ff; padding: 9px; }
.contact-card strong { display: block; color: var(--navy); font-size: 1.02rem; }
.contact-card a, .contact-card span { display: block; color: var(--muted); }
.map-card {
  min-height: 210px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(18,60,150,.08) 1px, transparent 1px),
    linear-gradient(rgba(18,60,150,.08) 1px, transparent 1px),
    linear-gradient(135deg, #eef3ff, #fff7ed);
  background-size: 28px 28px, 28px 28px, auto;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 22px;
  color: var(--navy);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.map-card span { display: block; color: var(--muted); }
.map-card iframe { width: 100%; height: 100%; min-height: 260px; border: 0; border-radius: var(--radius); }
.map-open-link { display: inline-flex; margin-top: 12px; color: var(--blue); font-weight: 800; }
.contact-social a { background: #fff; border-color: var(--line); box-shadow: 0 8px 20px rgba(7,26,61,.08); }
.market-search { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: end; }
.market-search input { border: 1px solid var(--line); border-radius: 6px; padding: 14px 16px; width: 100%; }
.market-state-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.market-state-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; box-shadow: 0 10px 28px rgba(7,26,61,.06); }
.market-state-card h3 { color: var(--navy); margin: 0 0 14px; }
.market-city-links, .keyword-cloud, .market-link-row { display: flex; flex-wrap: wrap; gap: 10px; }
.market-city-links a, .keyword-cloud a, .keyword-cloud span, .market-link-row a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f8fbff;
  color: var(--navy);
  font-weight: 800;
}
.market-city-links a:hover, .keyword-cloud a:hover, .market-link-row a:hover { border-color: var(--blue); color: var(--blue); background: #eef3ff; }
.market-proof .feature-list { margin-top: 10px; }
.admin-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin: 18px 0; }
.auth-shell {
  display: grid;
  grid-template-columns: 1fr minmax(360px, 480px);
  gap: 26px;
  align-items: stretch;
}
.auth-art {
  border-radius: var(--radius);
  padding: 34px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7,26,61,.92), rgba(18,60,150,.82)),
    url("../images/hero/page-print-2.svg") center/cover;
  box-shadow: var(--shadow);
}
.auth-art h2 { margin: 8px 0 12px; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.02; }
.auth-art p { color: rgba(255,255,255,.86); max-width: 620px; }
.auth-card { display: grid; align-content: center; }
.auth-card > img { width: 64px; height: 64px; margin-bottom: 12px; }
.auth-card h2 { margin: 0 0 18px; color: var(--navy); }
.auth-row { display: flex; justify-content: space-between; gap: 12px; margin: 4px 0 16px; color: var(--muted); }
.auth-row a { color: var(--blue); font-weight: 800; }
.floating {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: grid;
  gap: 12px;
  justify-items: end;
}
.floating a,
.floating button {
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: transparent;
  font-size: 0;
  background: var(--blue);
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 16px 34px rgba(13,110,253,.26);
  transition: transform .22s ease, box-shadow .22s ease, width .22s ease, background .22s ease;
  isolation: isolate;
}
.floating a::before,
.floating button::before {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: -1;
  border-radius: inherit;
  background: currentColor;
  opacity: .18;
  animation: contactPulse 2.6s ease-out infinite;
}
.floating a::after,
.floating button::after {
  content: "";
  width: 25px;
  height: 25px;
  background: center / contain no-repeat;
  filter: brightness(0) invert(1);
}
.floating .whatsapp {
  background: linear-gradient(135deg, #24d366, #128c7e);
  box-shadow: 0 16px 34px rgba(18,140,126,.32);
}
.floating .whatsapp::after {
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/whatsapp.svg");
  filter: none;
}
.floating .call {
  background: linear-gradient(135deg, #0d6efd, #062b60);
  box-shadow: 0 16px 34px rgba(13,110,253,.3);
}
.floating .call::after {
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/call.svg");
  filter: none;
}
.floating #backTop,
.floating .back-top {
  background: #ffffff;
  border-color: var(--line);
  box-shadow: 0 16px 34px rgba(7,26,61,.16);
}
.floating #backTop::before,
.floating .back-top::before { color: var(--blue); }
.floating #backTop::after,
.floating .back-top::after {
  width: 16px;
  height: 16px;
  background-image: none;
  border-top: 3px solid var(--blue);
  border-left: 3px solid var(--blue);
  transform: translateY(4px) rotate(45deg);
  filter: none;
}
.floating a:hover,
.floating button:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 22px 42px rgba(7,26,61,.24);
}
.floating a:focus-visible,
.floating button:focus-visible {
  outline: 3px solid rgba(13,110,253,.34);
  outline-offset: 4px;
}
@keyframes contactPulse {
  0% { transform: scale(.82); opacity: .24; }
  70% { transform: scale(1.35); opacity: 0; }
  100% { transform: scale(1.35); opacity: 0; }
}

.modal { position: fixed; inset: 0; background: rgba(7,19,38,.58); display: none; place-items: center; z-index: 90; padding: 18px; }
.modal.open { display: grid; }
.modal-card { width: min(760px, 100%); background: #fff; border-radius: var(--radius); padding: 24px; position: relative; }
.modal-close { position: absolute; right: 14px; top: 14px; width: 36px; height: 36px; border-radius: 999px; background: var(--soft); }

.admin-shell { display: grid; grid-template-columns: 260px 1fr; min-height: 100vh; background: var(--soft); }
.admin-sidebar { background: linear-gradient(180deg, var(--navy), #0d2e72); color: #fff; padding: 22px; position: sticky; top: 0; height: 100vh; }
.admin-sidebar a { display: block; padding: 11px 12px; border-radius: 6px; color: #dce7ff; font-weight: 750; }
.admin-sidebar a:hover { background: rgba(255,255,255,.1); }
.admin-main { padding: 28px; }
.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  margin-bottom: 22px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 26px rgba(7,26,61,.06);
}
.admin-profile { padding: 10px 14px; border-radius: 999px; background: var(--navy); color: #fff; font-weight: 900; white-space: nowrap; }
.admin-login-screen {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(7,26,61,.92), rgba(18,60,150,.78)),
    url("../images/hero/page-print-4.svg") center/cover;
}
.admin-login-card {
  width: min(100%, 980px);
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 24px;
  align-items: center;
  color: #fff;
}
.admin-login-card > div { padding: 28px; }
.admin-login-card img { width: 82px; height: 82px; margin-bottom: 18px; }
.admin-login-card h1 { font-size: clamp(2rem, 5vw, 4rem); line-height: 1.02; margin: 8px 0 12px; }
.admin-login-card p { color: rgba(255,255,255,.85); }
.table-wrap { overflow-x: auto; }
.status { padding: 5px 9px; border-radius: 999px; font-weight: 900; font-size: .8rem; background: #e9f8f1; color: var(--success); }
.status.warn { background: #fff5db; color: #9f6400; }
.chart-bars { height: 220px; display: flex; align-items: end; gap: 12px; padding: 18px; }
.chart-bars span { flex: 1; background: linear-gradient(180deg, var(--pink), var(--blue)); border-radius: 6px 6px 0 0; min-height: 32px; }
/* Invoice and packing slip documents */
.document-page {
  background: #f3f6fb;
}
.document-shell {
  max-width: 980px;
  padding: 0;
  overflow: hidden;
  border-color: rgba(13,110,253,.14);
  box-shadow: 0 24px 70px rgba(6,43,96,.13);
}
.doc-header {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  padding: 26px;
  color: #fff;
  background: linear-gradient(135deg, #062b60, #0d6efd 64%, #14b8a6);
}
.doc-brand {
  display: flex;
  gap: 14px;
  align-items: center;
}
.doc-brand img {
  width: 108px;
  height: 64px;
  object-fit: contain;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
}
.doc-brand h2,
.doc-brand p,
.doc-title-block strong,
.doc-title-block small {
  margin: 0;
}
.doc-brand p,
.doc-title-block small {
  color: rgba(255,255,255,.82);
}
.doc-title-block {
  display: grid;
  justify-items: end;
  gap: 6px;
  text-align: right;
}
.doc-badge {
  display: inline-flex;
  width: max-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.24);
  color: #fff;
  font-weight: 700;
}
.doc-title-block strong {
  font-size: 1.35rem;
}
.doc-body {
  display: grid;
  gap: 18px;
  padding: 24px;
  background: #fff;
}
.doc-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}
.doc-summary-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.doc-summary-strip div,
.doc-box {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
}
.doc-summary-strip span,
.doc-box p {
  color: var(--muted);
}
.doc-summary-strip strong,
.doc-box strong {
  display: block;
  color: var(--navy);
  overflow-wrap: anywhere;
}
.doc-meta-grid,
.doc-bottom-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.doc-box h3 {
  margin: 0 0 10px;
  color: var(--navy);
}
.doc-box p {
  margin: 4px 0;
}
.doc-items-table {
  border-radius: 8px;
  overflow: hidden;
}
.doc-items-table th {
  background: #eef5ff;
  color: var(--navy);
}
.doc-total {
  justify-self: end;
  width: min(100%, 360px);
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdff;
}
.doc-total div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
}
.doc-total strong {
  color: var(--navy);
}
.doc-total .grand {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--navy);
  font-size: 1.12rem;
}
.payment-box {
  background: #f2fbf8;
  border-color: #bfe9dd;
}
.doc-footer-note {
  padding: 13px 15px;
  border-radius: 8px;
  background: #eef5ff;
  color: var(--muted);
}
.packing-label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 18px;
  padding: 22px;
  border: 2px dashed #0d6efd;
  border-radius: 8px;
  background: linear-gradient(135deg, #f8fbff, #fff);
}
.packing-label h3 {
  margin: 8px 0;
  color: var(--navy);
  font-size: 1.6rem;
}
.packing-label p {
  margin: 6px 0;
  color: var(--muted);
}
.label-tag {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ecfeff;
  color: #0e7490;
  font-weight: 800;
}
.packing-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}
.packing-meta span {
  padding: 12px;
  border-radius: 8px;
  background: #eef5ff;
  color: var(--muted);
}
.packing-meta strong {
  color: var(--navy);
}
.qr-box {
  min-height: 170px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, #0b3a75 10px, transparent 10px) 0 0 / 20px 20px,
    linear-gradient(#0b3a75 10px, transparent 10px) 0 0 / 20px 20px,
    #fff;
  color: #fff;
}
.qr-box span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 8px;
  background: #0b3a75;
  font-weight: 900;
}
.qr-box small {
  max-width: 130px;
  padding: 4px 6px;
  border-radius: 6px;
  background: rgba(255,255,255,.92);
  color: var(--navy);
  overflow-wrap: anywhere;
}
.packing-checklist {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.packing-checklist span {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  font-weight: 700;
}
@media (max-width: 720px) {
  .doc-header {
    display: grid;
  }
  .doc-title-block {
    justify-items: start;
    text-align: left;
  }
  .doc-summary-strip,
  .doc-meta-grid,
  .doc-bottom-grid,
  .packing-label,
  .packing-checklist,
  .packing-meta {
    grid-template-columns: 1fr;
  }
}
@media print {
  body {
    background: #fff !important;
  }
  .announcement,
  .site-header,
  .site-footer,
  .floating,
  .no-print,
  .doc-actions {
    display: none !important;
  }
  .section {
    padding: 0 !important;
  }
  .document-shell {
    max-width: none;
    border: 0;
    box-shadow: none;
  }
  .doc-header {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
}

.shop-no-filter {
    grid-template-columns: 1fr !important;
}

.shop-no-filter .filters {
    display: none !important;
}
