:root {
  --gold: #d7aa3b;
  --ink: #050505;
  --paper: #ffffff;
  --soft: #fff8e6;
  --line: rgba(215, 170, 59, 0.48);
  --muted: #655d52;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.announcement,
.topbar,
.story-band,
.delivery-band,
.site-footer {
  background: var(--ink);
  color: #fff;
}

.announcement {
  min-height: 38px;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 4vw;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.announcement a,
.eyebrow,
.label,
.site-footer strong {
  color: var(--gold);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 0.65rem 4vw;
  border-bottom: 1px solid rgba(215, 170, 59, 0.55);
}

.brand img,
.site-footer img,
.admin-login img,
.install-card img {
  object-fit: contain;
  object-position: center;
  background: var(--ink);
  border: 1px solid rgba(215, 170, 59, 0.65);
  border-radius: 8px;
  padding: 0.35rem;
}

.brand img {
  width: 156px;
  height: 98px;
}

nav,
.hero-actions,
.collection-links,
.form-actions,
.discount-apply {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.nav-link,
.nav-button,
.cart-link,
.primary-action,
.secondary-action,
.phone-action,
.filter-search,
.add-button,
.checkout-submit,
.admin-tabs button,
.admin-actions button,
.admin-form button,
.install-form button,
.discount-apply button {
  min-height: 42px;
  border: 1px solid var(--gold);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  padding: 0.65rem 0.9rem;
  font-weight: 900;
}

.nav-link {
  border-color: transparent;
  background: transparent;
  color: #fff;
}

.primary-action,
.cart-link,
.filter-search,
.add-button,
.checkout-submit,
.install-form button,
.discount-apply button,
.admin-form button[type="submit"] {
  background: var(--gold);
  color: var(--ink);
}

.phone-action {
  border-color: transparent;
  background: transparent;
  color: var(--gold);
  padding-inline: 0;
  white-space: nowrap;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown summary {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 0.65rem 0.9rem;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown summary::after {
  content: "v";
  margin-left: 0.35rem;
  color: var(--gold);
}

.nav-dropdown[open] summary,
.nav-dropdown summary:hover {
  background: rgba(215, 170, 59, 0.14);
}

.nav-menu {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  z-index: 90;
  display: grid;
  width: max-content;
  min-width: 230px;
  max-width: min(320px, 90vw);
  max-height: 70vh;
  overflow: auto;
  padding: 0.5rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
}

.nav-menu a {
  border-radius: 8px;
  color: #111;
  padding: 0.65rem 0.75rem;
  font-weight: 850;
}

.nav-menu a:hover {
  background: var(--gold);
}

.home-entry {
  display: block;
  padding: 1.4rem 4vw 2rem;
  background: linear-gradient(180deg, #fff9eb 0%, #fff 70%);
}

.home-entry-clean {
  display: block;
}

.home-entry > .shop-hero {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.page-hero {
  display: grid;
  gap: 0.55rem;
  padding: 3rem 4vw 1.4rem;
  background: linear-gradient(180deg, #fff9eb 0%, #fff 100%);
}

.page-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  line-height: 1;
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.shop-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
  padding: 1.2rem 4vw 3rem;
}

.filters,
.collection-band,
.product-card,
.feature-tile,
.cart-panel,
.checkout-form,
.review-card,
.admin-form,
.stat,
.install-card,
.admin-login {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(5, 5, 5, 0.05);
}

.filters {
  position: sticky;
  top: 130px;
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.filter-block,
.section-heading,
.product-body,
.admin-form,
.install-form,
.discount-box {
  display: grid;
  gap: 0.7rem;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.segmented,
.category-list,
.variant-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.segmented button,
.category-list button,
.variant-tags span {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #111;
  padding: 0.5rem 0.7rem;
}

.segmented button.selected,
.category-list button.selected {
  background: var(--gold);
  color: var(--ink);
  font-weight: 900;
}

.shop-hero {
  display: grid;
  grid-template-columns: minmax(460px, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(1.1rem, 3vw, 2.4rem);
  align-items: center;
}

.shop-hero > * {
  min-width: 0;
}

.hero-copy {
  display: grid;
  gap: 1rem;
  align-content: center;
  min-width: 0;
}

.hero-slider {
  position: relative;
  isolation: isolate;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(215, 170, 59, 0.55);
  border-radius: 8px;
  background: var(--ink);
}

.hero-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: heroFade 20s infinite;
}

.hero-slider img:nth-child(1) { animation-delay: 0s; }
.hero-slider img:nth-child(2) { animation-delay: 5s; }
.hero-slider img:nth-child(3) { animation-delay: 10s; }
.hero-slider img:nth-child(4) { animation-delay: 15s; }

.hero-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, 0.48));
}

.slider-caption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: grid;
  gap: 0.2rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(215, 170, 59, 0.72);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.74);
  color: #fff;
}

@keyframes heroFade {
  0%, 28% { opacity: 1; }
  34%, 100% { opacity: 0; }
}

.hero-copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 1;
  max-width: 760px;
}

.hero-copy p {
  color: #4d4639;
  line-height: 1.65;
  max-width: 680px;
}

.story-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 2rem;
  align-items: center;
  padding: 3.2rem 4vw;
  border-top: 1px solid rgba(215, 170, 59, 0.55);
  border-bottom: 1px solid rgba(215, 170, 59, 0.55);
}

.story-band > div {
  display: grid;
  gap: 1rem;
}

.story-band h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
}

.story-band p:not(.eyebrow) {
  color: #efe6d0;
  line-height: 1.65;
}

.story-band img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid rgba(215, 170, 59, 0.55);
  border-radius: 8px;
}

