/* Nunito — self-hosted (latin + latin-ext). Generated from Google Fonts v32 */
@font-face { font-family: 'Nunito'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/nunito/nunito-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Nunito'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/nunito/nunito-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Nunito'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('../fonts/nunito/nunito-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Nunito'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('../fonts/nunito/nunito-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Nunito'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('../fonts/nunito/nunito-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Nunito'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('../fonts/nunito/nunito-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Nunito'; font-style: normal; font-weight: 800; font-display: swap;
  src: url('../fonts/nunito/nunito-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Nunito'; font-style: normal; font-weight: 800; font-display: swap;
  src: url('../fonts/nunito/nunito-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* Snuffle TIME — shared styles */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { width: 100%; max-width: 100%; min-height: 100%; overflow-x: hidden; }
@supports (overflow-x: clip) { html, body { overflow-x: clip; } }
img, video, canvas, svg { max-width: 100%; }

body {
  font-family: 'Nunito', sans-serif;
  background-color: #1A0A2E;
  color: #ffffff;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  position: relative;
}

body.page-maintenance { align-items: center; overflow: hidden; }
body.page-links {
  align-items: flex-start;
  justify-content: center;
  padding: clamp(12px, 2.5vh, 40px) clamp(16px, 4vw, 32px);
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 700px) {
  body.page-links {
    min-height: 100dvh;
    height: auto;
    overflow-y: auto;
    padding-bottom: calc(48px + env(safe-area-inset-bottom));
  }
  .page-links .container { max-height: none; }
}

/* Glow backgrounds — promoted to their own compositor layer so they don't
   repaint on scroll. */
body::before,
body::after {
  content: '';
  position: fixed;
  left: 50%;
  pointer-events: none;
  z-index: 0;
  will-change: transform;
  transform: translate(-50%, -50%) translateZ(0);
  backface-visibility: hidden;
}
body.page-maintenance::before { top: 50%; }
body.page-links::before { top: 40%; }
body::before {
  width: 900px; height: 700px;
  background: radial-gradient(ellipse at center,
    rgba(123, 47, 190, 0.35) 0%,
    rgba(123, 47, 190, 0.13) 40%,
    transparent 70%);
}
body.page-maintenance::after { top: 50%; }
body.page-links::after { top: 40%; }
body::after {
  width: 1400px; height: 1000px;
  background: radial-gradient(ellipse at center,
    rgba(233, 30, 140, 0.07) 0%,
    transparent 60%);
}

/* Paw decorations — also promoted so scroll/animation doesn't repaint them. */
.paw-deco {
  position: fixed;
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
  user-select: none;
  line-height: 1;
  will-change: transform;
  backface-visibility: hidden;
}
.paw-deco.p1 { top: 8%;  left: 5%;  font-size: 60px; transform: rotate(-20deg); }
.paw-deco.p2 { bottom: 10%; right: 6%; font-size: 90px; transform: rotate(15deg); }
.paw-deco.p3 { top: 50%; left: 2%;  font-size: 50px; transform: rotate(5deg); }
.paw-deco.p4 { top: 15%; right: 4%; font-size: 70px; transform: rotate(-10deg); }
.paw-deco.p5 { bottom: 20%; left: 8%; font-size: 45px; transform: rotate(25deg); }
.paw-deco.p6 { bottom: 42%; right: 3%; font-size: 36px; transform: rotate(-8deg); }

/* Container */
.container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.page-maintenance .container { max-width: 720px; padding: 40px 24px; justify-content: center; }
.page-links .container { max-width: 560px; max-height: 100%; justify-content: center; }


/* Logo */
.logo-wrapper {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin-bottom: 40px;
}
.logo-wrapper::before {
  content: "";
  position: absolute;
  inset: -10%;
  background: radial-gradient(ellipse at center,
              rgba(233, 30, 140, 0.45) 0%,
              rgba(123, 47, 190, 0.25) 40%,
              transparent 70%);
  filter: blur(40px);
  z-index: -1;
  pointer-events: none;
}
.page-links .logo-wrapper { max-width: clamp(180px, 32vh, 420px); margin-bottom: clamp(8px, 1.6vh, 28px); }
.logo-wrapper img { width: 100%; height: auto; display: block; position: relative; }

/* Divider */
.divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #7B2FBE, #E91E8C);
  border-radius: 2px;
  margin-bottom: 32px;
  opacity: 0.9;
}
.page-links .divider { width: 64px; margin-bottom: clamp(6px, 1.2vh, 20px); }

/* Maintenance text */
.maintenance-message {
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 600;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
  max-width: 520px;
  margin-bottom: 44px;
  letter-spacing: 0.01em;
}
.maintenance-message .highlight { color: #E91E8C; font-weight: 700; }

/* Tagline */
.tagline {
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.03em;
  margin-bottom: clamp(10px, 2vh, 36px);
}

/* CTA button (maintenance) */
.cta-button {
  display: inline-block;
  background: #E91E8C;
  color: #ffffff;
  font: 800 clamp(15px, 1.1vw, 18px) 'Nunito', sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 52px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(233, 30, 140, 0.45), 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
.cta-button::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.18) 0%, transparent 60%);
  border-radius: 50px;
  pointer-events: none;
}
.cta-button:hover {
  transform: translateY(-3px) scale(1.03);
  background-color: #f72da0;
  box-shadow: 0 8px 32px rgba(233, 30, 140, 0.65), 0 4px 12px rgba(0, 0, 0, 0.35);
}
.cta-button:active { transform: translateY(-1px) scale(1.01); }
.cta-button:focus { outline: 3px solid rgba(233, 30, 140, 0.6); outline-offset: 3px; }

/* Link sections */
.link-sections { display: flex; flex-direction: column; gap: clamp(10px, 2vh, 32px); width: 100%; }
.link-section {
  display: flex; flex-direction: column; align-items: center;
  gap: clamp(6px, 1.2vh, 12px); width: 100%;
}
.section-label {
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(167, 120, 230, 0.75);
  margin-bottom: 2px;
  align-self: flex-start;
  padding-left: 4px;
}

.link-btn {
  display: flex; align-items: center; justify-content: center;
  gap: 12px; width: 100%;
  padding: clamp(10px, 1.6vh, 17px) clamp(20px, 4vw, 36px);
  border-radius: 50px;
  border: none;
  font: 800 clamp(15px, 1.05vw, 17px) 'Nunito', sans-serif;
  letter-spacing: 0.04em;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
.link-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.10) 0%, transparent 55%);
  border-radius: 50px;
  pointer-events: none;
}
.link-btn i { font-size: 17px; flex-shrink: 0; }
.link-btn:hover { transform: translateY(-3px) scale(1.02); }
.link-btn:active { transform: translateY(-1px) scale(1.005); }
.link-btn:focus { outline: 3px solid rgba(233, 30, 140, 0.55); outline-offset: 3px; }

.btn-social {
  background: #2D1052;
  color: #ffffff;
  border: 1px solid rgba(123, 47, 190, 0.4);
  border-left: 4px solid #E91E8C;
  box-shadow: 0 4px 18px rgba(123, 47, 190, 0.25), 0 2px 6px rgba(0, 0, 0, 0.35);
}
.btn-social:hover {
  background: #38136a;
  box-shadow: 0 8px 28px rgba(123, 47, 190, 0.45), 0 4px 12px rgba(0, 0, 0, 0.4),
              inset 0 0 0 1px rgba(233, 30, 140, 0.3);
}
.btn-facebook:hover  { box-shadow: 0 8px 28px rgba(123, 47, 190, 0.45), 0 0 20px rgba(24, 119, 242, 0.2),  0 4px 12px rgba(0, 0, 0, 0.4); }
.btn-instagram:hover { box-shadow: 0 8px 28px rgba(123, 47, 190, 0.45), 0 0 20px rgba(225, 48, 108, 0.2),  0 4px 12px rgba(0, 0, 0, 0.4); }
.btn-tiktok:hover    { box-shadow: 0 8px 28px rgba(123, 47, 190, 0.45), 0 0 20px rgba(105, 201, 208, 0.15), 0 4px 12px rgba(0, 0, 0, 0.4); }

.btn-action {
  background: #E91E8C;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(233, 30, 140, 0.45), 0 2px 8px rgba(0, 0, 0, 0.3);
}
.btn-action:hover {
  background-color: #f72da0;
  box-shadow: 0 8px 32px rgba(233, 30, 140, 0.65), 0 4px 14px rgba(0, 0, 0, 0.35);
}

.btn-website {
  display: flex; align-items: center; justify-content: center;
  gap: 12px; width: 100%;
  padding: clamp(10px, 1.6vh, 17px) clamp(20px, 4vw, 36px);
  border-radius: 50px;
  border: none;
  font: 800 clamp(15px, 1.05vw, 17px) 'Nunito', sans-serif;
  letter-spacing: 0.04em;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
  background: #ffffff;
  color: #1A0A2E;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.25), 0 2px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: clamp(10px, 2vh, 32px);
}
.btn-website::before {
  content: '';
  position: absolute;
  inset: 200%;
  background: linear-gradient(135deg, rgba(233,30,140,0.10) 0%, transparent 60%);
  border-radius: 50px;
  pointer-events: none;
}
.btn-website:hover {
  transform: translateY(-3px) scale(1.02);
  background-color: #f5f5f5;
  box-shadow: 0 8px 32px rgba(255, 255, 255, 0.40), 0 4px 14px rgba(0, 0, 0, 0.35);
}
.btn-website:active { transform: translateY(-1px) scale(1.005); }
.btn-website:focus { outline: 3px solid rgba(233, 30, 140, 0.55); outline-offset: 3px; }
.btn-website .icon-wrap { background: rgba(123, 47, 190, 0.12); }

.icon-wrap {
  display: flex; align-items: center; justify-content: center;
  width: 28px; height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}
.btn-action .icon-wrap { background: rgba(255, 255, 255, 0.18); }

.footer {
  margin-top: 44px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.28);
  letter-spacing: 0.04em;
}

/* Responsive */
@media (max-width: 768px) {
  .logo-wrapper { max-width: 400px; }
  .maintenance-message { font-size: 16px; }
  .cta-button { padding: 14px 40px; font-size: 15px; }
}
@media (max-width: 640px) {
  body.page-links { padding: clamp(10px, 2vh, 24px) 16px; }
  .tagline { font-size: 17px; }
  .link-btn { padding: clamp(10px, 1.6vh, 15px) 28px; font-size: 15px; }
}
@media (max-width: 480px) {
  .logo-wrapper { max-width: 320px; }
  .page-maintenance .container { padding: 32px 20px; }
}
/* Tiny viewport (e.g. small phones in landscape) safety net — re-enable scroll
   so content is never clipped on truly short screens. */
@media (max-height: 360px) {
  body.page-links { height: auto; min-height: 100vh; overflow: visible; }
}

/* ============================================================
   HOME & PRODUCTS PAGES
   ============================================================ */
body.page-home,
body.page-product {
  display: block;
  align-items: stretch;
  padding: 0;
  overflow-x: hidden;
}
body.page-home::before,
body.page-product::before { top: 30%; }
body.page-home::after,
body.page-product::after  { top: 30%; }

/* ---- Nav ---- */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 40px;
  background: rgba(26, 10, 46, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.02em;
}
.nav-brand img { border-radius: 50%; }
.nav-links {
  list-style: none;
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.nav-links a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.12em;
  padding: 10px 16px;
  border-radius: 999px;
  transition: background 0.2s, color 0.2s;
}
.nav-links a:hover { background: rgba(255, 255, 255, 0.08); color: #fff; }
.nav-links a.active {
  background: linear-gradient(135deg, #7B2FBE, #E91E8C);
  color: #fff;
}

@media (max-width: 640px) {
  .site-nav { padding: 14px 18px; flex-wrap: wrap; gap: 10px; }
  .nav-links a { padding: 8px 12px; font-size: 12px; }
}

/* ---- Home ---- */
.home-main {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 0;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 64px 0 80px;
}
.hero-copy h1 {
  font-size: clamp(40px, 5.6vw, 68px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
}
.hero-copy h1 .highlight {
  background: linear-gradient(135deg, #E91E8C, #FFB347);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-sub {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 32px;
  max-width: 560px;
}
.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.cta-ghost {
  display: inline-flex;
  align-items: center;
  padding: 14px 24px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.cta-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}
.hero-art {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-art img {
  max-width: 100%;
  height: auto;
  border-radius: 32px;
  box-shadow: 0 30px 80px rgba(123, 47, 190, 0.35),
              0 10px 30px rgba(0, 0, 0, 0.4);
}

@media (max-width: 880px) {
  .hero { grid-template-columns: 1fr; padding: 32px 0 48px; text-align: center; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-cta-row { justify-content: center; }
}

/* ---- Feature grid ---- */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
  padding: 24px 0 72px;
}
.feature-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 28px 24px;
  text-align: center;
  transition: transform 0.25s, background 0.25s, border-color 0.25s;
}
.feature-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(233, 30, 140, 0.4);
}
.feature-icon {
  font-size: 40px;
  margin-bottom: 14px;
  filter: drop-shadow(0 4px 12px rgba(233, 30, 140, 0.35));
}
.feature-card h3 {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #fff;
}
.feature-card p {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.75);
}

/* ---- Promo banners ---- */
.promo-banner {
  margin: 24px 0;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(123, 47, 190, 0.55), rgba(233, 30, 140, 0.45));
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 56px 32px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(123, 47, 190, 0.25);
}
.promo-inner { max-width: 780px; margin: 0 auto; }
.promo-banner h2 {
  font-size: clamp(24px, 3.2vw, 34px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 14px;
}
.promo-banner p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 26px;
  line-height: 1.55;
}

/* ---- Testimonials ---- */
.testimonials { padding: 64px 0; }
.section-title {
  text-align: center;
  font-size: clamp(26px, 3.4vw, 36px);
  font-weight: 800;
  margin-bottom: 36px;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}
.testimonial {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 4px solid #E91E8C;
  border-radius: 18px;
  padding: 26px 24px;
  margin: 0;
}
.testimonial p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  font-style: italic;
  margin-bottom: 14px;
}
.testimonial cite {
  font-style: normal;
  font-weight: 700;
  color: #FFB347;
  font-size: 14px;
}

/* ---- Site footer ---- */
.site-footer {
  text-align: center;
  padding: 36px 24px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: 40px;
}

/* ============================================================
   PRODUCTS PAGE
   ============================================================ */
.product-main {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}
.product-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 900px) {
  .product-layout { grid-template-columns: 1fr; gap: 36px; }
}

/* Gallery */
.gallery-main {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 14px;
  overflow: hidden;
}
.gallery-main img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 14px;
}
@media (max-width: 640px) {
  .thumbs {
    grid-template-columns: repeat(5, minmax(64px, 1fr));
  }
}
.thumb {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}
.thumb img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.thumb:hover { transform: translateY(-2px); border-color: rgba(233, 30, 140, 0.5); }
.thumb.active { border-color: #E91E8C; box-shadow: 0 0 0 2px rgba(233, 30, 140, 0.25); }

/* Configurator */
.configurator { padding-top: 8px; }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 800;
  color: #FFB347;
  margin-bottom: 12px;
}
.configurator h1 {
  font-size: clamp(32px, 4.2vw, 46px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.lead {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 28px;
}

.config-form { display: flex; flex-direction: column; gap: 22px; }
.config-group { border: none; padding: 0; margin: 0; }
.config-group legend,
.field-label {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
  display: block;
}
.field-label em { font-style: normal; font-weight: 500; color: rgba(255,255,255,0.5); text-transform: none; letter-spacing: 0; }

/* Pills */
.pill-row, .swatch-row, .check-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pill { position: relative; cursor: pointer; }
.pill input { position: absolute; opacity: 0; pointer-events: none; }
.pill span {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  font-weight: 700;
  font-size: 14px;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.pill span em { font-style: normal; opacity: 0.6; font-weight: 500; font-size: 12px; }
.pill:hover span { border-color: rgba(233, 30, 140, 0.5); }
.pill input:checked + span {
  background: linear-gradient(135deg, #7B2FBE, #E91E8C);
  border-color: transparent;
  color: #fff;
}

/* Swatches */
.swatch { position: relative; cursor: pointer; text-align: center; }
.swatch input { position: absolute; opacity: 0; pointer-events: none; }
.swatch-chip {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  border: 3px solid rgba(255, 255, 255, 0.15);
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.swatch-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.75);
}
.swatch:hover .swatch-chip { transform: scale(1.05); }
.swatch input:checked + .swatch-chip {
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(233, 30, 140, 0.5);
}

/* Checkboxes */
.check { cursor: pointer; }
.check input { position: absolute; opacity: 0; pointer-events: none; }
.check span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  font-weight: 600;
  font-size: 14px;
  transition: background 0.2s, border-color 0.2s;
}
.check span::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  transition: background 0.2s, border-color 0.2s;
}
.check input:checked + span { border-color: rgba(233, 30, 140, 0.6); background: rgba(233, 30, 140, 0.08); }
.check input:checked + span::before {
  background: #E91E8C;
  border-color: #E91E8C;
  box-shadow: inset 0 0 0 3px #1A0A2E;
}

/* Text input */
.text-input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  transition: border-color 0.2s, background 0.2s;
}
.text-input:focus {
  outline: none;
  border-color: #E91E8C;
  background: rgba(255, 255, 255, 0.08);
}
.text-input::placeholder { color: rgba(255, 255, 255, 0.4); }

