:root {
  --paper: #ffcfe2;
  --paper-soft: #fff8fc;
  --ink: #30212b;
  --muted: #76586a;
  --line: rgba(190, 55, 119, 0.18);
  --clay: #ff75b3;
  --clay-dark: #bd2d7c;
  --sage: #7c42b8;
  --sage-soft: rgba(255, 255, 255, 0.44);
  --blue: #5630a6;
  --glass: rgba(255, 255, 255, 0.58);
  --glass-strong: rgba(255, 255, 255, 0.74);
  --shadow: 0 28px 80px rgba(189, 45, 124, 0.2);
  --radius: 8px;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* Final theme priority */
body {
  background-image:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.9), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(164, 117, 255, 0.28), transparent 24%),
    linear-gradient(135deg, #ffc8dc 0%, #f6d7ed 48%, #dcd6ff 100%),
    linear-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22) 1px, transparent 1px);
  background-size: auto, auto, auto, 54px 54px, 54px 54px;
}

.site-header {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 248, 252, 0.68);
  box-shadow: 0 18px 55px rgba(120, 39, 91, 0.15);
}

.hero-media {
  border-color: rgba(255, 255, 255, 0.86);
  border-radius: 38px 12px 38px 12px;
  box-shadow: 0 38px 100px rgba(121, 37, 88, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.45);
  clip-path: none;
}

.button.primary,
.filter-btn.active {
  border-color: transparent;
  background: linear-gradient(120deg, #ff4fa3, #a842d3 55%, #6044d7);
  box-shadow: 0 12px 30px rgba(177, 38, 119, 0.3), inset 0 1px rgba(255, 255, 255, 0.45);
}

.hero-card,
.product-card,
.process-panel,
.contact-form,
.testimonial-grid blockquote {
  border-color: rgba(255, 255, 255, 0.72);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.38));
  box-shadow: 0 24px 70px rgba(128, 42, 97, 0.15);
  backdrop-filter: blur(24px);
}

/* Final positioning: brand title first, hero content below. */
.hero {
  padding-top: clamp(180px, 20vw, 290px);
}

.hero::before {
  top: clamp(34px, 4.5vw, 64px);
  right: auto;
  left: 50%;
  z-index: 1;
  width: 100%;
  font-size: clamp(5rem, 14vw, 14rem);
  text-align: center;
  transform: translateX(-50%);
  pointer-events: none;
}

.hero-media,
.hero-content {
  align-self: start;
}

@media (max-width: 980px) {
  .hero {
    padding-top: clamp(150px, 23vw, 220px);
  }

  .hero::before {
    top: 32px;
    font-size: clamp(4.5rem, 16vw, 9rem);
  }
}

@media (max-width: 680px) {
  .hero {
    padding-top: clamp(120px, 31vw, 165px);
  }

  .hero::before {
    top: 24px;
    font-size: clamp(3.5rem, 17vw, 6rem);
  }
}

/* Keep both hero columns together after the opening brand title. */
@media (min-width: 981px) {
  .hero {
    grid-template-columns: minmax(420px, 0.92fr) minmax(520px, 1.08fr);
    align-items: start;
    gap: clamp(32px, 4vw, 64px);
  }

  .hero-media {
    height: clamp(500px, 58vw, 760px);
  }

  .hero-content {
    max-width: none;
  }

  .hero-card {
    display: inline-block;
    width: min(360px, 100%);
    margin-right: 22px;
    vertical-align: top;
  }

  .scroll-cue {
    vertical-align: bottom;
  }
}

/* Reserve the opening line for the background brand title. */
.hero {
  padding-top: clamp(180px, 20vw, 290px);
}

.hero::before {
  top: clamp(50px, 7vw, 100px);
  right: auto;
  left: 50%;
  z-index: 1;
  width: 100%;
  color: rgba(189, 45, 124, 0.08);
  font-size: clamp(5rem, 14vw, 14rem);
  line-height: 0.8;
  text-align: center;
  transform: translateX(-50%);
  pointer-events: none;
}

.hero-media,
.hero-content {
  align-self: start;
}

@media (max-width: 980px) {
  .hero {
    padding-top: clamp(150px, 23vw, 220px);
  }

  .hero::before {
    top: 52px;
    font-size: clamp(4.5rem, 16vw, 9rem);
  }
}

@media (max-width: 680px) {
  .hero {
    padding-top: clamp(120px, 31vw, 165px);
  }

  .hero::before {
    top: 38px;
    font-size: clamp(3.5rem, 17vw, 6rem);
  }
}

/* High-impact landing and responsive polish */
.hero {
  isolation: isolate;
}

.hero-content {
  position: relative;
  z-index: 3;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--clay-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 12px 34px rgba(183, 31, 112, 0.14);
  backdrop-filter: blur(18px);
}

