:root {
  --lux-ink: #2c2420;
  --lux-muted: #7d7067;
  --lux-bordo: #742c2b;
  --lux-bordo-2: #9b4039;
  --lux-teal: #1c766f;
  --lux-gold: #c39a59;
  --lux-gold-soft: #ead8b9;
  --lux-cream: #fffaf2;
  --lux-line: #e7dccc;
}

body {
  color: var(--lux-ink);
  background:
    radial-gradient(circle at 12% 4%, rgba(28, 118, 111, .15), transparent 28rem),
    radial-gradient(circle at 92% 12%, rgba(116, 44, 43, .13), transparent 30rem),
    linear-gradient(180deg, #fbf6ed 0%, #eee8df 46%, #e8e3dc 100%);
  -webkit-font-smoothing: antialiased;
}
body.modal-open {
  overflow: hidden;
}

.topbar {
  grid-template-columns: 150px 1fr auto;
  grid-template-rows: 116px 58px;
  padding: 0 max(40px, calc((100% - 1200px) / 2));
  border-top: 5px solid var(--lux-bordo);
  border-bottom: 1px solid rgba(44, 36, 32, .08);
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,250,242,.96)),
    linear-gradient(90deg, rgba(195,154,89,.12), transparent 42%, rgba(28,118,111,.08));
  box-shadow: 0 18px 50px rgba(67, 48, 34, .11);
}
.topbar::before {
  content: "Kurumsal paket yemek ve bayi sipariş platformu";
  color: #6e6259;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .01em;
}
.brand {
  position: relative;
}
.brand::after {
  content: "EGE MUTFAĞI";
  max-width: 125px;
  margin-top: 4px;
  color: var(--lux-bordo);
  font-size: 17px;
  font-weight: 900;
}
.brand img {
  width: 78px;
  height: 78px;
  padding: 7px;
  background: #fff;
  border: 1px solid rgba(195, 154, 89, .55);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(74, 52, 36, .16);
}
.topbar nav {
  border-top-color: rgba(195, 154, 89, .24);
  color: #78695d;
  font-size: 12px;
  letter-spacing: .03em;
}
.topbar nav a {
  min-width: 128px;
  justify-content: center;
  border-right-color: rgba(195, 154, 89, .20);
  text-transform: uppercase;
}
.topbar nav a:first-child {
  border-left-color: rgba(195, 154, 89, .20);
}
.topbar nav a:hover {
  color: var(--lux-bordo);
  background: linear-gradient(180deg, #fff, #fff7eb);
  box-shadow: inset 0 -3px 0 var(--lux-gold);
}

.btn {
  min-height: 40px;
  border: 0;
  background: linear-gradient(135deg, var(--lux-gold), #a97937);
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(140, 93, 43, .16);
}
.btn:hover {
  background: linear-gradient(135deg, #d0aa6b, var(--lux-bordo));
  box-shadow: 0 14px 28px rgba(116, 44, 43, .20);
}
.btn.join {
  background: linear-gradient(135deg, #4db9ad, var(--lux-teal));
}
.btn.login {
  background: linear-gradient(135deg, #d8bc8a, var(--lux-gold));
}
.btn.ghost {
  background: #fff;
  color: var(--lux-bordo);
  border: 1px solid rgba(116, 44, 43, .22);
  box-shadow: none;
}
.announcement-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  width: min(1200px, calc(100% - 32px));
  margin: 14px auto 0;
  padding: 12px 16px;
  border: 1px solid rgba(195, 154, 89, .28);
  background:
    linear-gradient(90deg, rgba(116,44,43,.94), rgba(116,44,43,.78)),
    radial-gradient(circle at top left, rgba(195,154,89,.28), transparent 16rem);
  color: #fff;
  box-shadow: 0 16px 34px rgba(67, 48, 34, .13);
}
.announcement-bar span {
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: #ffe7ba;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.announcement-bar strong {
  font-size: 13px;
  letter-spacing: .01em;
}
.announcement-bar a {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.shop {
  grid-template-columns: 260px minmax(0, 640px) 270px;
  width: min(1200px, calc(100% - 32px));
  gap: 22px;
}
.categories,
.basket,
.panel,
.hero-strip,
.shop-head,
.product-grid {
  border-color: var(--lux-line);
  box-shadow: 0 18px 44px rgba(77, 55, 38, .10);
}
.categories,
.basket {
  padding: 14px;
  background: rgba(255, 253, 249, .94);
  backdrop-filter: blur(10px);
}
.categories h2,
.basket h2 {
  margin: 10px 8px 14px;
  color: var(--lux-bordo);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.search-box input {
  border-radius: 2px;
  border-color: rgba(195, 154, 89, .42);
  background: #fffdf8;
}
.search-box input:focus {
  border-color: var(--lux-teal);
  box-shadow: 0 0 0 3px rgba(28, 118, 111, .10);
}
.categories a {
  position: relative;
  color: #6f6258;
  border-top-color: rgba(195, 154, 89, .18);
  font-weight: 800;
}
.categories a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  opacity: 0;
  transform: translateY(-50%) rotate(45deg);
  transition: opacity .18s ease, right .18s ease;
}
.categories a.active,
.categories a:hover {
  background: linear-gradient(90deg, var(--lux-bordo), var(--lux-bordo-2));
  color: #fff;
  padding-left: 24px;
}
.categories a:hover::after,
.categories a.active::after {
  opacity: .9;
  right: 18px;
}

.hero-strip {
  height: 205px;
  border-bottom: 4px solid var(--lux-gold);
  background: #fff;
}
.hero-strip::before {
  background:
    linear-gradient(90deg, rgba(255,250,242,.98), rgba(255,250,242,.76) 55%, rgba(255,250,242,.10)),
    radial-gradient(circle at 24% 40%, rgba(195,154,89,.20), transparent 16rem),
    linear-gradient(135deg, rgba(28,118,111,.12), rgba(116,44,43,.08));
}
.hero-strip div {
  padding-left: 52px;
}
.hero-strip em {
  width: max-content;
  margin-bottom: 10px;
  padding: 6px 10px;
  border: 1px solid rgba(195, 154, 89, .38);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  color: var(--lux-teal);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-strip strong {
  width: 285px;
  color: var(--lux-bordo);
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: 0;
}
.hero-strip span {
  max-width: 290px;
  margin-top: 12px;
  color: #6c5f55;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}
.hero-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--lux-bordo);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgba(116, 44, 43, .18);
}
.hero-actions a:last-child {
  background: #fff;
  color: var(--lux-bordo);
  border: 1px solid rgba(116, 44, 43, .25);
  box-shadow: none;
}
.hero-strip img {
  opacity: .98;
  filter: saturate(1.04) contrast(1.02);
}
.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 12px;
}
.trust-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid rgba(195, 154, 89, .32);
  background: rgba(255, 253, 248, .86);
  color: #6d5f54;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
  text-align: center;
  box-shadow: 0 10px 24px rgba(83, 58, 39, .07);
}
.trust-strip span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--lux-gold);
  box-shadow: 0 0 0 4px rgba(195, 154, 89, .16);
}
.category-showcase {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 12px;
}
.category-showcase a {
  display: grid;
  gap: 6px;
  min-height: 86px;
  padding: 14px;
  border: 1px solid rgba(195, 154, 89, .28);
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,250,242,.88)),
    radial-gradient(circle at top right, rgba(116,44,43,.12), transparent 5rem);
  box-shadow: 0 12px 28px rgba(83, 58, 39, .07);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.category-showcase a:hover {
  transform: translateY(-4px);
  border-color: rgba(116, 44, 43, .32);
  box-shadow: 0 18px 34px rgba(77, 55, 38, .13);
}
.category-showcase strong {
  color: var(--lux-bordo);
  font-size: 13px;
  line-height: 1.3;
}
.category-showcase span {
  color: #7d7067;
  font-size: 12px;
  font-weight: 900;
}