/* Order button */
.order-btn {
  margin-top: 8px;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(135deg, #7B2FBE, #E91E8C);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(233, 30, 140, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
  font-family: inherit;
}
.order-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(233, 30, 140, 0.55); }
.order-btn:active { transform: translateY(-1px); }
.order-note {
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 4px;
}

/* ===== Product page: price summary, disabled state, checkout modal ===== */
.legend-hint { font-style: normal; font-weight: 500; font-size: 12px; color: rgba(255,255,255,0.55); margin-left: 8px; text-transform: none; letter-spacing: 0; }

.price-summary {
  margin-top: 8px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1.5px solid rgba(255,255,255,0.12);
  display: flex; flex-direction: column; gap: 6px;
  font-size: 14px;
}
.price-line { display: flex; justify-content: space-between; align-items: baseline; color: rgba(255,255,255,0.75); }
.price-total { font-size: 18px; font-weight: 800; color: #fff; padding-top: 8px; border-top: 1px solid rgba(255,255,255,0.1); margin-top: 2px; }

.order-btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none !important; box-shadow: none !important; }

/* Checkout modal */
.checkout-modal { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 20px; }
.checkout-modal[hidden] { display: none; }
.checkout-modal-backdrop { position: absolute; inset: 0; background: rgba(10,4,20,0.78); backdrop-filter: blur(6px); }
.checkout-modal-card {
  position: relative;
  width: min(480px, 100%);
  max-height: calc(100dvh - 40px);
  overflow: auto;
  background: #1A0A2E;
  border: 1.5px solid rgba(255,255,255,0.14);
  border-radius: 20px;
  padding: 28px 24px 24px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}