.hero-kicker span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff3996;
  box-shadow: 0 0 0 5px rgba(255, 57, 150, 0.12), 0 0 18px #ff3996;
  animation: pulse-dot 1.8s ease-in-out infinite;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(3.4rem, 6.4vw, 7.2rem);
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.hero h1 em {
  display: block;
  background: linear-gradient(100deg, #ff2189, #a52dd0 48%, #4a3ce8 82%, #ff2189);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  font-style: italic;
  color: transparent;
  animation: title-glow 6s linear infinite;
}

.hero-media {
  z-index: 2;
  transform: rotate(-1.5deg);
}

.hero-media img {
  transform: scale(1.05);
}

.hero-media:hover img {
  transform: scale(1.1);
}

.hero-orbit {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  inset: -8% -9%;
  transform: rotate(18deg);
  box-shadow: 0 0 42px rgba(236, 77, 174, 0.2);
}

.orbit-two {
  inset: -14% 9%;
  transform: rotate(-28deg);
  border-color: rgba(112, 65, 215, 0.38);
}

.scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  color: var(--clay-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scroll-cue span {
  width: 34px;
  height: 1px;
  background: currentColor;
}

.file-picker {
  position: relative;
  border: 1px dashed rgba(183, 31, 112, 0.38);
  border-radius: var(--radius);
  padding: 16px;
  background: rgba(255, 255, 255, 0.36);
}

.file-picker input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.file-picker span {
  width: fit-content;
  border-radius: 999px;
  padding: 9px 14px;
  background: linear-gradient(120deg, #ff4fa3, #6044d7);
  color: #fff;
  cursor: pointer;
}

.file-picker small {
  color: var(--muted);
}

.product-counter {
  text-align: center;
}

.product-counter span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-counter strong {
  color: var(--clay-dark);
  font-family: Georgia, serif;
  font-size: 4.5rem;
  line-height: 1;
}

@keyframes pulse-dot {
  50% { transform: scale(1.25); opacity: 0.72; }
}

@keyframes title-glow {
  to { background-position: 220% center; }
}

@media (max-width: 980px) {
  .hero {
    padding-top: 42px;
  }

  .hero-content {
    order: -1;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 10vw, 6rem);
  }

  .hero-media {
    width: min(680px, 92%);
    margin-inline: auto;
  }

  .orbit-one {
    inset: -5% -4%;
  }
}

@media (max-width: 680px) {
  .site-header {
    margin: 8px 8px 0;
  }

  .hero {
    gap: 34px;
    padding: 34px 14px 48px;
  }

  .hero h1 {
    margin-bottom: 18px;
    font-size: clamp(3rem, 15vw, 4.5rem);
    line-height: 0.92;
  }

  .hero-kicker {
    font-size: 0.61rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .profile-notes {
    display: none;
  }

  .hero-card {
    padding: 17px;
  }

  .hero-media {
    width: calc(100% - 18px);
    height: min(110vw, 430px);
  }

  .orbit-two {
    display: none;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-image {
    aspect-ratio: 5 / 4;
  }

  .buy-link {
    min-height: 46px;
    font-size: 0.85rem;
  }

  .admin-layout {
    gap: 24px;
  }
}

/* Futuristic studio refresh inspired by the real Mi Estellarte profile. */
:root {
  --paper: #f8d3e3;
  --paper-soft: #fff7fb;
  --ink: #24151f;
  --muted: #795b6c;
  --line: rgba(255, 255, 255, 0.58);
  --clay: #ff4fa3;
  --clay-dark: #b71f70;
  --sage: #7247d8;
  --blue: #33269b;
  --glass: rgba(255, 255, 255, 0.52);
  --glass-strong: rgba(255, 255, 255, 0.76);
  --shadow: 0 32px 90px rgba(124, 39, 91, 0.22);
  --radius: 22px;
}

body {
  background-image:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.9), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(164, 117, 255, 0.28), transparent 24%),
    linear-gradient(135deg, #ffc8dc 0%, #f6d7ed 48%, #dcd6ff 100%),
    linear-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22) 1px, transparent 1px);
  background-size: auto, auto, auto, 54px 54px, 54px 54px;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.26) 50%, transparent 65%);
  content: "";
  pointer-events: none;
}

.site-header {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 248, 252, 0.68);
  box-shadow: 0 18px 55px rgba(120, 39, 91, 0.15);
}

.brand-logo {
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 4px rgba(255, 79, 163, 0.14), 0 12px 28px rgba(122, 39, 91, 0.22);
}

.hero {
  overflow: hidden;
}