.collection-band {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  width: min(1440px, calc(100% - 8vw));
  margin: 1.2rem auto;
  padding: 1.4rem;
}

.collection-links a {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.65rem 0.9rem;
  font-weight: 900;
}

.featured-band,
.shop-grid,
.reviews-band,
.checkout-band,
.admin-shell {
  padding: 3rem 4vw;
}

.featured-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feature-tile,
.product-card {
  overflow: hidden;
}

.feature-tile img,
.product-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.feature-tile div,
.product-body {
  padding: 1rem;
}

.feature-tile span,
.product-body > p {
  color: #9a6a10;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-image {
  position: relative;
  display: block;
  color: inherit;
}

.product-image span {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  border-radius: 8px;
  background: var(--ink);
  color: var(--gold);
  padding: 0.35rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 900;
}

.catalog-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1rem;
}

.toolbar-controls,
.form-grid,
.admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

label {
  display: grid;
  gap: 0.35rem;
  color: #4d4639;
  font-size: 0.86rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #111;
  padding: 0.6rem 0.75rem;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.delivery-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 2.5rem 4vw;
}

.delivery-band div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #111;
  padding: 1rem;
}

.reviews-band {
  overflow: hidden;
  background: #fffaf0;
}

.reviews-grid {
  display: flex;
  width: max-content;
  gap: 1rem;
  animation: reviewsMarquee 42s linear infinite;
}

.review-card {
  flex: 0 0 min(340px, 82vw);
  display: grid;
  gap: 0.25rem;
  padding: 1rem;
}

.review-card > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold);
  font-weight: 900;
}

.review-card b {
  color: var(--gold);
}

@keyframes reviewsMarquee {
  from { transform: translateX(100vw); }
  to { transform: translateX(calc(-100% - 4vw)); }
}

.checkout-band {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: 1.2rem;
}

.cart-panel,
.checkout-form {
  padding: 1rem;
}

.cart-line {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--line);
}

.cart-line img {
  width: 64px;
  height: 76px;
  object-fit: cover;
  border-radius: 8px;
}

.qty {
  display: grid;
  grid-template-columns: 34px 32px 34px;
  align-items: center;
  text-align: center;
}

.qty button {
  min-height: 34px;
  padding: 0;
}

.summary {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.summary span {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.summary .total {
  font-size: 1.2rem;
  font-weight: 900;
}

.discount-box,
.paypal-box {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf7;
}

.shipping-options {
  display: grid;
  gap: 0.7rem;
}

.shipping-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.6rem;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.75rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  padding: 2.2rem 4vw 3rem;
}

.site-footer img {
  width: 170px;
  height: 114px;
}

.whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  border-radius: 8px;
  background: var(--gold);
  color: var(--ink);
  padding: 0.8rem 1rem;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: start;
  padding: 3rem 4vw;
}

