:root {
  --primary: #1d7afc;
  --primary-dark: #0d56bd;
  --green: #1fbf75;
  --green-dark: #108a54;
  --sky: #edf7ff;
  --mint: #ecfff6;
  --soft: #f6f8fb;
  --card: #ffffff;
  --ink: #142033;
  --muted: #687386;
  --line: #dde6f0;
  --shadow: 0 16px 40px rgba(26, 51, 88, 0.12);
  --radius: 18px;
}

/* Final mobile compaction overrides */
@media (max-width: 820px) {
  body {
    font-size: 14px;
  }

  .navbar {
    min-height: 46px;
    padding: 5px 0;
  }

  .mobile-search {
    height: 34px;
    margin-bottom: 4px;
  }

  .delivery-strip,
  .hero-section,
  .quick-actions,
  .section-shell,
  .product-section,
  .signin-cta,
  .trust-section,
  .catalog-page,
  .cart-page,
  .auth-page,
  .legal-page {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .delivery-strip,
  .quick-actions article,
  .trust-section article,
  .department-card,
  .cart-panel,
  .cart-summary,
  .catalog-results,
  .signin-cta {
    padding: 12px;
  }

  .hero-slider {
    min-height: 460px;
  }

  .hero-slide {
    gap: 12px;
    padding: 18px 14px 48px;
  }

  .hero-copy h1 {
    margin: 6px 0 8px;
    font-size: clamp(1.55rem, 7vw, 2.3rem);
  }

  .hero-copy p {
    margin-bottom: 12px;
    font-size: 0.88rem;
  }

  .quick-actions,
  .category-grid,
  .department-grid,
  .product-grid,
  .trust-section {
    gap: 9px;
  }

  .quick-actions span,
  .section-card-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }

  .row-heading,
  .section-heading,
  .catalog-summary {
    margin-bottom: 9px;
  }

  .row-heading h2,
  .section-heading h2,
  .signin-cta h2,
  .catalog-summary h2 {
    font-size: clamp(1.15rem, 5vw, 1.55rem);
  }

  .footer-grid {
    gap: 12px;
    padding: 24px 0 18px;
  }

  .site-footer {
    margin-top: 24px;
  }
}

@media (max-width: 520px) {
  .brand-name {
    max-width: 104px;
  }

  .nav-actions {
    gap: 4px;
  }

  .nav-action-icon {
    width: 17px;
    height: 17px;
  }

  .nav-actions a {
    min-width: 44px;
    border-radius: 10px;
    padding: 5px 3px;
  }

  .nav-actions span {
    font-size: 0.66rem;
  }

  .nav-actions strong {
    font-size: 0.72rem;
  }

  .hero-slider {
    min-height: 410px;
  }

  .hero-slide {
    padding: 15px 12px 44px;
  }

  .hero-copy h1 {
    font-size: 1.48rem;
  }

  .hero-copy p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.82rem;
  }

  .hero-copy a {
    min-height: 34px;
    padding: 8px 13px;
    font-size: 0.8rem;
  }

  .category-grid {
    gap: 8px;
  }

  .category-grid img {
    aspect-ratio: 1 / 0.56;
  }

  .category-grid article > div {
    margin: 8px 8px 3px;
  }

  .category-grid h3 {
    font-size: 0.76rem;
  }

  .category-grid p {
    min-height: 38px;
    margin: 0 8px 8px;
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .category-grid article > a {
    min-height: 28px;
    margin: 0 8px 9px;
    font-size: 0.72rem;
  }

  .product-row {
    grid-auto-columns: minmax(142px, 43vw);
    gap: 8px;
  }

  .product-card h3 {
    min-height: 32px;
    font-size: 0.78rem;
  }

  .stars {
    font-size: 0.72rem;
  }

  .product-card strong {
    font-size: 0.9rem;
  }

  .add-cart {
    min-height: 30px;
    font-size: 0.75rem;
  }

  .catalog-results,
  .cart-panel,
  .cart-summary,
  .login-card,
  .legal-card {
    padding: 12px;
  }

  .cart-hero {
    padding: 15px;
  }

  .cart-hero h1,
  .catalog-hero h1,
  .auth-copy h1,
  .legal-hero h1 {
    font-size: 1.55rem;
  }
}

@media (max-width: 820px) {
  body {
    font-size: 14px;
  }

  .site-header {
    box-shadow: 0 8px 20px rgba(26, 51, 88, 0.08);
  }

  .navbar {
    min-height: 46px;
    padding: 5px 0;
  }

  .mobile-search {
    height: 34px;
    margin-bottom: 4px;
  }

  .delivery-strip,
  .hero-section,
  .quick-actions,
  .section-shell,
  .product-section,
  .signin-cta,
  .trust-section,
  .catalog-page,
  .cart-page,
  .auth-page,
  .legal-page {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .delivery-strip {
    padding: 10px 12px;
  }

  .delivery-copy p {
    margin-top: 2px;
    font-size: 0.82rem;
  }

  .hero-slider {
    min-height: 460px;
  }

  .hero-slide {
    gap: 12px;
    padding: 18px 14px 48px;
  }

  .hero-copy h1 {
    margin: 6px 0 8px;
    font-size: clamp(1.55rem, 7vw, 2.3rem);
  }

  .hero-copy p {
    margin-bottom: 12px;
    font-size: 0.88rem;
  }

  .hero-slide img {
    border-radius: 14px;
  }

  .quick-actions,
  .category-grid,
  .department-grid,
  .product-grid,
  .trust-section {
    gap: 9px;
  }

  .quick-actions article,
  .trust-section article,
  .department-card,
  .cart-panel,
  .cart-summary,
  .catalog-results,
  .signin-cta {
    padding: 12px;
  }

  .quick-actions span,
  .section-card-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }

  .quick-actions .benefit-icon svg {
    width: 18px;
    height: 18px;
  }

  .section-card-icon {
    margin-bottom: 8px;
    padding: 7px;
  }

  .row-heading,
  .section-heading,
  .catalog-summary {
    margin-bottom: 9px;
  }

  .row-heading h2,
  .section-heading h2,
  .signin-cta h2,
  .catalog-summary h2 {
    font-size: clamp(1.15rem, 5vw, 1.55rem);
  }

  .category-grid img,
  .department-card img,
  .product-card img {
    border-radius: 12px 12px 0 0;
  }

  .department-card h3,
  .product-card h3,
  .category-grid h3 {
    font-size: 0.88rem;
  }

  .department-card div {
    gap: 7px;
  }

  .site-footer {
    margin-top: 24px;
  }

  .footer-grid {
    gap: 12px;
    padding: 24px 0 18px;
  }

  .site-footer a {
    margin: 7px 0;
  }

  .copyright {
    padding: 14px 0 20px;
    font-size: 0.82rem;
  }
}