.shop-head {
  height: 54px;
  background: linear-gradient(180deg, #fff, #fffaf2);
  border-bottom-color: var(--lux-gold);
}
.shop-head h1 {
  color: var(--lux-ink);
  font-size: 17px;
  font-weight: 900;
}
.list-toggle {
  color: var(--lux-gold);
}
.dealer-callout {
  padding: 15px 16px;
  border-color: rgba(28, 118, 111, .24);
  background: linear-gradient(135deg, #f4fbf9, #fffaf0);
}
.dealer-callout strong {
  color: var(--lux-teal);
  font-size: 14px;
}
.dealer-callout span {
  color: #64584f;
}
.premium-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--lux-line);
  border-top: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,250,242,.92));
}
.premium-feature-grid div {
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 104px;
  padding: 14px 12px;
  border: 1px solid rgba(195, 154, 89, .22);
  background:
    radial-gradient(circle at top right, rgba(195,154,89,.18), transparent 5rem),
    #fffdf8;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.premium-feature-grid div:hover {
  transform: translateY(-4px);
  border-color: rgba(116, 44, 43, .28);
  box-shadow: 0 14px 28px rgba(77, 55, 38, .12);
}
.premium-feature-grid strong {
  color: var(--lux-bordo);
  font-size: 13px;
  font-weight: 900;
}
.premium-feature-grid span {
  color: #786b61;
  font-size: 12px;
  line-height: 1.45;
}
.section-kicker {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 16px 0;
  border-left: 1px solid var(--lux-line);
  border-right: 1px solid var(--lux-line);
  background: rgba(255, 255, 255, .96);
}
.section-kicker span {
  color: var(--lux-teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.section-kicker strong {
  color: var(--lux-bordo);
  font-size: 22px;
  line-height: 1.1;
}

.product-grid {
  gap: 14px;
  padding: 26px 16px 18px;
  background: rgba(255, 255, 255, .96);
}
.product-card {
  position: relative;
  min-height: 286px;
  padding: 16px 12px 18px;
  border: 1px solid #f0e6d7;
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fff, #fffbf5),
    radial-gradient(circle at top, rgba(195,154,89,.10), transparent 12rem);
  box-shadow: 0 10px 24px rgba(90, 65, 45, .06);
}
.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 5px 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lux-bordo), var(--lux-bordo-2));
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 8px 16px rgba(116, 44, 43, .20);
}
.favorite-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(195, 154, 89, .48);
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: var(--lux-bordo);
  cursor: pointer;
  font-size: 19px;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(61, 43, 30, .10);
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.favorite-btn:hover,
.favorite-btn.is-favorite {
  transform: scale(1.08);
  background: var(--lux-bordo);
  color: #fff;
}
.product-card:nth-child(3n) {
  border-right: 1px solid #f0e6d7;
}
.product-card:hover {
  transform: translateY(-8px);
  background: #fffdf8;
  box-shadow: 0 22px 38px rgba(77, 50, 34, .18);
}
.product-card img {
  width: 124px;
  height: 124px;
  border: 7px solid #f2eadf;
  box-shadow: 0 10px 24px rgba(80, 61, 44, .13);
}
.product-card .product-media {
  width: 124px;
  height: 124px;
  min-height: 124px;
  margin: 0 auto 18px;
  border: 7px solid #f2eadf;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(80, 61, 44, .13);
}
.product-card video.product-media {
  background: #211b18;
}
.product-card h3 {
  color: var(--lux-ink);
  font-size: 16px;
  font-weight: 900;
}
.product-card p {
  color: #817369;
}
.buy-row strong {
  color: var(--lux-bordo);
  font-size: 16px;
  font-weight: 900;
}
.buy-row {
  grid-template-columns: 1fr auto 46px;
}
.qty-stepper {
  display: grid;
  grid-template-columns: 30px 42px 30px;
  align-items: center;
  height: 34px;
  border: 1px solid rgba(195, 154, 89, .32);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}