.product-gallery,
.product-info,
.cart-summary-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(5, 5, 5, 0.05);
}

.product-gallery {
  overflow: hidden;
}

.product-main-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.product-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
  gap: 0.5rem;
  padding: 0.75rem;
}

.product-thumbs button {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 0;
}

.product-thumbs img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.product-info {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
}

.product-info h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  line-height: 1;
}

.product-info p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.product-price {
  color: #9a6a10 !important;
  font-size: 1.4rem;
  font-weight: 900;
}

.stock-note {
  display: inline-flex;
  width: fit-content;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf7;
  color: #356126 !important;
  padding: 0.4rem 0.65rem;
  font-weight: 900;
}

.product-specs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
}

.product-specs div {
  display: grid;
  gap: 0.2rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.75rem;
  background: #fffdf7;
}

.product-specs span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.product-buy-box {
  display: grid;
  gap: 0.8rem;
}

.product-actions,
.cart-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.cart-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 1.2rem;
  align-items: start;
  padding: 1.2rem 4vw 3rem;
}

.cart-summary-panel {
  position: sticky;
  top: 130px;
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.standalone-checkout {
  padding-top: 1.2rem;
}

.install-page,
.admin-page {
  min-height: 100vh;
  background: linear-gradient(180deg, #fff9eb, #fff);
  padding: 4vw;
}

.install-card,
.admin-login {
  width: min(640px, 100%);
  margin: 2rem auto;
  padding: 1.2rem;
}

.install-card img,
.admin-login img {
  width: 210px;
  height: 140px;
}

.notice {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf7;
  padding: 1rem;
}

.notice.error {
  border-color: #a92727;
  color: #8d1b1b;
}

.notice.success {
  border-color: #579b38;
  color: #2e601d;
}

.admin-header,
.admin-tabs,
.admin-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.admin-tabs {
  justify-content: flex-start;
  margin: 1rem 0;
}

.admin-tabs button.selected {
  background: var(--gold);
}

.admin-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.stat {
  padding: 1rem;
}

.stat strong {
  color: #9a6a10;
  font-size: 1.6rem;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}

th,
td {
  padding: 0.85rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  background: var(--ink);
  color: var(--gold);
  text-transform: uppercase;
  font-size: 0.78rem;
}

.table-thumbs {
  display: flex;
  gap: 0.35rem;
}

.table-thumbs img {
  width: 46px;
  height: 54px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.variant-row,
.discount-edit,
.shipping-edit {
  display: grid;
  grid-template-columns: repeat(6, minmax(110px, 1fr)) auto;
  gap: 0.7rem;
  align-items: end;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--line);
}

.discount-edit,
.shipping-edit {
  grid-template-columns: repeat(3, minmax(120px, 1fr)) auto;
}

@media (prefers-reduced-motion: reduce) {
  .hero-slider img,
  .reviews-grid {
    animation: none;
  }
  .hero-slider img:first-child {
    opacity: 1;
  }
}

@media (max-width: 1180px) {
  .home-entry,
  .shop-hero,
  .shop-layout,
  .product-detail,
  .checkout-band {
    grid-template-columns: 1fr;
  }
  .featured-grid,
  .product-grid,
  .delivery-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .filters {
    position: static;
  }
  .cart-page-layout,
  .story-band {
    grid-template-columns: 1fr;
  }
  .cart-summary-panel {
    position: static;
  }
}

@media (max-width: 780px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }
  .brand img {
    width: 134px;
    height: 90px;
  }
  nav,
  .toolbar-controls,
  .form-grid,
  .admin-grid,
  .featured-grid,
  .product-grid,
  .delivery-band,
  .site-footer,
  .admin-summary,
  .variant-row,
  .discount-edit,
  .shipping-edit {
    grid-template-columns: 1fr;
  }
  .nav-menu {
    position: static;
    min-width: 0;
    width: 100%;
  }
  .hero-slider {
    min-height: 340px;
  }
  .cart-line {
    grid-template-columns: 56px minmax(0, 1fr);
  }
  .product-specs {
    grid-template-columns: 1fr;
  }
  .cart-line .qty {
    grid-column: 2;
    justify-self: start;
  }
}

/* Final polish requested for menu, hero, favorites and admin */
.hero-slider img {
  object-fit: contain;
  object-position: center;
  transform: none;
  animation: heroFadeFive 25s infinite;
}

.hero-slider img:nth-child(1) {
  animation-delay: 0s;
}

.hero-slider img:nth-child(2) {
  animation-delay: 5s;
}

.hero-slider img:nth-child(3) {
  animation-delay: 10s;
}

.hero-slider img:nth-child(4) {
  animation-delay: 15s;
}

.hero-slider img:nth-child(5) {
  animation-delay: 20s;
}

@keyframes heroFadeFive {
  0%,
  23% {
    opacity: 1;
  }

  29%,
  100% {
    opacity: 0;
  }
}

.hero-actions .primary-action,
.story-band .secondary-action {
  width: fit-content;
  min-width: 0;
  flex: 0 0 auto;
  justify-self: start;
}

.featured-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  overflow-x: auto;
  padding: 0.15rem 0.15rem 0.9rem;
  scroll-snap-type: x proximity;
  scrollbar-color: var(--gold) #fff6df;
}