@media (max-width: 520px) {
  .brand-name {
    max-width: 104px;
  }

  .nav-actions {
    gap: 4px;
  }

  .nav-action-icon {
    width: 17px;
    height: 17px;
  }

  .nav-actions a {
    min-width: 44px;
    border-radius: 10px;
    padding: 5px 3px;
  }

  .nav-actions span {
    font-size: 0.66rem;
  }

  .nav-actions strong {
    font-size: 0.72rem;
  }

  .mobile-search input {
    font-size: 0.78rem;
  }

  .hero-slider {
    min-height: 410px;
  }

  .hero-slide {
    padding: 15px 12px 44px;
  }

  .hero-copy span {
    font-size: 0.68rem;
  }

  .hero-copy h1 {
    font-size: 1.48rem;
  }

  .hero-copy p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.82rem;
  }

  .hero-copy a {
    min-height: 34px;
    padding: 8px 13px;
    font-size: 0.8rem;
  }

  .hero-arrow {
    width: 30px;
    height: 42px;
  }

  .quick-actions {
    gap: 7px;
  }

  .quick-actions article {
    padding: 9px;
  }

  .quick-actions strong {
    margin-top: 7px;
    font-size: 0.82rem;
  }

  .quick-actions p {
    font-size: 0.72rem;
  }

  .category-grid {
    gap: 8px;
  }

  .category-grid img {
    aspect-ratio: 1 / 0.56;
  }

  .category-grid article > div {
    margin: 8px 8px 3px;
  }

  .category-grid article > div svg {
    width: 26px;
    height: 26px;
    padding: 6px;
  }

  .category-grid h3 {
    font-size: 0.76rem;
  }

  .category-grid p {
    min-height: 38px;
    margin: 0 8px 8px;
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .category-grid article > a {
    min-height: 28px;
    margin: 0 8px 9px;
    font-size: 0.72rem;
  }

  .product-row {
    grid-auto-columns: minmax(142px, 43vw);
    gap: 8px;
  }

  .product-card h3 {
    min-height: 32px;
    font-size: 0.78rem;
  }

  .stars {
    font-size: 0.72rem;
  }

  .product-card strong {
    font-size: 0.9rem;
  }

  .add-cart {
    min-height: 30px;
    font-size: 0.75rem;
  }

  .catalog-results,
  .cart-panel,
  .cart-summary,
  .login-card,
  .legal-card {
    padding: 12px;
  }

  .cart-hero {
    padding: 15px;
  }

  .cart-hero h1,
  .catalog-hero h1,
  .auth-copy h1,
  .legal-hero h1 {
    font-size: 1.55rem;
  }

  .cart-item {
    gap: 8px;
  }

  .toast-stack {
    right: 10px;
    bottom: 10px;
    width: calc(100vw - 20px);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, var(--soft) 42%, #ffffff 100%);
}

img,
svg {
  display: block;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.premium-icon-sprite {
  display: none;
}

.premium-icon,
.nav-action-icon,
.section-card-icon,
.footer-heading-icon,
.heading-icon {
  width: 1.15em;
  height: 1.15em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

/* Top Navbar */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 22px rgba(23, 44, 76, 0.08);
}

.navbar {
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(1480px, calc(100% - 40px));
  min-height: 66px;
  margin: 0 auto;
}

.nav-left,
.brand,
.nav-actions {
  display: flex;
  align-items: center;
}

.nav-left {
  gap: 14px;
}

.menu-btn {
  display: none;
  gap: 5px;
  width: 42px;
  height: 42px;
  place-content: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.menu-btn span {
  width: 20px;
  height: 2px;
  background: var(--ink);
}

.brand {
  gap: 10px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--green));
  font-weight: 900;
}

.brand-name {
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  font-weight: 900;
}

.search-form {
  display: flex;
  min-width: 0;
  height: 44px;
  border: 2px solid transparent;
  border-radius: 16px;
  background: #eef5fb;
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.search-form:focus-within {
  border-color: rgba(29, 122, 252, 0.55);
  box-shadow: 0 0 0 4px rgba(29, 122, 252, 0.1);
}

.search-form input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 18px;
  color: var(--ink);
}

.search-form button {
  display: grid;
  width: 52px;
  place-items: center;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--green));
}

.search-form svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.nav-actions {
  gap: 8px;
}

.nav-actions a {
  display: grid;
  justify-items: center;
  gap: 2px;
  min-width: 68px;
  padding: 8px 10px;
  border-radius: 12px;
  text-align: center;
  transition: background 180ms ease, transform 180ms ease;
}

.nav-actions a:hover {
  background: var(--sky);
  transform: translateY(-1px);
}

.nav-actions span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
}

.nav-actions strong {
  font-size: 0.92rem;
}

.nav-action-icon {
  width: 20px;
  height: 20px;
  color: var(--primary-dark);
}

.cart-action {
  position: relative;
}

.cart-count {
  position: absolute;
  top: 2px;
  right: 12px;
  display: grid !important;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: #fff !important;
  background: var(--green);
  font-size: 0.72rem !important;
  font-weight: 800;
}

.toast-stack {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 250;
  display: grid;
  gap: 10px;
  width: min(360px, calc(100vw - 28px));
  pointer-events: none;
}

.toast {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 30px;
  gap: 10px;
  align-items: center;
  border: 1px solid #cfe4f6;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(23, 48, 79, 0.18);
  padding: 12px;
  opacity: 0;
  pointer-events: auto;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.toast-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-weight: 900;
}

.toast-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.toast-warning .toast-icon {
  background: var(--primary);
}

.toast p {
  margin: 0;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
}

.toast button {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--muted);
  background: var(--sky);
  font-size: 1.1rem;
  line-height: 1;
}

.mobile-search {
  display: none;
  width: min(1480px, calc(100% - 28px));
  margin: 0 auto 12px;
}

/* Category Navigation Bar */
.category-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  width: min(1480px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 9px;
  overflow: visible;
}

.category-scroll {
  display: flex;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.category-drawer-head {
  display: none;
}

.category-scroll::-webkit-scrollbar {
  display: none;
}

.category-nav a,
.more-menu button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 8px 13px;
  color: #36506f;
  font-weight: 800;
  white-space: nowrap;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.category-nav svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.category-nav a:hover,
.category-nav a.active,
.more-menu:hover button,
.more-menu button:focus {
  border-color: rgba(31, 191, 117, 0.35);
  color: var(--green-dark);
  background: var(--mint);
  box-shadow: 0 10px 20px rgba(28, 98, 164, 0.08);
  transform: translateY(-1px);
}

.mobile-category {
  display: none !important;
}

.more-menu {
  position: relative;
  flex: 0 0 auto;
}

.more-menu button {
  height: 36px;
  box-shadow: 0 8px 18px rgba(26, 51, 88, 0.08);
}

.more-menu span {
  color: var(--green);
  font-size: 1rem;
}

.more-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: repeat(3, minmax(190px, 1fr));
  gap: 8px;
  width: min(720px, calc(100vw - 40px));
  max-height: 470px;
  overflow-y: auto;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  padding: 14px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  box-shadow: 0 24px 58px rgba(26, 51, 88, 0.18);
  transition: opacity 180ms ease, transform 180ms ease;
}

