:root {
  color-scheme: light;
  --ink: #24131b;
  --muted: #7f6872;
  --line: #f0d2df;
  --paper: #fff8fb;
  --panel: #ffffff;
  --accent: #e91673;
  --accent-dark: #b80c57;
  --accent-soft: #fde7f1;
  --rose-deep: #7a0b3e;
  --shadow: 0 18px 60px rgba(179, 12, 85, 0.13);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button,
input {
  font: inherit;
}

.site-header {
  min-height: 42vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.08)),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 248, 251, 0.14)),
    url("/hero-home.jpg") center/cover;
  border-bottom: 1px solid var(--line);
}

.brand-hero {
  width: min(680px, 100%);
}

.brand-logo {
  width: min(250px, 58vw);
  height: auto;
  display: block;
  margin: 0 0 16px;
}

.site-header h1 {
  max-width: 780px;
  margin: 0;
  color: var(--accent);
  font-family: "Bodoni 72", "Didot", "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: clamp(28px, 6vw, 52px);
  line-height: 0.98;
  letter-spacing: 0;
}

.site-header p {
  max-width: 620px;
  margin: 12px 0 0;
  font-size: 18px;
}

.eyebrow {
  margin: 0 0 8px;
  color: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

main {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section-block {
  padding: 34px clamp(16px, 4vw, 34px);
}

.latest-band {
  margin-top: 0;
  background: var(--panel);
  border-radius: 0;
  box-shadow: var(--shadow);
}

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

.section-title h2 {
  margin: 0;
  color: var(--accent);
  font-family: "Bodoni 72", "Didot", "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: clamp(27px, 6vw, 44px);
  letter-spacing: 0;
}

.compact {
  align-items: center;
}

.compact h2 {
  font-size: 22px;
}

.count-pill {
  min-width: 42px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-weight: 800;
}

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

.product-card {
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.image-button {
  width: 100%;
  display: block;
  padding: 0;
  border: 0;
  background: #fff7fb;
  aspect-ratio: 1 / 1;
  cursor: zoom-in;
}

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

.lightbox img {
  width: 100%;
  height: 100%;
  display: block;
}

.product-copy {
  padding: 12px;
}

.product-category,
.product-price {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.product-copy h3 {
  margin: 3px 0 7px;
  font-size: 16px;
  line-height: 1.2;
}

.product-copy h3.hidden + .product-price.hidden {
  display: none !important;
}

.category-tabs {
  display: flex;
  gap: 8px;
  margin: 0 0 16px;
  overflow-x: auto;
  padding-bottom: 6px;
}

.category-tabs button {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  color: var(--ink);
  padding: 10px 14px;
}

.category-tabs button.active {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

.whatsapp-link,
.primary-button,
.secondary-button,
.ghost-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 18px;
  text-decoration: none;
  font-weight: 800;
}

.primary-button {
  border: 0;
  background: var(--accent);
  color: #fff;
}

.whatsapp-link {
  border: 0;
  background: #25d366;
  color: #ffffff;
}

.secondary-button,
.ghost-button {
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--ink);
}

.lightbox {
  width: min(92vw, 720px);
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.lightbox::backdrop {
  background: rgba(14, 12, 10, 0.72);
}

.lightbox img {
  max-height: 76vh;
  object-fit: contain;
  background: #111;
}

.lightbox-nav {
  position: absolute;
  top: 42%;
  width: 44px;
  height: 54px;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--accent);
  font-size: 42px;
  line-height: 1;
  display: grid;
  place-items: center;
}

.lightbox-nav:disabled {
  opacity: 0;
  pointer-events: none;
}

.lightbox-nav.prev {
  left: 10px;
}

.lightbox-nav.next {
  right: 10px;
}

.lightbox div {
  padding: 14px 16px 18px;
}

.question-link {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  border-radius: 8px;
  background: #25d366;
  color: #fff;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 28px;
  line-height: 1;
}

.empty-state {
  padding: 42px 18px 72px;
  text-align: center;
}

.hidden {
  display: none !important;
}

.admin-body {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(255, 248, 251, 0.94), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 100% 0%, rgba(233, 22, 115, 0.16), transparent 38%);
}

.admin-shell {
  width: min(900px, 100%);
  padding: 22px 14px 44px;
}

.admin-panel {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(18px, 5vw, 34px);
  box-shadow: var(--shadow);
}

.admin-logo {
  width: min(260px, 72vw);
  height: auto;
  display: block;
  margin: 0 0 18px;
}

.admin-logo.small {
  width: 168px;
  margin-bottom: 12px;
}

.admin-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.admin-heading h1,
.admin-panel h1 {
  margin: 0;
  color: var(--accent);
  font-family: "Bodoni 72", "Didot", "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: clamp(32px, 8vw, 52px);
}

.stack {
  display: grid;
  gap: 14px;
}

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

input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  padding: 0 12px;
}

input[type="file"] {
  height: auto;
  padding: 14px 12px;
}

.field-grid {
  display: grid;
  gap: 12px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.upload-form,
.settings-form {
  margin-bottom: 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.upload-drop {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px dashed var(--accent);
  border-radius: 8px;
  background: var(--accent-soft);
}

.settings-form h2 {
  margin: 0;
  font-size: 22px;
}

.admin-list {
  display: grid;
  gap: 10px;
}

.admin-item {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.admin-item img {
  width: 76px;
  height: 88px;
  object-fit: contain;
  border-radius: 6px;
  background: #fff7fb;
}

.admin-item p,
.lightbox p {
  margin: 0;
  color: var(--muted);
}

.delete-button {
  width: 42px;
  height: 42px;
  border: 1px solid #f0c4d7;
  border-radius: 8px;
  background: #fff3f8;
  color: var(--accent-dark);
  font-size: 20px;
}

@media (min-width: 720px) {
  .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

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

  .site-header {
    min-height: 52vh;
  }
}

@media (max-width: 560px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }

  .site-header > div,
  .whatsapp-link {
    width: 100%;
  }

  .admin-heading {
    display: grid;
  }

  .admin-item {
    grid-template-columns: 66px 1fr auto;
  }

  .admin-item img {
    width: 66px;
    height: 78px;
  }
}