.featured-grid .feature-tile {
  flex: 0 0 clamp(190px, 20vw, 260px);
  scroll-snap-align: start;
}

.featured-grid .feature-tile img {
  aspect-ratio: 4 / 4.35;
}

.featured-grid .feature-tile h3 {
  font-size: 1rem;
}

.featured-grid .feature-tile div {
  padding: 0.85rem;
}

.site-footer {
  align-items: start;
}

.footer-admin {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  border-top: 1px solid rgba(215, 170, 59, 0.35);
}

.footer-admin a {
  width: fit-content;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(215, 170, 59, 0.72);
  border-radius: 8px;
  background: transparent;
  color: var(--gold);
  padding: 0.58rem 1rem;
  font-weight: 900;
}

.footer-admin a:hover {
  background: var(--gold);
  color: #050505;
}

/* Home hero requested without the duplicated category filter */
.home-entry.home-entry-clean {
  display: block;
  padding: clamp(1rem, 2.4vw, 1.8rem) 4vw clamp(1.8rem, 4vw, 3.2rem);
}

.home-entry-clean > .hero-wide {
  width: min(1680px, 100%);
  max-width: 1680px;
  margin-inline: auto;
}

.hero-wide {
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
  gap: clamp(1.2rem, 3vw, 2.8rem);
}

.hero-wide .hero-slider {
  height: clamp(450px, 44vw, 720px);
  min-height: 0;
}

.hero-wide .hero-copy h1 {
  font-weight: 900;
  letter-spacing: 0;
}

.shipping-options h3 {
  font-size: 1.15rem;
  font-weight: 900;
}

.shipping-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
}

.shipping-option input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0;
}

.shipping-option .shipping-copy {
  display: grid;
  gap: 0.24rem;
  min-width: 0;
  font-weight: 700;
}

.shipping-option .shipping-copy strong {
  font-size: 0.98rem;
  line-height: 1.25;
}

.shipping-option .shipping-copy small {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.55rem;
  color: #5f584d;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.4;
}

.shipping-option b {
  justify-self: end;
  color: #2e2117;
  font-size: 0.98rem;
  white-space: nowrap;
}

.paypal-box p:empty {
  display: none;
}

@media (max-width: 640px) {
  .shipping-option {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .shipping-option b {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 1180px) {
  .hero-wide {
    grid-template-columns: 1fr;
  }

  .hero-wide .hero-slider {
    height: clamp(360px, 64vw, 620px);
  }
}

@media (max-width: 640px) {
  .home-entry.home-entry-clean {
    padding: 1rem 1rem 1.7rem;
  }

  .hero-wide .hero-slider {
    height: clamp(300px, 68vw, 430px);
  }
}

.whatsapp {
  position: fixed;
  right: clamp(0.8rem, 2vw, 1.4rem);
  bottom: clamp(0.8rem, 2vw, 1.4rem);
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: auto;
  min-height: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  padding: 0;
  font-weight: 900;
  text-decoration: none;
  box-shadow: none;
  transition:
    transform 160ms ease,
    filter 160ms ease;
}

.whatsapp:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
}

.whatsapp-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 7px;
  background: #23c965;
  color: #fff;
  padding: 0.25rem 0.75rem;
  font-size: clamp(0.84rem, 1.5vw, 1rem);
  line-height: 1;
  box-shadow: 0 10px 24px rgba(35, 201, 101, 0.28);
}