.more-menu:hover .more-panel,
.more-menu:focus-within .more-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.more-panel a {
  border-radius: 14px;
  padding: 12px;
}

/* Delivery / Location Strip */
.delivery-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1480px, calc(100% - 40px));
  margin: 18px auto;
  border: 1px solid #cae4f9;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #eef8ff, #effff6);
  padding: 16px 20px;
}

.delivery-copy {
  display: flex;
  align-items: center;
  gap: 12px;
}

.delivery-copy p {
  margin: 3px 0 0;
  color: var(--muted);
}

.location-icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--primary);
  background: #fff;
  font-weight: 900;
}

.delivery-strip button,
.signin-actions button,
.signin-actions a,
.hero-copy a,
.site-footer button {
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--green));
  padding: 12px 20px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(29, 122, 252, 0.18);
}

/* Hero Section */
.hero-section {
  position: relative;
  width: min(1480px, calc(100% - 40px));
  margin: 0 auto 24px;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-slider {
  position: relative;
  min-height: clamp(520px, 42vw, 640px);
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 24px;
  padding: clamp(24px, 5vw, 64px);
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle at right, #e9fff5 0%, #f4faff 44%, #ffffff 100%);
  transition: opacity 400ms ease;
}

.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.hero-copy span,
.section-heading span,
.signin-cta span {
  color: var(--green-dark);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 640px;
  margin: 12px 0 16px;
  font-size: clamp(2.25rem, 5vw, 5rem);
  line-height: 0.98;
}

.hero-copy p {
  max-width: 560px;
  margin: 0 0 26px;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.6;
}

.hero-slide img {
  width: 100%;
  aspect-ratio: 1.08 / 1;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 26px 54px rgba(24, 49, 86, 0.18);
}

.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 46px;
  height: 70px;
  border: 0;
  color: var(--primary-dark);
  background: rgba(255, 255, 255, 0.9);
  font-size: 2.4rem;
  transform: translateY(-50%);
  box-shadow: 0 12px 30px rgba(25, 47, 78, 0.16);
}

.hero-arrow.prev {
  left: 10px;
  border-radius: 0 16px 16px 0;
}

.hero-arrow.next {
  right: 10px;
  border-radius: 16px 0 0 16px;
}

.hero-dots {
  position: absolute;
  right: 32px;
  bottom: 26px;
  z-index: 4;
  display: flex;
  gap: 8px;
}

.hero-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: #b8c9d9;
}

.hero-dots button.active {
  width: 34px;
  background: var(--primary);
}

/* Quick Action Cards */
.quick-actions,
.trust-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(1480px, calc(100% - 40px));
  margin: 24px auto;
}

.quick-actions article,
.trust-section article,
.category-grid article,
.department-card,
.product-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: 0 10px 28px rgba(25, 47, 78, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.quick-actions article:hover,
.category-grid article:hover,
.department-card:hover,
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.quick-actions article {
  padding: 20px;
}

.quick-actions span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  color: var(--primary-dark);
  background: var(--sky);
  font-weight: 900;
}

.quick-actions .benefit-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-actions strong {
  display: block;
  margin: 14px 0 6px;
  font-size: 1.08rem;
}

.quick-actions p,
.category-grid p,
.department-card a,
.product-card p,
.signin-cta p,
.trust-section p,
.site-footer p {
  color: var(--muted);
  line-height: 1.5;
}

/* Shared Sections */
.section-shell,
.product-section,
.signin-cta {
  width: min(1480px, calc(100% - 40px));
  margin: 34px auto;
}

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

.section-heading h2,
.row-heading h2,
.signin-cta h2 {
  margin: 6px 0 0;
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  line-height: 1.06;
}

.section-heading a {
  color: var(--primary-dark);
  font-weight: 900;
}

/* Shop by Category Grid */
.category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.category-grid article {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.category-grid img {
  width: 100%;
  aspect-ratio: 1 / 0.74;
  object-fit: cover;
  transition: transform 240ms ease;
}

.category-grid article:hover img {
  transform: scale(1.055);
}

.category-grid article:focus-visible {
  outline: 3px solid rgba(26, 115, 232, 0.28);
  outline-offset: 3px;
}

.category-grid article > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  margin: 16px 16px 6px;
}

.category-grid article > div svg {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  fill: var(--primary-dark);
  background: linear-gradient(135deg, var(--sky), var(--mint));
  padding: 9px;
}

.category-grid h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.15;
}

.category-grid p {
  min-height: 48px;
  margin: 0 16px 14px;
  font-size: 0.92rem;
}

.category-grid article > a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  margin: 0 16px 18px;
  border-radius: 999px;
  color: var(--primary-dark);
  background: var(--sky);
  padding: 0 14px;
  font-weight: 900;
  transition: color 180ms ease, background 180ms ease;
}

.category-grid article > a:hover {
  color: #fff;
  background: var(--primary);
}

/* Shop by Department Section */
.department-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.department-card {
  padding: 18px;
}

.department-card h3 {
  margin: 0 0 14px;
  font-size: 1.25rem;
}

.department-card div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.department-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
}

.department-card a {
  display: inline-block;
  margin-top: 14px;
  color: var(--primary-dark);
  font-weight: 900;
}

/* Product Showcase Sections */
.row-heading div {
  display: flex;
  gap: 8px;
}

.row-btn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--primary-dark);
  background: #fff;
  font-size: 1.6rem;
}

.product-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 250px);
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 2px 2px 12px;
  scrollbar-width: thin;
}

.product-card {
  position: relative;
  overflow: hidden;
  padding-bottom: 16px;
}

.product-card img {
  width: 100%;
  aspect-ratio: 1 / 0.78;
  object-fit: cover;
  background: var(--sky);
}

.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  padding: 7px 10px;
  font-size: 0.76rem;
  font-weight: 900;
}

.product-card h3 {
  min-height: 42px;
  margin: 14px 14px 6px;
  font-size: 1rem;
  line-height: 1.25;
}

.stars {
  margin: 0 14px 8px;
  color: #f59e0b;
  font-size: 0.92rem;
}

.stars span {
  color: var(--muted);
}

.product-card strong {
  display: block;
  margin: 0 14px 12px;
  font-size: 1.18rem;
}

.add-cart {
  width: calc(100% - 28px);
  min-height: 40px;
  margin: 0 14px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--primary);
  font-weight: 900;
}

.product-section .product-card {
  cursor: pointer;
}

.product-section .product-card:focus-visible {
  outline: 3px solid rgba(26, 115, 232, 0.28);
  outline-offset: 3px;
}

/* Product catalog page */
.catalog-page {
  width: min(1480px, calc(100% - 40px));
  margin: 28px auto 56px;
}