.hero::after {
  position: absolute;
  right: -9vw;
  bottom: 4%;
  z-index: -1;
  width: 38vw;
  height: 38vw;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.58), rgba(166, 103, 255, 0.08) 55%, transparent 70%);
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.55), 0 0 100px rgba(141, 81, 226, 0.18);
  content: "";
}

.hero-media {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 38px 12px 38px 12px;
  box-shadow: 0 38px 100px rgba(121, 37, 88, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.45);
  clip-path: none;
}

.hero-media::after {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 26px 8px 26px 8px;
  content: "";
  pointer-events: none;
}

.hero-media img {
  image-rendering: auto;
  filter: saturate(1.04) contrast(1.02);
}

.hero h1 {
  background: linear-gradient(120deg, #26141f 8%, #b71f70 52%, #6740c7 88%);
  -webkit-background-clip: text;
  background-clip: text;
}

.eyebrow {
  color: var(--clay-dark);
  letter-spacing: 0.2em;
}

.button.primary,
.filter-btn.active {
  border-color: transparent;
  background: linear-gradient(120deg, #ff4fa3, #a842d3 55%, #6044d7);
  box-shadow: 0 12px 30px rgba(177, 38, 119, 0.3), inset 0 1px rgba(255, 255, 255, 0.45);
}

.hero-card,
.product-card,
.process-panel,
.contact-form,
.testimonial-grid blockquote {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.38));
  box-shadow: 0 24px 70px rgba(128, 42, 97, 0.15);
  backdrop-filter: blur(24px);
}

.product-card {
  overflow: hidden;
  transition: transform 280ms var(--ease), box-shadow 280ms var(--ease);
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 90px rgba(128, 42, 97, 0.25);
}

.strip {
  border-block-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(18px);
}

.gallery-grid figure {
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 25px 70px rgba(128, 42, 97, 0.18);
}

@media (prefers-reduced-motion: no-preference) {
  body::before {
    animation: light-scan 12s linear infinite;
  }

  @keyframes light-scan {
    from { transform: translateX(-70%); }
    to { transform: translateX(70%); }
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: var(--paper);
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 174, 213, 0.34) 36%, rgba(235, 204, 255, 0.48)),
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
  background-attachment: fixed;
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 14px clamp(14px, 3vw, 34px) 0;
  padding: 12px clamp(14px, 3vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 999px;
  background: rgba(255, 248, 252, 0.86);
  box-shadow: 0 18px 50px rgba(189, 45, 124, 0.12);
  backdrop-filter: blur(22px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-logo {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 3px solid #30212b;
  border-radius: 50%;
  background: var(--paper-soft);
  box-shadow: 0 10px 24px rgba(184, 66, 121, 0.12);
  overflow: hidden;
}

.brand-logo::after {
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  letter-spacing: 0;
}

.brand small {
  color: var(--muted);
  font-size: 0.76rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-nav a {
  border-radius: 999px;
  padding: 10px 14px;
  transition:
    background 180ms var(--ease),
    color 180ms var(--ease),
    transform 180ms var(--ease);
}

.site-nav a:hover {
  background: rgba(255, 255, 255, 0.76);
  color: var(--clay-dark);
  transform: translateY(-1px);
}

.nav-pill {
  border: 0;
  background: linear-gradient(135deg, rgba(255, 117, 179, 0.2), rgba(124, 66, 184, 0.16));
  color: var(--clay-dark) !important;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.76);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  transition: transform 180ms var(--ease);
}

.section-pad {
  padding: clamp(68px, 8vw, 118px) clamp(18px, 4vw, 56px);
}

section[id] {
  scroll-margin-top: 118px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: clamp(28px, 5vw, 70px);
  min-height: calc(100vh - 90px);
  align-items: center;
  padding-top: clamp(48px, 6vw, 86px);
  padding-bottom: clamp(44px, 5vw, 78px);
}

.hero::before {
  position: absolute;
  top: 8%;
  right: clamp(16px, 5vw, 80px);
  z-index: -1;
  color: rgba(189, 45, 124, 0.08);
  content: "miestellarte";
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5rem, 12vw, 13rem);
  line-height: 0.8;
}

.hero-media {
  overflow: hidden;
  height: clamp(380px, 42vw, 560px);
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 28px 8px 28px 8px;
  box-shadow: var(--shadow);
  clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}

.hero-media img {
  filter: saturate(1.05) contrast(1.03);
  transition: transform 900ms var(--ease);
}

.hero-media:hover img {
  transform: scale(1.035);
}

.hero-content {
  max-width: 650px;
}

.hero h1 {
  background: linear-gradient(135deg, var(--ink), var(--clay-dark) 55%, var(--sage));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--sage);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  max-width: 920px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(2.75rem, 5.35vw, 5.6rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.3rem, 4.6vw, 5rem);
}