.checkout-modal-card h2 { font-size: 22px; margin-bottom: 6px; }
.checkout-summary { color: rgba(255,255,255,0.7); font-size: 14px; margin-bottom: 18px; }
.checkout-close { position: absolute; top: 10px; right: 14px; background: transparent; border: none; color: rgba(255,255,255,0.6); font-size: 28px; line-height: 1; cursor: pointer; padding: 4px 10px; border-radius: 8px; }
.checkout-close:hover { color: #fff; background: rgba(255,255,255,0.08); }
.checkout-loading { padding: 24px 0; text-align: center; color: rgba(255,255,255,0.55); font-size: 14px; }
.checkout-pay { width: 100%; margin-top: 18px; }
.payment-message { margin-top: 12px; font-size: 13px; color: rgba(255,255,255,0.7); text-align: center; }
.payment-message.is-error { color: #ff8da6; }

/* Thank-you page */
body.page-thankyou { flex-direction: column; align-items: center; }
.thankyou-main { max-width: 560px; padding: 80px 24px 40px; width: 100%; }
.thankyou-card {
  background: rgba(255,255,255,0.04);
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: 24px;
  padding: 40px 32px;
  text-align: center;
}
.thankyou-icon { font-size: 56px; margin-bottom: 12px; }
.thankyou-card h1 { font-size: 28px; margin-bottom: 12px; }
.thankyou-card p { color: rgba(255,255,255,0.75); line-height: 1.5; }
.ty-ref { margin-top: 12px; font-size: 12px; color: rgba(255,255,255,0.45); word-break: break-all; }
.thankyou-actions { margin-top: 24px; display: flex; justify-content: center; }
.thankyou-actions .order-btn { text-decoration: none; display: inline-block; }