.whatsapp-icon {
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: #23c965;
  color: #fff;
  box-shadow: 0 14px 30px rgba(35, 201, 101, 0.34);
}

.whatsapp-icon svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

@media (max-width: 520px) {
  .whatsapp {
    right: 0.75rem;
    bottom: 0.75rem;
    gap: 0.4rem;
  }

  .whatsapp-label {
    min-height: 28px;
    padding-inline: 0.62rem;
  }

  .whatsapp-icon {
    width: 48px;
    height: 48px;
  }
}

.admin-page {
  background:
    linear-gradient(180deg, #fff8e6 0%, #ffffff 36%),
    #fff;
}

.admin-shell {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.admin-header {
  padding: clamp(1rem, 2.4vw, 1.6rem);
  border: 1px solid rgba(215, 170, 59, 0.58);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(215, 170, 59, 0.2), transparent 46%),
    #050505;
  color: #fff;
  box-shadow: 0 24px 54px rgba(5, 5, 5, 0.12);
}

.admin-header h1 {
  color: #fff;
}

.admin-header .eyebrow {
  color: var(--gold);
}

.admin-actions .secondary-action {
  background: #fff;
  color: #050505;
}

.admin-tabs {
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 1rem auto;
  padding: 0.55rem;
  border: 1px solid rgba(215, 170, 59, 0.42);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(5, 5, 5, 0.06);
}

.admin-tabs .selected {
  background: var(--gold);
  color: #050505;
}

.admin-form,
.table-wrap,
.admin-summary {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.admin-form {
  padding: clamp(1rem, 2vw, 1.4rem);
  border-color: rgba(215, 170, 59, 0.55);
  background:
    linear-gradient(180deg, #fffdf7 0%, #ffffff 38%),
    #fff;
}

.admin-form h2 {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(215, 170, 59, 0.36);
}

.admin-grid,
.admin-form .form-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.admin-form label {
  color: #3f3528;
  font-size: 0.86rem;
  font-weight: 850;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
  border-color: rgba(215, 170, 59, 0.55);
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(215, 170, 59, 0.08);
}

.variant-row,
.discount-edit,
.shipping-edit {
  border: 1px solid rgba(215, 170, 59, 0.42);
  border-radius: 8px;
  background: #fffdf7;
  padding: 0.9rem;
}

.variant-row {
  grid-template-columns: repeat(3, minmax(150px, 1fr)) repeat(3, minmax(120px, 0.8fr)) auto;
}

.discount-edit,
.shipping-edit {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.table-wrap {
  box-shadow: 0 18px 38px rgba(5, 5, 5, 0.05);
}

@media (max-width: 780px) {
  .featured-grid .feature-tile {
    flex-basis: min(78vw, 280px);
  }

  .admin-tabs {
    width: 100%;
    justify-content: flex-start;
  }

  .variant-row {
    grid-template-columns: 1fr;
  }
}

.mobile-menu-toggle,
.mobile-menu-shell {
  display: none;
}

@media (max-width: 780px) {
  .topbar {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .topbar .brand {
    width: auto;
    flex: 1 1 auto;
  }

  .desktop-site-nav {
    display: none;
  }

  .mobile-menu-shell {
    display: block;
  }

  .mobile-menu-shell summary {
    display: inline-grid;
    width: 54px;
    height: 48px;
    place-items: center;
    gap: 0.24rem;
    border: 1px solid rgba(215, 170, 59, 0.72);
    border-radius: 8px;
    background: var(--gold);
    padding: 0.7rem;
    list-style: none;
    cursor: pointer;
  }

  .mobile-menu-shell summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu-shell summary span {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background: #050505;
  }

  .mobile-menu-shell[open] {
    width: 100%;
    flex-basis: 100%;
  }

  .mobile-menu-shell[open] summary {
    margin-left: auto;
  }

  .mobile-site-nav {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    margin-top: 0.75rem;
  }

  .mobile-site-nav > * {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .mobile-site-nav .nav-menu {
    position: static;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-top: 0.35rem;
  }
}

/* Home dynamic refresh - 20260818 */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  min-width: 0;
}

body > *,
.announcement,
.topbar,
main,
.site-footer {
  max-width: 100%;
}

main {
  overflow: hidden;
}

section,
.topbar,
.topbar nav,
.desktop-site-nav,
.mobile-menu-shell,
.collection-links,
.featured-grid,
.reviews-grid {
  min-width: 0;
}

.announcement {
  overflow: hidden;
}

.topbar {
  width: 100%;
  max-width: 100vw;
}

.nav-menu {
  max-width: min(280px, calc(100vw - 2rem));
}

.whatsapp {
  max-width: calc(100vw - 1.5rem);
}

.whatsapp-label {
  max-width: calc(100vw - 6rem);
  white-space: nowrap;
}

.vc-home-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  min-height: calc(100svh - 132px);
  overflow: hidden;
  border-bottom: 1px solid rgba(215, 170, 59, 0.6);
  background: #050505;
  color: #fff;
  padding: 4rem 5vw;
}

.vc-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.82), rgba(5, 5, 5, 0.58) 38%, rgba(5, 5, 5, 0.22) 72%, rgba(5, 5, 5, 0.52)),
    linear-gradient(180deg, rgba(5, 5, 5, 0.12), rgba(5, 5, 5, 0.66));
  pointer-events: none;
}

.vc-hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #050505;
}