h3 {
  margin-bottom: 8px;
  font-size: 1.04rem;
}

.hero-content p:not(.eyebrow),
.section-head p,
.about-copy p,
.contact-copy p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.profile-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 650px;
  margin-top: 22px;
}

.profile-notes span,
.profile-notes strong {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
  backdrop-filter: blur(18px);
}

.profile-notes strong {
  color: var(--clay-dark);
}

.profile-notes strong::before {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--clay), var(--sage));
  content: "";
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 20px;
  cursor: pointer;
  font-weight: 800;
  transition:
    transform 180ms var(--ease),
    box-shadow 180ms var(--ease),
    background 180ms var(--ease);
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: linear-gradient(135deg, var(--clay-dark), var(--sage));
  color: #fff;
  box-shadow: 0 14px 30px rgba(184, 66, 121, 0.22);
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.56);
  color: var(--ink);
  backdrop-filter: blur(18px);
}

.button.secondary {
  width: 100%;
  background: var(--clay-dark);
  color: #fff;
}

.hero-card {
  max-width: 360px;
  margin-top: 26px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: var(--radius);
  padding: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 233, 246, 0.58));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-card span,
.product-category,
.admin-item span {
  color: var(--sage);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-card strong {
  display: block;
  margin: 8px 0;
  font-family: Georgia, serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.hero-card p,
.process-panel p,
.admin-item p,
.settings-card p,
.site-footer {
  color: var(--muted);
}

.strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.48);
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(20px);
}

.strip span {
  min-height: 76px;
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--clay-dark);
  font-weight: 800;
  text-align: center;
}

.strip span:last-child {
  border-right: 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.section-head.compact {
  display: block;
}

.catalog-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-btn {
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.42);
  color: var(--muted);
  cursor: pointer;
  font-weight: 800;
  backdrop-filter: blur(14px);
  transition:
    background 180ms var(--ease),
    color 180ms var(--ease),
    border-color 180ms var(--ease);
}

.filter-btn.active,
.filter-btn:hover {
  border-color: var(--clay-dark);
  background: var(--clay-dark);
  color: #fff;
}

.search-box {
  display: grid;
  min-width: min(320px, 100%);
  gap: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink);
  outline: 0;
  padding: 14px 15px;
  transition:
    border-color 180ms var(--ease),
    box-shadow 180ms var(--ease);
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: rgba(189, 45, 124, 0.58);
  box-shadow: 0 0 0 4px rgba(189, 45, 124, 0.14);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
  gap: 12px;
  padding-right: 70px;
}

.product-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 239, 247, 0.56)),
    rgba(255, 255, 255, 0.58);
  box-shadow: 0 20px 52px rgba(112, 72, 96, 0.13);
  backdrop-filter: blur(18px);
  transition:
    transform 220ms var(--ease),
    box-shadow 220ms var(--ease),
    border-color 220ms var(--ease);
}

.product-card:hover {
  border-color: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 68px rgba(112, 72, 96, 0.18);
  transform: translateY(-7px);
}

.product-image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.9), transparent 28%),
    linear-gradient(135deg, rgba(255, 205, 227, 0.35), rgba(213, 203, 255, 0.24)),
    var(--sage-soft);
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition:
    opacity 180ms var(--ease),
    transform 850ms var(--ease),
    filter 420ms var(--ease);
}

.product-image img.is-changing {
  opacity: 0;
  transform: scale(1.035);
}

.product-image::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  pointer-events: none;
  background: linear-gradient(to top, rgba(40, 22, 34, 0.2), transparent);
  opacity: 0;
  transition: opacity 220ms var(--ease);
}

.product-card:hover .product-image::after {
  opacity: 1;
}

.product-card:hover .product-image img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.055);
}

.multi-photo-badge,
.gallery-count {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  background: rgba(255, 248, 252, 0.78);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 28px rgba(80, 42, 64, 0.12);
  backdrop-filter: blur(14px);
}

.multi-photo-badge {
  top: 12px;
  left: 12px;
  padding: 5px 10px;
}

.product-gallery-controls {
  position: absolute;
  z-index: 3;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 220ms var(--ease),
    transform 220ms var(--ease);
}

.product-card:hover .product-gallery-controls,
.product-card:focus-within .product-gallery-controls {
  opacity: 1;
  transform: translateY(0);
}

.gallery-arrow {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 50%;
  background: rgba(255, 248, 252, 0.82);
  color: var(--clay-dark);
  font-size: 1.65rem;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(80, 42, 64, 0.14);
  cursor: pointer;
  backdrop-filter: blur(14px);
  transition:
    background 180ms var(--ease),
    transform 180ms var(--ease);
}

.gallery-arrow:hover {
  background: #fff;
  transform: scale(1.06);
}