.catalog-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 22px;
  align-items: stretch;
  border: 1px solid #cae4f9;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(239, 255, 247, 0.95), rgba(242, 249, 255, 0.95)),
    radial-gradient(circle at 78% 18%, rgba(23, 184, 144, 0.18), transparent 34%);
  padding: clamp(24px, 4vw, 48px);
}

.catalog-hero span,
.catalog-card-body .product-department {
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-hero h1 {
  max-width: 840px;
  margin: 10px 0 14px;
  font-size: clamp(2rem, 4.6vw, 4.6rem);
  line-height: 1;
}

.catalog-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.65;
}

.catalog-hero-card {
  display: grid;
  align-content: center;
  border: 1px solid rgba(26, 115, 232, 0.16);
  border-radius: 22px;
  background: #fff;
  padding: 28px;
  box-shadow: var(--shadow);
}

.catalog-hero-card strong {
  color: var(--primary-dark);
  font-size: clamp(3rem, 7vw, 5.4rem);
  line-height: 0.9;
}

.catalog-filters,
.catalog-results {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}

.filter-head button {
  border: 0;
  color: #fff;
  background: var(--primary);
  font-weight: 900;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 285px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.filter-toggle,
.filter-close,
.filter-actions {
  display: none;
}

.catalog-filters {
  position: sticky;
  top: 124px;
  padding: 18px;
}

.filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.filter-head > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-head h2,
.filter-group h3,
.catalog-summary h2 {
  margin: 0;
}

.filter-head button {
  min-height: 34px;
  border-radius: 999px;
  padding: 0 13px;
}

.filter-group {
  border-top: 1px solid var(--line);
  padding: 16px 0;
}

.filter-group h3 {
  margin-bottom: 10px;
  font-size: 0.96rem;
}

.filter-options,
.filter-group {
  display: grid;
  gap: 10px;
}

.filter-group label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #405472;
  font-size: 0.92rem;
  line-height: 1.35;
}

.filter-group input {
  accent-color: var(--primary);
}

.catalog-results {
  padding: 18px;
}

.catalog-summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.catalog-summary span {
  color: var(--green-dark);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.active-filter-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.active-filter-chips span {
  border: 1px solid #cfe4f6;
  border-radius: 999px;
  background: var(--sky);
  padding: 7px 10px;
  color: var(--primary-dark);
  font-size: 0.76rem;
}

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

.catalog-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(31, 63, 103, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.catalog-card:hover {
  border-color: #b8d8f0;
  box-shadow: 0 18px 40px rgba(31, 63, 103, 0.13);
  transform: translateY(-4px);
}

.catalog-card img {
  aspect-ratio: 1 / 0.82;
}

.catalog-card-body {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.catalog-card h3,
.catalog-card .stars,
.catalog-card strong,
.catalog-card .add-cart {
  margin: 0;
}

.catalog-card h3 {
  min-height: 42px;
  font-size: 1rem;
}

.product-brand,
.dispatch-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.catalog-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.catalog-price-row span {
  color: var(--green-dark);
  font-size: 0.82rem;
  font-weight: 900;
}

.catalog-card .add-cart {
  width: 100%;
  margin-top: 4px;
}

.no-results {
  display: none;
  margin: 22px 0 4px;
  border: 1px dashed #b8d8f0;
  border-radius: 18px;
  background: #f8fbff;
  padding: 20px;
  color: var(--muted);
  text-align: center;
}

.no-results.show {
  display: block;
}

/* Cart page */
.cart-page {
  width: min(1480px, calc(100% - 40px));
  margin: 28px auto 56px;
}

.cart-hero,
.cart-panel,
.cart-summary {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.cart-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #f2f9ff, #effff7);
  padding: clamp(22px, 4vw, 42px);
}

.cart-hero span,
.cart-panel-head span {
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-hero h1 {
  margin: 8px 0 10px;
  font-size: clamp(2rem, 4.6vw, 4.2rem);
  line-height: 1;
}

.cart-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
}

.cart-hero a,
.empty-cart a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  color: #fff;
  background: var(--primary);
  padding: 0 18px;
  font-weight: 900;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  gap: 18px;
  align-items: start;
}

.cart-panel,
.cart-summary {
  padding: 18px;
}

.cart-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.cart-panel-head h2,
.cart-summary h2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 4px 0 0;
}

.heading-icon {
  width: 24px;
  height: 24px;
  color: var(--primary-dark);
}

.cart-panel-head button,
.remove-item {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--primary-dark);
  background: #fff;
  padding: 8px 13px;
  font-weight: 900;
}

.cart-panel-head button:disabled,
.cart-summary button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.cart-items {
  display: grid;
  gap: 12px;
}

.cart-items.is-empty {
  display: none;
}

.cart-item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f8fbff;
  padding: 12px;
}

.cart-item img {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  border-radius: 14px;
  object-fit: cover;
  background: var(--sky);
}

.cart-item-info h3 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.cart-item-info p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 0.9rem;
}

.cart-item-info strong,
.cart-item-total strong {
  display: block;
  margin: 0;
  color: var(--text);
}

.quantity-control {
  display: inline-grid;
  grid-template-columns: 34px 34px 34px;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}

.quantity-control button {
  width: 34px;
  height: 34px;
  border: 0;
  color: var(--primary-dark);
  background: transparent;
  font-size: 1.1rem;
  font-weight: 900;
}

.quantity-control span {
  text-align: center;
  font-weight: 900;
}

.cart-item-total {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.empty-cart {
  display: none;
  border: 1px dashed #b8d8f0;
  border-radius: 18px;
  background: #f8fbff;
  padding: 28px;
  text-align: center;
}

.empty-cart.show {
  display: block;
}

.empty-cart p {
  color: var(--muted);
}

.cart-summary {
  position: sticky;
  top: 124px;
}

.summary-row,
.summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.summary-row span,
.cart-summary p {
  color: var(--muted);
}

.summary-total {
  border-bottom: 0;
  font-size: 1.18rem;
}

.cart-summary button {
  width: 100%;
  min-height: 46px;
  margin-top: 10px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--primary);
  font-weight: 900;
}

.cart-summary p {
  margin: 14px 0 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Sign-in / Account CTA Section */
.signin-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid #cae4f9;
  border-radius: 26px;
  background: linear-gradient(135deg, #f2f9ff, #effff7);
  padding: clamp(24px, 4vw, 42px);
}

.signin-cta p {
  max-width: 690px;
  margin: 12px 0 0;
}

.signin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.signin-actions a {
  color: var(--primary-dark);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: none;
}

/* Trust / Reputation Section */
.trust-section {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.trust-section article {
  padding: 20px;
}

.section-card-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 12px;
  color: var(--primary-dark);
  background: var(--sky);
  padding: 8px;
  stroke-width: 2;
}

.trust-section strong {
  display: block;
  margin-bottom: 8px;
}

.trust-section p {
  margin: 0;
}

/* Footer */
.site-footer {
  margin-top: 48px;
  border-top: 1px solid var(--line);
  background: #f8fbff;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px;
  width: min(1480px, calc(100% - 40px));
  margin: 0 auto;
  padding: 40px 0 28px;
}

.site-footer h3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
}