.vc-hero-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.04);
  animation: vcHeroFade 30s infinite ease-in-out;
}

.vc-hero-slider img:nth-child(1) {
  animation-delay: 0s;
}

.vc-hero-slider img:nth-child(2) {
  animation-delay: 6s;
}

.vc-hero-slider img:nth-child(3) {
  animation-delay: 12s;
}

.vc-hero-slider img:nth-child(4) {
  animation-delay: 18s;
}

.vc-hero-slider img:nth-child(5) {
  animation-delay: 24s;
}

@keyframes vcHeroFade {
  0%,
  20% {
    opacity: 1;
    transform: scale(1.04);
  }

  26%,
  100% {
    opacity: 0;
    transform: scale(1.09);
  }
}

.vc-hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(620px, 100%);
  gap: 1rem;
  justify-items: start;
  margin-right: auto;
  margin-left: 0;
  padding-block: 2rem;
  text-align: left;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.55);
}

.vc-home-hero .eyebrow {
  margin: 0;
  color: #f1c14b;
}

.vc-hero-content h1 {
  max-width: 8ch;
  margin: 0;
  color: #fff;
  font-size: 5.5rem;
  line-height: 0.94;
}

.vc-hero-content p:not(.eyebrow) {
  max-width: 540px;
  margin: 0;
  color: #fff3d9;
  font-size: 1.08rem;
  line-height: 1.65;
}

.vc-home-hero .hero-actions {
  margin-top: 0.25rem;
}

.vc-home-hero .primary-action,
.vc-home-hero .phone-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 0;
  text-shadow: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.vc-home-hero .primary-action {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

.vc-home-hero .primary-action:hover,
.vc-home-hero .phone-action:hover {
  transform: translateY(-2px);
}

.vc-home-hero .phone-action {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(5, 5, 5, 0.44);
  color: #fff;
  padding: 0.68rem 1.08rem;
  backdrop-filter: blur(10px);
}

.vc-hero-badge {
  position: absolute;
  left: clamp(1rem, 5vw, 4rem);
  bottom: clamp(1rem, 5vw, 3rem);
  z-index: 2;
  display: grid;
  gap: 0.25rem;
  max-width: min(320px, calc(100% - 2rem));
  border: 1px solid rgba(215, 170, 59, 0.72);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.66);
  color: #fff;
  padding: 0.85rem 1rem;
  backdrop-filter: blur(10px);
}

.vc-hero-badge span {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
}

.vc-hero-badge strong {
  color: #f1c14b;
  font-size: 0.95rem;
}

.home-collection-band {
  width: 100%;
  max-width: none;
  margin: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 1.4rem 4vw;
}

.home-collection-band h2 {
  margin: 0;
}

.home-motion-band {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 2rem;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid rgba(215, 170, 59, 0.55);
  border-bottom: 1px solid rgba(215, 170, 59, 0.55);
  background: #050505;
  color: #fff;
  padding: 3.2rem 4vw;
}