.gallery-count {
  position: static;
  padding: 5px 11px;
}

.product-gallery-dots {
  position: absolute;
  z-index: 3;
  right: 12px;
  top: 14px;
  display: flex;
  gap: 5px;
}

.gallery-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 0 0 1px rgba(95, 52, 76, 0.1);
  transition:
    width 200ms var(--ease),
    background 200ms var(--ease);
}

.gallery-dot.active {
  width: 18px;
  background: linear-gradient(135deg, var(--pink), var(--violet));
}

.product-thumbnails {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 12px 0;
  scrollbar-width: thin;
}

.product-thumbnail {
  flex: 0 0 52px;
  width: 52px;
  height: 42px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 13px;
  padding: 0;
  background: rgba(255,255,255,.7);
  box-shadow: 0 8px 18px rgba(112, 72, 96, 0.09);
  cursor: pointer;
  opacity: 0.66;
  transition:
    border-color 180ms var(--ease),
    opacity 180ms var(--ease),
    transform 180ms var(--ease);
}

.product-thumbnail.active {
  border-color: var(--clay);
  opacity: 1;
  transform: translateY(-2px);
}

.product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-body {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.product-title-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.product-title-row h3 {
  font-family: Georgia, serif;
  font-size: 1.06rem;
  font-weight: 500;
}

.price {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  padding: 4px 8px;
  background: rgba(255, 117, 179, 0.14);
  color: var(--clay-dark);
  font-weight: 900;
  white-space: nowrap;
}

.product-body p {
  color: var(--muted);
  min-height: 40px;
  font-size: 0.88rem;
}

.buy-link {
  width: 100%;
  min-height: 40px;
  padding: 9px 8px;
  font-size: 0.76rem;
  white-space: nowrap;
}

.empty-state {
  grid-column: 1 / -1;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  padding: 36px;
  background: rgba(255, 253, 248, 0.68);
  color: var(--muted);
  text-align: center;
}

.gallery-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(255, 207, 226, 0.54)),
    transparent;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-auto-rows: 250px;
  gap: 14px;
}

.gallery-grid figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius);
  background: var(--sage-soft);
  box-shadow: 0 18px 50px rgba(189, 45, 124, 0.12);
}

.gallery-grid figure:hover img {
  transform: scale(1.035);
}

.gallery-grid img {
  transition: transform 720ms var(--ease);
}

.gallery-large {
  grid-row: span 2;
}

.gallery-large figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  border-radius: var(--radius);
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-weight: 800;
  backdrop-filter: blur(14px);
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 480px);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.about-stats span {
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: var(--radius);
  padding: 16px;
  background: rgba(255, 255, 255, 0.5);
  color: var(--muted);
  backdrop-filter: blur(16px);
}

.about-stats strong {
  display: block;
  color: var(--clay-dark);
  font-size: 1.55rem;
}

.process-panel {
  display: grid;
  gap: 12px;
}

.process-panel article {
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: var(--radius);
  padding: 22px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(16px);
}

.process-panel span {
  display: inline-grid;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 117, 179, 0.16);
  color: var(--sage);
  font-weight: 900;
}

.testimonials-section {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.44), rgba(244, 214, 255, 0.42)),
    transparent;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

blockquote {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(16px);
}

blockquote p {
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 1.24rem;
  line-height: 1.25;
}

cite {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.panel-section {
  background: rgba(255, 255, 255, 0.3);
  padding-top: 32px;
}

.admin-hero {
  padding-bottom: 22px;
}

.admin-page h1 {
  font-size: clamp(2.8rem, 6vw, 5.8rem);
}

.admin-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  gap: 18px;
}

.admin-form,
.settings-card,
.contact-form {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius);
  padding: clamp(18px, 3vw, 28px);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 50px rgba(189, 45, 124, 0.12);
  backdrop-filter: blur(18px);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.admin-side {
  display: grid;
  gap: 14px;
}

.settings-card h3 {
  margin: 0;
}

.settings-card p {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.admin-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 16px;
}

.admin-catalog-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: clamp(34px, 6vw, 64px) 0 18px;
}

.admin-catalog-head h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.admin-catalog-head p:last-child {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
}

.admin-item {
  display: grid;
  grid-template-rows: 150px 1fr auto;
  gap: 14px;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius);
  padding: 14px;
  background: rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(16px);
}

.admin-item-image {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius) - 8px);
  background: rgba(255, 255, 255, 0.68);
}

.image-count {
  position: absolute;
  right: 8px;
  bottom: 8px;
  border-radius: 999px;
  padding: 5px 9px;
  color: white;
  background: rgba(36, 21, 31, .78);
  font-size: .72rem;
  font-weight: 900;
}