.qty-stepper button {
  height: 100%;
  border: 0;
  background: #fffaf2;
  color: var(--lux-bordo);
  cursor: pointer;
  font-weight: 900;
}
.qty-stepper input {
  width: 42px;
  min-height: 32px;
  padding: 0;
  border: 0;
  border-left: 1px solid #f0e4d4;
  border-right: 1px solid #f0e4d4;
  border-radius: 0;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  color: var(--lux-ink);
}
.quick-view-btn {
  width: 100%;
  min-height: 34px;
  margin: 0 0 12px;
  border: 1px solid rgba(195, 154, 89, .36);
  border-radius: 999px;
  background: #fffaf2;
  color: #795f3b;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform .18s ease, border-color .18s ease, color .18s ease, background .18s ease;
}
.quick-view-btn:hover {
  transform: translateY(-1px);
  border-color: var(--lux-bordo);
  background: #fff;
  color: var(--lux-bordo);
}
.plus-btn,
.locked a {
  border-color: rgba(195, 154, 89, .58);
  color: var(--lux-bordo);
  background: #fff;
}
.plus-btn:hover,
.locked a:hover,
.plus-btn.is-added {
  background: linear-gradient(135deg, var(--lux-bordo), var(--lux-bordo-2));
  border-color: var(--lux-bordo);
  color: #fff;
}

