/* Aramis 2026 webshop polish layer - keeps the existing backend and admin logic intact. */
:root {
  --shop-ink: #33211a;
  --shop-muted: #7c655b;
  --shop-blush: #f7e6df;
  --shop-blush-strong: #efd2c8;
  --shop-cream: #fffaf6;
  --shop-card: rgba(255, 250, 246, 0.9);
  --shop-gold: #d8ad70;
  --shop-gold-deep: #9a642e;
  --shop-wine: #6d332d;
  --shop-shadow-soft: 0 22px 70px rgba(54, 28, 20, 0.12);
  --shop-shadow-lift: 0 30px 90px rgba(54, 28, 20, 0.2);
  --shop-radius-xl: 34px;
  --shop-radius-lg: 24px;
}

body {
  background:
    radial-gradient(circle at 12% 4%, rgba(242, 192, 177, 0.45), transparent 27%),
    radial-gradient(circle at 86% 10%, rgba(216, 173, 112, 0.2), transparent 28%),
    linear-gradient(180deg, #241816 0%, #37211d 29%, #f7e8e1 29%, #fff8f2 100%);
}

body::after {
  opacity: 0.1;
}

.promo-bar {
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
  color: #fff8f1;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(16px);
}

.hero,
.section,
.info-bar {
  width: min(1180px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.hero {
  margin-top: 20px;
  border-radius: 46px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 38px 120px rgba(15, 8, 6, 0.28);
  background:
    linear-gradient(135deg, rgba(58, 34, 29, 0.96), rgba(91, 48, 42, 0.72)),
    var(--hero-image) center / cover no-repeat;
}

.topbar {
  width: calc(100% - 40px);
  margin: 20px auto 0;
  border-radius: 28px;
  background: rgba(255, 250, 246, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 18px 55px rgba(21, 9, 5, 0.15);
  backdrop-filter: blur(18px);
}

.brand-copy strong,
.footer-brand-copy strong {
  letter-spacing: 0.01em;
}

.header-actions .shop-button,
.shop-button {
  min-height: 44px;
  box-shadow: 0 12px 32px rgba(109, 51, 45, 0.12);
}

.search-shell {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(216, 173, 112, 0.22);
}

.hero-content {
  padding: clamp(28px, 5vw, 66px);
}

.hero-grid {
  align-items: stretch;
  gap: clamp(24px, 4vw, 48px);
}

.hero-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 560px;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(3.4rem, 7vw, 7.2rem);
  line-height: 0.86;
  letter-spacing: -0.055em;
}

.hero-subtitle {
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  color: #ffe9df;
  margin-top: 20px;
}

.hero .lead {
  max-width: 650px;
  font-size: 1.05rem;
  color: rgba(255, 247, 240, 0.84);
}

.hero-highlight {
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.07));
  color: #fff8ee;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
}

.hero-icon-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
}

.hero-icon-item {
  min-height: 82px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
}