.footer-heading-icon {
  width: 18px;
  height: 18px;
  color: var(--primary-dark);
}

.site-footer a {
  display: block;
  margin: 10px 0;
  color: #405472;
}

.site-footer form {
  display: flex;
  gap: 8px;
}

.site-footer input {
  min-width: 0;
  flex: 1;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 14px;
}

.site-footer button {
  padding-inline: 16px;
}

.copyright {
  width: min(1480px, calc(100% - 40px));
  margin: 0 auto;
  border-top: 1px solid var(--line);
  padding: 18px 0 28px;
  color: var(--muted);
}

/* Auth and legal pages */
.auth-page,
.legal-page {
  width: min(1480px, calc(100% - 40px));
  margin: 34px auto 56px;
}

.auth-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.7fr);
  gap: 24px;
  align-items: stretch;
}

.auth-panel,
.legal-hero,
.legal-card,
.legal-nav {
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--shadow);
}

.auth-copy {
  display: grid;
  align-content: center;
  min-height: 560px;
  background: radial-gradient(circle at top right, #e9fff5 0%, #f3f9ff 42%, #ffffff 100%);
  padding: clamp(28px, 5vw, 60px);
}

.auth-copy span,
.legal-hero span {
  color: var(--green-dark);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.auth-copy h1,
.legal-hero h1 {
  max-width: 780px;
  margin: 12px 0 16px;
  font-size: clamp(2rem, 4.5vw, 4.4rem);
  line-height: 1;
}

.auth-copy p,
.legal-hero p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.auth-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.auth-benefits article {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  padding: 18px;
}

.auth-benefits .section-card-icon {
  margin-bottom: 10px;
}

.auth-benefits p {
  margin: 8px 0 0;
  font-size: 0.92rem;
}

.login-card {
  padding: clamp(24px, 4vw, 38px);
}

.login-card h2 {
  margin: 0 0 8px;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.login-card > p,
.auth-note {
  color: var(--muted);
  line-height: 1.5;
}

.login-form {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.login-form label {
  color: #2f4058;
  font-weight: 800;
}

.login-form input[type="text"],
.login-form input[type="password"],
.site-footer input {
  min-height: 46px;
}

.login-form input[type="text"],
.login-form input[type="password"] {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  outline: 0;
  background: #f8fbff;
  padding: 0 14px;
}

.login-form input:focus {
  border-color: rgba(29, 122, 252, 0.55);
  box-shadow: 0 0 0 4px rgba(29, 122, 252, 0.1);
}

.form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 4px 0;
}

.check-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted) !important;
  font-weight: 700 !important;
}

.form-row a,
.legal-nav a {
  color: var(--primary-dark);
  font-weight: 900;
}

.login-form button,
.create-account {
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--green));
  font-weight: 900;
}

.auth-divider {
  position: relative;
  margin: 24px 0 16px;
  text-align: center;
}

.auth-divider::before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  background: var(--line);
}

.auth-divider span {
  position: relative;
  display: inline-block;
  background: #fff;
  color: var(--muted);
  padding: 0 12px;
}

.create-account {
  color: var(--primary-dark);
  background: var(--sky);
  box-shadow: none;
}

.auth-note {
  margin-top: 18px;
  font-size: 0.86rem;
}

.legal-hero {
  background: linear-gradient(135deg, #f2f9ff, #effff7);
  padding: clamp(28px, 5vw, 56px);
}

.legal-date {
  display: inline-flex;
  margin-top: 14px !important;
  border-radius: 999px;
  background: #fff;
  padding: 9px 14px;
  font-weight: 800;
}

.legal-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 22px;
  margin-top: 24px;
  align-items: start;
}

.legal-nav {
  position: sticky;
  top: 116px;
  display: grid;
  gap: 10px;
  padding: 18px;
  box-shadow: 0 10px 28px rgba(25, 47, 78, 0.07);
}

.legal-nav a {
  border-radius: 14px;
  background: var(--sky);
  padding: 12px 14px;
}

.legal-card {
  padding: clamp(24px, 4vw, 42px);
}