.service-box {
  height: auto;
  min-height: 46px;
  background: linear-gradient(135deg, #fffaf0, #f2fbf9);
  border-color: rgba(195, 154, 89, .45);
  color: var(--lux-teal);
  font-weight: 900;
}
.delivery-note {
  border-left: 4px solid var(--lux-gold);
  background: #fffdf8;
  color: #71645b;
}
.contact-card {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
  padding: 15px;
  border: 1px solid rgba(28, 118, 111, .22);
  background:
    linear-gradient(135deg, rgba(28,118,111,.08), rgba(255,250,242,.96)),
    #fffdf8;
}
.contact-card strong {
  color: var(--lux-bordo);
  font-size: 15px;
  font-weight: 900;
}
.contact-card span {
  color: #71645b;
  font-size: 13px;
  line-height: 1.45;
}
.contact-card div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.contact-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lux-bordo), var(--lux-bordo-2));
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform .18s ease, box-shadow .18s ease;
}
.contact-card a:last-child {
  background: linear-gradient(135deg, var(--lux-teal), #2da89b);
}
.contact-card a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(62, 42, 30, .18);
}
.cart-summary {
  color: var(--lux-bordo);
  font-size: 16px;
}
.favorite-mini {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid rgba(116, 44, 43, .18);
  background: #fffdf8;
}
.favorite-mini strong {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--lux-bordo);
  color: #fff;
}
.favorite-mini span {
  color: #71645b;
  font-weight: 900;
}
.order-steps {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
  padding: 15px;
  border: 1px solid rgba(195, 154, 89, .28);
  background: linear-gradient(180deg, #fffdf8, #fff8ed);
}
.order-steps strong {
  color: var(--lux-bordo);
  font-size: 14px;
}
.order-steps span {
  position: relative;
  padding-left: 16px;
  color: #71645b;
  font-size: 13px;
  font-weight: 800;
}
.order-steps span::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lux-gold);
}
.minimum-meter {
  display: grid;
  gap: 8px;
  margin: 14px 0 16px;
  padding: 14px;
  border: 1px solid rgba(195, 154, 89, .28);
  background: #fffdf8;
}
.minimum-meter div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #71645b;
  font-size: 12px;
}
.minimum-meter strong {
  color: var(--lux-bordo);
}
.minimum-meter i {
  display: block;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #eee3d4;
}
.minimum-meter b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--lux-teal), var(--lux-gold));
  transition: width .25s ease;
}
.minimum-meter small {
  color: #8a7c71;
  font-weight: 800;
}
.guest-premium {
  display: grid;
  gap: 7px;
  margin: 16px 0;
  padding: 15px;
  border: 1px solid rgba(116, 44, 43, .16);
  border-left: 4px solid var(--lux-bordo);
  background: #fffdf8;
}
.guest-premium strong {
  color: var(--lux-bordo);
}
.guest-premium span {
  color: #74675d;
  font-size: 13px;
  line-height: 1.5;
}
.membership-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}
.membership-compare div {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(195, 154, 89, .30);
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,250,242,.90)),
    radial-gradient(circle at bottom right, rgba(28,118,111,.12), transparent 7rem);
  box-shadow: 0 16px 34px rgba(77, 55, 38, .10);
}
.membership-compare span {
  color: var(--lux-teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.membership-compare strong {
  color: var(--lux-bordo);
  font-size: 18px;
}
.membership-compare p {
  margin: 0;
  color: #71645b;
  line-height: 1.55;
}
.quality-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}
.quality-band div {
  display: grid;
  gap: 7px;
  padding: 16px;
  border: 1px solid rgba(28, 118, 111, .20);
  background:
    linear-gradient(135deg, rgba(244,251,249,.98), rgba(255,250,242,.92)),
    radial-gradient(circle at bottom right, rgba(195,154,89,.14), transparent 6rem);
  box-shadow: 0 14px 30px rgba(77, 55, 38, .09);
}
.quality-band strong {
  color: var(--lux-teal);
  font-size: 14px;
  font-weight: 900;
}
.quality-band span {
  color: #71645b;
  font-size: 13px;
  line-height: 1.5;
}

.status-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  margin: 16px 0;
  border: 1px solid var(--lux-line);
  border-left-width: 4px;
  background: #fffdf8;
  box-shadow: 0 14px 30px rgba(77, 55, 38, .10);
}
.status-card strong {
  color: var(--lux-ink);
  font-size: 18px;
}
.status-card span {
  color: #71645b;
  line-height: 1.55;
}
.status-card.pending { border-left-color: var(--lux-gold); }
.status-card.success { border-left-color: var(--lux-teal); }
.status-card.rejected { border-left-color: var(--lux-bordo); }

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(28, 118, 111, .65);
  box-shadow: 0 0 0 3px rgba(28, 118, 111, .10);
}