.image-editor {
  border: 1px solid rgba(183, 31, 112, .18);
  border-radius: 18px;
  padding: 14px;
  background: rgba(255,255,255,.42);
}

.image-editor[hidden] {
  display: none;
}

.image-editor-head {
  display: grid;
  gap: 3px;
  margin-bottom: 12px;
}

.image-editor-head small {
  color: var(--muted);
}

.image-editor-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
  gap: 10px;
}

.image-editor-item {
  position: relative;
  display: grid;
  gap: 7px;
  min-width: 0;
  border: 2px solid transparent;
  border-radius: 14px;
  padding: 7px;
  background: rgba(255,255,255,.72);
}

.image-editor-item.primary-image {
  border-color: var(--clay);
}

.image-editor-item img {
  width: 100%;
  height: 92px;
  border-radius: 9px;
  object-fit: cover;
}

.image-editor-item > span {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 900;
  text-align: center;
}

.image-editor-item > div {
  display: grid;
  gap: 5px;
}

.image-editor-item .small-btn {
  min-height: 30px;
  padding: 4px 7px;
  font-size: .7rem;
}

.admin-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.admin-item-content {
  min-width: 0;
}

.admin-item strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-item p {
  display: -webkit-box;
  overflow: hidden;
  margin: 7px 0 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 0.88rem;
}

.admin-list-empty {
  grid-column: 1 / -1;
  padding: 34px;
  border: 1px dashed rgba(183, 31, 112, 0.3);
  border-radius: var(--radius);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.35);
  text-align: center;
}

.admin-list-empty strong {
  display: block;
  color: var(--ink);
  font-size: 1.1rem;
}

.admin-list-empty p {
  margin: 6px 0 0;
}

.admin-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.diagnosis-panel {
  display: grid;
  gap: 18px;
  margin-top: 26px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(255, 239, 247, 0.68)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 54px rgba(112, 72, 96, 0.14);
}

.diagnosis-panel[hidden] {
  display: none;
}

.diagnosis-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.diagnosis-head h2 {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.diagnosis-head p:last-child,
.diagnosis-summary span,
.diagnosis-summary small,
.diagnosis-section small {
  color: var(--muted);
}

.diagnosis-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
}

.diagnosis-summary div,
.diagnosis-section,
.diagnosis-json {
  border: 1px solid rgba(189, 45, 124, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  padding: 14px;
}

.diagnosis-summary strong {
  display: block;
  color: var(--clay-dark);
  font-size: 2rem;
}

.diagnosis-section h3 {
  margin-bottom: 10px;
  color: var(--ink);
}

.diagnosis-section ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.diagnosis-section li {
  border: 1px solid rgba(189, 45, 124, 0.1);
  border-radius: 14px;
  padding: 10px;
  background: rgba(255, 250, 253, 0.82);
}

.diagnosis-section li ul {
  margin-top: 8px;
}

.diagnosis-panel code {
  border-radius: 999px;
  padding: 2px 7px;
  background: rgba(255, 117, 179, 0.12);
  color: var(--clay-dark);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.82em;
}

.diagnosis-json summary {
  cursor: pointer;
  font-weight: 900;
}

.diagnosis-json pre {
  max-height: 360px;
  overflow: auto;
  border-radius: 14px;
  padding: 14px;
  background: #2a1724;
  color: #fff;
  white-space: pre-wrap;
}

.small-btn {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  cursor: pointer;
  font-weight: 900;
}

.small-btn.delete {
  border-color: rgba(155, 96, 72, 0.35);
  color: var(--clay-dark);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.social-links a {
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.5);
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 35;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 54px;
  min-height: 54px;
  border-radius: 999px;
  padding: 12px;
  background: linear-gradient(135deg, #d84b8f, #8f5bb4);
  color: #fff;
  box-shadow: 0 16px 36px rgba(184, 66, 121, 0.28);
  overflow: hidden;
  transition:
    width 180ms var(--ease),
    transform 180ms var(--ease),
    box-shadow 180ms var(--ease);
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  width: 154px;
  transform: translateY(-3px);
  box-shadow: 0 20px 46px rgba(184, 66, 121, 0.34);
}

.floating-whatsapp strong {
  opacity: 0;
  white-space: nowrap;
  transition: opacity 180ms var(--ease);
}

.floating-whatsapp:hover strong,
.floating-whatsapp:focus-visible strong {
  opacity: 1;
}

.floating-whatsapp span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 90px;
  z-index: 40;
  max-width: min(420px, calc(100% - 36px));
  border-radius: 999px;
  padding: 12px 18px;
  background: var(--ink);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition:
    opacity 180ms var(--ease),
    transform 180ms var(--ease);
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 4vw, 56px);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(16px);
}