.home-motion-band > div:first-child {
  display: grid;
  gap: 0.8rem;
}

.home-motion-band h2 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: 3rem;
  line-height: 1.04;
}

.home-motion-band p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: #f1e7cf;
  line-height: 1.65;
}

.home-motion-band .secondary-action {
  width: fit-content;
  margin-top: 0.35rem;
  border-color: rgba(215, 170, 59, 0.8);
  background: #fff;
  color: #050505;
}

.motion-strip {
  display: flex;
  min-width: max-content;
  gap: 0.8rem;
  animation: vcMotionSlide 20s linear infinite;
}

.motion-strip span {
  flex: 0 0 auto;
  border: 1px solid rgba(215, 170, 59, 0.32);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: transparent;
  padding: 0.5rem 0.9rem;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(215, 170, 59, 0.72);
}

@keyframes vcMotionSlide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-34%);
  }
}

.home-products-showcase {
  display: grid;
  gap: 2.4rem;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff8e6 0%, #fff 18%, #fff 100%);
  padding: 3rem 4vw 4rem;
}

.home-product-row {
  display: grid;
  width: 100%;
  min-width: 0;
  gap: 1rem;
}

.row-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.row-heading .eyebrow {
  margin: 0 0 0.3rem;
}

.row-heading h2 {
  margin: 0;
  color: #050505;
  font-size: 2rem;
  line-height: 1.05;
}

.row-link {
  display: inline-flex;
  min-height: 38px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #050505;
  padding: 0.55rem 0.85rem;
  font-weight: 900;
}

.home-product-scroller {
  display: flex;
  width: 100%;
  max-width: 100%;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  padding: 0.15rem 0.15rem 1rem;
  scroll-padding-inline: 0.15rem;
  scroll-snap-type: x proximity;
  scrollbar-color: var(--gold) #fff6df;
}

.home-product-scroller::-webkit-scrollbar {
  height: 10px;
}

.home-product-scroller::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #fff6df;
}

.home-product-scroller::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--gold);
}

.home-product-card {
  flex: 0 0 222px;
  max-width: 222px;
  scroll-snap-align: start;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.home-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(5, 5, 5, 0.11);
}

.home-product-card img {
  width: 100%;
  aspect-ratio: 4 / 4.55;
  object-fit: cover;
}

.home-product-card div {
  display: grid;
  gap: 0.45rem;
  padding: 0.8rem;
}

.home-product-card h3 {
  min-height: 2.5em;
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
}

.home-product-card p {
  margin: 0;
  color: #111;
}

.home-product-card .secondary-action {
  display: inline-flex;
  width: fit-content;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.8rem;
}

.delivery-band,
.reviews-band {
  max-width: 100%;
}

@media (max-width: 1180px) {
  .vc-home-hero {
    min-height: calc(100svh - 120px);
    padding: 3.2rem 4vw;
  }

  .vc-home-hero::before {
    background:
      linear-gradient(90deg, rgba(5, 5, 5, 0.84), rgba(5, 5, 5, 0.58) 52%, rgba(5, 5, 5, 0.28)),
      linear-gradient(180deg, rgba(5, 5, 5, 0.15), rgba(5, 5, 5, 0.7));
  }

  .vc-hero-content {
    margin-left: 0;
    margin-right: auto;
  }

  .vc-hero-content h1 {
    font-size: 4.6rem;
  }

  .motion-strip span {
    font-size: 3rem;
  }
}