footer {
  background: rgba(255, 250, 242, .65);
}
footer a {
  color: var(--lux-bordo);
  font-weight: 900;
}

.quick-modal[hidden] {
  display: none;
}
.quick-modal {
  position: fixed;
  inset: 0;
  z-index: 980;
  display: grid;
  place-items: center;
  padding: 24px;
}
.quick-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(28, 22, 18, .54);
  backdrop-filter: blur(8px);
}
.quick-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 390px) minmax(280px, 420px);
  width: min(860px, 100%);
  max-height: min(720px, calc(100vh - 48px));
  overflow: auto;
  background: #fffaf2;
  border: 1px solid rgba(195, 154, 89, .45);
  box-shadow: 0 32px 90px rgba(28, 18, 12, .34);
}
.quick-dialog > img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}
.quick-dialog > video {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  background: #211b18;
}
.quick-dialog > img[hidden],
.quick-dialog > video[hidden] {
  display: none;
}
.quick-content {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 34px;
}
.quick-content > span {
  color: var(--lux-teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.quick-content h2 {
  margin: 0;
  color: var(--lux-bordo);
  font-size: 30px;
  line-height: 1.12;
}
.quick-content p {
  color: #71645b;
  line-height: 1.7;
}
.quick-content > strong {
  color: var(--lux-bordo);
  font-size: 22px;
}
.quick-cart {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  align-items: end;
}
.quick-cart label {
  gap: 5px;
}
.quick-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: var(--lux-bordo);
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}
.floating-contact {
  position: fixed;
  right: 18px;
  bottom: 86px;
  z-index: 900;
  display: grid;
  gap: 8px;
}
.floating-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lux-teal), #2da89b);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(28, 118, 111, .22);
  transition: transform .18s ease, box-shadow .18s ease;
}
.floating-contact a:first-child {
  background: linear-gradient(135deg, var(--lux-bordo), var(--lux-bordo-2));
}
.floating-contact a:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(62, 42, 30, .24);
}

.media-preview {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(195, 154, 89, .28);
  border-radius: 8px;
  background: #fffdf8;
}
.media-preview strong {
  color: var(--lux-bordo);
}
.media-preview img,
.media-preview video {
  width: min(260px, 100%);
  max-height: 180px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #eadfce;
}
.media-preview span {
  color: #71645b;
  font-size: 13px;
}