.site-footer p {
  margin-bottom: 0;
}

[data-animate] {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 650ms var(--ease),
    transform 650ms var(--ease);
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 75px 14px auto;
    display: grid;
    gap: 4px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 12px;
    background: var(--paper-soft);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      opacity 180ms var(--ease),
      transform 180ms var(--ease);
  }

  .menu-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .menu-open .nav-toggle span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .menu-open .nav-toggle span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .hero,
  .about-section,
  .admin-layout,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .admin-catalog-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    height: 420px;
  }

  .hero-card {
    max-width: none;
  }

  .section-head,
  .catalog-tools {
    display: grid;
    align-items: start;
  }

  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-large {
    grid-column: span 2;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 12px 14px;
  }

  .brand small {
    display: none;
  }

  .brand-logo {
    width: 48px;
    height: 48px;
  }

  .section-pad {
    padding: 56px 14px;
  }

  h1 {
    font-size: clamp(2.45rem, 12.5vw, 3.4rem);
  }

  h2 {
    font-size: clamp(2rem, 12vw, 3.3rem);
  }

  .hero-media {
    height: 360px;
  }

  .strip {
    grid-template-columns: 1fr 1fr;
  }

  .strip span:nth-child(2) {
    border-right: 0;
  }

  .strip span {
    min-height: 66px;
    padding: 10px;
    font-size: 0.88rem;
  }

  .testimonial-grid,
  .gallery-grid,
  .form-row,
  .about-stats {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-right: 0;
  }

  .product-body {
    padding: 12px;
  }

  .product-title-row {
    display: grid;
    gap: 3px;
  }

  .product-title-row h3 {
    font-size: 1.02rem;
  }

  .price,
  .product-category,
  .product-body p,
  .buy-link {
    font-size: 0.82rem;
  }

  .gallery-large {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-grid {
    grid-auto-rows: 240px;
  }

  .product-title-row {
    display: grid;
  }

  .product-body p {
    min-height: auto;
  }

  .floating-whatsapp strong {
    display: none;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 84px;
    width: 48px;
    min-height: 48px;
    padding: 10px;
  }

  .floating-whatsapp:hover,
  .floating-whatsapp:focus-visible {
    width: 48px;
  }

  .floating-whatsapp span {
    width: 28px;
    height: 28px;
  }

  .site-footer {
    display: grid;
  }
}

@media (max-width: 340px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}

/* Keep the Instagram-inspired futuristic theme above legacy declarations. */
body {
  background-image:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.9), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(164, 117, 255, 0.28), transparent 24%),
    linear-gradient(135deg, #ffc8dc 0%, #f6d7ed 48%, #dcd6ff 100%),
    linear-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22) 1px, transparent 1px);
  background-size: auto, auto, auto, 54px 54px, 54px 54px;
}

.site-header {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 248, 252, 0.68);
  box-shadow: 0 18px 55px rgba(120, 39, 91, 0.15);
}

.hero-media {
  border-color: rgba(255, 255, 255, 0.86);
  border-radius: 38px 12px 38px 12px;
  box-shadow: 0 38px 100px rgba(121, 37, 88, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.45);
  clip-path: none;
}

.button.primary,
.filter-btn.active {
  border-color: transparent;
  background: linear-gradient(120deg, #ff4fa3, #a842d3 55%, #6044d7);
  box-shadow: 0 12px 30px rgba(177, 38, 119, 0.3), inset 0 1px rgba(255, 255, 255, 0.45);
}

.hero-card,
.product-card,
.process-panel,
.contact-form,
.testimonial-grid blockquote {
  border-color: rgba(255, 255, 255, 0.72);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.38));
  box-shadow: 0 24px 70px rgba(128, 42, 97, 0.15);
  backdrop-filter: blur(24px);
}

/* Final positioning: brand title first, hero content below. */
.hero {
  padding-top: clamp(180px, 20vw, 290px);
}

.hero::before {
  top: clamp(50px, 7vw, 100px);
  right: auto;
  left: 50%;
  z-index: 1;
  width: 100%;
  font-size: clamp(5rem, 14vw, 14rem);
  text-align: center;
  transform: translateX(-50%);
  pointer-events: none;
}

.hero-media,
.hero-content {
  align-self: start;
}

@media (max-width: 980px) {
  .hero {
    padding-top: clamp(150px, 23vw, 220px);
  }

  .hero::before {
    top: 52px;
    font-size: clamp(4.5rem, 16vw, 9rem);
  }
}

@media (max-width: 680px) {
  .hero {
    padding-top: clamp(120px, 31vw, 165px);
  }

  .hero::before {
    top: 38px;
    font-size: clamp(3.5rem, 17vw, 6rem);
  }
}