.button,
.product-meta a,
.cart-checkout {
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.button-primary,
.product-meta a,
.cart-checkout {
  background: linear-gradient(135deg, #fff0c9, #d8ad70 55%, #b77b3c);
  color: #2f1b13;
  border: 0;
  box-shadow: 0 18px 44px rgba(154, 100, 46, 0.28);
}

.button-primary:hover,
.product-meta a:hover,
.cart-checkout:hover {
  transform: translateY(-2px);
  box-shadow: var(--shop-shadow-lift);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff8f2;
}

.hero-aside-card {
  height: 100%;
  min-height: 540px;
  border-radius: 38px;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.hero-aside-image {
  transform: scale(1.02);
}

.hero-aside-overlay {
  background: linear-gradient(180deg, transparent, rgba(40, 21, 17, 0.93));
}

.hero-aside-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hero-aside-metrics > div {
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.info-bar {
  margin-top: 28px;
}

.info-bar-grid,
.shop-promise-grid,
.shop-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.info-bar-item,
.shop-promise-card,
.shop-step-card,
.signature-panel,
.filter-note,
.contact-details,
.order-card {
  border-radius: var(--shop-radius-lg);
  background: var(--shop-card);
  border: 1px solid rgba(216, 173, 112, 0.2);
  box-shadow: var(--shop-shadow-soft);
  backdrop-filter: blur(18px);
}

.shop-promise {
  padding-top: 34px;
}

.shop-promise-grid {
  align-items: stretch;
}

.shop-promise-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vw, 34px);
}

.shop-promise-card::before {
  content: "";
  position: absolute;
  inset: -40% auto auto -18%;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(216, 173, 112, 0.24), transparent 70%);
}

.shop-promise-number {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  margin-bottom: 20px;
  color: #fff8ef;
  background: linear-gradient(135deg, var(--shop-wine), #a76a5d);
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(109, 51, 45, 0.22);
}

.shop-promise-card h3,
.shop-step-card h3 {
  margin: 0 0 10px;
  color: var(--shop-ink);
  font-size: clamp(1.18rem, 2vw, 1.45rem);
}

.shop-promise-card p,
.shop-step-card p {
  margin: 0;
  color: var(--shop-muted);
  line-height: 1.7;
}

.signature-band {
  border-radius: 38px;
  background:
    radial-gradient(circle at 0% 0%, rgba(216, 173, 112, 0.2), transparent 33%),
    linear-gradient(135deg, rgba(255, 250, 246, 0.92), rgba(248, 230, 222, 0.86));
  box-shadow: var(--shop-shadow-soft);
}

.section-heading h2 {
  font-size: clamp(2.45rem, 5vw, 4.8rem);
  letter-spacing: -0.045em;
}

.product-toolbar {
  justify-content: center;
  margin: 26px 0 22px;
}

.toolbar-chip,
.filter-link {
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.toolbar-chip-button:hover,
.filter-link:hover {
  transform: translateY(-2px);
}

.filter-card-horizontal {
  position: sticky;
  top: 12px;
  z-index: 12;
  background: rgba(255, 250, 246, 0.92);
  backdrop-filter: blur(18px);
}

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

.product-card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(216, 173, 112, 0.22);
  background: rgba(255, 250, 246, 0.94);
  box-shadow: var(--shop-shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(216, 173, 112, 0.46);
  box-shadow: var(--shop-shadow-lift);
}

.product-card img {
  aspect-ratio: 4 / 3;
  height: auto;
  min-height: 270px;
  object-fit: cover;
}

.product-copy {
  padding: 22px;
}

.product-copy h3 {
  margin-top: 12px;
  font-size: 1.35rem;
  color: var(--shop-ink);
}

.product-copy p {
  color: var(--shop-muted);
  line-height: 1.65;
}

.product-tag {
  border: 1px solid rgba(216, 173, 112, 0.28);
  background: rgba(216, 173, 112, 0.14);
  color: var(--shop-gold-deep);
}

.product-meta {
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.price {
  color: var(--shop-wine);
  font-size: 1.25rem;
}

.favorite-button {
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 250, 246, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 12px 28px rgba(54, 28, 20, 0.14);
}

.favorite-button.is-favorite {
  color: #b54747;
}

.shop-steps {
  padding-top: 18px;
}

.shop-steps-grid {
  margin-top: 24px;
}

.shop-step-card {
  padding: 28px;
}

.shop-step-card strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--shop-wine);
  color: #fff7ef;
}

.contact-panel {
  border-radius: 40px;
  padding: clamp(24px, 4vw, 42px);
  background: linear-gradient(135deg, rgba(255, 250, 246, 0.96), rgba(246, 224, 216, 0.9));
  box-shadow: var(--shop-shadow-soft);
}

.contact-map iframe {
  border-radius: 26px;
  min-height: 310px;
  filter: saturate(0.9) contrast(0.95);
}

.order-form input,
.order-form textarea,
.login-field input,
.login-field textarea,
.login-field select {
  border-radius: 18px;
  border: 1px solid rgba(216, 173, 112, 0.26);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.mini-cart {
  border-radius: 30px 0 0 30px;
  box-shadow: 0 30px 90px rgba(26, 13, 8, 0.28);
}

.product-modal-dialog {
  border-radius: 36px;
  overflow: hidden;
  background: #fffaf6;
}

.cart-page .section,
.checkout-section,
.cart-layout,
.cart-summary-card,
.checkout-subsection {
  border-radius: var(--shop-radius-lg);
}

.cart-layout {
  gap: 24px;
}

[data-cart-page-items] > *,
.cart-summary-card,
.checkout-subsection {
  box-shadow: var(--shop-shadow-soft);
}

footer.section {
  margin-bottom: 32px;
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(74, 41, 34, 0.96), rgba(112, 58, 49, 0.92));
  color: #fff7ef;
  box-shadow: 0 28px 90px rgba(44, 20, 16, 0.22);
}

footer.section h2,
footer.section p,
footer.section .eyebrow {
  color: #fff7ef;
}

@media (max-width: 1100px) {
  .topbar {
    width: calc(100% - 24px);
  }

  .hero-main {
    min-height: auto;
  }

  .hero-icon-strip,
  .info-bar-grid,
  .shop-promise-grid,
  .shop-steps-grid {
    grid-template-columns: 1fr;
  }

  .filter-card-horizontal {
    position: relative;
    top: auto;
  }
}

@media (max-width: 720px) {
  .promo-bar,
  .hero,
  .section,
  .info-bar {
    width: min(100% - 20px, 1180px);
  }

  .hero {
    border-radius: 30px;
  }

  .hero-content {
    padding: 22px;
  }

  .topbar {
    margin-top: 12px;
    border-radius: 22px;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 16vw, 4.4rem);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .hero-aside-card {
    min-height: 420px;
  }

  .hero-aside-metrics {
    grid-template-columns: 1fr;
  }

  .product-card img {
    min-height: 230px;
  }

  .contact-panel {
    padding: 18px;
  }
}