@media (max-width: 1100px) {
  .shop {
    grid-template-columns: 245px minmax(0, 1fr);
  }
  .premium-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .category-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .quality-band {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .announcement-bar {
    grid-template-columns: 1fr;
  }
  .trust-strip {
    grid-template-columns: 1fr;
  }
  .hero-strip {
    height: 170px;
  }
  .hero-strip div {
    padding-left: 22px;
  }
  .hero-strip strong {
    width: auto;
    font-size: 28px;
  }
  .hero-actions {
    display: none;
  }
  .product-card {
    border-right: 1px solid #f0e6d7;
  }
  .premium-feature-grid {
    grid-template-columns: 1fr;
  }
  .category-showcase,
  .membership-compare,
  .quality-band {
    grid-template-columns: 1fr;
  }
  .buy-row {
    grid-template-columns: 1fr;
  }
  .quick-dialog {
    grid-template-columns: 1fr;
  }
  .quick-dialog > img {
    min-height: 220px;
    max-height: 280px;
  }
  .quick-dialog > video {
    min-height: 220px;
    max-height: 280px;
  }
  .quick-content {
    padding: 24px;
  }
  .quick-cart {
    grid-template-columns: 1fr;
  }
  .floating-contact {
    right: 12px;
    bottom: 12px;
  }
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.announcement-bar {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.hero-strip {
  min-height: 270px;
  height: auto;
}
.hero-strip div {
  align-content: center;
  padding-top: 28px;
  padding-bottom: 28px;
}
.hero-actions a {
  min-width: 150px;
}

@media (max-width: 1240px) {
  .topbar {
    padding: 0 24px;
  }
  .topbar nav {
    overflow-x: auto;
    scrollbar-width: thin;
  }
  .topbar nav a {
    min-width: auto;
    flex: 1 0 auto;
    padding-inline: 16px;
  }
  .announcement-bar {
    grid-template-columns: 1fr auto;
    width: min(100% - 24px, 1040px);
  }
  .announcement-bar span {
    display: none;
  }
  .shop {
    grid-template-columns: 255px minmax(0, 1fr);
    width: min(100% - 24px, 1040px);
  }
  .basket {
    position: static;
    grid-column: 1 / -1;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-strip {
    grid-template-columns: minmax(0, 1fr) 300px;
  }
}

@media (max-width: 900px) {
  .topbar {
    grid-template-columns: 110px 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 10px;
    padding: 14px 18px 0;
  }
  .topbar::before {
    grid-column: 2;
    grid-row: 1;
    font-size: 14px;
  }
  .authbar {
    grid-column: 2;
    grid-row: 2;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .topbar nav {
    grid-column: 1 / -1;
    grid-row: 3;
    min-height: 54px;
  }
  .shop {
    grid-template-columns: 1fr;
  }
  .categories,
  .basket,
  .side {
    position: static;
  }
  .hero-strip {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .hero-strip img {
    display: none;
  }
  .hero-strip div {
    padding: 28px;
  }
  .hero-strip strong {
    width: auto;
    max-width: 520px;
  }
  .dashboard,
  .auth-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .announcement-bar {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 10px;
    padding: 12px;
  }
  .announcement-bar strong {
    font-size: 12px;
    line-height: 1.45;
  }
  .announcement-bar a {
    width: max-content;
  }
  .topbar {
    grid-template-columns: 1fr;
    padding: 14px 12px 0;
  }
  .brand {
    grid-template-columns: auto 1fr;
    justify-items: start;
    align-content: center;
  }
  .brand img {
    width: 62px;
    height: 62px;
  }
  .brand::after {
    text-align: left;
    font-size: 15px;
  }
  .topbar::before,
  .authbar,
  .topbar nav {
    grid-column: 1;
  }
  .topbar::before {
    grid-row: 2;
  }
  .authbar {
    grid-row: 3;
  }
  .topbar nav {
    grid-row: 4;
    margin-inline: -12px;
    padding-inline: 12px;
  }
  .topbar nav a {
    flex: 0 0 auto;
    min-height: 50px;
    padding: 0 14px;
  }
  .shop,
  .page,
  .auth-layout,
  .dashboard {
    width: min(100% - 20px, 1180px);
  }
  .hero-strip {
    min-height: 0;
  }
  .hero-strip div {
    padding: 24px 18px;
  }
  .hero-strip strong {
    font-size: 28px;
    line-height: 1.08;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .hero-actions a {
    width: 100%;
  }
  .trust-strip,
  .category-showcase,
  .premium-feature-grid,
  .product-grid,
  .membership-compare,
  .quality-band {
    grid-template-columns: 1fr;
  }
  .section-kicker {
    display: grid;
    gap: 6px;
  }
  .product-card {
    min-height: auto;
  }
  .buy-row {
    grid-template-columns: 1fr;
  }
  .qty-stepper {
    width: 132px;
  }
  .contact-card div {
    grid-template-columns: 1fr;
  }
  .quick-dialog {
    width: min(100%, 420px);
  }
  .floating-contact {
    left: 10px;
    right: 10px;
    bottom: 10px;
    grid-template-columns: 1fr 1fr;
  }
  .floating-contact a {
    min-width: 0;
  }
  footer {
    padding-bottom: 78px;
  }
}

/* Final polish layer: calmer spacing, softer cards, safer responsive flow. */
.products {
  display: grid;
  gap: 12px;
}
.categories,
.basket,
.hero-strip,
.shop-head,
.product-grid,
.premium-feature-grid,
.category-showcase a,
.premium-feature-grid div,
.product-card,
.membership-compare div,
.quality-band div,
.contact-card,
.order-steps,
.minimum-meter,
.guest-premium,
.favorite-mini {
  border-radius: 8px;
}
.hero-strip,
.product-grid,
.premium-feature-grid {
  overflow: hidden;
}
.hero-strip {
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, .92fr);
}
.hero-strip strong {
  width: min(100%, 360px);
  font-size: clamp(32px, 4vw, 44px);
}
.hero-strip span {
  max-width: 360px;
}
.hero-actions {
  margin-top: 18px;
}
.hero-actions a {
  min-width: 0;
  padding-inline: 18px;
}
.section-kicker {
  padding: 18px 18px 4px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.product-grid {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.product-card {
  align-content: start;
}
.buy-row {
  grid-template-columns: 122px minmax(72px, 1fr) 42px;
  gap: 8px;
}
.plus-btn {
  width: 42px;
}
.qty-stepper {
  width: 122px;
}
.announcement-bar {
  max-width: calc(100% - 24px);
}

/* Compact top spacing */
.topbar {
  grid-template-rows: 92px 50px;
}
.brand img {
  width: 66px;
  height: 66px;
}
.brand::after {
  font-size: 15px;
}
.announcement-bar {
  grid-template-columns: auto 1fr;
  margin-top: 0;
  padding: 9px 14px;
}
.shop {
  margin-top: 14px;
}
.hero-strip {
  min-height: 230px;
}
.hero-strip div {
  padding-top: 22px;
  padding-bottom: 22px;
}
.hero-strip strong {
  font-size: clamp(30px, 3.6vw, 40px);
}
.hero-actions {
  margin-top: 14px;
}

@media (max-width: 1240px) {
  .announcement-bar {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1240px) {
  .shop {
    grid-template-columns: 250px minmax(0, 1fr);
  }
}

@media (max-width: 980px) {
  .shop {
    grid-template-columns: 1fr;
  }
  .categories {
    order: 1;
  }
  .products {
    order: 2;
  }
  .basket {
    order: 3;
  }
  .hero-strip {
    grid-template-columns: 1fr;
  }
  .hero-strip img {
    display: none;
  }
  .hero-strip div {
    padding: 34px 28px;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .announcement-bar {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  .topbar nav {
    gap: 0;
  }
  .hero-strip div {
    padding: 26px 18px;
  }
  .hero-strip em {
    max-width: 100%;
    white-space: normal;
  }
  .hero-strip strong {
    font-size: clamp(28px, 10vw, 36px);
  }
  .hero-actions {
    grid-template-columns: 1fr;
  }
  .product-grid,
  .trust-strip,
  .category-showcase,
  .premium-feature-grid,
  .membership-compare,
  .quality-band {
    grid-template-columns: 1fr;
  }
  .buy-row {
    grid-template-columns: 1fr;
  }
  .qty-stepper {
    width: 132px;
  }
  .quick-view-btn,
  .plus-btn,
  .btn {
    min-height: 44px;
  }
}

/* Product grid correction */
.products .product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
}
.products .product-card {
  width: 100%;
  min-width: 0;
  overflow: visible;
}
.products .product-card > div {
  display: grid;
  width: 100%;
  min-width: 0;
}
.products .product-card h3,
.products .product-card p {
  width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
}
.products .buy-row {
  grid-template-columns: 1fr;
  justify-items: stretch;
  gap: 8px;
}
.products .buy-row strong {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.2;
}
.products .qty-stepper {
  width: 100%;
  grid-template-columns: 36px 1fr 36px;
}
.products .plus-btn {
  width: 100%;
}

@media (max-width: 1240px) {
  .products .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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