.legal-card h2 {
  margin: 30px 0 10px;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

@media (max-width: 1180px) {
  .navbar {
    grid-template-columns: auto 1fr auto;
  }

  .brand-name {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

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

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

  .trust-section,
  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .auth-shell {
    grid-template-columns: 1fr;
  }

  .auth-copy {
    min-height: auto;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-nav {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .catalog-layout {
    grid-template-columns: 1fr;
  }

  .catalog-filters {
    position: static;
  }

  .filter-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .cart-layout {
    grid-template-columns: 1fr;
  }

  .cart-summary {
    position: static;
  }
}

@media (max-width: 820px) {
  body.category-menu-open,
  body.filter-menu-open {
    overflow: hidden;
  }

  body.category-menu-open .site-header,
  body.filter-menu-open .site-header {
    z-index: 90;
  }

  body.category-menu-open::before,
  body.filter-menu-open::before {
    position: fixed;
    inset: 0;
    z-index: 70;
    content: "";
    background: rgba(20, 32, 51, 0.28);
    backdrop-filter: blur(7px);
  }

  .menu-btn {
    display: grid;
  }

  .navbar {
    width: calc(100% - 20px);
    min-height: 50px;
    gap: 8px;
  }

  .navbar > .search-form {
    display: none;
  }

  .mobile-search {
    display: flex;
    width: calc(100% - 20px);
    height: 38px;
    margin-bottom: 5px;
    border-radius: 12px;
  }

  .mobile-search input {
    padding-inline: 12px;
    font-size: 0.88rem;
  }

  .mobile-search button {
    width: 44px;
  }

  .nav-actions a:nth-child(2) {
    display: none;
  }

  .mobile-category {
    display: inline-flex !important;
  }

  .more-menu {
    display: none;
  }

  .category-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    width: min(390px, calc(100vw - 30px));
    height: 100dvh;
    margin: 0;
    overflow: hidden;
    border-right: 1px solid var(--line);
    border-radius: 0 22px 22px 0;
    background: #fff;
    padding: 0;
    box-shadow: 22px 0 48px rgba(26, 51, 88, 0.2);
    transform: translateX(-105%);
    transition: transform 220ms ease;
  }

  .category-drawer-head {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 auto;
    margin: 0;
    border-bottom: 1px solid var(--line);
    background: #fff;
    padding: 14px;
  }

  .category-drawer-head strong {
    font-size: 1rem;
  }

  .category-close {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--primary-dark);
    background: var(--sky);
    font-size: 1.3rem;
    line-height: 1;
  }

  body.category-menu-open .category-nav {
    transform: translateX(0);
  }

  .category-scroll {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 12px 14px 20px;
  }

  .category-nav a {
    width: 100%;
    min-height: 76px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    border-radius: 16px;
    padding: 12px;
    font-size: 0.82rem;
    line-height: 1.18;
    white-space: normal;
  }

  .category-nav svg {
    width: 22px;
    height: 22px;
  }

  .category-nav,
  .delivery-strip,
  .hero-section,
  .quick-actions,
  .section-shell,
  .product-section,
  .signin-cta,
  .trust-section,
  .footer-grid,
  .copyright,
  .auth-page,
  .legal-page,
  .catalog-page {
    width: calc(100% - 20px);
  }

  .category-nav {
    width: min(390px, calc(100vw - 30px));
  }

  .delivery-strip {
    gap: 12px;
    margin: 12px auto;
    padding: 13px 14px;
  }

  .delivery-strip,
  .signin-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .auth-page,
  .legal-page {
    margin: 22px auto 40px;
  }

  .auth-benefits {
    grid-template-columns: 1fr;
  }

  .legal-nav {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .catalog-page {
    margin: 18px auto 40px;
  }

  .cart-page {
    width: calc(100% - 20px);
    margin: 18px auto 40px;
  }

  .cart-hero {
    align-items: flex-start;
    flex-direction: column;
    border-radius: 18px;
    padding: 20px;
  }

  .cart-hero h1 {
    font-size: clamp(1.85rem, 8vw, 2.8rem);
  }

  .cart-panel,
  .cart-summary {
    border-radius: 18px;
    padding: 14px;
  }

  .cart-item {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
  }

  .quantity-control,
  .cart-item-total {
    grid-column: 2;
  }

  .cart-item-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-items: stretch;
  }

  .catalog-hero {
    grid-template-columns: 1fr;
    gap: 14px;
    border-radius: 18px;
    padding: 20px;
  }

  .catalog-hero h1 {
    font-size: clamp(1.8rem, 8vw, 2.8rem);
  }

  .catalog-hero p {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .catalog-hero-card {
    border-radius: 16px;
    padding: 18px;
  }

  .catalog-layout {
    gap: 12px;
  }

  .filter-toggle {
    position: sticky;
    top: 98px;
    z-index: 12;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 42px;
    border: 1px solid #cfe4f6;
    border-radius: 14px;
    color: var(--primary-dark);
    background: #fff;
    box-shadow: 0 10px 22px rgba(31, 63, 103, 0.09);
    font-weight: 900;
  }

  .filter-icon {
    display: grid;
    gap: 3px;
  }

  .filter-icon span {
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  .filter-icon span:nth-child(2) {
    width: 11px;
  }

  .filter-icon span:nth-child(3) {
    width: 7px;
  }

  .catalog-filters {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    max-height: min(82dvh, 680px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    border-radius: 22px;
    padding: 12px;
    transform: translateY(calc(100% + 24px));
    transition: transform 220ms ease;
  }

  body.filter-menu-open .catalog-filters {
    transform: translateY(0);
  }

  .filter-head {
    position: sticky;
    top: -12px;
    z-index: 2;
    margin: -12px -12px 8px;
    border-bottom: 1px solid var(--line);
    background: #fff;
    padding: 12px;
  }

  .filter-head h2 {
    font-size: 1.05rem;
  }

  .filter-close {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid var(--line) !important;
    color: var(--primary-dark) !important;
    background: var(--sky) !important;
    padding: 0 !important;
    font-size: 1.3rem;
    line-height: 1;
  }

  .filter-group {
    gap: 8px;
    padding: 11px 0;
  }

  .filter-group h3 {
    margin-bottom: 2px;
    font-size: 0.88rem;
  }

  .filter-group label {
    gap: 7px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #f8fbff;
    padding: 8px 9px;
    font-size: 0.8rem;
  }

  .filter-actions {
    position: sticky;
    bottom: -12px;
    display: block;
    margin: 8px -12px -12px;
    border-top: 1px solid var(--line);
    background: #fff;
    padding: 12px;
  }

  .filter-actions button {
    width: 100%;
    min-height: 42px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: var(--primary);
    font-weight: 900;
  }

  .catalog-results {
    border-radius: 18px;
    padding: 14px;
  }

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

  .catalog-summary {
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 14px;
  }

  .active-filter-chips {
    justify-content: flex-start;
  }

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

  .catalog-card-body {
    padding: 12px;
  }

  .hero-slider {
    min-height: 560px;
  }

  .hero-slide {
    grid-template-columns: 1fr;
    align-content: start;
    gap: 16px;
    padding: 22px 16px 58px;
  }

  .hero-slide img {
    aspect-ratio: 1 / 0.72;
    border-radius: 18px;
  }

  .hero-copy h1 {
    margin: 8px 0 10px;
    font-size: clamp(1.85rem, 8vw, 2.75rem);
    line-height: 1;
  }

  .hero-copy p {
    margin-bottom: 16px;
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .hero-copy a {
    min-height: 40px;
    padding: 10px 16px;
  }

  .hero-arrow {
    width: 36px;
    height: 52px;
    font-size: 1.8rem;
  }

  .hero-dots {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

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

  .department-grid,
  .trust-section,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .quick-actions article,
  .trust-section article,
  .department-card {
    padding: 14px;
  }

  .section-shell,
  .product-section,
  .signin-cta {
    margin: 24px auto;
  }

  .row-heading,
  .section-heading {
    align-items: center;
    margin-bottom: 12px;
  }

  .row-heading h2,
  .section-heading h2,
  .signin-cta h2 {
    font-size: clamp(1.35rem, 6vw, 2rem);
  }

  .product-row {
    grid-auto-columns: minmax(180px, 42vw);
    gap: 12px;
    padding-bottom: 8px;
  }

  .product-card {
    border-radius: 14px;
    padding-bottom: 12px;
  }

  .product-card img {
    aspect-ratio: 1 / 0.7;
  }

  .product-card h3 {
    min-height: 36px;
    margin: 10px 10px 5px;
    font-size: 0.9rem;
  }

  .stars {
    margin: 0 10px 6px;
    font-size: 0.82rem;
  }

  .product-card strong {
    margin: 0 10px 10px;
    font-size: 1rem;
  }

  .add-cart {
    width: calc(100% - 20px);
    min-height: 36px;
    margin: 0 10px;
    font-size: 0.88rem;
  }

  .badge {
    top: 8px;
    left: 8px;
    padding: 5px 8px;
    font-size: 0.68rem;
  }
}

@media (max-width: 520px) {
  .brand-mark {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    font-size: 0.9rem;
  }

  .brand-name {
    max-width: 118px;
    font-size: 0.88rem;
  }

  .menu-btn {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    gap: 4px;
  }

  .menu-btn span {
    width: 15px;
  }

  .nav-actions a {
    min-width: 48px;
    padding: 6px 4px;
  }

  .nav-actions strong {
    font-size: 0.78rem;
  }

  .cart-count {
    top: 0;
    right: 2px;
    width: 17px;
    height: 17px;
    font-size: 0.62rem !important;
  }

  .search-form input {
    padding: 0 10px;
    font-size: 0.82rem;
  }

  .search-form button {
    width: 40px;
  }

  .category-nav {
    padding: 0;
    width: min(360px, calc(100vw - 24px));
  }

  .category-scroll {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 10px 12px 18px;
  }

  .category-nav a {
    min-height: 68px;
    padding: 10px;
    font-size: 0.74rem;
  }

  .category-nav svg {
    width: 19px;
    height: 19px;
  }

  .hero-section {
    border-radius: 18px;
  }

  .hero-slider {
    min-height: 505px;
  }

  .hero-copy h1 {
    font-size: 1.8rem;
  }

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

  .quick-actions article {
    padding: 12px;
  }

  .quick-actions span {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    font-size: 0.8rem;
  }

  .quick-actions strong {
    margin-top: 10px;
    font-size: 0.92rem;
  }

  .quick-actions p {
    margin: 0;
    font-size: 0.8rem;
  }

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

  .category-grid img {
    aspect-ratio: 1 / 0.62;
  }

  .category-grid article > div {
    gap: 7px;
    margin: 10px 10px 4px;
  }

  .category-grid article > div svg {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    padding: 7px;
  }

  .category-grid h3 {
    font-size: 0.86rem;
  }

  .category-grid p {
    min-height: 50px;
    margin: 0 10px 10px;
    font-size: 0.78rem;
  }

  .category-grid article > a {
    min-height: 32px;
    margin: 0 10px 12px;
    padding: 0 10px;
    font-size: 0.8rem;
  }

  .product-row {
    grid-auto-columns: minmax(154px, 44vw);
    gap: 10px;
  }

  .row-btn {
    width: 34px;
    height: 34px;
  }

  .department-card div {
    gap: 8px;
  }

  .signin-cta {
    padding: 18px;
  }

  .signin-actions {
    width: 100%;
  }

  .signin-actions button,
  .signin-actions a {
    flex: 1 1 100%;
    text-align: center;
  }

  .auth-panel,
  .legal-hero,
  .legal-card,
  .legal-nav {
    border-radius: 18px;
  }

  .login-card,
  .legal-card {
    padding: 18px;
  }

  .form-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .legal-nav {
    grid-template-columns: 1fr;
  }

  .legal-nav a {
    padding: 10px 12px;
    font-size: 0.88rem;
  }

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

  .catalog-filters .filter-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter-group {
    gap: 8px;
    padding: 13px 0;
  }

  .catalog-card {
    display: block;
    min-height: 0;
    border-radius: 14px;
  }

  .catalog-card img {
    height: auto;
    aspect-ratio: 1 / 0.72;
  }

  .catalog-card .badge {
    top: 8px;
    left: 8px;
  }

  .catalog-card h3 {
    min-height: 34px;
    font-size: 0.8rem;
    line-height: 1.2;
  }

  .catalog-card-body {
    gap: 5px;
    padding: 8px;
  }

  .catalog-card-body .product-department {
    font-size: 0.64rem;
  }

  .product-brand,
  .dispatch-note {
    font-size: 0.68rem;
  }

  .catalog-card .stars {
    font-size: 0.7rem;
  }

  .catalog-price-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .catalog-price-row strong {
    font-size: 0.9rem;
  }

  .catalog-price-row span {
    font-size: 0.68rem;
  }

  .catalog-card .add-cart {
    min-height: 30px;
    font-size: 0.72rem;
  }

  .cart-hero,
  .cart-panel,
  .cart-summary {
    border-radius: 16px;
  }

  .cart-hero a {
    width: 100%;
  }

  .cart-panel-head {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .cart-panel-head button {
    width: 100%;
  }

  .cart-item {
    grid-template-columns: 82px minmax(0, 1fr);
    border-radius: 14px;
    padding: 9px;
  }

  .cart-item img {
    border-radius: 11px;
  }

  .cart-item-info h3 {
    font-size: 0.86rem;
    line-height: 1.22;
  }

  .cart-item-info p {
    font-size: 0.72rem;
  }

  .quantity-control {
    grid-template-columns: 30px 30px 30px;
  }

  .quantity-control button {
    width: 30px;
    height: 30px;
  }

  .remove-item {
    padding: 7px 10px;
    font-size: 0.78rem;
  }

  .site-footer form {
    flex-direction: column;
  }

  .site-footer input,
  .site-footer button {
    min-height: 44px;
  }
}

/* Final mobile compaction overrides */
@media (max-width: 820px) {
  body {
    font-size: 14px;
  }

  .container {
    width: min(100% - 20px, 1180px);
  }

  .navbar {
    min-height: 46px;
    padding: 5px 0;
  }

  .mobile-search {
    height: 34px;
    margin-bottom: 4px;
  }

  .delivery-strip,
  .hero-section,
  .quick-actions,
  .section-shell,
  .product-section,
  .signin-cta,
  .trust-section,
  .catalog-page,
  .cart-page,
  .auth-page,
  .legal-page {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .delivery-strip,
  .quick-actions article,
  .trust-section article,
  .department-card,
  .cart-panel,
  .cart-summary,
  .catalog-results,
  .signin-cta {
    padding: 12px;
  }

  .hero-slider {
    min-height: 460px;
  }

  .hero-slide {
    gap: 12px;
    padding: 18px 14px 48px;
  }

  .hero-copy h1 {
    margin: 6px 0 8px;
    font-size: clamp(1.55rem, 7vw, 2.3rem);
  }

  .hero-copy p {
    margin-bottom: 12px;
    font-size: 0.88rem;
  }

  .quick-actions,
  .category-grid,
  .department-grid,
  .product-grid,
  .trust-section {
    gap: 9px;
  }

  .quick-actions span,
  .section-card-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }

  .row-heading,
  .section-heading,
  .catalog-summary {
    margin-bottom: 9px;
  }

  .row-heading h2,
  .section-heading h2,
  .signin-cta h2,
  .catalog-summary h2 {
    font-size: clamp(1.15rem, 5vw, 1.55rem);
  }

  .footer-grid {
    gap: 12px;
    padding: 24px 0 18px;
  }

  .site-footer {
    margin-top: 24px;
  }
}

@media (max-width: 520px) {
  .brand-name {
    max-width: 104px;
  }

  .nav-actions {
    gap: 4px;
  }

  .nav-action-icon {
    width: 17px;
    height: 17px;
  }

  .nav-actions a {
    min-width: 44px;
    border-radius: 10px;
    padding: 5px 3px;
  }

  .nav-actions span {
    font-size: 0.66rem;
  }

  .nav-actions strong {
    font-size: 0.72rem;
  }

  .hero-slider {
    min-height: 410px;
  }

  .hero-slide {
    padding: 15px 12px 44px;
  }

  .hero-copy h1 {
    font-size: 1.48rem;
  }

  .hero-copy p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.82rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .hero-copy a {
    min-height: 34px;
    padding: 8px 13px;
    font-size: 0.8rem;
  }

  .category-grid {
    gap: 8px;
  }

  .category-grid img {
    aspect-ratio: 1 / 0.56;
  }

  .category-grid article > div {
    margin: 8px 8px 3px;
  }

  .category-grid h3 {
    font-size: 0.76rem;
  }

  .category-grid p {
    min-height: 38px;
    margin: 0 8px 8px;
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .category-grid article > a {
    min-height: 28px;
    margin: 0 8px 9px;
    font-size: 0.72rem;
  }

  .product-row {
    grid-auto-columns: minmax(142px, 43vw);
    gap: 8px;
  }

  .product-card h3 {
    min-height: 32px;
    font-size: 0.78rem;
  }

  .stars {
    font-size: 0.72rem;
  }

  .product-card strong {
    font-size: 0.9rem;
  }

  .add-cart {
    min-height: 30px;
    font-size: 0.75rem;
  }

  .catalog-results,
  .cart-panel,
  .cart-summary,
  .login-card,
  .legal-card {
    padding: 12px;
  }

  .cart-hero {
    padding: 15px;
  }

  .cart-hero h1,
  .catalog-hero h1,
  .auth-copy h1,
  .legal-hero h1 {
    font-size: 1.55rem;
  }
}

/* ============================================================
   MOTION & POLISH LAYER  (added enhancement — same theme)
   ============================================================ */

/* --- Scroll progress bar --- */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  z-index: 200;
  background: linear-gradient(90deg, var(--primary), var(--green));
  box-shadow: 0 1px 6px rgba(29, 122, 252, 0.5);
  transition: width 90ms linear;
  pointer-events: none;
}

/* --- Sticky header shrink on scroll --- */
.site-header {
  transition: box-shadow 260ms ease, background 260ms ease;
}
.site-header.scrolled {
  box-shadow: 0 12px 30px rgba(23, 44, 76, 0.14);
  background: rgba(255, 255, 255, 0.99);
}
.site-header .navbar {
  transition: min-height 260ms ease;
}
.site-header.scrolled .navbar {
  min-height: 56px;
}

/* --- Scroll reveal --- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 640ms cubic-bezier(0.16, 0.84, 0.44, 1),
              transform 640ms cubic-bezier(0.16, 0.84, 0.44, 1);
  will-change: opacity, transform;
}
.reveal.in-view {
  opacity: 1;
  transform: none;
}
.reveal-zoom {
  transform: translateY(26px) scale(0.97);
}
.reveal-zoom.in-view {
  transform: none;
}

/* --- Image skeleton shimmer + fade-in --- */
.js-img {
  opacity: 0;
  transition: opacity 520ms ease;
  background-image: linear-gradient(100deg,
      #eef3f9 20%, #dbe6f2 40%, #eef3f9 60%);
  background-size: 220% 100%;
  animation: img-shimmer 1.25s ease-in-out infinite;
}
.js-img.is-loaded {
  opacity: 1;
  animation: none;
  background-image: none;
}
@keyframes img-shimmer {
  0%   { background-position: 180% 0; }
  100% { background-position: -80% 0; }
}

/* --- Product image zoom on hover --- */
.product-card img,
.category-grid article img {
  transition: transform 420ms cubic-bezier(0.16, 0.84, 0.44, 1);
}
.product-card:hover img,
.category-grid article:hover img {
  transform: scale(1.06);
}

/* --- Button ripple --- */
.has-ripple {
  position: relative;
  overflow: hidden;
}
.ripple-dot {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  background: rgba(255, 255, 255, 0.55);
  pointer-events: none;
  animation: ripple-out 620ms ease-out forwards;
}
@keyframes ripple-out {
  to { transform: scale(2.6); opacity: 0; }
}

/* --- Add-to-cart success micro-interaction --- */
.add-cart {
  transition: background 260ms ease, transform 160ms ease;
}
.add-cart:active {
  transform: scale(0.96);
}
.add-cart.added {
  background: var(--green);
}
.add-cart.added::after {
  content: "\2713  Added";
}
.add-cart.added .add-cart-label {
  display: none;
}

/* --- Cart count bump --- */
.cart-count {
  transition: transform 220ms cubic-bezier(0.3, 1.4, 0.5, 1);
}
.cart-count.bump {
  animation: count-bump 420ms cubic-bezier(0.3, 1.4, 0.5, 1);
}
@keyframes count-bump {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.5); }
  100% { transform: scale(1); }
}

/* --- Fly-to-cart chip --- */
.fly-chip {
  position: fixed;
  z-index: 190;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(23, 44, 76, 0.28);
  pointer-events: none;
  transition: transform 720ms cubic-bezier(0.5, -0.2, 0.6, 1),
              opacity 720ms ease, width 720ms ease, height 720ms ease;
}

/* --- Back to top --- */
.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  background: var(--primary);
  box-shadow: 0 12px 26px rgba(29, 122, 252, 0.4);
  opacity: 0;
  transform: translateY(16px) scale(0.9);
  pointer-events: none;
  transition: opacity 260ms ease, transform 260ms ease, background 200ms ease;
}
.back-to-top svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.back-to-top.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.back-to-top:hover {
  background: var(--primary-dark);
  transform: translateY(-2px) scale(1.05);
}

/* --- Card entrance hover polish --- */
.quick-actions article,
.category-grid article,
.department-card,
.trust-section article {
  transition: transform 200ms ease, box-shadow 200ms ease;
}

/* --- Toast entrance already themed; add subtle slide --- */
.toast {
  transition: transform 240ms cubic-bezier(0.16, 0.84, 0.44, 1), opacity 240ms ease;
}

/* --- Skeleton cards (catalog loading) --- */
.skeleton-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(25, 47, 78, 0.07);
}
.skeleton-block {
  background-image: linear-gradient(100deg,
      #eef3f9 20%, #dbe6f2 40%, #eef3f9 60%);
  background-size: 220% 100%;
  animation: img-shimmer 1.25s ease-in-out infinite;
  border-radius: 8px;
}
.skeleton-card .sk-img { width: 100%; aspect-ratio: 1 / 0.78; border-radius: 0; }
.skeleton-card .sk-line { height: 12px; margin: 12px 14px; }
.skeleton-card .sk-line.short { width: 55%; }
.skeleton-card .sk-line.pill { height: 34px; border-radius: 999px; margin: 14px; }

/* --- Reduced motion: respect user preference --- */
@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-zoom {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .js-img {
    opacity: 1;
    animation: none;
    background-image: none;
  }
  .scroll-progress,
  .product-card img,
  .category-grid article img,
  .site-header,
  .site-header .navbar,
  .cart-count,
  .back-to-top {
    transition: none !important;
  }
  .skeleton-block,
  .cart-count.bump,
  .ripple-dot,
  .fly-chip {
    animation: none !important;
  }
}