@media (max-width: 900px) {
  .vc-home-hero {
    align-items: end;
    min-height: calc(100svh - 96px);
    padding: 5.5rem 1rem 2rem;
  }

  .vc-home-hero::before {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.18), rgba(5, 5, 5, 0.3) 34%, rgba(5, 5, 5, 0.82)),
      linear-gradient(90deg, rgba(5, 5, 5, 0.58), rgba(5, 5, 5, 0.1));
  }

  .vc-hero-content {
    width: min(620px, 100%);
    padding-block: 1rem;
  }

  .vc-hero-content h1 {
    max-width: 9ch;
    font-size: 3.8rem;
  }

  .vc-hero-badge {
    top: 1rem;
    bottom: auto;
    left: 1rem;
  }

  .home-motion-band {
    grid-template-columns: 1fr;
    padding: 2.4rem 1rem;
  }

  .home-motion-band h2 {
    font-size: 2.3rem;
  }

  .row-heading {
    align-items: start;
  }

  .delivery-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .announcement {
    padding-inline: 1rem;
    font-size: 0.88rem;
  }

  .vc-home-hero {
    min-height: calc(100svh - 86px);
    padding: 5.4rem 1rem 5.8rem;
  }

  .vc-hero-slider img {
    object-position: center top;
  }

  .vc-hero-content h1 {
    font-size: 3.1rem;
  }

  .vc-hero-content p:not(.eyebrow) {
    font-size: 1rem;
  }

  .vc-home-hero .hero-actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .vc-home-hero .primary-action,
  .vc-home-hero .phone-action {
    width: calc(100% - 5.2rem);
    justify-self: start;
  }

  .vc-home-hero .phone-action {
    justify-self: start;
  }

  .home-collection-band,
  .home-products-showcase,
  .delivery-band,
  .reviews-band {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .home-collection-band {
    align-items: start;
  }

  .collection-links {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.5rem;
  }

  .collection-links a {
    flex: 0 0 auto;
  }

  .home-products-showcase {
    gap: 2rem;
    padding-top: 2.2rem;
    padding-bottom: 3rem;
  }

  .row-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .row-heading h2 {
    font-size: 1.55rem;
  }

  .row-link {
    padding: 0.5rem 0.7rem;
  }

  .home-product-scroller {
    gap: 0.75rem;
    padding-bottom: 0.9rem;
  }

  .home-product-card {
    flex-basis: 172px;
    max-width: 172px;
  }

  .home-product-card div {
    padding: 0.7rem;
  }

  .home-product-card h3 {
    font-size: 0.94rem;
  }

  .delivery-band {
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    animation-duration: 55s;
  }
}

@media (max-width: 520px) {
  .whatsapp-label {
    display: none;
  }
}

@media (max-width: 420px) {
  .vc-hero-content h1 {
    font-size: 2.62rem;
  }

  .vc-hero-badge {
    max-width: calc(100% - 2rem);
  }

  .motion-strip span {
    font-size: 2.15rem;
  }

  .home-product-card {
    flex-basis: 158px;
    max-width: 158px;
  }
}

/* Header spacing polish - 20260818 */
.announcement {
  min-height: 30px;
  gap: 0.7rem;
  padding: 0.32rem clamp(1rem, 4vw, 3.5rem);
  line-height: 1.2;
}

.topbar {
  min-height: 82px;
  gap: clamp(0.8rem, 2.4vw, 2rem);
  padding: 0.28rem clamp(1rem, 4vw, 3.5rem);
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.brand img {
  width: 122px;
  height: 76px;
  padding: 0.24rem;
}

.desktop-site-nav {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  gap: 0.58rem;
}

.desktop-site-nav .nav-link,
.desktop-site-nav .nav-button,
.desktop-site-nav .cart-link,
.desktop-site-nav .nav-dropdown summary {
  min-height: 38px;
  padding: 0.5rem 0.74rem;
}

.desktop-site-nav .cart-link {
  padding-inline: 0.92rem;
}

@media (max-width: 980px) {
  .topbar {
    min-height: 78px;
  }

  .brand img {
    width: 116px;
    height: 72px;
  }

  .desktop-site-nav {
    gap: 0.35rem;
  }

  .desktop-site-nav .nav-link,
  .desktop-site-nav .nav-button,
  .desktop-site-nav .cart-link,
  .desktop-site-nav .nav-dropdown summary {
    padding-inline: 0.58rem;
  }
}

@media (max-width: 780px) {
  .topbar {
    min-height: 76px;
    padding: 0.42rem 1rem;
  }

  .brand img {
    width: 112px;
    height: 70px;
  }

  .mobile-menu-shell summary {
    width: 50px;
    height: 46px;
    padding: 0.58rem;
  }

  .mobile-site-nav {
    margin-top: 0.45rem;
  }
}

@media (max-width: 520px) {
  .announcement {
    min-height: 0;
    justify-content: space-between;
    padding: 0.32rem 1rem;
    font-size: 0.84rem;
  }

  .announcement a {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}