@media (min-width: 981px) {
  .hero {
    grid-template-columns: minmax(420px, 0.92fr) minmax(520px, 1.08fr);
    align-items: start;
    gap: clamp(32px, 4vw, 64px);
  }

  .hero-media {
    height: clamp(500px, 58vw, 760px);
  }

  .hero-content {
    max-width: none;
  }

  .hero-card {
    display: inline-block;
    width: min(360px, 100%);
    margin-right: 22px;
    vertical-align: top;
  }

  .scroll-cue {
    vertical-align: bottom;
  }
}

/* Static WhatsApp button */
.floating-whatsapp,
.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  width: auto;
  min-width: 54px;
  background: #25d366;
  box-shadow: 0 14px 34px rgba(18, 140, 73, 0.28);
  transform: none;
  transition: none;
}

.floating-whatsapp strong,
.floating-whatsapp:hover strong,
.floating-whatsapp:focus-visible strong {
  opacity: 1;
  transition: none;
}

@media (max-width: 680px) {
  .floating-whatsapp,
  .floating-whatsapp:hover,
  .floating-whatsapp:focus-visible {
    width: 48px;
    min-width: 48px;
  }
}

/* Center the opening brand between the header and hero content. */
.hero::before {
  top: clamp(34px, 4.5vw, 64px);
}

@media (max-width: 980px) {
  .hero::before {
    top: 32px;
  }
}

@media (max-width: 680px) {
  .hero::before {
    top: 24px;
  }
}

.all-products-label {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  padding: 9px 18px;
  background: linear-gradient(120deg, #ff4fa3, #a842d3 55%, #6044d7);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(177, 38, 119, 0.24);
}

@media (max-width: 680px) {
  .catalog-tools {
    grid-template-columns: auto 1fr;
    align-items: end;
  }

  .search-box {
    min-width: 0;
  }
}

/* Compact exhibition-style gallery */
.gallery-section .section-head {
  margin-bottom: 28px;
}

.gallery-section .section-head h2 {
  margin-bottom: 0;
}

.showcase-gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 105px;
  gap: 12px;
}

.showcase-gallery figure {
  position: relative;
  overflow: hidden;
  grid-column: span 1;
  grid-row: span 2;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 18px 45px rgba(128, 42, 97, 0.15);
  transform: rotate(var(--gallery-rotate, 0deg));
  transition:
    transform 320ms var(--ease),
    box-shadow 320ms var(--ease),
    z-index 0ms;
}

.showcase-gallery figure:nth-child(7n + 1),
.showcase-gallery figure:nth-child(11n + 3) {
  grid-column: span 2;
  grid-row: span 3;
}

.showcase-gallery figure:nth-child(4n + 1) {
  --gallery-rotate: -0.7deg;
}

.showcase-gallery figure:nth-child(5n + 2) {
  --gallery-rotate: 0.7deg;
}

.showcase-gallery figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 45%);
  content: "";
  pointer-events: none;
}

.showcase-gallery img {
  transition: transform 600ms var(--ease), filter 320ms var(--ease);
}

.showcase-gallery figure:hover {
  z-index: 3;
  box-shadow: 0 30px 75px rgba(128, 42, 97, 0.3);
  transform: translateY(-7px) rotate(0deg) scale(1.025);
}

.showcase-gallery figure:hover img {
  filter: saturate(1.08);
  transform: scale(1.07);
}

.admin-login {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 20px;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.9), transparent 28%),
    linear-gradient(135deg, #ffc8dc, #dcd6ff);
}

.admin-locked .admin-login {
  display: grid;
}

.admin-locked > :not(.admin-login):not(.toast) {
  visibility: hidden;
}

.admin-login-card {
  display: grid;
  width: min(430px, 100%);
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 28px;
  padding: clamp(24px, 5vw, 42px);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 30px 90px rgba(128, 42, 97, 0.24);
  text-align: center;
  backdrop-filter: blur(24px);
}

.admin-login-card img {
  width: 86px;
  height: 86px;
  margin-inline: auto;
  border-radius: 50%;
}

.admin-login-card h1 {
  margin-bottom: 8px;
  font-size: clamp(2.3rem, 8vw, 4rem);
}

.admin-login-card a {
  color: var(--muted);
  font-weight: 800;
}

@media (max-width: 1100px) {
  .showcase-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .showcase-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 92px;
    gap: 8px;
  }

  .showcase-gallery figure,
  .showcase-gallery figure:nth-child(7n + 1),
  .showcase-gallery figure:nth-child(11n + 3) {
    grid-column: span 1;
    grid-row: span 2;
    border-radius: 14px;
  }

  .showcase-gallery figure:nth-child(5n + 1) {
    grid-column: span 2;
    grid-row: span 3;
  }
}
